/* @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

header.fixed-top {
	position: relative;
	z-index: 99999999;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}


.header-navbar {
	position: relative;
	background-size: cover;
	background-position: 0px center;
	background: rgb(67, 4, 5);
	padding: 7px 0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	background: linear-gradient(90deg, rgba(46, 120, 111, 1) 0%, rgba(64, 161, 84, 1) 50%, rgba(70, 171, 87, 1) 100%);
}

.box-navbar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.btn-datlich a {
  	background: #f9b218;
  	padding: 8px 20px;
  	border-radius: 25px;
  	color: #000;
  	font-size: 16px !important;
  	text-transform: uppercase;
  	font-weight: 700 !important;
}
.btn-datlich a svg {
	height: 20px;
	position: relative;
	top: 4px;
}

a.navbar-brand {
	padding: 4px 0px 2px 0;
	transition: all .3s ease-in;
	margin-right: 15px;
}
header.fixed-top.header-bg .header-navbar a.navbar-brand{
	margin-top: 0;
}
.box-images-logo {
	display: flex;
	position: relative;
}

nav.navbar.navbar-expand-xl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

ul.navbar-nav {
	display: flex;
	align-items: center;
}

ul.dropdown-menu-menu-c2 {
	position: absolute;
	width: 300px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.nav-link.dropdown-toggle-hover {
	color: #fff;
	display: inline-flex;
	align-items: center;
}

a.nav-link.dropdown-toggle-hover svg path {
	stroke: #fff;
}

a.nav-link.dropdown-toggle-hover svg {
	width: 20px;
	height: 20px;
}
.nav-link .icon svg{
	width: 32px;
	height: 32px;
}
.header-menu__icon {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: white;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
li.nav-item.dropdown {
	padding: 0px 12px;
	position: relative;
}

li.nav-item.dropdown a {
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
}
li.nav-item.dropdown a:hover {
	color: #f9b218;
}

li.nav-item.dropdown:hover ul.dropdown-menu-menu-c2 {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 999;
}

ul.dropdown-menu-menu-c2 li a {
	font-size: 15px !important;
	text-transform: none !important;
	font-weight: 400 !important;
	color: #333 !important;
	line-height: 20px !important;
}

ul.dropdown-menu-menu-c2 li {
	padding: 5px 0px;
}

header.fixed-top.header-bg .header-navbar {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

/* header.fixed-top.header-bg svg path {
	stroke: #fff;
} */

.header-mobile {
	display: none;
}

.header-top-ld {
	width: 100%;
	z-index: 999;
	padding: 10px 0px;
	transition: 0.5s ease;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-header-ld {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 999;
}

.logo-ld img {
	height: 45px;
}

.icon-navbar {
	width: 40px;
	height: 40px;
}

.icon-navbar {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}

.navbar-menu-desktops {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.5s ease;
}

.navbar-menu-desktops {
	position: relative;
}

.ovl-navbar-menu {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #0000007d;
	z-index: 1;
	transform: translateX(-100%);
	transition: 0.5s ease;
}

.emmet-navbar {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	width: 80%;
	transform: translateX(-100%);
	transition: 0.5s ease;
}

.close-navbar {
	position: absolute;
	right: 5px;
	top: 5px;
}

.emmet-navbar ul {
	padding-top: 30px;
}

.navbar-menu-desktops ul li {
	padding-bottom: 10px;
}

.navbar-menu-desktops ul li a {
	display: inline-flex;
	align-items: center;
}

.navbar-menu-desktops ul li a svg {
	width: 22px;
	height: 22px;
	margin-right: 7px;
}

.navbar-menu-desktops ul li p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
	font-size: 14px;
}

.icon-navbar svg {
	width: 35px;
	height: 35px;
}

.icon-navbar svg path {
	stroke: #fff;
}

.navbar-ld.active .ovl-navbar-menu {
	transform: unset;
	transition: 0.5s ease;
}

.navbar-ld.active .emmet-navbar {
	transform: unset;
	transition: 0.5s ease;
}

.navbar-ld.active .navbar-menu-desktops {
	opacity: 1;
	visibility: visible;
	overflow: initial;
	transition: 0.5s ease;
}

