﻿:root {
    --primary-color: #da251c;
    --hover-color: #dc5332;
    --color-text: #333;
    --blue-color: #008223;
}   
@media (min-width: 768px) {
        .col-sm-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 992px) {
        .col-md-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
        .container.small-container{
            max-width:92vw;
        }
    }
@font-face {
    font-family: 'Roboto';
    src: url("/content/Roboto/Roboto-Regular.ttf?v=1") format("truetype");
    font-display: fallback;
}

@font-face {
    font-family: 'Roboto';
    font-weight:bold;
    src: url("/content/Roboto/Roboto-Bold.ttf?v=1") format("truetype");
    font-display: fallback;
}
@font-face {
    font-family: 'Roboto';
    font-style:italic;
    src: url("/content/Roboto/Roboto-Italic.ttf?v=1") format("truetype");
    font-display: fallback;
}
@font-face {
    font-family: "Roboto-fallback";
    size-adjust: 97.38%;
    ascent-override: 99%;
    src: local("Arial");
}
#result-kq{min-height:300px;}
.body-h{min-height:600px;}
iframe.max-w{max-width:100%;border:none}
#noidungchinh-2-nt,#noidungchinh-nt{min-height:1px;}
/*icon*/
.ic-h {
    background-image: url("/Content/images/TB1mHDTXMaH3KVjSZFpXXbhKpXa-600-400.png?v=1");
    width: 20px;
    height: 20px;
    background-position: -310px 0;
   display:block;position:relative;
}
    .ic-h.ic-h-search {
        width: 16px;
        height: 16px;position:relative;top:2px;
        background-position: -388px -193px;display:inline-block
    }
    .ic-h.ic-h-cart {
        background-position: -242px -191px;
        width: 23px;
        height: 20px;
    }
    .ic-h.ic-h-thongbao {
        background-position: -170px -191px;
        width: 22px;
        height: 20px;
    }
    .ic-h.ic-h-donhang {
        background-position: -208px -191px;
        width: 23px;
        height: 20px;
    }
    .ic-h.ic-h-login {
        width: 28px;
        height: 28px;
        background-position: -313px -144px;
    }
    .ic-h.ic-h-menu {
        background-position: 377px 354px;
        width: 30px;
        height: 30px;
    }
/*end*/
#txt_menudesc::-webkit-input-placeholder,
#txt_menukeywords::-webkit-input-placeholder,
#txt_menudesc::placeholder,
#txt_menukeywords::placeholder
{
    font-size:15px;
}
.bg-gray{
    background-color:#fcfcfc;
}
#shrt-cart .table tr td b.text-danger{white-space:nowrap;}
.container.small-container{
    position:relative;
    padding-left:15px;
    padding-right:15px;
}
.container.small-container-d{
    max-width:1200px;
}
.container-fluid.small-container-fluid{
    padding:0 15px;
}
.sl_is_img{
    height:21px;display:block;
}
@media (min-width:991px){
    .sl_is_img{height:43px;}
}
    .sl_is_img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

body{
    font-family:Roboto;
}
.slick-dots{
    margin:0;padding:0;list-style:none;text-align:center;margin-top:10px;
}
.slick-dots li{
    display:inline-block;
    margin-right:8px;
}
.slick-dots li button{
   background: #E0E0E0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;border:2px solid transparent;
}
.slick-dots li.slick-active button{
    border-color:var(--hover-color);background:#fff;
}
.slick-track{margin:0!important;}
button:focus{outline:none;}
svg {
        display: inline-block;
        width: 1em;
        height: 1em;
        fill: currentColor;
        position: relative;
    }
.btn.btn-primary{
    background-color:var(--blue-color);
border-color:var(--blue-color);
}
.btn.btn-link,#image3 a{
    color:#0068ff
}
.dddanhgia.star-ico{
    color: #EE4D2D;
    border-color: #EE4D2D;
}
.d-ss{
    color:#0068ff;display:block;
    width:200px;
}
#resul-tel-tel a,#resul-tel a{
    color:#0068ff;
}
.d-ss:hover{
    color:#D92419;
}
.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}
    .flex-center .flex-center-div {
        flex: 1;
    }
a:hover{
    text-decoration:none;
}
label{
    font-weight:bold;color:rgba(0,0,0,.7)
}
#loader {
    background: rgba(255,255,255,.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}
    #loader i.circle1, #loader i.circle2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin: auto;
        width: 60px;
        height: 60px;
        font-size: 30px;
        color: #74985a;
    }
    #loader i.circle2 {
        color: #74985a;
        width: 200px;
        height: 200px;
    }
    #loader:before {
        content: '';
        padding-top: 100%;
        display: block;
    }
.clear-fix::after{
    content:'.';
    display:block;
    clear:both;
    visibility:hidden;height:0;
}
.no-ul{
    margin:0;padding:0;list-style:none;
}
.news-detail{
    font-size:15px;color:#333;
    line-height:1.6;
}
.news-detail iframe{max-width:100%;height:400px;}
.news-detail h2,.news-detail h3{
    margin-bottom:18px!important;
}
.news-detail h2{
    font-size:25px!important;
}
.news-detail h3{
    font-size:20px!important;
}
.news-detail img{
max-width:100%;height:auto!important;
}
header{
    position: relative;
    
    top: 0px;
    width: 100%;
    font-size: 1.5em;
    z-index: 990;
    user-select: none;
    transition-property: height;
    transition-duration: 0.1s;
}
header .topheader{
    transform:translate(0,0);transition:400ms ease-out
}
    header .bottomheader {
        padding-bottom:0;
        transition: 400ms ease-out;
        padding-top:10px;
       background-color: #fff;
    border-color: rgb(255, 161, 0);transform:translate(0,0);
        box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    }
    header.ac-header .topheader{
        transform:translate(0,-43px);
    }
    
.img-logo {
        max-height: 40px;
    }
@media (max-width:991px){
    .img-logo {
        margin:auto;
    }
}
.no-ul{
    margin:0;padding:0;list-style:none;
}
.list-menu{
    padding:0;
}
.list-menu li a{
    text-transform:initial;
    display:block;
    color:rgba(255,255,255,.9);
    padding:0 15px;font-size:1.1em;
}
.list-menu li a.bg-avas-title img{
    margin-right:5px;
    border-radius:50%;
    width:20px;
    height:20px;position:relative;
    top:-1px;
}
.list-menu li:last-child a{
    padding-right:0;
}
.list-menu li a:hover{
     color:rgba(255,255,255,1);
    text-decoration:none;
}
@media (max-width:768px){
    .list-menu{
        position:absolute;
        bottom:0;
        left:0;width:100%;
        z-index:999;
        padding:10px 0;
    }
    .list-menu li a{
        padding:8px 15px;
    }
}
.sea_reg {
    background: #fff;
    display: table;
    width: 100%;border-radius:20px;min-height:38px;  
}
@media (min-width:991px){
.sea_reg{margin-bottom:0}
}
    .sea_reg div {
        display: table-cell;overflow:hidden;vertical-align:middle;
    }
    .sea_reg div:first-child{
        width: 100%;
    }
        .sea_reg div:last-child {
            text-align: right;
        }
        .sea_reg div #txtsearch {
            
            
            padding: 6px 15px;
            border: none;
            outline: none;
            font-size: 1em;
            border-radius: 20px 0 0 20px;width:100%;border:2px solid var(--primary-color);
        }
        .sea_reg div button {
            background-color: var(--primary-color);
            font-size: 1.1em;
            border: none;
            outline: none;
            color: #fff;
            padding: 7px 15px;font-weight:bold;
            border-radius:0 20px 20px 0;white-space:nowrap;
        }
        .lg-link{
            font-weight:bold;
            color:rgba(255,255,255,.9);
            display:inline-block;
            padding:8px 15px;
        }
        .lg-link:hover{
            color:rgba(255,255,255,1);text-decoration:none;
        }
        .btn-menu{
            background:none;color:#fff!important;
            font-size:1.5em;border:none;padding:0;
        }
.bt-dangtin {
    color: #fff;
    background: #d92419;
    border-radius: 4px;
    padding: 8px 20px;border:none;text-transform:uppercase;font-weight:bold;
}
.bt-dangtin:hover{
    background: #fff;color:#0068ff;text-decoration:none;
}
.bt-dangtin i{
    margin-right:5px;
}
.list-menu-mobile{
    position:fixed;
    bottom:0;left:0;
    background:#fff;z-index:999;width:100%;text-align:center;
        border-top: 0.13333vw solid #eee;
   transform:translate(0,0);
    transition:400ms ease-out;
}
.list-menu-mobile li{
    
   width:20%;float:left;
}
.list-menu-mobile li i.fas{
    height:27px;
    color:var(--blue-color);font-size:2.2em;
}
i.ti-list-menu--mobile
{
    background-image:url("/Content/images/icon-menu.png?v=1");
    background-repeat:no-repeat;
    height:27px;width:32px;margin:auto;
}
i.ti-list-menu--mobile.io-1{
    background-position:-45px 0;
}
i.ti-list-menu--mobile.io-2{
    background-position:-139px 0;
}
i.ti-list-menu--mobile.io-3{
    background-position:-234px 0;
}
i.ti-list-menu--mobile.io-4{
    background-position:-330px 0;
}
i.ti-list-menu--mobile.io-5{
    background-position:-426px 0;
}
.list-menu-mobile li a{
    color:rgba(0,0,0,.7);padding:5px 4px;display:block;
        font-size: 3vw;
}
.list-menu-mobile li a:hover,.list-menu-mobile li a:hover i{color:var(--hover-color);}
.list-menu-mobile li a:hover i.ti-list-menu--mobile{
    background-image:url("/Content/images/icon-menu-hover.png?v=1");
}
@media (max-width:320px){
    .list-menu-mobile li a{
        padding:3px;
    }
}
.list-menu-mobile li a.dangtin{
    background:#0068ff;color:#fff;
}
.list-menu-mobile li a i{
    display:block;font-size:1.5em;
    margin-bottom:5px;
}
.sld-bg{
    border:1px solid #ddd;cursor:pointer;width:100%;background:none;overflow:hidden
}
.sld-bg:hover,.sld-bg.act{
    border-color:#0068ff
}
.titl{
    color:#333;
    font-size:2em;
}
.titl.big-title{font-size:3em;}
.titl.smalltitl{
    color:rgba(0,0,0,.8);
    font-size:1.6em;font-weight:bold;
}
.tb-avar{
    position:relative;
    display:block;
}
h2.tild,div.tild{
    font-size:24px;font-weight:bold;
    position:relative;
}
    h2.tild span.caret,
    div.tild span.caret {
        background-color: #dcdee3!important;padding:0;
        position: absolute;
        right: 0;
        height: 4px;
        width: 100%;
        top: 20px;
    }
    h2.tild .tb-title,
    div.tild .tb-title {
        color: #333;
        background: #fff;
        padding: 6px 0;
        display: inline-block;
        line-height: 1.3;
        position: relative;
        z-index: 9;
        padding-right: 15px;
    }
