header.header-desktop {
    position: fixed;
    z-index: 9;
    width: 100%;
	    background: #fff;
}

.item-logo {
    width: 15.844%;
    display: flex;
    justify-content: center;
}

.item-navbar-menu {
    width: 63.253%;
    padding-left: 40px;
}

.item-btn-booknow {
    width: 21.569%;
    display: flex;
    justify-content: center;
}

.box-header-desk-contact {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEAEA30;
}

ul.menu-order-1 {
    display: flex;
    text-transform: uppercase;
}

ul.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;
}

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

li.menu-c1 {
    padding: 25px 25px 25px 25px;
}

.item-btn-booknow a {
    color: #fff;
    background-color: #b07f23;
    border-color: #b07f23;
    padding: 10px 34px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

ul.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 ul.menu-order-2 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: unset;
    transition: 0.5s ease;
}

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;
    background: #fff;
	  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
}

header.header-desktop.header-desktop-fiexd li.menu-c1 {
    padding: 21px 15px 21px 15px;
}

header.header-desktop.header-desktop-fiexd li.menu-c1 a {
    color: #222;
}

header.header-desktop.header-desktop-fiexd ul.menu-order-1 {
    justify-content: center;
}

header.header-desktop.header-desktop-fiexd .box-book-nows {
    display: none;
}

.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 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;
}
header.header-desktop.header-desktop-fiexd .box-header-desk-contact {
    padding-top: 0px;
}
















.form-popup-form-meket .popup-overlay {
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: rgba(0, 0, 0, 0.6);
	 justify-content: center;
	 align-items: center;
	 z-index: 99999;
}
 .form-popup-form-meket .popup-form {
	 background: white;
	 padding: 30px;
	 border-radius: 8px;
	 max-width: 530px;
	 width: 90%;
	 position: relative;
}
 .form-popup-form-meket .popup-form h2 {
	 margin-bottom: 20px;
	 text-align: center;
}
 .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;
	 font-family: unset;
}
 .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: 10px;
	 right: 15px;
	 font-size: 20px;
	 cursor: pointer;
}
.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;
}
ul.menu-order-3 {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 0;
}
ul.menu-order-3 {
    display: none;
}

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














header.header-desktop .ctnr {
    background: #fff;
}

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

li.menu-c1 {
    padding: 30px 15px 30px 15px;
}

ul.menu-order-1 li a {
    color: #000;
}

.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: #fff;
    border-radius: 9px;
    overflow: hidden;
}

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


@media(max-width:990px){
	.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;
}
.slide-mv__img img {
    height: 50vh;
}
.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.header-desktop {
    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;
	}
}
 