﻿.modal-header
{
    border-bottom:none !important;
}
.lang_mobile {
    display: none !important;
}
#page{}
.bg-pagein{}
.section-header {
    padding-bottom: 10px;
}
.currency-sup {
    font-size: 60%;
    vertical-align: super;
    color: #888;
    margin-left: 2px;
}
.section-header.swidth{
    width: 60%;
    margin: 0 auto;
}

.section-header h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
.section-header p {
    margin-top: 30px;
}

.btn-themes{
    display: inline-block;
    background: #75460D;
    color: #fff;
    padding: 12px 38px;
}

.bg-section{
    background: #FBECF3;
    padding: 30px 0;
    margin: 48px 0;
    position:relative;
}
.bg-section::before{
    content:'';
    background: url(../images/bg-wave.png) repeat-x;
    height: 29px;
    display: block;
    position: absolute;
    width: 100%;
    top: -29px;
    left: 0;
}

.bg-section::after{
    content:'';
    background: url(../images/bg-wave-2.png) repeat-x;
    height: 29px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -29px;
    left: 0;
}

#header{}
.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    background:#fff;
}
.fixed-menu + #main {
    margin-top: 90px;
}

#topbar{
    background: #D8C6B0;
    padding: 8px 0;
}
#topbar #text-delivery{
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#frmsearch .btnsearch, #frmsearch .btnsearch:focus {
    background: none;
    height: 53px;
    font-size: 20px;
    padding: 0 12px;
    border: none;
   /* border-bottom: 1px solid #ced4da;*/
    border-radius: 0;
}
#frmsearch .txtsearch {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

#frmsearch .txtsearch:focus {
    outline: none !important;
    box-shadow: none !important;
}

.frmaccount input[type=text]:not(.form-control), .frmaccount input[type=password]{
    width: 100%;
    height: 46px;
    border: 1px solid #ACACAC;
    padding: 12px;
    background: #F6F6F6;
}

.frmaccount .btn-themes{
    border: none;
    width: 100%;
}

.btn-login-with a{
    margin-top: 15px;
    display: block;
    border: 1px solid #000;
    padding: 12px 0;
    text-align: center;
}
.text-sub-login{
    color: #737373;
    font-size: 14px;
    text-align: center;
}
.text-sub-login a{
    color: #737373;
    font-size: 14px;
    text-decoration: underline;
}
.account-modal .modal-header{
    padding: 0;
    border: none;
}
.account-modal .modal-header .btn-close{
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
}
.account-modal h3{
    margin-bottom: 30px;
    color: #222;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#logo-header{ border-bottom: 1px solid #E3E3E3;}
#logo-header .logo img{ height: 90px;}
#menu-header{
    border-bottom: 1px solid #E3E3E3;
    background: #fff;
}
#menu-header .logo-menu, #menu-header .book_now{
    display: none;
}
#menu-header .book_now{
    border: 1px solid #222;
    padding: 8px 30px!important;
}
#menu-header.sticky-top{
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}

#menu-header.sticky-top .logo-menu{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#menu-header.sticky-top .navmenu > ul > li > a, #menu-header.sticky-top  .navmenu > ul > li > a:focus{
    padding: 32px 25px;
}

@media (min-width: 1200px) {
    #menu-header.sticky-top .logo-menu, #menu-header.sticky-top .book_now{
        display: flex;
    }
    .navmenu .megamenu .dd-box-shadow {
        align-items: flex-start;
    }
     
        .navmenu .megamenu > ul > li > a.nav-link-leveltwo, .navmenu .megamenu > ul > li:hover > a.nav-link-leveltwo {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #E1B876;
    }

}

@media screen and (max-width: 768px) {
    #menu-header.sticky-top .navmenu > ul > li > a, #menu-header.sticky-top  .navmenu > ul > li > a:focus{
        padding: 12px 25px;
    }

}

#logo{ text-align: center;}
#logo img{ height: 52px;}

.logo-menu img{ height: 78px;}

#title-page{ background:#F1ECF8; padding:40px 0;}
#title-page h2{ text-align: center; color:#E1B876; font-size: 48px;}

#banner{
}
.banner-pagein{
    height: 400px;
    text-align: center;
    background-repeat: no-repeat;
}
.banner-pagein h2{
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
}
#banner.banner-home{
    background-image: url(../images/bodybanner.jpg);
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #e7d2b7;
    min-height: 680px;
}
#banner.banner-home #description{
    color: #333;
    margin-left: 120px;
}
#banner #description{
    width: 460px;
}

