.site-bar-wrapper>div {
  vertical-align: middle;
}

.site-menu li:not(.dropdown) {
  padding-top: 4px;
  padding-bottom: 4px;
}

.site-menu .dropdown a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ffffff;
  padding: 9px 15px;
}

.site-menu .dropdown a:hover {
  border-color: #b19745;
}

.site-menu .dropdown.open a {
  color: #b19745;
  border-color: #b19745;
}

.site-menu .dropdown a .caret,
.slidebar-mobile-menu .dropdown a .caret {
  display: none;
}

.site-menu .dropdown a.dropdown-toggle,
.site-menu .dropdown a[data-toggle="dropdown"],
.slidebar-mobile-menu .dropdown a.dropdown-toggle,
.slidebar-mobile-menu .dropdown a[data-toggle="dropdown"] {
  position: relative;
  padding-right: 40px;
}

.site-menu .dropdown a.dropdown-toggle::after,
.site-menu .dropdown a[data-toggle="dropdown"]::after,
.slidebar-mobile-menu .dropdown a.dropdown-toggle::after,
.slidebar-mobile-menu .dropdown a[data-toggle="dropdown"]::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url('../images/icons/icon-dropdown-white.png') center no-repeat;
  background-size: 100%;
}

.site-menu .dropdown a.dropdown-toggle:hover::after,
.site-menu .dropdown a[data-toggle="dropdown"]:hover::after,
.slidebar-mobile-menu .dropdown a.dropdown-toggle:hover::after,
.slidebar-mobile-menu .dropdown a[data-toggle="dropdown"]:hover::after {
  background-image: url('../images/icons/icon-dropdown.png');
}

.site-menu .dropdown.open a.dropdown-toggle::after,
.site-menu .dropdown.open a[data-toggle="dropdown"]::after,
.slidebar-mobile-menu .dropdown.open a.dropdown-toggle::after,
.slidebar-mobile-menu .dropdown.open a[data-toggle="dropdown"]::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.site-menu .dropdown.open a.dropdown-toggle::after,
.site-menu .dropdown.open a[data-toggle="dropdown"]::after,
.slidebar-mobile-menu .dropdown.open a.dropdown-toggle::after,
.slidebar-mobile-menu .dropdown.open a[data-toggle="dropdown"]::after {
  background-image: url('../images/icons/icon-dropdown.png');
}

.site-menu .dropdown-menu,
.slidebar-mobile-menu .dropdown-menu {
  margin-top: 5px;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.site-menu .dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-menu .dropdown-menu li a {
  width: 100%;
  border: none;
}

.site-menu .dropdown .dropdown-menu li a {
  color: #333333;
}

.site-menu .dropdown .dropdown-menu a:hover {
  background: #b19745;
  color: #ffffff;
}

.slidebar-mobile-menu .dropdown-menu {
  width: 100%;
  margin-top: 0;
}

.slidebar-mobile-menu .dropdown-menu>li>a {
  padding: 10px 20px;
}


.site-footer {
  padding-bottom: 20px;
}

.site-footer-logo {
  margin-top: 0;
}

.site-footer-head {
  margin-bottom: 10px;
}

.site-footer-list li:first-child {
  margin-top: 0;
}

.site-footer-list ul:before,
.site-footer-list ul:after {
  content: " ";
  display: table;
}

.site-footer-list ul:after {
  clear: both;
}

.site-footer-list+.site-footer-list {
  margin-top: 20px;
}

.site-footer i.icon-phone-black {
  background-size: 13px;
}

.site-footer i.icon-email-black {
  background-size: 16px;
}

.widget-contact h3 i.icon-location-black {
  background: url('../images/icons/icon-location-black.png') center no-repeat;
  background-size: 20px;
  display: inline-block;
  float: left;
  width: 20px;
  height: 24px;
  margin-right: 5px;
  margin-top: 1px;
}


.booking-popup {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 999;
}

.booking-popup .dropdown-menu {
  top: auto;
  min-width: 480px;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 20px;

  padding: 30px 25px 35px 25px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)
}

.booking-popup .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}


.booking-popup-btn {
  border: none;
  outline: none;
  background: #b19745;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 30px rgba(240, 211, 119, 1);
  box-shadow: 0 4px 30px rgba(240, 211, 119, 1);
}

.booking-popup-btn i.icon-calendar {
  background: url('../images/icons/icon-calendar-white.png') center no-repeat;
  background-size: 28px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: -5px;
}

.booking-popup form label {
  font-size: 20px;
  color: #b19745;
}

.booking-popup form .form-group {
  margin-bottom: 25px;
}

.booking-popup form .input-btn {
  width: 100%;
}


.widget-booking {
  background-color: rgba(47, 49, 52, 0.95);
  bottom: 0;
}

