@font-face {
    font-family: Samsung Sharp Sans;
    src: url(/assets/fonts/ICIEL-SAMSUNGSHARPSANS-BOLD_SMCPS.woff2) format("woff2");
    font-display: fallback
}

@font-face {
    font-family: SVN ProductSans;
    src: url(/assets/fonts/SVN-Product-Sans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: SVN ProductSans;
    src: url(/assets/fonts/SVN-Product-Sans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: ProductSans;
    src: url(/assets/fonts/Product-Sans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: ProductSans;
    src: url(/assets/fonts/Product-Sans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}
:root {
    --black: #000;
    --green: #2cc067;
    --red: #d82a29;
    --blue: #0074da;
    --yellow: #fdd835;
    --bg-gray: #f1f1f1;
    --black-op: #666;
    --black-dark: #202c43;
    --blue-dark: #21C1E4;
    --gradient: repeating-linear-gradient(to right, #21C1E4 0%, #21C1E4 50%, #3e68b2 100%);
    --white: #fff;
    --bg-body: #fcfdfe;
    --bg-body-soft: #f6fafe;
    --green-light: #d0ecdd;
    --background: repeating-linear-gradient(to right, #21C1E4 0%, #21C1E4 50%, #3e68b2 100%);
    --color1: #21C1E4;
    --color2: #3e68b2;
    --font-hel: 'SVN ProductSans', sans-serif;
}
.footer_mobile {
    display: none;
}
.unset {
    font-size: unset;
    font-weight: unset;
    font-family: unset;
    line-height: unset;
    display: unset;
    color: unset;
    margin-bottom: unset;
    height: unset;
}
body {
    font-family: 'SVN ProductSans', sans-serif;
    background: #fff;
}

/* Main content area — nền nhẹ hơn footer + shape animation */
.site-main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 55% at 50% -15%, rgba(33, 193, 228, 0.06) 0%, transparent 58%),
        radial-gradient(circle at 88% 42%, rgba(62, 104, 178, 0.04) 0%, transparent 42%),
        radial-gradient(circle at 10% 68%, rgba(33, 193, 228, 0.035) 0%, transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #fdfefe 42%, #fbfdfe 100%);
}

.site-main__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.site-main__content {
    position: relative;
    z-index: 1;
}

.site-main__shape {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.32;
}

.site-main__shape--1 {
    width: 280px;
    height: 280px;
    top: 8%;
    right: -40px;
    background: radial-gradient(circle, rgba(33, 193, 228, 0.14) 0%, rgba(33, 193, 228, 0) 68%);
    animation: siteBodyFloatA 11s ease-in-out infinite;
}

.site-main__shape--2 {
    width: 160px;
    height: 160px;
    top: 42%;
    left: -30px;
    background: radial-gradient(circle, rgba(62, 104, 178, 0.12) 0%, rgba(62, 104, 178, 0) 70%);
    animation: siteBodyFloatB 8s ease-in-out infinite;
}

.site-main__shape--3 {
    width: 100px;
    height: 100px;
    bottom: 18%;
    right: 12%;
    background: radial-gradient(circle, rgba(33, 193, 228, 0.16) 0%, rgba(33, 193, 228, 0) 72%);
    animation: siteBodyFloatC 9s ease-in-out infinite;
}

.site-main__shape--ring {
    width: 72px;
    height: 72px;
    bottom: 32%;
    left: 18%;
    border: 2px solid rgba(33, 193, 228, 0.12);
    background: transparent;
    border-radius: 18px;
    opacity: 0.55;
    animation: siteBodyPulse 5s ease-in-out infinite;
}

.site-main__shape--dot {
    width: 48px;
    height: 48px;
    top: 28%;
    left: 42%;
    background: radial-gradient(circle, rgba(62, 104, 178, 0.1) 0%, transparent 70%);
    animation: siteBodyFloatB 7s ease-in-out infinite reverse;
}

@keyframes siteBodyFloatA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-12px, 18px) scale(1.04); }
}

@keyframes siteBodyFloatB {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(14px, -10px); }
}

@keyframes siteBodyFloatC {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-8px, 12px) rotate(6deg); }
}

@keyframes siteBodyPulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.45; }
    50% { transform: scale(1.08) rotate(8deg); opacity: 0.7; }
}

@media (prefers-reduced-motion: reduce) {
    .site-main__shape {
        animation: none !important;
    }
}
/*.hidden_all {
    display: none !important;
}*/
.ajax_search_result::-webkit-scrollbar-track,
ul.list-brand-check::-webkit-scrollbar-track,
ul.list-vendor-check::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

ul.list-brand-check::-webkit-scrollbar,
.ajax_search_result::-webkit-scrollbar,
ul.list-vendor-check::-webkit-scrollbar {
    width: 8px;
}

ul.list-brand-check::-webkit-scrollbar-thumb,
.ajax_search_result::-webkit-scrollbar-thumb,
ul.list-vendor-check::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--gradient);
    height: 40px;
}
section.admin div ul li:not(:first-child) {
    margin-left: 20px;
}
button.disable {
    pointer-events: none;
}
ul.list-brand-check,
ul.list-vendor-check {
    overflow-x: hidden;
    overflow-y: auto;
}

.header_top {
    justify-content: space-between;
}
.hover-block .hover-content {
    max-height: 400px;
    overflow-y: scroll;
}
div.short_description {
    display: block;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    font-weight: normal;
    font-style: italic;
}
header .header_top,
header .header_top-left,
header .header_top-right {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 400;
    overflow: visible;
}

.load_buy_quick_view .item-product {
    border: 1px solid #f5f6f7;
}
.load_buy_quick_view .item-product img {
    max-width: 100%;
}
header p {
    margin: 0;
}

.header_mobile {
    display: none;

}

.header_mobile.active .col-8 .logo {
    /*display: none;*/

}
ul.category.active-show {

}
.col-md-2.vertical-left {
    width: 300px !important;
    padding: 0px;
    position: static;
    overflow: visible;
}

.col-md-2.vertical-left .category,
.category li.cate-item {
    position: static;
}

.col-md-10.col-12.right-slide {
    width: calc(100% - 300px) !important;
    padding-right: 0px;
    min-width: 0;
}

.header_mobile.active {
    position: fixed;
    left: 0;
    top: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-top: 0px;
    background: #30a4d4;
}
/* ===== Flash Sale / Deals ===== */
div.block-deals {
    display: none;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 42%);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #ffe4c4;
    box-shadow: 0 2px 12px rgba(251, 183, 20, 0.12);
}

div.block-deals.has-deals {
    display: block;
}

div.block-deals .slide-product:empty {
    display: none !important;
    min-height: 0 !important;
    padding: 0 !important;
}

div.block-deals .banner-deals {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    padding: 0px;
}

div.block-deals .banner-deals img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.flash-sale-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin: 12px 0 14px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ffe0b8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 122, 89, 0.08);
}

.flash-sale-toolbar[hidden] {
    display: none !important;
}

.flash-sale-countdown {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.flash-countdown__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #c2410c;
    white-space: nowrap;
}

.flash-countdown__label i {
    font-size: 14px;
}

.flash-countdown__units {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.flash-countdown__unit {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    padding: 4px 8px 3px;
    background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fdba74;
    border-radius: 8px;
    line-height: 1.1;
}

.flash-countdown__unit strong {
    font-size: 17px;
    font-weight: 700;
    color: #ea580c;
    font-variant-numeric: tabular-nums;
}

.flash-countdown__unit em {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    color: #9a3412;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.flash-countdown__sep {
    font-size: 16px;
    font-weight: 700;
    color: #fb923c;
    line-height: 1;
    padding-bottom: 8px;
}

.flash-sale-note {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.flash-sale-note i {
    color: #f97316;
}

div.block-deals div.item-product {
    background: transparent;
    padding-top: 0 !important;
}

div.block-deals .item-product-deal .product-card-inner {
    position: relative;
    height: 100%;
}

div.block-deals .item-product-deal .deal-card-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(255, 122, 89, 0.35);
}

div.block-deals .item-product-deal .deal-card-tag i {
    font-size: 10px;
}

div.block-deals .item-product-deal .desc-product {
    display: flex;
    flex-direction: column;
    flex: 1;
}

div.block-deals .item-product-deal .product-price-row {
    margin-top: 2px;
}

div.block-deals .item-product-deal .min-price {
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
}

div.block-deals .item-product-deal .max-price {
    margin: 0 0 2px;
    font-size: 12px;
    color: #64748b;
}

div.block-deals .item-product-deal .max-price .discount {
    color: #ea580c;
    font-weight: 600;
}

div.block-deals .deal-stock {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
}

div.block-deals .deal-stock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

div.block-deals .deal-stock__label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #c2410c;
}

div.block-deals .deal-stock__label i {
    font-size: 11px;
}

div.block-deals .deal-stock__qty {
    font-size: 11px;
    color: #64748b;
    white-space: nowrap;
}

div.block-deals .deal-stock__qty strong {
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
}

div.block-deals .deal-stock__track {
    height: 8px;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
}

div.block-deals .deal-stock__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fb923c 0%, #f97316 100%);
    transition: width 0.35s ease;
}

div.block-deals .deal-stock--low .deal-stock__fill {
    background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
}

div.block-deals .deal-stock--low .deal-stock__qty strong {
    color: #dc2626;
}

div.block-deals .deal-stock--soldout .deal-stock__label {
    color: #64748b;
}

div.block-deals .deal-stock--soldout .deal-stock__qty strong {
    color: #94a3b8;
}

div.block-deals .deal-stock--soldout .deal-stock__fill {
    background: #cbd5e1;
    width: 100% !important;
}

