@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;0,900;1,500&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,800&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.main h3{
	color: #000;
	font-size: 36px;
}

.dining-slide .item-cont h4{
	color: #000;
}

.dining-slide .item-cont .content{
	color: #000;
}

.services .owl-item img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.accommo .desc .text{
	color: #000;
}
.offer-sapa .item-offer__cont span{
	color: #000 !important;
}

.hotel-slide .title-intro h3{
	color: #000;
	font-size: 24px;
}

.hotel-slide .title-intro strong{
	font-size: 22px;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
}

.main .hotel-area .title h3{
	font-size: 34px;
	color: #000;
}

.wrapper{
	position: relative;
}
/*
.main button{
background-color: #edad1f;
}
*/
.check-rate .form-check .form-check__content .btn-check-rate{
	background: #d3d4d5;
	color:#c19814;
	font-weight: 700;
}
/*
.check-rate .form-check .form-check__content .br-control{
background: #edad1f;
}
*/

.journal .title-1{
	color: #000 !important;
}
.faci .desc .text{
	color: #000;
}

.hotel-area .container .grid-area .desc p{
	color: #000;
}

.description-title{
	font-size: 20px;
}
.view-more__offer .btn-viewmore:hover{
	background: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	color: #000;
}

.block-infor p, .block-infor__list{
	text-align: left
}

ul{
	list-style: none;
}
.block-infor__list p::before{
	display: none;
}

.block-infor__list{
	display: flex;
	flex-direction: column;
}

.hotel-slide .title-1{
	color: #000 !important;
}

.main .title-1{
	font-size: 15px;
	text-align: left;
	color: #fff;
}
.main .title-gallery{
	text-align: center;
	margin-top: 40px;
}


.main .offer .title-offer .title-1{
	text-align: left;
	/*margin-left: 21%;*/
}

.hotel-slide .bref-intro {
	text-align: left;
	color: #000;
}

.list-jounal .content .desc{
	color: #000;
}

.main .offer .title-offer{
	padding: 0 15px;
}

section.hotel-area .title{
	margin-top: 20px;
}

.faci{
	margin-top: 20px;
}

.faci .desc .title-1{
	color: #000;
}


.faci .container .row:nth-child(3){
	margin-top: 20px;
}

.main .offer .title-offer h3{
	text-align: left;

	color: #fff
}
.main .offer .title-offer .describe{
	text-align: center;
	font-size: 36px;
}

.hotel-area .container .grid-area .thumd img{
	width: 100%;
	height: auto;
	object-fit: cover
}
.hotel-area .container .grid-area .desc{
	padding-top: 0;
}

.hotel-area .container .grid-area{
	grid-template-rows: repeat(1, 1fr);
}

.main .hotel-area{
	padding: 0;
	padding-bottom:20px;
}

.item-offer .btn-more:hover::after, .item-cont .btn-more:hover::after {
	padding-left: 20px;
	transition: all linear 0.5s;

}

.hotel-slide .slide-ourhotel .item{
	margin: 0 10px !important
}
@media(max-width:576px){
	.hotel-slide .slide-ourhotel .item{
		margin:0 auto !important;
	}
}
.dining .owl-theme .owl-nav{
	display: none;
}
/*
.hotel-slide .slide-ourhotel .item .item-cont{
opacity: 0;
transition: all linear 0.5s;

}
*/

.hotel-slide .item-cont h4,
.hotel-slide .item-cont span{
	color: #000 !important;
}
.hotel-slide .item-cont .item-cont-desc{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	margin-bottom:10px;
}
.hotel-slide .item-cont h5{
	color: #000;
	font-family: "Playfair Display", serif;
	padding-left: 15px;
}

.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage .center .item .item-cont{
	opacity: 1;

}

.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage .owl-item:active .item-cont{
	opacity: 1;
	transition: all linear 1.5s;
}

.main .hotel-slide .list-our-cruise .item{
	margin: 0 10px !important;
}
section.hotel-slide .list-our-cruise .owl-nav button{
	top: 38% !important;
}
/*

.main .hotel-slide .list-our-cruise .owl-nav .owl-prev{
left: 10% !important;
}

.main .hotel-slide .list-our-cruise .owl-nav .owl-next{
right: 10% !important;
}
*/
.main .hotel-slide .detail-offers .item{
}

/*
.main .hotel-slide .detail-offers .owl-nav .owl-prev{
left: 10% !important;
}

.main .hotel-slide .detail-offers .owl-nav .owl-next{
right: 10% !important;
}

*/
/*
.item-cont div{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
}
*/

/*
.hotel-slide .slide-ourhotel .owl-nav .owl-prev{
left: 6% !important;
}

.hotel-slide .slide-ourhotel .owl-nav .owl-next{
right: 6% !important;
}
*/

/*
.hotel-slide .slide-ourhotel .owl-nav button{
top: 35% !important;
}
*/
.hotel-slide .detail-offers .owl-nav button{
	top: 38% !important;
}

.hotel-slide .detail-offers .owl-nav button.owl-prev{
}

.hotel-slide .detail-offers .owl-nav button.owl-next{
}
/*
.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage{
display: flex;
justify-content: space-evenly;
}

.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage{
margin-left: -70px;
}



.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage .center{
width: 1200px !important;
height: auto;
}

.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage .cloned{
margin-left: 30px;
}

.hotel-slide .slide-ourhotel .owl-stage-outer .owl-stage .center .item{
width: 100%;
}
*/

.thumd2{
	display: none;
}

.journal .row .jour-right .img-thumd{
	height: 420px;
	margin-top: 30px;
}


.footer .sub-contact .btn-sub {
	bottom: 1px;
	background-color: #fff;
	border-left: none;
}


.footer .contact-us .form-contact .btn-contact{
	background: #fff;
}
.main .offer .row .item-offer .infor-hide .block-infor .btn_booknow:hover {
	background-color: #fff;
	color: #000;
}

.journal .view-more__journal .btn-viewmore:hover {
	background-color: #fff;
	color: #000;
}
.journal .item-cont h4, .journal .item-cont p{
	color: #000 !important;
}
/*
.main .hotel-slide .slide-ourhotel .owl-nav button:hover {
background-color: #edad1f;
}
*/
.wrapper .header .menu-list .menu-item .menu-link:hover {
	color: #fff;
	transition: all linear 0.3s;
}

.header {
	/*background-color: #edad1f;*/
	background-color: rgb(0 0 0 / 45%);
	/*background-color: rgb(147 147 147 / 80%);*/
	padding: 5px 0;
	color: #fff;
	width: 100%;
	position: absolute;
	z-index: 45;
}

.menu-hotel{
	padding-top: 80px;
}
.header .logo img {
	max-width: 120px;
}
.header .menu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	list-style: none;
	margin-bottom: 0;
	color: #fff;
}
.header .menu-list .menu-item .menu-link {
	display: inline-block;
	color: currentColor;
	position: relative;
}
.header .menu-list .menu-item .menu-link:hover {
	color: #D1A84D;
}
.header .menu-list .menu-item .drop-menu {
	position: absolute;
	left: 0;
	right: 0;
	background: black;
	z-index: 2;
	top: 0;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	transition: all 0.3s linear;
}
.header .menu-list .menu-item .drop-menu .row {
	align-items: flex-start;
}
.header .menu-list .menu-item .drop-menu .row .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header .menu-list .menu-item .drop-menu .row .desc {
	font-family: "Playfair Display";
	text-align: center;
	padding: 20px 0;
	color: white;
}
.header .menu-list .menu-item.nav-dropdown {
	margin-right: 22px;
	cursor: pointer;
}
.header .menu-list .menu-item.nav-dropdown .menu-link::before {
	content: "\f107";
	font-family: "Fontawesome";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(0, -50%);
	transition: all 0.3s linear;
}
.header .menu-list .menu-item.show .menu-link::before {
	transform: translate(0, -50%) rotate(180deg);
	transition: all 0.3s linear;
}
.header .menu-list .menu-item.show .drop-menu {
	top: 80px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
	background-color: rgb(0 0 0 / 86%);
}