#banner #description h2{
    font-size: 64px;
    font-weight: 500;
    line-height: 69px; /* 107.813% */
    margin-bottom: 52px;
}

#banner #description .booking_now{
    display: inline-block;
    padding: 15px 35px;
    flex-shrink: 0;
    background: #D8C6B0;
}

#logo-header .book_now{
    display: inline-block;
    border: 1px solid #222;
    padding: 12px 30px;
}

@media screen and (max-width: 768px) {
    .section-header.swidth{
        width: 100%;
    }
    .section-header h2 {
        font-size: 38px;
    }

    #menu-header.sticky-top{
        height: 70px;
    }

    #frmsearch .btnsearch{
        border: none;
    }

    .banner-pagein{
        height: 180px;
    }
    .banner-pagein h2{
        font-size: 30px;
    }

    #banner.banner-home{
        background-image: url(../images/bodybanner.jpg);
        background-position: right top;
        background-size: 100% auto ;
        background-repeat: no-repeat;
        background-color: #e7d2b7;
        min-height: 180px;
    }

    #banner.banner-home #description{
        margin-left: 0px;
    }
    #banner #description{
        width: 100%;
    }
    #banner #description h2{
        font-size: 38px;
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

        .navmenu ul {
            position: relative;
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: center;
            width: fit-content;
            margin: 0 auto;
          
        }

    .navmenu li {
        position: relative;
    }

        .navmenu a, .navmenu a:focus {
            color: #222;
            font-size: 16px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: space-between;
            word-break: break-word;
         /*   white-space: nowrap;*/
            transition: 0.3s;
            padding: 12px 25px;
            height: 100%;
        }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #E1B876;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 0;
        background: #fff;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 0px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
    }

    .navmenu .dropdown ul li {

    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: #fff;
    }

    .navmenu .dropdown:hover>ul{
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .megamenu {
        position: static;
    }
        .navmenu .megamenu > ul {
            margin: 0 auto;
            padding: 20px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            display: none;
            position: absolute;
            top: 100%; /* đảm bảo hiện dưới menu cha */
            left: 50%;
            transform: translateX(-50%);
            transition: 0.3s;
            border-radius: 4px;
            z-index: 99;
            width: 80vw; /* hoặc width: 600px; tùy ý */
            background: #fff;
        }

    /*.navmenu .megamenu > ul{
        margin: 0 auto;
        padding: 20px;
        box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        min-width:  100%;
        background: #fff;
    }*/
    .navmenu .megamenu:hover > ul{
        display: flex;
    }
    .navmenu .megamenu > ul ul{
        position: relative;
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
    }

    .navmenu .megamenu > ul > li {
        flex: 1;
        width: 180px;
        padding: 0 15px;
    }
    .navmenu .megamenu > ul > li h4 a{
        font-size: 18px;
        color: #E1B876;
        text-transform: uppercase;
    }

    .navmenu .megamenu > ul > li a,
    .navmenu .megamenu  > ul > li:hover>a {
        padding: 5px 0px;
        font-size: 16px;
        color: #000;
    }

    .navmenu .megamenu > ul > li a:hover,
    .navmenu .megamenu > ul > li .active,
    .navmenu .megamenu > ul > li .active:hover {
        color: #E1B876;
    }

    .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.15);
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .lang_mobile {
        display: block !important;
    }
    #page {
        padding-top: 120px;
    }
    #logo-header{
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 999;
    }
    #topbar, #logo-header #frmsearch{
        display: none;
    }
    #logo-header img{ max-height: 100px;}
    #menu-header.sticky-top .logo-menu{
        position: absolute;
        left: 50%;
        top: 0;
    }
    #menu-header.sticky-top{
        position: relative!important;
    }

    #icon-menu{ position: absolute; top: 32px; left: 10px; }
    .mobile-nav-close{
        visibility: hidden;
        opacity: 0;
        position: absolute;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
        transition: color 0.3s;
        top: 10px;  right: 20px;
        z-index: 99999;
    }
    .mobile-nav-active .mobile-nav-close{
        visibility: visible;
        opacity: 1;
    }

    .mobile-nav-toggle {
        color: #80585a;
        font-size: 36px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: #E1B876;
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(0,0,0, 0.1);
        color: #fff;
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        color: #fff;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #E1B876;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        color: #fff;
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 0;
        margin: 0px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .mobile-nav-toggle.bi-x {
        color: #fff;
        position: absolute;
        font-size: 48px;
        top: -10px;
        right: 20px;
        margin-right: 0;
        z-index: 9999;
    }

        .mobile-nav-active .navmenu {
            position: fixed;
            overflow: hidden;
            inset: 0;
            /*  background: rgba(0, 0, 0, 0.9);*/
            background-color: #181818; /* đen pha mờ nhẹ */
            transition: 0.3s;
        }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .mobile-nav-active .navmenu>ul>li a {
        color: #fff;
    }
    
}