.tb-title-aa {
    color: #333;
    text-align: center;
    padding: 6px 0;
    font-size: 1.5em;
    display: block;
    line-height: 1.3;
}
.tb-title-aa.m-40{
    overflow: hidden;
    display: block;height:45px;
}
@media (min-width:991px){
    .infd{
        height: 300px; 
    }
    .infd .banner-info, .infd .banner-region {
        float:left;overflow:hidden;height:100%;
    }
    .infd .banner-info{       
        width:320px;
    }
    .infd .banner-region {
        width: calc(100% - 320px);
    }
}
    .infd .banner-info img{
        object-fit:cover;
        width:100%;height:100%
    }
    .tb-title:hover{
        color:#0068ff
    }
    .dddanhgia{
        border-bottom: 1px solid #555;
        margin-right:5px;display:inline-block;color: #222;
        font-size:1.2em;
    }
.tb-avar img{
    position:absolute;
    top:0;left:0;border-radius:5px;
    margin:auto;right:0;bottom:0;
    height:100%;
    width:100%;object-fit:cover;
}
.tb-avar::before{
    content:'';
    display:block;
    padding-top:100%;
}
.tb-avar.tb-avar-80::before{
    padding-top:80%;
}
.tb-avar.tb-avar-80 button{
    width:100%;
    border:none;background:none;
}
.title-ft
{
    font-size:1.8em;
    margin-bottom:15px;color:#fff;
}
.il-ft li a,.il-ft li span{
    color:rgba(255,255,255,.9);
    font-size:1.5em;display:block;
    margin-bottom:8px;
}
.il-ft li a:hover{
    color:#fff;text-decoration:underline;
}
.bottom-footer {
    border-top:1px solid rgba(255,255,255,.2);
    padding: 10px 0;font-size:1.4em;color:#fff;
}
.bottom-footer a{
    color:#fff;
}
.bottom-footer p{
    margin-bottom:0;
}
.bdtcd {
    background-color: #fff;
    font-size: 1.3em;
    padding: 8px 0;
}
.bdtcd ul li.space_caret i{
    font-size:.7em;
}
    .bdtcd .space_caret {
        margin: 0 5px;
    }
.square-60 {
    display: block;
    position: relative;
}
.square-60::after {
    padding-top: 60%;
    content:'';display:block;
}
.square-60 img{
    max-height:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 
}
.tktnews {
    font: bold 20px/1.3 'Roboto',Arial;
    color: #0068ff;
    margin-bottom: 15px;
    display: block;
}
.dattim {
    margin-bottom: 7px;
    color: rgba(0,0,0,.5);
    font-style: italic;font-size:1.5em;
}
.flex, .flex-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}.flex-products {
    margin: 0 -1px;
}
    .flex-products .flex-product-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
            border-bottom: 1px solid rgb(244, 244, 244);
    border-right: 1px solid rgb(244, 244, 244);
    padding:10px;background-color:#fff;

    }
    .flex-products .flex-product-item-d-100{
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
       
    }
   
        .flex-products .flex-product-item:hover {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            z-index: 1;
        }
@media (min-width: 768px) {
    .flex-products .flex-product-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
     .flex-products .flex-product-item.flex-product-item-d{
         -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
      .flex-products .flex-product-item.flex-product-item-d-4{
         -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
     .flex-products .flex-product-item-md-100{
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
       
    }
}
@media (min-width: 991px) {
    .flex-products .flex-product-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
     .flex-products .flex-product-item.flex-product-item-6 {
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%;
    }
}
.tm-avatar {
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;width:100%;
}

.br-sup{
    border:1px solid #eee;transition:400ms ease-out;
}
.br-sup:hover{
    border-color:var(--hover-color);
}
    .tm-avatar:before {
        content: '';
        padding-top: 100%;
        display: block;
    }
.tm-avatar.tm-avatar-y:before {
    padding-top: 141.3%;
}
    .tm-avatar.tm-avatar-90{min-height:110px;}
    .tm-avatar.tm-avatar-90:before{
        padding-top:110px
    }
    .tm-avatar img {
        top:0;
        position: absolute;
        right:0;bottom:0;left:0;
        margin:auto;width:100%;object-fit:contain;height:100%;
    }
    .tm-avatar.tm-avatar-y img{
        height:100%;
    }
    .tm-avatar.tm-avatar-90 img{
        max-height:100%;object-fit:contain;
    }
.regi-g {
    padding: 10px;
    display: block;
}
    .regi-g .regi-g-title {
        font-size: 1.3em;
        color: #333;
    }
@media (min-width:440px) {
    .regi-g .regi-g-title {
        font-size: 1.5em;
    }
}
        .regi-g .regi-g-title.hc {
            display: block;
            height: 108px;
            overflow-y: hidden;
        }
        .regi-g .regi-g-title.regi-g-title-small {
            text-align: left;
            display: block;
            height: 50px;margin-bottom:0;
            overflow: hidden;
            margin-top:7px;font-size:1.4em;
        }
        /*@media (max-width:560px){
            .regi-g .regi-g-title.regi-g-title-small {
                height: 72px;margin-bottom:0;
            }
        }*/
        .regi-g .regi-g-title:hover {
            color: var(--primary-color);
        }
.pr_das {
    margin-bottom:5px;
    overflow-y: hidden;
}
    .pr_das span {
        display: block;
        font-size: 1rem;
    }
.old-price {
    color: #7c8696;
    text-decoration: line-through;
    font-size: 1rem;
}
.pr_das span.dis_count_pr_das {
    display: inline-block;
    color: #d0021b;
    font-size: .9em;
    background-color: transparent;
    padding: 0 5px;
}
.pr_das span.dis_count_pr_das.pos-dis_count_pr_das{
    position:absolute;
    top:10px;
    left:10px;
    background-color:var(--primary-color);color:#fff;
    padding:2px 4px;font-size: .8em;
}
.info-fd .pr_das span.dis_count_pr_das.pos-dis_count_pr_das{
    left:-100px;font-size:.7em;
}
.info-fd .tb-thuonghieu{
    width:80px;margin-bottom:0;
}.info-fd .tb-thuonghieu img{
    height:25px;
}
.curr-price {
    display: inline-block;
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-right: 5px;
}
.pr_das_detail .curr-price{
    font-size:3em;font-weight:500;
}
.bg-black {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: right;
    padding: 7px;
    color: #fff;
    font-size: 1.5em;
}
.preAds___1nZxE{
    cursor: pointer;
    display: inline-block;
    position: relative;
    background:  #eee;
    border: 0;
    padding: 4px 10px;
    border-radius: 0 4px 4px 0;font-size:1.5em;
    margin-bottom:15px;color:#333;
}
.preAds___1nZxE:hover{
    color:#fc9807
}
    .preAds___1nZxE:after {
        content: "";
        display: block;
        position: absolute;
        left: -13px;
        top: 1px;
        width: 0;
        height: 0;
        border-color: transparent #eee transparent transparent;
        border-style: solid;
        border-width: 14px 13px 14px 0;
    }
.title-dm {
    color: rgba(255,255,255,.9);
    font-weight: bold;
    padding: 10px;
    background-color: var(--blue-color);
    text-transform: capitalize;
    font-size: 1.5em;
}
.lisnc li a {
    color: rgba(0,0,0,.7);
    font-size: .9rem;
    padding: 3px 10px;
    display: block;
}
.lisnc li a:hover,.lisnc li a.atix{
    color: var(--blue-color);text-decoration:none;
}
    .lisnc li a:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--blue-color);
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .user_region{
        padding:12px 0 0 0;
        border-top:1px solid #ddd;
        
        position:relative;
    }
        .user_region .xtrang {
            background-color: #fff;
            color: #0068ff;
            border: 1px solid #0068ff;
            cursor: pointer;
            text-align: center;
            transition: background-color .2s ease-in-out;
            font-size: 10px;
            border-radius: 20px;
            padding: 7px 10px;
            display:inline-block;
            position:absolute;
            top:10px;right:0;
        }
        .user_region .xtrang:hover{
            background-color:#eee;
        }
    .user_region .user_avatar{
        width:60px;
        border:1px solid #ddd;float:left;
        margin-right:10px;
        position:relative;
    }
    .user_region .user_avatar:after{
        content:'';
        display:block;
        padding-top:100%;
    }
        .user_region .user_avatar img {
           position:absolute;
           top:0;left:0;right:0;bottom:0;margin:auto;
           max-width:100%;max-height:100%;
        }
        .user_region .user_info{
            width:calc(100% - 70px);
            float:left;
        }
        .user_region .user_info .user_info_title{
            font-weight:bold;
            font-size:1.5em;
            margin-bottom:10px;color:#0068ff
        }
        .user_region .user_info .user_info_title span.ico-cstar{
            color:#EE4D2D;margin-left:2px;
        }
        .user_region .user_info .user_info_title span.ico-cstar img{
            margin-left:2px;width:10px;position:relative;
            top:-1px;
        }
        .user_region .user_info .user_info_role{
            font-size:1.3em;color:rgba(0,0,0,.6);

        }
        .user_region .user_info .user_info_role:before{
            content:'';
            display:inline-block;
            width:5px;
            height:5px;
            margin-right:5px;background:rgba(0,0,0,.6);
            margin-right:5px;border-radius:50%;
            position:relative;
            top:-2px;
        }
.teleph {
    display: block;
    margin-bottom: 0px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px;
    width:100%;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    font-size: 1.5em;
    transition: background-color 200ms ease-in-out 0s;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 168, 55);
}
.teleph.teleph-ds{
    background-color:transparent;
    border:1px solid rgb(51, 168, 55);color:rgb(51, 168, 55)
}
.teleph:hover{
    color:#fff;
    background-color:#35A033;text-decoration:none;
}
.teleph .teleph-i{
    background:url('/Content/images/white-phone.svg?v=1') no-repeat left center;
    background-size:20px;    padding-left:25px;
}
.teleph.teleph-ds .teleph-i{
    background-image:url('/Content/images/chat_green.png?v=1')
}
.teleph.teleph-ds:hover{
    background-color:transparent;color:#fc9807
}
.lbl-col,.checkregion{font-size:1.5em;}
.tlf-order {
    border-bottom: 1px solid #dadada;
    padding: 8px 0px;
    margin-bottom: 15px;
    font-size: 1.5em;
}.tlf-order .tlf-order-tite {
    color: #0068ff;
}
 .tlf-order .tlf-order-tite a {
    font-weight: bold;
    color: #507601;
}
 .tlf-order .tlf-order-date {
    color: rgba(0,0,0,.6);
    font-size: 13px;
    font-style: italic;
}
 .price-num {
    line-height: 22px;
    font-weight: 600;
    height: 22px;
    margin-bottom: 3px;
    color: #e12519;
    position: relative;
    white-space: nowrap;
}
 .list-pro-detail li {
    display: table;
    font-size: 1.5em;
    margin-bottom: 12px;
}
    .list-pro-detail li div {
        display: table-cell;
        padding-right: 10px;
        vertical-align: middle;
    }
