header.header-desktop {
    position: fixed;
    z-index: 100;
    width: 290px;
    background: transparent;
    height: 100%;
    padding: 32px;
    left: 17px;
    top: 17px;
}

.box-form-popup-member {
    color: black;
}

.item-logo {

    display: flex;
    justify-content: center;
}

.item-navbar-menu {
    margin-top: 92px;
}

.item-btn-booknow {}

.box-header-desk-contact {
    display: flex;
    flex-direction: column;
}

.menu-order-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-order-2 {
    position: absolute;
    top: 100%;
    border-top: 0;
    background: #fcfcfc;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
    min-width: 200px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.menu-order-1 li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}



.btn-click-popup {
    background: linear-gradient(90deg, #8E7A49, #FCCF64 49.48%, #8E7A49);
    border-color: #b07f23;
    padding: 14px 38px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 50px;
    color: #111;
    font-size: 16px;
}

.menu-order-2 li a {
    color: #555;
    font-size: 16px;
    padding: 12px 25px 12px 22px;
    display: block;
    border-bottom: 1px solid #eee;
    text-transform: math-auto;
    font-weight: 400;
}

li.menu-c1:hover .menu-order-2 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: unset;
    transition: 0.5s ease;
}

.menu-c1>a {
    position: relative;
    transition: all .3s ease-in;
}

.menu-c1>a:hover {
    padding-left: 32px;
    font-weight: 700;
    color: var(--color-main);
}

.menu-c1>a:hover .icon {
    opacity: 1;
    left: 0;
}

.menu-c1>a .icon {
    position: absolute;
    left: -15px;
    top: -3px;
    opacity: 0;
    width: 24px;
    height: 24px;
    transition: all .3s ease-in;
}

.menu-c1>a .icon svg {
    width: 24px;
    height: 24px;
}

li.menu-c2:hover {
    background: #eee;
}

li.menu-c2 {
    position: relative;
}

li.menu-c2:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    background: #b07f23;
    transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(0);
}

li.menu-c2:hover:before {
    opacity: 1;
    height: 100%;
    visibility: visible;
    top: 0;
}

header.header-desktop.header-desktop-fiexd {
    z-index: 9999;
}
.form-popup-form-meket .popup-form input, .form-popup-form-meket .popup-form select option {
    color: #333;
}






.icon-hotline-fiexd {
    width: 35px;
    height: 35px;
    background: #b07f23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    padding: 6px;
}

.box-hotline {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    display: none;
}

.content-hotline-fiexd p {
    font-size: 12px;
}

.content-hotline-fiexd span {
    font-weight: 500;
}

header.header-desktop.header-desktop-fiexd .box-hotline {
    display: flex;
}

.header-mobile .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-mobile .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.header-mobile .logo {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0px;
}

.header-mobile .menu-toggle {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1001;
}

.header-mobile .menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.header-mobile .close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: #b07f23;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1001;
}

.header-mobile .close-btn:hover {
    background: #b07f23;
    transform: rotate(90deg);
}

.header-mobile .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #ffffff;
    transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 999999;
    overflow-y: auto;
}

.header-mobile .mobile-menu.active {
    right: 0;
}

.header-mobile .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999999;
}

.header-mobile .menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.header-mobile .menu-header {
    padding: 2rem 1.5rem 1rem;
    border-bottom: 1px solid #b07f235e;
}

.header-mobile .menu-title {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.header-mobile .menu-subtitle {
    color: rgb(0 0 0 / 80%);
    font-size: 14px;
}

.header-mobile .menu-items {
    padding: 1rem 0;
}

.header-mobile .menu-item {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.header-mobile .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.3s ease;
}

.header-mobile .menu-item:hover::before {
    left: 0;
}

.header-mobile .menu-item:hover {
    border-left-color: #b07f23;
    transform: translateX(10px);
    background: #eee;
}

.header-mobile .menu-item i {
    margin-right: 12px;
    font-size: 1.1rem;
}

.header-mobile .menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-mobile .social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 0px;
}

.header-mobile .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #b07f23;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-mobile .social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.header-mobile .main-content {
    margin-top: 80px;
    padding: 2rem 1.5rem;
    color: #fff;
    text-align: center;
}

