.ml-4 {
    margin-left: 20px!important;
}

figure {
    float: none;
}

figure figcaption {
    font-size: 13px;
}

.jScrollPane:focus,
.jspScrollable:focus {
    outline: 0;
}

.jspVerticalBar {
    width: 8px!important;
    border-radius: 4px;
    background-color: #dadada!important;
}

.jspTrack {
    background-color: #dadada!important;
    border-radius: 4px;
}

.jspDrag {
    background-color: #0071bc!important;
    border-radius: 4px;
}

.hdd-page-body {
    margin-top: 5px;
}

.hdd-home-page .hdd-page-body {
    margin-top: 30px;
}

.text-uppercase {
    text-transform: uppercase;
}

.body-bg {
    position: inherit;
    background-image: none;
    min-height: inherit;
}

#body {
    border: 0;
    box-shadow: none;
    padding: 0 16px;
}


.hdd-header {
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.hdd-header.sticky {
    margin-top: 0;
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: .7s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
}

#header {
    margin-top: 0;
}

#header .logo {
    padding: 5px 10px;
}

#header .logo-menu {
    display: -ms-flexbox;
    display: flex;
    background-color: #2d2d2d;
    border-radius: 10px;
    flex-grow: 1;
    flex-shrink: 0;
}

.logo_header_mobile {
    display: none;
}

header .logo_header {
    max-width: 250px;
}

header .top-menu {
    background: #f1f1f1;
}

header .top {
    padding: 0px 0px;
    background: #fff;
}

.container_social {
    margin-top: 8px;
}

.hdd-head-right {
    min-width: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 20px;
}

#footer .social-link_item {
    margin-bottom: 5px;
    display: block;
}

#footer .f-social .circle {
    width: 30px;
    height: 30px;
    line-height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #fff;
}

#footer .f-social .txt {
    margin-left: 7px;
}

#footer .f-social .iconFB {
    font-size: 18px;
    color: #0A4582;
    font-weight: 700;
}

#footer .f-social .iconFB:hover {
    opacity: .6;
}

#footer .f-social .iconYT {
    font-size: 18px;
    color: rgb(255, 0, 0);
}

#footer .f-social .iconYT:hover {
    opacity: .6;
}


/* Home Slider */
.jssorb101 .i.iav {
    color: #ff0000;
}

/* Menu site */
.hddmenusite-content > ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

.hddmenusite-content > ul > li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.hddmenusite-content > ul > li > a {
    color: #867f7f;
    display: block;
    line-height: 52px;
    font-weight: 700;
    font-size: 15px;
    padding: 0 10px;
}

.hddmenusite-content > ul > li:hover > a {
    background: #fff;
    color: #867f7f;
}

.hddmenusite-content > ul > li > div.subcats {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    padding: 20px;
    margin: 0;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 2px rgba(0,0,0,.25);
    z-index: 199;
}

.hddmenusite-content > ul > li:hover > div.subcats {
    display: block;
}

.hddmenusite-content > ul > li > div.subcats a {
    color: #000;
    font-weight: 700;
}

.hddmenusite-content > ul > li > div.subcats .menuitem {
    text-align: center;
}

.hddmenusite-content > ul > li > div.subcats .col-menu {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    position: relative;
    width: 20%;
}

#MENU_SITE .blockct ul {
    display: none;
}

#MENU_SITE .blockct:after {
    content: 'Menu Site';
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

/* Footer */
#footer {
    background-image: none;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    min-height: inherit;
    padding: 0;
    margin-top: 50px;
    font-size: 13px;
    line-height: 16px;
}

#footer, #footer a {
    color: #fff;
    background: #000;
}

.footerNav2 {
    color: #fff;
    background: #000;
}

.hdd-copyright {
    background-color: #161618;
    padding: 12px 0;
    color: #888e98;
    font-size: 12px;
}

.hdd-copyright a {
    color: #888e98;
}

.hdd-copyright-top {
    color: #999;
    padding-top: 30px;
    border-top: 1px #f2f2f2 solid;
    margin-top: 30px;
}

/* Footer Menu */
.hdd-block-footer-menu p.text-center {
    text-align: left!important;
}

.hdd-block-footer-menu .hd {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
}

.hdd-block-footer-menu .danhmuc {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.hdd-block-footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hdd-block-footer-menu ul li a {
    display: inline-block;
    padding: 5px 0;
    margin: 3px 0;
}

.hdd-block-footer-menu ul li a:hover {
    text-decoration: underline;
}

/* Tel Button */
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #0084ff;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #0084ff;
}

.phonering-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 45px;
    left: 45px;
}

.phonering-alo-ph-img-circle a {
    width: 45px;
    line-height: 45px;
}

.phonering-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 22.5px;
    left: 22.5px;
}

.echbay-alo-phone,
.phonering-alo-ph-circle {
    width: 135px;
    height: 135px;
}

.style-for-position-cr,
.style-for-position-cl {
    margin-top: -67.5px;
}

.echbay-alo-phone {
    display: block;
}

#oi_scroll_top {
    background: #002c5f82;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    position: fixed;
    right: 5px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    border: 0 none;
    bottom: 8%;
    transform: translate(0, -50%);
}

/* Màu link đen */
.shops-main-cat-title a {
    color: #333;
}