#sec_content img{ max-width: 100%!important;}

/*--------------------------------------------------------------
# About us Section
--------------------------------------------------------------*/

#about-us{
    background-image: url(../images/aboutus-bg.png);
    background-position: center top;
    background-size: 100% auto;
    position: relative;
    padding: 80px 0;
}

#about-us .warp{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#about-us .viewmore a{
    color: #F5931E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    #about-us{ padding-top: 0;}
    #header-about{ text-align: center;}
    #about-us .warp{
        width: 100%;
        text-align: justify;
        padding: 0 15px;
    }
}
/*--------------------------------------------------------------
# About us sub Section
--------------------------------------------------------------*/
#about-us-sub{
    padding: 100px 0;
}
/*--------------------------------------------------------------
# My skills Section
--------------------------------------------------------------*/
/*#skills{
    background-image: url(../images/skills-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #f7f0e7;
    padding: 80px 0;
}*/
#skills {
    background-image: linear-gradient(rgba(247, 240, 231, 0.7), rgba(247, 240, 231, 0.7)), url(../images/skills-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#skills .skills-box{
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}
#skills .skills-box .img{
    height: 182px;
}
#skills .skills-box .img img{
    max-height: 100%;
    max-width: 100%;
}
#skills .skills-box .title{
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
#skills .skills-box .desc{
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Price List Section
--------------------------------------------------------------*/

#price-list .price-box{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#price-list .price-box, #price-list .img{
    cursor: pointer;
}
#price-list .price-box-content{
    display: none;
}

#price-list .title{
    margin-top: 28px;
    font-size: 24px;
    font-weight: 500;
}
#price-list .desc{
    margin: 25px 0;
}

#price-list.price-list-page{
    background: #F7F0E7;
}

#price-list.price-list-page .price-box{
    width: 100%;
    text-align: left;
}
#price-list.price-list-page .title{
    margin-top: 15px;
}
#price-list.price-list-page .desc{
    margin: 12px 0;
}
.price-list-page hr{
    color: #EED8BB;
}
.price-list-page h4{
    font-weight: 700;
}
.price-list-page .price-bg{
    background: #fff;
    padding: 10px;
}
.price-list-page .price-bg .btn-more{
    padding: 12px 38px;
    border: 1px solid #875753;
    color: #875753;
}

@media screen and (max-width: 768px) {
    #price-list .price-box{
        width: 100%;

    }
}

/*--------------------------------------------------------------
# Policies
--------------------------------------------------------------*/
#policies{
    background: #F7F0E7;
    padding: 80px 0;
}
#policies .price-bg{
    background: #fff;
}
#policies ul{
    list-style: disc;
    padding-left: 15px;
}


/*--------------------------------------------------------------
#  Services Page
--------------------------------------------------------------*/
#services .note{
    margin-top:25px;
    font-size: 16px;
    color: #848484;
    padding: 5px 25px;
    text-align: justify;
}
#services #serviceTab{
    border-bottom: 3px solid #FBECF3;
    padding-bottom: 30px;
    justify-content: space-between;
    width: 100%;
}

#services #serviceTab .nav-item{

}

#services #serviceTab .nav-item .nav-link{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: none;
    border: none;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

 #serviceTab .nav-item .nav-link:hover, #serviceTab .nav-item .nav-link.active{
    border-bottom: 3px solid #E1B876!important;
}

#services .services-box {
    border-radius: 6px;
    border: 1px solid #BEBEBE;
    padding: 15px 35px;
    background: #fff;
    margin-bottom: 8px;
}
#services .services-box .name h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight:600;
}
#services .services-box .book a{
    border:1px solid #BEBEBE ;
    border-radius: 20px;
    padding: 8px 20px;
}

#services .services-box .book a:hover{
    border:1px solid #E1B876 ;
    background: #FBECF3;
}

