/*Typography*/

@font-face {
	font-family: 'Noto Sans Thai';
	src: url('../fonts/NotoSansThai-Regular.woff2') format('woff2'),
	url('../fonts/NotoSansThai-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Thai';
	src: url('../fonts/NotoSansThai-Light.woff2') format('woff2'),
	url('../fonts/NotoSansThai-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Noto Sans Thai SemBd';
	src: url('../fonts/NotoSansThai-SemiBold.woff2') format('woff2'),
	url('../fonts/NotoSansThai-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Thai-Bold';
	src: url('../fonts/NotoSansThai-Bold.woff2') format('woff2'),
	url('../fonts/NotoSansThai-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.eot');
	src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Inter-Bold.woff2') format('woff2'),
	url('../fonts/Inter-Bold.woff') format('woff'),
	url('../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Light.eot');
	src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Inter-Light.woff2') format('woff2'),
	url('../fonts/Inter-Light.woff') format('woff'),
	url('../fonts/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.eot');
	src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Inter-Regular.woff2') format('woff2'),
	url('../fonts/Inter-Regular.woff') format('woff'),
	url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.eot');
	src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Inter-SemiBold.woff2') format('woff2'),
	url('../fonts/Inter-SemiBold.woff') format('woff'),
	url('../fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/********** Main Class **********/

html {
	font-size: 10px;
}

body {
	font-family: 'Inter';
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 2.8rem;
	overflow-x: hidden;
	color: #333333;
}

a {
	color: #7E9386;
	text-decoration: none;
}

a:hover {
	color: #7ea79d;
}

strong {
	font-family: 'Inter';
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter';
	font-weight: bold;
}

h3 {
	font-size: 1.8rem;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/status.gif) 50% 50% no-repeat rgba(255, 255, 255, 1);
}

.section-bs {
	padding: 80px 0;
}


.heading-section {
	position: relative;
	margin-bottom: 30px;
}

.heading-section h2 {
	font-size: 3.2rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'Inter';
	font-weight: bold;
}

.heading-section p {
	line-height: 2.4rem;
}

.heading-section span {
	color: #7E9386;
	letter-spacing: 5px;
	margin-bottom: 10px;
	display: block;
}

.content-detail .heading-section span {
	font-size: 1.4rem;
	color: #333;
	margin: 5px 0 30px;
	font-weight: 400;
}

.heading-section .mb-divider {
	margin-top: 30px;
}

.content-divider {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

.heading-line {
	width: 80px;
	height: 1px;
	background: #ED2D32;
	margin: 15px 0;
}

.line-divider {
	width: 100%;
	height: 1px;
	background: #efefef;
}

.imgw-caption {
	margin-bottom: 30px;
}

.cvpage {
	position: relative;
}

.cvpage h1 {
	font-size: 4rem;
	margin-bottom: 15px;
}

/*
.cvpage .container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	margin-bottom: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	width: 100%;
}*/

.cvpage-img {
	background-image: url(../images/cvpage.jpg);
	background-position: center center;
	background-size: cover;
	padding: 150px 0 100px;
	color: #fff;
}

.breadcrumb-dt {
	text-align: center;
	font-size: 1.6rem;
}

.breadcrumb-dt a {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

.breadcrumb-dt a:hover {
	opacity: 0.6;
}

.breadcrumb-dt p {
	display: inline-block;
	color: #fee96c;
	margin-bottom: 0;
}

.breadcrumb-dt a:first-child {
	margin-left: 0;
}

.breadcrumb-dt p {
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb-ct {
	margin-bottom: 15px;
}

.breadcrumb-ct a {
	color: #333;
}

.btn {
	padding: 10px 30px;
	position: relative;
	font-size: 1.6rem !important;
	font-family: 'Inter';
	font-weight: bold;
	color: #fff;
}

.btn-main {
	width: 100%;
	background: #B9A779;
	padding: 10px 30px 10px 30px;
	font-size: 1.6rem;
}

.btn-main:hover {
	background: #D5C395;
	text-decoration: none;
	color: #fff;
}

.btn-main:hover .btn-circle {
	background: #ED1D24;
}

.btn-main-secondary {
	background: #FCAF17;
	color: #333333;
}

.btn-main-secondary:hover {
	background: #FFC146;
	color: #333333;
}

.btn-circle {
	width: 36px;
	line-height: 36px;
	background: #F23D3E;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 32px;
}

.btn-outline img {
	margin-top: -3px;
	max-width: 16px;
}

.btn-main a {
	color: #333;
}

.btn-login {
	background: #efbe35;
}

.btn-outline {
	padding: 10px 20px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
	border-radius: 8px;
}

.btn-outline:hover {
	background: #ffffff;
	color: #333333 !important;
	border: 1px solid #ffffff;
}

.btn:focus,
.btn.focus {
	box-shadow: none;
}

.btn-outline-secondary {
	border: 1px solid #C4161C;
	color: #C4161C;
}

.btn-outline-secondary:hover {
	background: #C4161C;
	border: 1px solid #C4161C;
	color: #ffffff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	background: #C4161C;
	border: 1px solid #C4161C;
	color: #ffffff;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: none;
}

.btn-text {
	color: #7E9386;
	display: block;
	margin-top: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.link-mb {
	display: none;
}

.btn-black {
	background: #333;
	color: #fff !important;
}

.btn-black:hover {
	background: #444;
}

.form-container .btn-outline {
	border: 2px solid #000;
	background: none;
}

.form-container .btn-outline:hover {
	background: #000;
	color: #fff;
}

.btn-section a {
	color: #333;
	vertical-align: middle;
}

.btn-section i {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 14px;
}

.more-btn {
	font-family: 'Inter';
	font-weight: bold;
}

.pagination {
	justify-content: center;
}

.page-link {
	color: #000;
	padding: 0.7rem 1.2rem;
	margin: 0 2px;
	font-size: 1.6rem;
}

.page-link:hover {
	background: #7E9386;
	color: #fff;
	border-radius: 4px;
}

.page-link .fa {
	font-size: 1.4rem;
}

.page-link {
	background: none;
	border: none;
}

.page-item.disabled .page-link {
	background: none;
	border: none;
}

.page-link-active {
	background: #7E9386;
	color: #fff;
	border-radius: 4px;
}

.page-link-active:hover {
	background: #7E9386;
	color: #fff;
	border-radius: 4px;
}

.page-item:first-child .page-link {
	border-radius: 4px;
}

.page-item:last-child .page-link {
	border-radius: 4px;
}

/*Loader*/

#loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

/*Breadcrumb*/

.breadcrumb-container {
	padding: 10px 0 0;
	background: #ffffff;
}

.breadcrumb {
	background: #ffffff;
	padding: 0;
	margin-bottom: 0;
}



/*Navbar*/

.nav-dt {
	padding: 15px 0;
	background: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
}

.navbar-top {
	background: #044B80;
	color: #fff;
	padding: 5px 0;
	font-size: 1.4rem;
}

.nav-link {
	font-family: 'Inter';
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #ffffff;
}

.nav-link:hover {
	color: #fafafa;
	opacity: 0.8;
}

.nav-link:after {
	display: block;
	content: '';
	border-bottom: solid 3px #7E9386;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.nav-link:hover:after {
	transform: scaleX(1);
}

.nav-item {
	margin-right: 15px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-mobile {
	display: none;
	position: relative;
}

.navbar-brand img {
	max-width: 100px;
}

#menu-fix {
	position: fixed;
	top: 0px;
	width: 100%;
	color: #333;
	z-index: 1000;
	display: none;
	-webkit-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
	box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
}

#menu-fix .nav-dt {
	background-color: #000000;
	padding: 10px 0;
}

#menu-fix .navbar {
	padding: 0;
}

#menu-fix .navbar-nav {
	padding: 0;
}

#menu-fix .nav-dt .navbar-brand img {
	max-width: 120px;
}

#menu-fix .nav-item-line {
	background: #4cb050;
}

#menu-fix .nav-item-line a:hover {
	background: #1CA822 !important;
}

#menu-fix .navbar::before {
	display: none;
}

#menu-fix .nav-link {
	font-size: 1.4rem;
}

