﻿:root {
    --tp-ff-body: 'Mulish', sans-serif;
    --tp-ff-heading: 'Mulish', sans-serif;
    --tp-ff-p: 'Mulish', sans-serif;
}

@font-face {
    font-family: 'SVN-Night Wind Sent';
    src: url('/Contents_QROrderFnB/assets/SVN-Night Wind Sent.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.mainmenu__main {
    margin-left: 45px;
}

    .mainmenu__main > .main-menu a {
        padding: 16px 0;
    }

.main-menu ul > li > a {
    color: #623524;
}

.logo img.imgLogo, .mainmenu__logo img.imgLogo {
    max-height: 100px;
}

.breadcrumb__area_fnb {
    position: relative;
    background: linear-gradient(to top, #3F1A0F 50%, transparent 100%), url(/Contents_QROrderFnB/assets/img/bg-banner.jpg);
    background-size: contain, contain; /* Kích thước */
    background-position: top; /* Căn chỉnh */
    background-repeat: repeat; /* Không lặp */
    min-height: 500px;
}

    .breadcrumb__area_fnb::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        opacity: 0.6;
    }

.logo-banner {
    max-width: 150px;
    min-width: 100px;
    margin: 15px 0 0 30px;
}

.tuViGiacDenSucKhoe {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tuViGiacDenSucKhoe .divSK {
        padding-top: 230px;
    }

.vgsk_Tu {
    font-family: Arial;
    font-size: 40px;
}

.vgsk_vg {
    font-family: "SVN-Night Wind Sent";
    font-size: 145px;
}

.vgsk_Den {
    font-family: Arial;
    font-size: 40px;
}

.vgsk_sk {
    font-family: "SVN-Night Wind Sent";
    font-size: 145px;
}

.buocDemChoTriLieuContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 5px 0px 5px;
}

.contentVGSK {
    color: #F1E7D7;
    padding: 50px 50px 50px 50px;
    font-family: Arial;
    font-style: italic;
    text-align: justify;
    text-align-last: center;
}

@media (max-width:1199px) {
    .vgsk_vg {
        font-family: "SVN-Night Wind Sent";
        font-size: 100px;
    }

    .vgsk_sk {
        font-family: "SVN-Night Wind Sent";
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .tuViGiacDenSucKhoe {
        display: block;
    }

        .tuViGiacDenSucKhoe .divVG {
            padding-top: 75px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-left: 5px;
        }

    .vgsk_Tu {
        font-family: Arial;
        font-size: 25px;
    }

    .vgsk_vg {
        font-family: "SVN-Night Wind Sent";
        font-size: 80px;
    }

    .tuViGiacDenSucKhoe .divSK {
        padding-top: 100px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 5px;
    }

    .vgsk_Den {
        font-family: Arial;
        font-size: 25px;
    }

    .vgsk_sk {
        font-family: "SVN-Night Wind Sent";
        font-size: 80px;
    }

    .buocDemChoTriLieuContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 55px 5px 0px 5px;
    }

    .contentVGSK {
        color: #F1E7D7;
        padding: 20px 20px 20px 20px;
        font-family: Arial;
        font-style: italic;
        text-align: justify;
        text-align-last: center;
    }
}

/* Tạo góc bo cong võng vào trong */
.bannerMain {
    position: relative;
    color: white;
    /*border: 2px solid #E9D9BA;
    border-radius: 8px;*/
}

    .bannerMain > .corner {
        position: absolute;
        width: 28px;
        height: 28px;
        background-color: transparent;
    }

        /* Góc trên trái */
        .bannerMain > .corner.top-left {
            top: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-top: none;
            border-radius: 0px 0 28px 0;
        }

        /* Góc trên phải */
        .bannerMain > .corner.top-right {
            top: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-top: none;
            border-radius: 0 0px 0 28px;
        }

        /* Góc dưới trái */
        .bannerMain > .corner.bottom-left {
            bottom: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-bottom: none;
            border-radius: 0 28px 0 0px;
        }

        /* Góc dưới phải */
        .bannerMain > .corner.bottom-right {
            bottom: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-bottom: none;
            border-radius: 28px 0 0px 0;
        }

    .bannerMain > .corner_Flower_TopLeft {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 20px;
    }

    .bannerMain > .corner_Flower_TopRight {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
    }

    .bannerMain > .corner_Flower_BottomLeft {
        position: absolute;
        bottom: -10px;
        left: -10px;
        width: 20px;
    }

    .bannerMain > .corner_Flower_BottomRight {
        position: absolute;
        bottom: -10px;
        right: -10px;
        width: 20px;
    }

    .bannerMain > .banner-border-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 54px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .bannerMain > .banner-border-bottom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 54px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .bannerMain > .banner-border-left {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 54px);
        background: linear-gradient(to bottom, #BE7626, #BE7626);
    }

    .bannerMain > .banner-border-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 54px);
        background: linear-gradient(to bottom, #EDC334, #EDC334);
    }