@media screen and (max-width: 768px) {
    #services .services-tabs{
        overflow: hidden;
        height: 80px;
        position: relative;
        padding-bottom: 10px;
    }
    #services .services-tabs:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FBECF3;
        height: 20px;
    }
    #services.services .services-tabs:after{
        background: #fff;
    }

    #services .note{
        margin-top: 5px;
    }
    #services #serviceTab {
        overflow: auto;
        overflow-y: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        padding: 0!important;
        border-bottom: none!important;
    }

    #services #serviceTab .nav-item{
       margin: 0 20px;
        text-wrap: nowrap;
    }

}

/*--------------------------------------------------------------
# Gallery Home
--------------------------------------------------------------*/

.gallery-item{}
.gallery-item img{
    border-radius: 30px;
}

/*--------------------------------------------------------------
#  Gallery Page
--------------------------------------------------------------*/

#gallery{
    background-repeat: no-repeat;
    background-image: url(../images/fly-2.png);
    background-position: bottom left;
    position: relative; padding: 80px 0;
}


#gallery #galleryTab{
    border-bottom: none;
    padding-bottom: 30px;
}
#gallery #galleryTab .nav-item{

}
#gallery #galleryTab .nav-item .nav-link{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: none;
    border: none;
}

#gallery #galleryTab .nav-item .nav-link:hover, #galleryTab .nav-item .nav-link.active{
    border-bottom: 3px solid #E1B876!important;
}
#gallery .gallery-box{
    margin-bottom: 20px;
}
#gallery .gallery-box img{
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    #gallery .gallery-tabs{
        overflow: hidden;
        height: 80px;
        position: relative;
        padding-bottom: 10px;
    }
    #gallery .gallery-tabs:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 20px;
    }

    #gallery .note{
        margin-top: 5px;
    }
    #gallery #galleryTab {
        overflow: auto;
        overflow-y: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        padding: 0!important;
        border-bottom: none!important;
    }

    #gallery #galleryTab .nav-item{
        text-wrap: nowrap;
    }
    .navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {
        color: #E1B876 !important;
    }
}
/*--------------------------------------------------------------
# Experience Home
--------------------------------------------------------------*/
#experience{
    background-image: url(../images/experience-bg.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding-top: 120px;
    text-align: center;
    margin-top: 50px;
    color: #FFF;
}
#experience .section-header h2{
    font-size: 48px;
    font-weight: 500;
}
#experience .btn-themes{
    color: #222;
    background: #D8C6B0;
}

#experience-bottom{
    margin-top: 100px;
    background: #D8C6B0;
}

#experience-bottom span:nth-child(even){
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #experience{
        background-image: url(../images/experience-bg.jpg);
        background-size: auto 100% ;
        padding-top: 90px;
        margin-top: 50px;
    }
    #experience .section-header h2{
        font-size: 30px;
        line-height: 36px;
    }
    #experience-bottom span:nth-child(odd){
        width: 35%;
    }
    #experience-bottom span:nth-child(4), #experience-bottom span:nth-child(8){
        display: none;
    }
}
/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/

#newsletter{
    background: url(../images/bg-newsletter.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
    text-align: center;
    color: #fff;
}
#newsletter .section-header h2{

}
#newsletter .section-header p{
    margin-top: 10px;
}

#frmNewsletter{ width: 660px; margin: 0 auto; }
#frmNewsletter #txtYouremail{
    height: 52px;
    border-radius: 0;
}
#frmNewsletter #btnNewsletter{
    background: #75460D;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    #frmNewsletter{ width: 100%; margin: 0 auto; }
    #newsletter .section-header h2{
        font-size: 30px;
    }
}


/*--------------------------------------------------------------
# Why us
--------------------------------------------------------------*/

#why-us{}
#why-us .box-whyus{ padding: 10px 20px; text-align: center;}
#why-us .box-whyus .img img{ max-width: 100%;}
#why-us .box-whyus .title{
    margin-top: 20px;
    color: #875753;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#why-us .box-whyus .desc{
    margin-top: 12px;
}


@media screen and (max-width: 768px) {
    #why-us .box-whyus{ padding: 10px 0;}
}

/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/

#teams .teamSwiper .imgbox{
    height: 234px;
}

#teams .teamSwiper .imgbox img{
    border-radius: 20px;
}