/* fs-contain — giữ cho trang chi tiết SP */
 div.block-deals .fs-contain {
    position: relative;
    display: block;
    overflow: visible;
    margin: 15px 0 0;
    min-height: 20px;
    margin-bottom: 20px;
}
 div.block-deals .fs-contain .rq_count {
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden;
}
 div.block-deals .fs-contain>img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
}
 div.block-deals .fs-contain .rq_count i {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 21px;
}
 div.block-deals .fs-contain .rq_count i.fs-iconfire {
    background: linear-gradient(64.85deg, #fcb500 23.67%, #ffd41d 106.12%);
    min-width: 35px;
    z-index: 0;
}
div.block-deals .fs-contain .rq_count b{
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    z-index: 5;
}

div.block-deals.homepage-product {
    padding: 16px;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 42%);
}

div.block-deals .slide-product.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div.block-deals .slide-product .slick-prev,
div.block-deals .slide-product .slick-next {
    top: 42%;
    z-index: 5;
}

@media (max-width: 991px) {
    div.block-deals .banner-deals {
        display: none !important;
    }

    div.block-deals.has-deals .flash-sale-toolbar {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .flash-sale-toolbar {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 12px;
    }

    .flash-sale-countdown {
        justify-content: center;
    }

    .flash-sale-note {
        justify-content: center;
        white-space: normal;
        text-align: center;
    }
}



.header_mobile.active .search-fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 52px;
    padding: 0px;
}
div.btn_danhmuc {
    display: none;
    flex: 0 0 auto;
    width: auto;
    padding-right: 0;
    align-items: center;
    position: relative;
    z-index: 360;
}

.c-bot > .container {
    position: relative;
    overflow: visible;
}

.c-bot,
.header_bottom {
    overflow: visible;
}

body:has(.content:not(.content_home)) div.btn_danhmuc,
body:not(:has(.content_home)) div.btn_danhmuc,
.c-bot.active div.btn_danhmuc {
    display: flex;
}

div.btn_danhmuc > p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 14px;
    color: var(--black-dark);
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

div.btn_danhmuc > p i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f6f9;
    border-radius: 6px;
    font-size: 13px;
    color: var(--black-op);
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

div.btn_danhmuc > p:hover,
div.btn_danhmuc.is-open > p {
    border-color: #d0e8f2;
    background: linear-gradient(90deg, #eef8fc 0%, #f8fcfe 100%);
    color: var(--color1);
}

div.btn_danhmuc > p:hover i,
div.btn_danhmuc.is-open > p i {
    background: var(--color1);
    color: #fff;
}

div.btn_danhmuc > .row,
div.btn_danhmuc > .header-category-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 340;
    width: 300px;
    margin: 0;
    display: none;
    pointer-events: none;
}

div.btn_danhmuc.is-open > .row,
div.btn_danhmuc.is-open > .header-category-dropdown {
    display: block !important;
    pointer-events: auto;
}

div.btn_danhmuc > .row > .container,
div.btn_danhmuc > .header-category-dropdown > .header-category-dropdown__inner {
    position: relative !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
    left: auto !important;
    top: auto !important;
    min-height: 100%;
}

div.btn_danhmuc > .row .category,
div.btn_danhmuc > .header-category-dropdown .category {
    width: 300px !important;
    max-width: 300px;
    flex-shrink: 0;
}

div.btn_danhmuc .vertical-sub {
    top: 0 !important;
    left: 300px;
    right: auto;
    width: calc(100% - 300px);
    max-width: none;
    margin-left: 0;
    border-radius: 0 8px 8px 0;
}

div.btn_danhmuc .cate-item:hover .vertical-sub,
div.btn_danhmuc .cate-item.is-active .vertical-sub {
    width: calc(100% - 300px) !important;
    max-width: none;
}

div.btn_danhmuc.is-wide-menu > .row,
div.btn_danhmuc.is-wide-menu > .header-category-dropdown {
    width: auto;
}

.header_mobile.active .wrap-suggestion {
    top: 38px !important;
}
.page-item.active .page-link {
    border: none;
}
.header_mobile.active .search-fix input {
    width: calc(100% - 20px);
    margin: 0 auto;
}
[data-check='true'], .n-filter a:hover {
    background: red !important;
    box-shadow: 3px 4px 1px 0px #000;
}
span.pre-order {
    padding: 5px 10px;
    background: #ef6a70;
    border-radius: 3px;
    color: #fdfdfd;
    font-size: 12px;
    cursor: pointer;
    font-weight: 300;
}

a.btn.buy_cart_submit.vaogio,
a.btn.buy_cart_submit_none.vaogio {
    background: #fff;
    color: #303030;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
    display: block;
    text-align: center;
    letter-spacing: 0px;
}

a.btn.buy_cart_submit.vaogio:hover,
a.btn.buy_cart_submit_none.vaogio:hover {
    background: #f9c237;
    color: #fff;
    border-color: transparent;
    transition: 0.1s all;
}

a.btn.buy_cart_submit.vaogio img {
    margin-right: 4px;
}

a.btn.buy_cart_submit.vaogio:hover img {
    filter: brightness(10);
}