.buocDemChoTriLieu {
    position: relative;
    color: white;
    /*border: 2px solid #E9D9BA;
    border-radius: 8px;*/
    min-height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .buocDemChoTriLieu > .corner {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: transparent;
        z-index: 1;
    }

        /* Góc trên trái */
        .buocDemChoTriLieu > .corner.top-left {
            top: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-top: none;
            border-radius: 0px 0 12px 0;
        }

        /* Góc trên phải */
        .buocDemChoTriLieu > .corner.top-right {
            top: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-top: none;
            border-radius: 0 0px 0 12px;
        }

        /* Góc dưới trái */
        .buocDemChoTriLieu > .corner.bottom-left {
            bottom: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-bottom: none;
            border-radius: 0 12px 0 0px;
        }

        /* Góc dưới phải */
        .buocDemChoTriLieu > .corner.bottom-right {
            bottom: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-bottom: none;
            border-radius: 12px 0 0px 0;
        }

    .buocDemChoTriLieu > .banner-border-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 22px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .buocDemChoTriLieu > .banner-border-bottom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 22px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .buocDemChoTriLieu > .banner-border-left {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 22px);
        background: linear-gradient(to bottom, #BE7626, #BE7626);
    }

    .buocDemChoTriLieu > .banner-border-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 22px);
        background: linear-gradient(to bottom, #EDC334, #EDC334);
    }

.buocDemChoTriLieu1 {
    position: relative;
    color: white;
    /*border: 2px solid #E9D9BA;
    border-radius: 8px;*/
    min-height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #CF986B, #EED5B8);
}

    .buocDemChoTriLieu1 > .corner {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #3F1A0F;
    }

        /* Góc trên trái */
        .buocDemChoTriLieu1 > .corner.top-left {
            top: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-top: none;
            border-radius: 0px 0 12px 0;
        }

        /* Góc trên phải */
        .buocDemChoTriLieu1 > .corner.top-right {
            top: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-top: none;
            border-radius: 0 0px 0 12px;
        }

        /* Góc dưới trái */
        .buocDemChoTriLieu1 > .corner.bottom-left {
            bottom: 0;
            left: 0;
            border: 2px solid #BE7626;
            border-left: none;
            border-bottom: none;
            border-radius: 0 12px 0 0px;
        }

        /* Góc dưới phải */
        .buocDemChoTriLieu1 > .corner.bottom-right {
            bottom: 0;
            right: 0;
            border: 2px solid #EDC334;
            border-right: none;
            border-bottom: none;
            border-radius: 12px 0 0px 0;
        }

    .buocDemChoTriLieu1 > .banner-border-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 22px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .buocDemChoTriLieu1 > .banner-border-bottom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 22px);
        height: 2px;
        background: linear-gradient(to right, #BE7626, #EDC334);
    }

    .buocDemChoTriLieu1 > .banner-border-left {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 22px);
        background: linear-gradient(to bottom, #BE7626, #BE7626);
    }

    .buocDemChoTriLieu1 > .banner-border-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: calc(100% - 22px);
        background: linear-gradient(to bottom, #EDC334, #EDC334);
    }

