/*@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Open+Sans:wght@400;500;600;700;800&display=swap");*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    line-height: 23px;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #d42f0e;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d42f0e;
    border-radius: 5px;
}

:root {
    --global: #ee0033;
    --white: #ffffff;
    --gray: #c1c1c1;
}

.clamp {
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

header .container-full,
.header-top-sale .container-full {
    padding: 0 60px;
    width: 100%;
}

header .container {
    max-width: 1530px;
}

.breadcrumb .container {
    max-width: 1530px;
}

.nav-search {
    display: none;
}

.nav-lang {
    display: none;
}

.header-pc {
    z-index: 9999 !important;
    padding: 5px 0;
}

/*.is-sticky .main-logo img {
    width: 72px;
}*/
.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slider-home .active img {
    transform: scale(1.12);
    transition: 8s ease-out;
}

.slider-home .owl-nav>div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border: none;
}


.slider-home .owl-prev {
    left: 20px;
}

.slider-home .owl-next {
    right: 20px;
}



.owl-nav>div {
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    border: 1px solid #1e3d37;
    padding: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out,
        transform 0.15s ease-in-out;
    display: flex;
}

.slider-product:hover .owl-nav>div,
.slider-home:hover .owl-nav>div {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0 !important;
    visibility: hidden !important;
}

.owl-next:hover svg {
    animation: prevNextButtonKeyframe 0.3s ease-in-out forwards;
}

.owl-prev:hover svg {
    animation: prevNextButtonKeyframe 0.3s ease-in-out reverse forwards;
}

@keyframes prevNextButtonKeyframe {
    0% {
        transform: translateX(0%) scale(1, 1);
    }

    50% {
        transform: translateX(calc(50% + 10px)) scale(1, 1);
    }

    51% {
        transform: translateX(calc(-50% - 10px)) scale(1, 1);
    }

    100% {
        transform: translateX(0%) scale(1, 1);
    }
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/*.support-online a {
    text-align: left;
    width: 40px;
    height: 40px;
    position: relative;
}
.support-content a {
    margin-bottom: 15px;
}
.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a {
    display: block;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #fb2644;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fb2644 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .btn-support {
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}*/

.header-top-sale {
    background: #16169c;
    padding: 10px 0;
    position: relative;
    line-height: 1;

}

.header-top-sale .slogan {
    margin-left: 240px;
}

.header-top-sale span {
    font-size: 12px;
    line-height: 1.2;
}

.header-top-sale .social svg {
    width: 14px;
    height: 14px;
}

header {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

header .main-logo img {
    width: auto;
    max-height: 60px;
}

.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 90px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 99999999;
}

.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.zalo-btn .tada {
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.zalo-btn a {
    display: block;
    width: 40px;
}

/* ==========================================================================
   WIDGET LIÊN HỆ THÔNG MINH (ARCONTACTUS) - CHUẨN NGUYÊN MẪU NHANHOA.COM
   ========================================================================== */
.arcontactus-widget {
    position: fixed;
    z-index: 999;
    bottom: 86px;
    left: 24px;
}

@media (max-width: 768px) {
    .arcontactus-widget {
        bottom: 86px;
        left: 14px;
    }

    .arcontactus-message-button .pulsation {
        animation: arcontactus-pulse-mobile 2s infinite ease-out;
    }
}

.arcontactus-message-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #f35704;
    box-shadow: 0 4px 18px rgba(243, 87, 4, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
    user-select: none;
}

.arcontactus-message-button:hover {
    transform: scale(1.06);
}

.arcontactus-message-button .pulsation {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
    transform-origin: center center;
    animation: arcontactus-pulse 2s infinite ease-out;
}

.arcontactus-message-button .pulsation:nth-child(2) {
    animation-delay: 0.6s;
}

@keyframes arcontactus-pulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes arcontactus-pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        transform: scale(1.47);
        opacity: 0;
    }
}

.messangers-block {
    position: absolute;
    bottom: 64px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 220px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px) scale(0.95);
    transform-origin: bottom left;
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.messangers-block.show {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.messanger {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 5px 14px 5px 5px;
    border-radius: 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.08);
    text-decoration: none !important;
    color: #1e293b;
    font-weight: 700;
    font-size: 13px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.messanger:hover {
    transform: scale(1.03) translateX(3px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
    color: #0f172a;
}

.messanger span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.messanger span svg {
    width: 18px;
    height: 18px;
}

.messanger p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 1.2;
}

/* =============================================
   INDUSTRY DROPDOWN — ZCOM STYLE CORE COMPONENT (OPTIMIZED FOR IPHONE 13 & IOS SAFARI)
============================================= */
.industry-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.industry-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: #ffffff;
    border: 1.5px solid #d0d5dd;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 8px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.industry-dropdown__trigger:hover {
    border-color: #16169c;
}

.industry-dropdown.is-open .industry-dropdown__trigger {
    border-color: #16169c;
    box-shadow: 0 0 0 3px rgba(22, 22, 156, 0.12);
}

.industry-dropdown__trigger-text {
    color: #667085;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.industry-dropdown__trigger-text.has-value {
    color: #0f172a;
    font-weight: 700;
}

.industry-dropdown__chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #64748b;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-dropdown.is-open .industry-dropdown__chevron {
    transform: rotate(180deg);
    color: #16169c;
}

/* Panel Desktop */
.industry-dropdown__panel {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 6px rgba(0, 0, 0, 0.04);
    z-index: 50;
    overflow: hidden;
    max-height: 460px;
}