#teams .teamSwiper .info{
    text-align: center;
    margin-top: 20px;
}
#teams .teamSwiper .info .user-title{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
#teams .teamSwiper .info div{
    font-size: 12px;
    color: #848484;
}

#teams .swiper-button-next-01, #teams  .swiper-button-prev-01 {
    top: 90px;
}

#teams .swiper-button-next-01 {
    right: 0;
}

#teams  .swiper-button-prev-01 {
    left: 0;
}

/*--------------------------------------------------------------
# Categorry Section
--------------------------------------------------------------*/
.home-category{
    padding: 80px 0;
}
.home-category .inner{ text-align: center;}
.home-category .title{
    margin-top: 15px;
}
.home-category .title a{
    display: block;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .home-category .title a{ font-size: 12px; line-height: 100%;}
    #pro-home-list .inner{ height: 280px; overflow: hidden; }
}

/*--------------------------------------------------------------
# Shop page
--------------------------------------------------------------*/
.products-list .inner {
    height: 100%;
    overflow: hidden;
}

#products-list .inner{ }

#products .title{
    color: #282B2D;
    font-size: 32px;
    font-weight: 700;
}

#products .title-sub{
    color: #282B2D;
    font-size: 20px;
    font-weight: 700;
}

#products .list-group-item{
    border: none;
}

#products #accordionCategories .accordion-header .accordion-button{
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    background: none;
    border: none;
}

.products-list .grid-item {
    aspect-ratio: 1 / 1;
}
.products-list .title {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
}

.products-list .title a {
    display: block;
    color: #282B2D;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.products-list .price {
    color: #282B2D;
    font-size: 20px;
    font-weight: 700;
    font-weight: bold;
}
.products-list .sale-price {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 15px;
}
.products-list .best-price {
    color: #282B2D;
    font-size: 20px;
    font-weight: 700;
    font-weight: bold;
}

.products-list .best-sale-price {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 15px;
}
.products-list .input-group-text{
    padding: 2px;
}
.products-list .input-group-text .btn{
    padding: 0px 8px;
}
.products-list .input-group input{
    height: 38px;
}

.products-list .btn-add-to-cart{
    background: #875753;
    display: flex;
    width: 100%;
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}

#best-seller .btn-more {
    border: 1px solid #A95AA3;
    color: #A95AA3;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
}

#yourCart #cart-sub{

}
#yourCart #cart-sub .cart-info{
    position: relative;
}
#yourCart #cart-sub .cart-info .remove{
    position: absolute;
    right: 0;
    top: -35px;
}

#yourCart #cart-sub h4{
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}


@media (max-width: 768px) {
    .products-list .title a{ font-size: 12px; line-height: 100%;}
    #pro-home-list .inner{ height: 280px; overflow: hidden; }
}
/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
#cart{ padding-top: 20px;}
#cart a{
    color: #000;
}
#cart .title{
    color: #000;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#cart .table{ background: none; margin-top: 20px;}
#cart .table tr td, #cart .table tr th{ background: none; vertical-align: middle;}

#cart .table tr th{
    color: #666666;
    font-weight: 400;
}

#cart .table .input-group-text{
    padding: 2px;
}
#cart .table .input-group-text .btn{
    padding: 0px 8px;
}
#cart .table .input-group input{
    height: 38px;
}

#cart #box-summary{
    background: #F7F0E7;
    padding: 20px;
}

#cart #box-summary h3{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#cart #box-summary #cart-summary-content{
    border-top: 1px solid #cac9aa;
    border-bottom: 1px solid #cac9aa;
    padding: 15px 0;
    margin: 15px 0;
}

#cart #box-summary #btncheckout {
    border: 1px solid #000;
    background: #875753;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    #cart .table#tblcart{ width: 800px;}

}

/*--------------------------------------------------------------
# Payment Section
--------------------------------------------------------------*/
#payment{}
#payment .section-header h2{
    color: #333;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}
#payment #btnpayment {
    border: 1px solid #000;
    background: #875753;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
#payment .payment-box {
    border: 1px solid #ACACAC;
    padding: 15px;
}
#payment .payment-box .delivery-item {
    margin-top: 10px;
    padding: 12px;
    border-radius: 8px;
}
#payment .payment-box .delivery-item:has(input:checked) {
    background: #F4F4F5;
}
#payment .payment-box .delivery-item label{
    color: #363636;
    font-size: 18px;
   /* font-weight: 600;*/
}
#payment .payment-box .delivery-item .desc{
    font-weight: normal;
    font-size: 16px;
}
#payment .payment-box .delivery-item .price{
    font-size: 18px;
    font-weight: 600;
}

