* {
	text-align: justify;

	/*color: var(--text-color-2);*/
	color: var(--grey-color);
}
body{
	line-height: 1.5;
	font-size: 15px;
	font-family: inherit;
}
h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
}

.flatpickr-calendar.open {
	z-index: 999;
}
.grid.wide,
.grid.wide.max-w{
	max-width: 1260px;
}
/*<<<<<Support Chat>>>>>*/

/*Zalo chat*/

.zalo-chat {
	z-index: 999;
	position: fixed;
	bottom: 95px;
	right: 25px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #00000030;
}

.zalo-chat a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.zalo-chat a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*Messenger*/
.fb_dialog_content > iframe {
	right: 14px !important;
	bottom: 170px !important;
}

/*Phone*/

.phone-chat {
	z-index: 999;
	position: fixed;
	bottom: 240px;
	right: 25px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008080;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #00000030;
}

.phone-chat a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.phone-chat a i {
	color: #fff;
	font-size: 35px;
	transform: rotate(0deg);
}

/*Talk To*/
.widget-visible iframe {
	display: none;
}

.banner.header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
}

.banner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 998;
	transition: all linear 0.5s;
	background-attachment: fixed;
}
.header {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	z-index: 999;
	transition: all linear 0.5s;
	background-attachment: fixed;
}
.banner::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.header .slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header .slider-bg .slide-card-img{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.header .slider-bg .slide-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .slider-bg .slick-track {
	gap: 0px;
}

.header .video-bg video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.header .slider-bg video#slick-slide00 {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.header .filter-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 25%);
	z-index:1;
	/*display: none;*/
}

.header .slider-bg .slick-arrow,
.container__rooms-suites .js-rooms-suites .slick-arrow,
.container__rooms-suites .slider-room .slick-arrow {
	z-index: 1;
}

.container__rooms-suites .js-rooms-suites .slick-arrow {
	top: 40%;
}

.header .slider-bg .slick-prev {
	left: 50px;
	font-size: 30px;
	color: #fff !important;
}

.header .slider-bg .slick-arrow i {
	color: #fff;
}

.header .slider-bg .slick-prev:before {
	display: none;
}

.header .slider-bg .slick-next {
	right: 50px;
	font-size: 30px;
	color: #fff !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
	outline: none;
	background: transparent;
}

.header .slider-bg .slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
	padding: 0 !important;
}

.js-rooms-suites .slick-track {
	height: 100%;
	display: flex;
	gap: 30px;
}

.header-slick .slick-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.header__nav-warp {
	position: relative;
	/* z-index: 1; */
}

.header__nav {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	padding: 0;
	background:linear-gradient(180deg, rgba(255,255,255,.4) 41%, transparent);
	background: #fff;
	z-index: 999;
}

.header__nav-flex {
	display: flex;
	align-items: center;
}

.header .slider-bg .slick-dots {
	bottom: 0px;
}

.header__nav.active {
	position: fixed;
	/*background: linear-gradient(0deg, #44bdae, #1d6862);*/
	background:#fff;
	left: 0;
	right: 0;
	top: 0;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1000;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
	animation: scrollNav linear 0.5s;
}

.grid.wide {
	height: 100%;
}

@keyframes scrollNav {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0);
	}
}

.header__nav-logo-link,
.header__nav-logo {
	width: 90px;
	display: inline-block;
	object-fit: cover;
}

.header__nav-logo {
	padding: 5px;
	display: flex;
	object-fit: cover;
	align-items: center;
	justify-content: center;
}

/*.header__nav.active .header__nav-logo {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0) brightness(203%) contrast(203%);
}*/

.header__nav-items {
	list-style: none;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items:center;
}

.header__nav-item {
	position: relative;
}

.header__nav-item-link {
	display: block;
	color: #fff;
	color: #222;
	text-decoration: none;
	font-size: 13px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.25s linear;
}

.header__nav.active .header__nav-item-link {
	color: var(--text-color);
}
@media(max-width:67em){
	.header__nav.active .header__nav-item-link{
		color:#fff;
	}
}
.header__nav-item-link i {	
	font-size: 10px;
	color: #43beae;
}

.header__nav.active .header__nav-item-link i {	
	font-size: 10px;
	color: var(--primary-color);
}

.header__nav.active .header__nav-item-link:hover,
.header__nav.active .header__nav-item-link:hover i {
	/*color: #fff;*/
	transition: all 0.25s linear;
}

.header__nav-item-link:hover,
.header__nav-item-link:hover i{
	color: #fff;
	color: var(--primary-color);
	transition: all 0.25s linear;
}

.header__nav.active .header__nav-item-link.active,
.header__nav-item-link.active {
	color: var(--primary-color);
}

.header__nav-items-children {
	position: absolute;
	list-style: none;
	background-color: var(--primary-color);
	z-index: 1;
	top: 100%;
	left: -10%;
	padding: 0px 10px;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	transform: rotateX(-100deg);
	transform-style: preserve-3d;
	transform-origin: top center;
	transition: transform 0.8s cubic-bezier(0.2, 0.37, 0.6, 1);
}

.header__nav-item:hover .header__nav-items-children {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	transform: rotateX(0deg);
}

.header__nav-item-children {
	display: block;
}

.header__nav-item-link-children {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 13px;
	font-family: var(--normal-font);
	line-height: 20px;
	transition: all linear 0.2s;
}

.header__nav-item-link-children.active {
	color: var(--primary-color);
}

.header__nav-item-link-children:hover {
	margin-left: 4px;
}

.header__container {
	padding: 100px 0;
	display: flex;
	position: relative;
	width: 100%;
	height: 65vh;
}

.header__container-phone {
	display: inline-flex;
	position: fixed;
	bottom: 2%;
	right: 1%;
	background: #008787;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 5px 5px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 10px #000;
	transition: all 0.3s linear;
	cursor: pointer;
}

.header__container-phone a {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	font-size: 45px;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	padding: 10px;
}

.header__container-phone:hover > .flaticon-call,
.header__container-phone:hover > .header__container-phone-text p,
.header__container-phone:hover > .header__container-phone-text a {
	color: var(--primary-color);
	background: transparent;
	border: 1px solid var(--primary-color);
	transition: all 0.3s linear;
}


.header__container-phone > .flaticon-call {
	font-family: fontIcon;
	font-size: 25px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	transform: rotate(90deg);
}

.flaticon-call:before {
	content: '\f101';
}

.header__container-phone-text {
	margin-left: 8px;
	display: none;
}

.header__container-phone-text p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.header__container-phone-text .header__container-phone-number {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	font-family: var(--secondary-font);
	margin-top: 5px;
	text-decoration: none;
	display: inline-block;
}

.header__container-title {
	flex: 1;
	text-align: center;
}

.star-rating {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.9em;
	margin-right: 0.9em;
	margin-bottom: 2em;
	border-right: 0.3em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 0.3em solid transparent;
	font-size: 8px;
}

.star-rating:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0.6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 1em solid transparent;
	transform: rotate(-35deg);
}

.star-rating:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0.6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 1em solid transparent;
	transform: rotate(35deg);
}

.header__container-title h5 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 20px 0;
}

.header__container-title h1 {
	font-size: 45px;
	font-family: var(--secondary-font);
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 15px;
	margin: 0 40px;
	line-height: 1.35em;
	margin-top: 20px;
}

.header__container-title-btn {
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
}

.header__container-title-link {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 30px 0;
	cursor: pointer;
	display: none;
}

.header__container-title-link span {
	display: block;
	padding: 12px 20px;
	position: relative;
	background-color: #008787;
}

.header__container-title-link span {
	display: block;
	padding: 12px 20px;
	position: relative;
	background-color: #008787;
	transition: all 0.3s linear;
}

.header__container-title-link span::after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	transition: all 0.3s linear;
	z-index: -1;
}

.header__container-title-link span:hover:after {
	width: 100%;
	left: 0;
	height: 100%;
	transition: all 0.3s linear;
}

.header__container-title-link span:hover {
	color: #000;
	background-color: transparent;
	transition: all 0.3s linear;
}

.header__container-title-btn i {
	font-size: 10px;
	color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 6px;
	cursor: pointer;
}

.header__container-title-btn .active {
	font-size: 12px;
	color: var(--primary-color);
	border: none;
}

.header__form-group {
	padding-bottom: 50px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	padding: 0px 20px;
	transform: translate(-50%, -75%);
	width: 100%;
}

.header__form-group-items {
	display: grid;
	grid-template-columns: auto auto auto;
	width: 100%;
	gap: 20px;
	padding: 0px 15px;
}