.buocDemChoTriLieuText {
    padding: 10px;
    color: #623524;
    font-weight: bold;
    font-size: 25px;
    font-family: Arial;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    .main-menu ul > li {
        position: relative;
        list-style: none;
        display: inline-block;
        margin-right: 48px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul > li {
        margin-right: 14px;
    }
}

@media (max-width: 767px) {
    .logo img.imgLogo, .mainmenu__logo img.imgLogo {
        max-height: 60px;
    }
}

/*box-cate-featured-v2 -> product-fnb-list*/
.product-fnb-list .item-news.full-thumb .thumb-art {
    width: 40%;
    margin: 0;
    padding-top: 4px;
}

.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f4f4f4;
}

.thumb-5x3 {
    padding-bottom: 60%;
}

.product-fnb-list .wrap-sum-news {
    width: 60%;
    padding-left: 10px;
}

.box-cate-featured .item-news .title-news {
    font-size: 15px;
    font-weight: 700;
    clear: both;
}

.item-news .title-news {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 12px;
}

.item-news .description {
    font-family: "Merriweather", serif;
    font-size: 13px;
    /*line-height: 160%;*/
    margin-bottom: 4px;
}

/*.product-fnb-list .item-news.full-thumb .title-news, .product-fnb-list .item-news.full-thumb .description {
    padding-right: 20px;
}*/

.box-cate-featured .item-news.full-thumb .title-news, .box-cate-featured .item-news.full-thumb .description, .box-cate-featured .item-news.full-thumb p.meta-news {
    padding-left: 15px;
    padding-right: 15px;
}

.item-news .thumb-art {
    width: 260px;
    float: left;
    margin-right: 20px;
}

.item-news {
    display: flex;
}