.header-mobile .demo-text {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.header-mobile {
    display: none;
}

.content-hotline-fiexd {
    display: block;
    line-height: 1.2;
}

.content-hotline-fiexd strong {
    display: block;
}

.box-pages-english {
    margin-top: 30px;
    margin-bottom: 15px;
}

.box-pages-english a {
    padding: unset;
    background: none;
}

.item-btn-booknow {
    gap: 0px 15px;
    align-items: center;
}

.box-pages-english a img {
    width: 32px;
    height: 27px;
    margin-right: 5px;
    border-radius: 5px;
}

















.form-popup-form-meket .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-body.webp) no-repeat center/cover;
    justify-content: center;
    /* max-height: 100vh; */
    /* overflow-y: auto; */
    align-items: center;
    z-index: 99999;
}

.form-popup-form-meket .popup-form {
    /* background: white; */
    padding: 30px 0;
    border-radius: 8px;
    /* max-width: 930px; */
    width: 90%;
    position: relative;
}

.form-popup-form-meket .popup-form h2 {
    margin-bottom: 20px;
    text-align: center;
    color: white;
}

.form-popup-form-meket .popup-form input,
.form-popup-form-meket .popup-form select {
    /* width: 100%; */
    /* padding: 10px; */
    /* margin-bottom: 12px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    /* font-size: 15px; */
    height: 45px;
    /* font-family: unset; */
    width: 100;
    /* background: #ffffff0d; */
    -webkit-appearance: none;
    color: #fff;
}

