@charset "UTF-8";
/*
    Theme Name: TNG Land
    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: "Gilroy-Medium1.otf";
  src: url("./assets/fonts/Gilroy-Medium1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Semibold1.otf";
  src: url("./assets/fonts/Gilroy-Semibold1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold1.otf";
  src: url("./assets/fonts/Gilroy-Bold1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular1.otf";
  src: url("./assets/fonts/Gilroy-Regular1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifDisplay-Medium.ttf";
  src: url("./assets/fonts/NotoSerifDisplay-Medium.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: #143723;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #143723;
}

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(--Brand-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.6px */
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.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;
  }
}
.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-title {
  color: #008B63;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 66px */
  letter-spacing: -1px;
}
@media only screen and (max-width: 1280px) {
  .cm-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cm-title {
    font-size: 35px;
  }
}

.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;
  }
}

.cm-banner {
  width: 100%;
  aspect-ratio: 1440/570;
  position: relative;
  overflow: hidden;
}
.cm-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71.7543859649%;
  background: linear-gradient(180deg, rgba(0, 139, 99, 0) 19.32%, rgba(0, 139, 99, 0.5) 54.03%, #143723 87.9%);
}
.cm-banner img:not(.decor, .cm-scroll-down img) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  animation: zoomOut 2s ease-in-out;
}
.cm-banner .decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.cm-banner .abs {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  color: var(--White, #FFF);
  font-family: "Gilroy-Bold1.otf";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 66px */
  letter-spacing: -1px;
  bottom: 12.2807017544%;
  width: max-content;
  max-width: 100%;
}
.cm-banner .abs p span {
  text-transform: none;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  font-family: "Gilroy-Semibold1.otf";
  display: inline-block;
  margin: 0 15px;
}
.cm-banner .abs > span {
  font-size: 32px;
  font-style: normal;
  letter-spacing: 3px;
}

@media (max-width: 1280px) {
  .cm-banner {
    aspect-ratio: 1280/450;
  }
  .cm-banner .abs {
    font-size: 48px;
  }
  .cm-banner .abs span {
    font-size: 32px;
  }
  .cm-banner .abs > span {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .cm-banner {
    aspect-ratio: 1024/500;
  }
  .cm-banner .abs {
    font-size: 38px;
  }
  .cm-banner .abs span {
    font-size: 24px;
  }
  .cm-banner .abs > span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cm-banner {
    aspect-ratio: 1024/800;
  }
  .cm-banner .abs {
    font-size: 32px;
  }
  .cm-banner .abs span {
    font-size: 20px;
    margin: 0 8px;
  }
  .cm-banner .abs > span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .cm-banner {
    aspect-ratio: 375/320;
  }
  .cm-banner .abs {
    bottom: 30px;
    width: 100%;
    font-size: 26px;
  }
  .cm-banner .abs span {
    font-size: 18px;
    margin: 0 5px;
  }
}
.header-inner {
  display: flex;
  padding: 0 9.375%;
  justify-content: space-between;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  align-items: center;
  height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1280px) {
  .header-inner {
    padding: 0 30px;
    height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .header-inner {
    padding: 0 15px;
    height: 65px;
  }
}
.header-inner.active_mb {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.header-inner.down {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.header-inner.hSticky-down {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.header-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  content: "";
  background: var(--Yellow, #fff);
  transition: all 700ms ease;
}
.header-inner.activeMenu::after {
  width: 100%;
}
.header-inner.activeMenu .right {
  opacity: 1;
  transform: translateY(0);
}
.header-inner .menu-main {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1280px) {
  .header-inner .menu-main {
    flex-direction: column;
    align-items: unset;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .header-inner .menu-main {
    width: 100%;
  }
}
.header-inner .menu-main > li {
  margin-right: 24px;
}
@media only screen and (max-width: 1366px) {
  .header-inner .menu-main > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-inner .menu-main > li {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 147, 221, 0.1);
    padding: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .header-inner .menu-main > li {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-inner .menu-main > li:last-child {
    margin-bottom: 0;
  }
}
.header-inner .menu-main > li.current-menu-item a,
.header-inner .menu-main > li .current-page-item a, .header-inner .menu-main > li:hover a {
  color: #008B63;
}
.header-inner .menu-main > li a {
  transition: all 0.5s ease;
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}
.header-inner .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-inner .left .logo {
  width: 108px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .header-inner .left .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
.header-inner .left .logo svg,
.header-inner .left .logo img {
  width: 100%;
  transition: all 0.5s ease;
  display: block;
}
.header-inner .left .menu-main {
  height: 100%;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1280px) {
  .header-inner .left .menu-main {
    display: none;
  }
}
.header-inner > .humberger,
.header-inner .mb {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .header-inner > .humberger,
  .header-inner .mb {
    display: flex;
    z-index: 10;
  }
}
.header-inner .mb {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-inner .mb .lang {
    margin-right: 0;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 576px) {
  .header-inner .mb .cloud {
    display: none;
  }
}
.header-inner .mb .language {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 35%;
  text-align: center;
  margin: 0;
  background: var(--Green, #354430);
}
.header-inner .mb .language li {
  width: 100%;
  margin: 0;
  border-top: 1px solid #fff;
}
.header-inner .mb .language li a {
  display: block;
  padding: 5px 0;
  color: #fff;
}
.header-inner .humberger {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-inner .humberger.hide-menu {
  opacity: 0;
  pointer-events: none;
}
.header-inner .humberger span {
  width: 30px;
  height: 3px;
  background: var(--Yellow, #fff);
  display: block;
  margin-bottom: 0.48828125vw;
}
@media (max-width: 576px) {
  .header-inner .humberger span {
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
  }
}
.header-inner .humberger span:nth-child(3) {
  margin-bottom: 0;
}
.header-inner .right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1280px) {
  .header-inner .right {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    top: 0;
    opacity: 0;
    background: #008B63;
    width: 100%;
    transition: all 700ms ease;
    transform: translateY(-100%);
    border-radius: 0 0 50px 50px;
    padding: 80px 30px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .header-inner .right {
    padding: 80px 20px 0;
  }
}
.header-inner .right span {
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 24px;
  height: 16px;
}
@media only screen and (max-width: 1280px) {
  .header-inner .right span,
  .header-inner .right .search,
  .header-inner .right .lang {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .header-inner .right .menu-main {
    text-align: center;
  }
}
.header-inner .right .menu-main:last-child {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .header-inner .right .menu-main:last-child {
    display: flex;
  }
}
.header-inner .lang,
.header-inner .search {
  width: 16px;
  height: 20px;
  padding: 2px 0;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.header-inner .lang img,
.header-inner .search img {
  width: 100%;
  height: 100%;
  display: block;
}
.header-inner .lang .menu_lang,
.header-inner .search .menu_lang {
  align-items: center;
}
@media only screen and (min-width: 1281px) {
  .header-inner .lang .menu_lang,
  .header-inner .search .menu_lang {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    background: #105E44;
    box-shadow: 0px 2px 12px rgba(96, 96, 96, 0.15);
    width: 60px;
    z-index: 11;
  }
  .header-inner .lang .menu_lang li,
  .header-inner .search .menu_lang li {
    padding: 5px 10px !important;
  }
  .header-inner .lang .menu_lang li:first-child,
  .header-inner .search .menu_lang li:first-child {
    border-bottom: #E2E2E2 1px solid;
  }
}
@media only screen and (max-width: 1280px) {
  .header-inner .lang .menu_lang,
  .header-inner .search .menu_lang {
    display: flex;
    align-items: center;
  }
}
.header-inner .lang .menu_lang li,
.header-inner .search .menu_lang li {
  padding: 3px 10px !important;
  position: relative;
}
.header-inner .lang .menu_lang li.current-lang a,
.header-inner .search .menu_lang li.current-lang a {
  color: #008B63;
}
.header-inner .lang .menu_lang li:last-child::after,
.header-inner .search .menu_lang li:last-child::after {
  display: none;
}
.header-inner .lang .menu_lang a,
.header-inner .search .menu_lang a {
  color: #FDFDFD;
  text-transform: uppercase;
}
.header-inner .search {
  margin-right: 0;
}
.header-inner .search .search-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
  z-index: 100;
  width: 280px;
}
.header-inner .search .search-dropdown input {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #143723;
  background: transparent;
}
.header-inner .search .search-dropdown input::placeholder {
  color: #999;
}
.header-inner .search .search-dropdown button {
  width: 40px;
  height: 40px;
  background: var(--Green, #008B63);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-inner .search .search-dropdown button img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1281px) {
  .header-inner .search:hover .search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header-inner .search.active .search-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-inner .for_mb {
  display: none;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .header-inner .for_mb {
    display: flex;
  }
}
.header-inner .for_mb .search {
  margin-right: 10px;
}
.header-inner .for_mb .lang {
  margin-right: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.header-inner .for_mb .lang ul li {
  padding: 0 5px !important;
}
.header-inner .for_mb .lang ul li:last-child {
  padding-right: 0 !important;
  position: relative;
}
.header-inner .for_mb .lang ul li:last-child::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  height: 60%;
  background: #FDFDFD;
  width: 1px;
}
.header-inner .for_mb .lang ul li.current-lang a {
  color: #143723;
}

.soical {
  position: fixed;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100px;
}
.soical a {
  background: #CAAA43;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 1px;
}
.soical a:nth-child(3) img {
  animation-name: trin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.soical a:last-child {
  margin-bottom: 0;
}
.soical a:nth-child(1) {
  height: auto;
  padding: 12px 0;
}

footer {
  background-image: url("../main/assets/images/home/ft-bg.jpg");
  background-size: cover;
  background-position: left bottom;
  padding: 60px 9.375%;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 576px) {
  footer {
    padding: 45px 15px 0;
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 10.2564102564%;
}
@media only screen and (max-width: 1024px) {
  footer .wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap {
    flex-direction: column;
    gap: 0;
  }
}
footer .wrap .copyright {
  color: rgba(247, 255, 244, 0.5);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
footer .wrap .left {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .wrap .left {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap .left {
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .wrap .left .copyright {
    display: none;
  }
}
footer .wrap .left .logo {
  display: block;
  line-height: 0;
}
footer .wrap .left .logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .wrap .left .logo img {
    width: 190px;
  }
}
footer .wrap .right {
  flex: 1;
}
footer .wrap .right .copyright {
  display: none;
  margin-top: 20px;
  text-align: center;
  padding: 15px 5px;
  border-top: 1px solid rgba(247, 255, 244, 0.2);
}
@media only screen and (max-width: 767px) {
  footer .wrap .right .copyright {
    display: block;
  }
}
footer .wrap .right .label {
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Bold1.otf";
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .wrap .right .intro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5.1612903226%;
  margin-bottom: 16px;
}
footer .wrap .right .intro li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--White, #FFF);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
footer .wrap .right .intro li a {
  color: #fff;
  transition: all 0.3s ease;
}
footer .wrap .right .intro li a:hover {
  text-decoration: underline;
}
footer .wrap .right .social {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
footer .wrap .right .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(247, 255, 244, 0.2);
  transition: all 0.3s ease;
}
footer .wrap .right .social li a:hover {
  border: 1px solid #fff;
}
footer .wrap .right .notice {
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.h_ss1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 {
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 {
    height: 60vh;
  }
}
.h_ss1 .swiper-button-prev, .h_ss1 .swiper-button-next {
  top: 50% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper-button-prev, .h_ss1 .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
}
.h_ss1 .swiper-button-prev:hover:before, .h_ss1 .swiper-button-next:hover:before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.h_ss1 .swiper-button-prev:after, .h_ss1 .swiper-button-next:after {
  display: none;
}
.h_ss1 .swiper-button-prev:before, .h_ss1 .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  background: var(--Brand-Light-Green, #008B63);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s ease;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper-button-prev:before, .h_ss1 .swiper-button-next:before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper-button-prev:before, .h_ss1 .swiper-button-next:before {
    width: 25px;
    height: 25px;
  }
}
.h_ss1 .swiper-button-prev {
  left: 7.9861111111% !important;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper-button-prev {
    left: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper-button-prev {
    left: 15px !important;
  }
}
.h_ss1 .swiper-button-next {
  right: 7.9861111111% !important;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper-button-next {
    right: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper-button-next {
    right: 15px !important;
  }
}
.h_ss1 .swiper-button-next:hover:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.h_ss1 .swiper-button-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.h_ss1 .swiper1 {
  height: 100%;
}
.h_ss1 .swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_ss1 .swiper1 .swiper-slide .abs {
  position: absolute;
  left: 9.375%;
  top: 14.5454545455%;
  width: max-content;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper1 .swiper-slide .abs {
    left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper1 .swiper-slide .abs {
    left: 50%;
    transform: translateX(-50%);
    top: 23.6363636364%;
  }
}
.h_ss1 .swiper1 .swiper-slide .abs p {
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Medium1.otf";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper1 .swiper-slide .abs p {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss1 .swiper1 .swiper-slide .abs p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper1 .swiper-slide .abs p {
    font-size: 20px;
    text-align: center;
  }
}
.h_ss1 .swiper1 .swiper-slide .abs p:nth-child(2) {
  font-family: "Gilroy-Bold1.otf";
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(2) {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(2) {
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(2) {
    font-size: 25px;
    margin-top: 5px;
  }
}
.h_ss1 .swiper1 .swiper-slide .abs p:nth-child(3) {
  text-align: right;
  margin-right: -66px;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(3) {
    margin-right: -30x;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(3) {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .swiper1 .swiper-slide .abs p:nth-child(3) {
    margin-right: 0;
    text-align: center;
  }
}
.h_ss1 .slide_abs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 9.375%;
  z-index: 3;
  bottom: 124px;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .slide_abs {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .slide_abs {
    padding: 0 15px;
    bottom: 50px;
  }
}
.h_ss1 .slide_abs .swiper {
  width: 100%;
  border-top: 1px solid rgba(247, 255, 244, 0.1);
  border-bottom: 1px solid rgba(247, 255, 244, 0.1);
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  padding: 24px 40px;
}
@media only screen and (max-width: 1280px) {
  .h_ss1 .slide_abs .swiper {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss1 .slide_abs .swiper {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .slide_abs .swiper {
    padding: 10px 10px;
  }
}
.h_ss1 .slide_abs .swiper .swiper-slide {
  text-align: center;
}
.h_ss1 .slide_abs .swiper .swiper-slide:after {
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%);
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 50%;
  background: var(--Brand-Light-Green, #008B63);
  right: -2px;
}
.h_ss1 .slide_abs .swiper h3 {
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Semibold1.otf";
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  padding: 0 24px;
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
  .h_ss1 .slide_abs .swiper h3 {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss1 .slide_abs .swiper h3 {
    padding: 0px;
  }
}
.h_ss1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.h_ss1 .decor {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 2;
}
.h_ss1:after {
  content: "";
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37.5%;
  z-index: 1;
}

.pin-wrapper {
  position: relative;
}

.cm-section {
  position: relative;
  will-change: transform;
}

.cm-section.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.cm-section.is-overlay {
  z-index: 2;
  transform: translateY(120px);
}

.h_ss2 {
  position: relative;
  z-index: 2;
  background: var(--White, #F7FFF4);
  padding: 80px 9.375% 0px;
  height: 100vh;
}
@media only screen and (max-width: 1450px) {
  .h_ss2 {
    padding: 60px 9.375% 130px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss2 {
    padding: 50px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss2 {
    padding: 30px 30px 50px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss2 {
    padding: 30px 15px 50px;
  }
}
.h_ss2 .title {
  color: #008B63;
  font-family: "Gilroy-Bold1.otf";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 132px */
  letter-spacing: -4.8px;
  text-transform: uppercase;
  background-image: url("../main/assets/images/home/bgr.png");
  background-size: cover;
  background-position: center;
  padding-top: 10px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media only screen and (max-width: 1366px) {
  .h_ss2 .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss2 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss2 .title {
    font-size: 40px;
    text-align: center;
  }
}
.h_ss2 > p {
  color: var(--Brand-Light-Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1366px) {
  .h_ss2 > p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss2 > p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss2 > p {
    font-size: 20px;
    text-align: center;
  }
}
.h_ss2 .content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .h_ss2 .content {
    flex-direction: column;
  }
}
.h_ss2 .content .left {
  width: 73.1623931624%;
}
@media only screen and (max-width: 768px) {
  .h_ss2 .content .left {
    width: 100%;
  }
}
.h_ss2 .content .left img {
  width: 100%;
  display: block;
  aspect-ratio: 856/476;
}
@media only screen and (max-width: 768px) {
  .h_ss2 .content .left img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss2 .content .left img {
    max-width: 100%;
  }
}
.h_ss2 .content .right {
  width: 26.8376068376%;
  padding-left: 40px;
}
@media only screen and (max-width: 1280px) {
  .h_ss2 .content .right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss2 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.h_ss2 .content .right > span {
  width: 100%;
  display: block;
  height: 1px;
  background: var(--Brand-Light-Green, #008B63);
  margin-bottom: 4px;
}
.h_ss2 .content .right > span:last-child {
  margin-bottom: 0;
}
.h_ss2 .content .right .exp {
  margin: 40px 0;
  color: var(--Brand-Green, #143723);
  text-align: justify;
}
@media only screen and (max-width: 1367px) {
  .h_ss2 .content .right .exp {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss2 .content .right .exp {
    margin: 10px 0;
  }
}
.h_ss2 .content .right .exp p {
  margin-bottom: 10px;
}
.h_ss2 .content .right .exp p:last-child {
  margin-bottom: 0;
}
.h_ss2 .decor {
  position: absolute;
  left: 16.3194444444%;
  bottom: 0;
  z-index: -1;
  height: calc(100% + 55px);
}
@media only screen and (max-width: 576px) {
  .h_ss2 .decor {
    left: 15px;
    height: calc(100% + 15px);
  }
}

.h_ss4 {
  padding: 130px 9.375% 102px;
  position: relative;
  z-index: 4;
  background: var(--White, #F7FFF4);
}
@media only screen and (max-width: 1280px) {
  .h_ss4 {
    padding: 90px 30px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss4 {
    padding: 70px 30px 60px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 {
    padding: 60px 15px 50px;
  }
}
.h_ss4 .decor_t_ss4 {
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
  z-index: 1;
  display: block;
  transform: rotate(180deg);
}
.h_ss4 .decor_ss4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
}
.h_ss4 .title {
  color: var(--Brand-Green, #143723);
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .h_ss4 .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .title {
    text-align: center;
    flex-direction: column;
  }
}
.h_ss4 .title p {
  color: var(--Brand-Light-Green, #008B63);
  margin-left: 13px;
}
@media only screen and (max-width: 1280px) {
  .h_ss4 .title p {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .title p {
    margin: 0;
  }
}
.h_ss4 .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 239px;
}
@media only screen and (max-width: 1280px) {
  .h_ss4 .list {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss4 .list {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .list {
    flex-direction: column;
  }
}
.h_ss4 .list .swiper {
  width: 100%;
  padding-bottom: 5px;
}
.h_ss4 .list .swiper:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 81%;
  background: var(--Brand-Light-Green, #008B63);
  opacity: 0.15;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .h_ss4 .list .swiper:after {
    width: 76%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .list .swiper:after {
    width: 51%;
  }
}
.h_ss4 .list .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
}
.h_ss4 .list .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 12.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  background: var(--Brand-Light-Green, #008B63);
  border-radius: 50%;
}
@media only screen and (max-width: 576px) {
  .h_ss4 .list .swiper-slide:after {
    bottom: -2.5px;
  }
}
.h_ss4 .list .swiper-slide .icon {
  width: 90px;
  display: flex;
  align-items: center;
  margin: 0 auto 16px;
  height: 80px;
}
@media only screen and (max-width: 1280px) {
  .h_ss4 .list .swiper-slide .icon {
    width: 80px;
    height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .list .swiper-slide .icon {
    width: 70px;
    height: 60px;
  }
}
.h_ss4 .list .swiper-slide .icon img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.h_ss4 .list .swiper-slide p {
  color: var(--Brand-Green, #143723);
  text-align: center;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .h_ss4 .list .swiper-slide p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss4 .list .swiper-slide p {
    font-size: 16px;
  }
}

.h_ss3 {
  background: #105E44;
  padding-left: 9.375%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  height: 100vh;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
@media only screen and (max-width: 1280px) {
  .h_ss3 {
    padding-left: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 {
    flex-direction: column;
    padding: 0;
  }
}
.h_ss3 .decor_ss3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .decor_ss3 {
    display: none;
  }
}
.h_ss3 .left {
  width: 21.8390804598%;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .left {
    width: 100%;
    padding: 0 30px;
  }
}
.h_ss3 .left .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .left .title {
    text-align: center;
    margin: 30px 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .left .title {
    margin: 50px 0 20px;
  }
}
.h_ss3 .left .title h2:nth-child(1) {
  color: #00DD9D;
}
.h_ss3 .left .title h2:nth-child(2) {
  color: var(--White, #FFF);
  text-transform: uppercase;
}
.h_ss3 .left ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .left ul {
    flex-direction: row;
    justify-content: center;
  }
}
.h_ss3 .left ul li {
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Semibold1.otf";
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  padding-bottom: 15px;
  border-bottom: 1px solid var(--White, #F7FFF4);
  opacity: 0.5;
  margin-bottom: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .left ul li {
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .left ul li {
    font-size: 13px;
  }
}
.h_ss3 .left ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .h_ss3 .left ul li:last-child {
    margin-right: 0;
  }
}
.h_ss3 .left ul li.active {
  opacity: 1;
  color: var(--White, #F7FFF4);
  border-bottom: 1px solid var(--White, #F7FFF4);
}
.h_ss3 .right {
  width: 78.1609195402%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 .right {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right {
    width: 100%;
  }
}
.h_ss3 .right img {
  width: 80%;
  object-fit: cover;
  display: block;
  max-height: 100%;
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right img {
    width: 100%;
  }
}
.h_ss3 .right .list p {
  position: absolute;
  transition: all 0.5s ease;
  color: var(--White, #F7FFF4);
  font-family: "Gilroy-Bold1.otf";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  padding: 16px 24px;
  background: rgba(0, 139, 99, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0 !important;
  pointer-events: none;
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 .right .list p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.h_ss3 .right .list p.active {
  opacity: 1 !important;
}
.h_ss3 .right .list p:nth-child(1) {
  top: 18%;
  right: 35%;
}
@media only screen and (max-width: 1450px) {
  .h_ss3 .right .list p:nth-child(1) {
    right: 28%;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p:nth-child(1) {
    right: 18%;
    top: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 .right .list p:nth-child(1) {
    right: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 .right .list p:nth-child(1) {
    top: 18%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p:nth-child(1) {
    right: 15%;
  }
}
.h_ss3 .right .list p:nth-child(2) {
  top: 35%;
  right: 35%;
}
@media only screen and (max-width: 1450px) {
  .h_ss3 .right .list p:nth-child(2) {
    top: 31%;
    right: 29%;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p:nth-child(2) {
    right: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss3 .right .list p:nth-child(2) {
    right: 21%;
    top: 32%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p:nth-child(2) {
    right: 12%;
  }
}
.h_ss3 .right .list p:nth-child(3) {
  top: 43%;
  left: 18%;
}
@media only screen and (max-width: 1450px) {
  .h_ss3 .right .list p:nth-child(3) {
    left: 15%;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p:nth-child(3) {
    left: 20%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p:nth-child(3) {
    left: 16%;
  }
}
.h_ss3 .right .list p:nth-child(4) {
  top: 64%;
  left: 25%;
}
@media only screen and (max-width: 1450px) {
  .h_ss3 .right .list p:nth-child(4) {
    left: 20%;
    top: 58%;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p:nth-child(4) {
    left: 32%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p:nth-child(4) {
    left: 22%;
  }
}
.h_ss3 .right .list p:nth-child(5) {
  top: 65%;
  right: 33%;
}
@media only screen and (max-width: 1450px) {
  .h_ss3 .right .list p:nth-child(5) {
    right: 28%;
  }
}
@media only screen and (max-width: 1280px) {
  .h_ss3 .right .list p:nth-child(5) {
    right: 17%;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss3 .right .list p:nth-child(5) {
    right: 6%;
  }
}
.h_ss6 {
  background: #F3FFF6;
  padding-top: 139px;
}
@media only screen and (max-width: 1024px) {
  .h_ss6 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss6 {
    padding-top: 50px;
  }
}
.h_ss6 .cm-title {
  padding: 0 15px;
  margin-bottom: 24px;
  text-align: center;
}
.h_ss6 .cm-title span {
  color: #143723;
}
.h_ss6 .cm-title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .h_ss6 .cm-title br {
    display: block;
  }
}
.h_ss6 .wrap {
  overflow: hidden;
}
.h_ss6 .wrap .swiper {
  overflow: visible;
  padding-left: 9.375%;
}
@media only screen and (max-width: 1024px) {
  .h_ss6 .wrap .swiper {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss6 .wrap .swiper {
    padding-left: 15px;
  }
}
.h_ss6 .wrap .swiper-slide {
  width: 100%;
  aspect-ratio: 280/140;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  .h_ss6 .wrap .swiper-slide {
    aspect-ratio: 280/120;
    min-height: 120px;
  }
}
.h_ss6 .wrap .swiper-slide img {
  max-height: 78.5714285714%;
  max-width: 72.1428571429%;
}

.h_ss7 {
  background-image: url("../main/assets/images/home/s7-bg.jpg");
  background-size: cover;
  background-position: left bottom;
  padding: 80px 9.375%;
}
@media only screen and (max-width: 1024px) {
  .h_ss7 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss7 {
    padding: 45px 15px;
  }
}
.h_ss7 .wrap {
  position: relative;
}
.h_ss7 .wrap .cm-button {
  position: absolute;
  right: 0;
  top: 11px;
}
@media only screen and (max-width: 1024px) {
  .h_ss7 .wrap .cm-button {
    position: relative;
    top: 0;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss7 .wrap .cm-button {
    margin: 25px auto 0;
  }
}
.h_ss7 .cm-title {
  text-align: center;
  margin-bottom: 24px;
}
.h_ss7 .cm-title span {
  color: #143723;
}
.h_ss7 .swiper-slide {
  display: block;
}
.h_ss7 .swiper-slide .thumbnail {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 364/240;
}
.h_ss7 .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.h_ss7 .swiper-slide .title {
  margin: 16px 0 8px;
  color: var(--Brand-Green, #143723);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}
.h_ss7 .swiper-slide .date {
  margin: 0;
  color: var(--Brand-Light-Green, #008B63);
  font-family: "Gilroy-Medium1.otf";
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}
.h_ss7 .swiper-slide:hover .thumbnail img {
  transform: scale(1.1);
}
.h_ss7 .swiper-slide:hover .title {
  color: #008B63;
}
.h_ss7 .swiper-slide:hover .date {
  color: #143723;
}
.h_ss7 .swiper-button-prev,
.h_ss7 .swiper-button-next {
  top: 40% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  .h_ss7 .swiper-button-prev,
  .h_ss7 .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
}
.h_ss7 .swiper-button-prev:hover:before,
.h_ss7 .swiper-button-next:hover:before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.h_ss7 .swiper-button-prev:after,
.h_ss7 .swiper-button-next:after {
  display: none;
}
.h_ss7 .swiper-button-prev:before,
.h_ss7 .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  background: var(--Brand-Light-Green, #008B63);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s ease;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .h_ss7 .swiper-button-prev:before,
  .h_ss7 .swiper-button-next:before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss7 .swiper-button-prev:before,
  .h_ss7 .swiper-button-next:before {
    width: 25px;
    height: 25px;
  }
}
.h_ss7 .swiper-button-prev {
  left: 5px !important;
}
.h_ss7 .swiper-button-next {
  right: 5px !important;
}
.h_ss7 .swiper-button-next:hover:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.h_ss7 .swiper-button-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.h_ss5 {
  position: relative;
  background-image: url("../main/assets/images/home/s5-bg.png");
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 140px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 {
    padding-bottom: 70px;
  }
}
.h_ss5 .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 14.5833333333%;
  height: auto;
  max-width: 210px;
  pointer-events: none;
}
.h_ss5 .top {
  padding: 140px 9.375% 60px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .top {
    padding: 80px 30px 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .top {
    padding: 50px 15px 35px;
  }
}
.h_ss5 .top .cm-title {
  width: 56.1538461538%;
  color: #00DD9D;
}
.h_ss5 .top .cm-title span {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .top .cm-title {
    width: 100%;
  }
}
.h_ss5 .top .intro {
  width: 40.5982905983%;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .top .intro {
    width: 100%;
    margin-top: 30px;
  }
}
.h_ss5 .top .intro .line {
  height: 4px;
  border-top: 1px solid #F7FFF4;
  border-bottom: 1px solid #F7FFF4;
  margin: 0;
}
.h_ss5 .top .intro .excerpt {
  margin: 16px 0;
  color: var(--White, #F7FFF4);
  text-align: justify;
  font-family: "Gilroy-Medium1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.h_ss5 .tab {
  padding: 0 9.375%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab {
    padding: 0 30px;
  }
}
.h_ss5 .tab .item {
  flex: 1;
  color: rgba(247, 255, 244, 0.5);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(247, 255, 244, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}
.h_ss5 .tab .item.active {
  color: #F7FFF4;
  border-bottom: 2px solid #F7FFF4;
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab .item {
    font-size: 13px;
  }
}
.h_ss5 .tab_content {
  display: none;
  overflow: hidden;
}
.h_ss5 .tab_content .slide_thumb {
  padding: 0 68px;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_thumb {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_thumb {
    padding: 0 30px;
  }
}
.h_ss5 .tab_content .slide_thumb .swiper-slide {
  line-height: 0;
}
.h_ss5 .tab_content .slide_thumb .swiper-slide img {
  width: 100%;
  aspect-ratio: 1305/620;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_thumb .swiper-slide img {
    aspect-ratio: 16/11;
  }
}
.h_ss5 .tab_content .slide_text {
  position: relative;
  z-index: 20;
  margin: -40px 9.375% 0;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_text {
    margin: -40px 70px 0;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_text {
    margin: -30px 40px 0;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide {
  height: auto;
  background: #F7FFF4;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_text .swiper-slide {
    padding: 30px 30px 90px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_text .swiper-slide {
    padding: 20px 15px 80px;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide .title {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(20, 55, 35, 0.2);
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .title {
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide .title h3 {
  color: var(--Brand-Green, #143723);
  font-family: "Noto Serif Display", serif;
  font-size: 60px !important;
  font-style: italic;
  font-weight: 500 !important;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .title h3 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .title h3 {
    font-size: 24px !important;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .intro {
    flex-direction: column;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 52%;
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item:nth-child(2) {
  width: calc(48% - 16px);
}
@media only screen and (max-width: 767px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .intro .item:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .h_ss5 .tab_content .slide_text .swiper-slide .intro .item {
    width: 100%;
  }
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item .icon {
  width: 24px;
  line-height: 0;
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item .icon img {
  max-width: 100%;
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item .text {
  flex: 1;
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item .text p:nth-of-type(1) {
  color: rgba(20, 55, 35, 0.5);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 18.2px */
  text-transform: uppercase;
}
.h_ss5 .tab_content .slide_text .swiper-slide .intro .item .text p:nth-of-type(2) {
  color: var(--Brand-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.h_ss5 .tab_content .slide_text .navigation {
  position: absolute;
  z-index: 2;
  top: 47px;
  right: 40px;
  height: 40px;
  display: flex;
  gap: 2px;
}
.h_ss5 .tab_content .slide_text .navigation .swiper-button-next,
.h_ss5 .tab_content .slide_text .navigation .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #008B63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ss5 .tab_content .slide_text .navigation .swiper-button-next::after,
.h_ss5 .tab_content .slide_text .navigation .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .h_ss5 .tab_content .slide_text .navigation {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 36px;
  }
  .h_ss5 .tab_content .slide_text .navigation .swiper-button-next,
  .h_ss5 .tab_content .slide_text .navigation .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .h_ss5 .tab_content .slide_text .navigation {
    height: 30px;
  }
  .h_ss5 .tab_content .slide_text .navigation .swiper-button-next,
  .h_ss5 .tab_content .slide_text .navigation .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.item_new_def {
  background: #fff;
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 1024px) {
  .item_new_def {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .item_new_def {
    width: 100%;
  }
}
.item_new_def .thumbnail {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.item_new_def .thumbnail img {
  width: 100%;
  aspect-ratio: 374/250;
  object-fit: cover;
  transition: all 0.3s ease;
}
.item_new_def .text {
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .item_new_def .text {
    padding: 15px;
  }
}
.item_new_def .text h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.3s ease;
}
.item_new_def .text .excerpt {
  margin: 8px 0 12px;
  color: var(--Dark-Green, #143723);
  text-align: justify;
  font-family: "Gilroy-Regular1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item_new_def .text .readmore {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green, #008B63);
  text-align: justify;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.item_new_def:hover .thumbnail img {
  transform: scale(1.1);
}
.item_new_def:hover .text h3 {
  color: #00DD9D;
}
.item_new_def:hover .text .readmore {
  letter-spacing: 1px;
}

.page-news {
  background-color: #F7FFF4;
}
.page-news .wrap {
  padding: 80px 9.375% 98px;
}
@media only screen and (max-width: 1024px) {
  .page-news .wrap {
    padding: 60px 30px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-news .wrap {
    padding: 40px 15px 45px;
  }
}
.page-news .cats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-news .cats {
    margin-bottom: 30px;
  }
}
.page-news .cats a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 48px;
  border: 1px solid #CACACA;
  border-left: 0;
  color: #008B63;
  font-family: "Gilroy-Bold1.otf";
  font-size: 16px;
  letter-spacing: 2%;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 5px 0;
  text-align: center;
  transition: all 0.3s ease;
}
.page-news .cats a:first-child {
  border-left: 1px solid #CACACA;
}
.page-news .cats a.active, .page-news .cats a:hover {
  background: #143723;
  color: #00DD9D;
}
@media only screen and (max-width: 767px) {
  .page-news .cats a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .page-news .cats a {
    width: 33.3333333333%;
    height: 45px;
    padding: 3px 5px 0;
  }
}
.page-news .news_special {
  margin-bottom: 24px;
}
.page-news .news_special .slide_new_special .swiper-slide {
  display: flex;
  background: #143723;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-slide {
    flex-direction: column;
  }
}
.page-news .news_special .slide_new_special .swiper-slide .text {
  position: relative;
  width: 40.5128205128%;
  padding: 40px 3.4188034188% 115px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-slide .text {
    width: 100%;
    padding: 25px 15px 100px;
    order: 2;
  }
}
.page-news .news_special .slide_new_special .swiper-slide .text .date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.page-news .news_special .slide_new_special .swiper-slide .text .date span {
  color: var(--White, #FFF);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-news .news_special .slide_new_special .swiper-slide .text .title {
  display: block;
  color: #00DD9D;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .page-news .news_special .slide_new_special .swiper-slide .text .title {
    font-size: 18px;
  }
}
.page-news .news_special .slide_new_special .swiper-slide .text .excerpt {
  color: var(--White, #FFF);
  text-align: justify;
  font-family: "Gilroy-Regular1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-news .news_special .slide_new_special .swiper-slide .thumbnail {
  width: 60.3418803419%;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-slide .thumbnail {
    width: 100%;
    order: 1;
  }
}
.page-news .news_special .slide_new_special .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-slide .thumbnail img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.page-news .news_special .slide_new_special .swiper-pagination {
  width: max-content;
  left: auto;
  right: 63.7606837607%;
  bottom: 45px;
}
.page-news .news_special .slide_new_special .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.6;
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
}
.page-news .news_special .slide_new_special .swiper-pagination-bullet-active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-pagination {
    display: none;
  }
}
.page-news .news_special .slide_new_special .swiper-button-next, .page-news .news_special .slide_new_special .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #008B63;
  top: auto;
  bottom: 45px;
}
.page-news .news_special .slide_new_special .swiper-button-next:after, .page-news .news_special .slide_new_special .swiper-button-prev:after {
  filter: brightness(0) invert(1);
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-button-next, .page-news .news_special .slide_new_special .swiper-button-prev {
    bottom: 24px;
  }
}
.page-news .news_special .slide_new_special .swiper-button-prev {
  left: 3.42%;
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-button-prev {
    left: calc(50% - 45px);
  }
}
.page-news .news_special .slide_new_special .swiper-button-next {
  right: auto;
  left: calc(3.42% + 42px);
}
@media only screen and (max-width: 767px) {
  .page-news .news_special .slide_new_special .swiper-button-next {
    left: auto;
    right: calc(50% - 45px);
  }
}
.page-news .news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-news .news_list {
    gap: 22px 20px;
  }
}
.page-news .button_load_more {
  display: block;
  margin-top: 42px;
  border-top: 1px solid rgba(20, 55, 35, 0.2);
  border-bottom: 1px solid rgba(20, 55, 35, 0.2);
  padding: 14px 0 10px;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}
.page-news .button_load_more:hover {
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .page-news .button_load_more {
    margin-top: 32px;
  }
}

.page-new-detail {
  padding: 90px 0 96px;
  background-color: #F7FFF4;
}
@media only screen and (max-width: 1024px) {
  .page-new-detail {
    padding: 65px 0 70px;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail {
    padding: 45px 0;
  }
}
.page-new-detail .content {
  padding: 0 16.3194444444%;
}
@media only screen and (max-width: 1280px) {
  .page-new-detail .content {
    padding: 0 9.375%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-new-detail .content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail .content {
    padding: 0 15px;
  }
}
.page-new-detail .date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.page-new-detail .date span {
  color: var(--White, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.page-new-detail .title {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-new-detail .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-new-detail .the_content p, .page-new-detail .the_content ul, .page-new-detail .the_content ol, .page-new-detail .the_content .wp-caption, .page-new-detail .the_content h2, .page-new-detail .the_content h3 {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-new-detail .the_content p, .page-new-detail .the_content ul, .page-new-detail .the_content ol, .page-new-detail .the_content .wp-caption, .page-new-detail .the_content h2, .page-new-detail .the_content h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-new-detail .the_content p, .page-new-detail .the_content ul, .page-new-detail .the_content ol, .page-new-detail .the_content .wp-caption, .page-new-detail .the_content h2, .page-new-detail .the_content h3 {
    margin-bottom: 15px;
  }
}
.page-new-detail .the_content p:last-child, .page-new-detail .the_content ul:last-child, .page-new-detail .the_content ol:last-child, .page-new-detail .the_content .wp-caption:last-child, .page-new-detail .the_content h2:last-child, .page-new-detail .the_content h3:last-child {
  margin-bottom: 0;
}
.page-new-detail .the_content ul, .page-new-detail .the_content ol {
  padding-left: 20px;
}
.page-new-detail .the_content ul li, .page-new-detail .the_content ol li {
  margin-bottom: 5px;
}
.page-new-detail .the_content ul li:last-child, .page-new-detail .the_content ol li:last-child {
  margin-bottom: 0;
}
.page-new-detail .the_content ul li {
  list-style: disc;
}
.page-new-detail .the_content ol li {
  list-style: decimal;
}
.page-new-detail .the_content .wp-block-image,
.page-new-detail .the_content .wp-caption {
  width: 100% !important;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-new-detail .the_content .wp-block-image,
  .page-new-detail .the_content .wp-caption {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-new-detail .the_content .wp-block-image,
  .page-new-detail .the_content .wp-caption {
    margin-bottom: 15px;
  }
}
.page-new-detail .the_content .wp-block-image img,
.page-new-detail .the_content .wp-caption img {
  margin: 0 auto 15px;
  display: block;
  max-width: 100%;
}
.page-new-detail .the_content .wp-block-image p, .page-new-detail .the_content .wp-block-image figcaption,
.page-new-detail .the_content .wp-caption p,
.page-new-detail .the_content .wp-caption figcaption {
  text-align: center;
  margin: 0;
}
.page-new-detail .the_content h2, .page-new-detail .the_content h3, .page-new-detail .the_content strong {
  font-family: "Gilroy-Semibold1.otf";
  font-weight: 600;
}
.page-new-detail .the_content img {
  margin: 0 auto 24px;
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .page-new-detail .the_content img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-new-detail .the_content img {
    margin-bottom: 15px;
  }
}
.page-new-detail .the_content a {
  color: #143723;
  text-decoration: underline;
}
.page-new-detail .the_content table {
  width: 100%;
  border-collapse: collapse;
}
.page-new-detail .the_content table tr:first-child {
  background: #f5f5f5;
}
.page-new-detail .the_content table tr:first-child th, .page-new-detail .the_content table tr:first-child td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-family: "Gilroy-Semibold1.otf";
}
.page-new-detail .the_content table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}
.page-new-detail .share {
  margin-top: 40px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Bold1.otf";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 139, 99, 0.3);
}
@media only screen and (max-width: 1024px) {
  .page-new-detail .share {
    margin-top: 30px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail .share {
    margin-top: 25px;
  }
}
.page-new-detail .other-news {
  padding: 96px 9.375% 0;
}
@media only screen and (max-width: 1024px) {
  .page-new-detail .other-news {
    padding: 60px 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail .other-news {
    padding: 45px 15px 0;
  }
}
.page-new-detail .other-news .title {
  text-align: center;
}
.page-new-detail .other-news .title h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -1px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 1280px) {
  .page-new-detail .other-news .title h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-new-detail .other-news .title h3 {
    font-size: 42px;
    margin: 0 auto 26px;
  }
}
@media only screen and (max-width: 576px) {
  .page-new-detail .other-news .title h3 {
    font-size: 32px;
  }
}
.page-new-detail .other-news .swiper .item_new_def {
  height: auto;
}

.page-intro .ss1 {
  padding: 102px 9.375%;
  position: relative;
  background: var(--White, #F7FFF4);
  display: flex;
  margin-top: -1px;
  align-items: center;
  z-index: 1;
}
.page-intro .ss1 .decor_ss1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 110%;
  z-index: -1;
}
.page-intro .ss1 .left {
  width: 31.9658119658%;
}
.page-intro .ss1 .left h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
}
.page-intro .ss1 .left .exp {
  margin: 44px 0 40px;
  text-align: justify;
}
.page-intro .ss1 .left .exp p {
  margin-bottom: 10px;
}
.page-intro .ss1 .left .exp p:last-child {
  margin-bottom: 0;
}
.page-intro .ss1 .left > span {
  width: 100%;
  display: block;
  height: 1px;
  background: var(--Brand-Light-Green, #008B63);
  margin-bottom: 4px;
}
.page-intro .ss1 .left > span:last-child {
  margin-bottom: 0;
}
.page-intro .ss1 .right {
  width: 62.905982906%;
  margin-left: 5.1282051282%;
  aspect-ratio: 736/510;
}
.page-intro .ss1 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-intro .ss2 {
  background: #143723;
  display: flex;
  padding-top: 118px;
  padding-right: 9.375%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-intro .ss2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 848px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #008B63 0%, rgba(0, 37, 26, 0) 100%);
  top: -424px;
  right: -424px;
  z-index: -1;
}
.page-intro .ss2 .tng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page-intro .ss2 .left {
  width: 61.3026819923%;
}
.page-intro .ss2 .left img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.page-intro .ss2 .right {
  width: 43.1623931624%;
  padding-top: 55px;
}
.page-intro .ss2 .right h3 {
  color: #00DD9D;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
  margin-bottom: 43px;
}
.page-intro .ss2 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.page-intro .ss2 .right ul li {
  width: calc(100% - 123px);
  color: var(--White, #FFF);
  text-align: justify;
}
.page-intro .ss2 .right ul li:nth-child(1), .page-intro .ss2 .right ul li:nth-child(2) {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.page-intro .ss2 .right ul li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-intro .ss2 .right ul li:nth-child(2n+1) {
  width: 123px;
  color: #00DD9D;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
.page-intro .ss3 {
  padding: 160px 9.375% 130px;
  position: relative;
  z-index: 0;
}
.page-intro .ss3 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  max-height: 111%;
}
.page-intro .ss3 .content {
  display: flex;
  flex-wrap: wrap;
}
.page-intro .ss3 .content .item {
  width: calc((100% - 48px) / 3);
  margin: 0 24px 24px 0;
  padding: 20px;
  border: 1px solid var(--Green, #008B63);
  display: flex;
  flex-direction: column;
}
.page-intro .ss3 .content .item:nth-child(3n) {
  margin-right: 0;
}
.page-intro .ss3 .content .item:first-child {
  border: none;
  padding: 0;
}
.page-intro .ss3 .content .item h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.page-intro .ss3 .content .item span {
  width: calc(100% - 37px);
  height: 1px;
  background-color: var(--Green, #008B63);
  margin-bottom: 4px;
  display: block;
}
.page-intro .ss3 .content .item span:last-child {
  margin-bottom: 0;
}
.page-intro .ss3 .content .item .icon {
  width: 82px;
  height: 82px;
  margin-bottom: 35px;
}
.page-intro .ss3 .content .item .icon img {
  max-height: 100%;
  width: auto;
}
.page-intro .ss3 .content .item p {
  color: var(--Dark-Green, #143723);
  text-align: justify;
  font-family: "Gilroy-Bold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  display: flex;
}
.page-intro .ss3 .content .item p strong {
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 8px;
}
.page-intro .ss4 {
  height: 100vh;
  background: #F7FFF4;
  padding: 90px 9.375% 0;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-intro .ss4 .decor1 {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.page-intro .ss4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37.7777777778%;
  background: linear-gradient(180deg, rgba(247, 255, 244, 0) 23.16%, #F7FFF4 88.47%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.page-intro .ss4.hide-overlay:after {
  opacity: 0;
}
.page-intro .ss4 .left {
  width: 34.7863247863%;
  padding-right: 142px;
  position: relative;
}
.page-intro .ss4 .left:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -28px;
  width: 1px;
  height: calc(100% - 18px);
  background: rgba(0, 139, 99, 0.1490196078);
}
.page-intro .ss4 .left h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -1px;
  margin-bottom: 39px;
}
.page-intro .ss4 .left p {
  text-align: justify;
}
.page-intro .ss4 .right::-webkit-scrollbar {
  display: none;
}
.page-intro .ss4 .right {
  width: 65.2136752137%;
  height: auto;
  /* Ẩn scrollbar Firefox */
  scrollbar-width: none;
  /* Ẩn scrollbar IE, Edge cũ */
  -ms-overflow-style: none;
  padding: 10px 0 450px 10px;
}
.page-intro .ss4 .right .item {
  position: relative;
  padding-left: 55px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.page-intro .ss4 .right .item:hover::before {
  opacity: 1;
}
.page-intro .ss4 .right .item:hover p {
  color: #008B63;
}
.page-intro .ss4 .right .item:hover .img img {
  transform: scale(1.2);
}
.page-intro .ss4 .right .item:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--Brand-Light-Green, #008B63);
  transition: all 0.5s ease;
  cursor: pointer;
}
.page-intro .ss4 .right .item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 4px solid var(--Brand-Light-Green, #008B63);
  transition: all 0.5s ease;
  opacity: 0;
}
.page-intro .ss4 .right .item p {
  text-align: justify;
  margin-bottom: 20px;
}
.page-intro .ss4 .right .item p.date {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  margin-bottom: 12px;
}
.page-intro .ss4 .right .item .img {
  aspect-ratio: 696/365;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-intro .ss4 .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
.page-intro .ss4 .right .item:last-child {
  margin-bottom: 0;
}
.page-intro .ss4 .right::after {
  content: "";
  display: block;
  width: 100%;
  height: 10vh;
}
.page-intro .ss4 .cm-scroll-down:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.page-intro .ss5 {
  padding: 105px 0 0;
  position: relative;
  margin-top: -50px;
}
.page-intro .ss5 .decor_t_ss5 {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.page-intro .ss5 .decor2 {
  position: absolute;
  top: -63px;
  left: 0;
  object-fit: cover;
}
.page-intro .ss5 .content {
  background: var(--Dark-Green, #143723);
  padding: 20px 9.375% 104px;
}
.page-intro .ss5 .content h3 {
  color: #00DD9D;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
  margin-bottom: 41px;
  text-align: center;
}
.page-intro .ss5 .content .list {
  display: flex;
  flex-direction: column;
}
.page-intro .ss5 .content .list .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 24px;
}
.page-intro .ss5 .content .list .item:last-child {
  margin-bottom: 0;
}
.page-intro .ss5 .content .list .item .title {
  display: flex;
  align-items: center;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  color: var(--White, #FFF);
  position: relative;
  cursor: pointer;
}
.page-intro .ss5 .content .list .item .title.active .down {
  transform: translateY(-50%) rotate(180deg);
}
.page-intro .ss5 .content .list .item .title .down {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.page-intro .ss5 .content .list .item .title .num {
  letter-spacing: -0.36px;
  opacity: 0.6;
  width: 100px;
}
.page-intro .ss5 .content .list .item .title .name {
  width: calc(100% - 100px);
  padding-right: 50px;
}
.page-intro .ss5 .content .list .item .exp {
  padding: 30px 0 0px 100px;
  display: flex;
}
.page-intro .ss5 .content .list .item .exp .left {
  width: 61.308411215%;
  aspect-ratio: 656/290;
}
.page-intro .ss5 .content .list .item .exp .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-intro .ss5 .content .list .item .exp .right {
  width: calc(100% - 61.308411215%);
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-intro .ss5 .content .list .item .exp .right p {
  text-align: justify;
  color: #FFF;
}
.page-intro .ss5 .content .list .item .exp .right a {
  display: flex;
  align-items: center;
  color: #00DD9D;
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  text-transform: uppercase;
}
.page-intro .ss6 {
  padding: 104px 9.375% 111px;
  background: var(--White, #F7FFF4);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.page-intro .ss6 .decor3 {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: -1;
}
.page-intro .ss6 .decor4 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 105%;
  z-index: -1;
}
.page-intro .ss6 h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Medium1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 40px;
}
.page-intro .ss6 .img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 275/240;
  border: 1px solid var(--Green, #008B63);
  background: rgba(0, 139, 99, 0.05);
  margin-bottom: 16px;
}
.page-intro .ss6 .img img {
  max-height: 100%;
}
.page-intro .ss6 .name {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  text-align: center;
  margin-bottom: 4px;
}
.page-intro .ss6 .exp {
  color: var(--Dark-Green, #143723);
  text-align: center;
}
.page-intro .ss6 > .item {
  margin: 0 auto 40px;
  width: 36.0683760684%;
}
.page-intro .ss6 > .item .img {
  aspect-ratio: 422/330;
}

@media (max-width: 1280px) {
  .page-intro .ss1 {
    padding: 80px 30px;
  }
  .page-intro .ss1 .decor_ss1 {
    height: auto;
  }
  .page-intro .ss2 {
    padding-right: 30px;
  }
  .page-intro .ss3 {
    padding: 100px 30px 80px;
  }
  .page-intro .ss4 {
    padding: 80px 30px 0;
  }
  .page-intro .ss4 .left {
    padding-right: 40px;
  }
  .page-intro .ss5 .content {
    padding: 20px 30px 80px;
  }
  .page-intro .ss5 .content .right p {
    margin-bottom: 20px;
  }
  .page-intro .ss6 {
    padding: 80px 30px;
  }
}
@media (max-width: 1024px) {
  .page-intro .ss1 {
    flex-direction: column;
  }
  .page-intro .ss1 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-intro .ss1 .right {
    width: 100%;
    margin-left: 0;
    aspect-ratio: auto;
  }
  .page-intro .ss2 {
    flex-direction: column;
    padding-right: 0;
  }
  .page-intro .ss2::after {
    display: none;
  }
  .page-intro .ss2 .left {
    width: 100%;
  }
  .page-intro .ss2 .right {
    width: 100%;
    padding: 50px 30px;
  }
  .page-intro .ss3 .content .item {
    width: calc((100% - 24px) / 2);
    margin: 0 24px 24px 0;
  }
  .page-intro .ss3 .content .item:nth-child(n) {
    margin-right: 24px;
  }
  .page-intro .ss3 .content .item:nth-child(2n) {
    margin-right: 0;
  }
  .page-intro .ss4 {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .page-intro .ss4 .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    background: #F7FFF4;
    position: relative;
    z-index: 10;
  }
  .page-intro .ss4 .left::after {
    display: none;
  }
  .page-intro .ss4 .right {
    width: 100%;
    height: 80vh;
    padding-left: 0;
    padding-bottom: 20px;
    overflow-y: scroll;
  }
  .page-intro .ss4 .right::after {
    height: 5vh;
  }
  .page-intro .ss5 {
    padding: 40px 0 0;
    margin-top: -50px;
  }
  .page-intro .ss5 .content .list .item .exp {
    padding-left: 0;
    flex-direction: column;
  }
  .page-intro .ss5 .content .list .item .exp .left {
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: auto;
  }
  .page-intro .ss5 .content .list .item .exp .right {
    width: 100%;
    padding-left: 0;
  }
  .page-intro .ss5 .decor2 {
    top: -50px;
  }
  .page-intro .ss6 > .item {
    width: 60%;
  }
  .page-intro .ss1 .left h3,
  .page-intro .ss2 .right h3,
  .page-intro .ss3 .content .item h3,
  .page-intro .ss4 .left h3,
  .page-intro .ss5 .content h3,
  .page-intro .ss6 h3 {
    font-size: 45px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-intro .ss1 .left h3,
  .page-intro .ss2 .right h3,
  .page-intro .ss3 .content .item h3,
  .page-intro .ss4 .left h3,
  .page-intro .ss5 .content h3,
  .page-intro .ss6 h3 {
    font-size: 40px;
  }
  .page-intro .ss2 .right ul li {
    width: 100% !important;
  }
  .page-intro .ss2 .right ul li:nth-child(1), .page-intro .ss2 .right ul li:nth-child(2) {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .page-intro .ss2 .right ul li:nth-child(2) {
    padding-bottom: 10px;
  }
  .page-intro .ss2 .right ul li:nth-child(3) {
    padding-bottom: 10px;
  }
  .page-intro .ss3 .content .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .page-intro .ss4 .right .item {
    padding-left: 35px;
  }
  .page-intro .ss4 .right .item::before {
    width: 30px;
    height: 30px;
    left: -1px;
  }
  .page-intro .ss4 .right .item::after {
    width: 12px;
    height: 12px;
    left: 8px;
    top: 11px;
  }
  .page-intro .ss4 .right .item .img {
    aspect-ratio: auto;
  }
  .page-intro .ss5 .decor_t_ss5 {
    top: -13px;
  }
  .page-intro .ss5 .decor2 {
    top: -30px;
  }
  .page-intro .ss5 .content h3 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .page-intro .ss5 .content .list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page-intro .ss5 .content .list .item .exp {
    padding: 15px 0 0px 0px;
  }
  .page-intro .ss5 .content .list .item .exp .right p {
    margin-bottom: 15px;
  }
  .page-intro .ss5 .content .list .item .title .num {
    width: 60px;
  }
  .page-intro .ss5 .content .list .item .title .name {
    width: calc(100% - 60px);
    font-size: 16px;
  }
  .page-intro .ss6 > .item {
    width: 80%;
  }
  .page-intro .ss1 .left h3,
  .page-intro .ss2 .right h3,
  .page-intro .ss3 .content .item h3,
  .page-intro .ss4 .left h3,
  .page-intro .ss5 .content h3,
  .page-intro .ss6 h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .page-intro .ss1 {
    padding: 60px 15px;
  }
  .page-intro .ss1 .left .exp {
    margin: 15px 0 25px;
  }
  .page-intro .ss1 .decor_ss1 {
    height: auto;
  }
  .page-intro .ss2 {
    padding-top: 50px;
  }
  .page-intro .ss2 .right {
    padding: 40px 15px;
  }
  .page-intro .ss2 .right h3 {
    margin-bottom: 30px;
  }
  .page-intro .ss2 .right ul li:nth-child(1), .page-intro .ss2 .right ul li:nth-child(2) {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .page-intro .ss2 .right ul li:nth-child(2) {
    padding-bottom: 10px;
  }
  .page-intro .ss3 {
    padding: 60px 15px;
  }
  .page-intro .ss3 .content .item {
    padding: 15px;
  }
  .page-intro .ss3 .content .item:first-child {
    padding: 0;
  }
  .page-intro .ss3 .content .item:first-child span {
    margin: 0 auto 4px;
  }
  .page-intro .ss3 .content .item .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .page-intro .ss4 {
    padding: 60px 15px 0;
  }
  .page-intro .ss4 .left {
    margin-bottom: 20px;
  }
  .page-intro .ss4 .left h3 {
    margin-bottom: 25px;
  }
  .page-intro .ss4 .right .item {
    margin-bottom: 20px;
  }
  .page-intro .ss4 .right .item .date {
    margin-bottom: 5px;
  }
  .page-intro .ss4 .right .item p {
    margin-bottom: 10px;
  }
  .page-intro .ss5 {
    padding: 0px 0 0;
    margin-top: 0px;
  }
  .page-intro .ss5 .decor_t_ss5 {
    top: -25px;
  }
  .page-intro .ss5 .decor2 {
    top: -34px;
  }
  .page-intro .ss5 .content {
    padding: 20px 15px 60px;
  }
  .page-intro .ss5 .content .list .item .title .num {
    width: 40px;
  }
  .page-intro .ss5 .content .list .item .title .name {
    width: calc(100% - 40px);
    font-size: 14px;
    padding-right: 30px;
  }
  .page-intro .ss5 .content .list .item .title .down {
    width: 15px;
  }
  .page-intro .ss6 {
    padding: 60px 15px;
  }
  .page-intro .ss6 h3 {
    margin-bottom: 20px;
  }
  .page-intro .ss6 .name {
    font-size: 16px;
  }
  .page-intro .ss6 > .item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .page-intro .ss6 .swiper-slide .name {
    font-size: 13px;
    margin-bottom: 0;
  }
  .page-intro .ss6 .swiper-slide .exp {
    font-size: 14px;
  }
  .page-intro .ss1 .left h3,
  .page-intro .ss2 .right h3,
  .page-intro .ss3 .content .item h3,
  .page-intro .ss4 .left h3,
  .page-intro .ss5 .content h3,
  .page-intro .ss6 h3 {
    font-size: 28px;
    text-align: center;
  }
}
.page-duan {
  display: flex;
  flex-direction: column;
}
.page-duan .content-page {
  padding-top: 126px;
  margin-top: -1px;
  padding-bottom: 80px;
  background: var(--White, #F7FFF4);
  z-index: 1;
  position: relative;
}
.page-duan .content-page .decor4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-duan .content-page .decor {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: -1;
}

/* --- Section: Dự án nổi bật --- */
.duan-noibat {
  margin-bottom: 100px;
  overflow: hidden;
}
.duan-noibat .cm-title {
  text-align: center;
  margin-bottom: 31px;
  color: var(--Green, #008B63);
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1px;
}
.duan-noibat .wrap-noibat {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 9.7222%;
  /* 140 / 1440 */
}
.duan-noibat .wrap-noibat .duan-noibat-slide {
  padding-bottom: 10px;
  overflow: visible;
  position: relative;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .action-box {
  position: absolute;
  right: 40px;
  bottom: 56px;
  display: flex;
  gap: 2px;
  z-index: 10;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .action-box .slide-nav {
  width: 40px;
  height: 40px;
  background: var(--Brand-Light-Green, #008B63);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .action-box .slide-nav:hover {
  background: rgb(0, 117, 61.9821428571);
}
.duan-noibat .wrap-noibat .duan-noibat-slide .action-box .slide-nav img {
  filter: brightness(0) invert(1);
  width: 24px;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide {
  width: 100%;
  transition: all 0.4s ease;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide.swiper-slide-active .info-box {
  opacity: 1;
  visibility: visible;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .img-box {
  aspect-ratio: 1170/580;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box {
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .title {
  margin-bottom: 15px;
  color: var(--Green, #008B63);
  font-family: "NotoSerifDisplay-Medium.ttf";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}
.duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .desc {
  padding-right: 200px;
  color: var(--Dark-Green, #143723);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* --- Section: Các dự án khác --- */
.duan-khac {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 9.375%;
  /* 135px / 1440px */
  position: relative;
}
.duan-khac .head-dk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.duan-khac .head-dk .cm-title {
  margin: 0;
  color: var(--Green, #008B63);
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
}
.duan-khac .head-dk .tab {
  display: flex;
  align-items: center;
  gap: 16px;
}
.duan-khac .head-dk .tab .item {
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  text-transform: uppercase;
}
.duan-khac .head-dk .tab .item:hover, .duan-khac .head-dk .tab .item.active {
  color: #008B63;
}
.duan-khac .head-dk .tab .divider {
  color: #143723;
}
.duan-khac .tab_content .swiper-slide {
  height: auto;
}
.duan-khac .tab_content .item-dk {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.duan-khac .tab_content .item-dk:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.duan-khac .tab_content .item-dk:hover .img-box img {
  transform: scale(1.2);
}
.duan-khac .tab_content .item-dk .img-box {
  aspect-ratio: 374/230;
  display: block;
  overflow: hidden;
}
.duan-khac .tab_content .item-dk .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.duan-khac .tab_content .item-dk .info-box {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.duan-khac .tab_content .item-dk .info-box .title {
  margin-bottom: 13px;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.duan-khac .tab_content .item-dk .info-box .specs .spec-row {
  display: flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(20, 55, 35, 0.1019607843);
  margin-bottom: 8px;
}
.duan-khac .tab_content .item-dk .info-box .specs .spec-row:last-child {
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.duan-khac .tab_content .item-dk .info-box .specs .spec-row .label {
  width: 90px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Bold1.otf";
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}
.duan-khac .tab_content .item-dk .info-box .specs .spec-row .value {
  flex: 1;
  color: var(--Dark-Green, #143723);
}
.duan-khac .tab_content .item-dk .info-box .btn-detail {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 18.2px */
}
.duan-khac .tab_content .item-dk .info-box .btn-detail:hover {
  text-decoration: underline;
}
.duan-khac .tab_content .item-dk .info-box .btn-detail img {
  margin-bottom: 2.2px;
}

@media (max-width: 1366px) {
  .page-duan .duan-noibat .wrap-noibat {
    padding: 0 40px;
  }
  .page-duan .duan-khac {
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  .page-duan .decor4 {
    max-width: 300px;
  }
  .page-duan .content-page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .page-duan .content-page .decor {
    top: -40px;
  }
  .page-duan .duan-noibat {
    margin-bottom: 80px;
  }
  .page-duan .duan-noibat .wrap-noibat {
    padding: 0 60px;
  }
  .page-duan .duan-khac {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .page-duan .content-page {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .page-duan .duan-noibat {
    margin-bottom: 60px;
  }
  .page-duan .duan-noibat .cm-title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box {
    padding: 30px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .title {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .desc {
    padding-right: 100px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .action-box {
    bottom: 24px;
    right: 30px;
  }
  .page-duan .duan-khac {
    padding: 0 20px;
  }
  .page-duan .duan-khac .head-dk {
    margin-bottom: 24px;
  }
  .page-duan .duan-khac .head-dk .cm-title {
    font-size: 48px;
  }
  .page-duan .duan-khac .tab_content .item-dk .info-box {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .page-duan .content-page {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-duan .content-page .decor {
    display: none;
  }
  .page-duan .duan-noibat {
    margin-bottom: 50px;
  }
  .page-duan .duan-noibat .cm-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .page-duan .duan-noibat .wrap-noibat {
    padding: 0 50px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box {
    padding: 20px;
    padding-bottom: 70px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .desc {
    font-size: 15px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .action-box {
    right: 20px;
    bottom: 20px;
  }
  .page-duan .duan-khac {
    padding: 0 15px;
  }
  .page-duan .duan-khac .head-dk {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  .page-duan .duan-khac .head-dk .cm-title {
    font-size: 36px;
  }
  .page-duan .duan-khac .tab_content .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page-duan .duan-noibat .cm-title {
    font-size: 30px;
  }
  .page-duan .duan-noibat .wrap-noibat {
    padding: 0;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box {
    padding: 15px;
    padding-bottom: 50px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .title {
    font-size: 22px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .action-box {
    right: 15px;
    bottom: 15px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .action-box .slide-nav {
    width: 32px;
    height: 32px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .action-box .slide-nav img {
    width: 16px;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .swiper-slide .info-box .desc {
    padding-right: 0;
  }
  .page-duan .duan-noibat .wrap-noibat .duan-noibat-slide .action-box {
    bottom: 0px;
    display: flex;
    gap: 2px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }
  .page-duan .duan-khac .head-dk .cm-title {
    font-size: 30px;
  }
  .page-duan .duan-khac .head-dk .tab {
    gap: 12px;
    flex-wrap: wrap;
  }
  .page-duan .duan-khac .tab_content .item-dk .info-box {
    padding: 15px;
  }
  .page-duan .duan-khac .tab_content .item-dk .info-box .title {
    font-size: 15px;
  }
  .page-duan .duan-khac .tab_content .item-dk .info-box .specs .spec-row .label {
    width: 75px;
    font-size: 13px;
  }
  .page-duan .duan-khac .tab_content .item-dk .info-box .specs .spec-row .value {
    font-size: 13px;
  }
}
.page-duan-chitiet .cm-title-page {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 61.6px */
  letter-spacing: -1px;
}
.page-duan-chitiet .cm-title-page.green {
  color: #00DD9D;
}
.page-duan-chitiet .cm-title-page.center {
  text-align: center;
}
.page-duan-chitiet .content-page {
  margin-top: -1px;
}
.page-duan-chitiet .content-page .ss1 {
  padding: 105px 9.375%;
  background: var(--White, #F7FFF4);
  position: relative;
  z-index: 0;
}
.page-duan-chitiet .content-page .ss1 .top {
  display: flex;
  margin-bottom: 108px;
}
.page-duan-chitiet .content-page .ss1 .top .left {
  width: 37.094017094%;
  padding-right: 60px;
}
.page-duan-chitiet .content-page .ss1 .top .left .cm-title-page {
  margin-bottom: 40px;
}
.page-duan-chitiet .content-page .ss1 .top .left .exp {
  text-align: justify;
  color: var(--Dark-Green, #143723);
  margin-bottom: 26px;
}
.page-duan-chitiet .content-page .ss1 .top .left .first {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.page-duan-chitiet .content-page .ss1 .top .left .first li {
  color: var(--Dark-Green, #143723);
  font-style: normal;
}
.page-duan-chitiet .content-page .ss1 .top .left .first li:nth-of-type(2n + 1) {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
  font-family: "Gilroy-Semibold1.otf";
  letter-spacing: 0.13px;
  line-height: 140%;
  /* 18.2px */
}
.page-duan-chitiet .content-page .ss1 .top .left .nth {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.page-duan-chitiet .content-page .ss1 .top .left .nth li {
  width: 50%;
  color: var(--Dark-Green, #143723);
  font-style: normal;
}
.page-duan-chitiet .content-page .ss1 .top .left .nth li:nth-child(1), .page-duan-chitiet .content-page .ss1 .top .left .nth li:nth-child(2) {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
  font-family: "Gilroy-Semibold1.otf";
  letter-spacing: 0.13px;
  line-height: 140%;
  /* 18.2px */
}
.page-duan-chitiet .content-page .ss1 .top .left > span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Brand-Light-Green, #008B63);
  margin: 22px 0 16px;
}
.page-duan-chitiet .content-page .ss1 .top .left .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-duan-chitiet .content-page .ss1 .top .left .bottom .list,
.page-duan-chitiet .content-page .ss1 .top .left .bottom .web {
  display: flex;
  align-items: center;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.page-duan-chitiet .content-page .ss1 .top .left .bottom .list > a,
.page-duan-chitiet .content-page .ss1 .top .left .bottom .web > a {
  margin-right: 21px;
}
.page-duan-chitiet .content-page .ss1 .top .left .bottom .list > a:last-child,
.page-duan-chitiet .content-page .ss1 .top .left .bottom .web > a:last-child {
  margin-right: 0;
}
.page-duan-chitiet .content-page .ss1 .top .left .bottom .web img {
  margin-left: 8px;
  margin-bottom: 4px;
}
.page-duan-chitiet .content-page .ss1 .top .right {
  width: 62.905982906%;
  aspect-ratio: 736/560;
}
.page-duan-chitiet .content-page .ss1 .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-duan-chitiet .content-page .ss1 > .bottom .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.page-duan-chitiet .content-page .ss1 > .bottom .title .exp {
  width: 48.6324786325%;
  text-align: justify;
}
.page-duan-chitiet .content-page .ss1 > .bottom > img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.page-duan-chitiet .content-page .ss1 .decor1 {
  position: absolute;
  left: 45%;
  bottom: 105px;
  z-index: -1;
}
.page-duan-chitiet .content-page .ss2 {
  padding: 104px 0 96px;
  background: var(--Dark-Green, #143723);
  position: relative;
  z-index: 0;
}
.page-duan-chitiet .content-page .ss2 .decor2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.page-duan-chitiet .content-page .ss2 .decor3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.page-duan-chitiet .content-page .ss2 .cm-title-page {
  margin-bottom: 40px;
}
.page-duan-chitiet .content-page .ss2 .swiper {
  padding: 0 9.375%;
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev,
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #008B63;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev:after,
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next:after {
  display: none;
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev {
  left: calc(9.375% - 80px);
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next {
  right: calc(9.375% - 80px);
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-slide {
  aspect-ratio: 1170/540;
}
.page-duan-chitiet .content-page .ss2 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-duan-chitiet .content-page .ss3 {
  padding: 124px 9.375% 104px;
  position: relative;
  z-index: 0;
  background: var(--Dark-Green, #143723);
}
.page-duan-chitiet .content-page .ss3 .bgr_ss3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.page-duan-chitiet .content-page .ss3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.page-duan-chitiet .content-page .ss3 .top .tabs {
  display: flex;
  align-items: center;
}
.page-duan-chitiet .content-page .ss3 .top .tabs a {
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 21px;
}
.page-duan-chitiet .content-page .ss3 .top .tabs a.is-active {
  color: var(--Primary-Green, #008B63);
}
.page-duan-chitiet .content-page .ss3 .top .tabs a:last-child {
  padding-right: 0;
}
.page-duan-chitiet .content-page .ss3 .top .tabs a:first-child {
  padding-left: 0;
}
.page-duan-chitiet .content-page .ss3 .top .tabs a:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: var(--Dark-Green, #143723);
}
.page-duan-chitiet .content-page .ss3 .top .tabs a:last-child:after {
  display: none;
}
.page-duan-chitiet .content-page .ss3 .swiper {
  aspect-ratio: 1170/573;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide {
  display: flex;
  gap: 24px;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .left {
  width: calc(50% - 12px);
  height: 100%;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .left .img {
  width: 100%;
  height: 100%;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .right {
  width: calc(50% - 12px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .right .img {
  width: calc(50% - 12px);
  aspect-ratio: 1/1;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img .play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img .download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #008B63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease;
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img .download-btn img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .img:hover .download-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper {
  aspect-ratio: auto;
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide {
  display: block;
  /* override old display: flex */
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .img {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .img > img {
  width: 100%;
  aspect-ratio: 573/340;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .img > img {
    aspect-ratio: 4/3;
  }
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .img .play img {
    width: 56px;
    height: auto;
  }
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .exp {
  background-color: #fff;
  padding: 16px 24px;
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide .exp h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.3s ease;
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide:hover .img > img {
  transform: scale(1.1);
}
.page-duan-chitiet .content-page .ss3 .tab2 .library_video .swiper-slide:hover .exp h3 {
  color: #00DD9D;
}
.page-duan-chitiet .content-page .ss4 {
  padding: 0 9.375% 140px;
  z-index: 0;
  position: relative;
}
.page-duan-chitiet .content-page .ss4 .bgr_ss4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.page-duan-chitiet .content-page .ss4 .cm-title-page {
  margin-bottom: 32px;
}
.page-duan-chitiet .content-page .ss4 .swiper .swiper-slide {
  aspect-ratio: 1170/730;
}
.page-duan-chitiet .content-page .ss4 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-duan-chitiet .content-page .ss4 .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-prev,
.page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #008B63;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: static;
}
.page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-prev:after,
.page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-next:after {
  display: none;
}
.page-duan-chitiet .content-page .ss5 {
  padding: 50px 9.375% 105px;
  position: relative;
  background: var(--Dark-Green, #143723);
  margin-top: 50px;
}
.page-duan-chitiet .content-page .ss5 .decor_t_ss5 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.page-duan-chitiet .content-page .ss5 .decor2 {
  position: absolute;
  top: -169px;
  left: 0;
  object-fit: cover;
}
.page-duan-chitiet .content-page .ss5 .cm-title-page {
  margin-bottom: 32px;
}
.page-duan-chitiet .content-page .ss5 .item-dk {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.page-duan-chitiet .content-page .ss5 .item-dk:hover .img-box img {
  transform: scale(1.2);
}
.page-duan-chitiet .content-page .ss5 .item-dk .img-box {
  aspect-ratio: 374/230;
  display: block;
  overflow: hidden;
}
.page-duan-chitiet .content-page .ss5 .item-dk .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .title {
  margin-bottom: 13px;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .specs .spec-row {
  display: flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(20, 55, 35, 0.1019607843);
  margin-bottom: 8px;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .specs .spec-row:last-child {
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .specs .spec-row .label {
  width: 90px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Bold1.otf";
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .specs .spec-row .value {
  flex: 1;
  color: var(--Dark-Green, #143723);
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .btn-detail {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 18.2px */
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .btn-detail:hover {
  text-decoration: underline;
}
.page-duan-chitiet .content-page .ss5 .item-dk .info-box .btn-detail img {
  margin-bottom: 2.2px;
}
@media screen and (max-width: 1280px) {
  .page-duan-chitiet .content-page .ss1 {
    padding: 80px 30px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper {
    padding: 0 30px;
  }
  .page-duan-chitiet .content-page .ss3 {
    padding: 80px 30px;
  }
  .page-duan-chitiet .content-page .ss4 {
    padding: 0 30px 100px;
  }
  .page-duan-chitiet .content-page .ss5 {
    padding: 50px 30px 80px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev {
    left: 10px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .page-duan-chitiet .cm-title-page {
    font-size: 48px;
  }
  .page-duan-chitiet .content-page .ss1 .top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .page-duan-chitiet .content-page .ss1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .page-duan-chitiet .content-page .ss1 .top .right {
    width: 100%;
  }
  .page-duan-chitiet .content-page .ss1 > .bottom .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }
  .page-duan-chitiet .content-page .ss1 > .bottom .title .exp {
    width: 100%;
  }
  .page-duan-chitiet .content-page .ss2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-duan-chitiet .cm-title-page {
    font-size: 36px;
    text-align: center;
  }
  .page-duan-chitiet .content-page .ss1 {
    padding: 60px 30px;
  }
  .page-duan-chitiet .content-page .ss1 .cm-title-page {
    margin-bottom: 20px;
  }
  .page-duan-chitiet .content-page .ss1 .bottom .title {
    align-items: center;
  }
  .page-duan-chitiet .content-page .ss1 .bottom .title .cm-title-page {
    margin-bottom: 0;
  }
  .page-duan-chitiet .content-page .ss1 .decor1 {
    bottom: 0;
  }
  .page-duan-chitiet .content-page .ss2 .cm-title-page {
    margin-bottom: 20px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper {
    padding: 0 20px;
  }
  .page-duan-chitiet .content-page .ss3 {
    padding: 60px 30px;
  }
  .page-duan-chitiet .content-page .ss3 .top {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .page-duan-chitiet .content-page .ss3 .top .tabs {
    flex-wrap: wrap;
  }
  .page-duan-chitiet .content-page .ss3 .swiper {
    aspect-ratio: auto;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .left,
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .right {
    width: 100%;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .left {
    height: auto;
    aspect-ratio: 1;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .play-btn {
    width: 50px !important;
    height: 50px !important;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .download-btn {
    width: 50px !important;
    height: 50px !important;
  }
  .page-duan-chitiet .content-page .ss4 {
    padding: 0 30px 60px;
  }
  .page-duan-chitiet .content-page .ss4 .cm-title-page {
    margin-bottom: 20px;
  }
  .page-duan-chitiet .content-page .ss5 {
    padding: 50px 30px 60px;
    margin-top: 20px;
  }
  .page-duan-chitiet .content-page .ss5 .decor2 {
    top: -70px;
  }
  .page-duan-chitiet .content-page .ss5 .content .cm-title-page {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-duan-chitiet .cm-title-page {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .page-duan-chitiet .content-page .ss1 {
    padding: 40px 15px;
  }
  .page-duan-chitiet .content-page .ss1 .top ul {
    margin-bottom: 10px !important;
  }
  .page-duan-chitiet .content-page .ss1 .top {
    gap: 15px;
  }
  .page-duan-chitiet .content-page .ss1 .bottom .cm-title-page {
    margin-bottom: 0 !important;
  }
  .page-duan-chitiet .content-page .ss2 {
    padding: 50px 0;
  }
  .page-duan-chitiet .content-page .ss2 .swiper {
    padding: 0 15px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-slide {
    aspect-ratio: auto;
    height: 250px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev,
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-prev img,
  .page-duan-chitiet .content-page .ss2 .swiper .swiper-button-next img {
    max-width: 15px;
  }
  .page-duan-chitiet .content-page .ss3 {
    padding: 50px 15px;
  }
  .page-duan-chitiet .content-page .ss3 .top .tabs a {
    font-size: 14px;
  }
  .page-duan-chitiet .content-page .ss3 .top {
    gap: 10px;
    margin-bottom: 10px;
  }
  .page-duan-chitiet .content-page .ss3 .top .cm-title-page {
    margin-bottom: 0 !important;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide {
    gap: 10px;
    flex-direction: column;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .left {
    width: 100%;
    aspect-ratio: 1.5/1;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .right {
    gap: 10px;
    width: 100%;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .right .img {
    width: calc(50% - 5px);
    aspect-ratio: 1.5/1;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .play-btn {
    width: 40px !important;
    height: 40px !important;
  }
  .page-duan-chitiet .content-page .ss3 .swiper .swiper-slide .download-btn {
    width: 40px !important;
    height: 40px !important;
  }
  .page-duan-chitiet .content-page .ss4 {
    padding: 0 15px 40px;
  }
  .page-duan-chitiet .content-page .ss4 .swiper .swiper-slide {
    aspect-ratio: auto;
    height: 250px;
  }
  .page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-prev,
  .page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-prev img,
  .page-duan-chitiet .content-page .ss4 .swiper-nav .swiper-button-next img {
    max-width: 15px;
  }
  .page-duan-chitiet .content-page .ss5 {
    padding: 40px 15px 50px;
  }
  .page-duan-chitiet .content-page .ss5 .decor2 {
    display: none;
  }
}

.page-quanhe .content-page {
  margin-top: -1px;
  padding: 80px 9.375% 105px;
  background: var(--White, #F7FFF4);
  position: relative;
  display: flex;
  z-index: 1;
}
.page-quanhe .content-page .decor {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
}
.page-quanhe .content-page .left {
  width: 31.9658119658%;
  margin-right: 3.4188034188%;
  background: #FFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: max-content;
}
.page-quanhe .content-page .left .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.page-quanhe .content-page .left .item:last-child {
  margin-bottom: 0;
}
.page-quanhe .content-page .left .item .cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-quanhe .content-page .left .item .cate.active img {
  transform: rotate(180deg);
}
.page-quanhe .content-page .left .item .cate img {
  width: 20px;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.page-quanhe .content-page .left .item .content {
  display: flex;
  flex-direction: column;
}
.page-quanhe .content-page .left .item .content a {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.page-quanhe .content-page .left .item .content a.active p {
  opacity: 1;
  color: var(--Green, #008B63);
}
.page-quanhe .content-page .left .item .content a p {
  color: var(--Dark-Green, #143723);
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  opacity: 0.8;
  width: calc(100% - 22px);
}
.page-quanhe .content-page .left .item .content a span {
  width: 6px;
  aspect-ratio: 1/1;
  background: var(--Green, #008B63);
  margin-right: 16px;
  border-radius: 50%;
}
.page-quanhe .content-page .right {
  width: 62.905982906%;
  display: flex;
  flex-direction: column;
}
.page-quanhe .content-page .right .list {
  display: flex;
  flex-direction: column;
}
.page-quanhe .content-page .right .list .item {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #143723;
}
.page-quanhe .content-page .right .list .item:last-child {
  margin-bottom: 40px;
}
.page-quanhe .content-page .right .list .item .left_item {
  width: 80.9782608696%;
  display: flex;
  align-items: center;
}
.page-quanhe .content-page .right .list .item .left_item .calendar {
  display: flex;
  flex-direction: column;
  width: 84px;
  margin-right: 23px;
}
.page-quanhe .content-page .right .list .item .left_item .calendar p {
  font-family: "Gilroy-Semibold1.otf";
  color: var(--Green, #008B63);
}
.page-quanhe .content-page .right .list .item .left_item .calendar p:nth-child(1) {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.28px;
  width: 100%;
  padding: 6px 0 3px;
  background: var(--Green, #008B63);
}
.page-quanhe .content-page .right .list .item .left_item .calendar p:nth-child(2) {
  background: var(--White, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0 5px;
}
.page-quanhe .content-page .right .list .item .left_item .calendar p:nth-child(2) span {
  font-size: 24px;
}
.page-quanhe .content-page .right .list .item .left_item .desc {
  display: flex;
  flex-direction: column;
  width: calc(100% - 107px);
}
.page-quanhe .content-page .right .list .item .left_item .desc .title {
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.page-quanhe .content-page .right .list .item .left_item .desc p {
  color: var(--Dark-Green, #143723);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-quanhe .content-page .right .list .item .right_item {
  width: 19.0217391304%;
  text-align: right;
  color: var(--Green, #008B63);
  /* H3 14Semi */
  font-family: "Gilroy-Semibold1.otf";
  line-height: 140%;
  /* 19.6px */
}
.page-quanhe .content-page .right .list .item .right_item span {
  padding-bottom: 3px;
  position: relative;
}
.page-quanhe .content-page .right .list .item .right_item span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--Green, #008B63);
}

@media (max-width: 1280px) {
  .page-quanhe .content-page {
    padding: 60px 30px 80px;
  }
}
@media (max-width: 1024px) {
  .page-quanhe .content-page {
    padding: 50px 30px 60px;
    flex-direction: column;
  }
  .page-quanhe .content-page .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-quanhe .content-page .right {
    width: 100%;
  }
  .page-quanhe .content-page .right .pagination_list_def .paginate_links {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-quanhe .content-page {
    padding: 40px 30px 50px;
  }
  .page-quanhe .content-page .decor {
    top: -30px;
  }
  .page-quanhe .content-page .right .list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-quanhe .content-page .right .list .item .left_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-quanhe .content-page .right .list .item .right_item {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .page-quanhe .content-page {
    padding: 30px 15px 40px;
  }
  .page-quanhe .content-page .left {
    padding: 16px;
  }
  .page-quanhe .content-page .left .item {
    margin-bottom: 20px;
  }
  .page-quanhe .content-page .left .item .cate img {
    width: 15px;
  }
  .page-quanhe .content-page .right .list .item {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .page-quanhe .content-page .right .list .item .left_item {
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .page-quanhe .content-page .right .list .item .left_item .calendar p:nth-child(1) {
    padding: 5px 10px 3px;
  }
  .page-quanhe .content-page .right .list .item .left_item .calendar p:nth-child(2) {
    padding: 5px 10px;
  }
  .page-quanhe .content-page .right .list .item .left_item .desc .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.page-contact {
  background: var(--White, #F7FFF4);
}
.page-contact .ss1 {
  padding: 96px 9.375%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .page-contact .ss1 {
    padding: 70px 30px;
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .ss1 {
    padding: 40px 15px;
  }
}
.page-contact .ss1 .left {
  width: 31.9658119658%;
}
@media only screen and (max-width: 1024px) {
  .page-contact .ss1 .left {
    width: 100%;
  }
}
.page-contact .ss1 .left form {
  width: 100%;
}
.page-contact .ss1 .left form .form_group {
  position: relative;
  margin-bottom: 16px;
}
.page-contact .ss1 .left form .form_group label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 23.4px */
  letter-spacing: 0.39px;
  text-transform: uppercase;
}
.page-contact .ss1 .left form .form_group input, .page-contact .ss1 .left form .form_group textarea {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(20, 55, 35, 0.2);
  background: var(--White, #FFF);
  outline: none;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  font-family: "Gilroy-Semibold1.otf";
  font-size: 14px;
  color: #143723;
  padding: 12px;
}
.page-contact .ss1 .left form .form_group textarea {
  height: 96px;
}
.page-contact .ss1 .left form .form_group ._error_msg {
  position: absolute;
  right: 0;
  top: 100%;
  color: red;
  font-style: italic;
  font-size: 12px;
}
.page-contact .ss1 .left form .btn_submit_contact {
  font-size: 14px;
  gap: 16px;
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 30px;
  line-height: 1;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-contact .ss1 .left form .btn_submit_contact:hover {
  letter-spacing: 0.5px;
}
.page-contact .ss1 .left form .frm-mes {
  font-size: 16px;
  font-family: "Gilroy-Semibold1.otf";
  color: #008B63;
}
.page-contact .ss1 .right {
  width: 62.905982906%;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .page-contact .ss1 .right {
    width: 100%;
  }
}
.page-contact .ss1 .right img {
  width: 100%;
  height: auto;
}
.page-contact .ss2 {
  width: 100%;
  position: relative;
  line-height: 0;
}
.page-contact .ss2 iframe {
  width: 100%;
  height: 546px;
}
@media only screen and (max-width: 767px) {
  .page-contact .ss2 iframe {
    height: 446px;
  }
}
.page-contact .ss2 .button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 24px;
  left: 24px;
  background: var(--Green, #008B63);
  min-width: 147px;
  height: 33px;
  color: var(--WHITE, #FDFDFD);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 14.3px */
  letter-spacing: 0.33px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.page-contact .ss2 .button:hover {
  letter-spacing: 0.5px;
}
.page-contact .ss2 .button p {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.page-contact .ss2 .button p::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.page-library {
  background: #F7FFF4;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .page-library {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-library {
    padding-bottom: 45px;
  }
}
.page-library .content {
  padding-top: 96px;
}
@media only screen and (max-width: 1024px) {
  .page-library .content {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-library .content {
    padding-top: 45px;
  }
}
.page-library .content .title {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .page-library .content .title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .page-library .content .title {
    font-size: 36px;
  }
}
.page-library .content .library_img,
.page-library .content .library_video {
  position: relative;
  padding: 0 9.375%;
}
@media only screen and (max-width: 1024px) {
  .page-library .content .library_img,
  .page-library .content .library_video {
    padding: 0 35px;
  }
}
.page-library .content .library_img .swiper-button-next, .page-library .content .library_img .swiper-button-prev,
.page-library .content .library_video .swiper-button-next,
.page-library .content .library_video .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #008B63;
}
.page-library .content .library_img .swiper-button-next:after, .page-library .content .library_img .swiper-button-prev:after,
.page-library .content .library_video .swiper-button-next:after,
.page-library .content .library_video .swiper-button-prev:after {
  filter: brightness(0) invert(1);
  font-size: 13px;
  font-weight: bold;
}
.page-library .content .library_img .swiper-button-prev,
.page-library .content .library_video .swiper-button-prev {
  left: 3.8194444444%;
}
@media only screen and (max-width: 1024px) {
  .page-library .content .library_img .swiper-button-prev,
  .page-library .content .library_video .swiper-button-prev {
    left: 15px;
  }
}
.page-library .content .library_img .swiper-button-next,
.page-library .content .library_video .swiper-button-next {
  right: 3.8194444444%;
}
@media only screen and (max-width: 1024px) {
  .page-library .content .library_img .swiper-button-next,
  .page-library .content .library_video .swiper-button-next {
    right: 15px;
  }
}
.page-library .content .library_img .swiper-slide .img,
.page-library .content .library_video .swiper-slide .img {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.page-library .content .library_img .swiper-slide .img > img,
.page-library .content .library_video .swiper-slide .img > img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.page-library .content .library_img .swiper-slide .img .play,
.page-library .content .library_video .swiper-slide .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .page-library .content .library_img .swiper-slide .img .play img,
  .page-library .content .library_video .swiper-slide .img .play img {
    width: 56px;
  }
}
.page-library .content .library_img .swiper-slide .exp,
.page-library .content .library_video .swiper-slide .exp {
  background-color: #fff;
  padding: 16px 24px;
}
.page-library .content .library_img .swiper-slide .exp h3,
.page-library .content .library_video .swiper-slide .exp h3 {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.3s ease;
}
.page-library .content .library_img .swiper-slide:hover .img > img,
.page-library .content .library_video .swiper-slide:hover .img > img {
  transform: scale(1.1);
}
.page-library .content .library_img .swiper-slide:hover .exp h3,
.page-library .content .library_video .swiper-slide:hover .exp h3 {
  color: #00DD9D;
}
.page-library .content .library_img .swiper-slide.album_item .img > img,
.page-library .content .library_video .swiper-slide.album_item .img > img {
  aspect-ratio: 374/340;
}
.page-library .content .library_img .swiper-slide.video_item .img > img,
.page-library .content .library_video .swiper-slide.video_item .img > img {
  aspect-ratio: 573/340;
}
@media only screen and (max-width: 1024px) {
  .page-library .content .library_img .swiper-slide.video_item .img > img,
  .page-library .content .library_video .swiper-slide.video_item .img > img {
    aspect-ratio: 4/3;
  }
}

.page-recruitment-detail {
  background: #F7FFF4;
}
.page-recruitment-detail .wrap {
  padding: 96px 14.5833333333%;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment-detail .wrap {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment-detail .wrap {
    padding: 40px 15px;
  }
}
.page-recruitment-detail .wrap .content_page {
  background-color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment-detail .wrap .content_page {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment-detail .wrap .content_page {
    background: transparent;
    padding: 0;
  }
}
.page-recruitment-detail .wrap .content_page .title {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.page-recruitment-detail .wrap .content_page .top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment-detail .wrap .content_page .top {
    flex-direction: column;
    gap: 20px;
  }
}
.page-recruitment-detail .wrap .content_page .top .left {
  flex: 1;
}
.page-recruitment-detail .wrap .content_page .top .left .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.page-recruitment-detail .wrap .content_page .top .left .tag li {
  border: 1px solid rgba(20, 55, 35, 0.2);
  padding: 12px 16px 9px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment-detail .wrap .content_page .top .left .tag li {
    padding: 10px 15px 7px;
  }
}
.page-recruitment-detail .wrap .content_page .top .right {
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment-detail .wrap .content_page .top .right {
    width: 100%;
  }
}
.page-recruitment-detail .wrap .content_page .top .right .out_date {
  color: var(--Dark-Green, #143723);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
}
.page-recruitment-detail .wrap .content_page .top .right .btn_join {
  font-size: 14px;
  gap: 16px;
  line-height: 1;
  height: 40px;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.page-recruitment-detail .wrap .content_page .top .right .btn_join:hover {
  background: #143723;
}
.page-recruitment-detail .wrap .content_page .the-content strong, .page-recruitment-detail .wrap .content_page .the-content b {
  font-weight: 600;
  font-family: "Gilroy-Semibold1.otf";
}
.page-recruitment-detail .wrap .content_page .the-content h2, .page-recruitment-detail .wrap .content_page .the-content h3 {
  margin-bottom: 8px;
}
.page-recruitment-detail .wrap .content_page .the-content p, .page-recruitment-detail .wrap .content_page .the-content ul, .page-recruitment-detail .wrap .content_page .the-content ol, .page-recruitment-detail .wrap .content_page .the-content .wp-caption {
  margin-bottom: 16px;
}
.page-recruitment-detail .wrap .content_page .the-content p:last-child, .page-recruitment-detail .wrap .content_page .the-content ul:last-child, .page-recruitment-detail .wrap .content_page .the-content ol:last-child, .page-recruitment-detail .wrap .content_page .the-content .wp-caption:last-child {
  margin-bottom: 0;
}
.page-recruitment-detail .wrap .content_page .the-content ul, .page-recruitment-detail .wrap .content_page .the-content ol {
  padding-left: 20px;
}
.page-recruitment-detail .wrap .content_page .the-content ul li, .page-recruitment-detail .wrap .content_page .the-content ol li {
  padding-bottom: 2px;
}
.page-recruitment-detail .wrap .content_page .the-content ul li:last-child, .page-recruitment-detail .wrap .content_page .the-content ol li:last-child {
  padding-bottom: 0;
}
.page-recruitment-detail .wrap .content_page .the-content ul li {
  list-style: disc;
}
.page-recruitment-detail .wrap .content_page .the-content ol li {
  list-style: decimal;
}
.page-recruitment-detail .wrap .content_page .the-content .wp-block-image,
.page-recruitment-detail .wrap .content_page .the-content .wp-caption {
  width: 100% !important;
  margin-bottom: 16px;
}
.page-recruitment-detail .wrap .content_page .the-content .wp-block-image img,
.page-recruitment-detail .wrap .content_page .the-content .wp-caption img {
  margin: 0 auto 10px;
  display: block;
  max-width: 100%;
}
.page-recruitment-detail .wrap .content_page .the-content .wp-block-image p, .page-recruitment-detail .wrap .content_page .the-content .wp-block-image figcaption,
.page-recruitment-detail .wrap .content_page .the-content .wp-caption p,
.page-recruitment-detail .wrap .content_page .the-content .wp-caption figcaption {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.page-recruitment-detail .wrap .content_page .the-content img {
  margin: 16px auto 16px;
  display: block;
  max-width: 100%;
}
.page-recruitment-detail .wrap .content_page .the-content a {
  text-decoration: underline;
}
.page-recruitment-detail .wrap .content_page .application {
  margin-top: 40px;
}

#form-recruitment {
  width: 100%;
}
#form-recruitment .form-field-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form-recruitment .form-field-all .form_group {
  width: calc((100% - 24px) / 2);
  margin-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #form-recruitment .form-field-all .form_group {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 576px) {
  #form-recruitment .form-field-all .form_group {
    width: 100%;
  }
}
#form-recruitment .form-field-all .form_group:nth-child(5), #form-recruitment .form-field-all .form_group:nth-child(1) {
  width: 100%;
}
#form-recruitment .form-field-all .form_group:last-child input {
  padding: 0 16px;
  cursor: pointer;
}
#form-recruitment .form-field-all .form_group:nth-child(4) {
  width: 100%;
  height: 104px;
}
#form-recruitment .form-field-all .form_group:nth-child(4) textarea {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(20, 55, 35, 0.2);
  background: #FDFDFD;
  outline: none;
  padding: 15px 16px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#form-recruitment .form-field-all .form_group ._error_msg {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 13px;
  font-style: italic;
  color: red;
}
#form-recruitment .form-field-all .form_group .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--Brown, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  pointer-events: none;
  text-transform: unset;
  width: max-content;
}
#form-recruitment .form-field-all .form_group .label span {
  color: #008B63;
  font-family: "Gilroy-Bold1.otf";
  display: inline-block;
  margin-left: 4px;
}
#form-recruitment .form-field-all .form_group .js_upload_name_letter {
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #008B63;
  font-family: "Gilroy-Semibold1.otf";
}
#form-recruitment .form-field-all .form_group input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(20, 55, 35, 0.2);
  background: #FDFDFD;
  outline: none;
  padding: 15px 16px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#form-recruitment .form-field-all .form_group input::placeholder {
  color: rgba(20, 55, 35, 0.75);
}
#form-recruitment .form-field-all .form_group input[type=file] {
  color: transparent;
}
#form-recruitment .form-field-all .form_group input[type=file]::file-selector-button {
  all: unset; /* reset nút */
  cursor: pointer;
}
#form-recruitment .cm-button {
  font-size: 14px;
  gap: 16px;
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#form-recruitment .cm-button:hover {
  letter-spacing: 0.5px;
}
#form-recruitment .frm-mes {
  font-family: "Gilroy-Bold1.otf";
  color: #008B63;
  font-size: 15px;
  margin-top: 10px;
}

.page-recruitment {
  background: #F7FFF4;
}
.page-recruitment .wrap {
  padding: 96px 0;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .wrap {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment .wrap {
    padding: 40px 0;
  }
}
.page-recruitment .wrap .title {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -1px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .page-recruitment .wrap .title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .wrap .title br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruitment .wrap .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.page-recruitment .wrap .excerpt {
  color: var(--Dark-Green, #143723);
  text-align: justify;
  font-family: "Gilroy-Medium1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.page-recruitment .treat {
  padding: 0 9.375%;
  box-sizing: border-box;
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .treat {
    padding: 0 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment .treat {
    padding: 0 15px;
  }
}
.page-recruitment .treat .left {
  width: 270px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .treat .left {
    width: 100%;
  }
}
.page-recruitment .treat .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .treat .right {
    width: 100%;
  }
}
.page-recruitment .treat .right .box {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 768px) {
  .page-recruitment .treat .right .box {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 576px) {
  .page-recruitment .treat .right .box {
    width: 100%;
  }
}
.page-recruitment .treat .right .box.active .item, .page-recruitment .treat .right .box:hover .item {
  background: #008B63;
  border-color: #008B63;
}
.page-recruitment .treat .right .box.active .item .icon, .page-recruitment .treat .right .box:hover .item .icon {
  background: #fff;
}
.page-recruitment .treat .right .box.active .item .icon img, .page-recruitment .treat .right .box:hover .item .icon img {
  filter: brightness(1) invert(0);
}
.page-recruitment .treat .right .box.active .item .exp h3, .page-recruitment .treat .right .box:hover .item .exp h3 {
  height: 0;
  overflow: hidden;
}
.page-recruitment .treat .right .box.active .item .exp p, .page-recruitment .treat .right .box:hover .item .exp p {
  height: auto;
  overflow: visible;
}
.page-recruitment .treat .right .item {
  position: relative;
  min-height: 188px;
  border: 1px solid rgba(20, 55, 35, 0.2);
  background: var(--White, #FFF);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.page-recruitment .treat .right .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #008B63;
  transition: all 0.3s ease;
}
.page-recruitment .treat .right .item .icon img {
  max-width: 80%;
  max-height: 80%;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.page-recruitment .treat .right .item .exp {
  max-height: 80px;
  overflow-y: auto;
}
.page-recruitment .treat .right .item .exp h3 {
  display: block;
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.3s ease;
}
.page-recruitment .treat .right .item .exp p {
  display: block;
  height: 0;
  overflow: hidden;
  color: var(--White, #FFF);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.3s ease;
}
.page-recruitment .environment {
  position: relative;
  padding: 104px 9.375%;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .environment {
    padding: 70px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment .environment {
    padding: 40px 15px;
  }
}
.page-recruitment .environment .left {
  width: 74.5299145299%;
}
.page-recruitment .environment .left img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .environment .left {
    width: 100%;
    order: 2;
  }
}
.page-recruitment .environment .right {
  position: relative;
  flex: 1;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .environment .right {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }
}
.page-recruitment .environment .right::before, .page-recruitment .environment .right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #008B63;
  left: 0;
}
.page-recruitment .environment .right::before {
  bottom: 5px;
}
.page-recruitment .environment .right::after {
  bottom: 0px;
}
.page-recruitment .recruit {
  position: relative;
  padding: 0 9.375%;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .recruit {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruitment .recruit {
    padding: 0 15px;
  }
}
.page-recruitment .recruit .title {
  text-align: center;
}
.page-recruitment .recruit .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .recruit .list {
    gap: 20px;
  }
}
.page-recruitment .recruit .list .item {
  width: 100%;
  border: 1px solid rgba(20, 55, 35, 0.2);
  background: var(--White, #FFF);
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .recruit .list .item {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }
}
.page-recruitment .recruit .list .item .left {
  flex: 1;
}
.page-recruitment .recruit .list .item .left .re_title {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.page-recruitment .recruit .list .item .left .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.page-recruitment .recruit .list .item .left .tag li {
  border: 1px solid rgba(20, 55, 35, 0.2);
  padding: 12px 16px 9px;
  color: var(--Dark-Green, #143723);
  font-family: "Gilroy-Medium1.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .recruit .list .item .left .tag li {
    padding: 10px 15px 7px;
  }
}
.page-recruitment .recruit .list .item .right {
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  .page-recruitment .recruit .list .item .right {
    width: 100%;
  }
}
.page-recruitment .recruit .list .item .right .out_date {
  color: var(--Dark-Green, #143723);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}
.page-recruitment .recruit .list .item .right .cm-button {
  font-size: 14px;
  gap: 16px;
  line-height: 1;
  height: 40px;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.page-recruitment .recruit .list .item .right .cm-button:hover {
  background: #143723;
}

.recruit_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.recruit_popup.active {
  opacity: 1;
  pointer-events: all;
}
.recruit_popup .popup_content {
  position: relative;
  width: 900px;
  max-width: calc(100% - 40px);
  background-color: #FDFDFD;
  padding: 40px;
  box-sizing: border-box;
}
.recruit_popup .popup_content .close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #143723;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.recruit_popup .popup_content .title {
  font-size: 24px;
  color: #008B63;
  text-align: center;
  margin-bottom: 24px;
}
.recruit_popup .popup_content form .btn_submit_recruit {
  margin: 0 auto;
}

.page-search .ss1 {
  margin-top: -1px;
  background: var(--White, #F7FFF4);
  padding: 80px 16.3194444444% 104px;
}
.page-search .ss1 .search-box {
  margin-bottom: 40px;
}
.page-search .ss1 .search-box .search-form {
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  gap: 24px;
}
.page-search .ss1 .search-box .search-input {
  flex: 1;
  height: 48px;
  padding: 0 20px;
  border: none;
  outline: none;
  background: transparent;
  width: calc(100% - 204px);
  border: 1px solid rgba(20, 55, 35, 0.2);
  position: relative;
}
.page-search .ss1 .search-box .search-input input {
  border: none;
  outline: none;
  background: transparent;
  color: var(--Dark-Green, #143723);
  font-size: 14px;
  line-height: 48px;
  width: 100%;
}
.page-search .ss1 .search-box .search-input input::placeholder {
  color: #143723;
}
.page-search .ss1 .search-box .search-input img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-search .ss1 .search-box .search-btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 15px;
  background: var(--Green, #008B63);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  transition: background 0.3s;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-search .ss1 .search-box .search-btn:hover {
  background: rgb(0, 98.2, 69.9410071942);
}
.page-search .ss1 .list_result {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 40px 0;
  border-top: 1px solid rgba(20, 55, 35, 0.2);
  border-bottom: 1px solid rgba(20, 55, 35, 0.2);
}
.page-search .ss1 .list_result .result-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s;
  background: #FDFFFD;
  margin-bottom: 40px;
}
.page-search .ss1 .list_result .result-item:first-child {
  padding-top: 0;
}
.page-search .ss1 .list_result .result-item:last-child {
  margin-bottom: 0;
}
.page-search .ss1 .list_result .result-item:hover .img_box img {
  transform: scale(1.05);
}
.page-search .ss1 .list_result .result-item:hover .info_box .title {
  color: rgb(0, 113.5, 80.8381294964);
  text-decoration: underline;
}
.page-search .ss1 .list_result .img_box {
  flex-shrink: 0;
  width: 30.7216494845%;
  aspect-ratio: 298/160;
  overflow: hidden;
}
.page-search .ss1 .list_result .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-search .ss1 .list_result .info_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  width: 69.2783505155%;
}
.page-search .ss1 .list_result .info_box .title {
  color: var(--Dark-Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
  font-size: 18px;
  line-height: 130%;
  margin: 0;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-search .ss1 .list_result .info_box .desc {
  color: #143723;
  margin: 0;
  font-family: "Gilroy-Regular1.otf";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-search .ss1 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}
.page-search .ss1 .pagination .paginate_links {
  display: flex;
  align-items: center;
}
.page-search .ss1 .pagination .paginate_links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 20px;
  padding: 0 8px;
  color: var(--Dark-Green, #143723);
  font-size: 18px;
  text-decoration: none;
  border-right: 1px solid #D9D9D9;
  transition: color 0.3s;
}
.page-search .ss1 .pagination .paginate_links .page-numbers:last-child {
  border-right: none;
}
.page-search .ss1 .pagination .paginate_links .page-numbers:hover {
  color: var(--Green, #008B63);
}
.page-search .ss1 .pagination .paginate_links .page-numbers.current {
  color: var(--Green, #008B63);
  font-family: "Gilroy-Semibold1.otf";
}
.page-search .ss1 .pagination .paginate_links .page-numbers.dots {
  padding: 0 4px;
  user-select: none;
  pointer-events: none;
}
.page-search .ss1 .pagination .paginate_links .page-numbers.prev img, .page-search .ss1 .pagination .paginate_links .page-numbers.next img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1280px) {
  .page-search .ss1 {
    padding: 60px 30px 80px;
  }
}
@media (max-width: 1024px) {
  .page-search .ss1 {
    padding: 50px 15px 60px;
  }
  .page-search .ss1 .search-box {
    margin-bottom: 30px;
  }
  .page-search .ss1 .search-box .search-input {
    height: 44px;
  }
  .page-search .ss1 .search-box .search-input input {
    line-height: 44px;
  }
  .page-search .ss1 .search-box .search-btn {
    height: 44px;
    width: 160px;
  }
  .page-search .ss1 .list_result {
    padding: 30px 0;
  }
  .page-search .ss1 .list_result .result-item {
    margin-bottom: 30px;
  }
  .page-search .ss1 .list_result .info_box {
    padding: 20px;
    gap: 12px;
  }
  .page-search .ss1 .list_result .info_box .title {
    font-size: 16px;
  }
  .page-search .ss1 .pagination {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .page-search .ss1 {
    padding: 40px 15px 50px;
  }
  .page-search .ss1 .search-box {
    margin-bottom: 24px;
  }
  .page-search .ss1 .search-box .search-form {
    gap: 16px;
  }
  .page-search .ss1 .search-box .search-input {
    width: calc(100% - 170px);
  }
  .page-search .ss1 .search-box .search-btn {
    width: 140px;
    font-size: 13px;
  }
  .page-search .ss1 .list_result {
    padding: 24px 0;
  }
  .page-search .ss1 .list_result .result-item {
    margin-bottom: 24px;
  }
  .page-search .ss1 .list_result .info_box {
    padding: 16px;
    gap: 10px;
  }
  .page-search .ss1 .list_result .info_box .title {
    font-size: 15px;
  }
  .page-search .ss1 .list_result .info_box .desc {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .page-search .ss1 .pagination {
    margin-top: 30px;
  }
  .page-search .ss1 .pagination .paginate_links .page-numbers {
    min-width: 36px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .page-search .ss1 {
    padding: 30px 15px 40px;
  }
  .page-search .ss1 .search-box {
    margin-bottom: 20px;
  }
  .page-search .ss1 .search-box .search-form {
    flex-direction: column;
    gap: 12px;
  }
  .page-search .ss1 .search-box .search-input {
    width: 100%;
    height: 42px;
  }
  .page-search .ss1 .search-box .search-input input {
    line-height: 42px;
    font-size: 13px;
  }
  .page-search .ss1 .search-box .search-btn {
    width: 100%;
    height: 42px;
    justify-content: center;
    gap: 8px;
  }
  .page-search .ss1 .list_result {
    padding: 20px 0;
  }
  .page-search .ss1 .list_result .result-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page-search .ss1 .list_result .img_box {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .page-search .ss1 .list_result .info_box {
    width: 100%;
    padding: 16px;
    gap: 8px;
  }
  .page-search .ss1 .list_result .info_box .title {
    font-size: 15px;
  }
  .page-search .ss1 .list_result .info_box .desc {
    font-size: 13px;
  }
  .page-search .ss1 .pagination {
    margin-top: 24px;
  }
  .page-search .ss1 .pagination .paginate_links .page-numbers {
    min-width: 32px;
    font-size: 14px;
    padding: 0 6px;
  }
}

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