#payment .payment-box .input-group-text{
    background: none;
    border-radius: 0;
}

#payment .payment-box .input-group input{
    border-left: none;
    border-right: none;
    height: 46px;
}
#payment #cart-sub{
    background: #F7F0E7;
    padding: 24px;
}
#payment #cart-sub h4{
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}
.payment_policy a{
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

#frm-promo-code #apply{
    margin-left: 12px;
    background: #AF9574;
    border: none;
    color: #fff;
    height: 46px;
    padding: 0 12px;
    font-weight: 700;
}

#payment input[type=text]:not(.form-control){
    width: 100%;
    height: 46px;
    border: 1px solid #ACACAC;
    padding: 12px;
}
#payment input:focus,
#payment select:focus {
    border-color: #999 !important; /* màu viền khi focus */
    outline: none !important; /* xóa viền đen mặc định */
    box-shadow: none !important; /* xóa hiệu ứng glow */
}
#payment input.input-error,
#payment select.input-error {
    border: 1px solid red !important;
    box-shadow: none !important;
    background-color: #fffaf9 !important;
}
.custom-select-wrapper {
    margin-top: -12px;
    display: flex;
    flex-direction: column;
    color: #555;
}

.custom-select-wrapper label {
    margin-bottom: 4px;
    margin-left: 10px;
    color: #888;
    font-size: 12px;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    width: fit-content;
    padding: 0 4px;
}

.custom-select {
    margin-top: -10px;
    padding: 10px;
    border: 1px solid #ACACAC;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%206%205-6z%22%20fill%3D%22%23666%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #payment #cart-sub{
        padding: 10px;
    }
}


/*--------------------------------------------------------------
# Payment-result
--------------------------------------------------------------*/
#payment-result{
    background-image: url(../images/bg-success.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 120px 0;
    text-align: center;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
    background-image: url(../images/testimonials-bg.png);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 20px;
    margin: 30px 15px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #D8C6B0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #D8C6B0;
}

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact{
    margin-top: 30px;
    background: #F7F0E7;
    padding: 80px 0;
}

#contact.contact-bg{
    margin-top: 0;
    background-image: url(../images/contact-bg.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#contact .section-header{
    width: 80%;
    margin: 0 auto;
}
#contact .section-header h2{
    margin-bottom: 15px;
}
#contact #contact-box{
    padding: 25px;
    background: #FFF;
    box-shadow: 7px 7px 25px 0px rgba(0, 0, 0, 0.10);
}
#contact .contact-item i{ font-size: 35px; margin-right: 12px; }

#contact .btn-themes{
    border: none;
}
#contact #frmContact label{
    color: #000;
    font-size: 14px;
}
#contact #frmContact input[type=text]:not(.form-control){
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    padding: 12px;
    background: #F6F6F6;
}

#panel-contact .contact-item i{ font-size: 35px; margin-right: 12px; color: #b48b24;}

#panel-contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 6px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #90B239;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

#contact-info .warp{ width: 50%; margin: 0 auto;}
#contact-info .info-box{
    border-radius: 8px;
    border: 1px solid #ACACAC;
    padding: 30px;
}
#contact-info .icon{
    color: #AF9574;
}
#contact-info .title{
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}
#contact-info .desc a{
    color: #282B2D;
}

@media screen and (max-width: 768px) {
    #contact{ padding-top: 20px;}
    #contact #frmContact{ padding: 0px 10px; margin-top: 20px;}
    #contact-info .warp{ width: 100%;}
    #contact.contact-bg{
        background-size: auto 100% ;
    }
    #contact .section-header{
        width: 100%;
    }
}

#hotline a{ font-size: 18px; font-size: 600; }

#footer {
    background: #F7F0E7;
}
#footer #blogo{
    text-align: center;
}
#footer #blogo img{
     /*   height: 160px;*/
}
#footer #partner{
    border-bottom: 1px solid #977D6C;
    padding: 20px 0px;
}
#footer #footer_text{
    padding: 60px 0px;
}
#footer #footer_text p, #footer #footer_text .item-footer{
    margin-bottom: 5px;
}
#footer .title-footer{ margin-bottom: 20px;}
#footer .title-footer h2{
    font-size: 16px;
    font-weight: 700;
}
#footer .info-item i{ color: #E1B876; margin-right: 20px;}

