﻿@font-face {
  font-family: "Price";
  font-display: swap;
  src: url("../webfonts/9SLIDE03-BEBAS-NEUE-BOLD.TTF") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue";
  font-display: swap;
  src: url("../webfonts/helveticaneue.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Light";
  font-display: swap;
  src: url("../webfonts/helvetica-neue-light.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Medium";
  font-display: swap;
  src: url("../webfonts/HelveticaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  font-display: swap;
  src: url("../webfonts/HelveticaNeue-Bold.otf") format("opentype");
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.skiptranslate {
  display: none !important;
}

.container {
  max-width: 1230px;
}

img, a, i {
  transition: 0.3s all;
}

a:hover {
  text-decoration: none;
}

.field-validation-error {
  color: red !important;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

.ul-block {
  padding: 0;
  margin: 0;
  list-style: none;
}

.row-gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-gutter-5 > .col, .row-gutter-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-gutter-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-gutter-10 > .col, .row-gutter-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  overflow-x: hidden;
  top: 0 !important;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

header {
  background: #103d1e;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header {
  padding: 6px 0;
}
.header .logo-img img {
  height: 60px;
}
.header-flex {
  display: flex;
  justify-content: space-between;
}
.header-menu {
  flex: 1;
  padding: 0 30px;
}
.header-menu .menu-list {
  display: flex;
  justify-content: space-around;
  /*a{
      @include fw-500;
  }*/
}
.header-btn {
  display: flex;
  align-items: center;
}
.header .header-btn-booking {
  margin-left: 15px;
}
.header .header-btn-booking a {
  /*color: $white;*/
  padding: 12px 14px;
  background: linear-gradient(270deg, #F6F9BD 0%, #BD9347 100%);
  color: #103d1e;
  border-radius: 5px;
  font-family: "HelveticaNeue-Bold";
}
.header .dropdown-language {
  margin: 0 10px;
}
.header .dropdown-language .btn {
  color: #fff;
}

.ic-search {
  color: #fff;
}

.header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.header-search.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-search .section-title {
  color: #fff;
  text-align: center;
}
.header-search .close-search {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.header-search .search-form-top {
  margin: 0 auto;
  width: 684px;
  max-width: 100%;
  margin-top: 5px;
  background: #fff;
  padding: 2px;
  border-radius: 24px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
}
.header-search .search-form-top.active {
  display: block;
  position: fixed;
  top: 90px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
.header-search .search-form-top .input-group {
  display: flex;
  padding-right: 40px;
}
.header-search .search-form-top .input-group input {
  border-radius: 24px;
  flex: 1;
  border: none;
}
.header-search .search-form-top .input-group input:focus-visible {
  border-color: transparent;
  box-shadow: unset;
}
.header-search .search-form-top .input-group input:focus {
  border-color: transparent;
  box-shadow: unset;
}

.menu-list a {
  color: #fff;
}
.menu-list a:hover {
  color: #FFC72B;
}
.menu-list > li > a {
  padding: 18px 0;
  display: block;
}
.menu-list li {
  position: relative;
}
.menu-list li:hover .menu-child {
  display: block;
}
.menu-list .menu-child {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: none;
}
.menu-list .menu-child a {
  display: block;
  padding: 0.75rem;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.menu-list .menu-child a:hover {
  color: #FFC72B;
}

.section-title {
  font-size: 2rem;
  font-family: "HelveticaNeue-Bold";
}

.section-padding {
  padding: 55px 0;
}

.section-banner {
  position: relative;
}
.section-banner .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-banner .sub-title {
  font-family: "HelveticaNeue-Light";
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.section-banner .sub-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 36px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section-banner .title {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Bold";
}
.section-banner .sapo {
  font-size: 0.875rem;
}

.banner-list img {
  width: 100%;
  aspect-ratio: 2.4;
  object-fit: cover;
}
.banner-list > img:not(:first-child) {
  display: none;
}

.bg-gray {
  background: #F5F5F5;
}

.featured-item {
  display: flex;
  margin-bottom: 10px;
}
.featured-item .img {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}
.featured-item .name {
  font-family: "HelveticaNeue-Bold";
}
.featured-item .des {
  font-size: 0.87rem;
  color: #616161;
}

.see-more i {
  font-size: 0.75rem;
}

.intro-home {
  display: flex;
  align-items: center;
}
.intro-home-img {
  width: 60%;
  flex-shrink: 0;
  margin-right: -100px;
}
.intro-home-img img {
  width: 100%;
}
.intro-home-content {
  background-image: url("images/bg-intro-home.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 55px 60px;
  filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.1));
}
.intro-home-content .sub-title {
  margin-bottom: 15px;
}
.intro-home-content .title {
  font-size: 2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "HelveticaNeue-Bold";
}
.intro-home-content .see-more a {
  color: #000;
  font-size: 0.875rem;
}
.intro-home-content .see-more a i {
  font-size: 0.75rem;
}
.intro-home .content-detail {
  font-size: 0.875rem;
  color: #616161;
  margin-bottom: 25px;
}

.room-hot-list .slick-list.draggable {
  padding-bottom: 10px;
  margin: 0 -10px;
}
.room-hot-list .slick-slide {
  padding: 0 10px;
}
.room-hot-list > .room-item:not(:first-child) {
  display: none;
}

.room-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.room-item .img {
  overflow: hidden;
  position: relative;
}
.room-item .img img {
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
}
.room-item .img:hover .double-btn {
  top: 0;
}
.room-item .img:hover img {
  transform: scale(1.2);
}
.room-item .img .double-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.room-item .img .double-btn a {
  margin: 0 7px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  line-height: 1;
  width: 105px;
  text-align: center;
}
.room-item .img .double-btn a:hover {
  color: #000;
  background: #fff;
}
.room-item .des {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 0.875rem;
  color: #616161;
}
.room-item .header-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.room-item .header-name .price {
  font-family: "Price", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  padding: 8px 10px;
  background: #103d1e;
  border-radius: 5px;
  line-height: 1;
}
.room-item .header-name .price span {
  font-family: "Price", sans-serif;
}
.room-item .header-name .name {
  font-size: 1.25rem;
  font-family: "HelveticaNeue-Bold";
}
.room-item .header-name .name a {
  color: #000;
  text-transform: uppercase;
}
.room-item .header-name .name a:hover {
  color: #945704;
}
.room-item .info-room {
  display: flex;
  align-items: center;
  padding-top: 12px;
  border-top: 1px dotted #E0E0E0;
  overflow: hidden;
}
.room-item .info-room span {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.room-item .info-room span:last-child {
  margin-right: 0;
}
.room-item .info-room span img {
  height: 14px;
}
.room-item .body {
  padding: 12px 15px;
}

.service-blog-list .slick-list.draggable {
  margin: 0 -10px;
  padding-bottom: 10px;
}
.service-blog-list .slick-slide {
  padding: 0 10px;
}
.service-blog-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .service-blog-list .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.service-blog-list .slick-arrow i {
  color: #fff;
}
.service-blog-list .slick-next {
  right: 0;
}
.service-blog-list .slick-prev {
  left: 0;
}
.service-blog-list .slick-next {
  transform: translate(50%, -50%);
}
.service-blog-list .slick-prev {
  transform: translate(-50%, -50%);
}

.service-blog-item {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.service-blog-item .img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.service-blog-item .img:hover img {
  transform: scale(1.1);
}
.service-blog-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.7;
}
.service-blog-item .body {
  padding: 20px;
}
.service-blog-item .name a {
  color: #000;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-family: "HelveticaNeue-Bold";
}
.service-blog-item .name a:hover {
  color: #673E00;
}
.service-blog-item .des {
  font-size: 0.875rem;
  color: #9E9E9E;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 63px;
}
.service-blog-item .see-more {
  color: #000;
  font-size: 0.875rem;
}

.sub-description {
  max-width: 860px;
  margin: 0 auto;
}

.blog-list .slick-list.draggable {
  margin: 0 -10px;
  padding-bottom: 10px;
}
.blog-list .slick-slide {
  padding: 0 10px;
}
.blog-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .blog-list .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.blog-list .slick-arrow i {
  color: #fff;
}
.blog-list .slick-next {
  right: 0;
}
.blog-list .slick-prev {
  left: 0;
}
.blog-list .slick-next {
  transform: translate(50%, -50%);
}
.blog-list .slick-prev {
  transform: translate(-50%, -50%);
}

.blog-item {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.blog-item .img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.blog-item .img:hover img {
  transform: scale(1.1);
}
.blog-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.7;
}
.blog-item .date {
  font-size: 14px;
  color: #9E9E9E;
}
.blog-item .body {
  padding: 20px;
  min-height: 232px;
}
.blog-item .name a {
  color: #000;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-family: "HelveticaNeue-Bold";
  height: 54px;
}
.blog-item .name a:hover {
  color: #945704;
}
.blog-item .des {
  font-size: 0.875rem;
  color: #9E9E9E;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.blog-item .see-more {
  color: #000;
  font-size: 0.875rem;
}

.section-feedback {
  background-image: url("images/bg-feeback.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.section-feedback:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.section-feedback .container {
  position: relative;
  z-index: 2;
}
.section-feedback .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .section-feedback .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.section-feedback .slick-arrow i {
  color: #fff;
}
.section-feedback .slick-next {
  right: 0;
}
.section-feedback .slick-prev {
  left: 0;
}
.section-feedback .slick-arrow span {
  background: linear-gradient(270deg, #F6F9BD 0%, #BD9347 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HelveticaNeue-Bold";
}
.section-feedback .slick-arrow span i {
  color: unset;
}

.feedback-item {
  text-align: center;
}
.feedback-item .avatar {
  text-align: center;
  margin-bottom: 20px;
}
.feedback-item .avatar img {
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100px;
}
.feedback-item .name {
  font-family: "HelveticaNeue-Bold";
  margin-bottom: 10px;
}
.feedback-item .occ {
  font-size: 0.875rem;
}
.feedback-item .star {
  color: #EEDD1B;
  font-size: 0.875rem;
  margin: 15px 0;
  background: linear-gradient(270deg, #F6F9BD 0%, #BD9347 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HelveticaNeue-Bold";
}
.feedback-item .des {
  max-width: 950px;
  margin: 0 auto;
}

.partner-list > .partner-item:not(:first-child) {
  display: none;
}
.partner-list .slick-list.draggable {
  margin: 0 -10px;
  padding-bottom: 10px;
}
.partner-list .slick-slide {
  padding: 0 10px;
}

.partner-item {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 95px;
  padding: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.partner-item img {
  max-height: 100%;
  object-fit: contain;
}

.convenience-item {
  text-align: center;
  margin-bottom: 30px;
}
.convenience-item img {
  width: 75px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.project-img-list {
  margin-top: 40px;
}
.project-img-list > .item:not(:first-child) {
  display: none;
}
.project-img-list img {
  width: 100%;
  padding: 0 15px;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.project-img-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .project-img-list .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.project-img-list .slick-arrow i {
  color: #fff;
}
.project-img-list .slick-next {
  right: 0;
}
.project-img-list .slick-prev {
  left: 0;
}

.name-page {
  padding: 20px 25px;
  background-color: #ffffff;
  max-width: 580px;
  position: relative;
  margin: 0 auto;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-size: 2rem;
  font-family: "HelveticaNeue-Bold";
}

.banner-category img {
  width: 100%;
  object-fit: cover;
}
.banner-category .img {
  aspect-ratio: 2.5;
}

.product-info__share {
  align-items: center;
  /*@include font-family-medium;*/
}
.product-info__share li:first-child {
  padding-right: 15px;
}
.product-info__share li {
  padding-right: 3px;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-info__share button {
  background: none;
  border: none;
}
.product-info__share button img {
  width: 30px !important;
}

.section-title-md {
  font-family: "HelveticaNeue-Medium";
  font-size: 1.5rem;
}

.co-item {
  text-align: center;
  margin-bottom: 20px;
}
.co-item .img {
  width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #09423b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.co-item img {
  height: 34px;
  max-width: 80%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.co-item .name {
  margin-top: 5px;
}

.btn-order-room {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
.btn-order-room a {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #103d1e;
}

.album-home {
  position: relative;
}
.album-home-info {
  position: absolute;
  bottom: 0;
  left: 37%;
  background: #fff;
  width: 350px;
  transform: translateX(-50%);
  padding: 30px;
  border-radius: 5px 5px 0px 0px;
}
.album-home-info .name a {
  color: #000;
  font-size: 1.875rem;
  font-family: "HelveticaNeue-Bold";
  line-height: 1;
  margin-bottom: 25px;
  display: block;
}
.album-home-info .des {
  font-size: 14px;
  color: #9E9E9E;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 30px;
}
.album-home-info .see-more a {
  font-size: 0.875rem;
  color: #673E00;
}
.album-home-info .see-more a i {
  font-size: 12px;
}
.album-home .list-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.album-home .list-img .album-home-img img {
  width: 100%;
  aspect-ratio: 1.125;
  object-fit: cover;
}
.album-home .list-img .album-home-img:nth-child(1) {
  grid-area: 1/1/3/3;
}
.album-home .list-img .album-home-img:nth-child(2) {
  grid-area: 1/3/2/4;
}
.album-home .list-img .album-home-img:nth-child(3) {
  grid-area: 1/4/2/5;
}
.album-home .list-img .album-home-img:nth-child(4) {
  grid-area: 2/3/3/4;
}
.album-home .list-img .album-home-img:nth-child(5) {
  grid-area: 2/4/3/5;
}

.news-gallery > a:not(:first-child) {
  display: none;
}
.news-gallery .img-main {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
}
.news-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .news-gallery .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news-gallery .slick-arrow i {
  color: #fff;
}
.news-gallery .slick-next {
  right: 0;
}
.news-gallery .slick-prev {
  left: 0;
}

.thumb-nav-news {
  /*.previous-arrow, .next-arrow {
      font-size: 1rem;
      color: $white;
      background: transparent;
      width: 40px;
      height: 40px;
      box-shadow: none;

      &:hover {
          background: transparent;
      }
  }

  .previous-arrow {
      left: -1rem;
  }

  .next-arrow {
      right: -1rem;
  }*/
}
.thumb-nav-news > img:not(:first-child) {
  display: none;
}
.thumb-nav-news img {
  cursor: pointer;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}
.thumb-nav-news .slick-slide {
  padding-right: 1rem;
}
.thumb-nav-news .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  padding: 7px 5px;
  background: #103d1e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .thumb-nav-news .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.thumb-nav-news .slick-arrow i {
  color: #fff;
}
.thumb-nav-news .slick-next {
  right: 0;
}
.thumb-nav-news .slick-prev {
  left: 0;
}

.round-thumb-news {
  position: relative;
  /*    bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
  */
}
.round-thumb-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 5px 5px;
}

.album-item {
  height: 100%;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.album-item .img {
  overflow: hidden;
}
.album-item .img:hover img {
  transform: scale(1.2);
}
.album-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.album-item .name {
  font-size: 1.125rem;
  height: 54px;
  font-family: "HelveticaNeue-Medium";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.album-item .des {
  margin-top: 5px;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.album-item .body {
  padding: 10px;
}

.form-contact-content {
  padding: 2rem;
  background: linear-gradient(180deg, #F6AB67 0%, #b37c24 100%);
  color: #fff;
  height: 100%;
}
.form-contact-content button {
  background-color: #D1B172;
  color: #fff;
}

.section-title-contact {
  font-family: "HelveticaNeue-Bold";
  font-size: 2.25rem;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

#form-contact button {
  background: linear-gradient(180deg, #F6AB67 0%, #b37c24 100%);
  color: #fff;
}

footer {
  margin-top: 40px;
  background: #FAFAFA;
  padding-top: 25px;
}
footer .footer-img {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
footer .footer-img img {
  height: 96px;
}
footer .footer-img::before {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 2px;
  background: #103d1e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-img::after {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 2px;
  background: #103d1e;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-network {
  display: inline-flex;
  border: 1px solid #945704;
  color: #945704;
}
footer .footer-network a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*            font-size: 20px;
              color: #945704;
  */
}
footer .footer-network a:not(:last-child) {
  border-right: 1px solid #945704;
}
footer .footer-network a:hover {
  background: linear-gradient(180deg, #F6AB67 0%, #b37c24 100%);
}
footer .footer-network img {
  width: 30px;
  aspect-ratio: 1;
  object-fit: contain;
}
footer .footer-copyright {
  border-top: 1px solid #103d1e;
  font-size: 12px;
  /*@include fw-300;*/
  padding: 14px;
  margin-top: 25px;
  text-align: center;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-col {
  max-width: 270px;
}
.footer-col .ft-title {
  font-family: "HelveticaNeue-Bold";
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.footer-col .footer-link {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 8px;
  color: #000;
}
.footer-col .footer-link:hover {
  color: #103d1e;
}
.footer-col .footer-info p {
  margin-bottom: 8px;
}

.footer-col.map {
  width: 22%;
}

.bar-mobi {
  display: none;
}

.action-footer {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 50px;
  background-color: #fff;
  /*background: $color-gradient;*/
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.action-footer img {
  width: 30px;
}
.action-footer a {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-footer a:hover {
  /*background: $color-main;*/
}
.action-footer a:hover img {
  animation: chang-rotage-anim 3s infinite alternate ease-in-out;
}
.action-footer a:not(:last-child) {
  border-bottom: 1px solid #103d1e;
}

.box-search {
  transform: translateY(-50%);
}
.box-search form {
  background: #fff;
  padding: 2rem 1rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.box-search form input, .box-search form select {
  background: #F8F8F8;
  border: 0;
  font-size: 0.875rem;
}
.box-search form .btn {
  font-size: 0.875rem;
  background: #103d1e;
  color: #fff;
}
.box-search form .btn span {
  background: linear-gradient(270deg, #F6F9BD 0%, #BD9347 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HelveticaNeue-Bold";
}

.search-booking-home {
  padding: 2rem !important;
}
.search-booking-home .select {
  padding-right: 10px;
  margin-bottom: 10px;
}
.search-booking-home input,
.search-booking-home select, .search-booking-home button {
  height: 45px;
}
.search-booking-home button {
  width: 100%;
}
.search-booking-home input, .search-booking-home select {
  border: 1px solid #ccc !important;
  margin-bottom: 10px;
}
.search-booking-home input:focus, .search-booking-home select:focus {
  box-shadow: none;
}

.check-out-room {
  background: #fafafa;
}

.check-out-body {
  background: #fff;
  padding: 15px;
}
.check-out-body .title-section {
  font-size: 1.5rem;
  font-family: "HelveticaNeue-Medium";
}
.check-out-body .delete-room {
  margin-top: 8px;
  color: #D20D00;
  display: block;
  font-family: "HelveticaNeue-Bold";
}
.check-out-body .body-panel {
  padding: 24px 24px 30px 24px;
  margin-bottom: 25px;
  background-color: #FAFAFA;
  border: 1px solid #EBEBEB;
  font-size: 14px;
}
.check-out-body .body-panel .back-link {
  font-size: 16px;
  font-family: "HelveticaNeue-Medium";
  color: #103d1e;
}
.check-out-body .round-img {
  position: relative;
}
.check-out-body .round-img .product-quantity {
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #f00;
  color: #fff;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}
.check-out-body .round-img .img-thumbnail {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.check-out-body .name {
  color: #000;
}
.check-out-body .price {
  color: #f00;
  font-family: "HelveticaNeue-Bold";
}

.seach-date-room {
  margin-bottom: 50px;
}
.seach-date-room button {
  color: #fff;
  background: #103d1e;
}

.room-item-booking {
  background: #fff;
  padding: 15px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #e5eaf4;
  margin-bottom: 20px;
}
.room-item-booking .name {
  font-size: 1.25rem;
  font-family: "HelveticaNeue-Medium";
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.room-item-booking .name a {
  color: #000;
}
.room-item-booking .flex {
  display: flex;
  justify-content: space-between;
}
.room-item-booking .img {
  flex-shrink: 0;
}
.room-item-booking .content {
  margin: 0 20px;
}
.room-item-booking .img-room {
  width: 240px;
  object-fit: contain;
  aspect-ratio: 1.5;
}
.room-item-booking .price {
  min-width: 200px;
  flex-shrink: 0;
}
.room-item-booking .txt-price, .room-item-booking .no-room {
  color: #D20D00;
  margin-bottom: 5px;
}
.room-item-booking .order-quantity button {
  background: transparent;
  width: 51px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-weight: 700;
}
.room-item-booking .order-quantity input {
  border: 1px solid #e0e0e0;
  width: 90px !important;
}
.room-item-booking .btn-order {
  margin-top: 10px;
  background: #103d1e;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-family: "HelveticaNeue-Medium";
}
.room-item-booking .content ul {
  font-size: 14px;
}
.room-item-booking .content li {
  margin-bottom: 5px;
}

#section-cart .content-cart {
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: rgba(0, 0, 0, 0.66);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 100;
  color: #fff;
  display: flex;
  align-items: center;
}
#section-cart .fl-right {
  text-align: right;
}
#section-cart .fl-right a {
  color: #fff;
  background: #103d1e;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 1025px) {
  .open__opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 88;
  }
  .bar-mobi {
    display: block;
    margin-left: 20px;
  }
  .hamburger {
    display: block;
  }
  .hamburger:hover {
    cursor: pointer;
  }
  .hamburger .line {
    width: 36px;
    height: 2px;
    background: #F9ECBD;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  .header-menu {
    position: absolute;
    display: block;
    background: #fff;
    height: calc(100vh - 70px);
    left: -5px;
    padding: 15px;
    top: 70px;
    width: 50%;
    transition: 0.3s all;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 99;
    transform: translateX(-100%);
    /*transform: translateX(0);*/
    overflow: auto;
  }
  .header-menu a {
    color: #000 !important;
    display: block !important;
  }
  .header-menu.active {
    transform: translateX(0);
  }
  .header-menu .menu-list {
    display: block;
  }
  .header-menu .menu-list > li {
    padding: 0;
  }
  .header-menu .menu-list > li:first-child > a {
    padding: 10px;
  }
  .header-menu .menu-list > li:before {
    display: none;
  }
  .header-menu .menu-list > li > a {
    padding: 10px;
    text-align: left;
    font-family: "HelveticaNeue-Medium";
    text-transform: uppercase;
  }
  .header-menu .menu-list .menu-child {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    margin-left: 15px;
    box-shadow: none;
    border-left: 1px solid #945704;
  }
  .header-menu .menu-list .menu-child a {
    color: #000 !important;
    padding: 10px;
  }
}
@media screen and (max-width: 991.8px) {
  .section-padding {
    padding: 40px 0;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .featured-item {
    display: block;
    text-align: center;
  }
  .featured-item .img {
    margin: 0 auto;
  }
  .intro-home-content {
    padding: 20px;
  }
  .room-item .header-name .price {
    font-size: 1.125rem;
  }
  .room-item .header-name .name a {
    font-size: 1.125rem;
  }
  .service-blog-item .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 1rem;
    height: 48px;
  }
  .section-banner .sub-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .section-banner .title {
    font-size: 3rem;
  }
  .name-page {
    font-size: 1.5rem;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-col {
    margin-bottom: 20px;
  }
  .footer-col .ft-title {
    margin-bottom: 15px;
  }
  .footer-col.map {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .album-home-info {
    padding: 20px;
  }
  .album-home-info .name a {
    font-size: 1.5rem;
  }
  .convenience-item {
    margin-bottom: 20px;
  }
  .header .header-btn-booking {
    margin-right: 0;
  }
  .box-search {
    transform: none;
    margin: 2rem 0 2rem;
  }
  .room-item-booking .img-room {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .check-out-body {
    padding: 0;
  }
  .check-out-body .body-panel {
    padding: 10px;
  }
  .room-item .header-name {
    display: block;
  }
  .room-item .header-name .price {
    display: inline-block;
  }
  .search-booking-home {
    padding: 1.25rem !important;
  }
  .room-item-booking .flex {
    display: block;
  }
  .room-item-booking .content {
    margin: 0;
  }
  .room-item-booking .img-room {
    width: 100%;
  }
  .action-footer a {
    width: 45px;
    height: 45px;
  }
  .action-footer img {
    width: 25px;
  }
  .section-banner .banner-content {
    display: none;
  }
  .header .logo-img img {
    height: 45px;
  }
  .header .dropdown-language {
    margin-right: 0;
  }
  .header .dropdown-language .dropdown-toggle {
    padding-right: 0;
  }
  .header .header-btn-booking a {
    font-size: 12px;
    padding: 8px 9px;
  }
  .header-menu {
    top: 57px;
    height: calc(100vh - 57px);
    width: 80%;
  }
  .bar-mobi {
    margin-left: 1rem;
  }
  .hamburger .line {
    width: 30px;
  }
  .section-title {
    font-size: 1.25rem;
  }
  .section-padding {
    padding: 30px 0;
  }
  footer .footer-img img {
    height: 54px;
  }
  footer .footer-img::before {
    width: calc(50% - 65px);
  }
  footer .footer-img::after {
    width: calc(50% - 65px);
  }
  .footer-col.map {
    width: 300px;
  }
  .intro-home {
    display: block;
  }
  .intro-home-img {
    width: 100%;
    margin-right: 0;
  }
  .album-home-info {
    left: 0;
    width: 100%;
    transform: unset;
  }
  .album-home-info .name a {
    font-size: 1.25rem;
  }
  .album-home-info .des {
    margin-bottom: 10px;
  }
  .album-home-info .see-more a {
    font-family: "HelveticaNeue-Bold";
  }
  .album-home .list-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .album-home .list-img .album-home-img:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .album-home .list-img .album-home-img:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .album-home .list-img .album-home-img:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .album-home .list-img .album-home-img:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .album-home .list-img .album-home-img:nth-child(5) {
    display: none;
  }
  .co-item .img {
    width: 60px;
  }
  .co-item img {
    height: 26px;
  }
  .project-img-list img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .room-item .info-room span {
    margin-right: 10px;
  }
}
