/*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: 'Raleway';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Raleway-Bold.woff2') format('woff2'),
	url('../fonts/Raleway-Bold.woff') format('woff'),
	url('../fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

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


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

html {
	font-size: 10px;
}

body {
	font-family: 'Raleway';
	font-size: 1.5rem;
	line-height: 2.8rem;
	overflow-x: hidden;
	background-size: cover;
	color: #333333;
}

a {
	color: #056768;
	text-decoration: none;
}

a:hover {
	color: #056768;
}

strong {
	font-family: 'Raleway';
	font-weight: 600;
}

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

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 h1 {
	font-size: 3.2rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'Raleway';
	font-weight: 600;
}

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

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

.heading-section span {
	color: #056768;
}

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

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

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

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

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

.hero-image {
	position: relative;
}

.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.webp);
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
	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: 'Raleway';
	font-weight: 600;
	color: #fff;
}

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

.btn-main:hover {
	background: #056768;
	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: 15px 30px;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	background: none;
	border-radius: 32px;
}

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

.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;
}

.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;
}

.pagination {
	justify-content: center;
}

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

.page-link:hover {
	color: #135ea0;
}

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

.page-link-active:hover {
	background: #f47521;
	color: #fff;
}

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

/*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*/

.top-header {
	background: #056768;
	/*background: rgb(250,165,69);
	background: -moz-linear-gradient(180deg, rgba(250,165,69,1) 0%, rgba(243,108,33,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(250,165,69,1) 0%, rgba(243,108,33,1) 100%);
	background: linear-gradient(180deg, rgba(250,165,69,1) 0%, rgba(243,108,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa545",endColorstr="#056768",GradientType=1); */
	color: #fff;
	padding: 5px 0;
}

.top-header p {
	margin-bottom: 0;
}

.nav-dt {
	padding: 10px 0;
	background: #ffffff;
}

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

.nav-link {
	font-family: 'Raleway';
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

.nav-link:hover {
	color: #056768;
}

.nav-active {
	color: #056768;
}

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

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

.nav-mobile {
	display: none;
}

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

#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: #fff;
	padding: 10px 0;
}

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

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

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

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

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

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


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

/*Dropdown*/

.navbar .nav-item .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
}

.navbar .dropdown-menu.fade-down {
	top: 80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
	top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
	background-color: #a0968c;
}

.dropdown-item {
	color: #fff;
	font-size: 1.5rem;
	min-width: 160px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background: #6f635a;
}

/*About*/

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

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

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

/*Room*/

.room-section {
	background: #F8F8F8;
	/*	padding-bottom: 160px;*/
}

.otherroom-section {
	background: #ffffff;
}

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

.property-section a {
	font-weight: 600;
}

.property-item .card {
	box-shadow: 1px 2px 5px #ddd;
	border: none;
	border-radius: 8px;
	overflow: hidden;
}

.property-item .card-body img {
	max-width: 16px;
	margin-right: 8px;
}

.property-detail img {
	max-width: 20px;
	margin-right: 16px;
}

.property-item .card-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.property-item a {
	color: #333333;
}

.room-item .card-body {
	padding: 30px;
}

.room-item .card-body p {
	margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	width: 32px;
	height: 4px;
	border-radius: 0;
	margin: 5px 3px;
}

.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: #056768;
}

/*Services*/

.services-section {
	background: #184d58;
}

.services-section .heading-section {
	color: #ffffff;
}

.services-section .heading-section span {
	color: #ffffff;
}

.services-item {
	text-align: center;
	color: #ffffff;
}

.services-item img {
	margin-bottom: 15px;
}

/*Search*/

.search-section {
	background: #efefef;
	padding: 40px 0;
}

.search-form-container {
	position: relative;
	margin-top: -50px;
	z-index: 999;
	overflow: visible;
}

.room-section .search-form-container {
	margin-top: 0;
}

.heading-mb {
	display: none;
}

.search-form-list {
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}