.bt-numcart {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    font-weight: bold;
    height: 31px;
    width: 31px;
    font-size: 1.5em;
    line-height: 31px;
    padding: 0;
}
#txtnumc {
    height: 31px;
    width: 95px;
    border: 1px solid #ddd;
    color: #333;
}
.cl-tb{
        width: 100%;
}
    .cl-tb .cl-tb-td {
        float: left;
        overflow: hidden;
    }
        .cl-tb .cl-tb-td:first-child {
            width: 60px;
            padding-right: 10px;
        }
        .cl-tb .cl-tb-td:last-child {
            width: calc(100% - 60px);
        }
        .ti-hcc{
            background-color:#f4f4f4;
            padding:15px;text-align:center;
            position:relative;
        }
        .ti-hcc .close,.ti-hcc .back{
            position:absolute;top: 13px;
            background:none;
            outline:none;border:none;
        }
        .ti-hcc .back{            
            left:13px;
            top:16px;
        }
            .ti-hcc .close {
                float: none;
                right: 13px;
                
            }
            .ti-hcc h3 {
                font-size: 1.6em;
                font-weight: bold;
                margin-bottom: 0;
            }
        .bt-lkx{
            background:none;
            border:none;
            padding:0;color:rgba(0,0,0,.8);font-size:13px;outline:none;
        }
            .bt-lkx i, .bt-lkx:hover {
                color: #0068ff;
            }
            .tb-seach{
                border:1px solid #ddd;
                font-size:1.5em;
                background:#fff;
                padding:5px 10px;
                margin:0 4px;white-space:nowrap;
            }
            .city-r{
                border-bottom: 1px solid #ddd;
                padding:10px 15px;position:relative;
            }
            .city-r a{
                font-size:1.5em;color:#333;
            }
            .city-r a:hover,.city-r a.act{
                text-decoration:none;color:rgb(51, 168, 55)
            }
                .city-r button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    width: 40px;
                    font-size: 1.5em;
                    background: none;
                    border: none;color:rgba(0,0,0,.4);
                }
.AvatarWrapper, .InfoWrapper {
    float: left;
}
.AvatarWrapper {
    width: 80px;
}
    .AvatarWrapper img {
        color: rgb(255, 255, 255);
        background-color: rgb(188, 188, 188);
        user-select: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        border-radius: 50%;
        height: 80px;
        width: 80px;
    }
.InfoWrapper {
    padding-left: 10px;
    width: calc(100% - 80px);
}
.InfoWrapper .name {
    font-size: 18px;
    font-weight: 600;
}
    .InfoWrapper .FollowRow {
        margin: 5px 0 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5em;
    }
        .InfoWrapper .FollowRow div {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
        .bt-cart.bt-theodoi{
            width:125px;
            color:#fff;
            padding:7px 10px;
                border-radius: 20px;
                
        }
.itemRow {
    height: 20px;
    margin: 5px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #9b9b9b;font-size:1.5em;width:100%;
}
.itemRow i.ico{
    margin-right:10px;color:rgba(0,0,0,.2);
}
.itemRow #resul-tel-tel i{
    display:none;
}
    .itemRow img {
        margin-right: 10px;
    }
    .itemRow span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #282f39;
    }
.slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    background-position:50%;
    background-repeat:no-repeat;
    background-size: 100%;
    width: 38px;
    height: 38px;
    z-index: 2;
    cursor: pointer;
    transition: all .2s ease-in-out;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;outline:none;
    border:none;background-color:transparent;
}
.cate-slick .slick-arrow{
    width:28px;
    height:28px;top: calc(50% - 20px);
}
.slick-arrow:hover{
    transform:scale(1.03);
}
    .slick-arrow.slick-prev {
        left: 0;
        background-image: url(/content/images/slide-prev.svg?v=1);
    }
    .cate-slick .slick-arrow.slick-prev{
        left:-15px
    }
    .slick-arrow.slick-next {
        right: 0;
        background-image: url(/content/images/slide-next.svg?v=1);
    }
    
    .cate-slick .slick-arrow.slick-next {
        right: -15px;
    }
    @media (max-width:620px){
        .cate-slick .slick-arrow.slick-prev {
            left: 0;
        }
        .cate-slick .slick-arrow.slick-next {
            right: 0;
        }
    }
   .tb-avar.tb-avar-small{
       width:84px;margin:auto;
    }
   .tb-avar.tb-avar-small-sp{
       margin:auto;
   }
   .tb-title.m-40{
       overflow:hidden;display:block;
   }
   @media (min-width:991px){
       .tb-title.m-40{
           height:50px;
       }
   }
    .tb-avar.tb-avar-small:before{
        padding-top:84px;
    }
    .tb-avar.tb-avar-small-sp:before{
        padding-top:52px;
    }
    .tb-avar.tb-avar-small img{
        border-radius:50%;
    }
    .h-200{
        height:400px;overflow-y:hidden;
        position:relative;
    }
        .h-200:after {
            content: '';
            position: absolute;
            bottom: 0px;
            background: linear-gradient(to top, rgb(243, 243, 243), rgba(255, 255, 255, 0.15));
            height: 25px;
            width: 100%;
        }
        .btn-i{
            color: #0068ff;
    text-decoration: none;font-size:12px;
        }
        .btn-i:hover{
            color:#D92419
        }
        .ch-thich-products{
            background:url('/Content/images/pro.svg?v=1') no-repeat left center;
            background-size:15px;
            padding-left:20px;font-size:1.2em;color: #9b9b9b;
        }
    
        .reg-timkiem{
            position:sticky;
            top:95px;width:100%;
            z-index:500;
        }
        .reg-timkiem .tb-reg-timkiem{
            display:table;
        }
        @media (max-width:640px){
            .reg-timkiem .tb-reg-timkiem {
            margin-bottom:10px;
            }
        }
        .reg-timkiem .tb-reg-timkiem .tb-reg-timkiem-td{
            display:table-cell;
        }
        .tb-whe {
            background:#fff;
            border-bottom:1px solid #f4f4f4;border-top:1px solid #f4f4f4;margin-bottom:15px;border-right:1px solid #f4f4f4
        }
        .searvh{
       
            width:100%
        }
            .searvh tr td {
                border-left: 1px solid #f4f4f4;
                padding:0;
            }
            .searvh tr td:first-child{
                width:0;
            }
            .searvh tr td:last-child{
                width:41px;
            }
        .searvh .form-control{
            border:none;border-radius:0;outline:none;
        }
.order-butt {
    background-color: #fff;
    height: 36px;
    width: 100%;
    line-height: 31px;
    text-align: center;
    display: block;
    background-position:center;
    background-repeat:no-repeat;
    background-size:18px;
}
    .order-butt.order-butt-grid {
        background-image: url('/Content/images/grid.svg?v=1');
    }
    .order-butt.order-butt-list {
        background-image: url('/Content/images/list.svg?v=1');
    }
    .img-fd,.info-fd{
        float:left;
    }
    .img-fd{
        width:100px;
    }
    .info-fd{
        width:calc(100% - 100px);
        position:relative
    }
    .info-fd .regi-g{
        padding-top:0;
    }
   .info-fd .regi-g .regi-g-title.regi-g-title-small,.info-fd .pr_das{height:auto;margin-bottom:7px;}
.bt-savetin {
    cursor: pointer;
    
    width: 24px;
    height: 24px;
    z-index: 999;
    background: none;
    border: none;outline:none;
    background:url("/Content/images/save-ad.svg?v=1") no-repeat center;
    background-size:20px;
}
.flex-product-item .bt-savetin,.col-6 .bt-savetin {
    position:absolute;
    top:0;left:0;
}
    .bt-savetin.bt-savetin-2 {
        width: auto !important;
        background-position: left;
        padding-left: 20px;
        font-size: 1.5em;
    }
.bt-savetin.bt-savetin-act{
    background-image:url("/Content/images/save-ad-active.svg?v=1");
}
.th-thumb-img {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 15px;overflow:hidden;
}
#file_upload, #file_upload_avatar {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
    .th-thumb-img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 5px;
    }
.th-thumb-img button.btn-dele,
.th-thumb-img button.btn-edit {
    position: absolute;
    top: 5px;
    background: none;
    font-size: 1.6em;
    border-radius: 50%;
    border: 1px solid #ddd;z-index:99;
}
.th-thumb-img button.btn-dele {
    right: 5px;
    color: red;
}
.th-thumb-img button.btn-edit{
    left:5px;
    color:#0068ff;
}
    .th-thumb-img:before {
        padding-top: 100%;
        content: '';
        display: block;
    }
.con_img {
    background: url(/Content/images/number-image.svg?v=1) no-repeat left center;
    color: #fff;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 999;
    text-align: center;
    line-height: 20px;
    font-weight:bold;
}

.menudsd {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: initial;
    right: 0;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-top: none;z-index:10000;
}

@media (min-width:991px){
    .menudsd {
        position: absolute;
        width: 300px;
        height: auto;
        max-height: calc(100vh - 45px);
        top: 95px;
        left: auto;
    }
        .menudsd#menudsd-2 {
            right: 100px;width:380px;
            overflow-y:auto;
            background:#eee;
        }
}
.menudsd .user_region{
    padding:10px;
}
.menudsd .user_region .user_info{
    height:60px;
}
.menudsd .user_region .user_info .user_info_title{
    font-size:1em;color:rgba(0,0,0,.7);
}
.menudsd .user_region .user_info .user_info_title:hover{
    color:#0068ff
}
.block-1{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding:5px 0;
}
    .block-1 i.fa-caret-up {
        position: absolute;
        top: -13px;
        left: 150px;
        font-size: 20px;
        color: #fff;
    }
    .block-1 a {
        display: block;
        clear: both;
        padding:5px 10px;
        text-decoration: none;
        color: #000000;
    }
        .block-1 a i {
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: #FF5279;
            color: #fff;border-radius:50%;
            text-align:center;line-height:30px;
            margin-right:5px;
        }
        .block-1 a:hover {
            background-color: rgba(0,0,0,.05);
        }
        .loci{
            background:url('/Content/images/marker.png?v=1') no-repeat left center;
            padding-left:40px;
            background-size:30px;font-size:1.5em;
           display:block;
           margin-top:5px;padding-top:5px;
           padding-bottom:5px;
        }
        .mxh{
            width:30px;height:30px;
            display:inline-block;
            background:none;
            border:none;outline:none;text-align:center;border-radius:50%;
            background:url('/Content/images/circle-facebook.svg?v=1') no-repeat left center;
            background-size:cover;
            margin:0 3px;
        }
        .mxh.mxh-chat{
            background-image:url('/Content/images/circle-messenger.svg?v=1');
        }
         .mxh.mxh-zalo{
            background-image:url('/Content/images/circle-zalo.svg?v=1');
            position:relative;
            top:2px;
        }
        .mxh.mxh-link{
            background-image:url('/Content/images/circle-copylink.svg?v=1');
        }
        .bt-control{
            position:absolute;
            top:15px;right:15px;
        }
            .bt-control.bt-control-album {
                width: 30px;
                height: 30px;
                background: rgba(0,0,0,.5);
                color: #fff;
                text-align: center;
                line-height: 30px;
                font-size: 2em;
                top: calc(50% - 30px);cursor:pointer;z-index:9999;
            }
            .bt-control.bt-control-album:hover{
                background: rgba(0,0,0,.9);
            }
        .bt-control.bt-control-album.bt-control-albumleft{
            right:initial;
            left:15px;
        }
        
        .btn-arr{
            border-radius:50%;
            width:25px;height:25px;text-align:center;
            padding:0;
            margin:0;
            border:1px solid #ddd;
            background:none;
        }
        .btn-arr:hover{
            background-color:#0068ff;color:#fff;
        }
