@charset "UTF-8";
/*
    Theme Name: Emerald Symphony
    Theme URI: 
    Author: Team WP MD
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "BeVietnamPro-Regular.ttf";
  src: url("./assets/fonts/BeVietnamPro-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro-Light.ttf";
  src: url("./assets/fonts/BeVietnamPro-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Yipes.otf";
  src: url("./assets/fonts/SVN-Yipes.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro-SemiBold.ttf";
  src: url("./assets/fonts/BeVietnamPro-SemiBold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro-Bold.ttf";
  src: url("./assets/fonts/BeVietnamPro-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italianno-Regular.ttf";
  src: url("./assets/fonts/Italianno-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--Gray, #EEEBE8);
  font-family: "BeVietnamPro-Regular.ttf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.6px */
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
  margin: 0 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography ul {
  list-style: none;
}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes signature1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes signature2 {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityKey {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorTextWhite {
  0% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  50% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  100% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
}
@keyframes colorTextBlack {
  0% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  50% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  100% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3); /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1); /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3); /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1); /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes scrollDownHint {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.cm-button {
  display: flex;
  padding: 14px 16px 10px;
  justify-content: center;
  align-items: center;
  background: var(--Brand-Light-Green, #008B63);
  width: max-content;
  transition: all 0.5s ease;
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Semibold1.otf";
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .cm-button {
    padding: 12px 13px 7px;
  }
}
.cm-button:hover img {
  margin-left: 25px;
}
.cm-button img {
  margin-left: 16px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .cm-button img {
    margin-left: 10px;
    margin-bottom: 4px;
  }
}

.cm-scroll-down {
  position: absolute;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  animation: scrollDownHint 1.8s infinite;
}
@media only screen and (max-width: 576px) {
  .cm-scroll-down {
    bottom: 0;
  }
}
.cm-scroll-down:hover {
  bottom: 20px;
}
.cm-scroll-down:hover:before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 1;
  z-index: -1;
}
.cm-scroll-down:hover img {
  width: 15px;
}
.cm-scroll-down img {
  transition: all 0.5s ease;
}
@media only screen and (max-width: 576px) {
  .cm-scroll-down img {
    width: 15px;
  }
}
.cm-scroll-down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: var(--Brand-Light-Green, #008B63);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}

.pagination_list_def .paginate_links {
  display: flex;
  align-items: center;
}
.pagination_list_def .paginate_links a {
  width: 32px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Dark-Green, #143723);
  letter-spacing: 0.14px;
  margin: 0 6px;
  font-family: "Gilroy-Semibold1.otf";
  border: 1px solid var(--Green, #008B63);
}
@media only screen and (max-width: 576px) {
  .pagination_list_def .paginate_links a {
    width: 28px;
    font-size: 13px;
  }
}
.pagination_list_def .paginate_links a:first-child {
  margin-left: 0;
}
.pagination_list_def .paginate_links a:last-child {
  margin-right: 0;
}
.pagination_list_def .paginate_links a:last-child.next {
  margin-left: 0;
}
.pagination_list_def .paginate_links a.current {
  background: var(--Green, #008B63);
  color: var(--Branding-color-Normal, #fff);
}
.pagination_list_def .paginate_links a.next {
  border: none;
}
.pagination_list_def .paginate_links a.prev {
  border: none;
}
.cm-button-see-detail {
  padding: 10px 24px 11px;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  color: var(--Dark-Green, #073930);
  text-align: center;
  font-family: "BeVietnamPro-SemiBold.ttf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.5%;
  /* 19.11px */
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: 1px solid #B47B59;
  outline-offset: 4px;
  height: max-content;
}
@media (max-width: 768px) {
  .cm-button-see-detail {
    padding: 8px 18px 9px;
    font-size: 13px;
    outline-offset: 3px;
  }
}
@media (max-width: 576px) {
  .cm-button-see-detail {
    padding: 7px 14px 8px;
    font-size: 12px;
    outline-offset: 2px;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .button {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .button {
    gap: 12px;
  }
}
.button .swiper-button-next,
.button .swiper-button-prev {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  width: 48px !important;
  height: 18px !important;
}
@media (max-width: 768px) {
  .button .swiper-button-next,
  .button .swiper-button-prev {
    width: 40px !important;
    height: 15px !important;
  }
}
@media (max-width: 576px) {
  .button .swiper-button-next,
  .button .swiper-button-prev {
    width: 34px !important;
    height: 13px !important;
  }
}
.button .swiper-button-next img,
.button .swiper-button-prev img {
  width: 100%;
  display: block;
}

.cm-title {
  color: var(--Yellow, #D8BD9B);
  font-family: "SVN-Yipes.otf";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 54.6px */
  text-transform: uppercase;
}
.cm-title.green {
  color: var(--Green, #007854);
}
.cm-title.center {
  text-align: center;
}
@media (max-width: 1366px) {
  .cm-title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .cm-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .cm-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .cm-title {
    font-size: 24px;
  }
}

.cm-sub-title {
  color: var(--Gray, #EEEBE8);
  font-family: "Italianno-Regular.ttf";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 65px */
}
@media (max-width: 1366px) {
  .cm-sub-title {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .cm-sub-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cm-sub-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .cm-sub-title {
    font-size: 30px;
  }
}

.cm-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 117px;
}
@media (max-width: 1280px) {
  .cm-container {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .cm-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cm-container {
    padding: 0 15px;
  }
}

.soical {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.soical a {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Green, #007854);
}
@media (max-width: 576px) {
  .soical a {
    width: 35px;
  }
}
.soical a img {
  display: block;
}

.nav-home {
  position: fixed;
  right: 1.1111111111%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1024px) {
  .nav-home {
    display: none;
  }
}
.nav-home ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.nav-home li {
  list-style: none;
}
.nav-home li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
  color: var(--Gray, #EEEBE8);
  transition: all 0.3s ease;
  gap: 12px;
  pointer-events: none;
}
.nav-home li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #19d188;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-home li a .title {
  font-size: 10px;
  line-height: 150%;
  /* 15px */
  text-transform: uppercase;
  color: #EFECEA;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
  pointer-events: auto;
}
.nav-home li a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  pointer-events: auto;
}
.nav-home li a .icon img {
  display: block;
  width: 9px;
  height: auto;
}
.nav-home li a:hover {
  background: linear-gradient(90deg, rgba(37, 171, 118, 0) 0%, #25AB76 100%);
  padding-left: 20px;
}
.nav-home li a:hover::after {
  opacity: 1;
}
.nav-home li a:hover .title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav-home li.active a {
  background: linear-gradient(90deg, rgba(37, 171, 118, 0) 0%, #25AB76 100%);
}
.nav-home li.active a::after {
  opacity: 1;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 24px 1.6666666667% 0;
  display: flex;
  justify-content: space-between;
  height: 112px;
  transition: all 0.5s ease;
}
.header-main.is_active_header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1px) {
  .header-main.hSticky-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1px) {
  .header-main.down {
    background: #007854;
    height: 90px;
    padding: 12px 1.6666666667%;
    align-items: center;
  }
  .header-main.down .logo {
    top: 10px;
    width: 65px;
  }
}
.header-main .menu {
  display: flex;
  align-items: center;
  color: var(--Gray, #EEEBE8);
  text-align: center;
  font-family: "BeVietnamPro-SemiBold.ttf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  letter-spacing: 2px;
  text-transform: uppercase;
  height: max-content;
  cursor: pointer;
  transition: all 0.5s ease;
}
.header-main .menu img {
  width: 20px;
  margin-right: 8px;
  margin-bottom: 1px;
}
.header-main .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  display: block;
  width: 83px;
  transition: all 0.5s ease;
}
.header-main .logo img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.header-main .call {
  padding: 9px 16px 10px;
  display: flex;
  align-items: center;
  border: 1px solid var(--Yellow, #D8BD9B);
  gap: 5px;
  text-align: center;
  font-family: "BeVietnamPro-Bold.ttf";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: max-content;
  transition: all 0.5s ease;
}
.header-main .call img {
  animation-name: shakeX2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1366px) {
  .header-main {
    padding: 20px 1.756954612% 0;
    height: 100px;
  }
  .header-main .menu {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
  .header-main .logo {
    width: 75px;
    top: 14px;
  }
  .header-main .call {
    padding: 8px 14px 9px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1280px) {
  .header-main {
    padding: 20px 30px 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .header-main.down {
    padding: 12px 30px;
  }
}
@media (max-width: 1024px) {
  .header-main {
    padding: 16px 30px 0;
    height: 80px;
  }
  .header-main .menu {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .header-main .menu img {
    width: 18px;
    margin-right: 6px;
  }
  .header-main .logo {
    width: 65px;
    top: 12px;
  }
  .header-main .call {
    padding: 7px 12px 8px;
    font-size: 12px;
    letter-spacing: 1px;
    gap: 4px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .header-main.down {
    height: 75px;
    padding: 10px 30px;
  }
  .header-main.down .logo {
    width: 55px;
  }
}
@media (max-width: 768px) {
  .header-main {
    padding: 14px 30px 0;
    height: 70px;
  }
  .header-main .menu img {
    margin-right: 5px;
  }
  .header-main .call {
    padding: 6px 10px 7px;
    gap: 3px;
  }
}
@media (max-width: 576px) {
  .header-main {
    padding: 20px 15px 0;
    height: 80px !important;
  }
  .header-main .menu {
    font-size: 0;
    letter-spacing: 0;
  }
  .header-main .menu img {
    width: 20px;
    margin-right: 0;
  }
  .header-main .logo {
    top: 10px;
  }
  .header-main .call {
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    border: none;
  }
  .header-main .call img {
    width: 18px;
  }
  .header-main.down {
    padding: 8px 15px;
    align-items: center;
    height: 70px !important;
  }
  .header-main.down .logo {
    width: 50px;
  }
}

.h_ss1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .h_ss1 {
    height: 70vh;
  }
}
.h_ss1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.h_ss1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.h_ss1 video:fullscreen {
  pointer-events: auto;
}
.h_ss1 .control {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60.4166666667%;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
  color: #fff;
}
@media (max-width: 1024px) {
  .h_ss1 .control {
    width: 90%;
    gap: 12px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .h_ss1 .control {
    width: 94%;
    gap: 10px;
    bottom: 24px;
  }
}
@media (max-width: 576px) {
  .h_ss1 .control {
    width: calc(100% - 30px);
    gap: 8px;
    bottom: 16px;
  }
  .h_ss1 .control .full_screen {
    display: none;
  }
}
.h_ss1 .control .time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  font-family: "BeVietnamPro-Light.ttf";
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  min-width: 70px;
}
.h_ss1 .control .time p {
  margin: 0;
}
.h_ss1 .control .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.h_ss1 .control .btn button {
  background: none;
  border: none;
  color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  outline: none;
}
.h_ss1 .control .btn button.btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
}
.h_ss1 .control .btn button.btn-pause::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 14px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.h_ss1 .control .loa {
  width: 12px;
  height: 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.h_ss1 .control .loa img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.h_ss1 .control .loa.is-muted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.h_ss1 .control .progress {
  flex-grow: 1;
  height: 2px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.h_ss1 .control .progress .progress-bar {
  height: 100%;
  width: 0%;
  background-color: #AA7652;
  border-radius: 2px;
  position: relative;
  pointer-events: none;
  transition: width 0.1s linear;
}
.h_ss1 .control .progress .progress-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #AA7652;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.h_ss1 .control .full_screen {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ss1 .control .full_screen img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.h_ss2 {
  width: 100%;
  height: auto;
  position: relative;
}
.h_ss2 > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.h_ss2 .content_abs1 span,
.h_ss2 .content_abs2 span {
  color: var(--Dark-Green, #073930);
  /* 65px */
}
.h_ss2 .content_abs1 .exp,
.h_ss2 .content_abs2 .exp {
  color: var(--Green, #007854);
  font-family: "Italianno-Regular.ttf";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 65px */
}
.h_ss2 .content_abs1 .desc,
.h_ss2 .content_abs2 .desc {
  text-align: justify;
  line-height: 150%;
}
.h_ss2 .content_abs1 {
  position: absolute;
  width: 27.7777777778%;
  left: 10.2777777778%;
  top: 325px;
  text-align: center;
}
.h_ss2 .content_abs1 .exp {
  margin-bottom: 16px;
}
.h_ss2 .content_abs1 .desc {
  /* 21px */
  color: var(--Dark-Green, #073930);
}
.h_ss2 .content_abs2 {
  position: absolute;
  width: 34.7222222222%;
  right: 7.4305555556%;
  bottom: 249px;
  text-align: center;
}
.h_ss2 .content_abs2 span {
  color: var(--Gray, #EEEBE8);
}
.h_ss2 .content_abs2 .exp {
  color: var(--Gray, #EEEBE8);
  /* 65px */
  margin-bottom: 24px;
}
.h_ss2 .content_abs2 .desc {
  color: var(--Gray, #EEEBE8);
}
@media (max-width: 1366px) {
  .h_ss2 .content_abs1 {
    width: 32%;
    top: 260px;
  }
  .h_ss2 .content_abs2 {
    width: 38%;
    bottom: 200px;
  }
}
@media (max-width: 1280px) {
  .h_ss2 .content_abs1 {
    left: 30px;
  }
  .h_ss2 .content_abs2 {
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .h_ss2 {
    display: flex;
    flex-direction: column;
  }
  .h_ss2 > img {
    height: auto;
    min-height: 500px;
  }
  .h_ss2 .content_abs1,
  .h_ss2 .content_abs2 {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 40px 30px;
  }
  .h_ss2 .content_abs1 .exp,
  .h_ss2 .content_abs2 .exp {
    font-size: 40px;
  }
  .h_ss2 .content_abs2 {
    background: var(--Dark-Green, #073930);
  }
}
@media (max-width: 768px) {
  .h_ss2 .content_abs1,
  .h_ss2 .content_abs2 {
    padding: 30px 30px;
  }
  .h_ss2 .content_abs1 .exp,
  .h_ss2 .content_abs2 .exp {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content_abs1,
  .h_ss2 .content_abs2 {
    padding: 24px 15px;
  }
  .h_ss2 .content_abs1 .exp,
  .h_ss2 .content_abs2 .exp {
    font-size: 28px;
  }
}

.h_ss3 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.h_ss3 > img:not(.decor_ss3) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss3 .decor_ss3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .h_ss3 .decor_ss3 {
    display: none;
  }
}
.h_ss3 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 88px 8.6805555556% 0;
  display: flex;
}
@media (max-width: 1280px) {
  .h_ss3 .content {
    padding: 80px 30px 0;
  }
}
@media (max-width: 1024px) {
  .h_ss3 .content {
    flex-wrap: wrap;
    padding: 30px 30px 0;
  }
}
@media (max-width: 768px) {
  .h_ss3 .content {
    padding: 30px 30px 30px;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    background: var(--Dark-Green, #073930);
  }
}
@media (max-width: 576px) {
  .h_ss3 .content {
    padding: 30px 15px 30px;
  }
}
.h_ss3 .content .left {
  width: 43.6974789916%;
  margin-right: 8.4033613445%;
}
.h_ss3 .content .left .cm-title {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .h_ss3 .content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .h_ss3 .content .left {
    text-align: center;
  }
}
.h_ss3 .content .right {
  width: 47.8991596639%;
}
@media (max-width: 1024px) {
  .h_ss3 .content .right {
    width: 100%;
  }
}
.h_ss3 .content .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 39px;
}
@media (max-width: 1024px) {
  .h_ss3 .content .right ul {
    gap: 12px 12px;
  }
}
@media (max-width: 576px) {
  .h_ss3 .content .right ul {
    gap: 10px 10px;
  }
}
.h_ss3 .content .right ul li {
  width: calc(50% - 19.5px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .h_ss3 .content .right ul li {
    width: calc(50% - 6px);
  }
}
@media (max-width: 576px) {
  .h_ss3 .content .right ul li {
    width: calc(50% - 5px);
  }
}
.h_ss3 .content .right ul li span {
  color: var(--Gray, #EEEBE8);
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.h_ss3 .content .right ul li p {
  color: var(--Gray, #EEEBE8);
  font-family: "BeVietnamPro-SemiBold.ttf";
}

.h_ss4 {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 576px) {
  .h_ss4 {
    height: 80vh;
  }
}
.h_ss4 .title_ss {
  position: absolute;
  left: 8.6805555556%;
  top: 93px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .h_ss4 .title_ss {
    left: 30px;
    top: 80px;
  }
}
@media (max-width: 1024px) {
  .h_ss4 .title_ss {
    top: 60px;
  }
}
@media (max-width: 576px) {
  .h_ss4 .title_ss {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: max-content;
  }
}
.h_ss4 .button {
  position: absolute;
  right: 8.6805555556%;
  bottom: 54px;
}
@media (max-width: 1280px) {
  .h_ss4 .button {
    right: 30px;
    bottom: 40px;
  }
}
@media (max-width: 576px) {
  .h_ss4 .button {
    right: 15px;
    bottom: 24px;
  }
}
.h_ss4 .swiper {
  width: 100%;
  height: 100%;
}
.h_ss4 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ss4 .swiper .swiper-slide .bgr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: -1;
}
.h_ss4 .swiper .swiper-slide img:not(.bgr) {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.h_ss4 .swiper .swiper-slide .exp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 144px 8.6805555556% 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .h_ss4 .swiper .swiper-slide .exp {
    padding: 130px 30px 50px;
  }
}
@media (max-width: 1024px) {
  .h_ss4 .swiper .swiper-slide .exp {
    padding: 110px 30px 40px;
  }
}
@media (max-width: 768px) {
  .h_ss4 .swiper .swiper-slide .exp {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 576px) {
  .h_ss4 .swiper .swiper-slide .exp {
    padding: 100px 15px 20px;
  }
}
.h_ss4 .swiper .swiper-slide .exp .top {
  width: 48.7394957983%;
  margin-left: auto;
  letter-spacing: 0.14px;
}
@media (max-width: 1024px) {
  .h_ss4 .swiper .swiper-slide .exp .top {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .h_ss4 .swiper .swiper-slide .exp .top {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .h_ss4 .swiper .swiper-slide .exp .top {
    width: 100%;
  }
}
.h_ss4 .swiper .swiper-slide .exp .bottom {
  width: 50.4201680672%;
}
@media (max-width: 1024px) {
  .h_ss4 .swiper .swiper-slide .exp .bottom {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .h_ss4 .swiper .swiper-slide .exp .bottom {
    width: 100%;
  }
}
.h_ss4 .swiper .swiper-slide .exp .bottom .title {
  color: var(--Yellow, #D8BD9B);
  font-family: "SVN-Yipes.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .h_ss4 .swiper .swiper-slide .exp .bottom .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.h_ss4 .swiper .swiper-slide .exp .bottom .desc {
  text-align: justify;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .h_ss4 .swiper .swiper-slide .exp .bottom .desc {
    margin-bottom: 15px;
  }
}
.h_ss4 .swiper .swiper-slide .exp .bottom .see-detail {
  font-family: "BeVietnamPro-SemiBold.ttf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.5%;
  /* 17.745px */
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_ss4 .swiper .swiper-slide .exp .bottom .see-detail::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 98%;
  height: 1px;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
}

.h_ss5 {
  background: #FAFCF9;
}
.h_ss5 .top {
  display: flex;
  align-items: center;
  aspect-ratio: 1440/653;
  padding-right: 7.7777777778%;
  position: relative;
}
@media (max-width: 1024px) {
  .h_ss5 .top {
    flex-direction: column;
    aspect-ratio: auto;
    padding-right: 0;
  }
}
.h_ss5 .top:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D8BD9B;
  opacity: 0.5;
  z-index: 2;
  content: "";
}
.h_ss5 .top .left {
  width: 70.7831325301%;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .h_ss5 .top .left {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .h_ss5 .top .left {
    height: 280px;
  }
}
.h_ss5 .top .left:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20.5319148936%;
  background: linear-gradient(90deg, #FAFCF9 65.23%, rgba(250, 252, 249, 0) 100%);
  transform: rotate(180deg);
}
.h_ss5 .top .left .panzoom {
  width: 100%;
  height: 100%;
}
.h_ss5 .top .left .panzoom svg,
.h_ss5 .top .left .panzoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss5 .top .left .btn_zoom {
  position: absolute;
  left: 2.7777777778%;
  bottom: 40px;
  display: flex;
}
.h_ss5 .top .left .btn_zoom .zoom {
  width: 38px;
  aspect-ratio: 38/38;
  cursor: pointer;
  background: var(--Green, #007854);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .h_ss5 .top .left .btn_zoom .zoom {
    width: 25px;
  }
}
.h_ss5 .top .left .btn_zoom .zoom img {
  display: block;
}
.h_ss5 .top .right {
  width: 34.2620481928%;
  margin-left: -5.0451807229%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .h_ss5 .top .right {
    width: 100%;
    margin-left: 0;
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .h_ss5 .top .right {
    padding: 30px 15px;
  }
}
.h_ss5 .top .right .line {
  margin: 0 auto 32px;
  display: block;
}
.h_ss5 .top .right .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .h_ss5 .top .right .title {
    justify-content: center;
  }
}
.h_ss5 .top .right .title .cm-sub-title {
  margin: 0 15px -13px 0;
}
.h_ss5 .top .right .title h2 {
  color: var(--Green, #007854);
}
.h_ss5 .top .right .exp {
  text-align: justify;
  letter-spacing: 0.14px;
  margin: 45px 0 40px;
  color: var(--Dark-Green, #073930);
}
.h_ss5 .top .right .see-map {
  padding: 12px 24px;
  color: var(--Green3, #03332B);
  text-align: center;
  font-family: "BeVietnamPro-SemiBold.ttf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 16.9px */
  text-transform: uppercase;
  background: var(--Yellow, #D8BD9B);
}
.h_ss5 .bottom {
  display: flex;
  align-items: center;
  position: relative;
  padding: 36px 8.6805555556% 39px;
}
@media (max-width: 1280px) {
  .h_ss5 .bottom {
    padding: 30px 30px;
  }
}
@media (max-width: 576px) {
  .h_ss5 .bottom {
    padding: 24px 15px;
  }
}
.h_ss5 .bottom:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #D8BD9B;
  opacity: 0.5;
  content: "";
}
.h_ss5 .bottom .icon {
  position: absolute;
  top: 50%;
  left: 2.7777777778%;
  transform: translateY(-50%);
  width: 20px;
  background: #FAFCF9;
}
.h_ss5 .bottom .swiper {
  width: 100%;
}
.h_ss5 .bottom .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_ss5 .bottom .swiper .swiper-slide p:first-child {
  color: var(--Green, #007854);
  text-align: center;
  font-family: "SVN-Yipes.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.h_ss5 .bottom .swiper .swiper-slide p:first-child span {
  font-size: 24px;
  letter-spacing: 0.24px;
  display: inline-block;
  margin-right: 5px;
}
.h_ss5 .bottom .swiper .swiper-slide p:last-child {
  letter-spacing: 0.14px;
  color: var(--Dark-Green, #073930);
}
.h_ss5 .bottom .swiper .swiper-slide .sao {
  width: 44px;
  background: #FAFCF9;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 44/44;
  margin: 4px 0 5px;
}

.h_ss6 {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.h_ss6 .after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.8024691358%;
  content: "";
}
@media (max-width: 576px) {
  .h_ss6 .after {
    height: 100%;
  }
}
.h_ss6:after {
  background: radial-gradient(49.94% 49.94% at 50.37% 51.44%, rgba(0, 120, 84, 0.82) 0%, rgba(27, 78, 54, 0.82) 45%, rgba(7, 21, 15, 0.82) 81%, rgba(0, 0, 0, 0.82) 99%);
  background-blend-mode: color-dodge;
  mix-blend-mode: color-dodge;
  position: absolute;
  bottom: -21.1805555556%;
  left: -21.1805555556%;
  width: 42.3611111111%;
  aspect-ratio: 1/1;
  content: "";
}
.h_ss6 > img:not(.after) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .h_ss6 {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .h_ss6 {
    height: 70vh;
  }
}
@media (max-width: 576px) {
  .h_ss6 {
    height: 60vh;
  }
}
.h_ss6 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 8.6805555556% 60px;
  width: 100%;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .h_ss6 .content {
    padding: 0 30px 50px;
  }
}
@media (max-width: 768px) {
  .h_ss6 .content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 30px 50px;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content {
    padding: 0 15px 20px;
  }
}
.h_ss6 .content .left {
  display: flex;
  align-items: center;
  margin-bottom: -40px;
}
@media (max-width: 576px) {
  .h_ss6 .content .left {
    margin-bottom: 0px;
  }
}
.h_ss6 .content .left .num {
  font-family: "SVN-Yipes.otf";
  font-size: 135px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 175.5px */
  text-transform: uppercase;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .h_ss6 .content .left .num {
    font-size: 110px;
  }
}
@media (max-width: 1024px) {
  .h_ss6 .content .left .num {
    font-size: 90px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .h_ss6 .content .left .num {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .left .num {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.h_ss6 .content .left .exp {
  display: flex;
  flex-direction: column;
}
.h_ss6 .content .left .exp .cm-sub-title {
  color: #FFF;
}
.h_ss6 .content .left .exp .cm-title {
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .h_ss6 .content > a {
    margin: 0 auto;
  }
}

.h_ss7 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.h_ss7 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
}
.h_ss7 .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .h_ss7 .swiper {
    height: 45vh;
  }
}
.h_ss7 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.h_ss7 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss7 .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.6805555556%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.2361111111%;
}
@media (max-width: 1280px) {
  .h_ss7 .content {
    left: 30px;
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .h_ss7 .content {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .h_ss7 .content {
    width: 100%;
    left: 0;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .h_ss7 .content {
    padding: 30px 15px;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    background: var(--Dark-Green, #073930);
  }
}
.h_ss7 .content > img {
  margin: 0 auto 26px;
  display: block;
}
@media (max-width: 576px) {
  .h_ss7 .content > img {
    margin: 0 auto 15px;
  }
}
.h_ss7 .content .cm-title {
  margin-bottom: 30px;
  background: var(--Gradient, linear-gradient(90deg, #B47B59 0%, #DBC2A4 33.17%, #EFECEA 66.83%, #B47B59 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .h_ss7 .content .cm-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .h_ss7 .content .cm-title {
    margin-bottom: 15px;
  }
}
.h_ss7 .content .exp {
  letter-spacing: 0.28px;
}
.h_ss7 .content .plus {
  display: flex;
  align-items: center;
  padding: 6px 0 5px;
  width: max-content;
  margin: 45px auto 24px;
  border-top: #EEEBE8 1px solid;
  border-bottom: #EEEBE8 1px solid;
  color: var(--Yellow, #D8BD9B);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .h_ss7 .content .plus {
    margin: 30px auto 20px;
  }
}
@media (max-width: 768px) {
  .h_ss7 .content .plus {
    margin: 15px auto 10px;
  }
}
@media (max-width: 576px) {
  .h_ss7 .content .plus {
    margin: 15px auto;
  }
}
.h_ss7 .content .plus span {
  font-family: "SVN-Yipes.otf";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 41.6px */
}
.h_ss7 .content .plus p {
  letter-spacing: 0.14px;
  margin-left: 5px;
}
.h_ss7 .content .button {
  margin: 100px auto 0;
}
@media (max-width: 1024px) {
  .h_ss7 .content .button {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .h_ss7 .content .button {
    margin: 20px auto 0px;
  }
}
@media (max-width: 768px) {
  .h_ss7 {
    height: 80vh;
  }
}
@media (max-width: 576px) {
  .h_ss7 {
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