.wrap-suggestion {
    display: none;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.wrap-suggestion.active {
    display: block;
}

.wrap-suggestion li {
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #d8dee6;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.wrap-suggestion li:hover {
    background: #f8fafc;
}

.wrap-suggestion li a {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 2px;
    overflow: hidden;
    padding: 8px 96px 8px 8px;
    color: #333;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.wrap-suggestion li:hover h6 {
    color: var(--color1);
}

.wrap-suggestion li a img {
    float: none;
    grid-row: 1 / 3;
    grid-column: 1;
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin: 0;
    background: #f8fafc;
    border-radius: 6px;
}

.wrap-suggestion li a h6,
.ajax_search_result h6 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.wrap-suggestion li a span.text-primary {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
    font-weight: 700;
    color: var(--red) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.clear-text {
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    width: 28px !important;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid var(--color2);
    cursor: pointer;
    animation: 0.3s slideInRight;
    border-radius: 20px;
    box-shadow: 2px 2px 2px var(--color2);
    color: var(--color2);
    z-index: 2;
}

span.clear-text.hide {
    display: none;
    animation: 0.3s slideOutRight;

}

span.buy_cart_submit.vaogio {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 10px;
    background: var(--background);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

span.buy_cart_submit.vaogio strong {
    font-size: 11px !important;
    font-weight: 700 !important;
}

.fixed-nav div.menu_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 3px 0px var(--background)a1;
}

div.product-detail .large-6.medium-12.large-60.px-lg-1.columns {
    min-height: auto !important;
}

.ul-bottom a i,
div.link-list a i {
    font-size: 18px;
    color: var(--background);
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.H2_Header_container {
    text-align: center;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'SVN ProductSans', sans-serif;
    width: 100%;
    padding: 30px 0 20px 0;
    font-size: 35px;
    color: var(--background);
}

.text_RED {
    color: var(--background);
}

.H2_Header_container .line_blue,
.H2_Header_container .line_red,
.H2_Header_container .line_gray,
.H2_Header_container .line_orange,
.H2_Header_container .line_black {
    height: 2px;
    width: 100%;
    display: inline-block;
    flex: 1;
    margin: auto;
}
.custom-file-input {
    display: none;
}
label[for='file']{
    content: "Chọn file cần upload";
    padding: 5px 10px;
    background: #f5f6f7;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #303030;
}
.H2_Header_container .line_red {
    background-color: var(--background);
}

div.popup-cart {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    background: #000000b8;
    z-index: 1000000;
    display: none;
}
div.popup_start, div.popup_ticket {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: none;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
    padding: 20px 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

div.popup_start.active, div.popup_ticket.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.popup_start div.popup-center, div.popup_ticket div.ticket_content {
    margin: auto;
    text-align: center;
    position: relative;
    width: 100%;
}

div.popup_start div.popup-center {
    max-width: 800px;
}

div.popup_start div.popup-center a img {
    max-width: 100%;
    border-radius: 12px;
}

div.popup_start div.popup-center span.close-popup {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
    background: #fff;
    color: #64748b;
    transition: background 0.15s, color 0.15s;
}

div.popup_start div.popup-center span.close-popup:hover {
    background: var(--background);
    color: #fff;
}

div.popup_ticket div.ticket_content {
    max-width: 720px;
    max-height: calc(100vh - 40px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

div.popup_ticket div.ticket_header {
    flex-shrink: 0;
    position: relative;
    padding: 16px 52px 16px 20px;
    background: linear-gradient(135deg, #21C1E4 0%, #3e68b2 100%);
    border-radius: 16px 16px 0 0;
}

div.popup_ticket div.ticket_content div.title {
    position: relative;
    width: 100%;
    padding: 0;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

div.popup_ticket div.ticket_content div.title i {
    font-size: 18px;
    opacity: 0.95;
}

div.popup_ticket div.ticket_body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 20px 24px 24px;
    -webkit-overflow-scrolling: touch;
}

div.popup_ticket div.ticket_content div.form_input_user {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 18px;
}

div.popup_ticket div.ticket_content div.form_input_user div.group-input,
div.popup_ticket div.ticket_content div.form_input div.group-input {
    margin-bottom: 0;
}

div.popup_ticket div.ticket_content div.form_input_user p,
div.popup_ticket div.ticket_content div.form_input p {
    text-align: left;
    font-size: 12px;
    margin: 0 0 6px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

div.popup_ticket div.ticket_content div.form_input_user p i,
div.popup_ticket div.ticket_content div.form_input p i {
    color: #94a3b8 !important;
    margin-right: 4px;
}

div.popup_ticket div.ticket_content div.form_input_user input,
div.popup_ticket div.ticket_content div.form_input input,
div.popup_ticket div.ticket_content div.form_input select,
div.popup_ticket div.ticket_content div.form_input textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 400;
    background: #fff;
    line-height: 1.4;
    height: auto;
    min-height: 42px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

div.popup_ticket div.ticket_content div.form_input input:focus,
div.popup_ticket div.ticket_content div.form_input select:focus,
div.popup_ticket div.ticket_content div.form_input textarea:focus {
    outline: none;
    border-color: var(--color1, #21C1E4);
    box-shadow: 0 0 0 3px rgba(33, 193, 228, 0.12);
}

div.popup_ticket div.ticket_content div.form_input input,
div.popup_ticket div.ticket_content div.form_input select {
    text-transform: none;
}

div.popup_ticket div.ticket_content div.form_input textarea {
    min-height: 110px;
    resize: vertical;
}

div.popup_ticket div.ticket_content div.group-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

div.popup_ticket div.ticket_content div.xuat_vat {
    margin-bottom: 16px !important;
}

div.popup_ticket div.ticket_content .xuat_vat-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

div.popup_ticket div.ticket_content .xuat_vat-toggle:hover {
    border-color: #94a3b8;
    background: #f1f5f9;
}

div.popup_ticket div.ticket_content .xuat_vat-toggle.is-active {
    background: #eff6ff;
    border-color: #21C1E4;
    border-style: solid;
    color: #0369a1;
}

div.popup_ticket div.ticket_content div.check_vat {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

div.popup_ticket div.ticket_content div.check_vat.is-open {
    display: grid;
}

div.popup_ticket div.ticket_content div.check_vat div.form-group {
    margin: 0 !important;
}

div.popup_ticket div.ticket_content div.check_vat .form-control {
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
}

div.popup_ticket div.ticket_content div.button-submit {
    text-align: center;
    margin-top: 8px;
}

div.popup_ticket div.ticket_content div.button-submit .btn-success,
div.popup_ticket div.ticket_content #gui_yeu_cau {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    padding: 12px 28px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

div.popup_ticket div.ticket_content div.button-submit .btn-success:hover,
div.popup_ticket div.ticket_content #gui_yeu_cau:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.45);
}

div.popup_ticket div.ticket_content div.capcha {
    margin-top: 16px !important;
    padding-bottom: 0 !important;
}

div.popup_ticket div.ticket_content div.capcha > div {
    display: flex;
    justify-content: center;
}

div.popup_ticket div.ticket_content span.close-span:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

div.popup_ticket div.ticket_content span.close-span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    cursor: pointer;
    transition: background 0.15s;
}

div.popup_ticket div.ticket_content .ticket-note {
    margin: 16px 0 0;
    font-size: 13px;
    font-style: italic;
    color: #64748b;
    text-align: center;
    line-height: 1.5;
}


div.popup-cart.slideInDown {
    display: block;
}

div.popup-cart div.item-cart {
    max-width: 400px;
    margin: 200px auto;
    background: #fff;
    position: relative;
    z-index: 1000001;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 1px #494949;
}

div.popup-cart div.item-cart p.name-product {
    max-width: 100%;
    font-weight: 500;
}

div.popup-cart div.item-cart div.quantity {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
}

.btn-DivCount,
.btn-AddCount {
    background: transparent;
    color: #a4a4a4;
}

.btn-DivCount:hover,
.btn-AddCount:hover {
    background: transparent;
    color: #f9c237;
}

div.popup-cart div.item-cart div.quantity input {
    width: 100%;
    height: 39px;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #f5f6f7;
    color: #000000;
    font-size: 20px;
    float: left;
    margin-right: 2px;
    border: none;
    font-weight: 500;
    box-shadow: 1px 1px 1px #f5f6f7;
    border-radius: 3px;
}
div.filter-item ul {
    display: none;
}
div.filter-item.active ul {
    display: block;
    animation: 0.2s all;
}
div.filter-item div.title-item{
    position: relative;
}
div.filter-item div.title-item span{
    position: absolute;
    right: 10px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div.popup-cart div.item-cart hr {
    margin: 0px 5px 20px 5px;
}

span.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    background: #ffffff;
    box-shadow: 2px 2px 1px #000;
}

div.popup-cart div.item-cart div.info-cart div.group-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.popup-cart div.item-cart div.click-add-cart {
    width: 100%;
    text-align: center;
    background: var(--background);
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 2px;
    padding: 15px 0px;
}

div.popup-cart div.item-cart div.click-add-cart:hover {
    background: var(--gradient);
    background-size: 200% auto;
    animation: 1s linear infinite forwards gradient;
    color: #fff;
}


.hotline,
.mega-hotline {
    position: relative;
    padding: 5px 0;
    z-index: 2;
}

.hotline .title,
.mega-hotline .title {
    font-size: 14px;
    margin-right: 15px;
    padding: 5px 10px;
    background: repeating-linear-gradient(to right, #21C1E4 0%, #21C1E4 50%, #3e68b2 100%);
    color: var(--white);
    border-radius: 20px;
    font-weight: 300;
    cursor: pointer;
    background-size: 200% auto;
    animation: 2s linear infinite forwards gradient;
}

.hotline:hover .sub {
    display: block;
}

.top_header-item:hover .sub {
    display: block;
}

.sub {
    width: max-content;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: var(--white);
    border: 1px solid #ccc;
    box-shadow: rgb(0 0 0 / 18%) 0 6px 12px 0;
}

.mega-hotline .mega-sub:not(.mega-sub-warranty) {
    position: fixed;
    top: 40px;
    width: 1200px;
    margin: 0 auto;
    display: none;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: 50;
    max-width: 1650px;
}

.sub .item {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    color: #303030;
}

.sub .item:hover {
    background: var(--gradient);
    background-size: 200% auto;
    animation: 1s linear infinite forwards gradient;
    color: #fff;
}

.sub .item span {
    background: var(--blue-dark);
    border-radius: 50%;
    color: var(--white);
    padding: 2px 8px;
    margin-right: 5px;
}

@keyframes gradient {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

.header_top-left p {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0;
}

.header_top-left p a {
    font-weight: 600;
    text-decoration: none;
    color: var(--black);
}

.hotline i,
.mega-hotline i,
.top_header-item i {
    padding-right: 3px;
}

.header-wrapper {
    border-width: 1px 0;
    /* border-style: solid; */
    background: var(--background);
    color: #fff;
}

.top_header-item .sub {
    top: 41px;
    z-index: 2;
}

.top_header-item:last-child .sub {
    left: auto;
    right: 0;
    width: 250px;
}

.contact-box-bottom {
    position: fixed;
    bottom: 130px;
    right: 16px;
    z-index: 10000;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.contact-box-bottom > .contact-box-wrapper:not(:last-child) {
    margin-bottom: 10px;
}

.contact-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
    text-decoration: none;
    font-size: 1rem;
    color: #303030;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-box-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
    border-color: #dbeafe;
}

.contact-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 1;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-box-wrapper.send_ticket .contact-icon-box,
.contact-box-wrapper:not(.nut-chat-facebook):not(.nut-chat-zalo):not(.nut-totop) .contact-icon-box {
    color: #ed1b24;
    background: #fef2f2;
}

.contact-box-wrapper.nut-goi-hotline .contact-icon-box {
    color: #16a34a;
    background: #f0fdf4;
}

.contact-box-wrapper.nut-goi-hotline:hover {
    border-color: #bbf7d0;
}

.contact-box-wrapper.send_ticket:hover {
    border-color: #fecaca;
}

.contact-box-wrapper.nut-chat-facebook .contact-icon-box,
.contact-box-wrapper.nut-chat-zalo .contact-icon-box {
    width: 30px;
    height: 30px;
    background: transparent;
}

.contact-box-wrapper.nut-chat-facebook .contact-icon-box svg,
.contact-box-wrapper.nut-chat-zalo .contact-icon-box svg {
    width: 30px;
    height: 30px;
    display: block;
}

.contact-box-wrapper.nut-totop {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.contact-box-wrapper.nut-totop img {
    width: 18px;
    height: 18px;
    opacity: 0.75;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-box-wrapper.nut-totop:hover img {
    opacity: 1;
    transform: translateY(-1px);
}

.he_thong_showroom-row .showroom-container:first-child {
    display: none;
}

.contact-box-bottom .contact-info {
    display: none !important;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.contact-box-bottom .contact-info span {
    color: #868686;
    font-size: 12px;
}

.account-block .sub {
    padding: 10px 10px 5px;

}

.account-block {
    text-align: center;
}

.account-block .sub .item i {
    text-align: center;
    padding: 15px 0;
    width: 40px;
    background: rgba(0, 0, 0, .15);
    font-size: 17px;
    margin-right: 5px;

}

.account-block .sub .item span {
    margin: 0;
    background: transparent;
}

.account-block .sub .item a {
    text-decoration: none;
    color: #fff;
}

.item.login-link {
    background: #4585c5;
}

.item.google-link,
.item.fb-link,
.item.zalo-link {
    color: #fff;
    text-align: left;
    padding: 0 10px 0 0;
}

.google-link {
    background: var(--red);

}

.fb-link {
    background: var(--blue-dark);
}

.zalo-link {
    background: var(--blue);
}

.top_header-item {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.account-block .sub .item {
    border: 0;
    margin-bottom: 5px;
    font-weight: 600;

}

.top_header-item:hover {
    color: #fff;
}

.tab-hotline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    border-radius: 5px;
    background: var(--white);
}

.tab-hotline .title-tab.hovered {
    background: var(--red);
    color: var(--white);
}



.tab-hotline .title-tab {
    width: 33.33%;
    text-align: center;
    background: var(--bg-gray);
    border-radius: 20px;
    color: var(--black);
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
}


.work-time {
    border: 2px solid var(--red);
    padding: 5px 10px;
    font-size: 18px;
    width: fit-content;
    border-radius: 20px;
    font-weight: 600;
    margin: 10px auto 25px;
    color: #303030 !important;
}

.tab-content-items {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    display: none;
}

.tab-content-items.actice {
    display: block;
}

.tab-content-items .row.tab {
    flex-direction: row-reverse;
}

.tab-content-items .title-col {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
    color: #000;
}

.tab-content-items .row.tab .col-md-4 .item-contact a,
.tab-content-items .row.tab .col-md-4 .item-contact {
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    line-height: 1.9;
    font-family: 'SVN ProductSans', sans-serif;
}

.tab-content-items .row.tab .col-md-4 {
    padding-bottom: 15px;
}

.tab-content-items .row.tab .col-md-4 .item-contact a:last-child {
    color: var(--red);
}

.content-item-block {
    padding-bottom: 15px;
}

.header_top-left .hotline-address p {
    font-weight: 500;
    color: var(--black);
    font-size: 1rem;
}

.header_top-left .hotline-address {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

/* Trạm Bảo Hành dropdown */
.mega-hotline-warranty {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding: 10px 0;
    margin: 0;
}

.mega-hotline-warranty.is-open {
    z-index: 10000042;
}

.mega-hotline-warranty .title {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 0;
    vertical-align: middle;
}

.mega-hotline-warranty .mega-sub.mega-sub-warranty {
    display: none;
    position: fixed !important;
    top: auto;
    left: 50% !important;
    right: auto !important;
    width: min(920px, calc(100vw - 32px)) !important;
    max-width: min(920px, calc(100vw - 32px)) !important;
    min-width: 280px;
    max-height: min(78vh, 720px);
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(-50%);
    z-index: 10000043;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.mega-hotline-warranty .warranty-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-height: min(78vh, 720px);
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.mega-hotline-warranty .warranty-panel__head {
    padding: 16px 20px 12px;
    border-bottom: 1px solid #eef2f6;
    background: #fff;
}

.mega-hotline-warranty .warranty-panel__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--red, #e02424);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mega-hotline-warranty .warranty-panel__desc {
    margin: 8px 0 0;
    font-size: 13px;
    color: #64748b;
}

.mega-hotline-warranty .mega-sub {
    box-shadow: none;
    border: none;
    overflow: visible;
    border-radius: 0;
}

.mega-hotline-warranty .warranty-stations {
    padding: 16px 20px 20px;
    overflow-y: auto;
    max-height: calc(min(78vh, 720px) - 72px);
}

.mega-hotline-warranty .warranty-stations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
    gap: 16px;
}

.mega-hotline-warranty .warranty-station-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mega-hotline-warranty .warranty-station-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.mega-hotline-warranty .warranty-station-card__map {
    width: 100%;
    background: #eef2f6;
    border-bottom: 1px solid #e8edf2;
}

.mega-hotline-warranty .warranty-station-card__map iframe {
    display: block;
    width: 100% !important;
    height: 200px !important;
    border: 0 !important;
    margin: 0 !important;
}

.mega-hotline-warranty .warranty-station-card__map img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.mega-hotline-warranty .warranty-station-card__body {
    padding: 16px 18px;
    background: #f8fafc;
}

.mega-hotline-warranty .warranty-station-card__title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    word-break: normal;
    overflow-wrap: anywhere;
}

.mega-hotline-warranty .warranty-station-card__info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-hotline-warranty .warranty-station-card__info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

.mega-hotline-warranty .warranty-station-card__info li:last-child {
    margin-bottom: 0;
}

.mega-hotline-warranty .warranty-station-card__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--color1, #21C1E4);
    font-size: 12px;
}

.mega-hotline-warranty .warranty-station-card__text {
    flex: 1;
    min-width: 0;
}

.mega-hotline-warranty .warranty-station-card__text a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.mega-hotline-warranty .warranty-station-card__text a:hover {
    color: var(--color1, #21C1E4);
}

/* Store map modal (footer + shared embed) */
.store-map-embed iframe {
    display: block;
    width: 100% !important;
    height: 320px !important;
    border: 0 !important;
    margin: 0 !important;
}

.store-map-embed img {
    width: 100%;
    height: auto;
    display: block;
}

footer .showroom-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 6px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--color1, #21C1E4);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

footer .showroom-map-link:hover {
    color: #3e68b2;
}

footer .showroom-map-link i {
    font-size: 14px;
}

.store-map-source {
    display: none !important;
}

.store-map-modal {
    position: fixed;
    inset: 0;
    z-index: 10000050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.store-map-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.store-map-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}

.store-map-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: calc(100vh - 32px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
    transform: translateY(16px) scale(0.98);
    transition: transform 0.25s ease;
}

.store-map-modal.is-open .store-map-modal__dialog {
    transform: translateY(0) scale(1);
}

.store-map-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #21C1E4, #3e68b2);
    color: #fff;
}

.store-map-modal__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.store-map-modal__close {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.store-map-modal__close:hover {
    background: rgba(255, 255, 255, 0.32);
}

.store-map-modal__body {
    background: #eef2f6;
    overflow: auto;
}

body.store-map-modal-open {
    overflow: hidden;
}

.header_mobile .overlay {
    top: 50px;
    transition: .5s all linear;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;

}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #fff;
}

.header_mobile.active .row {
    padding: 0px;
}

.header_mobile .row.active .overlay {
    visibility: visible;
    opacity: 1;
    transition: .5s all linear;
    background: rgba(0, 0, 0, 0.6);
}

.overlay.active {
    display: block;
    animation: 1s linear forwards slowHotline;
}

.overlay.active.mega-hotline-overlay {
    z-index: 10000039;
    background: rgba(15, 23, 42, 0.45);
    animation: none;
    pointer-events: none;
}

@keyframes slowHotline {
    0% {
        background: #fff;
    }

    100% {
        background: rgb(120, 120, 120);
    }
}

span.text-primary {
    color: red !important;
    font-weight: bold !important;
}

.header_bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
}

.header_bottom-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    flex-shrink: 0;
    min-width: 0;
    margin-left: auto;
    position: relative;
    z-index: 12;
}

.header_bottom .img-logo {
    flex: 0 0 175px;
    width: 175px;
    transition: flex-basis 0.2s ease, width 0.2s ease, opacity 0.2s ease;
}

.header_bottom .img-logo a {
    display: block;
    line-height: 0;
}

.header_bottom .img-logo img,
.site-logo-img {
    max-width: 100%;
    max-height: 65px;
    width: auto;
    height: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Scroll: ẩn logo hoàn toàn, menu sát trái */
.c-bot.active .header_bottom .img-logo {
    display: none;
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: static;
}

.c-bot.active .header_bottom {
    gap: 12px;
    justify-content: flex-start;
}

.header_bottom .search-input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 600px;
    display: flex;
    align-items: center;
    padding-left: 0;
    position: relative;
    margin: 0;
    overflow: visible;
    z-index: 120;
}

.header_bottom .search-input .wrap-suggestion {
    top: calc(100% + 2px);
}

.c-bot.active .header_bottom .search-input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 600px;
    margin: 0;
}

.header_bottom .header_bottom-right a {
    text-decoration: none;
    color: var(--black-dark);
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.header_bottom .header_bottom-right a:hover {
    background: #e8f6fc;
    color: #1e3a5f;
    box-shadow: 0 1px 4px rgba(33, 193, 228, 0.12);
}

.header_bottom .header_bottom-right a:hover .title-builpc span {
    color: #1e3a5f;
}

.c-bot.active .header_bottom .header_bottom-right a:hover {
    background: #e8f6fc;
    color: var(--color1);
    box-shadow: 0 1px 4px rgba(33, 193, 228, 0.15);
}

.c-bot.active .header_bottom .header_bottom-right a:hover .title-builpc span {
    color: var(--color1);
}

.header_bottom .search-input input {
    width: 100%;
    padding: 0 38px 0 14px;
    border: 1px solid #e2e8f0;
    font-size: 16px !important;
    border-radius: 10px;
    height: 40px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header_bottom .search-input input:focus {
    outline: none;
    border-color: var(--color1);
    box-shadow: 0 0 0 3px rgba(33, 193, 228, 0.12);
}

.header_bottom .search-input button,
.header_bottom .search-input button.btn,
.header_bottom .search-input button.btn-search {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent !important;
    border-radius: 6px;
    margin: 0 !important;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease;
    box-shadow: none;
}

.header_bottom .search-input button:hover {
    background: transparent;
}

.header_bottom .search-input button:hover i {
    color: var(--color1);
}

.header_bottom .search-input button i {
    font-size: 15px;
    color: #94a3b8;
}

.header_bottom .search-input span.clear-text {
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px !important;
    height: 20px;
    line-height: 18px;
    border: none;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    font-size: 11px;
    box-shadow: none;
}

.header_bottom .header_bottom-right a .icon-header {
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header_bottom .header_bottom-right a .icon-header i {
    font-size: 22px;
    color: var(--color1) !important;
}

.header_bottom .header_bottom-right .cart-header {
    font-weight: 500;
    font-size: 14px;
    gap: 8px;
}

.header_bottom .header_bottom-right .cart-header .cart-label {
    font-weight: 500;
    font-size: 14px;
}

.cart-icon {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header_bottom .header_bottom-right .cart-header span i {
    font-size: 22px !important;
    padding-right: 0;
    color: var(--color1) !important;
}

.title-builpc {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    max-width: none !important;
}

.title-builpc span {
    display: block;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    color: #334155;
    line-height: 1.25;
}

.qty {
    position: absolute;
    top: -6px;
    right: -4px;
    background: var(--red);
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    z-index: 1;
    border: 2px solid #fff;
    text-align: center;
}

.c-bot {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.c-bot.active {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 8px 0;
    background: #fff;
    z-index: 350;
    border-bottom: 1px solid #e8edf2;
    overflow: visible;
}

.c-bot.active .header_bottom {
    overflow: visible;
}

.header_mobile .row.active .menu_mobile {
    left: 0;
    padding-bottom: 100px;
}

.header_mobile .row.active .header-left i::before {
    content: '\f00d';
}

.header_mobile .row.active .header-left span i {
    font-size: 22px;
}

.menu_mobile {
    display: none;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    height: 100vh;
    transition: all .5s ease;
    z-index: 1111111;
    height: 100%;
    overflow-y: auto;
}

.menu_mobile-head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 12px 6px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.menu-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color2);
    border-radius: 50%;
    background: #fff;
    color: var(--color2);
    cursor: pointer;
    box-shadow: 2px 2px 2px var(--color2);
    padding: 0;
    line-height: 1;
}

.menu-mobile-close i {
    font-size: 16px;
}

.login {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

.login i {
    font-size: 35px;
    color: #888;
    padding-right: 30px;
}

.login a {
    color: var(--black);
    text-decoration: none;
}

.title-cate:hover {
    color: var(--black);
}

.product-cate-menu {
    padding: 10px 0;
}

.title-cate {
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.title-cate i {
    padding-right: 10px;
}

.product-cate-menu .card-body {
    padding: 0;
    border: 0;
}

.list-product-menu,
.menu-item-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}


.list-product-menu li a i {
    padding-right: 20px;
}

.list-product-menu li.active > i.fa-chevron-down {
    /*top: 15px;*/
    background: #c0c1c1;
    color: #fff;
}

.list-product-menu li.active>i.fa-chevron-down::before {
    content: "\f077";
}

.list-product-menu li i.fa-chevron-down {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #a6a7a7;
    color: #303030;
    border-top: none;
    border-bottom: none;
}

.menu_sub li .menu_sub_child {
    display: none;
}

.menu_sub li.active .menu_sub_child {
    display: block;
}

.list-product-menu li .menu_sub {
    overflow: hidden;
    max-height: 0;
}

.list-product-menu li.active .menu_sub {
    max-height: max-content;
    animation: .3s linear collapse;

}

@keyframes collapse {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 400px;
    }
}

.list-product-menu li {

    border-top: 1px solid #dcdcdc;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-product-menu li:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.list-product-menu li.active {
    /*background: #f8f8f8;*/
}

.list-product-menu li:first-child {
}

.list-product-menu li.active ul {
    transition: 0.3s all;
    padding: 0px;
    background: #f8f8f8;
    padding-top: 0px;
}

.list-product-menu li.active ul li:first-child {
    margin-top: 0px;
}

.list-product-menu li a,
.menu-item-block ul li a {
    color: var(--black);
    text-decoration: none;
    font-size: 1rem;
    padding: 11px 0;
    width: 100%;
    padding-left: 15px;
}

.menu-item-block ul li {
    padding: 10px 0;
}

.menu-item-block ul li i {
    font-size: 18px;
    padding-right: 10px;
}

.menu-item-block ul li a strong {
    color: var(--red);
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

.menu-item-block .fa-eye {
    position: relative;
}

.menu-item-block .fa-eye .qty {
    background: var(--red);
    position: absolute;
    top: -1rem;
    right: -3px;
    font-size: 10px;
    color: #fff;
    padding: 3px 7px;
}

.category {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    border: 1px solid #e8edf2;
    overflow: visible;
}

.category li:first-child {
    border-top: none;
}

.category li {
    padding: 0;
    border: none;
}

.category li + li {
    border-top: 1px solid #f0f2f5;
}

.category li a i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f6f9;
    border-radius: 8px;
    font-size: 14px;
    color: var(--black-op);
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.category a {
    text-decoration: none;
    color: #334155;
    font-size: 1.1rem;
    font-weight: 500;
}

.cate-item:hover {
    background: transparent;
}

.category .cate-item > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 11px 14px;
    line-height: 1.4;
    font-family: 'SVN ProductSans', sans-serif;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.cate-item:hover > a,
.cate-item.is-active > a {
    background: linear-gradient(90deg, #eef8fc 0%, #f8fcfe 100%);
    border-left-color: var(--color1);
    color: var(--color1);
}

.cate-item:hover > a i {
    background: var(--color1);
    color: #fff;
}

.cate-item > a:hover:before {
    content: "";
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border: 8px solid transparent;
    border-right-color: #fff;
    border-left: none;
    z-index: 151;
    filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.06));
}

.vertical-sub {
    position: absolute;
    left: 300px;
    right: 0;
    top: 5px;
    z-index: 200;
    width: auto;
    max-width: none;
    margin-left: 0;
    min-height: auto;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    display: none;
    overflow: hidden;
}

.top-content > .container > .row {
    position: relative;
    z-index: 5;
    overflow: visible;
}

.content_home .top-content,
.content_home .top-content > .container {
    overflow: visible;
}

.cate-item:hover .vertical-sub {
    display: block;
    width: auto;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(1246px - 300px);
}

.col-md-2.vertical-left .cate-item:hover .vertical-sub {
    width: calc(100% - 300px);
    max-width: calc(100vw - 320px);
}

.cate_sub {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 20px 24px 8px;
    height: auto;
    overflow: visible;
    background: #fff;
}

.box-left {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: stretch;
}

.box-left > .box-cate {
    flex: 1 1 0;
    min-width: 130px;
    width: auto;
    padding: 4px 16px 12px;
    border-right: 1px solid #f0f2f5;
}

.box-left > .box-cate:last-child {
    border-right: none;
}

.box-cate {
    width: 100%;
    padding: 4px 16px 12px;
    border-right: 1px solid #f0f2f5;
}

.box-cate:last-child {
    border-right: none;
}

.box-right {
    flex: 0 0 200px;
    width: 200px;
    padding-left: 16px;
}

.box-right:not(:has(.item-brand)) {
    display: none;
    flex: 0 0 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.box-right .box-cate {
    width: 100%;
    display: block;
    padding: 4px 0 12px;
    border-right: none;
}

.cate_sub-item {
    position: relative;
    padding: 2px 0;
    width: 100%;
}

.cate_sub-item--title {
    margin-bottom: 6px;
    padding-bottom: 0;
}

.category .cate_sub-item .title-cate {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eef2f7;
}

.category .cate_sub-item .title-cate > a {
    display: block;
    width: 100%;
}

.category .cate_sub-item .title-cate > * {
    color: #1e3a5f;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.3;
    white-space: normal;
    word-break: normal;
}

.category .cate_sub-item .title-cate a:hover > * {
    color: var(--color1);
}

.category .cate_sub-item > a {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 6px;
    transition: all 0.18s ease;
    border-bottom: none;
}

.category .vertical-sub .cate_sub-item > a:hover {
    background: #f0f7fb;
    color: var(--color1);
    border-bottom: none;
}

.category .vertical-sub a {
    border-bottom: none;
}

.category .vertical-sub a:hover {
    border-bottom: none;
}

.category .cate_sub-item a i {
    font-size: 10px;
    padding-left: 6px;
    width: auto;
    height: auto;
    background: transparent;
    color: #aab4be;
    border-radius: 0;
}

.category .cate_sub-item > a:hover i {
    color: var(--color1);
    background: transparent;
}

.cate_sub-item:hover .item-cate-sub {
    display: block;
    z-index: 2;
}

.item-cate-sub {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 4px);
    min-width: 200px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8edf2;
    border-radius: 8px;
    padding: 8px 0;
    margin-left: 0;
}

.item-cate-sub a {
    padding: 8px 16px;
    width: 100%;
    display: block;
    font-size: 13px;
    color: var(--black-op);
    transition: all 0.18s ease;
}

.category .item-cate-sub a:hover {
    color: var(--color1);
    background: #f0f7fb;
    border-bottom: none;
}

.item-cate-sub:before {
    content: '';
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-right-color: #e8edf2;
    left: -13px;
    top: 14px;
}

.item-cate-sub:after {
    content: '';
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-right-color: #fff;
    left: -12px;
    top: 14px;
}

.mega-menu-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 24px 14px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfc;
}

.mega-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: #eef1f8;
    color: #1e3a5f !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    box-shadow: none;
}

.mega-view-all:hover {
    background: #e2e8f4;
    color: #152a45 !important;
    transform: none;
    box-shadow: none;
}

.mega-view-all i {
    font-size: 11px;
    width: auto;
    height: auto;
    background: transparent;
    color: #1e3a5f;
}

.item-brand {
    width: 100%;
    background: #f8f9fb;
    margin-right: 0;
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    transition: box-shadow 0.2s ease;
}

.item-brand:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.item-brand a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.category .vertical-sub .item-brand a:hover {
    border-color: transparent;
}

.item-brand img {
    width: 100%;
    margin: auto;
    padding: 0;
    display: block;
}

.cate-item:hover > a {
    background: linear-gradient(90deg, #eef8fc 0%, #f8fcfe 100%);
}

.content {
    /*background: var(--bg-body);*/
}

.banner-home .banner-item {
    width: 100%;
}

.banner-home .banner-item * {
    width: 100%;
}

.top-content .row .col {
    padding-bottom: 7px;
}

.row-2>.banner-item {
    padding-bottom: 12px;
}

.row-2>.banner-item:last-child {
    padding-bottom: 0px;
}

.cate-item:hover {
    background: transparent;
}

.slide-top .slick-slide img {
    width: 100%;
}
.slide-top .slick-slide img.b-lazy {
    display: none;
}
.slide-top .slick-slide img.b-loaded {
    display: block;
}

.home-banner-wrap {
    padding: 5px;
    width: 100%;
    min-width: 0;
}

.home-banner-top {
    --banner-gap: 10px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: var(--banner-gap);
    margin-bottom: var(--banner-gap);
    align-items: stretch;
}

.home-banner-main {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-height: 0;
    height: 100%;
    min-width: 0;
}

.home-banner-main .slide-top {
    height: 100%;
    min-height: 280px;
}

.home-banner-main .slide-top .slick-list,
.home-banner-main .slide-top .slick-track {
    height: 100%;
}

.homepage-product .slide-product .slick-track {
    display: flex !important;
    align-items: stretch;
    margin-left: 0 !important;
}

.homepage-product .slide-product .slick-slide {
    height: auto;
    display: flex !important;
    float: none;
    padding: 0 !important;
    box-sizing: border-box;
}

.homepage-product .slide-product .slick-slide > div {
    width: 100%;
    display: flex;
}

.homepage-product .slide-product .item-product {
    width: 100%;
    display: flex;
    padding: 0;
}

.homepage-product .slide-product .product-card-inner {
    width: 100%;
    margin: 0 5px;
    box-sizing: border-box;
}

.homepage-product .slides-banner-category {
    margin: 0 -12px 20px;
    width: calc(100% + 24px);
    max-width: none;
    overflow: hidden;
}

.homepage-product .slides-banner-category .slick-list {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.homepage-product .slides-banner-category .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: 0 !important;
}

.homepage-product .slides-banner-category .slick-slide {
    padding: 0;
    box-sizing: border-box;
    height: auto;
}

.homepage-product .slides-banner-category:not(.banner-single) .slick-slide {
    padding: 0 5px;
}

.homepage-product .slides-banner-category .slick-slide > a {
    display: block;
    line-height: 0;
}

.homepage-product .slides-banner-category .slick-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    object-fit: cover;
}

.homepage-product .slides-banner-category .slick-prev,
.homepage-product .slides-banner-category .slick-next {
    z-index: 2;
    width: 32px;
    height: 32px;
}

.homepage-product .slides-banner-category .slick-prev {
    left: 8px;
}

.homepage-product .slides-banner-category .slick-next {
    right: 8px;
}

.homepage-product .slides-banner-category .slick-dots {
    bottom: -4px;
}

.home-banner-main .slide-top .slick-track,
.home-banner-main .slide-top .slick-slide,
.home-banner-main .slide-top .slick-slide > a {
    height: 100%;
}

.home-banner-main .slide-top .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-banner-main .slide-top .slick-prev,
.home-banner-main .slide-top .slick-next {
    z-index: 2;
    width: 36px;
    height: 36px;
}

.home-banner-main .slide-top .slick-prev {
    left: 10px;
}

.home-banner-main .slide-top .slick-next {
    right: 10px;
}

.home-banner-main .slide-top .slick-prev:before,
.home-banner-main .slide-top .slick-next:before {
    font-size: 36px;
    opacity: 0.85;
}

.home-banner-main .slide-top .slick-dots {
    bottom: 8px;
}

.home-banner-side {
    display: grid;
    /* grid-template-rows: 1fr 1fr; */
    gap: var(--banner-gap);
    align-content: space-between;
    min-width: 0;
    height: 100%;
}

.home-banner-side-item {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    aspect-ratio: 2 / 1;
}

.home-banner-side-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-banner-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.home-banner-bottom-item {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.home-banner-bottom-item img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.content_home .service-block {
    display: none;
}

.hot {
    font-size: 11px;
    position: absolute;
    background: #ed1b24;
    color: #fff;
    padding: 0 5px;
    margin-left: 9px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
    left: 100%;
}

.hot:before {
    position: absolute;
    left: -6px;
    top: 0;
    content: '';
    border-left: none;
    border-right: 6px solid #ed1b24;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
}

.hot:after {
    position: absolute;
    right: -5px;
    top: 0;
    content: '';
    border-right: 5px solid transparent;
    border-top: 7.5px solid #ed1b24;
    border-bottom: 7.5px solid #ed1b24;
}

.featured-cate .row img, .featured-cate img {
    width: 100%;
}

.featured-cate>.row {
    padding: 20px 0;
    margin: 0;
}

.featured-cate {
    padding: 20px 0;
}
.featured-cate .col-md-3 {
    padding: 2px;
}
.featured-cate .col-md-3:first-child {
    padding-left: 0px;
    padding-right: 4px;
}
.featured-cate .col-md-3:last-child {
    padding-right: 0px;
    padding-left: 4px;
}
.product-block {
    background: #fff;
    padding: 20px 0;
}

.product-block .cate-name {
    font-size: 20px;
    color: var(--red);
    font-weight: 400;
    text-align: center;
    font-family: 'SVN ProductSans', sans-serif;
}
div.item-product {
    padding: 0;
    height: auto;
}

div.item-product.slick-slide {
    border: none;
    height: auto;
}

.item-product .product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}

.item-product .product-card-inner:hover {
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.08);
    border-color: #dde4ec;
}

.product-brand-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 6px;
    padding: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.featured-cate .img-product {
    width: 90% !important;
    margin: 10% auto !important;
}

.featured-cate .img-product img {
    width: 100%;
}

/* --- Product card (homepage slider) --- */
.item-product a.img-product {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    min-height: auto;
    aspect-ratio: 1 / 1;
    background: #f8fafc;
    /* border-bottom: 1px solid #eef2f6; */
}

.item-product .img-product img.b-lazy {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.item-product .img-product img.b-lazy[src="/assets/img/ajax-loader.gif"] {
    padding: 48px;
    object-fit: contain;
}

.item-product .img-product img.b-lazy.b-loaded {
    padding: 0;
}

.item-product .product-card-inner:hover .img-product img.b-lazy.b-loaded {
    transform: scale(1.02);
}

.product-view-detail {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    background: #3e68b2;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 2;
}

.item-product .product-card-inner:hover .product-view-detail {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.slick-slide img {
    width: 100%;
}

.rating i {
    font-size: 10px;
    color: #ffa60c;
}

.item-product .d-flex {
    justify-content: space-between;
}

.sku {
    padding: 8px 10px 0;
    font-size: 11px;
    font-weight: 400;
    color: #94a3b8;
}

.item-product .product-name {
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 !important;
    padding: 2px 10px 0;
    min-height: 0;
    font-size: 15px;
    text-transform: none;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.35;
}

.item-product .product-name:hover {
    color: var(--color2);
}

.product-specs {
    font-size: 11px;
    color: #64748b;
    line-height: 1.4;
    padding: 2px 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0;
}

.max-price {
    padding: 0;
    margin: 2px 0 0;
}

.price-old-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 3px;
    line-height: 1.2;
}

.price-old-row .old-price,
.max-price span:first-child {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.price-old-row .discount-tag,
.max-price .discount {
    text-decoration: none;
    color: #ef4444;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 10px 10px;
    margin-top: auto;
}

.product-price-row .price-block {
    flex: 1;
    min-width: 0;
}

.product-price-row .action {
    align-self: center;
    flex-shrink: 0;
}

.min-price {
    font-weight: 700;
    font-size: 0.98rem;
    color: #e53935;
    line-height: 1.25;
    white-space: nowrap;
}

.min-price.min-price-only {
    font-size: 1.05rem;
}

.desc-product {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.action {
    flex-shrink: 0;
}

.action span {
    color: #2cc067;
    font-size: 13px;
}

.action span.contact-pro {
    color: var(--blue);
    font-size: 13px;
}

.action a,
.action a.product-cart-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
    color: var(--color1);
    background: #fff;
    border: 1px solid #e2e8f0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.action a:hover {
    background: #f0f9ff;
    border-color: var(--color1);
    color: var(--color2);
}

.action a i {
    font-size: 15px;
}

.action a img {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.action a:hover img {
    transform: scale(1.08);
}

.homepage-product.top .view-all {
    display: block;
    margin-top: 15px;
    background: var(--blue-dark);
    color: #fff;
}

.homepage-product.top .view-all:hover {
    background: var(--gradient);
    background-size: 200% auto;
    animation: 1s linear infinite forwards gradient;
}

.homepage-product .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.homepage-product .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.homepage-product {
    background: #fff;
    margin-bottom: 16px;
    padding: 18px 12px;
    max-height: none;
    overflow: visible;
}

.homepage-product.products > .row {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.homepage-product .slide-product {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-product .slide-product .slick-list {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.homepage-product .slide-product .item-product {
    padding: 0;
}

.homepage-product .slick-prev,
.homepage-product .slick-next {
    top: 42%;
    transform: translateY(-50%);
    z-index: 4;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.homepage-product .slick-prev {
    left: 4px;
}

.homepage-product .slick-next {
    right: 4px;
}

.homepage-product .slick-prev:before,
.homepage-product .slick-next:before {
    font-size: 20px;
    color: #94a3b8;
}

.slick-initialized .slick-slide {
    position: relative;
}

.homepage-product .row {
    margin: 0;
}

.products .title-box {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #eef2f6;
    box-sizing: border-box;
}

.title-box .h-title {
    font-size: 20px;
    text-transform: uppercase;
    width: auto;
    min-width: 180px;
    text-decoration: none;
    color: #1e3a5f;
    font-family: 'SVN ProductSans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.title-box .h-title h2 {
    color: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.title-box .sub-cate-title {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.title-box .view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    flex-shrink: 0;
    color: #1e3a5f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 16px;
    font-family: 'SVN ProductSans', sans-serif;
    background: #eef1f8;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
    box-shadow: none;
    margin: 0;
}

.title-box .view-all i {
    font-size: 11px;
}

.title-box .sub-cate-title a {
    text-decoration: none;
    color: #475569;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'SVN ProductSans', sans-serif;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin: 0;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.title-box .sub-cate-title a:hover {
    border-color: #cbd5e1;
    color: #1e3a5f;
    background: #f8fafc;
}

.title-box .view-all:hover {
    background: #e2e8f4;
    color: #152a45;
}
/*.title-box .sub-cate-title a::after {
    content: "";
    border: 1px solid #222;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5px;
    height: 12px;
    position: absolute;
}*/

.top-footer h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

.main-header h3 {
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    font-size: 20px;
    position: relative;
    display: flex;
    margin: 0 auto 30px;
    padding: 20px 0 5px;
    justify-content: center;
    width: fit-content;
}


.main-header h3::before {
    content: "";
    border: 1px solid var(--black);
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
}

.btn-sub {
    background: var(--red);
}

.title-box .sub-cate-title a:last-child::after {
    border: 0;
}

.top-footer {
    padding: 30px 0;
}

footer {
    background: var(--background);
}

footer.site-footer {
    position: relative;
    overflow: hidden;
    background: transparent;
}

footer .footer-main {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(33, 193, 228, 0.14) 0%, transparent 42%),
        radial-gradient(circle at 88% 72%, rgba(62, 104, 178, 0.1) 0%, transparent 38%),
        linear-gradient(180deg, #f9fbfc 0%, #f0f6fa 55%, #e8f0f6 100%);
}

footer .policy-bottom {
    padding-bottom: 32px;
}

footer .bottom-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 32px 0 34px;
    background: linear-gradient(115deg, #21C1E4 0%, #2aabca 42%, #3e68b2 100%);
    box-shadow: 0 -6px 28px rgba(33, 193, 228, 0.18);
}

footer .footer-main-inner {
    position: relative;
    z-index: 2;
}

footer .footer-bg-shapes,
footer .footer-bottom-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

footer .footer-shape {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.45;
}

footer .footer-shape-1 {
    width: 220px;
    height: 220px;
    top: -60px;
    right: 8%;
    background: radial-gradient(circle, rgba(33, 193, 228, 0.22) 0%, rgba(33, 193, 228, 0) 70%);
    animation: footerFloatA 9s ease-in-out infinite;
}

footer .footer-shape-2 {
    width: 120px;
    height: 120px;
    bottom: 12%;
    left: 4%;
    background: radial-gradient(circle, rgba(62, 104, 178, 0.18) 0%, rgba(62, 104, 178, 0) 72%);
    animation: footerFloatB 7s ease-in-out infinite;
}

footer .footer-shape-3 {
    width: 64px;
    height: 64px;
    top: 28%;
    left: 42%;
    border-radius: 18px;
    transform: rotate(25deg);
    background: rgba(33, 193, 228, 0.12);
    animation: footerFloatC 8s ease-in-out infinite;
}

footer .footer-shape-4 {
    width: 40px;
    height: 40px;
    top: 18%;
    right: 32%;
    border-radius: 10px;
    transform: rotate(-15deg);
    background: rgba(217, 42, 41, 0.1);
    animation: footerFloatB 6s ease-in-out infinite reverse;
}

footer .footer-shape-5 {
    width: 18px;
    height: 18px;
    bottom: 22%;
    right: 18%;
    background: rgba(33, 193, 228, 0.35);
    animation: footerPulse 4s ease-in-out infinite;
}

footer .footer-shape-b1 {
    width: 180px;
    height: 180px;
    top: -40px;
    left: -30px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    animation: footerFloatA 10s ease-in-out infinite;
}

footer .footer-shape-b2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 12%;
    border-radius: 24px;
    transform: rotate(20deg);
    background: rgba(255, 255, 255, 0.08);
    animation: footerFloatC 8s ease-in-out infinite reverse;
}

@keyframes footerFloatA {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-14px) translateX(8px); }
}

@keyframes footerFloatB {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(10px) scale(1.05); }
}

@keyframes footerFloatC {
    0%, 100% { transform: rotate(25deg) translateY(0); }
    50% { transform: rotate(25deg) translateY(-12px); }
}

@keyframes footerPulse {
    0%, 100% { transform: scale(1); opacity: 0.35; }
    50% { transform: scale(1.25); opacity: 0.55; }
}

@keyframes footerFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

footer .footer-col {
    animation: footerFadeUp 0.55s ease both;
}

footer .footer-columns .footer-col:nth-child(1) { animation-delay: 0.05s; }
footer .footer-columns .footer-col:nth-child(2) { animation-delay: 0.12s; }
footer .footer-columns .footer-col:nth-child(3) { animation-delay: 0.19s; }
footer .footer-columns .footer-col:nth-child(4) { animation-delay: 0.26s; }

.main-header {
    background: transparent;
}

.form-contact-footer {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
}

.form-contact-footer input {
    width: 80%;
    padding: 9px 10px;
    font-size: 1rem;
    outline: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 0;
}

.form-contact-footer a {
    line-height: 1.5;
    width: 20%;
    margin-left: -5px;
    padding: 10px 50px;
    font-size: 1rem;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}

.showroom-table-title {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
}

.showroom-table-title .num-showroom {
    width: 10%;
    background: #31c2db;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.showroom-table-title .title-showroom {
    width: 90%;
    background: var(--blue-dark);
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.main-header p {
    margin-bottom: 0;
}

.main-header .showroom-table a {
    text-decoration: none;
    color: #303030;
    display: block;
}

.showroom-info {
    padding: 5px 0 10px;
    position: relative;
}

.showroom-info i {
    width: 20px;
    font-size: 15px;
    color: #303030;
}

.showroom-info .phone-num {
    display: flex;
    align-items: center;
    color: var(--red);
}

.showroom-info .phone-num a {
    padding-right: 3px;
}

.showroom-info .phone-num a:last-child {
    padding-left: 3px;
}

.showroom-info * {
    font-size: 13px;
    line-height: 1.7;
}

.showroom-table {
    padding-bottom: 0;
}

.new-showroom {
    background: var(--red);
    padding: 5px;
    width: fit-content;
    transform: skew(-15deg, 0deg);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}

.new-showroom i {
    color: #ff0;
    animation: .6s linear infinite blink;
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.bottom-footer {
    padding: 0;
}

.bottom-footer .container p,
.bottom-footer .footer-bottom-inner p,
.bottom-footer .container a,
.bottom-footer .footer-bottom-inner a {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    text-decoration: none;
}

.clearfix {
    height: 10px;
}

.bottom-footer .container p,
.bottom-footer .footer-bottom-inner p {
    line-height: 2;
}

.policy-info {
    padding: 30px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px dashed #dadada;

}

.policy-bottom {
    padding: 36px 0 40px;
}

footer .policy-bottom .policy-title::before {
    width: 42px;
    height: 3px;
    border: none;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--red, #d92a29), rgba(217, 42, 41, 0.35));
}

footer .policy-bottom .link-item {
    position: relative;
    padding: 2px 0 2px 0;
    transition: color 0.22s ease, padding-left 0.22s ease;
}

footer .policy-bottom .link-item:hover {
    color: var(--color1, #21C1E4);
    padding-left: 8px;
}

footer .showroom-table {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(33, 193, 228, 0.16);
    border-radius: 10px;
    padding: 10px 12px 4px;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

footer .showroom-table:hover {
    transform: translateY(-2px);
    border-color: rgba(33, 193, 228, 0.35);
    box-shadow: 0 8px 22px rgba(33, 193, 228, 0.12);
}

footer .showroom-table-title .num-showroom {
    background: linear-gradient(135deg, #31c2db, #21C1E4);
}

footer .showroom-table-title .title-showroom {
    background: linear-gradient(135deg, var(--blue-dark), #3e68b2);
}

footer .showroom-info a:hover {
    color: var(--color1, #21C1E4);
}

footer .footer-social-icons a {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

footer .footer-social-icons a:hover {
    transform: translateY(-3px) scale(1.06);
}

footer .footer-social-icons i {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.25s ease;
}

footer .footer-social-icons a:hover i {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

footer .footer-badges a {
    display: inline-block;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

footer .footer-badges a:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

footer .footer-bottom-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 24px;
}

footer .footer-logo-wrap {
    flex-shrink: 0;
}

footer .footer-logo-img {
    max-width: 280px;
    filter: brightness(10);
    transition: transform 0.35s ease;
}

footer .footer-logo-wrap:hover .footer-logo-img {
    transform: scale(1.03);
}

footer .content-footer .copyright {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: reduce) {
    footer .footer-shape,
    footer .footer-col,
    footer .footer-logo-img {
        animation: none !important;
        transition: none !important;
    }
}

.policy-block {
    display: flex;
    align-items: center;
}

.policy-block .policy-icon {
    padding-right: 20px;
}

.policy-block .policy-icon i {
    font-size: 35px;
    color: var(--red);
}

.policy-content {
    line-height: 1.4;
}

.policy-content .policy-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.policy-content .policy-desc {
    font-size: 13px;
}

.policy-bottom .policy-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.policy-bottom .policy-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27%;
    height: 1px;
    border: 1px solid var(--red);
}

.policy-bottom .row {
    margin: 0;
}

.policy-bottom .link-item {
    color: var(--black);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    display: block;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.footer-social-icons a {
    text-decoration: none;
    margin-right: 10px;
}

.footer-social-icons i {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
}

.footer-social-icons i::before {
    width: 100%;
}

.footer-social-icons i.fa-facebook-f {
    background: #4267b2;
}

.footer-social-icons i.fa-youtube {
    background: red;
}

.footer-social-icons i.fa-instagram {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.d-block a {
    display: block;
    padding-bottom: 5px;
}

.d-block a:first-child {
    margin-left: -6px;
}

.social-icons-mobile {
    display: none;
}

.service-block a {
    text-decoration: none;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
}

.service-block .icon-service {
    padding: 10px;
    background: var(--blue-dark);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-block .service-item {
    width: 25%;
    padding: 0 5px;
}

.service-block .icon-service i {
    color: #fff;
    font-size: 20px;
}

.service-block span {
    font-size: 14px;
    font-weight: 500;
}

.service-block .service-desc {
    line-height: 1.2;
    margin-top: 10px;
}

.service-block .service-desc a {
    font-size: 14px !important;
}

.hover-block {
    display: none;
    position: fixed;
    width: 350px;
    min-height: 200px;
    height: max-content;
    z-index: 999999;
    border: 1px solid #3e64af;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
    border-radius: 6px;
    overflow: hidden;
}

.hover-block table tr td {
    padding: 5px;
}

.hover-block .content.active {
    padding: 0px !important;
}

.hover-block table {
    max-width: 100%;
    font-size: 13px !important;
    border: 0;
}

.hover-block table tr p {
    margin-bottom: 0px;
    font-size: 13px !important;
}

.hover-block table tr:nth-child(2n) {
    background: #f5f6f7;
}

.hover-block table tr:nth-child(2n + 1) {
    background: #21c1e42e;
}

.hover-block .hover-top {
    background: var(--gradient);
    padding: 15px 10px;
    color: #fff;
}

.hover-block .top-content,
.hover-block .bot-content,
.hover-block .content-mid {
    padding: 15px 10px 0;
    background: #fff;
}

.content-mid p.content {
    margin-top: 10px;
    background-color: #fff;
    font-size: 13px;
}

.hover-block .top-content ul {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    margin: 0;
}

.hover-block .top-content ul li>span:first-child {
    width: 140px;
}

.hover-block .top-content ul li {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.6;
}

.hover-block .top-content ul li::before {
    content: '-';
    padding-right: 3px;

}

.hover-block .s-price {
    color: var(--red);
    font-weight: bold;
}

.list-warehouse {
    width: 100%;
}

.hover-block .list-warehouse span {
    display: block;
    color: var(--red);
    font-weight: 400;
    font-size: 13px;
}

.hover-block .list-warehouse span i {
    color: green;
    padding-right: 3px;
}

.hover-block .tooltip-title {
    background: var(--blue-dark);
    color: #fff;
    padding: 3px 5px;
    width: fit-content;
    font-size: 13px;
    border-radius: 4px;
}

.hover-block .tooltip-title i {
    color: #fff;
    padding-right: 3px;
}

.info-user {
    position: relative;
    color: #fff;
    display: none;
}

.info-user .profile {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 0;
    background: var(--blue-dark);
}

.info-user p {
    margin: 0;
}

.info-user a {
    text-decoration: none;
    color: var(--black);
}

.profile .avt img {
    object-fit: cover;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.profile .d-flex {
    align-items: center;
}

.name-user p {
    font-size: 15px;
}

.name-user p:first-child {
    font-weight: 300;
}

.name-user p:last-child {
    font-weight: 600;
}

.name-user {
    margin-left: 10px;
}

.noti span.bell {
    position: relative;
}

.noti .bell small {
    position: absolute;
    top: -4px;
    right: 0;
    background-color: var(--red);
    text-align: center;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
}

.radius {
    width: 100%;
    height: 80px;
    background: var(--blue-dark);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.main-content-user {
    padding: 0 15px;
    background-color: #fff;
}

.main-content-user .utilities {
    position: relative;
    top: -50px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    overflow: hidden;

}

.utilities .gold-total {
    padding: 10px;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    color: #303030;
}

.gold-total img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 7px;
}

.gold-total p {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--blue-dark);
}

.utilities .item-util img {
    width: 60px;
    height: 60px;
    padding: 13px;
    background-color: #f3f4f6;
    border-radius: 50%;
    margin: 0 auto;
}

.app-1 {
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0;
}

.item-util {
    text-align: center;

}

.item-util .icon {
    padding-bottom: 7px;
}

.utilities .d-flex {
    padding: 10px;
}

.item-util p {
    font-size: 1rem;
}

.service-cus {
    padding: 0 10px 20px;
    margin-top: -20px;
}

.service-cus img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 0 auto;
}

.service-cus .item-util p {
    font-size: 15px;
    color: #303030;
    font-weight: 500;
}

.cskh_page .menu-top .menu-item {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.cskh_page .menu-top .menu-item:hover {
    color: var(--blue-dark);
}

.cskh_page .banner-top .banner-item a {
    width: 100%;
    display: block;
}

.cskh_page .banner-top .banner-item img {
    max-height: 500px;
    object-fit: cover;
}

.cskh_page .news-block {
    max-width: 1650px;
    margin: 0 auto;
}

.cskh_page .item-big {
    display: flex;
}

.cskh_page .item-big a.img-item {
    width: 50%;
}

.cskh_page .item-big a.img-item img {
    width: 100%;
    object-fit: cover;
    transition: .5s all;
}

.cskh_page .img-item img:hover {
    opacity: .7;
    transform: scale(1.2);
    transition: .5s all;

}

.cskh_page .img-item {
    overflow: hidden;
}

.cskh_page .news-block .title {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 19px;
    display: flex;
    color: #212529;
    justify-content: space-between;
    align-items: center;
}

.cskh_page .news-block .title span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 1px;
    display: inline-block;
    position: relative;
    color: var(--black-dark);
}

.cskh_page .news-block .title span:before {
    content: '';
    width: 100%;
    background: var(--black-dark);
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.cskh_page .news-block .title a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.cskh_page .news-block .title a i {
    font-size: 11px;
}

.cskh_page .item-big .des-item {
    width: 50%;
    padding-left: 10px;
}

.cskh_page .item-big .des-item a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.cskh_page .item-big .des-item p {
    font-size: 14px;

}

.cskh_page .item-big .des-item a:hover,
.cskh_page .news-block .title a:hover,
.list-item-small .item-small a:hover,
.cskh_page .list-news-post .news-item .des-item a:hover {
    color: var(--blue-dark);
}

.list-item-small {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.list-item-small .item-small {
    width: calc(33.33333% - 5px);
}

.list-item-small .item-small a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.list-item-small .item-small a p {
    padding: 10px 0;
    margin: 0;
}

.cskh_page .list-news-post .news-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1
}

.cskh_page .list-news-post .news-item:last-child {
    border: 0;
}

.cskh_page .list-news-post .news-item .img-item {
    max-width: 115px;
    margin-right: 10px;
}

.cskh_page .list-news-post .news-item .des-item a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.cskh_page .list-news-post .news-item .des-item span {
    font-size: 12px;
    color: goldenrod;
}

.loyal-customer-block {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.loyal-customer-block .banner {
    width: 20%;
    border-radius: 10px;
    overflow: hidden;
}

.loyal-customer {
    width: calc(80% - 20px);
    margin-left: 20px;
    border-radius: 10px;
    background-color: var(--black-dark);
    padding: 0 20px 20px;
}

.loyal-customer .title {
    font-size: 25px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #fff;
    padding: 15px 0 15px;
    text-transform: uppercase;
}

.list-loyal-customer img {
    object-fit: contain;
    border-radius: 5px;
}


.list-loyal-customer .slick-slide {
    margin: 0 5px;
}

.list-loyal-customer .slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    color: var(--black-dark);

}

.list-loyal-customer .slick-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    color: var(--black-dark);
}

.list-loyal-customer .slick-prev:hover:before,
.list-loyal-customer .slick-next:hover:before {
    color: #fff;
}

.list-loyal-customer .slick-prev {
    background: #fff;
    left: -5px;
    display: block;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.list-loyal-customer .slick-next {
    background: #fff;
    right: -5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.list-loyal-customer .slick-next:hover,
.list-loyal-customer .slick-prev:hover {
    background-color: var(--black-dark);
    border: 1px solid #fff;
    transition: .5s all;
}

.cskh_page .service-block {
    margin: 60px 0;
}

.cskh_page .service-block ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cskh_page .service-block ul li {
    width: 150px;
    border-radius: 5px;
    margin: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 1s all;
    background: #b5b5b5;
    cursor: pointer;
}

.cskh_page .service-block ul li:hover {
    background: var(--blue-dark);
    box-shadow: var(--blue-dark) 0px 3px 8px;
    transition: .5s all;
}
.cskh_page .service-block ul li:hover img{
    transform: scale(1.3);
    transition: .3s all;
}

.cskh_page .service-block ul li .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 10px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.cskh_page .service-block ul li .icon img {
    width: 40px;
    height: 40px;
    transition: .3s all;
}

.cskh_page .service-block ul li .text-name {
    padding: 5px 0 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    text-align-last: center;
}
.cskh_page .service-block .title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
