* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	font-family: 'Galano-medium';
}
@font-face {
	font-family: 'Galano-Regular';
	src: url('../font/Galano-Regular.woff2') format('woff2');
	font-weight: 400;
}
@font-face {
	font-family: 'Galano-medium';
	src: url('../font/Galano-Medium.woff2') format('woff2');
	font-weight: 500;
}
@font-face {
	font-family: 'Galano-bold';
	src: url('../font/Galano-SemiBold.woff2') format('woff2');
	font-weight: 600;
}
/*body{
background-color: #12464A;
}*/
body{
	/*padding: 0 100px;*/
	background-color: #0f4043 !important;
}
img{
	max-width: 100%;
	object-fit: cover;
}
.home{
	/*padding: 0 100px;*/
	background-color: #0f4043;
}
a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.close__sidebar {
	position: fixed;
	top: 30px;
	right: 10px;
	opacity: 0;
	z-index: 4;
	transition: all linear 0.4s;
	z-index: -1;
	/* transform: translateY(50px); */
}

.close__sidebar i {
	font-size: 18px;
	color: #fff;
}

.overlay__menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0b0b0b;
	display: none;
	opacity: 0.3;
	z-index: 20;
}


/*mobile sidebar*/
.mobile-sidebar {
	width: 260px;
	height: 100%;
	background-color: #f3f3f3;
	position: fixed;
	left: 0;
	top: 0;
	transform: translateX(-100%);
	transition: all linear 0.4s;
	z-index: 25;
}
.mobile-sidebar img{
	object-fit: contain;
}

.hidden__menu {
	opacity: 1;
	transform: translateX(0) !important;
}


.hidden__list__menu {
	opacity: 1;
	transform: translateX(0);
}

.menu__hotel li a {
	color: #666666d9;
}

.menu__hotel li {
	padding: 8px 20px;
	border-bottom: 1px solid #dbdbdbd9;
}

/***********************************/
.menu__hotel .sub__menu__mobile{
	/* padding: 8px 20px; */
	border-bottom: 1px solid #dbdbdbd9;
}
.menu__hotel .sub__menu__mobile a{
	padding-left: 20px;
}
.menu__hotel .sub__menu__mobile{
	padding: 8px 0;
}
.menu__hotel .sub__menu__title__mobile{
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}
.dropdown__menu__mobile{
	display: none;
}
.dropdown__menu__mobile li{
	padding: 8px 20px;
	border-bottom: 1px solid #dbdbdbd9;
}
.dropdown__menu__mobile li:first-child{
	border-top: 1px solid #dbdbdbd9;
}

.sub__menu__mobile.show__menu__child .dropdown__menu__mobile{
	display: block;
}
.sub__menu__mobile.show__menu__child{
	border-bottom: none;
}
.sub__menu__mobile.show__menu__child .sub__menu__title__mobile{
	padding-bottom: 8px;
}
.sub__menu__title__mobile i{
	transition: all linear 0.3s;
}
.rotate__icon{
	transform: rotate(180deg);
	transition: all linear 0.3s;
}
/***********************************/
/*end mobile sidebar*/


/*end mobile sidebar*/