/* Lưới sản phẩm viết lại */
.hdd-shops-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.col-shops-4 {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-shops-5 {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.hdd-shops-row-gird-menu {
    margin-bottom: 30px;
}

.hdd-home-gird-menu-item {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.hdd-home-gird-menu-item .hdd-link {
    color: #333;
    font-weight: 700;
}

.hdd-home-gird-menu-item .hdd-link-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hdd-home-gird-menu-item .image {
    height: 0;
    padding-bottom: 50%;
    width: 100%;
    background: center no-repeat;
    background-size: auto 90%;
}

#news-bodyhtml .hdd-home-gird-menu-item .image,
#category .hdd-home-gird-menu-item .image {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
    background: center no-repeat;
    background-size: auto 90%;
}

.hdd-home-gird-menu-item:hover .image {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: auto 100%;
}

/* Trang chủ sản phẩm */
.shops-main-cat-title {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.shops-main-cat-subs-mobile {
    display: none;
}

.hdd-product-gird-image {
    position: relative;
    overflow: hidden;
}

.hdd-product-gird-image .img-ct {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.hdd-product-gird-image .img-ct a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hdd-product-gird-image .img-ct a:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hdd-product-gird-image .img-ct a img {
    display: none;
}

.hdd-product-gird-price-contact,
.hdd-product-gird-price-val {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}

.hdd-product-gird-tt {
    margin-top: 5px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
}

.hdd-product-gird-thung {
    margin-top: 5px;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 18px;
}

.shopsMainListProducts {
    max-height: 1000px;
    overflow: hidden;
    position: relative;
}

.shopsMainListProducts:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,0) 6%,#fff 83%);
}

.shopsMainListProducts.open {
    max-height: inherit;
    overflow: visible;
}

.shopsMainListProducts.open:after {
    display: none;
}

/* Chi tiết sản phẩm */
.hdd-product-detail-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hdd-product-detail-price {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.hdd-product-detail-regtest {
    margin-bottom: 20px;
}

.hdd-product-detail-regtest .btn {
    border-radius: 0;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.hdd-product-detail-social {
    margin-bottom: 10px;
}

.hdd-product-detail-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hdd-product-detail-social ul li {
    display: inline-block;
    margin-right: 7px;
}

.hdd-product-detail-social ul li a {
    background: #c00;
    border: 1px solid #c00;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.15);
    color: #fff;
    font-size: 14px;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

.hdd-product-detail-social ul li a:hover { opacity: .8; }
.hdd-product-detail-social ul li a.fb { background: #3b5998; border: 1px solid #344e86; }
.hdd-product-detail-social ul li a.tw { background: #00aced; border: 1px solid #0099d4; }
.hdd-product-detail-social ul li a.in { background: #007bb6; border: 1px solid #006a9d; }
.hdd-product-detail-social ul li a.pi { background: #cb2027; border: 1px solid #b51d23; }

.owl-carousel-product-detail .owl-prev,
.owl-carousel-product-detail .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,0.3)!important;
    top: 50%;
    margin-top: -20px;
    border-radius: 10px;
}

.owl-carousel-product-detail .owl-prev { left: 10px; }
.owl-carousel-product-detail .owl-next { right: 10px; }
.owl-carousel-product-detail:hover .owl-prev,
.owl-carousel-product-detail:hover .owl-next { background-color: rgba(255,255,255,0.7)!important; }
.owl-carousel-product-detail .owl-prev:focus,
.owl-carousel-product-detail .owl-next:focus,
.owl-carousel-product-detail .owl-prev:active,
.owl-carousel-product-detail .owl-next:active { outline: 0; }

.hdd-product-detail-tabs {
    background-image: url("../images/linebottom.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.hdd-product-detail-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hdd-product-detail-tabs ul li {
    margin-right: 10px;
    display: inline-block;
}

.hdd-product-detail-tabs ul li a {
    display: block;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px;
}

.hdd-product-detail-tabs ul li.active a {
    border-bottom: 4px solid #3c599b;
}

.hdd-product-detail-tabs-item {
    border-bottom: 2px #0071bc solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hdd-product-detail-tabs-item .tab-name {
    background-color: #0071bc;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 8px 18px;
    padding-left: 18px !important;
    color: #fff;
    padding-top: 10px;
}

h3.ctit-template {
    font-size: 18px;
    margin-bottom: 15px;
}

ul.clist-template {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-type: none!important;
    margin-bottom: 15px;
    padding-left: 0!important;
    border: 1px #ccc solid;
}

ul.clist-template li {
    padding: 0;
    margin: 0;
    border-bottom: 1px #ccc solid;
}

ul.clist-template li:last-child { border-bottom: 0; }

ul.clist-template li .ctit {
    display: inline-block;
    width: 300px;
    padding: 10px;
    border-right: 1px #ccc solid;
    text-align: center;
    background-color: #e4dcd3;
}

ul.clist-template li .csp { display: none; }

ul.clist-template li .cval {
    padding: 10px;
    display: inline-block;
    padding-left: 20px;
}

.hdd-product-detail-selversion {
    border-radius: 0;
    background-color: #e4dcd3;
}

/* Breadcrumbs */
.breadcrumbs a,
.show-subs-breadcrumbs { background-color: transparent; }
.breadcrumbs a:before { display: none; }
.breadcrumbs a:after,
.show-subs-breadcrumbs:after { content: "/"; border: 0; position: relative; }
.breadcrumbs li { margin-left: 0; margin-right: 0; }
.breadcrumbs li:first-child a { padding-left: 0; }
.breadcrumbs li:last-child a:after { display: none; }
.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover { background-color: transparent; }
.breadcrumbs li:first-child a:before {
    content: "\f015";
    font-family: "FontAwesome";
    display: inline-block;
    border: 0;
    position: relative;
    left: 0;
    margin-right: 7px;
}
.breadcrumbs,
.breadcrumbs a { color: #6C6C6C; }

.jScrollPaneCatShops {
    max-height: 600px;
    overflow: hidden;
    padding-top: 5px;
    border: 1px solid #428bca;
}

.hdd-toggle-menu {
    color: #fff;
    display: none;
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: -63px;
}

.hdd-toggle-menu i {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hdd-toggle-menu a { color: #615959; }

.hdd-search-mobile {
    background: rgba(0,0,0,.9);
    padding: 10px;
}

.hdd-contact-mobile { padding: 10px; }
.hdd-contact-mobile,
.hdd-contact-mobile a { color: #fff; }
.hdd-search-mobile,
.hdd-contact-mobile { display: none; }

.menuicon img { max-width: 100%; }
.panel-body img { max-width: 100%; height: auto; }


/* ==========================================================================
   RESPONSIVE — LAYOUT
   ========================================================================== */
@media (max-width: 1150px) {
    .hdd-head-right { display: none; }
}

@media (min-width: 990px) {
    body { padding-top: 135px; }
}

@media (max-width: 991.98px) {
    .col-shops-4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
    .col-shops-5 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    header .top { padding: 0px; }
    header { background: #fff; }
    header .top .search-form { width: 100%; margin-bottom: 10px; }
    .logo_header_mobile { display: block; }
    .logo_header_desktop { display: none; }
    header #header .logo_company_header .logo_header { max-width: 60px; }
    header #header .logo_company_header img {
        position: absolute;
        left: 0; top: 0; right: 0; bottom: 0;
        margin: auto;
    }
    .title_company_header { font-size: 15pt !important; text-align: center; }
    header .logo_company_header { min-height: 75px; }
    header .row-ibl #header > [class^="col-"] { vertical-align: middle; }
    header #header {
        display: flex !important;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    }
    body { padding-top: 65px; }
}

@media (min-width: 830px) {
    .shops-main-cat-subs {
        display: -webkit-box;
        line-height: 1.3;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 830px) {
    .hdd-search-mobile,
    .hdd-contact-mobile { display: block; }

    #header .logo-menu { display: block; }

    .hdd-header {
        margin-top: 0;
        background: #2d2d2d;
        min-height: 52px;
    }

    #header .logo { height: 52px; }
    #header .logo a { display: flex; height: 42px; align-items: center; }
    #header .logo a img { vertical-align: middle; }

    .hddmenusite {
        background: rgba(77,77,64,.9);
        position: fixed;
        top: 72px;
        height: calc(100vh - 52px);
        left: 0;
        right: 0;
        display: none;
        z-index: 199;
    }

    .hddmenusite-content {
        height: 100%;
        overflow: auto;
        max-height: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .echbay-alo-phone { --display: none!important; }
    .hdd-toggle-menu { display: block; }

    .hddmenusite-content > ul { padding: 0; }
    .hddmenusite-content > ul > li { display: block; border-bottom: 1px #515151 solid; }
    .hddmenusite-content > ul > li > a {
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 400;
        background: rgba(0,0,0,.9);
    }
    .hddmenusite-content > ul > li:hover > a { background: rgba(0,0,0,.9); color: #fff; }
    .hddmenusite-content > ul > li > div.subcats {
        position: relative;
        left: 0; top: 0;
        display: block;
        box-shadow: none;
        background: rgba(77,77,64,.9);
        padding: 0;
        z-index: 199;
    }
    .hddmenusite-content > ul > li > div.subcats .col-menu {
        width: 100%;
        text-align: left;
        border-bottom: 1px #45453b solid;
    }
    .hddmenusite-content > ul > li > div.subcats .col-menu:last-child { border-bottom: 0; }
    .hddmenusite-content > ul > li > div.subcats .col-menu .menuicon { display: none; }
    .hddmenusite-content > ul > li > div.subcats a {
        font-weight: 400;
        display: block;
        color: #ccc;
        padding: 0 0 0 30px;
        font-size: 14px;
        line-height: 40px;
    }

    body.hdd-open-menu { overflow: hidden; }
    .hdd-open-menu .hdd-toggle-menu i { transform: rotate(90deg); }
    .hdd-open-menu .hddmenusite { display: block; }

    .hdd-top-slide { margin-top: 0px; }
    #header .logo { text-align: center; padding-right: 45px; }
    #header .logo img { max-width: 100%; }

    .shops-main-cat-subs { display: none; }
    .shops-main-cat-subs-mobile { display: block; }
}


/* ==========================================================================
   PRODUCT MENU GRID
   ========================================================================== */
.product-menu {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product-item {
    padding: 0px 5px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}

.product-box {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
}

.product-box img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.product-box h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 2px;
    min-height: 50px;
    text-transform: uppercase;
}

.product-box p {
    font-size: 12px;
    color: #666;
    min-height: 40px;
}

.product-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ==========================================================================
   RESPONSIVE — PRODUCTS
   ========================================================================== */
@media (max-width: 767.98px) {
    .col-shops-4 { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; }
    .col-shops-5 { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; }
}

@media (max-width: 499px) {
    .jScrollPaneCatShops { max-height: 100%; overflow: hidden; }

    .owl-carousel .product-detail {
        position: absolute;
        left: 0; bottom: 0;
        font-size: 13px;
        padding: 5px 10px 7px 10px;
        width: 100%;
        background: rgba(0,0,0,0.5);
        font-weight: 700;
        -webkit-transition-duration: 1.0s;
        -moz-transition-duration: 1.0s;
        -o-transition-duration: 1.0s;
    }
    .owl-carousel .product-detail a.button {
        position: absolute;
        right: -20%; bottom: 10%;
        width: 50%;
        background: #fff;
        padding: 5px 15px 5px 5px;
        color: #002c5f;
        text-align: right;
    }
    .owl-carousel .product-detail a.button:hover { color: #fff; background: #019bd4; }
    .owl-carousel .product-detail h3 {
        text-transform: uppercase;
        font-size: 15px;
        margin: 0;
        color: #fff;
        font-weight: 700;
    }
    .owl-carousel .product-detail h3 a { color: #fff; }
    .owl-carousel .product-detail .product-detail-list { margin-left: auto; color: #fff; display: block; }

    #header .logo img { max-height: inherit; }

    .col-shops-4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-shops-5 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

    ul.clist-template li .ctit { width: 150px; }
}

@media (min-width: 499px) {
    .hddmenusite-content > ul > li > div.subcats .col-menu { min-height: 130px; }

    .owl-carousel .product-detail {
        position: absolute;
        left: 0; bottom: 0;
        font-size: 13px;
        padding: 5px 10px 7px 10px;
        width: 100%;
        background: rgba(0,0,0,0.5);
        font-weight: 700;
        -webkit-transition-duration: 1.0s;
        -moz-transition-duration: 1.0s;
        -o-transition-duration: 1.0s;
    }
    .owl-carousel .product-detail a.button {
        position: absolute;
        right: -20%; bottom: 20%;
        width: 40%;
        background: #fff;
        padding: 5px 15px 5px 5px;
        color: #002c5f;
        text-align: right;
    }
    .owl-carousel .product-detail a.button:hover { color: #fff; background: #019bd4; }
    .owl-carousel .product-detail h3 {
        text-transform: uppercase;
        font-size: 15px;
        margin: 0;
        color: #fff;
        font-weight: 700;
    }
    .owl-carousel .product-detail h3 a {
        color: #fff;
        transition: all 0.3s ease;
        display: inline-block;
    }
    .owl-carousel .product-detail h3 a:hover {
        color: #007BFF;
        transform: scale(1.05);
        filter: brightness(1.2);
        text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    .owl-carousel .product-detail .product-detail-list { margin-left: auto; color: #fff; display: block; }
}


/* ==========================================================================
   THIRD-PARTY PLUGINS — CLEANUP
   ========================================================================== */
.autoAdsMaxLead-widget-button-default-text,
.powered_by_autoAdsMaxLead,
.aml_dk-hightlight,
.aml-powered-by,
.subiz_logo,
.poweredby { display: none !important; }

#wpwidget .poweredby,
.cl-branding { display: none !important; }

.autoAdsMaxLead-widget,
#aml_dk-main-button { top: 70%!important; right: 5px !important; position: fixed; }

.aml_dk-mobile .aml-modal-content { bottom: 15% !important; }
.aml_dk-desktop.aml_dk-style-main-button[class*='-bottom'] { top: 45% !important; }
.aml_dk-desktop.aml_dk-style-default[class*='-right'] { padding-right: 0px !important; }

#subiz .poweredby { display: none !important; }
#wpwidget .widget-layout { z-index: 147483650 !important; }

.aml_dk-flex-container,
.aml-flc-style-main-button,
.aml_dk-style-default { top: 10%!important; right: 5px !important; }

#aml_dk-main-button { right: 5px !important; }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}


/* ==========================================================================
   INFOLIST (HTCV)
   ========================================================================== */
.infoList_wrap .info_list { margin: 0 -13px; overflow: hidden; }
.infoList_wrap .item { float: left; width: 25%; padding: 0 13px; }
.infoList_wrap .info_item {
    height: 220px;
    padding: 50px 0 0 0;
    background-color: #35719E;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .infoList_wrap .info_item { height: 170px; padding: 20px 0 0 0; }
}
@media screen and (max-width: 700px) {
    .infoList_wrap .item { width: 50%; margin-bottom: 10px; }
}
@media screen and (max-width: 320px) {
    .infoList_wrap .item { width: 100%; margin-bottom: 10px; }
}

.infoList_wrap .info_item .ico {
    display: block; width: 40px; height: 40px;
    margin: 0 auto; vertical-align: top; position: relative;
}

em.ico:after {
    content: '';
    position: absolute;
    top: 50%; left: 0;
    width: 40px; height: 40px;
    margin-top: -20px;
    background: url(https://hyundai.tcmotor.vn/Images/icon_all.svg) no-repeat;
}

.infoList_wrap .info_item.emission .ico:after  { background-position: -360px -140px; }
.infoList_wrap .info_item.displace .ico:after  { background-position: -320px -140px; }
.infoList_wrap .info_item.power .ico:after     { background-position: -240px -140px; }
.infoList_wrap .info_item.torque .ico:after    { background-position: -280px -140px; }

.infoList_wrap .info_item { padding-top: 8px; color: #fff; }

.infoList_wrap .info_item dl { padding-top: 8px; color: #fff; }
.infoList_wrap .info_item dt { font-size: 32px; font-family: ChakraPetchBold; line-height: 42px; }
.infoList_wrap .info_item dd { padding-top: 8px; opacity: 0.6; }


/* ==========================================================================
   BACK-TO-TOP BUTTON
   ========================================================================== */
#buttonbacktotop {
    display: inline-block;
    background-color: rgba(0,0,0,.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1029;
    /* Vị trí desktop: phải, trên zalo widget */
    right: 14px;
    bottom: 165px;
}

#buttonbacktotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#buttonbacktotop:hover  { cursor: pointer; background-color: #333; }
#buttonbacktotop:active { background-color: #555; }
#buttonbacktotop.show   { opacity: 1; visibility: visible; }


/* ==========================================================================
   ZALO CHAT WIDGET
   ========================================================================== */
.zalo-chat-widget {
    visibility: hidden !important;
    /* Vị trí desktop: phải, trên .baogia-float-btn */
    right: 14px !important;
    bottom: 90px !important;
    z-index: 1030 !important;
}

.zalo-chat-widget.show {
    opacity: 1;
    visibility: visible !important;
}


/* ==========================================================================
   NÚT GỌI NỔI (.alo-phone)
   Desktop: góc dưới trái — hiện sau scroll 500px (JS xử lý)
   ========================================================================== */
.alo-phone {
    position: fixed !important;
    left: 10px !important;
    bottom: 18px !important;
    width: 230px !important;
    height: 58px !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: 2147483650 !important;
    text-decoration: none !important;
}

.alo-phone.alo-show {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ẩn vòng sóng cũ */
.alo-ph-circle,
.alo-ph-circle-fill { display: none !important; }

/* Khối nút chính */
.alo-phone .alo-ph-img-circle {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff5a5f 0%, #d90429 100%) !important;
    box-shadow: 0 10px 24px rgba(217,4,41,0.35) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 18px 0 60px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap;
    overflow: hidden;
    animation: hdd-call-pulse 1.8s ease-in-out infinite !important;
}

/* Icon tròn bên trái */
.alo-phone .alo-ph-img-circle:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 7px; top: 7px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(255,255,255,.18);
}

.alo-phone .alo-ph-img-circle .fa { display: none !important; }

.alo-phone:hover .alo-ph-img-circle {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(217,4,41,0.42) !important;
}

@keyframes hdd-call-pulse {
    0%   { box-shadow: 0 10px 24px rgba(217,4,41,0.30), 0 0 0 0 rgba(255,90,95,0.22); }
    70%  { box-shadow: 0 10px 24px rgba(217,4,41,0.30), 0 0 0 12px rgba(255,90,95,0); }
    100% { box-shadow: 0 10px 24px rgba(217,4,41,0.30), 0 0 0 0 rgba(255,90,95,0); }
}


/* ==========================================================================
   NÚT BÁO GIÁ NỔI (.baogia-float-btn)
   Desktop: góc dưới phải — JS kiểm soát hiển thị (scroll > 800px)
   ========================================================================== */
/* Vị trí đặt ở baogia.css, chỉ ghi đè những gì cần thiết từ đây */
.baogia-float-btn {
    right: 14px !important;
    bottom: 18px !important;
    z-index: 1031 !important;
}


/* ==========================================================================
   MOBILE (≤ 767px) — ẨN TẤT CẢ NÚT FLOAT, ĐỂ BOTTOM BAR LO
   ========================================================================== */
@media (max-width: 767px) {

    /* Nút gọi — 2/5 trái */
    .alo-phone {
        display: block !important;
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 40% !important;  
        height: 54px !important;
        border-radius: 0 !important;
        z-index: 2147483648 !important;
        animation: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(100%) !important;
        transition: transform .3s ease, opacity .3s ease, visibility .3s !important;
    }

    .alo-phone.bar-show {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .alo-phone .alo-ph-img-circle {
        border-radius: 0 !important;
        font-size: 13px !important;
        padding: 0 6px 0 42px !important;
        justify-content: center !important;
    }

    .alo-phone .alo-ph-img-circle:before {
        left: 6px !important;
        top: 8px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 15px !important;
    }

    /* Nút báo giá — 2/5 giữa */
    .baogia-float-btn {
        position: fixed !important;
        left: 40% !important;    
        right: auto !important;
        bottom: 0 !important;
        width: 40% !important;   
        height: 54px !important;
        border-radius: 0 !important;
        z-index: 2147483648 !important;
        display: inline-flex !important;
        font-size: 13px !important;
        padding: 0 6px !important;
        transform: translateY(100%) !important;
        transition: transform .3s ease !important;
    }

    .baogia-float-btn.bar-show {
        transform: translateY(0) !important;
    }

    /* Zalo — 1/5 phải, trong bar */
    .zalo-chat-widget {
        position: fixed !important;
        left: 80% !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 20% !important;
        height: 54px !important;
        background: #0068ff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        z-index: 2147483648 !important;
        /* Ẩn mặc định, slide lên cùng bar */
        transform: translateY(100%) !important;
        transition: transform .3s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .zalo-chat-widget.bar-show {
        transform: translateY(0) !important;
    }

    /* Căn giữa iframe zalo trong slot */
    .zalo-chat-widget iframe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 54px !important;
        height: 54px !important;
        pointer-events: all !important;
    }

    /* Nhãn "Zalo" dưới icon */
    .zalo-chat-widget::after {
        content: 'Zalo';
        position: absolute;
        bottom: 4px;
        left: 0; right: 0;
        text-align: center;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        pointer-events: none;
    }

    /* Đường kẻ phân cách giữa 3 nút */
    .baogia-float-btn::before {
        content: '';
        position: absolute;
        left: 0; top: 10px; bottom: 10px;
        width: 1px;
        background: rgba(255,255,255,.3);
    }

    .zalo-chat-widget::before {
        content: '';
        position: absolute;
        left: 0; top: 10px; bottom: 10px;
        width: 1px;
        background: rgba(255,255,255,.3);
        z-index: 1;
    }

    /* padding-bottom khi bar hiện */
    body.mobile-bar-visible {
        padding-bottom: 54px;
    }

    /* Back-to-top: trên bar */
    body.mobile-bar-visible #buttonbacktotop {
        bottom: 64px !important;
    }
}


/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-heading { border-bottom: #777; padding: 20px 60px; text-align: center; }
.faq-container { display: flex; justify-content: center; flex-direction: column; }
.hr-line { width: 60%; margin: auto; }

.faq-page {
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}

.faq-body { margin: auto; width: 90%; padding: auto; }
.active, .faq-page:hover { background-color: #F9F9F9; }

.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    font-family: FontAwesome;
    content: "\f0dd";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.activefaq:after {
    font-family: FontAwesome;
    content: "\f0de";
}


/* ==========================================================================
   BOOTSTRAP ALERT (local override)
   ========================================================================== */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading { color: inherit; }
.alert-link { font-weight: 700; }
.alert-dismissible { padding-right: 4rem; }
.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: .75rem 1.25rem; color: inherit; }
.alert-primary   { color: #004085; background-color: #cce5ff; border-color: #b8daff; }
.alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; }
.alert-success   { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }
.alert-info      { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }
.alert-warning   { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
.alert-danger    { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }
.alert-light     { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }
.alert-dark      { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }


/* ==========================================================================
   DANH SÁCH / MỤC LỤC
   ========================================================================== */
.danh-sach {
    border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 6px;
}
.danh-sach .fa { margin-right: 10px; }
.head-danh-sach {
    background: none;
    border: none;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
}
.js-toc { margin-bottom: 10px; max-height: 400px; overflow-y: auto; }

ol.toc-list {
    padding-left: 20px;
    list-style-type: decimal;
    margin-bottom: 5px;
}
ol.toc-list:last-child { margin-bottom: 0; }
ol.toc-list > li:last-child { margin-bottom: 0; }
ol.toc-list a {
    width: 100%;
    background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .25s ease;
    padding: 3px;
    display: inline-block;
}
ol.toc-list .is-active-link { background-position: left bottom; }
ol.toc-list > li > a { font-weight: 700; color: #000; }
ol.toc-list > li > ol.toc-list > li > a { font-weight: 400; }

.is-position-fixed { position: fixed !important; top: 50px; z-index: 99; }
.is-position-fixed .js-toc {
    height: auto !important;
    width: 200px !important;
    visibility: hidden;
    transition: .25s;
}
.picaso { transition: .25s; }
.transition--300 { transition: all 300ms ease-in-out; }

.btn-danh-sach-close {
    border: none; background: none;
    position: absolute; top: 13px; right: 0;
    width: 40px; padding: 0; display: none;
}
.btn-danh-sach-show {
    position: fixed; top: 150px;
    font-size: 20px;
    border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    line-height: 1;
    border-radius: 7px;
    z-index: 9;
    display: none;
    opacity: .7;
    transform: .25s;
}
.btn-danh-sach-show:hover { opacity: 1; transform: .25s; }
.is-position-fixed .btn-danh-sach-close,
.is-position-fixed .btn-danh-sach-show { display: block; }

/* Heading offset for anchor scroll */
#bodyhtml h1:before, #bodyhtml h2:before, #bodyhtml h3:before,
#bodyhtml h4:before, #bodyhtml h5:before, #bodyhtml h6:before {
    display: block; content: " ";
    height: 15px; margin-top: -15px;
    visibility: hidden;
}

/* Body text headings */
#news-bodyhtml h1, .bodytext h1 { font-size: 20px !important; color: #222 !important; }
#news-bodyhtml h2, .bodytext h2 { margin: 10px 0 10px !important; font-size: 18px; line-height: 24px !important; padding: 0 !important; font-weight: 700 !important; }
#news-bodyhtml h3, .bodytext h3 { font-size: 16px !important; color: #222 !important; margin: 0 0 5px !important; }
#news-bodyhtml h4, .bodytext h4 { font-size: 16px !important; color: #222 !important; }
.bodytext ul p { margin-bottom: 5px !important; }


/* ==========================================================================
   CKEDITOR STYLE BOXES
   ========================================================================== */
.note-box  { padding: 15px; background-color: #fff5cc; border-left: 5px solid #ffcc00; }
.alert-box { padding: 15px; background-color: #ffe6e6; border-left: 5px solid #ff0000; }
.tip-box   { padding: 15px; background-color: #e6ffed; border-left: 5px solid #33cc33; }

.hero-section { background-color: #f0f8ff; border-bottom: 3px solid #428bca; }
.section-title { font-weight: bold; color: #333; margin-bottom: 25px; text-transform: uppercase; }
.content-box { border-left: 5px solid #428bca; background-color: #f9f9f9; }
.btn-cta { font-size: 18px; padding: 10px 20px; border-radius: 25px; transition: all 0.3s ease; }
.btn-cta:hover { background-color: #3071a9; transform: scale(1.05); }
.features-list { font-size: 16px; margin-bottom: 20px; }
.features-list .list-group-item { border-left: 4px solid #5cb85c; }
.testimonial-box { border-left: 4px solid #f0ad4e; background-color: #fcf8e3; padding: 15px; font-style: italic; }
.pricing-table > thead { background-color: #428bca; color: #fff; }
.pricing-table > tbody > tr:hover { background-color: #f5faff; }
.faq-section .panel { border-radius: 0; box-shadow: none; }
.faq-section .panel-heading { background-color: #5bc0de; color: #fff; }


/* ==========================================================================
   TOC CONTAINER (ARTICLE)
   ========================================================================== */
.toc-container {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
}
.toc-container .toc-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.toc-container .toc-title:before {
    font-family: "FontAwesome";
    content: "\f0ca";
    margin-right: 8px;
    color: #337ab7;
    position: absolute;
    left: -1.2em; top: 0;
}

.toc-list { list-style: none; margin: 0; padding: 0; }
.toc-list li { margin-bottom: 6px; }
.toc-list li a { color: #337ab7; text-decoration: none; display: inline-block; transition: color .2s; }
.toc-list li a:hover { color: #23527c; text-decoration: underline; }
.toc-list li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    width: 10px;
    margin-right: 6px;
    color: #999;
    transition: color .2s;
}
.toc-list li a:hover:before { color: #337ab7; }

.toc-level-2 { margin-left: 0;  font-size: 14px; }
.toc-level-3 { margin-left: 15px; font-size: 13px; }
.toc-level-4 { margin-left: 30px; font-size: 12px; }
.toc-level-5 { margin-left: 45px; font-size: 12px; }
.toc-level-6 { margin-left: 60px; font-size: 11px; }

.toc-list.collapsed {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.toc-list.collapsed::after {
    content: "";
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 40px;
    background: linear-gradient(transparent, #fdfdfd);
}
.toc-list.expanded { max-height: none; overflow: visible; }

.toc-toggle .fa { transition: transform .3s; }
.toc-toggle:not(.collapsed) .fa { transform: rotate(0deg); }
.toc-toggle {
    display: block;
    width: auto;
    margin: 15px auto 0;
    text-align: center;
}


/* ==========================================================================
   BAOGIA BUTTON IN CONTENT
   ========================================================================== */
.baogia-button-wrap .btn {
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px;
    white-space: normal;
    margin: 10px 0px;
}
.baogia-button-wrap .btn small {
    font-size: 12px;
    display: block;
}


/* ==========================================================================
   FEATURED PRODUCTS SLIDER (scroll-snap)
   ========================================================================== */
.featured-products { --fp-gap: 12px; --fp-peek: 0px; margin-bottom: 10px; }

.fp-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.fp-title { font-weight: 700; }
.fp-nav { display: flex; gap: 6px; }
.fp-nav .fp-btn {
    border: 0;
    background: #eee;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}
.fp-nav .fp-btn:disabled { opacity: .5; cursor: not-allowed; }

.fp-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: auto;
}
.fp-track { display: flex; gap: var(--fp-gap); }
.fp-item { flex: 0 0 var(--fp-item-w, 25%); scroll-snap-align: start; }
.fp-box {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    height: 100%;
}

#featured-products .fp-box > img.fp-thumb {
    display: block;
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.fp-name { display: block; margin-top: 8px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fp-desc { display: block; margin-top: 4px; opacity: .8; font-size: 12px; }

@media (max-width: 575.98px) {
    .featured-products { --fp-peek: 32%; }
    .fp-item { flex: 0 0 calc((100% - var(--fp-peek) - var(--fp-gap)) / 2); }
    #featured-products .fp-box > img.fp-thumb { height: 120px !important; }
    .fp-name { font-size: 14px; }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .fp-item { flex: 0 0 calc((100% - 2*var(--fp-gap)) / 3); }
    #featured-products .fp-box > img.fp-thumb { height: 140px !important; }
}
@media (min-width: 992px) {
    .fp-item { flex: 0 0 calc((100% - 3*var(--fp-gap)) / 4); }
    #featured-products .fp-box > img.fp-thumb { height: 150px !important; }
}


/* ==========================================================================
   VIEWCAT LOẠI THÙNG XE
   ========================================================================== */
.viewcat_loaithung { margin-top: 10px; }

.viewcat_loaithung .tieu-de-loaithung {
    background: linear-gradient(135deg, #2f86d6 0%, #4da2ef 100%);
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
}

.viewcat_loaithung .form-group { margin-bottom: 0; }

.viewcat_loaithung .jScrollPaneCatShops {
    border: 1px solid #d7e6f5;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    padding: 12px;
    max-height: 600px;
    overflow: hidden;
}

.viewcat_loaithung .hdd-cat-shops-news-pro { margin-bottom: 12px; padding-left: 6px; padding-right: 6px; }

.viewcat_loaithung .hdd-thung-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e7eef6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,82,155,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.viewcat_loaithung .hdd-thung-card:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,82,155,.12); }

.viewcat_loaithung .hdd-thung-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }

.viewcat_loaithung .hdd-cat-shops-news-pro .img {
    float: none; width: 100%; height: auto;
    margin-right: 0; margin-bottom: 0;
    position: relative; overflow: hidden;
    background: #f4f8fc;
}

.viewcat_loaithung .hdd-thung-thumb {
    display: block; width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    transition: transform .3s ease;
}
.viewcat_loaithung .hdd-thung-card:hover .hdd-thung-thumb { transform: scale(1.03); }
.viewcat_loaithung .hdd-cat-shops-news-pro .img img { display: none; }

.viewcat_loaithung .hdd-thung-card-body { padding: 10px 10px 12px; display: flex; flex-direction: column; flex: 1 1 auto; }

.viewcat_loaithung .hdd-cat-shops-news-pro h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #17395c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.viewcat_loaithung .hdd-cat-shops-news-pro h3 a { color: inherit; text-decoration: none; }

.viewcat_loaithung .hdd-cat-shops-news-pro .i-custom { margin: auto 0 0; font-size: 14px; line-height: 1.45; color: #4b5f73; }
.viewcat_loaithung .hdd-cat-shops-news-pro .text-danger { color: #d9534f; font-weight: 700; }

@media (max-width: 767px) {
    .viewcat_loaithung .tieu-de-loaithung { font-size: 15px; padding: 8px 10px; }

    .viewcat_loaithung .jScrollPaneCatShops,
    .viewcat_loaithung .jspContainer,
    .viewcat_loaithung .jspPane {
        position: static !important;
        top: auto !important; left: auto !important;
        width: auto !important; height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .viewcat_loaithung .jspVerticalBar,
    .viewcat_loaithung .jspHorizontalBar { display: none !important; }

    .viewcat_loaithung .jspPane > .clearfix {
        display: flex; flex-wrap: wrap;
        margin-left: -5px; margin-right: -5px;
    }
    .viewcat_loaithung .hdd-cat-shops-news-pro {
        float: none !important; clear: none !important;
        width: 50% !important;
        padding-left: 5px; padding-right: 5px;
        margin-bottom: 10px;
    }
    .viewcat_loaithung .hdd-cat-shops-news-pro h3 { font-size: 14px; min-height: 38px; }
    .viewcat_loaithung .hdd-cat-shops-news-pro .i-custom { font-size: 13px; }
}

@media (min-width: 992px) {
    .viewcat_loaithung .hdd-cat-shops-news-pro { width: 100%; float: none; }
    .viewcat_loaithung .hdd-thung-card-link { flex-direction: row; align-items: flex-start; }
    .viewcat_loaithung .hdd-cat-shops-news-pro .img { width: 150px; flex: 0 0 150px; }
    .viewcat_loaithung .hdd-thung-thumb { aspect-ratio: 150 / 110; }
    .viewcat_loaithung .hdd-thung-card-body { padding: 8px 10px; }
    .viewcat_loaithung .hdd-cat-shops-news-pro h3 { min-height: auto; }
}


/* ==========================================================================
   GALLERY SLIDER (HDD)
   ========================================================================== */
.hdn-gallery-slider { margin: 24px 0; }
.hdn-gallery-slider__head { margin-bottom: 12px; }
.hdn-gallery-slider__title { margin: 0; font-size: 24px; line-height: 1.3; font-weight: 700; color: #0c4da2; }
.hdn-gallery-slider__list { list-style: none; margin: 0; padding: 0; }

.bodytext .hdn-gallery-slider__list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.hdn-gallery-slider__list li {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    height: 100%;
}

.hdn-gallery-slider__list li a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }

.hdn-gallery-slider__list li img {
    display: block;
    width: 100%;
    height: 130px !important;
    object-fit: cover;
    object-position: center;
    background: #f3f3f3;
    flex-shrink: 0;
}

.hdn-gallery-slider__name { display: block; padding: 14px 14px 6px; font-size: 17px; line-height: 1.4; font-weight: 700; color: #0c4da2; }
.hdn-gallery-slider__desc { display: block; padding: 0 14px 14px; font-size: 14px; line-height: 1.6; color: #555; flex-grow: 1; }

.hdn-gallery-slider .lightSlider > li { height: auto; }
.hdn-gallery-slider .lSSlideOuter .lSPager.lSpg { margin-top: 12px; }

.hdn-gallery-slider .lSAction > a {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    width: 40px; height: 40px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-size: 24px;
    text-decoration: none;
}
.hdn-gallery-slider .lSAction > .lSPrev:before { content: "‹"; }
.hdn-gallery-slider .lSAction > .lSNext:before { content: "›"; }

@media (max-width: 991.98px) {
    .hdn-gallery-slider__title { font-size: 21px; }
    .hdn-gallery-slider__list li img { height: 130px !important; }
}

@media (max-width: 767.98px) {
    .hdn-gallery-slider__title { font-size: 19px; }
    .hdn-gallery-slider__list li img { height: 180px; }
    .hdn-gallery-slider__name { font-size: 16px; }
    .hdn-gallery-slider__desc { font-size: 13px; line-height: 1.5; }
}