/*
Theme Name: La Siesta Hang Be 2.3
Theme URI: http://thang.info
Author: Pham Nhat Thang
Author URI: http://thang.info
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container-fluid,
.container,
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1080px;
	}
}

/*--------------------------------------------------------------
# Global
font-family: arial,Tahoma,Times New Roman;
--------------------------------------------------------------*/
body {
	background: #F2F3F7;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	color: #333;
    line-height: 1.6;
}
* {
	outline: none !important;
}
#homepage-content {
	background: url(../theme/default/images/bg_top.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-top: 0;
}
.slider-area {
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #ecba23;
}
.nav > li > a.active {
	border-bottom: 0.25rem solid #FF6600;
	padding-bottom: 0.5rem;
}
b, strong {
	font-weight: 700 !important;
}
small, .small {
	font-size: 95% !important;
}
.smaller {
	font-size: 90% !important;
}
h1, .h1 {
	font-size: 2rem;
	font-weight:600;
}
h2, .h2 {
	font-size: 2rem;
	font-weight:700;
}
.willgroup-font {
    font-size: 1.6rem;
}
.font-family-secondary {
	font-family: 'Bai Jamjuree', sans-serif;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	
}
a.text-primary:hover {
	color: #000 !important;
}
.text-secondary {
	color: #237ffe !important;
}
a.text-secondary:hover {
	color: #000 !important;
}
a.text-muted:hover {
	color: inherit !important;
}
.bg-light {
	background-color: #F5F5F5 !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*
.text-shadow {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), 0 0 1.25rem rgba(0, 0, 0, 0.5);
}
*/
.text-shadow {
    text-shadow: 0px 0px 10px #000000;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.border-primary {
    border-color: #909090 !important;
}
a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
	-webkit-filter: none;
    filter: none;
}
.opacity-0 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover .opacity-0 {
	visibility: visible;
	opacity: 1;
}
.mh-1 {
	min-height: 14rem;
}
.mh-1-5 {
    min-height: 15rem;
}
.mh-2 {
	min-height: 25rem;
}
.lh-12 {
	line-height: 1.2;
}
.lh-body {
    line-height: 1.5;
}
.mb-fix {
    margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.zoom {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover .zoom {
	transform: scale(1.1);
}
.home-rooms .slick-current a:hover .zoom {
	transform: scale(1.1) translateY(-50%) !important;
}
@media (max-width: 767.98px) {
	h1, .h1,
	h2, .h2 {
		font-size: 1.5rem;
		font-weight:600;
	}
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone {
	background: transparent url(images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email {
	background: transparent url(images/icon-email.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.625rem;
	height: 1.25rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #F00;
}
.form-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select,
.input-group-addon {
	height: calc(1.5em + 1rem + 2px);
    padding: .3rem .5rem;
}
textarea.form-control {
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	border-color: #FF6600;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background: #FFF;
}
.custom-select {
	background-image: url(images/arrow-down-black.png);
	-webkit-background-size: 0.5rem 0.25rem;
	-moz-background-size: 0.5rem 0.25rem;
	background-size: 0.5rem 0.25rem;
	padding-left: 0.5rem;
	padding-right: 1.75rem;
}
.btn {
	letter-spacing: 0.05rem;
	box-shadow: none !important;
}	
.btn-lg {
	font-size: 1rem;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #FF6600;
	border-color: #FF6600;
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #000;
	border-color: #000;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #FF6600;
	border-color: #FF6600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #9E7026;
	border-color: #9E7026;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #FF6600;
	background: transparent;
	border-color: #FF6600;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FF6600;
	border-color: #FF6600;
}
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #808080;
	border-color: #808080;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #FF6600;
	border-color: #FF6600;
}
.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	color: inherit;
	background-color: transparent;
	border-color: #808080;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #237ffe;
	border-color: #FF6600;
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FF6600;
	border-color: #FF6600;
}
.dropdown-menu {
	font-size: inherit;
	border-radius: 0;
	margin-top: 0.5rem;
}
.popover {
	font-size: inherit;
	border-radius: 0;
}
.review-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.review-popup-closer {
	font-size: 1rem;
	color: #aaa;
    background-color: rgba(0, 0, 0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
}
.review-popup-closer:hover {
	color: #fff;
}
@media (min-width: 768px) {
	.popover {
		min-width: 25rem;
		max-width: 40rem;
	}
	.review-popup {
		width: 25rem; 
		height: auto;
		margin-left: 0.25rem;
		position: absolute;
		top: 100%; 
		left: 100%; 
		transform: translateY(-25%);
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	text-align: center;
	background-color: #202022;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 16.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-title,
.page-header h1 {
	font-size: 2.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.page-desc,
.page-header p {
	color: #FFF;
	margin-top: 1.25rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item.active {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #FF6600;
	background: transparent;
	border: 0.125rem solid #FF6600;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #FF6600;
	border-color: #FF6600;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #FF6600;
	border-color: #FF6600;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}
.modal-header {
	justify-content: center;
	border-bottom: 0;
	padding: 1.25rem 3.75rem 0 1.5625rem;
}
.modal-title {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.modal-title:after {
	content: ' ';
	background: #000;
	width: 6.25rem;
	height: 0.125rem;
	margin-top: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.modal-body {
	/* padding: 1.5rem; */
}	
.modal-close {
	background: transparent;
	border: 0;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
.modal-close:hover {
	background: #333;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #888;
	display: block;
	width: 2px;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal-close:before {
	transform: rotateZ(-45deg);
}
.modal-close:after {
	transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-prev,
.modal-next {
	font-size: 3.75rem;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev:hover,
.modal-next:hover {
	color: inherit;
	opacity: 1;
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-review a.text-primary:hover {
	text-decoration: underline;
	color: #FF6600 !important;
}

@media (min-width: 768px) {
	.modal-md {
		max-width: 750px;
	}
}
@media (min-width: 1200px) {
	.modal-lg {
		max-width: 1000px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}
/*--------------------------------------------------------------
## modal login
--------------------------------------------------------------*/
.modal-login .modal-close {
	color: #666;
	background: transparent;
}
.modal-login .modal-close:hover {
	color: #111;
}
.modal-login .col-left,
.modal-login .col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 35rem;
	padding: 1.25rem 2.5rem;
}
.modal-login .col-left {
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.modal-login .col-left:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.modal-login .desc {
	color: #FFF;
	position: relative;
	z-index: 11;
}
.modal-login .desc h2 {
	font-family: 'Cormorant SC', serif;
	font-size: 2.875rem;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.modal-login .desc ul {
	padding-left: 0.9375rem;
}
.modal-login .desc ul li {
	margin-bottom: 0.5rem;
}
.modal-login .logo {
	display: block;
	text-align: center;
	margin: 0px 40px 0px;
    max-width: 70%;
}
.modal-login .logo img {
	max-height: 3.75rem;
}
.modal-login .bg-line {
	display: table;
	white-space: nowrap;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, 
.modal-login .bg-line::after {
	border-top: 1px solid #C0C0C0;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.625rem;
	width: 50%;
}
.modal-login .bg-line > .title {
	color: #000;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-login .links {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.modal-login .links li + li {
	border-top: 1px solid #ddd;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
}
.modal-login .links li a {
	color: #FF6600;
}
.modal-login .links li a:hover {
	color: #111111;
}
.modal-login .form-control,
.modal-login .btn {
	height: 3.125rem;
	line-height: 3.125rem;
}
.modal-login .form-control + .form-control {
	border-top: 0;
}
.modal-login .btn-social {
	color: #FFF;
	margin-bottom: 0.3125rem;
	position: relative;
}
.modal-login .btn-social .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	left: 0.9375rem;
	top: 0.8125rem;
}
.modal-login .btn-facebook {
	background: #3c5a98;
}
.modal-login .btn-facebook:hover {
	color: #FFF;
	background: #1A4398;
}
.modal-login .btn-google {
	background: #e74b37;
}
.modal-login .btn-google:hover {
	color: #FFF;
	background: #CC3732;
}

@media (min-width: 992px) {
	.modal-login .modal-dialog {
		max-width: 56.25rem;
	}
}
@media (max-width: 992px){
    body #lz_overlay_chat {
        display: none !important;
    }
}
@media (max-width: 991px) {
	.modal-login .modal-close,
	.modal-login .modal-close:hover	{
		color: #FFF;
	}
	.modal-login .col-left,
	.modal-login .col-right {
		min-height: 0;
		padding: 1.25rem;
	}
	.site-logo {
		margin-left:0px;
	}
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before{
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/

header {
  width: 100%;
  /*background: #FFFFFF;*/
  z-index: 99;
}

header.scroll {
  position: fixed;
  top: 0;
  -webkit-animation: moveheader .3s linear;
     -moz-animation: moveheader .3s linear;
       -o-animation: moveheader .3s linear;
          animation: moveheader .3s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 1px 10px #9d9d9d;
     -moz-box-shadow: 0 1px 10px #9d9d9d;
          box-shadow: 0 1px 10px #9d9d9d;
}

header.scroll .topheader {
  display: none;
}

header.scroll .topheader.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header.scroll .navbar {
  padding: 0 15px;
}

header.scroll .logo {
  width: 120px;
}

header.scroll .navbar-nav .sub-menu {
  top: 3.1770833333vw;
}

header.scroll .navbar-nav > li > a {
  line-height: 60px;
}

header.scroll .login .dropdown-menu {
  top: 42px;
}

header .topheader {
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--green);
  color: #fff;
  font-size: 14.6px;
}

header .logo {
  width: 183px;
}

header .login {
  margin-left: 12px;
  line-height: 1;
}

header .login__after {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .login__before a {
  color: #fff;
  text-transform: uppercase;
}

header .login .notifi {
  width: 18px;
  height: 19px;
  display: block;
  margin-right: 9px;
  background: url("../img/icon-ann.png") no-repeat 0 0;
}

header .login .dropdown-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

header .login .dropdown-toggle::after {
  display: none;
}

header .login .dropdown-menu {
  min-width: 150px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 0;
  top: 3.2291666667vw;
  left: -25px;
}

header .login .dropdown-menu > * + * {
  border-top: 1px solid #b7b7b7;
}

header .login .dropdown-item {
  padding: 0.7rem 0 0.7rem 10px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}

header .login .dropdown-item:active {
  background: #fff;
}

header .login .dropdown-item:hover {
  color: var(--green);
}

header .login .avatar {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

header .login span {
  margin-left: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #fff;
}

header .login button:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

header .login .icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

header .login .icon-tk {
  background: url("../img/icon-tk.png") no-repeat 0 0/contain;
}

header .login .icon-logout {
  margin-left: -5px;
  margin-right: 15px;
  background: url("../img/icon-logout.png") no-repeat 0 0/contain;
}

header .login-m {
  display: none;
  position: absolute;
  right: 15px;
}

header .login-m .icon {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

header .login-m .icon-logout {
  margin-left: -5px;
  margin-right: 10px;
}

header .login-m .dropdown-menu {
  max-width: 120px;
  padding: 5px;
  left: initial;
  right: -10px;
}

header .language {
  padding-left: 6px;
  margin-left: 6px;
  line-height: 11px;
}
.site-logo img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site-logo .logo-1 {
    height: 60px;
}
.site-logo .logo-2,
.site-logo .logo-3 {
	display: none;
}
.site-hotel-menu,
.site-hotel-menu .sub-menu {
	font-weight: 600;
	color: #808080;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-hotel-menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
}
.site-hotel-menu > li > a {
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2e6;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.site-hotel-menu .sub-menu > li {
	margin-bottom: 0.5rem;
}

.site-header.scroll .site-logo .logo-1 {
	display: none;
}
.topMenu {
		border-bottom:1px solid #1062d4; border-top:1px solid #1062d4;
	}
.bennertop {
	
	}	
@media (min-width: 992px) {
	.site-header.scroll .bennertop {
		display: none;
	}
}
.site-header.scroll .site-logo .logo-3 {
	display: inline-block;
    min-height: 50px;
	padding-top:5px;
	padding-bottom:5px;
}
.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	
}
.site-header.scroll .popover {
	display: none;
}
.site-header {
	background:#237ffe;
	width: 100%;
}
@media (max-width: 991.98px) {
	.site-header {
		color: #FFF;
		background:#237ffe;
		width: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-logo .logo-2,
	.site-logo .logo-1 {
		display: none;
	}
	.site-header.scroll .site-logo .logo-2 {
		display: none;
	}
    .site-header.scroll .site-logo .logo-1 {
    	display: none;
    }
	.site-header.scroll .site-logo .logo-3 {
    	display: block;
    }
    .site-logo .logo-3 {  
		display: block;
		max-height:50px;
		padding-top: 5px;
    	padding-bottom: 5px; 
    }
	.topMenu {
		border:0px;
	}	
	.bennertop {
		padding-top:0px;
	}
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	position: relative;
}
.site-nav .menu > li > a {
	font-weight:700;
	display: block;
}
.site-nav-left .menu > li {
	margin-right: 2rem;
}
.site-nav-right .menu > li {
	margin-left: 3rem;
}
.site-nav .sub-menu {
	background-color: #ffffff;
	display: none;
	min-width: 13rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	border:1px solid #CCCCCC;
	margin-top:0.5px;
}
.site-nav li:hover > .sub-menu {	
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 0.75rem;
	white-space: nowrap;
	display: block;
	padding: 0.5rem 1rem;
	font-weight:600;
}
.site-nav .sub-menu > li > a:hover {
	color: #0068a1;
}
.site-nav .menu > li.menu-item-has-children:hover:before {
   border-right: 0.05em solid #CCCCCC;
   border-top: 0.05em solid #CCCCCC;
   transform: rotate(-45deg);
   margin-right: 0.5em;
   margin-left: 0.5em;
   margin-bottom: -0.42em;
	content: " ";
	left: calc(50% - 17px);
	position: absolute;
	bottom: 0;
	width: 0;
   width: 12px;
   height: 12px;
   z-index:999;
   background-color:#FFFFFF;
   
}
/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .site-popup {
        display: none;
    }
}
/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
}
.aside-nav {
	background: #FFF;
	width: 17.5rem;
	padding: 2.5rem 1.5rem 0;
	overflow: auto;
	position: fixed;
	z-index: 1003;
	top: 0; bottom: 0;
	left: -17.5rem;
	transition: all 0.3s ease 0s;
}
body.open-aside-nav .aside-nav {
	left: 0;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.aside-nav-closer {
	left: auto;
	right: 0;
}
.aside-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-nav a {
	color: inherit;
}
.aside-nav a:hover {
	color: #C5A154;
}
.aside-nav .menu > li {
	border-bottom: 1px dotted #DDD;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.aside-nav .menu > li > a {
	text-transform: uppercase;
}
.aside-nav .menu > li.current-menu-item > a,
.aside-nav .menu > li.current-menu-parent > a {
	color: #C5A154;
}
.aside-nav .menu > li.menu-item-has-children:before {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	width: 1.25rem;
	height: 1.25rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0.625rem;
	transition: all 0.3s ease 0s;
    font-weight: 300;
}
.aside-nav .menu > li.menu-item-has-children.active:before {
	transform: rotateZ(180deg);
}
.aside-nav .menu > li.menu-item-has-children:hover:before {
	color: #FFF;
	background: #333;
}
.aside-nav .sub-menu {
	background: transparent;
	box-shadow: none;
	display: none;
	padding: 0.5rem 1rem;
	position: relative;
	top: 0;
	left: 0;
}
.aside-nav li:hover .sub-menu {
	display: none;
}
.aside-nav .sub-menu li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/*--------------------------------------------------------------
## site mobile
--------------------------------------------------------------*/
.site-mobile {
	background: transparent;
	display: flex;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 25px;
	left: 20px;
}
.site-mobile > a {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	height: 3.125rem;
}
.site-mobile > a > i {
	font-size: 0.875rem;
}
.site-mobile .open-booking {
	color: #c19c51;
	background: #004a99;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
    border-radius: 25px;
}
.site-mobile .open-booking > span img {
    height: 30px;
}
.site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}
.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    right: 60px;
	top: calc(55% - 30px);
    font-size: 2rem;
	color: #fff;
}
.call-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 1.875rem;
    padding: 0;
    border-radius: 50%;
}

.cart-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    right: 20px;
	top: calc(55% - 15px);
    font-size: 1rem;
	color: #fff;
}
.cart-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 1rem;
    padding: 0;
    border-radius: 50%;
}
.site-header.scroll .call-mobile {
    top: calc(55% - 30px);
    font-size: 2rem;
	color: #fff;
}
.site-header.scroll .call-mobile > a {
    color: #fff;
}
.gift-mobile {
    position: fixed;
    z-index: 999;
    background: transparent;
    height: 50px;
    right: 100px;
    bottom: 25px;
    font-size: 1.875rem;
}
.gift-mobile > a {
    color: #c19c51;
    background: #004a99;
    font-size: 1.875rem;
    padding: 11px 14px;
    border-radius: 50%;
}
#site-popup-mobile {
    position: fixed;
    bottom: 89px;
    z-index: 999;
    top: auto !important;
    right: 95px;
}
/*--------------------------------------------------------------
# slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
	font-size: 0;
	color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	width: 1rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.slick-slider .slick-prev {
	background-image: url(./icon-backslide.png);
	left: 1.5rem;
}
.slick-slider .slick-next {
	background-image: url(./icon-nextslide.png);
	right: 1.5rem;
}
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	left: 0; right: 0;
	/* bottom: 2rem; */
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 0.3125rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: block;
	width: 0.813rem;
	height: 0.813rem;
	padding: 0;
	box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots li.slick-active button {
	background: #bf872e;
	border-color: #bf872e;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin:0px;
}
.site-slider .slick-dots {
	bottom: 2rem;
}
.site-slider .item {
	display: none;
	max-height:364px;
}
.site-slider.slick-initialized .item {
	display: flex;
}
.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}
.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
	.site-slider .slick-prev {
		left: 6rem;
	}
	.site-slider .slick-next {
		right: 6rem;
	}
}
@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}

/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
.bannertop {
	padding-top:35px;
}
.site-banner {
	padding-top: 32%;
}

/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
	margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.std-cat-post .separator {
	border-color: #404040;
	transition: all 0.3s ease 0s;
}
.std-cat-post:hover .separator {
	border-color: #FF6600;
}
@media (max-width: 991.98px){
	.bannertop {
		padding-top:0px;
	}
    .full-mobile {
        width: 100%
    }
    .willgroup-font {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.std-post-book {
		position: absolute;
		top: 0.75rem;
		right: 0;
	}
	.std-post-info {
		width: 20rem;
	}
}
.m-w-full {
    margin: 1rem auto !important;
    max-width: 210px;
}
/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms,
.home-rooms .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.home-rooms .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.home-rooms .slick-slide a {
	min-height: 27rem;
}
.home-rooms .slick-slide .info {
	display: none;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
}
.home-rooms .slick-slide .bd-icon {
    display: none;
}
.home-rooms .slick-slide.slick-current .bd-icon {
    display: block;
}
.std-cat-post-gallery .slick-slide a {
    overflow: hidden;
}
.std-cat-post-gallery .slick-slide a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.std-cat-post-gallery .slick-slide a:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# home brands
--------------------------------------------------------------*/
.home-brands-thumbs:before {
	content: ' ';
	border-top: 1.5rem solid #FFF;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.home-brands-thumbs .slick-list {
    padding: 0 !important;
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #0068a1;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 1.5rem;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #0068a1;
	padding: 1.5rem 1.5rem 0.5rem 3rem;
	position: relative;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.75rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
	background: #efefef;
	padding: 1rem 1rem;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play {
	font-size: 1rem;
	color: #FFF;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fancybox-thumbs__list a:before {
    border: 3px solid #FF6600 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
	background: #237ffe;
}
.logo-footer > img {
    max-width: 70%;
}
.footer-social li {
	margin-right: 0.5rem;
	color:#333333;
}
.footer-social li a {
	font-size: 1.125rem;
	color: #333333;
	border: 0.1875rem solid #333333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
}
.weblink {
	text-align:right;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	margin-bottom: 1rem;
}
.footer-nav-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-nav-2 li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-nav-3 .menu > li > a {
	font-weight: 700;
}
.footer-nav-3 .sub-menu {
	margin-top: 1rem;
}
.footer-nav-3 .sub-menu > li {
	display: flex;
}
.car-member > a > img {
    max-width: 150px;
    height: 35px;

}
@media (max-width: 415px){
    .logo-footer > img {
        max-width: 250px !important;
    }
}

/*--------------------------------------------------------------
# datepicker
--------------------------------------------------------------*/
.datepick {
	text-align: center;
	width: auto !important;
	position: relative;
}
.datepick-month-header {
	font-size: 1rem;
	padding: 0.5rem;
}
.datepick-cmd-today {
	display: none;
}
.datepick-cmd-prev, 
.datepick-cmd-next {
	font-size: 0;
	color: transparent;
	border-top: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	cursor: pointer;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	top: 1rem;
}
.datepick-cmd-prev:hover, 
.datepick-cmd-next:hover {
	border-color: #8d7535;
}
.datepick-cmd-prev {
	left: 0;
	transform: rotate(-45deg);
}
.datepick-cmd-next {
	right: 0;
	transform: rotate(135deg);
}
.datepick-cmd-prev.datepick-disabled,
.datepick-cmd-next.datepick-disabled {
	opacity: 0.4;
}
.datepick table {
	width: 100%;
	margin-bottom: 1rem;
}
.datepick th,
.datepick td {
	padding: 0 1px 1px 0;
}
.datepick th {
	font-weight: 400;
	text-transform: uppercase;
}
.datepick th span {
	display: block;
	padding: 0.75rem 0.5rem;
}
.datepick td a,
.datepick td span {
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	display: block;
	padding: 0.75rem 0.5rem;
}
.datepick td span {
	opacity: 0.4;
}
.datepick td a.datepick-highlight {
	border-color: #be912a;
}
.datepick td a.datepick-selected {
	color: #FFF;
	background: #be912a;
	border-color: #be912a;
}
@media (min-width: 992px) {
	.datepick-month-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -0.75rem;
		margin-left: -0.75rem;
	}
	.datepick-month  {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
.circular:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.circular img {
    max-width: 150px;
    min-height: 150px;
    border-radius: 170px;
    -webkit-border-radius: 170px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.containerimage {
    position: relative;
	height: 100%;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.booking {
    width:60%;
	font-size:16px;
	padding:10px;
	text-align:center;
}
@media (max-width: 991.98px){
    .booking {
		width:100%;
		font-size:12px;
	}
	.h4, h4 {
		font-size: 1.2rem;
	}
}
.search{
    width: 100%;
    height: 40px;
	border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    background: #FFFFFF;
}
.search button {
    width: 30px;
    height: 30px;
    background: url(../theme/default/images/search.png) no-repeat 0 0/contain;
    position: absolute;
    right: 0;
	margin-right:15px;
	top:10;
	border:0;
}
.search textsearch {
    width: 100%;
	height: 40px;
	border:0;
}
.searchfrm {
	width: 100%;
}
.bookingtour {
	margin-left:10em;
	margin-right:10em;
	margin-bottom:5em;
}
.bookingtour input,textarea {
	margin:5px;
}

.des {
    width: 60%;
	padding-top:1rem;
	padding-bottom:1rem;
	/* background-image:url(../../images/draw1.png); background-repeat:no-repeat; background-position:center top; background-size: 300px 30px; */
	border-top:1px solid #666666;
}

.desadvertise {
    width: 70%;
    padding: 1.5rem;
}

@media (max-width: 991.98px){
    .searchfrm {
		display: none;
	}
	.bookingtour {
		margin-left:0.1em;
		margin-right:0.0em;
		margin-bottom:2.0em;
	}	
	.banner {
		margin-bottom:-40px;
	}
	.des {
		width:100%;
		padding:0px;
		padding-bottom:30px;
	}
	
	.desadvertise {
		width: 100%;
		padding: 1.5rem;
	}
	.mh-1 {
		min-height: 8.5rem;
	}
	.site-main{
		margin-top:10px;
	}
		.h5, h5 {
		font-size: 0.8rem;
	}
}
.sologan {
	width:auto;
	height:60px;
	text-align:center;
}

.h5, h5 {
    font-size: 1rem;
}
.title {
	font-weight:700;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}

.room-sidebar {
    border-radius: 3px;
    position: sticky;
    top: 70px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.block1 {
    background: #16364c;
    line-height: 1.6em;
    padding: 10px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    width: 100%;
    box-sizing: border-box;
	border-radius: 3px;
}

.button1 {
    background-color: #ff9a01;
    color: #FFFFFF;
    border: 2px solid #ff9a01;
    border-radius: 5px;
    height: 40px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
.button2 {
    background-color: #009eff;
    color: #FFFFFF;
    border: 2px solid #009eff;
    border-radius: 5px;
    height: 40px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

footer h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
footer h4::after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    background: #f05624;
    margin-top: 5px;
}
footer .link a {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 23.5px;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.product__listing.product__grid .product-item {
    position: relative;
}
.product__listing.product__grid .product-item .roundel.noBgClr {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: initial !important;
    width: 80px;
    height: 80px;
    top: 0%;
    padding: 26px 0 0 0 !important;
    position: absolute;
    background-position: center center;
}
.product__listing.product__grid .product-item .roundel {
    top: 3px;
    left: 8%;
    z-index: 10000;
    position: absolute;
    color: #294057;
    font-size: 1.25em;
    font-weight: 600;
    width: 74px;
    height: 74px;
    text-align: center;
    background: #b3cecd;
    border-radius: 35px;
    border: 1px solid #294057;
    padding: 23px 0 0 0;
}



.zn_badge_sale {
    background: #c51212;
}
.zn_badge_sale, .zn_badge_new {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #FF0000;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    padding: 10px 0 0 0;
	margin:10px;
	position: absolute;
	z-index:1;
}
.btn_viewmore3 {
  width: 100%;
  height: 45px;
  background: #ff8500;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight:500;
  color: #fff;
  text-transform: uppercase;
  font-weight:700;
  border:none;
  text-align:center;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.btn_viewmore3 a{
  color: #fff;
}
.btn_viewmore3:hover {
  background: #021f11;
  color: #fff;
}

.dangky {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 160px;
}

@media (max-width: 1000px){
	.dangky {
		width: 100%;
		margin-bottom: 100px;
		padding: 0px;
	}
}
.text {
    width: 100%;
    height: 40px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #666666;
    border-radius: 0.25rem;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bookingtour input, textarea {
    margin: 0px;
}

input.qty {
    float: left;
    width: 29px!important;
    height: 29px;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 29px;
    background: none;
    padding: 0;
    color: #000;
    text-align: center;
    margin: -5px 7px 0 7px;
    position: relative;
}
div.quantity-decrease {
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    color: #000;
	width:25px;
}
div.quantity-increase-right {
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    color: #000;
	width:15px;
}
.card3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    padding: 0.8rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin-top: 10px;
}
.list-recruit .col-md-6 {
  margin-bottom: 50px;
}

.item-recruit .avarta {
  overflow: hidden;
  border-radius: 10px;
  border:1px solid #ddd;
}

.item-recruit .avarta img {
  transition: .4s all !important;
  height: 230px;
  object-fit: cover;
}

.item-recruit .avarta img:hover {
  transform: scale(1.04);
}

.item-recruit .avarta-article {
  overflow: hidden;
  border-radius: 10px;
}
.item-recruit .avarta-article img {
  transition: .4s all !important;
  height: 300px;
  object-fit: cover;
}
.item-recruit .avarta-article img:hover {
  transform: scale(1.04);
}

.item-recruit .info {
  padding-top: 10px;
  padding-bottom:20px;
}

.item-recruit .info .date {
  font-weight: 300;
  color: #333333;
}

.item-recruit .info h3 a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 0;
}

.item-recruit .btn-banner {
  padding-top: 25px;
}

@media (max-width: 1023px) {
  .item-recruit .avarta img {
      height: 150px;
  }
  
  .item-recruit .avarta-article img {
      height: 200px;
  }
}
@media (max-width: 767px) {
  .item-recruit .avarta img {
     /* height: 150px; */
  }
}
@media (max-width: 575px) {
  .item-recruit .avarta img {
     /* height: 100px; */
  }
}
.news-day {
    font-size: 14px;
    color: #999;
    padding: 0px 0px;
    background: url(../../../images/icon_day.png) center left no-repeat;
    padding-left: 20px;
    margin-bottom: 7px;
}

A.botron:link{ text-decoration:none; color:#212121; font-weight:bold;}
A.botron:visited{ color:#666666; text-decoration:none; font-weight:bold;}
A.botron:hover{ color:#FFFFFF; text-decoration:none; background-color:#F05623; text-decoration: none; font-weight:bold;}
A.botron:active{ text-decoration:none; color:#FFFFFF; font-weight:bold;}
.botron{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	border:1px #989898 solid;
	color:#666666;
	font-weight:bold;

}
A.botronactive:link{ text-decoration:none; color:#212121; font-weight:bold;}
A.botronactive:visited{ color:#666666; text-decoration:none; font-weight:bold;}
A.botronactive:hover{ color:#FF0000; background-color:#F05623; text-decoration:none; text-decoration: none; font-weight:bold;}
A.botronactive:active{ text-decoration:none; color:#FFFFFF; font-weight:bold;}
.botronactive{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#F05623;
	color:#FFFFFF;
	border:1px #989898 solid;
	font-weight:bold;
	padding:10px;
}

.pur_text {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 0.5em;
}
.pur {
    border-bottom: 1px dashed #c4c4c4;
    padding-bottom: 1.5em;
    border-bottom-width: 1.5px;
    margin-bottom: 3em;
}
.pur_bottle h3 {
    font-size: 2.3em;
    line-height: 40px;
    color: #fff;
    position: absolute;
    z-index: 15;
    top: 1.8em;
    text-align: center;
    display: block;
    font-weight: 300;
    width: 100%;
    left: 0px;
}

.hot_features {
    right: 15px;
    top: 5px;
    position: absolute;
    width: 100px;
    overflow: hidden;
    font-size: 0.8em;
	z-index:1;
}
.hot_features ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 2px;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    text-align: center;
}
.hot_features0 {
    background-color: #5cc3ff;
    color: #fff;
}
.hot_features1 {
    background-color: #ffaf80;
    color: #fff;
}
.hot_features2 {
    background-color: #eccd63;
    color: #fff;
}
.hot_features3 {
    background-color: #FFCCCC;
    color: #fff;
}
.hot_features4 {
    background-color: #FF99FF;
    color: #fff;
}
.hot_features5 {
    background-color: #66FF00;
    color: #fff;
}
.imgcamket {
	padding:50px;
	padding-bottom:10px;
}
@media (max-width: 1000px) {
	.slider-area {
		margin-top: 40px;
		margin-bottom: 5px;
		padding: 15px;
		background: #fff;
		border-radius: 0px;
		border: 0px solid #ccc;
	}
	.banner {
		margin-top: -40px;
	}
  .notemb {
  	display:none;
  }
  .imgcamket {
		padding:20px;
		padding-bottom:10px;
  }
}
.topicbg {
	border-top:2px solid #999999;
	width:60px;
}