.testimonial-box-home{min-height:550px;}

.row-small {
  margin-left: -8px;
  margin-right: -8px;
}
.col-small {
  padding-left: 8px;
  padding-right: 8px;
}
.row-smaller {
  margin-left: -1px;
  margin-right: -1px;
}
.col-smaller {
  padding-left: 1px;
  padding-right: 1px;
}
@media (min-width: 768px) {
  .col-2-suffix {
    max-width: 20%;
  }
  .col-4-suffix {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .container-suffix {
    max-width: 1160px;
  }
  .flexbox-two-suffix {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .flexbox-third {
    max-width: 30%;
    flex: 0 0 30%;
  }
}

.img-cover {
  object-fit: cover;
}
.index-3 {
  z-index: 3;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
.nav > li > a.active {
  border-bottom: 0.08rem solid #000;
  padding-bottom: 0.2rem;
}
b,
strong {
  font-weight: 700 !important;
}
.font-small {
  font-size: 0.813rem;
}
.letter-text-0-5 {
  letter-spacing: 0.5px;
}
small,
.small {
  font-size: 92.5% !important;
}
.font-size-body {
  font-size: 0.875rem !important;
}
.font-family-secondary {
  font-family: "Philosopher", sans-serif !important;
}
.font-weight-semibold {
  font-weight: 700 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.text-primary {
  color: #cba871 !important;
}
a.text-primary:hover {
  color: #000 !important;
}
.text-secondary {
  color: #452f17 !important;
}
a.text-secondary:hover {
  color: #452f17 !important;
}
a.text-muted:hover {
  color: inherit !important;
}
.bg-light {
  background-color: #f9f9f9 !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-dark-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.bg-cover {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-cover-top {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.text-shadow {
  text-shadow: 1px 0 0.5rem #000;
}
.bottom-over:before {
  content: "";
  background: #fff;
  width: 28%;
  height: 0.1rem;
  left: calc(50% - 14%);
  position: absolute;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  bottom: -15px;
}
.bottom-over:after {
  content: "";
  background: #fff;
  width: 20%;
  height: 0.1rem;
  position: absolute;
  left: calc(50% - 10%);
  bottom: -22px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.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: rgba(85, 54, 33, 0.5) !important;
}
.book-button {
  font-size: 80% !important;
  letter-spacing: 0.087rem !important;
}
a:hover .black-white,
a.active .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;
  transform: scale(0);
}
a:hover .opacity-0 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) !important;
}
.m-w-70 {
  max-width: 70rem;
}
.m-w-60 {
  max-width: 60rem;
}
.m-w-50 {
  max-width: 50rem;
}
.m-w-40 {
  max-width: 40rem;
}
.mxh-1 {
  max-height: 11rem;
}
.mxh-2 {
  max-height: 12.5rem;
}
.mxh-22 {
  max-height: 22rem;
}
.mxh-37 {
  max-height: 37rem;
}
.mh-1 {
  min-height: 12.5rem;
}
.mh-12 {
  min-height: 12rem;
}
.mh-20 {
  min-height: 20rem;
}
.mh-40 {
  min-height: 40rem;
}
.mh-2 {
  min-height: 25rem;
}
.lh-12 {
  line-height: 1.2;
}
.lh-body {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}
.lh-1 {
  line-height: 1;
}
.lh-0-8 {
  line-height: 0.8;
}
.mb-fix {
  margin-bottom: 2rem !important;
}
.mb-15 {
  margin-bottom: 15rem;
}
.mt-5r {
  margin-top: 5rem;
}
.zoom,
.img-welcome {
  -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);
}
.img-welcome:hover .zoom {
  transform: scale(1.1);
}
.ob-fit,
.ob-fix {
  object-fit: cover;
}
.font-size-room {
  font-size: 1.2rem;
}
.font-size-small-room {
  font-size: 0.7rem;
}
.btn-line {
  border-bottom: 1px solid #333;
  padding-bottom: 0.3rem;
}
.btn-line-hover:before {
  content: "";
  background: #333;
  height: 0.5px;
  width: 100%;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-line-hover:hover:before {
  width: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home-highlights .slick-dots {
  text-align: right;
  bottom: 3rem;
}

.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-group {
  margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn,
.input-group-text {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  -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-text {
  border-color: #fff;
  border-bottom-color: #dee2e6;
  height: calc(1.5em + 1rem + 2px);
}
textarea.form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
  border-color: #fff;
  border-bottom-color: #000;
  box-shadow: none;
}
textarea.form-control:focus {
  background-color: #f5f5f5;
  border: 1px dotted #000;
}
.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.5rem;
}
.btn {
  box-shadow: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-lg {
  font-size: 1rem;
}
.btn-sm {
  font-size: 0.75rem;
}
.btn-std-post,
.btn-std-post:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: #9e7026;
  border-color: #9e7026;
}
.btn-std-post:hover,
.btn-std-post:focus,
.btn-std-post:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}
.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: #cba871;
  border-color: #cba871;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #c39d62;
  border-color: #c39d62;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #553621;
  background: transparent;
  border-color: #bc9749;
}
.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: #ffffff;
  background-color: #bc9749;
  border-color: #bc9749;
}
.btn-outline-white,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #bc9749;
  border-color: #bc9749;
}
.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  color: #24170f;
  background: transparent;
  border-color: #8e8e8e;
  font-family: "Palatino Medium", sans-serif;
  padding: 5px 40px;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #452f17;
  border-color: #452f17;
}

.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: #cba871;
  border-color: #cba871;
}
.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.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: #000;
  border-color: #000;
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  color: #333;
  background-color: #eee;
  border-color: #eee;
}
.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: #cba871;
  border-color: #cba871;
}
.btn-link {
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}
.btn-link-offer:before {
  background: #333;
  height: 0.7px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  bottom: 0;
}
.btn-link-offer:hover:before {
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-menu {
  font-size: inherit;
  border-radius: 0;
  margin-top: 0.5rem;
}
.popover {
  font-size: inherit;
  border-radius: 0;
}
.popover-body {
  padding: 1.5rem;
}
.gp-btn-outline {
  background: transparent;
  color: #333;
  font-size: 20px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5) !important;
  z-index: 222;
  overflow: hidden;
  position: relative;
}
.gp-btn {
  display: inline-block;
  background: #cba871;
  color: #fff;
  border: 0;
  position: relative;
  z-index: 222;
  overflow: hidden;
}
.gp-btn:before,
.gp-btn-outline:before {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #c59d5f;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gp-btn:hover:before,
.gp-btn-outline:hover:before {
  height: 400%;
  opacity: 1;
}
.gp-btn:hover,
.gp-btn-outline:hover {
  color: #fff;
}
.border-willgroup::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 0.1rem;
  background: #cba871;
  bottom: -15px;
  left: calc(50% - 25px);
}
@media (min-width: 768px) {
  .popover {
    min-width: 25rem;
    max-width: 40rem;
  }
}
@media (min-width: 992px) {
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
}