#menu-fix .btn-outline {
	background: #fff;
	color: #333;
}

#menu-fix .btn-outline:hover {
	background: #fff;
	color: #333;
}

/*
.owl-carousel .owl-stage-outer {
	height: calc(100% + 30px);
	margin: -15px;
	padding: 15px;
	width: calc(100% + 30px);
}*/

/*About*/

.about-section {
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
}

.about-item {
	text-align: center;
}

.about-item img {
	margin-bottom: 30px;
}

.about-item h3 {
	font-size: 2.4rem;
}

/*Room*/

.room-section {
	background-image: url(../images/room-bg.jpg);
	background-size: cover;
	color: #ffffff;
}

.otherroom-section {
	padding: 160px 0 80px;
	background: #ffffff;
}

.room-section .container {
	position: relative;
}

.room-section a {
	color: #ffffff;
}

.customer-container {
	margin-top: 30px;
}

.customer-container img {
	max-width: 32px;
	display: inline-block !important;
	margin-right: 15px;
}

.customer-container p {
	display: inline-block !important;
}

.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	margin: 5px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #7E9386;
}

/*Footer*/

.footer-section {
	padding: 80px 0 15px;
	background: #EFEFEF;
	color: #333333;
}

.footer-section a {
	color: #333333;
	font-family: 'Inter';
	font-weight: bold;
}