.industry-dropdown.is-open .industry-dropdown__panel {
    display: flex;
    flex-direction: column;
}

/* Category Accordion */
.industry-dropdown__category {
    border-bottom: 1px solid #f1f5f9;
}

.industry-dropdown__category:last-child {
    border-bottom: none;
}

.industry-dropdown__cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 1.35;
    color: #1e293b;
    background: #f8fafc;
    transition: background 0.15s ease;
    gap: 8px;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.industry-dropdown__cat-header:hover {
    background: #eff6ff;
    color: #16169c;
}

.industry-dropdown__cat-chevron {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform 0.22s ease;
}

.industry-dropdown__category.is-expanded .industry-dropdown__cat-chevron {
    transform: rotate(180deg);
    color: #16169c;
}

/* Sub-items list */
.industry-dropdown__sub-list {
    display: none;
    list-style: none;
    padding: 3px 0 6px 0;
    margin: 0;
    background: #ffffff;
}

.industry-dropdown__category:last-child .industry-dropdown__sub-list {
    padding-bottom: 10px;
}

.industry-dropdown__category.is-expanded .industry-dropdown__sub-list {
    display: block;
}

.industry-dropdown__sub-item {
    padding: 7px 14px 7px 24px;
    color: #334155;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
    border-bottom: 1px solid #f8fafc;
    transition: background 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.industry-dropdown__sub-item:last-child {
    border-bottom: none;
}

.industry-dropdown__sub-item:hover {
    background: #f0faf3;
    color: #16169c;
}

.industry-dropdown__sub-item.is-selected {
    background: #eff6ff;
    color: #16169c;
    font-weight: 700;
}

/* =============================================
   RESPONSIVE — MOBILE BOTTOM SHEET OVERLAY (IPHONE 13 & TOUCH SCREENS)
============================================= */
@media (max-width: 768px) {
    .industry-dropdown__backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        z-index: 9998;
        touch-action: none;
    }

    .industry-dropdown.is-open .industry-dropdown__backdrop {
        display: block;
    }

    .industry-dropdown.is-open .industry-dropdown__panel {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 24px 24px 0 0;
        border: none;
        box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.28);
        max-height: 80vh;
        z-index: 9999;
        padding-bottom: max(16px, env(safe-area-inset-bottom));
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        animation: slideUpBottomSheet 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .industry-dropdown__handle {
        width: 48px;
        height: 5px;
        background: #cbd5e1;
        border-radius: 4px;
        margin: 12px auto 8px;
        flex-shrink: 0;
    }
}

