/*
Theme Name: Kmar Hotel
Theme URI: https://kmar.media/
Author: Thắng Nguyễn
Author URI: https://kmar.media/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid,
[class*='col-'] {
  padding-left: 45px;
  padding-right: 45px;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .container {
  max-width: 1230px;
}


}

@media (min-width: 1350px) {
  .container {
  max-width: 1310px;
}


}

@media (min-width: 1520px) {
  .container {
  max-width: 1460px;
}


}

@media (min-width: 1680px) {
  .container {
  max-width: 1600px;
}


}

@media (min-width: 1920px) {
  .container {
  max-width: 1680px;
}


}

@media (min-width: 2560px) {
  .container {
  max-width: 1920px;
}


}

.row-small {
  margin-left: -4px;
  margin-right: -4px;
}

.col-small {
  padding-left: 4px;
  padding-right: 4px;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: var(--secondary-color);
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 150%;
  letter-spacing: 0px;
  word-spacing: 0em;
}

* {
  outline: none !important;
}

.post img {
  max-height: 400px;
  min-height: 400px;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--hover-color);
}

.nav > li > a.active {
  border-bottom: 0.25rem solid var(--hover-color);
  padding-bottom: 0.5rem;
}

b,
strong {
  font-weight: 700 !important;
}

small,
.small {
  font-size: 95% !important;
}

.smaller {
  font-size: 90% !important;
}

h1,
.h1 {
  font-size: 2.4rem;
}

h2,
.h2 {
  font-size: 2rem;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.h5,
h5 {
  font-size: 1.1rem;
}

.leodigi-font {
  font-size: 1.6rem;
}

.font-family-secondary {
  font-family: 'Playfair Display';
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-primary {
  color: var(--secondary-color) !important;
}

a.text-primary:hover {
  color: var(--hover-color) !important;
}

.text-secondary {
  color: #081746 !important;
}

a.text-secondary:hover {
  color: var(--hover-color) !important;
}

a.text-muted:hover {
  color: inherit !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #222 !important;
}

.bg-dark-80 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-cover {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.text-shadow {
  text-shadow: 0px 0px 10px #000000;
}

.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.border-primary {
  border-color: #909090 !important;
}

a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
  -webkit-filter: none;
  filter: none;
}

.opacity-0 {
  visibility: hidden;
  opacity: 0;
  /* -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 1s ease 1s;
  */
}

a:hover .opacity-0,
a:focus .opacity-0 {
  visibility: visible;
  opacity: 1;
}

.mh-1 {
  min-height: 12.5rem;
}

.mh-1-5 {
  min-height: 15rem;
}

.mh-2 {
  min-height: 25rem;
}

.lh-12 {
  line-height: 1.2;
}

.lh-body {
  line-height: 1.5;
}

.mb-fix {
  margin-bottom: 2rem !important;
}

.zoom {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover .zoom {
  transform: scale(1.1);
}

.home-rooms .slick-current a:hover .zoom {
  transform: scale(1.1) translateY(-50%) !important;
}

@media (max-width: 767.98px) {
  h1,
 .h1,
 h2,
 .h2 {
  font-size: 1.5rem;
}


}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-check input {
  cursor: pointer;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.required {
  color: #f00;
}

.form-control,
.custom-select,
.btn,
.input-group-addon {
  font-size: inherit;
  font-weight: 400;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-control,
.custom-select,
.input-group-addon {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.3rem 0.5rem;
}

textarea.form-control {
  height: auto;
}

.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
  border-color: #bf882e;
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}

.custom-select {
  background-image: url(images/arrow-down-black.png);
  -webkit-background-size: 0.5rem 0.25rem;
  -moz-background-size: 0.5rem 0.25rem;
  background-size: 0.5rem 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.75rem;
}

.btn {
  letter-spacing: 0.05rem;
  box-shadow: none !important;
}

.btn-shadow {
  box-shadow: 0 0 0.75rem #000 !important;
}

.btn-lg {
  font-size: 1rem;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #bf882e;
  border-color: #bf882e;
}

.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: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background: #3a3230d4;
  border-color: #3a3230d4;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #bf882e;
  background: transparent;
  border-color: #bf882e;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bf882e;
  border-color: #bf882e;
}

.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: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  color: inherit;
  background-color: transparent;
  border-color: #808080;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bf882e;
  border-color: #bf882e;
}