.ddl-search-dropdown {
    background-color: #eee;
    display: inline-block;
    font-size: 1.5em;
    padding: 7px 10px;border: 1px solid #ddd;
    margin:0 4px;
}
.ch-xc{
    background:url("/Content/images/shield-iconx4.png?v=1") no-repeat left center;
    font-size:1.2em;
    background-size:35px;
    padding-left:40px;color:#777;

}
.bt-price {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 5.5px 10px;
    margin: 0 4px;
    background-color: #f4f4f4;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    border: 1px solid #ddd;
    font-size: 1.5em;
}
.ls-news-thongbao {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px 0 rgb(178 178 178 / 50%);
    -moz-box-shadow: 0 2px 3px 0 rgba(178,178,178,.5);
    box-shadow: 0 2px 3px 0 rgb(178 178 178 / 50%);
    -webkit-box-sizing: border-box;
    margin-bottom:15px;
}
.ls-news-thongbao .ls-news-thongbao-info{
    padding:20px;
}
.ls-news-thongbao .ls-news-thongbao-title{
        font-size: 20px;
    line-height: 130%;
    display:block;
    color:#000;
    margin-bottom:14px;
}
.ls-news-thongbao .ls-news-thongbao-sumd{
    color:#333;
}
.b-close{
    margin: 14px auto;
    padding:14px!important;
    display: block!important;
    border: none;
}
.tlvdas{
    font-size:1.7em;
    border-bottom:3px solid #0068ff;
    display:inline-block;
    font-weight:bold;
    color:#333;
    padding:8px;
}
.slick-disabled{
    display:none!important;
}
.login-ex {
    width: 100%;
    height: 40px;
    color: #fff;
    position: relative;
    border: none;font-size:1.6em;
}.login-ex.login-facebook {
    background-color: #4267b2;
}
   
    .login-ex i {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0;
        left: 0;color:#fff;
        display: block;
        font-size: 20px;
    }
.block-title{
    background-color: #0068ff;
    padding: 10px 20px;
    font-size: 1.5em;
    color: #fff;font-weight:bold;
}
.block-brd .menu-d.menu-d-child {
    padding:8px;
    border-bottom:1px dashed #e7e7e7;
}
.block-brd .menu-d .menu-d-title {
    text-decoration: none;
    color: #666;
    font-size: 1.4em;
}
.block-brd .menu-d a:hover,
.block-brd .menu-d a.act
{
    color:#0068ff
}
.block-brd .menu-d button {
    color: #333;
    background: none;
    border: none;
    font-size: 1.3em;
    position: absolute;
    top: 0;
    right: 0;
}.fa.kecs {
    position: absolute;
    top: 1px;
    left: 8px;
    width: 36px;
    height: 36px;
    background-color: #eee;
    text-align: center;
    line-height: 36px;
    color: #0068ff;font-size:1.5em;
    border-radius: .25rem;
}
.bt-upload-image {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;background:none;max-width:141px;
}
  .abcRioButton.abcRioButtonLightBlue{width:100%!important;}
  
  
@media (min-width:768px) {
    .lis-skd-slide:first-child {
        margin-bottom: 5px;
    }
    .cl-slide {
        margin: 0 -5px;
    }
        .cl-slide .cl-slide-1,
        .cl-slide .cl-slide-2 {
            float: left;
            padding: 0 2.5px;
        }

        .cl-slide .cl-slide-1 {
            width: 67%;
        }

        .cl-slide .cl-slide-2 {
            width: 33%;
        }
}
  .bt-n{
      color:var(--color-text);
      padding:0 7px;font-size:1.5em;
  }
  .bt-n .b-table{
      display:table;float:right;position:relative;
      top:-2px;
  }
  .bt-n .le,.bt-n .ri{
      display:table-cell;vertical-align:middle
  }
  .bt-n span.bt-n-title{
      font-size:14px;
      display:inline-block;margin-top:2px;
  }
  .bt-n:hover{
      color:var(--hover-color);
  }

    .lst-menu li a{
        color:#333;
        font-size:1.5em;
        display:block;
        margin-bottom:10px;
    }
    .lst-menu li a i{
        margin-right:5px;visibility:hidden;
    }
    .lst-menu li a:hover,.lst-menu li a.act{
        color:var(--hover-color);
    }
    .lst-menu li a:hover i,.lst-menu li a.act i{visibility:visible;}
    .btxt{
        display:block;
        font-size:1.5em;width:100%;border:none;background:none;text-align:left;
        padding-left:10px;
    }
    .btxt i{
        margin:0;font-size:.8em;margin-left:5px;
    }
    @media (min-width: 768px){
        .col-md-3.col-md-s-3{
            width:20%;
        }
         .col-md-9.col-md-s-9{
            width:80%;
        }
    }
     @media (min-width: 991px){
        .col-lg-3.col-lg-s-3{
            width:20%;
        }
         .col-lg-9.col-lg-s-9{
            width:80%;
        }
    }
     .tisl{
         font-size:1.5em;
         display:block;
         margin-bottom:10px;color:var(--blue-color);font-weight:bold;
     }
     .p{
         margin-bottom:15px;border-bottom:1px solid #eee;
         padding-bottom:15px;
     }
      .p select,.p button{
          width:100%;
      }
      .x-cc{
          position:absolute;
          top:10px;
          left:10px;
          z-index:999;
          color:#fff;font-size:1.2em;padding:3px 6px;
          border-radius:5px;
      }
      .x-cc.x-cc-detail{
          position:relative;
          top:-2px;left:0;
          display:inline-block;font-size:11px;
      }
        .x-cc.x-cc-0 {
            background: rgb(51, 168, 55);
        }
        .x-cc.x-cc-2 {
            background: #0068ff;
        }
.bt-user-avatar {
    border-radius: 100px;
    padding: 0 24px;
    height: 30px;line-height:28px;
    font-size: 14px;
   border:1px solid var(--primary-color);
    display:block;text-align:center;
    margin-bottom:10px;color:var(--primary-color);background:none;
}
.bt-user-avatar:hover,.bt-user-avatar.chatnow{
    background-color:var(--primary-color);color:#fff;
}
.bt-cart,.bt-baogia {
    font-size: 1.6em;
    background-color: #fff;
    color:var(--primary-color);
    padding: 8px;
    border: 2px solid var(--primary-color);
    width: 100%;border-radius:20px;
}.bt-cart.bt-addnow{
     background-color:var(--primary-color);color:#fff;
 }
.bt-cart i{
    margin-right:6px;
}
   .bt-user-avatar svg{
       margin-right:5px;
   }
   .bt-user-avatar.btn-chat{
       color:#0068ff;background-color:#FFEEE8;
       border:1px solid #0068ff
   }
    .info-user-avatar label{
         color:rgba(0,0,0,.4);
         margin-right:5px
    }
   .info-user-avatar span{
       font-size:1.5em;
       color:#EE4D2D
   }
   .square_cnt {
        display: block;
        position: relative;
        border: 1px solid #ddd;background:none;width:100%;
    }
   .square_cnt.square_cn_d.act{
       border-color:#0068ff
   }
        .square_cnt:before {
            padding-top: 100%;
            content: '';
            display: block;
        }

        .square_cnt img {
            position: absolute;
            display: block;
            max-height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .square_cnt button.btn-danger, .square_cnt button.btn-success {
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 0;
            z-index: 99;
        }

        .square_cnt button.btn-success {
            left: 0;
        }
        .im-vaote a{
            width:100px;
            display:inline-block;
            margin-right:5px;
        }

            .bt-chose-sp{
                background:none;
                border:1px solid #eee;
                padding:15px;
                font-size:1.6em;
                width:100%;
                margin-bottom:15px;
            }
            .bt-chose-sp img{width:100px;}
            .bt-chose-sp a{
                color:#333;margin-bottom:5px;display:block;font-weight:bold;
            }
            .bt-chose-sp a:hover{
                color:#0068ff
            }
            .bt-chose-sp:hover,.bt-chose-sp.act{
                border-color:#0068ff;
            }
            .vot-star i{
                font-size:2.3em;color:#fc9807;margin-right:3px;cursor:pointer;
            }
            .bt-notf{
                padding:15px;
                font-size:1.6em;border:1px solid #ddd;margin-bottom:15px;
            }
            .tot-f{
                margin-bottom:15px;
                border-bottom:1px solid #ddd;
                padding-bottom:15px;
            }
            .tot-f a{
                color:#0068ff;
                font-size:1.7em;color:#333;font-weight:bold;
            }
            .bg-coupon-ad{
                background:#fff4f4;
                border: 1px solid #f8d0d3;
                padding:15px;position:relative;border-left:none;overflow:hidden;
            }
            .bg-coupon-ad:before{
                position:absolute;
                top:0;left:0;background:url("/Content/images/bg-border-right-coupon.png?v=1") left center;
                width:5px;
                height:100%;
                content:'';
            }
            .bg-coupon-ad .bg-coupon-ad-title{
                color:#D92419;font-size:1.5em;font-weight:bold;
            }
            .bg-coupon-ad .bg-coupon-ad-date{
                    color: rgba(0,0,0,.54);
            }
            .bg-coupon-ad .bg-coupon-ad-button{
                    background: #d0011b;color:#fff;
                    border:none;
                    padding:5px 10px;font-size:1.5em;white-space:nowrap;
            }
            .bg-coupon-ad input[type='text']{
                position:absolute;
                top:-999px;
            }
            .ruler_d{
                background:#ddd;
                height:7px;
                margin-top:10px;
                position:relative;overflow:hidden;
            }
            .ruler_d .ruler_d_sub{
                position:absolute;
                top:0;left:0;
                height:100%;
                width:0;
                background:#0068ff
            }
            .votestar_home{margin-bottom:7px;display:inline-block;}
            .votestar_home img{
                width:10px;
            }
            .votxs{font-size:1.2em;font-family:Helvetica}
            .votxs.votxs-eee{color:rgba(0,0,0,0.65);}
            .tb-d{
                display:table;width:100%;
            }
            .tb-d .tb-d-d{
                display:table-cell;
                vertical-align:middle;
            }
#countC {
    position: absolute;
    top: -10px;
    left:4px;
    background: #fff;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    display: block;font-size:11px;color:#c02828!important;font-weight:bold;
    border:1px solid #c02828
}
.icon-shopping-cart-2 {
    color: var(--color-text);
    stroke:var(--color-text);
    width: 26px;
    height: 26px;
}
.hovv .arrow_box {
    position: absolute;
    top: 41px;
    right: 0px;
   display:none;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px 1px #ddd;
    box-shadow: 1px 1px 3px 1px #ddd;transition:400ms ease-out;z-index:99;
}
.hovv .arrow_box #shrt-cart{
    overflow-x:hidden;
    width:600px;
}
.hovv:hover .arrow_box {
   display:block;
}
.sdsww {
    font-size: 1.5em;
    color: rgba(0,0,0,.7);
    display: block;
    margin: 12px;
}
.not-found{
    text-align:center;
    margin-bottom:30px;margin-top:10px;
}
.not-found img{
    margin:auto;
}
.alert-box-container{
    display:flex;
    align-items: center;cursor:pointer;
  justify-content: center;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  opacity:0;z-index:-9999;transition:400ms ease-out;
}
.alert-box-container.show{
    z-index:9999;
    opacity:1;
}
.alert-box-container .alert-box{
    max-width:400px;
    padding:30px 15px;
    background:rgba(0,0,0,.8);text-align:center;color:#fff;font-size:1.5em;
}
.alert-box-container .alert-box i{
    color:rgb(51, 168, 55);
    font-size:2em;margin-bottom:10px;
}
.r-d-topheader{
    color:rgba(255,255,255,.8);
}
.r-d-topheader a{
    color:rgba(255,255,255,.8);
}
.r-d-topheader a:hover{
      color:rgba(255,255,255,1);
}
.r-d-topheader:before{
    border-left:1px solid rgba(255,255,255,.8);
    content:'';
   margin-right:8px;margin-left:8px;
   height:10px;
}
.r-d-topheader:first-child:before{
    display:none;
}
.item-info-home {
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    padding: 16px;height:148px;overflow:hidden;display:block;
}
    .item-info-home h4 {
        font-size: 1.6em;
        color: #333;
        line-height: 20px;
        margin-bottom: 6px;
        display: -ms-flexbox;
        -ms-flex-align: center;
        font-weight: 700;
        display: flex;
        align-items: center;color:#333;
    }
    .item-info-home:hover h4{
        color:#1488db
    }
    .item-info-home .item-info-home-cnt{
        color:#666;font-size:1.3em;
    }
    .item-info-home img {
        position: absolute;
        right: 0;
        bottom: 6px;height:80px;z-index:-2;
    }