/*--------------------------------------------------------------
# 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: #cba871;
  background: transparent;
  border: 0.125rem solid #cba871;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  padding: 0;
}
.pagination .page-link:hover {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}
.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: hidden !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0.25rem;
}
.modal-content:before {
  content: " ";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
}
.modal-header {
  justify-content: center;
  border-bottom: 0;
}
.modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.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-close {
  background: transparent;
  border: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.modal-close:before,
.modal-close:after {
  content: " ";
  background: #6c757d;
  display: block;
  width: 1px;
  height: 1.75rem;
  margin-top: -0.875rem;
  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: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 1rem 3rem 1rem;
  }
  .modal-body {
    padding: 1rem 3rem 2rem;
  }
}
@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: #cba871;
}
.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;
  }
}

/*--------------------------------------------------------------
# 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);
  }
}
/*--------------------------------------------------------------
# Swipper slider
--------------------------------------------------------------*/
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #ffffff;
  height: 1rem;
}
.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-rooms .swiper-button-prev svg,
.swiper-rooms .swiper-button-next svg {
  fill: #452f17;
}
.swiper-rooms .swiper-button-prev,
.swiper-rooms .swiper-button-next {
  border-color: #452f17;
}
.swiper-button-next-gallery {
  right: -50px;
}
.swiper-button-prev-gallery {
  left: -50px;
}
.swiper-button-prev-gallery svg,
.swiper-button-next-gallery svg {
  fill: #333333;
  height: 2rem;
}
.swiper-reviews ~ .swiper-button-prev svg,
.swiper-reviews ~ .swiper-button-next svg {
  fill: #c99246;
  height: 2rem;
}
.swiper-roomss .swiper-button-prev {
  left: 165px;
}
.swiper-roomss .swiper-button-next {
  right: 165px;
}
.swiper-roomss .swiper-button-prev svg,
.swiper-roomss .swiper-button-next svg {
  fill: #ffffff;
  height: 2rem;
}
.swiper-roomss .swiper-button-prev,
.swiper-roomss .swiper-button-next {
  width: auto;
  height: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 7px;
}
@media (min-width: 768px) {
  .swiper-reviews ~ .swiper-button-prev {
    left: -4rem;
  }
  .swiper-reviews ~ .swiper-button-next {
    right: -4rem;
  }
}
@media (max-width: 767.98px) {
  .swiper-roomss .swiper-button-prev {
    left: 15px;
  }
  .swiper-roomss .swiper-button-next {
    right: 15px;
  }
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-top {
  padding: 20px 40px 0 40px;
  position: relative;
}
.inside-header {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.site-header {
  color: #fff;
  background: transparent;
  width: 100%;
  position: fixed !important;
  z-index: 1001;
  top: 0 !important;
  left: 0;
  margin-top: 0 !important;
  transform: translateY(0) !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.site-header.scroll .site-top {
  background: #fff;
}
.site-header.scroll .site-nav {
  background: #fff;
}
.site-nav {
  background-color: transparent;
  border-top: none;
}
.site-header.active-color .site-top,
.site-header.active-color .site-nav {
  background-color: #fff;
}
.site-header.active-color a.border-white {
  border-color: #333 !important;
}
.site-logo img {
  max-height: 60px;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.site-logo .logo-2,
.site-logo .logo-3 {
  display: none;
}
.site-header.active-color .site-logo .logo {
  display: none;
}
.site-header.active-color .site-logo .logo-2 {
  display: block;
}
.site-header.active-color .head-hotline,
.site-header.active-color .thoitiet {
  color: #553621;
}
.thoitiet {
  min-width: 120px;
  width: 120px;
  margin-right: 20px !important;
}
.weather {
  min-width: 85px;
  width: 85px;
}
.weather .city,
.weather .temp {
  min-height: 18px;
  line-height: 18px;
  display: block;
}
.site-header .may-hover {
  display: none;
}
.site-header.active-color .may-hover {
  display: block;
}
.site-header.active-color .may {
  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;
}
/* Logo giá»¯ nguyĂªn kĂ­ch thÆ°á»›c khi scroll - khĂ´ng thu nhá» */
.site-header.scroll .site-logo img {
  max-height: 60px;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.site-header.scroll .site-logo .logo-1 {
  display: none;
}
.site-header.scroll .site-logo .logo {
  display: none;
}
.site-header.scroll .site-logo .logo-2 {
  display: inline-block;
}
.site-header.scroll .site-logo.d-none.d-lg-block {
  display: block !important;
}
.site-header.scroll .thoitiet {
  color: #553621;
}
.site-header.scroll .thoitiet.d-none.d-lg-flex {
  display: flex !important;
}
.site-header.scroll .may {
  display: none;
}
.site-header.scroll .may-hover {
  display: block;
}
.site-header.scroll a.btn-outline-white {
  background: #553621;
  color: #ffffff;
  border-color: #553621;
}
.site-header.scroll a.btn-outline-white.d-none.d-lg-inline {
  display: inline-block !important;
}
.site-header.scroll a.btn-outline-white:hover {
  color: #ffffff;
  background-color: #452f17;
  border-color: #452f17;
}
.site-header.scroll .aside-nav-toggler {
  color: #333;
}
.site-header.scroll .site-nav-inline .menu > li > a {
  color: #333;
}
.site-header.scroll .popover {
  display: none;
}
.site-logo {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  max-width: 120px;
}
.site-header.active-color a.btn-outline-white {
  background: #553621;
  color: #ffffff;
  border-color: #553621;
}
.site-header.active-color a.btn-outline-white:hover {
  color: #ffffff;
  background-color: #452f17;
  border-color: #452f17;
}
.site-header.active-color a.btn-outline-white:hover i,
.site-header.active-color a.btn-outline-white i {
  color: #fff;
}
@media (min-width: 992px) {
  .site-header.scroll .site-logo.d-none.d-lg-block {
    display: block !important;
  }
  .site-header.scroll .thoitiet.d-none.d-lg-flex {
    display: flex !important;
  }
  .site-header.scroll a.btn-outline-white.d-none.d-lg-inline {
    display: inline-block !important;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-top {
    background: #fff !important;
  }
  .site-header .aside-nav-toggler {
    color: #333 !important;
  }
  .site-header .call-mobile > a {
    color: #553621 !important;
  }
  .site-header .site-logo .logo {
    display: none !important;
  }
  .site-header .site-logo .logo-2 {
    display: block !important;
  }
  .site-logo img {
    max-height: 50px !important;
  }
  .site-top {
    height: auto !important;
  }
  .site-header .inside-header {
    padding-bottom: 10px;
  }
  /* áº¨n cĂ¡c element desktop trĂªn mobile ká»ƒ cáº£ khi scroll */
  .site-header .site-logo.d-none.d-lg-block,
  .site-header.scroll .site-logo.d-none.d-lg-block,
  .site-header.active-color .site-logo.d-none.d-lg-block {
    display: none !important;
  }
  .site-header .thoitiet,
  .site-header .thoitiet.d-none.d-lg-flex,
  .site-header.scroll .thoitiet,
  .site-header.scroll .thoitiet.d-none.d-lg-flex,
  .site-header.active-color .thoitiet,
  .site-header.active-color .thoitiet.d-none.d-lg-flex {
    display: none !important;
  }
  .site-header a.btn-outline-white,
  .site-header a.btn-outline-white.d-none.d-lg-inline,
  .site-header.scroll a.btn-outline-white,
  .site-header.scroll a.btn-outline-white.d-none.d-lg-inline,
  .site-header.active-color a.btn-outline-white,
  .site-header.active-color a.btn-outline-white.d-none.d-lg-inline {
    display: none !important;
  }
  /* Giá»¯ nguyĂªn kĂ­ch thÆ°á»›c logo khi scroll */
  .site-header.scroll .site-logo img {
    max-height: 50px !important;
  }
  /* Äáº£m báº£o call-mobile váº«n hiá»ƒn thá»‹ */
  .call-mobile {
    display: block !important;
  }
}
/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-header.active-color .aside-nav-toggler,
.site-header.active-color .aside-nav-tagline {
  color: #333;
}
.site-nav-inline ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.site-nav-inline .menu {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.site-nav-inline .menu > li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.site-nav-inline .menu > li > a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
.site-header.active-color .site-nav-inline .menu > li > a,
.site-header.scroll .site-nav-inline .menu > li > a {
  color: #333;
}
.site-nav-inline .menu > li > a:hover {
  color: #333;
}
.site-nav-inline .menu > li + li:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.site-header.active-color .site-nav-inline .menu > li:before {
  background-color: #000;
  opacity: 0.5;
}
.site-header.scroll .site-nav-inline .menu > li + li:before {
  background-color: #000;
  opacity: 0.5;
  display: block;
}
.site-nav-inline .menu > li.menu-item-has-children:hover > a:after,
.site-nav-inline
  .menu
  > li
  > .sub-menu
  > li.menu-item-has-children:hover
  > a:after {
  transform: rotate(45deg);
  background-color: transparent;
  content: "";
  display: inline-block;
  height: 0.7rem;
  margin-bottom: 0.125rem;
  width: 0.7rem;
  position: absolute;
  left: calc(50% - 0.4rem);
  bottom: -9px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  z-index: 12;
}
.site-nav-inline .menu > li.menu-item-has-children:hover > a:before,
.site-nav-inline
  .menu
  > li
  > .sub-menu
  > li.menu-item-has-children:hover
  > a:before {
  transform: rotate(45deg);
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.3rem;
  margin-bottom: 0.125rem;
  width: 0.3rem;
  position: absolute;
  left: calc(50% - 0.2rem);
  bottom: -5px;
  z-index: 12;
}
.site-nav-inline .menu > li .sub-menu {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 180px;
  width: auto;
  padding: 0.5rem 0;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 20px);
  transition: all 0.3s ease 0s;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 4px;
}
.site-nav-inline li:hover > .sub-menu,
.site-nav-inline .menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0px);
  transition: all 0.3s ease 0s;
}
.site-nav-inline .menu > li > .sub-menu > li {
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid #f0f0f0;
  float: none !important;
}
.site-nav-inline .menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.site-nav-inline > ul > li > .sub-menu > li > .sub-menu {
  position: absolute;
  background: #f8f7f5;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 0.5rem 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: 100%;
  left: 0;
  transform: translate(0px, 30px);
  transition: all 0.3s ease 0s;
  text-align: center;
}
.site-nav-inline > ul > li > .sub-menu > li > .sub-menu li {
  display: inline-block;
}
.site-nav-inline .sub-menu > li > a {
  font-size: 0.75rem;
  white-space: nowrap;
  color: #333;
  display: flex !important;
  align-items: center;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.site-nav-inline .sub-menu > li > a:hover {
  color: #c5a154 !important;
  background-color: #f8f8f8;
  border-left-color: #c5a154;
  padding-left: 1.5rem;
}
.site-nav-inline .sub-menu > li > a img {
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.site-nav .menu {
  text-align: center;
}
.site-nav .menu > li {
  display: inline-block;
  position: relative;
}
.site-nav .menu > li > a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0 45px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1px;
}
.site-header.active-color .site-nav .menu > li > a,
.site-header.scroll .site-nav .menu > li > a {
  color: #333;
}
.site-nav .menu > li > a:hover {
  color: #333;
}
.site-nav .menu > li + li:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.site-header.active-color .site-nav .menu > li:before {
  background-color: #000;
  opacity: 0.5;
}
.site-header.scroll .site-nav .menu > li + li:before {
  display: none;
}
.site-nav .menu > li.menu-item-has-children:hover > a:after,
.site-nav .menu > li > .sub-menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(45deg);
  background-color: transparent;
  content: "";
  display: inline-block;
  height: 0.7rem;
  margin-bottom: 0.125rem;
  width: 0.7rem;
  position: absolute;
  left: calc(50% - 0.4rem);
  bottom: -9px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  z-index: 12;
}
.site-nav .menu > li.menu-item-has-children:hover > a:before,
.site-nav .menu > li > .sub-menu > li.menu-item-has-children:hover > a:before {
  transform: rotate(45deg);
  background-color: #333;
  content: "";
  display: inline-block;
  height: 0.3rem;
  margin-bottom: 0.125rem;
  width: 0.3rem;
  position: absolute;
  left: calc(50% - 0.2rem);
  bottom: -5px;
  z-index: 12;
}
.site-nav .menu > li .sub-menu {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  transform: translate(0px, 30px);
  transition: all 0.3s ease 0s;
  text-align: center;
}
.site-nav li:hover > .sub-menu,
.site-nav .menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px);
  transition: all 0.3s ease 0s;
  border-top: 1px solid #dcdcdc;
}
.site-nav .menu > li > .sub-menu > li {
  display: inline-block;
}
.site-nav > ul > li > .sub-menu > li > .sub-menu {
  position: absolute;
  background: #f8f7f5;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 0.5rem 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: 100%;
  left: 0;
  transform: translate(0px, 30px);
  transition: all 0.3s ease 0s;
  text-align: center;
}
.site-nav > ul > li > .sub-menu > li > .sub-menu li {
  display: inline-block;
}
.site-nav .sub-menu > li > a {
  font-size: 0.75rem;
  white-space: nowrap;
  color: #919191;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.site-nav .sub-menu > li > a:hover {
  color: #757575;
}
.site-nav > ul > li > .sub-menu > li > a {
  position: relative;
  line-height: 34px;
}
@media (max-width: 991px) {
  .site-nav .menu,
  .site-nav .sub-menu {
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: auto;
  }
}
/*--------------------------------------------------------------
## Site Slider
--------------------------------------------------------------*/
.site-slider .swiper-slide {
  height: 100vh;
}
.site-slider:before {
  position: absolute;
  content: "";
  background-image: url(images/cungdinh_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 362px;
  height: 151px;
}
.site-slider:after {
  position: absolute;
  content: "";
  background-image: url(images/cungdinh_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 362px;
  height: 151px;
  transform: rotatey(180deg);
}
.site-slider .item {
  position: relative;
}
.site-slider .item:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}
.site-slider .title,
.site-slider .desc,
.site-slider .btn {
  z-index: 12;
}
.site-slider .swiper-pagination {
  bottom: 25px;
}
.site-video {
  width: 120%;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-video:before {
  padding-top: 120%;
}

/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .site-popup {
    display: none;
  }
}
.site-popup-trip {
  opacity: 0.8;
  max-width: 9rem;
  bottom: 60px;
  left: 0.5rem;
  position: fixed;
  z-index: 99999;
}
.site-popup-trip .bclose {
  top: 0;
  right: 0.5rem;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .site-popup-trip {
    max-width: 5rem;
    bottom: 10%;
  }
  .site-popup-trip .bclose {
    top: -10px;
    right: 0px;
  }
}
/*--------------------------------------------------------------
## 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: 23.5rem;
  padding: 1rem 0;
  overflow: auto;
  position: fixed;
  z-index: 1003;
  top: 0;
  bottom: 0;
  left: -23.5rem;
  transition: all 0.3s ease 0s;
}
.aside-nav-logo {
  max-width: 10rem;
}
.aside-nav-closer {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  width: 50px;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
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-navigation-bottom {
  border-top: 1px solid #dcdcdc;
}

/* Mobile responsive for aside navigation */
@media (max-width: 767.98px) {
  .aside-nav-logo {
    max-width: 7rem !important;
  }

  .aside-nav .text-center.mb-4 {
    margin-bottom: 1rem !important;
  }

  .aside-nav-box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .aside-nav ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .aside-navigation-bottom {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
}

.aside-nav ul {
  list-style: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 0;
}
.aside-nav a {
  color: inherit;
}
.aside-nav a:hover {
  color: #c5a154;
}
.aside-nav .menu > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.aside-nav .menu > li > a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  padding-left: 2.5rem;
  font-weight: 400;
}
.aside-nav .menu > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  left: 0;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  background: transparent;
}
.aside-nav .menu > li > a:hover:before {
  background: #333;
}
.aside-nav .menu > li > a:hover {
  font-weight: 500;
  color: #333;
}
.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: #081746;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  border-radius: 25px;
}
.site-mobile .open-booking > span img {
  height: 30px;
  margin-left: 5px;
}
.site-mobile .open-booking > span:first-child {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.head-hotline {
  background: transparent;
  width: auto;
  z-index: 9999;
  top: 0;
  right: 30px;
}
.call-mobile {
  background: transparent;
  width: auto;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 30px;
}
.head-hotline > a,
.call-mobile > a {
  color: #553621;
  background: transparent;
  font-size: 1.875rem;
  padding: 0;
  border-radius: 50%;
}
.site-header.scroll .call-mobile {
  top: 0;
}
.site-header.scroll .call-mobile > a {
  color: #553621;
}
.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: #cba871;
  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;
}

/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
.site-banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-banner {
  padding-top: calc(420px);
}

/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
  margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.box-shadow-std {
  transition: all 0.5s ease 0s;
}
.box-shadow-std:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.std-cat-post .separator {
  border-color: #404040;
  transition: all 0.3s ease 0s;
}
.std-cat-post:hover .separator {
  border-color: #cba871;
}
.box-std-special > h3::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 0.05rem;
  width: 120px;
  bottom: 0;
  left: calc(50% - 60px);
}
.bg-mobile-drak {
  z-index: 10;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 50%,
    rgb(255, 255, 255) 100%
  );
}
@media (max-width: 991.98px) {
  .full-mobile {
    width: 100%;
  }
  .willgroup-font {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
.content-post-gallery {
  margin-top: -50px;
}
.box-std-special {
  margin-top: 50px;
  border-top: 1px solid #dbd9d9;
}
.std-post-gallery.slick-slider .slick-arrow {
  color: #979797;
  bottom: 0;
  top: auto;
  border: none;
  font-size: 22px;
}
.std-post-gallery.slick-slider .slick-arrow.slick-disabled,
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.std-post-gallery.slick-slider .slick-prev {
  left: 4rem;
}
.std-post-gallery.slick-slider .slick-next {
  left: 10rem;
}
.m-w-full {
  margin: 1rem 0 1rem auto !important;
  max-width: 185px;
}
.std-room-gallery,
.offers-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.std-room-gallery .slick-list {
  padding: 2rem 0;
}
.offers-list.slick-slider .slick-arrow,
.tours-cat.slick-slider .slick-arrow {
  top: 30%;
}
.box-offers h3 a {
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Palatino Medium", sans-serif;
  text-transform: none;
  color: #452f17;
}
.box-offers .post-meta {
  border-top: 1px solid #d8d8d8;
  padding-top: 5px;
  margin-top: auto;
  min-height: 40px;
}
.extra-info::before {
  position: absolute;
  left: 4px;
  top: calc(50% - 2px);
  background: #333;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .box-offers {
    margin-left: 0;
  }
  .std-post-gallery.slick-slider .slick-prev {
    left: 0;
  }
  .std-post-gallery.slick-slider .slick-next {
    left: 5rem;
  }
}
/*--------------------------------------------------------------
# home About
--------------------------------------------------------------*/
.desc-box {
  padding: 40px 35px 70px 35px;
  text-align: center;
  background-color: #f9f9f9;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 4px solid #e5cc99;
}
.logo-about {
  text-align: center;
  width: 150px;
  margin-bottom: 25px;
}
.desc-box .bg-intro-top-left {
  position: absolute;
  height: 100%;
  width: 177px;
  background: url("images/bg-intro.png") no-repeat scroll 0 0 transparent;
  top: 0;
  left: 0;
}
.desc-box .bg-intro-top-right {
  position: absolute;
  height: 100%;
  width: 177px;
  background: url("images/bg-intro.png") no-repeat scroll 0 0 transparent;
  transform: rotateY(-180deg);
  top: 0;
  right: -0.5px;
}
.desc-box .bg-intro-bottom-left {
  position: absolute;
  height: 100%;
  width: 177px;
  background: url("images/bg-intro.png") no-repeat scroll 0 0 transparent;
  bottom: -0.5px;
  left: 0;
  transform: rotateX(180deg);
}
.desc-box .bg-intro-bottom-right {
  position: absolute;
  height: 100%;
  width: 177px;
  background: url("images/bg-intro.png") no-repeat scroll 0 0 transparent;
  bottom: 0;
  right: -0.5px;
  transform: rotate(180deg);
}
.desc-details {
  z-index: 10;
}
/*--------------------------------------------------------------
# home welcome
--------------------------------------------------------------*/
.title-about {
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.sub-title-about {
  margin-bottom: 1.5rem;
}
.image-about {
  max-width: 270px;
  z-index: 10;
  bottom: -5rem;
  left: -4.5rem;
}
.title-review-content > a {
  color: #cc9933;
}
.title-review-content > a:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #cc9933;
}
.title-review-content > a:hover {
  font-weight: bold;
}
.title-review-content .close-more,
.title-review-content.active .open {
  display: none;
}
.title-review-content.active .close-more {
  display: inline-block;
}
/*--------------------------------------------------------------
# home videos
--------------------------------------------------------------*/
.video-module-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.option-module-text {
  width: 100%;
  height: 65%;
  text-align: center;
  position: relative;
}
.minute-text {
  bottom: 100px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.item-video {
  position: relative;
  filter: blur(0.2rem);
}
.module-image {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.module-image:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
.options-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.options-video iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.options-video .stop {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  background: #333;
  color: #fff;
  font-size: 2rem;
  opacity: 0.75;
}
.options-video .stop:hover {
  opacity: 1;
}
.videos .play {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
  color: #fff;
}
.videos .play:hover {
  opacity: 1;
}
.text-popup {
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .option-module-text {
    height: 85%;
  }
  .options-video .stop {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .videos .play {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.8;
    color: #fff;
  }
}
/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
#rooms:before,
#life-on-board:before {
  position: absolute;
  content: "";
  background-image: url(images/cungdinh_brown.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  top: 0;
  left: 0;
  z-index: 1;
  width: 360px;
  height: 141px;
}
#rooms:after,
#life-on-board:after {
  position: absolute;
  content: "";
  background-image: url(images/cungdinh_brown.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  top: 0;
  right: 0;
  z-index: 1;
  width: 360px;
  height: 141px;
  transform: rotatey(180deg);
}
.accom-size {
  color: #cc9933 !important;
}
.swiper-rooms .swiper-slide {
  padding: 0px 80px;
  box-sizing: border-box;
}
.swiper-rooms .swiper-content-image {
  width: 750px;
  height: 500px;
}
.swiper-content-box {
  background: #f7f7f7;
  position: absolute;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  color: #24170f;
  width: 320px;
  padding: 30px;
  box-sizing: border-box;
  right: 80px;
}
.swiper-rooms .swiper-content-box {
  height: 430px;
  position: absolute;
  right: 80px;
  z-index: 10;
  transform: translate(0%, -50%);
  top: 50%;
}
.swiper-rooms.right .swiper-content-box {
  left: 80px;
  right: auto;
}
.swiper-content-box-title,
.accommodation-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
}
a.decor-underline {
  color: #cc9933;
  margin: 0px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
}
.swiper-rooms .swiper-content-box > .info > a.decor-underline {
  margin-top: auto;
}
a.decor-underline:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #cc9933;
}
a.decor-underline.accom-size:after {
  background: #8e8e8e;
}
a.decor-underline:hover,
a.decor-underline.accom-size:hover {
  font-weight: bold;
}
.decoration > li {
  list-style: none;
}
.decoration > li a {
  margin: 0 20px;
}
.decoration > li:first-child a:before {
  background-color: #452f17;
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -24px;
}
.swiper-roomss .swiper-content-box {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  right: 0;
  z-index: 99;
  bottom: 0;
}
.swiper-content-box .sqm:before {
  position: absolute;
  content: "";
  left: 0;
  height: 14px;
  width: 1px;
  background: #fff;
  bottom: 2px;
}
@media (max-width: 767.98px) {
  .site-slider:before,
  .site-slider:after,
  #rooms:before,
  #rooms:after,
  #life-on-board:before,
  #life-on-board:after {
    background-size: 50%;
  }
  #rooms:before,
  #rooms:after,
  #life-on-board:before,
  #life-on-board:after {
    height: 96px;
  }
}
/*--------------------------------------------------------------
# Home Gallery
--------------------------------------------------------------*/
/* Gallery Tabs Sticky */
.gallery-tabs-wrapper {
  position: relative;
  z-index: 100;
}
.gallery-tabs-sticky {
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 15px 0;
}
.gallery-tabs-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  margin-bottom: 0 !important;
  animation: slideDown 0.3s ease;
}
.site-header.scroll ~ * .gallery-tabs-sticky.is-sticky,
.site-header ~ * .gallery-tabs-sticky.is-sticky {
  top: 90px;
}
@media (max-width: 767.98px) {
  .site-header.scroll ~ * .gallery-tabs-sticky.is-sticky,
  .site-header ~ * .gallery-tabs-sticky.is-sticky {
    top: 70px;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-tabs-placeholder {
  display: none;
}
.gallery-tabs-placeholder.active {
  display: block;
}
/* End Gallery Tabs Sticky */

.swiper-gallery {
  margin-bottom: 40px;
}
.swiper-gallery .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 3%,
    rgba(0, 0, 0, 0) 15%
  );
}
.slide_at_a_glance_image img {
  height: 550px;
  max-height: 100%;
}
.slide_at_a_glance_description {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -15%);
  z-index: 1;
  width: 1120px;
}
.slide_at_a_glance_description .h4 {
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.slide_at_a_glance_description p {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: "Anivers", sans-serif;
}
@media (max-width: 1024.98px) {
  .gallery > .mxh-2 {
    max-height: 10rem;
  }
}
@media (max-width: 991.98px) {
  .gallery > .mxh-2 {
    max-height: 7rem;
  }
}
/*--------------------------------------------------------------
# home Life
--------------------------------------------------------------*/
.life-aboard-box {
  width: 450px;
  height: 190px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
}
.info-life .life-content-box-title {
  color: #452f17;
  font-size: 20px;
}
.info-life .life-content-box-title:after {
  content: "";
  background: #d8d8d8;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  position: absolute;
}
.caption-photo {
  background: #fff0db;
  bottom: 20px;
  left: calc(50%);
  transform: translateX(-50%);
  padding: 3px 10px;
  min-width: 150px;
}
/*--------------------------------------------------------------
# home Itineraries
--------------------------------------------------------------*/
.content-itine .sub {
  color: #8e8e8e;
}
.featured-journey-detail {
  background: #f5f5f5;
  margin: -40px 20px 0px 20px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  min-height: 300px;
}
.featured-journey-detail h4 {
  min-height: 45px;
  color: #cf9b3d;
  margin-bottom: 0px;
}
.featured-journey-detail .night,
.featured-journey-detail .price span {
  font-size: 17px;
}
/*--------------------------------------------------------------
# Home Tours
--------------------------------------------------------------*/
.white-slick.slick-slider .slick-arrow {
  color: #fff;
}
/*--------------------------------------------------------------
# Home Offer
--------------------------------------------------------------*/
.items-offers {
  background: #f2e0c6;
}
/*--------------------------------------------------------------
# home review
--------------------------------------------------------------*/
.home-social-networks a {
  border: 1px solid #bc9749;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 25px;
  color: #bc9749;
}
.home-social-networks a:hover {
  background-color: transparent;
  border-color: #553621;
}
.home-social-networks svg {
  fill: #c99246;
  height: 1.25rem;
  transition: fill 0.3s ease 0s;
}
.home-social-networks a:hover svg {
  fill: #fff;
}
.home-review .image {
  z-index: 9;
  top: 0;
  left: 0;
}
.home-review .icon {
  background-color: rgba(0, 0, 0, 0.3);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  padding: 0.125rem 0.5rem 1.75rem 1.75rem;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
}
.home-review .icon svg {
  fill: #fff;
  height: 1.25rem;
}
.home-review .desc {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.home-review:hover .desc {
  visibility: visible;
  opacity: 1;
}
.modal-review .icon svg {
  fill: #00554c;
  height: 2rem;
}
.modal-review .icon-location {
  background-color: #cfac52;
  box-shadow: 0px 0px 0px 0.5rem #d8bc7480;
  width: 1.5rem;
  height: 1.5rem;
}
.modal-review .icon-location svg {
  fill: #fff;
  height: 1rem;
}
.home-review-3,
.home-review-6,
.home-review-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-review-3:before,
.home-review-6:before,
.home-review-9:before {
  padding-top: 50%;
}
@media (min-width: 768px) {
  .home-review-2,
  .home-review-3,
  .home-review-4,
  .home-review-6,
  .home-review-7,
  .home-review-8 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home-review-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-review-1:before,
  .home-review-5:before,
  .home-review-9:before {
    padding-top: 50%;
  }
}
.tab-content {
    border: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
}
@media (min-width: 992px) {
  .swiper-reviews .swiper-slide:nth-child(4n + 1) {
    width: 190px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 1) .home-review:first-child,
  .swiper-reviews .swiper-slide:nth-child(4n + 4) .home-review:first-child {
    margin-bottom: 20px;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 1) .home-review,
  .swiper-reviews .swiper-slide:nth-child(4n + 4) .home-review {
    height: 190px;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 2) {
    width: 264px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 2) .home-review {
    height: 400px;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 3) {
    width: 396px !important;
    height: 400px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 4) {
    width: 190px !important;
  }
}
/*--------------------------------------------------------------
# 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-radius: 0;
}
.modal-header {
  justify-content: center;
  border-bottom: 0;
}
.modal-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.modal-close svg {
  fill: #666460;
  height: 1.5rem;
}
.modal-close:hover svg {
  fill: #343535;
}
.modal-header {
  padding: 1.5rem 1.5rem 0;
}
.modal-body {
  padding: 1.5rem;
}
.modal-prev,
.modal-next {
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.modal-prev {
  left: 1.5rem;
}
.modal-next {
  right: 2.5rem;
}
.modal-prev svg,
.modal-next svg {
  fill: #fff;
  height: 3rem;
}
.modal-prev svg {
  transform: rotate(180deg);
}
.modal-prev:hover svg,
.modal-next:hover svg {
  fill: #c99246;
}
.modal-backdrop.show {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .modal-md {
    max-width: 600px;
  }
}
@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;
  }
}

.entry-content blockquote {
  font-size: 1rem;
  color: #666;
  background: #f8f9fa;
  border-left: 0.25rem solid #cba871;
  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;
}
.gallery-events span {
  cursor: pointer;
  z-index: 13;
  transform: scale(0);
}
.gallery-events:hover span {
  transform: scale(1);
}
.intro-404 a:hover {
  border-bottom-color: #333;
}
/*--------------------------------------------------------------
# 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 #cba871 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
  background: #fff0db;
}
.logo-footer > img {
  max-width: 70%;
}
.footer-social li {
  margin-right: 0.5rem;
}
.footer-social li a {
  font-size: 1.125rem;
  color: #fff;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}
.footer-nav {
  content: "";
  display: table;
}
.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-nav li {
  margin-bottom: 0.5rem;
  float: left;
  max-width: 50%;
  width: 50%;
}
.social-footer {
  align-items: center !important;
}
.social-footer a {
  color: #cc9933;
  font-size: 25px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
}
.social-footer strong {
  margin-bottom: 0;
  line-height: 1;
}
/*--------------------------------------------------------------
# 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: #cba871;
}
.datepick td a.datepick-selected {
  color: #fff;
  background: #cba871;
  border-color: #cba871;
}
.active-color i.fal.fa-phone {
  color: #553621;
}
@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;
  }
}
.site-header .site-popup .btn-block {
  background: #cba871;
  border-color: #cba871;
}
.site-header .site-popup .btn-block:hover {
  background-color: #bc9749;
  border-color: #bc9749;
}

/*--------------------------------------------------------------
# Polylang Language Switcher - Enhanced Vertical Design
--------------------------------------------------------------*/
/* Hide current language from submenu since it's shown as parent */
.aside-navigation-bottom .sub-menu .current-lang {
  display: none !important;
}

/* Language switcher parent item styling */
.aside-navigation-bottom .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}

/* Ensure the parent li is also interactive */
.aside-navigation-bottom .menu-item-has-children {
  position: relative;
  pointer-events: auto;
}

/* Mobile specific adjustments */
@media (max-width: 767.98px) {
  .aside-navigation-bottom .menu-item-has-children > a {
    padding: 0.65rem 0.85rem;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 44px;
    display: flex !important;
  }
  
  .aside-navigation-bottom .menu-item-has-children {
    pointer-events: auto !important;
  }
}

/* Remove the diamond icon from language menu */
.aside-navigation-bottom .menu > li > a:before {
  display: none !important;
}

/* Remove the small chevron icon from parent class */
.aside-navigation-bottom .menu-item-has-children:before {
  display: none !important;
}

/* Add chevron icon after language text */
.aside-navigation-bottom .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

/* Rotate chevron when menu is active/open */
.aside-navigation-bottom .menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}