.close-navbar svg {
	width: 25px;
	height: 25px;
}

.navbar-menu-desktops ul li a svg {
	width: 22px;
	height: 22px;
	margin-right: 7px;
}

.emmet-navbar img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.box-images-logo img {
	height: auto;
	position: relative;
	width: 90px;
	height: auto;
	object-fit: contain;
}

span.per-night img {
	width: 40px;
	height: 40px;
	padding: 3px;
}

.box-images-logo:before {
	content: "";
}
ul.box-menu-c3-mobiles {
    margin-left: 20px;
    display: none;
}
ul.box-menu-c2-mobiles {
	padding-top: 10px;
	margin-left: 20px;
	display: none;
}
li.item-menu-c2--smoll svg {
    width: 25px;
    height: 25px;
}
.item-menu-c2-mobile-smoll>a {
	display: inline-flex;
	justify-content: space-between;
}
li.item-menu-c2--smoll.menu-mobi-active1 ul.box-menu-c3-mobiles {
    display: block;
}
.item-menu-c2-mobile-smoll svg {
	width: 25px;
	height: 25px;
}

.item-menu-c2-mobile-smoll {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

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

.box-text-right p {
	padding-bottom: 0px;
}
.box-text-right a img {
	position: relative;
	top: 4px;
}

section.header-top {
	padding: 2px 0;
	background: #144121;
	/* position: absolute; */
	z-index: 99;
	width: 100%;
	background: linear-gradient(107deg, rgba(186,129,60,1) 0%, rgba(227,161,39,1) 100%);
	background: #fff;
}

.box-header-tops {
	color: #fff;
}



li.menu-header-mobile.menu-mobi-active1 ul.box-menu-c2-mobiles {
	display: block;
	padding-top: 10px;
}

header.fixed-top.header-bg {
	position: fixed;
}

.box-text-right ul li a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.box-text-right ul {
	display: flex;
	margin-left: 5px;
}

.box-text-right ul li {
	padding-right: 9px;
}

.box-text-right ul li a {
	width: 23px;
	height: 23px;
	background: #a7c92e;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.box-text-right {
	display: flex;
	gap: 5px;
	align-items: center;
}

.box-text-right ul li a svg path {
	fill: #fff;
}

.item-slick-backs img {
	width: 100%;
}

header.fixed-top.header-bg .box-navbar {
	top: unset;
	padding-top: 0px;
}

header.fixed-top.header-bg .box-images-logo img {
}

header.fixed-top.header-bg .box-images-logo:before {
}


header.fixed-top.header-bg .header-navbar {
	/* background: #fff; */
	width: 100%;
}

header.fixed-top.header-bg .nav-item.dropdown a {
	color: #333;
}

header.fixed-top.header-bg .header-top {
	display: none;
}
.desc_luutru tbody tr td {
    border: 0px solid #333;
    padding: 5px;
}

.desc_luutru tbody tr td p {
    border-bottom: 0px solid #333;
}
.desc_luutru tbody tr td ul li {
	list-style: disc !important;
	margin-left: 15px;
}

.desc_luutru tbody {
    width: 100%;
    max-width: 100%;
}
.desc_luutru ul li {
	margin-top: 10px;
	list-style: disc !important;
	margin-left: 15px;
}


.desc_luutru table {
    width: 100%;
    margin-top: 15px;
}

.desc_luutru tbody tr td:nth-child(1) {
    border-right: none;
}
.btn-datlich {
	margin-left: 14px;
}
section.header-mobile.header-scroll {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.navbar-nav__link {
    display: flex;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1.4;
}
.navbar-menu {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}


.navbar-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 36px;
}


.navbar-menu__item {
	margin: 0;
}


.navbar-menu__item.is-active .navbar-menu__link, .navbar-menu__link:hover {
	color: white;
}


.navbar-menu__link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 7px;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 15px;
}