.tab button {
    font-size: 1.5em;
    font-weight: bold;
    background-color: #fafafa;
    border: none;
    padding:8px 16px;display:block;width:100%;
    color:#333;margin-right:3px;
    border-left:3px solid transparent;
}
@media (min-width:768px){
    .tab button {
        display:inline-block;
        padding:12px 16px; font-size: 1.6em;margin-bottom:0;width:initial;
    }
}
.tab button:hover, .tab button.act {
    border-color: var(--primary-color);
}
#noidungchinh-2-nt a{
    color:var(--blue-color)!important;
}
#noidungchinh-2-nt a:hover{
    color:var(--hover-color)!important;
}
.btn-login-zalo{
    display:block;
    background-color:#0388DA;
    font-size:1.6em;color:#fff;text-align:center;
    padding:8px;
    margin-top:15px;
    border:2px solid #0388DA;
    background-image:url("/zl.png?v=1");
    background-repeat:no-repeat;
    background-position:left 10px center;
    background-size:25px;
}
.btn-login-zalo:hover{
    color:#0388DA;background-color:#fff;
}
.menu-dss{
    border-top:1px solid #E6E7EB;
    background:#fff;
}
header.ac-header .menu-dss{
    display:none;
}
.l-menu div.l-menu-p {
    float: left;
    
}
.l-menu div.l-menu-p:last-child{
    margin-left:10px;
}
.m-menu {
    display: block;
    width: 100%;
    cursor: pointer;color:#333;
    background:url("/Content/images/icon-shopc.png?v=1") no-repeat left top 15px;
    padding-left:25px;position:relative;padding-top:10px;padding-bottom:10px;
}
.m-menu:after{
    content:'|';color:#DDDEE3;
    position:absolute;
    right:0;
}
.m-menu i {
   font-size:10px;color:rgba(0,0,0,.3);margin-right:22px;
}
.lis-menu-bottom-header li {
    display: inline-block;
    padding: 10px 12px;
    position: relative;
}
.lis-menu-bottom-header li a{
    color:#333;
}
.lis-menu-bottom-header li i{
    font-size:8px
}
.lis-menu-bottom-header li a:hover,.m-menu:hover{
    color:var(--hover-color)
}
.lis-menu-bottom-header  li ul {
    position: absolute;
    top: 100%;
    left: 10px;
    background: #fff;
    width: 210px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    display: none;
    border: 1px solid #ddd;
    padding-top: 15px;border-radius:5px;
}
.lis-menu-bottom-header li:hover  ul{display:block;}
.lis-menu-bottom-header  li ul li{
    margin-bottom:15px;padding-top:0;padding-bottom:0;display:block;
}
.bg-wh-egio {
    box-sizing: border-box;
    padding: 20px 20px 0;
    border: 1px solid #DCDEE3;
}
#slide {
    margin-top:25px;
}.t-l-reg{
     box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
     background-color:#fff;height:400px;overflow:auto
 }
.t-ld {
    line-height: 19px;
    padding: 10px 15px;
    background:var(--primary-color);
    font-weight: bold;
    font-size: 1.6em;margin-bottom:10px;color:#fff;
}
.t-ld-cate{
    position:relative;display:block;
}
.t-ld-cate a{
    padding: 8px 7px;
    font-size:1.5em;color:#333;
    align-items: center;
    display:block;
    justify-content: space-between;flex-shrink: 0;
}
.t-ld-cate i{
    position:absolute;
    top:15px;right:5px;font-size:10px;
    color:rgba(0,0,0,.3);
}
.t-ld-cate a:hover{
    color:var(--hover-color);
}
.t-ld-cate a img{
    width:20px;margin-right:3px;height:20px;
}
.tb-slide-reg{height:200px;overflow:hidden;display:block;}

@media (min-width: 991px) {
    .tb-slide-reg {
        display: block;
        height: 370px;
    }

        .tb-slide-reg img {
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

    .col-lg-3.col-md-slide-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-lg-7.col-md-slide-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .col-lg-2.col-md-slide-2 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}
.cr-login {
    border-radius: 999px;
    color: #222;
    display: block;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 100%;border: 1px solid #222;
    margin-top: 14px;font-size:1.5em;
}
.cr-login.cr-register{
    background-color:var(--primary-color);
    border-color:var(--primary-color);color:#fff;
}
.cr-guide-title{
    font-size:1.8em;
    color:#333;
    font-weight:bold;margin-bottom:15px;
}
.cr-reg {
    margin-bottom: 14px;
    background-color: #f4f4f4;
    padding: 13px;
}
@media (min-width:991px){
    .cr-reg {
        height: 123px;
        border-radius: 8px;
    }
}
.so-procate{
       background: rgba(255,255,255,.98);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
    position: absolute;
    top: 0;
    left: -7px;
    width: 100%;
    min-width:735px;
    height: 400px;
    padding:15px;
    z-index: 9;display:none;overflow:auto;
}
#menu-mobile {
    position: fixed;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99199;
    width: 100%;
    transition: 500ms ease-out;
    top: 0;
    bottom: 0;
    
}
#menu-mobile.w {
    transform: translate(0,0);
}
.headerd {
    position: relative;
    border-bottom: 1px solid #507601;
    height: 40px;
}
.headerd div {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 9px 15px;
    white-space: nowrap;
}
.shdo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
   transform: translate(-100%,0);
    transition: 400ms ease-out;
}.shdo.w_s {
    z-index: 9;
    transform: translate(0,0);
}
 #btn-close-menu-child, #btn-close-menu-child1 {
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 1.2em;width:40px;
    height:40px;
    padding:0;text-align:center;line-height:40px;
    background:var(--hover-color); z-index: 99299;
}
 .menu-mobile-s li {
    position: relative;
     display: block;
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 0;padding-left:15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
 .menu-mobile-s li a {
   display:inline-block;
    font-size: .9rem;color: #333;
}
 .menu-mobile-s li small  {
    position: absolute;
    right: 0;
    font-size: 1em;
    top: 0;
    padding:10px;
    border-left: 1px solid #ddd;
    display: block;
    cursor: pointer;
    color: var(--blue-color);
}
  .menuchildmible{
      margin-top:10px;display:none;
  }
 .menuchildmible li{border:none;padding:6px;}
 .menuchildmible li a.pad-c {
    white-space: initial;
    background-color: #fff;
    font-weight: initial;
}.menuchildmible li a.pad-c.pad-c-backg {
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 15px;
}
 .menuchildmible li a.pad-c.pad-c-backg:before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.b-item {
    border-radius: 4px;
}
.b-item.b-item-doitac{
    padding:15px;
}
    .b-item .b-item-title {
        color: #333;font-size:2.2em;font-weight:bold;
        display:block;
        margin-bottom:15px;
    }
        .b-item .b-item-title img {
            width: 16px;
            height: 16px;
            margin-right: 4px;
            margin-top: -2px;
        }
.sub-title-v2{
        font-size: 14px;
    color: #666;
    clear: both;
}
.serv-itemd {
    display: block;
    position: relative;
    border: 1px solid #EBECF0;transition:400ms ease-out;
}
.serv-itemd:hover{
    box-shadow:0 0 12px rgba(0,0,0,.12)
}
.serv-ig {
    height: 180px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;position:relative;
}
    .serv-ig .bg-serv-ig-1, .serv-ig .bg-serv-ig {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        color: #fff;
        padding-left: 16px;
        padding-right: 16px;opacity:1; transition: opacity 500ms ease;
        background-color: rgba(0,0,0,.5);
    }
    .serv-ig .bg-serv-ig {
        transform: translateZ(0);
        background-color: rgba(0,0,0,.8);
        opacity: 0;
       
        
    }
    .serv-ig:hover .bg-serv-ig{
       opacity:1;
    }
    .serv-ig:hover .bg-serv-ig-1{
        opacity:0;
    }
   .sum-bg-serv-ig-1:before{
        content:'';
        background:#fff;
        width:20px;
        height:3px;
        margin-bottom:20px;display:block;
    }
.serv-info{
    /*height:70px;*/
    background:#fff;overflow:hidden;
    padding:15px;
}
    .subtitle {
        color: rgba(102,102,102,.8);
        font-size: 12px;
        line-height: 14px;
    }
.serv-info .serv-info-title{
    color:#333;font-weight:bold;
    font-size:1.6em;display:block;height:60px;overflow-y:hidden;
}
#services .serv-info .serv-info-title{
    height:52px;margin-bottom:5px;
}
.xet-bg-serv-ig-1{
    margin-top:10px;
}
.xet-bg-serv-ig-1:hover{
    text-decoration:underline;
}
.logo-doitac{
    width:50px;
    height:50px;
    float:left;
    margin-right:12px;border:1px solid #ddd;
}
.b-item-doitac:hover .logo-doitac{
    border-color:var(--hover-color);
}
.info-doitac {
    float: left;
    width: calc(100% - 62px);
}
.info-doitac .info-doitac-title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: underline;text-transform:capitalize;
    text-overflow: ellipsis;color:#333;
}
.info-doitac .info-doitac-title:hover{
    color:var(--hover-color);
}
.below-info-doitac-title{
    font-size:1.5em;margin-top:4px;
}
.below-info-doitac-title img{
    height:14px;
    margin-right:10px;
}
.b-doitac-link {
    display: inline-block;
    border: 1px solid #222;
    border-radius: 32px;
    color: #222;
    cursor: pointer;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;font-size:1.5em;
}
.b-doitac-link:hover{
    color:var(--hover-color);
}
.b-doitac-link i{
    margin-right:6px;
}
.b-item.b-item-doitac .news-detail ul {
    margin:0;padding:0;list-style:none;
}
.b-item.b-item-doitac .news-detail ul li{
    font-weight:bold;margin-bottom:3px;
}
    .b-item.b-item-doitac .news-detail ul li:before {
        content: "·";
        display: inline-block;
        line-height: 14px;
        margin-right: 5px;
    }