@keyframes slideUpBottomSheet {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* =============================================
   CUSTOM CHECKBOX STYLING (NỀN TRẮNG TINH KHIẾT, VIỀN NỔI BẬT & DỄ NHẬN BIẾT)
============================================= */
.custom-checkbox-styled,
input[type="checkbox"].custom-checkbox-styled,
.client-scope input[type="checkbox"]:not(.sr-only):not(.hidden),
.admin-portal-scope input[type="checkbox"]:not(.sr-only):not(.hidden) {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 6px !important;
    border: 2px solid #475569 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    color-scheme: light !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

.custom-checkbox-styled:hover,
input[type="checkbox"].custom-checkbox-styled:hover,
.client-scope input[type="checkbox"]:not(.sr-only):not(.hidden):hover,
.admin-portal-scope input[type="checkbox"]:not(.sr-only):not(.hidden):hover {
    border-color: #16169c !important;
    background-color: #f0f7ff !important;
    box-shadow: 0 0 0 3.5px rgba(22, 22, 156, 0.18) !important;
}

.custom-checkbox-styled:focus,
input[type="checkbox"].custom-checkbox-styled:focus,
.client-scope input[type="checkbox"]:not(.sr-only):not(.hidden):focus,
.admin-portal-scope input[type="checkbox"]:not(.sr-only):not(.hidden):focus {
    outline: none !important;
    border-color: #16169c !important;
    box-shadow: 0 0 0 3.5px rgba(22, 22, 156, 0.25) !important;
}

.custom-checkbox-styled:checked,
input[type="checkbox"].custom-checkbox-styled:checked,
.client-scope input[type="checkbox"]:not(.sr-only):not(.hidden):checked,
.admin-portal-scope input[type="checkbox"]:not(.sr-only):not(.hidden):checked {
    border-color: #16169c !important;
    background-color: #16169c !important;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
    background-size: 85% 85% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 2px 8px rgba(22, 22, 156, 0.35) !important;
}


@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes tadaa {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.btn-active-view {
    background-image: linear-gradient(to right, #85b348, #92cc2e, #85b348);
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}

.slider__thumbs button.active {
    border-color: #dc2626 !important;
    opacity: 1 !important;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}

.hover-zoom {
    overflow: hidden;
}

/* css review */
.add-review textarea {
    width: 100%;
    height: 150px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.add-review input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.add-review .write-review__button {
    padding: 0;
    padding: 0 36px;
}

.aside-category ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8d3e20;
}

aside .section-title {
    padding: 10px 4px;
    background-size: 60% 100%;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.section-title {
    background-size: 35% 54%;
}

header .nav-item form input[type="text"] {
    border: 1px solid #249045;
}

header .nav-item form input[type="text"]::-webkit-input-placeholder {
    /* Edge */
    color: #249045;
}

header .nav-item form input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #249045;
}

header .nav-item form input[type="text"]::placeholder {
    color: #249045;
}

header .box-header-right1 {
    gap: 70px;
}

header .box-header-right1 .btn-header {
    margin-right: -60px;
}

header .box-header-right1 .btn-header a {
    background: #d42f0e;
    color: #fff;
    margin: -5px 0 -5px 50px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    /*padding: 26px 60px;*/
    padding: 0 40px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    text-align: center;
    height: 71px;
    width: 180px;
}

header .box-header-right1 .btn-header a:hover {
    background: #16169c;
}

.why-section .item .img img {
    border-radius: 50%;
}

.oder-home select {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.oder-home p {
    width: 100%;
}

.sort-1 {
    float: right;
}

.sort-1 select {
    width: 250px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #249045;
    background: none;
    margin-left: 10px;
    appearance: auto !important;
}

.category-home .text span {
    background: #f1ec3c;
    border: 1px solid #249045;
    color: #249045;
    font-weight: bold;
}

.item-product .box-pro-buy {
    z-index: 9;
    position: relative;
    width: 80%;
    margin: 10px auto 0;
}

.item-product .box-pro-buy .btn {
    text-transform: none;
    font-size: 14px;
    background: #1e3d37;
    border-color: #1e3d37;
    border-radius: 40px;
    padding: 7px 10px;
    cursor: pointer;
    border-width: 1px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.item-product .box-pro-buy .btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-product .box-pro-buy .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    color: #1e3d37;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 38px;
}

.item-product .box-pro-buy .btn:hover {
    background: #2f5f56;
    border-color: #2f5f56;
}

.item-product .box-pro-buy .btn:hover .icon {
    background: #2f5f56;
    color: #fff;
}

.item-product .box-pro-buy .btn:hover span {
    margin-left: -10px;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase;
    background: #1e3d37;
    border-color: #1e3d37;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    color: #fff;
    background: #0d1b18;
    border-color: #0d1b18;
}

.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
}

.tab-detail button.active {
    background-color: #1e3d37;
    color: #fff;
}

.main-new .content-new .item .img img {
    height: 270px;
}

.service-internet .slider-internet .owl-prev {
    left: -52px;
}

.service-internet .slider-internet .owl-next {
    right: -52px;
}

.service-internet .slider-internet .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.content-data-package p {
    margin-bottom: 10px;
}

.main-data-detail .slider-services .owl-prev {
    left: 0px;
}

.main-data-detail .slider-services .owl-next {
    right: 0px;
}

.main-data-detail .slider-services .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.high-package .slider-high-package .owl-prev {
    left: -52px;
}

.high-package .slider-high-package .owl-next {
    right: -52px;
}

.high-package .slider-high-package .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.list-internet {
    position: relative;
}

.list-internet::before {
    background: url("../img/bg-combo-it-1.png") 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 535px;
    left: 0;
    position: absolute;
    top: 0;
    width: 412px;
}

.list-internet:after {
    background: url("../img/bg-combo-it-2.png") 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 535px;
    position: absolute;
    right: 0;
    top: 0;
    width: 338px;
}

.list-internet .slider-high-package .owl-prev {
    left: -52px;
}

.list-internet .slider-high-package .owl-next {
    right: -52px;
}

.list-internet .slider-high-package .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.main-internet-detail .slider-services .owl-prev {
    left: 0;
}

.main-internet-detail .slider-services .owl-next {
    right: 0;
}

.main-internet-detail .slider-services .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.slider-high-package-2 .owl-prev {
    left: -52px;
}

.slider-high-package-2 .owl-next {
    right: -52px;
}

.slider-high-package-2 .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.content-question ul.tabs li {
    padding: 10px 20px;
}

/* Accordion
================================================== */

.acc__card {
    position: relative;
}

.acc p {
    margin-bottom: 10px;
}

.acc__title.active i {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    display: none;
}

.content-content p {
    margin-bottom: 10px;
}

#primary-nav.mobile li a {
    padding: 10px !important;
}

footer .container {
    max-width: 1530px;
}

.banner-child::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-info .top-info p {
    margin-bottom: 10px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.tabs li {
    background: none;

    display: inline-block;
    padding: 10px 0px;
    cursor: pointer;
    opacity: 0.7;
}

.overflowC {
    visibility: visible;
    animation-name: fadeInUp;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    display: block;
}

ul.tabs {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: flex-start;
    grid-gap: 32px;
    gap: 32px;
    vertical-align: top;
}

ul.tabs li.current {
    color: #000;
    border-bottom: 2px solid #000;
    opacity: 1;
    margin: 0px;
}

.overflowC::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.box-btn-show-content {
    background: #f5f5f5;
    text-align: left;
}

.box-btn-show-content ul.tabs li.current {
    border-bottom: 2px solid #dc2626 !important;
    color: #dc2626 !important;
}

.product-home .tab-contentHome {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0px;
    opacity: 0;
    width: 100%;
}

.tab-contentCT {
    display: none;
}

.tab-contentCT.current {
    display: block;
}

.product-home .tab-contentHome.current {
    opacity: 1;
    visibility: visible;
    position: unset;
}

.product-home .tab-contentHome.current a.btn-submit-contact {
    z-index: 9999;
    background: #16169c !important;

}

.news14 a.btn-cus {
    background: #16169c;
}

/*.category-home .item::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.content-content p {
    margin-bottom: 10px;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.owl-dots .owl-dot.active {
    background: #dc2626;
}

.js_item_variable.checked,
.js_attr.checked,
.js_brand.checked {
    border-color: #dc2626;
}

.js_item_variable.checked::before,
.product-filter-tick:before {
    border-bottom-color: #dc2626;
}

.hover\:text-red-600:hover {
    color: #dc2626;
}

.main-product .content-product .container {
    max-width: 1530px;
}

/*.box-home-about .box-content-about{
    max-width: 480px;
    margin: 0 auto;
    padding: 12px;
}*/

.box-home-about .box-content-about h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.box-home-about .box-content-about a {
    height: 47px;
    width: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16169c;
    color: #fff;
    margin-top: 30px;
    border-radius: 10px;
}

/* Ion.RangeSlider
// css version 2.0.3
// Ã‚Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Ã‚Â© Denis Ineshin, 2014    https://github.com/IonDen
// Ã‚Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 7px;
    top: 33px;
    background: #eee;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    /* W3C */
    border: 1px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 7px;
    top: 33px;
    border-top: 1px solid #000;
    border-bottom: 1px #000;
    background: #000;
    background: #000;
    /* W3C */
}

.irs-bar-edge {
    height: 7px;
    top: 33px;
    width: 14px;
    border: 1px solid #000;
    border-right: 0;
    background: #000;
    background: #000;
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 29px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #ddd;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(220, 220, 220, 1) 20%,
            rgba(255, 255, 255, 1) 100%);
    /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #fff;
}

.irs-min,
.irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.fqa-registrarion .acc__title {
    padding-left: 15px;
    padding-right: 15px;
}

.fqa-registrarion .acc__panel {
    padding-left: 15px;
    padding-right: 15px;
}

.fqa-registrarion .acc__card:last-child .acc__title {
    border-bottom: 0;
}

.wp-slide-ls {
    position: relative;
    /* padding: 50px 0; */
}

.wp-slide-ls .swiper-container {
    overflow: visible;
}

.course-home .swiper-scrollbar {
    display: inline-block;
    height: 4px;
    width: 100%;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    margin-top: 40px;
}

.course-home .swiper-scrollbar .swiper-scrollbar-drag {
    background: #1a2c44;
}

.download-slide .btn-left-slide {
    position: absolute;
    top: 37%;
    right: 0px;
    z-index: 11;
}

.download-slide .btn-right-slide {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 11;
}

.download-slide .item .img img {
    height: 600px;
    object-fit: cover;
}

.fb {
    background-color: #3b5998;
    color: white;
}

.google {
    background-color: #dd4b39;
    color: white;
}

.main-register .btn {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 14px;

    text-decoration: none;
    /* remove underline from anchors */
}

.moretext {
    display: none;
}

.main-Pay {
    background: #fafafa;
    position: relative;
}

.main-Pay::after {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.main-Pay .main-logo img {
    width: 130px;
}

.Express-checkout .title-1 span {
    position: absolute;
    background: #fafafa;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.progress {
    height: 5px;
    background-color: #000;
    transition: all linear 0.1s;
    min-width: 0;
}

.top-top .progress {
    min-width: 0 !important;
}

@media (max-width: 767px) {

    .top-top,
    .is-sticky .top-top {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .top-top.is-hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-100%) !important;
    }
}

#sticky-wrapper {
    height: auto !important;
}

.top-header-product select {
    border-radius: 6px;
}

.top-header-product .addtocart {
    border-radius: 6px;
    font-weight: 700;
    /*background: #d42f0e;*/
}

.top-header-product {
    display: none;
}

.is-sticky .top-header-product {
    display: block;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.download-slide .item .img img {
    width: 100%;
}

.box-home-about .box_content h2,
.box-page-about h2 {
    font-size: 40px;
    line-height: 1.2;
}

.item-product {
    border: 1px solid #d0d7de;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.item-product .nav-img {
    margin-top: 0 !important;
    padding: 15px;
}

.item-product .nav-img .btn-buy-now {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #f3f7fb;
    border-radius: 10px;
}

.item-product .nav-img .btn-buy-now:hover {
    color: #fff;
}

.item-product .nav-img h3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 57px;
    line-height: 19px;
    font-size: 13.5px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .item-product .nav-img h3 {
        -webkit-line-clamp: 2;
        height: 48px;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 0;
    }
}

.item-product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    column-gap: 6px;
    row-gap: 2px;
    min-height: 38px;
    line-height: 1.2;
}