.header__form-group-input-item {
	width: 100%;
	position: relative;
}

.header__form-group-select {
	width: 100%;
	position: relative;
}


.header__form-group-input {
	width: 100%;
	height: 62px;
	padding-left: 20px;
	padding-right: 40px;
	outline: none;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	background-color: #ffffffc9;
}

.header__form-group-input-item i {
	position: absolute;
	right: 0;
	padding-right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary-color);
}

.header__form-group-select select {
	width: 100%;
	height: 62px;
	padding-left: 20px;
	padding-right: 40px;
	outline: none;
	color: #8c8d8d;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	background-color: #ffffffc9;
}

.header__form-group-btn {
	position: relative;
	z-index: 1;
	width: 40%;
	/*background-color: #2aa295;*/
	background-color:var(--primary-color);
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--normal-font);
	letter-spacing: 2px;
	transition: all linear 0.3s;
	height: 62px;
	display: flex; 
	align-items: center;
	justify-content: center;
}

.header__form-group-btn::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0%;
	border-radius: 5px;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	transition: all 0.3s linear;
}

.header__form-group-btn:hover::after {
	height: 100%;
	width: 100%;
}

.header__form-group-btn:hover {
	cursor: pointer;
	background-color: var(--text-color);
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #1f8279;
	color: #fff;
	font-weight: bold;
}

.ui-widget-content {
	color: var(--primary-color);
	width: 250px;
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 14px;
	font-weight: 600;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #2aa295;
	font-weight: normal;
	color: #fff;
}

.container__experience {
	padding: 50px 0;
}

.container__experience .wrap-about-content {
	width: 100%;
} 

.container__experience .wrap-about-content .about-content {
	width: 100%;
	flex: 1;
	max-width: 100%;
}

.container__experience-warp h5 {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary-color);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.container__experience-warp h1 {
	font-size: 40px;
	font-family: var(--secondary-font);
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 15px;
	line-height: 45px;
	text-align: left;
}

.container__experience-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0px;
	min-height: 375px;
	box-shadow: 0px 8px 12px #dedede;
	transform: translateY(5%);
}

.container__contact-info-phone > .flaticon-call {
	font-family: fontIcon;
	font-size: 35px;
	color: var(--primary-color);
}

.container__experience .container__contact-info-phone > .flaticon-call {
	color: var(--primary-color);
}

.container__contact-info-phone-wrap > a {
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 500;
	color: var(--primary-color);
}

.container__contact-info-mail-wrap > a {
	text-decoration: none;
	color: var(--primary-color);
}

.container__experience .container__contact-info-phone-wrap > a {
	color: var(--primary-color);
}
.container__extra-services .container__contact-info-phone-wrap > a {
	color: var(--primary-color);
}

.container__rooms-suites h5 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.container__rooms-suites h2 {
	font-size: 35px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
	padding-right: 50px;
	line-height: 45px;
}

.container__rooms-suites .title-detail-room {
	font-size: 14px;
	font-weight: 600;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: absolute;
	top: 1%;
	left: 15px;
}

.container__rooms-suites .title-wrap-room {
	font-size: 34px;
	font-family: var(--secondary-font);
	font-weight: 500;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	padding-right: 50px;
	line-height: 45px;
	position: absolute;
	top: 4%;
	left: 15px;
	max-width: 400px;
	text-align: left;
}

.container__experience-warp > p {
	font-size: 14px;
	font-family: var(--normal-font);
	color: inherit;
	margin-bottom: 15px;
	line-height: 30px;
}

.container__contact-info-phone {
	display: flex;
	align-items: center;
}

.flaticon-call:before {
	content: '\f101';
}

.container__contact-info-phone-wrap {
	margin-left: 20px;
}

.container__contact-info-phone-wrap > p {
	font-size: 14px;
	line-height: 30px;
	color: var(--text-color-2);
	font-family: var(--normal-font);
	margin-bottom: 0;
}

.container__rooms-suites {
	position: relative;
	padding: 30px 0;
}

.container__rooms-suites .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.container__rooms-suites .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container__rooms-suites-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-prev:before {
	display: none;
}

.container__rooms-suites .slider-room {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.container__rooms-suites .slider-room .slick-list {
	width: 65%;
}

.container__rooms-suites .slider-room .card-slide {
	height: 350px;
	margin: 0px;
}

.container__rooms-suites .js-rooms-suites .slick-arrow i,
.container__rooms-suites .slider-room .slick-arrow i {
	font-size: 30px;
	color: #fff;
}

.container__rooms-suites .js-rooms-suites .slick-prev {
	left: 35px;
}

.container__rooms-suites .js-rooms-suites .slick-next {
	right: 35px;
}

.js-rooms-suites .slick-slide:not(.slick-center) img {
	transform: scale(1.5);

}

.container__rooms-suites .js-rooms-suites .card-slide {
	margin: 15px 0px;
}

.wrap-list-room {
	padding-top: 30px; 
}

.wrap-list-room .title-room {
	margin: 30px 0px 15px;
}

.wrap-list-room .title-room h2 {
	font-family: var(--secondary-font);
	font-size: 40px;
	color: var(--primary-color);
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
}

.wrap-list-room .text-room {
	position: absolute;
	width: 30%;
	top: 4% !important;
	left: 15px;
}

.wrap-list-room .text-room h2 {
	font-size: 34px;
	line-height: 45px;
	font-family: var(--secondary-font);
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 10px;
	padding-right: 0px;
	max-width: 400px;
	text-align: left;
	letter-spacing: -1px;
}

.wrap-list-room .text-room p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 11;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.container__rooms-suites .card-slide {
	margin: 10px 0;
	height: 300px;
	border: 5px solid #66b1b0;
	cursor: pointer;
}

.container__rooms-suites-items {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.container__rooms-suites-item {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.container__rooms-suites-items:hover .container__rooms-suites-item-img {
	transform: scale(1.09);
}

.container__rooms-suites-items:hover .container__rooms-suites-room{
	height: auto;
}

.container__rooms-suites-items:hover .line {
	width: 100%;
}

.container__rooms-suites-items:hover .container__rooms-suites-item::after {
	transform: translateY(0);
	background-color: rgba(0, 0, 0, 0.5);
}

.container__rooms-suites-item-img {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all linear 0.5s;
}

.container__rooms-suites-item::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all linear 0.3s;
}

.container__rooms-suites-booking {
	position: absolute;
	top: -27px;;
	right: 45px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 5px;
	border: 1px solid #fff;
	letter-spacing: 2px;
	transform: rotate(270deg);
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.container__rooms-suites-room {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	height: auto;
	background: rgba(0.17,0.17,0.17, 0.5);
	transition: all linear 0.3s;
}

.container__rooms-suites-room h6,
.container__rooms-suites-room h6 a {
	line-height: 18px;
}
.container__rooms-suites h5 a{
	line-height: 24px;
}

.container__rooms-suites-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 10px 0px;
	display: grid;
	grid-template-columns: 70% 30%;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.container__rooms-suites-items:hover .container__rooms-suites-room {
	background: transparent;
	height: auto;
	transition: all 0.3s linear;
}

.container__rooms-suites-items:hover .container__rooms-suites-details {
	position: relative;
	opacity: 1;
	visibility: inherit;
	transition: all 0.3s linear;
	transition-delay: 0.5s;
}



.container__rooms-suites-room h6 a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

.container__rooms-suites-room h5 a {
	display: block;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	font-family: var(--secondary-font);
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 10px 0;
	text-align: left;
}

.slider-room h5 a {
	font-size: 28px;
}

.line {
	width: 60px;
	height: 1px;
	background-color: #fff;
	transition: all linear 0.5s;
}

.container__rooms-suites-detail-icon {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 5px;
}

.container__rooms-suites-detail-icon i {
	color: #fff;
	line-height: 20px;
}
.container__rooms-suites-detail-icon img {
	margin-right: 10px;
	width: 20px;
}
.container__rooms-suites-detail a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.container__rooms-suites-detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.container__rooms-suites-detail i {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
}

.container__extra-services {
	background-color: #fafafa;
	padding: 0;
}

.container__extra-services-text,
.services-items{
	padding: 50px 20px 0px 20px;
}

.container__extra-services-text h5 {
	font-size: 16px;
	color: var(--primary-color);
	font-family: var(--normal-font);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.container__extra-services-text h2 {
	font-family: var(--secondary-font);
	font-size: 40px;
	color: var(--primary-color);
	font-weight: 400;
	margin-bottom: 15px;
}

.container__extra-services-text > p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	font-family: var(--normal-font);
	line-height: 24px;
	text-align: justify;
}

.container__extra-services-item {
	background-color: #fff;
	box-shadow: 0px 10px 15px #dedede;
	margin: 0px 5px 25px 5px;
	border-radius: 5px;
}

.container__extra-services-img {
	padding: 10px;
}

.container__extra-services-img img{
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

.container__extra-services-item-warp {
	padding: 10px 20px 30px 20px;
}

.container__extra-services-item-warp h3 {
	font-size: 24px;
	font-family: var(--secondary-font);
	font-weight: 400;
	margin-bottom: 10px;
}

.container__extra-services .container__contact-info-phone > .flaticon-call { 
	color: var(--primary-color); 
}

.container__extra-services-price {
	margin-bottom: 10px;
}

.container__extra-services-price p {
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	color: var(--primary-color);
	font-family: var(--normal-font);
}

.container__extra-services-price span {
	font-size: 14px;
	font-family: var(--normal-font);
	color: var(--text-color-2);
}


.container__extra-services-item-warp > p {
	color: var(--text-color-2);
	font-family: var(--normal-font);
	margin-top: 5px;
	line-height: 24px;
}

.container__extra-services-item-warp > p > i {
	padding-right: 10px;
}

.container__extra-services-item-warp > p > .active {
	color: var(--primary-color);
}

.container__booking,
.container__comment,
.container__video {
	padding: 70px 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
}

.container__booking::after,
.container__video::after,
.container__comment::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.container__video-warp {
	text-align: center;
	position: relative;
	z-index: 1;
}

.container__comment h5,
.container__video-text h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 4px;
	font-weight: 400;
}

.container__comment h2,
.container__video-text h2 {
	font-family: var(--secondary-font);
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.container__video-play {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.container__video-play::after {
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #fff;
	width: 87px;
	height: 87px;
	border-radius: 50%;
}

.container__video-play i {
	color: var(--primary-color);
	width: 90px;
	height: 90px;
	font-size: 40px;
	line-height: 90px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	z-index: 1;
}

.container__video-play i::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 90px;
	height: 90px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 50%;
	transform: scale(1);
	transition: all ease-in-out 0.1s;
}

.container__video-play i:hover::after {
	transform: scale(0);
}

.container__hotel-facilities {
	padding: 30px 0;
	position: relative;
}

.container__hotel-facilities .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container__hotel-facilities .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container__hotel-facilities .filter-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 180,180,0.5);
}

.container__hotel-facilities .grid > h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container__hotel-facilities .grid > h2 {
	font-size: 40px;
	font-weight: 500;
	font-family: var(--secondary-font);
	color: #fff;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container__hotel-facilities-items {
	position: relative;
}

.container__hotel-facilities-item {
	padding: 15px 15px 30px 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.container__hotel-facilities-item i {
	display: inline-block;
	font-size: 35px;
	color: #fff;
	margin-bottom: 15px;
}

.container__hotel-facilities-item h5 {
	font-size: 24px;
	font-family: var(--normal-font);
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.container__hotel-facilities-item h5 a{
	color:inherit;
}
.container__hotel-facilities-item p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-family: var(--normal-font);
	line-height: 24px;
	text-align: justify;
}

.container__hotel-facilities-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 15px));
	z-index: -1;
}