.widget-booking .datepicker {
  border: none;
  background: none;
  background-color: transparent;
  padding: 0;
  height: 30px;
  color: #ffffff;
  font-family: 'serif';
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.widget-booking-form label {
  font-size: 16px;
  padding-bottom: 0;
  border-bottom: none;
  color: #ffffff;
}

.widget-booking-form .form-group {
  position: relative;
}

.widget-booking-form .form-group:has(i.icon-calendar) {
  padding-left: 45px;
}

.widget-booking-form .form-group i.icon-calendar {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icons/icon-calendar-white.png') center no-repeat;
  background-size: 32px;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-booking-form .form-group i.icon-dropdown {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icons/icon-dropdown.png') center no-repeat;
  background-size: 32px;

  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-booking-wrapper>div {
  display: table-cell;
  vertical-align: middle;
}

.widget-booking-btn {
  width: 240px;
  padding-right: 25px;
}

.widget-booking-btn .input-btn {
  height: 56px;
}

.widget-booking-inner .form-group+.form-group {
  padding-left: 30px;
}

.widget-booking-form .form-group+.form-group:has(i.icon-calendar) {
  padding-left: 65px;
}

.widget-booking-form .form-group+.form-group i.icon-calendar {
  left: 25px;
}

.widget-booking-inner .form-group::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  height: 60px;
  width: 1px;
  background: #575757;
}

.widget-booking-form .datepicker:focus~i.icon-dropdown,
.widget-booking-form .datepicker:active~i.icon-dropdown {
  transform: translate(0, -50%) rotate(180deg);
}


.pagination a {
  width: 40px;
  height: 40px;
}

.pagination li {
  margin-left: 15px;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li .dots {
  color: #b19745;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.pagination>li>a,
.pagination>li>span {
  line-height: 38px;
  padding: 0 8px;
  text-align: center;
}

.pagination li.prev a::after,
.pagination li.next a::after {
  display: none;
}

.pagination li.prev a::before {
  left: 16px;
}

.pagination li.next a::before {
  right: 16px;
}

.pagination li.prev a::before {
  border-color: #575757;
}

.pagination li.next a::before {
  border-color: #575757;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
  color: #575757;
  border-color: #575757;
}

.pagination .active a {
  background: #b19745;
  border-color: #b19745;
  color: #ffffff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #b19745;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #b19745;
  border-color: #b19745;
}

.pagination li.prev a:hover::before,
.pagination li.next a:hover::before {
  border-color: #b19745;
}


form .datepicker {
  background-position: left 10px center;
  padding-left: 45px;
  border: 1px solid #B19745;
}

form .input-btn.disabled,
form .input-btn[disabled] {
  background: #f3f3f3;
  color: #999999;
  cursor: default;
}

.off-canvas {
  width: 100%;
  max-width: 800px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 1060;
}

.off-canvas-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.off-canvas-active .off-canvas {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.off-canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.off-canvas-active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas .off-canvas-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.off-canvas-close {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  opacity: 0.75;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.off-canvas-close i {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.off-canvas-close .icon-close {
  background: url('../images/icons/icon-close.png') center no-repeat;
  background-size: 26px;
}

.off-canvas-close:hover,
.off-canvas-close:focus,
.off-canvas-close:active {
  opacity: 1;
}

.off-canvas-head {
  position: relative;
}

.off-canvas-body {
  padding: 25px;
}

.off-canvas .choose-room-topbar {
  padding: 25px;
  margin: 0;
}



.modal-close {
  opacity: 1;
}

.modal-close i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.modal-close .icon-close {
  background: url('../images/icons/icon-close.png') center no-repeat;
  background-size: 17px;
}

.modal-content {
  border-radius: 0;
}

.modal-content>.modal-close {
  margin-top: 20px;
  margin-right: 20px;
  z-index: 10;
  position: relative;
}

.modal-footer .input-btn {
  display: inline-block;
  width: auto;
  min-width: 140px;
  height: 50px;
  line-height: 48px;
  background-color: #b19745;
  border: 1px solid #b19745;
  font-family: 'cs_prakasregular';
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 20px;
  text-align: center;
}

.modal-dialog.modal-room {
  max-width: 980px;
  margin: 0 auto;
}

.modal-dialog.modal-room .modal-content {
  width: 100%;
}

.modal-room .modal-body {
  padding: 25px;
}

.modal-room .room-detail-title {
  margin-top: 20px;
}

.modal-room .room-detail-title h1 {
  font-family: 'cs_sarabun_bold';
  font-size: 30px;
}

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

.modal-room .room-detail-price {
  font-size: 30px;
  text-align: left;
  color: #b19745;
}

.modal-room .room-detail-price h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #555555;
}

.modal-room .room-detail-text {
  margin-top: 10px;
}

.modal-room .room-detail-text i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}

.modal-room .room-detail-text .icon-user {
  background: url('../images/icons/icon-user.png') center no-repeat;
  background-size: 100%;
}

.modal-room .room-detail-text br~strong {
  margin-top: 10px;
  display: inline-block;
}

.modal-room .room-detail-text .text-list li {
  padding-left: 20px;
}

.modal-room .room-detail-text .text-list li::after {
  top: 6px;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10.3998L10.7332 7.66663L8 4.93344L7.21681 5.71663L8.60431 7.10413H5.1875V8.22913H8.60431L7.21681 9.61663L8 10.3998ZM8.00131 14.7916C7.01581 14.7916 6.0895 14.6046 5.22237 14.2306C4.35525 13.8566 3.601 13.3491 2.95962 12.7079C2.31825 12.0668 1.81044 11.3129 1.43619 10.4461C1.06206 9.57938 0.875 8.65331 0.875 7.66794C0.875 6.68244 1.062 5.75613 1.436 4.889C1.81 4.02188 2.31756 3.26763 2.95869 2.62625C3.59981 1.98488 4.35375 1.47706 5.2205 1.10281C6.08725 0.728688 7.01331 0.541626 7.99869 0.541626C8.98419 0.541626 9.9105 0.728626 10.7776 1.10263C11.6448 1.47663 12.399 1.98419 13.0404 2.62531C13.6818 3.26644 14.1896 4.02038 14.5638 4.88713C14.9379 5.75388 15.125 6.67994 15.125 7.66531C15.125 8.65081 14.938 9.57713 14.564 10.4443C14.19 11.3114 13.6824 12.0656 13.0413 12.707C12.4002 13.3484 11.6463 13.8562 10.7795 14.2304C9.91275 14.6046 8.98669 14.7916 8.00131 14.7916Z' fill='%23B19745'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.modal-room .room-no {
  margin-top: 15px;
}

.modal-room .room-no li {
  width: 100px;
}

.modal-room .room-no i {
  width: 60px;
  height: 60px;
}

.modal-room .room-detail-note {
  margin-top: 30px;
  margin-bottom: 0;
  color: #555555;
}

.modal-room .room-detail-gallery {
  overflow: hidden;
}

.modal-room #sync1 .owl-controls {
  margin-top: 34px;
}

.modal-room #sync1 .owl-controls .owl-buttons div {
  position: absolute;
  color: transparent;
  background-color: #b19745;
  opacity: 1;
  border: none;
  border-radius: 0;
  margin: 0;
  width: 34px;
  height: 34px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-room #sync1 .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.0543 6.00043L7.6543 1.40043L6.60055 0.34668L0.946796 6.00043L6.60055 11.6542L7.6543 10.6004L3.0543 6.00043Z' fill='white'/%3E%3C/svg%3E%0A");
}

.modal-room #sync1 .owl-controls .owl-buttons .owl-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9457 6.00043L0.345703 1.40043L1.39945 0.34668L7.0532 6.00043L1.39945 11.6542L0.345703 10.6004L4.9457 6.00043Z' fill='white'/%3E%3C/svg%3E%0A");
}

.modal-room #sync2 {
  padding: 0;
  width: calc(100% + 20px);
}

.modal-room #sync2 .owl-item {
  padding-right: 20px;
}

.modal-room #sync2 .item {
  margin: 0;
}

.widget-review {
  padding: 35px 0;
  background: #f3f3f3;
  margin-top: 100px;
}

.widget-review-list {
  margin: 0 -15px;
  width: auto;
}

.widget-review-list .item {
  padding: 0 15px;
}

.widget-review .owl-theme .owl-controls {
  margin-top: 30px;
}

.widget-review .owl-theme .owl-controls .owl-page span {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  margin: 4px;
  border-radius: 0;
  -webkit-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

.widget-review .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #eee;
}

.widget-review .owl-theme .owl-controls .owl-page.active:hover span {
  background-color: #b19745;
}

.widget-review .owl-theme .owl-controls .owl-page.active span {
  background-color: #b19745;
}

.widget-article {
  padding-top: 35px;
}

.widget-article-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 57%;
}

.widget-article-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.widget-article-image a img {
  -webkit-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.widget-article-image a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.widget-article-des {
  margin-top: 15px;
}

.widget-article-des p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: 'cs_prakasregular';
  color: #333333;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  line-height: 1.4em;
  min-height: 70px;
  max-height: calc(3 * 1.4em);
}

.widget-article-date {
  font-size: 14px;
  font-family: 'serif';
  color: #555555;
  margin-top: 2px;
}

.widget-article-date i.icon-calendar {
  background: url('../images/icons/icon-calendar.png') center no-repeat;
  background-size: 18px;
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -1px;
}

.widget-article-list {
  margin: 0 -15px;
  width: auto;
}

.widget-article-list .item {
  padding: 0 15px;
}

.widget-article .owl-theme .owl-controls {
  margin-top: 30px;
}

.widget-article .owl-theme .owl-controls .owl-page span {
  width: 30px;
  height: 4px;
  background-color: #f1f1f1;
  opacity: 1;
  margin: 4px;
  border-radius: 0;
  -webkit-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

.widget-article .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #eee;
}

.widget-article .owl-theme .owl-controls .owl-page.active:hover span {
  background-color: #b19745;
}

.widget-article .owl-theme .owl-controls .owl-page.active span {
  background-color: #b19745;
}

.article .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #dbdbdb;
}

.article-header {
  background: url('../images/uploads/banner/header-article.jpg') center no-repeat;
  background-size: cover;
}

.site-header-default.article-header {
  margin-bottom: 20px;
}

.default-page .breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.default-page .breadcrumb>li {
  float: none;
}

.default-page .breadcrumb a {
  color: #555555;
}

.default-page .breadcrumb>.active {
  color: #333333;
  font-weight: bold;
}

.default-page .breadcrumb>li+li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%23555555'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  padding: 0 15px;
}


