@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
.header {
	position: fixed;
	top: 0;
	transition: top 0.5s ease;
	width: 100%;
	z-index: 1000;
	/*background: #fff3eb;*/
	background:url('../../../files/images/bg.jpg');
	background-size:576px;
	/*background: rgba(255, 243, 235, 0.9);*/
}
.header .header-top{
	position:relative;
	z-index:1;
}
.header .header-top .row >.column{
	line-height:45px;
	font-size:16px;
	font-weight:600;
	padding-left:20px;
}
.header .header-top .row .column> ul{
	float:right;
}
.header .header-top .row .column >ul> li{
	display:inline-block;	
}
.header .header-top .row .column >ul> li.book{
	margin-right:20px;
}
.header .header-top .row .column >ul> li.book> a{
	padding:8px 16px;
	background:#2a3e33;
	border:2px solid #2a3e33;
	color:#fff;
	border-radius:8px;
}
@media (min-width:576px){
	.header .header-main{
		margin:0 50px;	
	}
}

.header-main {
	display: block;
}
.header-main .header-box {
	position: relative;
}
.header-main .header-box .menu-header {
	height: 100%;
	width: 100%;
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
}
.header-main .header-box .menu-header > li {
}
.header-main .header-box .menu-header > li > a {
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: block;
	width: fit-content;
	margin: auto;
	text-transform: capitalize;
}
.menu-header .menu__item {
	position: relative;
}

.menu-header .menu__item:hover > .submenu {
	display: block;
}

.menu-header .menu__item .submenu {
	display: none;
	position: absolute;
	background-color: rgb(247 242 238 / 90%);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	transition: all .5s ease-in-out;
	transform: translateX(-15px);
	top:100%;
	z-index: 1;
}
.menu-header .menu__item .submenu .menu__item {
	margin: 10px 25px;

}
.menu-header .menu__item .submenu .menu__item .menu-link {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	display:inline-block;
}
.menu-header .menu__item .submenu .menu__item .menu-link::after{
	background-color: #2a3e33;
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-70%);
	transition: all 0.3s ease-in-out;
}
.menu-header .menu__item .submenu .menu__item .menu-link:hover::after{
	width:70%;
}
@media (min-width:1200px){
	.header-main .header-box .menu-header li a{
		max-width:105px;	
	}
}
.header-main .header-box .menu-header li a.active {
	color: #224638;
}
.header-main .header-box .menu-header li a::after {
	background-color: #2a3e33;
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}
.header-main .header-box .menu-header li a:hover::after {
	width: 70%;
}
.header-main .header-box .menu-header li.has-submenu {
	position: relative;
	padding: 20px 0;
}
.header-main .header-box .menu-header li.has-submenu a {
	position: relative;
}
.header-main .header-box .menu-header li.has-submenu .submenu {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 110%;
	left: 50%;
	width: 250px;
	text-align: center;
	transform: translateX(-50%);
	background: rgba(241, 238, 230, 0.8);
	box-shadow: 0 0 10px #efefef;
	padding: 15px;
	transition: all 0.3s ease-in-out;
}
.header-main .header-box .menu-header li.has-submenu .submenu li {
	padding: 10px;
}
.header-main .header-box .menu-header li.has-submenu:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -10px);
}
.header-main .header-box .menu-header li.book {
	padding: 7px 25px;
	background-color: #2a3e33;
	border-radius: 3.75px;
}
.header-main .header-box .menu-header li.book a {
	white-space: nowrap;
	color: #f1eee6;
}
@media (max-width: 1024px) {
	.header-main .header-box .menu-header li.book {
		padding: 7px 10px;
	}
}
.header-main .header-box .logo {
	width: 100%;
	max-width: 310px;
	display: block;
	margin: auto;
	padding: 0px 15px;
	text-align:center;
}
.header-main .header-box .logo img {
	max-width: 200px;
	transform: translate(0, -22.5px);
	height: 70px;
}
@media (max-width:576px){
	body{
		background-size: 100vw;
	}
	.header{
		background-size:100vw;
	}
	.header-main .header-box .logo img{
		max-width:100%;	
	}
	.header .header-top .row >.column{
		line-height:30px;
		padding:10px 15px;
	}
	.header .header-top .row >.column.pull-left{
		width:60%;	
	}
	.header .header-top .row >.column.pull-right{
		width:40%;	
	}
}
.header-main .lang,
.header-main .lang-mb {
	width: 60px;
	position: relative;
	top: 0%;
	transform: translateY(0%);
	right: 0px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	z-index:1;
}
.header-main .lang > a,
.header-main .lang-mb > a {
	font-weight: 600;
}
@media (max-width:1450px){
	.header-main .lang, .header-main .lang-mb{
		right:0;	
	}
}
.header-main .lang a i,
.header-main .lang-mb a i {
	margin-left: 5px;
	margin-top: -8px;
}
.header-main .lang ul,
.header-main .lang-mb ul {
	padding: 10px 15px;
	background: #f1eee6;
	box-shadow: 0 0 10px #efefef;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
}
@media (max-width: 991px) {
	.header-main .lang {
		display: none;
	}
	.header-main .lang,
	.header-main .lang-mb{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}
	.header .header-top .row .column >ul> li.book{
		margin-right:0;	
	}
}

.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	z-index: 100;
}