.navbar-menu__txt {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.4;
	/* width: calc(100% - 32px); */
	text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
.header-navbar__close{
	width: 36px;
	height: 36px;
	padding: 5px;
	margin-left: auto;
    display: block;
}
.header-navbar__close svg{
	width: 18px;
	height: 18px;
}
.header-navbar__close svg path{
	stroke: #fff;
}
.header-navbar__tasbar-logo{
	line-height: 0;
	display: block;
}
.header-navbar__tasbar img {
    height: 90px;
}
.header-top-right ul li a svg {
    height: 20px;
}

.header-top-right ul {
    display: flex;
    justify-content: right;
    gap: 0px 20px;
    margin-bottom: 10px;
    align-items: center;
}

.header-top-right ul li a {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.header-top-right {
    margin-bottom: 4px;
}
.popup-container-moder .popup-overlay {
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.6);
	 z-index: 9999999999;
	 animation: fadeIn 0.3s ease;
}
 .popup-container-moder .popup-overlay.active {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 @keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 @keyframes slideDown {
	 from {
		 opacity: 0;
		 transform: translateY(-50px);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 .popup-container-moder .popup-container {
	 background: white;
	 border-radius: 20px;
	 padding: 40px;
	 max-width: 600px;
	 width: 90%;
	 position: relative;
	 box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
	 animation: slideDown 0.4s ease;
}
 .popup-container-moder .close-btn {
	 position: absolute;
	 top: 2px;
	 right: 4px;
	 width: 35px;
	 height: 35px;
	 background: #2e786f;
	 border: none;
	 border-radius: 50%;
	 font-size: 24px;
	 color: white;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 transition: all 0.3s ease;
	 padding: unset;
}
 .popup-container-moder .close-btn:hover {
	 background: #689f38;
	 transform: rotate(90deg);
}
 .popup-container-moder .logo-container {
	 text-align: center;
	 margin-bottom: 20px;
}
 .popup-container-moder .logo {
	 width: 80px;
	 height: 80px;
	 margin: 0 auto;
}
 .popup-container-moder .logo svg {
	 width: 100%;
	 height: 100%;
}
 .popup-container-moder .logo-text {
	 font-size: 16px;
	 color: #2e7d32;
	 font-weight: bold;
	 margin-top: 10px;
}
 .popup-container-moder .popup-title {
	 text-align: center;
	 color: #2e786f;
	 font-size: 24px;
	 font-weight: bold;
	 margin-bottom: 30px;
	 line-height: 1.4;
}
 .popup-container-moder .feature-list {
	 list-style: none;
	 margin-bottom: 10px;
}
 .popup-container-moder .feature-item {
	 display: flex;
	 align-items: center;
	 margin-bottom: 5px;
	 font-size: 16px;
	 color: #333;
}
 .popup-container-moder .feature-icon {
	 color: #e53935;
	 margin-right: 12px;
	 font-size: 20px;
	 font-weight: bold;
}
 .popup-container-moder .form-group {
	 margin-bottom: 20px;
}
 .popup-container-moder .form-input {
	 width: 100%;
	 padding: 15px;
	 border: 2px solid #ddd;
	 border-radius: 8px;
	 font-size: 15px;
	 transition: border-color 0.3s ease;
}
 .popup-container-moder .form-input:focus {
	 outline: none;
	 border-color: #7cb342;
}
 .popup-container-moder .submit-btn {
	 width: 100%;
	 background: linear-gradient(90deg, #2e786f 0%, rgba(64, 161, 84, 1) 50%, rgba(70, 171, 87, 1) 100%);
	 color: white;
	 border: none;
	 padding: 15px;
	 font-size: 18px;
	 font-weight: bold;
	 border-radius: 50px;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 text-transform: uppercase;
}
 .popup-container-moder .submit-btn:hover {
	 background: #689f38;
	 transform: scale(1.02);
}
 .header-top-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999999999 !important;
}

@media(min-width: 1024px) {
	.header-navbar__tasbar-btn{
		display: none;
	}
	.header-navbar__close{
		display: none;
	}
}
@media(max-width: 1023px) {
	.header-navbar__tasbar{
		width: 100%;
		max-width: 100%;
		/* display: flex; */
		justify-content: center;
		position: relative;
	}
	.header-navbar__tasbar-logo{
		max-width: 86px;
	}
	.header-navbar__tasbar-btn{
		position: absolute;
		width: 40px;
		height: 40px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 11;
		padding: 0;
	}
	.emmet-navbar ul {
		height: 100vh;
		overflow-y: scroll;
	}
	.header-navbar__collapse{
		position: absolute;
		top: 70px;
		z-index: 100;
		background: linear-gradient(90deg, rgba(46, 120, 111, 1) 0%, rgba(64, 161, 84, 1) 50%, rgba(70, 171, 87, 1) 100%);
		width: auto;
		right: 12px;
		padding: 10px;
		display: none;
		z-index: 999999999;
	}
	.header-navbar__collapse.is-open{
		display: block;
	}
	.navbar-menu__list{
		flex-direction: column;
		
	}
	.navbar-menu__item{
		width: 100%;
	}
	.navbar-menu__link{
		padding: 6px 10px;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	.navbar-menu__txt{
		width: 100%;
		font-size: 15px;
	}
	.header-menu__icon, .navbar-menu__link img{
		display:none;
	}
	.header-top-ld svg {
		cursor: pointer;
	}
	li.item-menu-c2--smoll:last-child {
		border: none;
	}
	.navbar-menu-desktops ul li.item-menu-c2--smoll:before {
		content: "-";
		position: absolute;
		right: 100%;
		padding-right: 5px;
		font-size: 20px;
		top: 2px;
	}
	
	.btn-datlich a {
		background: #144121;
		padding: 7px 20px;
		border-radius: 25px;
		color: #fff;
		font-size: 13px;
		margin-left: 0;
      
	}
    .btn-datlich {
      margin-left: 0;
  }

	
	.logo-ld {
		/* width: 170px; */
		display: flex;
		/* height: 60px; */
		/* background: #fff; */
		/* border-radius: 100%; */
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
		/* margin-bottom: -30px; */
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
	}
	.header-mobile {
		display: block;
	}

	

	.header-top-ld {
		/* position: fixed; */
		width: 100%;
		z-index: 999;
		transition: 0.5s ease;
		background: linear-gradient(110deg, #1f67b2 0%, #49AD36 100%);
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		padding: 5px;
		background: #1f67b2;
	}

	.box-header-ld {
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		/* position: relative; */
		z-index: 999;
	}

	.logo-ld img {
		height: 60px;
	}

	.icon-navbar {
		width: 40px;
		height: 40px;
	}

	.icon-navbar {
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		cursor: pointer;
	}

	.navbar-menu-desktops {
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition: 0.5s ease;
	}

	.navbar-menu-desktops {
		position: relative;
	}

	.ovl-navbar-menu {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #0000007d;
		z-index: 1;
		transform: translateX(-100%);
		transition: 0.5s ease;
	}

	.emmet-navbar {
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0;
		z-index: 9999;
		background: #fff;
		padding: 20px;
		width: 80%;
		transform: translateX(-100%);
		transition: 0.5s ease;
	}

	.close-navbar {
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.emmet-navbar ul {
		padding-top: 10px;
	}

	.navbar-menu-desktops ul li {
		padding-bottom: 7px;
		border-bottom: 1px solid #cdcdcd;
		padding-top: 7px;
		position: relative;
	}

	.navbar-menu-desktops ul li a {
		display: inline-flex;
		align-items: center;
		width: 100%;
		text-transform: uppercase;
	}

	.navbar-menu-desktops ul li a svg {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}

	.navbar-menu-desktops ul li p {
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #000;
		font-size: 15px;
	}

	.icon-navbar svg {
		width: 30px;
		height: 30px;
		fill: #2a4012;
	}

	.icon-navbar svg path {
		stroke: #fff;
	}
	.navbar-menu__txt{
		text-shadow: none;
	}
}

@media(max-width:990px){
	.header-top-right ul li:nth-child(1) {
    display: none;
}

.navbar-menu__list {
    gap: 13px;
}

.header-navbar__collapse {
    width: 204px;
}


	.header-top-right ul {
    gap: 0px 10px;
}

.header-top-right ul li a {
    font-size: 15px;
}


.header-top-right ul li a img {
    height: 20px;
    width: auto;
    object-fit: contain;
}
	.header-navbar__tasbar img {
    height: 64px;
}

	.header-top-right ul li a {
    color: #fff;
}

.header-top-right ul li a svg path {
    stroke: #a00009;
}
}