.footer-container h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer-col ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 30px;
}


.footer-col li {
	display: inline-block;
	margin-right: 30px;
}

.footer-social {
	margin-top: 30px;
}

.footer-social ul {
	padding-left: 0;
	list-style-type: none;
}

.footer-social li {
	display: inline-block;
	margin-right: 15px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social .heading-section {
	margin-bottom: 15px;
}

.footer-social h3 {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #809689;
}

.footer-social h3 {
	font-size: 1.4rem;
}

.copyright {
	margin-top: 40px;
}

.copyright p {
	margin-bottom: 0;
}

.policy {
	list-style-type: none;
	padding-left: 0;
	margin: 15px auto 0;
}

.policy li {
	display: inline-block;
	margin-right: 30px;
}

.policy li:last-child {
	margin-right: 0;
}

.policy li a {
	font-weight: normal;
}

.nav-mobile {
	display: none;
}

.customer-section {
	background: #f8f8f8;
}

/*PDPA*/

.content-container {
	margin: 30px 0;
	/*
	font-family: 'montserratregular';*/
}

.content-container:last-child {
	margin-bottom: 0;
}

.content-container ul {
	list-style-type: none;
	padding-left: 0;
}

.cookiealert {
	background-color: rgba(0, 0, 0, 0.8);
}

/*Input*/

.form-group input {
	height: 40px;
	border-radius: 0;
}

.form-group textarea {
	height: 120px;
	border-radius: 0;
}

.form-group input {
	font-size: 1.6rem;
}

.form-group textarea {
	font-size: 1.6rem;
}

.form-control:focus {
	box-shadow: none;
	border-color: #333;
}

.form-group label {
	font-size: 1.4rem;
	font-weight: 600;
}

/*Facilities*/

.facilities-section {
	background: #efefef;
}

.offer-detail {
	border: 1px solid #efefef;
	padding: 30px;
	min-height: 320px;
}

.offer-detail h2 {
	font-size: 2rem;
}

/*Special Offers*/

.specialoffer-item h4 {
	font-size: 2.2rem;
	margin-bottom: 20px;
	color: #404040;
}

.specialoffer-detail {
	padding: 0 40px;
}

.specialoffer-detail ul {
	padding-left: 0;
	list-style-type: none;

}

.specialoffer-detail strong {
	color: #404040;
}

.specialoffer-detail p {
	margin-bottom: 0.5rem;
}

.offer-rate {
	margin-bottom: 0;
}


.specialoffer-item .btn-book {
	margin-top: 15px;
	text-align: center;
	width: 30%;
	display: block;
	float: right;
}

.col-offer {
	margin: 0 auto;
}

.booknow button {
	background: none;
	border: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 74px;
	width: 100%;
	height: 100%;
	color: #fff;
	cursor: pointer;
}

.bg-grey {
	background: #dddddd;
}

/*Table*/

table {
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

table th {
	background: #646464 url() 0 0 no-repeat;
	color: #fff;
	padding: 5px 10px;
}

table td {
	padding: 5px 10px;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
}

/*Room*/

.room-container {
	background: #fff;
	border: 1px solid #efefef;
	margin-bottom: 30px;
	position: relative;
	padding: 30px;
}

.room-container:last-child {
	margin-bottom: 0;
}

.room-container .heading-section {
	margin-bottom: 0;
}

.room-container h3 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333333;
}

.room-detail-container {
	padding: 30px 0;
}

.room-container .room-detail h3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.room-detail {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #efefef;
}

.room-detail ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.room-detail li {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	line-height: 2rem;
	margin-bottom: 10px;
}

.room-detail li img {
	max-width: 16px;
	vertical-align: middle;
}

.detail-list {
	display: inline-block;
	width: 6%;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}

.room-detail li p {
	display: inline-block;
	width: 85%;
	vertical-align: top;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.room-detail-left {
	padding: 30px 0 30px 30px;
}

.room-detail-right {
	padding: 0;
}

.contact-section .heading-section h2 {
	font-size: 2.4rem;
}

.main-content {
	position: relative;
}

.main-content .owl-theme .custom-nav {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
	left: -40px;
}

.main-content .owl-theme .custom-nav .owl-next {
	right: -40px;
}

.main-content .owl-dots {
	margin-top: 15px;
}

.main-content1 {
	position: relative;
}

.main-content1 .owl-theme .custom-nav {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content1 .owl-dots {
	margin-top: 15px;
}

.main-content2 {
	position: relative;
}

.main-content2 .owl-theme .custom-nav {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev,
.main-content2 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i,
.main-content2 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content2 .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content2 .owl-dots {
	margin-top: 15px;
}

.main-content3 {
	position: relative;
}

.main-content3 .owl-theme .custom-nav {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}

.main-content3 .owl-theme .custom-nav .owl-prev,
.main-content3 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content3 .owl-theme .custom-nav .owl-prev i,
.main-content3 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content3 .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content3 .owl-dots {
	margin-top: 15px;
}

.main-content5 {
	position: relative;
}

.main-content5 .owl-theme .custom-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin-top: 0;
}

.main-content5 .owl-theme .custom-nav .owl-prev,
.main-content5 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content5 .owl-theme .custom-nav .owl-prev i,
.main-content5 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content5 .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content5 .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content5 .owl-dots {
	margin-top: 15px;
}

.main-content6 {
	position: relative;
}

.main-content6 .owl-theme .custom-nav {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin-top: 0;
}

.main-content6 .owl-theme .custom-nav .owl-prev,
.main-content6 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content6 .owl-theme .custom-nav .owl-prev i,
.main-content6 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content6 .owl-theme .custom-nav .owl-prev {
	left: 0;
}

.main-content6 .owl-theme .custom-nav .owl-next {
	right: 0;
}

.main-content6 .owl-dots {
	margin-top: 15px;
}

.icon-arrow {
	max-width: 24px;
}

.facilities-item h3 {
	font-size: 1.6rem;
	margin-top: 15px;
	text-align: center;
}

#superslides .all-caption {
	z-index: 2;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 50%;
	margin-top: -110px;
}

#superslides .all-caption h3 {
	color: #FFF;
	font-size: 36px;
	letter-spacing: 1.5px;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#superslides .all-caption .img-caption {}

.slides-pagination {
	display: none;
}

/*Gallery*/

.gallery-section {
	background: #F8F8F8;
}

.gallery-mb-section {
	display: none;
}

/*Banner*/

.social-banner {
	list-style-type: none;
	padding-left: 0;
	margin-top: 30px;
}

.social-banner li {
	display: inline-block;
	margin-right: 15px;
}

.social-banner li:last-child {
	margin-right: 0;
}

.btn-slides {
	display: inline-block;
	margin-top: 120px;
	height: 50px;
	padding: 10px 10px;
	transition: all 0.2s;
}

.btn-slides:before {
	content: "";
	display: block;
	background-image: url(../images/icon-double-down.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 35px;
}

.btn-slides:hover,
.btn-slides:focus {
	opacity: 0.7;
}

.bounce {
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-25px);
	}
	60% {
		-webkit-transform: translateY(-10px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-25px);
	}
	60% {
		-moz-transform: translateY(-10px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-25px);
		-moz-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		transform: translateY(-25px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/*Location*/

.location-section .heading-section {
	margin-bottom: 0;
}

/*Rooms*/

.about-fst {
	position: relative;
}

.about-fst h2 {
	margin-bottom: 5px;
	color: #ffffff;
}

.content-detail .heading-section {
	margin-bottom: 15px;
}

.content-detail h2 {
	margin-bottom: 5px;
}

.content-detail img {
	max-width: 140px;
	margin-bottom: 15px;
}

.content-detail ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.content-detail ul li {
	display: block;
	margin-bottom: 5px;
}

.room {
	position: relative;
}

.room .container-fluid {
	padding: 0;
}

.rooms-detail {
	padding: 80px 0;
	background-image: url(../images/room-bg.jpg);
	background-size: cover;
	position: relative;
	text-align: left;
}

.rooms-detail .content-detail h3 {
	color: #fff;
	text-align: left;
}

.rooms-detail .content-detail p {
	color: #fff;
	text-align: left;
}

.rooms-detail .content-detail .fa {
	color: #fff;
}

.row-rooms {
	border-bottom: 4px solid #333;
}

.row-rooms .carousel-indicators {
	bottom: 15px;
}

.row-rooms .carousel-indicators .active {
	background: #30466b;
	border: 1px solid #fff;
}

.row-rooms .content-detail h3 {
	margin-bottom: 20px;
}

.row-rooms .content-detail a {
	color: #7E9386;
	display: block;
	margin-top: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.row-rooms .facilities-detail a {
	color: #7E9386;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	text-decoration: none;
}

.vr-txt {
	text-decoration: none !important;
	color: #333 !important;
}

.vr-txt:hover {
	color: #7E9386 !important;
}

.vr-txt .fa {
	font-size: 2rem;
	margin: 0 8px 0 0;
}

.gallery-vr ul {
	list-style-type: none;
	padding-left: 0;
}

.gallery-vr ul li {
	display: inline-block;
	margin-right: 30px;
}

.gallery-vr ul li:last-child {
	margin-right: 0;
}

.gallery-vr ul li a {
	color: #7E9386 !important;
}

.gallery-vr ul li a:hover {
	text-decoration: underline !important;
}

.row-rooms .ehover6 img {
	width: 100%;
}

.modaal-image .modaal-inner-wrapper {
	position: relative;
}

.modaal-wrapper .modaal-close {
	position: absolute;
}

.row-rooms .ehover6 img {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.row-rooms .hover .overlay {
	cursor: pointer;
}

.row-rooms .carousel-indicators li {
	background: #c0c0c0;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	display: none;
}

.rooms-detail .room-divider {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	margin: 15px 0;
}

.rooms-detail h4 {
	color: #fff;
	margin-top: 40px;
}

.amenities-wrapper p {
	text-align: center;
}

.amenities-wrapper span {
	color: #fff;
	width: 90%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.amenities-wrapper .fa {
	color: #fff;
	width: 8%;
	display: inline-block;
}

.room-nav-container {
	background: #efefef;
	padding: 30px;
}

.room-nav-inner {
	margin-bottom: 0;
	padding: 0;
}

.room-nav-inner li {
	display: inline-block;
	margin-right: 15px;
}

.room-nav-inner li a {
	color: #999999;
	font-weight: 600;
}

.room-nav-inner li .room-nav-active {
	color: #333333;
	font-weight: 600;
	text-decoration: underline;
}

.room .owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: -32px;
	z-index: 9999;
	position: relative;
}

/*Location*/

.map-section {
	line-height: 0;
}

.map-section .container-fluid {
	padding: 0;
}

.slides-navigation a {
	position: absolute;
	display: block;
	font-size: 2.4rem;
	color: #fff;
	padding: 15px;
}

.slides-navigation a img {
	max-width: 24px;
}

.eos-panel-top {
	line-height: 60px !important;
}

.eos-panel-top .btn {
	display: inline;
	background: #fff;
	color: #333;
	border-radius: 8px;
	padding: 10px 20px;
}

/*Modal*/

.modal-event .modal-body {
	padding: 0;
	position: relative;
}

.modal-event button.close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 3rem;
	color: #000;
}

.event-section h1 {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.event-section .bg-grey {
	background: #efefef;
}

#main-navbar {
	padding: 15px 0;
}

.event-header img {
	max-width: 150px;
}

.event-header {
	background: #000;
}

.event-detail-container h3 {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.event-special h3{
	font-size: 1.4rem;
}
.event-detail-container ul {
	list-style-type: none;
	padding-left: 0;
}

.event-more-info {
	margin-bottom: 15px;
	border-top: 1px solid #333;
	padding-top: 15px;
}

.event-more-info p {
	margin-bottom: 0;
	font-weight: 600;
}

.event-more-info:last-child {
	margin-bottom: 0;
}
.event-body{
	font-size: 1.4rem;
}
.event-body .main-content1 .owl-dots {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.event-body .booking-form .form-group {
	margin-bottom: 15px;
}

.event-body .booking-form .form-group input {
	background: #fff;
	border: 1px solid #ced4da;
	padding: 0 5px;
}

.event-body .booking-form .form-group label {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.event-body .booking-form .gj-datepicker-md [role="right-icon"] {
	top: 10px;
	right: 5px;
}

.event-body .booking-form .gj-textbox-md:focus {
	border-bottom: 1px solid #333;
}

.event-body .booking-form .gj-datepicker-md [role="right-icon"] {
	font-size: 18px;
}

.event-body .booking-form .btn {
	background: #fef101;
	color: #333;
	margin: 0 auto;
	display: block;
}

.event-body .event-section .form-group select {
	height: 40px;
	font-size: 1.6rem;
}

/*Media Queries*/

@media (max-width:1199px) {
	html {
		font-size: 8px;
	}
	.heading-section p br {
		display: none;
	}
	.offer-detail {
		min-height: 260px;
	}
}

@media (max-width:991px) {
	.navbar-brand img {
		max-width: 60px;
	}
	.nav-link {
		font-size: 1.4rem;
	}
	.nav-item {
		margin-right: 10px;
	}
	.navbar-text .btn-main {
		width: 100%;
		background: #B9A779;
		padding: 10px 15px !important;
		font-size: 1.2rem !important;
	}
	.about-item {
		margin-bottom: 30px;
	}
	.main-gallery-item {
		margin-bottom: 30px;
	}
	.gallery-item {
		margin-bottom: 30px;
	}
	.footer-container {
		margin-bottom: 30px;
	}
	.contact-top {
		margin-bottom: 30px;
	}
	.facilities-section .content-divider {
		display: none;
	}
	.facilities-item {
		margin-bottom: 30px;
	}
	.room-detail-right {
		margin-top: 15px;
	}
	.btn-outline {
		padding: 10px;
	}
	.nav-link {
		font-size: 1.2rem;
	}
	.nav-link span {
		display: none;
	}
	#menu-fix .nav-link {
		font-size: 1.2rem;
	}
	#menu-fix .nav-dt .navbar-brand img {
		max-width: 100px;
	}
	.about-section .heading-section p {
		text-align: justify;
	}
	.gallery-mb-section {
		display: block;
	}
	.rooms-detail {
		padding: 60px 0;
	}
	.rooms-detail .content-detail h3 {
		text-align: center;
	}
	.row-rooms {
		border-bottom: none;
	}
	.row-rooms .content-detail {
		padding: 40px 15px;
		margin-top: 0;
	}
	.row-rooms .content-detail a {
		margin-top: 15px;
	}
	.offer-detail {
		min-height: 240px;
		margin-bottom: 30px;
	}
	.specialoffer-detail {
		padding: 0 15px;
	}
	.cookiealert {
		padding: 15px 0;
	}
	.cookiealert p {
		text-align: center !important;
	}
	.cookiealert p br {
		display: none;
	}
	.cookiealert .btn {
		margin: 30px auto 0 !important;
		text-align: center;
		display: block;
		width: 80%;
	}
	.event-detail-container {
		margin-top: 30px;
	}
	.event-gallery-section .content-divider {
		display: none;
	}
	.event-item {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.nav-dt {
		display: none;
	}
	.nav-mobile {
		display: block;
	}
	.eos-menu .eos-item {
		background: #7E9386 !important;
	}
	.eos-menu .eos-group-title {
		background: #4F605B !important;
	}
	.eos-menu .eos-group-content .eos-item {
		background: #4F605B !important;
	}
	.customer-section .heading-section {
		text-align: center;
	}
	.main-gallery-item {
		margin-bottom: 15px;
	}
	.gallery-item {
		margin-bottom: 15px;
	}
	.amenities-main-section .col-lg-5 {
		display: none;
	}
	.amenities-main-section .col-lg-7 {
		padding-left: 15px;
	}
	.main-content .owl-theme .custom-nav .owl-next {
		display: none;
	}
	.main-content .owl-theme .custom-nav .owl-prev {
		display: none;
	}
	.main-content1 .owl-theme .custom-nav .owl-next {
		display: none;
	}
	.main-content1 .owl-theme .custom-nav .owl-prev {
		display: none;
	}
	.room-nav-inner {
		text-align: left !important;
	}
	.room-nav-inner li {
		margin-bottom: 10px;
	}
	.specialoffer-detail {
		margin-top: 15px;
	}
	.main-content5 .owl-theme .custom-nav {
		top: 25%;
	}
}

@media (max-width:576px) {
	.about-item:last-child {
		margin-bottom: 0;
	}
	.copyright p {
		text-align: center;
	}
	.room-detail li {
		width: 100%;
	}
	.gallery-mb-section .content-divider {
		display: none;
	}
	.gallery-mb-item {
		margin-bottom: 15px;
	}
	.gallery-mb-item img {
		width: 100%;
	}
	.footer-col li {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: left;
		width: 30%;
	}
	.footer-section {
		padding: 40px 0 15px;
	}
	.copyright {
		margin-top: 40px;
	}
	.footer-col li {
		text-align: center;
		width: 100%;
	}
	.offer-detail {
		min-height: auto;
	}
	.cvpage h1 {
		font-size: 3.2rem;
	}
	.cvpage-img {
		padding: 150px 0 60px;
	}
	.all-caption img {
		max-width: 260px;
	}
	#main-navbar {
		padding: 15px;
	}
	.event-header img {
		max-width: 100px;
	}
	.main-content5 .owl-theme .custom-nav {
		top: 20%;
	}
	.main-content5 .owl-theme .custom-nav .owl-prev {
		left: 15px;
	}
	.main-content5 .owl-theme .custom-nav .owl-next {
		right: 15px;
	}
	.main-content6 .owl-theme .custom-nav {
		top: 30%;
	}
	.event-section {
		padding: 60px 0;
	}
	.event-body .gj-picker {
		left: 15px !important;
		max-width: 340px;
		overflow-y: scroll;
	}
	.event-body .gj-picker-md table tr td div,
	.gj-picker-md table tr th div {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.event-item:last-child {
		margin-bottom: 0;
	}
}
