@charset "UTF-8";
@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url("../fonts/font-hallmark/AcuminProExtraCond-Medium.woff2") format("woff2"), url("../fonts/font-hallmark/AcuminProExtraCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro ExtraCondensed';
  src: url("../fonts/font-hallmark/AcuminProExtraCond-Semibold.woff2") format("woff2"), url("../fonts/font-hallmark/AcuminProExtraCond-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MorePro-Book';
  src: url("../fonts/font-hallmark/MorePro-Book.woff2") format("woff2"), url("../fonts/font-hallmark/MorePro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MorePro';
  src: url("../fonts/font-hallmark/MorePro-Light.woff2") format("woff2"), url("../fonts/font-hallmark/MorePro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MorePro';
  src: url("../fonts/font-hallmark/MorePro-LightItalic.woff2") format("woff2"), url("../fonts/font-hallmark/MorePro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.f-italic {
  font-style: italic;
}

.f-title {
  font-family: "Acumin Pro ExtraCondensed";
  font-size: 18px;
}

.cl-darkgreen {
  color: #003F35;
}

.cl-red {
  color: #f61e2e;
}

.cl-black {
  color: #292929;
}

.cl-grey {
  color: #706F6F;
}

.cl-gray {
  color: #818181;
}

.cl-white {
  color: #fbf7f3;
}

.cl-light-golden {
  color: #e0d1a5;
}

.cl-wheat-2 {
  color: #fffbf1;
}

.cl-brown {
  color: #8B735B;
}

.cl-kem {
  color: #EFE4D9;
}

.lh-30 {
  line-height: 30px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-140 {
  font-size: 140px;
}

.fs-124 {
  font-size: 124px;
}

.fs-100 {
  font-size: 100px;
}

.fs-80 {
  font-size: 80px;
}

.fs-70 {
  font-size: 70px;
}

.fs-56 {
  font-size: 56px;
}

.fs-50 {
  font-size: 50px;
}

.fs-48 {
  font-size: 48px;
}

.fs-45 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.fs-34 {
  font-size: 34px;
}

.fs-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
}

.fs-28 {
  font-size: 28px;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

@media (max-width: 767px) {
  .fs-140 {
    font-size: 40px;
  }
  .fs-124 {
    font-size: 70px;
  }
  .fs-100 {
    font-size: 40px;
  }
  .fs-80 {
    font-size: 40px;
  }
  .fs-56 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fs-56 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}

body {
  font-size: 14px;
  font-style: normal;
  font-family: "MorePro-Book", sans-serif;
  font-weight: 400;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .btn-link {
  width: 112px;
  height: 40px;
  background-color: #EFE4D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .btn-link:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}

body .btn-link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  max-width: 100vw;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .custom-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.header_site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 32px 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header_site {
    background-color: transparent;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header_site {
    background-color: transparent;
    padding: 10px 0;
    position: fixed;
    top: 0;
  }
}

.header_site.scrolled {
  background-color: #fff;
  padding: 10px 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .header_site.scrolled .menu-option i {
    color: #8B735B;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header_site.scrolled .menu-option i {
    color: #8B735B;
  }
}

.header_site.scrolled a {
  color: #003F35 !important;
}

.header_site.scrolled .logo_site img {
  width: auto;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header_site.scrolled .logo_site img {
    height: 60px;
  }
}

.header_site.scrolled .lang_site .line {
  background-color: #003F35;
}

.header_site.scrolled .menu_header ul li.menu-item-has-children .sub-menu::after {
  top: -19px;
}

.header_site.scrolled .menu_header ul li.menu-item-has-children .sub-menu li a {
  color: #fff !important;
}

.header_site.scrolled .menu_header ul li.menu-item-has-children:hover ul {
  opacity: 1;
  top: calc(100% + 16px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}

.header_site .logo_site img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  height: 72px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .header_site .logo_site img {
    height: 40px;
  }
}

.header_site .menu_header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_site .menu_header ul li {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_site .menu_header ul li {
    margin-left: 25px;
  }
}

.header_site .menu_header ul li.current-menu-item > a,
.header_site .menu_header ul li.current-menu-parent > a {
  opacity: 1;
}

.header_site .menu_header ul li a {
  font-family: "Acumin Pro ExtraCondensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #FBF7F3;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .header_site .menu_header ul li a {
    font-size: 18px;
  }
}

.header_site .menu_header ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_site .menu_header ul li.menu-item-has-children {
  position: relative;
}

.header_site .menu_header ul li.menu-item-has-children:hover ul {
  opacity: 1;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}

.header_site .menu_header ul li.menu-item-has-children .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(139, 115, 91, 0.27);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  padding: 1rem 10px;
  position: absolute;
  left: 0;
  top: calc(100% + 25px);
  width: 120px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.header_site .menu_header ul li.menu-item-has-children .sub-menu::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 19px;
  background-color: transparent;
}

.header_site .menu_header ul li.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.header_site .menu_header ul li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.header_site .lang_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_site .lang_site .line {
  width: 32px;
  height: 1px;
  background-color: #FBF7F3;
  margin: 0 5px;
  opacity: 0.5;
}

.header_site .lang_site a {
  font-family: "Acumin Pro ExtraCondensed";
  color: #FBF7F3;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 500;
}

.header_site .lang_site a.current-lang {
  opacity: 1;
}

.header_site .lang_site a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_site.header_contact .logo_site img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.header_site.header_contact .menu_header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_site.header_contact .menu_header ul li {
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_site.header_contact .menu_header ul li {
    margin-left: 25px;
  }
}

.header_site.header_contact .menu_header ul li.current-menu-item > a {
  opacity: 1;
  color: #8B735B;
}

.header_site.header_contact .menu_header ul li a {
  font-family: "Acumin Pro ExtraCondensed";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #003F35;
  opacity: 1;
}

.header_site.header_contact .menu_header ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #8B735B;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children {
  position: relative;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children:hover ul {
  opacity: 1;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(139, 115, 91, 0.27);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  padding: 1rem 10px;
  position: absolute;
  left: 0;
  top: calc(100% + 25px);
  width: 120px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children .sub-menu::after {
  position: absolute;
  content: "";
  top: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-color: transparent;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.header_site.header_contact .menu_header ul li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.header_site.header_contact .lang_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_site.header_contact .lang_site .line {
  width: 32px;
  height: 1px;
  background-color: #003F35;
  margin: 0 5px;
  opacity: 0.5;
}

.header_site.header_contact .lang_site a {
  font-family: "Acumin Pro ExtraCondensed";
  color: #003F35;
  font-size: 15px;
  font-weight: 500;
}

.header_site.header_contact .lang_site a.current-lang {
  opacity: 1;
  color: #8B735B;
}

.header_site.header_contact .lang_site a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_site.header_contact .menu-option i {
  color: #8B735B;
}

.header_site.header_contact.scrolled .logo_site img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(1) invert(0) !important;
          filter: brightness(1) invert(0) !important;
}

.header_site.header_contact.scrolled .lang_site .line {
  background-color: #003F35;
}

.section_banner video {
  width: 100%;
}


.slider_banner_home .item-banner figure{
  position: relative;
  height: 100vh;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width:1024px){
  .slider_banner_home .item-banner figure{
    height: 35vh;
  }
}
@media (max-width:767px){
  .slider_banner_home .item-banner figure{
    height: 25vh;
  }
}
.slider_banner_home .item-banner figure img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom-in-zoom-out 100s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    transform-origin: center center;
  }
  25% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: top left;
  }
  40% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: bottom left;
  }
  75% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: top right;
  }
  85% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: center center;
  }
}