.nav-main {
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: -100%;
	top: 0;
	position: fixed;
	transition: left 0s 300ms, transform 0s 300ms;
	width: 100%;
	overflow-y: scroll;
	padding-bottom: 50px;
}
.nav-main::-webkit-scrollbar-thumb {
	background: #000;
}
.nav-main::before, .nav-main::after {
	content: "";
	background-color: rgba(241, 238, 230, 0.95);
	height: 50%;
	left: 0;
	position: absolute;
	transform: translateX(-110%);
	transform-origin: 0 50%;
	transition: transform 300ms 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 100%;
	z-index: -100;
}
.nav-main::before {
	top: 0;
}
.nav-main::after {
	bottom: 0;
}
.nav-main .menu {
	position: relative;
	text-align: center;
	z-index: 1;
	overflow-y: unset;
	overflow-x: scroll;
	width: 100%;
	height: 100%;
	margin-top: 120px;
	padding: 0 0 80px 0;
}
.nav-main .menu .menu__item {
	color: red;
	opacity: 0;
	transform: translateX(-1rem);
	transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-main .menu .menu__item a {
	padding: 0 5px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: block;
	width: fit-content;
	margin: auto;
	color: #2a3e33;
	position: relative;
	text-transform: uppercase;
}
.nav-main .menu .menu__item .submenu {
	display: none;
	width: 100%;
	flex: 0 0 100%;
}
.nav-main .menu .menu__item .submenu .menu__item {
	z-index: 10 !important;
	font-size: 3.5vmin;
	width: 100%;
	margin-left: -15px;
}
.nav-main .menu .menu__item .submenu .menu__item a {
	color: #c048ac;
	font-size: 20px;
}
.nav-main .menu .menu__item.has-sub-mb {
	position: relative;
	margin-left: 30px;
}
.nav-main .menu .menu__item.has-sub-mb i {
	margin-left: 15px;
	color: #224638;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(0);
	transition: all 0.3s ease;
}
.nav-main .menu .menu__item.has-sub-mb.show i {
	transform: rotate(180deg);
}
.nav-main.show-menu {
	left: 0;
	transition: transform 0s;
}
.nav-main.show-menu::before, .nav-main.show-menu::after {
	transform: translateX(0);
	transition-delay: 0s;
}
.nav-main.show-menu::after {
	transition-delay: 75ms;
}
.nav-main.show-menu .menu .menu__item {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-main.show-menu .menu .menu__item a {
	margin-right: 0;
	margin-left: 0;
}

.has-sub-mb > a.show::after {
	transform-origin: center;
	transform: translateY(-50%) rotate(180deg);
}

.book-1 {
	padding: 5px 10px;
	background-color: #224638;
	color: #fff !important;
	border-radius: 5px;
}

.banner-home {
	position: relative;
}
.banner-home .mySwiper .swiper-wrapper .swiper-slide .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 60%;
}
.banner-home .mySwiper .swiper-wrapper .swiper-slide .inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.banner-home .mySwiper .swiper-wrapper .swiper-slide .inner {
		padding-bottom: 75%;
	}
}
@media (max-width: 576px) {
	.banner-home .mySwiper .swiper-wrapper .swiper-slide .inner {
		padding-bottom: unset;
		height: 60vh;
		width: 100%;
	}
}

.banner-subpage .title-subpage {
	margin-top: -80px;
}
.banner-subpage .title-subpage h1,
.banner-subpage .title-subpage h2 {
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal;
	color: #2a3e33;
	font-size: 45.5px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 15px;
}
@media (max-width: 991px) {
	.banner-subpage .title-subpage {
		margin-top: -40px;
	}
	.banner-subpage .title-subpage h1,
	.banner-subpage .title-subpage h2 {
		margin-bottom: 15px;
		font-size: 40px;
	}
}
@media (max-width: 767.82px) {
	.banner-subpage .title-subpage {
		margin-top: 0;
	}
	.banner-subpage .title-subpage h1,
	.banner-subpage .title-subpage h2 {
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.banner-subpage .title-subpage h1,
	.banner-subpage .title-subpage h2 {
		font-size: 24px;
	}
}
.banner-subpage .mask.sub-page {
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-position: top;
	-webkit-mask-position: top;
	padding-bottom: 50%;
	-webkit-mask-image: url("../../../Files/images/shape9.png");
}

.about {
	overflow: hidden;
}
/*.about .content{
	overflow-y: auto;
	max-height: 600px;
}*/
.about .mask-image {
	margin-left: -260px;
	padding-bottom: calc(80% + 260px);
}
.about .mask-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .mask-image-2 {
	margin-right: -260px;
	padding-bottom: calc(80% + 260px);
}
.about .mask-image-2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.about .mask-image {
		margin-left: 0px;
		padding-bottom: 100%;
		margin-top: 50px;
	}
	.about .mask-image-2 {
		margin-left: 0px;
		padding-bottom: 100%;
		margin-top: 50px;
	}
}
@media (max-width: 576px) {
	.about {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		position: relative;
	}
	.about::after {
		position: absolute;
		height: 1px;
		width: 60%;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		border-bottom: 1px dotted rgba(163, 37, 142, 0.6);
	}
}