.article-list>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-list>ul:before,
.article-list>ul:after {
  content: " ";
  display: table;
}

.article-list>ul:after {
  clear: both;
}

.article-list>ul {
  margin: 0 -15px;
  margin-bottom: -30px;
}

.article-list>ul>li {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}

.article-list-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 56%;
}

.article-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.article-list-image a img {
  -webkit-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.article-list-image a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.article-list-des {
  margin-top: 15px;
}

.article-list-des p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: 'cs_prakasregular';
  color: #333333;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  line-height: 1.4em;
  min-height: 70px;
  max-height: calc(3 * 1.4em);
}

.article-list-date {
  font-size: 14px;
  font-family: 'serif';
  color: #555555;
  margin-top: 2px;
}

.article-list-date i.icon-calendar {
  background: url('../images/icons/icon-calendar.png') center no-repeat;
  background-size: 18px;
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -1px;
}

.article-highlight {
  margin-bottom: 30px;
}

.article-highlight-wrapper {
  position: relative;
  overflow: hidden;
}

.article-highlight-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 57%;
}

.article-highlight-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.article-highlight-image a img {
  -webkit-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.article-highlight-image a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.article-highlight-caption {
  position: absolute;
  width: 100%;
  height: 98px;
  bottom: 0;
  padding: 20px 25px;
  background-color: rgba(37, 23, 6, 0.8);
  font-family: 'serif';
  font-size: 16px;
  color: #ffffff;
}

.article-highlight-des p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'cs_prakasregular';

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  line-height: 1.4em;
  max-height: calc(1 * 1.4em);
}

.article-highlight-date {
  font-size: 14px;
  font-family: 'serif';
  margin-top: 2px;
}

.article-highlight-date i.icon-calendar {
  background: url('../images/icons/icon-calendar-white.png') center no-repeat;
  background-size: 18px;
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -1px;
}

.article-highlight .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.article-highlight .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  opacity: 1;
  margin: 4px;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

.article-highlight .owl-controls.clickable .owl-page:hover span {
  background-color: #eee;
}

.article-highlight .owl-controls .owl-page.active:hover span {
  background-color: #b19745;
  border-color: #b19745;
}

.article-highlight .owl-controls .owl-page.active span {
  background-color: #b19745;
  border-color: #b19745;
}

.article-highlight .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.article-highlight .owl-controls .owl-buttons div {
  position: absolute;
  color: transparent;
  background-color: #b19745;
  opacity: 1;
  border-radius: 0;
  margin: 0;
  width: 34px;
  height: 34px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px
}

.article-highlight .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.0543 6.00043L7.6543 1.40043L6.60055 0.34668L0.946796 6.00043L6.60055 11.6542L7.6543 10.6004L3.0543 6.00043Z' fill='white'/%3E%3C/svg%3E%0A");
}

.article-highlight .owl-controls .owl-buttons .owl-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9457 6.00043L0.345703 1.40043L1.39945 0.34668L7.0532 6.00043L1.39945 11.6542L0.345703 10.6004L4.9457 6.00043Z' fill='white'/%3E%3C/svg%3E%0A");
}


.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.article .side-left,
.article .side-right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.article .side-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.article .side-right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.article .side-left {
  width: 75%;
}

.article-filter-box {
  padding: 20px;
  border: 1px solid #999999;
  margin-bottom: 20px;
}

.article-filter-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}

.article-filter-title i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #333333;
  float: left;
  margin-right: 15px;
}

