:root{
	--primary-color: #2C3E50;
	--second-color: #f0c159;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat,sans-serif;
	/*font-weight: 300; */
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
img{
	max-width: 100%;
}
body{
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
}
p{
	margin-bottom: 10px;
	&:last-of-type{
		margin-bottom: 0;
	}
}
/*menu mobile*/
.side__bar{
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #49524f;
	padding: 40px;
	overflow-y: auto;
	transform: translateX(300px);
	transition: all linear 0.4s;
	z-index: 15;
}
.show__side__bar{
	transform: translateX(0);
	transition: all linear 0.4s;
}
.sub__menu__mobile{
	margin-bottom: 30px;
}
.sub__menu__mobile > a{
	font-size: 24px;
	color: #fff;
	padding: 10px 0;
}
.sub__menu__mobile .dropdown__menu__mobile li a{
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}
.dropdown__menu__mobile li{
	padding-left: 20px;
	margin-top: 20px;
}
.close{
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	top: 20px;
	right: 20px;
}
.close i{
	color: #fff;
}

/*end menu mobile*/


/*header*/
header{
	width: 100%;
	height: 75px;
	background-color: #2C3E50;
}
.header{
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.menu__bar{
	display: none;
}
.menu__bar i{
	color: #fff;
	font-size: 25px;
}
.logo{
	width: 15%;
}
.logo img{
	display: block;
	max-height: 80px;
	padding: 10px 0;
}
.menu{
	width: 80%;
	height: 100%;
}
.navbar{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub__menu{
	padding: 0 20px;
	position: relative;
}
.sub__menu > a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.header__book__now a{
	border: 1px solid #f0c159;
	padding: 8px 10px;
	/*background-color: #00000012;*/
	background-color: #f0c159;
	transition: all .3s ease;
}
.header__book__now a:hover{
	color: #fff;
	border: 1px solid #fff;
	background-color: #2C3E50;
	transition: all .3s ease;
}
.sub__menu:not(:first-child) > a::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	left: -20px;
	top: 0;
}
.dropdown__menu{
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	box-shadow: 0px 2px 5px #f1f1f1;
	z-index: 3;
}
.sub__menu:hover .dropdown__menu{
	display: block;
}
.dropdown__menu li{
	padding: 15px 10px;
}
.dropdown__menu li a{
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
}
.dropdown__menu li:not(:first-child){
	border-top: 1px solid #f1f1f1;
}
.dropdown__menu li:hover{
	background-color: #f9f9f9;
}


.drop-down{
	width: 5%;
}

.drop-down {
	position: relative;
}

.drop-down .selected a {
	display: block;
	padding: 0px 5px;
	border: 1px solid #d7d7d7;
	width: max-content;
	border-radius: 2px;
	text-decoration: none;
	width: 40px;
	color: #fff;
	text-align: center;
}

.drop-down .selected a span {
	cursor: pointer;
	display: block;
	padding: 5px;
}

.drop-down .option {
	position: relative;
}

.drop-down .options ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 0px 5px;
	position: absolute;
	left: 0px;
	top: 105%;
	width: 40px;
	text-align: center;
	border: 1px solid #d7d7d7;
	z-index: 5;
}

.drop-down .selected span.value,
.drop-down .options span.value {
	display: none;
}

.drop-down .options ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #2C3E50;
}
/*end header*/



/*banner*/
.banner__home__page,
.list__banner{
	position: relative;
}
.banner__home__page::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #6564604d;
}
.list__banner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
}
.list__banner img{
	width: 100%;
	height: 786px;
	object-fit: cover;
	display: block;
}
.banner__home__content{
	position: absolute;
	width: 90%;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
	opacity: 0;
	text-align: center;
	transition: all linear 2s;
}
.slider__banner__home.owl-drag .owl-item.active .banner__home__content{
	opacity: 1;
	top: 20%;
	transition: all linear 2s;
}
.slider__banner__home .owl-dots .owl-dot span{
	border-radius: 0 !important;
}
.slider__banner__home .owl-dots .owl-dot.active span{
	background-color: #fff !important;
}
.slider__banner__home .owl-nav.disabled+.owl-dots{
	position: absolute;
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
}
.banner__home__content p{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-shadow: 0 1px 20px #000;
}
.banner__home__content h1{
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 43px;
	text-shadow: 0 1px 20px #000;
}
.banner__home__content a{
	padding: 15px 35px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background-color: #49524f;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.banner__home__content a:hover{
	background-color: #2C3E50;
	transition: all linear 0.2s;
}


