@import url("https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.css");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
.section-product h1{
	font-family: 'Montserrat', cursive !important;
    font-size: 37px !important;
}
.section-titles h1{
	font-family: 'Montserrat', cursive !important;
}
.text-blog-padding {
	padding: 50px 0px 0px 0px !important;
}
.seo-footer p {
	margin-bottom: -6px !important;
}
.rooms1 .item .con h5, .rooms1 .item .con h5 a {
	margin-top: 3px;
	margin-bottom: 0px;
}
.f-seo-container.rooms1 .item .con {
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 1) 89%, rgba(0, 0, 0, 1) 0%) !important;
}
.f-seo-container.rooms1 .item .con .line {
	margin: auto 0 5px !important;
}
.news .item img {
	height: 300px;
}
.banner-hg {
	background-size: contain !important;
	background-position: unset !important;
}
.h-size img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.icon-w img {
	width: 15%;
}
.news .item .con h5, .news .item .con h5 a {
	font-size: 26px;
}
.bg-slider {
	display: none;
}
.w-button.w-active {
	padding: 0;
}
.w-button.w-active .w-button-text {
	display: none;
	transition: .3s ease;
}
.w-button {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: fit-content;
	padding: 0 15px 0 3px;
	background-color: #9d6c48;
	z-index: 999;
	border-radius: 10px;
	cursor: pointer;
	transition: .3s ease;
}
.w-button .w-button-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	vertical-align: middle;
	background: rgb(159,110,74);
}

.w-button .w-button-text {
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	font-size: 13px;
}
.w-button .w-button-icon img {
	width: 24px;
	margin: 0 auto;
}
.w-container .w-container-in {
	background-image: url(/theme/img/bg-3.jpg);
	padding: 10px;
	background-position: center center;
	background-size: cover;
}
.w-container .w-container-close {
	position: absolute;
	top: -25px;
	right: 10px;
	width: 15px;
}
.w-container .w-container-title {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.w-container .w-container-in .w-content {
	padding: 5px 10px;
	background: rgb(255 255 255);
	color: #b18464;
	display: block;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 10px;
}
.w-container .w-container-in .w-content span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.w-container {
	position: fixed;
	bottom: -100%;
	left: 20px;
	width: fit-content;
	padding: 8px;
	z-index: 999;
	border-radius: 0.33 rem;
	transition: .3s ease;
	background: linear-gradient(180deg, rgba(159,110,74,1) 0%, rgba(253,224,212,1) 50%, rgba(159,110,74,1) 100%);
}
.w-button.w-active .w-container {
	bottom: 65px;
	transition: .3s ease;
}
@media (max-width: 999px) {
	.h-size img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	.news .item .con h5, .news .item .con h5 a {
		font-size: 20px;
	}
	.header .caption h1 {
		font-size: 17px;
		margin-bottom: 15px;
		letter-spacing: 0px;
		line-height: 2;
	}
	.slider-fade .owl-item {
		height: 30vh;
	}
	.logo-img {
		width: 117px;
	}
	.navbar {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		margin-top: -5px;
		height: 108px !important;
		background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 44%) 70%, rgba(0,212,255,0) 100%);
	}
	.bg-slider {
		width: 100%;
		
		
		height: 101px;
	}
	.logo-wrapper {
		padding: 10px;
	}

	.nav-scroll .logo-img {
		width: 110px;
	}
	.section-padding {
		padding: 60px 0;
	}
	.section-title {
		font-size: 35px;
	}
	.video-wrapper {
		min-height: 360px;
	}
	.banner-header h1 {
		font-size: 35px;
	}
	.banner-hg {
		height: 34vh;
	}
	.banner-hg-45 {
		height: 45vh;
	}
	.banner-header p {
		font-size: 12px;
	}
	.h-30 {
		height: 30% !important;
	}
	.h-100 {
		height: 100%;
	}
	.w-container-title {
		display: none;
	}

	.dropdown .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	.dropdown .opened.dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: block !important;
	}

	.dropdown:hover .dropdown-menu, .dropdown:hover .mega-menu {
		opacity: inherit !important;
		visibility: inherit !important;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: none;
	}
	.m-mt-40 {
		margin-top: 40px !important;
	}
	.banner-hg {
		height: 14vh !important;
	}
	.banner-hg {
		background-size: cover !important;
	}
	.banner-header h1 {
		font-size: 25px;
	}

}

/* CSS */
.btn-location {
	background-color: #fff;
	border: 0 solid #e2e8f0;
	border-radius: 1.1 rem;
	box-sizing: border-box;
	color: #0d172a;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none #0d172a solid;
	text-decoration-thickness: auto;
	transition: all .1s cubic-bezier(.4, 0, .2, 1);
	box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	margin: 5px;
}
.btn-location:hover {
	background-color: #1e293b;
	color: #fff;
}

@media (min-width: 768px) {
	.btn-location {
		font-size: 1rem;
		padding: 0.8 rem 1.4 rem;
	}
}