.dropdown-menu {
  font-size: inherit;
  border-radius: 0;
  margin-top: 0.5rem;
}

.popover {
  font-size: inherit;
  border-radius: 0;
}

.review-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.review-popup-closer {
  font-size: 1rem;
  color: #aaa;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 10;
  top: 0;
  right: 0;
}

.review-popup-closer:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .popover {
  max-width: 50rem;
  border-radius: 5px;
}

.review-popup {
  width: 25rem;
  height: auto;
  margin-left: 0.25rem;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateY(-25%);
}


}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
  text-align: center;
  background-color: #202022;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.page-title,
.page-header h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.page-desc,
.page-header p {
  color: #fff;
  margin-top: 1.25rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item.active {
  color: inherit;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
  margin: 1.25rem 0 0;
}

.pagination .page-item {
  margin: 0 0.1875rem 0.375rem;
}

.pagination .page-link {
  color: #bf882e;
  background: transparent;
  border: 0.125rem solid #bf882e;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  padding: 0;
}

.pagination .page-link:hover {
  color: #fff;
  background: #bf882e;
  border-color: #bf882e;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #bf882e;
  border-color: #bf882e;
}

.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-backdrop {

}

.modal-dialog.modal-lg {
  max-width: 800px;
}

.modal-header {
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  border-top: 1px solid #eee;
  padding: 15px 30px;
}

.modal-title {
  font-weight: 600;
  color: #333;
}

.modal-close {
  border: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0.5rem;
  right: 0.5rem;
}

/* Tùy chỉnh nội dung trong modal */
#modalPostContent img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 6px;
}

#modalPostContent p {
  margin-bottom: 15px;
  line-height: 1.6;
}

#modalPostContent h1,
#modalPostContent h2,
#modalPostContent h3,
#modalPostContent h4,
#modalPostContent h5,
#modalPostContent h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# 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);
}


}

/*--------------------------------------------------------------
# lang nav
--------------------------------------------------------------*/
.lang-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-nav .menu > li {
  position: relative;
}

.lang-nav .menu > li > a {
  white-space: nowrap;
  color: #fff;
  display: block;
}

.lang-nav .menu > li > a::after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  transform: rotate(45deg);
}

.lang-nav .menu img {
  border-radius: 50%;
  width: 1.125rem !important;
  height: 1.125rem !important;
  margin-top: -2px;
  margin-right: 2px;
}

.lang-nav .sub-menu {
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: none;
  min-width: 120px;
  padding: 0.5rem;
  position: absolute;
  z-index: 12;
  top: 100%;
  right: 0;
}

.lang-nav li:hover > .sub-menu {
  display: block;
}

.lang-nav .sub-menu li a {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #343535;
  display: block;
  padding: 0.25rem;
}