.fixed {
	background-color: #fefbf6;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	z-index:999;
	position: fixed;
	transform: translateY(-100%);
	transition: all linear 0.3s;
	z-index: 10;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.fixed .nav__bar__fixed{
	border: none;
}

.fixed .logo img {
	width: 33%;
}

.fixed .nav__bar__fixed li a {
	color: #0a3321;
	font-size: 15px;
}
.fixed .nav__bar__fixed li a:hover{
	text-decoration: none;
}
/*
.fixed .nav__bar__fixed li:hover a {
color: #666666;
}
*/
.fixed .nav__bar__fixed li::after {
	position: absolute;
	content: "";
	width: 5%;
	height: 4px;
	bottom: -3px;
	left: 50%;
	background-color: #132146;
	transform: translateX(-50%);
	transition: all linear 0.3s;
}

.fixed .nav__bar__fixed li:hover::after {
	width: 100%;
	transition: all linear 0.3s;
}



/****************************/
.sub__menu{
	position: relative;
}
.dropdown__menu{
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.nav__bar .dropdown__menu li a{
	color: #ffffff;
}
.nav__bar .dropdown__menu li{
	padding: 10px;
}
.sub__menu:hover .dropdown__menu{
	display: block;
}
.nav__bar .dropdown__menu li::after{
	display: none;
}
.menu__child{
	position: relative;
}
.menu__child a{
	display: block;
}
.dropdown__menu__child{
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.menu__child:hover .dropdown__menu__child{
	display: block;
}

.sub__menu__fixed{
	position: relative;
}
.dropdown__menu__fixed{
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.6);
}
.fixed .nav__bar__fixed .dropdown__menu__fixed li a{
	color: #ffffff;
}
.nav__bar__fixed .dropdown__menu__fixed li{
	padding: 10px;
}
.sub__menu__fixed:hover .dropdown__menu__fixed{
	display: block;
}
.nav__bar__fixed .dropdown__menu__fixed li::after{
	display: none;
}


/***********************************/

header {
	height: 90px;
	background-color: #0a3321;
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 2;
}

.nav__bar {
	width: 70%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	border-bottom: 1px solid #fed58e;
}

.nav__bar li {
	position: relative;
	transition: all 0.25s ease;
}

.nav__bar li::after {
	content: "";
	position: absolute;
	bottom: -4px;
	height: 4px;
	background-color: #fff;
	opacity: 0;
	width: 5%;
	left: 50%;
	transition: all linear 0.3s;
	transform: translateX(-50%);
}


.nav__bar > .sub__menu:hover > a {
	font-weight: bold;
}

.nav__bar li:hover::after {
	width: 100%;
	opacity: 1;
	transition: all linear 0.3s;
}

.nav__bar li a {
	color: #ffffff;
	font-size: 15px;
	width: 100%;
	height: 100%;
}
.nav__bar li a:hover{
	text-decoration: none;
}
.nav__bar li.show-sidebar {
	display: none !important;
	z-index: 6;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*height:100vh;*/
	width: 100%;
	position: relative;
}
.banner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00000033;
}
.banner__search{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	padding: 10px;
	background: #0000007d;
    border-radius: 10px;
	z-index: 5;
}
.form-search label{
	color: #fff;
}
.form-search input{
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.form-search .form-group{
	margin-bottom: 0;
}
.h_100,
.btn-search{
	height: 100%;
}
.btn-search button{
	width: 100%;
	height: 100%;
	background-color: #0a3321;
	color: #fed58e;
	border: none;
	outline: none !important;
	cursor: pointer;
}

/*intro*/
.banner__room{
	height: 273px;
	position: relative;
}

.btn__banner{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	padding: 15px;
	width: max-content;
	border: 1px solid #fff;
}
.btn__banner:hover{
	background-color: #0F5667;
	color: #fed58e;
	border: none;
	transition: all linear 0.3s;
}
.intro {
	padding: 50px 0;
	background-color: #f2f0eb;
}

.main__intro {
	position: relative;
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: auto;
	align-self: center;
	padding-right: 10px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	z-index: 2;
}
.description div{
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
}

.description h4 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	font-family: 'Galano-bold';
	margin-bottom: 10px;
	text-align: center;
}

.description p {
	font-size: 14px;
	line-height: 33.6px;
}

.slider__intro {
	position: relative;
}


.slider__intro div {
	width: 100%;
}

.slider__intro div img {
	width: 100%;
	height: auto;
	max-height: 450px;
	filter: brightness(0.5);
	object-fit: cover;
	transition: all linear 0.5s;
}

.slider__intro.owl-drag .center .slider-text{
	padding: 20px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
	background-color: #fff;
	z-index: 5;
}

.slider__intro.owl-drag .owl-item img {
	/*transform: scaleY(0.8);*/
	object-fit: cover;
	transition: all linear 0.5s;
}

.slider__intro.owl-drag .center div img {
	/*transform: scale(1);*/
	object-fit: cover;
	transition: all linear 0.5s;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	display: none;
}

.slider__intro .owl-nav {
	position: absolute;
	width: auto;
	left: -80px;
	bottom: 20px;
	color: #727272;
}

.slider__intro .owl-nav button {
	background-color: transparent !important;
	transition: all linear 0.3s;
}

.slider__intro .owl-nav button:hover {
	color: #000 !important;
	transition: all linear 0.3s;
}

.slider__intro .owl-nav i {
	font-size: 30px;
}


.slider-text {
	position: relative;
	overflow: hidden;
}

.text {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.587);
	opacity: 0;
	transform: translateY(100%);
	transition: all linear 0.5s;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

.text p {
	color: #fff;
	font-size: 20px;
	font-family: "Playfair Display";
}

.slider__intro.owl-drag .owl-item.center .text {
	transform: translateY(0);
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: all linear 0.5s;
}
/*end inro*/

/*end inro*/

/*about us*/
.about__us{
	/*margin-top: 30px;*/
	background-color: #fefbf6;;
	padding-top: 45px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}

.bg__about__us{
	background-image: url('../img/img-about-us.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 350px;
	z-index: -1;
}

.main__about__us{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.hotel{
	width: 100%;
	height: max-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}

.list__hotel{
	width: 23%;
	height: auto;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 4px 14px rgb(0 0 0 / 16%);
}

.list__hotel:hover{
	box-shadow: 0 4px 14px rgb(0 0 0 / 26%);
}

.list__hotel:hover img{
	transform: scale(1.1);
	transition: all linear 0.3s;
}

.list__hotel .hotel__image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transition: all linear 0.3s;
}

.hotel__image{
	/*margin-bottom: 15px;*/
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.hotel__des{
	width: 100%;
	padding-bottom: 10px;
}
.hotel__des .line-2{
	margin:15px 10px;
	font-size: 15px;
}
.hotel__des .line-2 div{

	color: #000000c4;
}
.hotel__des a{
	font-size: 18px;
	color: #0a3321;
	/*margin: 15px 0;*/
	font-family: 'Galano-bold';
	display: block;
}
.list__hotel a:hover{
	color: #000;
}
.hotel__des span a{
	font-weight: 300;

}
.about__us .view__more__facilities{
	width: max-content;
	display: block;
	padding: 10px 25px;
	background-color: #0F5667;
	border-radius: 5px;
	color: #fed58e;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
	display: none;
}
.list__hotel p{
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about__us__text{
	width: 100%;
	align-self: center;
	text-align: center;
}

.about__us__text h4{
	font-size: 36px;
	font-weight: bold;
	color: #0a3321;
	font-family: 'Galano-bold';
	margin-bottom: 45px;
}

.about__us__text p{
	font-size: 14px;
	color: #000;
}
/*end about us*/

/*home gallery*/
.home__gallery{
	padding: 50px 0;
}

.main__home__gallery{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.slider__home__gallery{
	width: 69% !important;
}
.home__list__gallery{
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 2;
}


.home__list__gallery:hover::after{
	opacity: 0.5;
}

.home__list__gallery::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,#323232 0%,rgba(50,50,50,0) 33%);
	opacity: 0;
	transition: all linear 0.3s;
	z-index: -1;
}

.home__list__gallery img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__right{
	width: 29%;
	position: relative;
}

.gallery__right::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,#323232 0%,rgba(50,50,50,0) 33%);
	opacity: 0;
	transition: all linear 0.3s;
}
.gallery__right:hover::after{
	opacity: 0.5;
}
.gallery__right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__right h3{
	position: absolute;
	bottom: 25px;
	left: 0;
	color: #fff;
	font-family: "Playfair Display";
	font-size: 32px;
	text-align: center;
	font-weight: normal;
}

/* .slider__home__gallery .owl-nav{
position: absolute;
width: 100%;
top: 40%;
display: flex;
justify-content: space-between;
margin-top: 0;
} */
.slider__home__gallery .owl-nav button.owl-prev{
	position: absolute;
	top: 40%;
	left: 4%;
	transition: all linear 0.2s;
}
.slider__home__gallery .owl-nav button.owl-next{
	position: absolute;
	top: 40%;
	right: 4%;
	transition: all linear 0.2s;
}

.slider__home__gallery:hover .owl-nav button.owl-prev{
	left: 3%;
}
.slider__home__gallery:hover .owl-nav button.owl-next{
	right: 3%;
}
.slider__home__gallery .owl-nav button:hover{
	background-color: transparent !important;
}

.slider__home__gallery .owl-nav i{
	color: #fff;
	font-size: 25px;
	-webkit-text-stroke: 0px #fff;
}

.slider__home__gallery .owl-dots{
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.slider__home__gallery .owl-dots .owl-dot span{
	width: 14px !important;
	height: 14px !important;
	background-color: #000 !important;
	border: 1px solid #fff;
}
.slider__home__gallery .owl-dots .owl-dot.active span{
	background-color: #f3bf51 !important;
}
/*end home gallery*/


/*image share*/
.image__share{
	background-color: #fefbf6;
	padding: 40px 0;
	padding-bottom: 40px;
	position: relative;
}

.bg__img__share{
	background-image: url('../img/bg-image-share.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 645px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.image__share p{
	font-size: 24px;
	font-weight: bold;
	color: #0a3321;
	font-family: 'Galano-bold';
	margin-left: 10%;
	margin-bottom: 10px;
}

.image__share h2{
	position: relative;
	font-size: 36px;
	color: #000;
	font-weight: normal;
	margin-left: 10%;
	margin-bottom: 48px;
	z-index: 2;
}
.image__share h2 a{
	color: #000;
}

.slider__image__share{
	display: flex;
}

.list__image__share{
	width: 100%;
	overflow: hidden;
}

.list__image__share img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all linear 0.3s;
}

.slider__image__share img:hover{
	transform: scale(1.1);
	transition: all linear 0.3s;
}
/*end image share*/

/*promotion*/
.promotion {
	background-color: #f2f0eb;
	position: relative;
	padding: 50px 0;
	z-index: 2;
}

.main__promotion{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.image__promotion{
	width: 50%;
	position: relative;
}

.img__filter{
    width: 100%;
    height: 370px;
    object-fit: cover;
    filter: blur(2px);
}

.img__opacity{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-55%);
	background-color: #fff;
	padding: 25px;
	width: 100%;
	z-index: 3;
}

.img__opacity img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content__promotion{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background: rgba(239,225,214,.3);*/
	padding: 0px 85px;
	position: relative;
}

.bg__terms{
	background-image: url('../img/bg-terms.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 58%;
	height: 100%;
	z-index: -1;
}

.content__promotion h2{
	font-size: 36px;
	color: #0a3321;
	font-family: 'Galano-bold';
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}

.content__promotion p{

	font-size: 16px;
	color: #000000c4;
	text-align: center;
	margin: 14px 0 18px 0;
}
.form-offer{
	display:flex;
	flex-wrap:wrap;
}
.form-offer input {

	width: 100%;
	height: 50px;
	outline: none;
	border: none;
	background-color: #f1f1f1;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	border-radius: 5px;
	padding-left: 10px;
}
.form-offer div:nth-child(1) {
	width: 66%;
}
.form-offer div:nth-child(2) {
	width: 33%;
}
.form-offer button{
	height: 50px;
	width:100%;
	outline: none;
	border: none;
	border-radius: 5px;
	background-color: #0a3321;
	color: #fed58e;
	font-size: 15px;
	float: right;
	clear: both;
	cursor: pointer;
}


/*end promotion*/
/*map*/
.map__location iframe{
	width: 100%;
	display: block;
}
/*end map*/
/*footer*/
footer{
	background-color: #0a3321;
	padding-top: 30px;
	padding-bottom: 10px;
}

.main__footer{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.footer__location{
	width: 60%;
}
.terms{
	width: 40%;
}
.social{
	display: flex;
	gap: 20px;
}
.main__footer ul li{
	font-family: 'Galano-Medium';
	color: #f1f1f1;
}
.main__footer ul li i{
	font-size: 25px;
	margin-top: 20px;
}
.footer__location{
	line-height: 24px;
}
.footer__location li, .footer__location li a{
	font-size: 15px;
	color: #f1f1f1;
}

.footer__list__hotel li:first-child,
.terms li:first-child{
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;
}
.footer__list__hotel li,
.terms li{
	padding: 10px 0;
	border-bottom: 1px solid #97a382;
}
.footer__list__hotel li a,
.terms li a{
	color: #f1f1f1;
	font-size: 15px;
}

.end__footer{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
}


/*end footer*/


.back-to-top{
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	left: 20px;
	border: none;
	background-color: #0a3321;
	border: 1px solid #ccc;
	color: #FFF;
	border-radius: 50%;
	transition: all linear 0.3s;
	transform: translateY(20px,0);
	opacity: 0;
	overflow: hidden;
	z-index: 3;
}

.back-to-top i{
	font-size: 30px;
	-webkit-text-stroke: 0px #fff;
}

.back-to-top:hover{
	cursor: pointer;
}

.btn-active.animate{
	-webkit-transform: translate(0, -20px);
	transition: all linear 0.3s;
	opacity: 1;
}
.icon__fixed{
	position: fixed;
	left: 20px;
	bottom: 120px;
	z-index: 100;
}
.icon__fixed ul li{
	margin-top: 15px;
}
.icon__fixed ul li img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	display: block;
}
/*chat*/
.mess{
	position: fixed;
	bottom: 120px;
	right: 5px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #127ace;
	border: none;
	cursor: pointer;
	transition: all linear 0.2s;
	z-index: 5;
	/* transform: translateY(5px); */
	box-shadow: 0 7px 16px 0 rgb(0 0 0 / 10%);
}

.mess i{
	color: #fff;
	font-size: 25px;
}

.chat{
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 200px;
	right: 10px;
	border-radius: 3px;
	background-color: #f5f5f5;
	z-index: 35;
	opacity: 0;
	display: none;
	transition: all linear 0.6s;
	transform-origin: bottom right;
	transform: translateX(-10px);
}

.hidden{
	display: block;
}

.heading__chat{
	height: 56px;
	background-color: #0f67ad;
	display: flex;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	align-items: center;
}

.left__heading{
	display: flex;
	align-items: center;
	gap: 10px;
}

.left__heading div{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
}

.left__heading i{
	color: #8c8c8c;
}

.left__heading p{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.right__heading{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	color: #175cc4;
	text-align: center;
	cursor: pointer;
}

.content__chat{
	width: 90%;
	background-color: #ebf5fd;
	margin: 10px auto;
	padding: 32px;
}

.content__chat h4{
	font-size: 20px;
	font-weight: normal;
}

.content__chat p{
	font-size: 12px;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 19px;
}

.content__chat label{
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}

.form-chat div{
	display: flex;
	flex-direction: column;
}

.form-chat div input{
	height: 35px;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	color: #333333;
	padding-left: 15px;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	outline: none;
	margin-bottom: 35px;
}

.form-chat div input:hover{
	border-color: #cbced1;
	box-shadow: inset 0 -1.8em 1em 0 rgb(0 0 0 / 0%)
}

.form-chat div button{
	/* height: 35px; */
	background-color: #132146;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: 2px solid #1d74f5;
	cursor: pointer;
	text-transform: uppercase;
	opacity: 0.6;
}

/*end chat*/

@media only screen and (max-width: 991px){
	/*body, .home{
	padding: 0 25px;
}*/
	.nav__bar li.show-sidebar::after{
		display: none;
	}
	.nav__bar li:last-child{
		display: block !important;
	}
	.room__info .main__room__info{
		width: 95%;
	}
	.room__info .slider__room__intro{
		width: 40% !important;
	}
	.room__info .slider__image__room {
		width: 60% !important;
	}
	.form-offer{
		width: 90%;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.form-offer div:nth-child(1),
	.form-offer div:nth-child(2){
		width: 90%;
	}
	.hotel{
		justify-content: center;
	}
	.list__hotel{
		width: 31%;
	}
	.about__us{
		padding: 45px 0;
	}

}
@media only screen and (max-width: 768.98px){
	.logo img{
		width: 65%;
	}
	.nav__bar li:first-child{
		display: none;
	}



	.nav__bar li .fa-bars{
		font-size: 20px;
		color: #fff;
	}

	.nav__bar li::after{
		display: none;
	}
	.fixed .logo img{
		width: 56%;
	}
	.slider__intro .owl-nav{
		display: none;
	}
	.slider__home__gallery .owl-dots{
		display: none;
	}
	.description{
		margin-bottom: 30px;
		padding-right: 0;
	}
	.description, .slider__intro{
		width: 100% !important;
	}
	.about__us__text h4{
		margin-bottom: 0;
	}
	.main__about__us{
		gap: 20px;
	}
	.about__us__text{
		width: 100%;
	}
	.hotel{
		width: 100%;
	}
	.main__room__info .slider__room__intro{
		padding: 0
	}

	.slider__home__gallery, .gallery__right{
		width: 100% !important;
	}
	.gallery__right h3{
		width: 100%;
	}
	.main__promotion{
		width: 100%;
	}
	.bg__terms{
		width: 73%;
	}

	.room__info .slider__room__intro,
	.room__info .slider__image__room{
		width: 100% !important;
	}

	.form-offer input{
		width: 100%;
		z-index: 5;
		color: #000;
		margin-bottom: 20px;
	}

	.form-offer button{
		width: 100%;
	}

	.main__footer ul{
		width: 100%;
	} 

	.footer__list__hotel{
		margin:30px 0;
	}

}

@media only screen and (max-width: 991px){
	.header, .main__intro, .main__about__us, .main__home__gallery{
		width: 95%;
	}
	.logo img{
		width: 67%;
	}

	.fixed .logo img{
		width: 52%;
	}
	.fixed .nav__bar__fixed li a{
		color: #000;
		font-weight: bold;
	}
	.fixed .nav__bar li:last-child i{
		color: #000;
	}

	.slider__intro .owl-nav{
		display: none;
	}
	.about__us__text{
		width: 100%;
		margin-bottom: 20px;
	}


	.hotel{
		width: 100%;
	}
	.description h4, .about__us__text h4{
		font-size: 28px;
	}

	.main__promotion{
		width: 100%;
	}

	.form-offer input{
		width: 100%;
		margin-bottom: 20px;
	}
	.form-offer button{
		width: 100%;
	}

	.bg__terms{
		width:80%;
		z-index: -1;
	}
	.main__footer ul{
		width: 100%;
	} 

	.footer__list__hotel{
		margin:30px 0;
	}
}

/*@media only screen and (max-width: 414px){
.logo img{
width: 100%;
height: auto;
}

.fixed .logo{
width: 44%;
}
.fixed .logo img{
width: 76%;
height: 100%;
}
.header{
border-bottom: 1px solid #fff;
}
.nav__bar{
border-bottom: none;
}

.list__hotel{
width: 100%;
height: 100%;
justify-content: center;
gap: 15px;
}

.hotel__des{
height: auto;
}

.hotel{
gap: 15px;
}

.image__promotion{
width: 100%;
}
.content__promotion{
width: 100%;
}
.slider__home__gallery .owl-nav{
display: none;
}
.bg__img__share{
width: 100%;
}
.img__opacity{
transform: translate(-50%, -50%);
left: 50%;
width: 85%;
}
.content__promotion h2{
font-size: 28px;
}
.content__promotion{
padding: 40px 0px 0px 0px;
}
.end__footer{
margin: 30px auto 0 auto;
width: 85%;
}
}
*/


/*room info*/
.room__info {
	padding: 30px 0;
	background-color: #f2f0eb;
}

.main__room__info {
	width: 85%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.slider__room__intro {
	width: 35% !important;
	padding: 20px 30px 0 0;
}
.list__room__intro div{

	line-height: 30px;
	color: #000000c4;
}
.slider__room__intro h5 {
	font-size: 27px;
	font-weight: bold;
	font-family: 'Galano-bold';
	margin-bottom: 20px;
	width: 89%;
	color: #0a3321;
}

.slider__room__intro p {
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 16px;
	margin-top: 15px;
}

.slider__room__intro ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

.slider__room__intro ul li:nth-child(1) i {
	margin-right: 8px;
}

.slider__room__intro ul li:nth-child(2) i {
	margin-right: 6px;
}

.slider__room__intro ul li:nth-child(3) i {
	margin-right: 4px;
}

.slider__room__intro ul li:nth-child(4) i {
	margin-right: 8px;
}

.slider__room__intro ul li:nth-child(5) i {
	margin-right: 4px;
}

.slider__room__intro ul li:nth-child(6) i {
	margin-right: 8px;
}

.slider__room__intro ul li i {
	font-size: 18px;
}

.btn-book-room {
	text-align: center;
	margin-top: 19px;
}

.btn-book-room a {
	display: inline-block;
	padding: 10px 25px;
	background-color: #0F5667;
	border-radius: 5px;
	color: #fed58e;
	font-size: 14px;
	transition: all linear 0.3s;
}

.btn-more-room {
	font-size: 14px;
	color: #132146;
	text-decoration: underline;
	text-decoration-color: #132146;
	line-height: 22.4px;
	letter-spacing: 0.42px;
	width: 100%;
	text-align: center;
}

.btn-book-room a:hover {
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	transition: all linear 0.3s;
}

.slider__room__intro .owl-nav .owl-prev {
	position: absolute;
	top: 20px;
	right: 12%;
	color: #727272;
	background-color: transparent !important;
	font-size: 25px !important;
	transition: all linear 0.3s;
}

.slider__room__intro .owl-nav .owl-next {
	position: absolute;
	top: 20px;
	right: 7%;
	color: #727272;
	background-color: transparent !important;
	font-size: 25px !important;
	transition: all linear 0.3s;
}

.slider__room__intro .owl-nav .owl-prev:hover,
.slider__room__intro .owl-nav .owl-next:hover {
	color: #132146 !important;
	transition: all linear 0.3s;
}

.slider__image__room {
	width: 65% !important;
	align-self: center;
}

.list__room__image img {
	width: 100%;
	/* height: auto;*/
	max-height: 500px;
	object-fit: cover;
}

/* .slider__image__room .owl-nav{
width: 100%;
justify-content: space-between;
display: flex;
position: absolute;
top: 50%;
} */

.slider__image__room .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	color: #fff !important;
	background-color: transparent !important;
	font-size: 25px !important;
	transition: all linear 0.2s;
}

.slider__image__room .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	color: #fff !important;
	background-color: transparent !important;
	font-size: 25px !important;
	transition: all linear 0.2s;
}



.slider__image__room:hover .owl-nav .owl-prev {
	left: 4%;
	transition: all linear 0.2s;
	color: #727272 !important;
}

.slider__image__room:hover .owl-nav .owl-next {
	right: 4%;
	transition: all linear 0.2s;
	color: #727272 !important;
}
/*end room info*/

/*banner*/
.bg__banner__room{
	height: 100%;
}
.bg__banner__room,
.bg__banner__room .owl-stage-outer,
.bg__banner__room .owl-stage,
.bg__banner__room .owl-item,
.bg__banner__room .owl-item .item{
	height: 100%;
}
.item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bg__banner__room .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}


.banner__room .bg__banner__room .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
}

.banner__room .bg__banner__room .owl-dots .owl-dot:hover span {
	background-color: transparent;
}

.banner__room .bg__banner__room .owl-dots .owl-dot.active span {
	background-color: #f3bf51;
	border-color: #f3bf51;
}

/* .banner__room .bg__banner__room .owl-nav{
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
}
.banner__room .bg__banner__room .owl-nav i{
color: #fff;
font-size: 25px;
padding: 0 40px;
transition: all linear 0.2s;
} */
.banner__room .bg__banner__room .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 4%;
	color: #fff;
	transition: all linear 0.2s;
	font-size: 24px !important;
}

.banner__room .bg__banner__room .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 4%;
	color: #fff;
	transition: all linear 0.2s;
	font-size: 24px !important;
}

.banner__room:hover .bg__banner__room .owl-nav .owl-prev {
	left: 3.5%;
	transition: all linear 0.2s;
}

.banner__room:hover .bg__banner__room .owl-nav .owl-next {
	right: 3.5%;
	transition: all linear 0.2s;
}

.banner__room .bg__banner__room .owl-nav button:hover {
	background-color: transparent;
}

.banner__room:hover .bg__banner__room .owl-nav i {
	color: #727272;
	transition: all linear 0.3s;
}
/* .banner__room:hover .bg__banner__room .owl-nav i{
padding: 0 30px;
transition: all linear 0.2ss;
} */
/*end banner*/


/*start breadCumb */

.path__bcumb {
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 21px;
}

.path__bcumb a {
	color: #334862;
	font-size: 14px;
}

.path__bcumb i {
	font-size: 9px;
}

.path__bcumb span {
	font-size: 14px;
}

/*End breadCumb */

.line-2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 2; 
	line-clamp: 2;*/
	-webkit-box-orient: vertical;
}

:root {
	--secondary-font: 'Gilda Display', serif;
	--normal-font: 'Barlow', sans-serif;
	--primary-color: #132146;
	--text-color: #222;
	--text-color-2: #666666;
	--b-color: #f8f5f0;
}
.container__news-item-pages-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
}
/* paging */
.container__nws-item-pages-wrap {
	display: flex;
	justify-content: center;
}

