/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.entry-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.xc-nhan-bao-gia {
    position: fixed;
    bottom: 3px;
    left: 1px;
    z-index: 90000050;
    width: 160px;
    height: 40px;
}

@media (min-width: 768px) {
    .xc-nhan-bao-gia {
        width: 223px;
    }
}

.xc-nhan-bao-gia__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(129, 74, 74);
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
    animation: xc-nhan-bao-gia-pulse 1s infinite;
    animation-delay: 1s;
    transition: transform 0.2s linear;
}

.xc-nhan-bao-gia__link:active {
    transform: translateY(2px);
}

.xc-nhan-bao-gia__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

@keyframes xc-nhan-bao-gia-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.xc-float-contact__zalo {
    position: fixed;
    right: 0;
    z-index: 90000050;
    animation: xc-float-pulse 1s infinite;
    animation-delay: 1s;
    display: block;
}

.xc-float-contact__zalo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xc-float-contact__hotline {
    position: fixed;
    right: 6px;
    bottom: 5px;
    z-index: 90000050;
    display: flex;
    align-items: center;
    background-color: rgb(255, 22, 22);
    border-radius: 33px;
    text-decoration: none !important;
    animation: xc-float-pulse 1s infinite;
    animation-delay: 1s;
}

.xc-float-contact__hotline-content {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 10px;
    color: #fff !important;
    text-align: center;
}