.item-product .price del {
    margin-left: 0 !important;
    font-size: 11.5px;
    color: #9ca3af;
    display: inline-block;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .item-product .price {
        min-height: 28px;
        column-gap: 8px;
    }

    .item-product .price del {
        font-size: 13px;
    }
}

.home-register {
    background-color: #EDF2F5;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.home-register .absolute {
    opacity: 0.1;
}

.home-register .box-info {
    padding: 20px 30px;
}

.home-register .box-info .title {
    line-height: 1.2;
}

.home-register .box-info .btn-cus {
    border-radius: 10px;
    margin-top: 20px;
}

.btn-animate {
    position: relative;
    z-index: 1;
    padding: 12px 40px;
    line-height: 1.3;
    height: auto !important;
}

.btn-animate::before,
.btn-animate::after {
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: #d42f0e;
    z-index: -1;
}

.btn-animate.btn-color2 {
    background: #d42f0e;
}

.btn-animate.btn-color2::before,
.btn-animate.btn-color2::after {
    background: #16169c;
}

.btn-animate::before {
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.btn-animate::after {
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.btn-animate:hover::before,
.btn-animate:hover::after {
    width: 100%;
}

.box-register-home1 {
    padding-bottom: 0;
    z-index: 10 !important;
    position: relative;
}

.box-achievements {
    padding: 80px 0 60px;
    margin-top: -60px;
}

.box-achievements h2 {
    line-height: 1.2;
}

.box-achievements .box-content-info {
    margin-top: 40px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.box-achievements .box-content-info .item {
    width: 180px;
    height: 180px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 5px;
    text-align: center;
    position: relative;
}

.box-achievements .box-content-info .item .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.box-achievements .box-content-info .item .icon img {
    width: 25px;
}


.box-grid-atr .item .img {
    border-radius: 10px;
}

.box-grid-atr .item .img img {
    height: 240px;
}

.box-grid-atr .item h3 {
    margin-bottom: 12px;
}

.box-grid-atr .item .box-info {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    background: #fff;
}

.box-grid-atr .item .box-info .title-desc {
    padding: 20px;
}

.box-grid-atr .item .box-info>a {
    display: block;
    padding: 10px 20px;
    text-align: right;
    border-top: 1px solid #e3e3e3;
}

.top-footer {
    background-color: #111a36;
    padding: 30px 0;
}

.top-footer .box-logo-slogan {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    align-items: center;
}

.top-footer .box-logo-slogan .logo img {
    width: 140px;
}

.top-footer .box-logo-slogan .slogan {
    border-left: 1px solid #29314a;
    padding-left: 30px;
    position: relative;
    color: #fff;
    font-size: 20px;
}

footer {
    background: #0C142E;
    color: #fff;
    padding: 50px 0 80px;
    position: relative;
}

footer .title {
    margin-bottom: 20px;
}

footer .title h4 {
    font-size: 20px;
    font-weight: 700;
}

footer .item-contact .box-info p+p,
footer .item-menu .box-item li+li {
    margin-top: 15px;
}

footer .item-menu .box-item li a {
    position: relative;
    transition: all 0.3s;
}

footer .item-menu .box-item li a:hover {
    padding-left: 20px;
    color: #d42f0e;
    font-weight: 700;
}

footer .item-menu .box-item li a::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: #d42f0e;
    opacity: 0;
    visibility: hidden;
}

footer .item-menu .box-item li a:hover::before {
    opacity: 1;
    visibility: visible;
}



footer .item-contact .box-info i {
    color: #d42f0e;
}

footer .item-gallery ul {
    gap: 10px;
    max-width: 300px;
}

footer .item-gallery li {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

footer .item-gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .item-subscribe .form-subscribe {
    margin-top: 20px;
}

footer .item-subscribe .form-subscribe input[name="email"] {
    background: #fff;
    border: none;
    outline: none;
    padding: 18px 60px 18px 20px;
    width: 100%;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    height: unset;
}

footer .item-subscribe .form-subscribe .btn-submit,
.footer-subscribe .btn-submit {
    background: #16169c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

footer .item-subscribe .form-subscribe .btn-submit:hover,
.footer-subscribe .btn-submit:hover {
    background: #d42f0e !important;
}

footer .item-subscribe .form-subscribe .btn-submit i,
footer .item-subscribe .form-subscribe .btn-submit svg,
.footer-subscribe .btn-submit i,
.footer-subscribe .btn-submit svg {
    color: #fff !important;
    stroke: #fff !important;
}

.copy-right {
    background: #0C142E;
    border-top-color: #2d344a;
}

.copy-right p {
    color: #fff;
}

.our-review .item h3 a {
    color: #000;
}

.our-review .item {
    border: 1px solid #f0f0f0;
    padding: 5px;
    margin: 1px;
    border-radius: 5px;
}

.main-detail-new .top-detail img {
    object-fit: cover;
}

.addToCartDeals {
    border-radius: 6px;
    font-weight: 700;
}

.handleSecondary {
    border-radius: 6px;
}

.extraPriceFinal {
    color: #dc2626;
}

.filter-sort {
    margin-top: 16px;
}

.filter-sort:not(.sticky) .filter {
    height: 35px;
    border-radius: 6px;
}

.box-category-product1 {
    background-color: #ecf0f4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-category-product1 h2 {
    background: #16169c;
    color: #fff;
    line-height: 1.4;
    padding: 5px 15px;
    font-size: 20px;
    text-align: center;
}

.box-category-product1 ul {
    padding: 15px;
}

.box-category-product1 ul li+li {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.box-category-product1 ul li a:hover {
    color: #16169c;
}

#tp-col-filter .overflow-auto .text-f25 {
    font-size: 20px;
    line-height: 1.4;
}

.box-img-qr img {
    width: 250px;
    margin: 0 auto;
}

.box-info-payment1 {
    max-width: 450px;
    width: 100%;
    margin: 12px auto 0;
}

.text-color-blue {
    color: #16169c;
}

.text-color-red {
    color: #d42f0e;
}

.box-info-payment1 .text-font-price {
    font-size: 24px;
}

.main-menu .item-menu {
    color: #16169c;
}

.main-menu .item-menu:hover,
.main-menu .item-menu.active {
    color: #d42f0e;
    font-size: 20px;
}

#videoContainer iframe {
    aspect-ratio: 3 / 2;
    height: auto;
}

@media(min-width: 1280px) and (max-width: 1370px) {
    .header-pc .col-span-6 {
        grid-column: span 7 / span 7;
    }

    .header-pc .col-span-4 {
        grid-column: span 3 / span 3;
    }

    header .box-header-right1 .btn-header a {
        margin-left: 0;
    }

    header .box-header-right1 {
        gap: 40px;
    }
}

@media(min-width: 1371px) and (max-width: 1547px) {
    header .box-header-right1 .btn-header a {
        margin-left: 0;
        padding: 26px 40px;
    }
}

@media(min-width:1280px) {
    .xl\:w-1\/2 {
        width: 50%;
    }

    .header-top-sale {
        border-top: 3px solid #16169c;
    }

    .header-top-sale::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 285px;
        content: "";
        background-color: #fff;
        clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

@media(max-width:1279px) {
    header .box-header-right1 .btn-header {
        display: none;
    }

    header .col-span-6 {
        grid-column: span 8 / span 8;
    }

    header .col-span-4 {
        grid-column: span 2 / span 2;
    }

    .header-top-sale .slogan {
        margin-left: 0;
    }

    #js_data_product_filter {
        margin-top: 0;
    }

    .main-product .content-product.py-5 {
        padding-top: 0;
    }

    .box_content iframe {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }


}

@media(min-width: 1024px) and (max-width: 1279px) {
    .box-header-right1 {
        padding-right: 13px;
    }
}

@media(min-width: 1024px) and (max-width: 1150px) {

    header .container-full,
    .header-top-sale .container-full {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .header-pc .md\:col-span-7 {
        grid-column: span 8 / span 8;
    }

    .header-pc .col-span-3 {
        grid-column: span 2 / span 2;
    }
}

@media(min-width:1024px) {
    .box-category-filter1 {
        background-color: #ecf0f4;
        border-radius: 10px;
    }

    .box-category-filter1 .box-title {
        background: #16169c;
        line-height: 1.4;
        padding: 5px 15px;
        font-size: 20px;
        justify-content: center;
    }

    .box-category-filter1 .box-title span {
        color: #fff;
    }

    .box-category-filter1 .acc {
        padding: 0 15px;
    }

    .box-category-filter1 .acc>div {
        padding: 15px 0;
    }

    .box-category-filter1 .acc>div:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 1024px) {
    .service-mobile .slider-services .owl-prev {
        left: 0px;
    }

    #ModalCustom {
        max-width: 97%;
        max-height: 80%;
        overflow-y: scroll;
    }

    .service-mobile .slider-services .owl-next {
        right: 0px;
    }

    .service-internet .slider-internet .owl-next {
        right: 0px;
    }

    .service-internet .slider-internet .owl-prev {
        left: 0px;
    }

    #main {
        width: 100%;
        overflow: hidden;
    }

    .main-leadership-team .content-leadership-team .item .img img {
        width: 200px !important;
        height: 200px !important;
    }

    .download-slide .item .img img {
        height: 370px !important;
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .top-footer .box-logo-slogan .slogan {
        max-width: 500px;
    }

}

@media only screen and (max-width: 430px) {
    .before-after .content-befor .img {
        background-size: 420px 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1024px) {
    .header-mobile .logo img {
        width: 77px;
        height: 50px;
        object-fit: contain;
    }
}

@media(max-width:1023px) {
    .box-achievements h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .top-footer .box-content {
        gap: 20px;
        justify-content: center;
    }

    .top-footer .box-logo-slogan {
        width: 100%;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .header-top-sale {
        display: none;
    }

    .content-product .box-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .main-logo img {
        width: 80px !important;
    }

    .banner {
        margin-bottom: 0;
    }

    .customer-support .item .img img {
        height: 195px !important;
    }

    #ModalCustom .afterForm7 {
        height: auto;
    }

    .header-mobile .logo img {
        width: 77px;
        height: 50px;
        object-fit: contain;
    }

    .sticky-wrapper {
        height: 0 !important;
    }
}

@media only screen and (max-width: 736px) {
    .owl-nav>div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 50%;
    }

    .slider-home .owl-next {
        right: 10px;
    }

    .slider-home .owl-prev {
        left: 1 0px;
    }

    .sitemap {
        margin-top: 0;
    }

    .section-title {
        padding: 13px 7px;
    }

    .banner {
        margin-bottom: 0px;
    }

    .banner .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .sort-1 select {
        width: 100%;
        margin-top: 10px;
    }

    .sort-1 select {
        margin-left: 0;
    }

    .sort-1 {
        float: none;
    }

    .item-product .box-pro-buy {
        width: 100%;
    }

    .item-product .nav-img {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
    }



    .owl-next {
        right: 0;
    }

    .owl-prev {
        left: 0;
    }

    .social-footer {
        margin-bottom: 15px;
    }

    .acc__card {
        margin-left: 0;
        margin-right: 0;
    }

    .main-video .tabs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: auto;

        display: flex;
    }

    .main-video .tabs li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 133px;
        width: 160px;
    }

    .library-home .img img {
        height: 200px !important;
    }

    .Frequently-Bought .img img {
        width: 100px;
    }

    .main-Pay::after {
        display: none;
    }

    .download-slide .item .img img {
        height: 200px !important;
    }

    .box-achievements {
        padding-bottom: 40px;
    }

    .box-achievements .box-content-info {
        margin-top: 20px;
    }

    .box-achievements .box-content-info .justify-between {
        justify-content: center;
    }

    .top-footer .box-logo-slogan {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-footer .box-logo-slogan .slogan {
        border-left: none;
        padding-left: 0;
        font-size: 18px;
        text-align: center;
    }

}

.delay01 {
    animation-delay: 0.1s;
}

.delay02 {
    animation-delay: 0.2s;
}

.delay03 {
    animation-delay: 0.3s;
}

.delay04 {
    animation-delay: 0.4s;
}

.delay05 {
    animation-delay: 0.5s;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
}

.pagination li,
.pagination .page-item {
    float: none;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    background: transparent !important;
}

.pagination li.active,
.pagination .page-item.active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    .download-slide .btn-left-slide {
        top: 27%;
    }

    .logo-footer img {
        height: 75px;
        display: inline-block;
    }

    .mobile-full {
        width: 100%;
    }

    .logo-footer {
        display: block;
        width: 100%;
        text-align: center;
    }

    .box-home-about .box_content h2,
    .box-page-about h2 {
        font-size: 40px;
    }
}

.box_content img {
    /*margin: 10px;*/
    max-width: 100%;
    height: auto !important;
}

.box_content p[style="text-align: center;"] img {
    margin: 10px auto;
}

.box_content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
    font-style: 16px;
}