.container__news-item-pages-item {
	list-style: none;
	display: inline-block;
}

.container__news-item-pages-link {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	color: var(--text-color-2);
	border: 1px solid rgba(102,102,102,0.1);
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	font-size: 16px;
	font-family: var(--normal-font);
	margin: 0 5px;
}

.container__news-item-pages-link i {
	font-size: 12px;
}

.container__news-item-pages-link:hover,
.container__news-item-pages-link.active {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.container__news-item-pages-item.active .container__news-item-pages-link {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

/* End paging */

/* fix css heading */

.fixed .logo img {
	width: 100%;
	height: 60px;
}

.fixed .nav__bar__fixed li a {

	font-size: 14px;
}

/* .fixed .nav__bar__fixed li:hover a {
color: #666666;
}
*/
.fixed .nav__bar__fixed li::after {
	position: absolute;
	content: "";
	width: 5%;
	height: 4px;
	bottom: -3px;
	left: 50%;
	background-color: #fed58e;
	transform: translateX(-50%);
	transition: all linear 0.3s;
}

.fixed .nav__bar__fixed li:hover::after {
	width: 100%;
	transition: all linear 0.3s;
}

.fixed .nav__bar li:last-child{
	color:#333;
}
.header {
	width: 85%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.logo {
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.logo a{
	height: 100%;
	display: flex;
	align-items: center;
}

.logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.nav__bar li {
	position: relative;
}

.nav__bar li::after {
	content: "";
	position: absolute;
	bottom: -4px;
	height: 4px;
	background-color: #fed58e;
	opacity: 0;
	width: 5%;
	left: 50%;
	transition: all linear 0.3s;
	transform: translateX(-50%);
}

.language select {
	font-size:15px;
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
}

.language__fixed select {
	color: #0a3321;
}

.language select option {
	color: #000;
}


.nav__bar li:hover::after {
	width: 100%;
	opacity: 1;
	transition: all linear 0.3s;
}
.nav__bar{
	width: 82%;
	gap: 8px;
	margin-bottom: 0;
}
.nav__bar li a {
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 100%;
	font-weight: 500;
}

.nav__bar li.show-sidebar {
	display: none;
	color:white;
	z-index: 6;
}

.tab-content{
	display: none;
}
.tab-content.current{
	display: block;
}
ul.tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.list__tabs{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
}
.list__tabs.current{
	border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
	.form-search .form-group{
		margin-bottom: 10px;
	}
	.nav__bar li {
		display: none;
	}
	.nav__bar li:last-child {
		display: block;
		color: #fff;
	}
	.nav__bar li:nth-last-child(2) {
		display: block;
		color: #fff;
	}

	.nav__bar {
		justify-content: flex-end;
		gap: 30px;
	}

	.header, .main__intro, .main__about__us, .main__home__gallery {
		width: 95%;
	}

	.logo {
		width: 23%;
	}

	.logo img {
		width: 100%;
	}

	.fixed .logo img {
		width: 86%;
	}

	.fixed .nav__bar__fixed li a {
		color: #000;
		font-weight: bold;
	}

	.fixed .nav__bar li:last-child {
		color: black;
	}

	.slider__intro .owl-nav {
		display: none;
	}

	.about__us__text {
		width: 100%;
		margin-bottom: 20px;
	}


	.hotel {
		width: 100%;
	}

	.description h4, .about__us__text h4 {
		font-size: 28px;
	}

	.main__promotion {
		width: 100%;
	}

	.form-offer input {
		width: 100%;
		margin-bottom: 20px;
	}

	.form-offer button {
		width: 100%;
	}


}

@media only screen and (max-width: 767.98px) {
	.logo img {
		width: 100%;
		height: auto;
	}
	/*.home,
		header{
		padding: 0 25px;
	}*/
	.bg__about__us{
		width: 100%;
	}
	.fixed .logo {
		width: 44%;
	}

	.fixed .logo img {
		width: 100%;
		height: 60px;
	}

	.header {
		border-bottom: 1px solid #fff;
	}

	.nav__bar {
		border-bottom: none;
	}
	.banner__search{
		position: static;
    	transform: translate(0);
		margin: 10px auto;
	}

	.description div{
		font-size: 14px;
	}

	.list__hotel {
		width: 100%;
		height: 100%;
		/* padding-bottom: 15px; */
		justify-content: center;
		gap: 15px;
	}

	.hotel__des {
		height: auto;
	}

	.hotel {
		gap: 15px;
	}

	.left__slider__room__home,
	.right__slider__room__home {
		width: 100% !important;
	}

	.owl-theme .owl-nav {
		display: none;
	}

	/*.image__share {
	margin-top: 215px;
}*/
	.slider__room__intro h5{
		width: 100%;
		font-size: 26px;
	}
	.image__share h2{
		font-size: 26px;
		text-align: center;
		margin-left: 0;
	}

	.image__promotion {
		width: 100%;
	}

	.content__promotion {
		width: 100%;
	}

	.slider__home__gallery .owl-nav {
		display: none;
	}

	.bg__img__share {
		width: 100%;
	}

	.img__opacity {
		transform: translate(-50%, -50%);
		left: 50%;
		width: 85%;
	}

	.content__promotion h2 {
		font-size: 28px;
	}

	.content__promotion {
		padding: 40px 0px 0px 0px;
		width: 80%;
        margin: auto;
	}
	.main__room__info{
		width: 95%;
	}
	.slider__room__intro,
	.slider__image__room {
		width: 100% !important;
	}
	.list__hotel{
		width: 100%;	
	}


	.footer__location,
	.terms{
		width: 100%;
	}
}


/*Start  Advertising*/

.Advertising {
	width: 400px;
	height: 400px;
	position: fixed;
	top: 20%;
	left: 38%;
	z-index: 10;
}

.Advertising__title {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	background: white;
}

.Advertising__title p {
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.Advertising__title i {
	cursor: pointer;
}

.Advertising__image {
	width: 100%;
	height: 100%;
}

.Advertising__image a {
	width: 100%;
	height: 100%;
}

.Advertising__image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: no-repeat;
}

@media only screen and (max-width: 767.98px) {
	.logo {
		width: 35%;
	}
	.slider__intro div img{
		max-height: unset;
		height: 520px;
	}
	.Advertising {
		width: 300px;
		height: 300px;
		top: 15%;
		left: 13%;
	}
	.footer__location li:nth-child(2){
		padding-right: 0 !important;
	}
	.main__footer{
		width: 95%;
	}
}
@media only screen and (max-width: 655px){
	.logo img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 280px){
	.logo{
		width: 50%;
	}
	.mobile-sidebar{
		width: 235px;
	}
	.slider__room__intro,
	.slider__image__room{
		width: 100% !important;
	}
	.slider__room__intro{
		max-height: boldpx;
	}
}


/*End  Advertising*/