/* ------------------------------ Pages ------------------------------ */
.page_content {
  text-align: justify;
}

section#banner_page {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
  min-height: 550px;
  overflow: hidden;
  margin-top: 0px;
}

section#banner_page img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  min-height: 550px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000000;
  mix-blend-mode: multiply;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}

.banner_page_wrap {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.title-page {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
  /* padding: 0px 15px; */
  text-shadow: 2px 2px 10px #000000;
  font-family: "Proxima-Nova-Medium", sans-serif;
}

section#pages {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px 0px 10px 0px;
}

.page_pagaination {
  margin-top: 50px;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 16px;
  line-height: 13px;
  float: right;
  list-style-type: none;
  width: 100%;
  margin: 0px !important;
  display: flex !important;
  justify-content: center;
}

.pagination span {
  display: none !important;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #c29d69;
}

.pagination a:hover {
  color: #fff;
  background: #000000;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
  background-color: #c29d69 !important;
  border-color: #c29d69 !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
  color: #ffffff !important;
  background-color: #c29d69 !important;
  border-color: #c29d69 !important;
}

.pagination li a,
.pagination li span {
  color: #b2b2b2 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* .bresdcrumb_wrap {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
} */

.bresdcrumb_box {
  text-align: center;
}

.bresdcrumb {
  margin-bottom: 10px;
  font-family: "Proxima-Nova-Medium", sans-serif;
  font-size: 16px;
  padding-bottom: 5px;
  color: #fff;
}

.bresdcrumb a {
  color: #fff;
}

.bresdcrumb a:hover {
  color: #c29d69;
}

.bresdcrumb i {
  margin: 0px 5px;
  color: #fff;
  font-size: 14px;
}

.aligncenter {
  display: flex;
  margin: 10px auto;
}

span.page-numbers.current,
a.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  background-color: transparent;
  border: 1px solid #c29d69;
  line-height: 1.5;
  transition: 0.3s;
}

span.page-numbers.current,
a.page-numbers:hover {
  color: #fff;
  background-color: #c29d69;
  text-decoration: none;
}

.phantrang {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.pdphantrang {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------ Contact ------------------------------ */

section#page_contact {
  padding: 35px 0px 50px 0px;
}

.page_contact_wrap {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 30px;
}

.page_contact_left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  width: 100%;
  background-color: #f8f6f3;
  padding: 98px 67px 101px;
}

.page_contact_right iframe {
  width: 100%;
  height: 100%;
}

.contact_info_wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 10px;
}

.page_contact_right {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

.page_contact_form_title {
  font-family: "Proxima-Nova-Medium", sans-serif;
  color: #c29d69;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 26px;
}

.page_contact_title h4 {
  font-size: 16px;
  color: #c19d68;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: "CormorantGaramond-Medium";
}

.page_contact_title h2 {
  font-size: 38px;
  line-height: 35px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.page_contact_title p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  font-family: "Proxima-Nova", sans-serif;
}

.contact_info_icon {
  background-color: #c29d69;
}

.contact_info_icon {
  background-color: #c19d68;
  /* padding: 7px; */
  border-radius: 50%;
  display: flex;
  width: 65px !important;
  height: 65px;
  align-items: center;
  justify-content: center;
}

.contact_info_item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 41px;
  position: relative;
}

.contact_info_text a {
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: "Proxima-Nova-Medium", sans-serif;
}

.contact_info_text {
  max-width: calc(100% - 83px);
}

.contact_info_item::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  left: 5px;
  bottom: -19px;
  background: #6161612b;
}

.contact_info_text p {
  font-size: 15px;
  line-height: 26px;
  color: #616161;
}

.contact_info_text p {
  margin: 0px 0px 0px 0px;
}

.page_contact_form {
  background-color: #272727;
  padding: 42px 53px 0px;
  text-align: center;
}

/* .form-contact-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
} */

.form-contact-item input,
.form-contact-item textarea,
.form-contact-item label {
  width: 100%;
  margin-bottom: 0px;
}

.form-contact-item input,
.form-contact-item textarea {
  outline: none;
  border-radius: 9px;
  padding: 15px 30px;
  background-color: #ffffff;
  border: 0.75px solid #bcbec0;
  font-family: "Proxima-Nova-Medium", sans-serif;
  font-weight: 400;
}

.form-contact-item input::placeholder,
.form-contact-item textarea::placeholder {
  font-size: 16px;
  font-family: "Proxima-Nova-Medium", sans-serif;
  color: #6d6e71;
  font-weight: 400;
}

.form-contact-item textarea {
  height: 130px;
  max-width: 100%;
}

.form-contact-item p {
  margin-bottom: 0px;
}

.form-contact-item {
  /* margin-bottom: 25px; */
  position: relative;
}

.form-contact-item input,
.form-contact-item select,
.form-contact-item textarea {
  background: transparent !important;
  border: 1px solid #acacac4f;
  color: #616161;
  outline: 0;
  width: 100%;
  /* height: 60px; */
  position: relative;
  margin-bottom: 11px;
  padding: 19px 21px;
  border-radius: 0px;
}