.item-news-bound {
    background: radial-gradient(circle at top left,transparent 10px, 11px, #eed5b8 0) top left, radial-gradient(circle at top right,transparent 10px, 11px, #eed5b8 0) top right, radial-gradient(circle at bottom left,transparent 10px, 11px, #eed5b8 0) bottom left, radial-gradient(circle at bottom right,transparent 10px, 11px, #eed5b8 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    /*border: 1px solid red;*/
}

.item-news-bound-drink {
    background: radial-gradient(circle at top left,transparent 10px, 11px, #6b3f2d 0) top left, radial-gradient(circle at top right,transparent 10px, 11px, #6b3f2d 0) top right, radial-gradient(circle at bottom left,transparent 10px, 11px, #6b3f2d 0) bottom left, radial-gradient(circle at bottom right,transparent 10px, 11px, #6b3f2d 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    /*border: 1px solid red;*/
}

.item-news-bound-food {
    background: radial-gradient(circle at top left,transparent 10px, 11px, #eed5b8 0) top left, radial-gradient(circle at top right,transparent 10px, 11px, #eed5b8 0) top right, radial-gradient(circle at bottom left,transparent 10px, 11px, #eed5b8 0) bottom left, radial-gradient(circle at bottom right,transparent 10px, 11px, #eed5b8 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    /*border: 1px solid red;*/
}

.thumb-art {
    position: relative;
}

.thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

[v-cloak] {
    display: none;
}


.category-name-product-bound {
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 5px;
    background: radial-gradient(circle at top left,transparent 12px, #BC7D22 15px, #623524 0) top left, radial-gradient(circle at top right,transparent 12px, #BC7D22 15px, #623524 0) top right, radial-gradient(circle at bottom left,transparent 12px, #BC7D22 15px, #623524 0) bottom left, radial-gradient(circle at bottom right,transparent 12px, #BC7D22 15px, #623524 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

    .category-name-product-bound:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 30px);
        height: calc(100%);
        margin: 0 15px;
        border-top: 1px solid #BC7D22;
        border-bottom: 1px solid #BC7D22;
    }

    .category-name-product-bound:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100%);
        height: calc(100% - 30px);
        margin: 15px 0;
        border-left: 1px solid #BC7D22;
        border-right: 1px solid #BC7D22;
    }

.category-name-product {
    display: inline-block;
    min-width: 150px;
    padding: 10px 20px;
    background: radial-gradient(circle at top left,transparent 12px, red 12px, #eed5b8 0) top left, radial-gradient(circle at top right,transparent 12px, red 12px, #eed5b8 0) top right, radial-gradient(circle at bottom left,transparent 12px, red 12px, #eed5b8 0) bottom left, radial-gradient(circle at bottom right,transparent 12px, red 12px, #eed5b8 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    /*border: 1px solid red;*/
}

.tpcartinfo {
    height: calc(100vh - 100px);
}

.tpcart__product {
    overflow: auto;
}


.div-drink {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e9ccac;
}

    .div-drink .title-news {
        color: #ffffff;
    }

    .div-drink .description {
        color: #f0e7d6;
    }

.div-food {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #613523;
}

    .div-food .title-news {
        color: #9d0a0a;
    }

    .div-food .description {
        color: #613523;
    }

.tpcheck-btn {
    background-color: #B22600;
}

.tpcart__total-price {
    color: #B22600;
}

.tpcart__cart-price .new-price {
    color: #B22600;
}

.tpcart__content-title {
    font-size: 12px;
}

.btn-save-checkout {
    background-color: #CC7900;
}


/* scrollUp */
.scroll-top {
    left: 50px;
}

.footer-scroll-cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: var(--tp-common-white);
    text-align: center;
    cursor: pointer;
    background: var(--tp-text-primary);
    transition: 1s ease;
    border: none;
}

@media (max-width: 767px) {
    .footer-scroll-cart {
        right: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .scroll-top {
        left: 30px;
    }
}

.footer-scroll-cart.open {
    bottom: 30px;
}

.footer-scroll-cart::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.footer-scroll-cart:hover {
    background: var(--tp-text-body);
}

.header-meta__lang > ul > li > a {
    margin-right: 0;
    padding: 8px;
    /*font-size: 13px;
    min-width: 134px;*/
}

.header-meta__lang-submenu {
    padding: 15px 10px;
}

    .header-meta__lang-submenu li {
        font-size: 13px;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .header-meta__lang > ul > li > a {
        /*margin-right: 3px;*/
        /*min-width: 100px;
        padding: 2px;*/
    }

        .header-meta__lang > ul > li > a img {
            margin-right: 3px;
            width: 25px;
        }
}

/*Home Page Start*/
/*.breadcrumb__area_homePage {
    position: relative;*/
/*background-image: url(/Contents_QROrderFnB/assets/img/cover_home_page.jpg);*/
/*background-repeat: no-repeat !important;*/ /* Không lặp */
/*min-height: 500px;*/
/*opacity: 0.2;*/
/*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Contents_QROrderFnB/assets/img/cover_home_page.jpg);
    background-position: center;
    width: 100%;
    height: auto;*/ /* Won’t work unless height is set by content */
/*background-size: cover;*/ /* Kích thước */
/*}*/

/*.breadcrumb__area_homePage::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -99;
        opacity: 0.6;
    }*/

.breadcrumb__area_homePage {
    /*padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);*/
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Contents_QROrderFnB/assets/img/cover_home_page.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

    .breadcrumb__area_homePage .textCoverHomePage {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 30px;
        padding: 10px;
        font-size: 2.25rem;
    }

@media (max-width: 767px) {
    .breadcrumb__area_homePage {
        height: calc(100vh - 60px);
        min-height: 500px;
        /*padding-top: 4.5rem;*/
        padding-bottom: 0;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Contents_QROrderFnB/assets/img/cover_home_page_m.jpg);
    }

        .breadcrumb__area_homePage .textCoverHomePage {
            font-size: 3rem;
        }
}

@media (min-width: 768px) {
    .breadcrumb__area_homePage {
        height: calc(100vh - 60px);
        min-height: 500px;
        /*padding-top: 4.5rem;*/
        padding-bottom: 0;
    }

        .breadcrumb__area_homePage .textCoverHomePage {
            font-size: 3.5rem;
        }
}

@media (min-width: 1200px) {
    .breadcrumb__area_homePage .textCoverHomePage {
        font-size: 3.5rem;
    }
}

.service-area .service_area_title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #C37F2B;
}

.service-area .service_area_subtitle {
    font-family: serif;
    font-size: 1.25rem;
    color: #22201F;
    text-align: justify;
}

.serviceInHomePage-bound {
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 5px;
    background: radial-gradient(circle at top left,transparent 12px, #623524 15px, #E9D9BA 0) top left, radial-gradient(circle at top right,transparent 12px, #623524 15px, #E9D9BA 0) top right, radial-gradient(circle at bottom left,transparent 12px, #623524 15px, #E9D9BA 0) bottom left, radial-gradient(circle at bottom right,transparent 12px, #623524 15px, #E9D9BA 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

    .serviceInHomePage-bound:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 28px);
        height: calc(100%);
        margin: 0 14px;
        border-top: 3px solid #623524;
        border-bottom: 3px solid #623524;
    }

    .serviceInHomePage-bound:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100%);
        height: calc(100% - 28px);
        margin: 14px 0;
        border-left: 3px solid #623524;
        border-right: 3px solid #623524;
    }