.lang-nav .sub-menu li a:hover {
  color: #c99246;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  color: var(--secondary-color);
  background: var(--primary-color);
  width: 100%;
  z-index: 1001;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.site-logo {
  text-align: center;
}
.site-logo img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.site-logo .logo {
  width: 160px;
  height: 120px;
}

.site-hotel-menu,
.site-hotel-menu .sub-menu {
  font-weight: 400;
  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: 33%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1rem;
}

.site-hotel-menu > li > a {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-hotel-menu .sub-menu > li {
  margin-bottom: 0.5rem;
}

.site-header.scroll {
  position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--primary-color);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-nav .menu {
  display: flex;
}

.site-nav .menu > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.site-nav .menu > li > a {
  display: block;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-nav-left .menu > li {
  margin-right: 3rem;
}

.site-nav-right .menu > li {
  margin-left: 3rem;
}

.site-nav .sub-menu {
  background-color: #dfd4c5;
  display: none;
  min-width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
  box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
}

.site-nav li:hover > .sub-menu {
  display: block;
}

.site-nav .sub-menu > li > a {
  font-size: 0.75rem;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
}

.site-nav .sub-menu > li > a:hover {
  color: var(--secondary-color);
}

.site-nav .menu > li.menu-item-has-children:hover:before {
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dfd4c5;
  border-left: 8px solid transparent;
  content: ' ';
  height: 0;
  left: calc(50% - 7px);
  position: absolute;
  bottom: 0;
  width: 0;
}
/*--------------------------------------------------------------
# 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 #bf882e !important;
}

/*--------------------------------------------------------------
# heading
--------------------------------------------------------------*/
.heading-title-secondary {
  font-family: "Gotu", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.7px;
}

.heading-title, .tab-component.blogs-section .heading-title {
  font-family: "Gotu", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}

.heading-title-living, .tab-component h2 {
  font-family: "Gotu", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
  letter-spacing: 0px;
  word-spacing: 0em;
}

.heading-title-footer {
  font-family: "Gotu", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 1px;
  color: #EDE8D6;
}

.text-content {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
}

.text-lg-content {
  font-family: "Gotu", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--primary-color);
  max-width: 600px;
}

.home .text-lg-content {
  font-family: "Gotu", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--primary-color);
}

.card-text {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Banner Media
--------------------------------------------------------------*/
.banner-media {
  height: calc(100vh - 150px);
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
  color: var(--primary-color);
  background: var(--secondary-color);
}

.footer-top {
  text-align: center;
}

.logo-footer > img {
  max-width: 70%;
}

.footer-social li {
  margin-right: 0.5rem;
}

.footer-social li a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-nav li {
  margin-bottom: 1rem;
}

.footer-nav-4 .menu > li > a {
  font-weight: 700;
}

.footer-nav-4 .sub-menu {
  margin-top: 1rem;
}

.car-member > a > img {
  max-width: 150px;
  height: 35px;
}

.post .info {
  margin-bottom: 2rem;
}

.h-offers .slick-dots {
  display: none !important;
}

.home-living {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.heading-title-secondary {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--secondary-color);
}

.heading-title {
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.home-living {
  background: var(--primary-color);
}

.living-slider,  {
  margin: 0 -15px;
}

.living-item, .living-grid {
  margin-bottom: 30px;
}

.living-item .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.living-item .card-img-wrapper {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.living-item .card-img-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.living-item .card:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.living-item .card-body, .living-grid .card-body {
  padding: 2.5rem 0;
}

.living-item .btn-outline-dark {
  font-weight: 400;
  transition: all 0.3s ease;
}

.living-item .btn-outline-dark:hover {
  color: #fff;
}

.living-slider .slick-slide {
  padding: 0 10px;
}

/* Điều chỉnh slick dots */
.living-slider .slick-dots {
  bottom: -40px;
}

.living-slider .slick-dots li button:before {
  font-size: 12px;
}

.living-slider {
  position: relative;
  .slick-prev,
.slick-next {
  position: absolute;
  top: -100px;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  right: 90px;
}

.slick-next {
  right: 10px;
}

.slick-prev i,
.slick-next i {
  font-size: 25px;
  color: #333;
}
}

.living-grid .card-img-wrapper img {
  height: 700px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .living-item .card-img-wrapper img {
  height: 200px;
}


}

@media (max-width: 768px) {
  .living-item .card-body {
  padding: 1rem;
}

.living-slider .slick-prev, .living-slider .slick-next {
  top: -80px;
}


}

/*--------------------------------------------------------------
# wellbeing
--------------------------------------------------------------*/
.home-wellbeing {
  color: #333;
}

.wellbeing-box {
  transition: box-shadow 0.3s ease;
}

.wellbeing-box:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.list-right [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.wellbeing-box img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}

.list-right .wellbeing-box img {
  max-height: 360px;
}

.list-right .con-r {
  padding: 3rem;
}

/*--------------------------------------------------------------
# dining
--------------------------------------------------------------*/
.dining-left {
  padding-top: 150px;
  max-width: 500px;
}

/*--------------------------------------------------------------
# experiences
--------------------------------------------------------------*/
.home-experiences {
  padding: 200px 0;
}

.experiences-box {
  background: var(--primary-color);
  text-align: left;
  color: var(--secondary-color);
  max-width: 550px;
  padding: 90px;
}

/*--------------------------------------------------------------
# offer
--------------------------------------------------------------*/
.offer-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  border-radius: 8px;
  overflow: hidden;
}

.offer-content {
  transition: background 0.4s ease-in-out;
  color: #fff;
}

.offer-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.offer-excerpt {
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.offer-box:hover {
  background-image: none !important;
  background-color: var(--hover-color)
}

.offer-box:hover .offer-content {
  background: transparent;
  color: var(--secondary-color);
}

.offer-box:hover .offer-title {
  color: var(--secondary-color);
}

.offer-box:hover .offer-excerpt {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------------------------------------------------
# background-content
--------------------------------------------------------------*/
.background-content {
  position: relative;
  height: 100vh;
}

/*--------------------------------------------------------------
# stories
--------------------------------------------------------------*/
.stories-gallery .gallery-slide {
  padding: 0 10px;
}

.stories-gallery .gallery-slide img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.stories-gallery {
  position: relative;
  .slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  right: 90px;
}

.slick-next {
  right: 10px;
}

.slick-prev i,
.slick-next i {
  font-size: 25px;
  color: var(--primary-color);
}
}
/*--------------------------------------------------------------
# tab content
--------------------------------------------------------------*/
.tab-component .nav-tabs {
  border-bottom: .5px solid #80614A;
}

.tab-component .nav-tabs .nav-item {
  padding: 0 25px;
}

.tab-component .nav-tabs .nav-link {
  text-transform: uppercase;
  border: none;
  padding-right: 0;
  padding-left: 0;
  color: var(--secondary-color);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.tab-component .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid;
}

.tab-component .tab-pane {
  padding-top: 30px;
}

.tab-component .text-content {
  white-space: pre-line;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-meta {
  padding-top: 100px;
}

.single-post .content-area {
  max-width: 900px;
  margin: 0 auto;
}

.page-template-page-404 .page-header {
  min-height: calc(100vh);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
input#input_1_1, input#input_1_4, input#input_1_5, select#input_1_6, textarea#input_1_7 {
  border: none;
  border-bottom: 1px solid #3A3230;
  background: transparent;
  box-shadow: none;
  color: #3A3230;
  font-family: "Gotu", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 1px;
}

label#label_1_8_1 {
  color: #3A3230;
  font-family: "Gotu", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

div#field_submit {
  justify-content: end;
}

input#gform_submit_button_1 {
  background-color: #3A3230;
  color: #ffffff;
}
.gap-block {
    padding-top: var(--gap-mobile);
    display: block;
    content: '';
}
/*--------------------------------------------------------------
# Mobile menu button
--------------------------------------------------------------*/
.mobile-header {
        z-index: 1000;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-dropdown-menu {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background: var(--secondary-color);
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.mobile-dropdown-menu.active {
    max-height: 80vh;
    overflow-y: auto;
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-header img {
    height: 40px;
}
.mobile-menu li {
}

.mobile-menu li a {
      display: block;
    padding: 15px 20px;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
button.aside-nav-toggler.btn.btn-menu {
    font-size: 25px;
}
.mobile-menu li.menu-item-has-children > a:after {
    content: "+";
    float: right;
}

.mobile-menu li.menu-item-has-children.active > a:after {
    content: "-";
}

.sub-menu {
    display: none;
    padding-left: 15px;
    background: #f9f9f9;
}

.mobile-menu li.active .sub-menu {
    display: block;
}
/*--------------------------------------------------------------
# Language switcher
--------------------------------------------------------------*/
/*PC*/
.lang-switcher {
  position: relative;
  display: flex;
  margin-left: 2rem;
  margin-right: 2rem;
}

.lang-toggle {
  background: transparent;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-arrow {
  transition: transform 0.3s ease;
  font-size: 11px;
}

.lang-toggle.open .lang-arrow {
  transform: rotate(90deg); /* quay mũi tên xuống */
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  z-index: 100;
  min-width: 100%;
}

.lang-dropdown li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #3a3230;
  font-weight: 600;
}

.lang-dropdown li a:hover {
  background-color: #f0f0f0;
}

/**Mobile*/
.mobile-lang-switcher .pll-switcher-select {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
}
.mobile-lang-switcher select.lang-select {
  border: none;
  background: transparent;
  color: var(--secondary-color);
  font-size: 1rem;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.desktop-lang-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.desktop-lang-switcher li {
  margin-left: 15px;
}

.desktop-lang-switcher a {
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-lang-switcher .current-lang a {
  color: var(--hover-color);
  font-weight: bold;
}
/*--------------------------------------------------------------
## 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: 15%;
  }
  .site-popup-trip .bclose {
    top: -10px;
    right: 0px;
  }
}
/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .gap-block {
        padding-top: var(--gap-desktop);
    }
}
@media (max-width: 576px) {
  .logo-footer > img {
  max-width: 250px !important;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav li {
  float: left;
  padding-right: 9px;
}

.dining-left {
  padding-top: 50px;
}
.banner-media {
    height: 430px;
}
.container-fluid, [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
}