/* Language submenu - vertical dropdown */
.aside-navigation-bottom .sub-menu {
  display: block !important;
  background: #f8f8f8;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* Show submenu when parent is active (clicked) */
.aside-navigation-bottom .menu-item-has-children.active .sub-menu {
  max-height: 300px;
  opacity: 1;
}

/* Mobile specific submenu adjustments */
@media (max-width: 767.98px) {
  .aside-navigation-bottom .sub-menu {
    margin-top: 0.35rem;
    padding: 0.35rem 0;
  }
  
  .aside-navigation-bottom .menu-item-has-children.active .sub-menu {
    max-height: 250px;
  }
}

/* Language submenu items - vertical stack */
.aside-navigation-bottom .sub-menu li {
  display: block !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: auto;
}

/* Language links styling */
.aside-navigation-bottom .sub-menu li a {
  display: flex !important;
  align-items: center;
  padding: 0.625rem 1rem !important;
  color: #333 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

/* Mobile specific link adjustments */
@media (max-width: 767.98px) {
  .aside-navigation-bottom .sub-menu li a {
    padding: 0.5rem 0.85rem !important;
    font-size: 12px;
    touch-action: manipulation;
    min-height: 44px;
    pointer-events: auto !important;
  }
}

/* Language link hover effect */
.aside-navigation-bottom .sub-menu li a:hover {
  background: #fff;
  border-left-color: #c5a154;
  color: #c5a154 !important;
  padding-left: 1.25rem !important;
}

/* Flag icon spacing */
.aside-navigation-bottom .sub-menu li a img {
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/*--------------------------------------------------------------
# Footer Review Logos - Mobile Responsive
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  /* Target the Review us section container */
  .site-footer .col-12.col-lg-4:nth-child(3) section > div,
  .site-footer .col-12.col-lg-4:nth-child(3) section > div > div,
  .site-footer .col-12.col-lg-4:nth-child(3) section > div > center,
  .site-footer .col-12.col-lg-4:nth-child(3) .mb-5 > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
  }

  /* Target all child elements to be inline */
  .site-footer .col-12.col-lg-4:nth-child(3) section > div > *,
  .site-footer .col-12.col-lg-4:nth-child(3) section > div > div > *,
  .site-footer .col-12.col-lg-4:nth-child(3) .mb-5 > div > * {
    display: inline-block !important;
    flex: 0 0 auto !important;
    max-width: 120px !important;
    width: 120px !important;
    margin: 0 !important;
  }

  /* Scale down images and links */
  .site-footer .col-12.col-lg-4:nth-child(3) section img,
  .site-footer .col-12.col-lg-4:nth-child(3) .mb-5 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .site-footer .col-12.col-lg-4:nth-child(3) section a,
  .site-footer .col-12.col-lg-4:nth-child(3) .mb-5 a {
    display: inline-block !important;
    max-width: 120px !important;
    width: 120px !important;
  }
}

/* Remove spinner arrows from number input (No. of passengers field) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*--------------------------------------------------------------
# Life on Board - Mobile Responsive
--------------------------------------------------------------*/

/* Desktop: Show full content in slider, hide mobile elements */
.life-desktop-content {
  display: block;
}

.life-preview-content {
  display: none;
}

.life-full-content-block {
  display: none;
}

/* Full content block styling */
.life-full-content-block {
  background: #fff;
  padding: 20px 15px;
  margin-top: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.life-full-content-block .full-content-inner {
  max-width: 100%;
}

.life-full-content-block .full-content-title {
  color: #24170f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.life-full-content-block .full-content-text {
  color: #24170f;
  font-size: 14px;
  line-height: 1.8;
}

/* Mobile responsive styles */
@media (max-width: 767.98px) {
  /* Mobile: Hide desktop content, show truncated preview and read more button */
  .life-desktop-content {
    display: none;
  }
  
  .life-preview-content {
    display: block;
  }
  
  /* Show full content block on mobile */
  .life-full-content-block {
    display: block;
  }
  
  /* Restructure swiper layout - stack image on top, text below */
  .swiper-rooms {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .swiper-rooms .swiper-slide {
    padding: 0 !important;
    order: 1;
  }
  
  .swiper-rooms .swiper-wrapper {
    order: 1;
  }
  
  .swiper-rooms .swiper-content-image {
    width: 100% !important;
    height: 250px !important;
    margin: 0 auto;
  }
  
  /* Content box below image with white background */
  .swiper-rooms .swiper-content-box {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    top: auto !important;
    order: 2;
    background: #fff !important;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
  }
  
  .swiper-rooms.right .swiper-content-box {
    left: auto !important;
    right: auto !important;
  }
  
  .swiper-rooms .info-life {
    align-items: center !important;
    text-align: center !important;
  }
  
  /* Truncate description for mobile preview */
  .life-preview-content {
    font-size: 13px;
    line-height: 1.6;
  }
  
  .life-content-box-description {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .life-desktop-content,
  .life-preview-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .life-content-box-description p:first-child {
    margin-top: 0 !important;
  }
  
  .life-content-box-description p {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  
  /* Adjust title and subtitle */
  .swiper-rooms .life-content-box-title {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .swiper-rooms .sub-title {
    font-size: 12px !important;
    margin-bottom: 3px;
  }
  
  /* Navigation buttons adjustment */
  .swiper-rooms .swiper-button-prev,
  .swiper-rooms .swiper-button-next {
    top: 125px !important;
    width: 35px !important;
    height: 35px !important;
  }
  
  .swiper-rooms .swiper-button-prev {
    left: 10px !important;
  }
  
  .swiper-rooms .swiper-button-next {
    right: 10px !important;
  }
  
  .swiper-rooms .swiper-button-prev svg,
  .swiper-rooms .swiper-button-next svg {
    width: 20px !important;
    height: 20px !important;
  }
  
  /* Section spacing */
  .section-special .py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .section-special .py-lg-4:first-child {
    padding-top: 1rem !important;
  }
  
  .section-special .py-lg-4:last-child {
    padding-bottom: 1rem !important;
  }
  
  /* Pagination */
  .swiper-rooms .swiper-pagination {
    bottom: 10px !important;
  }
  
  /* Accommodation page mobile fixes */
  .pape-accommodations .h1.font-family-secondary {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    word-break: keep-all !important;
    white-space: nowrap !important;
  }
  
  .swiper-rooms .swiper-content-box-title {
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #24170f !important;
    font-weight: 600 !important;
  }
  
  .swiper-rooms .info {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .swiper-rooms .accom-size {
    font-size: 0.875rem !important;
    margin-bottom: 0.25rem !important;
    display: block !important;
    visibility: visible !important;
  }
  
  .swiper-rooms .swiper-content-box-description {
    font-size: 0.8125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.5rem !important;
    display: none !important;
  }
  
  .swiper-rooms .info > a.decor-underline {
    font-size: 0.9375rem !important;
    padding: 0.5rem 0 !important;
    margin-top: 0.25rem !important;
  }
  
  /* Reduce spacing between room sections */
  .pape-accommodations .py-lg-5.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .pape-accommodations .section-special {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

/*--------------------------------------------------------------
# Life on Board - Mobile Responsive
--------------------------------------------------------------*/

/* Read more button styling */
.read-more-btn {
  display: inline-block;
  color: #cc9933;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  padding: 8px 20px;
  border: 1px solid #cc9933;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #cc9933;
  color: #fff;
  text-decoration: none;
}

/* Full content block - hidden by default on desktop */
.life-full-content-block {
  display: none;
  background: #fff;
  padding: 30px 20px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.life-full-content-block .full-content-inner {
  max-width: 100%;
}

.life-full-content-block .full-content-title {
  color: #24170f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.life-full-content-block .full-content-text {
  color: #24170f;
  font-size: 14px;
  line-height: 1.8;
}

/* Mobile responsive styles */
@media (max-width: 767.98px) {
  /* Show full content block on mobile */
  .life-full-content-block {
    display: block;
  }
  
  /* Restructure swiper layout - stack image on top, text below */
  .swiper-rooms {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .swiper-rooms .swiper-slide {
    padding: 0 !important;
    order: 1;
  }
  
  .swiper-rooms .swiper-content-image {
    width: 100% !important;
    height: 250px !important;
    margin: 0 auto;
  }
  
  /* Content box below image with white background */
  .swiper-rooms .swiper-content-box {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding: 20px 15px !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    top: auto !important;
    order: 2;
    background: #fff !important;
    margin-top: 15px;
    text-align: center;
  }
  
  .swiper-rooms.right .swiper-content-box {
    left: auto !important;
    right: auto !important;
  }
  
  .swiper-rooms .info-life {
    align-items: center !important;
    text-align: center !important;
  }
  
  /* Truncate description for mobile preview */
  .life-preview-content {
    font-size: 13px;
    line-height: 1.6;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .life-content-box-description {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .life-desktop-content,
  .life-preview-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .life-content-box-description p {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  
  /* Adjust title and subtitle */
  .swiper-rooms .life-content-box-title {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .swiper-rooms .sub-title {
    font-size: 12px !important;
    margin-bottom: 3px;
  }
  
  /* Navigation buttons adjustment */
  .swiper-rooms .swiper-button-prev,
  .swiper-rooms .swiper-button-next {
    top: 125px !important;
    width: 35px !important;
    height: 35px !important;
  }
  
  .swiper-rooms .swiper-button-prev {
    left: 10px !important;
  }
  
  .swiper-rooms .swiper-button-next {
    right: 10px !important;
  }
  
  /* Section spacing */
  .section-special .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  /* Pagination */
  .swiper-rooms .swiper-pagination {
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    text-align: center !important;
  }
}

/* Life On Board - Mobile: Fix label overlapping with booking form */
@media (max-width: 991.98px) {
  .option-slider {
    margin-bottom: 200px !important;
  }
}

/* Back to Top Button */
.go-to-top {
  position: fixed !important;
  bottom: 30px !important;
  right: 95px !important;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.go-to-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

.btn-go-to-top {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: #6d4c3d !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  outline: none !important;
}

.btn-go-to-top:hover {
  background-color: #8b6651 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.ico-arrow-top {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

@media (max-width: 768px) {
  .go-to-top {
    bottom: 200px !important;
    right: 20px !important;
  }
  
  .btn-go-to-top {
    width: 38px !important;
    height: 38px !important;
  }
  
  .ico-arrow-top {
    font-size: 18px;
  }
}