.box_content p {
    margin-bottom: 10px;
    /*word-break: break-all;*/
}

.box_content h2,
.box_content h3,
.box_content h4,
.box_content h5 {
    color: #040621;
    margin-bottom: 10px;
}

.box_content iframe {
    margin: 0px auto;
    max-width: 100% !important;
}

.box_content h2 {
    font-size: 18px;
    font-weight: bold;
}

.box_content h3 {
    font-size: 16px;
    font-weight: 600;
}

.box_content h4,
.box_content h5 {
    font-weight: 500;
}

.absoluteVideo {
    bottom: 10%;
    left: 10%;
}

.absoluteVideo a {
    float: left;
    background: #cccccc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
    margin-right: 10px;
    min-width: 170px;
    text-align: center;
    align-items: center;
}

.absoluteVideo a:last-child {
    background: #b00707;
    color: #fff;
}

.news14 .col-span-3 img {
    max-height: 700px;
    object-fit: cover;
}

.absoluteNews14 {
    transform: translateY(-50%);
    background: #fff;
    padding: 25px;
    left: 0px;
    width: 482px;
}

.main-agent-registration h2,
.main-agent-registration h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 17px;
    line-height: 1.2;
}

.main-agent-registration a,
.box-register-promotion a,
.box-promotion-success .box-content .btn-back-home {
    position: relative;
    z-index: 1;
    padding: 12px 40px;
    line-height: 1.3;
    background: #16169c;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    display: inline-block;
}