.form-contact-item input::placeholder,
.form-contact-item textarea::placeholder {
  color: #616161;
}

.form-contact-item input[type="submit"] {
  background: #c29d68 !important;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Proxima-Nova-Medium", sans-serif;
  width: 100%;
  border: transparent;
  padding: 16px 0;
  margin-top: 13px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.form-contact-btn {
  text-align: center;
}

.form-contact-btn p {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* ------------------------------ Content Aside ------------------------------ */

section#content_aside {
  padding: 50px 0px 50px 0px;
}

.title_taxo {
  text-align: center;
  margin-bottom: 40px;
}

.title_taxo h2 {
  font-size: 38px;
  font-family: "Proxima-Nova-Medium", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.title_taxo p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
}

.cate_tien_nghi {
  background: #1e1e1e;
  padding-bottom: 200px !important;
}

.cate_tien_nghi .title_tien_nghi h2 {
  color: #fff;
}

.cate_tien_nghi .view_more a {
  color: #fff;
}

.cate_tien_nghi .tien_nghi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
}

.cate_tien_nghi .stt {
  display: none;
}

.cate_tien_nghi .list_tien_nghi {
  display: initial;
  position: relative;
  padding-bottom: 0px;
}

.cate_tien_nghi .img_tien_nghi img {
  aspect-ratio: 0.8;
}

.cate_tien_nghi .content_tien_nghi h4 {
  display: none;
}

.cate_tien_nghi .content_tien_nghi h3:before {
  display: none;
}

.cate_tien_nghi .content_tien_nghi p {
  display: none;
}

.cate_tien_nghi .content_tien_nghi h3 {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  right: 0px;
  background: #272727;
  /* color: #fff; */
  font-size: 22px;
  width: 86%;

}

.cate_tien_nghi .content_tien_nghi h3 a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;

  padding: 10px 0px;
  padding-left: 28px;
}

.cate_tien_nghi .content_tien_nghi h3 a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
}

.cate_tien_nghi .content_tien_nghi h3 a:hover {
  color: #1e1e1e;
}

.cate_tien_nghi .content_tien_nghi h3 a:hover:before {
  width: 100%;
  padding: 0px;
}

.cate_tien_nghi .content_tien_nghi h3 i {
  display: inline-block;
  position: relative;
  background: #c29d68;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  transition: 0.5s;
}

.cate_form {
  overflow: visible;
}

.form_cate {
  top: -100px;
  z-index: 9999;
}

.aside_item {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: grid;
  width: 100%;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.aside_item:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.aside_item:hover .aside_item_images img {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.content_aside_wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 30px;
}

.standard_wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
}

.aside-product-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 4px;
  row-gap: 10px;
}

.aside_item_images {
  overflow: hidden;
  aspect-ratio: 1.3;
}

.aside_item_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.aside_item_right {
  padding: 13px 15px;
}

.aside_item_title {
  margin-bottom: 10px;
}

.aside_item_title a {
  font-size: 19px;
  font-family: "Proxima-Nova-Medium", sans-serif;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aside_item_date {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #828282;
  column-gap: 6px;
  margin-bottom: 5px;
}

.aside_item_date svg {
  fill: #828282;
  width: 14px;
  margin-top: 2px;
}

.aside_item_desc {
  color: #828282;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ------------------------------ Content Standard ------------------------------ */

section#product_new {
  padding: 35px 0px 60px 0px;
}

.content_standard_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
}

.content_standard_wrap .home_pro_item {
  border: 1px solid #e0e0e0;
}

/* ------------------------------ Project Detail ------------------------------ */

section.detailpage_post {
  padding: 124px 0 107px;
}

.container-projects h1,
.container-projects h2,
.container-projects h3,
.container-projects h4,
.container-projects h5 {
  font-size: 26px;
  margin-top: 0px;
}

.container-projects {
  /* margin-top: 38px; */
  width: 95%;
}

section#gallery_amenities {
  margin-bottom: 38px;
}

.project_category {
  font-size: 16px;
  line-height: 14px;
  color: #c29d68;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Medium", sans-serif;
}

h2.project_title {
  margin-top: 10px;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Proxima-Nova-Medium", sans-serif;
}

.project_content {
  text-align: justify;
}

.container-projects ul li,
.container-projects ul {
  list-style-type: unset;
}

.container-projects ul {
  list-style: none;
  padding: 0px;
}

.container-projects ul li {
  margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
}

.container-projects ul li::before {
  content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    margin-right: 8px;
    color: #c19d68;
    position: absolute;
    left: -20px;
}

.room-details-check-box {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.container-projects img.aligncenter {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.room-details-check-content p img {
  margin-right: 10px;
}

.container-projects2 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  padding: 60px 40px 40px 40px;
  z-index: 9999;
  margin-top: 50px;
}

.gallery_amenities .owl-dots {
  display: none;
}

.gallery_amenities .owl-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  z-index: 999;
  color: #fff;
  right: 20px;
}