.container__hotel-facilities-background i {
	font-size: 120px;
	color: rgb(245, 245, 245);
}

.container__comment-iteams {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.container__comment h2 {
	font-size: 32px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.container__comment h2::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

.container__comment p {
	color: #fff;
	font-family: var(--normal-font);
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	text-align: justify;
}

.container__comment-warp {
	display: none;
	justify-content: space-between;
}

.container__comment-info {
	display: flex;
	align-items: center;
	width: 100%;
}

.container__comment-info-avt {
	width: 100px !important;
	height: 100px;
	border-radius: 50%;
	margin-right: 16px;
}

.container__comment-info-text .header__container-star {
	transform: scale(0.7);
	margin-left: -19px;
}

.container__comment-info-text p {
	margin-bottom: 0;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 15px;
	font-size: 14px;
}

.container__comment-info-text > span {
	font-size: 14px;
	color: #fff;
	font-family: var(--normal-font);
}

.container__comment-quot {
	width: 70px;
	object-fit: contain;
	margin-top: -80px;
	opacity: 0.2;
}
.container__view {
	padding: 70px 0;
	background: #fafafa;
}

.container__view-img {
	position: relative;
	overflow: hidden;
	height: 100%;
	box-shadow: 10px 5px 15px #dedede;
}

.container__view-img-link {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
}

.container__view-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all linear 0.5s;
}

.container__view-img:hover img {
	transform: scale(1.1);
}


.container__view-btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.container__view-btn span {
	display: inline-block;
	padding: 13px 22px;
	position: relative;
	right: 0;
	transition: all linear 0.2s;
	z-index: 1;
}

.container__view-btn span::before {
	content: "";
	position: absolute;
	display: block;
	background-color: var(--primary-color);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	transition: all linear 0.2s;
}

.container__view-btn span::after {
	content: "";
	position: absolute;
	display: block;
	background-color: var(--text-color);
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	transition: all linear 0.2s;
}

.container__view-btn span:hover:after {
	left: 0;
	width: 100%;
}

.container__blogs {
	background-color: #fff;
	padding: 50px 0;
	position: relative;
}

.container__blogs h5 {
	color: var(--primary-color);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 16px;
	margin-bottom: 5px;
}

.container__blogs h2 {
	color: var(--primary-color);
	font-weight: 500;
	font-family: var(--secondary-font);
	font-size: 40px;
	margin-bottom: 15px;
}

.container__blog-items-wrap {
	overflow-x: hidden;
}

.container__blog-items {
	display: flex;
	width: 100%;
	transform: translate3d( 0, 0, 0);
	transition: all linear 0.2s;
}

.container__blog-item {
	position: relative;
	width: 100%;
	height: calc(100% - 100px);
	margin-bottom: 100px;
}

.container__blog-item-img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.container__blog-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all linear 0.5s;
}

.container__blog-item-img img:hover {
	transform: scale(1.09);
}

.container__blog-item-img-date {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.container__blog-item-img-date p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 24px;
	color: #fff;
}

.container__blog-item-img-date span {
	font-size: 24px;
	color: #fff;
}

.container__blog-item-text {
	position: absolute;
	background-color: var(--primary-color);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin: 0;
	padding: 10px 20px;
	display: block;
	width: 100%;
	transition: all linear 0.2s;
}

.container__blog-item-text a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--normal-font);
	letter-spacing: 3px;
}

.container__blog-item-text a h6 {
	font-family:  var(--normal-font);
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	border-top: 1px solid #fff;
	text-transform: initial;
	margin-top: 10px;
	padding-top: 5px;
	letter-spacing: 0;
	text-align: left;
}

.container__blog-item-text a h6:hover {
	color: var(--b-color);
}

.container__blog-item:hover .container__blog-item-text {
	width: 100%;
	transform: translate(-50%, -100%);
	background-color: rgb(0 180 180 / 60%);
}

.container__blog-item:hover .container__blog-item-text a,
.container__blog-item:hover .container__blog-item-text a h6 {
	color: #fff;
}