/*
.row .drop-menu__item{
width: 33.333% !important;
height: auto;
flex-basis: 33.33%;
max-width: 33.33% !important;
}

*/
.header .header-hotline {
	text-align: right;
	text-transform: uppercase;
}
.header .header-hotline a {
	color: currentColor;
}
/*

.header .header-hotline a:nth-child(4){
display: none;
}
*/
.header .toggle-menu {
	width: 30px;
	height: 25px;
	cursor: pointer;
	display: none;
}
.header .toggle-menu span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: currentColor;
	transition: all 0.3s linear;
}
.header .toggle-menu.show span:nth-child(1) {
	transform: translateY(8px) translateX(0) rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.header .toggle-menu.show span:nth-child(2) {
	opacity: 0;
}
.header .toggle-menu.show span:nth-child(3) {
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	transition: all 0.3s ease-in-out;
}
@media (max-width: 865px) {
	.header .menu {
		display: none;
	}
	.header .header-hotline {
		display: none;
	}
	.header .toggle-menu {
		display: block;
	}
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 45;
	animation: fadeInDown;
	animation-delay: 0.2s;
	animation-duration: 1s;
}

section.banner .banner-main .bg-slide {
	height: 70vh;
}
section.banner .banner-main .bg-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	section.banner .banner-main .bg-slide {
		height: 50vh;
	}


}
@media (max-width: 540px) {
	section.banner .banner-main .bg-slide {
		height: 30vh;
	}
}
section.banner .banner-main .owl-dots {
	display: none !important;
}

section.check-rate .form-check {
	padding: 30px;
	background: #fff;
	margin-top: -60px;
	position: relative;
	z-index: 40;
	box-shadow: 0px 0px 6px 1px #ccc;
}
section.check-rate .form-check span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
section.check-rate .form-check .form-control {
	border-radius: 0;
	border: none;
	border-bottom: solid 2px #ccc;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #000;
}
@media (max-width: 768px) {
	section.check-rate .form-check .form-control {
		margin-bottom: 20px;
	}
}
section.check-rate .form-check .col-md-2:nth-child(2), section.check-rate .form-check .col-md-2:nth-child(3) {
	position: relative;
	display: block;
}
section.check-rate .form-check .col-md-2:nth-child(2)::before, section.check-rate .form-check .col-md-2:nth-child(3)::before {
	content: "\f073";
	position: absolute;
	font-family: "fontawesome";
	top: 30px;
	color: #414042;
	opacity: 0.5;
	right: 15px;
	font-size: 24px;
}
section.check-rate .form-check .btn-check-rate {
	background: #D1A84D;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	width: 100%;
	padding: 19px;
}
@media (max-width: 768px) {
	section.check-rate .form-check .btn-check-rate {
		padding: 15px;
	}
}
@media (max-width: 991px) {
	section.check-rate .form-check {
		padding: 15px;
	}

	section.hotel-slide .title-slide,
	.main .offer .title-offer{
		padding-left: 10px !important;
	}

	section.journal .title{
		margin-left: 0 !important;
	}

	section.offer.offer-sapa .detail-title-offer{
		text-align: center;
		padding: 0 !important;
	}

}

section.hotel-area {
	padding: 70px 0 70px;
}
section.hotel-area .title {
	text-align: center;
}
section.hotel-area .grid-area {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-gap: 30px;
	padding-top: 50px;
}
section.hotel-area .grid-area .thumd {
	grid-column: 1/span 2;
	grid-row: 1/span 1;
}
section.hotel-area .grid-area .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.hotel-area .grid-area .desc {
	grid-column: 3/span 4;
	grid-row: 1/span 1;
	padding: 10px 10px 10px;
}
section.hotel-area .grid-area .thumd2 {
	grid-column: 5/span 8;
	grid-row: 6/span 8;
}
section.hotel-area .grid-area .thumd2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	section.hotel-area .grid-area {
		grid-gap: 16px;
	}
	section.hotel-area .grid-area .desc {
		padding: 30px 15px 0;
	}
}
@media (max-width: 768px) {
	section.hotel-area .grid-area {
		grid-template-rows: auto;
	}
	section.hotel-area .grid-area .thumd {
		grid-column: 1/span 8;
		grid-row: 1/span 3;
		height: 50vh;
	}
	section.hotel-area .grid-area .desc {
		grid-column: 1/span 8;
		grid-row: 4/span 2;
		padding: 15px;
	}
	section.hotel-area .grid-area .thumd2 {
		grid-column: 1/span 8;
		grid-row: 6/span 3;
	}


}
@media (max-width: 768px) {
	section.hotel-area {
		padding: 30px 0;
	}
}

