@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'UTM-AvoBold';
    src: url('./fonts/UTMAvo/UTM_AvoBold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('./fonts/Inter/Inter-Thin.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('./fonts/NotoSerif-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSerif-Regular';
    src: url('./fonts/NotoSerif-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Thin';
    src: url('./fonts/Noto_Sans/NotoSans-Thin.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('./fonts/Noto_Sans/NotoSans-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Nova-Thin';
    src: url('./fonts/mark/MarkSimonsonProximaNovaThin.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Americana';
    src: url('./fonts/00016-UTM-AmericanaBEx.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Arruba';
    src: url('./fonts/00028-UTM-Arruba.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Micross';
    src: url('./fonts/micross.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'A&S';
    src: url('./fonts/00002-UTM-A&S-Heartbeat.ttf');
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    min-width: 1200px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.fw {
    width: 100%;
}

.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.text-alight-center {
    text-align: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

img,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.alight-item-center {
    display: flex;
    align-items: center;
}

.pt-5 {
    padding-top: 5px;
}

.pt-12 {
    padding-top: 12px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
    transition: opacity 0.3s ease;
    margin-bottom: 10px;
}

.article-image::before {
    padding-top: 56.25%;
    content: '';
    display: block;
}

.article-image:hover {
    opacity: .85;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.article-link {
    font-family: 'Inter-Bold', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.article-link:hover,
.item-options-link:hover {
    color: #055093;
}

.article-date {
    font-size: 11px;
    color: #b4b4b4;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
}

.article-meta {
    margin-top: 5px;
}

.date-::before {
    content: "|";
    color: #aaaaaa;
    font-weight: 400;
    padding-right: 2px;
    font-family: 'Inter-Regular', sans-serif;
    margin-left: 4px;
}

.article-desc {
    margin-top: 5px;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-cat {
    text-transform: uppercase;
    font-family: 'Inter-Regular', sans-serif;
    color: #b7040c;
    line-height: 1.4;
    font-size: 11px;
    font-weight: 400;
}

.article-content {
    display: flex;
    flex-direction: column;
}

.cat-title {
    align-items: baseline;
}

.cat-link {
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
    text-transform: uppercase;
    padding-left: 25px;
}

.bl {
    position: relative;
}

.cat-link.bl::after {
    content: '';
    background: #ed1c24;
    width: 10px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.bt {
    border-top: 2px solid #ed1b24;
    padding-top: 12px;
}

.bb {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.item-options-link {
    font-size: 12px;
    font-weight: 400;
    font-family:  'Inter-Regular', sans-serif;
    margin-left: 30px;
    color: #b7040c;
    text-transform: uppercase;
}

.auto-nav-more {
    position: relative;
    padding-left: 20px !important;
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.auto-nav-more-list {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: #faf2e1;
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.auto-nav-more-list .item-options-link {
    margin-left: 0;
}

.auto-nav-more-list .item-options {
    padding-left:0
}

.auto-nav-more-list .item-options{
    border-bottom: 1px solid #cc9933;
    padding: 10px 10px;
}

.auto-nav-more-list .item-options:last-child {
    border-bottom: 0;
}

.auto-nav-more-list .item-options-link {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.i-dropdown {
    background: url(../images/i-drop.png) left no-repeat;
    background-size: 13px 9px;
    width: 13px;
    height: 9px;
    cursor: pointer;
    display: block;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.header-weather {
    height: fit-content;
    margin-left: 35px;
}

.header-weather-left {
    text-align: right;
    border-right: 1px solid black;
    padding-right: 15px;
    margin-right: 10px;
}

.weather-info {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 14px;
}

.header-date {
    font-family: 'Inter-Regular',sans-serif;
    font-size: 14px;
    text-align: end;
}

.more-side-link {
    padding: 15px;
}


.more-side .more-side-link:first-child {
    margin-right: 10px;
}

.header-search {
    border-left: 1px solid #e1e1e1;
    margin-left: 15px;
    padding-left: 15px;
}

#frmSearch {
    height: 38px;
    width: 205px;
    border: 1px solid #eaeaea;
    border-radius: 35px;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
}

#frmSearch input {
    outline: none;
    border: 0;
    padding: 0 10px;
    background: transparent;
    width: 170px;
}

#frmSearch button {
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
}

#frmSearch input::placeholder {
    color: #b4b4b4;
    font-size: 14px;
    font-family: 'NotoSan-Regular', sans-serif;
}

.header-socical a {
    margin-right: 10px;
}

.header-logo {
    margin-top: 20px;
    /* margin-bottom: 25px; */
     margin-bottom: 10px;
}

.header-nav {
    height: 44px;
    background: #055093;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
}

.header-nav {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 999;
}

.header-nav.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    /* Hiá»ƒn thá»‹ láº¡i khi cuá»™n xuá»‘ng */
    transform: translateY(0);
    /* Trá»Ÿ vá» vá»‹ trÃ­ bÃ¬nh thÆ°á»ng */
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.home-item {
    background: url(../images/home.png) left 0px no-repeat;
    background-size: 17px 15px;
    width: 17px;
    height: 15px;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
}

.dropdown .menu-item {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #d79e1b;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-item {
    position: relative;
    display: block;
}

.nav-item {
    position: relative;
    text-decoration: none;
    color: #333;
}

.nav-item:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '';
    background: #3B7FBF;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-item:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.nav-item .nav-item-link:hover {
    color: white;
}

.nav-item:hover:after {
    animation: hover-fill 0.5s forwards;
}

.header-search-mb.active {
    opacity: 1;
    visibility: visible;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.header-search-mb-wrapper {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: white;
    z-index: 9999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: flex;
    align-items: center;
}

.header-search-mb-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.main-menu-special {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 9999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: flex;
    align-items: center;
    display: none;
}

.main-menu-special.active {
    display: block;
}

.main-menu-special.active {
    opacity: 1;
    visibility: visible;
}

.header-search-mb {
    display: flex;
    justify-content: end;
    padding: 20px 0;
}

.navigation {
    margin-top: 30px;
}

.main-menu-item {
    margin-bottom: 20px;
    flex: 0 0 auto;
    width: 25%;
    gap: 5px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    width: 100%;
    flex-wrap: wrap;
}

.navigation-link {
    font-family: 'Inter-Bold', sans-serif;
    font-size: 14px;
    color: #033B68;
    text-transform: uppercase;
}

.link-subrow-cat {
    margin-bottom: 6px;
}

.link-subrow-cat a {
    font-size: 14px;
    color: #999;
}

.header-nav .nav-item {
    font-family: 'Inter-Bold', sans-serif;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item a {
    font-size: 11px;
    color: white;
    position: relative;
    z-index: 1;
}

.nav-item.home {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.home:hover {
    background: #fff;
}

.selector {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1002;   
}

.selector {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.selector .bar-icon:first-child {
    margin-top: 0px;
}

.selector .bar-icon {
    border-radius: 10px ;
    height: 3px;
    width: 21px;
    background: #ffffff;
    display: block;
    opacity: 1;
    margin-top: 3px;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -ms-transition: -ms-transform 0.15s linear;
    -moz-transition: -moz-transform 0.15s linear;
    transition: transform 0.15s linear;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.selector .bar-icon:nth-child(2) {
    width: 15px;
}

.selector .bar-icon:nth-child(3) {
    width: 9px;
}

.selector.active .bar-icon{
    margin-top: 4px;
}

.selector.active .bar-icon-wrapper {
    margin-bottom: 5px;
}

.selector.active .bar-icon:nth-child(3){
    width: 21px;
}


.bar-icon:nth-child(2) {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.active .bar-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
    transform: rotate(45deg) translate3d(5px, 5px, 0);
}

.active .bar-icon:nth-child(2) {
    opacity: 0;
}

.active .bar-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

.nav {
    position: relative;
    height: 100%;
}

.nav ul {
    height: 100%;
}

.icon-right {
    position: absolute;
    right: 0;
    height: 100%;
}

.sub-menu {
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    display: none;
}

.nav-item:hover>.sub-menu {
    display: block;
}

.nav-item.active {
    background-color: #ed1c24;
}

.nav-item .nav-item-link {
    padding: 5px 7px 0px;
}

.header-menu-list-lv2 a {
    font-size: 14px;
    color: #999;
    font-family: 'Inter-Bold', sans-serif;
    text-transform: none;
}

.sub-menu li a {
    padding: 12px 20px !important;
    line-height: 1.4 !important;
    color: #033B68 !important;
    display: flex !important;
    white-space: nowrap !important;
}

.sub-menu li {
    background: #dbdbdb;
    border-top: 1px solid #ebebeb;
    z-index: 2;
}

.sub-menu li:hover {
    background: #ebebeb;
}

.header-flash-tit {
    display: inline-block;
    background-size: 13px 18px;
    padding-left: 30px;
    background: url(../images/ico-flash.png) left 3px no-repeat;
    text-transform: uppercase;
    font-family: 'Inter-Bold', sans-serif;
}

.header-flash {
    width: 88%;
    position: relative;
}

.header-flash .cat-content {
    padding-right: 30px;
}

.header-flash .article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    font-family: 'Merriweather-Regular', sans-serif;
    font-size: 14px;
}

.header-flash .ic-arrow {
    padding: 0 5px;
    border-radius: 3px;
    background-color: white;
    z-index: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.header-flash .agency-prev {
    position: absolute;
    right: 18px;
    border: 1px solid #ebebeb;
}

.header-flash .agency-prev:hover,
.header-flash .agency-next:hover {
    background-color: #e0cdb366;
}

.header-flash .agency-next {
    position: absolute;
    right: 0px;
    top: 0;
    border: 1px solid #ebebeb;
}

.header-flash .article-title{
    float: left;
}

.social-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}

.social-item a {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item.fb a{
    transform: translateY(3px);
}

.footer-back {
    background-color: #f1f1f1;
    padding: 35px 0;
}

.f-l {
    margin-right: 70px;
}

.red {
    color: #e1363c;
}

.blue {
    color: #2e308b;
}

.btn-send {
    color: white;
    background-color: #2e308b;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 2px;
    transition: background 0.3s ease;
    margin-right: 5px
}

.btn-send:hover {
    background: #2c35d1;
}

.master-cms {
    height: 54px;
    background-color: white;
    text-align: left;
}

.master-cms a {
    color: #d3d3d3;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
}

#goTop {
    display: flex;
    align-items: center;
    background: url(../images/go-top.png) no-repeat ; 
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 10%;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    cursor: pointer;
}

.footer-back p {
    margin-bottom: 0;
}

.box-multimedia {
    background: #055093;
    padding: 20px 25px 30px;
}

.box-multimedia .cat-title {
    background: url(../images/tv.png) left -3px no-repeat;
    background-size: 31px 38px;
    padding-left: 20px;
}

.box-multimedia .cat-link {
    font-family: 'Inter-Thin',sans-serif;
    font-weight: 400;
    color: white;
    font-size: 32px;
}

.box-multimedia .media {
    font-family: 'Inter-bold',sans-serif;
    font-weight: 400;
    color:  #ec151f;
}

.box-multimedia .item-options-link {
    color: white;
}

.box-multimedia .i-dropdown {
    background: url(../images/i-drop-2.png) left no-repeat;
    width: 15px;
}

.box-multimedia .auto-nav-more-list .item-options-link {
    color:  #ec151f;
}

.box-multimedia .article-link,.box-multimedia .article-cat,.box-multimedia .article-date {
    color: white;
}

.box-multimedia .article-link:hover {
    color:  #ec151f;
}

.box-multimedia .article:nth-child(n+3) .article-date {
    display: none;
}

.box-multimedia .article:nth-child(1) .article-link,
.box-multimedia .article:nth-child(2) .article-link {
    font-size: 20px;
}

.box-multimedia .cat-content .article:nth-child(1) {
    margin-right: 35px;
}

.box-multimedia .article:nth-child(n+3) .article-link{
    font-size: 18px;
}

.box-multimedia .cat-content .article:nth-child(3),
.box-multimedia .cat-content .article:nth-child(4) {
    margin-right: 35px;
}

.box-multimedia .cat-content {
    display: flex;
    flex-wrap: wrap;
}

.box-multimedia .cat-content .article:nth-child(1),
.box-multimedia .cat-content .article:nth-child(2) {
    margin-bottom: 35px; 
}

.box-multimedia .cat-content .article:nth-child(1),
.box-multimedia .cat-content .article:nth-child(2) {
    width: calc((100% - 35px) / 2);
}

.box-multimedia .cat-content .article:nth-child(3),
.box-multimedia .cat-content .article:nth-child(4),
.box-multimedia .cat-content .article:nth-child(5) {
    width: calc((100% - 70px) / 3);
    margin-right: 35px; 
}

.box-multimedia .cat-content .article:nth-child(5) {
    margin-right: 0; 
}

.box-multimedia .article:nth-child(1) .article-title,
.box-multimedia .article:nth-child(2) .article-title {
    order: 1;
}

.box-multimedia .article:nth-child(1) .article-meta,
.box-multimedia .article:nth-child(2) .article-meta {
    margin-top: 15px 0 5px;
}

.box-multimedia .article {
    position: relative;
}

.box-multimedia .article:nth-child(n+3) .article-cat {
    position: absolute;
    left: 15px;
    top: 170px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    background: #1b1f88;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.part-tags {
    align-items: baseline;
}

.tags-title {
    background: url(../images/tag.png) no-repeat left top 0px ;
    padding-left: 45px;
    background-size: 38px 34px;
    display: flex;
    height: 34px;
    gap: 10px;
    color: #333333;
}

.tags-title p {
    font-size: 16px;
    color: #333333;
    margin-right: 15px;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 400;
    align-items: center;
    display: flex
;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background: #ebebeb;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 2px;
    transition: border 0.3s ease, background-color 0.3s ease; /* Add transition for smoother hover effect */
}

.tags-content .tags-link:hover {
    border: 0.5px solid #888888;
    background-color: #f5f5f5; /* Optional: Add a slight background color change for visual feedback */
}


.box-navigation .home, .box-navigation .cate, .box-navigation .sub-cate {
    color: #a5a5a5;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.box-navigation .cate, .box-navigation .sub-cate {
    margin-left: 5px;
}

.box-navigation .sub-cate.detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30%;
}

.box-navigation h1:has(.sub-cate) {
    line-height: 0.5;
}

.box-navigation .home:hover, .box-navigation .cate:hover, .box-navigation .sub-cate:hover {
    text-decoration: underline;
}


.box-navigation .home{
    background: url(../images/ico-dot.png) left 5px no-repeat;
    background-size: 7px 7px;
    padding-left: 15px;
    display: inline-block;
}

.box-qc img {
    height: auto;
}