.form-popup-form-meket .popup-form button {
    width: 100%;
    padding: 12px;
    background: #b07f23;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

.form-popup-form-meket .close-btn {
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.form-popup-form-meket .row-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
    align-items: end;
}

.form-popup-form-meket .row-group label {
    font-weight: 500;
}

.menu-item {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

.has-submenu .submenu {
    display: none;
    padding-left: 15px;
    background-color: #f9f9f9;
}

.has-submenu.active>.submenu {
    display: block;
    padding: 10px 0px 0px 10px;
}

.menu-toggle {
    display: flex;
    /* justify-content: space-between; */
    /* cursor: pointer; */
}

.menu-toggle-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.menu-item-nav {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.menu-item-nav {
    display: block;
    padding: 1rem 1.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.menu-item-nav.has-submenu.active .submenu {}

.menu-item-nav.has-submenu .submenu a {
    display: block;
    padding: 5px;
}

.menu-item-nav.has-submenu .submenu {
    background: none;
}

.menu-toggle-nav-c3 {
    display: flex;
    justify-content: space-between;
}

.submenu.submenu-c3 {
    display: none;
}

.menu-order-3 {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 0;
}

.menu-order-3 {
    display: none;
}

li.menu-c2:hover .menu-order-3 {
    display: block;
}



.box-header-desk-contact {
    padding-top: 0px;
}




.container-header-top .ctnr {
    background: none !important;
}

.item-left-top ul {
    display: flex;
    align-items: center;
    gap: 0px 17px;
}

.item-left-top ul li a {
    color: #fff;
}

.box-header-top-desk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-right-top ul {
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

.item-right-top ul li img {
    height: 27px;
    object-fit: contain;
}

.container-header-top {
    padding: 22px 0px 10px;
}

header.header-desktop.header-desktop-fiexd .container-header-top {
    display: none;
}

.item-left-top ul li {
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

.item-left-top ul li img {
    width: 20px;
    object-fit: contain;
}

.box-form-popup-member {
    display: flex;
    align-items: center;
    background: #ffffff14;
    border-radius: 9px;
    overflow: hidden;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

.image-avartar-form img {
    display: block;
}

.header-tasbar__toggle {
    width: 30px;
    height: 30px;
    line-height: 0;
    padding: 0;
}

.header-tasbar__toggle svg {
    width: 30px;
    height: 30px;
}

.header-collapse__bottom {
    width: 100%;
    padding: 20px 20px 10px;

}

.header-collapse__social {
    gap: 10px;
    margin-bottom: 10px;
}

.header-collapse__social svg,
.header-collapse__social img {
    width: 24px;
    height: 24px;
}

@media(max-width:1200px) {
    .header-collapse {
        position: fixed;
        z-index: 1000;
        right: 0;
        top: 0;
        max-width: 640px;
        transform: translateX(100%);
        opacity: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/bg-body.webp) no-repeat center/cover;
        padding: 10px;
        transition: all .3s ease;
    }

    .header-collapse.is-open {
        transform: translateX(0);
        opacity: 1;
    }

    .box-header-desk-contact {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        backdrop-filter: blur(8px);
        border: 1px solid #9d8644;
        border-radius: 20px;
        padding: 20px;
    }

    .header-collapse__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .header-collapse__heading .item-logo img {
        max-width: 90px;
    }

    .item-navbar-menu {
        width: fit-content;
        margin: 0 auto;
    }

    .menu-order-1 {
        width: fit-content;
        margin: 0 auto;
    }

    header.header-desktop {
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
        padding: 25px;

        box-shadow: 1px 1px 1px #00000000;
    }

    .header-desktop.is-scroll {
        background: #000c;
        padding: 10px;
    }

    .header-tasbar__logo img {
        max-width: 90px;
    }

    .header-tasbar .box-pages-english {
        margin: 0;
    }
}

@media(max-width:990px) {
    .item-navbar-menu {
        width: 100%;
    }

    .menu-order-1 {
        width: 100%;
    }

    .header-tasbar__logo img {
        max-width: 60px;
    }

    header.header-desktop {
        padding: 5px 0;
        background: #000c;
    }

    .header-desktop.is-scroll {
        padding: 5px 0;
    }

    .hover-btn span {
        font-size: 15px;
    }

    .box-form-popup-member {
        flex-direction: column;
    }

    .form-popup-form-meket .popup-form {
        width: 100%;
        padding: 30px 15px;
    }

    .form-popup-form-meket .popup-form h2 {
        margin-bottom: 20px !important;
    }

    .image-avartar-form {
        display: none;
    }

    a.menu-item-nav {
        color: #444;
    }



    .box-item-mobile--header {
        display: flex;
        align-items: center;
        gap: 0px 10px;
    }

    a.btn-rooms {
        padding: 6px 40px;
    }

    .header-mobile .header {
        position: unset;
    }

    .header-mobile .logo img {
        height: 55px;
    }

    .slide-mv__info {
        /* display: none; */
    }



    .header-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .header-mobile .mobile-menu {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .header-mobile .mobile-menu {
        width: 90%;
    }

    .header-mobile .header-content {
        padding: 1rem;
    }

    .header-mobile .logo img {
        height: 34px;
        width: auto;
    }
}

/*booking
  */

.booking__row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.booking__row--checkbox {
    align-items: center
}

@media (min-width:640px) {
    .booking__label {
        width: 126px;
        flex: 0 0 126px
    }
}


.booking__label {
    /* font-size: .95rem; */
    transform: translateY(6px);
    color: #e9e7ee;
}

.booking__label--ghost {
    opacity: 0
}

.booking__req {
    color: #ff6b6b
}


.booking__field {
    position: relative;
    flex: 1;
    min-width: 214px
}

.booking__input {
    width: 100%;
    height: 2.125rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    border: .5px solid transparent;
    color: #e9e7ee;
    padding: 0 40px 0 12px;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.booking__input::placeholder {
    color: #8b8b8b
}

.booking__input:focus {
    border-color: rgba(240, 199, 83, .75);
    box-shadow: 0 0 0 2px rgba(240, 199, 83, .15)
}

.booking__input[readonly] {
    cursor: pointer
}


.booking__select {
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
}


.booking__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none
}

.booking__input--icon {
    padding-right: 40px
}

/* Checkbox */
.booking__check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none
}

.booking__check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.booking__check-box {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #f0c753;
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .1s ease
}

.booking__check-input:checked+.booking__check-box {
    background: #f0c753
}

.booking__check-tick {
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: opacity .15s ease
}

.booking__check-input:checked+.booking__check-box .booking__check-tick {
    opacity: 1
}

.booking__check-text {
    font-size: .95rem
}


@media (max-width:639px) {
    .booking__row {
        flex-direction: column
    }

    .booking__label,
    .booking__label--ghost {
        transform: none;
        width: auto
    }

    .booking__field {
        min-width: 100%
    }
}
/* end booking */