.main-agent-registration a::before,
.main-agent-registration a::after,
.box-register-promotion a::before,
.box-register-promotion a::after,
.box-promotion-success .box-content .btn-back-home::before,
.box-promotion-success .box-content .btn-back-home::after {
    content: "";
    position: absolute;
    width: 0;
    height: 51%;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: #d42f0e;
    z-index: -1;
}

.main-agent-registration a::before,
.box-register-promotion a::before,
.box-promotion-success .box-content .btn-back-home::before {
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.main-agent-registration a::after,
.box-register-promotion a::after,
.box-promotion-success .box-content .btn-back-home::after {
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.main-agent-registration a:hover::before,
.main-agent-registration a:hover::after,
.box-register-promotion a:hover::before,
.box-register-promotion a:hover::after,
.box-promotion-success .box-content .btn-back-home:hover::before,
.box-promotion-success .box-content .btn-back-home:hover::after {
    width: 100%;
}

.box-benefit {
    background: #f8fafc;
}

.item-btn-benefit {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 2px solid transparent;
    transition: all 0.3s;
    background: #fff;
    cursor: pointer;
}

.item-btn-benefit img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 auto;
}

.item-btn-benefit p {
    margin-top: 8px;
    font-weight: 700;
}

.item-btn-benefit.active {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #16169c;
}

.box-tab-benefit {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 32px;
    border-radius: 8px;
    background: #fff;
    min-height: 200px;
}

.box-tab-benefit .item-tab .title {
    font-size: 24px;
    color: #16169c;
    margin-bottom: 16px;
    line-height: 32px;
    font-weight: 700;
}

.box-register-promotion {
    margin-bottom: 40px;
}

.box-register-promotion h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 25px;
}