.article-filter-title .icon-search {
  background-image: url('../images/icons/icon-search-white.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

.article-filter-title .icon-tags {
  background-image: url('../images/icons/icon-tags-white.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

.article-search {
  position: relative;
}

.article-search .form-group {
  float: none;
}

.article-search .input-text {
  height: 50px;
}

.article-search .btn-search {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;

  position: absolute;
  right: 10px;
  top: 14px;
}

.article-search .btn-search i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.article-search .btn-search .icon-magnifier {
  background: url('../images/icons/icon-magnifier.png') center no-repeat;
  background-size: 18px;
}

.article-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-tags ul:before,
.article-tags ul:after {
  content: " ";
  display: table;
}

.article-tags ul:after {
  clear: both;
}

.article-tags .tag {
  font-size: 14px;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #b19745;
  border-radius: 2px;
  color: #b19745;
  margin: 0 8px 8px 0;
}

.article-tags .tag.active {
  background-color: #b19745;
  color: #ffffff;
}

.article-filter-box~.article-suggest {
  margin-top: 30px;
}

.article-suggest-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.article-suggest-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-suggest-list ul:before,
.article-suggest-list ul:after {
  content: " ";
  display: table;
}

.article-suggest-list ul:after {
  clear: both;
}

.article-suggest-list>ul {
  margin: -7px;
}

.article-suggest-list>ul>li {
  width: 100%;
  padding: 7px;
}

/* .article-suggest-list>ul>li+li {
  margin-top: 15px;
} */

.article-suggest-list .article-list-wrapper {
  /* display: flex; */
}

.article-suggest-list .article-list-wrapper>.row {
  margin: 0 -7px;
}

.article-suggest-list .article-list-wrapper>.row>div {
  padding: 0 7px;
}

.article-suggest-list .article-list-image {
  padding-top: 100%;
}

.article-suggest-list .article-list-des {
  margin-top: 4px;
}

.article-suggest-list .article-list-des p {
  font-size: 14px;
  font-weight: normal;
  min-height: 1px;
}

.article-detail-title {
  margin-bottom: 20px;
}

.article-detail-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
  margin: 0;
}

.article-detail-head {
  margin-bottom: 25px;
}

.article-detail-head .article-detail-date {
  margin: 6px 0;
}

.article-detail-head .article-detail-share {
  float: right;
}

.article-detail-date {
  font-size: 16px;
  line-height: 24px;
}

.article-detail-date i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
}

.article-detail-date .icon-calendar {
  background: url('../images/icons/icon-calendar.png') center no-repeat;
  background-size: 100%;
}

.article-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-detail-share .article-share-title {
  margin-right: 15px;
}

.article-share-title {
  font-size: 16px;
  font-weight: bold;
}

.article-share-title i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
}

.article-share-title .icon-share {
  background: url('../images/icons/icon-share.png') center no-repeat;
  background-size: 100%;
}

.article-share-social {}

.article-share-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-share-social ul:before,
.article-share-social ul:after {
  content: " ";
  display: table;
}

.article-share-social ul:after {
  clear: both;
}

.article-share-social>ul {
  margin: 0 -5px;
}

.article-share-social>ul>li {
  padding: 0 5px;
}

.article-share-social-icon i {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.article-share-social-icon .icon-facebook {
  background: url('../images/icons/icon-share-facebook.png') center no-repeat;
  background-size: 100%;
}

.article-share-social-icon .icon-x {
  background: url('../images/icons/icon-share-x.png') center no-repeat;
  background-size: 100%;
}

.article-share-social-icon .icon-facebook-black {
  background: url('../images/icons/icon-share-facebook-black.png') center no-repeat;
  background-size: 100%;
}

.article-share-social-icon .icon-x-black {
  background: url('../images/icons/icon-share-x-black.png') center no-repeat;
  background-size: 100%;
}

.article-tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-tags-row .article-filter-title {
  margin: 0;
  margin-right: 15px;
}

.article-detail-foot {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #999999;
}

.article-detail-foot .article-detail-share {
  float: right;
}

.room-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.room-search .form-control {
  height: 30px;
}

.room-search .check-date {
  font-family: 'cs_sarabun_regular';
  font-size: 16px;
  line-height: 50px;
  color: #333333;
}

.room-search .check-date.check-in {
  width: 194.5px;
}

.room-search .input-date-search-btn {
  margin-left: 15px;
  height: 34px;
  line-height: 35px;
}

.room-search .check-date {
  line-height: 16px;
}

.room-search .check-date+.check-date {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dbdbdb;
}

.room-check-in-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.room-check-in-out .check-date {
  font-family: 'cs_sarabun_regular';
  font-size: 16px;
  line-height: 50px;
  color: #333333;
}

.room-check-in-out .check-date+.check-date {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dbdbdb;
}

.room-check-in-out .check-date .icon-calendar {
  background: url('../images/icons/icon-calendar-check.png') center no-repeat;
  background-size: 30px;
  display: inline-block;
  float: left;
  width: 30px;
  height: 50px;
  margin-right: 5px;
}

.room-check-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.choose-room-topbar {
  padding: 20px 0;
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
}

.choose-room-topbar .input-btn {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 48px;
  background-color: #b19745;
  border: 1px solid #b19745;
  font-family: 'cs_prakasregular';
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.choose-room-topbar .input-btn .badge {
  padding: 5px 7px;
}

.choose-room-topbar .input-btn.btn-check {
  border: 1px solid #b19745;
  background: #ffffff;
  color: #b19745;
}

.choose-room-topbar .input-btn.btn-check .badge {
  background: #b19745;
}

.choose-room-topbar .input-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  position: relative;
  top: 6px;
}

.choose-room-topbar .input-btn .icon-trip {
  background: url('../images/icons/icon-trip.png') center no-repeat;
  background-size: 100%;
}

.choose-room-topbar .input-btn .icon-book {
  background: url('../images/icons/icon-book-white.png') center no-repeat;
  background-size: 100%;
}

.choose-room-head h2 {
  font-family: 'cs_sarabun_bold';
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  margin-bottom: 20px;
}

.choose-room-des p {
  font-family: 'cs_sarabun_regular';
  font-size: 16px;
  margin: 0;
  margin-bottom: 25px;
}

.choose-room-box {
  border: 1px solid #575757;
  padding: 20px;
}

.choose-room-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.choose-room-list ul:before,
.choose-room-list ul:after {
  content: " ";
  display: table;
}

.choose-room-list ul:after {
  clear: both;
}

.choose-room-list>ul>li {
  width: 100%;
}

.choose-room-list>ul>li+li {
  margin-top: 20px;
}

.choose-room-list-cover {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 70%;
}

.choose-room-list-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.choose-room-image>ul {
  margin: 0 -5px;
}

.choose-room-image>ul>li {
  width: calc(100% / 3);
  padding: 0 5px;
}

.choose-room-image .choose-room-list-cover {
  padding-top: 64%;
}

.choose-room-box .choose-room-image {
  padding-top: 10px;
}

.choose-room-list-title {
  font-family: 'cs_sarabun_bold';
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  margin-bottom: 10px;
}

.choose-room-list-des p {
  font-family: 'cs_sarabun_regular';
  margin: 0;
  margin-bottom: 10px;
}

.room-detail-list>ul {
  font-family: 'cs_sarabun_bold';
  margin: 0 -10px;
}

.room-detail-list>ul>li {
  padding: 0 10px;
  width: auto;
}

.room-detail-list .room-detail {
  font-weight: bold;
  line-height: 24px;
}

.room-detail-list .room-detail i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}

.room-detail-list .room-detail .icon-user {
  background: url('../images/icons/icon-user.png') center no-repeat;
  background-size: 100%;
}

.room-detail-list .room-detail .icon-bed {
  background: url('../images/icons/icon-bed.png') center no-repeat;
  background-size: 100%;
}

.room-facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

/* .room-facilities>ul {
  margin: -5px;
  width: fit-content;
}

.room-facilities>ul>li {
  padding: 5px;
} */

.room-facilities-box {
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #a4a4a4;
  color: #7e7e7e;
}

.room-detail-link {
  font-size: 18px;
  color: #b19745;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.room-detail-link:hover {
  color: #b19745;
}

.choose-room-list-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose-room-list-text .room-detail-list {
  margin: 5px 0;
}

.choose-room-list-text .room-facilities {
  margin: 5px 0;
  padding-right: 120px;
}

.choose-room-list-text .room-detail-link {
  position: absolute;
  right: 0;
  bottom: 65px;
  cursor: pointer;
}

.choose-room-list-text .room-detail-list .room-detail {
  margin: 0;
}

.choose-room-list-text .widget-room-price {
  font-family: 'cs_sarabun_bold';
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.choose-room-list-text .widget-room-price span {
  font-family: 'cs_sarabun_bold';
  color: #b19745;
}

.choose-room-list-text .choose-room-list-title {
  padding-right: 80px;
}

.choose-room-list-text .room-no {
  float: none;
  margin: 5px 0;
}

.choose-room-list-text .room-no ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -4px;
}

.choose-room-list-text .room-no li {
  width: auto;
  padding: 4px;
}

.choose-room-list-text .room-no i {
  width: 40px;
  height: 40px;
}

.choose-room-list-btn .input-btn {
  display: inline-block;
  width: auto;
  height: 50px;
  background-color: #b19745;
  font-family: 'cs_sarabun_bold';
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 0 20px;
}

.choose-room-list-btn .input-btn.disabled,
.choose-room-list-btn .input-btn[disabled] {
  background: #f3f3f3;
  color: #999999;
  cursor: default;
}


.choose-room-list-wrapper {
  font-family: 'cs_sarabun_bold';
  position: relative;
}

.choose-room-list-wrapper .choose-room-list-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.choose-room-menu {
  padding: 20px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.choose-room-menu.dropdown-menu {
  margin-top: 15px;
}

.choose-room-menu.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.choose-room-menu>li {
  width: 100%;
}

.choose-room-menu>li:not(.divider)+li:not(.divider) {
  margin-top: 15px;
}

.choose-room-menu .divider {
  margin: 15px 0;
}

.choose-room-list .choose-room-menu {
  padding: 20px;
}

.choose-room-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-room-option .room-type {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 160px;
  white-space: nowrap;
}

.choose-room-option .room-type .note {
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}

.room-counter {
  width: 110px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.room-counter input {
  width: 44px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.room-counter span {
  display: block;
  font-size: 25px;
  padding: 0 5px;
  cursor: pointer;
  color: #b19745;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b19745;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
}

.choose-room-action>.row {
  margin: 0 -10px;
}

.choose-room-action>.row>div {
  padding: 0 10px;
}

.choose-room-action .input-btn {
  width: 100%;
  padding: 0 10px;
}

.choose-room-action .input-btn.btn-add {
  border: 1px solid #b19745;
  background: #ffffff;
  color: #b19745;
}

.choose-room-action .input-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  position: relative;
  top: 5px;
}

.choose-room-action .input-btn .icon-plus {
  background: url('../images/icons/icon-plus.png') center no-repeat;
  background-size: 100%;
}

.choose-room-action .input-btn .icon-book {
  background: url('../images/icons/icon-book-white.png') center no-repeat;
  background-size: 100%;
}

.checkout-list {
  margin-bottom: 40px;
}

.checkout-list>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-list>ul:before,
.checkout-list>ul:after {
  content: " ";
  display: table;
}

.checkout-list>ul:after {
  clear: both;
}

.checkout-list>ul>li {
  width: 100%;
}

.checkout-list>ul>li+li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #575757;
}

.checkout-room-cover {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 70%;
}

.checkout-room-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.delete-btn {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.delete-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.delete-btn .icon-delete {
  background: url('../images/icons/icon-delete.png') center no-repeat;
  background-size: 17px;
}

.checkout-room-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px
}

.checkout-room-num {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.checkout-room-wrapper {
  position: relative;
  padding-right: 100px;
}

.checkout-room-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

.checkout-room-text p {
  margin: 0;
  line-height: 24px;
}

.checkout-room-text i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}

.checkout-room-text .icon-user {
  background: url('../images/icons/icon-user.png') center no-repeat;
  background-size: 100%;
}

.checkout-room-price {
  font-size: 24px;
  font-weight: bold;
  color: #b19745;
  line-height: 1.2em;
}

.checkout-room-price small {
  font-size: 16px;
  font-weight: normal;
  color: #555555;
}

.checkout-room-wrapper .checkout-room-price {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.book-now .input-btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background-color: #b19745;
  border: 1px solid #b19745;
  font-family: 'cs_prakasregular';
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 20px;
  text-align: center;
}

.book-now .input-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  position: relative;
  top: 6px;
}

.book-now .input-btn .icon-book {
  background: url('../images/icons/icon-book-white.png') center no-repeat;
  background-size: 100%;
}


.payment-radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cacaca;
  padding: 15px;
  margin: 0;
}

