.header-info {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;
    flex-wrap: wrap;
}

.logo {
    flex: 0 0 200px;
    max-width: 200px;
}

.logo svg {
    max-width: 200%;
    height: auto;
    width: 180px;
    height: 80px;
}

.header-module {
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

#mdl209 {
    flex: 0 0 80px;
    max-width: 80px;
    display: none;
}

@media(min-width:768px) {
    .logo img {
        width: 80px;
    }
}

#mdl210 {
    flex: 0 0 160px;
    max-width: 160px;
}

.burger {
    margin-left: auto;
    width: 30px;
    display: none;
    height: 30px;
}

.nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f9fcff;
}

.nav-item {
    position: relative;
    padding: 0px 0px;
}

.nav-item > a {
    cursor: pointer;
    text-decoration: none;
    color: #1f5692;
    font-weight: 600;
}

.nav-item:hover {
    color: #ffffff !important;
    background-color: #f7fafc;
    border-radius: 5px;
}

.nav-child-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    border: 1px solid #ccc;
    padding: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.nav-item:hover .nav-child-inner {
    display: block;
}

.nav-child-inner-item {
    padding: 2px 0px;
    position: relative;
}

.nav-child-link {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
}

.nav-child-inner-item:hover {
    background: #f0f0f0;
}

.nav-sub-child {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    min-width: 300px;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.nav-child-inner-item:hover .nav-sub-child {
    display: block;
}

.menu-toggle {
    display: none;
}

@media (max-width: 991px) {
    .header-module {
        display: none;
    }

    .burger {
        display: block;
    }

    .logo {
        flex: 0 0 150px;
        max-width: 150px;
    }
}

header .information1 {
    display: none;
}

header .information {
    display: none;
}

@media (min-width: 992px) {
    header .information1 {
        display: block;
    }
}

@media (max-width: 991px) {
    header .information {
        display: block;
    }
}

@media (max-width: 576px) {
    .logo svg {
        max-width: 200%;
        height: auto;
        width: 150px;
        height: 40px;
        align-self: flex-start;
    }
}

.footer-sec-1-item {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #222;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 28px 10px 18px 10px;
    margin: 0 auto 20px auto;
    max-width: 1200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-sec-1-item .title {
    margin-bottom: 10px;
    color: #1f5692;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.2;
    background: linear-gradient(90deg, #fd3407 0%, #1f5692 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-sec-1-item .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.footer-sec-1-item .content ul li {
    margin: 0;
}

.footer-sec-1-item .content ul li a {
    display: block;
    padding: 8px 12px;
    color: #1c1c1c;
    font-size: 0.97rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.footer-sec-1-item .content ul li a:hover {
    background-color: #F66B1D;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .footer-sec-1-item {
        align-items: center;
        text-align: center;
        padding: 14px 2px 10px 2px;
        border-radius: 10px;
    }

    .footer-sec-1-item .content ul {
        justify-content: center;
    }
}

/* --- Footer Sec 2 Info: 4 văn phòng, layout đẹp, tên công ty nổi bật --- */
.footer-sec-2-info {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #222;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 28px 10px 18px 10px;
    margin: 0 auto 20px auto;
    max-width: 1200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
}

.footer-sec-2-info .company {
    font-size: 1.45rem;
    font-weight: 900;
    color: #1f5692;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.2;
    background: linear-gradient(90deg, #fd3407 0%, #1f5692 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-sec-2-info .contact-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.footer-sec-2-info .contact-detail > div {
    flex: 1 1 0;
    min-width: 210px;
    max-width: 25%;
    border-radius: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}


.footer-sec-2-info .contact-detail h4 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1f5692;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0.2px;
    text-align: left;
}

.footer-sec-2-info .contact-detail p {
    margin: 0 0 3px 0;
    font-size: 1rem;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    word-break: break-word;
    flex-direction: column;
    flex-wrap: nowrap;
}

.footer-sec-2-info .contact-detail p:last-child {
    margin-bottom: 0;
}

.footer-sec-2-info .contact-detail strong {
    color: #1f5692;
    font-weight: 600;
    min-width: 62px;
    display: inline-block;
    font-size: 0.97em;
}

.footer-sec-2-info .contact-detail a {
    color: #fd3407;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
    word-break: break-all;
    font-size: 0.97em;
}

.footer-sec-2-info .contact-detail a:hover {
    color: #d15414;
    text-decoration: underline;
}

.footer-sec-2-info .contact-detail .fa,
.footer-sec-2-info .contact-detail .icon {
    color: #f66b1d;
    font-size: 1.15em;
    min-width: 20px;
    text-align: center;
    margin-right: 2px;
    opacity: 0.9;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .footer-sec-2-info .contact-detail {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    .footer-sec-2-info .contact-detail > div {
        min-width: 260px;
        max-width: 48%;
        margin: 0 1% 18px 1%;
        padding: 12px 8px 8px 12px;
    }
}

@media (max-width: 768px) {
    .footer-sec-2-info {
        padding: 12px 2px 8px 2px;
    }
    .footer-sec-2-info .company {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    .footer-sec-2-info .contact-detail {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .footer-sec-2-info .contact-detail > div {
        max-width: 98%;
        min-width: 0;
        margin: 0 0 12px 0;
        padding: 10px 6px 8px 10px;
    }
    .footer-sec-2-info .contact-detail h4 {
        font-size: 1rem;
    }
    .footer-sec-2-info .contact-detail p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .footer-sec-2-info {
        padding: 7px 0 3px 0;
    }
    .footer-sec-2-info .contact-detail > div {
        padding: 7px 2px 6px 5px;
    }
    .footer-sec-2-info .company {
        font-size: 0.97rem;
    }
}

footer {
    background: #f9f9f9;
    padding: 10px 10px;
    border-top: 3px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #f66b1d;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #1c1c1c;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease-in-out;
}

.footer-column ul li a:hover {
    color: #f66b1d;
    text-decoration: underline;
}

.footer-contact p {
    margin: 0 0 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact p span {
    font-size: 1.2rem;
    color: #f66b1d;
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        min-width: 100%;
    }

    .footer-contact p {
        justify-content: center;
    }
}

.custom-menu {
    font-family: 'Sora', 'Montserrat', Arial, sans-serif;
    background: linear-gradient(90deg, #f7fafc 0%, #e3e9f9 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(31, 86, 146, 0.07);
    padding: 18px 32px;
    margin: 0 auto 24px auto;
    max-width: 1200px;
    transition: box-shadow 0.3s;
}

.custom-menu:hover {
    box-shadow: 0 8px 32px rgba(31, 86, 146, 0.12);
}

.custom-menu .nav-list {
    display: flex;
    gap: 24px;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    list-style: none;
}

.custom-menu .nav-item {
    position: relative;
    padding: 0;
    border-radius: 12px;
    transition: background 0.2s, color 0.2s;
}

.custom-menu .nav-link {
    display: block;
    padding: 12px 28px;
    color: #1f5692;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 12px;
    text-decoration: none;
    background: transparent;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    letter-spacing: 0.03em;
}

.custom-menu .nav-link:hover,
.custom-menu .nav-item:hover > .nav-link,
.custom-menu .nav-item:focus-within > .nav-link {
    background: linear-gradient(90deg, #fd3407 0%, #1f5692 100%);
    color: #fff;
    box-shadow: 0 2px 12px rgba(253, 52, 7, 0.08);
}

.custom-menu .nav-child-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(31, 86, 146, 0.13);
    padding: 10px 0;
    z-index: 100;
    animation: fadeIn 0.25s;
    list-style: none;
    margin-top: -1px;
}

.custom-menu .nav-item:hover .nav-child-inner,
.custom-menu .nav-item:focus-within .nav-child-inner,
.custom-menu .nav-child-inner:hover {
    display: block;
}

.custom-menu .nav-child-inner-item {
    padding: 0;
}

.custom-menu .nav-child-link {
    display: block;
    padding: 10px 24px;
    color: #1f5692;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.custom-menu .nav-child-link:hover,
.custom-menu .nav-child-inner-item.active .nav-child-link {
    background: linear-gradient(90deg, #fd3407 0%, #1f5692 100%);
    color: #fff;
}

@media (max-width: 991px) {
    .custom-menu {
        padding: 10px 8px;
        border-radius: 12px;
        max-width: 100vw;
    }
    .custom-menu .nav-list {
        flex-direction: column;
        gap: 0;
    }
    .custom-menu .nav-link {
        padding: 14px 18px;
        font-size: 1rem;
        border-radius: 10px;
    }
    .custom-menu .nav-child-inner {
        position: static;
        min-width: 0;
        box-shadow: none;
        border-radius: 10px;
        padding: 4px 0;
        background: #f7fafc;
    }
}

@media (max-width: 576px) {
    .custom-menu {
        padding: 4px 2px;
        border-radius: 8px;
    }
    .custom-menu .nav-link {
        padding: 12px 10px;
        font-size: 0.97rem;
    }
}

@media screen and (max-width: 992px) {
    .menu-toggle {
        display: block;
    }

    .nav-desktop {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        padding: 20px;
        overflow-y: auto;
    }

    .nav-desktop.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        max-height: calc(100vh - 60px);
    }

    body.nav-open {
        overflow: hidden;
    }

    .nav-list {
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .nav-item > a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }

    .nav-child-inner, .nav-sub-child {
        display: none;
        flex-direction: column;
        background: #f8f9fa;
        width: 100%;
        padding-left: 15px;
        transition: all 0.3s ease-in-out;
    }

    .nav-child-inner.open, .nav-sub-child.open {
        display: block;
    }

    .nav-child-inner.open {
        margin-top: 0px;
        padding: 0px;
    }

    .nav-sub-child {
        background: #e9ecef;
        padding-left: 20px;
    }
}

@media screen and (max-width: 576px) {
    .nav-child-inner, .nav-sub-child {
        max-height: 0vh;
        overflow-y: auto;
    }
}

@media screen and (min-width: 993px) {
    .nav-item:hover .nav-child-inner {
        display: block;
    }

    .nav-child-inner-item:hover .nav-sub-child {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .nav-child-inner, .nav-sub-child {
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 768px) {
    .nav-child-inner, .nav-sub-child {
        display: none;
        flex-direction: column;
        background: #f8f9fa;
        width: 100%;
        padding: 10px;
        max-height: 100vh;
        overflow-y: auto;
        position: relative;
        transition: all 0.3s ease-in-out;
        box-shadow: none;
        border: none;
    }

    .nav-child-inner.open, .nav-sub-child.open {
        display: flex;
        width: 100%;
        padding: 10px;
        max-height: 100vh;
    }

    .nav-sub-child {
        background: #e9ecef;
        padding-left: 15px;
    }
}

.nav-sub-child {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f9fa;
    z-index: 1000;
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s ease-in-out;
}

.nav-sub-child.open {
    display: block;
}

@media screen and (max-width: 768px) {
    .nav-sub-child {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 50vh;
        overflow-y: auto;
    }
}

@media screen and (min-width: 769px) {
    .nav-sub-child {
        position: absolute;
        top: 0;
        left: 100%;
        background: white;
        min-width: 300px;
        border: 1px solid #ccc;
        padding: 0;
        list-style: none;
        display: none;
        transition: all 0.3s ease-in-out;
        max-height: none;
        overflow: visible;
        z-index: 1000;
    }

    .nav-child-inner-item:hover .nav-sub-child {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .nav-sub-child {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        max-height: 90vh;
        overflow-y: auto;
        background: #f8f9fa;
        padding: 5px 10px;
        display: none;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        box-shadow: none;
        border: none;
    }

    .nav-sub-child.open {
        display: flex;
    }

    .nav-sub-child li {
        padding: 0px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-sub-child li:last-child {
        border-bottom: none;
    }

    .nav-sub-child a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 6px 6px;
        display: block;
        border-radius: 4px;
        transition: background-color 0.3s ease-in-out;
    }

    .nav-sub-child a:hover {
        background-color: #e6f3ff;
        color: #007bff;
    }

    .nav-child-inner, .nav-sub-child {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .nav-sub-child {
        position: absolute;
        top: 0;
        left: 100%;
        background: #f0f8ff;
        min-width: 200px;
        padding: 1px 1px;
        list-style: none;
        display: none;
        transition: all 0.3s ease-in-out;
        box-shadow: none;
        border: none;
    }

    .nav-child-inner-item:hover .nav-sub-child {
        display: block;
    }

    .nav-sub-child li {
        padding: 8px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-sub-child li:last-child {
        border-bottom: none;
    }

    .nav-sub-child a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
        display: block;
        border-radius: 4px;
        transition: background-color 0.3s ease-in-out;
    }

    .nav-sub-child a:hover {
        background-color: #e6f3ff;
        color: #007bff;
    }
}

@media screen and (max-width: 992px) {
    .main-nav-menuhome {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 30%;
        order: 2;
    }

    .menu-toggle {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: 10px;
        font-size: 0;
        cursor: pointer;
        z-index: 1000;
    }

    .menu-toggle::after {
        content: "\2630";
        font-size: 16px;
        display: inline-block;
    }

    .nav-desktop.active + .menu-toggle::after {
        content: "\2715";
    }

    .logo {
        flex: 1;
    }

    #Module-209 {
        flex: 1;
        text-align: center;
        order: 1;
    }

    .header-info {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    .menu-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 15px;
        padding: 10px 15px;
        background: #34669f;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        z-index: 1000;
    }
}

@media screen and (max-width: 992px) {
    .nav-desktop {
        width: 100%;
        height: calc(100% - 60px);
        top: 60px;
        left: 0;
        background: white;
        overflow-y: auto;
    }

    .nav-desktop.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0 0 0 0;
    }

    .nav-desktop.active .container {
        padding: 0 0;
    }

    .nav-child-inner {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #f8f9fa;
        padding: 10px;
        transition: all 0.3s ease-in-out;
    }

    .nav-child-inner.open {
        display: flex;
    }

    .nav-sub-child {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #e9ecef;
        padding: 10px;
        transition: all 0.3s ease-in-out;
    }

    .nav-sub-child.open {
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    footer,
    .footer-2,
    .footer-after,
    .footer-sec-2,
    .footer-sec-3 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }

    footer {
        padding: 5px 5px;
    }

    .footer-sec-2 .row > div {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
    }

    .footer-2 .footer-after .footer-sec-3 {
        padding: 0px;
    }

    .footer-contact-before, .footer-lien-he {
        display: none;
    }
}

@media (min-width: 992px) {
    .main-nav-menuhome {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 85px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        z-index: 5;
        align-content: stretch;
        flex-wrap: nowrap;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .product-sidebar-mobile {
        display: none;
    }
}

.product-sidebar .wrap-acr .title {
    background-color: #fd3407;
    border-radius: 5px 5px 0 0;
    margin-left: 0px;
    height: 50px;
}

.product-sidebar .wrap-acr .title-acr.active a {
    background-color: #c6c6c6;
    color: #19005d;
}

.product-sidebar .wrap-acr .title-acr {
    border-radius: 15px 15px 0 0;
}

.product-sidebar .wrap-acr .content-acr {
    display: none;
    background: #ededed;
    padding: 5px 0px;
}

.product-sidebar .wrap-acr .content-acr a {
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 576px) {
    .footer-2 .footer-after .footer-sec-2 {
        padding: 0px 0;
    }
}

.pages-product-detail .product-info {
    margin-bottom: 0px;
}

.pages-product-detail-2 .pages-product-detail-2-slide .swiper-slide .img a {
    background-color: #ffffff;
    padding-top: 50%;
}

.pages-product-detail .info-detail .tab-content.active {
    padding: 0 0 20px 0;
}

.attribute-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    background: var(--primary-gradient, linear-gradient(90deg, #fd3407, #d12e06));
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.pages-product-detail .info .title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: #1f5692;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: block;
    text-align: center;
    contain: content;
}

.pages-product-detail .info .full-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pages-product-detail .info .full-content ul li {
    margin-bottom: 10px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.pages-product-detail .info .full-content hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.pages-product-detail .info .full-content .Boder {
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.pages-product-detail .info .full-content .price {
    gap: 10px;
    padding: 10px 0;
}

.pages-product-detail .info .full-content .product-price {
    color: #f00;
    font-size: 24px;
    font-weight: 700;
}

.pages-product-detail .info .full-content .text-vat {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pages-product-detail .info .contact a.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ec3237, #d12e06);
    color: #ffffff;
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.pages-product-detail .info .contact a.btn-contact:hover {
    background: linear-gradient(90deg, #d12e06, #ec3237);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.attribute-body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0px;
    overflow: hidden;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.attribute-body h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f5692;
    text-transform: uppercase;
    margin: 5px 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fd3407;
    letter-spacing: 0.05em;
    text-align: left;
}

.attribute-body h2:hover {
    color: #fd3407;
    transition: color 0.3s ease-in-out;
}

.attribute-body h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f5692;
    margin: 25px 0px 5px;
    text-transform: uppercase;
    border-left: 1px solid #fd3407;
    padding-left: 10px;
}

.attribute-body p {
    margin: 5px 10px;
    font-size: 1rem;
    color: #555;
    text-align: justify;
}

.attribute-body p strong {
    font-weight: 700;
    color: #000;
}

.attribute-body h3:hover {
    color: #fd3407;
    transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .attribute-body {
        font-size: 14px;
        padding: 1px;
    }

    .attribute-body h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .attribute-body h3 {
        font-size: 1.1rem;
    }

    .attribute-body p {
        font-size: 0.9rem;
    }
}

.pages-product-detail .info-detail .tab-content .moreinfo.active {
    height: 30px;
}

.pages-product-detail .info-detail .tab-content .moreinfo {
    bottom: 0px;
    height: 60px;
}

.attribute-body table {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: auto;
    display: table;
    border-collapse: collapse;
    table-layout: auto;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.attribute-body td {
    vertical-align: middle !important;
}

.attribute-body tr:last-child td {
    vertical-align: middle !important;
}

.attribute-body th {
    background: var(--primary-gradient, linear-gradient(90deg, #fd3407, #d12e06));
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.attribute-body td {
    background-color: #f9f9f9;
    font-size: 14px;
}

.attribute-body tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.attribute-body tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease-in-out;
}

.attribute-body table td {
    height: 1cm !important;
    min-height: 1cm !important;
}

@media screen and (max-width: 768px) {
    .attribute-body table {
        font-size: 14px;
    }

    .attribute-body th,
    .attribute-body td {
        padding: 10px;
    }
}

.attribute-content {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.attribute-body table {
    caption-side: top;
    border-spacing: 0;
}

.attribute-body th[scope="col"],
.attribute-body th[scope="row"] {
    text-align: left;
}

.attribute-body td:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.attribute-body th,
.attribute-body td {
    border: 1px solid #ededed;
    height: 1cm;
    padding: 0 10px 0 10px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-family: 'Arial', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    word-break: break-word;
    white-space: normal;
}

.attribute-body td *,
.attribute-body td p,
.attribute-body td span,
.attribute-body td h3 {
    font-family: 'Arial', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.attribute-body td ul {
    list-style-position: inside;
}

.attribute-body th {
    background: linear-gradient(90deg, #fd3407, #d12e06);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .attribute-body td,
    .attribute-body th,
    .attribute-body td *,
    .attribute-body td p,
    .attribute-body td span,
    .attribute-body td h3 {
        font-size: 14px !important;
    }
}

.attribute-body tbody tr:hover {
    background: rgba(0, 0, 0, 0.05);
}

:root {
    --primary-gradient: linear-gradient(90deg, #fd3407, #d12e06);
    --primary-color: #fd3407;
    --secondary-color: #d12e06;
}

.product-sidebar .wrap-acr .title,
.attribute-body th,
.pages-product-detail .info .contact a.btn-contact {
    background: var(--primary-gradient);
}

@media screen and (max-width: 768px) {
    .nav-desktop,
    .nav-child-inner,
    .nav-sub-child {
        width: 100%;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }

    
    .menu-toggle {
        display: block;
        z-index: 1000;
    }

    .footer-container,
    .footer-column,
    .footer-contact p {
        text-align: center;
    }
}

.pages-product-detail .info .full-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    contain: content;
}

.pages-product-detail .info .full-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pages-product-detail .info .full-content ul li {
    margin-bottom: 10px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.pages-product-detail .info .full-content hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.pages-product-detail .info .full-content .Boder {
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.pages-product-detail .info .full-content .price {
    gap: 10px;
    padding: 10px 0;
}

.pages-product-detail .info .full-content .product-price {
    color: #f00;
    font-size: 24px;
    font-weight: 700;
}

.pages-product-detail .info .full-content .text-vat {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.price-container {
    padding: 10px 10px;
   
}

.price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.price-label {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.price-value {
    line-height: 1.15;
    color: #fd3407;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
}

.old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: normal;
}

.price-contact {
    font-size: 20px;
    color: #fd3407;
    font-weight: 600;
}

.price-note {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .price {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .price-note {
        text-align: center;
    }

    .price-container {
        padding: 12px 15px;
    }

    .price-value {
        font-size: 20px;
    }

    .old-price {
        font-size: 16px;
    }

    .price-contact {
        font-size: 18px;
    }

    .pages-product-detail .info .contact a.btn-contact {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .pages-product-detail .info {
        padding: 10px;
    }
}

.pages-product-detail-2 .pages-product-detail-2-slide .swiper-slide .title {
    text-align: center;
}

.banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    contain: layout paint style;
    loading: eager;
    content-visibility: visible;
    will-change: opacity, transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    animation: fadeIn 0.3s ease-in;
}

@media screen and (min-width: 992px) {
    .banner-image {
        content-visibility: auto;
        contain-intrinsic-size: 1200px 400px;
    }
}

@media screen and (max-width: 991px) {
    .banner-image {
        contain-intrinsic-size: 800px 300px;
    }
}

@media screen and (max-width: 576px) {
    .banner-image {
        contain-intrinsic-size: 400px 200px;
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}

@keyframes imageLoad {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner-image.loaded {
    animation: imageLoad 0.3s ease-in;
}

.banner-image {
    display: block;
    width: 100%;
    height: auto;
    loading: eager;
    will-change: transform;
    contain: paint;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@media screen and (min-width: 992px) {
    .banner-image {
        content-visibility: auto;
        contain-intrinsic-size: 1200px;
    }
}

@media screen and (max-width: 991px) {
    .banner-image {
        content-visibility: auto;
        contain-intrinsic-size: 800px;
    }
}

@media screen and (max-width: 576px) {
    .banner-image {
        content-visibility: auto;
        contain-intrinsic-size: 400px;
    }
}

.custom-zone-banner {
    width: 100%;
    position: relative;
}

.custom-zone-banner .swiper-container {
    width: 100%;
    position: relative;
}

.custom-zone-banner .swiper-slide {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 52vh;
    overflow: hidden;
}

.custom-zone-banner .banner-image {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    animation-delay: 0.1s;
}

.custom-zone-banner .banner-content {
    position: absolute;
    top: 5%;
    width: 50%;
    padding: 15px;
    backdrop-filter: blur(2px);
    border-radius: 8px;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    animation-delay: 0.2s;
}

.custom-zone-banner .title {
    font-size: 2.8vw;
    color: #1f5592;
    font-style: normal;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-family: "Saira", sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    animation-delay: 0.3s;
}

.custom-zone-banner .content {
    font-family: 'Saira', sans-serif;
    }

.custom-zone-banner .btn {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 28px;
    background: linear-gradient(45deg, #F66B1D, #FF2400);
    color: white;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    font-size: 1.2vw;
    transition: all 0.3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .custom-zone-banner .swiper-slide {
        height: 22vh;
        padding: 0;
    }

    .custom-zone-banner .banner-image {
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
        transform: none;
        margin-bottom: 40px;
    }

    .custom-zone-banner .banner-content {
        width: 90%;
        left: 5%;
        top: 15%;
        text-align: center;
    }

    .custom-zone-banner .title {
        font-size: 8vw;
    }

    .custom-zone-banner .content {
        font-size: 6vw;
    }

    .custom-zone-banner .btn {
        font-size: 3vw;
        padding: 10px 18px;
    }
}

.product-list-body .product-item {
    margin-bottom: 30px;
}

.pages-product-list .product-list .product-list-body .product-item .title {
    display: flex;
    text-align: center;
    height: 55px;
    overflow: hidden;
    line-height: 1.2;
    white-space: normal;
    flex-direction: column;
}

.pages-product-list .product-list .product-list-body .product-item .title h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.product-list-body .product-item .full-content {
    text-align: left;
    padding: 5px 5px 45px;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #666;
    max-height: 9.5em;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-list-body .product-item .full-content p,
.product-list-body .product-item .full-content span,
.product-list-body .product-item .full-content div {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.product-list-body .product-item .price-container {
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #eee;
}

.product-list-body .product-item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-list-body .product-item .price-label {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.product-list-body .product-item .price-value {
    font-size: 16px;
    color: #fd3407;
    font-weight: 700;
}

.product-list-body .product-item .price-contact {
    font-size: 16px;
    color: #fd3407;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .product-list-body .product-item .full-content {
        font-size: 0.75rem;
        line-height: 1.3;
        padding: 8px;
    }

    .product-list-body .product-item .price {
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

    .product-list-body .product-item .full-content {
        padding: 5px;
        font-size: 0.85rem;
    }
}

/* Product card styles */
.custom-zone-homeproduct .product-item,
.product-item {
    text-align: center;
}

/* Thêm các background khác nhau cho product-item */
.product-item.bg-blue {
    background: #455575;
    color: #fff;
    border-radius: 8px;
}

.product-item.bg-navy {
    background: #00194c;
    color: #fff;
    border-radius: 8px;
}

.product-item.bg-white1 {
    background: #f1f5ff;
    color: #001726;
    border-radius: 8px;
}

.priority {
    contain: content;
    content-visibility: visible;
    will-change: opacity, transform;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.search-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f66b1d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-button em.ri-search-line {
    font-size: 20px;
    color: white;
    line-height: 1;
}

.search-button:hover {
    background: #d15414;
    transform: scale(1.1);
}

/* Đổi màu price-value và title h3 theo nền product-item */
.product-item.bg-blue .price-value,
.product-item.bg-blue .title h3,
.product-item.bg-blue .title h3 span,
.custom-zone-homeproduct .product-item.bg-blue .title h3,
.custom-zone-homeproduct .product-item.bg-blue .title h3 span {
    color: #fff !important;
}

.product-item.bg-navy .price-value,
.product-item.bg-navy .title h3,
.product-item.bg-navy .title h3 span,
.custom-zone-homeproduct .product-item.bg-navy .title h3,
.custom-zone-homeproduct .product-item.bg-navy .title h3 span {
    color: #fff !important;
}

.product-item.bg-white .price-value,
.product-item.bg-white .title h3,
.product-item.bg-white .title h3 span,
.custom-zone-homeproduct .product-item.bg-white .title h3,
.custom-zone-homeproduct .product-item.bg-white .title h3 span {
    color: #001726 !important;
}

/* Độ cao header */
.custom-menu, header .header-info #header-info, .main-nav-menuhome, header .header-info #header-info .logo {
    height: 88px;
}

/* Hiển thị hotline-mobile1 trên cả PC và mobile */
.hotline-mobile1 {
    display: block;
    font-weight: bold;
    color: #fd3407;
    font-size: 1.1rem;
    padding: 0 10px;
    line-height: 1.5;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    /* Có thể thêm icon điện thoại nếu muốn */
}

@media (min-width: 992px) {
    /* PC: căn phải header, nổi bật hơn, cách phải 1/12 màn hình */
    .hotline-mobile1 {
        position: absolute;
        right: 8.33vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        font-size: 1.15rem;
        background: #fff7f0;
        border: 1px solid #ffd6b0;
        border-radius: 22px;
        padding: 7px 22px 7px 38px;
        box-shadow: 0 2px 8px rgba(253, 52, 7, 0.08);
        transition: box-shadow 0.2s, background 0.2s;
        text-align: left;
        min-width: 160px;
        display: inline-block;
    }
    .hotline-mobile1::before {
        content: "\260E";
        /* Unicode icon điện thoại */
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2em;
        color: #fd3407;
        opacity: 0.85;
    }
    .hotline-mobile1:hover {
        background: #fff0e6;
        box-shadow: 0 4px 16px rgba(253, 52, 7, 0.18);
        border-color: #fd3407;
    }
}

@media (max-width: 991px) {
    /* Mobile: căn giữa header hoặc đặt phía trên cùng */
    .hotline-mobile1 {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        border-radius: 25px;
        padding: 2px 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
