.YouTubePopUp-Close {
    background: none !important;
}

/* Home hero video */
.main-slider .image-bg .p_video,
.main-slider .image-bg .p_video .videoContent {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-slider .image-bg .p_video video,
.slide-item .image-bg .p_video video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    margin-left: 0 !important;
    object-fit: cover;
    object-position: center center;
}

.YouTubePopUp-Close:before,
.YouTubePopUp-Close:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 2px;
    width: 2px;
    height: 20px;
    background: #fff;
}

.YouTubePopUp-Close:before {
    transform: rotate(45deg);
}

.YouTubePopUp-Close:after {
    transform: rotate(-45deg);
}

#c_static_001-1678064491958 .e_bannerA-1 .p_videoPoster::before {
    background: none !important;
}

#c_static_001-1678068438339 .e_formBtn-14,
#c_static_001-1678064491958 .e_bannerA-1 .swiper-button-next {
    background-image: none !important;
}

/* Production Advantages warm gradient background when scroll light mode is active */
body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"],
body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"].background-section {
    background: linear-gradient(135deg, #efb16d 0%, #d18a45 46%, #f0b875 100%);
}

body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"] .background-section,
body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"] .mask-bg,
body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"] .mask-bg-2 {
    background-color: transparent;
}

body.v-light:not(.no-light) .box-gallery-content[data-dsn="color"] .bg-mask-content {
    background: rgba(172, 94, 37, 0.34);
}

/* Footer social QR codes */
.footer-social-qrcodes {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-item {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.footer-social-icon {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: default;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.footer-social-link {
    text-decoration: none;
}

.footer-social-xhs {
    font-size: 10px;
    letter-spacing: 0;
}

.footer-social-facebook {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-social-instagram {
    font-size: 19px;
}

.footer-social-item:hover .footer-social-icon,
.footer-social-icon:focus {
    color: #151515;
    border-color: #cdac64;
    background: #cdac64;
    outline: none;
}

.footer-social-qr {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    z-index: 30;
    display: block;
    width: 128px;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.footer-social-qr::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.footer-social-qr img {
    position: relative;
    z-index: 1;
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.footer-social-item:hover .footer-social-qr,
.footer-social-item:focus-within .footer-social-qr {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.footer-social-item.is-empty .footer-social-qr,
.footer-social-item[data-qr=""] .footer-social-qr {
    display: none;
}

/* Footer social image icons */
.footer-social-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer-social-xhs img {
    width: 28px;
    height: 20px;
}

.footer-social-facebook img {
    width: 20px;
    height: 25px;
}

/* Header active nav underline */
@media only screen and (min-width: 992px) {
    .classic-menu .site-header .nav-border-bottom {
        display: none !important;
    }

    .classic-menu .site-header .extend-container .main-navigation {
        position: relative !important;
    }

    .classic-menu .site-header .extend-container .main-navigation::before {
        content: "";
        position: absolute;
        display: block;
        left: 63px;
        top: 28px;
        width: 25px;
        height: 1px;
        background: #cdac64;
        border-radius: 3px;
        pointer-events: none;
    }
}

@media only screen and (max-width: 991px) {
    .classic-menu .site-header {
        padding: 18px 20px !important;
    }

    .classic-menu .site-header > .extend-container {
        align-items: center !important;
    }

    .classic-menu .site-header .inner-header .main-logo {
        width: 126px !important;
        line-height: 0;
    }

    .classic-menu .site-header .inner-header .main-logo img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .classic-menu .site-header .inner-header .main-logo img.dark-logo {
        display: none !important;
    }

    .classic-menu .site-header .inner-header .main-logo img.light-logo {
        display: block !important;
    }

    .classic-menu .site-header .menu-icon {
        top: 0 !important;
        align-items: center !important;
    }

    .classic-menu .site-header .menu-icon .text-menu {
        display: none !important;
    }

    .classic-menu .site-header .extend-container .main-navigation {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        overflow: hidden;
    }

    .classic-menu .site-header .extend-container .main-navigation::before {
        display: none !important;
    }

    .classic-menu .site-header .extend-container .main-navigation ul.extend-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 96px 28px 44px !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 575px) {
    .classic-menu .site-header {
        padding: 16px 18px !important;
    }

    .classic-menu .site-header .inner-header .main-logo {
        width: 120px !important;
    }
}

/* Footer address labels */
.footer-1 .col-address p strong,
.footer-1 .col-address p span {
    color: #fff;
    font-weight: 700;
}

/* Product detail without hero */
body.product-detail-page .main-root #dsn-scrollbar > .wrapper:first-of-type,
body.showroom-detail-page .main-root #dsn-scrollbar > .wrapper:first-of-type,
body.case-detail-page .main-root #dsn-scrollbar > .wrapper:first-of-type {
    padding-top: 0;
}

body.product-detail-page .container.colection-image.section-margin.has-popup.over-hidden.jiaju,
body.showroom-detail-page .container.colection-image.section-margin.has-popup.over-hidden.jiaju,
body.case-detail-page .container.colection-image.section-margin.has-popup.over-hidden.jiaju {
    padding-top: 60px;
}

body.product-detail-page .product-detail-main,
body.showroom-detail-page .product-detail-main,
body.case-detail-page .product-detail-main {
    position: relative;
}

body.product-detail-page .product-detail-back,
body.showroom-detail-page .product-detail-back,
body.case-detail-page .product-detail-back {
    position: absolute;
    top: 6px;
    right: 0;
    margin: 0;
    float: none;
    line-height: 1;
}

body.product-detail-page .product-detail-back a,
body.showroom-detail-page .product-detail-back a,
body.case-detail-page .product-detail-back a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    font-weight: 600;
    transition: color .25s ease;
}

body.product-detail-page .product-detail-back a:hover,
body.showroom-detail-page .product-detail-back a:hover,
body.case-detail-page .product-detail-back a:hover {
    color: #cdac64;
}

/* Home Factory Advantages left image */
@media only screen and (min-width: 992px) {
    .box-gallery-vertical.box-gallery-content .row > .col-lg-6:first-child {
        overflow: visible;
    }

    .box-gallery-vertical.box-gallery-content .row > .col-lg-6:first-child .box-im {
        width: calc(100% + ((100vw - 1140px) / 2) + 15px);
        max-width: none;
        margin-left: calc(((100vw - 1140px) / -2) - 15px);
        overflow: hidden;
    }

    .box-gallery-vertical.box-gallery-content .row > .col-lg-6:first-child .box-im img {
        display: block;
        width: 100%;
        height: 864px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-gallery-vertical.box-gallery-content .row > .col-lg-6:first-child .box-im {
        width: calc(100% + ((100vw - 960px) / 2) + 15px);
        margin-left: calc(((100vw - 960px) / -2) - 15px);
    }
}

/* Home Factory Advantages copy */
.box-gallery-vertical.box-gallery-content .bg-mask-content p {
    font-weight: 600;
    line-height: 1.8;
}