.box-register-promotion h1 .subtitle {
    font-size: 20px;
}

.box-register-promotion .form-group {
    margin-bottom: 20px;
}

.box-register-promotion .form-group label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-register-promotion .form-group label .text-red {
    color: red;
}

.box-register-promotion .form-group input {
    border: 1px solid #d3d3d3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    width: 100%;
    padding: 6px 8px;
    line-height: 1.7;
}

.box-register-promotion .form-group select {
    border: 2px solid #a2a2a2;
    appearance: none;
    border-radius: 5px;
    width: 100%;
    outline: unset;
    padding: 6px 8px;
    line-height: 1.7;
}

.box-register-promotion .form-group input[type="checkbox"],
.box-register-promotion .form-group input[type="radio"] {
    width: auto;
}

.box-register-promotion .form-group label.inline-block {
    display: inline-block;
    margin-bottom: 0;
}

.box-register-promotion .form-group.mb-5px {
    margin-bottom: 5px;
}

.box-register-promotion .form-group.mb-10px {
    margin-bottom: 10px;
}

.box-register-promotion .form-group input[disabled] {
    cursor: not-allowed;
}

.box-promotion-success {
    padding: 40px 0;
    line-height: 1.7;
}

.box-promotion-success .box-content h1 {
    font-size: 29px;
    color: #16169c;
    margin-bottom: 20px;
}