.room {
	overflow: hidden;
	padding: 100px 0;
}
.room .content {
	position: relative;
	padding: 50px 0 50px 84px;
}
.room .content h2.title {
	margin-bottom: 20px;
}
.room .mask-image-2 {
	z-index: 1;
	padding-bottom: 66%;
}
.room .mask-image-2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.room .mask-image-3 {
	margin-right: -260px;
	padding-bottom: calc(80% + 260px);
}
@media (max-width: 768px) {
	.room .mask-image-3 {
		margin-right: 0;
		padding-bottom: 120%;
	}
	.room-slider{
		display:none;
	}
}
.room .content.deluxe {
	border-radius: 11.25px;
	z-index: 10;
	margin-top: -250px;
	background-image: linear-gradient(to bottom, #f1eee6, rgba(241, 238, 230, 0.2));
	max-width: 520px;
	padding: 50px;
	margin-right: 0;
	margin-left: auto;
}
@media (max-width: 991px) {
	.room .content {
		padding: 0 0 20px 20px;
	}
}
@media (max-width: 768px) {
	.room {
		padding: 30px 0;
	}
	.room .content.deluxe {
		margin-top: -150px;
		padding: 30px;
	}
}
@media (max-width: 576px) {
	.room {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		position: relative;
	}
	.room .content.deluxe {
		padding: 20px;
	}
	.room::after {
		position: absolute;
		height: 1px;
		width: 60%;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		border-bottom: 1px dotted rgba(163, 37, 142, 0.6);
	}
}

.cuisine {
	padding: 60px 0;
}
.cuisine .the-art-box {
	position: relative;
	margin-top: 40px;
	padding: 15px;
}
.cuisine .the-art-box:not(:first-child){
	margin-top:0;	
}
@media (min-width:768px){
	.cuisine .the-art-box:nth-child(even) .thumb{
		order:2;
	}	
}
.cuisine .the-art-box .title.medium {
	display: block;
	margin-bottom: 30px;
}
.cuisine .the-art-box .title.medium:hover {
	text-decoration: underline;
	color: currentColor;
}
.cuisine .the-art-box p {
	font-size: 18px;
	line-height: 1.5;
	max-width: 450px;
}
.cuisine .the-art-box .mask.the-art-img {
	padding-bottom: 100%;
}
.cuisine .the-art-box .the-art-img {
	margin-bottom: 40px;
}
.cuisine .the-art-box .the-art-img img {
	top: 0;
	left: 0;
}
@media (max-width: 768px) {
	.cuisine .the-art-box {
		margin-top: 20px;
		padding: 0;
	}
	.cuisine .the-art-box .title.medium {
		margin-bottom: 15px;
		text-align: left;
	}
	.cuisine .the-art-box p {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.cuisine {
		padding: 30px 0;
	}
}
@media (max-width: 576px) {
	.cuisine {
		margin-bottom: 15px;
		padding: 15px 0;
		position: relative;
	}
	.cuisine::after {
		position: absolute;
		height: 1px;
		width: 60%;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		border-bottom: 1px dotted rgba(163, 37, 142, 0.6);
	}
}

.spa .spa-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.spa .spa-left .content {
	margin-left: 20px;
	max-width: 420px;
}
.spa .spa-left .content h2.title {
	margin-bottom: 25px;
}
.spa .spa-left .content p {
	margin-bottom: 50px;
}
@media (max-width: 576px) {
	.spa {
		margin-bottom: 15px;
		padding: 15px 0;
		position: relative;
		margin-bottom: 30px;
	}
	.spa::after {
		position: absolute;
		height: 1px;
		width: 60%;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		border-bottom: 1px dotted rgba(163, 37, 142, 0.6);
	}
}

.wedding {
	padding-top: 100px;
}
.wedding .wedding-slide {
	padding-bottom: 120px;
}
.wedding .wedding-slide .swiper-title {
	text-align: center;
	position: absolute;
	bottom: 55px;
	z-index: 10;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.wedding .wedding-slide .swiper-title p {
	font-size: 18px;
}
@media (max-width: 991px) {
	.wedding .wedding-slide .swiper-title {
		bottom: 67px;
	}
	.wedding .wedding-slide .swiper-title p {
		font-size: 16px;
		padding: 0 15px;
	}
}
@media (max-width: 768px) {
	.wedding .wedding-slide .swiper-title {
		bottom: unset;
		top: calc(100% - 170px);
	}
}
@media (max-width: 768px) {
	.wedding {
		padding-top: 60px;
	}
}
@media (max-width: 576px) {
	.wedding {
		padding-top: 30px;
	}
}

.award {
	padding: 30px 0 50px 0;
}
.award .swiper-award .thumd {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	height: 1px;
}
.award .swiper-award .thumd img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.award .swiper-award .desc {
	padding: 15px 10px;
	text-align: center;
	font-size: 15px;
}

.footer {
	padding: 50px 0;
}
.footer-social .inner .logo {
	width: 100%;
	max-width: 250px;
	display: block;
	margin: auto;
	padding: 20px 15px;
	padding-top: 0;
}
.footer-social .inner .logo img {
	max-width: 100%;
}
.footer-social .inner .social {
	margin: 5px auto 25px auto;
	display: flex;
	flex-wrap:wrap;
	list-style-type: none;
	justify-content: center;
	padding-left: 0;
}
.footer-social .inner .social li {
	margin: 0 10px 10px;
}
.footer-social .inner .social li a {
	background-color: #224638;
	mask-size: contain;
	-webkit-mask-size: contain;
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	color: #f1eee6;
	font-size: 20px;
}
.footer-social .inner form .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.footer-social .inner form .input-group .label-footer {
	color: #2a3e33;
	width: 100%;
	text-align: center;
}
.footer-social .inner form .input-group input {
	background-color: rgba(241, 238, 230, 0.5);
	border: 1px solid #646464;
	border-right: unset;
	padding: 13px 14px;
	border-top-left-radius: 3.75px !important;
	border-bottom-left-radius: 3.75px !important;
	line-height: 1;
	height: 40px;
}
.footer-social .inner form .input-group .btn {
	height: 40px;
	width: 40px;
	background-color: #2a3e33;
	color: #f1eee6;
}
@media (max-width: 991px) {
	.footer-social .inner {
		margin-bottom: 30px;
	}
}
.footer-infor .menu-top {
	display: block;
}
.footer-infor .menu-top h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-infor .menu-top .footer-content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.footer-infor .menu-top .footer-content p,
.footer-infor .menu-top .footer-content a {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.8;
}
.footer-infor .menu-top .footer-content a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.footer-infor .menu-top {
		margin-bottom: 15px;
	}
}
.footer-bct .icon-bct {
	display: flex;
	justify-content: flex-end;
}
.footer-bct .icon-bct a {
	display: flex;
	max-width: 170px;
	margin: 0;
}
.footer-bct .icon-bct a img {
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.footer {
		padding: 25px 0;
	}
}

.list-main .list-section {
	margin-bottom: 100px;
	background-color: #f1eee6;
	box-shadow: 0 0 10px #c4c4c4;
	position: relative;
	z-index: 5;
}
.list-main .list-section::before {
	background-color: #f1eee6;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.list-main .list-section .list-1 {
	top: -200px;
	max-width: 200px;
	width: 20%;
	right: 0;
	z-index: 1;
}
@media (max-width: 991px) {
	.list-main .list-section .list-1 {
		top: -100px;
	}
}
@media (max-width: 576px) {
	.list-main .list-section .list-1 {
		top: -50px;
	}
}
.list-main .list-section .list-2 {
	top: 50%;
	max-width: 200px;
	width: 20%;
	left: -180px;
	z-index: 1;
}
@media (max-width: 991px) {
	.list-main .list-section .list-2 {
		left: -80px;
	}
}
@media (max-width: 576px) {
	.list-main .list-section .list-2 {
		display: none;
	}
}
.list-main .list-section .list-desc {
	order: 1;
	z-index: 6;
	display: flex;
	align-items: center;
}
.list-main .list-section .list-desc__content {
	z-index: 6;
	padding: 20px 5px 20px 40px;
	max-height: 580px;
	display: flex;
}
.list-main .list-section .list-desc__content div {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	overflow-y: auto;
	padding-right: 15px;
	max-width: 100%;
}
.list-main .list-section .list-desc__content div div{
	font-size: 18px;
}
.list-main .list-section .list-desc__content .title {
	margin-bottom: 15px;
}
.list-main .list-section .list-desc__content p {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.8;
}
.list-main .list-section .list-desc__content .list-features.haft-ul li {
	flex: 0 0 50%;
	max-width: 50%;
}
.list-main .list-section .list-desc__content a.btn-more {
	margin-top: 25px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 46px;
}
@media (max-width: 991px) {
	.list-main .list-section .list-desc__content {
		padding: 15px 5px 15px 15px;
	}
	.list-main .list-section .list-desc__content div {
		padding-right: 10px;
	}
	.list-main .list-section .list-desc__content div .title {
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.list-main .list-section .list-desc__content p {
		font-size: 14px;
	}
	.list-main .list-section .list-desc__content a.btn-more {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.list-main .list-section .list-desc__content a.btn-more {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.list-main .list-section .list-desc {
		order: 2;
	}
}
.list-main .list-section .list-thumd {
	order: 2;
	z-index: 6;
}
.list-main .list-section .list-thumd .swiper-list {
	position: relative;
	z-index: 6;
	padding-bottom: 86%;
}
@media (max-width: 991px) {
	.list-main .list-section .list-thumd {
		order: 1;
	}
	.list-main .list-section .list-thumd .swiper-list {
		-webkit-mask-image: url("../../../Files/images/shape13-1.png");
	}
}
.list-main .list-section:nth-of-type(2n) .list-1 {
	top: -200px;
	max-width: 200px;
	width: 20%;
	right: 45%;
	z-index: 1;
	transform: rotateY(180deg);
}
@media (max-width: 991px) {
	.list-main .list-section:nth-of-type(2n) .list-1 {
		top: -100px;
	}
}
@media (max-width: 576px) {
	.list-main .list-section:nth-of-type(2n) .list-1 {
		top: -50px;
	}
}
.list-main .list-section:nth-of-type(2n) .list-2 {
	top: 30%;
	max-width: 200px;
	width: 20%;
	left: 100%;
	transform: rotateY(180deg);
	z-index: 1;
}
@media (max-width: 991px) {
	.list-main .list-section:nth-of-type(2n) .list-2 {
		left: 100%;
	}
}
.list-main .list-section:nth-of-type(2n) .list-desc {
	order: 2;
}
.list-main .list-section:nth-of-type(2n) .list-thumd {
	order: 1;
}
.list-main .list-section:nth-of-type(2n) .list-thumd .swiper-list {
	-webkit-mask-image: url("../../../Files/images/shape8.png");
}
@media (max-width: 991px) {
	.list-main .list-section:nth-of-type(2n) .list-thumd .swiper-list {
		-webkit-mask-image: url("../../../Files/images/shape13-1.png");
	}
}
.list-main .detail-room {
	
}
.list-main .detail-room .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.list-main .detail-room .list-features {
	margin-bottom: 40px;
	justify-content: space-between;
}
.list-main .detail-room .list-features li {
	flex: unset;
	margin-right: 25px;
	font-size: 16px;
}
.list-main .detail-room .list-features li i {
	font-size: 30px;
	width: 30px;
	margin-right: 15px;
}
@media (max-width: 576px) {
	.list-main .detail-room .list-features li {
		font-size: 14px;
	}
}
.list-main .detail-room .list-features.list-feature4 li {
	flex: 0 0 25%;
	margin-right: 0;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.list-main .detail-room .list-features.list-feature4 li i {
	font-size: 24px;
	width: 24px;
}
@media (max-width: 991px) {
	.list-main .detail-room .list-features.list-feature4 li {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (max-width: 767.82px) {
	.list-main .detail-room .list-features.list-feature4 li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.list-main .detail-room .list-features.list-feature2 li {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	margin-right: 0;
	padding-left: 25px;
}
@media (max-width:991.98px){
	.list-main .detail-room .list-features.list-feature2 li{
		flex: 0 0 33.333%;
		max-width:33.333%;
	}
}
@media (max-width:767.98px){
	.list-main .detail-room .list-features.list-feature2 li{
		flex: 0 0 50%;
		max-width:50%;
	}
	
	.content .btn-legend{
		display: none;
	}
}
.list-main .detail-room .list-features.list-feature2 li::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2a3e33;
	position: absolute;
	content: "";
	left: 0;
}

.room-other {
	margin-top: 50px;
}
.room-other .title.medium {
	margin-bottom: 20px;
	font-size: 24px;
	padding-bottom: 25px;
	text-align: center;
}
.room-other .swiper-other-room .mask.other-room-img {
	padding-bottom: 100%;
}
.room-other .swiper-other-room .content-room {
	width: 90%;
	padding: 23px 20px 20px 20px;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px #c2c2c2;
	background-color: rgba(241, 238, 230, 0.9);
	transition: all 0.3s ease;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 18px;
}

.list-dining .room-section.dining-room {
	padding:30px 0 30px 0;
	overflow: unset;
}
.list-dining .room-section.dining-room .room-thumd {
	position: relative;
}
.list-dining .room-section.dining-room .room-thumd .room-img {
	margin-left: 0;
	padding-bottom: 40%;
	max-width: 65%;
}
@media (max-width: 991px) {
	.list-dining .room-section.dining-room .room-thumd .room-img {
		max-width: 100%;
		padding-bottom: 70%;
	}
}
@media (max-width: 576px) {
	.list-dining .room-section.dining-room .room-thumd .room-img {
		padding-bottom: 100%;
	}
}
.list-dining .room-section.dining-room .room-thumd .room-content {
	padding: 50px 50px;
	right: 0;
	max-width: 50%;
	background-color: rgba(241, 238, 230, 0.8);
	box-shadow: 0 0 10px #bebebe;
	max-height: 550px;
    overflow: auto;
}
.list-dining .room-section.dining-room .room-thumd .room-content p,.list-dining .room-section.dining-room .room-thumd .room-content {
	font-size: 18px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.list-dining .room-section.dining-room .room-thumd .room-content p,.list-dining .room-section.dining-room .room-thumd .room-content {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.list-dining .room-section.dining-room .room-thumd .room-content p,.list-dining .room-section.dining-room .room-thumd .room-content {
		font-size: 14px;
	}
}
.list-dining .room-section.dining-room .room-thumd .room-content ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.list-dining .room-section.dining-room .room-thumd .room-content ul li {
	padding-left: 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 5px 0;
}
.list-dining .room-section.dining-room .room-thumd .room-content ul li i {
	font-size: 18px;
	color: #2a3e33;
	width: 23px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	.list-dining .room-section.dining-room .room-thumd .room-content {
		max-width: 100%;
		padding: 25px;
		margin-top: -100px;
	}
}
@media (max-width: 576px) {
	.list-dining .room-section.dining-room .room-thumd .room-content {
		padding: 15px;
		margin-top: -80px;
	}
}
.list-dining .room-section.dining-room:nth-of-type(2n) .room-img {
	margin-left: auto;
	margin-right: 0;
}
.list-dining .room-section.dining-room:nth-of-type(2n) .room-content {
	left: 0;
	right: unset;
}
.list-dining .room-section.dining-room:nth-of-type(2n) .room-content .parttern-room {
	top: -120px;
	right: unset;
	left: 20px;
	width: 150px;
	height: 150px;
	z-index: 10;
}
.list-dining .room-section.dining-room:nth-of-type(2n) .room-content .parttern-room1 {
	bottom: -180px;
	right: unset;
	left: 130px;
	width: 200px;
	height: 200px;
	z-index: 10;
}
.list-dining .room-section.dining-room:last-of-type {
	padding-bottom: 50px;
}
@media (max-width: 991px) {
	.list-dining .room-section.dining-room {
		padding: 0 0 100px 0;
	}
}
@media (max-width: 576px) {
	.list-dining .room-section.dining-room {
		padding: 0 0 50px 0;
	}
}

.content.detail-dining {
	text-align: center;
	margin-top: 10px;
}
.content.detail-dining .title.small {
	margin-bottom: 25px;
	margin-top: 35px;
}
.content.detail-dining .title.small:first-child {
	margin-top: 0;
}
.content.detail-dining p {
	margin-bottom: 10px;
}

.box-dining {
	position: relative;
	padding: 50px 0;
}
.box-dining .mask-dining {
	position: relative;
	width: 100%;
	padding-bottom: 40%;
	top: 0;
	left: 0;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-image: url("../../../Files/images/mask14.png");
}
.box-dining .mask-dining img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-dining .mask-dining::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box-dining .box-content-dining {
	margin: auto;
	width: 100%;
	position: relative;
	padding: 50px;
	z-index: 2;
	box-shadow: 0 0 10px #c2c2c2;
	background-color: rgba(241, 238, 230, 0.8);
}
.box-dining .box-content-dining h2 {
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal;
	color:#2a3e33;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 10px !important;
	padding-bottom: 0;
	min-height: 66px;
}
@media (max-width: 991px) {
	.box-dining .box-content-dining h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.box-dining .box-content-dining p {
	font-size: 16px;
}

.room-section.event-section {
	padding: 100px;
	overflow: unset;
}
.room-section.event-section .room-thumd .room-img {
	margin-left: 0;
	padding-bottom: 50%;
	max-width: 80%;
}
@media (max-width: 991px) {
	.room-section.event-section .room-thumd .room-img {
		max-width: 100%;
		padding-bottom: 70%;
	}
}
@media (max-width: 576px) {
	.room-section.event-section .room-thumd .room-img {
		padding-bottom: 100%;
	}
}
.room-section.event-section .room-thumd .room-content {
	padding: 50px 50px;
	top: 90%;
	right: 0;
	max-width: 70%;
	background-color: rgba(241, 238, 230, 0.8);
	box-shadow: 0 0 10px #bebebe;
}
.room-section.event-section .room-thumd .room-content p {
	font-size: 18px;
}
@media (max-width: 768px) {
	.room-section.event-section .room-thumd .room-content p {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.room-section.event-section .room-thumd .room-content p {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.room-section.event-section .room-thumd .room-content {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.room-section.event-section .room-thumd .room-content {
		padding: 30px;
	}
}
@media (max-width: 576px) {
	.room-section.event-section .room-thumd .room-content {
		padding: 15px;
	}
}
.room-section.event-section:nth-of-type(2n) .room-img {
	margin-left: auto;
	margin-right: 0;
}
.room-section.event-section:nth-of-type(2n) .room-content {
	left: 0;
	right: unset;
}
.room-section.event-section:last-of-type {
	padding-bottom: 250px;
}
@media (max-width: 991px) {
	.room-section.event-section:last-of-type {
		padding-bottom: 200px;
	}
}
@media (max-width: 576px) {
	.room-section.event-section:last-of-type {
		padding-bottom: 100px;
	}
}
.room-section.event-section.explore-collapse {
	padding-top: 10px;
}
.room-section.event-section.explore-collapse:last-of-type {
	padding-bottom: 50px;
}
.room-section.event-section.explore-collapse.modal1 .collapse-reson {
	background-color: transparent;
	box-shadow: unset;
}
@media (max-width: 991px) {
	.room-section.event-section {
		padding: 50px 0;
	}
}

.collapse-reson {
	font-size: 18px;
	line-height: 1.8;
	background-color: rgba(241, 238, 230, 0.8);
	box-shadow: 0 0 10px #bababa;
	margin-bottom: 20px;
}
.collapse-reson .card {
	background: unset;
	border: unset;
	border-radius: 0;
}
.collapse-reson .card .card-header {
	padding: 0;
	background: unset;
	border-radius: 0;
}
.collapse-reson .card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	border-bottom: 1px solid #bababa;
}
.collapse-reson .card-body a {
	color: #224638;
	text-decoration: underline;
}
.collapse-reson .btn-link {
	padding: 15px;
	width: 100%;
	font-size: 20px;
	color: #646464;
	border-radius: 0;
}
@media (max-width: 768px) {
	.collapse-reson .btn-link {
		font-size: 16px;
	}
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.explore-collapse .btn {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.explore-collapse.modal1 .btn {
	justify-content: center;
}
.explore-collapse.modal1 .btn p {
	margin-bottom: 0;
	color: #2a3e33;
	font-weight: 500;
}
.explore-collapse.modal1 .btn p span {
	color: #646464;
	font-weight: 400;
}
.explore-collapse.modal1 .btn .type-1 {
	opacity: 1;
	visibility: visible;
	display: block;
	flex: 0 0 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
.explore-collapse.modal1 .btn .type-2 {
	opacity: 0;
	visibility: hidden;
	display: none;
	flex: 0 0 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
.explore-collapse.modal1 .btn.collapsed {
	background-color: #2a3e33;
	color: #fff;
	text-decoration: none;
}
.explore-collapse.modal1 .btn.collapsed p {
	color: #fff;
}
.explore-collapse.modal1 .btn.collapsed p span {
	color: currentColor;
}
.explore-collapse.modal1 .btn.collapsed .type-1 {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.explore-collapse.modal1 .btn.collapsed .type-2 {
	opacity: 1;
	visibility: visible;
	display: block;
}
.explore-collapse.modal1 .mask-content {
	background-image: url("../../../Files/images/mask.png");
	background-size: 100% 100%;
	margin: 25px 0;
}
.explore-collapse.modal1 .mask-content .card-body {
	position: relative;
	z-index: 10;
	padding: 70px 100px;
}
@media (max-width: 991px) {
	.explore-collapse.modal1 .mask-content .card-body {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.explore-collapse.modal1 .mask-content .card-body {
		padding: 95px 90px;
	}
}
@media (max-width: 576px) {
	.explore-collapse.modal1 .mask-content .card-body {
		padding: 75px 35px;
	}
}

.offer-slide-content {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px dotted rgba(163, 37, 142, 0.6);
}

.box-dining.box-promotion {
	padding: 15px;
}
.box-dining.box-promotion .box-content-dining {
	padding: 40px;
	background-color: rgba(241, 238, 230, 0.8);
}
.box-dining.box-promotion.box-offer {
	display: flex;
	flex-direction: column;
	min-height: 630px;
	align-items: center;
	min-height: unset;
	width: 100%;
}
.box-dining.box-promotion.box-offer .mask-offer {
	padding-bottom: 80%;
}
.box-dining.box-promotion.box-offer .small-1 {
	font-size: 22px;
	margin-bottom: 15px;
}
.box-dining.box-promotion.box-offer .box-content-dining {
	flex: 1 0 auto;
	padding: 20px 20px 20px 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 265px;
	max-height: unset;
}
.box-dining.box-promotion.box-offer .box-content-dining > div {
	max-height: 150px;
	padding-right: 15px;
	overflow-y: auto;
}
.box-dining.box-promotion.box-offer .box-content-dining div {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.box-dining.box-promotion.box-offer .box-content-dining div::-webkit-scrollbar {
	width: 1px;
}
.box-dining.box-promotion.box-offer .box-content-dining div h2 {
	flex: 1 0 auto;
}
.box-dining.box-promotion.box-offer .box-content-dining div .desc {
	flex: 1 0 auto;
}
.box-dining.box-promotion.box-offer .box-content-dining .btn-more {
	margin-top: 15px;
	font-size: 16px;
	padding: 8px 15px;
	margin-bottom: 0;
}

.section-title .head-inner .content.offer-press {
	max-width: 1200px;
}
.section-title .head-inner .content.offer-press p {
	text-align: left;
}
.section-title .head-inner .content.offer-press ul {
	text-align: left;
	font-size: 18px;
	list-style-type: disc;
	padding-left: 15px;
	line-height: 1.8;
}
.section-title .head-inner .content.offer-press ul li {
	margin-bottom: 10px;
}
.section-title .head-inner .content.offer-press.offer-content-detail p {
	text-align: center;
}
.section-title .head-inner .content.offer-press.offer-content-detail h2 {
	font-size: 20px;
	margin: 20px 0;
}
.section-title .head-inner .content.offer-press.offer-content-detail ul {
	list-style-type: none;
}
.section-title .head-inner .content.offer-press.offer-content-detail ul li {
	position: relative;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}
.section-title .head-inner .content.offer-press.offer-content-detail ul li::before {
	position: absolute;
	transform: translateY(-50%);
	content: "";
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #a3258e;
	border-radius: 50%;
}
.section-title .head-inner .content .btn-more.load-more{
	margin-top:20px;	
}
.room-other {
	margin-top: 50px;
}
.room-other .title {
	margin-bottom: 20px;
	font-size: 24px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #2a3e33;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

:root {
	--theme-color: #fe4e37;
	--text-color-1: #343a40;
	--text-color-2: #666;
	--body-color: #212529;
}

body {
	color: #224638;
	font-size: 14px;
	line-height: 1.5;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	background-image: url("../../../Files/images/bg.jpg");
	background-size:576px;
	width: 100%;
	position: relative;
}

.ov-hidden {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
		margin: auto;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

ul {
	margin-bottom: 0;
	list-style-type: none;
}

a {
	color: #224638;
	transition: all ease-in-out 0.3s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #224638;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mask {
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	position: relative;
}
.mask img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mask-5 {
	-webkit-mask-image: url("../../../Files/images/shape3.png");
}

.swiper-list {
	-webkit-mask-image: url("../../../Files/images/shape7.png");
}

.smoke-animation,
.smoke-animation-1 {
	opacity: 0;
	transition: all 1.5s ease;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 0 0;
	-webkit-mask-size: 0 0;
	-webkit-mask-image: url("../../../Files/images/shape2.png");
}
.smoke-animation.smoke-animated,
.smoke-animation-1.smoke-animated {
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	opacity: 1;
}

.smoke-animation-1 {
	transition: all 0.3s ease;
	-webkit-mask-image: url("../../../Files/images/shape4.png");
}
.smoke-animation-1.smoke-animated {
	mask-size: 500% 500%;
	-webkit-mask-size: 500% 500%;
	opacity: 1;
}

.smoke-home {
	-webkit-mask-image: url("../../../Files/images/shape1.png");
}

.mask.subpage {
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-position: top;
	-webkit-mask-position: top;
	padding-bottom: 50%;
	-webkit-mask-image: url("../../../Files/images/shape6.png");
}
@media (max-width: 576px) {
	.mask.subpage {
		padding-bottom: 100%;
	}
}

.mask-image-4 {
	padding-bottom: 100%;
}

.mask-image-5 {
	padding-bottom: 66%;
}

.mask-image-6 {
	margin-right: -20px;
	padding-bottom: 60%;
	-webkit-mask-image: url("../../../Files/images/shape5.png");
}
@media (max-width: 768px) {
	.mask-image-6 {
		padding-bottom: 80%;
	}
}

.animation {
	animation-duration: 1s;
}

.parttern {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.parttern img {
	max-width: 100%;
}

.parttern-offer-1 {
	top: 20%;
	right: 0;
}
.parttern-offer-1 img{
	max-width:200px;	
}
@media (max-width: 991px) {
	.parttern-offer-1 {
		top: 20px;
		right: -200px;
	}
}

.parttern-offer-3 {
	top: 20%;
	left: 0;
}
.parttern-offer-3 img{
	max-width:200px;	
}
@media (max-width: 991px) {
	.parttern-offer-3 {
		top: 20px;
		left: -200px;
	}
}

.parttern-1 {
	bottom: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background-image: url("../../../Files/images/pattern-1.png");
	filter: invert(1);
}
@media (max-width: 991px) {
	.parttern-1 {
		max-width: 150px;
		max-height: 100px;
	}
}

.parttern-2 {
	/*top: 25%;*/
	top:20%;
	left: calc(100% - 100px);
	width: 267px;
	/*height: 248px;*/
	height:500px;
	background-image: url("../../../Files/images/pattern-2.png");
	background-position: top;
	background-size: 100%;
	filter: invert(1);
}
@media (max-width: 991px) {
	.parttern-2 {
		max-width: 200px;
		max-height: 150px;
	}
}

.parttern-3 {
	top: -50%;
	left: calc(50% - 100px);
	width: 250px;
	height: 300px;
	background-image: url("../../../Files/images/pattern-3.png");
	filter: invert(1);
}
@media (max-width: 991px) {
	.parttern-3 {
		max-width: 150px;
		max-height: 200px;
	}
}

.parttern-4 {
	bottom: 250px;
	left: -150px;
	width: 262px;
	height: 217px;
	background-image: url("../../../Files/images/pattern-4.png");
	filter: invert(1);
}
@media (max-width: 991px) {
	.parttern-4 {
		max-width: 160px;
		max-height: 140px;
		left: -80px;
	}
}

.parttern-7 {
	top: 0;
	left: -100px;
	width: 258px;
	height: 300px;
	background-image: url("../../../Files/images/pattern-7.png");
	filter: invert(1);
}

.parttern-8 {
	bottom: -100px;
	right: 80px;
	width: 192px;
	height: 216px;
	background-image: url("../../../Files/images/pattern-8.png");
	filter: invert(1);
}

.parttern-9 {
	bottom: 0;
	left: 80px;
	width: 272px;
	height: 310px;
	background-image: url("../../../Files/images/pattern-9.png");
	filter: invert(1);
}
@media (max-width: 991px) {
	.parttern-9 {
		max-width: 180px;
		max-height: 200px;
	}
}

.parttern-room {
	top: -120px;
	right: 0;
	width: 150px;
	height: 150px;
	z-index: 10;
	background-image: url("../../../Files/images/pattern-5.png");
	filter: invert(1);
}

.parttern-room1 {
	bottom: -180px;
	right: 25%;
	width: 200px;
	height: 200px;
	z-index: 10;
	background-image: url("../../../Files/images/pattern-6.png");
	filter: invert(1);
}

.hl-link {
	color: #a3258e;
	font-style: italic;
}

.title {
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal;
	color: #2a3e33;
	/*font-size: 45.5px;*/
	font-size:38px;
	text-transform: uppercase;
	line-height: 1.5;
}
.title.normal {
	font-size: 22px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.title.normal {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.title.normal {
		font-size: 20px;
	}
}
@media (max-width: 576px) {
	.title.normal {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
.title.medium {
	/*font-size: 28px;*/
	font-size:24px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.title.medium {
		font-size: 24px;
	}
}
@media (max-width: 576px) {
	.title.medium {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.title.small {
	font-size: 17px;
	margin-bottom: 15px;
}
.title.big {
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1.3;
}
.title.big span {
	color: #f1eee6;
}
@media (max-width: 991px) {
	.title.big {
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.title.big {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.title {
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.title {
		font-size: 24px;
		text-align: center;
	}
}

.content a {
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
	position: relative;
	width: fit-content;
}
.content a::before {
	transition: all 0.3s ease;
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	top: 100%;
	left: 0;
	background-color:#224638;
}
.content a.hl-link::before {
	transition: all 0.3s ease;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
	background-color: #224638;
}
.content p {
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width: 991px) {
	.content p {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.content p {
		font-size: 14px;
	}
}
.content .list-place {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.content .list-place li {
	margin-bottom: 10px;
	flex: 0 0 50%;
	padding: 0 5px;
}
.content .list-place li a {
	font-size: 18px;
}
.content .list-place li a:hover {
	font-style: italic;
}
.content .list-place li a:hover::before {
	width: 100%;
}
@media (max-width: 576px) {
	.content .list-place li {
		margin-bottom: 0;
	}
	.content .list-place li a {
		font-size: 14px;
	}
}

.btn-more {
	border: 1px solid #2a3e33;
	color: #2a3e33;
	text-decoration: unset !important;
	width: fit-content;
	margin: auto;
	padding: 15px 40px;
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal !important;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.btn-more:hover {
	background-color: #2a3e33;
	color: #fff;
}
@media (max-width: 991px) {
	.btn-more {
		font-size: 15px;
		padding: 12px 10px 20px 20px;
	}
}
@media (max-width: 576px) {
	.btn-more {
		font-size: 13px;
		padding: 10px 15px 9px 15px;
	}
}

.btn-menu {
	border: 1px solid #2a3e33;
	color: #f1eee6;
	background-color: #2a3e33;
	text-decoration: unset !important;
	width: fit-content;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 0 !important;
	padding: 13px 30px 11px 30px;
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal !important;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
	transition: all 0.3s ease-in-out;
}
.btn-menu:hover {
	background-color: transparent;
}

.book-now-btn {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 15px 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	color: #2a3e33;
	border: 1px solid #2a3e33;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "FS Trajan Pro";
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.book-now-btn:hover {
	color: #f1eee6;
	background-color: #2a3e33;
	text-decoration: unset;
}

button:focus {
	outline: none;
}

.button-menu {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.button-menu .btn-more {
	margin: 0;
}

section {
	position: relative;
}

.section-title {
	margin-bottom: 60px;
}
.section-title .head-inner {
	position: relative;
	z-index: 2;
}
.section-title .head-inner .content {
	box-shadow: 0 0 30px #9c9c9c;
	background-color: rgba(241, 238, 230, 0.8);
	padding: 50px;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.list-main .head-inner .content p{

    overflow: hidden;
}
.section-title .head-inner .content .title,
.section-title .head-inner .content h2 {
	font-family: "FS Trajan Pro";
	font-weight: bold;
	font-style: normal;
	color: #2a3e33;
	text-transform: uppercase;
	line-height: 1.8;
	font-size: 20px;
	display:none;
}
@media (max-width: 768px) {
	.section-title .head-inner .content .title,
	.section-title .head-inner .content h2 {
		font-size: 18px;
	}
}
@media (max-width: 576px) {
	.section-title .head-inner .content .title,
	.section-title .head-inner .content h2 {
		font-size: 16px;
	}
}
.section-title .head-inner .content p,.section-title .head-inner .content {
	font-size: 18px;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.section-title .head-inner .content p,.section-title .head-inner .content {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.section-title .head-inner .content {
		box-shadow: 0 0 15px #9c9c9c;
	}
}
@media (max-width: 576px) {
	.section-title .head-inner .content {
		padding: 15px;
	}
}
.section-title .head-inner.collap-head .content div {
	/*max-height: 130px;*/
	overflow: hidden;
}
.section-title .head-inner.collap-head .content div.show-full {
	max-height: unset;
	transition: all 0.3s ease;
	margin-bottom: 25px;
}
/*.section-title .head-inner.collap-head .content p {
	max-height: 158px;
	overflow: hidden;
}*/
.section-title .head-inner.collap-head .content p.show-full {
	max-height: unset;
	transition: all 0.3s ease;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.section-title {
		padding: 20px 0;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.section-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 576px) {
	.section-title {
		margin-bottom: 10px;
	}
}

.sub-next,
.sub-prev {
	color: #224638;
	top: 43%;
	width: 40px;
	height: 40px;
	background-color: rgba(241, 238, 230, 0.8);
	box-shadow: 0 0 10px #c4c4c4;
	transition: all 0.3s ease-in-out;
}
.sub-next::after,
.sub-prev::after {
	font-size: 20px;
}
.sub-next:hover,
.sub-prev:hover {
	background-color: #224638;
	color: #f1eee6;
}

.list-features {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.list-features ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.list-features li {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.list-features li i {
	margin-top: -2px;
	font-size: 16px;
	color: #224638;
	width: 16px;
	margin-right: 8px;
}

.room-section {
	padding-bottom: 50px;
	overflow: hidden;
}
.room-section .room-thumd {
	position: relative;
}
.room-section .room-thumd .room-img {
	margin-left: -100px;
	padding-bottom: 70%;
	max-width: 1000px;
}
@media (max-width: 1024px) {
	.room-section .room-thumd .room-img {
		max-width: 800px;
	}
}
@media (max-width: 991px) {
	.room-section .room-thumd .room-img {
		max-width: 100%;
		margin-left: 0;
	}
}
.room-section .room-thumd .room-content {
	position: absolute;
	z-index: 11;
	right: -80px;
	max-width: 600px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 10px #efefef;
	background-color: rgba(241, 238, 230, 0.6);
	padding: 50px;
}
.room-section .room-thumd .room-content .parttern-room {
	top: -120px;
	right: 0;
	width: 150px;
	height: 150px;
	z-index: 10;
	background-image: url("../../../Files/images/pattern-5.png");
}
.room-section .room-thumd .room-content .parttern-room1 {
	bottom: -180px;
	right: 25%;
	width: 200px;
	height: 200px;
	z-index: 10;
	background-image: url("../../../Files/images/pattern-6.png");
}
.room-section .room-thumd .room-content p {
	font-size: 16px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.room-section .room-thumd .room-content p {
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.room-section .room-thumd .room-content p {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.room-section .room-thumd .room-content ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.room-section .room-thumd .room-content ul li {
	padding-left: 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 5px 0;
}
.room-section .room-thumd .room-content ul li i {
	font-size: 18px;
	color: #224638;
	width: 23px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	.room-section .room-thumd .room-content ul li {
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.room-section .room-thumd .room-content ul li {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
@media (max-width: 576px) {
	.room-section .room-thumd .room-content ul li {
		font-size: 13px;
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
	.room-section .room-thumd .room-content ul {
		margin-bottom: 15px;
	}
}
@media (max-width: 1024px) {
	.room-section .room-thumd .room-content {
		right: 0%;
	}
}
@media (max-width: 991px) {
	.room-section .room-thumd .room-content {
		position: relative;
		transform: unset;
		margin: auto;
		margin-top: -200px;
	}
}
@media (max-width: 576px) {
	.room-section .room-thumd .room-content {
		padding: 25px;
		margin-top: -100px;
	}
}
.room-section:nth-of-type(2n) .room-img {
	margin-left: auto;
	margin-right: -100px;
}
@media (max-width: 991px) {
	.room-section:nth-of-type(2n) .room-img {
		margin-right: 0;
	}
}
.room-section:nth-of-type(2n) .room-content {
	left: -80px;
	right: unset;
}
@media (max-width: 991px) {
	.room-section:nth-of-type(2n) .room-content {
		left: 0;
	}
}
@media (max-width: 991px) {
	.room-section {
		overflow: unset;
	}
}
@media (min-width: 992px) {
	.offset-lg-right-2 {
		margin-right: 16.666667%;
	}
}

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


/*-----------------start review-----------------*/

.section__review .review-content {
	/*background: rgba(255, 243, 235, 0.7);*/
	background:rgba(241, 238, 230, 0.8);
}

.section__review {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	/*color: #707070;*/
	color:var(--bluebg-color);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.section__review .review-title {
	position: relative;
}
.section__review .review-content .review-title{
	font-family: "FS Trajan Pro";
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: 600;
    margin: 15px 0 0  20px;
	text-align: start;
}
.section__review .review-content .review-title h2{
    font-size: 26px;
    margin: 5px 0;
	
}
.section__review .review-content .review-title > a{
 	color:#4d86b0;
	font-size:36px;
	 margin: 5px 0;
}
.section__review .review-content .review-title > p{
	font-size:18px;
	margin: 5px 0;
}
.section__review .swiper-wrapper {
	margin: 20px 0;
	justify-content: center;
	font-size: 16px;
	flex-wrap:wrap;
	text-align: start;
}
.section__review .swiper-wrapper .review__item{
	width: calc(100% / 3 - 20px); 
}

.section__review .review-avatar {
	margin: 10px;
}

.section__review .review-avatar img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.section__review .review-customer {
	padding-top: 30px;
	width: 80%;
	margin: 0 auto;
}

.section__review .review_item__desc {
	line-height: 1.8em;
	font-size: 16px;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 81px;
}

.section__review .info-customer span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
@media  only screen and (max-width: 768px) {
	.section__review .swiper-wrapper .review__item {
		width: calc(100% / 2 - 20px);
	}
}
@media  only screen and (max-width: 576px) {
	.section__review .swiper-wrapper .review__item {
		width: calc(100% - 20px); 
	}
}
/*-----------------end review-----------------*/

.txt,
.legend__txt,
.room .content em{
	font-size: 18px;
}
.title__legend{
	padding-right: 41px;
}
.legend__txt div:first-child{
	font-size: 16px;
}
.legend__content{
    max-height: 345px;
    overflow: hidden;
}
.legend__content.show-full{
	max-height: unset;
}
@media only screen and (max-width:767.98px){
	.legend__content{
		max-height: unset;
	}
	.pop-up .popup-img{
		width: 90%;
	}
	.popup-img img{
		width: 100%;
	}
}