.banner__page{
	background-image: url('../img/image-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.banner__page h1{
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
}
.banner__page::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #6564604d;
	z-index: -1;
}
/*end news*/

.check__abl{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	z-index: 2;
	background-color: #fff;
	width: 90%;
	max-width: 980px;
}
.form-check-abl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.group__choose{
	width: 25%;

}
.group__choose label{
	font-size: 12px;
	color: #7e7e7e;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.group__choose:not(:last-child){
	padding: 15px;
}
.group__choose__number{
	display: flex;
	align-items: center;
}
.group__choose input{
	width: 100%;
	font-size: 25px;
	color: #666666;
	font-weight: 400;
	left: 1px;
	text-align: center;
	border: none;
	outline: none;
	height: 48px;
}

.btn-check-abl .check-room{
	width: 100%;
	height: 100%;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 20px;
	text-transform: uppercase;
	background-color: #2C3E50;
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.btn-check-abl .check-room:hover{
	opacity: .8;
}
.quantity i{
	color: #c3c3c3;
	font-size: 14px;
	cursor: pointer;
}
/*end banner*/


/*accommodation home*/
.home__accommodation__heading{
	text-align: center;
	padding: 60px 0;
}
.home__accommodation__heading .title{
	font-size: 30px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
}
.home__accommodation__heading .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 2px;
}
.main__accommodation{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.list__item__accommodation{
	width: 32%;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
.image__item__accommodation{
	position: relative;
}
.image__item__accommodation img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.rating__item{
	position: absolute;
	display: flex;
	gap: 20px;
	left: 20px;
	bottom: 20px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.rating__item ul li{
	display: inline-block;
}
.item__name__accommodation{
	font-size: 22px;
	line-height: 1.3;
	color: #666666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*@media(min-width:992px){
.item__name__accommodation{
min-height: 82px;
}
}*/
.item__info__accommodation{
	padding: 20px;
}
.para{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.para img{
	width: 23px;
	height: 23px;
	object-fit: cover;
}
.para li{
	display: flex;
	align-items: center;
	gap: 10px;
}
.para span{
	font-size: 12px;
	color: #7e7e7e;
}
.item__info__accommodation .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	line-clamp: 4;
	-webkit-box-orient:vertical;
}
.btn__book__item__accommodation{
	display: inline-block;
	padding: 12px 30px;
	font-size: 11px;
	font-weight: 700;
	color: #2C3E50;
	border: 2px solid #2C3E50;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: all .3s ease;
}
.btn__book__item__accommodation:hover{
	color: #fff;
	background-color: #2C3E50;
	transition: all .3s ease;
}
.list__service__item__accommodation{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 22px;
	border-top: 1px solid #f1f1f1;
	flex-direction: column;
	gap: 10px;
}
.list__service__item__accommodation ul{
	display: flex;
	gap: 10px;
}
.list__service__item__accommodation img{
	width: 23px;
	height: 23px;
	object-fit: cover;
}
.full__info{
	color: #7e7e7e;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .3s ease;
}
.full__info:hover{
	color: #2C3E50;
	transition: all .3s ease;
}
/*end accommodation home*/



/*our plans*/
.our__plans{
	background-image: url('../img/img-extra-service.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 74px;
	margin-top: 55px;
	position: relative;
	z-index: 1;
}
.our__plans::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #6564604d;
	z-index: -1;
}
.main__our__plans{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.basic__services{
	width: 23%;
	background-color: #fff;
}
.premium__services{
	width: 23%;
	background-color: #fff;
}
.our__plans__content{
	width: 48%;
}
.heading__basic{
	padding: 40px;
}
.basic__services__content{
	padding: 30px;
	padding-top: 0;
}
.basic__services__content strong{
	color: #666666;
	display: block;
	margin-top: 24px;
	letter-spacing: 1px;
	font-weight: 400;
}
.basic__services span{
	font-size: 15px;
	font-weight: 700;
	color: #2C3E50;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.basic__services img {
	width: 100%;
	height: auto;
	display: block;
}
.basic__services h1{
	font-size: 30px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 10px 0;
}
.basic__services .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.basic__services ul li{
	font-size: 14px;
	color: #7e7e7e;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
.basic__services a{
	display: block;
	width: max-content;
	background-color: #2C3E50;
	padding: 8px 12px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
	transition: all .3s ease;
}
.basic__services a:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
}
.heading__promotion__2 .title{
	font-size: 30px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
.heading__promotion__2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #f1f1f1;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.heading__premium{
	background-color: #2C3E50;
	padding: 40px;
}
.heading__premium span{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.heading__premium h1{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 10px 0;
}
.heading__premium p{
	font-size: 12px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.premium__services__content{
	padding: 40px;
	padding-top: 0;
}

.premium__services__content ul li{
	font-size: 14px;
	color: #7e7e7e;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
.premium__services__content a{
	display: block;
	width: max-content;
	background-color: #2C3E50;
	padding: 8px 12px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
}

.our__plans__content h1,
.our__plans__content .title{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.our__plans__content p,
.our__plans__content .desc{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 3px;
	text-align: center;
}
.our__plans__content a{
	display: block;
	width: max-content;
	background-color: #2C3E50;
	padding: 15px 35px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	margin: 30px auto 0 auto;
	transition: all .3s ease;
}
.our__plans__content a:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
}
/*end our plan*/


/*home excursions*/
.main__section__excursions{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 60px;
}
.heading__section__excursions{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.heading__section__excursions::before{
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #f1f1f1;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.heading__section__excursions .title{
	font-size: 30px;
	font-weight: 400;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}
.heading__section__excursions .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 2px;
}
.list__section__excursions{
	width: 48%;
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}
.list__section__ecs__image{
	width: 20%;
	min-width: 100px;
}
.list__section__excursions img{
	/*width: 20%;*/
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.list__section__ecs__content{
	width: 100%;
}
.section__des__info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.section__des__info h4{
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #fff;
	padding-bottom: 2px;
}
.section__des__info::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 2px;
	border-bottom: 2px dotted #f1f1f1;
	z-index: -1;
}
.section__options__des{
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}
.section__options__des p{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.section__options__des span{
	font-size: 11px;
	color: #7e7e7e;
	letter-spacing: 2px;
	padding: 5px 10px;
	border: 1px solid #f1f1f1;
	text-transform: uppercase;
}
/*end home excursion*/


/*section contact*/
.main__section__contact{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.image__section__contact{
	width: 65%;
}
.image__section__contact img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.section__contact__content{
	position: relative;
	width: 50%;
	height: 100%;
	margin-left: -50%;
	margin-top: 100px;
	background-color: #f0c159;
	padding: 30px 30px 15px;
}

.heading__section__contact{
	text-align: center;
	margin-bottom: 30px;
}
.heading__section__contact .desc{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.heading__section__contact .title{
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
.form__group__section__contact input{
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: normal;
	color: #7e7e7e;
	/*background-color: #404746;*/
	margin-bottom: 25px;
	border: none;
	outline: none;
	height: 40px;
}
.form__group__section__contact textarea{
	width: 100%;
	resize: vertical;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: normal;
	color: #7e7e7e;
	/*background-color: #404746;*/
	margin-bottom: 25px;
	border: none;
	outline: none;
}
.form__group__section__contact input:placeholder,
.form__group__section__contact textarea:placeholder{
	color: #000;
}
.form__group__section__contact button{
	width: 100%;
	padding: 15px 30px;
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	transition: all .3s ease;
}
.form__group__section__contact button:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
	color: var(--primary-color);
}
/*end section contact*/



/*home services*/
.home__services{
	background-image: url('../img/banner-services.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 120px 74px;
	padding-bottom: 220px;
	margin-top: 50px;
	background-attachment: fixed;
}
.home__services__content{
	text-align: center;
}
.home__services__content .title{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
}
.home__services__content .desc{
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 3px;
	color: #fff;
	margin: 30px 0;
}
.home__services__content a{
	background-color: #2C3E50;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	padding: 15px 35px;
	text-transform: uppercase;
	display: inline-block;
	transition: all .3s ease;
}
.home__services__content a:hover{
	background-color: var(--second-color);
	color: #fff;
	transition: all .3s ease;
}

.main__home__services{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 50px;
}
.list__services__home{
	width: 23%;
}
.list__services__home img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.services__home__des{
	text-align: center;
}
.services__home__des strong{
	font-size: 22px;
	color: #666666;
	letter-spacing: 1px;
	font-weight: 400;
	display: block;
	margin-top: 24px;
}
.services__home__des span{
	font-size: 12px;
	font-weight: 100;
	color: #7e7e7e;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.services__home__des .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* số dòng muốn hiển thị */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.services__home__des a{
	padding: 8px 12px;
	font-size: 13px;
	color: #7e7e7e;
	letter-spacing: 1px;
	border: 1px solid #f1f1f1;
	text-transform: uppercase;
	transition: all .3s ease;
}
.services__home__des a:hover{
	background-color: var(--primary-color);
	transition: all .3s ease;
	color: #fff;
}
/*end home services*/



/*section news*/
.section__our__news{
	padding-bottom: 60px;
}
.heading__section__news{
	padding: 40px 0;
	text-align: center;
}
.heading__section__news .title{
	font-size: 30px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.heading__section__news .heading-section .desc{
	font-size: 14px;
	color: #666666 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.main__section__news{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.list__section__news{
	width: 32%;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	gap: 30px;
	margin-bottom: 20px;
}
.section__news__content{
	border: 1px solid #f1f1f1;
}
.section__news__des{
	padding: 20px;
}
.list__section__news img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	max-height: 500px;
	aspect-ratio: 6/4;
}
.section__news__content h2{
	position: relative;
	font-size: 22px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 30px;
}
.section__news__content h2 a{
	color: #666666;

}
.img__item__news{
	position: relative;
}
.img__item__news p{
	position: absolute;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 12px;
	color: #7e7e7e;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: 20px;
	left: 20px;
}
.section__news__des h2::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #f1f1f1;
	left: 0;
	bottom: -15px;
}
.section__news__des .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	line-clamp: 4;
	-webkit-box-orient:vertical;
}
@media(min-width:992px){
	.section__news__des .desc{
		min-height: 84px;
	}
}
.btn__read__section__news{
	background-color: #2C3E50;
	padding: 12px 25px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.btn__read__section__news:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
}
.btn__check__news{
	background-color: #c9942c;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	/*width: 100%;*/
	text-align: center;
}


.title__section__news{
	background-color: #2C3E50;
	padding: 50px;
	text-align: center;
}
.title__section__news a{
	position: relative;
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
}
.title__section__news a::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}
.author{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.author img{
	width: 20px;
	height: 20px;
	object-fit: cover;
	display: inline-block;
}
.author span{
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.list__img__section__news{
	position: relative;
}
.list__img__section__news p{
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px 20px;
	background-color: #fff;
}
.list__img__section__news p a{
	font-size: 16px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
/*end section news*/



/*footer*/
footer{
	background-image: url('../img/image-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 59px;
}
.main__footer{
	background-color: #2C3E50;
	padding: 35px 30px;
}
.footer__content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer__w50{
	width: 50%;
	padding-right: 30px;
}
.footer__w50 img{
	width: 200px;
	height: auto;
	object-fit: cover;
}
.footer__w50 p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	margin: 20px 0;
}
.footer__w50 ul{
	display: flex;
	gap: 20px;
}
.footer__w50 ul li i{
	color: #fff;
	font-size: 23px;
}
.footer__w16{
	width: 16.666%;
}
.footer__w16 h6{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer__w16 ul li{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
.footer__w16 ul li a{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin-left: 5px;
}
.end__footer{
	background-color: #c9942c;
	display: flex;
	justify-content: space-between;
}
.end__footer p{
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
}
/*end footer*/
.reservations{
	padding: 50px 0;
}
.reservations .container{
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 991px){
	header{
		height: 100px;
	}
	.logo img{
		/*width: 100%;*/
		/*height: 70px;*/
		/*object-fit: cover;*/
		display: block;
		max-height: 80px;
		padding: 10px 0;
	}
	.logo{
		width: 20%;
	}
	.menu, .drop-down{
		display: none;
	}
	.drop-down-mobile {
		position: relative;
		display: inline-block;
		font-size: 14px;
	}

	/* phần hiển thị ngôn ngữ hiện tại */
	.drop-down-mobile .selected {
		border: 1px solid #ccc;
		background: #4a5552; /* màu nền menu của bạn */
		padding: 5px 12px;
		cursor: pointer;
		color: #fff;
		border-radius: 3px;
	}

	/* danh sách ẩn */
	.drop-down-mobile .options {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 80px;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
		z-index: 1000;
	}

	.drop-down-mobile .options ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.drop-down-mobile .options li a {
		display: block;
		padding: 6px 12px;
		text-decoration: none;
		color: #333;
	}

	.drop-down-mobile .options li a:hover {
		background: #f0f0f0;
	}
	.drop-down-mobile .selected a span {
		color: #fff;
	}

	.menu__bar{
		display: block;
	}

	.header{
		/*flex-direction: column;
		justify-content: center;*/
		gap: 10px;
	}

	.banner__home__content p{
		font-size: 14px;
	}
	.banner__home__content{
		width: 60%;
	}
	.banner__home__content h1{
		font-size: 30px;
	}
	.list__banner img{
		height: 615px;
	}
	.check__abl{
		position: relative;
		transform: none;
		left: 0;
	}
	.main__our__plans{
		gap: 20px;
	}
	.list__item__accommodation,
	.basic__services,
	.premium__services,
	.our__plans__content,
	.list__section__excursions,
	.list__services__home,
	.list__section__news{
		width: 100%;
	}
	.image__section__contact{
		display: none;
	}
	.section__contact__content{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.main__home__services{
		gap: 20px;
	}
	.main__section__news{
		gap: 30px;
	}
	.footer-col{
		padding-bottom: 20px;
	}
	.footer__w50, .footer__w16{
		width: 100%;
	}
	.footer__w50{
		padding-right: 0;
	}
	.footer__w16 h6{
		margin-bottom: 15px;
	}
	.end__footer{
		flex-direction: column;
		align-items: center;
	}
	.group__choose {
		outline: 1px solid #ccc;
		outline-offset: -1px; /* cho nó sát vào trong */
		color: #666;
	}
	.btn-check-abl .check-room{
		height: 50px;
	}
	.btn__check__news{
		padding: 10px;
	}
}

@media only screen and (max-width: 767.98px){
	.logo{
		width: 42%;
	}
	.banner__home__content h1{
		font-size: 30px;
	}
	.banner__home__content a{
		font-size: 11px;
	}
	.banner__home__content{
		width: 75%;
	}
	.check__abl{
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
	}
	.group__choose__number{
		justify-content: center;
	}
	.banner__home__page::before,
	.list__banner::before{
		display: none;
	}
	.group__choose__number input{
		width: 15%;
	}
	.group__choose{
		width: 100%;
		margin-bottom: 10px;
	}
	.btn-check-abl button{
		padding: 50px 0;
	}
	.home__accommodation__heading .title,
	.heading__section__excursions .title,
	.our__plans__content .title,
	.home__services__content .title,
	.heading__section__news .title{
		font-size: 30px;
	}
	.item__name__accommodation{
		font-size: 22px;
	}
	.our__plans{
		padding: 90px 30px;
	}
	.home__services{
		padding: 120px 30px;
	}
	.main__home__services{
		margin-top: -60px;
	}
	footer{
		padding: 30px 15px;
	}
	.main__footer{
		padding: 15px;
	}
}
.container{
	max-width: 90%;
	margin: 0 auto;
}
.service-detail{
	padding: 50px 0;
}
.service-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.service-detail-wrap .col-item{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.service-detail-wrap .title{
	font-size: 30px;
	color: #666666;
	letter-spacing: 1px;
	font-weight: normal;
}
.service-detail-wrap .meta{
	font-size: 12px;
	font-weight: 100;
	color: #7e7e7e;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 10px 0;
}
.service-detail-wrap .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
@media(min-width:768px){
	.col-md-6{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.other-service{
	padding: 50px 0;
}
.promotion-detail{
	padding: 50px 0;
}
.promotion-detail .container{
	max-width: 90%;
	margin: 0 auto;
}
.promotion-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.promotion-detail-wrap .col-item{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.promotion-detail-wrap .title{
	font-size: 25px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 10px;
}
.promotion-detail-wrap .meta{
	font-size: 12px;
	font-weight: 100;
	color: #7e7e7e;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 10px 0;
}
.promotion-detail-wrap .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.other-promotion{
	padding: 50px 0;
}
.other-promotion .container{
	max-width: 90%;
	margin: 0 auto;
}
.box-promotion{
	position: relative;
}
.box-promotion:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
}
.box-promotion img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.box-promotion a{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	font-size: 17px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 3;
}

.tours{
	padding: 50px 0;
}
.tours .tours-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.tours .tours-wrap .tours-wrap-item{
	position: relative;
	width: calc(100% / 3 - 30px);
}
@media(max-width:991.98px){
	.tours .tours-wrap .tours-wrap-item{
		width: calc(100% / 2 - 30px);
	}
}
@media(max-width:576px){
	.tours .tours-wrap .tours-wrap-item{
		width: 100%;
	}
}
.page-detail-title{
	color: #666666;
	font-weight: 500;
}
.tours-item .box-content{
	padding: 10px 0;
}
.tours-item .box-content .title{
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.tours-item .box-content .title a{
	color: inherit;
}
.tours-item .box-content .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient:vertical;	
}
.tours-item .box-content .desc p
{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.btn-detail{
	display: inline-block;
	padding: 10px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #2C3E50;
	border: 1px solid #2C3E50;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
}
.tours-detail{
	padding: 50px 0;
}
.tours-detail-gallery{
	padding: 20px 0;
}
.other-tours{
	padding: 40px 0;
}
.heading__services__2{
	margin-bottom: 50px;
	position: relative;
}
.heading__services__2 h1,
.heading__services__2 .title
{
	color: #666666;
	font-weight: 500;
}
.heading__services__2::before{
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #f1f1f1;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.heading__services__2 .title{
	font-size: 30px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
.heading__services__2 .desc{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 2px;
	text-align: center;
}
.tours-detail-content
{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.tours-detail-content :is(h1,h2,h3,h4,h5,h6){
	margin: 10px 0;
}
.tours-detail-content ul{
	margin-left: 20px;
}
.tours-detail-content ul li{
	list-style: disc;
}
.tours-detail-content p:not(:last-of-type){
	margin-bottom: 10px;
}
.banner__gallery h1 {
	font-size: 45px;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
@media(max-width:991px){
	.heading__services__2{
		margin-bottom: 30px;
	}
}
@media(max-width:576px){
	.promotion-detail{
		padding-bottom: 0;
	}
}