.anim {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}.anim:before {
    content: "";
    display: block;
    margin-top: 100%;
    position: relative;
}.anim:after {
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
 .b-doitac-link:hover .anim{
     -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
 }
  .b-doitac-link:hover .anim:after{
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
 }
@-webkit-keyframes anim-out {
    0% {
        width: 0;background: transparent;
    }
    to {
        width: 100%;background: rgba(0, 0, 0, 0.25);
    }
}
@keyframes anim-out {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    to {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    to {
        background: transparent;
    }
}
.s-im{
    height:240px;
}
.s-im img{
    width:100%;height:100%;
    object-fit:cover;
}
@media (min-width: 768px){
    .col-md-3.col-md-doita-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-5.col-md-doita-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4.col-md-doita-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
footer{
        background-color: var(--primary-color);
        padding:30px 0;padding-bottom:0;
}
.lis-giasi{
    border-top: 1px solid #e6e7eb;
    padding:12px 0;padding-bottom:0;margin-bottom:12px;
    border-bottom: 1px solid #e6e7eb;
   color:#666;
}
.lis-giasi .price_quantity{
    display:inline-block;
}
.lis-giasi .lis-giasi-num{
    font-size:18px;
    color:#333;
    display:block; margin-bottom:12px;
}
.lis-giasi .lis-giasi-num.act{
    color:var(--hover-color);
}
.l-siz-122 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
    padding: 6px;
    padding-bottom: 0;
    border: 1px solid #eee;
}
.l-siz-122:hover,.l-siz-122.act{
    border:1px solid #0068ff
}
    .l-siz-122 .bt-tab-dungtich {
        background: none;
        width: 100%;
        text-align: left;border:none;
    }
.l-siz-122 .bt-tab-dungtich .tb-aaasiz{
    display:table;width:100%;
}
.l-siz-122 .bt-tab-dungtich .tb-aaasiz .tb--aaasiz-td{
    display:table-cell;vertical-align:middle;
}
.l-siz-122 .bt-tab-dungtich .tb-aaasiz .tb--aaasiz-td .tm-avatar{
    border:1px solid #eee;
    border-radius:4px;
}
.l-siz-122 .bt-tab-dungtich .tb-aaasiz .tb--aaasiz-td:first-child{
    width:40px;
}
            .bt-tab-dungtich:hover, .bt-tab-dungtich.act {
                border-color: #0068FF;
            }
.t-chans{
    display:table;width:100px;
}
.t-chans div{
    display:table-cell;vertical-align:top;
}
.t-chans div button.bt-nds{
    width:28px;height:28px;
    border:1px solid #ddd;
    font-size:1.5em;line-height:28px;padding:0;background:none;
}
.t-chans div input[type="number"]{
    height:28px;width:100%;
    border:1px solid #ddd;border-left:none;border-right:none;line-height:28px;text-align:center;
}
.pra-size{
    display:block;
    margin-top:10px;font-size:1.1em;
}
.b-fixed{
    position:sticky;
    top:0;background:#fff;

}
.region-title-h2 {
    
    font-size: 30px;
    padding: 30px 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #666666;
}
.region-sum{
    font-size: 1.5em;
    color: #333;line-height:1.6
}
.menu-pos{
    background:rgba(0,0,0,.4);
    position:fixed;
    bottom:-42px;left:0;
    z-index:99;
    border:1px solid #ddd;
    border-top:none;display:none;width:100%;height:calc(100% - 125px);
}

i.ta {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-top: 20px;
    background-image: url(/Content/images/icon-services.png?v=1);
    background-size:cover;
    background-repeat: no-repeat;
}
.category-info {
    margin-top: 20px;
}
@media (min-width:991px) {
    .category-info .category-info-image,
    .category-info .category-info-info {
        float: left;
        display: block;
        position: relative;
        height: 300px;overflow:hidden;
    }
    .category-info .category-info-image {
        width: 320px;
    }
    .category-info .category-info-info {
        width: calc(100% - 320px);
    }
}
 .category-info .category-info-info{
     border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;
 }
.category-info .category-info-image img{
    object-fit:cover;
    width:100%;
    height:100%;
}
    .category-info .category-info-image span {
        position: absolute;
        left: 28px;
        bottom: 40px;
        font-size: 14px;
        padding: 0 16px;
        line-height: 34px;
        border-radius: 20px;
        background-color: #fff;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;color:#333;
    }
.c-item-d {
    border: 1px solid #f4f4f4;
    
    border-top: none;
    height: 150px;
    overflow-y: hidden;position:relative;
    
}
    .c-item-d .c-item-d-title {
        color: #333;
        font-size: 1.6em;
        font-weight: bold;display:block;position:relative;z-index:99;
    }
     .c-item-d .c-item-img {
         display:block;
         height:90px;
         position:absolute;
         bottom:4px;right:0;z-index:98;
     }
     .c-item-d .c-item-img img{
         max-height:100%;
     }
.ti-ddd{
    font-weight:bold;
    color:#333;
    display:block;
    font-size:1.5em;
    margin-top:10px;
}
.ti-ddd.ti-ddd-chid{
    font-weight:initial;margin-bottom:7px;

}
.c-item-d .c-item-d-cnt {
    background: rgba(255,255,255,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;padding:15px;
}
@media (min-width:991px){
    .c-item-d .c-item-d-cnt {
        background: rgba(255,255,255,0);
    }
}
.c-item-su{
    color:#666;font-size:1.5em;max-width:120px;
    margin-top:10px;display:block;
   
}
#loading-search {
    position: absolute;
    width: calc(100% - 30px);
    background: #fff;min-height: 400px;display:none;
    max-height: 400px;
    z-index: 999;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
    overflow-y: scroll;
    overflow-x: hidden;
}
.top-pro-search{
        box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.top-pro-search:hover{
    background-color:#fafafa;
}
.top-pro-search .top-pro-search-img{
    width:50px;height:60px;
}
    .top-pro-search .top-pro-search-txt {
        width: calc(100% - 60px);margin-left:10px;
    }
.top-pro-search .top-pro-search-img a.tm-avatar{
    width:100%;
}
.top-pro-search .top-pro-search-txt .t-seach{
    font-size:1.1em;margin-bottom:3px;
    display:block;color:#222;font-weight:bold;
}
.t-seach-tacgia{
    display:inline-block;
    margin:2px 0;
    font-size:1.3em;color:#444
}
#loading-search .bt-cla {
    width: 100%;
    color: #fff;
    padding: 5px;
    border: none;
    background: var(--hover-color);
}
.bg-wwqq{
        display: block;
    color: #fff;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Content/images/TB1RrnvyuT2gK0jSZFvXXXnFXXa-800-375.png?v=1);
}
.bg-wwqq h3{
        font-size: 22px;
    line-height: 1.7;
    padding: 0;
    margin: 0;
    color:#fff;
}
    .bg-wwqq .banner-number {
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
        .bg-wwqq .banner-number .number-item {
            width: 100%;
            margin-bottom: 20px;
        }
            .bg-wwqq .banner-number .number-item .item-total {
                font-weight: 700;
                font-size: 19px;
                line-height: 24px;
            }
            .bg-wwqq .banner-number .number-item span {
                font-size: 16px;
                line-height: 24px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                overflow: hidden;
                max-height: 48px;margin-top:5px;
            }
.trg-form {
    background: #fff;
    padding: 30px;
    border: 6px solid #dcdee3;
}
    .trg-form h3 {
        font-size: 26px;
        color: #333;
        line-height: 32px;
        font-weight: 700;
        margin: 0;margin-bottom:20px;
        padding: 0;
    }
.bt-cxx {
    border:none;
    padding: 6px 20px;
    background: var(--primary-color);
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.bt-cxx.bt-cxx-close{
    background:none;
    color:#333;
}
a.bt-cxx{
    background:none;
    border:1px solid #fff;
}
a.bt-cxx:hover{
  background-color:var(--hover-color);color:#fff;
}
@media (min-width:768px) {
    .bg-wwqq {
        padding: 20px;
    }
        .bg-wwqq .banner-number{
             margin-top: 20px;
        }
            .bg-wwqq .banner-number .number-item {
                width: 50%;
            }
        .bg-wwqq h3 {
            font-size: 26px;
        }
        .bg-wwqq .banner-number .number-item .item-total {
            font-size: 24px;
        }
        .trg-form h3{
            font-size: 36px;line-height: 48px;
        }
}
@media (min-width:991px) {
    .bg-wwqq {
        padding-top:0;
    }
    .bg-wwqq,.trg-form{
        height:400px;
    }
}ul.lit-socail li a {
    display: block;
    color: #fff;
    background-color: #3b5998;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right:4px;
}ul.lit-socail li a.lit-socail-youtube {
    background-color: #cc202d;
}
 .li-ft li {
    margin-bottom: 6px;
    color: rgba(255,255,255,.9);
    font-size:1.5em;
} 
.li-ft li span:first-child {
    padding-right: 5px;white-space:nowrap;
}
.li-ft li span:last-child,.li-ft li a{
    color: rgba(255,255,255,1);font-weight:bold;
}
ul.li-ft.li-ft-contact li:before{
    content:'';
    margin-right:8px;
    width:6px;
    height:6px;
    background:var(--primary-color);
    display:inline-block;
    transform:rotate(45deg);position:relative;
    top:-2px;
}
ul.li-ft.li-ft-contact li,.li-ft.li-ft-contact li span:last-child,.li-ft.li-ft-contact li a {
    color: #333;
}
.btn-uptop {
    position: fixed;
    left: 15px;
    bottom: 75px;
    border-radius: 999px;
    background: var(--blue-color);
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-decoration: none;z-index:1000;
    outline: none;
    border: 2px solid var(--blue-color);
    display: none;
    padding: 0;
}
.btn-uptop:hover{
    background:#fff;color:var(--blue-color);
}
.titl.titl-cnt{
    font-size:40px;font-weight:bold;color:#000;
}
.form-cnontact .form-control{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 20px;
    margin-bottom: 0;
}
.form-cnontact textarea.form-control{
    height:auto;line-height:1.5;padding:20px;
}
.title__text{
    color:#666;font-size:1.6em;line-height:1.7;margin-top:20px;
}
.bt-contact{
        display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    background-color: var(--blue-color);
    color: #fff;border:none;
    padding: 0 20px;
}
.bt-contact:hover{
    background:var(--hover-color);
}
.regi-g.reg-sma-tk .pr_das span,
.regi-g.reg-sma-tk .regi-g-title.regi-g-title-small {
    text-align: center;
}
.news-ss{
    width: 100%;
    height: 280px;
    background: url(/content/images/TB1R1OcojMZ7e4jSZFOXXX7epXa-1440-280.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    
    margin: 0 auto;
    position: relative;
}
.news-ss.news-ss-giaiphap{
    background-image:url(/content/images/giai-phap.jpg?v=1);
}
.news-ss h1,.news-ss .subheading{
    color:#fff; text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
    .news-ss h1 {
        font-size: 30px;
        line-height: 1.6;
        font-weight: 700;margin-bottom:0;
    }
    .news-ss .subheading {
        font-size: 20px;
        line-height: 30px;
    }
.tab-lis-template-news a {
    display: inline-block;
    color: #333;
    padding: 0 4px 10px;
    margin-right:20px;
    text-align: center;
    font-size: 16px;
    margin-bottom:10px;
    line-height: 22px;border-bottom:2px solid transparent;
}
.tab-lis-template-news a.acc{
    border-bottom:2px solid var(--blue-color);
}
.card-box-news-img{
    display:block;height:300px;
    overflow:hidden;
}
.card-box-news .card-box-news-img.card-box-news-img-small{
    height:190px;
}
.card-box-news .card-box-news-img.card-box-news-img-small.im-giaiphap{
    height:auto!important;
}
    .card-box-news .card-box-news-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;transition:400ms ease-out;
    }
    .card-box-news .card-box-news-img img.obj-left{
        object-position:left;
    }
    .card-box-news:hover .card-box-news-img img{
        transform:scale(1.02);
    }
    .card-box-news-title{
        color:#333;
        font-size:2em;
        display:block;
        margin-bottom:15px;color:var(--blue-color);
    }
    .card-box-news-title.card-box-news-title-small{
        font-size:2em;
    }
    .card-box-news-title.card-box-news-title-small.card-box-news-title-small-little{
        font-size:1.4em;color:#333;font-weight:bold;
    }
    .card-box-news-title.card-box-news-title-small.card-box-news-title-small-little:hover{
        color:var(--hover-color);
    }
    .bg-ne
    {
        margin-bottom:15px;
        border-bottom:1px dashed #ddd;
    }
    .post-info-sumd {
        font-size: 1.5em;
        color: #696687;
        line-height: 1.8;
    }
     .card-box-news-title:hover{
        color:var(--hover-color);
    }
@media (min-width:768px){
    .news-ss.news-ss-giaiphap {
        height: 480px;
    }
    .tab-lis-template-news a {
        margin-right:40px;
    }
    .container.small-container-news {
        max-width: 70vw;
        position: relative;
    }
    .container.container-car{
        max-width:32vw;position:relative;
    }
    .news-ss h1 {
        font-size: 46px;
    }
    .card-box-news .card-box-news-img{
        height:380px;
    }
    .card-box-news .card-box-news-img.card-box-news-img-small{
        height:240px;
    }
    .card-box-news .card-box-news-title {
         font-size:2.8em;
    }
    .card-box-news .card-box-news-title.card-box-news-title-small.h-ccc{
        height:70px;overflow-y:hidden;margin-bottom:0;
    }
}
@media (min-width:991px){
    .exten-h{
        height:240px;display:block;
    }
}
.b-rrss {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: left;
}
    .hh3 {
        font-weight:bold;
        font-size:1.8em;
        color: #333;
        margin-bottom: 20px;
    }
        .b-rrss .hh3 img {
            vertical-align: middle;
            margin-right: 8px;
            display: inline-block;
            width: 19px;
            height: 19px;
        }
        .b-rrss ul{
            padding:0;list-style:none;
            border-top:1px solid #ccc;
            margin:20px;
        }
        .b-rrss ul li{
            margin-bottom:20px;
        }
            .b-rrss ul li .hh3 {
                font-size: 14px;font-weight:bold;
                color: var(--blue-color);
                line-height: 1.5;
                margin: 24px auto 8px;
            }
            .b-rrss ul li .hh3:hover{
                color:var(--hover-color);
            }
            .b-rrss ul li .information {
                font-size: 14px;
                color: #666;
            }
.c-mxh .share{display:table;}
.c-mxh .share .share-c{display:table-cell;vertical-align:middle;} 
.c-mxh .share .share-c:first-child{padding-right:15px;}
.share .title {
    font-size: 1.5em;
    line-height: 14px;
    width: 40px;
    text-align: center;
    color: #333;
}
.share .share-channel {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;background-color:#999;border-radius:50%;color:#fff;
}
.share .share-channel.shared-facebook:hover{
    background-color:#3b5998
}
.share .share-channel.shared-messenger:hover{
    background-color:#1c8dfb
}
.pro-name-title{
    min-width:200px;
}
#cta-icon {
    position: fixed;
    width: 60px;
    right: 0;
    top: 50%;
    z-index: 2000;
    background: #ddd;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);font-size:1.3em;
}
#cta-icon svg{
    width:40px;
    height:40px;
}
.uoptop {
    color: var(--primary-color);
    text-align: center;
}
@media (max-width: 549px) {
    #cta-icon {
        border-radius: 0;
        top: inherit;
        width: 100%;
        height: 50px;
        bottom: 0;
        left: 0;
        right: inherit;
        display: flex;
        flex-direction: row;
        text-align: center;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
        #cta-icon a.cta-phone {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }
}
#cta-icon a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: 0.3s;color: var(--primary-color);
}
#cta-icon a i.fa-facebook-messenger{
    color:#168AFF	
}
#cta-icon a i.fa-chevron-up{
    color:var(--hover-color);
}
    #cta-icon a:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,.8);
    }
    #cta-icon a.cta-chat {
        color: var(--primary-color);
    }
    #cta-icon a.cta-phone {
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
    }