.payment-radio-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment-radio-container input[type="radio"]~.icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  margin-right: 10px;
}

.payment-radio-container input[type="radio"]~.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}

.payment-radio-container input[type="radio"]~.text {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.payment-radio-container input[type="radio"]~.text i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

.payment-radio-container input[type="radio"]~.text .icon-credit-card {
  background: url('../images/icons/icon-credit-card.png') center no-repeat;
  background-size: 20px;
}

.payment-radio-container input[type="radio"]~.text .icon-qrcode {
  background: url('../images/icons/icon-qrcode.png') center no-repeat;
  background-size: 20px;
}

.payment-radio-container:has(input[type="radio"]:checked) {
  border-color: #b19745;
}

.payment-radio-container input[type="radio"]:checked~.icon::after {
  background-color: #b19745;
}

.payment-radio-container input[type="radio"]:checked~.text {
  font-weight: bold;
}

.payment-radio-list .payment-radio-container {
  width: 100%;
}


.radio-control {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}

.radio-control.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #b19745;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.radio-control .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}

.radio-control .title {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  padding-left: 30px;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.radio-control input[type=radio] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.radio-control input[type=radio]:checked~.icon::after {
  background-color: #b19745;
}

.checkbox-control {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-family: 'cs_sarabun_regular';
}

.checkbox-control.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.checkbox-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #b19745;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 0;
}

.checkbox-control .title {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  padding-left: 30px;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.checkbox-control input[type=checkbox] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-control input[type=checkbox]:checked~.icon {
  color: #fff;
  border-color: transparent;
  background: url('../images/icons/icon-check-white.png') center no-repeat;
  background-color: #b19745;
  background-size: 12px;
}

.checkbox-control~.checkbox-help {
  display: inline;

  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkbox-help a {
  color: #b19745;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  font-family: 'cs_sarabun_regular';
}

.booking-form-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'cs_sarabun_bold';
}

form .btn-add {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;

  font-size: 14px;
  line-height: 20px;
  color: #b19745;
  padding-bottom: 2px;
  border-bottom: 1px solid #b19745;
}

form .btn-add i {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
}

form .btn-add .icon-plus {
  background: url('../images/icons/icon-plus.png') center no-repeat;
  background-size: 100%;
}

.booking-title-2 {
  margin-top: 40px;
  color: #333333;
  font-family: 'cs_sarabun_regular';
}

.booking-title-2 h2 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

.booking-title-2~.booking-wrapper {
  margin-top: 30px;
}

.booking-form hr {
  margin-top: 0;
  margin-bottom: 20px;
}

.booking-form .form-group .input-text {
  height: 50px;
}

.booking-form .form-group .btn-add {
  margin-top: 15px;
}

.booking-form .form-group .box-control .input-guest {
  margin-bottom: 15px;
}

.booking-form .form-group .box-control .input-guest:last-child {
  margin-bottom: 0;
}

.booking-form .input-btn.cancel {
  display: block;
  color: #999999;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.booking-form-action .input-btn.submit {
  width: 100%;
}

.booking-summary {
  background-color: #f5f5f5;
  padding: 25px;
  font-family: 'cs_sarabun_regular';
}

.booking-summary+.booking-summary {
  margin-top: 25px;
}

.booking-summary-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
}

.booking-summary-title .small-text {
  font-size: 13px;
}

.booking-summary-list>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-summary-list>ul:before,
.booking-summary-list>ul:after {
  content: " ";
  display: table;
}

.booking-summary-list>ul:after {
  clear: both;
}

.booking-summary-list>ul>li {
  width: 100%;
}

.booking-summary-list>ul>li+li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #999999;
}

.booking-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.booking-row .booking-room-title {
  margin: 0;
}

.booking-row .booking-room-price {
  margin-left: auto;
}

.booking-row .booking-pay-status {
  margin-left: auto;
}

.booking-room-head {
  margin-bottom: 10px
}

.booking-room-num {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.booking-room-cover {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 100%;
}

.booking-room-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.booking-room-wrapper {
  position: relative;
  /* padding-right: 60px; */
}

.booking-room-title {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 10px;
}

.booking-room-text p {
  margin: 0;
  line-height: 18px;
}

.booking-room-text p+p {
  margin-top: 10px;
}

.booking-room-text i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  float: left;
}

.booking-room-text .icon-user {
  background: url('../images/icons/icon-user.png') center no-repeat;
  background-size: 100%;
}

.booking-room-text .icon-bed {
  background: url('../images/icons/icon-bed.png') center no-repeat;
  background-size: 100%;
}

.booking-room-price {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2em;
}

.booking-room-price small {
  font-size: 14px;
  font-weight: normal;
  color: #555555;
}

.booking-room-wrapper .booking-room-price {
  /* position: absolute;
  top: 0;
  right: 0; */
  text-align: right;
}

.booking-room-foot {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #999999;
}

.booking-room-option .radio-control {
  margin-right: 30px;
}

.booking-room-option .radio-control:last-child {
  margin-right: 0;
}

.booking-room-option .radio-control .title {
  line-height: 24px;
}

.booking-room-option .radio-control .title i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
}

.booking-room-option .radio-control .title .icon-bed {
  background: url('../images/icons/icon-bed.png') center no-repeat;
  background-size: 18px;
}

.booking-room-option .radio-control .title .icon-double-bed {
  width: 34px;
  background: url('../images/icons/icon-double-bed.png') center no-repeat;
  background-size: 34px;
}

.booking-room-add .checkbox-control .icon {
  top: 8px;
}

.booking-room-add .checkbox-control .title {
  font-size: 14px;
}

.booking-room-add .checkbox-control .title small {
  font-size: 10px;
}

.booking-summary .booking-room-body>.row {
  margin: 0 -7px;
}

.booking-summary .booking-room-body>.row>div {
  padding: 0 7px;
}

.booking-summary .booking-summary-list>ul>li+li {
  margin-top: 10px;
}

.booking-summary-pay {
  color: #555555;
}

.booking-pay-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.booking-pay-title i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
}

.booking-summary-pay .icon-credit-card {
  background: url('../images/icons/icon-credit-card.png') center no-repeat;
  background-size: 20px;
}

.booking-summary-pay .icon-qrcode {
  background: url('../images/icons/icon-qrcode.png') center no-repeat;
  background-size: 20px;
}

.booking-pay-status {
  font-weight: normal;
  font-family: 14px;
  color: #b19745;
  background: #edeae0;
  padding: 5px 10px;
  border-radius: 4px;
}

.booking-summary-sum {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #999999;
}