.serviceInHomePage {
    display: inline-block;
    min-width: 150px;
    padding: 10px 20px;
    background: radial-gradient(circle at top left,transparent 10px, red 10px, #623524 0) top left, radial-gradient(circle at top right,transparent 10px, red 10px, #623524 0) top right, radial-gradient(circle at bottom left,transparent 10px, red 10px, #623524 0) bottom left, radial-gradient(circle at bottom right,transparent 10px, red 10px, #623524 0) bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    color: #FFF;
    white-space: nowrap;
    /*border: 1px solid red;*/
}
/*Home Page End*/

/*Footer Start*/
.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative
}

    .footer .footer-top {
        padding-top: 50px
    }

    .footer .footer-about .logo {
        line-height: 1;
        margin-bottom: 25px
    }

        .footer .footer-about .logo img {
            max-height: 40px;
            margin-right: 6px
        }

        .footer .footer-about .logo span {
            color: var(--heading-color);
            font-family: var(--heading-font);
            font-size: 26px;
            font-weight: 700;
            letter-spacing: 1px
        }

    .footer .footer-about p {
        font-size: 14px;
        font-family: var(--heading-font)
    }

    .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
        color: #444;
        margin-right: 10px;
        transition: .3s
    }

        .footer .social-links a:hover {
            color: var(--accent-color);
            border-color: var(--accent-color)
        }

    .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px
    }

    .footer .footer-links {
        margin-bottom: 30px
    }

        .footer .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .footer .footer-links ul i {
                padding-right: 2px;
                font-size: 12px;
                line-height: 0
            }

            .footer .footer-links ul li {
                padding: 10px 5px;
                display: flex;
                align-items: center
            }

            /*.footer .footer-links ul li:first-child {
                    padding-top: 0
                }*/

            .footer .footer-links ul a {
                color: #444;
                display: inline-block;
                line-height: 1
            }

                .footer .footer-links ul a:hover {
                    color: var(--accent-color)
                }

    .footer .footer-contact p {
        margin-bottom: 5px
    }

    .footer .copyright {
        padding: 25px 0;
        border-top: 1px solid #444;
    }

        .footer .copyright p {
            margin-bottom: 0
        }

    .footer .credits {
        margin-top: 8px;
        font-size: 13px
    }

    .footer .footer-about .logo img {
        max-height: 55px;
    }