#cta-icon i.fa-phone {
    -webkit-animation: swing ease-in-out 1s infinite alternate;
    -moz-animation: swing ease-in-out 1s infinite alternate;
    -ms-animation: swing ease-in-out 1s infinite alternate;
    -o-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
}
#cta-icon .cs-ring {
    position: absolute;
    border: 1px solid #dc3545;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
ul.lit-socail li a.dps-ht-x{
    background-color:rgba(0,0,0,.7)
}
ul.lit-socail li a.dps-ht-x svg{
    width:1.5em;
    height:1.5em;
}
#cta-icon a:hover {
    background-color: var(--hover-color);
    color: #fff;
}
#cta-icon a:hover i.fa-facebook-messenger,#cta-icon a:hover i.fa-chevron-up{
    color:#fff;
}
    #cta-icon a:hover .cs-ring {
        border-color: var(--hover-color);
    }
    .icons-baogia{
        display:block;
        width:32px;height:35px;
        margin:auto;overflow:hidden;
    }
    .icons-baogia img{
        display:block;position:relative;
        transition:400ms ease-out;top:0;
    }
#cta-icon a:hover .icons-baogia img:last-child {
    top: -35px;
}
#cta-icon a:hover .icons-baogia img:first-child {
    top: 35px;
}
.loading-h{
    position:fixed;
    top:0;left:0;bottom:0;right:0;
    z-index:9111119;display:none;
}
.loading-h .loader-reg{
    width:150px;
    height:150px;
    border:1px solid var(--hover-color);
    margin:auto;border-radius:50%;
    border-top:2px solid transparent;
    animation: around 1s infinite linear;
}
.loading-h .loader-reg.small-loader-reg{
    width:75px;
    height:75px;
    margin:auto;
    animation: around-reverse 2s infinite linear;
    margin-top:25%;
}
@keyframes around{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}
@keyframes around-reverse{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(-360deg);
    }
}
.lis-giasi-num{
    display:block;cursor:pointer;
}
.sale-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: #fff;
    height: 20px;
    z-index: 9;
    font-size: 1.4em;
    padding: 0 8px;
    border-radius: 10px;
}
.bg-eee{
    background:#eee;
}
.bg-discount {
    background:#fff;
    border:2px solid var(--blue-color);
    border-radius: 10px;
}
.bg-discount  .bg-discount-header{
    background-color:var(--blue-color);padding:10px;
}
.bg-discount  .bg-discount-body{
    padding: 15px;
}
.idl {
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.idl-tatca {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    border: 1px solid var(--hover-color);
    background-color: #fff;
    color: #333;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 20px;
}
 .idl-tatca:hover{
     background:var(--hover-color);color:#fff;
 }
  div[id*=divngay_thang_values_]{
      color:#fff;
  }
 div[id*=divngay_thang_values_] div{
    display:inline-block;margin-right:5px;color:#fff!important;margin-bottom:5px;
}

div[id*=divngay_thang_values_] b{
    border-radius: 2px;
    margin-right:5px;
    font-size: 14px;
    color: #fff!important;
    background-color: var(--hover-color);
    text-align: center;font-weight:bold;
    width: 30px;
    height: 25px;
    line-height: 25px;
    display:inline-block;
}
div.divngay_thang_values.divngay_thang_values_2 b{
    display:inline-block;
}
.ncx-begin {
    font-size: 1.5em;
    color: #cb000e;
    margin-bottom: 10px;
    font-weight: bold;
}
ul.lic-s li div[id*=divngay_thang_values_] b {
    width: 70px;margin-right:0;
    height: 70px;line-height: 70px;
    font-size: 40px;text-shadow: 0px 1px 2px rgba(0,0,0,.8);
	font-weight: bold;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
ul.lic-s li div[id*=divngay_thang_values_] span.unit-times {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333!important;text-transform:capitalize;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: absolute;
    width:100%;
    height:100%;top:0;left:0;right:0;bottom:0;
    overflow: hidden;
}
.c_cat-title{
    font-weight:bold;font-size:1.5em;display:block
}
.c_cat-title a{
    color:#333;
}
.c_cat-title button{
    font-size:.8em!important;font-weight:initial;top:5px!important;right:5px!important;
}
    @-webkit-keyframes swing {0% {-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-ms-transform: rotate(10deg);-o-transform: rotate(10deg);transform: rotate(10deg); }100% {-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);transform: rotate(-10deg); } }@-moz-keyframes swing {0% {-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-ms-transform: rotate(10deg);-o-transform: rotate(10deg);transform: rotate(10deg); }100% {-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);transform: rotate(-10deg); } }@-ms-keyframes swing {0% {-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-ms-transform: rotate(10deg);-o-transform: rotate(10deg);transform: rotate(10deg); }100% {-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);transform: rotate(-10deg); } }
    @keyframes pulsate {0% {-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-ms-transform: rotate(10deg);-o-transform: rotate(10deg);transform: rotate(10deg); }100% {-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);transform: rotate(-10deg); } }@-webkit-keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);-moz-transform: scale(0.1, 0.1);-ms-transform: scale(0.1, 0.1);-o-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0; }50% {opacity: 1; }100% {-webkit-transform: scale(2, 2);-moz-transform: scale(2, 2);-ms-transform: scale(2, 2);-o-transform: scale(2, 2);transform: scale(2, 2);opacity: 0; } }@-moz-keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);-moz-transform: scale(0.1, 0.1);-ms-transform: scale(0.1, 0.1);-o-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0; }50% {opacity: 1; }100% {-webkit-transform: scale(2, 2);-moz-transform: scale(2, 2);-ms-transform: scale(2, 2);-o-transform: scale(2, 2);transform: scale(2, 2);opacity: 0; } }@-ms-keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);-moz-transform: scale(0.1, 0.1);-ms-transform: scale(0.1, 0.1);-o-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0; }50% {opacity: 1; }100% {-webkit-transform: scale(2, 2);-moz-transform: scale(2, 2);-ms-transform: scale(2, 2);-o-transform: scale(2, 2);transform: scale(2, 2);opacity: 0; } }@keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);-moz-transform: scale(0.1, 0.1);-ms-transform: scale(0.1, 0.1);-o-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0; }50% {opacity: 1; }100% {-webkit-transform: scale(2, 2);-moz-transform: scale(2, 2);-ms-transform: scale(2, 2);-o-transform: scale(2, 2);transform: scale(2, 2);opacity: 0; } }

    
    .news-detail .table-responsive{
        border:1px solid var(--primary-color);
    }
  .danhsachshop  .tm-avatar.tm-avatar-90 img{
      transition:400ms ease-out;
      opacity:.8;
  }
  .danhsachshop  .tm-avatar.tm-avatar-90:hover img{
      opacity:1;
      transform:scale(1.1);
  }
.result-list-item-inner {
    align-items: flex-start;
    position: relative;
    display: flex;
    padding: 10px;    border: 1px solid #e7e6e6;
}
    .result-list-item-inner .list-item-thumb {
        flex: 0 0 106px;
        height: 147px;
        max-height: 147px;
        display: initial;
        margin-right: 15px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    }
    .result-list-item-inner .result-list-item-content {
        flex: 1 1 auto;
    }
        .result-list-item-inner .result-list-item-content h5 {
            display: flex;
            align-items: center;
            margin: 0;
        }
            .result-list-item-inner .result-list-item-content h5 a {
                color: #333;font-size:17px;font-weight:bold;
            }
            .result-list-item-inner .result-list-item-content h5 a:hover{
                color:var(--hover-color);
            }
        .result-list-item-inner .list-item-thumb img {
            width: 100%;
            /*height: 100%;
            object-fit: cover;*/
        }