.search-form-list label {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

.search-form-list .form-control {
	height: 40px;
	width: 100%;
	font-size: 1.6rem;
	background: #efefef;
	border: none;
}

/*Footer*/

.footer-section {
	padding: 80px 0 60px;
	background: #333333;
	border-bottom: 8px solid #056768;
	color: #ffffff;
}

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

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

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

.footer-col img {
	max-width: 250px;
	margin-bottom: 15px;
}

.footer-menu ul {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.footer-menu li {
	margin-bottom: 5px;
}

.footer-contact img {
	max-width: 80px;
}

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

.social-list li {
	display: inline-block;
	margin-right: 8px;
}

.copyright {
	margin-top: 60px;
}

.copyright p {
	margin-bottom: 0;
}

.nav-mobile {
	display: none;
}

.customer-section {
	background: #f8f8f8;
}

/*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.6rem;
	font-weight: 600;
}

/*Facilities*/

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

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

/*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;
	box-shadow: 1px 2px 5px #ddd;
	border: none;
	border-radius: 8px;
	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: 0;
	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: 15px;
}

.room-detail li img {
	max-width: 24px;
	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;
}

.video-item {
	color: #f26624;
	margin-top: 15px;
	display: inline-block;
	cursor: pointer;
}

.video-item:hover {
	color: #f26624;
	cursor: pointer;
}

.video-item img {
	max-width: 20px;
	margin-right: 5px;
	margin-top: -5px;
}

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

/*Contact*/

.contact-form .form-field {
	position: relative;
	margin: 32px 0;
}

.contact-form .form-field:first-child {
	margin-top: 0;
}

.contact-form .form-field:last-child {
	margin-top: 16px;
}

.contact-form .input-text {
	display: block;
	width: 100%;
	height: 36px;
	border-width: 0 0 2px 0;
	border-color: #000;
	font-family: Lusitana, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.contact-form .input-text:focus {
	outline: none;
	border-color: #056768;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
	transform: translateY(-24px);
}

.contact-form .label {
	position: absolute;
	left: 20px;
	bottom: 11px;
	font-family: Lusitana, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #888;
	cursor: text;
	transition: transform 0.2s ease-in-out;
}

.contact-form .textarea-contact {
	height: 200px;
	resize: none;
}

.form-field-textarea label {
	top: 0;
}

.contact-form .submit-btn {
	display: inline-block;
	background-color: #056768;
	color: #fff;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
}

.note {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-family: Lusitana, serif;
	font-size: 16px;
	line-height: 21px;
}

.note .link {
	color: #888;
	text-decoration: none;
}

.note .link:hover {
	text-decoration: underline;
}

.room-main-detail li {
	width: 24.7%;
}

.room-detail {
	padding-top: 30px;
	margin-top: 30px;
}

.gallery-top .container-fluid {
	padding: 0;
}

.gallery-top .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	bottom: 40px;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

/*Media Queries*/

@media (max-width:1199px) {
	html {
		font-size: 8px;
	}
}

@media (max-width:991px) {
	.navbar-brand img {
		max-width: 120px;
	}
	.nav-link {
		font-size: 1.4rem;
	}
	.nav-item {
		margin-right: 10px;
	}
	.navbar-text .btn-main {
		width: 100%;
		background: #056768;
		padding: 10px 15px !important;
		font-size: 1.2rem !important;
	}
	.search-form-container {
		margin-top: 80px;
	}
	.heading-mb {
		display: block;
		text-align: center;
	}
	.about-item {
		margin-bottom: 30px;
	}
	.room-item .card-body {
		padding: 15px;
	}
	.contact-top {
		margin-bottom: 30px;
	}
	.facilities-section .content-divider {
		display: none;
	}
	.facilities-item {
		margin-bottom: 30px;
	}
	.room-detail-right {
		margin-top: 15px;
	}
	.room-detail li:nth-child(3n) {
		margin-bottom: 0;
	}
	.room-detail {
		padding-bottom: 0;
	}
	.room-main-detail {
		text-align: left !important;
	}
	.room-main-detail li {
		width: 49.5%;
		text-align: left;
	}
}

@media (max-width:767px) {
	.nav-dt {
		display: none;
	}
	.nav-mobile {
		display: block;
	}
	.eos-menu .eos-item {
		background: #056768 !important;
	}
	.eos-menu .eos-group-title {
		background: #184d58 !important;
	}
	.eos-menu .eos-group-content .eos-item {
		background: #184d58 !important;
	}
	.customer-section .heading-section {
		text-align: center;
	}
	.property-section .content-divider {
		display: none;
	}
	.property-item {
		margin-bottom: 30px;
	}

	.services-item {
		margin-bottom: 30px;
	}
	.services-item:nth-child(2n) {
		margin-bottom: 0;
	}
	.services-item:nth-child(3n) {
		margin-bottom: 0;
	}
	.room-main-detail li {
		width: 49.5%;
		text-align: left;
	}
	.owl-carousel .owl-stage-outer {
		padding: 0 15px;
	}
}

@media (max-width:576px) {
	.about-item:last-child {
		margin-bottom: 0;
	}
	.copyright p {
		text-align: left;
	}
	.room-detail li {
		width: 100%;
		margin-bottom: 15px;
	}
	.room-detail-right li:nth-child(3n) {
		margin-bottom: 15px;
	}
	.room-detail-right li:last-child {
		margin-bottom: 0;
	}
	.services-item {
		margin-bottom: 30px;
	}
	.room-main-detail li:nth-child(3n) {
		margin-bottom: 15px;
	}
	.room-main-detail li:last-child {
		margin-bottom: 0;
	}
}