.booking-summary-sum .booking-summary-price {
  text-align: right;
}

.booking-summary-des {
  font-size: 16px;
  color: #333333;
  line-height: 1;
}

.booking-summary-des small {
  font-size: 12px;
  color: #555555;
}

.booking-summary-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #b19745;
}

.booking-download .input-btn {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 48px;
  background-color: #b19745;
  border: 1px solid #b19745;
  font-family: 'cs_prakasregular';
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 20px;
  text-align: center;
}

.booking-download .input-btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  position: relative;
  top: 6px;
}

.booking-download .input-btn .icon-download {
  background: url('../images/icons/icon-download-white.png') center no-repeat;
  background-size: 15px;
}

.booking-alert {
  background: #fbf8f3;
  padding: 25px;
  margin: 25px 0;
}

.booking-alert-icon {
  width: 60px;
  height: 60px;
  background: #b19745;
  border-radius: 50%;
}

.booking-alert-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.booking-alert-icon .icon-success {
  background: url('../images/icons/icon-success-white.png') center no-repeat;
  background-size: 22px;
}

.booking-alert-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.booking-alert-title .booking-alert-icon {
  margin-right: 20px;
}

.booking-alert-number {
  font-size: 16px;
  line-height: 1.4em;
}

.booking-check-in-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.booking-check-in-out .check-date {
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
}

.booking-check-in-out .check-date+.check-date {
  position: relative;
  margin-left: 20px;
  padding-left: 44px;
}

.booking-check-in-out .check-date+.check-date::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../images/icons/icon-arrow_right_alt.png') center no-repeat;
  background-size: 22px;
}

.booking-check-in-out .check-sum {
  font-size: 16px;
  line-height: 60px;
  padding: 0 40px;
  border-left: 1px solid rgba(87, 87, 87, 0.2);
  margin-left: 30px;
}

/* .booking-room-summary .booking-room-wrapper {
  padding-right: 0;
} */

.booking-room-summary .booking-summary-title {
  border: none;
  padding-bottom: 0;
}

.booking-room-summary .booking-room-title {
  font-size: 18px;
  font-weight: bold;
}

.booking-room-summary .booking-room-cover {
  padding-top: 70%;
}

.booking-room-guest {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}

.booking-room-guest strong {
  font-size: 18px;
}

.booking-summary-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.booking-summary-info .booking-summary-label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

.booking-summary-info .booking-summary-des {
  font-size: 16px;
  color: #555555;
}

.booking-summary-info .booking-summary-name {
  width: 40%;
}

.booking-summary-info .booking-summary-email {
  width: 40%;
}

.booking-summary-info .booking-summary-tel {
  width: 20%;
}

.icon-no-pet {
  background: url('../images/icons/no-pet.png') center no-repeat;
  background-size: 100px;
  width: 50px !important;
  height: 50px !important;
}

.icon-no-smoking {
  background: url('../images/icons/no-smoking.png') center no-repeat;
  background-size: 100px;
  width: 50px !important;
  height: 50px !important;
}

.swal2-popup {
  font-size: 1rem !important;
  font-family: 'cs_sarabun_bold';
}

@media (max-width: 1440px) {
  .off-canvas {
    max-width: 740px;
  }

  .off-canvas-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .off-canvas-close i {
    width: 44px;
    height: 44px;
  }

  .off-canvas-close .icon-close {
    background-size: 24px;
  }

  .off-canvas .choose-room-topbar {
    padding: 20px 25px;
  }

  .article-detail-title h2 {
    font-size: 28px;
  }

  .checkout-room-title {
    font-size: 22px;
  }

  .choose-room-head h2 {
    font-size: 28px;
  }

  .booking-title-2 h2 {
    font-size: 28px;
  }

  .modal-room .room-detail-title h1 {
    font-family: 'cs_sarabun_bold';
    font-size: 28px;
  }

  .booking-popup {
    bottom: 40px;
    right: 40px;
  }

  .booking-popup-btn {
    width: 100px;
    height: 100px;
  }

  .booking-popup-btn i.icon-calendar {
    margin-top: -8px;
  }
}