.xc-float-contact__hotline-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.xc-float-contact__hotline-number {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

.xc-float-contact__hotline-img {
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .xc-float-contact__zalo {
        bottom: 55px;
        width: 67px;
        height: 67px;
    }
    .xc-float-contact__hotline {
        height: 52px;
        padding-left: 5px;
    }
    .xc-float-contact__hotline-img {
        width: 52px;
        height: 52px;
    }
}

@media (min-width: 768px) {
    .xc-float-contact__zalo {
        bottom: 78px;
        width: 79px;
        height: 79px;
    }
    .xc-float-contact__hotline {
        height: 72px;
        padding-left: 15px;
    }
    .xc-float-contact__hotline-img {
        width: 72px;
        height: 72px;
    }
    .xc-float-contact__hotline-title,
    .xc-float-contact__hotline-number {
        font-size: 18px;
    }
}

@keyframes xc-float-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.header-button-1 .button.primary {
    background-color: rgb(236, 148, 16) !important;
    border-radius: 11px !important;
    animation: xc-float-pulse 1s infinite;
    animation-delay: 1s;
    border: none !important;
}

.header-button-1 .button.primary span {
    font-size: 13px !important;
    font-weight: bold !important;
    color: rgb(236, 192, 165) !important;
}

.xc-lead-form {
    width: 453.5px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    border: 5px solid rgb(129, 74, 74);
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.xc-lead-form__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(236, 148, 16);
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.xc-lead-form__benefits {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xc-lead-form__benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.xc-lead-form__icon {
    width: 24px;
    height: 24px;
    fill: rgb(255, 189, 89);
    flex-shrink: 0;
    margin-top: 2px;
}

.xc-lead-form__text {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(236, 192, 165);
}

.xc-lead-form__highlight {
    font-weight: bold;
    color: rgb(236, 148, 16);
}

.xc-lead-form__fields {
    width: 355px;
    max-width: 100%;
    margin: 0 auto;
}

.xc-lead-form__group {
    margin-bottom: 7px;
}

.xc-lead-form__row {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}

.xc-lead-form__col {
    flex: 1;
}

.xc-lead-form__input {
    width: 100%;
    height: 36px;
    background-color: #fff !important;
    border: 1px solid rgb(241, 243, 244) !important;
    color: #000 !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.xc-lead-form__input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.xc-lead-form__submit-wrap {
    text-align: center;
    margin-top: 15px;
}

.xc-lead-form__submit {
    background-color: rgb(129, 74, 74) !important;
    color: rgb(241, 243, 244) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0 15px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 193px !important;
    max-width: 100%;
    text-transform: uppercase !important;
    transition: opacity 0.3s;
    margin: 0 auto !important;
    display: inline-block !important;
    cursor: pointer;
}

.xc-lead-form__submit:hover {
    opacity: 0.9 !important;
}

#banner-45370576 {
    padding-top: 796.1px !important;
}

.xc-lead-form p {
    margin: 0 !important;
    padding: 0 !important;
}
.xc-lead-form br {
    display: none !important;
}
.xc-lead-form__benefit-item p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.xc-hero {
    padding-top: 796.1px !important;
}

.xc-hero .banner-bg img {
    display: none !important;
}
.xc-hero .banner-bg {
    background-image: url("assets/images/banner-pc-cxl.jpg") !important;
    background-size: 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.xc-hero .banner-layers {
    max-width: 960px !important;
    position: relative;
    margin: 0 auto;
}

.xc-hero .text-box {
    position: absolute !important;
    width: 453.5px !important;
    top: 38px !important;
    left: -172.733px !important;
    transform: none !important;
    margin: 0 !important;
}

.xc-hero .img {
    position: absolute !important;
    width: 398.465px !important;
    top: 529.5px !important;
    left: 972.535px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
}

.xc-hero .img .img-inner {
    animation: xc-float-pulse 1s infinite;
    animation-delay: 1s;
}

@media (max-width: 767px) {
    .xc-lead-form {
        width: 100%;
        padding: 20px 15px;
    }
    
    .xc-lead-form__title {
        font-size: 20px;
    }
    
    .xc-lead-form__text {
        font-size: 16px;
    }
    
    .xc-lead-form__icon {
        width: 21.6px;
        height: 21.6px;
    }
    
    .xc-lead-form__fields {
        width: 100%;
    }
    
    .xc-lead-form__input {
        height: 32px;
    }
    
    .xc-lead-form__submit {
        width: 174px !important;
        height: 36px !important;
        line-height: 36px !important;
    }

    .xc-hero {
        padding-top: 1000px !important; 
        overflow: hidden !important; 
    }

    .xc-hero .banner-bg {
        background-image: url("assets/images/banner-mb-cxl2.jpg") !important;
        background-size: 100% 550.4px !important;
    }

    .xc-hero .banner-layers {
        max-width: 100% !important;
    }
    
    .xc-hero .text-box {
        width: calc(100% - 20px) !important;
        max-width: 410px !important;
        top: 561px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .xc-hero .img {
        width: 193.32px !important;
        top: 42.44px !important;
        left: -50% !important; 
        right: auto !important;
        bottom: auto !important;
        display: block !important;
        opacity: 0 !important; 
    }

    .xc-copyright .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 48em) {

}

@font-face {
    font-family: "SVN-Times-New-Roman-Bold";
    src: url("assets/fonts/svn-times-new-roman-bold.ttf") format("truetype");
}

.xc-section-title {
    font-family: "SVN-Times-New-Roman-Bold", "Times New Roman", Times, serif !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    color: rgb(236, 148, 16) !important;
    text-align: center !important;
    text-shadow: rgb(0, 0, 0) 2px 1px 1px !important;
    margin: 0 auto 30px auto !important;
    padding: 0 !important;
    position: relative;
    display: block;
    width: 100%;
}

.xc-section-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("assets/images/title-decoration.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (min-width: 768px) {
    .xc-section-title {
        font-size: 30px !important;
        padding-bottom: 25px !important;
    }
    .xc-section-title::after {
        width: 440px;
        height: 11px;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .xc-section-title {
        font-size: 20px !important;
        padding-bottom: 20px !important;
    }
    .xc-section-title::after {
        width: 400px;
        max-width: 100%;
        height: 10px;
        bottom: 0;
    }
    }
}

.xc-download {
    background: linear-gradient(180deg, rgb(1, 49, 21) 0%, rgb(1, 76, 33) 100%) !important;
    background-color: rgb(1, 49, 21) !important;
}
.xc-download .section-bg {
    background: linear-gradient(180deg, rgb(1, 49, 21) 0%, rgb(1, 76, 33) 100%) !important;
    background-color: rgb(1, 49, 21) !important;
    opacity: 1 !important;
    display: block !important;
}

.xc-download p.text-form {
    display: none !important;
}

.xc-download-form p {
    margin: 0 !important;
    padding: 0 !important;
}
.xc-download-form br {
    display: none !important;
}

.xc-download-form {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.xc-download-form__title {
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(236, 192, 165) !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.xc-download-form__fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: space-between;
    margin-bottom: 15px;
}

.xc-download-form__group p {
    width: 100%;
}
.xc-download-form__submit-wrap p {
    display: flex;
    align-items: center;
    width: 100%;
}

.xc-download-form__input {
    width: 100%;
    height: 36px !important;
    background-color: #fff !important;
    border: 1px solid rgb(241, 243, 244) !important;
    color: #000 !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.xc-download-form__input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.xc-download-form__submit {
    background-color: rgb(129, 74, 74) !important;
    color: rgb(241, 243, 244) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: opacity 0.3s;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer;
}
.xc-download-form__submit:hover {
    opacity: 0.9 !important;
}

.xc-download-form__note {
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {
    .xc-download-form__title {
        font-size: 25px !important;
    }
    
    .xc-download-form__fields {
        gap: 15px;
    }
    
    .xc-download-form__group {
        flex: 1;
    }
    .xc-download-form__group--name { max-width: 202px; }
    .xc-download-form__group--phone { max-width: 210px; }
    .xc-download-form__group--demand { max-width: 202px; }
    .xc-download-form__submit-wrap { max-width: 229px; flex: 1; }
    
    .xc-download-form__note {
        font-size: 11px;
        color: rgb(236, 192, 165);
    }
}

@media (max-width: 767px) {
    .xc-download-form {
        padding: 0 10px;
    }
    .xc-download-form__title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .xc-download-form__fields {
        gap: 12px 10px;
    }
    
    .xc-download-form__group--name { width: 100%; }
    .xc-download-form__group--phone { width: calc(50% - 5px); }
    .xc-download-form__group--demand { width: calc(50% - 5px); }
    
    .xc-download-form__submit-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .xc-download-form__submit {
        width: 185px !important;
        height: 34px !important;
        line-height: 34px !important;
    }
    
    .xc-download-form__note {
        font-size: 9px;
        color: rgb(255, 255, 255);
        margin-top: 20px !important;
    }
        }
}

.xc-copyright .col.medium-4 .img {
    position: relative;
    z-index: 1;
}

.xc-copyright .col.medium-4 .img::after {
    content: "";
    position: absolute;
    bottom: -31px;
    right: -26px;
    width: 46%;
    height: 62%;
    background-color: rgb(255, 94, 21);
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
    animation: xc-fadeInRight 1s ease-out 0.5s both;
}

@keyframes xc-fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .xc-copyright .col.medium-4 .img::after {
        bottom: -22px;
        right: -18px;
    }
}
}

.xc-contact .xc-section-title {
    color: rgb(249, 229, 200) !important;
}

.xc-contact-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.xc-contact-info__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

.xc-contact-info__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.xc-contact-info__item--address::before {
    width: 37px;
    height: 27px;
    background-image: url("assets/images/icon-address.svg");
}

.xc-contact-info__item--hotline::before {
    width: 39px;
    height: 27px;
    background-image: url("assets/images/icon-hotline.svg");
}

.xc-contact p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .xc-contact-info__item, .xc-contact p {
        font-size: 15px;
    }
}

.xc-footer-form {
    width: 100%;
    max-width: 296.5px;
    margin: 0; 
}

.xc-footer-form p { margin: 0 !important; padding: 0 !important; }
.xc-footer-form br { display: none !important; }

.xc-footer-form__group {
    margin-bottom: 10px;
    width: 100%;
}
.xc-footer-form__group p {
    width: 100%;
}

.xc-footer-form__input {
    width: 100%;
    height: 36px !important;
    background-color: #fff !important;
    border: 1px solid rgb(241, 243, 244) !important;
    color: #000 !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.xc-footer-form__input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.xc-footer-form__submit-wrap {
    margin-top: 15px;
    width: 100%;
}

.xc-footer-form__submit-wrap p {
    display: flex;
    align-items: center;
    width: 100%;
}

.xc-footer-form__submit {
    background-color: rgb(129, 74, 74) !important;
    color: rgb(241, 243, 244) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: opacity 0.3s;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

.xc-footer-form__submit:hover {
    opacity: 0.9 !important;
}

@media (max-width: 767px) {
    .xc-footer-form {
        margin: 0 auto; 
    }
    }
}

div.mfp-wrap .mfp-content div.lightbox-content#yeu-cau {
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    max-width: 400px !important;
}

div.mfp-wrap .mfp-content div.lightbox-content:has(.xc-popup) {
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    max-width: 400px !important;
}

.xc-popup {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgb(236, 192, 165);
}

.xc-popup__bg {
    position: absolute;
    top: -158px;
    left: 0;
    width: 400px;
    height: 599.58px;
    background-image: url("assets/images/popup-bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.xc-popup__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 35, 75, 0.7);
}

.xc-popup__content {
    position: relative;
    z-index: 2;
    padding: 27px 43px 0 43px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xc-popup__title {
    font-family: "SVN-Times-New-Roman-Bold", "Times New Roman", Times, serif !important;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(236, 192, 165) !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px !important;
    text-shadow: none !important;
}

.xc-popup p { margin: 0 !important; padding: 0 !important; width: 100%; }
.xc-popup br { display: none !important; }

.xc-popup__logos {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    padding: 0 25px;
}

.xc-popup__logos p {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.xc-popup__logo--masteri {
    width: 143px;
    height: auto;
}

.xc-popup__logo--micc {
    width: 200px;
    height: auto;
}

.xc-popup-form {
    width: 100%;
}

.xc-popup-form__group {
    margin-bottom: 10px;
    width: 100%;
}

.xc-popup-form__input {
    width: 100%;
    height: 41px !important;
    background-color: #fff !important;
    border: 1px solid rgba(132, 132, 132, 0.4) !important;
    color: rgb(132, 132, 132) !important;
    padding: 0 8px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.xc-popup-form__input::placeholder {
    color: rgb(132, 132, 132) !important;
    opacity: 1;
}

.xc-popup-form__submit-wrap p {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.xc-popup-form__submit {
    background-color: rgb(244, 64, 37) !important;
    color: rgb(236, 192, 165) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    height: 47px !important;
    line-height: 47px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: opacity 0.3s;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

.xc-popup-form__submit:hover {
    opacity: 0.9 !important;
}

@media (max-width: 767px) {
    .xc-popup__bg {
        top: -89px;
    }
}

#footer.footer-wrapper {
    display: none !important;
}