#bsocial {margin-top: 20px; margin-left: 18px; text-align: center; }
#bsocial img{margin-right: 20px;}

#footer .copyright{ padding: 12px 0; color: #888; }

@media screen and (max-width: 768px) {
    #bsocial{ margin-top: 15px;}
    #footer #blogo{
        text-align: center;
    }
    #footer #blogo img{
        margin: 0 auto;
    }
    #bsocial {text-align: center; margin-left: 25px;}
    #footer #partner{
        overflow: hidden;
    }
}

.pagination{color: #000; font-size: 24px; font-weight: 500; }
.pagination a{color: #000;}
.pagination .page-item{  margin: 0 6px;}
.pagination .page-link{ display: block; padding: 0; background: none; border: 1px solid #A5A5A5;  border-radius: 50%; width: 40px; height: 40px; line-height: 40px; text-align: center;}
.pagination .active .page-link{background: #75460D;}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{ border: none;  border-radius: 0;}

:root {
    --swiper-navigation-size: 44;
}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 40%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    border: 1px solid #E1B876;
    background: #fff;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}

.swiper-pagination-bullet-active{ background:#000;}

#btnbooking{ display: none; position: fixed; right: 15px; bottom: 15px; text-align: center; z-index: 110;}
#btnbooking img{width: 80px; }



@media screen and (max-width: 768px) {
    #btnbooking {
        display: block;
    }
   
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #49e670;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

    .whatsapp-float img {
        width: 40px;
        height: 40px;
        display: block;
    }
    .whatsapp-float:hover {
        transform: scale(1.1);
    }

.whatsapp-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
}
.facebook-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    background-color: #1877F2; /* Facebook xanh */
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .facebook-float:hover {
        transform: scale(1.1);
    }

    .facebook-float svg {
        width: 40px;
        height: 40px;
        display: block;
    }

.facebook-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.facebook-float:hover .facebook-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .facebook-float {
        bottom: 80px;
        right: 15px;
    }
}


.submenu {
    display: none;
    padding-left: 16px;
    transition: all 0.3s ease;
  
}

.submenu-item.open > .submenu {
    display: block;
}

.submenu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.toggle-submenu {
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

/* Chỉ áp dụng toggle này cho màn hình nhỏ */
@media (min-width: 992px) {
    .toggle-submenu {
        display: none;
    }

    .submenu {
        display: block !important; /* Hiện mặc định trên desktop */

    }
    /*.navmenu .megamenu .dd-box-shadow {
        display: block;*/ /* hoặc unset, tùy layout gốc bạn muốn */
        /*justify-content: unset;
        align-items: unset;
    }*/
}
.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 0.5rem 0;
}

    .dropdown-menu .dropdown-item {
        padding: 10px 20px;
        font-weight: 500;
        color: #333;
        transition: 0.2s;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #000;
        }
.no-scroll {
    overflow: hidden;
}
#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cắt ảnh cho gọn, không méo */
}
@media (max-width: 767.98px) {
    #banner .carousel-item {
        height: 40vh; /* chỉ chiếm nửa màn hình, tránh bị quá cao */
    }
    .lang_mobile {
        display: block !important;
    }
}
#footer_text .row {
    justify-content: center;
    text-align: left;
}

/* iPad dọc (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* CSS áp dụng cho iPad dọc */
    .lang_mobile {
        display: block !important;
    }
}

/* iPad ngang (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS áp dụng cho iPad ngang */
    .lang_mobile {
        display: block !important;
    }
}


.instagram-float {
    position: fixed;
    bottom: 160px;
    right: 20px;
    z-index: 9999;
    background-color: #E1306C;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .instagram-float:hover {
        transform: scale(1.1);
    }

    .instagram-float img {
        width: 40px;
        height: 40px;
        display: block;
    }

    .instagram-float:hover {
        transform: scale(1.1);
    }

.instagram-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.instagram-float:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .instagram-float {
        bottom: 150px;
        right: 15px;
    }
}



.booking-float {
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 9999;
    background-color: #4CAF50;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .booking-float:hover {
        transform: scale(1.1);
    }

    .booking-float img {
        width: 40px;
        height: 40px;
        display: block;
    }

    .booking-float:hover {
        transform: scale(1.1);
    }

.booking-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.booking-float:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .booking-float {
        bottom: 220px;
        right: 15px;
    }
}