.box-promotion-success .box-content hr {
    width: 100px;
    margin: 20px auto;
}

.box-promotion-success .box-content p strong {
    font-size: 20px;
}

.box-promotion-success .box-content strong a {
    font-size: 22px;
    color: #16169c;
    display: inline-block;
    margin-bottom: 20px;
}

.box-promotion-success .box-content .btn-back-home {
    margin-top: 0;
}

.box-km {
    position: fixed;
    padding: 0 17px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #16169c;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    right: 10px;
    bottom: 25px;
}

.box-km label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 155px;
    white-space: nowrap;
    z-index: 1;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.4s ease;
    pointer-events: none;
    color: #fff;
}

.box-km:before,
.box-km:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100px;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.1s;
    z-index: 0;
}

.box-km:after {
    transition-delay: 0.3s;
}

.box-km:hover label {
    opacity: 0.8;
    margin-left: 10px;
    font-size: 16px;
}

.box-km:hover:before,
.box-km:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.box_content h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.box_content h2 {
    font-size: 24px;
    line-height: 1.2;
}


.btn-back-page {
    display: inline-block;
    margin-top: 15px;
    margin-left: auto;
    padding: 8px 20px;
    background: #e03;
    border-radius: 6px;
    color: #fff;
}


@media(min-width: 1280px) {
    .box-content-about-agency {
        width: 40%;
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media(max-width: 1023px) {

    .main-agent-registration h2,
    .main-agent-registration h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .box_content h1 {
        font-size: 20px;
    }

    .box_content h2 {
        font-size: 18px;
    }

}

@media (min-width: 767px) and (max-width: 1023px) {
    .absoluteNews14 {
        padding: 20px;
        width: 300px;
    }
}

@media (max-width: 768px) {
    .absoluteNews14 {
        position: unset;
        top: 0px;
        transform: none;
        padding: 20px;
        margin: 0px auto;
        order: 2;
        max-width: 100%;
    }
}

.box_content table {
    width: 100%;
}

.box_content table td,
.box_content table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.box_content table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.box_content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04aa6d;
    color: white;
}

@media screen and (max-width: 400px) {
    #ModalCustom {
        overflow-y: scroll;
        height: 100%;
    }
}

.action-cart-item .cart-minus,
.action-cart-item .cart-plus {
    width: 30px;
    display: inline-block;
    text-align: center;
    background: #fff;
    max-width: 30px;
    height: 30px;
}

.action-cart-item .quantity__input {
    width: 55px;
    text-align: center;
    max-width: 55px;
    height: 30px;
    font-size: 13px;
}

.your-order-product-info .cart_item:last-child {
    border-bottom: unset;
}

.footer-subscribe:hover button {
    transform: scale(1.4);
    transition: 0.5s;
}

.footer-subscribe:hover button i {
    color: #16169c;
    transition: 0.5s;
}

.footer-subscribe button i {
    transition: 0.5s;
}

.footer-subscribe button {
    transition: 0.5s;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.product-home-mobile {
    display: none;
}

@media(max-width:767px) {
    .box-home-about .box-content-about {
        order: 2;
        padding: 20px 12px;
    }

    .box-home-about .box-content-about h2 {
        font-size: 30px;
    }

    .main-agent-registration .box-about {
        position: relative;
        transform: translate(0, 0);
        top: 0;
        left: 0;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 736px) {
    .product-home-pc {
        display: none;
    }

    .product-home-mobile {
        display: block;
    }

    .product-home-mobile .content-product-mobile {
        grid-auto-flow: column;
        grid-auto-columns: 52vw;
        grid-template-columns: none;
        /* min-width: min-content; 
        overflow-x: auto;
        justify-content: safe center;
        display: grid;
        overflow-x: auto;
        /* overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  grid-gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% - 2rem); */




    }

    /* .product-home-mobile .content-product-mobile>div {
        position: relative;
        display: flex;
        flex-direction: column;
    } */

    .home-register .box-info {
        padding: 20px;
    }

    .box-km {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

.admin-portal-scope .text-blue-600 {
    color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

/* Box Category Product Sidebar */
.box-category-product1 {
    background-color: #ecf0f4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-category-product1 h2 {
    background: #16169c;
    color: #fff;
    line-height: 1.4;
    padding: 5px 15px;
    font-size: 20px;
    text-align: center;
}

.box-category-product1 ul {
    padding: 15px;
}

.box-category-product1 ul li+li {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.box-category-product1 ul li a {
    line-height: 1.4;
}

/* =========================================================================
   PHỤC HỒI ĐỒNG BỘ CSS FULLWIDTH CHO TOÀN BỘ CÁC TRANG PHÍA CLIENT TRÊN DESKTOP
   ========================================================================= */
@media (min-width: 1024px) {

    .client-scope .container,
    .client-scope header .container,
    .client-scope footer .container,
    .client-scope .breadcrumb .container,
    .client-scope .main-product .content-product .container,
    .client-scope section .container,
    .client-scope div.container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Mở rộng các khối layout trang chính client có max-w-7xl, max-w-6xl */
    .client-scope .container.max-w-7xl,
    .client-scope .container.max-w-6xl,
    .client-scope .w-full.max-w-7xl,
    .client-scope .mx-auto.max-w-7xl,
    .client-scope .box-benefit .max-w-6xl {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Đồng bộ padding cho các trang dùng main với lg:px-16 */
    .client-scope main.min-h-screen.lg\:px-16 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}