@media (max-width: 992px) {
  .widget-booking-btn {
    padding: 0;
  }

  .widget-booking-wrapper>div {
    display: inline-block;
  }

  .widget-booking-form .form-group:has(i.icon-calendar) {
    padding-left: 55px;
  }

  .widget-booking-form .form-group+.form-group:has(i.icon-calendar) {
    padding-left: 55px;
  }

  .widget-booking-form .form-group i.icon-calendar {
    left: 10px;
  }

  .widget-booking-form .form-group+.form-group i.icon-calendar {
    left: 10px;
  }

  .widget-booking-inner .form-group:first-child::before {
    display: none
  }

  .widget-booking-inner .form-group::before {
    top: -10px;
    transform: none;
    height: 1px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .modal-dialog.modal-room {
    height: auto;
  }

  .article-detail-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .widget-contact h3 i.icon-location-black {
    float: none;
    margin-right: 2px;
    margin-top: 0;
    position: relative;
    top: 5px;
  }

  .site-footer .row>div[style*="text-align: left;"],
  .site-footer .row>div[style*="text-align: right;"] {
    text-align: center !important;
  }

  .site-footer .row>div[style*="text-align: left;"]+div[style*="text-align: right;"] {
    margin-top: 10px;
  }

  .off-canvas {
    max-width: 95%;
  }

  .off-canvas .choose-room-topbar {
    padding: 20px;
  }

  .off-canvas-body {
    padding: 20px;
  }

  .off-canvas-close .icon-close {
    background-size: 20px;
  }

  .modal-dialog.modal-room {
    position: relative;
    width: auto;
    margin: 10px;
    display: block;
  }

  .widget-room-head {
    margin-bottom: 30px;
  }

  .widget-room .owl-theme .owl-controls {
    margin-top: 20px;
  }

  .widget-review {
    padding: 25px 0;
    margin-top: 50px;
  }

  .widget-review .owl-theme .owl-controls {
    margin-top: 25px;
  }

  .widget-article-des p {
    font-size: 16px;
    min-height: 60px;
  }

  .widget-article .owl-theme .owl-controls {
    margin-top: 25px;
  }

  .article-highlight {
    margin-bottom: 25px;
  }

  .article-list>ul {
    margin: 0 -10px;
    margin-bottom: -20px;
  }

  .article-list>ul>li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .article-list-des p {
    font-size: 16px;
  }

  .article-highlight-des p {
    font-size: 18px;
  }

  .article .side-left {
    width: 100%;
  }

  .article .side-right {
    margin-top: 40px;
  }

  .article-suggest-list>ul>li {
    width: 50%;
  }

  .article-detail-title h2 {
    font-size: 22px;
  }

  .article-filter-title {
    font-size: 16px;
  }

  .article-detail-date {
    font-size: 14px;
  }

  .article-share-title {
    font-size: 14px;
  }

  .article-share-social-icon i {
    width: 32px;
    height: 32px;
  }

  .article-detail-date i {
    width: 20px;
    height: 20px;
  }

  .article-share-title i {
    width: 20px;
    height: 20px;
  }


  .article-detail-head .article-detail-share {
    float: none;
  }

  .article-detail-foot .article-detail-share {
    float: none;
  }


  .choose-room-head h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .choose-room-list-wrapper {
    margin-top: 20px;
  }

  .room-detail-link {
    font-size: 16px;
  }

  .choose-room-list-title {
    font-size: 20px;
  }

  .choose-room-list-text .room-facilities {
    padding-right: 92px;
  }

  .room-detail-list .room-detail i {
    width: 22px;
    height: 22px;
  }

  .room-facilities-box {
    font-size: 12px;
  }

  .choose-room-list-btn .input-btn {
    font-size: 18px;
    height: 44px;
  }

  .choose-room-action>.row>div+div {
    margin-top: 15px;
  }

  .checkout-list {
    margin-bottom: 30px;
  }

  .checkout-room-body>.row {
    margin: 0 -10px;
  }

  .checkout-room-body>.row>div {
    padding: 0 10px;
  }

  .checkout-room-wrapper {
    padding-right: 70px;
  }

  .checkout-room-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .checkout-room-text i {
    width: 20px;
    height: 20px;
  }

  .checkout-room-price {
    font-size: 20px;
  }

  .checkout-room-price small {
    font-size: 14px;
  }

  .room-check-in-out .check-date {
    font-size: 14px;
    line-height: 44px;
  }

  .room-check-in-out .check-date .icon-calendar {
    width: 26px;
    height: 44px;
    background-size: 26px;
  }

  .room-check-in-out .check-date+.check-date {
    margin-left: 15px;
    padding-left: 15px;
  }

  .room-check-action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .choose-room-topbar .room-check-action {
    margin-top: 20px;
  }

  .booking-title-2 {
    margin-top: 30px;
  }

  .booking-title-2 h2 {
    font-size: 24px;
  }

  .booking-title-2~.booking-wrapper {
    margin-top: 25px;
  }

  .booking-form-title {
    font-size: 18px;
    margin-bottom: 15px;

  }

  .booking-wrapper .booking-summary {
    margin-top: 30px;
  }

  .booking-summary-list .booking-room-cover {
    margin-bottom: 20px;
  }

  .booking-summary-price {
    font-size: 20px;
  }

  .booking-title-2 .booking-download {
    margin-top: 20px;
  }

  .booking-alert-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .booking-check-in-out {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .booking-check-in-out .check-sum {
    padding-left: 30px;
    padding-right: 0;
  }

  .booking-alert .booking-check-in-out {
    margin-top: 20px;
  }

  .booking-summary {
    padding: 20px;
  }

  .booking-alert {
    padding: 20px;
  }

  .booking-alert-icon {
    width: 50px;
    height: 50px;
  }

  .booking-alert-icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
  }

  .booking-check-in-out .check-date {
    font-size: 14px;
  }

  .booking-check-in-out .check-sum {
    font-size: 14px;
  }

  .modal-room .room-detail-title h1 {
    font-size: 24px;
  }


  .booking-popup {
    bottom: 30px;
    right: 30px;
  }

  .booking-popup-btn {
    font-size: 14px;
    width: 84px;
    height: 84px;
  }

  .booking-popup-btn i.icon-calendar {
    width: 35px;
    height: 34px;
  }

  .booking-popup form label {
    font-size: 18px;
  }

  .pagination a {
    width: 34px;
    height: 34px;
  }

  .pagination li {
    margin-left: 10px;
  }

  .pagination li .dots {
    font-size: 18px;
    line-height: 28px;
    width: 30px;
    height: 34px;
  }

  .pagination>li>a,
  .pagination>li>span {
    line-height: 32px;
    padding: 0 5px;
  }

  .pagination li.prev a::before {
    left: 14px;
  }

  .pagination li.next a::before {
    right: 14px;
  }
}

@media (max-width: 700px) {
  .booking-summary .booking-room-body>.row>.col-xs-3 {
    width: 30%;
  }

  .booking-summary-sum>.row>.col-xs-6 {
    width: 50%;
  }

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

@media (max-width: 575px) {
  .radio-control {
    padding: 2px 0;
  }

  .off-canvas .off-canvas-close {
    top: 5px;
    right: 10px;
  }

  .off-canvas .choose-room-topbar {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .article-highlight-image {
    padding-top: 320px;
  }

  .article-list>ul>li {
    width: 50%;
  }

  .article-suggest-list>ul>li {
    width: 100%;
  }

  .choose-room-list-text .room-facilities {
    padding-right: 0;
  }

  .choose-room-list-text .room-detail-link {
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .choose-room-list-wrapper .choose-room-list-btn {
    position: relative;
  }

  .choose-room-list-btn .input-btn {
    width: 100%;
  }

  .checkout-room-body>.row {
    margin: 0 -7px;
  }

  .checkout-room-body>.row>div {
    padding: 0 7px;
  }

  .checkout-room-wrapper {
    padding-right: 60px;
  }

  .checkout-room-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .checkout-room-text p {
    font-size: 12px;
  }

  .checkout-room-price {
    font-size: 18px;
  }

  .room-check-in-out .check-date {
    font-size: 13px;
    line-height: 1.4em;
  }

  .room-check-in-out .check-date .icon-calendar {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .room-check-in-out .check-date+.check-date {
    margin-left: 10px;
    padding-left: 10px;
  }

  .booking-summary .booking-room-body>.row>.col-xs-3 {
    width: 40%;
  }

  .booking-summary-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .booking-summary-info>div+div {
    margin-top: 15px;
  }

  .booking-summary-info .booking-summary-name,
  .booking-summary-info .booking-summary-email,
  .booking-summary-info .booking-summary-tel {
    width: 100%;
  }

  .booking-alert {
    padding: 20px 15px;
  }

  .booking-check-in-out .check-date+.check-date {
    margin-left: 15px;
    padding-left: 30px;
  }

  .booking-check-in-out .check-sum {
    display: block;
    padding-left: 15px;
    margin-left: 15px;
  }

  .booking-check-in-out .check-sum {
    line-height: 1.4em;
  }

  .booking-popup .dropdown-menu {
    min-width: 300px;
    width: 100%;
  }
}


/* @media (min-width: 768px) {
  .modal-dialog.modal-room {
    margin: 30px auto;
  }
} */

.checkbox-control.condition .error {
  display: none !important;
}

.checkbox-control.error .icon {
  border-color: #da0000 !important;
}

.room-list .choose-room-menu li {
  margin-bottom: 0;
}


.widget-article-des p {
  font-family: 'cs_sarabun_regular';
  font-size: 15px;
}

.article-list-des p {
  font-family: 'cs_sarabun_regular';
  font-size: 15px;
  line-height: 1.5em;
  min-height: calc(3 * 1.5em);
  max-height: calc(3 * 1.5em);
}

.article-suggest-list .article-list-des p {
  font-size: 13px;
}

.article-highlight-des p {
  font-family: 'cs_sarabun_regular';
  font-size: 18px;
  line-height: 1.5em;
}

.widget-booking {
  height: auto;
}

.pagination>li.prev>a,
.pagination>li.prev>span,
.pagination>li.prev>a:hover,
.pagination>li.prev>a:active,
.pagination>li.prev>a:focus,
.pagination>li.next>a,
.pagination>li.next>span,
.pagination>li.next>a:hover,
.pagination>li.next>a:active,
.pagination>li.next>a:focus {
  color: transparent;
}

.widget-booking-btn .input-btn {
  font-size: 24px;
}

.room-list .choose-room-menu .divider {
  margin: 15px 0;
}

.choose-room-option .datepicker {
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  text-align: right;
  font-size: 16px;
}

.choose-room-option .datepicker.is-error::placeholder {
  /* border: 1px solid #da0000; */
  color: #da0000;
}

.hide-value {
  color: transparent;
  /* ทำให้ข้อความโปร่งใส */
  text-shadow: 0 0 0 gray;
  /* หากต้องการให้แสดงเหมือนมีช่องว่าง */
}

.contact-detail i.icon-tel {
  background-size: 70%;
}

.widget-room-bottom>.row .widget-room-price {
  margin-top: 10px;
}


.choose-room-topbar .room-search {
  margin-bottom: 20px;
}

.room-search .check-date {
  position: relative;
}

.room-search .check-date .datepicker {
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  font-style: italic;
}

.room-search .check-date i.icon-dropdown {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/icons/icon-dropdown.png') center no-repeat;
  background-size: 32px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.room-search .check-date .datepicker:focus~i.icon-dropdown,
.room-search .check-date .datepicker:active~i.icon-dropdown {
  transform: translate(0, -50%) rotate(180deg);
}

.choose-room-topbar .room-check-in-out {
  margin-bottom: 20px;
}

.dropdown-language {
  min-width: 83px;
  width: 100%;
}

.choose-room-action .input-btn i {
  margin-top: -2px;
}

.choose-room-list-btn .input-btn {
  font-size: 18px;
}

.site-social li+li {
  margin-left: 8px;
}

.site-footer hr {
  margin: 2em 0 1.75em 0;
}

.site-menu li:not(.dropdown) {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .site-menu li {
    margin-left: 40px;
  }

  .site-menu a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .widget-about-des p {
    font-size: 16px;
  }

  .site-footer i.icon-facebook-black,
  .site-footer i.icon-twiter-black {
    float: none;
  }

  .site-footer-list {
    text-align: center;
  }

  .site-footer i.icon-phone-black,
  .site-footer i.icon-email-black {
    float: none;
    position: relative;
    top: 2px;
  }

  .site-footer-head h4 {
    font-size: 20px;
  }

  .article-list-des {
    margin-top: 10px;
  }

  .article-detail-title {
    margin-bottom: 10px;
  }

  .article-list-des p {
    font-size: 13px;
  }

  .article-highlight-des p {
    font-size: 16px;
  }

  .widget-booking-btn .input-btn {
    font-size: 20px;
    height: 50px;
  }

  .choose-room-option {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about {
    font-size: 16px;
  }

  .about p {
    font-size: 16px;
  }

  .itinerary p {
    font-size: 16px;
  }

  form .input-text {
    height: 50px;
  }

  form .input-btn {
    font-size: 18px;
  }

  .checkbox-control .title {
    font-size: 15px;
  }

  .booking-form form label.error {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .choose-room-topbar .room-check-action {
    margin-bottom: 20px;
  }


  .choose-room-topbar .room-search {
    margin-bottom: 0;
  }

  .choose-room-topbar .room-check-in-out {
    margin-bottom: 0;
  }

  .choose-room-topbar .room-check-in-out:has(.check-date) {
    margin-top: 20px;
  }

  .choose-room-option .room-type {
    font-size: 16px;
  }

  .choose-room-option .datepicker {
    font-size: 15px;
  }

  .room-counter input {
    font-size: 18px;
  }

  .choose-room-list-btn .input-btn {
    font-size: 16px;
  }

  .widget-room-head h2 {
    font-size: 24px;
  }

  .widget-booking-inner .form-group {
    margin-bottom: 10px;
  }
}


@media (max-width: 575px) {
  .room-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .room-search .check-date,
  .room-search .check-date.check-in {
    width: 100%;
  }

  .room-search .check-date+.check-date {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #dbdbdb;
  }

  .choose-room-topbar .room-search .input-btn {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .choose-room-topbar .room-check-in-out .check-date .icon-calendar {
    margin-top: -3px;
  }

  .room-check-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .room-check-action .input-btn {
    width: 100%;
  }

  .widget-room-bottom>.row .widget-room-price {
    margin-top: 8px;
  }

}

#loader-4 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

.copy-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  height: 100vh;
}

.copy-btn {
  position: relative;
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  bottom: 120%;
  /* วาง tooltip เหนือปุ่ม */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.copy-btn:hover .tooltip {
  visibility: visible;
}

.tooltip.show {
  visibility: visible;
  opacity: 1;
}

.btn-show-all-tag {
  color: #333333;
}

.btn-show-all-tag:focus {
  color: #000000;
}

.btn-show-all-tag:hover {
  color: #b19745;
}

.site-footer-logo img {
  height: 136px;
}

.site-social a.social-tt {
  background: url('../images/icons/icon-social-tt.png') center no-repeat;
  background-size: 16px;
}

.site-social a.social-ig {
  background: url('../images/icons/icon-social-ig.png') center no-repeat;
  background-size: 16px;
}

.site-social a.social-li {
  background: url('../images/icons/icon-social-li.png') center no-repeat;
  background-size: 16px;
}

.site-footer i.icon-tiktok-black {
  background: url('../images/icons/icon-tt-black.png') center no-repeat;
  background-size: 25px;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 1px;
}

.site-footer i.icon-ig-black {
  background: url('../images/icons/icon-ig-black.png') center no-repeat;
  background-size: 25px;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 1px;
}

.site-footer i.icon-li-black {
  background: url('../images/icons/icon-li-black.png') center no-repeat;
  background-size: 25px;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 1px;
}

.site-footer i.icon-line-black {
  background: url('../images/icons/icon-line-black.png') center no-repeat;
  background-size: 16px;
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: 2px;
}

.site-topbar-email i.icon-phone {
  background: url('../images/icons/icon-phone.png') center no-repeat;
  background-size: 10px;
  display: inline-block;
  float: left;
  width: 16px;
  height: 30px;
  margin-right: 6px;
}

.article-tags .btn-show-all-tag {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}

.article-tags .btn-show-all-tag i.icon-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/icons/icon-dropdown.png') center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
}

.article-tags .btn-show-all-tag:hover i.icon-arrow {
  -webkit-filter: none;
          filter: none;
}

.article-tags .btn-show-all-tag:not(.collapsed) i.icon-arrow {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.booking-popup .dropdown-menu {
  padding: 0;
}

.booking-popup .dropdown-menu .choose-room-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slidebar-mobile-header img {
  width: auto;
  max-height: 120px;
}

@media (max-width: 767px) {
  .booking-popup {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }

  .booking-popup-btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
  }

  .booking-popup-btn i.icon-calendar {
    display: inline-block;
    position: relative;
    margin-top: -20px;
    top: 10px;
  }

  .booking-popup .dropdown-menu::before {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .site-footer i.icon-line-black {
    float: none;
    position: relative;
    top: 2px;
  }

  .site-footer i.icon-tiktok-black,
  .site-footer i.icon-ig-black,
  .site-footer i.icon-li-black {
    float: none;
  }
}

body {
  font-family: 'cs_sarabun_regular';
}

.article-highlight-date {
  font-family: 'cs_sarabun_regular';
}

.article-list-date {
  font-family: 'cs_sarabun_regular';
}

.widget-booking .datepicker {
  font-family: 'cs_sarabun_regular';
}

.widget-room-caption {
  font-family: 'cs_sarabun_regular';
}

.widget-room-price {
  font-family: 'cs_sarabun_regular';
}

.widget-article-date {
  font-family: 'cs_sarabun_regular';
}

.site-header-default h1 {
  font-family: 'cs_sarabun_regular';
}

.choose-room-list-btn .input-btn {
  font-family: 'cs_sarabun_regular';
}

.choose-room-topbar .input-btn {
  font-family: 'cs_sarabun_regular';
}

.book-now .input-btn {
  font-family: 'cs_sarabun_regular';
}

.fancybox-title-float-wrap .child {
  font-family: 'cs_sarabun_regular';
}

.gallery .nav-tabs > li > a {
  font-family: 'cs_sarabun_regular';
}

.ui-datepicker {
  font-family: 'cs_sarabun_regular';
}



.article-share-social .st-btn{
  display: inline-block !important;
}
.article-share-social .st-btn > img{
  filter: brightness(0) invert(0);
}
.article-share-social .st-btn span{
  color: #000 !important;
}