@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Jost:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
    font-family: 'FuturaVN-CondensedBoldObl';
    src: url('../../../asset/lib/fonts/FuturaVN-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
	--primary-color: #9b7426;
	--second-color: #422C00;
	--primary-font: "Jost", sans-serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	font-family: var(--primary-font);
	line-height: 1.7;
}

.add-font {
	font-family: "Allison", handwriting !important;
}

.wrapper {
	position: relative;
	background-color: #fff;
	border-color: #e6e6e6;
	margin: 20px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
		margin: auto;
	}
}
@media(max-width:991px){
	.container{
		padding-left: 0;
		padding-right: 0;
	}
}
.row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 24px;
}

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

a {
	text-decoration: none;
	cursor: pointer;
}

a{
	color: inherit;
}
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

textarea {
	overflow: hidden;
	resize: none;
}

button {
	outline: none !important;
	cursor: pointer;
}
button:hover {
	outline: none;
}

/*p {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	color: var(--black-color);
	letter-spacing: 5px;
	margin: 0;
	text-transform: none;
	margin-bottom: 1.5em;
}
@media(max-width:991px){
	p{
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
}*/
.text {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	color: #898989;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.br-0 {
	border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
	color: #0c0c0c;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

.pd-100 {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.pd-100 {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.pd-100 {
		padding: 50px 0;
	}
}

.py-100 {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.py-100 {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.py-100 {
		padding: 50px 0;
	}
}

.mg-100 {
	margin: 100px 0;
}
@media (max-width: 991px) {
	.mg-100 {
		margin: 60px 0;
	}
}
@media (max-width: 767px) {
	.mg-100 {
		margin: 50px 0;
	}
}

.my-100 {
	margin: 100px 0;
}
@media (max-width: 991px) {
	.my-100 {
		margin: 60px 0;
	}
}
@media (max-width: 767px) {
	.my-100 {
		margin: 50px 0;
	}
}

.pt-100 {
	padding-top: 100px;
}
@media (max-width: 991px) {
	.pt-100 {
		padding-top: 60px;
	}
}
@media (max-width: 767px) {
	.pt-100 {
		padding-top: 50px;
	}
}

.pb-100 {
	padding-bottom: 100px;
}
@media (max-width: 991px) {
	.pb-100 {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.pb-100 {
		padding-bottom: 50px;
	}
}

.mt-100 {
	margin-top: 100px;
}
@media (max-width: 991px) {
	.mt-100 {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.mt-100 {
		margin-top: 50px;
	}
}

.mb-100 {
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.mb-100 {
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.mb-100 {
		margin-bottom: 50px;
	}
}

.mgy-25 {
	margin: 25px 0;
}

.mb-60 {
	margin-bottom: 60px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide > div{
	display: flex;
	/*height: 100%;*/
}
#worker_1 {
	display: none;
}
.header {
	position: relative;
	z-index: 999999;
}
.header .header-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255, .7);
    border-radius: 20px;
    padding: 5px 0;
}
.header .header-main .header-top {
	position: relative;
	color: var(--second-color);
	font-size: 16px;
}

.header .header-main .header-top__left a {
	color: currentColor;
}
@media(max-width:480px){
	.header .header-main .header-top__left a{
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}
}
.header .header-main .header-top__left a i {
	font-size: 15px;
	color: inherit;
	margin-right: 10px;
}
.header .header-main .header-top__left a:first-of-type {
	margin-right: 10px;
}
.header .header-main .header-top__right {
	float: right;
}
.header .header-main .header-top__right span {
	text-transform: capitalize;
	cursor: pointer;
}
.header .header-main .header-top__right span:first-child {
	border-right: 1px solid #e6e6e6;
	padding-right: 16px;
}
.header .header-main .header-top__right span:last-child {
	margin-left: 16px;
}
@media (max-width: 576px) {
	.header .header-main .header-top {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
}
.header .header-main .header-content {
	position: static;
	width: 100%;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.header .header-main .header-content .logo img {
	max-width: 147px;
	max-height: 90px;
}
.header .header-main .header-content .menu ul {
	display: block;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 0;
}
.header .header-main .header-content .menu ul li {
	position: relative;
	padding: 0 15px;
	float: left;
}
.header .header-main .header-content .menu ul li.hasChildren a{
	display: block;
}
@media(max-width:991px){
	.header .header-main .header-content .menu ul li.hasChildren a span{
		position: absolute;
		top:18px;
		right: 0;
	}
}
.header .header-main .header-content .menu ul li:first-child {
	padding-left: 0;
}
.header .header-main .header-content .menu ul li a {
	display: block;
	color: var(--second-color);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 13px;
	line-height: 22.1px;
	padding: 15px 0;
	position: relative;
}
.header .header-main .header-content .menu ul li a:hover{
	color: var(--primary-color);
}
.header .header-main .header-content .menu ul li a i {
	margin-left: 5px;
	transition: all 0.3s linear;
}
.header .header-main .header-content .menu ul li .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	margin-left: -15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
	display: none;
}
.header .header-main .header-content .menu ul li .submenu li {
	position: relative;
	white-space: nowrap;
	background-color: #f4f4f4;
	padding: 1px 11px;
	float: none;
}
.header .header-main .header-content .menu ul li .submenu li:first-child {
	padding-top: 12px;
}
.header .header-main .header-content .menu ul li .submenu li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	color: #161616;
	text-transform: capitalize;
	padding-bottom: 0;
	display: block;
	padding: 6px 30px 6px 12px;
	position: relative;
}
.header .header-main .header-content .menu ul li .submenu li a:hover {
	color: var(--primary-color);
}
.header .header-main .header-content .menu ul li:hover a::after {
	width: 30px;
	opacity: 1;
}
.header .header-main .header-content .menu ul li:hover .submenu {
	display: block;
}
.header .header-main .header-content .menu ul li:hover .submenu a::after {
	display: none;
}
@media (max-width: 1024px) {
	.header .header-main .header-content .menu ul li {
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.header .header-main .header-content .menu {
		display: none;
	}
	.header .header-main .header-content .menu ul li:hover .submenu {
		display: none;
	}
	.header .header-main .header-content .menu ul li .submenu {
		position: relative;
		margin: 0;
		min-width: 100%;
	}
	.header .header-main .header-content .menu ul li .submenu li {
		background-color: transparent;
		color: var(--second-color);
	}
	.header .header-main .header-content .menu ul li .submenu li:first-child {
		padding-top: 0;
	}
	.header .header-main .header-content .menu ul li .submenu li a {
		color: currentColor;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 13px;
		line-height: 22.1px;
		padding: 15px 0;
		position: relative;
	}
	.header .header-main .header-content .menu ul li.show-menu a i {
		transform: rotate(180deg);
	}
	.header .header-main .header-content .menu ul li.show-menu .submenu {
		display: block;
	}
}
.header .header-main .header-content .menu.show-menu {
	position: absolute;
	top: 100%;
	left: 0%;
	display: block;
	background-color: #f8f8f8;
	width: 100%;
	animation: slideInDown;
	transition: all 0.3s linear;
}
.header .header-main .header-content .menu.show-menu ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
.header .header-main .header-content .menu.show-menu ul li:first-child {
	padding-left: 15px;
}
.header .header-main .header-content .target {
	position: absolute;
	border-bottom: 4px solid transparent;
	z-index: -1;
	transform: translateX(-60px);
	transition: all 0.35s ease-in-out;
}
.header .header-main .header-content .link-asset {
	display: flex;
	align-items: center;
}
.header .header-main .header-content .link-asset .book-link{
	border-color: var(--second-color);
	background: var(--second-color);
	color: #fff;
}
.header .header-main.fixed .header-content .link-asset .book-link{
	border-color: var(--second-color);
	color: #fff;
}
.header .header-main .header-content .link-asset #header {
	display: none;
	color: currentColor;
}
.header .header-main .header-content .link-asset #header #menu-toggle {
	transform: scale(1.3);
	margin-top: 2px;
	padding: 8px 7px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	justify-content: center;
	text-align: center;
}
.header .header-main .header-content .link-asset #header #menu-toggle span,
.header .header-main .header-content .link-asset #header #menu-toggle span::before,
.header .header-main .header-content .link-asset #header #menu-toggle span::after {
	content: "";
	display: block;
	width: 15px;
	height: 0.15em;
	border-radius: 1px;
	background: var(--primary-color);
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
}
.header .header-main .header-content .link-asset #header #menu-toggle span {
	position: relative;
	margin: 5px 0 0;
}
.header .header-main .header-content .link-asset #header #menu-toggle span::before {
	position: absolute;
	top: -5px;
}
.header .header-main .header-content .link-asset #header #menu-toggle span::after {
	position: absolute;
	top: 5px;
}
.header .header-main .header-content .link-asset #header #menu-toggle.show-menu {
	display: block;
}
.header .header-main .header-content .link-asset #header #menu-toggle.show-menu span {
	transform: rotate(45deg);
}
.header .header-main .header-content .link-asset #header #menu-toggle.show-menu span::before {
	transform: translate(0px, 5px) rotate(-90deg);
}
.header .header-main .header-content .link-asset #header #menu-toggle.show-menu span::after {
	transform: translate(0px, -5px) rotate(-90deg);
}
@media (max-width: 991px) {
	.header .header-main .header-content .link-asset #header {
		display: block;
		margin-left: 10px;
	}
}
.header .header-main.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f8f8f8;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	animation: slideInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	padding: 10px 15px;
}
.header .header-main.fixed .header-top {
	display: none;
}
.header .header-main.fixed .header-content {
	padding-top: 0;
	color: #333;
}
@media (max-width: 991px) {
	.header {
		margin: -20px -20px 20px;
	}
	.header .header-main {
		position: relative;
		background-color: #f8f8f8;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 0;
	}
	.header .header-main .header-top {
		padding-top: 0;
	}
}