.gallery_amenities .owl-prev,
.gallery_amenities .owl-next {
  color: #fff;
  display: flex;
  border: 1px solid #ffffff8a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.gallery_amenities .owl-prev:hover,
.gallery_amenities .owl-next:hover {
  background-color: #c29d69;
}

/* ------------------------------ Search ------------------------------ */

.da_dtk_content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 30px;
}

.duan_btk_item {
  text-align: center;
}

.dadtlk_item_images {
  aspect-ratio: 4/3;
}

.dadtlk_item_images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ------------------------------ Page-Sidebar ------------------------------ */

.project_wrap {
  display: grid;
  grid-template-columns: 66% 31%;
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 50px;
}

.form-cate-aside {
  background: #f8f6f3;
  padding: 31px 39px 31px;
  /* margin-bottom: 45px; */
}

span.wpcf7-spinner {
    display: none;
}

.form-cate-aside h3 {
  margin-top: 0px;
  font-size: 30px;
}

.form-cate-aside .item-form {
  border-right: 0px;
}

.form-cate-aside .group-booknow {
  grid-template-columns: 1fr;
  gap: 10px;
  background: transparent;
  padding: 0px;
}

.form-cate-aside .group-booknow 
  .wpcf7-form-control.wpcf7-date::-webkit-calendar-picker-indicator {
  filter: invert(64%) sepia(45%) saturate(482%) hue-rotate(5deg) brightness(94%) contrast(87%);
  opacity: 1;
}

.form-cate-aside .item-form label{
    color: #000;
}

.form-cate-aside .item-form input,
.form-cate-aside .item-form select{
    color: #c19d68;
}

.gallery_amenities img{
    width: 100%;
    aspect-ratio: 1.5;
}

.amenities {
    margin-top: 38px;
}

.amenities h4{
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
}

.ame {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #616161;
    font-size: 15px;
    border-bottom: 1px solid #61616129;
    padding-bottom: 15px;
    padding-top: 15px;
}

/* .post_lq {
  margin-top: 40px;
} */

.product_detail_lq_title {
  font-size: 38px;
  font-family: "Proxima-Nova-Medium", sans-serif;
  text-align: center;
  color: #08204a;
  margin: 40px 0px;
}

.product_box_lq {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.image_product_lq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.title_product_lq {
  margin: 0px 0 9px 0;
}

.title_product_lq a {
  text-transform: uppercase;
  color: #c29d69;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s ease-in-out;
  /* font-weight: 600; */
  font-family: "Proxima-Nova-Medium", sans-serif;
}

section#related {
  background-color: #f8f6f3;
  padding: 100px 0 94px;
  margin-bottom: 107px;
}

.title_product_lq a:hover {
  color: #c29d69;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.desc_product_lq {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
}

.image_product_lq {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image_product_lq img {
  transition: 0.6s;
}

.show_product_lq {
  display: grid;
    grid-template-columns: 100px 1fr;
      background: #f8f6f3;
      align-items: center;
      padding: 30px 21px 31px 70px;
      gap: 19px;
}

.show_product_lq img{
  aspect-ratio: 1;
}

.show_product_lq

.image_product_lq img:hover {
  transform: scale(1.1);
  transition: 0.6s;
}

/* .product_lq_content {
  background-color: #efefed;
  padding: 15px;
} */

.related_detail {
  margin: 10px 0px;
  padding-top: 15px;
  text-align: center;
}

.related_detail a {
  background-color: #4380b6;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 17px;
  border: 1px solid #4380b6;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}

.related_detail a:hover {
  background-color: #ffffff;
  color: #4380b6;
  border: 1px solid #4380b6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}



div#owl-newrel {
  margin-top: 15px;
}

div#owl-newrel .owl-nav.disabled,
div#owl-newrel .owl-nav,
div#owl-newrel .owl-dots.disabled,
div#owl-newrel .owl-dots {
  display: none !important;
}

.content_sing_wrap .content_aside_wrap{
  grid-template-columns: 1fr 1fr;
}


.content_sing_wrap {
  display: grid;
  grid-template-columns: 66% 31%;
  grid-template-rows: auto;
  justify-content: space-between;
}




/* ------------------------------ Page-Sidebar ------------------------------ */

.prd_slider {
  width: 100%;
  height: 100vh;
}

.prd_slider video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.search-sidebar {
  padding: 37px 40px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #F8F6F3;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
  font-size: 20px ;
}

#ajaxsearchlite1{
  padding: 9px 0px;
}

aside#recent-post {
  padding: 21px 37px 15px;
  margin-bottom: 32px;
  background: #F8F6F3;
}

.line_bottom {
  border-bottom: 1px solid #22222214;
  padding-bottom: 38px;
  margin-bottom: 30px;
}