.footer-GioDonKhach {
    border-radius: 10px;
    max-width: 100%;
    width: 250px;
    /*margin: 0 auto;*/
}

.footer .social-links a {
    border-radius: unset;
    border: none;
}

.bg-color-BA782B {
    background-color: #BA782B;
}

.mt--30 {
    margin-top: -30px;
}
/*Footer End*/

.btn-vmspd-nau {
    color: #fff;
    background-color: #623524;
    border-color: #623524;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #BA782B;
    --bs-btn-hover-border-color: #BA782B;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #BA782B;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #623524;
    --bs-btn-disabled-border-color: #623524;
}

@media (max-width: 767px) {
    .btn-vmspd-nau {
        font-size: 14px;
    }

    .header .navmenu a {
        font-family: "Noto Sans", serif;
        font-weight: 600;
        color: #623524;
    }

    /*.navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover > a {
            color: #FFF;
        }*/
}

.btn.btn-vmspd-language {
    border: 1px solid #623524;
    border-radius: 19px;
    color: #623524;
}

.btn-outline-vmspd {
    --bs-btn-color: #623524;
    --bs-btn-border-color: #623524;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #623524;
    --bs-btn-hover-border-color: #623524;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #623524;
    --bs-btn-active-border-color: #623524;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #623524;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #623524;
    --bs-gradient: none;
}

/*Top Header Start*/
.mainmenuarea {
    background-color: #FFF;
}

.header .topbar {
    background-color: #F8F8F8;
    height: 50px;
}

.header .navmenu a {
    font-family: "Noto Sans", serif;
    font-weight: 600;
    color: #623524;
    padding: 15px 12px;
}

.navmenu .dropdown ul {
    background-color: #623524;
    color: #FFFFFF;
}

    .navmenu .dropdown ul a {
        color: #FFF;
    }
/*.header .navmenu a:focus {
        font-weight: 800;
    }*/
/*.header .navmenu li:hover > a, .header .navmenu .active, .header .navmenu .active:focus {
    color: var(--nav-hover-color);
}*/

.header .navmenu li:hover > a:after, .header .navmenu .active:after, .header .navmenu .active:focus:after {
    content: "";
    background-color: #623524;
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {
    color: #623524;
}

@media (max-width: 1199px) {
    .navmenu .dropdown ul a {
        color: #623524;
    }

    .header .navmenu li:hover > a:after, .header .navmenu .active:after, .header .navmenu .active:focus:after {
        left: 25px;
        right: unset;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu .active i, .navmenu .active:focus i {
        background-color: #623524 !important;
        color: #FFF !important;
    }

    .navmenu a i:hover, .navmenu a:focus i:hover {
        background-color: #623524 !important;
        color: #FFF !important;
    }
}

@media (min-width: 1200px) {
    .navmenu .dropdown ul a {
        font-size: 13px;
        color: #FFF;
    }

    .header .navmenu a {
        font-family: "Noto Sans", serif;
        font-weight: 600;
        color: #623524;
    }

    /*.navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover > a {
            color: #FFF;
        }*/
}

.header-work-time {
    color: #623524;
}
/*Top Header End*/

.cta-buttons {
    border: none;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    position: fixed;
    bottom: 35px;
    right: 30px;
    /*padding: 0px 10px 20px 0px;*/
    z-index: 99999;
}

    .cta-buttons a img {
        width: 40px;
    }

.cta-button {
    border: none;
    border-radius: 15%;
    background-color: #623524;
    animation: call-animation 1s infinite ease-in-out;
}

    .cta-button img {
        vertical-align: middle;
        max-width: 100%;
    }

.cta_hotline {
    display: flex;
    align-items: center;
}

    .cta_hotline .cta_hotline_number {
        display: none;
        color: #333;
        padding-right: 6px;
    }

    .cta_hotline:hover .cta_hotline_number {
        display: block;
    }

.tpsideinfo {
    background: #6A3D2E;
}

.header-meta__lang-submenu {
    left: auto;
    right: 0;
}