.intro_section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .intro_section {
    padding: 3rem 0;
  }
}

.intro_section .intro_text {
  font-family: 'MorePro';
  font-weight: 300;
}

.intro_section .img-tagline {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .intro_section .img-tagline {
    margin-bottom: 3rem;
  }
}

.intro_section .line {
  width: 20px;
  height: 300px;
  background: #EFE4D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .intro_section .line {
    width: 10px;
    height: 200px;
  }
}

.newway_section {
  background-color: #FBF7F3;
  padding: 80px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .newway_section {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .newway_section {
    padding: 3rem 0;
  }
}

.newway_section .title-section {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .newway_section .title-section {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .newway_section .title-section {
    margin-bottom: 3rem;
  }
}

.newway_section .slide_newway_wrapper {
  position: relative;
}

.newway_section .slide_newway_wrapper .slide_control {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(calc(100% + 16px));
          transform: translateX(calc(100% + 16px));
}

@media (max-width: 767px) {
  .newway_section .slide_newway_wrapper .slide_control {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.newway_section .slide_newway_wrapper .slide_control .left-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFE4D9;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newway_section .slide_newway_wrapper .slide_control .left-arr:hover {
  background-color: #003F35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newway_section .slide_newway_wrapper .slide_control .left-arr i {
  color: #8B735B;
}

.newway_section .slide_newway_wrapper .slide_control .right-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFE4D9;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newway_section .slide_newway_wrapper .slide_control .right-arr:hover {
  background-color: #003F35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newway_section .slide_newway_wrapper .slide_control .right-arr i {
  color: #8B735B;
}

.newway_section .slide_newway_wrapper .box_newway {
  position: absolute;
  max-width: 400px;
  right: 0;
  bottom: 56px;
  background-color: #8B735B;
  padding: 60px;
  -webkit-transform: translateX(65%);
          transform: translateX(65%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .newway_section .slide_newway_wrapper .box_newway {
    position: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newway_section .slide_newway_wrapper .box_newway {
    position: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: unset;
    width: 100%;
    padding: 2rem;
  }
}

.newway_section .slide_newway_wrapper .slider_new_way .animate-img {
  -webkit-clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0% 100%);
          clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0% 100%);
}

.newway_section .slide_newway_wrapper .slider_text_newway p {
  line-height: 30px;
}

.location_section {
  background-color: #013F36;
  padding: 80px 0 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .location_section {
    padding: 5rem 0 0 0;
  }
}

@media (max-width: 767px) {
  .location_section {
    padding: 3rem 0;
  }
}

.location_section .more-btn svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location_section .more-btn a:hover {
  color: #fbf7f3;
}

.location_section .more-btn a:hover svg {
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location_section .map_descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px -20px 0 -20px;
  width: 100%;
}

.location_section .map_descript .item-block {
  width: 15%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .location_section .map_descript .item-block {
    width: 100%;
  }
}

.location_section .map_descript .item-block:nth-child(1) {
  width: 40%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .location_section .map_descript .item-block:nth-child(1) {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .location_section .map_descript .item-block:nth-child(1) {
    width: 100%;
  }
}

.location_section .map_descript .item-block:nth-child(1) ul {
  columns: 2;
  /* You can also use column-count */
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .location_section .map_descript .item-block {
    width: 30%;
  }
}

.location_section .map_descript .item-block ul {
  list-style: none;
  padding-left: 0;
}

.location_section .map_descript .item-block ul li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 16px;
}

.advance_section {
  padding: 80px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .advance_section {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .advance_section {
    padding: 0;
  }
}

.advance_section .advance_content {
  background: var(--color-orange-45, #8B735B);
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.advance_section .advance_content img {
  width: auto;
  height: 50px;
  margin-bottom: 40px;
}

.advance_section .advance_content .text-advance {
  line-height: 30px;
  margin-bottom: 48px;
}

.advance_section .frame-photo {
  height: 100%;
  position: relative;
  padding-bottom: 100%;
}

.advance_section .frame-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prize_section {
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prize_section {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .prize_section {
    padding: 3rem 0;
  }
}

.prize_section .title-section {
  margin-bottom: 40px;
}

.prize_section .prize-item {
  border: 1px solid var(--TheHallmark_Bizarre, #EFE4D9);
  padding: 125px 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prize_section .prize-item {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .prize_section .prize-item {
    padding: 1rem;
    text-align: center;
  }
  .prize_section .prize-item img {
    width: auto;
    height: 100px;
    margin-bottom: 2rem;
  }
}

.tenant_section {
  position: relative;
}

.tenant_section .block_tenant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .tenant_section .block_tenant {
    position: unset;
    background-color: #8B735B;
  }
}

.tenant_section .block_tenant .title-section {
  margin-bottom: 36px;
}

.tenant_section .block_tenant .box_content {
  background-color: #8B735B;
  padding: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tenant_section .block_tenant .box_content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .tenant_section .block_tenant .box_content {
    padding: 2rem 1rem;
  }
}

.footer_site {
  background-color: #003F35;
  padding: 80px 0;
}

.footer_site .wpcf7-form-control-wrap{
	display: block;
}
.footer_site .wpcf7-spinner{
	position: absolute;
	right: 0;
	pointer-events: none;
	margin: 0;
}
.footer_site .wpcf7 form.invalid .wpcf7-response-output, .footer_site .wpcf7 form.unaccepted .wpcf7-response-output, .footer_site .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #F8ECCE;
	background: #F8ECCE;
	color: #15191A;
	margin: 1rem 0 0;
}
.footer_site .wpcf7 form.sent .wpcf7-response-output{
	border-color: #56624B;
	background: #56624B;
	color: #ffffff;
	margin: 1rem 0 0;
}
.footer_site .wpcf7-not-valid-tip{
	position: absolute;
	right: 5px;
	bottom: 14px;
	pointer-events: none;
}

@media (max-width: 767px) {
  .footer_site {
    padding: 3rem 0;
  }
  .footer_site .wpcf7-not-valid-tip {
    top: 25px;
  }
}

.footer_site .search_ft .form-control{
  border: 1.5px solid var(--TheHallmark_Domino, #8B735B);
  height: 60px;
  padding: 0 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-right: 0;
}
.footer_site .search_ft .btn{
  border: 1.5px solid var(--TheHallmark_Domino, #8B735B);
  height: 60px;
  padding: 0 16px;
  border-left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-indent: -99999px;
  background: url(../images/arr-white.png) no-repeat center center / 32px auto;
  min-width: 70px;
}

.footer_site .search_ft input {
  background-color: transparent;
  border: 0;
  color: #FBF7F3;
}

.footer_site .search_ft input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer_site .search_ft input::-webkit-input-placeholder {
  color: #FBF7F3;
}

.footer_site .search_ft input:-ms-input-placeholder {
  color: #FBF7F3;
}

.footer_site .search_ft input::-ms-input-placeholder {
  color: #FBF7F3;
}

.footer_site .search_ft input::placeholder {
  color: #FBF7F3;
}

.footer_site .logo-ft {
  margin-top: 64px;
}

.footer_site .logo-ft img {
  width: auto;
  height: 90px;
}

.footer_site .menu_ft ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer_site .menu_ft ul li {
  margin-bottom: 16px;
}

.footer_site .menu_ft ul li a {
  color: #fbf7f3;
}

.footer_site .menu_ft ul li a:hover {
  color: #8B735B;
}

.footer_site .list_media ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 767px) {
  .footer_site .list_media ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 2rem;
  }
}

.footer_site .list_media ul li {
  margin-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .footer_site .list_media ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.footer_site .list_media ul li:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  color: #8B735B;
  font-weight: bold;
}

.footer_site .list_media ul li a {
  color: #8B735B;
  font-style: italic;
  font-weight: bold;
}

.footer_site .list_media ul li a:hover {
  color: #fbf7f3;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000066;
  display: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav__mobile {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FBF7F3;
  width: 100%;
  max-width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  padding: 5rem 2rem 5rem 2rem;
}

@media (max-width: 767px) {
  .nav__mobile {
    max-width: 100vw;
  }
}

.nav__mobile .nav-mobile__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 100px;
}

.nav__mobile .nav-mobile__list li {
  margin: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0d1a5;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "\f107";
  position: absolute;
  right: 1px;
  font-family: fontAwesome;
  top: 0px;
  font-size: 22px;
  color: #573e2a;
  cursor: pointer;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children .sub-menu li {
  border-bottom: 0;
  padding-bottom: 0;
}

.nav__mobile .nav-mobile__list li.menu-item-has-children .sub-menu li a {
  font-size: 18px;
}

.nav__mobile .nav-mobile__list li a {
  font-weight: bold;
  color: #573e2a;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
}

.nav__mobile .close-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  color: #573e2a;
  font-size: 26px;
  font-weight: normal;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.nav__mobile .close-menu:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.nav__mobile .lang_site_mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__mobile .lang_site_mb .line {
  width: 32px;
  height: 1px;
  background-color: #8B735B;
  margin: 0 5px;
  opacity: 0.5;
}

.nav__mobile .lang_site_mb a {
  font-family: "Acumin Pro ExtraCondensed";
  color: #8B735B;
  opacity: 0.5;
  font-size: 32px;
  font-weight: 500;
}

.nav__mobile .lang_site_mb a.current-lang {
  opacity: 1;
}

.nav__mobile .lang_site_mb a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner_child {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner_child {
    height: 50vh;
  }
}

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

.banner_child .content_banner {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.about_descript {
  padding: 80px 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_descript {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .about_descript {
    padding: 3rem 0;
  }
  .about_descript .text-about-cert {
    padding-top: 120px;
  }
}

.about_descript .list-flag {
  position: absolute;
  top: 0;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_descript .list-flag {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about_descript .list-flag {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.about_descript .list-flag img {
  width: auto;
  height: 200px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_descript .list-flag img {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .about_descript .list-flag img {
    height: 130px;
  }
}

.explore_section {
  padding: 80px 0;
  background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .explore_section {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .explore_section {
    padding: 3rem 0;
  }
}

.explore_section .slider_explore {
  margin-top: 40px;
}

.explore_section .slider_explore .slick-arrow{
  background-color: #EFE4D9;
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 35%;
}
.explore_section .slider_explore .slick-arrow.slick-next{
  right: 25px;
}
.explore_section .slider_explore .slick-arrow.slick-prev{
  left: 25px;
}
@media (min-width: 768px) and (max-width:1024px){
  .explore_section .slider_explore .slick-arrow{
    width: 30px;
    height: 30px;
  }
  .explore_section .slider_explore .slick-arrow.slick-next{
    right: 10px;
  }
  .explore_section .slider_explore .slick-arrow.slick-prev{
    left: 10px;
  }     
}
@media (max-width:767px){
  .explore_section .slider_explore .slick-arrow{
    width: 30px;
    height: 30px;
  }
  .explore_section .slider_explore .slick-arrow.slick-next{
    right: 0px;
  }
  .explore_section .slider_explore .slick-arrow.slick-prev{
    left: 0px;
  }
}

.explore_section .slider_explore .slick-arrow.slick-prev::before{
  content: "\f104";
  font-family: FontAwesome;
  color: #573e2a;
}
.explore_section .slider_explore .slick-arrow.slick-next::before{
  content: "\f105";
  font-family: FontAwesome;
  color: #573e2a;
}


@media (max-width: 767px) {
  .explore_section .slider_explore {
    margin-top: 3rem;
  }
}

.explore_section .slider_explore .explore-item {
  margin: 0 50px;
}

@media (max-width: 767px) {
  .explore_section .slider_explore .explore-item {
    margin: 0 10px;
  }
}

.explore_section .slider_explore .explore-item figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.explore_section .slider_explore .explore-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore_section .slider_explore .explore-item figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore_section .slider_explore .explore-item .name-explore {
  margin-top: 30px;
  border-bottom: 1px solid #8B735B;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .explore_section .slider_explore .explore-item .name-explore a {
    font-size: 26px;
  }
}

.explore_section .slider_explore .explore-item .name-explore a:hover {
  color: #003F35;
}

.explore_section .slider_explore .explore-item .title-explore {
  padding-left: 18px;
  position: relative;
}

.explore_section .slider_explore .explore-item .title-explore::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #8B735B;
}

.about_page .about_number {
  background-color: #003F35;
  padding: 80px 0;
}

.about_page .about_number .brick-block{
  background-image: url('../images/brick.png');
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .about_number {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .about_page .about_number {
    padding: 3rem 0;
  }
}

.about_page .about_number .number-item {
  margin-top: 120px;
  border-bottom: 1px solid #8B735B;
}

@media (max-width: 767px) {
  .about_page .about_number .number-item {
    margin-top: 3rem;
  }
}

.about_page .about_number .number-item .title-number {
  padding-left: 23px;
  position: relative;
}

.about_page .about_number .number-item .title-number::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #8B735B;
}

.about_page .philosophy_section .list_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_page .philosophy_section .list_value .value-item {
  padding: 40px;
  border: 1px solid var(--TheHallmark_Bizarre, #EFE4D9);
  width: 50%;
  position: relative;
  height: 360px;
}

@media (max-width: 767px) {
  .about_page .philosophy_section .list_value .value-item {
    padding: 20px;
    height: 300px;
  }
}

.about_page .philosophy_section .list_value .value-item:hover {
  border: 1px solid var(--TheHallmark_Bizarre, #EFE4D9);
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_page .philosophy_section .list_value .value-item:hover img {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_page .philosophy_section .list_value .value-item:hover .value-name {
  color: #fbf7f3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_page .philosophy_section .list_value .value-item:nth-child(4n + 2) {
  height: 450px;
}

@media (max-width: 767px) {
  .about_page .philosophy_section .list_value .value-item:nth-child(4n + 2) {
    height: 300px;
  }
}

.about_page .philosophy_section .list_value .value-item:nth-child(4n + 3) {
  margin-top: -90px;
}

@media (max-width: 767px) {
  .about_page .philosophy_section .list_value .value-item:nth-child(4n + 3) {
    margin-top: 0;
  }
}

.about_page .philosophy_section .list_value .value-item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_page .philosophy_section .list_value .value-item .value-name {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

@media (max-width: 767px) {
  .about_page .philosophy_section .list_value .value-item .value-name {
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 18px;
  }
}

.about_page .about_year {
  background-image: url("../images/bg-brick.png");
  background-position: left top;
  background-size: 30%;
  background-repeat: repeat-y;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .about_year {
    background-size: 40%;
  }
}

@media (max-width: 767px) {
  .about_page .about_year {
    background: none;
  }
}

.about_page .about_year .year_item:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about_page .about_year .year_item {
    margin-bottom: 3rem;
  }
}

.about_page .about_year .year_item .year_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

@media (max-width: 767px) {
  .about_page .about_year .year_item .year_number {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about_page .about_year .year_item .year_number {
    padding: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about_page .about_year .year_item .year_number .num-text {
    font-size: 80px;
  }
}

.about_page .about_year .year_item .year_content {
  padding-bottom: 32px;
  border-bottom: 1px solid #8B735B;
  position: relative;
}

@media (max-width: 767px) {
  .about_page .about_year .year_item .year_content {
    padding-bottom: 24px;
  }
}

.about_page .about_year .year_item .year_content:hover .square-photo {
  opacity: 1;
  visibility: visible;
}

.about_page .about_year .year_item .year_content h5, .about_page .about_year .year_item .year_content p {
  max-width: 60%;
}

@media (max-width: 767px) {
  .about_page .about_year .year_item .year_content h5, .about_page .about_year .year_item .year_content p {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .about_year .year_item .year_content h5 {
    font-size: 36px;
  }
}

.about_page .about_year .year_item .year_content .square-photo {
  position: absolute;
  bottom: -40px;
  right: 80px;
  width: 25%;
  /* hoặc 50%, hoặc 30vw tuỳ nhu cầu */
  aspect-ratio: 1 / 1;
  background: lightblue;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .about_year .year_item .year_content .square-photo {
    opacity: 1;
    visibility: visible;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .about_page .about_year .year_item .year_content .square-photo {
    opacity: 1;
    visibility: visible;
    position: unset;
    width: 50%;
    margin-top: 15px;
  }
}

.about_page .about_year .year_item .photo_mb_year {
  height: 100%;
}

.about_page .about_year .year_item .photo_mb_year img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_page .certificate_section .cert_item:not(:last-child) {
  margin-bottom: 100px;
}

.about_page .certificate_section .cert_item .photo_cert {
  width: 100%;
  /* hoặc 50%, hoặc 30vw tuỳ nhu cầu */
  aspect-ratio: 1 / 1;
  background: #FBF7F3;
  padding: 35px;
}

.about_page .certificate_section .cert_item .name-cert {
  border-bottom: 1px solid #8B735B;
}

.about_page .certificate_section .cert_item a:hover {
  color: #003F35;
}

.management_page .about_descript .label-manager {
  padding-left: 18px;
  position: relative;
}

.management_page .about_descript .label-manager::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #8B735B;
}

.management_page .album_manage {
  padding: 0 2rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .management_page .album_manage {
    padding: 0;
  }
}

.management_page .album_manage .list_photo_manage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}

@media (max-width: 767px) {
  .management_page .album_manage .list_photo_manage {
    margin: 0;
  }
}

.management_page .album_manage .list_photo_manage .img_manage {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .management_page .album_manage .list_photo_manage .img_manage {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .management_page .album_manage .list_photo_manage .img_manage {
    width: 100% !important;
    margin-bottom: 10px;
    position: unset !important;
    padding-bottom: 0;
  }
  .management_page .album_manage .list_photo_manage .img_manage img {
    position: unset !important;
    padding: 0 !important;
  }
}

.management_page .album_manage .list_photo_manage .img_manage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 50px;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(1) {
  width: 50%;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(2) {
  width: 50%;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(3) {
  width: 30%;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(4) {
  width: 70%;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(5) {
  width: 70%;
}

.management_page .album_manage .list_photo_manage .img_manage:nth-child(6) {
  width: 30%;
}

.tenant_page .partner_section {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .tenant_page .partner_section {
    padding: 0;
  }
}

.tenant_page .partner_section .list_partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tenant_page .partner_section .partner_item {
  width: 20%;
  aspect-ratio: 1 / 1;
  border: 1px solid #EFE4D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 32px;
  overflow-y: auto;
}
@media (min-width: 1366px) and (max-width: 1399px){
  .tenant_page .partner_section .partner_item {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tenant_page .partner_section .partner_item {
    padding: 20px;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .tenant_page .partner_section .partner_item {
    padding: 14px;
    width: 50%;
  }
}

.tenant_page .partner_section .partner_item:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.tenant_page .partner_section .partner_item:hover .logo-partner {
  display: none;
}

.tenant_page .partner_section .partner_item:hover .text-partner {
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.tenant_page .partner_section .partner_item .logo-partner {
  width: 40%;
  height: auto;
  margin: auto auto;
}

.tenant_page .partner_section .partner_item .stick {
  width: 32px;
  height: 1px;
  background-color: #fbf7f3;
}

.tenant_page .partner_section .partner_item .text-partner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 32px;
  left: 32px;
  right: 32px;
}

.tenant_page .building_section {
  overflow: hidden;
}
.modal-backdrop.show{
  opacity: 0.8;
}

.tenant_page .building_section .building_block .block-item {
  position: relative;
}


.tenant_page .building_section .building_block .block-item button {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  display: block;
}

.tenant_page .building_section .building_block .block-item:hover .name_floor h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tenant_page .building_section .building_block .block-item:hover .name_floor p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tenant_page .building_section .building_block .block-item:hover .name_floor .box-line .line {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tenant_page .building_section .building_block .block-item .name_floor {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(78%, -50%);
          transform: translate(78%, -50%);
  right: 0;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 767px) {
  .tenant_page .building_section .building_block .block-item .name_floor {
    display: none;
  }
}

.tenant_page .building_section .building_block .block-item .name_floor h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tenant_page .building_section .building_block .block-item .name_floor p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tenant_page .building_section .building_block .block-item .name_floor .box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 2px;
}

.tenant_page .building_section .building_block .block-item .name_floor .box-line .line {
  width: 0%;
  height: 100%;
  background-color: #8B735B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tenant_page .building_section .building_block .block-item .block-floor {
  cursor: pointer;
}

.tenant_page .building_section .building_block .block-item .block-floor:hover {
  opacity: 0.8;
}

.tenant_page .building_section .building_block .block-item .modal .modal-dialog {
  max-width: 80vw;
}



.tenant_page .building_section .building_block .block-item .modal .close-floor {
  position: absolute;
  top: 2rem;
  right: 3rem;
  pointer-events: none;
}


.tenant_page .building_section .building_block .block-item .modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  pointer-events: none;
}

.tenant_page .building_section .building_block .block-item .modal .modal-dialog .modal-content .list_room .room-item {
  margin-bottom: 15px;
}

.tenant_page .building_section .building_block .block-item .modal .modal-dialog .modal-content .list_room .room-item .square {
  width: 30px;
  height: 30px;
}

.tenant_page .floor_plate {
  background-color: #003F35;
  padding: 80px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tenant_page .floor_plate {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .tenant_page .floor_plate {
    padding: 3rem 0;
  }
}

.tenant_page .floor_plate .nav-tabs {
  border: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 767px) {
  .tenant_page .floor_plate .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 3rem;
  }
}

.tenant_page .floor_plate .nav-tabs .nav-link {
  background-color: #EFE4D9;
  border-radius: 0;
  height: 40px;
  width: 100px;
  color: #003F35;
  border: 0;
  font-size: 18px;
}

.tenant_page .floor_plate .nav-tabs .nav-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tenant_page .floor_plate .nav-tabs .nav-link.active {
  background-color: #8B735B;
  color: #fbf7f3;
}

.tenant_page .floor_plate .tab-content {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .tenant_page .floor_plate .tab-content {
    padding-bottom: 3rem;
  }
}

.tenant_page .floor_plate .tab-content .list_room .room-item {
  margin-bottom: 15px;
}

.tenant_page .floor_plate .tab-content .list_room .room-item .square {
  width: 30px;
  height: 30px;
}

.tenant_page .floor_plate .slider_floor_main figure {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  margin-bottom: 0;
}

.tenant_page .floor_plate .slider_floor_main figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tenant_page .floor_plate .slide_floor_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.tenant_page .floor_plate .slider_floor_sub figure {
  position: relative;
  padding-bottom: 130%;
  overflow: hidden;
  margin-bottom: 0;
}

.tenant_page .floor_plate .slider_floor_sub figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tenant_page .floor_plate .slide_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tenant_page .floor_plate .slide_control .left-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #075C4E;
  margin-right: 3px;
  cursor: pointer;
}

.tenant_page .floor_plate .slide_control .left-arr i {
  color: #fbf7f3;
}

.tenant_page .floor_plate .slide_control .right-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #075C4E;
  cursor: pointer;
}

.tenant_page .floor_plate .slide_control .right-arr i {
  color: #fbf7f3;
}

.location_page .bar_block {
  position: relative;
  overflow: hidden;
  /* Vertical progress bar on the left */
}

.location_page .bar_block .progress-bar-container {
  position: absolute;
  top: 0;
  left: 50%;
  /* Change to right: 0; if you want it on the right side */
  width: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% + 100px);
  background-color: #EFE4D9;
  z-index: 1;
}

.location_page .bar_block .progress-bar {
  width: 100%;
  height: 0%;
  background: #8B735B;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: relative;
  overflow: visible;
}

.location_page .bar_block .progress-bar::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("../images/car.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.location_page .bar_block .item-progress {
  position: relative;
  padding: 112px 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .location_page .bar_block .item-progress {
    padding: 60px 0;
  }
}

.location_page .bar_block .item-progress:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.location_page .bar_block .item-progress:nth-child(odd) .text_progress {
  text-align: start;
}

.location_page .bar_block .item-progress .after-element {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #EFE4D9;
}

.location_page .bar_block .item-progress .text_progress {
  text-align: end;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .location_page .bar_block .item-progress .text_progress .fs-56 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .location_page .bar_block .item-progress .text_progress .fs-56 {
    font-size: 26px;
  }
}

.location_page .bar_block .item-progress img {
  width: auto;
  height: 70px;
}

.facility_page .list_facility {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facility_page .list_facility .facility-item {
  background-color: transparent;
  padding: 20px;
  width: 25%;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .facility_page .list_facility .facility-item {
    width: 50% !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 767px) {
  .facility_page .list_facility .facility-item {
    width: 100% !important;
    aspect-ratio: unset !important;
    border: 1px solid #EFE4D9;
    background-color: rgba(211, 211, 211, 0.5);
    position: relative;
    margin-bottom: 2rem;
  }
}

.facility_page .list_facility .facility-item .content-facility {
  background-color: rgba(211, 211, 211, 0.5);
  height: 100%;
  padding: 32px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .facility_page .list_facility .facility-item .content-facility {
    padding: 20px;
  }
  .facility_page .list_facility .facility-item .content-facility .text-facility {
    display: block;
    display: -webkit-box;
    height: 91px;
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 5;
    /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .facility_page .list_facility .facility-item .content-facility {
    padding: 0px;
    position: unset;
    border: 0;
  }
}

.facility_page .list_facility .facility-item .content-facility:hover h5, .facility_page .list_facility .facility-item .content-facility:hover p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.facility_page .list_facility .facility-item .content-facility:hover img {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.facility_page .list_facility .facility-item .content-facility img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page {
  padding: 80px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news_page {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .news_page {
    padding: 3rem 0;
  }
}

.news_page .filter_news {
  margin-bottom: 40px;
}

.news_page .filter_news select {
  width: 100%;
  border: 2px solid var(--color-orange-45, #8B735B);
  height: 60px;
  border-radius: 0;
  font-style: italic;
  color: #8B735B;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news_page .filter_news select {
    width: 100%;
  }
}

.news_page .filter_news select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news_page .filter_news select option {
  font-style: italic;
}

.news_page .filter_news select option::selected {
  font-style: italic;
}

.news_page .filter_news .search_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--TheHallmark_Domino, #8B735B);
  height: 60px;
  padding: 0 16px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page .filter_news .search_news input {
  background-color: transparent;
  border: 0;
  color: #8B735B;
}

.news_page .filter_news .search_news input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news_page .filter_news .search_news input::-webkit-input-placeholder {
  color: #8B735B;
}

.news_page .filter_news .search_news input:-ms-input-placeholder {
  color: #8B735B;
}

.news_page .filter_news .search_news input::-ms-input-placeholder {
  color: #8B735B;
}

.news_page .filter_news .search_news input::placeholder {
  color: #8B735B;
}

.news_page .filter_news .search_news .btn-submit {
  background-color: transparent;
  border: 0;
}

.news_page .filter_news .search_news .btn-submit img {
  width: 32px;
  height: auto;
}

@media (min-width: 1200px) {
  .news_page .list_news .g-xl-5, .news_page .list_news .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
}

.news_page .list_news .news-item {
  border-bottom: 1px solid #8B735B;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .news_page .list_news .news-item {
    margin-bottom: 3rem;
  }
}

.news_page .list_news .news-item figure {
  position: relative;
  padding-bottom: 110%;
  overflow: hidden;
  margin-top: 0;
}

.news_page .list_news .news-item figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page .list_news .news-item figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page .list_news .news-item .news-date {
  padding-left: 18px;
  position: relative;
}

.news_page .list_news .news-item .news-date::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #8B735B;
}

.news_page .list_news .news-item .title-news a {
  display: block;
  display: -webkit-box;
  height: 93.6px;
  font-size: 24px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8B735B;
}

.news_page .list_news .news-item .title-news a:hover {
  color: #003F35;
}

@media (max-width: 767px) {
  .news_page .list_news .news-item .title-news a {
    font-size: 18px;
    height: 70.2px;
  }
}

.news_page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_page .wp-pagenavi span.current {
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #8B735B;
  color: #fbf7f3;
  font-weight: bolder;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_page .wp-pagenavi a {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #8B735B;
  font-weight: bolder;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 10px;
  border-radius: 100%;
}

.news_detail_page .banner_child {
  height: auto;
  position: unset;
}

.news_detail_page .banner_child img {
  position: unset;
}

.news_detail_page .detail_content {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .news_detail_page .detail_content {
    padding: 3rem 0;
  }
}

.news_detail_page .detail_content #toc_container {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul li {
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul li:hover::after {
  background-color: #8B735B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul li:hover a {
  color: #8B735B;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #EFE4D9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_detail_page .detail_content #toc_container #ez-toc-container ul li a {
  color: #003F35;
}

.news_detail_page .detail_content .content_wrap {
  color: #003F35;
}

.news_detail_page .detail_content .content_wrap .date {
  padding-left: 18px;
  position: relative;
}

.news_detail_page .detail_content .content_wrap .date::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #8B735B;
}

.news_detail_page .detail_content .content_wrap img {
  margin: 2rem 0;
}

.news_detail_page .explore_section {
  padding: 0 0 200px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .news_detail_page .explore_section {
    padding: 0 0 5rem 0;
  }
}

@media (max-width: 767px) {
  .news_detail_page .explore_section {
    padding: 0 0 3rem 0;
  }
}

.news_detail_page .explore_section .slider_explore .explore-item figure {
  padding-bottom: 90%;
}

.news_detail_page .explore_section .slider_explore .explore-item .name-explore a {
  display: block;
  display: -webkit-box;
  height: 93.6px;
  font-size: 24px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_detail_page .explore_section .slider_explore .explore-item .name-explore a:hover {
  color: #003F35;
}

.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-pane.active {
  height: auto;
}

.media_page {
  padding-bottom: 200px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_page {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .media_page {
    padding-bottom: 3rem;
  }
}

.media_page .filter_slider_media {
  padding: 200px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_page .filter_slider_media {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .media_page .filter_slider_media {
    padding: 3rem 0;
  }
}

.media_page .filter_slider_media .tab_filter_gallery ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media_page .filter_slider_media .tab_filter_gallery ul li {
  width: 100px;
  height: 40px;
  background-color: #EFE4D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003F35;
  cursor: pointer;
}

.media_page .filter_slider_media .tab_filter_gallery ul li.active {
  background-color: #8B735B;
  color: #fbf7f3;
}

.media_page .filter_slider_media .slider_gallery_main figure {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  margin-bottom: 0;
}

.media_page .filter_slider_media .slider_gallery_main figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media_page .filter_slider_media .slide_gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.media_page .filter_slider_media .slider_gallery_sub figure {
  position: relative;
  padding-bottom: 130%;
  overflow: hidden;
  margin-bottom: 0;
}

.media_page .filter_slider_media .slider_gallery_sub figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media_page .filter_slider_media .slide_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media_page .filter_slider_media .slide_control .left-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FBF7F3;
  margin-right: 3px;
  cursor: pointer;
}

.media_page .filter_slider_media .slide_control .left-arr i {
  color: #8B735B;
}

.media_page .filter_slider_media .slide_control .right-arr {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FBF7F3;
  cursor: pointer;
}

.media_page .filter_slider_media .slide_control .right-arr i {
  color: #8B735B;
}

@media (min-width: 1200px) {
  .media_page .list_video .g-xl-3, .media_page .list_video .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
}

.media_page .list_video .video-item {
  margin-bottom: 3rem;
}

.media_page .list_video .video-item iframe {
  width: 100%;
}

.sustainability_page .about_descript {
  padding: 200px 0 120px 0;
}

@media (max-width: 767px) {
  .sustainability_page .intro_sustain {
    padding-top: 120px;
  }
}

.sustainability_page .certificate_section {
  padding-bottom: 100px !important;
}

@media (max-width: 767px) {
  .sustainability_page .certificate_section {
    padding-bottom: 0 !important;
  }
}

.sustainability_page .certificate_section .cert_item {
  margin-bottom: 80px !important;
}

@media (max-width: 767px) {
  .sustainability_page .certificate_section .cert_item {
    margin-bottom: 3rem !important;
  }
}

.sustainability_page .certificate_section .cert_item .photo_cert {
  background-color: transparent;
  padding: 0;
}

.login_page {
  position: relative;
}

.login_page .banner_child {
  height: 100vh;
}

.login_page .login_section {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #FFF;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.45) 25.09%, rgba(255, 255, 255, 0.28) 81.3%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 95px 0;
}

.login_page .login_section .forget_pass a:hover {
  color: #8B735B;
}

.login_page .form_login .form-control {
  border: 1px solid var(--TheHallmark_White, #FFF);
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 1rem;
  height: 48px;
  font-style: italic;
  color: #fff;
}

.login_page .form_login .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login_page .form_login .form-control::-webkit-input-placeholder {
  color: #fff;
}

.login_page .form_login .form-control:-ms-input-placeholder {
  color: #fff;
}

.login_page .form_login .form-control::-ms-input-placeholder {
  color: #fff;
}

.login_page .form_login .form-control::placeholder {
  color: #fff;
}

.login_page .form_login .form-check input {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.login_page .form_login .form-check input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login_page .form_login .submit_login button {
  width: 100%;
  height: 48px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_page .form_login .submit_login button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login_page .form_login .submit_login button:hover {
  opacity: 0.8;
}

.contact_page {
  padding: 200px 0 80px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_page {
    padding: 200px 0 5rem 0;
  }
}

@media (max-width: 767px) {
  .contact_page {
    padding: 3rem 0;
  }
}

.contact_page .item-infor {
  border-bottom: 1px solid #8B735B;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.contact_page .item-infor .title-item {
  position: relative;
  padding-left: 18px;
}

.contact_page .item-infor .title-item::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #8B735B;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_page .form_contact .form-control {
  border: 1px solid var(--TheHallmark_White, #8B735B);
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 1rem;
  height: 48px;
  font-style: italic;
  color: #8B735B;
}

.contact_page .form_contact .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_page .form_contact .form-control::-webkit-input-placeholder {
  color: #8B735B;
}

.contact_page .form_contact .form-control:-ms-input-placeholder {
  color: #8B735B;
}

.contact_page .form_contact .form-control::-ms-input-placeholder {
  color: #8B735B;
}

.contact_page .form_contact .form-control::placeholder {
  color: #8B735B;
}

.contact_page .form_contact .form-check input {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #8B735B;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  position: relative;
}

.contact_page .form_contact .form-check input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_page .form_contact .form-check input:checked {
  background: none;
}

.contact_page .form_contact .form-check input:checked::after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #8B735B;
}

.contact_page .form_contact textarea {
  resize: none;
  width: 100%;
  height: 160px !important;
}

.contact_page .form_contact .submit_login button {
  background-color: #8B735B;
  width: 100%;
  height: 48px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_page .form_contact .submit_login button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_page .form_contact .submit_login button:hover {
  opacity: 0.8;
}

.map_contact {
  height: 800px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .map_contact {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map_contact {
    height: 300px;
  }
}

.map_contact iframe {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}




.loading-p {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  padding: 5.15vh 2.08vw;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .loading-p {
    display: none;
  }
}

.loading-pw {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loading-pi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.31vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loading-pii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.31vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.75vw;
}

.loading-piii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.31vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.25vw;
}

.loading-pi-i {
  height: 7.31vh;
  width: 1.25vw;
  background: black;
  position: relative;
}

.loading-pi-i::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #8B735B;
}

.loading-p {
  overflow: hidden;
}

.loading-p.loaded {
	display:block;
  mix-blend-mode: screen;
}

.loading-p.loaded .loading-pi-i {
  -webkit-transition: 2s ease;
  transition: 2s ease;
  background-color: black;
}

.loading-p.loaded .loading-pi-i::after {
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loading-p.hide {
  padding: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  pointer-events: none;
  opacity: 0;
}

.loading-p.hide .loading-pi-i {
  height: 100vh;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.loading-p.hide .loading-pi-i,
.loading-p.hide .loading-pii,
.loading-p.hide .loading-pii {
  width: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
/*# sourceMappingURL=main.css.map */


.form-check .wpcf7-list-item {
      display: flex;
    justify-content: center;
    align-items: center;
    color: #8B735B;
    font-style: italic;
}

.form-check .wpcf7-list-item label{
      display: flex;
    justify-content: center;
    align-items: center;
    color: #8B735B;
    font-style: italic;
}
.form-check .wpcf7-list-item label span {
  padding-left: 5px;
}

.hidden-item {
  display: none !important;
}