section.hotel-slide .title-slide {
}
@media (max-width: 768px) {
	section.hotel-slide .title-slide {
		margin-left: 0;
		padding: 0;
	}

	section.offer .title-offer{
		margin-bottom: 0 !important;
	}

}
section.hotel-slide .slide-ourhotel {
	margin-top: 30px;
	position: relative;
	padding: 0 50px;
}
@media(max-width:576px){
	section.hotel-slide .slide-ourhotel{
		padding:0 15px;
	}
}
section.hotel-slide .slide-ourhotel .owl-item.center .item img {
	transform: scale(1.15);
}
section.hotel-slide .slide-ourhotel .owl-item.center .item .item-cont {
	margin-top: 70px;
}
@media (max-width: 768px) {
	section.hotel-slide .slide-ourhotel .owl-item.center .item .item-cont {
		margin: 50px 15px 0;
	}
}
@media (max-width: 540px) {
	section.hotel-slide .slide-ourhotel .owl-item.center .item .item-cont {
		padding-left: 55px;
	}
	section.hotel-slide .slide-ourhotel .owl-item.center .item .item-cont::before {
		width: 35px;
	}
}
section.hotel-slide .slide-ourhotel .item {
	margin: 0 auto;
	padding: 20px 0;
}
/*section.hotel-slide .slide-ourhotel .item img{
	height:385px;
}*/
section.hotel-slide .slide-ourhotel .owl-nav button {
	position: absolute;
	top: 25%;
	width: 40px;
	height: 40px;
	background-color: white;
	color: #222020;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
section.hotel-slide .slide-ourhotel .owl-nav button:focus {
	outline: none;
}
section.hotel-slide .slide-ourhotel .owl-nav button:hover {
	background-color: #fff;
}
@media (max-width: 768px) {
	section.hotel-slide .slide-ourhotel .owl-nav button {
		display: none;
	}
}
section.hotel-slide .slide-ourhotel .owl-nav button.owl-prev {
	left: 5%;
}

section.hotel-slide .list-our-cruise .owl-nav button.owl-prev{
	left: 5%;
}

section.hotel-slide .list-our-cruise .owl-nav button.owl-next{
	right: 5% !important;
}


section.hotel-slide .slide-ourhotel .owl-nav button.owl-prev::before {
	content: "\f053";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide .slide-ourhotel .owl-nav button.owl-prev span {
	display: none;
}
section.hotel-slide .slide-ourhotel .owl-nav button.owl-next {
	right: 5%;
}
section.hotel-slide .slide-ourhotel .owl-nav button.owl-next::before {
	content: "\f054";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide .slide-ourhotel .owl-nav button.owl-next span {
	display: none;
}
section.hotel-slide .slide-ourhotel .owl-dots button {
	position: relative;
	width: 20px;
	height: 20px;
}
section.hotel-slide .slide-ourhotel .owl-dots button::before {
	content: "♦";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	font-size: 12px;
	transform: translate(-50%, -50%);
	opacity: 0.25;
}
section.hotel-slide .slide-ourhotel .owl-dots button:focus {
	outline: none;
}
section.hotel-slide .slide-ourhotel .owl-dots button span {
	display: none;
}
section.hotel-slide .slide-ourhotel .owl-dots button.active::before {
	opacity: 0.75;
	color: black;
}

section.offer .container{
	background: #6b6c6f;
	padding: 20px 0;
}

section.offer .tours .owl-dots button{
	position: relative;
	width: 20px;
	height: 20px;
	outline: none;
}

section.offer .tours .owl-dots button.active::before{
	opacity: 0.75;
	color: black;
}

section.offer .tours .owl-dots button::before{
	content: "♦";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	font-size: 12px;
	transform: translate(-50%, -50%);
	opacity: 0.25;
}

section.offer .tours .owl-dots button span {
	display: none;
}


section.offer {
	padding-top: 50px;
}
section.offer .title-offer {
	margin-left: 100px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	section.offer .title-offer {
		margin-left: 0;
		margin-bottom: 30px;
		padding: 0 !important;
	}
}
section.offer .row {
	align-items: flex-start;
	justify-content: flex-start;
}
section.offer .row .item-offer {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
section.offer .row .item-offer__thumd img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	section.offer .row .item-offer__thumd {
		height: 50vh;
	}
}

section.offer .row .item-offer__cont h4{
	color: #fff;
}

section.offer .row .item-offer__cont h5,
section.offer .row .item-offer__cont s{
	font-family: "Playfair Display", serif;
	color: #fff;
}
section.offer .row .item-offer__cont s{
	font-size: 18px;
}

section.offer .row .item-offer__cont strong{
	color: #fff;
}

section.offer .row .item-offer__cont .btn-more{
	color: black;
}

.main section.offer .row .item-offer__cont .locate 
{
	display: none;
}
section.offer .row .item-offer__cont {
	margin-top: 35px;
	padding-left: 95px;
	position: relative;
	max-width: 395px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}
section.offer .row .item-offer__cont::before {
	content: "";
	width: 70px;
	height: 1px;
	position: absolute;
	left: 10px;
	top: 15px;
	background: #D1A84D;
}
section.offer .row .item-offer__cont .locate {
	position: relative;
	margin-left: 20px;
}
section.offer .row .item-offer__cont .locate::before {
	content: "\f3c5";
	position: absolute;
	font-family: "fontawesome";
	font-size: 12px;
	margin-left: -20px;
}
section.offer .row .item-offer__cont .list-local {
	position: relative;
	margin-left: 20px;
}
section.offer .row .item-offer__cont .list-local::before {
	content: "\f111";
	position: absolute;
	font-family: "fontawesome";
	font-size: 6px;
	margin-left: -20px;
}
@media (max-width: 768.98px) {
	section.offer .row .item-offer__cont {
		max-width: none;
	}

	section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont{
		padding-top: 0 !important;
	}


	.check-rate .form-check .row .item{
		width: 50%;
		flex: none;
		max-width: 50%;
	}

	.check-rate .form-check .row{
		justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 1300px) {
	section.offer .row .item-offer__cont {
		padding-left: 40px;
	}
	section.offer .row .item-offer__cont::before {
		width: 20px;
	}
}
@media (max-width: 540px) {
	section.offer .row .item-offer__cont {
		padding-left: 55px;
	}
	section.offer .row .item-offer__cont::before {
		width: 35px;
	}
}
section.offer .row .item-offer .infor-hide {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 0;
	/*background-image: linear-gradient(to bottom, rgba(202, 195, 187, 0.1) 5%, #cac3bb 45%, #cac3bb);*/
	/*background-image: linear-gradient(to bottom, rgb(213 192 169 / 10%) 5%, #c57f31 45%, #f39a34);*/
	background-image: linear-gradient(to bottom, rgba(202,195,187,0.1) 5%, rgba(202,195,187,1) 40%, rgba(202,195,187,1));
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
section.offer .row .item-offer .infor-hide .block-infor {
	width: 100%;
	position: absolute;
	bottom: 30px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
}
section.offer .row .item-offer .infor-hide .block-infor h4{
	/*color:rgb(101 45 144);*/
	color: #000;
}
section.offer .row .item-offer .infor-hide .block-infor__list p {
	margin-bottom: 0;
	margin-left: 20px;
	position: relative;
}
section.offer .row .item-offer .infor-hide .block-infor__list p::before {
	content: "\f111";
	position: absolute;
	font-family: "fontawesome";
	font-size: 5px;
	margin-left: -20px;
}
@media (max-width: 1300px) {
	section.offer .row .item-offer .infor-hide .block-infor__list p:not(:nth-child(-n+4)) {
		display: none;
	}
}
section.offer .row .item-offer .infor-hide .block-infor .btn-more {
	margin-top: 15px;
}
.btn_booknow {
	font-size: 16px;
	font-weight: 500;
	color: #000 !important;
	padding: 10px 40px;
	background: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	transition: all 0.3s linear;
}
.btn_booknow:hover {
	background-color: #D1A84D !important;
	color: white !important;
	transition: all 0.3s linear;
}
section.offer .row .item-offer:hover .infor-hide {
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
}
@media (max-width: 768px) {
	section.offer .row .item-offer {
		margin-bottom: 30px;
	}
}
/*@media (max-width: 540px) {
	section.offer .row {
		margin: 0 -15px;
	}
}*/
section.offer .view-more__offer {
	text-align: center;
}

section.journal {
	margin: 70px 0;
}
section.journal .title {
}
@media (max-width: 768px) {
	section.journal .title {
		margin-left: 0;
		margin-bottom: 30px;
	}
}
section.journal .row .jour-left .img-thumd {
	height: 420px;
	margin-top: 30px;
	overflow: hidden;
}

.detail-jounal .justify-content-center{
	text-align: justify;
}

section.journal .row .jour-left .item-cont p,
section.journal .row .jour-right .item-cont p
{
	text-align: justify;
}
section.journal .row .jour-left .img-thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}
section.journal .row .jour-left .img-thumd img:hover {
	transform: scale(1.15);
	transition: all 0.3s linear;
}
@media (max-width: 768px) {
	section.journal .row .jour-left .img-thumd {
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	section.journal .row .jour-left {
		margin-bottom: 40px;
	}
	section.journal .row .jour-left .img-thumd {
		height: 50vh;
	}
}
section.journal .row .jour-right .img-thumd {
	overflow: hidden;
}
section.journal .row .jour-right .img-thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}
section.journal .row .jour-right .img-thumd img:hover {
	transform: scale(1.15);
	transition: all 0.3s linear;
}
@media (max-width: 768px) {
	section.journal .row .jour-right .img-thumd {
		height: 50vh;
	}
}
@media (max-width: 540px) {
	section.journal .row {
		margin: 0 -15px;
	}
}
section.journal .view-more__journal {
	text-align: center;
}

section.award {
	background: #FFFBF1;
	padding: 60px 0px;
}
section.award .title-award {
	font-family: "Playfair Display", serif;
	color: #D1A84D;
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
}
section.award .award-slide .list-award {
	text-align: center;
	padding: 0 20px;
}
section.award .award-slide .list-award .img {
	height: 135px;
	margin-bottom: 30px;
}
section.award .award-slide .list-award .img img {
	height: 100%;
	object-fit: contain;
}
section.award .award-slide .list-award .name {
	font-family: "Playfair Display", serif;
	font-size: 17px;
	margin-bottom: 10px;
}
section.award .award-slide .owl-nav,
section.award .award-slide .owl-dots {
	display: none;
}
@media (max-width: 768px) {
	section.award {
		padding: 30px 0;
	}

	.list-jounal .content{
		padding-left: 0 !important;
	}

	.list-jounal .content::before{
		width: 40px !important;
		top: 35px !important;
	}
	.list-jounal .content .title{
		padding-left: 50px;
	}

}

section.contact-us {
	background: url("../images/bg_contact-100.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px;
	color: white;
}
section.contact-us .title-contact {
	font-family: "Playfair Display", serif;
	font-size: 26px;
	margin-bottom: 20px;
}
section.contact-us .contact-infor {
	width: 60%;
}
section.contact-us .form-contact {
	display: flex;
	flex-direction: column;
}
section.contact-us .form-contact input {
	margin-bottom: 15px;
	max-width: 303px;
	height: 30px;
	padding: 5px 10px;
}
section.contact-us .form-contact input:focus {
	outline: none;
}
section.contact-us .form-contact .btn-contact {
	text-transform: uppercase;
	color: #c19814;
	display: inline-block;
	padding: 8px 80px;
	background: #D1A84D;
	max-width: 303px;
	border: none;
	cursor: pointer;
	outline: none;
	font-weight: 700;
}
@media (max-width: 768px) {
	section.contact-us {
		padding: 40px;
	}
	section.contact-us .contact-infor {
		width: 100%;
	}
}

section.map {
	height: 150px;
	background: #EAE3DB;
	display: none;
}
section.map iframe {
	width: 100%;
	height: 100%;
}

section.banner .banner-main .bg-slide.offer-banner {
	height: 30vh;
}

section.offer {
	margin-bottom: 30px;
}
section.offer .title-offer {
	margin-left: 0;
	margin-bottom: 50px;
	text-align: center;
}

section.detail-offer .detail-main {
	padding: 100px 0;
}
section.detail-offer .detail-main .row {
	justify-content: center;
}
section.detail-offer .detail-main .row .block-infor {
	text-align: center;
}
section.detail-offer .detail-main .row .block-infor h4 {
	font-family: "Playfair Display", serif;
	font-size: 32px;
	color: #D1A84D;
	text-align: center;
	margin-bottom: 30px;
}

section.detail-offer .detail-main .row .block-infor strong{
	text-align: left !important;
	float: left;
	width: 100%;
}

section.detail-offer .detail-main .row .block-infor s{
	float: left;
	font-weight: bold;
	width: 100%;
	text-align: left
}
section.detail-offer .detail-main .row .block-infor .block-infor__list strong {
	display: block;
}
section.detail-offer .detail-main .row .block-infor .block-infor__list p {
	display: inline-block;
	position: relative;
}
section.detail-offer .detail-main .row .block-infor .block-infor__list p::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: "\f111";
	font-family: fontawesome;
	font-size: 5px;
}
section.detail-offer .detail-main .row .block-infor .term-colapse {
	background: #EAD8B0 url(../img/term_down.svg) no-repeat;
	background-position: 99% 50%;
	color: #000;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
section.detail-offer .detail-main .row .block-infor .term-colapse::before {
	position: absolute;
	content: "\f078";
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-family: fontawesome;
}
section.detail-offer .detail-main .row .block-infor .colapse-content {
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 0;
	display: none;
	transition: 0.5s;
}
section.detail-offer .detail-main .row .block-infor .colapse-content li {
	display: inline-block;
}
section.detail-offer .detail-main .row .block-infor .colapse-content li p {
	display: inline-block;
	position: relative;
}
section.detail-offer .detail-main .row .block-infor .colapse-content li p::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: "\f111";
	font-family: fontawesome;
	font-size: 5px;
}
section.detail-offer .detail-main .row .block-infor .colapse-content.show {
	display: block;
	transition: 0.5s;
}
section.detail-offer .detail-main .row .block-infor .btn-booknow {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 10px 40px;
	background: #EAE3DB;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}

section.banner .banner-main .bg-slide.our-banner {
	height: 70vh;
}
@media (max-width: 768px) {
	section.banner .banner-main .bg-slide.our-banner {
		height: auto;
	}
}

.title-intro {
	font-family: "Playfair Display", serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	margin: 70px 0px 50px 0px;
}

section.content-main .bref-intro {
	font-size: 16px;
	text-align: center;
	margin: auto auto 50px;
	width: 80%;
}
section.content-main .bref-intro span {
	display: block;
}
section.content-main .thumd-intro {
	height: 80vh;
}
section.content-main .thumd-intro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	section.content-main .thumd-intro {
		height: auto;
	}
}
section.content-main img {
	max-width: 100%;
}
section.content-main .row .desc {
	width: 80%;
	float: right;
}
section.content-main .row .desc h3 {
	font-family: "Playfair Display", serif;
	font-size: 25px;
}
@media (max-width: 991px) {
	section.content-main .row .desc {
		width: 100%;
	}
}

section.our-brands .tab-brands .nav-tabs {
	justify-content: center;
	border: none;
	margin-bottom:20px;
}
section.our-brands .tab-brands .nav-tabs .nav-link {
	position: relative;
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: 17px;
	border: none !important;
	padding: 8px 20px !important;
}
section.our-brands .tab-brands .nav-tabs .nav-link:not(:last-child)::before {
	position: absolute;
	right: -4px;
	top: 6px;
	z-index: 1;
	color: #000;
	content: "♦" !important;
	font-size: 18px !important;
}
section.our-brands .tab-brands .nav-tabs .nav-link:hover {
	color: #D1A84D;
}
section.our-brands .tab-brands .nav-tabs .nav-link.active {
	border: none;
	color: #D1A84D;
}
section.our-brands .tab-content .title-tab {
	text-align: center;
	margin: 30px 0px 50px 0px;
	font-size: 16px;
}
section.our-brands .tab-content .row {
	text-align: center;
	margin:0 -15px;
}
section.our-brands .tab-content .row .thumd img {
	max-width: 100%;
}
section.our-brands .tab-content .row .name-item {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	display: block;
	text-align: center;
	margin: 20px 0;
}
section.our-brands .tab-content #grand .row,
section.our-brands .tab-content #hotel .row,
section.our-brands .tab-content #boutique .row {
	justify-content: center;
}

section.top-gallery {
	margin: 70px 0;
}
section.top-gallery img {
	max-width: 100%;
}
@media (max-width: 768px) {
	section.top-gallery {
		margin: 30px 0;
	}
}

section.gallery .title-intro {
	margin: 60px 0 20px 0;
}
section.gallery .tab-gallery .nav-tabs {
	justify-content: center;
	margin-bottom: 30px;
	border: none;
}
section.gallery .tab-gallery .nav-tabs .nav-link {
	position: relative;
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: 17px;
	border: none !important;
	padding: 8px 20px !important;
}
section.gallery .tab-gallery .nav-tabs .nav-link:not(:last-child)::before {
	position: absolute;
	right: -4px;
	top: 6px;
	z-index: 1;
	color: #000;
	content: "♦" !important;
	font-size: 18px !important;
}
section.gallery .tab-gallery .nav-tabs .nav-link:hover {
	color: #D1A84D;
}
section.gallery .tab-gallery .nav-tabs .nav-link.active {
	border: none;
	color: #D1A84D;
}
section.gallery .tab-content .tab-pane .content-tab__main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 50px;
}
section.gallery .tab-content .tab-pane .content-tab__main .item {
	animation: zoomIn;
	animation-duration: 1s;
	animation-delay: 0.3s;
}
section.gallery .tab-content .tab-pane .content-tab__main .item:nth-child(odd) {
	grid-column: 1;
}
@media (max-width: 540px) {
	section.gallery .tab-content .tab-pane .content-tab__main .item:nth-child(odd) {
		grid-column: span 2;
	}
}
section.gallery .tab-content .tab-pane .content-tab__main .item:nth-child(even) {
	grid-column: 2;
}
@media (max-width: 540px) {
	section.gallery .tab-content .tab-pane .content-tab__main .item:nth-child(even) {
		grid-column: span 2;
	}
}
section.gallery .tab-content .tab-pane .content-tab__main .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	section.gallery .tab-content .tab-pane .content-tab__main {
		grid-gap: 16px;
	}
}

section.banner .banner-main .bg-slide.accommo {
	height: auto;
}
.accommo .desc .title-1{
	color: #000;
}
.accommo .title-slide {
	padding: 50px 0 30px;
	text-align: center;
}
.accommo .title-slide .bref-title {
	font-size: 16px;
	text-align: center;
	width: 80%;
	margin: 50px auto 20px;
	display:none;
}
@media (max-width: 991px) {
	.accommo .title-slide .bref-title {
		width: 100%;
	}
}

section.hotel-slide.accommo {
	padding: 20px 0 0;
}
section.hotel-slide.accommo .accommo-slide {
	position: relative;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont {
	opacity: 0;
	padding-left: 0;
}

section.hotel-slide.accommo .accommo-slide .owl-item .item-cont strong{
	margin-left: 15px;
	color: #000;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont .ame-amenities ul{
	display:flex;
	flex-wrap:wrap;
	gap:5px 10px;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont .ame-amenities ul li{
	width:50%;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont .list-service {
	display: flex;
	align-items: center;
	padding: 0;
	padding-bottom: 10px;
	font-size: 13px;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont .list-service img {
	width: 24px;
	margin-right: 10px;
}
section.hotel-slide.accommo .accommo-slide .owl-item .item-cont .btn-book__room {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #EAE3DB;
	transition: all 0.5s;
}
section.hotel-slide.accommo .accommo-slide .owl-item.center .item img {
	transform: scale(1.15);
}
section.hotel-slide.accommo .accommo-slide .owl-item.center .item .item-cont {
	margin: 30px -185px 0;
	padding-top: 80px;
	opacity: 1;
}
section.hotel-slide.accommo .accommo-slide .owl-item.center .item .item-cont::before {
	top: 60px;
	width: 100px;
}
@media (max-width: 768px) {
	section.hotel-slide.accommo .accommo-slide .owl-item.center .item .item-cont {
		margin: 50px 15px 0;
		padding-top: 25px;
	}
	section.hotel-slide.accommo .accommo-slide .owl-item.center .item .item-cont::before {
		top: 10px;
	}
}
section.hotel-slide.accommo .accommo-slide .item {
	margin: 0 auto;
	padding: 20px 0;
}
section.hotel-slide.accommo .accommo-slide .item img{
	max-height:500px;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button {
	position: absolute;
	top: 36%;
	width: 50px;
	height: 50px;
	background-color: white;
	color: #222020;
	margin: 0;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button:focus {
	outline: none;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button:hover {
	background-color: #D1A84D;
}
@media (max-width: 768px) {
	section.hotel-slide.accommo .accommo-slide .owl-nav button {
		display: none;
	}
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-prev {
	left: 1%;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-prev::before {
	content: "\f053";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-prev span {
	display: none;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-next {
	right: 1%;
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-next::before {
	content: "\f054";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide.accommo .accommo-slide .owl-nav button.owl-next span {
	display: none;
}
section.hotel-slide.accommo .accommo-slide .owl-dots {
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	section.hotel-slide.accommo .accommo-slide .owl-dots {
		display: none;
	}
}
section.hotel-slide.accommo .accommo-slide .owl-dots button {
	position: relative;
	width: 20px;
	height: 20px;
}
section.hotel-slide.accommo .accommo-slide .owl-dots button::before {
	content: "♦";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	font-size: 12px;
	transform: translate(-50%, -50%);
	opacity: 0.25;
}
section.hotel-slide.accommo .accommo-slide .owl-dots button:focus {
	outline: none;
}
section.hotel-slide.accommo .accommo-slide .owl-dots button span {
	display: none;
}
section.hotel-slide.accommo .accommo-slide .owl-dots button.active::before {
	opacity: 0.75;
	color: black;
}

.menu-hotel {
	/*background-color: #D1A84D;*/
	background-color: #d3d4d5;
	color: #000;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu-hotel__list {
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	gap: 12px 30px;
	margin-bottom: 0;
	list-style-type: none;
	padding: 15px 0;
}
.menu-hotel__list li a {
	display: inline-block;
	color: #000;
}
.menu-hotel__list li a:hover {
	color: #000;
	font-weight: 500;
}

.bref-intro table{
	color: #000 !important;
}

.bref-intro {
	font-size: 16px;
	text-align: center;
	margin: auto auto 50px;
	width: 80%;
}

.bref-intro p, .bref-intro strong{
	color: #000;
}

section.accommo {
	padding: 60px 0 80px;
}
section.accommo .row .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.accommo .row .desc {
	padding-left: 70px;
	margin-top: 50px;
}
@media (max-width: 991px) {
	section.accommo .row .desc {
		padding-left: 0;
		margin: 20px 0;
	}
}
section.accommo .view-more__accommo {
	text-align: center;
}

section.faci .row .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	section.faci .row .thumd {
		height: 50vh;
	}
}
section.faci .row .desc {
	width: 70%;
	margin-top: 20px;
}

section.faci .row .desc .text{
	font-size: 16px;
}
section.faci .row .desc .btn-viewmore2 {
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #EAE3DB;
	display: inline-block;
	transition: all 0.5s;
	cursor: pointer;
}
section.faci .row .desc .btn-viewmore2:hover {
	background: #B2A497;
}
@media (max-width: 991px) {
	section.faci .row .desc {
		width: 100%;
	}
}
section.faci .row:nth-child(even) {
	margin-top: 80px;
}
section.faci .row:nth-child(even) .left {
	order: 2;
}
section.faci .row:nth-child(even) .right {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 991px) {
	section.faci .row:nth-child(even) {
		margin-top: 50px;
	}
}
@media (max-width: 768px) {
	section.faci .row:nth-child(even) .left {
		order: 0;
	}
}
@media (max-width: 768px) {
	section.faci .row {
		margin: 0 -15px;
	}
}

section.offer.offer-sapa {
	margin: 0;
	padding-top: 80px;
}
section.offer.offer-sapa .title-offer {
	margin-left: 100px;
	text-align: left;
}

section.offer.offer-sapa .detail-title-offer{
	margin-left: 0;
	text-align: center;
}
@media (max-width: 991px) {
	section.offer.offer-sapa .title-offer {
		margin-left: 0;
	}
}
section.offer.offer-sapa .row {
	justify-content: center;
}
section.offer.offer-sapa .row .item-offer {
	flex: 50%;
	max-width: 50%;
	/*display: flex;*/
}
section.offer.offer-sapa .row .item-offer__thumd {
	max-width: 100%;
	height: 500px;
}
section.offer.offer-sapa .row .item-offer__cont {
	max-width: 100%;
}
@media (max-width: 768px) {
	section.offer.offer-sapa .row .item-offer {
		flex-direction: column;
		flex:100%;
		max-width:100%;
	}
	section.offer.offer-sapa .row .item-offer__thumd {
		max-width: 100%;
	}
}

section.event {
	text-align: center;
	padding: 70px 0;
}
section.event .thumd {
	margin: 50px auto 0;
	height: 70vh;
}
section.event .thumd img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

section.event .title .text{
	font-size: 20px;
}
@media (max-width: 991px) {
	section.event .thumd {
		height: auto;
	}
}

section.destination {
	margin-bottom: 80px;
}
section.destination .title-1 {
	text-align: center;
}
section.destination .nav-tabs {
	justify-content: center;
	border: none;
}
section.destination .nav-tabs .nav-link {
	position: relative;
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: 34px;
	border: none !important;
	padding: 8px 20px !important;
	text-transform: capitalize;
}
section.destination .nav-tabs .nav-link:not(:last-child)::before {
	position: absolute;
	right: -4px;
	top: 6px;
	z-index: 1;
	color: #000;
	content: "♦" !important;
	font-size: 18px !important;
}
section.destination .nav-tabs .nav-link:hover {
	color: #D1A84D;
}
@media (max-width: 540px) {
	section.destination .nav-tabs .nav-link {
		font-size: 24px;
	}
}
section.destination .nav-tabs .nav-link.active {
	border: none;
	color: #D1A84D;
}
section.destination .tab-content {
	margin-top: 30px;
}
section.destination .tab-content #at-hotel .row {
	align-items: flex-start;
}
section.destination .tab-content #at-hotel .row .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.destination .tab-content #at-hotel .row .desc strong {
	margin-right: 10px;
}
section.destination .tab-content #local-hotel .tab-menu2 .nav-tabs .nav-link {
	font-size: 17px;
}
section.destination .tab-content #local-hotel .tab-menu2 .nav-tabs .nav-link::before {
	display: none;
}
section.destination .tab-content #local-hotel .tab-content2 .row {
	margin: 0 -15px;
}
section.destination .tab-content #local-hotel .tab-content2 .tab-pane .row {
	align-items: flex-start;
}
section.destination .tab-content #local-hotel .tab-content2 .desc {
	padding-top: 20px;
}
section.destination .tab-content #local-hotel .tab-content2 .thumd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.destination .tab-content #local-hotel .tab-content2 #see .desc tr td {
	font-size: 14px;
}
section.destination .tab-content #local-hotel .tab-content2 #see .desc tr td:nth-child(1) {
	padding-right: 30px;
}
section.destination .tab-content #local-hotel .tab-content2 #eat ul {
	margin-top: 20px;
	margin-left: 30px;
}
section.gallery .title-gallery{
	color: #000;
}

section.gallery {
	text-align: center;
}
section.gallery .gallery-cont {
	height: 70vh;
	margin: 50px 0;
	position: relative;
}
section.gallery .gallery-cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.gallery .gallery-cont .btn-viewmore2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #EAE3DB;
	display: inline-block;
	transition: all 0.5s;
}
@media (max-width: 991px) {
	section.gallery .gallery-cont {
		height: auto;
	}
}

section.contact-us {
	background: url("../images/sapa-contact.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

.destination.gallery {
	padding: 100px 0;
}
.destination.gallery .tab-content .tab-pane .gallery-main {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 285px;
}
.destination.gallery .tab-content .tab-pane .gallery-main .gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	animation: zoomIn;
	animation-duration: 1s;
	animation-delay: 0.3s;
}
.destination.gallery .tab-content .tab-pane .gallery-main .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.destination.gallery .tab-content .tab-pane .gallery-main .gallery-item:hover img {
	transform: scale(1.15);
	transition: 0.3s;
}

.dining .title-slide {
	/*padding: 50px 0 30px;*/
	text-align: center;
}
.dining .title-slide .bref-title {
	font-size: 16px;
	text-align: center;
	width: 80%;
	margin: 50px auto 20px;
	display:none;
}
@media (max-width: 991px) {
	.dining .title-slide .bref-title {
		width: 100%;
	}
}

section.hotel-slide.dining {
	padding: 20px 30px;
}
@media(max-width:576px){
	section.hotel-slide.dining {
		padding: 0px 15px;
	}
}
section.hotel-slide.dining .dining-slide {
	position: relative;
}
section.hotel-slide.dining .dining-slide .infor-time p {
	font-size: 14px;
	margin-bottom: 0;
}
section.hotel-slide.dining .dining-slide .infor-time p strong {
	margin-right: 5px;
	text-transform: capitalize;
}

.dining-slide .item-cont .content{
	padding-left: 0;
	text-align: justify;
}
@media (max-width: 768.98px) {
	section.hotel-slide.dining .dining-slide .infor-time {
		margin-bottom: 30px;
	}

	section.hotel-area .grid-area .thumd{
		height: auto;
	}

	.hotel-area .container .grid-area{
		grid-template-rows: auto;
	}

	section.journal .row .jour-right .img-thumd,
	section.journal .row .jour-left .img-thumd
	{
		height: auto;
	}

	section.journal .row .jour-right .img-thumd{
		margin-top: 0;
	}

	section.offer .row .item-offer__thumd img,
	section.offer .row .item-offer__thumd
	{
		height: auto;
	}

	section.faci .row{
		margin-top: 50px;
	}

	.section.faci .row .thumd img,
	section.faci .row .thumd{
		height: auto;
	}

	section.faci .row .desc{
		margin-top: 0;
	}


}
section.hotel-slide.dining .dining-slide .owl-item .item-cont {
	opacity: 0;
	padding-left: 0;
}
section.hotel-slide.dining .dining-slide .owl-item .item-cont .list-service {
	display: flex;
	align-items: center;
	padding: 0;
	padding-bottom: 10px;
	font-size: 13px;
}
section.hotel-slide.dining .dining-slide .owl-item .item-cont .list-service img {
	width: 24px;
	margin-right: 10px;
}
section.hotel-slide.dining .dining-slide .owl-item .item-cont .btn-book__room {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #EAE3DB;
	transition: all 0.5s;
}
section.hotel-slide.dining .dining-slide .owl-item.center .item img {
	transform: scale(1.15);
}
section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont {
	/*margin: 30px -185px 0;*/
	padding-top: 25px;
	opacity: 1;
}

section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont h4{
	padding-left: 110px;
}
section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont::before {
	top: 42px;
	width: 100px;
}
@media (max-width: 768px) {
	section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont {
		margin: 50px 15px 0;
		padding-top: 25px;
	}
	section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont::before {
		top: 14px;
	}
}
@media (max-width: 991px) {
	section.hotel-slide.dining .dining-slide .owl-item.center .item .item-cont {
		margin: 50px 15px 0;
	}
}
section.hotel-slide.dining .dining-slide .item {
	margin: 0 auto;
	padding: 20px 0;
}
section.hotel-slide.dining .dining-slide .owl-nav button {
	position: absolute;
	top: 19%;
	width: 50px;
	height: 50px;
	background-color: white;
	color: #222020;
	margin: 0;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
}
section.hotel-slide.dining .dining-slide .owl-nav button:focus {
	outline: none;
}
section.hotel-slide.dining .dining-slide .owl-nav button:hover {
	background-color: #D1A84D;
}
@media (max-width: 768px) {
	section.hotel-slide.dining .dining-slide .owl-nav button {
		display: none;
	}
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-prev {
	left: 30%;
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-prev::before {
	content: "\f053";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-prev span {
	display: none;
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-next {
	right: 30%;
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-next::before {
	content: "\f054";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.hotel-slide.dining .dining-slide .owl-nav button.owl-next span {
	display: none;
}
section.hotel-slide.dining .dining-slide .owl-dots {
	padding-bottom: 20px;
	display: block;
}
section.hotel-slide.dining .dining-slide .owl-dots button {
	position: relative;
	width: 20px;
	height: 20px;
}
section.hotel-slide.dining .dining-slide .owl-dots button::before {
	content: "♦";
	position: absolute;
	font-family: "fontawesome";
	top: 50%;
	left: 50%;
	font-size: 12px;
	transform: translate(-50%, -50%);
	opacity: 0.25;
}
section.hotel-slide.dining .dining-slide .owl-dots button:focus {
	outline: none;
}
section.hotel-slide.dining .dining-slide .owl-dots button span {
	display: none;
}
section.hotel-slide.dining .dining-slide .owl-dots button.active::before {
	opacity: 0.75;
	color: black;
}

.banner {
	height: auto;
}
.banner img {
	height: 45vh;
	object-fit: cover;
	width: 100%;
}

.list-jounal {
	padding: 15px;
}
.list-jounal img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.list-jounal .item {
	margin-bottom: 30px;
}
.list-jounal .content {
	padding-left: 70px;
	padding-top: 20px;
	position: relative;
}
.list-jounal .content::before {
	content: "";
	width: 60px;
	position: absolute;
	top: 30px;
	left: 0;
	height: 1px;
	background-color: #D1A84D;
}
.list-jounal .content .desc {
	text-align: justify;
	padding: 10px 0px;
	height: 200px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.list-jounal .btn_more {
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
}
.list-jounal .btn_more i {
	padding-left: 5px;
	transition: all 0.5s ease-in;
}
.list-jounal .btn_more:hover i {
	padding-left: 25px;
}
.list-jounal .pagination a {
	font-weight: 500;
	color: #D1A84D;
	margin: 10px;
}

.detail-jounal {
	margin-bottom: 50px;
}
.detail-jounal .tester-detail {
	width: 75%;
	margin: 0px auto 30px;
}
.detail-jounal img {
	width: 100%;
}

.other-blog {
	background-color: #FFFBF1;
}

section.contact {
	background: url("../images/contact-usbg.svg") no-repeat;
	background-position: top center;
	background-size: 100%;
	margin: 60px 0;
}
section.contact .title-intro {
	font-size: 34px;
	text-transform: capitalize;
}
section.contact .form-contact {
	padding: 60px 45px;
	box-shadow: 0px 0px 30px #00000014;
	position: relative;
	z-index: 1;
}
section.contact .form-contact .form-title {
	text-transform: uppercase;
}
section.contact .form-contact label {
	font-weight: 500;
}
section.contact .form-contact .form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	border-color: #cbaa77;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	position: relative;
}

section.contact .form-contact .form-title{
	color: #000;
}
section.contact .form-contact .form-control::placeholder {
	text-transform: capitalize;
}
section.contact .form-contact .form-group {
	margin-bottom: 35px;
}

section.contact .form-contact .form-group label{
	color: #000;
}
section.contact .form-contact .date-pick {
	position: relative;
	display: block;
}
section.contact .form-contact .date-pick::before {
	content: "\f073";
	position: absolute;
	display: block;
	font-family: "fontawesome";
	top: 45px;
	right: 20px;
	color: currentColor;
	font-size: 22px;
	z-index: 1;
}
section.contact .form-contact .form-request {
	min-height: 150px;
}
section.contact .form-contact [type=radio]:checked,
section.contact .form-contact [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
}
section.contact .form-contact [type=radio]:checked + label,
section.contact .form-contact [type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}
section.contact .form-contact [type=radio]:checked + label:before,
section.contact .form-contact [type=radio]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
section.contact .form-contact [type=radio]:checked + label:after,
section.contact .form-contact [type=radio]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #F87DA9;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.contact .form-contact [type=radio]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
section.contact .form-contact [type=radio]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
section.contact .form-contact .err {
	color: red;
	position: absolute;
}
section.contact .form-contact .check-agree {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
section.contact .form-contact .check-agree label {
	margin-bottom: 0;
	margin-left: 10px;
}
section.contact .form-contact .btn-form__contact {
	color: #c19814;
	background-color: transparent;
	background-color: #fff;
	border: 1px solid white;
	transition: all 0.2s ease-in-out;
	padding: 12px;
	min-width: 230px;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	cursor: pointer;
	position: relative;
}
section.contact .form-contact .btn-form__contact::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border: none;
	/*background-color: #cbaa77;*/
	background-color: #edad1f;
	transition: all 0.2s ease-in-out;
}
section.contact .form-contact .btn-form__contact:hover {
	color: #000;
	border: 1px solid #000;
}
section.contact .form-contact .btn-form__contact:hover::before {
	width: 0%;
	transition: all 0.2s ease-in-out;
}
section.contact .form-contact .btn-form__contact:focus {
	outline: none;
}
@media (max-width: 768px) {
	section.contact .form-contact {
		padding: 36px 0;
	}
}

section.contact.dining-reservation .form-contact .date-pick::before {
	top: 10px;
}
section.contact.dining-reservation .form-contact .request {
	height: 150px;
}
section.contact.dining-reservation .form-contact .custom-control-input {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}
section.contact.dining-reservation .form-contact .form-btn {
	text-align: right;
}

.footer {
	background: #000 !important ;
	color: #9D9EA1;
	font-size: 15px;
	margin-top: 20px;
}
.footer .footer-cont {
	padding: 50px 0;

}

.footer .footer-cont .text-sub{
	color: #cbccce;
}
.footer .row {
	align-items: flex-start;
}
.footer .link-dowload {
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	display: inline-block;
	bottom: 0;
}
.footer .link-dowload img {
	width: 24px;
}
@media (max-width: 768px) {
	.footer .link-dowload {
		margin: 0 auto;
	}
}
.footer .logo-footer img {
	width: 148px;
	margin-bottom: 20px;
}
.footer-contact__infor a,.footer-contact__infor div {
	color: #cbccce;
}
.footer .title-footer {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #cbccce;
}
.footer .menu-footer ul {
	list-style-type: none;
}
.footer .menu-footer ul li {
	margin-bottom: 5px;
}
.footer .menu-footer ul li a {
	color: #cbccce;
	transition: all 0.3s;
	font-size: 14px;
}
.footer .menu-footer ul li a:hover {
	color: #cbccce;
}
.footer .sub-contact {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer .sub-contact .email-sub {
	border: solid 1px #000;
	padding: 5px 10px;
	max-width: 250px;
	width: calc(100% - 32px);
	height: 32px;
	float: left;
	outline: none;
}
.footer .sub-contact .btn-sub {
	width: 32px;
	height: 32px;
	/* background-color: #000;*/
	border: solid 1px #000;
	border-left: none;
	outline: none;
	position: relative;
}
.footer .sub-contact .btn-sub::before {
	content: "\f061";
	position: absolute;
	font-family: "fontawesome";
	color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer .follow-us {
	margin-bottom: 5px;
}
.footer .social a {
	margin-right: 10px;
	display: inline-block;
}
.footer .social a i {
	color: #fff;
	font-size: 23px;
}
.footer .social a i:hover {
	color: #9D9EA1;
}
.footer .social a:nth-child(2) img{
	height: 25px;
	object-fit: cover;
	margin-top: -7px;
}
.footer .btm-footer {
	margin-top: 40px;
	color: #cbccce;
}
.footer .btm-footer .link-footer {
	color: #9D9EA1;
	font-size: 14px;
}
.footer .btm-footer .link-footer:nth-child(2) {
	margin-left: 50px;
}
@media (max-width: 768px) {
	.footer {
		text-align: center;
	}
}

.mobile-menu {
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 50;
	overflow: hidden;
	opacity: 0;
	background: #231f20;
	transition: all 0.5s;
}
.mobile-menu__cont {
	padding: 80px;
	position: relative;
}
.mobile-menu__cont .close {
	position: absolute;
	top: 40px;
	right: 15px;
	color: white;
}
.mobile-menu__cont .close span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: currentColor;
	transition: all 0.3s linear;
}
.mobile-menu__cont .close span:nth-child(1) {
	transform: translateY(8px) translateX(0) rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.mobile-menu__cont .close span:nth-child(2) {
	opacity: 0;
}
.mobile-menu__cont .close span:nth-child(3) {
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	transition: all 0.3s ease-in-out;
}
.mobile-menu__cont .mobile-title {
	font-size: 30px;
	color: #c1c1c1;
	display: inline-block;
	border-bottom: solid 1px #6b6b6b;
	padding-bottom: 35px;
	margin-bottom: 35px;
	line-height: 1;
	font-weight: 300;
}
.mobile-menu__cont .mobile-list {
	list-style-type: none;
}
.mobile-menu__cont .mobile-list li {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.3;
}
.mobile-menu__cont .mobile-list li a {
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s linear;
}
.mobile-menu__cont .mobile-list li a:hover {
	color: #D1A84D;
	margin-left: 6px;
	transition: all 0.3s linear;
	font-style: italic;
}
.mobile-menu__cont .mobile-list li .menu-child {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 15px;
}
@media (max-width: 540px) {
	.mobile-menu__cont {
		padding: 80px 30px;
	}
}
@media (max-width: 865px) {
	.mobile-menu {
		display: block;
	}
}

.mobile-menu.show {
	left: 0;
	opacity: 1;
}

.triggle-btn {
	cursor: pointer;
	position: fixed;
	right: 1.5em;
	bottom: 1.5em;
	background-color: #D1A84D;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	z-index: 2;
	background: url("../../images/quick.svg");
	margin-bottom: 0 !important;
	box-shadow: 1px 2px 0px #fff;
}
.fixed-social{
	position: fixed;
	right: 1.5em;
	bottom: 1.5em;
	z-index:2;
}
.fixed-social .fixed-social-item:not(:last-child){
	margin-bottom:10px;
}
.fixed-social .fixed-social-item a{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:50%;
	
}
.fixed-social .fixed-social-item a img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}

#backtotop {
	position: fixed;
	bottom: 45px;
	right: 45px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: black;
	opacity: 0.6;
	transition: 0.3s;
	z-index: 1;
}
#backtotop i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
#backtotop:hover {
	opacity: 1;
	transition: 0.3s;
}

body {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #414042;
	background: #d3d4d5;
}

.footer{
	background-color: #d3d4d5;
}


h1,
h2,
h3,
h4 {
	font-family: "Playfair Display", serif;
}

a {
	text-decoration: none;
}

/*::-webkit-scrollbar {
display: none;
}*/

a:hover {
	text-decoration: none;
}

.container {
	max-width: 1300px;
}

.header .row{
	align-items: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center;*/
	margin: 0;
}

h3 {
	font-size: 34px;
	color: #D1A84D;
}
@media (max-width: 768px) {
	h3 {
		font-size: 28px;
	}
}

h4 {
	font-size: 24px;
}

p {
	margin-bottom: 15px;
}

.title-1 {
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.item-cont {
	margin-top: 0;
	padding: 0 95px;
	position: relative;
}
.item-cont::before {
	content: "";
	width: 70px;
	height: 1px;
	position: absolute;
	/*left: 0;*/
	top: 15px;
	background: #000;
}
@media (max-width: 540px) {
	.item-cont {
		padding: 15px 0px;
	}
	.item-cont::before {
		width: 35px;
	}


}

.btn-more {
	font-size: 16px;
	font-weight: 500;
	/* color: #D1A84D;*/
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.btn-more::after {
	content: "\f054";
	font-size: 14px;
	font-family: "Fontawesome";
}
.btn-more:hover {
	color: #000000;
}

.btn-viewmore {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	padding: 15px 80px;
	border: solid 1px #fff;
	margin: 30px auto auto;
	background-color: #fff;
	transition: all 0.8s linear;
	font-weight: 500;
}

.btn-viewmore:hover {
	color: #000;
	background-color: #fff;
}

/*# sourceMappingURL=style.css.map */



section.destination .tab-content .tab-pane .thumd img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.br-group {
	position: relative;
	margin-bottom: 0;
}

.br-control {
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	line-height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: left;
	transition: background 0.3s, color 0.3s;
	color: #414141;
	display: flex;
}

.br-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 33px 27px;
	background: #3a3b3b;
	color: #fff;
	box-shadow: 0 3px 10px 4px rgb(0 0 0 / 10%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition: all 0.3s ease;
	z-index: 2;
}

.br-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.br-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: #cbaa77;
	color: #fff;
	transition: background 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.br-adult,
.br-child {
	padding: 0 2px;
}

.qty-label {
	display: block;
	margin-bottom: 11px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: 0.05em;
}

.qty-group {
	display: flex;
	border: 1px solid #fff;
}

.qty-btn {
	background: transparent;
	cursor: pointer;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	transition: background 0.3s;
	display: flex !important;
	justify-content: center;
	align-items: center;
	i {
		font-family: fontawesome;
	}
}

.qty-input {
	text-align: center;
	border: 0;
	border-radius: 0;
	outline: 0;
	width: 40px;
	height: 40px;
}

.mobile-menu .menu-item.nav-dropdown{
	display:none;	
}


@media only screen and (max-width: 414.98px){

	.check-rate .form-check .row .item{
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
	}

	.check-rate .form-check .row{
		justify-content: center;
	}



	.footer .footer-cont{
		height: 1000px;	
	}
	.footer .btm-footer{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.footer .sub-contact{
		justify-content: center;
	}

	.mobile-menu__cont .close{
		top: 35px;
		left: 368px;
	}

	.main .title-1{
		margin-top: 20px;
	}
	section.offer.offer-sapa .row .item-offer__thumd{
		height: auto;
	}
	.list-jounal .content .desc{
		height: auto;
	}

	.list-jounal .title-intro{
		margin-top: 0;
	}

	.services .owl-item img{
		height: 280px;
	}
	.item-cont{
		margin-top: 0;
	}

}

@media only screen and (max-width: 375.98px){
	.footer .footer-cont{
		height: 800px;	
	}
	.footer .btm-footer{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.mobile-menu__cont .close{
		left: 330px !important;
	}
}
@media only screen and (max-width: 360.98px){
	.footer .footer-cont{
		height: 900px;	
	}
	.footer .btm-footer{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.mobile-menu__cont .close{
		left: 320px !important;
	}
}

@media only screen and (max-width: 393.98px){
	.mobile-menu__cont .close{
		left: 350px;
	}
}


@media only screen and (max-width: 820.98px){
	.check-rate .form-check .row .item{
		width: 50%;
		flex: none;
		max-width: 50%;
	}

	.check-rate .form-check .row{
		justify-content: center;
	}

	section.check-rate .form-check .form-control{
		margin-bottom: 20px;
	}

	section.hotel-slide .slide-ourhotel .owl-nav button.owl-prev{
		left: 8%;
	}
	section.hotel-slide .slide-ourhotel .owl-nav button.owl-next{
		right: 8% !important;
	}
}

section.hotel-slide.accommo .accommo-slide .owl-item .item-cont{
	opacity: 1 !important;
}

.item-cont h4{
	padding-left: 80px;
}

section.hotel-slide.dining .dining-slide .owl-item.center .item img{
	transform: scale(1)
}
/*
@media only screen (max-width:1024px){
section.offer .row .item-offer{
width: 32%;
}
}
*/


.overlay__modal{
	position: fixed;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000069;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}
.overlay__modal.active{
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.3s;
}


.main__contact__modal,
.main__contact__modal-1,
.main__contact__modal-2{
	position: fixed;
	width: 80%;
	bottom: 10%;
	/* height: auto; */
	overflow-y: scroll;
	top: 10%;
	margin: 10px auto;
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 5px 15px #00000080;
	transition: all ease-in-out 0.3s;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	opacity: 0;
	visibility: hidden;
}
.main__contact__modal.active,
.main__contact__modal-1.active,
.main__contact__modal-2.active{
	opacity: 1;
	visibility: visible;
}
.close__form{
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	outline: none;
}

#detail,
#note{
	padding: 16px;
}
#note span{
	font-size: 16px !important;
}
.tab-container{
	margin-bottom: 30px;
}
#myTab .nav-link{
	color: #000;
}
#myTab .nav-link.active{
	color: #fff;
	background-color: rgb(0 0 0 / 45%);
	border: none !important;
	border-radius: 0;
}
.tabs{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 1px solid;
}
.list__tabs{
	padding: 7px 20px;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}
.list__tabs.current{
	background-color: #555555;
	color: #fff;
}

.tab-content.current{
	display: block;
	gap: 20px;
}
.cruise__image{
	text-align: center;
}
.cruise__image img{
	width: 200px;
	height: auto;
	object-fit: cover;
}
.cruise__title{
	align-self: center;
}
.see__detail{
	font-weight: 600;
	color: #414042;
	cursor: pointer;
}



#tab-1 strong{
	display: block;
}
#tab-1 span,
#tab-2 span{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #414042;
	font-weight: bold;
}

.box__item{
	display: flex;
	gap: 15px;
}

.choose__cruise{
	margin-left: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.choose__cruise td {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}
.choose__cruise th{
	text-align: center;
	text-transform: uppercase;
}
.choose__cruise td input{
	margin-right: 5px;
}
.cpl{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

/*booking*/

.title__card{
	margin-bottom: 10px;
}
.title__card strong{
	display: block;
	font-size: 22px;
	color: #000;
	line-height: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	padding-left: calc(5% + 15px);
}

.main__extra__booking{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.left__booking{
	width: 75%;
	padding: 0 15px;
}
.right__booking{
	width: 25%;
	padding: 0 15px;
}

.title__head{
	font-size: 14px;
	color: #000;
	line-height: 25px;
}
.title__content{
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.reservation__detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reservation__detail li{
	width: 50%;
	font-size: 14px;
	margin-bottom: 10px;
}
.table__card{
	border-collapse: collapse;
	width: 100%;
}
.table__card tr{
	text-align: center;
}
.table__card td{
	border: 1px solid #dddddd;
	padding: 8px;
}
.table__card th{
	border: 1px solid #dddddd;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
}

.contact__us{
	font-size: 14px;
	color: #000;
	line-height: 25px;
	margin: 10px 0;
}

.bank__info h4{
	font-size: 18px;
	color: #000;
}
.bank__info p{
	font-size: 14px;
	color: #000;
	padding: 15px 0;
}
.bank__info i{
	margin-right: 5px;
}
.card__info strong{
	display: block;
	margin-bottom: 10px;
}


.form__ons{
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background-color: #333;
	margin-bottom: 10px;
}
.icon__card i{
	font-size: 50px;
	color: #fff;
}
.txt__content h4{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.txt__content p{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.table__card td button{
	padding: 5px;
	background-color: #d3d4d5;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}



.right__booking__content{
	padding: 15px;
	background-color: #eeeeee;
}
.right__booking__content h4{
	padding: 11px;
	background-color: #666666;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.list__info{
	padding: 15px 0;
}
.price__item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.price__item p{
	font-size: 14px;
}
/*end booking*/

/*payment*/
.payment{
	padding-left: 15px;
}
.payment h4{
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tabs__payment{
	display: flex;
	gap: 20px;
}
.list__tabs__payment{
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}
.list__tabs__payment input{
	position: static !important;
}

.list__tabs__payment label{
	display: block;
	cursor: pointer;
	font-size: 16px;
}
.tab-payment{
	display: none;
}

.tab-payment.current{
	display: block;
}

.card-number{
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.group__form__payment span{
	font-size: 16px;
}
.group__form__payment{
	width: 33%;
	margin-bottom: 30px;
}
.group__form__payment input{
	background: transparent;
	width: 100%;
	font-size: 14px;
	color: #000;
	border: none;
	outline: none;
	padding-left: 15px;
	border-bottom: 1px solid #00000008;
}
.cvv{
	width: 100%;
	border-bottom: 1px solid #00000008;
}

.name__on__card{
	width: 100%;
	display: flex;
	gap: 15px;
	border-bottom: 1px solid #00000008;
}
.name__on__card label{
	width: 25%;
	font-size: 16px;
}


#tab-bank p{
	width: max-content;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #00000008;
	margin-top: 30px;
}
/*end payment*/

.sale__price{
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 15px;
}
.room__price{
	font-size: 23px;
	color: red;
}