/*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: #b9a779;
	text-decoration: none;
}

a:hover {
	color: #D5C395;
}

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

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

.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: 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: #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: 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*/

.nav-dt {
	padding: 0;
	background: #eeeff1;
}

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

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

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

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

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

.nav-mobile {
	display: none;
}

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

#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 {
	padding: 80px 0;
	background: #f8f8f8;
}

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

.room-main-detail strong {
	display: block;
}

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

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

.customer-item .card-body {
	padding: 30px;
	line-height: 2.4rem;
	font-size: 1.4rem;
}

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

/*Footer*/

.footer-section {
	padding: 80px 0 60px;
	background: #454545;
	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-menu ul {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

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

.footer-contact img {
	margin-top: 30px;
	max-width: 150px;
}

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

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

.aminities-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.amenities-section .room-detail {
	border-top: none;
}

.amenities-section .room-detail li {
	width: 33%;
}

.amenities-main-section {
	position: relative;
}

.amenities-main-section .room-detail {
	border-top: none;
	padding: 0;
}

.amenities-main-section .col-lg-5 {
	padding-right: 0;
}

.amenities-main-section .col-lg-7 {
	padding-left: 0;
}

.amenities-main-left {
	background: #B9A779;
	padding: 30px;
	position: relative;
}

.amenities-main-left .heading-section {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
}

.amenities-main-left .heading-section h2 {
	margin-bottom: 0;
}

.amenities-main-right {
	background: #454545;
	padding: 30px;
}

.amenities-main-right p {
	color: #ffffff;
}

.facilities-section {
	padding: 0;
}

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

.gallery-main-section {
	padding-top: 160px;
}

/*Search*/

.row-search input {
	height: 48px;
}

.row-search label {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 5px;
	line-height: 1.8rem;
	text-align: right;
	font-weight: 700;
}

.row-search select {
	width: 100%;
}

.row-search .form-group {
	margin-bottom: 0;
}

.row-search-btn {
	padding-left: 0;
}

/*Media Queries*/

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

@media (max-width:991px) {
	.row-search {
		margin-bottom: 30px;
	}
	.row-search .btn {
		padding: 14px 5px;
	}
	.navbar-brand img {
		max-width: 120px;
	}
	.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;
	}
	.gallery-section .content-divider {
		display: none;
	}
	.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;
	}
	.room-detail li p {
		margin-left: 5px;
	}
	.servicedaparment-section .content-divider {
		display: none;
	}
	.servicedaparment-item {
		margin-bottom: 30px;
	}
}

@media (min-width:768px) {
	.amenities-main-left .heading-section {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		left: 0;
	}
	.room-main-detail .heading-section {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.row-search-btn {
		padding-left: 15px;
		margin: 15px 0 15px;
	}
	.row-search select {
		height: 48px;
	}
	.nav-dt {
		display: none;
	}
	.nav-mobile {
		display: block;
	}
	.eos-menu .eos-item {
		background: #b9a779 !important;
	}
	.eos-menu .eos-group-title {
		background: #A78F53 !important;
	}
	.eos-menu .eos-group-content .eos-item {
		background: #A78F53 !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 {
		padding-right: 15px !important;
	}
	.amenities-main-section .col-lg-7 {
		padding-left: 15px;
	}
	.amenities-main-left .heading-section {
		position: relative;
	}
	.room-main-detail {
		margin-top: 30px;
	}
}

@media (max-width:576px) {
	.about-item:last-child {
		margin-bottom: 0;
	}
	.copyright p {
		text-align: left;
	}
	.room-detail li {
		width: 100%;
	}
}