.banner.banner-home {
	position: relative;
	/* background: url("../../images/home-resort-hero-bg.jpg");*/
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	/*padding: 0 15px;*/
}
.banner.banner-home::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 1;
	/*background: linear-gradient(black, rgba(0, 0, 0, 0));*/
	background: rgba(0,0,0,.2);
	border-radius: 20px;
}
.banner.banner-home::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 1;
	/*background: linear-gradient(rgba(0, 0, 0, 0), black);*/
	border-radius: 20px;
}
.banner.banner-home .banner-content {
	position: absolute;
	margin: 0px;
	padding: 0;
	border-radius: 20px;
	z-index: 1;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner.banner-home .banner-content .banner-title {
	text-align: center;
}
.banner.banner-home .banner-content .banner-title h1 {
	font-size: 90px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
	transform: rotate(-2.4deg);
}
@media (max-width: 991px) {
	.banner.banner-home .banner-content .banner-title h1 {
		font-size: 50px;
	}
}
@media (max-width: 768px) {
	.banner.banner-home .banner-content .banner-title h1 {
		font-size: 30px;
	}
}
.banner.banner-home .banner-content .banner-title .text {
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
	color: #ffffff;
	margin-bottom: 20px;
}

.form-search__room {
	position: relative;
	padding-top: 100px;
}
.form-search__room .search-room {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.form-search__room .search-room .form-group {
	position: relative;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: var(--primary-color);
	margin-bottom: 0;
}
.form-search__room .search-room .form-group label {
	display: block;
	font-size: 16px;
	line-height: 27.2px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #fff;
	text-transform: capitalize;
}
.form-search__room .search-room .form-group .value-space {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
}
.form-search__room .search-room .form-group .value-space::after {
	content: "\f0dd";
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
}
.form-search__room .search-room .form-group input,
.form-search__room .search-room .form-group select {
	border-color: #fff;
	background: var(--primary-color);
	color: #fff;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: 600;
}
.form-control:focus{
	box-shadow: none;
}
.form-search__room .search-room .form-group .custom-selection__wrap {
	width: 280px;
	top: 90%;
	left: 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
	display: none;
	position: absolute;
	padding: 32px 32px 12px;
	margin: 16px 0 0;
	z-index: 99;
	border-radius: 15px;
	background-color: #fff;
}
.form-search__room .search-room .form-group .custom-selection__wrap_item {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.form-search__room .search-room .form-group .custom-selection__wrap_item .selection-head {
	font-size: 14px;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail {
	float: right;
	color: #000;
}
.form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail .amount,
.form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail .amount2,
.form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail .amount3 {
	margin: 0 13px;
}
@media (max-width: 991px) {
	.form-search__room .search-room .form-group .custom-selection__wrap {
		left: auto;
		right: 0;
	}
}
@media (max-width: 576px) {
	.form-search__room .search-room .form-group {
		margin-bottom: 10px;
	}
}
.form-search__room .search-room .checkin-form,
.form-search__room .search-room .checkout-form {
	flex-grow: 5;
}
@media (max-width: 576px) {
	.form-search__room .search-room .checkin-form,
	.form-search__room .search-room .checkout-form {
		width: 100%;
	}
}
.form-search__room .search-room .room-form {
	flex-grow: 2;
}
.form-search__room .search-room .room-form .value-space .amount {
	display: block;
	margin-left: 20px;
}
.form-search__room .search-room .room-form .value-space .amount:first-of-type {
	margin-left: 0;
}
.form-search__room .search-room .guests-form {
	flex-grow: 5;
}
.form-search__room .search-room .guests-form .value-space span {
	display: inline-block;
	margin-left: 20px;
}
.form-search__room .search-room .guests-form .value-space span:first-of-type {
	margin-left: 0;
}
.form-search__room .search-room .btn-form {
	padding: 0;
	flex-grow: 2;
	background-color: transparent;
	border: 2px solid var(--primary-color);
}
.form-search__room .search-room .btn-form .btn-search1 {
	width: 100%;
	height: 100%;
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	min-height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: inline-block;
}
@media (max-width: 991px) {
	.banner.banner-home .banner-content {
		padding: 0;
	}
	.form-search__room {
		padding-top: 80px;
	}
}
@media (max-width: 768px) {
	.banner.banner-home .banner-content {
		padding: 0;
	}
	.form-search__room {
		padding-top: 50px;
	}
}

.banner {
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 20px;
	min-height: 250px;
	max-height: 100vh;
}
@media(min-width:992px){
	.banner{
		min-height: 500px;
	}
}
.banner:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
.banner .banner-content {
	position: relative;
	margin: 0px;
	padding: 250px 0px 150px;
	border-radius: 20px;
	z-index: 1;
}
.banner .banner-content .banner-title {
	text-align: center;
}
.banner .banner-content .banner-title h1 {
	font-size: 70px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 300;
	text-transform: capitalize;
}
@media (max-width: 768px) {
	.banner .banner-content .banner-title h1 {
		font-size: 40px;
	}
}
@media (max-width: 576px) {
	.banner .banner-content .banner-title h1 {
		font-size: 24px;
	}
}
.banner .banner-content .banner-title .banner-caption {
	text-transform: none;
	font-weight: 300;
	color: #fff;
	margin-top: 13px;
	font-size: 31px;
	letter-spacing: 0;
}
@media (max-width: 991px) {
	.banner .banner-content {
		padding: 70px 0;
		position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
	}
}

.banner.banner-contact {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: url("../../../files/images/slide/bn1.jpg");
}
.banner img{
	aspect-ratio: 6/4;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: unset;
	position: absolute;
    top: 0;
    left: 0;
}
.banner .banner-slide img{
	max-height: unset;
	min-height: 400px;
	position: relative;
}
.about {
	padding-bottom: 30px;
}
.about .desc-content {
	padding: 30px 0 0;
}
.about .desc-content__header {
	padding: 0 20px 30px;
}
.about .desc-content__header p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: inherit;
	line-height: inherit;
}
.about .desc-content__header p .desc-number,
.about .desc-content__header p:nth-child(2){
	display: inline-block;
	font-size: 55px;
	font-weight: 500;
	margin-right: 12px;
	letter-spacing: 4px;
}
.about .desc-content__header p .desc-name,
.about .desc-content__header p:nth-child(1){
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin-right: 80px;
	letter-spacing: 7px;
}
@media(max-width:767px){
	.about .desc-content__header p .desc-name,
	.about .desc-content__header p:nth-child(1){
		margin-right: 0px;
	}	
}
.about .desc-content__text {
	padding: 0 20px;
	font-size: 34px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--black-color);
    letter-spacing: 5px;
    margin: 0;
    text-transform: none;
    margin-bottom: 1.5em;
}
@media(max-width:991px){
	.about .desc-content__text {
		font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 20px;	
	}
}

.about .desc-content__link {
	padding: 0 20px;
	margin-bottom: 30px;
}
.about .thumd-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.about .thumd-inner .image {
	display: inline-block;
	margin-bottom: 0;
	overflow: hidden;
	max-width: 550px;
	border-radius: 50px 0 50px 0;
}
.about .thumd-inner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .list-thumd__inner {
	margin-top: -130px;
}
@media (max-width: 767px) {
	.about .list-thumd {
		display: none;
	}
}

.about2 .desc-content__header, .about2 .desc-content__text {
	float: left;
	width: 50%;
}

@media (max-width: 768px) {
	.about2 .desc-content__header, .about2 .desc-content__text {
		float: none;
		width: 100%;
	}
}

.about2 .desc-content__text {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	color: var(--black-color);
	letter-spacing: 5px;
	margin: 0;
	text-transform: none;
	margin-bottom: 1.5em;
}
@media(max-width:991px){
	.about2 .desc-content__text{
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
}

.about2 .desc-content__header .desc-name,
.about2 .desc-content__header p:nth-child(1){
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin-right: 80px;
	letter-spacing: 7px;
}
@media(max-width:767px){
	.about2 .desc-content__header .desc-name,
	.about2 .desc-content__header p:nth-child(1){
		margin-right: 0;
	}
}
.about2 .desc-content__header .desc-number,
.about2 .desc-content__header p:nth-child(2){
	display: inline-block;
	font-size: 55px;
	font-weight: 500;
	margin-right: 12px;
	letter-spacing: 4px;
}

.rooms {
	position: relative;
	padding-bottom: 50px;
}
.rooms .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/Square.png") no-repeat;
	background-position: top center;
}
@media(max-width:991px){
	.rooms .bg{
		display: none;
	}
}
.rooms .rooms-grid .rooms-item {
	margin-bottom: 40px;
}
.rooms .rooms-grid .rooms-item .inner {
	position: relative;
	border-radius: 20px;
	box-shadow: 0 10px 45px rgba(10, 10, 10, 0.07);
}
.rooms .rooms-grid .rooms-item .inner .image {
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.rooms .rooms-grid .rooms-item .inner .image a img {
	transition: all 0.3s linear;
}
.rooms .rooms-grid .rooms-item .inner .image .price {
	position: absolute;
	bottom: 10px;
	left: 25px;
	background-color: var(--second-color);
	font-size: 20px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
}
.rooms .rooms-grid .rooms-item .inner .image .price .price-head {
	margin-right: 5px;
}
.rooms .rooms-grid .rooms-item .inner .image .price .price-tail {
	font-size: 15px;
	font-weight: 400;
}
.rooms .rooms-grid .rooms-item .inner .image .room-ribbon {
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 5px;
	padding: 8px 26px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: #fff;
}
.rooms .rooms-grid .rooms-item .inner .content {
	padding: 35px 40px 50px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
@media(max-width:767px){
	.rooms .rooms-grid .rooms-item .inner .content{
		padding: 20px;
	}
}
.rooms .rooms-grid .rooms-item .inner .content .room-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.rooms .rooms-grid .rooms-item .inner .content .room-title a {
	display: inline;
	font-family: var(--primary-font);
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	color: #000000;
}
.rooms .rooms-grid .rooms-item .inner .content .infor-wrap {
	color: #848484;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.rooms .rooms-grid .rooms-item .inner .content .infor-wrap .infor-item {
	display: inline-flex;
	margin-right: 25px;
	text-transform: capitalize;
}
.rooms .rooms-grid .rooms-item .inner .content .infor-wrap .infor-item i {
	font-size: 24px;
	margin-right: 14px;
	vertical-align: bottom;
	color: var(--primary-color);
}
.rooms .rooms-grid .rooms-item .inner .content .room-ribbon{
	color: var(--second-color);
	margin-bottom: 5px;
	font-size: 18px;
}
.rooms .rooms-grid .rooms-item .inner .content .price{
	color: var(--second-color);
	margin-bottom: 5px;
	font-size: 18px;
}
.rooms .rooms-grid .rooms-item .inner .content .price .price-value{
	font-weight: 600;
}
.rooms .rooms-grid .rooms-item .inner .content .book-now {
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--second-color);
}
.rooms .rooms-grid .rooms-item .inner .content .book-now::after {
	content: " ";
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: block;
	margin-top: 3px;
	opacity: 0.2;
	transform: translateX(-100%);
	transition: transform 300ms;
}
.rooms .rooms-grid .rooms-item .inner .content .book-now:hover::after {
	transform: translate(0);
}
.rooms .rooms-grid .rooms-item .inner:hover .image img {
	transform: scale(1.15);
	transition: all 0.3s linear;
}
.rooms .view-all-rooms {
	position: relative;
	padding: 0 0 20px;
	text-align: center;
}
.rooms .view-all-rooms a {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 22.1px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0 10px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #dadada;
}

.rooms-slider .owl-stage{
	margin-left: auto;
	margin-right: auto;
}
.rooms-slider .rooms-item {
	margin-bottom: 40px;
}
.rooms-slider .rooms-item .inner {
	position: relative;
	border-radius: 20px;
	box-shadow: 0 10px 45px rgba(10, 10, 10, 0.07);
}
.rooms-slider .rooms-item .inner .image {
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.rooms-slider .rooms-item .inner .image a img {
	transition: all 0.3s linear;
}
.rooms-slider .rooms-item .inner .image .price {
	position: absolute;
	bottom: 10px;
	left: 25px;
	background-color: var(--second-color);
	font-size: 20px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
}
.rooms-slider .rooms-item .inner .image .price .price-head {
	margin-right: 5px;
}
.rooms-slider .rooms-item .inner .image .price .price-tail {
	font-size: 15px;
	font-weight: 400;
}
.rooms-slider .rooms-item .inner .image .room-ribbon {
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 5px;
	padding: 8px 26px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: #fff;
}
.rooms-slider .rooms-item .inner .content {
	padding: 35px 40px 50px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
@media(max-width:991px){
	.rooms-slider .rooms-item .inner .content{
		padding: 20px;
	}
}
.rooms-slider .rooms-item .inner .content .room-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.rooms-slider .rooms-item .inner .content .room-title a {
	display: inline;
	font-family: var(--primary-font);
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	color: #000000;
}

.rooms-slider .rooms-item .inner .content .infor-wrap {
	color: #848484;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.rooms-slider .rooms-item .inner .content .infor-wrap .infor-item {
	display: inline-flex;
	align-items: center;
	margin-right: 25px;
	text-transform: capitalize;
}
.rooms-slider .rooms-item .inner .content .infor-wrap .infor-item i {
	font-size: 24px;
	margin-right: 14px;
	vertical-align: bottom;
	color: var(--primary-color);
}
.rooms-slider .rooms-item .inner .content .room-ribbon{
	color: var(--second-color);
	margin-bottom: 5px;
	font-size: 18px;
}
.rooms-slider .rooms-item .inner .content .price{
	color: var(--second-color);
	margin-bottom: 5px;
	font-size: 18px;
}
.rooms-slider .rooms-item .inner .content .price .price-value{
	font-weight: 600;
}
.rooms-slider .rooms-item .inner .content .book-now {
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--second-color);
}
.rooms-slider .rooms-item .inner .content .book-now::after {
	content: " ";
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: block;
	margin-top: 3px;
	opacity: 0.2;
	transform: translateX(-100%);
	transition: transform 300ms;
}
.rooms-slider .rooms-item .inner .content .book-now:hover::after {
	transform: translate(0);
}
.rooms-slider .rooms-item .inner:hover .image img {
	transform: scale(1.15);
	transition: all 0.3s linear;
}

.more-room .section-title {
	margin-bottom: 45px;
}
/*.more-room .section-title h3.subtitle {
font-size: 31px;
font-weight: 500;
letter-spacing: 0px;
text-transform: none;
color: #383838;
}*/

.facilities .list-facilities .row {
	justify-content: center;
}
.facilities .list-facilities .facilities-item .inner {
	padding: 70px 0 0;
}
.facilities .list-facilities .facilities-item .inner .item-icon {
	padding: 0 20px 30px;
	text-align: center;
}
.facilities .list-facilities .facilities-item .inner .item-icon i {
	display: inline-block;
	color: #212121;
	font-size: 62px;
	min-width: 62px;
	min-height: 62px;
}
.facilities .list-facilities .facilities-item .inner .item-icon img{
	height: 40px;
}
.facilities .list-facilities .facilities-item .inner .item-title {
	text-align: center;
}
.facilities .list-facilities .facilities-item .inner .item-title h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
	color: #000000;
	text-transform: capitalize;
}
@media (max-width: 768px) {
	.facilities .list-facilities .facilities-item .inner {
		padding: 50px 0 0;
	}
}

.video {
	position: relative;
	padding: 250px 0;
	border-radius: 0 60px 0 60px;
}
.video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 0 60px 0 60px;
	background: url("../../../files/images/slide/video.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.video .play {
	display: flex;
	align-items: center;
	justify-content: center;
}
.video .play a img {
	max-width: 90px;
}
@media (max-width: 768px) {
	.video {
		padding: 200px 0;
	}
}
@media (max-width: 576px) {
	.video {
		padding: 150px 0;
	}
}


.service {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.service .bg-service {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/grey-color.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #f8f8f8;
}
.service-wrap__item {
	margin: 100px 0;
}
.service-wrap__item:last-child{
	margin-bottom: 0;
}
.service-wrap__item .image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 0;
}
.service-wrap__item .desc {
	padding: 42px 0px 64px 55px;
}
.service-wrap__item .desc .service-title {
	padding-bottom: 0px;
	color: var(--second-color);
}
@media(max-width:991px){
	.service-wrap__item .desc .service-title{
		padding-bottom: 0;
	}
}
.service-wrap__item .desc .desc-text {
	color: #898989;
	font-family: var(--primary-font);
	font-size: 18px;
	line-height: 30.6px;
	text-align: left;
	letter-spacing: 1.7px;
	padding-bottom: 20px;
}
@media (max-width: 991px) {
	.service-wrap__item .desc {
		padding: 30px 0;
	}
}
.service-wrap__item:nth-child(even) .column-image {
	order: 2;
}
@media (max-width: 991px) {
	.service-wrap__item:nth-child(even) .column-image {
		order: inherit;
	}
}
.service-wrap__item:nth-child(even) .column-desc .desc {
	padding-left: 0;
	padding-right: 55px;
}
@media (max-width: 991px) {
	.service-wrap__item:nth-child(even) .column-desc .desc {
		padding: 30px 0;
	}
}
@media (max-width: 991px) {
	.service-wrap__item {
		margin: 50px 0;
	}
}

.testimonial {
	position: relative;
}
.testimonial .bg-testi {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/bg-testimonail.jpg") no-repeat;
	background-position: top center;
	overflow: hidden;
	z-index: -2;
}
.testimonial .testi-slide {
	position: relative;
	margin-bottom: 30px;
}
.testimonial .testi-slide .owl-stage-outer {
	padding: 30px;
}
.testimonial .testi-slide::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -2;
}
.testimonial .testi-slide .testi-item {
	background-color: #fff;
	position: relative;
	padding: 60px 45px 60px;
	border-radius: 50px 0 50px 0;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.08);
}
.testimonial .testi-slide .testi-item .inner {
	position: relative;
}
.testimonial .testi-slide .testi-item .inner .author {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	margin-right: 36px;
}
.testimonial .testi-slide .testi-item .inner .author img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.testimonial .testi-slide .testi-item .inner .content {
	position: relative;
	padding-left: 120px;
}
.testimonial .testi-slide .testi-item .inner .content .img-quote {
	font-size: 100px;
	line-height: 1;
	position: absolute;
	top: -5px;
	left: 70px;
	font-family: "Amiri", serif;
	font-weight: 600;
	color: var(--second-color);
}
.testimonial .testi-slide .testi-item .inner .content .desc {
	font-size: 18px;
	color: #656565;
	padding-bottom: 25px;
	letter-spacing: 1.7px;
	margin-bottom: 0;
}
.testimonial .testi-slide .testi-item .inner .content .author-wrap .author-name {
	color: var(--second-color);
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: none;
}
.testimonial .testi-slide .testi-item .inner .content .author-wrap .author-infor {
	color: #313131;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
@media (max-width: 768px) {
	.testimonial .testi-slide .testi-item {
		padding: 30px;
	}
	.testimonial .testi-slide .testi-item .inner .author {
		position: relative;
		margin-bottom: 20px;
	}
	.testimonial .testi-slide .testi-item .inner .content {
		padding-left: 0;
	}
	.testimonial .testi-slide .testi-item .inner .content .img-quote {
		left: -25px;
		top: -15px;
		font-size: 70px;
	}
}
.testimonial .testi-slide .owl-dots {
	display: block;
	position: relative;
	margin-top: 70px;
}

.blogs {
	position: relative;
	padding: 60px 0 30px;
}
.blogs .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	transition: border-color 300ms, border-width 100ms;
	background: url("../../images/home-resort-hero-bg.png") no-repeat;
	background-position: top center;
}
/*.blogs .section-title {
	margin-bottom: 30px;
}*/
.blog-details-title{
	color: var(--second-color);
	font-size: 36px;
}
.blogs .blogs-desc {
	padding: 30px 0;
}
.blogs .blogs-desc .blog-slide .blog-item .inner {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .thumd {
	position: relative;
	line-height: 0;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .thumd::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .thumd img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 6/4;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 40px 40px;
	transition: opacity 500ms ease-out, bottom 200ms ease-out;
	text-align: center;
	z-index: 3;
	opacity: 0;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .content .blog-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	line-height: 1.6;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .content .blog-title a {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .content .blog-infor {
	color: #fff;
	margin-bottom: 10px;
}
.blogs .blogs-desc .blog-slide .blog-item .inner .content .blog-infor span {
	text-transform: capitalize;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blogs .blogs-desc .blog-slide .blog-item .inner:hover .thumd::before {
	background-color: rgba(0, 0, 0, 0.6);
}
.blogs .blogs-desc .blog-slide .blog-item .inner:hover .thumd img {
	transform: scale(1.15);
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
.blogs .blogs-desc .blog-slide .blog-item .inner:hover .content {
	opacity: 1;
}


@media (max-width: 768px) {
	.blogs .blogs-desc .blog-slide .owl-nav {
		display: none;
	}
}
.blogs .view-all-blog {
	position: relative;
	padding: 35px 0 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 991px) {
	.blogs .view-all-blog {
		padding: 30px 0;
	}
}

.newsletter {
	position: relative;
	padding: 60px 0 30px;
}
.newsletter .bg {
	position: absolute;
	background: url("../../images/home-resort-newsletter-bg.png") repeat-x;
	background-position: top center;
	overflow: hidden;
	z-index: -2;
	left: 0%;
	top: 120px;
	width: 100%;
	height: 100%;
}
.newsletter .section-title {
	margin-bottom: 45px;
}
.newsletter .newsletter-subscribe {
	padding-bottom: 30px;
}
.newsletter .newsletter-subscribe .subscribe-form {
	position: relative;
	max-width: 480px;
	margin: auto;
	border-radius: 5px;
}
.newsletter .newsletter-subscribe .subscribe-form .form-group {
	padding-right: 87px;
	width: 100%;
	margin-bottom: 0;
}
.newsletter .newsletter-subscribe .subscribe-form .form-group .form-control {
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 45px 0px;
	color: #4e4e4e;
	display: inline-block;
	font-family: var(--primary-font);
	font-size: 17px;
	line-height: 21px;
	height: 76px;
	padding: 6px 25px;
	border-radius: 20px;
	border-width: 0;
	width: 100%;
}
.newsletter .newsletter-subscribe .subscribe-form .form-group .form-control::placeholder {
	text-transform: capitalize;
}
.newsletter .newsletter-subscribe .subscribe-form .form-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.newsletter .newsletter-subscribe .subscribe-form .form-btn .btn-submid {
	background-color: var(--primary-color);
	border:0;
	font-size: 18px;
	font-weight: 600;
	border-radius: 20px;
	height: 76px;
	width: 76px;
	color: #fff;
}
.newsletter .insta-gallery {
	position: relative;
	float: none;
	width: 100%;
}

.insta-gallery {
	padding-bottom: 30px;
}
.insta-gallery .list-insta-gallery {
	padding-bottom: 45px;
}

@media (max-width: 768px) {
	.insta-gallery .list-insta-gallery .owl-nav {
		display: none;
	}
}
.insta-gallery .contact-insta {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}
.insta-gallery .contact-insta__link {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 4px;
	color: #000000;
	text-transform: uppercase;
	padding: 15px 33px;
	display: inline-block;
}
.insta-gallery .contact-insta__link i {
	font-size: 16px;
}
@media (max-width: 576px) {
	.insta-gallery .contact-insta__link {
		padding: 15px 0;
	}
}

.choose-room {
	position: relative;
	background: url("../../../files/images/slide/bn3.jpg");
	background-position: center;
	background-size: cover;
	padding: 130px 0 90px;
	border-radius: 20px;
}
.choose-room::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
}
.choose-room__content {
	position: relative;
	max-width: 840px;
	margin: auto;
	text-align: center;
}
.choose-room__content h3 {
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	.choose-room__content h3 {
		font-size: 40px;
	}
}
.choose-room__content .btn-bookroom {
	background-color: white;
	color: #141414;
	display: inline-block;
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 22.1px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 33px;
}

.list-logo {
	position: relative;
	padding: 120px 0;
}
.list-logo .grid-logo {
	position: relative;
}
@media (max-width: 768px) {
	.list-logo .grid-logo__item {
		margin-bottom: 55px;
	}
	.list-logo .grid-logo__item:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.list-logo {
		padding: 70px 0;
	}
}

.gallery-grid {
	position: relative;
	padding: 100px 20px 30px;
}
@media(max-width:767px){
	.gallery-grid{
		padding: 40px 0px;
	}
}
/*.gallery-grid .section-title .subtitle {
font-size: 41px;
font-weight: 800;
display: inline-block;
letter-spacing: 1px;
margin-bottom: 0;
color: #383838;
line-height: 1;
}*/
.gallery-grid .grid-list-gallery .image {
	position: relative;
}
.gallery-grid .grid-list-gallery .image a .overlay-zoom {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	transition: opacity 500ms ease-out;
}
.gallery-grid .grid-list-gallery .image a .overlay-zoom i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	text-align: center;
	color: #fff;
	width: 25px;
	font-size: 22px;
	line-height: 25px;
	margin-left: -11px;
	margin-top: -11px;
}
.gallery-grid .grid-list-gallery .image a:hover .overlay-zoom {
	opacity: 1;
}

.room-details .room-content {
	position: relative;
	padding: 60px 0 0;
}
.room-details .room-content .room-thumd {
	padding: 0 20px 30px;
}
@media(max-width:991px){
	.room-details .room-content .room-thumd{
		padding: 0;
	}
}
.room-details .room-content .room-thumd .image {
	margin-bottom: 0;
}
.room-details .room-content .room-thumd .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.room-details .room-content .room-name {
	position: relative;
	padding: 10px 0 20px 0;
}
.room-details .room-content .room-name .inner {
	position: relative;
	padding: 0 0 35px;
	margin: 0 15px;
	border-bottom: 1px solid #e6e6e6;
}
@media(max-width:991px){
	.room-details .room-content .room-name .inner{
		padding: 0 0 10px;
		margin: 0;
	}
}
.room-details .room-content .room-name .inner .room-title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0;
}
.room-details .room-content .room-name .inner .room-caption {
	font-size: 20px;
	margin-top: 7px;
}
.room-details .room-content .room-name .inner .room-price {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
}
.room-details .room-content .room-name .inner .room-price .price-head .price-form {
	color: #0f0f0f;
	display: inline;
	font-size: 25px;
	font-weight: 600;
	line-height: 42.5px;
	text-transform: capitalize;
}
.room-details .room-content .room-name .inner .room-price .price-head .price-value {
	color: #0f0f0f;
	display: inline;
	font-size: 25px;
	font-weight: 600;
	line-height: 42.5px;
}
.room-details .room-content .room-name .inner .room-price .price-tail {
	font-size: 17px;
	margin-top: -4px;
}
@media (max-width: 991px) {
	.room-details .room-content .room-name .inner .room-price {
		position: static;
		margin-top: 10px;
	}
}
.room-details .room-content .room-service {
	padding: 0 20px;
	margin-top: 50px;
}
@media(max-width:991px){
	.room-details .room-content .room-service{
		margin-top: 0;
		padding: 0;
	}
}
.room-details .room-content .room-service .inner {
	padding-bottom: 20px;
}
.room-details .room-content .room-service .inner .icon {
	max-width: 30%;
	line-height: 1;
	float: left;
	margin-right: 25px;
	margin-top: 7px;
}
.room-details .room-content .room-service .inner .icon i {
	font-size: 33px;
	line-height: 33px;
	width: 33px;
	color: var(--primary-color);
}
.room-details .room-content .room-service .inner .content {
	overflow: hidden;
	margin-bottom: 16px;
}
.room-details .room-content .room-service .inner .content h3 {
	font-size: 19px;
	font-weight: 600;
	text-transform: none;
	color: #383838;
	line-height: 1.55;
	margin-bottom: 0;
	text-transform: capitalize;
}
.room-details .room-content .room-service .inner .content span {
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	margin-top: 0px;
	color: #747474;
	text-transform: capitalize;
}
.room-details .room-content .room-desc {
	padding: 0 20px 30px;
	border-bottom: 1px solid #e6e6e6;
}
@media(max-width:991px){
	.room-details .room-content .room-desc{
		padding: 0 0 20px;
	}
}
.room-details .room-content .room-desc p {
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
	color: #656565;
	font-family: var(--primary-font);
	font-size: 18px;
	line-height: 30.6px;
	text-align: left;
}
.room-details .room-content .room-amenities {
	margin: 60px 0;
	padding: 0 20px;
}
@media(max-width:991px){
	.room-details .room-content .room-amenities{
		margin: 20px 0;
		padding: 0;
	}
}
.room-details .room-content .room-amenities .title {
	position: relative;
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #383838;
	text-transform: capitalize;
}
.room-details .room-content .room-amenities .inner {
	position: relative;
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 20px;
	transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 300ms ease-out, border-width 300ms;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.room-details .room-content .room-amenities .inner .icon {
	font-size: 20px;
	max-width: 30px;
	margin: 0 16px 0 0;
}
.room-details .room-content .room-amenities .inner .icon-wrap h3 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #848484;
	text-transform: capitalize;
	margin-bottom: 0;
}
.room-details .room-content .room-amenities .inner:hover {
	transform: translateY(-10px);
	box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
.room-details .room-content .room-rules {
	position: relative;
	padding: 0 20px;
	border-top: 1px solid #e6e6e6;
}
.room-details .room-content .room-rules h3 {
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #383838;
	text-transform: capitalize;
}
.room-details .room-content .room-rules .list-rules li {
	position: relative;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	color: #656565;
	line-height: 30.6px;
	text-align: left;
	padding-left: 30px;
}
.room-details .room-content .room-rules .list-rules li::before {
	position: absolute;
	content: "\f192";
	top: 0;
	left: 0;
	font-family: fontawesome;
	color: #000;
}
.room-details .sidebar {
	position: sticky;
	top: 60px;
	margin-bottom: 60px;
}
.room-details .sidebar .booking-bar {
	padding: 60px 0 0;
}
.room-details .sidebar .booking-bar .list-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.room-details .sidebar .booking-bar .list-tab .booking-tab {
	margin-bottom: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: inline-block;
	margin-right: 30px;
	border-color: transparent;
	cursor: pointer;
	color: #bebebe;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.room-details .sidebar .booking-bar .list-tab .booking-tab.active {
	color: var(--second-color);
	border-color: var(--second-color);
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content {
	display: none;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content.active {
	display: block;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room {
	position: relative;
	padding: 0;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group {
	position: relative;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: #f5f5f5;
	margin-bottom: 0;
	width: 100%;
	border-radius: 6px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group label {
	display: block;
	font-size: 16px;
	line-height: 27.2px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #8f8f8f;
	text-transform: capitalize;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .value-space {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	color: #000;
	font-weight: 600;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .value-space::after {
	content: "\f0dd";
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group input,
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group select {
	border-color: transparent;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	height: 30px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .custom-selection__wrap {
	width: 280px;
	top: 90%;
	left: 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
	display: none;
	position: absolute;
	padding: 32px 32px 12px;
	margin: 16px 0 0;
	z-index: 99;
	border-radius: 15px;
	background-color: #fff;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .custom-selection__wrap_item {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .custom-selection__wrap_item .selection-head {
	font-size: 14px;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail {
	float: right;
	color: #000;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group .custom-selection__wrap_item .selection-tail .amount {
	margin: 0 13px;
}
@media (max-width: 576px) {
	.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .form-group {
		margin-bottom: 10px;
	}
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .checkin-form,
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .checkout-form {
	flex-grow: 5;
}
@media (max-width: 576px) {
	.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .checkin-form,
	.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .checkout-form {
		width: 100%;
	}
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .room-form {
	flex-grow: 2;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .room-form .value-space span {
	display: block;
	margin-left: 20px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .room-form .value-space span:first-of-type {
	margin-left: 0;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .guests-form {
	flex-grow: 5;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .guests-form .value-space span {
	display: inline-block;
	margin-left: 20px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .guests-form .value-space span:first-of-type {
	margin-left: 0;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .btn-form {
	padding: 0;
	flex-grow: 2;
	background-color: transparent;
	border: 2px solid #fff;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content1 .form-search__room .search-room .btn-form .btn-search1 {
	width: 100%;
	height: 100%;
	border: 2px solid;
	min-height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: inline-block;
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 6px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group {
	margin-bottom: 20px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group label {
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group input,
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group textarea {
	background-color: #f5f5f5;
	color: #4b4b4b;
	display: inline-block;
	font-family: var(--primary-font);
	border-color: transparent;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group input {
	height: 56px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-group textarea {
	height: 125px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .check-agree {
	position: relative;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .check-agree .check-box {
	position: absolute;
	top: 5px;
	left: 0;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .check-agree label {
	margin-left: 20px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-btn {
	position: relative;
	display: block;
	margin-top: 40px;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-btn .submid-enquiry {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 15px 20px;
	border-radius: 5px;
	color: #0c0c0c;
	border-color: #0c0c0c;
	display: block;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s linear;
}
.room-details .sidebar .booking-bar .booking-tab__content .booking-content2 .form-submid__enquiry .form-btn .submid-enquiry:hover {
	background-color: #000;
	color: #fff;
	transition: all 0.3s linear;
}

.gallery-horizontal {
	padding: 60px 0 30px;
}
.gallery-horizontal ul {
	display: flex;
	align-items: center;
	overflow-x: hidden;
}
.gallery-horizontal ul li {
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-horizontal ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery-horizontal ul li a img {
	display: block;
	min-height: 300px;
	max-height: 300px;
	width: 100%;
}

.review-head {
	padding: 18px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	margin-bottom: 40px;
}
.review-head__infor {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-head__infor .room-rating {
	font-size: 18px;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
.review-head__infor .room-rating .review-rating-text {
	display: block;
	margin-left: 0;
	float: left;
	margin-right: 25px;
	font-size: 20px;
	font-weight: 500;
}
.review-head__infor .room-rating i {
	font-size: inherit;
	margin-right: 6px;
	vertical-align: middle;
	color: #000;
}
.review-head__infor .review-filter {
	float: right;
}
.review-head__infor .review-filter .review-sort-by {
	float: left;
	line-height: 25px;
	padding: 10px 0;
	margin-right: 0px;
}
.review-head__infor .review-filter .review-sort-by .span-head {
	font-weight: 700;
	margin-right: 15px;
}
.review-head__infor .review-filter .review-sort-by .sort-by-field {
	padding-right: 20px;
	position: relative;
	cursor: pointer;
}
@media (max-width: 767px) {
	.review-head__infor {
		flex-direction: column;
	}
}
.review-content {
	margin-bottom: 30px;
}
.review-content__item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #e6e6e6;
	margin-bottom: 40px;
}
.review-content__item .review-user {
	width: 300px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	float: left;
	text-align: center;
}
.review-content__item .review-user .review-avatar {
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0 45px 0 0;
	border-radius: 50%;
}
.review-content__item .review-user .review-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
}
@media (max-width: 767px) {
	.review-content__item .review-user {
		float: none;
		margin: 0 auto 25px;
	}
}
.review-content__item .review-detail {
	border-bottom: 0;
	padding-bottom: 40px;
	font-size: 17px;
	overflow: hidden;
}
.review-content__item .review-detail .detail-desc p {
	font-size: inherit;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
}
.review-content__item .review-detail .detail-rating {
	font-size: 17px;
	margin-bottom: 5px;
	color: #000;
}
.review-content__item .review-detail .detail-rating i {
	color: #000;
}
.review-content__item .review-detail .details-date {
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.hotale-wrap {
	position: relative;
	padding: 70px 0 30px;
}
.hotale-wrap .search-item__wrap {
	position: relative;
	display: block;
}
.hotale-wrap .search-item__wrap .head {
	font-size: 26px;
	font-weight: 500;
	color: #0c0c0c;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 600;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group {
	position: relative;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: #f5f5f5;
	margin-bottom: 0;
	width: 100%;
	border-radius: 6px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group label {
	display: block;
	font-size: 16px;
	line-height: 27.2px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #8f8f8f;
	text-transform: capitalize;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .value-space {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	color: #000;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .value-space::after {
	content: "\f0dd";
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group input,
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group select {
	border-color: transparent;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	background-color: transparent;
	color: #000;
	font-weight: 500;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .custom-selection__wrap {
	width: 280px;
	top: 90%;
	left: 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
	display: none;
	position: absolute;
	padding: 32px 32px 12px;
	margin: 16px 0 0;
	z-index: 99;
	border-radius: 15px;
	background-color: #fff;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .custom-selection__wrap_item {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .custom-selection__wrap_item .selection-head {
	font-size: 14px;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .custom-selection__wrap_item .selection-tail {
	float: right;
	color: #000;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group .custom-selection__wrap_item .selection-tail .amount {
	margin: 0 13px;
}
@media (max-width: 576px) {
	.hotale-wrap .search-item__wrap .form-search__wrap .search-room .form-group {
		margin-bottom: 10px;
	}
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .checkin-form,
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .checkout-form {
	flex-grow: 5;
}
@media (max-width: 576px) {
	.hotale-wrap .search-item__wrap .form-search__wrap .search-room .checkin-form,
	.hotale-wrap .search-item__wrap .form-search__wrap .search-room .checkout-form {
		width: 100%;
	}
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .room-form {
	flex-grow: 2;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .room-form .value-space span {
	display: block;
	margin-left: 20px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .room-form .value-space span:first-of-type {
	margin-left: 0;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .guests-form {
	flex-grow: 5;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .guests-form .value-space span {
	display: inline-block;
	margin-left: 20px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-room .guests-form .value-space span:first-of-type {
	margin-left: 0;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item {
	margin-bottom: 30px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 18px;
	color: #0c0c0c;
	text-transform: capitalize;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .label .close-filter {
	position: relative;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
	float: right;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .label .close-filter::before, .hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .label .close-filter::after {
	content: "";
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	position: absolute;
	right: 0px;
	top: 5px;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .label .close-filter.active::after {
	transform: rotate(90deg);
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .filter-item {
	font-size: 17px;
	padding-bottom: 5px;
	position: relative;
	text-transform: capitalize;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .filter-item input {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d7d7;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	margin: 0px 12px 2px 0px;
	color: #4e4e4e;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .filter-item .checkbox-input {
	font-size: 11px;
	position: absolute;
	left: 2px;
	top: 2px;
	display: none;
	pointer-events: none;
}
.hotale-wrap .search-item__wrap .form-search__wrap .search-tax__item .filter-item input[type=checkbox]:checked + .checkbox-input {
	display: block;
}
.hotale-wrap .search-item__wrap .form-search__wrap .btn-form {
	padding: 0;
	flex-grow: 2;
	background-color: transparent;
	border: 2px solid #fff;
}
.hotale-wrap .search-item__wrap .form-search__wrap .btn-form .btn-search1 {
	width: 100%;
	height: 100%;
	border: 2px solid;
	min-height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: inline-block;
	color: #0c0c0c;
	background-color: transparent;
	border-color: #0c0c0c;
	border-radius: 6px;
}
@media (max-width: 991px) {
	.hotale-wrap .search-item__wrap {
		margin-bottom: 50px;
	}
}
.hotale-wrap .search-content__wrap .item {
	margin-bottom: 60px;
}
.hotale-wrap .search-content__wrap .item-inner {
	display: flex;
	align-items: center;
}
.hotale-wrap .search-content__wrap .item-inner .thumd {
	width: 40%;
}
.hotale-wrap .search-content__wrap .item-inner .desc {
	width: 60%;
	padding: 0 0 0 40px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-title {
	font-size: 30px;
	font-weight: 600;
	color: #0c0c0c;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-title a:hover {
	color: #888;
}
.hotale-wrap .search-content__wrap .item-inner .desc .infor-wrap {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #848484;
}
.hotale-wrap .search-content__wrap .item-inner .desc .infor-wrap__item {
	display: inline;
	margin-right: 30px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .infor-wrap__item i {
	font-size: 28px;
	margin-right: 14px;
	vertical-align: bottom;
	color: #000000;
}
.hotale-wrap .search-content__wrap .item-inner .desc .infor-wrap__item .infor-tail {
	font-size: 17px;
	font-weight: 500;
	color: currentColor;
	text-transform: capitalize;
}
@media (max-width: 576px) {
	.hotale-wrap .search-content__wrap .item-inner .desc .infor-wrap__item {
		margin-bottom: 10px;
		display: inline-block;
	}
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-content {
	margin-bottom: 30px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-rating {
	margin-bottom: 18px;
	margin-top: -10px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-rating i {
	color: #ffc100;
	margin-right: 4px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-rating-text {
	font-size: 13px;
	margin-left: 5px;
	text-transform: capitalize;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-bot .book-link {
	color: #000000;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-bot .price {
	font-size: 25px;
	font-weight: 600;
	color: #000000;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-bot .price-head {
	margin-right: 5px;
}
.hotale-wrap .search-content__wrap .item-inner .desc .room-bot .price-tail {
	text-transform: none;
	font-size: 17px;
	font-weight: 400;
	color: #949494;
}
@media (max-width: 576px) {
	.hotale-wrap .search-content__wrap .item-inner {
		flex-direction: column;
	}
	.hotale-wrap .search-content__wrap .item-inner .thumd {
		width: 100%;
	}
	.hotale-wrap .search-content__wrap .item-inner .desc {
		width: 100%;
		padding: 20px 0;
	}
	.hotale-wrap .search-content__wrap .item-inner .desc .room-bot {
		flex-direction: column;
	}
}

.blogs .list-page {
	position: relative;
	padding: 0 0 40px;
}
.blogs .list-page__item {
	margin-bottom: 60px;
}
.blogs .list-page__item:last-child{
	margin-bottom:0;
}
.blogs .list-page__item .thumd {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.blogs .list-page__item .thumd .coverimg{
	width: 100%;
	height: auto;
}
.blogs .list-page__item .thumd a img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    width: 100%;
    aspect-ratio: 6 / 4;
    border-radius: 24px;
}
/*@media(min-width:992px){
	.blogs .list-page__item .thumd a img{
		height: 500px;
	}
}*/
.blogs .list-page__item .thumd a img:hover {
	transform: scale(1.1);
}
.blogs .list-page__item .desc .desc-head {
	margin-bottom: 25px;
}
.blogs .list-page__item .desc .desc-head .blog-title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
@media(min-width:992px){
	.blogs .list-page__item .desc .desc-head .blog-title{
		min-height: 68px;	
	}
}
.blogs .list-page__item .desc .desc-head .blog-title a {
	color: var(--second-color);
	display: block;
}
.blogs .list-page__item .desc .desc-head .infor-wrap {
	color: #4c4c4c;
}
.blogs .list-page__item .desc .desc-head .infor-wrap__content {
	display: inline-block;
	margin-right: 25px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blogs .list-page__item .desc .desc-head .infor-wrap__content i {
	display: inline;
	font-size: 15px;
	margin-right: 13px;
	line-height: 1;
}
.blogs .list-page__item .desc .desc-head .infor-wrap__content a {
	color: #4c4c4c;
}
.blogs .list-page__item .desc .desc-cont {
	margin-bottom: 20px;
}
.blogs .list-page__item .desc .desc-cont .desc {
	color: #656565;
	font-size: 17px;
	line-height: 28.9px;
	letter-spacing: 1.2px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient:vertical;
}
.blogs .list-page__item .desc .desc-cont .book-link {
	margin-top: 20px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 15px 33px;
	display: inline-block;
}
.blogs .list-page__item .desc .desc-cont .book-link:hover{
	background-color: var(--second-color);
}
.blogs .sidebar {
	position: relative;
}
@media(max-width:991.98px){
	.blogs .sidebar{
		padding-top: 60px;
	}
}
.blogs .sidebar .widget {
	margin-bottom: 55px;
}
.blogs .sidebar .widget .widget-title {
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
	color: var(--second-color);
	/*font-size: 20px;
	font-weight: 500;*/
	text-transform: capitalize;
}
.blogs .sidebar .widget p {
	color: #656565;
	font-size: 18px;
	letter-spacing: 1.2px;
}
.blogs .sidebar .widget-recent .recent-list {
	margin-top: 8px;
}
.blogs .sidebar .widget-recent .recent-list__item {
	margin-bottom: 30px;
}
.blogs .sidebar .widget-recent .recent-list__item .thumd {
	float: left;
	max-width: 60px;
	margin-right: 23px;
	border-radius: 50%;
	overflow: hidden;
}
.blogs .sidebar .widget-recent .recent-list__item .desc {
	overflow: hidden;
}
.blogs .sidebar .widget-recent .recent-list__item .desc .post-infor {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}
.blogs .sidebar .widget-recent .recent-list__item .desc .post-infor span a {
	color: #a8a8a8;
}
.blogs .sidebar .widget-recent .recent-list__item .desc .post-infor span a:hover {
	color: #a8a8a8;
}
.blogs .sidebar .widget-recent .recent-list__item .desc .post-title {
	font-size: 18px;
	font-weight: 700;
}
.blogs .sidebar .widget-recent .recent-list__item .desc .post-title a {
	color: inherit;
}
.blogs .sidebar .widget-tags .tags-cloud {
	display: flex;
	flex-wrap: wrap;
}
.blogs .sidebar .widget-tags .tags-cloud a {
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	padding: 7px 16px 8px;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #918e8e;
	background-color: #ececec;
	border-color: #ececec;
}
.blogs .sidebar .widget-tags .tags-cloud a:hover {
	color: #000;
}
.blogs .sidebar .widget-category ul li {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 28px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #e6e6e6;
}
.blogs .sidebar .widget-category ul li::before {
	content: "\f105";
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -1px;
	color: #232323;
}
.blogs .sidebar .widget-category ul li a {
	color: #232323;
	text-transform: capitalize;
}

.blogs.blog-details .details-content-image{
	padding-bottom: 20px;
}
.blogs.blog-details .details-content-image img{
	    aspect-ratio: 6 / 4;
    border-radius: 24px;
    object-fit: cover;
}
@media(min-width:992px){
	.blogs.blog-details .details-content-image img{
		height: 450px;	
	}
}
.blogs.blog-details .details-content {
	padding: 0 0 20px;
}
@media(max-width:767.98px){
	.blogs.blog-details .details-content img{
		width: 45% !important;
	}
}
.blogs.blog-details .details-content p {
	font-size: 18px;
	letter-spacing: 1.2px;
	color: #656565;
}
.blogs.blog-details .details-content blockquote {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
	border: none;
	background: none;
	font-family: "Amiri", serif;
	position: relative;
	margin-bottom: 55px;
	font-style: italic;
	margin-top: 50px;
	color: #424242;
}
.blogs.blog-details .details-content blockquote::before {
	content: "“";
	font-style: normal;
	font-size: 140px;
	height: 60px;
	line-height: 1;
	float: left;
	margin-right: 30px;
	font-weight: 600;
	margin-top: -5px;
}
.blogs.blog-details .details-content blockquote p {
	font-size: inherit;
}
.blogs.blog-details .details-content .block-image {
	margin: 0 0 1em;
}
.blogs.blog-details .details-content .block-image figure {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	margin-right: 30px;
}
.blogs.blog-details .details-content .block-image figure img {
	height: auto;
	vertical-align: bottom;
	max-width: 425px;
}
@media (max-width: 767px) {
	.blogs.blog-details .details-content .block-image figure img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.blogs.blog-details .details-content .block-image figure {
		margin-right: 0;
	}
}
.blogs.blog-details .details-content .list-no-left {
	margin-left: 35px;
	margin-bottom: 20px;
}
.blogs.blog-details .details-content .list-no-left li {
	list-style: disc;
	line-height: 2;
	color: #656565;
	display: list-item;
	font-family: var(--primary-font);
	font-size: 17px;
	line-height: 34px;
	text-align: left;
}
.blogs.blog-details .details-content-slide .item{
	padding: 5px;
}
.blogs.blog-details .details-content-slide .item img{
	    aspect-ratio: 6 / 4;
}
.block-gallery-grid {
	display: flex;
}
.block-gallery-grid .block-gallery__item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(33.33333% - 0.66667em);
	margin-right: 1em;
}
.block-gallery-grid .block-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
	.block-gallery-grid .block-gallery__item:not(:last-child) {
		width: calc(50% - 1em);
	}
	.block-gallery-grid .block-gallery__item:not(:first-child) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.block-gallery-grid {
		flex-wrap: wrap;
	}
}
.blogs.blog-details .nav-blogs {
	border-top: 1px solid #e6e6e6;
	padding-top: 60px;
	padding-bottom: 0;
	border-bottom: 0;
	padding: 33px 0;
	margin-bottom: 55px;
	display: flex;
}
@media(max-width:991px){
	.blogs.blog-details .nav-blogs{
		margin-bottom: 0;
	}
}
.blogs.blog-details .nav-blogs .single-left,
.blogs.blog-details .nav-blogs .single-right {
	max-width: 50%;
}
.blogs.blog-details .nav-blogs .single-left .text,
.blogs.blog-details .nav-blogs .single-right .text {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
	display: block;
	margin-bottom: 2px;
}
.blogs.blog-details .nav-blogs .single-left a,
.blogs.blog-details .nav-blogs .single-right a {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
}
@media (max-width: 768px) {
	.blogs.blog-details .nav-blogs .single-left,
	.blogs.blog-details .nav-blogs .single-right {
		max-width: 100%;
	}
}
.blogs.blog-details .nav-blogs .single-left {
	float: left;
}
.blogs.blog-details .nav-blogs .single-right {
	float: right;
}
.blogs.blog-details .single-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blogs.blog-details .single-meta .author-tags {
	margin-bottom: 50px;
	padding-bottom: 23px;
}
.blogs.blog-details .single-meta .author-tags a {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 10px;
	padding: 0;
	background: transparent;
	color: #272727;
	border-bottom: 2px solid #e6e6e6;
}
.blogs.blog-details .single-meta .social-share {
	padding-top: 0;
	padding-bottom: 50px;
}
@media(max-width:991px){
	.blogs.blog-details .single-meta .social-share{
		padding-bottom: 10px;
	}
}
.blogs.blog-details .single-meta .social-share .list-share a {
	font-size: 18px;
	width: 40px;
	height: 40px;
	padding: 11px 0;
	background-color: var(--primary-color);
	color: #fff;
	margin: 0 12px 0 0;
	display: inline-block;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	transition: all .3s ease;
}
.blogs.blog-details .single-meta .social-share .list-share a:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
}
.blogs.blog-details .single-meta .social-share .share-count {
	color: #202020;
}
.blogs.blog-details .single-meta .social-share .share-count .core-divider {
	margin-right: 30px;
	margin-left: 36px;
	height: 18px;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #e5e5e5;
}
@media (max-width: 767px) {
	.blogs.blog-details .single-meta .social-share .share-count .core-divider {
		display: none;
	}
}
.blogs.blog-details .single-meta .social-share .share-count .core-count {
	font-size: 15px;
	margin-right: 6px;
	font-weight: 700;
}
.blogs.blog-details .single-meta .social-share .share-count .core-suffix {
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.blogs.blog-details .single-meta .social-share .share-count {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.blogs.blog-details .single-meta {
		flex-direction: column;
	}
	.blogs.blog-details .single-meta .author-tags {
		margin-bottom: 0;
	}
}
.blogs.blog-details .single-author {
	border: none;
	margin-top: 10px;
	margin-bottom: 70px;
	padding: 45px 55px 40px 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
	text-align: center;
}
@media(max-width:991px){
	.blogs.blog-details .single-author{
		padding: 20px;
	}
}
.blogs.blog-details .single-author .author-wrap {
	max-width: 100%;
	margin: 0;
}
.blogs.blog-details .single-author .author-wrap .author-avatar {
	margin: 0;
	float: left;
	margin-right: 30px;
	max-width: 116px;
	overflow: hidden;
	border-radius: 50%;
}
.blogs.blog-details .single-author .author-wrap .author-avatar img {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
@media (max-width: 576px) {
	.blogs.blog-details .single-author .author-wrap .author-avatar {
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
}
.blogs.blog-details .single-author .author-wrap .content-wrap {
	overflow: hidden;
	text-align: left;
}
.blogs.blog-details .single-author .author-wrap .content-wrap .author-caption {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 2px;
	color: #b1b1b1;
}
@media (max-width: 576px) {
	.blogs.blog-details .single-author .author-wrap .content-wrap .author-caption {
		text-align: center;
	}
}
.blogs.blog-details .single-author .author-wrap .content-wrap .author-title {
	font-size: 18px;
	margin-bottom: 25px;
}
.blogs.blog-details .single-author .author-wrap .content-wrap .author-title a {
	color: #141414;
}
.blogs.blog-details .single-author .author-wrap .content-wrap .author-title a:hover {
	color: currentColor;
}
@media (max-width: 576px) {
	.blogs.blog-details .single-author .author-wrap .content-wrap .author-title {
		text-align: center;
	}
}
.blogs.blog-details .related-post {
	margin-bottom: 5px;
}
.blogs.blog-details .related-post .post-title {
	font-size: 28px;
	margin-bottom: 40px;
	font-weight: 700;
	color: #0a0a0a;
}
.blogs.blog-details .related-post .post-list .post-item {
	float: left;
	width: 50%;
	padding: 0 20px;
}
.blogs.blog-details .related-post .post-list .post-item .inner {
	margin-bottom: 50px;
}
.blogs.blog-details .related-post .post-list .post-item .inner .thumd {
	position: relative;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 27px;
}
.blogs.blog-details .related-post .post-list .post-item .inner .thumd img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
}
.blogs.blog-details .related-post .post-list .post-item .inner .content-wrap .blog-date {
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.blogs.blog-details .related-post .post-list .post-item .inner .content-wrap .blog-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.blogs.blog-details .related-post .post-list .post-item .inner .content-wrap .blog-title .blog-title a {
	color: #262626;
}
.blogs.blog-details .related-post .post-list .post-item .inner .content-wrap .blog-title .blog-title a:hover {
	color: #262626;
}
@media (max-width: 576px) {
	.blogs.blog-details .related-post .post-list .post-item {
		width: 100%;
	}
}
.blogs.blog-details .comment {
	margin-bottom: 70px;
}
.blogs.blog-details .comment .comment-reply-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: 28px;
	color: var(--second-color);
	font-weight: 700;
	margin-bottom: 40px;
}
.blogs.blog-details .comment .comment-form .form-group input[type=text],
.blogs.blog-details .comment .comment-form .form-group textarea {
	width: 100%;
	padding: 18px 22px;
	display: block;
	font-size: 14px;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	margin: 0;
	margin-bottom: 14px;
	background-color: #fff;
	border-color: #d7d7d7;
	color: #4e4e4e;
	border-bottom-width: 1px;
	font-weight: 500;
}
.blogs.blog-details .comment .comment-form .cookie-form {
	margin-bottom: 20px;
}
.blogs.blog-details .comment .comment-form .cookie-form label{
	cursor: pointer;
	margin-bottom: 0;
}
.blogs.blog-details .comment .comment-form .form-btn {
	text-align: left;
	padding-top: 20px;
}
.blogs.blog-details .comment .comment-form .form-btn .book-link {
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: #fff;
	text-transform: uppercase;
}
.blogs.blog-details .comment .comment-form .form-btn .book-link:hover{
	background-color: var(--second-color);
}

.infor-location {
	position: relative;
	padding: 30px 0 20px;
	background-color: var(--primary-color);
}
.infor-location .content .inner {
	position: relative;
	padding: 50px 20px 0 20px;
}
@media(max-width:991px){
	.infor-location .content .inner{
		text-align: center;
	}
}
.infor-location .content .inner .icon {
	padding-bottom: 40px;
}
@media(max-width:576px){
	.infor-location .content .inner .icon{
		padding-bottom: 20px;
	}
}
.infor-location .content .inner .icon .icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 50%;
	background-color: #ffffff;
}
.infor-location .content .inner .icon .icon-wrap i {
	color: var(--second-color);
	font-size: 40px;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	display: inline-block;
}
@media(max-width:576px){
	.infor-location .content .inner .icon .icon-wrap i{
		font-size: 25px;
		min-width: 25px;
		min-height: 25px;
	}
}
.infor-location .content .inner .title {
	margin-bottom: 25px;
}
.infor-location .content .inner .title h3 {
	font-size: 26px;
	letter-spacing: 0px;
	text-transform: none;
	color: #ffffff;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 0;
	text-transform: capitalize;
}
.infor-location .content .inner .content p {
	font-size: 18px;
	letter-spacing: 1.2px;
	color: #fff;
}
.infor-location .content .inner .link {
	padding-bottom: 30px;
}
.infor-location .content .inner .link a {
	color: white;
	display: inline;
	font-family: var(--primary-font);
	font-size: 17px;
	font-weight: 700;
	line-height: 28.9px;
	text-align: left;
	text-decoration: underline;
}

.contact-form {
	position: relative;
	padding: 90px 0 35px 0;
}
.contact-form .contact-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 1px;
	max-width: 760px;
}
.contact-form .contact-inner .contact-head {
	padding: 0 20px 60px;
	text-align: center;
}
@media(max-width:767px){
	.contact-form .contact-inner .contact-head{
		padding: 0 0 40px;
	}
}
.contact-form .contact-inner .contact-head h3 {
	font-size: 39px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	display: inline-block;
	color: #383838;
	margin-bottom: 0;
}
.contact-form .contact-inner .contact-head span {
	font-size: 19px;
	font-style: normal;
	letter-spacing: 0px;
	color: #747474;
	display: block;
	margin-top: 10px;
}
.contact-form .contact-inner .form-contact .form-group input,
.contact-form .contact-inner .form-contact .form-group textarea {
	padding: 15px 22px;
	font-size: 15px;
	color: #4e4e4e;
	background-color: #f2f2f2;
	width: 100%;
	display: block;
	border-color: transparent;
}
.contact-form .contact-inner .form-contact .form-group input:focus,
.contact-form .contact-inner .form-contact .form-group textarea:focus {
	outline: none;
}
.contact-form .contact-inner .form-contact .form-group textarea {
	height: 120px;
}
.contact-form .contact-inner .form-contact .form-btn {
	display: block;
	margin-top: 10px;
}
.contact-form .contact-inner .form-contact .form-btn .book-link {
	display: inline-block;
	background-color: var(--primary-color);
	border-radius: 5px;
}

.map .map-inner iframe {
	width: 100%;
	height: 500px;
}

#backtotop {
	position: fixed;
	z-index: 1000;
	background: var(--primary-color);
	width: 45px;
	height: 45px;
	line-height: 50px;
	bottom: 25px;
	right: 25px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	display: none;
	transition: all 0.3s ease-in-out;
}
#backtotop:hover {
	background-color: #000;
}

#backtotop.show {
	display: block;
}

.footer {
	position: relative;
	border-radius: 20px;
	background-color: #f8f8f8;
}
.footer-logo{
	max-width: 200px;
}
.footer-logo img{
	max-width: 100%;
}
.footer .footer-top {
	padding: 50px 0 20px;
	font-size: 17px;
	color: #333;
}
.footer .footer-top .footer-title {
	margin-bottom: 25px;
	font-size: 18px;
	color: var(--second-color);
}
.footer .footer-top .footer-title h4 {
	color: var(--second-color);
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer .footer-top .social span {
	margin-bottom: 0;
}
.footer .footer-top .social span a{
	display: inline-flex;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    border-radius: 50%;
    color: #fff;
}
.footer .footer-top .social span a:hover{
	background: var(--primary-color);
}
.footer .footer-top .social span i {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer .footer-top .contact-infor p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.7px;
	color: inherit;
}
.footer .footer-top .contact-infor p span {
	color: inherit;
	text-transform: capitalize;
}
.footer .footer-top .contact-infor p a {
	color: currentColor;
}
.footer .footer-top .contact-card .image {
	margin: auto;
}
.footer .footer-top .contact-card .image img {
	max-width: 50%;
	filter: invert(1);
}
@media (max-width: 991px) {
	.footer .footer-top .footer-column {
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.footer .footer-top .footer-column {
		padding-bottom: 60px;
	}
	.footer .footer-top .footer-column:nth-child(3), .footer .footer-top .footer-column:nth-child(4) {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.footer .footer-top {
		padding: 50px 15px;
	}
}
@media(max-width:576px){
	.footer .footer-top{
		padding: 50px 10px;
	}
}
.footer .footer-top .links-page .item img{
	max-height: 60px;
	width: auto;
	height: 100%;
}


.ui-widget.ui-widget-content {
	border: none;
	border-radius: 15px;
	margin: 16px 0 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	padding: 40px;
	min-width: 320px;
	width: auto;
}

.ui-datepicker .ui-datepicker-header {
	background-color: transparent;
	border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 20px;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
	position: absolute;
	content: "\f053";
	top: 0;
	left: 0;
	font-family: fontawesome;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next:focus {
	border: none;
	background-color: transparent;
}

.ui-datepicker .ui-datepicker-next::before {
	content: "\f054";
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-widget-content .ui-state-default:hover {
	color: #fff;
	background-color: var(--second-color);
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 17px;
	text-align: center;
	padding: 14px 20px;
	font-weight: 500;
	margin: 0;
	background-color: #f6f6f6;
	color: #767676;
}

.section-title {
	position: relative;
	max-width: 760px;
	margin: auto;
	margin-bottom: 90px;
	text-align: center;
}
.section-title .sectitle {
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	color: #898989;
	font-family: var(--primary-font);
	font-size: 21px;
	line-height: 35.7px;
}
.section-title .subtitle {
	text-transform: capitalize !important;
	font-size: 80px;
	line-height: 96px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	color: var(--primary-color);
}
@media (max-width: 768px) {
	.section-title {
		margin-bottom: 30px;
	}
	.section-title .subtitle {
		font-size: 55px;
		line-height: 1.2;
	}
}

.book-link {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	padding: 11px 20px;
	color: #fff;
}
.book-link:hover {
	color: #fff;
}

.link-detail {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 4px;
	color: #000000;
	padding: 15px 0px 10px 0px;
	text-transform: uppercase;
	border-radius: 0px;
	border-bottom: 1px solid #dadada;
}
.link-detail:hover {
	border-color: #000000;
	color: #000000;
}

/*# sourceMappingURL=style.css.map */
.owl-carousel{
	z-index: 0;
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: var(--primary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: var(--primary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
	background: var(--primary-color);
}

.slider__img__detail .list__image img{
	aspect-ratio: 6/4;
	object-fit: cover;
	border-radius: 24px;
}
@media(min-width:992px){
	.slider__img__detail .list__image img{
		height: 500px;	
	}
}

@media(max-width:991px){
	.mobile-hidden-lg{
		display: none !important;
	}
}
@media(min-width:992px){
	.hidden-lg{
		display: none !important;
	}
}

.banner-home .banner-slide{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsletter-form .form-control{
	border-color: var(--second-color);
	border-radius: 4px;
	font-size: 14px;
}
.newsletter-form .form-btn{
	background: var(--second-color);
	color: #fff;
	border-color: var(--second-color);
}

.br-bot-0{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.type-room-title{
	position: relative;
	text-align: center;
}

.slick-arrow{
	z-index: 1;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
}
.slick-arrow:hover{
	background: var(--primary-color);
	opacity: .8;
}
.slick-prev{
	left: 10px;
}
.slick-prev:before{
	content: "\f053";
	font-family: fontawesome;
}
.slick-next{
	right: 10px;
}
.slick-next:before{
	content: "\f054";
	font-family: fontawesome;
}