.container__blogs-btn {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: space-between;
	width: 95%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.container__blogs-next,
.container__blogs-prev {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	color: var(--primary-color);
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.container__blogs-prev {
	left: 10px;
}

.container__blogs-next {
	right: 10px;
}

.container__booking-warp {
	position: relative;
	z-index: 2;
}

.container__booking-warp h6 {
	color: #fff;
	font-size: 24px;
	font-family: var(--secondary-font);
	font-weight: 400;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 315x;
	text-align: left;
}

.container__booking .container__contact-info-phone .flaticon-call {
	color: #fff;
	font-size: 40px;
}

.container__booking .container__contact-info-phone-wrap > p {
	font-size: 14px;
}

.container__booking .container__contact-info-phone-wrap > a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.container__booking-warp p {
	color: #fff;
	font-size: 12px;
	font-family: var(--normal-font);
}

.container__booking-warp p > i {
	font-size: 14px;
}

.container__booking-form {
	background: linear-gradient(45deg, #43beae, #1d6862);
	background: var(--primary-color);
	padding: 30px 25px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	bottom: 70px;
	border-radius: 0px 0px 5px 5px;
}

.container__booking-form h5 {
	width: 100%;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.container__booking-form h2 {
	width: 100%;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 35px;
	font-family: var(--secondary-font);
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.container__booking-input-warp {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.container__booking-input {
	width: 100%;
	padding: 20px 40px 10px 15px;
	border: none;
	outline: none;
	border-bottom: 1px solid #078281;
}

.container__booking-input::placeholder {
	font-family: var(--normal-font);
	font-size: 14px;
	color: #fff;
}

.container__booking-input-warp i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary-color);
}

.container__booking-select {
	width: 50%;
}

.container__booking-select select {
	width: 100%;
	border: none;
	outline: none;
	padding: 20px 40px 10px 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #078281;
}

option.container__booking-select-option {
	background: #1b5450;
	font-size: 14px;
	color: #fff;
}

.container__booking-btn {
	width: 100%;
	height: 50px;
	background-color: var(--primary-color);
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-family: var(--normal-font);
	letter-spacing: 4px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
}

.container__clients-item-warp {
	/* display: flex;
	overflow-x: auto; */
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.container__clients-item {
	transform: translate3d( 0, 0, 0);
	width: 2664px;
	transition: all linear 0.3s;
}

.container__clients-item img {
	width: 192px;
	flex: 1;
	margin-right: 30px;
}

.footer-top {
	padding: 50px 0;
	background: linear-gradient(48deg, #2aa295, #1d6862);
	background: -webkit-linear-gradient(-90deg, rgb(214 174 127) 0%, rgb(187 140 85) 58%, rgb(187 140 85) 100%);
}

.footer-top h5 {
	font-family: var(--secondary-font);
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
}

.footer-top p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	font-family: var(--normal-font);
	margin: 20px 0px;
}

.footer-top__languague {
	width: 140px;
	height: 50px;
	position: relative;
}

.footer-top__languague select {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background-color: var(--primary-color);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s linear;
}

.footer-top__languague select:hover {
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	transition: all 0.3s linear;
}

.footer-top__languague option {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 14px;
}


.footer-top__languague i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
}

.footer-top__items {
	list-style: none;
}

.footer-top__item {
	position: relative;
	list-style: none;
}

.footer-top__item-link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: var(--normal-font);
	line-height: 30px;
	position: relative;
	transition: all linear 0.3s;
	left: 0;
}

.footer-top__item-link:hover {
	left:8px;
}



.footer-top__hotline {
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: var(--normal-font);
	text-decoration: none;
	margin-bottom: 15px;
}

.footer-top__hotline i,
.footer-top__mail i {
	font-size: 24px;
	margin-right: 12px;
	color: #fff;
}

.footer-top__mail {
	display: inline-block;
	font-size: 16px;
	font-family: var(--normal-font);
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 15px;
}

.footer-top__social {
	border-top: 1px solid #fff;
	padding: 15px 0px 0px;
}

.footer-top__social a {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	margin-right: 12px;
	transition: all linear 0.3s;
}

.footer-top__social a i {
	color: #fff;
	font-size: 22px;
}

.footer-top__hotline:hover,
.footer-top__mail:hover,
.footer-top__social a:hover {
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-bottom {
	text-align: center;
	background-color: var(--primary-color);
	padding: 25px 0;
	font-size: 14px;
	color: #fff;
}

.footer-bottom p {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.header__nav-btn {
	display: none;
}

.header__nav-btn i {
	color: #222;
	font-size: 25px;
}
.header__nav.active .header__nav-btn i{
	color: var(--primary-color);
}

.video__home {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.video__home video {
	display: block;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* btn slick */

.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: 0px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color) ;
	width: 12px;
	height: 12px;
}

.js-rooms-suites .slick-dots li button:before {
	border: 2px solid #ffc80e;
}

.slick-initialized .slick-dots li button:before {
	border: 2px solid #ffff00 ;
}

.container__comment-iteams .comment-items .slick-dots {
	bottom: -50px;
}

.container__comment-iteams .comment-items .slick-initialized .slick-dots li button:before {
	border: 2px solid #ffff00;
}

.js-rooms-suites .slick-dots li.slick-active button:before {
	background-color: #ffff00;
	border: 1px solid #ffff00 ;
}

.slick-initialized .slick-dots li.slick-active button:before {
	background-color: #ffff00;
	border: 1px solid #ffff00 ;
}

.container__extra-services .slick-prev:before, .slick-next:before {
	display: none;
}

.container__comment .slick-prev:before {
	display: none;
}

.container__comment .filter-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
} 

.container__comment .comment-items {
	position: relative;
	background-color: #eeeeeeee;
	border-radius: 10px;
	padding: 0px 15px 30px 15px;
	max-width: 700px;
	margin: 0 auto;
}

.container__comment .comment-items .stars-rate {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 45px 0px;
	gap: 10px;
}

.container__comment .comment-items .stars-rate i {
	color: #ffc80e;
	font-size: 24px;
	-webkit-text-stroke: 1px #393939;
}

.container__comment .comment-items .trip {
	position: absolute;
	top: 0;
	width: 75px;
}

.container__comment .comment-items .name-client {
	display: flex;

}

.container__comment .comment-items .name-client span {
	font-size: 28px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--secondary-font);
}


/*Title*/

.header__title {
	padding: 60px 10px;
}

.header__title h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.header__title h1 {
	font-size: 60px;
	color: #fff;
	font-family: var(--secondary-font);
	font-weight: 400;
}

/*teams*/
.container__teams {
	background-color: var(--b-color);
	padding: 70px 0;
}

.row.js-container__teams {
	margin-bottom: 20px;
}

.js-container__teams .slick-dots li button:before {
	border: 1px solid #000;
}

.js-container__teams .slick-dots li.slick-active button:before {
	background-color: var(--primary-color);
	border: none;
	width: 12px;
	height: 12px;
}

.container__teams h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	color: var(--text-color-2);
	font-weight: 400;
}

.container__teams h2 {
	font-size: 40px;
	font-family: var(--secondary-font);
	color: var(--text-color);
	font-weight: 400;
	margin-bottom: 15px;
}

.container__teams-wrap {
	background-color: #fff;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
}

.container__teams-info h6 {
	font-size: 20px;
	font-family: var(--secondary-font);
	color: var(--text-color);
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
}

.container__teams-info p {
	font-size: 14px;
	text-align: center;
	color: var(--text-color-2);
	font-family: var(--normal-font);
}

.container__teams-contact {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	left: 0;
	right: 0;
	background-color: #fff;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all linear 0.3s;
}

.container__teams-contact-social a {
	color: var(--primary-color);
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 5px;
}

.container__teams-contact-social a:hover {
	color: var(--text-color);
}

.container__teams-contact-mail {
	color: var(--text-color-2);
	display: block;
	text-decoration: none;
}

.container__teams-wrap-item:hover .container__teams-contact {
	transform: translateY(0);
}

.container__teams-img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
/* button scroll*/
.header__nav-btn-down {
	z-index: 98 !important;
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	animation: shaking 2s infinite;
}

.header__nav-btn-down i {
	color: #fff;
}

@keyframes shaking {
	0% {
		bottom: 50px;
	}

	20% {
		bottom: 80px;
	}

	30% {
		bottom: 50px;
	}

	60% {
		bottom: 65px;
	}

	70% {
		bottom: 50px;
	}

	80% {
		bottom: 55px;
	}

	100% {
		bottom: 50px;
	}
}


/*Spa Etiquette*/
.container__spa-etiquette {
	padding: 70px 0;
	background-color: var(--b-color);
}

.container__spa-etiquette-items {
	list-style: none;
	overflow: hidden;
	transition: 0.5s ease height;
}

.container__spa-etiquette-item-title {
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

.container__spa-etiquette-item-title h6 {
	font-size: 20px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--text-color);
}

.container__spa-etiquette-item-title.active h6 {
	color: var(--primary-color);
}

.container__spa-etiquette-btn {
	color: var(--primary-color);
	font-size: 18px;
	cursor: pointer;
}

.container__spa-etiquette-item-title.active .ti-plus {
	display: none;
}

.container__spa-etiquette-item-title .ti-plus {
	display: block;
}

.container__spa-etiquette-item-title .ti-minus {
	display: none;
}

.container__spa-etiquette-item-title.active .ti-minus {
	display: block;
}

.container__spa-etiquette-items p {
	padding: 0 40px 30px;
	font-size: 14px;
	font-family: var(--normal-font);
	color: var(--text-color-2);
	line-height: 30px;
	display: none;
}

.container__spa-etiquette-items > .open-text {
	display: block;
	background-color: #fff;
}

/* Spa*/
.container__spa-wellness {
	padding: 70px 0;
}

.container__spa-etiquette h5,
.container__spa-wellness h5 {
	font-size: 14px;
	letter-spacing: 4px;
	color: var(--text-color-2);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.container__spa-etiquette h2,
.container__spa-wellness h2 {
	font-family: var(--secondary-font);
	font-size: 40px;
	color: var(--text-color);
	margin-bottom: 15px;
	font-weight: 400;
}

.container__spa-wellness p {
	font-size: 14px;
	margin-bottom: 30px;
	font-family: var(--normal-font);
	color: var(--text-color-2);
	line-height: 30px;
}

/*------- view -------*/

.container__view-img {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.container__view-img-link {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
}

.container__view-img img {
	width: 100%;
	height: 100%;
	transition: all linear 0.5s;
}

.container__view-img:hover img {
	transform: scale(1.1);
}

.container__view-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 30px 15px 15px;
	background: #fff;
	box-shadow: 10px 5px 15px #dedede;
}

.container__view-item h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text-color-2);
	margin-bottom: 5px;
	letter-spacing: 4px;
}

.container__view-item h2 {
	font-size: 32px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.container__view-item p {
	color: var(--text-color-2);
	font-family: var(--normal-font);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.container__view-btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.container__view-btn span {
	display: inline-block;
	padding: 13px 22px;
	position: relative;
	right: 0;
	transition: all linear 0.2s;
	z-index: 1;
}

.container__view-btn span::before {
	content: "";
	position: absolute;
	display: block;
	background-color: var(--primary-color);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all linear 0.2s;
}

.container__view-btn span::after {
	content: "";
	position: absolute;
	display: block;
	background-color: var(--text-color);
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	transition: all linear 0.2s;
}

.container__view-btn span:hover:after {
	left: 0;
	width: 100%;
}

/*--------------- End view --------------*/

/*------------ Start Image and Video-------------*/

.container__image-gallery {
	padding: 70px 0;
}

.container__video-gallery h5,
.container__image-gallery h5 {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 4px;
}

.container__video-gallery h2,
.container__image-gallery h2 {
	font-family: var(--secondary-font);
	color: var(--primary-color);
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}

.container__image-gallery-link {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.container__image-gallery-img {
	width: 100%;
	height: 100%;
	transition: all linear 0.5s;
	display: block;
	object-fit: cover;
}

.container__image-gallery-link::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all linear 0.5s;
	z-index: 1;
}

.container__image-gallery-link:hover .container__image-gallery-img {
	transform: scale(1.09);
}

.container__image-gallery-link:hover::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.container__video-gallery {
	padding: 70px 0;
	background-color: var(--b-color);
}

.container__video-gallery-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.container__video-gallery-img {
	width: 100%;
	height: 100%;
}

.container__video-gallery-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.container__video-gallery-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	color: #fff;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	transition: all linear 0.2s;
}

.container__video-gallery-btn:hover {
	background-color: #fff;
	color: var(--primary-color);
}

.video__home {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.video__home video {
	display: block;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

.container__contact-info-phone {
	display: flex;
	align-items: center;
}

.container__contact-info-phone-wrap {
	margin-left: 20px;
}

/*------------ End Image and Video-------------*/


/*-----------------Contact-------------------*/

.contact__select {
	outline: none;
	border: none;
	border-bottom: 1px solid #2aa295;
	background-color: #fff;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: inherit;
	font-family: var(--normal-font);
	margin-bottom: 15px;
}

.container__contact {
	padding: 70px 0;
	background: #fff;
}

.container__contact-info h5 {
	font-size: 30px;
	font-family: var(--secondary-font);
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.container__contact-info p {
	font-size: 14px;
	font-family: var(--normal-font);
	line-height: 30px;
	margin-bottom: 15px;
}

.container__contact-info-address,
.container__contact-info-mail,
.container__contact-info-phone {
	display: flex;
	align-items: center;
}

.box-contact .input-contact {
	width: 100%;
	max-width: 100%;
	flex: 1 100%;
}


.flaticon-call:before {
	content: '\f101';
}

.container__contact-info-address-wrap,
.container__contact-info-mail-wrap,
.container__contact-info-phone-wrap {
	margin-left: 20px;
}

.container__contact-info-address-wrap > p,
.container__contact-info-mail-wrap > p,
.container__contact-info-phone-wrap > p {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-family: var(--normal-font);
	margin-bottom: 0;
}


.container__contact-info-mail > i,
.container__contact-info-phone > i,
.container__contact-info-address >i {
	font-size: 35px;
	color: var(--primary-color);
}

.container__contact-info-address > .flaticon-location-pin {
	font-family: fontIcon;
	font-size: 35px;
	color: var(--primary-color);
}

.flaticon-location-pin::before {
	content: '\f11f';
}

.container__contact-info-address-wrap > span {
	font-size: 14px;
	color: var(--primary-color);
	font-family: var(--normal-font);
}

.container__contact-form h5 {
	font-size: 24px;
	font-family: var(--secondary-font);
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.container__contact-form input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #2aa295;
	font-size: 14px;
	padding: 0px 5px;
	color: inherit;
	font-family: var(--normal-font);
	margin-bottom: 5px;
	outline: none;
}
.container__contact-form input:placeholder{
	color: inherit;
}
.container__contact-form label.error {
	padding: 10px 0;
}
.container__contact-form textarea {
	padding: 10px 10px;
	width: 100%;
	height: 150px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #2aa295;
	color: inherit;
	font-family: var(--normal-font);
	outline: none;
}
.container__contact-form textarea:placeholder{
	color: inherit;
}
.container__contact-form textarea:focus,
.container__contact-form input:focus {
	border-bottom: 1px solid var(--primary-color);
}

.container__contact-form-btn {
	position: relative;
	z-index: 1;
	border: none;
	border-radius: 5px;
	background-color: var(--primary-color);
	color: #fff;
	width: 100px;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--normal-font);
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container__contact-form-btn::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	border-radius: 5px;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	transition: all 0.3s linear;
}

.container__contact-form-btn:hover::after {
	height: 100%;
	bottom: 0;
}

.container__contact-form-btn span {
	color: #fff;
}



.container__booking-warp p {
	color: #fff;
	font-size: 12px;
	font-family: var(--normal-font);
}

.container__booking-warp p > i {
	font-size: 14px;
}

.container__booking .container__contact-info-phone i {
	color: var(--primary-color);
	font-size: 40px;
}

.container__booking .container__contact-info-phone-wrap > a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.container__booking-input-warp {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.container__booking-input {
	z-index: 1; 
	position: relative;
	width: 100%;
	padding: 20px 35px 10px 15px;
	font-size: 14px;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.container__booking-input::placeholder {
	font-family: var(--normal-font);
	font-size: 14px;
	color: #fff;
}

.container__booking-input-warp i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.container__booking-select {
	width: 50%;
}

.container__booking-select select {
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	background: transparent;
	padding: 20px 35px 10px 10px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.container__booking-btn {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-family: var(--normal-font);
	letter-spacing: 4px;
	font-size: 16px;
	margin: 30px 0px 15px 0px;
	cursor: pointer;
	text-align: center;
}

.container__booking-btn::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	transition: all 0.3s linear;
}

.container__booking-btn:hover::after {
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
}

.container__clients-item-warp {
	/* display: flex;
	overflow-x: auto; */
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.container__clients-item {
	transform: translate3d( 0, 0, 0);
	width: 2664px;
	transition: all linear 0.3s;
}

.container__clients-item img {
	width: 192px;
	flex: 1;
	margin-right: 30px;
}

/*-----------------End Contact-------------------*/

/*-----------------Restaurant--------------------*/

.container__restaurant {
	padding: 70px 0;
}

.container__restaurant h5 {
	font-size: 14px;
	color: var(--text-color-2);
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.container__resturant > h2 {
	font-size: 40px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--text-color);
	margin-bottom: 15px;
}

.container__restaurant p {
	font-size: 14px;
	color: var(--text-color-2);
	font-family: var(--normal-font);
	margin-bottom: 30px;
	line-height: 24px;
}

.container__restaurant-item h6 {
	font-size: 24px;
	color: var(--text-color);
	font-weight: 400;
	margin-bottom: 15px;
	font-family: var(--secondary-font);
}

.container__restaurant-item li {
	list-style: none;
	display: flex;
	align-items: center;
	font-family: var(--normal-font);
	color: var(--text-color-2);
	margin-bottom: 10px;
}

.container__restaurant-item li i {
	color: var(--primary-color);
	font-size: 18px;
}

.container__restaurant-item li p {
	margin-bottom: 0;
	padding-left: 12px;
}

.container__restaurant-menu {
	padding: 60px 0;
	background-color: var(--primary-color);
}

.container__restaurant-menu h2 {
	font-size: 40px;
	text-align: center;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-family: var(--secondary-font);
	margin-bottom: 15px;
}

.container__restaurant-menu h5 {
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-align: center;
}

.container__restaurant-menu-items {
	list-style: none;
	overflow: hidden;
	display: flex;
	padding: 20px 0 60px;
	transform: translate3d(0, 0, 0);
}

.container__restaurant-menu-item {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--secondary-font);
	min-width: 25%;
	height: 57px;
	display: inline-block;
	flex: 1;
	line-height: 57px;
	text-align: center;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
	transition: all linear 0.2s;
}

.container__restaurant-menu-item.active {
	/*background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	background: var(--text-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color: var(--text-color-2);
	font-weight: 600;
	font-size: 18px;
}

.container__restaurant-menu-btn {
	opacity: 1;
	transition: all linear 0.2s;
}

.container__restaurant-menu-btn-next,
.container__restaurant-menu-btn-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	color: #fff;
	top: 28px;
	border: 1px solid #fff
		text-align: center;
	font-size: 25px;
	line-height: 35px !important;
	cursor: pointer;
	transition: all linear 0.2s;
	text-align: center;
}

.container__restaurant-menu-btn-prev {
	left: 30px;
}

.container__restaurant-menu-btn-next {
	right: 30px;
}

.container__restaurant-menu-btn-prev:hover,
.container__restaurant-menu-btn-next:hover {
	color: #fff;
}

.p-relative:hover .container__restaurant-menu-btn {
	opacity: 1;
}

.container__restaurant-menu-info {
	margin-bottom: 15px;
}

.container__restaurant-menu-price {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	gap: 10px;
}

.container__restaurant-menu-price h5 {
	width: 48%;
	font-size: 18px;
	font-family: var(--secondary-font);
	letter-spacing: 0;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 0;
}

.container__restaurant-menu-price span {
	font-size: 18px;
	color: #fff;
	font-family: var(--secondary-font);
	width: 50%;
	text-align: right;
}

.container__restaurant-menu-info p {
	font-size: 14px;
	color: #fff;
	font-family: var(--normal-font);
}

.container__comment {
	padding: 70px 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
}

.container__comment::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2aa29599;
}

.container__comment .box-cmt {
	width: 100%;
}

.container__comment h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 4px;
	font-weight: 600;
}

.container__comment h2 {
	font-family: var(--secondary-font);
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.container__comment-iteams {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	padding: 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container__comment h2 {
	font-size: 40px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	position: relative;
}

.container__comment h2::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

.container__comment p {
	color: #393939;
	font-family: var(--normal-font);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

/* Styling bamboo eden */

.box-bamboo-eden {
	width: 100%;
	display: block;
	height: 65vh;
}

.box-bamboo-eden .wrap-bamboo-eden {
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden {
	width: 100%;
	height: 100%;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slide-bamboo-eden {
	width: 100%;
	background-position: center;
	border: 10px solid #fff;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slide-bamboo-eden img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	transition: all 0.25s linear;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-list {
	height: 100%;
}

.list-bamboo-eden .slick-track {
	gap: 0;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-list .slick-center img {
	opacity: 1;
	transition: all 0.25s linear;
} 

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-arrow {
	font-size: 50px;
	color: #000;
	z-index: 1;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-prev {
	left: 20%;
}

.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-next {
	right: 20%;
}


/*-----------------End Restaurant--------------------*/



/*-----------------star Rating--------------------*/


.star-rating {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.9em;
	margin-right: 0.9em;
	margin-bottom: 2em;
	border-right: 0.3em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 0.3em solid transparent;
	font-size: 8px;
}

.star-rating:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0.6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 1em solid transparent;
	transform: rotate(-35deg);
}

.star-rating:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0.6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 1em solid transparent;
	transform: rotate(35deg);
}


/*-----------------End Star Rating--------------------*/

/*----------------Start Tour------------------*/

.box-tour .wrap-tour .slide-list-tour .slide-card-tour {
	width: 350px !important;
}

/*----------------Start News------------------*/

.container__news-wrap {
	padding: 70px 0;
}
.container__news-wrap h1 {
	font-size: 32px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--text-color);
	margin: 30px 0 20px;
}
.container__news-items-img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.container__news-items-img img {
	width: 100%;
	height: 100%;
	transition: all linear 0.5s;
}
.container__news-items-img:hover img {
	transform: scale(1.09);
}

.container__news-items-img-time {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.container__news-items-img-time > p {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 25px;
	text-align: center;
}

.container__news-items-img-time > span {
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
}

.container__news-item-wrapper {
	padding: 30px 0;
}

.container__news-item-wrapper h5 {
	font-size: 12px;
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	font-family: var(--normal-font);
	margin-bottom: 10px;
}

.container__news-item-wrapper h2 {
	font-family: var(--secondary-font);
	font-size: 30px;
	font-weight: 400;
	color: var(--text-color);
	margin-bottom: 15px;
	line-height: 35px;
}

.container__news-item-wrapper p {
	font-size: 14px;
	color: inherit;
	line-height: 30px;
	font-family: var(--normal-font);
	margin-bottom: 15px;
}

.container__news-items-btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: var(--primary-color);
	padding: 10px 20px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	letter-spacing: 2px;
	text-decoration: none;
}

.container__news-items-btn::after {
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;
	right: 0;
	width: 0%;
	border-radius: 5px;
	height: 100%;
	background: -webkit-linear-gradient(0deg,rgba(255,216,136,1) 0%,rgba(197,152,87,1) 33%,rgba(250,223,168,1) 100%);
	transition: all linear 0.2s;
}

.container__news-items-btn:hover:after {
	width: 100%;
	left: 0;
}

.container__news-items-btn span {
	position: relative;
	z-index: 2;
	color: #fff;
}

.container__news-tags,
.container__news-categories,
.container__news-archives,
.container__news-posts,
.container__news-search {
	padding: 30px;
	margin-bottom: 30px;
	background-color: var(--b-color);
}

.container__news-search-input {
	position: relative;
	display: inline-block;
	width: 100%;
}

.container__news-search input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: none;
	outline: none;
}

.container__news-search i {
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.container__news-tags h3,
.container__news-categories h3,
.container__news-archives h3,
.container__news-posts h3 {
	font-family: var(--secondary-font);
	color: var(--text-color);
	font-weight: 400;
	font-size: 24px;
	border-bottom: 1px solid #eee3d0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.container__news-posts-items {
	display: flex;
}

.container__news-posts-items img {
	width: 90px;
	height: 60px;
	object-fit: cover;
}

.container__news-posts-items a {
	display: block;
	font-size: 14px;
	color: inherit;
	line-height: 24px;
	text-decoration: none;
	font-family: var(--normal-font);
	margin-left: 15px;
}

.container__news-posts-items a:hover {
	color: var(--primary-color);
}

.container__news-categories li,
.container__news-archives li {
	margin-bottom: 15px;
	list-style: none;
}

.container__news-categories a,
.container__news-archives a {
	color: inherit;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	font-family: var(--normal-font);
	line-height: 15px;
}

.container__news-categories a:hover,
.container__news-archives a:hover {
	color: var(--primary-color);
}

.container__news-categories li {
	display: flex;
	align-items: center;
}

.container__news-categories i {
	font-size: 9px;
	line-height: 15px;
	margin-right: 8px;
}

.container__news-tags li {
	list-style: none;
	display: inline-block;
}

.container__news-tags a {
	padding: 8px 20px;
	margin: 3px;
	background-color: #fff;
	display: inline-block;
	color: inherit;
	font-size: 14px;
	text-decoration: none;
	font-family: var(--normal-font);
}

.container__news-item-pages-wrap {
	display: flex;
	justify-content: center;
}

.container__news-item-pages-item {
	list-style: none;
	display: inline-block;
}

.container__news-item-pages-link {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	color: inherit;
	border: 1px solid #222;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	font-size: 16px;
	font-family: var(--normal-font);
	margin: 0 5px;
}

.container__news-item-pages-link i {
	font-size: 12px;
}

.container__news-item-pages-item.active .container__news-item-pages-link {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.container__news-item-pages-link:hover,
.container__news-item-pages-link.active {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
/*----------------End News------------------*/

/*----------------Start Moblie and Tablet------------------*/


@media only screen and (max-width: 1240px) {
	.header__nav-warp {
		padding: 0px 0px;
	}

	.header__nav-flex {
		width: 100%;
		padding: 5px 10px 0px;
	}

	.container__rooms-suites .title-detail-room,
	.container__rooms-suites .title-wrap-room {
		left: 7% ;
		margin-bottom: 0px;
	}

	.container__rooms-suites .title-wrap-room {
		letter-spacing: -1px;
	}

	.wrap-list-room .text-room {
		left: 50px !important;
		margin-bottom: 30px;
		padding: 0 15px 0px 0px;
	}

	.box-bamboo-eden {
		height: 50vh;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-prev {
		left: 12%;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-next {
		right: 12%;
	}
}


@media only screen and (min-width: 1120px) {
	.container__comment-iteams {
		transform: translateX(-10%);
	}
}

@media only screen and (max-width: 67em) {
	.footer-top__languague{
		padding: 10px;
	}
	.header__nav-items {
		display: none;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 998;
		padding: 20px 0px;
		border-radius: 0px 0px 5px 5px;
	}

	.header__nav-items.active {
		display: block !important;
	}

	.header .header__nav-flex.mobile-tablet.active {
		display: block;
		padding: 15px !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 70vw;
		height: 100vh;
		overflow: auto;
		background: var(--primary-color);
		background-image: url(/Content/img/hoa-van.svg);
		background-repeat: repeat-y;
		background-position-x: 90%;
		animation: menuC 0.3s linear ;
	}

	.header .header__nav-flex.mobile-tablet.active .header__nav-logo-link,
	.header .header__nav-flex.mobile-tablet.active .header__nav-logo {
		width: 135px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 10px;
		filter: invert(0%) sepia(128%) saturate(0) hue-rotate(175deg) brightness(147%) contrast(100%)	;
	}


	@keyframes menuC {
		0% {
			width: 0;
		}

		100% {
			width: 70vw;
		}
	}

	.header__nav-btn {
		cursor: pointer;
		display: block;
		color: #fff;
		font-size: 30px ;
		line-height: 38px;
	}

	.header__nav-btn .fa-xmark {
		display: none;
	}

	.header__nav-btn.active {
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		color: #fff;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, 0.5);
	}

	.header__nav-btn.active i {
		position: absolute;
		top: 40px;
		right: 15px;
		z-index: 999;
	}

	.header__nav-btn.active .ti-menu {
		display: none;
	}

	.header__nav-btn.active .fa-xmark {
		display: block;
	}

	/*.header__nav.active .header__nav-btn {
	color: var(--primary-color);
}*/

	.header__nav-item-link {
		color: #fff;
	}

	.header__nav.active .header__nav-item-link i,
	.header__nav-item-link i {
		color: #fff;
	}

	.header__nav-items-children {
		left: 0;
		height: 0;
		position: relative;
	}

	.header__nav-item:hover .header__nav-items-children {
		height: auto;
	}

	.header__nav-item {
		display: block;
		border-top: 1px solid #fafafa;
	}

	.header__nav-item-link {
		padding: 15px;
		letter-spacing: 2px;
		font-size: 12px;
		font-weight: 500;
	}

	.header__container-title-btn, .header__container-phone{
		display:none;
	}
	.header {
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		z-index: 999;
		transition: all linear 0.5s;
		background-attachment: fixed;
		height: 90vh;
	}

	.header__container {
		padding: 100px 0;
		display: flex;
		position: relative;
		width: 100%;
		padding-top: 10px;
	}

	.container__rooms-suites .wrap-list-room {
		padding: 0 !important;
	}

	.container__rooms-suites .title-detail-room,
	.container__rooms-suites .title-wrap-room{
		position: relative;
		left: 0 !important;
		margin-bottom: 12px;
	}

	.container__rooms-suites .slider-room {
		justify-content: center;
	}

	.container__rooms-suites .slider-room .slick-list {
		width: 100%;
	}

	.container__rooms-suites .js-rooms-suites .slick-prev {
		left: 35px;
	}

	.container__rooms-suites .js-rooms-suites .slick-next {
		right: 35px;
	}

	.container__rooms-suites-booking {
		right: 45px;
	}

	.wrap-list-room .text-room {
		position: relative !important;
		width: 100% !important;
		top: 5%;
		left: 0 !important;
		margin-top: 15px;
	}


	.container__experience-warp h2,
	.container__rooms-suites h2,
	.container__extra-services-text h2,
	.container__hotel-facilities .grid > h2,
	.container__comment h2,
	.container__comment h2,
	.container__blogs h2,
	.container__restaurant h2,
	.container__restaurant-menu h2,
	.container__image-gallery h2,
	.container__teams h2,
	.container__spa-etiquette h2,
	.container__rooms-suites .title-wrap-room{
		font-size: 35px;
		line-height: 1.2;
	}

	.container__view-img {
		height: 350px;
	}

	.container__view-img-link {
		width: 100%;
	}

	.container__view-img {
		border-radius: 5px 5px 0px 0px;
	}

	.container__view-item {
		border-radius: 0px 0px 5px 5px;
	}

	.container__rooms-suites .title-wrap-room,
	.wrap-list-room .text-room h2 {
		max-width: none;
	}

}

.header__form-group-btn a{
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

}
/*----------------End Moblie and Tablet------------------*/

/*----------------Start tablet------------------*/
@media  (max-width: 1073px) { 
	.js-rooms-suites {
		margin-left: -20px;
	}
}


@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
	.header__form-group-input-item {
		width: 100%;
	}
	.container__booking{
		height:unset;
	}

	.container__restaurant-menu-item {
		color: #fff;
		font-size: 16px;
		font-family: var(--secondary-font);
		min-width: 25%;
		display: inline-block;
		flex: 1;
		line-height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		cursor: pointer;
		justify-content: center;
		transform: translate3d(0, 0, 0);
		transition: all linear 0.2s;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.container__extra-services-item-warp {
		padding: 10px 15px 30px 15px;
	}

}
/*----------------End tablet------------------*/

/*----------------Start Mobile------------------*/
@media only screen and (max-width: 46.25em) {
	.header__container-title h5 {
		font-size: 12px;
	}

	.header__container-title h1 {
		font-size: 30px;
		margin: 0;
	}

	.header__nav.active {
		width: 100%;
	}

	.grid.wide {
		padding: 20px 15px;
	}

	.container__experience {
		padding: 0px 0 20px;
	}

	.header__form-group-input,
	.header__form-group-select select{
		width: 100%;
		height: 35px;
		padding-left: 10px;
		padding-right: 40px;
		background-color: #ffffff9c;
		border: 1px solid #1f8279;
	}

	.header__form-group-btn {
		height: 35px;
		font-weight: 500;
		letter-spacing: 2px;
		margin-top: 15px;
		border-radius: 5px;
	}

	.container__experience .container__experience-warp .container__contact-info-phone .container__contact-info-phone-wrap a {
		color: var(--primary-color);
		font-family: fontIcon;
		font-size: 24px;
	}

	.d-flex-warp {
		display: flex;
		flex-wrap: wrap;
	}

	.header__form-group-btn {
		height: 50px;
	}


	.header__form-group-items {
		display: grid;
		grid-template-columns: 100%;
		width: 100%;
		gap: 15px;
	}

	.header__form-group {
		z-index: 99;
		position: absolute;
		left: 0;
		bottom: 0;
		transform: translate(0%, 100%);
		background-color: transparent;
		padding: 15px;
		width: 100%;
		margin: 0px auto;
	}

	.header__form-group-input-item,
	.header__form-group-select{
		width: 100%;
	}

	.container__experience-phone {
		margin-bottom: 30px;
	}

	.container__booking-form {
		margin-top: 30px;
	}
	.container__view{
		padding: 20px
	}

	.card-slide:hover .container__rooms-suites-room {
		bottom: 0;
	}

	.container__extra-services-item {
		background-color: #f4f4f4;
		height: 100%;
		padding-bottom: 30px;
	}

	.container__extra-services-item-warp {
		padding: 20px;
	}

	.container__extra-services-item-warp h3,
	.container__extra-services-price {
		margin-bottom: 10px;
	}

	.container__spa-wellness {
		padding: 0px 0;
	}
	.container__view {
		padding: 70px 0;
		padding-bottom: 0px;
	}
	.container__restaurant {
		padding: 0px 0;
	}
	.container__image-gallery {
		padding: 30px 0;
	}
	.container__news-wrap {
		padding: 0px 0;
	}
	.container__booking, .container__comment, .container__video {
		padding: 110px 0;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		position: relative;
	}

	.container__booking-form {
		bottom: 0;
		padding: 15px;
	}

	.container__restaurant-menu-item {
		color: #fff;
		font-size: 16px;
		font-family: var(--secondary-font);
		min-width: 33%;
		display: inline-block;
		flex: 1;
		line-height: 1.5;
		display: flex;
		align-items: center;
		text-align: center;
		cursor: pointer;
		justify-content: center;
		transform: translate3d(0, 0, 0);
		transition: all linear 0.2s;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height:auto;
		min-height:57px;
	}

	.container__booking-select {
		width: 100%;
	}

	.p-right, .p-left {
		padding: 0;
	}

}

/*----------------End mobile------------------*/

@media (min-width: 768px) { 
	.header-slick {
		height: 100vh;
	}
}
@media (max-width: 768px) {

	.header {
		height: 60vh;
	}

	.header-slick {
		height: 60vh !important;
	}

	.header-slick .slick-dots {
		bottom: 15px !important;
	}

	.container__experience-img {
		transform: translateY(0%);
		min-height: 375px;
		min-height:auto;
	}

	.header .slider-bg .slick-prev {
		left: 20px;
		font-size: 30px;
	}

	.header .slider-bg .slick-next {
		right: 20px;
		font-size: 30px;
	}

	.header .slider-bg video#slick-slide00,
	.header .slider-bg .slide-card-img{
		height: 100%;
	}

	.header__nav-warp,
	.header__nav-flex {
		padding:  0px !important;
	}

	.header__nav,
	.header__nav.navbar {
		padding: 0px 15px;	
	}

	.header__nav-logo-link,
	.header__nav-logo {
		width: 85px;
	}

	.header__nav-btn-down {
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 18px;	
	}

	.slick-arrow {
		font-size: 35px;
		font-weight: 500;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.container__rooms-suites-room {
		height: auto;
	}

	.container__rooms-suites-items:hover .container__rooms-suites-room {
		height: auto;
	}

	.wrap-room {
		padding: 20px 15px !important;	
	}

	.container__experience-warp h2,
	.container__rooms-suites h2,
	.container__extra-services-text h2,
	.container__hotel-facilities .grid > h2,
	.container__comment h2,
	.container__comment h2,
	.container__blogs h2,
	.container__restaurant h2,
	.container__restaurant-menu h2,
	.container__image-gallery h2,
	.container__teams h2,
	.container__spa-etiquette h2,
	.wrap-list-room .title-room h2,
	.container__rooms-suites .title-wrap-room{
		font-size: 30px;
		line-height: 1.5;
	}

	.header__title h2 {
		text-align: center;
	}

	.header__title h1 {
		font-size: 45px;
		text-align: center;
	}

	.container__rooms-suites {
		padding: 30px 0px;
	}

	.container__extra-services-img {
		height: 220px;
	}

	.container__extra-services-text,
	.services-items{
		padding: 10px 0px 0px 0px;
	}

	.container__comment-info {
		height: 100px;
	}

	.slick-slide img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.container__blogs-next,
	.container__blogs-prev {
		width: 35px;
		height: 35px;
	}

	.container__rooms-suites-room h5 a,
	.container__hotel-facilities-item h5{
		font-size: 20px;
	}

	.container__comment h5 {
		margin-bottom: 0;
	}

	.container__view-img {
		height: 100%;
	}

	.container__teams {
		padding: 30px;
	}

	.container__restaurant-menu-btn-prev {
		top: 80px;
		left: 10px
	}

	.container__restaurant-menu-btn-next {
		top: 80px;
		right: 10px
	}


	.box-bamboo-eden {
		height: 40vh;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slide-bamboo-eden {
		border: 5px solid #fff;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-prev {
		left: 15%;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-next {
		right: 15%;
	}

	.container__booking-form {
		border-radius: 5px 5px 5px 5px;
	}

	.container__contact-info-mail > i, .container__contact-info-phone > i, .container__contact-info-address >i {
		font-size: 30px;
	}

	.container__restaurant-menu-price h5,
	.container__restaurant-menu-price span {
		font-size: 16px;
	}

	.footer-top h5 {
		font-size: 24px;
	}

	.footer-top__hotline {
		font-size: 20px;
	}

	.zalo-chat {
		bottom: 20px !important;
		right: 95px !important;
	}

	.fb_dialog_content > iframe {
		bottom: 20px !important;
		right: 150px !important;
	}

	.phone-chat {
		bottom: 20px !important;
		right: 235px !important;
	}
}

@media (max-width: 600px) {
	.js-rooms-suites.slick-initialized {
		padding: 0px 0px;
	}

	.js-rooms-suites .container__rooms-suites-detail {
		width: 100%;
	}

	.container__rooms-suites .slider-room {
		padding: 0;
	}

	.container__rooms-suites-details {
		padding: 30px 0px 0px;
	}

	.container__rooms-suites .slider-room .card-slide {
		height: 40vh;
	}

	.container__rooms-suites .card-slide {
		height: 35vh;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-prev {
		left: 3%;
	}

	.box-bamboo-eden .wrap-bamboo-eden .list-bamboo-eden .slick-next {
		right: 3%;
	}

}

@media  (max-width: 550px) { 
	.js-rooms-suites {
		margin-left: 0px;
	}

	.container__rooms-suites .card-slide {
		height: 30vh;
		width: 280px;
	}
}

@media (max-width: 420px) {

	.header__nav-item-link {
		font-size: 13px;
		padding: 10px;
	}

	.header .header__nav-flex.mobile-tablet.active .header__nav-logo-link,
	.header .header__nav-flex.mobile-tablet.active .header__nav-logo {
		width: 110px;
	}

	.header {
		height: 35vh;
	}

	.header-slick {
		height: 35vh !important;
	}

	.header .slider-bg .slick-prev {
		left: 10px;
		font-size: 24px;
		top: 85%;
	}

	.header .slider-bg .slick-next {
		right: 10px;
		font-size: 24px;
		top: 85%;
	}

	.header__form-group {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}

	.header__container-title h1{
		font-size: 22px;
	}

	.header__title h1,
	.header__title h2 {
		text-align: center;
	}

	.header__title h1 {
		font-size: 28px;
	}

	.header__nav-btn-down {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 16px;	
	}

	.container__experience-warp h2,
	.container__rooms-suites h2,
	.container__extra-services-text h2,
	.container__hotel-facilities .grid > h2,
	.container__comment h2,
	.container__comment h2,
	.container__blogs h2,
	.container__restaurant h2,
	.container__restaurant-menu h2,
	.container__image-gallery h2,
	.container__teams h2,
	.container__spa-etiquette h2,
	.wrap-list-room .title-room h2,
	.container__rooms-suites .title-wrap-room{
		font-size: 28px;
		line-height: 1.3;
	}

	.container__rooms-suites-room h5 a,
	.container__hotel-facilities-item h5,
	.footer-top h5{
		font-size: 24px;
	}

	.container__rooms-suites .card-slide {
		margin: 0;
	}

	.container__extra-services-item-warp {
		padding: 20px 10px;
	}

	.container__extra-services-item-warp h3,
	.container__extra-services-price {
		margin-bottom: 10px;
	}

	.container__extra-services-price p {
		font-size: 35px;
	}

	.footer-top h5,{
		margin-bottom: 10px;
	}

	.footer-top p {
		margin: 10px 0px;
	}

	.container__comment {
		height: auto;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
	}

	.container__comment-info {
		height: 100px;
	}

	.container__view {
		padding: 30px 0px;
	}

	.box-bamboo-eden {
		height: 30vh;
	}

	.container__restaurant-menu-item.active {
		font-size: 16px;
	}

	.container__rooms-suites .slider-room .card-slide {
		height: 35vh;
	}

	.container__rooms-suites .card-slide {
		height: 25vh;
		width: 250px;
	}

}



/*----------------Start Add More ------------------*/

.header__nav-btn-slider {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.header__nav-btn-slider-icon {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}

.header__nav-btn-slider-icon.active {
	border: none;
	width: 12.5px;
	height: 12.5px;
	background-color: var(--primary-color);
}

.container__booking-btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	height: 100%;
	padding-top: 4%;
}

.fix__check-now{
	padding: 10px 20px  !important;
}

.header__form-group-btn.fix__check-now a{
	text-decoration: none;
	color: #fff;
	display: block;
	height: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;


}


/*----------------End Add More ------------------*/

.restaurant-type-list{
	display:flex;
	align-items:center;

}
.restaurant-type-list .restaurant-type-item{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--secondary-font);
	min-width: 25%;
	height: 57px;
	display: inline-block;
	/*flex: 1;*/
	flex-grow:1;
	line-height: 57px;
	text-align: center;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
	transition: all linear 0.2s;
}
.restaurant-type-list .restaurant-type-item.active,
.restaurant-type-list .restaurant-type-item:hover{
	/*background: var(--text-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color:var(--text-color-2);
	font-weight: 600;
	font-size: 18px;	
}
.restaurant-type-content{
	color:#fff;
}
.restautant-type-content-item{
	display:none;
	color:#fff;
}
.restautant-type-content-item.show{
	display:block;
}