.result-list-info {
    font-size: 13px;
    margin-top: 10px;
    color: #333;
}
    .result-list-info ul.item-info {
        display: flex;
        justify-content: flex-start;
        padding-left: 0;
    }
        .result-list-info ul.item-info li {
            display: flex;
            justify-content: flex-start;
            margin-right: 15px;
            color: #626469;
        }
        .result-list-info ul.item-info li:last-child{margin-right:0;}
            .result-list-info ul.item-info li span {
                color: #333;
                font-weight: 500;
                word-break: break-word;
            }
                .result-list-info ul.item-info li span em {
                    font-style: normal;
                    color: #626469;
                    display: block;
                    font-weight: bold;
                }
                .d-pdf{
                    color:#333;
                    font-size:1.6em;display:block;
                    margin-top:10px;
                }
                 .d-pdf i{
                     margin-right:10px;color:#dc3a40
                 }
.productgrid--sidebar-title--small {
    background: #e5e5e5;
    display: inline-block;
    padding: 5px 14px;
    border-left: 4px solid var(--blue-color);
    position: relative;
    margin-bottom: 15px;
    border-radius: 3px 3px 3px 3px;font-size:initial;
}
.productgrid--sidebar-title--small:after
{
    content: " ";
    position: absolute;
    display: block;
    height: 21px;
    width: 24px;
    background: #e5e5e5;
    right: -12px;
    top: 5px;
    transform: rotate(45deg);
}
.productgrid--sidebar-title--small span{
    font-size:14px;font-weight:bold;position:relative;z-index:4;color:#333;
}
                 .bt-saaa{
                     display:block;font-size:1.5em;
                     color:#333;
                     margin-bottom:10px;
                     padding-bottom:10px;
                     border-bottom:1px solid #eee;
                 }
                 .bt-child{
                     background:#eee;
                     margin-bottom:12px;
                     position:relative;
                 }
                 .bt-child .b-child-cont{
                     margin-top:-10px;
                 }
               .block-brd .menu-d .bt-child button{
                    top:-40px;
                }
               .block-brd .menu-d .bt-child.act button{
                   top:-30px;
               }
                 .bt-saaa.act,.bt-saaa:hover{
                     color:var(--hover-color);
                 }
                    .bt-saaa:before {
                        content: "\f0c8";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 400;margin-right:10px;
                    }
                    .bt-saaa:hover:before, .bt-saaa.act:before {
                        content: "\f14a";
                        color: var(--hover-color);
                    }
                   .bt-child .bt-saaa{
                       font-size:14px;padding-top:10px;
                       margin-bottom:0;border:none;
                   }
.bt-child .bt-saaa:before {
    content: '';
}
                    @media (max-width:767px)
                    {
                        .searvh tr td:first-child {
                            width: auto;
                        }
                        .pos-bg-black .bt-cls {
                            position: fixed;
                            top: 10px;
                            right: 10px;
                            background: var(--hover-color);
                            border: none;
                            font-size: 2em;
                            width: 40px;
                            height: 40px;
                            color: #fff;padding:0;z-index:909090999999;
                        }
                        .bt-r {
                            margin-top: 1.25rem;
                            margin-bottom: 1.25rem;
                            background-color: #f6f6f6;
                            display:block;
                            border:none;color:var(--blue-color);font-size:1.4em;
                            width:100%;
                            padding:10px;text-align:left;font-weight:bold;
                        }
                        .searvh  .bt-r 
                        {
                            margin:0;background-color:transparent;
                        }
                        .bt-r span.utils-filter-icon{
                            margin-right:5px;
                        }
                        .pos-bg-black{
                            background:rgba(0,0,0,.6);
                            position:fixed;
                            top:0;left:0;right:0;bottom:0;
                            z-index:99809090909;transition:400ms ease-out;transform:translate(-100%,0);
                        }
                        .pos-bg-black.sh{
                            transform:translate(0,0);
                        }
                        .pos-thuong-hiu{
                            position:fixed;
                            top:0;background-color: #fff;
                            padding:0px;
                            z-index:99999999;height:100%;
                            width:100%;overflow:hidden;transition:400ms ease-out;padding:10px;
                            overflow-y:auto
                        }
                       
                    }
.brand-header {
    background: 0 0;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    background: url(/stripe.png) 0 10px repeat-x;
    margin: 0 0 5px;
    width: 100%;
    display: inline-block;
}
    .brand-header h3 {
        background-color: #fff;
        display: inline-block;
        padding-right: 15px;
        font-size: 22px;
    }
        .brand-header h3 a {
            color: #424242;
        }
.tb-thuonghieu {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 125px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: 400ms ease-in-out;
    vertical-align: middle;margin-bottom:6px;
    margin-right:3px;
}
.tb-thuonghieu.act{
    border-color:var(--hover-color);
}
@media (max-width:600px){
    .tb-thuonghieu {
        display:block;
        width:100%;margin-right:0;
    }
}
.tb-thuonghieu:last-child{
    margin-right:0;
}
.tb-thuonghieu:hover{
    border-color:var(--hover-color);
}
.tb-thuonghieu:before{
    content:'';
    padding-top:35px;
    display:block;
}
.tb-thuonghieu img {
    display: block;
    position: absolute;
    z-index: 1;
    top:0;left:0;right:0;bottom:0;
    overflow: hidden;
    height:35px;
    margin:auto;
}
.box-support .title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.box-support .stitle1, .box-support .stitle2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom:1em;
    color: #d31d1d;
}.box-support .links {
    display: block;
    margin-bottom: 7px;
}.box-support .avatar {
    margin-right: 5px;
    float: left;margin-top:3px;
}.box-support .avatar img {
    width: 28px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: block;
}.box-support .links a {
    border-radius: 20px;
    padding: 3px 6px 3px 4px;
    color: #222;
    display: inline-block;
    transition: all 0.3s;
    font-size: 14px;
    margin-top: 2px;
    opacity: 0.9;
    font-weight: 600;
    border: 1px solid rgba(127,127,127,.20);
    background: linear-gradient(#ffffff,#efefef 60%,#efefef 90%,#eee9e9);margin-right:4px;
}.box-support .links a:hover {
    text-decoration: none;
    border: 1px solid rgba(127,127,127,.40);
    box-shadow: 0 1px 4px rgba(127,127,127,.20);
    -webkit-box-shadow: 0 1px 4px rgba(127,127,127,.20);
}.box-feeship h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;font-weight:bold;
}
 .MKOiO {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 29px;
    padding-right: 8px;
}
.fbNEY {
    float: left;
    height: 24px;
    width: 24px;
}
.fbNEY svg{
    width:100%;
    height:100%;
}

.bt-tabc button {
    display: block;
    padding: 12px;
    box-sizing: border-box;
    color: #666;
    font-size: 1.6em;
    border: none;
    width: 100%;font-weight:bold;text-align:left;
    position:relative;
}
.bt-tabc button span{
   font-family: "Font Awesome 5 Free";
    position:absolute;
    top:10px;
    right:10px;
}
.bt-tabc button span:after{
     content: "\f078";
}
.bt-tabc button.act {
    background-color: #f8f8f8;
    color: #666;
}
.bt-tabc button.act span:after{
    content: "\f077";
}
.product--topinfo {
    border: 2px #ddd dashed;
    border-image-outset: 19px;
    border-spacing: 37px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    list-style: none;
    display:block;font-size:1.6em;
    margin-bottom:15px;padding-bottom:5px;
}
    .product--topinfo li {
        padding-bottom: 5px;
        width: 50%;
        float: left;
    }
.product--topinfo li i {
    display: block;color:#4d4d4d;
    margin-bottom:2px;
    line-height: 14px;font-size:.9rem;
}.product--topinfo li:first-child b {
    background: #d5ffd0;
}
    .product--topinfo li a {
        color: #29927d;
        text-decoration: none;
        transition: color 0.1s ease;font-weight:bold;
    }
    button#main-img{
        border:none;
        outline:none;background:none;
        display:block;
    }
    .column-fill{
          columns: 3;column-fill: balance;
    }
    #noidungchinh-2-nt .table tr td p,#noidungchinh-2-nt .table tr th p{
        margin-bottom:0;
    }
    .alert-ddds{
        position:fixed;
        top:calc(50% - 6px);right:calc(50% - 150px);z-index:99999999;
    }
.hotline {
    background: url(/Content/images/ico-hotline.png?v=1.0) no-repeat;
    background-position: left;
    background-size: 20px 20px;padding-left:30px;
}
.hotline a{
    font-weight: 700;
    color: #ff5d04;
    font-size: 20px;
}
.bc-tab{
    color: #333;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 5px 10px;
    white-space: nowrap;
    line-height: 1.5;font-size:1.4em;
    display:inline-block;
}
.bc-tab:hover{
    color:#38b64a;
}
.bc-tab:not(:last-child) {
    margin-right: 10px;
}
.b-ti-fddd{
    color:#fc9807;
    font-weight:bold;
   font-size:16px;
   display:block;margin-bottom:10px;
}
.pro-detail-delivery {
    border: 2px solid #ebe9e9;
    padding: 10px 2px 10px 8px;
    background: #fafafa;
    overflow: hidden;
}.detail-delivery-item {
    color: #666;
    padding-bottom: 15px;
    line-height: 14px;
}
 .detail-delivery-item .ico-delivery {
    padding-right: 6px;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}.detail-delivery-item .text-delivery {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
}
 .detail-delivery-item span {
    display: block;
    font-size: 14px;line-height:1.6;
}
 .detail-delivery-item h4 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    white-space: nowrap;
}
.lbl-ta {
    background: var(--primary-color);
    color: #fff;
    font-size: 1.3em;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid var(--primary-color);
}
    .lbl-ta:hover {
        color: #fc9807;background:none;
    }
    .mob-link span.im-ss {
        display: block;
        background-size: 20px;
        background-position: left;
        padding-left: 30px;
        background-repeat: no-repeat;
    }
 img.loader-img{
     background-image:url("/Content/images/logo_244x50.png");
     background-repeat:no-repeat;
     background-position:50% 50%;
 }
.col.author-avatar{
    max-width:25%;
}
.col.author-sumary{
    max-width:75%;
}
@media (min-width:768px){
    .col.author-avatar {
        max-width: 18%;
    }

    .col.author-sumary {
        max-width: 82%;
    }
}
    .col.author-sumary .author-title {
        font-size: 30px;
        margin-bottom: 8px;display:block;font-weight:bold;
    }
    .col.author-sumary .author-editor {
        color: #777;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .col.author-sumary .author-row {
        margin-bottom: 8px;
        font-size: 16px;
    }
.icon-social-32 {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-right: 5px;
    text-align: center;
    border: solid 1px #e6e6e6;
    line-height: 32px;
    border-radius: 100%;
    color: #777777;font-size:18px;position:relative;
}
    .icon-social-32.icon-social-32-zl{
        border:none;
    }
    .icon-social-32 svg, .icon-social-32 img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }
    .icon-social-32.icon-social-32-zl img{
        width:32px;height:32px;
    }