@charset "UTF-8";
/*
    Theme Name: SJ Group
    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: "";
  src: url("./assets/fonts/") 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: 3px; }

::-webkit-scrollbar-thumb {
  background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
  border-radius: 3px; }

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%)); }

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: #6B4434;
  font-family: 'Fahkwang', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }
  @media only screen and (max-width: 1024px) {
    html,
    body {
      font-size: 13px; } }

.site-container {
  overflow: hidden; }

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; } }
@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); } }
@-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; } }
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes colorChange {
  0% {
    fill: #fff; }
  50% {
    fill: #E1C38B; }
  100% {
    fill: #fff; } }
@keyframes colorChange2 {
  0% {
    fill: #fff; }
  50% {
    fill: #77121D; }
  100% {
    fill: #fff; } }
@keyframes draw2 {
  0% {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 00; } }
@keyframes draw {
  0% {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1500; } }
@keyframes draw22 {
  0% {
    stroke-dashoffset: 00; }
  to {
    stroke-dashoffset: 1000; } }
@keyframes drawline {
  0% {
    stroke-dashoffset: var(--path-length); }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: var(--path-length); } }
@keyframes moveGradient1 {
  0% {
    stop-color: #E8BB9C; }
  100% {
    stop-color: #A97961; } }
@keyframes moveGradient2 {
  0% {
    stop-color: #A97961; }
  100% {
    stop-color: #E8BB9C; } }
@keyframes drawMain {
  0% {
    stroke-dashoffset: var(--len);
    fill-opacity: 0; }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 1; }
  100% {
    stroke-dashoffset: var(--len);
    fill-opacity: 0; } }
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0); }
  50% {
    transform: translateX(-50%) translateY(-10px); } }
@keyframes opacityKey {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes section1 {
  25% {
    transform: scale(2); }
  50% {
    transform: scale(1); }
  50% {
    transform: scale(1) translateY(-700%);
    opacity: 0.75; }
  100% {
    transform: scale(1) translateY(-1300%);
    opacity: 0; } }
@keyframes section1MB {
  25% {
    transform: scale(2); }
  50% {
    transform: scale(1); }
  50% {
    transform: scale(1) translateY(-400%);
    opacity: 0.75; }
  100% {
    transform: scale(1) translateY(-800%);
    opacity: 0; } }
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg); }
  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg); }
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg); } }
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg); }
  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg); }
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg); } }
@keyframes scrollDown {
  0% {
    top: 17px; }
  100% {
    top: 50px; } }
@media only screen and (max-width: 1024px) {
  @keyframes scrollDown {
    0% {
      top: 13px; }
    100% {
      top: 28px; } } }
@keyframes blinkFade {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
.cm-button {
  color: var(--Text-Brown, #6B4434);
  border-radius: 0 0 0 8px;
  background: var(--Brown, #E8BB9C);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 50px;
  position: relative;
  transition: all .5s ease;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .cm-button {
      height: 45px; } }
  @media only screen and (max-width: 576px) {
    .cm-button {
      width: 150px;
      height: 40px; } }
  .cm-button:hover p {
    background: var(--Gradient-Brown, linear-gradient(180deg, #A97961 0.14%, #D1A285 63.81%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cm-button:hover:after {
    width: 100%;
    opacity: 1; }
  .cm-button::after {
    transition: all .5s ease;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 0%;
    height: 100%;
    border-radius: 0 0 0 8px;
    background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
    z-index: -1;
    opacity: 0; }
  .cm-button p {
    z-index: 1;
    transition: all .5s ease; }

.button-next-def, .button-prev-def {
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  background: var(--Bronze, #A97961);
  top: 50% !important;
  transform: translateY(-50%) !important; }
  @media only screen and (max-width: 768px) {
    .button-next-def, .button-prev-def {
      width: 30px !important;
      height: 30px !important; } }
  .button-next-def::after, .button-prev-def::after {
    display: none; }
  .button-next-def:before, .button-prev-def:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
    transition: all .5s ease; }
  .button-next-def svg, .button-prev-def svg {
    z-index: 1; }
  .button-next-def:hover::before, .button-prev-def:hover::before {
    width: 100%; }
  .button-next-def:hover svg path, .button-prev-def:hover svg path {
    fill: #E8BB9C; }

.button-prev-def::before {
  left: auto;
  right: 0; }

.cm-title {
  color: var(--White, #FDFDFD);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  padding: 3px 0 !important; }
  @media only screen and (max-width: 1280px) {
    .cm-title {
      font-size: 22px; } }

.letter {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease; }

.aos-animate .letter {
  opacity: 1;
  transform: translateY(0); }

[data-aos="letters-animation"] {
  opacity: 1;
  transform: translateY(0); }

.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 {
  position: relative;
  width: 100%;
  line-height: 0; }
  @media only screen and (max-width: 768px) {
    .cm-banner {
      margin-top: 70px; } }
  .cm-banner::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%;
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%); }
    @media only screen and (max-width: 576px) {
      .cm-banner::before {
        height: 75%; } }
  .cm-banner > img:not(.cm-decor) {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .cm-banner > img:not(.cm-decor) {
        height: 75vh; } }
  .cm-banner .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
  .cm-banner .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    padding: 60px 9.375%;
    box-sizing: border-box; }
    @media only screen and (max-width: 1280px) {
      .cm-banner .text {
        padding: 30px; } }
    @media only screen and (max-width: 576px) {
      .cm-banner .text {
        padding: 15px 15px 30px; } }
    .cm-banner .text h1 {
      color: #E8BB9C;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1280px) {
        .cm-banner .text h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .cm-banner .text h1 {
          font-size: 25px; } }
    .cm-banner .text p {
      color: var(--WHITE, #FDFDFD);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      letter-spacing: 0.16px;
      text-transform: uppercase; }
      @media only screen and (max-width: 576px) {
        .cm-banner .text p {
          font-size: 14px; } }

.header-main-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  display: flex;
  padding: 0px 0 0;
  transition: all .5s ease;
  justify-content: center;
  height: 68px; }
  @media only screen and (max-width: 768px) {
    .header-main-site {
      height: 100vh;
      flex-direction: column;
      background: #0D1427;
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
      border-radius: 0 0 50px 50px; } }
  .header-main-site .decor_hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .header-main-site .decor_hd {
        display: none; } }
  .header-main-site.is_active_header {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .header-main-site.hSticky-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden; }
  .header-main-site .logo-header {
    display: flex;
    width: 225px;
    transition: all .5s ease;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media only screen and (max-width: 1280px) {
      .header-main-site .logo-header {
        width: 190px; } }
    @media only screen and (max-width: 768px) {
      .header-main-site .logo-header {
        order: 1;
        display: none; } }
    .header-main-site .logo-header svg {
      width: 161px;
      height: auto;
      transition: all .5s ease; }
  @media only screen and (max-width: 768px) {
    .header-main-site > .left {
      order: 2; } }
  .header-main-site > .left ul {
    float: right; }
    @media only screen and (max-width: 768px) {
      .header-main-site > .left ul {
        float: none; } }
  .header-main-site > .left li:first-child {
    margin-left: 0; }
  .header-main-site > .right {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header-main-site > .right {
        order: 3;
        justify-content: center;
        flex-direction: column; } }
    .header-main-site > .right .lang {
      color: var(--Neutral-White, #FFF);
      display: flex;
      align-items: center;
      padding: 0 24px;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .header-main-site > .right .lang {
          padding-left: 0;
          border-left: none;
          height: auto;
          padding: 0; } }
      .header-main-site > .right .lang svg {
        margin-left: 12px;
        width: 8px;
        height: auto; }
      @media only screen and (max-width: 768px) {
        .header-main-site > .right .lang svg, .header-main-site > .right .lang > p {
          display: none; } }
      .header-main-site > .right .lang ul {
        display: none;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .header-main-site > .right .lang ul {
            display: flex; } }
        .header-main-site > .right .lang ul li {
          padding: 0 10px;
          position: relative; }
          .header-main-site > .right .lang ul li:last-child::after {
            display: none; }
          .header-main-site > .right .lang ul li:after {
            position: absolute;
            width: 1px;
            height: 75%;
            content: '';
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background: #FDFDFD; }
        .header-main-site > .right .lang ul a {
          color: #FDFDFD; }
  .header-main-site .left, .header-main-site .right {
    width: calc((100% - 225px)/2);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .header-main-site .left, .header-main-site .right {
        width: auto;
        height: auto; } }
  .header-main-site .li {
    cursor: pointer;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .header-main-site .li:hover::after {
        height: 100%; }
      .header-main-site .li:hover::before {
        width: 100%; }
      .header-main-site .li:hover p {
        background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .header-main-site .li:hover path {
        fill: #E8BB9C; } }
    .header-main-site .li:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 100%;
      height: 0%;
      transition: all .5s ease;
      opacity: 0.9;
      background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
      z-index: 1; }
    .header-main-site .li:before {
      content: '';
      position: absolute;
      left: 0%;
      top: 0;
      width: 0%;
      height: 2px;
      z-index: 2;
      transition: all .5s ease;
      background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%)); }
    .header-main-site .li.active p {
      background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .header-main-site .li p, .header-main-site .li svg {
      z-index: 2; }
  .header-main-site .menu-main {
    display: flex;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .header-main-site .menu-main {
        flex-direction: column;
        height: auto; } }
    .header-main-site .menu-main li {
      position: relative;
      padding: 0px 24px 0;
      z-index: 0;
      height: 100%;
      transition: all .5s ease;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1280px) {
        .header-main-site .menu-main li {
          padding: 0px 14px 0; } }
      @media only screen and (max-width: 768px) {
        .header-main-site .menu-main li {
          margin-bottom: 30px;
          height: auto; } }
      @media only screen and (min-width: 1025px) {
        .header-main-site .menu-main li:hover::after {
          height: 100%; }
        .header-main-site .menu-main li:hover::before {
          width: 100%; }
        .header-main-site .menu-main li:hover a {
          background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%));
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      .header-main-site .menu-main li:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        height: 0%;
        z-index: -2;
        transition: all .5s ease;
        opacity: 0.9;
        background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%)); }
      .header-main-site .menu-main li:before {
        content: '';
        position: absolute;
        left: 0%;
        top: 0;
        width: 0%;
        height: 2px;
        z-index: -1;
        transition: all .5s ease;
        background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%)); }
      .header-main-site .menu-main li.active a {
        background: var(--gradient-brown, linear-gradient(90deg, #A97961 32%, #E8BB9C 64%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .header-main-site .menu-main a {
      color: var(--White, #FDFDFD);
      text-align: center;
      text-transform: uppercase;
      position: relative;
      width: max-content;
      display: block;
      transition: all .5s ease; }
      @media only screen and (max-width: 768px) {
        .header-main-site .menu-main a {
          margin: 0 auto; } }

.menu_mb {
  display: none;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 30px;
  background: #0D1427;
  position: fixed;
  transition: all .5s ease;
  box-shadow: -8.412px 132.294px 36.706px 0px rgba(0, 0, 0, 0), -5.353px 84.118px 33.647px 0px rgba(0, 0, 0, 0.01), -3.059px 47.412px 28.294px 0px rgba(0, 0, 0, 0.03), -1.529px 21.412px 21.412px 0px rgba(0, 0, 0, 0.04), 0px 5.353px 11.471px 0px rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 768px) {
    .menu_mb {
      display: flex; } }
  @media only screen and (max-width: 576px) {
    .menu_mb {
      padding: 0 15px; } }
  .menu_mb.hSticky-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden; }
  .menu_mb.active_header:after {
    width: 100%; }
  .menu_mb:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #ffffff80;
    transition: all .5s ease; }
  .menu_mb.active {
    opacity: 0;
    pointer-events: none; }
  .menu_mb .logo {
    width: 200px;
    display: block; }
  .menu_mb .humbeger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 15px;
    transition: all .5s ease; }
    .menu_mb .humbeger span {
      width: 30px;
      height: 3px;
      background: #fff;
      display: block;
      transition: all .5s ease;
      margin-bottom: 0.48828125vw; }
      @media (max-width: 576px) {
        .menu_mb .humbeger span {
          width: 20px;
          height: 2px;
          margin-bottom: 5px; } }
      .menu_mb .humbeger span:nth-child(3) {
        margin-bottom: 0; }

.footer {
  background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
  padding: 80px 9.375%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1280px) {
    .footer {
      padding: 60px 30px; } }
  @media only screen and (max-width: 576px) {
    .footer {
      padding: 50px 15px; } }
  .footer .item .label {
    background: var(--Gradient-Brown, linear-gradient(180deg, #A97961 0.14%, #D1A285 63.81%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .footer .item:nth-child(1) {
    width: 19.9145299145%; }
    @media only screen and (max-width: 768px) {
      .footer .item:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
        order: 1; } }
    .footer .item:nth-child(1) a {
      display: block;
      width: 233px; }
      @media only screen and (max-width: 1280px) {
        .footer .item:nth-child(1) a {
          width: 190px; } }
      @media only screen and (max-width: 768px) {
        .footer .item:nth-child(1) a {
          margin: 0 auto; } }
      .footer .item:nth-child(1) a img {
        width: 100%;
        height: auto; }
  .footer .item:nth-child(2) {
    width: 32.0512820513%; }
    @media only screen and (max-width: 768px) {
      .footer .item:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
        order: 2; } }
  .footer .item:nth-child(3) {
    width: 23.5042735043%; }
    @media only screen and (max-width: 768px) {
      .footer .item:nth-child(3) {
        width: 100%;
        order: 4; } }
    .footer .item:nth-child(3) a {
      margin-bottom: 4px; }
  .footer .item:nth-child(4) {
    width: 12.3931623932%; }
    @media only screen and (max-width: 768px) {
      .footer .item:nth-child(4) {
        width: 100%;
        order: 3;
        margin-bottom: 30px; } }
  .footer .item a {
    color: var(--White, #EFEEE3);
    display: flex; }
    .footer .item a .icon {
      width: 12px;
      margin-right: 8px;
      margin-top: 2px; }
    .footer .item a p {
      width: calc(100% - 20px); }
  .footer .item .coppy {
    opacity: 0.3;
    margin-top: 12px;
    color: var(--White, #FDFDFD); }
  .footer .item ul {
    display: flex;
    flex-wrap: wrap; }
    .footer .item ul li {
      width: calc((100% - 24px)/2);
      margin-right: 24px;
      padding: 4px 0;
      border-bottom: #EFEEE31A 1px solid;
      position: relative; }
      .footer .item ul li:hover a {
        background: var(--Gradient-Brown, linear-gradient(180deg, #A97961 0.14%, #D1A285 63.81%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .footer .item ul li:hover:after {
        width: 100%; }
      .footer .item ul li:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0%;
        height: 1px;
        bottom: 0;
        transition: all .5s ease;
        background: var(--Gradient-Brown, linear-gradient(180deg, #A97961 0.14%, #D1A285 63.81%)); }
      .footer .item ul li:nth-of-type(2n + 2) {
        margin-right: 0; }
      .footer .item ul li a {
        transition: all .5s ease; }
  .footer .decor_ft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9.375%;
    z-index: -1; }
  .footer .decor_b_ss5 {
    position: absolute;
    left: 0;
    top: -100px;
    display: block; }
  .footer .decor_b_ft {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block; }

.loading_main {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation-name: fadeOut;
  animation-iteration-count: 1;
  animation-duration: 3s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
  background: #0D1427; }
  .loading_main svg {
    animation: section1 2.5s linear forwards;
    transition: all 5s ease;
    width: 180px;
    height: auto; }
    @media only screen and (max-width: 1450px) {
      .loading_main svg {
        animation: section1MB 2.5s linear forwards; } }
    @media only screen and (max-width: 576px) {
      .loading_main svg {
        width: auto;
        animation: section1 2.5s linear forwards; } }

.h_ss1 {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 1440/920;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .h_ss1 {
      margin-top: 70px; } }
  .h_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg); }
  .h_ss1:after {
    opacity: 0.6;
    background: linear-gradient(0deg, #000920 31.15%, rgba(0, 9, 32, 0) 99.01%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 34.7826086957%;
    width: 100%; }
  .h_ss1 > .img {
    width: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    height: 100%; }
  .h_ss1 .down {
    color: var(--White, #FDFDFD);
    padding-right: 16px;
    position: absolute;
    right: 9.375%;
    bottom: 9.5652173913%;
    transition: all .5s ease;
    z-index: 1;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .h_ss1 .down:hover {
        color: #E8BB9C; }
        .h_ss1 .down:hover:after {
          background: #E8BB9C;
          height: 1000%; } }
    .h_ss1 .down:after {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 1px;
      background: var(--White, #FDFDFD);
      content: '';
      transition: all .5s ease; }
  .h_ss1 .abs {
    position: absolute;
    left: 9.375%;
    bottom: 13.4782608696%;
    text-transform: uppercase;
    color: var(--Brown, #E8BB9C);
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .h_ss1 .abs {
        left: 30px;
        bottom: 50px; } }
    @media only screen and (max-width: 576px) {
      .h_ss1 .abs {
        left: 15px;
        bottom: 20px; } }
    .h_ss1 .abs h2 {
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 48px */
      margin-bottom: 16px; }
      @media only screen and (max-width: 1280px) {
        .h_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 768px) {
        .h_ss1 .abs h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 576px) {
        .h_ss1 .abs h2 {
          font-size: 18px;
          margin-bottom: 8px; } }
    .h_ss1 .abs h1 {
      font-size: 60px;
      font-style: normal;
      font-weight: 400;
      line-height: 110%; }
      @media only screen and (max-width: 1280px) {
        .h_ss1 .abs h1 {
          font-size: 45px; } }
      @media only screen and (max-width: 768px) {
        .h_ss1 .abs h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .h_ss1 .abs h1 {
          font-size: 26px; } }

.h_ss2 {
  background: var(--White, #F4EEE6);
  padding: 140px 9.375% 60px;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .h_ss2 {
      padding: 100px 30px 60px; } }
  @media only screen and (max-width: 768px) {
    .h_ss2 {
      padding: 60px 30px 60px; } }
  @media only screen and (max-width: 576px) {
    .h_ss2 {
      padding: 50px 15px 10px; } }
  .h_ss2 .decor {
    position: absolute;
    left: -60px;
    top: -32px;
    pointer-events: none; }
    @media only screen and (max-width: 1280px) {
      .h_ss2 .decor {
        max-width: 50%; } }
    @media only screen and (max-width: 576px) {
      .h_ss2 .decor {
        left: -15px;
        top: -8px; } }
    .h_ss2 .decor svg {
      width: 100%;
      height: auto; }
      .h_ss2 .decor svg .shape-main {
        fill-opacity: 0;
        stroke: #E8BB9C;
        stroke-width: 2;
        stroke-dasharray: var(--len);
        stroke-dashoffset: var(--len);
        animation: drawMain 3s ease-in-out infinite; }
  .h_ss2 .top {
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .h_ss2 .top {
        flex-direction: column;
        margin-bottom: 20px; } }
    .h_ss2 .top .cm-title {
      color: var(--Text-Brown, #6B4434);
      width: 57.5213675214%; }
      @media only screen and (max-width: 1280px) {
        .h_ss2 .top .cm-title {
          width: 47.521368%; } }
      @media only screen and (max-width: 768px) {
        .h_ss2 .top .cm-title {
          width: 100%;
          text-align: center;
          margin-bottom: 15px; } }
    .h_ss2 .top .exp {
      margin-left: 2.0512820513%;
      width: 40.4273504274%;
      color: var(--Text-Brown, #6B4434); }
      @media only screen and (max-width: 1280px) {
        .h_ss2 .top .exp {
          width: 50.42735%; } }
      @media only screen and (max-width: 768px) {
        .h_ss2 .top .exp {
          width: 100%;
          margin-left: 0; } }
      .h_ss2 .top .exp p {
        margin-bottom: 10px; }
        .h_ss2 .top .exp p:last-child {
          margin-bottom: 0; }
  .h_ss2 .mid {
    width: 100%;
    position: relative;
    margin-bottom: 32px; }
    @media only screen and (max-width: 576px) {
      .h_ss2 .mid {
        margin-bottom: 20px; } }
    .h_ss2 .mid .cm-decor {
      position: absolute;
      right: 0;
      top: 0;
      width: 35px; }
    .h_ss2 .mid > img:not(.cm-decor) {
      width: 100%; }
    .h_ss2 .mid .abs {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media only screen and (max-width: 768px) {
        .h_ss2 .mid .abs {
          width: 180px; } }
      @media only screen and (max-width: 576px) {
        .h_ss2 .mid .abs {
          width: 110px; } }
      .h_ss2 .mid .abs img:nth-child(2) {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%; }
        @media only screen and (max-width: 768px) {
          .h_ss2 .mid .abs img:nth-child(2) {
            max-width: 50%; } }
  .h_ss2 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      .h_ss2 .bottom {
        flex-direction: column; } }
    .h_ss2 .bottom .exp {
      width: 66.5811965812%; }
      @media only screen and (max-width: 576px) {
        .h_ss2 .bottom .exp {
          width: 100%;
          margin-bottom: 20px; } }

.h_ss3 {
  padding: 100px 0 50px;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .h_ss3 {
      padding: 70px 0 60px; } }
  @media only screen and (max-width: 768px) {
    .h_ss3 {
      padding: 60px 0 50px; } }
  @media only screen and (max-width: 576px) {
    .h_ss3 {
      padding: 50px 0; } }
  .h_ss3 > .decor {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .h_ss3 .decor_ss3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 0;
    display: block;
    object-fit: cover;
    opacity: 0.5;
    max-height: 110%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 576px) {
      .h_ss3 .decor_ss3 {
        max-height: unset;
        left: 0;
        top: 10%;
        transform: unset; } }
  .h_ss3 .cm-title {
    text-align: center;
    margin-bottom: 16px;
    color: var(--Text-Brown, #6B4434); }
  .h_ss3 > p {
    width: 41.6666666667%;
    margin: 0 auto 40px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .h_ss3 > p {
        width: calc(100% - 60px);
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 576px) {
      .h_ss3 > p {
        width: calc(100% - 30px); } }
  .h_ss3 .swiper {
    padding: 0 23.1944444444%; }
    @media only screen and (max-width: 576px) {
      .h_ss3 .swiper {
        padding: 0px 15px; } }
    .h_ss3 .swiper .swiper-button-next, .h_ss3 .swiper .swiper-button-prev {
      width: 40px !important;
      height: 40px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 !important;
      background: var(--Bronze, #A97961);
      top: 50% !important;
      transform: translateY(-50%) !important; }
      @media only screen and (max-width: 768px) {
        .h_ss3 .swiper .swiper-button-next, .h_ss3 .swiper .swiper-button-prev {
          width: 30px !important;
          height: 30px !important; } }
      .h_ss3 .swiper .swiper-button-next::after, .h_ss3 .swiper .swiper-button-prev::after {
        display: none; }
      .h_ss3 .swiper .swiper-button-next:before, .h_ss3 .swiper .swiper-button-prev:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
        transition: all .5s ease; }
      .h_ss3 .swiper .swiper-button-next svg, .h_ss3 .swiper .swiper-button-prev svg {
        z-index: 1; }
      .h_ss3 .swiper .swiper-button-next:hover::before, .h_ss3 .swiper .swiper-button-prev:hover::before {
        width: 100%; }
      .h_ss3 .swiper .swiper-button-next:hover svg path, .h_ss3 .swiper .swiper-button-prev:hover svg path {
        fill: #E8BB9C; }
    .h_ss3 .swiper .swiper-button-next {
      right: 20.9722222222% !important;
      border-left: 1px #122146 solid; }
      @media only screen and (max-width: 576px) {
        .h_ss3 .swiper .swiper-button-next {
          right: 10px !important; } }
    .h_ss3 .swiper .swiper-button-prev {
      left: 21.0416666667% !important;
      border-right: 1px #122146 solid; }
      @media only screen and (max-width: 576px) {
        .h_ss3 .swiper .swiper-button-prev {
          left: 10px !important; } }
      .h_ss3 .swiper .swiper-button-prev:before {
        right: 0;
        left: auto; }
    .h_ss3 .swiper .swiper-slide {
      aspect-ratio: 772/480;
      position: relative;
      border-radius: 16px;
      display: flex;
      align-items: center;
      overflow: hidden; }
      .h_ss3 .swiper .swiper-slide:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        opacity: 0;
        transition: all .5s ease;
        z-index: 0;
        border-radius: 16px; }
      .h_ss3 .swiper .swiper-slide.swiper-slide-active::after, .h_ss3 .swiper .swiper-slide.swiper-slide-active .abs, .h_ss3 .swiper .swiper-slide.swiper-slide-active .desc {
        opacity: 1; }
      .h_ss3 .swiper .swiper-slide.swiper-slide-active > .img {
        height: 100%; }
      .h_ss3 .swiper .swiper-slide:hover > .img img {
        transform: scale(1.2); }
      .h_ss3 .swiper .swiper-slide:hover .abs .see-more {
        opacity: 1;
        height: auto; }
      .h_ss3 .swiper .swiper-slide:hover .abs h3 {
        margin-bottom: 8px; }
      .h_ss3 .swiper .swiper-slide:hover .desc {
        transform: translateX(0%); }
      .h_ss3 .swiper .swiper-slide > .img {
        border-radius: 16px;
        height: calc(100% - 94px);
        transition: all .5s ease;
        width: 100%;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .h_ss3 .swiper .swiper-slide > .img {
            height: calc(100% - 60px); } }
        .h_ss3 .swiper .swiper-slide > .img img {
          width: 100%;
          height: 100%;
          border-radius: 16px;
          transition: all .5s ease; }
      .h_ss3 .swiper .swiper-slide .abs {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        transition: all .5s ease;
        padding: 40px;
        max-width: 310px; }
        @media only screen and (max-width: 1280px) {
          .h_ss3 .swiper .swiper-slide .abs {
            padding: 20px 40px; } }
        @media only screen and (max-width: 768px) {
          .h_ss3 .swiper .swiper-slide .abs {
            padding: 20px 40px 10px;
            max-width: unset; } }
        .h_ss3 .swiper .swiper-slide .abs p {
          color: var(--White, #FDFDFD);
          text-transform: uppercase;
          margin-bottom: 8px; }
          @media only screen and (max-width: 1280px) {
            .h_ss3 .swiper .swiper-slide .abs p {
              margin-bottom: 4px; } }
        .h_ss3 .swiper .swiper-slide .abs h3 {
          color: var(--White, #FDFDFD);
          text-transform: uppercase;
          font-size: 40px;
          line-height: 120%;
          font-weight: 400 !important; }
          @media only screen and (max-width: 1280px) {
            .h_ss3 .swiper .swiper-slide .abs h3 {
              font-size: 25px; } }
          @media only screen and (max-width: 768px) {
            .h_ss3 .swiper .swiper-slide .abs h3 {
              font-size: 20px; } }
        .h_ss3 .swiper .swiper-slide .abs .see-more {
          display: flex;
          align-items: center;
          color: var(--White, #FDFDFD);
          opacity: 0;
          transition: all 1s ease;
          border-bottom: var(--White, #fdfdfd1a) 1px solid;
          width: max-content;
          padding-bottom: 2px;
          height: 0; }
          .h_ss3 .swiper .swiper-slide .abs .see-more img {
            margin: 2px 0 0 4px; }
      .h_ss3 .swiper .swiper-slide .desc {
        position: absolute;
        right: 0;
        background-origin: 0;
        background: var(--Bronze, #A97961);
        opacity: 0;
        transition: all .5s ease;
        bottom: 0;
        z-index: 1;
        padding: 24px;
        color: var(--White, #FDFDFD);
        border-radius: 25px 0 0 0;
        transform: translateX(100%); }
        .h_ss3 .swiper .swiper-slide .desc .cm-decor2 {
          position: absolute;
          top: 0;
          left: 0;
          width: 25px; }
        .h_ss3 .swiper .swiper-slide .desc div {
          display: flex;
          align-items: center;
          border-bottom: var(--White, #fdfdfd1a) 1px solid;
          padding: 8px 0; }
          .h_ss3 .swiper .swiper-slide .desc div:last-child {
            border-bottom: none; }
          .h_ss3 .swiper .swiper-slide .desc div p:nth-child(1) {
            font-weight: 700;
            width: 87px; }
  .h_ss3 .cm-button {
    margin: 40px auto 0; }
    @media only screen and (max-width: 576px) {
      .h_ss3 .cm-button {
        margin: 30px auto 0; } }

.h_ss4 > img {
  width: 100%;
  margin-bottom: -5px; }
  @media only screen and (max-width: 768px) {
    .h_ss4 > img {
      margin-bottom: 5px; } }
.h_ss4 #fan-quote-654 iframe {
  background: transparent !important; }
.h_ss4 > .cm-title {
  color: #20315A;
  z-index: 1;
  display: none; }
  @media only screen and (max-width: 768px) {
    .h_ss4 > .cm-title {
      display: block;
      text-align: center;
      padding-top: 50px !important; } }
.h_ss4 .content {
  background: #ffffff00;
  padding: 88px 9.375% 88px;
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center; }
  @media only screen and (max-width: 1280px) {
    .h_ss4 .content {
      padding: 60px 30px 60px; } }
  @media only screen and (max-width: 768px) {
    .h_ss4 .content {
      flex-direction: column-reverse;
      padding: 40px 30px 60px; } }
  @media only screen and (max-width: 576px) {
    .h_ss4 .content {
      padding: 20px 0 50px; } }
  .h_ss4 .content .decor_ss4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    pointer-events: none;
    z-index: 4; }
    @media only screen and (max-width: 768px) {
      .h_ss4 .content .decor_ss4 {
        bottom: 0;
        top: unset;
        transform: unset; } }
    .h_ss4 .content .decor_ss4 svg {
      width: 100%; }
      .h_ss4 .content .decor_ss4 svg path {
        animation: drawline 6s ease-in-out infinite; }
  .h_ss4 .content .left {
    width: 52.9914529915%;
    margin-right: 3.4188034188%;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1280px) {
      .h_ss4 .content .left {
        width: 56.4102564103%;
        margin-right: 0%; } }
    @media only screen and (max-width: 768px) {
      .h_ss4 .content .left {
        width: 100%; } }
    .h_ss4 .content .left::before {
      position: absolute;
      right: 3px;
      width: 60%;
      background: #fff;
      content: "";
      top: 50px;
      height: 110px;
      z-index: 1; }
      @media only screen and (max-width: 1450px) {
        .h_ss4 .content .left::before {
          width: 0%; } }
      @media only screen and (max-width: 768px) {
        .h_ss4 .content .left::before {
          top: 10px;
          width: 0%; } }
      @media only screen and (max-width: 576px) {
        .h_ss4 .content .left::before {
          width: 0%; } }
    .h_ss4 .content .left > div:nth-child(2) {
      position: relative;
      margin-top: -30px;
      margin-bottom: -46px;
      z-index: 0; }
      .h_ss4 .content .left > div:nth-child(2):after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        border: 2px #fff solid;
        content: '';
        pointer-events: none; }
      .h_ss4 .content .left > div:nth-child(2)::before {
        position: absolute;
        right: 0px;
        width: 100%;
        background: #fff;
        content: "";
        top: 0px;
        height: 40px;
        z-index: 1; }
    .h_ss4 .content .left .cm-title {
      color: #20315A;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .h_ss4 .content .left .cm-title {
          display: none; } }
    .h_ss4 .content .left .bot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      z-index: 1; }
      @media only screen and (max-width: 576px) {
        .h_ss4 .content .left .bot {
          flex-direction: column;
          padding-top: 30px; } }
      .h_ss4 .content .left .bot > p {
        background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        line-height: 130%; }
        @media only screen and (max-width: 576px) {
          .h_ss4 .content .left .bot > p {
            font-size: 16px;
            margin-bottom: 20px; } }
  .h_ss4 .content .right {
    width: 42.735042735%;
    display: flex;
    flex-direction: column;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .h_ss4 .content .right {
        width: 100%; } }
    .h_ss4 .content .right img {
      width: 22.64px;
      margin: 0 auto 24px; }
      @media only screen and (max-width: 1280px) {
        .h_ss4 .content .right img {
          width: 20px;
          margin: 0 auto 15px; } }
    .h_ss4 .content .right .p {
      color: #122146;
      font-size: 40px;
      text-align: center;
      line-height: 120%; }
      @media only screen and (max-width: 1280px) {
        .h_ss4 .content .right .p {
          font-size: 30px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 768px) {
        .h_ss4 .content .right .p {
          font-size: 20px; } }
    .h_ss4 .content .right span {
      background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      font-weight: 700;
      line-height: 130%;
      display: block;
      margin-top: 16px;
      padding: 5px 0; }
      @media only screen and (max-width: 768px) {
        .h_ss4 .content .right span {
          margin-top: 10px; } }

.h_ss5 {
  display: flex;
  position: relative;
  background: var(--Bronze, #A97961);
  padding: 130px 9.375% 80px;
  margin-top: 40px;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .h_ss5 {
      padding: 80px 30px 60px;
      margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .h_ss5 {
      flex-direction: column;
      padding: 50px 30px 60px; } }
  @media only screen and (max-width: 576px) {
    .h_ss5 {
      padding: 50px 15px 60px; } }
  .h_ss5 .decor_ss5 {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    display: block; }
    @media only screen and (max-width: 1450px) {
      .h_ss5 .decor_ss5 {
        top: -25px; } }
    @media only screen and (max-width: 1280px) {
      .h_ss5 .decor_ss5 {
        top: -20px; } }
    @media only screen and (max-width: 768px) {
      .h_ss5 .decor_ss5 {
        top: -15px; } }
    @media only screen and (max-width: 576px) {
      .h_ss5 .decor_ss5 {
        top: -8px; } }
  .h_ss5 .left {
    width: 25.641025641%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 24px; }
    @media only screen and (max-width: 768px) {
      .h_ss5 .left {
        width: 100%;
        text-align: center;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .h_ss5 .left .cm-button {
        display: none; } }
  .h_ss5 .right {
    width: 74.358974359%;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .h_ss5 .right {
        width: 100%; } }
    .h_ss5 .right .news {
      display: flex;
      flex-direction: column;
      width: calc((100% - 48px)/3);
      margin-right: 24px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 1280px) {
        .h_ss5 .right .news {
          width: calc((100% - 40px)/3);
          margin-right: 20px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 576px) {
        .h_ss5 .right .news {
          width: calc((100% - 15px)/2);
          margin-right: 15px;
          margin-bottom: 15px; } }
      .h_ss5 .right .news:nth-of-type(3n + 3) {
        margin-right: 0; }
        @media only screen and (max-width: 576px) {
          .h_ss5 .right .news:nth-of-type(3n + 3) {
            margin-right: 15px; } }
      @media only screen and (max-width: 576px) {
        .h_ss5 .right .news:nth-of-type(2n + 2) {
          margin-right: 0; } }
      .h_ss5 .right .news:hover .img img {
        transform: scale(1.2); }
      .h_ss5 .right .news:hover .img .exp {
        transform: translateX(0); }
      .h_ss5 .right .news .img {
        aspect-ratio: 274/260;
        margin-bottom: 16px;
        border-radius: 16px 0 0 0;
        position: relative;
        overflow: hidden; }
        .h_ss5 .right .news .img .exp {
          position: absolute;
          right: 0;
          bottom: 0;
          padding: 24px;
          border-radius: 16px 0 0 0;
          background: var(--Brown, #E8BB9C);
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 4;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          transition: all .5s ease;
          transform: translateX(100%);
          color: var(--Text-Brown, #6B4434);
          width: 55%; }
        .h_ss5 .right .news .img img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          transition: all .5s ease;
          border-radius: 16px 0 0 0; }
      .h_ss5 .right .news h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: var(--White, #FDFDFD);
        margin-bottom: 2px;
        font-size: 14px !important;
        font-weight: 400 !important; }
        @media only screen and (max-width: 1024px) {
          .h_ss5 .right .news h3 {
            font-size: 13px !important; } }
      .h_ss5 .right .news p {
        opacity: 0.6;
        color: var(--White, #FDFDFD);
        font-size: 10px; }
  .h_ss5 > .cm-button {
    display: none; }
    @media only screen and (max-width: 768px) {
      .h_ss5 > .cm-button {
        display: flex;
        margin: 20px auto 0; } }
  .h_ss5 .vector {
    position: absolute;
    top: 50%;
    left: 1.6666666667%;
    transform: translateY(-50%);
    z-index: -1; }
    @media only screen and (max-width: 1280px) {
      .h_ss5 .vector {
        max-width: 50%; } }
    .h_ss5 .vector svg #paint0_linear_48_495 stop:nth-child(1) {
      animation: moveGradient1 2s infinite alternate; }
    .h_ss5 .vector svg #paint0_linear_48_495 stop:nth-child(2) {
      animation: moveGradient2 2s infinite alternate; }

.page-prj .prj_ss1 {
  aspect-ratio: 1440/750;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-prj .prj_ss1 {
      margin-top: 70px; } }
  .page-prj .prj_ss1::after {
    content: '';
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%; }
    @media only screen and (max-width: 576px) {
      .page-prj .prj_ss1::after {
        height: 75%; } }
  .page-prj .prj_ss1 > img:not(.cm-decor) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .page-prj .prj_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
  .page-prj .prj_ss1 .abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.0652173913%;
    z-index: 1;
    text-align: center;
    width: max-content; }
    @media only screen and (max-width: 576px) {
      .page-prj .prj_ss1 .abs {
        bottom: 10px; } }
    .page-prj .prj_ss1 .abs h2 {
      color: #E8BB9C;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 52px */ }
      @media only screen and (max-width: 1280px) {
        .page-prj .prj_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss1 .abs h2 {
          font-size: 25px; } }
.page-prj .prj_ss2 {
  padding: 120px 9.375% 150px;
  background: #fff;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-prj .prj_ss2 {
      padding: 70px 30px 100px; } }
  @media only screen and (max-width: 576px) {
    .page-prj .prj_ss2 {
      padding: 50px 15px 70px; } }
  .page-prj .prj_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-prj .prj_ss2 .decor_ss22 {
    position: absolute;
    left: -0%;
    top: 24%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .page-prj .prj_ss2 .decor_ss22 {
        display: none; } }
  .page-prj .prj_ss2 .top .head {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 0 auto; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss2 .top .head {
        font-size: 20px; } }
    @media only screen and (max-width: 576px) {
      .page-prj .prj_ss2 .top .head {
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        width: 100%;
        text-align: center; } }
    .page-prj .prj_ss2 .top .head .phay, .page-prj .prj_ss2 .top .head .phay1 {
      width: 53px; }
      @media only screen and (max-width: 1280px) {
        .page-prj .prj_ss2 .top .head .phay, .page-prj .prj_ss2 .top .head .phay1 {
          width: 30px; } }
      .page-prj .prj_ss2 .top .head .phay img, .page-prj .prj_ss2 .top .head .phay1 img {
        width: 100%; }
    .page-prj .prj_ss2 .top .head .phay {
      margin: 0 16px 20px 0; }
      @media only screen and (max-width: 1280px) {
        .page-prj .prj_ss2 .top .head .phay {
          margin: 0 10px 20px 0; } }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss2 .top .head .phay {
          margin: 0; } }
    .page-prj .prj_ss2 .top .head .phay1 {
      margin: 20px 0 0 16px; }
      @media only screen and (max-width: 1280px) {
        .page-prj .prj_ss2 .top .head .phay1 {
          margin: 20px 0 0 10px; } }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss2 .top .head .phay1 {
          margin: 0; } }
  .page-prj .prj_ss2 .top .exp {
    padding: 44px 298px 80px;
    color: var(--Text-Brown, #6B4434);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.14px; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss2 .top .exp {
        padding: 30px 120px 50px; } }
    @media only screen and (max-width: 768px) {
      .page-prj .prj_ss2 .top .exp {
        padding: 20px 0 30px; } }
  .page-prj .prj_ss2 .bottom {
    position: relative; }
    .page-prj .prj_ss2 .bottom .button {
      position: absolute;
      left: 40px;
      bottom: 40px;
      display: flex;
      align-items: center;
      z-index: 1; }
      @media only screen and (max-width: 1280px) {
        .page-prj .prj_ss2 .bottom .button {
          left: 20px;
          bottom: 20px; } }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss2 .bottom .button {
          left: 50%;
          transform: translateX(-50%); } }
      .page-prj .prj_ss2 .bottom .button .swiper-button-prev, .page-prj .prj_ss2 .bottom .button .swiper-button-next {
        position: relative;
        border: 1px solid #6D492C;
        background: #F4EEE6;
        width: 40px !important;
        height: 40px !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        border-radius: 50%;
        opacity: 1 !important;
        margin-top: 0 !important;
        transition: all .5s ease; }
        @media only screen and (max-width: 1280px) {
          .page-prj .prj_ss2 .bottom .button .swiper-button-prev, .page-prj .prj_ss2 .bottom .button .swiper-button-next {
            width: 35px !important;
            height: 35px !important; } }
        .page-prj .prj_ss2 .bottom .button .swiper-button-prev:hover, .page-prj .prj_ss2 .bottom .button .swiper-button-next:hover {
          background: var(--Brown, #A97961); }
          .page-prj .prj_ss2 .bottom .button .swiper-button-prev:hover img, .page-prj .prj_ss2 .bottom .button .swiper-button-next:hover img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1); }
        .page-prj .prj_ss2 .bottom .button .swiper-button-prev::after, .page-prj .prj_ss2 .bottom .button .swiper-button-next::after {
          display: none; }
        .page-prj .prj_ss2 .bottom .button .swiper-button-prev img, .page-prj .prj_ss2 .bottom .button .swiper-button-next img {
          transition: all .5s ease; }
      .page-prj .prj_ss2 .bottom .button .swiper-button-next {
        margin-left: 9px; }
        .page-prj .prj_ss2 .bottom .button .swiper-button-next img {
          transform: rotate(180deg); }
    .page-prj .prj_ss2 .bottom .swiper-slide {
      border-radius: 16px;
      display: flex;
      aspect-ratio: 1170/446; }
      @media only screen and (max-width: 768px) {
        .page-prj .prj_ss2 .bottom .swiper-slide {
          aspect-ratio: 870/446; } }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss2 .bottom .swiper-slide {
          flex-direction: column;
          aspect-ratio: unset; } }
      .page-prj .prj_ss2 .bottom .swiper-slide .left {
        width: 37.4358974359%;
        border-radius: 16px 0 0 16px;
        height: 100%;
        background: #F4EEE6;
        padding: 0 40px; }
        @media only screen and (max-width: 1280px) {
          .page-prj .prj_ss2 .bottom .swiper-slide .left {
            padding: 0 20px; } }
        @media only screen and (max-width: 576px) {
          .page-prj .prj_ss2 .bottom .swiper-slide .left {
            width: calc(100% - 30px);
            padding: 0 15px 15px;
            border-radius: 16px 16px  0px 0; } }
        .page-prj .prj_ss2 .bottom .swiper-slide .left h2 {
          margin-bottom: 24px;
          padding: 40px 0 3px !important;
          color: var(--Text-Brown, #6B4434); }
          @media only screen and (max-width: 1280px) {
            .page-prj .prj_ss2 .bottom .swiper-slide .left h2 {
              margin-bottom: 15px;
              padding: 20px 0 3px !important; } }
        .page-prj .prj_ss2 .bottom .swiper-slide .left .loca {
          color: var(--Text-Brown, #6B4434);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid var(--Brown, #a9796199); }
          @media only screen and (max-width: 1280px) {
            .page-prj .prj_ss2 .bottom .swiper-slide .left .loca {
              padding-bottom: 15px;
              margin-bottom: 15px; } }
          .page-prj .prj_ss2 .bottom .swiper-slide .left .loca span {
            font-weight: 600; }
        .page-prj .prj_ss2 .bottom .swiper-slide .left .exp {
          margin-bottom: 40px;
          color: var(--Text-Brown, #6B4434);
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 1280px) {
            .page-prj .prj_ss2 .bottom .swiper-slide .left .exp {
              margin-bottom: 20px; } }
        .page-prj .prj_ss2 .bottom .swiper-slide .left .see {
          display: flex;
          align-items: center;
          color: var(--Text-Brown, #6B4434); }
          .page-prj .prj_ss2 .bottom .swiper-slide .left .see img {
            width: 16px;
            height: 16px;
            margin-left: 4px; }
      .page-prj .prj_ss2 .bottom .swiper-slide .right {
        width: 62.5641025641%;
        border-radius: 0 16px 16px 0;
        height: 100%;
        background: #F4EEE6; }
        @media only screen and (max-width: 576px) {
          .page-prj .prj_ss2 .bottom .swiper-slide .right {
            width: 100%;
            aspect-ratio: 4/3;
            border-radius: 0px 0 16px 16px; } }
        .page-prj .prj_ss2 .bottom .swiper-slide .right img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          border-radius: 0 16px 16px 0; }
          @media only screen and (max-width: 576px) {
            .page-prj .prj_ss2 .bottom .swiper-slide .right img {
              border-radius: 0px 0 16px 16px; } }
.page-prj .prj_ss3 {
  padding: 0px 9.375% 120px;
  position: relative;
  background: #F4EEE6; }
  @media only screen and (max-width: 1280px) {
    .page-prj .prj_ss3 {
      padding: 0px 30px 90px; } }
  @media only screen and (max-width: 576px) {
    .page-prj .prj_ss3 {
      padding: 0px 15px 60px; } }
  .page-prj .prj_ss3 .decor_ss2 {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 1; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss3 .decor_ss2 {
        top: -68px; } }
    @media only screen and (max-width: 768px) {
      .page-prj .prj_ss3 .decor_ss2 {
        display: none; } }
  .page-prj .prj_ss3 > .decor_ss3 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss3 > .decor_ss3 {
        top: -20px; } }
    @media only screen and (max-width: 768px) {
      .page-prj .prj_ss3 > .decor_ss3 {
        top: -15px; } }
    @media only screen and (max-width: 576px) {
      .page-prj .prj_ss3 > .decor_ss3 {
        top: -5px; } }
  .page-prj .prj_ss3 .decor_ss32 {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .page-prj .prj_ss3 .decor_ss32 {
        right: -50%; } }
  .page-prj .prj_ss3 .content {
    padding-top: 87px; }
    @media only screen and (max-width: 1280px) {
      .page-prj .prj_ss3 .content {
        padding-top: 60px; } }
    @media only screen and (max-width: 576px) {
      .page-prj .prj_ss3 .content {
        padding-top: 30px; } }
    .page-prj .prj_ss3 .content .head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: #a9796199 1px solid; }
      @media only screen and (max-width: 576px) {
        .page-prj .prj_ss3 .content .head {
          flex-direction: column;
          padding-bottom: 10px;
          margin-bottom: 30px; } }
      .page-prj .prj_ss3 .content .head .cm-title {
        color: var(--Text-Brown, #6B4434); }
      .page-prj .prj_ss3 .content .head .tab {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 576px) {
          .page-prj .prj_ss3 .content .head .tab {
            margin-top: 15px;
            flex-wrap: wrap;
            justify-content: center; } }
        .page-prj .prj_ss3 .content .head .tab a {
          color: var(--Brown, #A97961);
          padding: 12px 13px;
          display: block;
          border-radius: 80px;
          border: 1px solid var(--Brown, #A97961);
          margin-right: 10px; }
          @media only screen and (max-width: 576px) {
            .page-prj .prj_ss3 .content .head .tab a {
              margin-bottom: 10px; } }
          .page-prj .prj_ss3 .content .head .tab a.is-active {
            background: var(--Brown, #A97961);
            color: #fff; }
          .page-prj .prj_ss3 .content .head .tab a:last-child {
            margin-right: 0; }
    .page-prj .prj_ss3 .content .list {
      display: flex;
      flex-wrap: wrap; }
      .page-prj .prj_ss3 .content .list .cm-item-prj {
        width: calc((100% - 48px)/3);
        margin-right: 24px;
        margin-bottom: 24px; }
        @media only screen and (max-width: 768px) {
          .page-prj .prj_ss3 .content .list .cm-item-prj {
            width: calc((100% - 24px)/2); } }
        @media only screen and (max-width: 576px) {
          .page-prj .prj_ss3 .content .list .cm-item-prj {
            width: 100%;
            margin-right: 0 !important; } }
        .page-prj .prj_ss3 .content .list .cm-item-prj:nth-of-type(3n + 3) {
          margin-right: 0; }
          @media only screen and (max-width: 768px) {
            .page-prj .prj_ss3 .content .list .cm-item-prj:nth-of-type(3n + 3) {
              margin-right: 24px; } }
        @media only screen and (max-width: 768px) {
          .page-prj .prj_ss3 .content .list .cm-item-prj:nth-of-type(2n + 2) {
            margin-right: 0; } }
    .page-prj .prj_ss3 .content .cm-button {
      margin: 16px auto 0; }

.cm-item-prj:hover .img img {
  transform: scale(1.2); }
.cm-item-prj .img {
  aspect-ratio: 374/230;
  border-radius: 16px 16px 0 0;
  overflow: hidden; }
  .cm-item-prj .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .5s ease;
    border-radius: 16px 16px 0 0; }
.cm-item-prj .exp {
  border-radius: 0 0 16px 16px;
  background: #FDFDFD;
  padding: 24px; }
  @media only screen and (max-width: 1280px) {
    .cm-item-prj .exp {
      padding: 18px; } }
  .cm-item-prj .exp h3 {
    color: var(--Text-Brown, #6B4434);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase;
    margin-bottom: 8px; }
  .cm-item-prj .exp p {
    display: flex;
    align-items: center;
    color: var(--Text-Brown, #6B4434);
    padding: 8px 0; }
    .cm-item-prj .exp p.first {
      border-bottom: 1px solid #6b44341a; }
    .cm-item-prj .exp p span:nth-child(1) {
      flex-shrink: 0;
      width: 87px;
      font-weight: 700; }
  .cm-item-prj .exp .see {
    display: flex;
    align-items: center;
    color: var(--Text-Brown, #6B4434);
    margin-top: 32px; }
    @media only screen and (max-width: 1280px) {
      .cm-item-prj .exp .see {
        margin-top: 20px; } }
    .cm-item-prj .exp .see img {
      width: 16px;
      height: 16px;
      margin-left: 4px; }

.page-news a:hover .img img {
  transform: scale(1.2); }
.page-news .img {
  overflow: hidden; }
  .page-news .img img {
    height: 100%;
    transition: all .5s ease;
    display: block;
    object-fit: cover;
    width: 100%; }
.page-news .prj_ss1 {
  aspect-ratio: 1440/750;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-news .prj_ss1 {
      margin-top: 70px; } }
  .page-news .prj_ss1::after {
    content: '';
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%; }
    @media only screen and (max-width: 576px) {
      .page-news .prj_ss1::after {
        height: 75%; } }
  .page-news .prj_ss1 > img:not(.cm-decor) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .page-news .prj_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg); }
  .page-news .prj_ss1 .abs {
    position: absolute;
    left: 9.375%;
    bottom: 7.0652173913%;
    z-index: 1;
    text-align: center;
    width: max-content; }
    @media only screen and (max-width: 1280px) {
      .page-news .prj_ss1 .abs {
        left: 30px; } }
    @media only screen and (max-width: 576px) {
      .page-news .prj_ss1 .abs {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); } }
    .page-news .prj_ss1 .abs h2 {
      color: #E8BB9C;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 52px */ }
      @media only screen and (max-width: 1280px) {
        .page-news .prj_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-news .prj_ss1 .abs h2 {
          font-size: 28px; } }
.page-news .news_ss2 {
  padding: 80px 9.375% 120px;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-news .news_ss2 {
      padding: 50px 30px 80px; } }
  @media only screen and (max-width: 576px) {
    .page-news .news_ss2 {
      padding: 30px 15px 50px; } }
  .page-news .news_ss2 .decor {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1; }
  .page-news .news_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-news .news_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-news .news_ss2 .decor_ss32 {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .page-news .news_ss2 .decor_ss32 {
        right: -50%; } }
  .page-news .news_ss2 .tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9796180; }
    @media only screen and (max-width: 576px) {
      .page-news .news_ss2 .tabs {
        justify-content: center; } }
    .page-news .news_ss2 .tabs a {
      color: var(--Text-Brown, #6B4434);
      font-weight: 400;
      line-height: 130%;
      opacity: 0.6;
      padding-bottom: 12px;
      position: relative;
      display: inline-block;
      margin-right: 40px;
      font-size: 24px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1280px) {
        .page-news .news_ss2 .tabs a {
          font-size: 20px; } }
      @media only screen and (max-width: 576px) {
        .page-news .news_ss2 .tabs a {
          text-align: center;
          font-size: 16px; } }
      @media only screen and (max-width: 576px) {
        .page-news .news_ss2 .tabs a {
          margin-right: 15px; } }
      .page-news .news_ss2 .tabs a:last-child {
        margin-right: 0; }
      .page-news .news_ss2 .tabs a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background: #6B4434;
        transition: all 0.5s ease; }
      .page-news .news_ss2 .tabs a.is-active {
        opacity: 1; }
        .page-news .news_ss2 .tabs a.is-active:after {
          width: 100%; }
  .page-news .news_ss2 .tab-content {
    margin-top: 40px; }
    @media only screen and (max-width: 576px) {
      .page-news .news_ss2 .tab-content {
        margin-top: 20px; } }
    .page-news .news_ss2 .tab-content .top {
      display: flex;
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .page-news .news_ss2 .tab-content .top {
          flex-direction: column; } }
      .page-news .news_ss2 .tab-content .top .left {
        display: flex;
        flex-direction: column;
        width: 65.9829059829%;
        margin-right: 2.0512820513%; }
        @media only screen and (max-width: 768px) {
          .page-news .news_ss2 .tab-content .top .left {
            width: 100%;
            margin-right: 0; } }
        .page-news .news_ss2 .tab-content .top .left .img {
          width: 100%;
          height: 400px;
          border-radius: 16px 16px 0 0; }
          @media only screen and (max-width: 1440px) {
            .page-news .news_ss2 .tab-content .top .left .img {
              height: 340px; } }
          @media only screen and (max-width: 1280px) {
            .page-news .news_ss2 .tab-content .top .left .img {
              height: 295px; } }
          @media only screen and (max-width: 576px) {
            .page-news .news_ss2 .tab-content .top .left .img {
              height: 220px; } }
          .page-news .news_ss2 .tab-content .top .left .img img {
            border-radius: 16px 16px 0 0; }
        .page-news .news_ss2 .tab-content .top .left .exp {
          border-radius: 0 0 16px 16px;
          background: var(--Brown, #A97961);
          padding: 20px 24px; }
          @media only screen and (max-width: 576px) {
            .page-news .news_ss2 .tab-content .top .left .exp {
              padding: 15px; } }
          .page-news .news_ss2 .tab-content .top .left .exp h3 {
            color: var(--WHITE, #FDFDFD);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 27px */
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            margin-bottom: 12px; }
            @media only screen and (max-width: 576px) {
              .page-news .news_ss2 .tab-content .top .left .exp h3 {
                font-size: 16px; } }
          .page-news .news_ss2 .tab-content .top .left .exp .desc {
            color: var(--WHITE, #FDFDFD);
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            margin-bottom: 16px; }
          .page-news .news_ss2 .tab-content .top .left .exp .see {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .page-news .news_ss2 .tab-content .top .left .exp .see span {
              color: var(--WHITE, #FDFDFD); }
              .page-news .news_ss2 .tab-content .top .left .exp .see span:nth-child(1) {
                display: flex;
                align-items: center; }
      .page-news .news_ss2 .tab-content .top .right {
        width: 32.0512820513%;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .page-news .news_ss2 .tab-content .top .right {
            width: 100%;
            margin-top: 24px; } }
        .page-news .news_ss2 .tab-content .top .right a {
          width: 100%;
          display: flex;
          height: 178px;
          margin-bottom: 24px; }
          @media only screen and (max-width: 1440px) {
            .page-news .news_ss2 .tab-content .top .right a {
              height: 158px; } }
          @media only screen and (max-width: 1280px) {
            .page-news .news_ss2 .tab-content .top .right a {
              height: 140px; } }
          .page-news .news_ss2 .tab-content .top .right a:last-child {
            margin-bottom: 0; }
          .page-news .news_ss2 .tab-content .top .right a .img {
            width: 40.5333333333%;
            height: 100%;
            border-radius: 16px 0 0 16px; }
            .page-news .news_ss2 .tab-content .top .right a .img img {
              border-radius: 16px 0 0 16px; }
          .page-news .news_ss2 .tab-content .top .right a .block_right {
            width: 59.4666666667%;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 0 16px 16px 0;
            background: #FDFDFD;
            padding: 14px 16px; }
            @media only screen and (max-width: 576px) {
              .page-news .news_ss2 .tab-content .top .right a .block_right {
                padding-left: 10px; } }
            .page-news .news_ss2 .tab-content .top .right a .block_right h3 {
              color: #122146;
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%;
              /* 24px */
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 2;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              margin-bottom: 10px; }
              @media only screen and (max-width: 576px) {
                .page-news .news_ss2 .tab-content .top .right a .block_right h3 {
                  font-size: 15px;
                  line-height: 130%; } }
            .page-news .news_ss2 .tab-content .top .right a .block_right .date {
              color: var(--Text-Brown, #6B4434);
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              /* 15.6px */
              margin-bottom: 12px; }
            .page-news .news_ss2 .tab-content .top .right a .block_right .exp {
              color: var(--Text-Brown, #6B4434);
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 2;
              display: -webkit-box;
              -webkit-box-orient: vertical; }
    .page-news .news_ss2 .tab-content .bottom {
      display: flex;
      flex-wrap: wrap; }
      .page-news .news_ss2 .tab-content .bottom a {
        width: calc((100% - 48px)/3);
        margin-right: 24px;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .page-news .news_ss2 .tab-content .bottom a {
            width: calc((100% - 30px)/3);
            margin-right: 15px;
            margin-bottom: 20px; } }
        @media only screen and (max-width: 576px) {
          .page-news .news_ss2 .tab-content .bottom a {
            width: calc((100% - 15px)/2);
            margin-right: 15px;
            margin-bottom: 15px; } }
        .page-news .news_ss2 .tab-content .bottom a:nth-of-type(3n + 3) {
          margin-right: 0; }
          @media only screen and (max-width: 576px) {
            .page-news .news_ss2 .tab-content .bottom a:nth-of-type(3n + 3) {
              margin-right: 15px; } }
        @media only screen and (max-width: 576px) {
          .page-news .news_ss2 .tab-content .bottom a:nth-of-type(2n + 2) {
            margin-right: 0px; } }
        .page-news .news_ss2 .tab-content .bottom a .img {
          width: 100%;
          height: 234px;
          border-radius: 16px 16px 0 0; }
          @media only screen and (max-width: 1440px) {
            .page-news .news_ss2 .tab-content .bottom a .img {
              height: 214px; } }
          @media only screen and (max-width: 1280px) {
            .page-news .news_ss2 .tab-content .bottom a .img {
              height: 190px; } }
          @media only screen and (max-width: 768px) {
            .page-news .news_ss2 .tab-content .bottom a .img {
              height: 160px; } }
          @media only screen and (max-width: 576px) {
            .page-news .news_ss2 .tab-content .bottom a .img {
              height: 140px; } }
          .page-news .news_ss2 .tab-content .bottom a .img img {
            border-radius: 16px 16px 0 0; }
        .page-news .news_ss2 .tab-content .bottom a .exp {
          width: 100%;
          border-radius: 0 0 16px 16px;
          background: #FDFDFD;
          padding: 24px; }
          @media only screen and (max-width: 1280px) {
            .page-news .news_ss2 .tab-content .bottom a .exp {
              padding: 20px; } }
          @media only screen and (max-width: 768px) {
            .page-news .news_ss2 .tab-content .bottom a .exp {
              padding: 15px; } }
          .page-news .news_ss2 .tab-content .bottom a .exp .date {
            color: var(--Text-Brown, #6B4434);
            font-size: 12px;
            margin-bottom: 8px; }
          .page-news .news_ss2 .tab-content .bottom a .exp h3 {
            color: #122146;
            font-size: 18px;
            font-style: normal;
            line-height: 150%;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            margin-bottom: 16px;
            font-weight: 400; }
            @media only screen and (max-width: 768px) {
              .page-news .news_ss2 .tab-content .bottom a .exp h3 {
                font-size: 16px;
                line-height: 130%; } }
            @media only screen and (max-width: 576px) {
              .page-news .news_ss2 .tab-content .bottom a .exp h3 {
                margin-bottom: 8px;
                font-size: 15px; } }
          .page-news .news_ss2 .tab-content .bottom a .exp .desc {
            color: var(--Text-Brown, #6B4434);
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            margin-bottom: 24px; }
            @media only screen and (max-width: 576px) {
              .page-news .news_ss2 .tab-content .bottom a .exp .desc {
                margin-bottom: 16px; } }
          .page-news .news_ss2 .tab-content .bottom a .exp .see {
            display: flex;
            align-items: center;
            color: var(--Text-Brown, #6B4434); }
    .page-news .news_ss2 .tab-content .cm-button {
      margin: 16px auto 0; }
.page-news .detail_ss1 {
  margin-top: 68px;
  padding: 96px 14.6527777778% 120px;
  background: #FDFDFD;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .page-news .detail_ss1 {
      margin-top: 50px;
      padding: 80px 9.375% 120px; } }
  @media only screen and (max-width: 768px) {
    .page-news .detail_ss1 {
      padding: 80px 30px 90px; } }
  @media only screen and (max-width: 576px) {
    .page-news .detail_ss1 {
      padding: 70px 15px 80px; } }
  .page-news .detail_ss1 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-news .detail_ss1 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
    @media only screen and (max-width: 768px) {
      .page-news .detail_ss1 .decor_ss2 {
        top: -20px; } }
  .page-news .detail_ss1 .date {
    color: var(--Text-Brown, #6B4434);
    margin-bottom: 20px;
    text-align: center; }
    @media only screen and (max-width: 1280px) {
      .page-news .detail_ss1 .date {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 576px) {
      .page-news .detail_ss1 .date {
        margin-bottom: 5px; } }
  .page-news .detail_ss1 .cm-title {
    color: #122146;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 100px; }
    @media only screen and (max-width: 768px) {
      .page-news .detail_ss1 .cm-title {
        padding: 0 30px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      .page-news .detail_ss1 .cm-title {
        padding: 0; } }
  .page-news .detail_ss1 .the-content {
    padding: 40px; }
    @media (max-width: 1024px) {
      .page-news .detail_ss1 .the-content {
        padding: 30px 15px; } }
    @media (max-width: 576px) {
      .page-news .detail_ss1 .the-content {
        padding: 20px 10px; } }
    .page-news .detail_ss1 .the-content strong, .page-news .detail_ss1 .the-content b {
      font-weight: 600; }
    .page-news .detail_ss1 .the-content p, .page-news .detail_ss1 .the-content ul, .page-news .detail_ss1 .the-content ol, .page-news .detail_ss1 .the-content .wp-caption, .page-news .detail_ss1 .the-content h2, .page-news .detail_ss1 .the-content h3 {
      margin-bottom: 24px; }
      @media (max-width: 1024px) {
        .page-news .detail_ss1 .the-content p, .page-news .detail_ss1 .the-content ul, .page-news .detail_ss1 .the-content ol, .page-news .detail_ss1 .the-content .wp-caption, .page-news .detail_ss1 .the-content h2, .page-news .detail_ss1 .the-content h3 {
          margin-bottom: 15px; } }
      .page-news .detail_ss1 .the-content p:last-child, .page-news .detail_ss1 .the-content ul:last-child, .page-news .detail_ss1 .the-content ol:last-child, .page-news .detail_ss1 .the-content .wp-caption:last-child, .page-news .detail_ss1 .the-content h2:last-child, .page-news .detail_ss1 .the-content h3:last-child {
        margin-bottom: 0; }
    .page-news .detail_ss1 .the-content ul, .page-news .detail_ss1 .the-content ol {
      padding-left: 20px; }
      .page-news .detail_ss1 .the-content ul li, .page-news .detail_ss1 .the-content ol li {
        padding-bottom: 2px; }
        .page-news .detail_ss1 .the-content ul li:last-child, .page-news .detail_ss1 .the-content ol li:last-child {
          padding-bottom: 0; }
    .page-news .detail_ss1 .the-content ul li {
      list-style: disc; }
    .page-news .detail_ss1 .the-content ol li {
      list-style: decimal; }
    .page-news .detail_ss1 .the-content .wp-block-image,
    .page-news .detail_ss1 .the-content .wp-caption {
      width: 100% !important;
      margin-bottom: 24px; }
      @media (max-width: 576px) {
        .page-news .detail_ss1 .the-content .wp-block-image,
        .page-news .detail_ss1 .the-content .wp-caption {
          margin-bottom: 15px; } }
      .page-news .detail_ss1 .the-content .wp-block-image img,
      .page-news .detail_ss1 .the-content .wp-caption img {
        margin: 0 auto 15px;
        display: block;
        max-width: 100%; }
      .page-news .detail_ss1 .the-content .wp-block-image p, .page-news .detail_ss1 .the-content .wp-block-image figcaption,
      .page-news .detail_ss1 .the-content .wp-caption p,
      .page-news .detail_ss1 .the-content .wp-caption figcaption {
        font-style: italic;
        font-size: 14px;
        text-align: center;
        margin: 0; }
    .page-news .detail_ss1 .the-content img {
      margin: 24px auto 24px;
      display: block;
      max-width: 100%; }
      @media (max-width: 576px) {
        .page-news .detail_ss1 .the-content img {
          margin: 15px auto; } }
    .page-news .detail_ss1 .the-content a {
      text-decoration: underline; }
.page-news .detail_ss2 {
  padding: 87px 9.375% 120px;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-news .detail_ss2 {
      padding: 70px 30px 90px; } }
  @media only screen and (max-width: 576px) {
    .page-news .detail_ss2 {
      padding: 50px 15px 60px; } }
  .page-news .detail_ss2 .decor_detail {
    position: absolute;
    right: 0;
    bottom: 48px;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .page-news .detail_ss2 .decor_detail {
        max-width: 50%; } }
  .page-news .detail_ss2 .decor_ss3 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .page-news .detail_ss2 .decor_ss3 {
        top: -20px; } }
    @media only screen and (max-width: 768px) {
      .page-news .detail_ss2 .decor_ss3 {
        top: -15px; } }
    @media only screen and (max-width: 576px) {
      .page-news .detail_ss2 .decor_ss3 {
        top: -5px; } }
  .page-news .detail_ss2 .detail {
    position: absolute;
    top: -93px;
    left: 0; }
    @media only screen and (max-width: 576px) {
      .page-news .detail_ss2 .detail {
        top: -42px; } }
  .page-news .detail_ss2 .cm-title {
    text-align: center;
    margin-bottom: 32px;
    color: var(--Text-Brown, #6B4434); }
    @media only screen and (max-width: 768px) {
      .page-news .detail_ss2 .cm-title {
        margin-bottom: 20px; } }
  .page-news .detail_ss2 .swiper-slide {
    display: flex;
    flex-direction: column; }
    .page-news .detail_ss2 .swiper-slide:nth-of-type(3n + 3) {
      margin-right: 0; }
    .page-news .detail_ss2 .swiper-slide .img {
      width: 100%;
      height: 234px;
      border-radius: 16px 16px 0 0; }
      @media only screen and (max-width: 1280px) {
        .page-news .detail_ss2 .swiper-slide .img {
          height: 214px; } }
      .page-news .detail_ss2 .swiper-slide .img img {
        border-radius: 16px 16px 0 0;
        height: 100%;
        width: 100%; }
    .page-news .detail_ss2 .swiper-slide .exp {
      width: 100%;
      border-radius: 0 0 16px 16px;
      background: #FDFDFD;
      padding: 24px 0; }
      .page-news .detail_ss2 .swiper-slide .exp .date {
        color: var(--Text-Brown, #6B4434);
        font-size: 12px;
        margin-bottom: 8px;
        padding: 0 24px; }
      .page-news .detail_ss2 .swiper-slide .exp h3 {
        color: #122146;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 16px;
        padding: 0 24px; }
      .page-news .detail_ss2 .swiper-slide .exp .desc {
        color: var(--Text-Brown, #6B4434);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
        padding: 0 24px; }
      .page-news .detail_ss2 .swiper-slide .exp .see {
        display: flex;
        align-items: center;
        color: var(--Text-Brown, #6B4434);
        padding: 0 24px; }
.page-news .soical {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  right: 6.5972222222%;
  bottom: 50px; }
  @media only screen and (max-width: 576px) {
    .page-news .soical {
      right: 15px;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); } }
  .page-news .soical .list {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .page-news .soical .list a {
      width: 40px;
      height: 40px;
      margin-bottom: 6px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 1px #A97961 solid; }
      @media only screen and (max-width: 576px) {
        .page-news .soical .list a {
          width: 30px;
          height: 30px; } }
      .page-news .soical .list a:last-child {
        margin-bottom: 0; }

.page-intro .intro_ss1 {
  aspect-ratio: 1440/750;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-intro .intro_ss1 {
      margin-top: 70px; } }
  .page-intro .intro_ss1::after {
    content: '';
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%; }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss1::after {
        height: 75%; } }
  .page-intro .intro_ss1 > img:not(.cm-decor) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .page-intro .intro_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
  .page-intro .intro_ss1 .abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.0652173913%;
    z-index: 1;
    text-align: center;
    width: max-content; }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss1 .abs {
        bottom: 10px; } }
    .page-intro .intro_ss1 .abs h2 {
      font-style: italic;
      font-weight: 600;
      line-height: 150%;
      /* 180px */
      font-size: 48px;
      color: #E8BB9C; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss1 .abs h2 {
          font-size: 35px; } }
      @media only screen and (max-width: 768px) {
        .page-intro .intro_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss1 .abs h2 {
          font-size: 25px; } }
      .page-intro .intro_ss1 .abs h2 span {
        letter-spacing: -10.8px;
        font-size: 120px;
        background: linear-gradient(192deg, #E8BB9C 33.44%, #FCEED9 76.67%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-right: 20px;
        margin-right: -7px; }
        @media only screen and (max-width: 1280px) {
          .page-intro .intro_ss1 .abs h2 span {
            font-size: 80px; } }
        @media only screen and (max-width: 768px) {
          .page-intro .intro_ss1 .abs h2 span {
            font-size: 60px; } }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss1 .abs h2 span {
            font-size: 50px; } }
    .page-intro .intro_ss1 .abs h3 {
      color: #E8BB9C;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 31.2px */
      letter-spacing: -0.24px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss1 .abs h3 {
          font-size: 22px; } }
      @media only screen and (max-width: 768px) {
        .page-intro .intro_ss1 .abs h3 {
          font-size: 20px; } }
.page-intro .intro_ss2 {
  padding: 120px 0 0;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .page-intro .intro_ss2 {
      padding: 90px 0 0; } }
  @media only screen and (max-width: 768px) {
    .page-intro .intro_ss2 {
      padding: 60px 0 0; } }
  @media only screen and (max-width: 576px) {
    .page-intro .intro_ss2 {
      padding: 50px 0 0; } }
  .page-intro .intro_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-intro .intro_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-intro .intro_ss2 .decor {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%; }
  .page-intro .intro_ss2 .top {
    display: flex;
    padding: 0px 9.375% 0; }
    @media only screen and (max-width: 1280px) {
      .page-intro .intro_ss2 .top {
        padding: 0px 30px 0; } }
    @media only screen and (max-width: 768px) {
      .page-intro .intro_ss2 .top {
        flex-direction: column-reverse; } }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss2 .top {
        padding: 0 15px; } }
    .page-intro .intro_ss2 .top .left {
      width: 40.4273504274%;
      margin-right: 10.6837606838%; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss2 .top .left {
          margin-right: 4.7008547009%; } }
      @media only screen and (max-width: 768px) {
        .page-intro .intro_ss2 .top .left {
          width: 100%;
          margin-right: 0; } }
      .page-intro .intro_ss2 .top .left img {
        width: 100%;
        border-radius: 16px; }
    .page-intro .intro_ss2 .top .right {
      width: 48.8888888889%;
      color: var(--Text-Brown, #6B4434); }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss2 .top .right {
          width: 54.8717948718%; } }
      @media only screen and (max-width: 768px) {
        .page-intro .intro_ss2 .top .right {
          width: 100%;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss2 .top .right {
          margin-bottom: 10px; } }
      .page-intro .intro_ss2 .top .right .cm-title {
        margin-bottom: 24px;
        color: var(--Text-Brown, #6B4434); }
        @media only screen and (max-width: 1280px) {
          .page-intro .intro_ss2 .top .right .cm-title {
            margin-bottom: 18px; } }
        @media only screen and (max-width: 768px) {
          .page-intro .intro_ss2 .top .right .cm-title {
            text-align: center; } }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss2 .top .right .cm-title {
            margin-bottom: 10px; } }
      .page-intro .intro_ss2 .top .right .exp {
        margin-bottom: 44px; }
        @media only screen and (max-width: 1280px) {
          .page-intro .intro_ss2 .top .right .exp {
            margin-bottom: 25px; } }
        .page-intro .intro_ss2 .top .right .exp p {
          margin-bottom: 16px; }
          @media only screen and (max-width: 1280px) {
            .page-intro .intro_ss2 .top .right .exp p {
              margin-bottom: 10px; } }
      .page-intro .intro_ss2 .top .right .list {
        display: flex;
        flex-wrap: wrap; }
        .page-intro .intro_ss2 .top .right .list .item {
          display: flex;
          margin-right: 67px;
          align-items: flex-end; }
          @media only screen and (max-width: 576px) {
            .page-intro .intro_ss2 .top .right .list .item {
              margin-right: 15px;
              margin-bottom: 10px; } }
          .page-intro .intro_ss2 .top .right .list .item:last-child {
            margin-right: 0; }
          .page-intro .intro_ss2 .top .right .list .item .num {
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            /* 57.6px */
            letter-spacing: -0.96px;
            margin-right: 6px;
            margin-bottom: -10px; }
            @media only screen and (max-width: 1280px) {
              .page-intro .intro_ss2 .top .right .list .item .num {
                font-size: 35px;
                margin-bottom: -6px; } }
            @media only screen and (max-width: 576px) {
              .page-intro .intro_ss2 .top .right .list .item .num {
                font-size: 25px;
                margin-bottom: -2px; } }
          .page-intro .intro_ss2 .top .right .list .item p.up {
            text-transform: uppercase;
            margin-right: 6px; }
  .page-intro .intro_ss2 .bottom {
    padding: 118px 16.3194444444% 144px;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 1280px) {
      .page-intro .intro_ss2 .bottom {
        padding: 65px 60px 90px; } }
    @media only screen and (max-width: 768px) {
      .page-intro .intro_ss2 .bottom {
        padding: 65px 30px 70px; } }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss2 .bottom {
        padding: 30px 15px; } }
    .page-intro .intro_ss2 .bottom .decor2_ss2 {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .page-intro .intro_ss2 .bottom .img {
      width: 100%;
      border-radius: 16px; }
.page-intro .intro_ss3 .list {
  background: #F4EEE6;
  padding: 120px 9.375% 89px; }
  @media only screen and (max-width: 1280px) {
    .page-intro .intro_ss3 .list {
      padding: 90px 30px 70px; } }
  @media only screen and (max-width: 576px) {
    .page-intro .intro_ss3 .list {
      padding: 50px 15px 50px; } }
  .page-intro .intro_ss3 .list .item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px #a9796199 solid; }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss3 .list .item {
        padding: 20px 0;
        flex-direction: column; } }
    .page-intro .intro_ss3 .list .item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .page-intro .intro_ss3 .list .item:first-child {
      padding-top: 0; }
    .page-intro .intro_ss3 .list .item h4 {
      width: 13.7606837607%;
      color: var(--Text-Brown, #6B4434);
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 28.8px */
      text-transform: uppercase; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss3 .list .item h4 {
          width: 22.3076923077%;
          font-size: 22px; } }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss3 .list .item h4 {
          width: 100%;
          text-align: center;
          margin-bottom: 10px; } }
    .page-intro .intro_ss3 .list .item p {
      width: 41.7094017094%;
      padding-right: 7.6068376068%; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss3 .list .item p {
          width: 37.4358974359%;
          padding-right: 3.4188034188%; } }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss3 .list .item p {
          width: 100%;
          padding-right: 0;
          margin-bottom: 10px; } }
    .page-intro .intro_ss3 .list .item .img {
      width: 44.5299145299%; }
      @media only screen and (max-width: 1280px) {
        .page-intro .intro_ss3 .list .item .img {
          width: 40.2564102564%; } }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss3 .list .item .img {
          width: 100%; } }
      .page-intro .intro_ss3 .list .item .img img {
        width: 100%;
        border-radius: 16px; }
.page-intro .intro_ss3 .decor_ss3 {
  width: 100%;
  display: block; }
.page-intro .intro_ss4 {
  padding: 120px 9.375% 93px;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .page-intro .intro_ss4 {
      padding: 70px 30px 70px; } }
  @media only screen and (max-width: 768px) {
    .page-intro .intro_ss4 {
      padding: 60px 30px; } }
  @media only screen and (max-width: 576px) {
    .page-intro .intro_ss4 {
      padding: 50px 15px; } }
  .page-intro .intro_ss4 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
  .page-intro .intro_ss4 .cm-title {
    margin-bottom: 40px;
    color: var(--Text-Brown, #6B4434); }
    @media only screen and (max-width: 1280px) {
      .page-intro .intro_ss4 .cm-title {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss4 .cm-title {
        text-align: center;
        margin-bottom: 10px; } }
  .page-intro .intro_ss4 .list {
    display: flex; }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss4 .list {
        flex-direction: column; } }
    .page-intro .intro_ss4 .list .item {
      margin-right: 0.0854700855%;
      width: 11.0256410256%;
      aspect-ratio: 650/544;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 0;
      overflow: hidden;
      background: #F3EEE6;
      cursor: pointer;
      transition: all .5s ease; }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss4 .list .item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 1px;
          aspect-ratio: 850/324; } }
      .page-intro .intro_ss4 .list .item > img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .5s ease;
        opacity: 0;
        z-index: -1; }
      .page-intro .intro_ss4 .list .item:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss4 .list .item:last-child {
            margin-bottom: 0; } }
      .page-intro .intro_ss4 .list .item.active {
        width: 55.5555555556%;
        background: transparent; }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss4 .list .item.active {
            width: 100%;
            aspect-ratio: 650/650; } }
        .page-intro .intro_ss4 .list .item.active .icon {
          opacity: 0; }
        .page-intro .intro_ss4 .list .item.active > img {
          opacity: 1; }
        .page-intro .intro_ss4 .list .item.active .bottom {
          justify-content: space-between;
          padding: 0 42px 8px 42px; }
          @media only screen and (max-width: 1280px) {
            .page-intro .intro_ss4 .list .item.active .bottom {
              padding: 0 20px 8px 20px; } }
          @media only screen and (max-width: 576px) {
            .page-intro .intro_ss4 .list .item.active .bottom {
              padding: 0 15px 15px; } }
          .page-intro .intro_ss4 .list .item.active .bottom .num {
            color: #fff; }
          .page-intro .intro_ss4 .list .item.active .bottom .right {
            display: flex;
            flex-direction: column;
            opacity: 1;
            transform: translateX(0); }
            .page-intro .intro_ss4 .list .item.active .bottom .right p:nth-child(2) {
              opacity: 1; }
      .page-intro .intro_ss4 .list .item .icon {
        width: 32px;
        transition: all .5s ease;
        margin-top: 33px; }
        @media only screen and (max-width: 768px) {
          .page-intro .intro_ss4 .list .item .icon {
            width: 25px; } }
      .page-intro .intro_ss4 .list .item .bottom {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding-bottom: 8px; }
        .page-intro .intro_ss4 .list .item .bottom .num {
          color: var(--Brown, #A97961);
          font-size: 96px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          /* 115.2px */
          text-transform: uppercase; }
          @media only screen and (max-width: 1280px) {
            .page-intro .intro_ss4 .list .item .bottom .num {
              font-size: 60px; } }
          @media only screen and (max-width: 768px) {
            .page-intro .intro_ss4 .list .item .bottom .num {
              font-size: 35px; } }
        .page-intro .intro_ss4 .list .item .bottom .right {
          width: 71.2307692308%;
          opacity: 0;
          transform: translate(-100%);
          transition: all .5s ease;
          display: none; }
          @media only screen and (max-width: 576px) {
            .page-intro .intro_ss4 .list .item .bottom .right {
              width: 86.6153846154%; } }
          .page-intro .intro_ss4 .list .item .bottom .right p {
            color: var(--WHITE, #FDFDFD);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            /* 20.8px */ }
            .page-intro .intro_ss4 .list .item .bottom .right p:nth-child(1) {
              text-transform: uppercase;
              margin-bottom: 16px; }
              @media only screen and (max-width: 1280px) {
                .page-intro .intro_ss4 .list .item .bottom .right p:nth-child(1) {
                  margin-bottom: 8px; } }
              @media only screen and (max-width: 768px) {
                .page-intro .intro_ss4 .list .item .bottom .right p:nth-child(1) {
                  font-size: 14px; } }
            .page-intro .intro_ss4 .list .item .bottom .right p:nth-child(2) {
              font-size: 14px;
              opacity: 0; }
              @media only screen and (max-width: 768px) {
                .page-intro .intro_ss4 .list .item .bottom .right p:nth-child(2) {
                  font-size: 13px; } }
.page-intro .intro_ss8 {
  position: relative;
  padding: 98px 0 120px; }
  @media only screen and (max-width: 1024px) {
    .page-intro .intro_ss8 {
      padding: 60px 0 80px; } }
  @media only screen and (max-width: 820px) {
    .page-intro .intro_ss8 {
      padding: 40px 15px 45px; } }
  .page-intro .intro_ss8 .decor {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: auto;
    pointer-events: none; }
  .page-intro .intro_ss8 .wrap {
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 820px) {
      .page-intro .intro_ss8 .wrap {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 70px;
        margin-right: -15px; } }
    .page-intro .intro_ss8 .wrap .left {
      width: 28.8194444444%;
      padding-left: 9.375%;
      box-sizing: border-box; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss8 .wrap .left {
          padding-left: 30px; } }
      @media only screen and (max-width: 820px) {
        .page-intro .intro_ss8 .wrap .left {
          padding-left: 0;
          width: 100%; } }
      .page-intro .intro_ss8 .wrap .left .cm-title {
        color: #6B4434; }
        @media only screen and (max-width: 820px) {
          .page-intro .intro_ss8 .wrap .left .cm-title {
            text-align: center; } }
      .page-intro .intro_ss8 .wrap .left .des {
        margin-top: 24px;
        color: var(--Text-Brown, #6B4434);
        font-size: 14px;
        font-weight: 400;
        line-height: 140%; }
        @media only screen and (max-width: 820px) {
          .page-intro .intro_ss8 .wrap .left .des {
            margin-top: 20px; } }
    .page-intro .intro_ss8 .wrap .right {
      width: 67.3611111111%;
      padding-right: 16.25%;
      box-sizing: border-box;
      overflow: hidden; }
      @media only screen and (max-width: 820px) {
        .page-intro .intro_ss8 .wrap .right {
          width: 100%; } }
      .page-intro .intro_ss8 .wrap .right .swiper {
        overflow: visible; }
        .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide {
          position: relative;
          overflow: hidden;
          border-radius: 16px;
          line-height: 0; }
          @media only screen and (max-width: 767px) {
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide {
              border-radius: 10px; } }
          .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .thumbnail {
            width: 100%;
            aspect-ratio: 736/460;
            object-fit: cover; }
            @media only screen and (max-width: 767px) {
              .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .thumbnail {
                aspect-ratio: 3/4; } }
          .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content {
            position: absolute;
            z-index: 3;
            left: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            padding: 0 24px 24px;
            box-sizing: border-box;
            background: transparent;
            transition: all .3s ease; }
            @media only screen and (max-width: 767px) {
              .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content {
                padding: 30px 15px 15px; } }
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content .number {
              font-size: 48px;
              font-style: normal;
              font-weight: 600;
              line-height: 120%;
              text-transform: uppercase;
              background: linear-gradient(180deg, #FDFDFD 15.52%, rgba(253, 253, 253, 0) 79.31%);
              background-clip: text;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
              @media only screen and (max-width: 767px) {
                .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content .number {
                  background: linear-gradient(180deg, #FDFDFD 15.52%, rgba(253, 253, 253, 0) 90%);
                  background-clip: text;
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent; } }
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content .title {
              color: var(--WHITE, #FDFDFD);
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: 140%;
              text-transform: uppercase;
              opacity: 0;
              height: 0;
              transition: all .3s ease; }
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide .content .des {
              margin-top: 6px;
              color: var(--WHITE, #FDFDFD);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 140%;
              opacity: 0;
              height: 0;
              transition: all .3s ease; }
          .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide-active .content {
            background: linear-gradient(0deg, #472E1A 0%, rgba(71, 46, 26, 0) 95.63%); }
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide-active .content .title,
            .page-intro .intro_ss8 .wrap .right .swiper .swiper-slide-active .content .des {
              opacity: 1;
              height: auto; }
    .page-intro .intro_ss8 .wrap .navigation {
      position: absolute;
      left: 9.375%;
      bottom: 30px;
      display: flex;
      gap: 8px;
      width: max-content; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss8 .wrap .navigation {
          left: 30px;
          bottom: 0; } }
      @media only screen and (max-width: 820px) {
        .page-intro .intro_ss8 .wrap .navigation {
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; } }
      .page-intro .intro_ss8 .wrap .navigation .swiper-button-prev,
      .page-intro .intro_ss8 .wrap .navigation .swiper-button-next {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        right: 0; }
.page-intro .intro_ss9 {
  position: relative;
  padding: 120px 9.375%; }
  @media only screen and (max-width: 1024px) {
    .page-intro .intro_ss9 {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .page-intro .intro_ss9 {
      padding: 45px 15px; } }
  .page-intro .intro_ss9::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 81.25%;
    background-color: rgba(169, 121, 97, 0.5); }
  .page-intro .intro_ss9 .decor1 {
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 34.0972222222%;
    pointer-events: none;
    max-width: 491px; }
    .page-intro .intro_ss9 .decor1 svg path {
      fill-opacity: 0;
      stroke: #E8BB9C;
      stroke-width: 2;
      stroke-dasharray: var(--len);
      stroke-dashoffset: var(--len);
      animation: drawMain 3s ease-in-out infinite; }
  .page-intro .intro_ss9 .decor2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 44.6527777778%;
    pointer-events: none;
    max-width: 643px; }
  .page-intro .intro_ss9 .cm-title {
    color: #6B4434;
    text-align: center; }
    .page-intro .intro_ss9 .cm-title br {
      display: none; }
      @media only screen and (max-width: 576px) {
        .page-intro .intro_ss9 .cm-title br {
          display: block; } }
  .page-intro .intro_ss9 .swiper {
    margin-top: 40px; }
    @media only screen and (max-width: 1024px) {
      .page-intro .intro_ss9 .swiper {
        margin-top: 25px; } }
    .page-intro .intro_ss9 .swiper .swiper-slide {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      line-height: 0;
      cursor: pointer; }
      .page-intro .intro_ss9 .swiper .swiper-slide .thumbnail {
        width: 100%;
        aspect-ratio: 374/470;
        object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss9 .swiper .swiper-slide .thumbnail {
            aspect-ratio: 374/440; } }
      .page-intro .intro_ss9 .swiper .swiper-slide .content {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 60px 24px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background: linear-gradient(0deg, #6D492C 0%, rgba(109, 73, 44, 0) 95.63%);
        transition: all .3s ease; }
        .page-intro .intro_ss9 .swiper .swiper-slide .content .title {
          color: var(--WHITE, #FDFDFD);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          margin-bottom: 24px;
          line-height: 140%;
          /* 22.4px */
          text-transform: uppercase; }
        .page-intro .intro_ss9 .swiper .swiper-slide .content .des {
          border-top: 1px solid rgba(253, 253, 253, 0.6);
          color: var(--WHITE, #FDFDFD);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          display: flex;
          flex-direction: column;
          gap: 16px;
          height: 0;
          overflow: hidden;
          max-height: 280px;
          transition: all .3s ease; }
          .page-intro .intro_ss9 .swiper .swiper-slide .content .des ul {
            padding-left: 20px; }
            .page-intro .intro_ss9 .swiper .swiper-slide .content .des ul li {
              list-style: disc; }
      .page-intro .intro_ss9 .swiper .swiper-slide:hover .content {
        background: rgba(109, 73, 44, 0.8);
        height: 100%; }
        .page-intro .intro_ss9 .swiper .swiper-slide:hover .content .des {
          height: auto;
          overflow: visible;
          padding: 24px 0; }
    .page-intro .intro_ss9 .swiper .button-prev-def {
      left: 0; }
    .page-intro .intro_ss9 .swiper .button-next-def {
      right: 0; }
.page-intro .intro_ss7 {
  position: relative;
  background-color: #F4EEE6;
  padding: 88px 9.375% 148px; }
  @media only screen and (max-width: 1024px) {
    .page-intro .intro_ss7 {
      padding: 60px 30px 100px; } }
  @media only screen and (max-width: 767px) {
    .page-intro .intro_ss7 {
      padding: 40px 15px 60px; } }
  .page-intro .intro_ss7 .decor1 {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: auto;
    pointer-events: none; }
  .page-intro .intro_ss7 .decor4 {
    position: absolute;
    left: 0;
    top: 29%;
    width: 37.0138888889%;
    pointer-events: none;
    max-width: 533px; }
    .page-intro .intro_ss7 .decor4 svg path {
      fill-opacity: 0;
      stroke: #E8BB9C;
      stroke-width: 2;
      stroke-dasharray: var(--len);
      stroke-dashoffset: var(--len);
      animation: drawMain 3s ease-in-out infinite; }
  .page-intro .intro_ss7 .decor2,
  .page-intro .intro_ss7 .decor3 {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    right: 0; }
    .page-intro .intro_ss7 .decor2 svg,
    .page-intro .intro_ss7 .decor3 svg {
      width: 100%; }
      .page-intro .intro_ss7 .decor2 svg path,
      .page-intro .intro_ss7 .decor3 svg path {
        animation: drawline 6s ease-in-out infinite; }
  .page-intro .intro_ss7 .decor2 {
    width: 51.1111111111%;
    max-width: 736px;
    top: -10%; }
    @media only screen and (max-width: 1024px) {
      .page-intro .intro_ss7 .decor2 {
        top: -9%; } }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss7 .decor2 {
        top: -3%; } }
  .page-intro .intro_ss7 .decor3 {
    width: 58.5416666667%;
    max-width: 843px;
    bottom: -6%; }
    @media only screen and (max-width: 1024px) {
      .page-intro .intro_ss7 .decor3 {
        bottom: -5%; } }
    @media only screen and (max-width: 576px) {
      .page-intro .intro_ss7 .decor3 {
        bottom: -2%; } }
  .page-intro .intro_ss7 .cm-title {
    color: #6B4434; }
    @media only screen and (max-width: 767px) {
      .page-intro .intro_ss7 .cm-title {
        text-align: center; } }
  .page-intro .intro_ss7 .intro {
    margin: 24px 0 40px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .page-intro .intro_ss7 .intro {
        margin: 20px 0 30px;
        flex-direction: column;
        gap: 20px; } }
    .page-intro .intro_ss7 .intro .item {
      color: var(--Text-Brown, #6B4434);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; }
      .page-intro .intro_ss7 .intro .item:nth-of-type(1) {
        width: 49.5726495726%; }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss7 .intro .item:nth-of-type(1) {
            width: 100%; } }
      .page-intro .intro_ss7 .intro .item:nth-of-type(2) {
        width: 26.4957264957%; }
        @media only screen and (max-width: 1280px) {
          .page-intro .intro_ss7 .intro .item:nth-of-type(2) {
            width: 43.5897435897%; } }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss7 .intro .item:nth-of-type(2) {
            width: 100%; } }
      .page-intro .intro_ss7 .intro .item p {
        margin-bottom: 12px; }
        .page-intro .intro_ss7 .intro .item p:last-child {
          margin-bottom: 0; }
      .page-intro .intro_ss7 .intro .item ul {
        padding-left: 20px; }
        .page-intro .intro_ss7 .intro .item ul li {
          list-style: disc;
          text-transform: uppercase;
          margin-bottom: 16px; }
          .page-intro .intro_ss7 .intro .item ul li:last-child {
            margin-bottom: 0; }
  .page-intro .intro_ss7 .wrap {
    position: relative; }
    .page-intro .intro_ss7 .wrap .button-prev-def {
      left: -40px; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss7 .wrap .button-prev-def {
          left: 0; } }
    .page-intro .intro_ss7 .wrap .button-next-def {
      right: -40px; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss7 .wrap .button-next-def {
          right: 0; } }
    .page-intro .intro_ss7 .wrap .swiper .swiper-slide {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      line-height: 0;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .page-intro .intro_ss7 .wrap .swiper .swiper-slide {
          border-radius: 10px; } }
      .page-intro .intro_ss7 .wrap .swiper .swiper-slide .thumbnail {
        width: 100%;
        aspect-ratio: 1170/520;
        object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss7 .wrap .swiper .swiper-slide .thumbnail {
            aspect-ratio: 16/9; } }
      .page-intro .intro_ss7 .wrap .swiper .swiper-slide .content {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 60px 40px 32px;
        box-sizing: border-box;
        background: linear-gradient(0deg, #6D492C 0%, rgba(109, 73, 44, 0) 95.63%);
        transition: all .3s ease; }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss7 .wrap .swiper .swiper-slide .content {
            padding: 40px 15px 0; } }
        .page-intro .intro_ss7 .wrap .swiper .swiper-slide .content .title {
          color: var(--WHITE, #FDFDFD);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          margin-bottom: 24px;
          line-height: 140%;
          /* 22.4px */
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            .page-intro .intro_ss7 .wrap .swiper .swiper-slide .content .title {
              margin-bottom: 15px; } }
.page-intro .intro_ss6 {
  position: relative;
  padding: 144px 9.375% 152px; }
  @media only screen and (max-width: 1024px) {
    .page-intro .intro_ss6 {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .page-intro .intro_ss6 {
      padding: 45px 15px; } }
  .page-intro .intro_ss6 .wrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .page-intro .intro_ss6 .wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px; } }
    .page-intro .intro_ss6 .wrap .left {
      width: 43.7606837607%; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss6 .wrap .left {
          width: 40.1709401709%; } }
      @media only screen and (max-width: 767px) {
        .page-intro .intro_ss6 .wrap .left {
          width: 100%; } }
      .page-intro .intro_ss6 .wrap .left .cm-title {
        color: #6B4434; }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss6 .wrap .left .cm-title {
            text-align: center; } }
      .page-intro .intro_ss6 .wrap .left .des {
        margin-top: 78px;
        position: relative;
        padding: 52px 21px 72px 1px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 28.8px */
        background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .page-intro .intro_ss6 .wrap .left .des::before, .page-intro .intro_ss6 .wrap .left .des::after {
          position: absolute;
          content: "";
          width: 32px;
          height: 28px;
          background-size: contain;
          background-repeat: no-repeat; }
        .page-intro .intro_ss6 .wrap .left .des::before {
          top: 0;
          left: 0;
          background-image: url("../main/assets/images/intro/quote-top.svg"); }
        .page-intro .intro_ss6 .wrap .left .des::after {
          bottom: 0;
          right: 0;
          background-image: url("../main/assets/images/intro/quote-bototm.svg"); }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss6 .wrap .left .des {
            margin-top: 45px;
            padding: 46px 21px 46px 1px;
            font-size: 18px; }
            .page-intro .intro_ss6 .wrap .left .des::before, .page-intro .intro_ss6 .wrap .left .des::after {
              width: 26px;
              height: 24px; } }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss6 .wrap .left .des {
            padding: 40px 0;
            font-size: 16px;
            margin: 25px 15px 0; }
            .page-intro .intro_ss6 .wrap .left .des::before, .page-intro .intro_ss6 .wrap .left .des::after {
              width: 24px;
              height: 22px; } }
    .page-intro .intro_ss6 .wrap .right {
      display: flex;
      gap: 24px;
      width: 51.1111111111%; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss6 .wrap .right {
          gap: 15px;
          width: 55.5555555556%; } }
      @media only screen and (max-width: 767px) {
        .page-intro .intro_ss6 .wrap .right {
          width: 100%; } }
      @media only screen and (max-width: 400px) {
        .page-intro .intro_ss6 .wrap .right {
          flex-direction: column; } }
      .page-intro .intro_ss6 .wrap .right .item {
        width: calc((100% - 24px) / 2);
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss6 .wrap .right .item {
            width: calc((100% - 15px) / 2); } }
        @media only screen and (max-width: 400px) {
          .page-intro .intro_ss6 .wrap .right .item {
            width: 100%; } }
        .page-intro .intro_ss6 .wrap .right .item .avater {
          width: 100%;
          aspect-ratio: 287/243;
          object-fit: cover;
          object-position: bottom center; }
        .page-intro .intro_ss6 .wrap .right .item .position {
          margin: 16px 0 10px;
          color: var(--Text-Brown, #6B4434);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }
          @media only screen and (max-width: 1024px) {
            .page-intro .intro_ss6 .wrap .right .item .position {
              font-size: 13px;
              margin: 14px 0 8px; } }
        .page-intro .intro_ss6 .wrap .right .item .name {
          color: var(--Text-Brown, #6B4434);
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 130%;
          /* 20.8px */
          text-transform: uppercase; }
          @media only screen and (max-width: 1024px) {
            .page-intro .intro_ss6 .wrap .right .item .name {
              font-size: 14px; } }
.page-intro .intro_ss5 {
  position: relative;
  padding: 144px 9.375% 120px;
  background-image: url("../main/assets/images/intro/s5-bg.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1024px) {
    .page-intro .intro_ss5 {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .page-intro .intro_ss5 {
      padding: 45px 15px; } }
  .page-intro .intro_ss5 .decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.2638888889%;
    pointer-events: none;
    max-width: 479px; }
  .page-intro .intro_ss5 .wrap {
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 1365px) {
      .page-intro .intro_ss5 .wrap {
        padding-bottom: 50px; } }
    .page-intro .intro_ss5 .wrap .top {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .page-intro .intro_ss5 .wrap .top {
          flex-direction: column;
          gap: 20px;
          justify-content: center;
          align-items: center; } }
      .page-intro .intro_ss5 .wrap .top .des {
        width: 40.2777777778%;
        color: #FDFDFD;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss5 .wrap .top .des {
            width: 90%;
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          .page-intro .intro_ss5 .wrap .top .des {
            width: 100%; } }
    .page-intro .intro_ss5 .wrap .bottom {
      margin-top: 50px;
      position: relative; }
      .page-intro .intro_ss5 .wrap .bottom .swiper {
        overflow: visible;
        position: relative;
        padding-top: 270px;
        padding-bottom: 270px;
        min-height: 550px; }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss5 .wrap .bottom .swiper {
            padding-top: 200px;
            padding-bottom: 200px;
            min-height: 400px; } }
      .page-intro .intro_ss5 .wrap .bottom .history-axis {
        position: absolute;
        left: 0;
        right: 0;
        top: 49%;
        height: 2px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(90deg, #FDFDFD 0%, rgba(253, 253, 253, 0) 100%); }
      .page-intro .intro_ss5 .wrap .bottom .swiper-wrapper {
        align-items: stretch; }
      .page-intro .intro_ss5 .wrap .bottom .swiper-slide {
        position: relative;
        height: 100%; }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss5 .wrap .bottom .swiper-slide-active .content .des {
            display: block; } }
      .page-intro .intro_ss5 .wrap .bottom .timeline {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 2; }
        .page-intro .intro_ss5 .wrap .bottom .timeline .dot {
          display: block;
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background: #fff;
          cursor: pointer; }
      .page-intro .intro_ss5 .wrap .bottom .content {
        position: absolute;
        left: 0;
        width: 230px;
        color: #fff;
        z-index: 2; }
        @media only screen and (max-width: 576px) {
          .page-intro .intro_ss5 .wrap .bottom .content {
            width: 300px; } }
        .page-intro .intro_ss5 .wrap .bottom .content::before {
          position: absolute;
          content: "";
          left: 5px;
          width: 1px;
          height: 60px; }
          @media only screen and (max-width: 1024px) {
            .page-intro .intro_ss5 .wrap .bottom .content::before {
              height: 50px; } }
        .page-intro .intro_ss5 .wrap .bottom .content .year {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 6px;
          cursor: pointer; }
        .page-intro .intro_ss5 .wrap .bottom .content .des {
          font-size: 13px;
          line-height: 1.5;
          display: none;
          max-height: 205px;
          overflow: auto; }
          @media only screen and (max-width: 1024px) {
            .page-intro .intro_ss5 .wrap .bottom .content .des {
              max-height: 150px; } }
          .page-intro .intro_ss5 .wrap .bottom .content .des p, .page-intro .intro_ss5 .wrap .bottom .content .des ul {
            margin-bottom: 8px; }
            .page-intro .intro_ss5 .wrap .bottom .content .des p:last-child, .page-intro .intro_ss5 .wrap .bottom .content .des ul:last-child {
              margin-bottom: 0; }
          .page-intro .intro_ss5 .wrap .bottom .content .des ul {
            padding-left: 18px; }
            .page-intro .intro_ss5 .wrap .bottom .content .des ul li {
              list-style: disc;
              margin-bottom: 3px; }
              .page-intro .intro_ss5 .wrap .bottom .content .des ul li:last-child {
                margin-bottom: 0; }
      .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(odd) .content {
        bottom: calc(50% + 60px); }
        .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(odd) .content::before {
          bottom: -60px;
          background: linear-gradient(0deg, #FDFDFD -4.74%, rgba(253, 253, 253, 0) 100%); }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(odd) .content {
            bottom: calc(50% + 50px); }
            .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(odd) .content::before {
              bottom: -50px; } }
      .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(even) .content {
        top: calc(50% + 60px); }
        .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(even) .content::before {
          top: -60px;
          background: linear-gradient(180deg, #FDFDFD -4.74%, rgba(253, 253, 253, 0) 100%); }
        @media only screen and (max-width: 1024px) {
          .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(even) .content {
            top: calc(50% + 50px); }
            .page-intro .intro_ss5 .wrap .bottom .swiper-slide:nth-child(even) .content::before {
              top: -50px; } }
    .page-intro .intro_ss5 .wrap .navigation {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      display: none;
      gap: 8px;
      width: max-content; }
      @media only screen and (max-width: 1365px) {
        .page-intro .intro_ss5 .wrap .navigation {
          display: flex; } }
      .page-intro .intro_ss5 .wrap .navigation .swiper-button-prev,
      .page-intro .intro_ss5 .wrap .navigation .swiper-button-next {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 1; }
        .page-intro .intro_ss5 .wrap .navigation .swiper-button-prev svg,
        .page-intro .intro_ss5 .wrap .navigation .swiper-button-next svg {
          filter: brightness(0); }
        .page-intro .intro_ss5 .wrap .navigation .swiper-button-prev:hover svg,
        .page-intro .intro_ss5 .wrap .navigation .swiper-button-next:hover svg {
          filter: brightness(1); }

.page-quanhe .cm-page-block {
  border-radius: 16px;
  background: var(--WHITE, #FDFDFD); }
.page-quanhe .cm-button-see {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #A97961;
  color: #6B4434;
  width: max-content;
  margin-top: 24px; }
.page-quanhe .prj_ss1 {
  aspect-ratio: 1440/750;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-quanhe .prj_ss1 {
      margin-top: 70px; } }
  .page-quanhe .prj_ss1::after {
    content: '';
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%; }
    @media only screen and (max-width: 576px) {
      .page-quanhe .prj_ss1::after {
        height: 75%; } }
  .page-quanhe .prj_ss1 > img:not(.cm-decor) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .page-quanhe .prj_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
  .page-quanhe .prj_ss1 .abs {
    position: absolute;
    left: 9.375%;
    bottom: 7.0652173913%;
    z-index: 1;
    text-align: center;
    width: max-content; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .prj_ss1 .abs {
        left: 30px; } }
    @media only screen and (max-width: 576px) {
      .page-quanhe .prj_ss1 .abs {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); } }
    .page-quanhe .prj_ss1 .abs h2 {
      color: #E8BB9C;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 52px */ }
      @media only screen and (max-width: 1280px) {
        .page-quanhe .prj_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss1 .abs h2 {
          font-size: 28px; } }
.page-quanhe .prj_ss2 {
  padding: 96px 9.375% 120px;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-quanhe .prj_ss2 {
      padding: 70px 30px 100px; } }
  @media only screen and (max-width: 576px) {
    .page-quanhe .prj_ss2 {
      padding: 50px 15px 70px; } }
  .page-quanhe .prj_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .prj_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-quanhe .prj_ss2 .decor {
    position: absolute;
    left: 0;
    top: 40px; }
  .page-quanhe .prj_ss2 .decor_ss32 {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .page-quanhe .prj_ss2 .decor_ss32 {
        right: -50%; } }
  .page-quanhe .prj_ss2 .decor_b {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1; }
  .page-quanhe .prj_ss2 .decor_l {
    position: absolute;
    left: 0;
    bottom: 36%;
    z-index: -1; }
  .page-quanhe .prj_ss2 .top {
    display: flex;
    margin-bottom: 96px; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .prj_ss2 .top {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 768px) {
      .page-quanhe .prj_ss2 .top {
        flex-direction: column; } }
    @media only screen and (max-width: 576px) {
      .page-quanhe .prj_ss2 .top {
        margin-bottom: 50px; } }
    .page-quanhe .prj_ss2 .top .cm-title {
      color: #122146; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .top .cm-title {
          text-align: center;
          padding: 0 15px; } }
    .page-quanhe .prj_ss2 .top .left {
      width: 65.8974358974%;
      margin-right: 2.0512820513%;
      padding: 24px 24px 0;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .page-quanhe .prj_ss2 .top .left {
          width: 100%;
          margin-right: 0; } }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .top .left {
          padding: 20px 0 0; } }
      .page-quanhe .prj_ss2 .top .left > div {
        padding: 24px 24px 0;
        position: relative; }
        @media only screen and (max-width: 576px) {
          .page-quanhe .prj_ss2 .top .left > div {
            padding: 20px 0 0; } }
        .page-quanhe .prj_ss2 .top .left > div:nth-child(2):after {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 41px);
          height: calc(100% - 41px);
          right: 0;
          bottom: 0;
          border: 7px #fff solid;
          content: '';
          pointer-events: none; }
          @media only screen and (max-width: 576px) {
            .page-quanhe .prj_ss2 .top .left > div:nth-child(2):after {
              display: none; } }
        .page-quanhe .prj_ss2 .top .left > div:nth-child(2)::before {
          position: absolute;
          left: 0%;
          top: 15px;
          width: 100%;
          height: 50px;
          right: 0;
          bottom: 0;
          content: '';
          pointer-events: none;
          background: #fff; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .prj_ss2 .top .left > div:nth-child(2)::before {
              top: 20px; } }
      .page-quanhe .prj_ss2 .top .left::before {
        position: absolute;
        right: 3px;
        width: calc(100% - 365px);
        background: #fff;
        content: "";
        top: 65px;
        height: 170px;
        z-index: 1; }
        @media only screen and (max-width: 1450px) {
          .page-quanhe .prj_ss2 .top .left::before {
            width: 0%; } }
        @media only screen and (max-width: 768px) {
          .page-quanhe .prj_ss2 .top .left::before {
            top: 10px; } }
      .page-quanhe .prj_ss2 .top .left:after {
        position: absolute;
        right: 0;
        width: 100%;
        background: #fff;
        content: '';
        bottom: 0px;
        width: 100%;
        height: 117px;
        border-radius: 16px; }
        @media only screen and (max-width: 1700px) {
          .page-quanhe .prj_ss2 .top .left:after {
            height: 98px; } }
        @media only screen and (max-width: 1590px) {
          .page-quanhe .prj_ss2 .top .left:after {
            height: 12%; } }
        @media only screen and (max-width: 1450px) {
          .page-quanhe .prj_ss2 .top .left:after {
            height: 15%; } }
        @media only screen and (max-width: 1025px) {
          .page-quanhe .prj_ss2 .top .left:after {
            height: 23%; } }
        @media only screen and (max-width: 768px) {
          .page-quanhe .prj_ss2 .top .left:after {
            height: 10%; } }
      .page-quanhe .prj_ss2 .top .left .cm-title {
        margin-bottom: -20px; }
    .page-quanhe .prj_ss2 .top .right {
      width: 32.0512820513%;
      padding: 24px; }
      @media only screen and (max-width: 768px) {
        .page-quanhe .prj_ss2 .top .right {
          width: 100%;
          margin-top: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .top .right {
          padding: 20px 10px; } }
      .page-quanhe .prj_ss2 .top .right .cm-title {
        margin-bottom: 16px; }
      .page-quanhe .prj_ss2 .top .right .img {
        aspect-ratio: 326/174;
        border-radius: 10px;
        margin-bottom: 4px; }
        .page-quanhe .prj_ss2 .top .right .img img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          border-radius: 10px; }
      .page-quanhe .prj_ss2 .top .right .list {
        display: flex;
        flex-direction: column; }
        .page-quanhe .prj_ss2 .top .right .list a {
          display: flex;
          align-items: center;
          padding: 12px 0;
          border-bottom: 1px solid #A97961; }
          .page-quanhe .prj_ss2 .top .right .list a p {
            width: calc(100% - 16px);
            color: var(--Text-Brown, #6B4434);
            font-weight: 400;
            line-height: 140%;
            /* 19.6px */
            letter-spacing: 0.14px; }
          .page-quanhe .prj_ss2 .top .right .list a .icon {
            width: 16px; }
  .page-quanhe .prj_ss2 .mid {
    margin-bottom: 96px; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .prj_ss2 .mid {
        margin-bottom: 70px; } }
    .page-quanhe .prj_ss2 .mid .img {
      overflow: hidden; }
      .page-quanhe .prj_ss2 .mid .img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .page-quanhe .prj_ss2 .mid .title {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
      justify-content: space-between; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .mid .title {
          flex-direction: column;
          justify-content: center;
          margin-bottom: 18px; } }
      .page-quanhe .prj_ss2 .mid .title .cm-button-see {
        margin-top: 0; }
    .page-quanhe .prj_ss2 .mid .cm-title {
      color: #122146; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .mid .cm-title {
          text-align: center;
          margin-bottom: 10px; } }
    .page-quanhe .prj_ss2 .mid .content {
      display: flex;
      align-items: flex-start; }
      @media only screen and (max-width: 768px) {
        .page-quanhe .prj_ss2 .mid .content {
          flex-direction: column; } }
      .page-quanhe .prj_ss2 .mid .content .left {
        width: 65.8974358974%;
        margin-right: 2.0512820513%; }
        @media only screen and (max-width: 768px) {
          .page-quanhe .prj_ss2 .mid .content .left {
            width: 100%;
            margin: 0 0 30px; } }
        .page-quanhe .prj_ss2 .mid .content .left .img {
          height: 470px;
          border-radius: 16px 16px 0 0; }
          @media only screen and (max-width: 1450px) {
            .page-quanhe .prj_ss2 .mid .content .left .img {
              height: 387px; } }
          @media only screen and (max-width: 576px) {
            .page-quanhe .prj_ss2 .mid .content .left .img {
              height: 230px; } }
          .page-quanhe .prj_ss2 .mid .content .left .img img {
            border-radius: 16px 16px 0 0; }
        .page-quanhe .prj_ss2 .mid .content .left .bot {
          background: #FDFDFD;
          border-radius: 0 0 16px 16px;
          padding: 24px;
          display: flex;
          align-items: center; }
          .page-quanhe .prj_ss2 .mid .content .left .bot p {
            width: calc(100% - 22px);
            color: var(--Text-Brown, #6B4434);
            font-weight: 400;
            line-height: 140%;
            /* 19.6px */
            letter-spacing: 0.14px; }
          .page-quanhe .prj_ss2 .mid .content .left .bot .icon {
            width: 22px; }
      .page-quanhe .prj_ss2 .mid .content .right {
        width: 32.0512820513%;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .page-quanhe .prj_ss2 .mid .content .right {
            width: 100%; } }
        .page-quanhe .prj_ss2 .mid .content .right a {
          display: flex;
          margin-bottom: 24px; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .prj_ss2 .mid .content .right a {
              margin-bottom: 10px; } }
          @media only screen and (max-width: 768px) {
            .page-quanhe .prj_ss2 .mid .content .right a {
              margin-bottom: 24px; } }
          @media only screen and (max-width: 576px) {
            .page-quanhe .prj_ss2 .mid .content .right a {
              margin-bottom: 12px; } }
          .page-quanhe .prj_ss2 .mid .content .right a:last-child {
            margin-bottom: 0; }
          .page-quanhe .prj_ss2 .mid .content .right a .img {
            height: 116px;
            border-radius: 16px 0 0 16px;
            width: 184px; }
            @media only screen and (max-width: 1450px) {
              .page-quanhe .prj_ss2 .mid .content .right a .img {
                height: 96px; } }
            @media only screen and (max-width: 1280px) {
              .page-quanhe .prj_ss2 .mid .content .right a .img {
                height: 110px; } }
            @media only screen and (max-width: 768px) {
              .page-quanhe .prj_ss2 .mid .content .right a .img {
                height: 96px; } }
            .page-quanhe .prj_ss2 .mid .content .right a .img img {
              border-radius: 16px 0 0 16px; }
          .page-quanhe .prj_ss2 .mid .content .right a .bot {
            width: calc(100% - 184px);
            background: #FDFDFD;
            border-radius: 0 16px 16px 0;
            display: flex;
            flex-direction: column;
            padding: 16px;
            justify-content: space-between; }
            @media only screen and (max-width: 1280px) {
              .page-quanhe .prj_ss2 .mid .content .right a .bot {
                padding: 10px; } }
            @media only screen and (max-width: 768px) {
              .page-quanhe .prj_ss2 .mid .content .right a .bot {
                padding: 16px; } }
            .page-quanhe .prj_ss2 .mid .content .right a .bot p {
              width: calc(100% - 0px);
              color: var(--Text-Brown, #6B4434);
              font-weight: 400;
              line-height: 140%;
              /* 19.6px */
              letter-spacing: 0.14px;
              margin-bottom: 10px; }
            .page-quanhe .prj_ss2 .mid .content .right a .bot .icon {
              width: 16px; }
  .page-quanhe .prj_ss2 .bottom_block {
    display: flex;
    margin-bottom: 96px; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .prj_ss2 .bottom_block {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 576px) {
      .page-quanhe .prj_ss2 .bottom_block {
        flex-direction: column;
        margin-bottom: 50px; } }
    .page-quanhe .prj_ss2 .bottom_block .cm-title {
      color: #122146; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .bottom_block .cm-title {
          text-align: center; } }
    .page-quanhe .prj_ss2 .bottom_block .list {
      display: flex;
      flex-direction: column; }
      .page-quanhe .prj_ss2 .bottom_block .list a {
        display: flex;
        align-items: center;
        width: 100%; }
    .page-quanhe .prj_ss2 .bottom_block .left {
      width: calc((100% - 24px)/2);
      padding: 24px;
      margin-right: 24px; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .bottom_block .left {
          width: 100%;
          margin-right: 0;
          padding: 20px 10px; } }
      .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) {
        padding: 16px 0;
        border-bottom: 1px solid #A97961; }
        .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) p {
          width: calc(100% - 16px);
          color: var(--Text-Brown, #6B4434);
          font-weight: 400;
          line-height: 140%;
          /* 19.6px */
          letter-spacing: 0.14px;
          display: flex;
          flex-direction: column; }
          .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) p span {
            display: block; }
            .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) p span:nth-child(1) {
              margin-bottom: 8px; }
            .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) p span:nth-child(2) {
              font-size: 11px;
              letter-spacing: 0.33px; }
        .page-quanhe .prj_ss2 .bottom_block .left a:not(.cm-button-see) .icon {
          width: 16px; }
    .page-quanhe .prj_ss2 .bottom_block .right {
      width: calc((100% - 24px)/2);
      padding: 24px; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .bottom_block .right {
          width: 100%;
          margin-top: 30px;
          padding: 20px 10px; } }
      .page-quanhe .prj_ss2 .bottom_block .right .cm-title {
        margin-bottom: 16px; }
      .page-quanhe .prj_ss2 .bottom_block .right a {
        margin-bottom: 20px; }
        .page-quanhe .prj_ss2 .bottom_block .right a:last-child {
          margin-bottom: 0; }
        .page-quanhe .prj_ss2 .bottom_block .right a .date {
          border-radius: 8px;
          border: 1px solid var(--Brown, #A97961);
          width: 80px;
          height: 77px;
          color: var(--Text-Brown, #6B4434);
          font-size: 11px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 14.3px */
          text-transform: uppercase;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-right: 16px; }
          .page-quanhe .prj_ss2 .bottom_block .right a .date span {
            font-size: 32px;
            display: block;
            margin-bottom: 10px; }
        .page-quanhe .prj_ss2 .bottom_block .right a p {
          width: calc(100% - 96px);
          color: var(--Text-Brown, #6B4434);
          font-weight: 400;
          line-height: 140%;
          /* 19.6px */
          letter-spacing: 0.14px;
          display: flex;
          flex-direction: column; }
          .page-quanhe .prj_ss2 .bottom_block .right a p span {
            display: block; }
            .page-quanhe .prj_ss2 .bottom_block .right a p span:nth-child(1) {
              margin-bottom: 10px; }
  .page-quanhe .prj_ss2 .other_doc {
    padding: 24px; }
    @media only screen and (max-width: 576px) {
      .page-quanhe .prj_ss2 .other_doc {
        padding: 20px 10px; } }
    .page-quanhe .prj_ss2 .other_doc .cm-title {
      color: #122146;
      margin-bottom: 16px; }
      @media only screen and (max-width: 576px) {
        .page-quanhe .prj_ss2 .other_doc .cm-title {
          text-align: center; } }
    .page-quanhe .prj_ss2 .other_doc .tabs {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #A97961; }
      .page-quanhe .prj_ss2 .other_doc .tabs a {
        color: var(--Text-Brown, #6B4434);
        font-weight: 600;
        line-height: 130%;
        opacity: 0.6;
        padding-bottom: 12px;
        position: relative;
        display: inline-block;
        margin-right: 32px; }
        @media only screen and (max-width: 576px) {
          .page-quanhe .prj_ss2 .other_doc .tabs a {
            text-align: center; } }
        @media only screen and (max-width: 576px) {
          .page-quanhe .prj_ss2 .other_doc .tabs a {
            margin-right: 15px; } }
        .page-quanhe .prj_ss2 .other_doc .tabs a:last-child {
          margin-right: 0; }
        .page-quanhe .prj_ss2 .other_doc .tabs a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 0;
          height: 2px;
          background: #6B4434;
          transition: all 0.5s ease; }
        .page-quanhe .prj_ss2 .other_doc .tabs a.is-active {
          opacity: 1; }
          .page-quanhe .prj_ss2 .other_doc .tabs a.is-active:after {
            width: 100%; }
    .page-quanhe .prj_ss2 .other_doc .tab-content .list {
      display: flex;
      flex-wrap: wrap; }
      .page-quanhe .prj_ss2 .other_doc .tab-content .list a {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 24px 0;
        border-bottom: 1px solid #A97961; }
        @media only screen and (max-width: 768px) {
          .page-quanhe .prj_ss2 .other_doc .tab-content .list a {
            padding: 18px 0; } }
        .page-quanhe .prj_ss2 .other_doc .tab-content .list a p {
          width: calc(100% - 16px);
          color: var(--Text-Brown, #6B4434);
          font-weight: 400;
          line-height: 140%;
          /* 19.6px */
          letter-spacing: 0.14px;
          display: flex;
          align-items: center; }
          .page-quanhe .prj_ss2 .other_doc .tab-content .list a p span {
            display: inline-block;
            width: calc(100% - 182px); }
            @media only screen and (max-width: 576px) {
              .page-quanhe .prj_ss2 .other_doc .tab-content .list a p span {
                width: calc(100% - 100px); } }
            .page-quanhe .prj_ss2 .other_doc .tab-content .list a p span:nth-child(1) {
              width: 182px; }
              @media only screen and (max-width: 576px) {
                .page-quanhe .prj_ss2 .other_doc .tab-content .list a p span:nth-child(1) {
                  width: 100px; } }
        .page-quanhe .prj_ss2 .other_doc .tab-content .list a .icon {
          width: 16px; }
    .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list {
      margin-top: 30px; }
      .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a {
        width: 31.9073083779%;
        height: 180px;
        position: relative;
        border-radius: 16px;
        margin-right: 2.1390374332%;
        margin-bottom: 24px;
        padding: 0;
        border-bottom: none; }
        @media only screen and (max-width: 1450px) {
          .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a {
            height: 160px; } }
        @media only screen and (max-width: 576px) {
          .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a {
            width: calc((100% - 15px)/2) !important;
            margin-right: 15px !important;
            margin-bottom: 15px;
            height: 120px; }
            .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(2n + 2) {
              margin-right: 0 !important; } }
        .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(7n + 2), .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(7n + 5), .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(7n + 7) {
          margin-right: 0; }
        .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(7n + 1), .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:nth-child(7n + 7) {
          width: 65.9536541889%; }
        .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:after {
          border-radius: 0 0 16px 16px;
          background: linear-gradient(0deg, #472E1A 0%, rgba(71, 46, 26, 0) 95.63%);
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 50%; }
          @media only screen and (max-width: 576px) {
            .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a:after {
              height: 75%; } }
        .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          border-radius: 16px; }
        .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a p {
          position: absolute;
          color: var(--WHITE, #FDFDFD);
          bottom: 12px;
          left: 16px;
          z-index: 1;
          max-width: 100%; }
          @media only screen and (max-width: 576px) {
            .page-quanhe .prj_ss2 .other_doc .tab-content.tab_other .list a p {
              left: 10px;
              bottom: 10px; } }
.page-quanhe .quanhecat {
  display: flex;
  padding: 96px 9.375% 120px;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-quanhe .quanhecat {
      padding: 70px 30px 100px; } }
  @media only screen and (max-width: 768px) {
    .page-quanhe .quanhecat {
      flex-direction: column; } }
  @media only screen and (max-width: 576px) {
    .page-quanhe .quanhecat {
      padding: 50px 15px 70px; } }
  .page-quanhe .quanhecat .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .quanhecat .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-quanhe .quanhecat .decor {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1; }
  .page-quanhe .quanhecat .decor_ss32 {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .page-quanhe .quanhecat .decor_ss32 {
        right: -50%; } }
  .page-quanhe .quanhecat .left {
    width: 31.9658119658%;
    border-radius: 16px;
    background: var(--WHITE, #FDFDFD);
    padding: 8px 24px;
    height: max-content; }
    @media only screen and (max-width: 1280px) {
      .page-quanhe .quanhecat .left {
        padding: 8px 12px; } }
    @media only screen and (max-width: 768px) {
      .page-quanhe .quanhecat .left {
        width: 100%;
        margin-bottom: 20px;
        background: transparent;
        padding: 0;
        border-radius: 0; } }
    .page-quanhe .quanhecat .left ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-quanhe .quanhecat .left ul li {
        width: 100%;
        opacity: 0.6;
        padding: 16px 0;
        border-bottom: #A97961 1px solid; }
        @media only screen and (max-width: 1280px) {
          .page-quanhe .quanhecat .left ul li {
            padding: 12px 0; } }
        @media only screen and (max-width: 768px) {
          .page-quanhe .quanhecat .left ul li {
            width: calc((100% - 15px)/2);
            background: var(--WHITE, #FDFDFD);
            padding: 10px 10px;
            border-radius: 8px;
            margin-bottom: 15px;
            text-align: center; } }
        @media only screen and (max-width: 576px) {
          .page-quanhe .quanhecat .left ul li {
            width: calc((100% - 10px)/2);
            margin-bottom: 10px; } }
        .page-quanhe .quanhecat .left ul li:last-child {
          border-bottom: none; }
        .page-quanhe .quanhecat .left ul li.active {
          opacity: 1; }
        .page-quanhe .quanhecat .left ul li a {
          width: 100%;
          color: var(--Text-Brown, #6B4434);
          font-size: 16px;
          font-style: normal;
          line-height: 130%;
          /* 20.8px */
          display: block; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .quanhecat .left ul li a {
              font-size: 14px; } }
  .page-quanhe .quanhecat .right {
    width: 68.0341880342%;
    padding-left: 24px; }
    @media only screen and (max-width: 768px) {
      .page-quanhe .quanhecat .right {
        width: 100%;
        padding-left: 0; } }
    .page-quanhe .quanhecat .right .search {
      margin-bottom: 24px; }
      .page-quanhe .quanhecat .right .search form {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px; }
        @media only screen and (max-width: 576px) {
          .page-quanhe .quanhecat .right .search form {
            flex-wrap: wrap;
            height: auto;
            justify-content: space-between; } }
        .page-quanhe .quanhecat .right .search form .cm-button {
          width: 176px;
          margin-left: 24px;
          outline: none;
          border: none;
          border-radius: 8px;
          height: 100%;
          cursor: pointer; }
          .page-quanhe .quanhecat .right .search form .cm-button:after {
            border-radius: 8px; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .quanhecat .right .search form .cm-button {
              margin-left: 12px; } }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .search form .cm-button {
              margin-left: 0;
              height: 40px;
              margin: 15px auto 0; } }
        .page-quanhe .quanhecat .right .search form .year {
          width: 208px;
          margin-left: 24px;
          height: 100%;
          border-radius: 8px;
          background: #FDFDFD;
          display: flex;
          align-items: center;
          padding: 0 24px; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .quanhecat .right .search form .year {
              margin-left: 12px; } }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .search form .year {
              width: 30%;
              margin-left: 0;
              height: 40px;
              padding: 0;
              justify-content: center; } }
          .page-quanhe .quanhecat .right .search form .year p {
            margin-right: 40px; }
            @media only screen and (max-width: 1280px) {
              .page-quanhe .quanhecat .right .search form .year p {
                margin-right: 20px; } }
            @media only screen and (max-width: 576px) {
              .page-quanhe .quanhecat .right .search form .year p {
                display: none; } }
          .page-quanhe .quanhecat .right .search form .year select {
            border: 0;
            outline: none;
            background: transparent;
            color: var(--Text-Brown, #6B4434);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 16.8px */
            letter-spacing: 0.12px; }
        .page-quanhe .quanhecat .right .search form .input {
          width: calc(100% - 176px - 208px - 48px);
          height: 100%;
          border-radius: 8px;
          background: #FDFDFD; }
          @media only screen and (max-width: 1280px) {
            .page-quanhe .quanhecat .right .search form .input {
              width: calc(100% - 176px - 208px - 24px); } }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .search form .input {
              width: 65%;
              height: 40px; } }
          .page-quanhe .quanhecat .right .search form .input input {
            width: 100%;
            height: 100%;
            outline: none;
            border: none;
            padding: 0 36px;
            color: var(--Text-Brown, #6B4434);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 16.8px */
            letter-spacing: 0.12px;
            border-radius: 8px; }
            @media only screen and (max-width: 576px) {
              .page-quanhe .quanhecat .right .search form .input input {
                padding: 0 15px; } }
          .page-quanhe .quanhecat .right .search form .input input::placeholder {
            color: var(--Text-Brown, #6B4434);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 16.8px */
            letter-spacing: 0.12px; }
    .page-quanhe .quanhecat .right .list {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .page-quanhe .quanhecat .right .list a {
        width: calc((100% - 48px)/3);
        margin-bottom: 24px;
        margin-right: 24px;
        background: var(--WHITE, #FDFDFD);
        border-radius: 16px; }
        @media only screen and (max-width: 1280px) {
          .page-quanhe .quanhecat .right .list a {
            width: calc((100% - 24px)/3);
            margin-bottom: 12px;
            margin-right: 12px; } }
        @media only screen and (max-width: 576px) {
          .page-quanhe .quanhecat .right .list a {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0; } }
        .page-quanhe .quanhecat .right .list a:nth-child(3n + 3) {
          margin-right: 0; }
        .page-quanhe .quanhecat .right .list a .img {
          width: 100%;
          aspect-ratio: 241/295;
          border-radius: 8px; }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .list a .img {
              aspect-ratio: 241/201; } }
          .page-quanhe .quanhecat .right .list a .img img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            border-radius: 8px; }
        .page-quanhe .quanhecat .right .list a .exp {
          border-radius: 0 0 16px 16px;
          padding: 16px; }
          .page-quanhe .quanhecat .right .list a .exp h3 {
            color: var(--Text-Brown, #6B4434);
            line-height: 140%;
            /* 19.6px */
            letter-spacing: 0.14px;
            margin-bottom: 8px;
            font-weight: 400; }
          .page-quanhe .quanhecat .right .list a .exp p {
            display: flex;
            align-items: center;
            color: var(--Text-Brown, #6B4434);
            font-size: 12px;
            font-weight: 400;
            line-height: 130%;
            /* 15.6px */ }
    .page-quanhe .quanhecat .right .list2 {
      display: flex;
      flex-direction: column; }
      .page-quanhe .quanhecat .right .list2 a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px; }
        .page-quanhe .quanhecat .right .list2 a .p_right {
          padding-bottom: 3px;
          border-bottom: 1px solid #A97961;
          width: max-content;
          color: var(--Text-Brown, #6B4434); }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .list2 a .p_right {
              display: none; } }
        .page-quanhe .quanhecat .right .list2 a .p_left {
          width: calc(100% - 150px);
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 576px) {
            .page-quanhe .quanhecat .right .list2 a .p_left {
              width: 100%; } }
          .page-quanhe .quanhecat .right .list2 a .p_left .date {
            border-radius: 8px;
            border: 1px solid var(--Brown, #A97961);
            width: 80px;
            height: 77px;
            color: var(--Text-Brown, #6B4434);
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            /* 14.3px */
            text-transform: uppercase;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin-right: 16px;
            padding-top: 8px; }
            .page-quanhe .quanhecat .right .list2 a .p_left .date span {
              font-size: 32px;
              display: block;
              margin-bottom: 10px; }
          .page-quanhe .quanhecat .right .list2 a .p_left p {
            width: calc(100% - 96px);
            color: var(--Text-Brown, #6B4434);
            font-weight: 400;
            line-height: 140%;
            /* 19.6px */
            letter-spacing: 0.14px;
            display: flex;
            flex-direction: column; }
            .page-quanhe .quanhecat .right .list2 a .p_left p span {
              display: block; }
              .page-quanhe .quanhecat .right .list2 a .p_left p span:nth-child(1) {
                margin-bottom: 10px; }

.project_detail .content_page {
  position: relative;
  background: #F4EEE6;
  color: var(--Text-Brown, #6B4434);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.14px; }
  .project_detail .content_page .cm-title {
    color: var(--Text-Brown, #6B4434); }
.project_detail .intro_general {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 120px 9.375%;
  box-sizing: border-box; }
  .project_detail .intro_general .decor1 {
    position: absolute;
    top: -68px;
    right: 0;
    width: auto;
    max-width: 60%;
    pointer-events: none;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .project_detail .intro_general .decor1 {
        top: 0; } }
  @media only screen and (max-width: 1280px) {
    .project_detail .intro_general {
      padding: 80px 30px; } }
  @media only screen and (max-width: 1024px) {
    .project_detail .intro_general {
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .project_detail .intro_general {
      padding: 45px 15px; } }
  .project_detail .intro_general .left {
    width: 34.0170940171%; }
    @media only screen and (max-width: 1024px) {
      .project_detail .intro_general .left {
        width: 100%;
        margin-bottom: 32px; } }
    .project_detail .intro_general .left .excerpt {
      margin: 39px 0; }
      @media only screen and (max-width: 767px) {
        .project_detail .intro_general .left .excerpt {
          margin: 22px 0; } }
    .project_detail .intro_general .left .des {
      margin-bottom: 39px; }
      @media only screen and (max-width: 767px) {
        .project_detail .intro_general .left .des {
          margin-bottom: 22px; } }
      .project_detail .intro_general .left .des li {
        display: flex;
        flex-wrap: wrap;
        gap: 26px;
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(107, 68, 52, 0.3);
        line-height: 150%; }
        @media only screen and (max-width: 767px) {
          .project_detail .intro_general .left .des li {
            gap: 15px;
            margin-bottom: 12px;
            padding-bottom: 10px; } }
        .project_detail .intro_general .left .des li:last-child {
          margin-bottom: 0; }
        .project_detail .intro_general .left .des li span {
          display: block;
          width: 149px;
          flex-shrink: 0;
          font-weight: 600; }
    .project_detail .intro_general .left .link {
      display: flex;
      align-items: center;
      width: max-content;
      gap: 2px;
      color: var(--Text-Brown, #6B4434);
      line-height: 130%;
      padding-bottom: 4px;
      border-bottom: 1px solid #A97961;
      transition: all .3s ease; }
      .project_detail .intro_general .left .link:hover {
        letter-spacing: 1px; }
  .project_detail .intro_general .right {
    width: 59.4871794872%; }
    @media only screen and (max-width: 1024px) {
      .project_detail .intro_general .right {
        width: 100%; } }
    .project_detail .intro_general .right img {
      width: 100%;
      aspect-ratio: 696/468;
      border-radius: 16px; }
      @media only screen and (max-width: 767px) {
        .project_detail .intro_general .right img {
          border-radius: 8px; } }
.project_detail .content {
  margin-bottom: 88px; }
  @media only screen and (max-width: 1280px) {
    .project_detail .content {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .project_detail .content {
      margin-bottom: 40px; } }
  .project_detail .content .top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 40px; }
    .project_detail .content .top .excerpt {
      width: 59.4871794872%; }
    @media only screen and (max-width: 1024px) {
      .project_detail .content .top {
        flex-direction: column;
        margin-bottom: 32px; }
        .project_detail .content .top .excerpt {
          width: 100%;
          margin-top: 22px; } }
    @media only screen and (max-width: 767px) {
      .project_detail .content .top {
        padding: 0 15px; } }
  .project_detail .content .bottom {
    position: relative;
    overflow: hidden;
    padding: 0 9.375%; }
    @media only screen and (max-width: 1280px) {
      .project_detail .content .bottom {
        padding: 0 30px; } }
    @media only screen and (max-width: 767px) {
      .project_detail .content .bottom {
        padding: 0 15px; } }
    .project_detail .content .bottom .swiper {
      overflow: visible; }
      @media only screen and (max-width: 767px) {
        .project_detail .content .bottom .swiper {
          overflow: hidden; } }
      .project_detail .content .bottom .swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto; }
        .project_detail .content .bottom .swiper .swiper-slide .top {
          opacity: 0;
          transition: all .25s ease; }
        .project_detail .content .bottom .swiper .swiper-slide .img {
          display: flex;
          align-items: center;
          width: 100%;
          overflow: hidden; }
          .project_detail .content .bottom .swiper .swiper-slide .img img {
            width: 100%;
            height: auto !important;
            aspect-ratio: inherit !important;
            border-radius: 16px; }
            @media only screen and (max-width: 767px) {
              .project_detail .content .bottom .swiper .swiper-slide .img img {
                border-radius: 8px; } }
        .project_detail .content .bottom .swiper .swiper-slide-next .img img, .project_detail .content .bottom .swiper .swiper-slide-prev .img img {
          aspect-ratio: 1170/360;
          height: auto; }
        .project_detail .content .bottom .swiper .swiper-slide-active .top {
          opacity: 1; }
      .project_detail .content .bottom .swiper .button-prev-def,
      .project_detail .content .bottom .swiper .button-next-def {
        border: 1px solid #6D492C;
        border-radius: 50%;
        background-color: #fff;
        overflow: hidden; }
        .project_detail .content .bottom .swiper .button-prev-def::before,
        .project_detail .content .bottom .swiper .button-next-def::before {
          width: 0px; }
        .project_detail .content .bottom .swiper .button-prev-def svg path,
        .project_detail .content .bottom .swiper .button-next-def svg path {
          fill: #E8BB9C; }
        .project_detail .content .bottom .swiper .button-prev-def:hover::before,
        .project_detail .content .bottom .swiper .button-next-def:hover::before {
          width: 100%; }
      .project_detail .content .bottom .swiper .button-prev-def {
        left: -20px; }
        @media only screen and (max-width: 767px) {
          .project_detail .content .bottom .swiper .button-prev-def {
            left: 10px; } }
      .project_detail .content .bottom .swiper .button-next-def {
        right: -20px; }
        @media only screen and (max-width: 767px) {
          .project_detail .content .bottom .swiper .button-next-def {
            right: 10px; } }
.project_detail .premises {
  position: relative;
  padding: 120px 9.375%; }
  @media only screen and (max-width: 1280px) {
    .project_detail .premises {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .project_detail .premises {
      padding: 45px 15px; } }
  .project_detail .premises .decor1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
  .project_detail .premises .decor2 {
    position: absolute;
    top: -28px;
    right: 0;
    width: auto;
    max-width: 60%;
    pointer-events: none;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .project_detail .premises .decor2 {
        top: 0; } }
  .project_detail .premises .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: bottom center; }
  .project_detail .premises .cm-title {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff; }
  .project_detail .premises .img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-top: 32px; }
.project_detail .utilities {
  position: relative;
  padding: 120px 9.375%;
  background: #FDFDFD; }
  @media only screen and (max-width: 1280px) {
    .project_detail .utilities {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .project_detail .utilities {
      padding: 45px 15px; } }
  .project_detail .utilities .item {
    position: relative;
    overflow: hidden;
    border-radius: 16px; }
    .project_detail .utilities .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .project_detail .utilities .item p {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      box-sizing: border-box;
      z-index: 2;
      color: var(--Text-Brown, #6B4434);
      padding: 13px 15px 14px 24px;
      line-height: 150%;
      /* 21px */
      text-transform: uppercase;
      background: #F4EEE6; }
  .project_detail .utilities .top {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 899px) {
      .project_detail .utilities .top {
        gap: 20px 15px; } }
    @media only screen and (min-width: 900px) {
      .project_detail .utilities .top {
        display: grid;
        grid-template-columns: 1fr 1fr 1.2fr;
        grid-template-rows: 290px  1fr;
        grid-template-areas: "a a d" "b c d";
        gap: 24px;
        height: 604px; } }
    .project_detail .utilities .top .item {
      position: relative;
      overflow: hidden;
      border-radius: 16px; }
      @media only screen and (max-width: 899px) {
        .project_detail .utilities .top .item {
          width: calc((100% - 30px) / 2); } }
      @media only screen and (max-width: 576px) {
        .project_detail .utilities .top .item {
          width: 100%; } }
      .project_detail .utilities .top .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
        @media only screen and (max-width: 899px) {
          .project_detail .utilities .top .item img {
            height: auto;
            aspect-ratio: 4/3; } }
      .project_detail .utilities .top .item p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
        color: var(--Text-Brown, #6B4434);
        padding: 13px 15px 14px 24px;
        line-height: 150%;
        /* 21px */
        text-transform: uppercase;
        background: #F4EEE6; }
    @media only screen and (min-width: 900px) {
      .project_detail .utilities .top .item1 {
        grid-area: a; }
      .project_detail .utilities .top .item2 {
        grid-area: b; }
      .project_detail .utilities .top .item3 {
        grid-area: c; }
      .project_detail .utilities .top .item4 {
        grid-area: d; } }
  .project_detail .utilities .bottom {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    @media only screen and (max-width: 899px) {
      .project_detail .utilities .bottom {
        gap: 20px 15px; } }
    @media only screen and (max-width: 576px) {
      .project_detail .utilities .bottom {
        gap: 20px; } }
    .project_detail .utilities .bottom .item {
      width: calc((100% - 72px) / 4);
      height: 290px; }
      @media only screen and (max-width: 899px) {
        .project_detail .utilities .bottom .item {
          width: calc((100% - 30px) / 2);
          height: auto; }
          .project_detail .utilities .bottom .item img {
            aspect-ratio: 4/3; } }
      @media only screen and (max-width: 576px) {
        .project_detail .utilities .bottom .item {
          width: 100%; } }
.project_detail .library {
  position: relative;
  padding: 0 9.375% 120px;
  background: #FDFDFD; }
  @media only screen and (max-width: 1280px) {
    .project_detail .library {
      padding: 0 30px 80px; } }
  @media only screen and (max-width: 767px) {
    .project_detail .library {
      padding: 0 15px 45px; } }
  .project_detail .library .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(169, 121, 97, 0.6); }
    @media only screen and (max-width: 1024px) {
      .project_detail .library .top {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding-bottom: 26px;
        margin-bottom: 40px; } }
  .project_detail .library .tab {
    display: flex;
    align-items: center;
    justify-content: center; }
    .project_detail .library .tab .item {
      position: relative;
      width: 120px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 20px;
      color: var(--Brown, #A97961);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      cursor: pointer;
      border-radius: 80px;
      border: 1px solid var(--Brown, #A97961);
      transition: all .3s ease; }
      .project_detail .library .tab .item:nth-of-type(1) {
        margin-left: 0; }
      .project_detail .library .tab .item:hover, .project_detail .library .tab .item.active {
        background: var(--Brown, #A97961);
        color: #fff; }
      @media only screen and (max-width: 767px) {
        .project_detail .library .tab .item {
          width: 100px;
          height: 40px;
          margin-left: 15px;
          border-radius: 70px; } }
  .project_detail .library .tab_content {
    display: none;
    background: #F4EEE6;
    border-radius: 0 0 16px 16px; }
  .project_detail .library .slide_image {
    width: 100%; }
    .project_detail .library .slide_image .swiper-slide {
      line-height: 0;
      position: relative; }
      .project_detail .library .slide_image .swiper-slide img:not(.icon) {
        width: 100%;
        aspect-ratio: 1170/500;
        object-fit: cover;
        object-position: center;
        border-radius: 16px 16px 0 0; }
        @media only screen and (max-width: 576px) {
          .project_detail .library .slide_image .swiper-slide img:not(.icon) {
            aspect-ratio: 1018/550;
            border-radius: 8px 8px 0 0; } }
      .project_detail .library .slide_image .swiper-slide .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75px; }
        @media only screen and (max-width: 768px) {
          .project_detail .library .slide_image .swiper-slide .icon {
            width: 50px; } }
      .project_detail .library .slide_image .swiper-slide p {
        position: absolute;
        padding: 0 32px 32px;
        width: calc(100% - 64px);
        left: 0;
        bottom: 0;
        color: var(--White, #FFF);
        font-size: 18px;
        font-style: normal;
        font-weight: 450;
        line-height: 150%;
        /* 21px */
        text-transform: uppercase;
        z-index: 1; }
        @media only screen and (max-width: 1280px) {
          .project_detail .library .slide_image .swiper-slide p {
            font-size: 16px; } }
        @media only screen and (max-width: 576px) {
          .project_detail .library .slide_image .swiper-slide p {
            padding: 0 15px 10px;
            width: calc(100% - 30px);
            font-size: 15px; } }
  .project_detail .library .slide_thumbs {
    position: relative;
    line-height: 0;
    padding: 8px; }
    .project_detail .library .slide_thumbs .swiper-button-next, .project_detail .library .slide_thumbs .swiper-button-prev {
      width: 32px !important;
      height: 32px !important;
      top: 50% !important;
      transform: translateY(-50%);
      margin-top: unset !important; }
    .project_detail .library .slide_thumbs .swiper-button-next {
      right: 0; }
    .project_detail .library .slide_thumbs .swiper-button-prev {
      left: 0; }
      .project_detail .library .slide_thumbs .swiper-button-prev svg {
        transform: rotate(180deg); }
    .project_detail .library .slide_thumbs .swiper-slide {
      position: relative;
      overflow: hidden; }
      .project_detail .library .slide_thumbs .swiper-slide::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 8px;
        border: 4px solid var(--Brown, #A97961);
        opacity: 0;
        transform: scale(0.65);
        transition: all .3s ease; }
        @media only screen and (max-width: 767px) {
          .project_detail .library .slide_thumbs .swiper-slide::before {
            border: 2px solid #A97961; } }
      .project_detail .library .slide_thumbs .swiper-slide img {
        width: 100%;
        aspect-ratio: 250/140;
        object-fit: cover;
        object-position: center;
        border-radius: 8px; }
        @media (max-width: 1024px) {
          .project_detail .library .slide_thumbs .swiper-slide img {
            aspect-ratio: 16/9; } }
      .project_detail .library .slide_thumbs .swiper-slide p {
        position: absolute;
        padding: 0 20px 16px;
        width: calc(100% - 40px);
        left: 0;
        bottom: 0;
        color: var(--White, #FFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 150%;
        /* 21px */
        text-transform: uppercase;
        z-index: 1; }
        @media only screen and (max-width: 1280px) {
          .project_detail .library .slide_thumbs .swiper-slide p {
            font-size: 13px;
            padding: 0 10px 16px;
            width: calc(100% - 20px); } }
        @media only screen and (max-width: 768px) {
          .project_detail .library .slide_thumbs .swiper-slide p {
            font-size: 12px;
            padding: 0 5px 5px;
            width: calc(100% - 10px); } }
      .project_detail .library .slide_thumbs .swiper-slide.swiper-slide-thumb-active::before {
        transform: scale(1);
        opacity: 1; }
  .project_detail .library .slide_document {
    background: #FDFDFD; }
    .project_detail .library .slide_document .swiper-slide {
      box-sizing: border-box;
      transition: all .3s ease;
      border-radius: 16px;
      background: #F4EEE6;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .project_detail .library .slide_document .swiper-slide {
          border-radius: 8px; } }
      .project_detail .library .slide_document .swiper-slide .thumbnail {
        background: var(--Gradient-Blue, linear-gradient(0deg, #122146 31.15%, #20315A 99.01%));
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        aspect-ratio: 418/249; }
        .project_detail .library .slide_document .swiper-slide .thumbnail img {
          width: 190px;
          transition: all .2s ease; }
          @media only screen and (max-width: 768px) {
            .project_detail .library .slide_document .swiper-slide .thumbnail img {
              width: 150px; } }
      .project_detail .library .slide_document .swiper-slide .text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #6B4434;
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 160%;
        /* 24px */
        text-transform: uppercase;
        padding: 27px 24px 20px; }
        .project_detail .library .slide_document .swiper-slide .text img {
          filter: invert(1); }
          @media only screen and (max-width: 767px) {
            .project_detail .library .slide_document .swiper-slide .text img {
              width: 15px; } }
      .project_detail .library .slide_document .swiper-slide:hover .thumbnail img {
        transform: scale(1.1); }
.project_detail .related {
  position: relative;
  padding: 110px 9.375%;
  background: #F4EEE6; }
  .project_detail .related .decor1,
  .project_detail .related .decor2 {
    position: absolute;
    pointer-events: none; }
  .project_detail .related .decor1 {
    left: 0;
    top: 55px;
    width: 24.375%; }
  .project_detail .related .decor2 {
    right: 0;
    top: -58px;
    width: auto;
    max-width: 50%; }
    @media only screen and (max-width: 1024px) {
      .project_detail .related .decor2 {
        top: 0; } }
  @media only screen and (max-width: 1280px) {
    .project_detail .related {
      padding: 80px 30px; } }
  @media only screen and (max-width: 767px) {
    .project_detail .related {
      padding: 45px 15px; } }
  .project_detail .related .cm-title {
    text-align: center; }
  .project_detail .related .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
    gap: 24px; }
    @media only screen and (max-width: 1024px) {
      .project_detail .related .list {
        margin-top: 22px;
        margin-top: 32px; } }
    @media only screen and (max-width: 576px) {
      .project_detail .related .list {
        gap: 20px;
        margin-top: 22px; } }
    .project_detail .related .list .cm-item-prj {
      width: calc((100% - 48px)/3);
      background: #FDFDFD;
      overflow: hidden;
      border-radius: 16px; }
      @media only screen and (max-width: 768px) {
        .project_detail .related .list .cm-item-prj {
          width: calc((100% - 24px)/2); } }
      @media only screen and (max-width: 576px) {
        .project_detail .related .list .cm-item-prj {
          width: 100%; } }

.page-lib a:hover .img > img {
  transform: scale(1.2); }
.page-lib .img {
  overflow: hidden; }
  .page-lib .img > img {
    height: 100%;
    transition: all .5s ease;
    display: block;
    object-fit: cover;
    width: 100%; }
.page-lib.contact .prj_ss1 .abs {
  text-align: left; }
  @media only screen and (max-width: 576px) {
    .page-lib.contact .prj_ss1 .abs {
      text-align: center; } }
  .page-lib.contact .prj_ss1 .abs h2 {
    text-align: left;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .page-lib.contact .prj_ss1 .abs h2 {
        text-align: center; } }
.page-lib .prj_ss1 {
  aspect-ratio: 1440/750;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-lib .prj_ss1 {
      margin-top: 70px; } }
  .page-lib .prj_ss1::after {
    content: '';
    opacity: 0.8;
    background: linear-gradient(0deg, #000920 0%, rgba(0, 9, 32, 0) 94.53%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.4565217391%; }
    @media only screen and (max-width: 576px) {
      .page-lib .prj_ss1::after {
        height: 75%; } }
  .page-lib .prj_ss1 > img:not(.cm-decor) {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .page-lib .prj_ss1 .cm-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    transform: rotate(90deg); }
  .page-lib .prj_ss1 .abs {
    position: absolute;
    left: 9.375%;
    bottom: 7.0652173913%;
    z-index: 1;
    text-align: center;
    width: max-content; }
    @media only screen and (max-width: 1280px) {
      .page-lib .prj_ss1 .abs {
        left: 30px; } }
    @media only screen and (max-width: 576px) {
      .page-lib .prj_ss1 .abs {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); } }
    .page-lib .prj_ss1 .abs h2 {
      color: #E8BB9C;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 52px */ }
      @media only screen and (max-width: 1280px) {
        .page-lib .prj_ss1 .abs h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-lib .prj_ss1 .abs h2 {
          font-size: 28px; } }
.page-lib .lib_ss2 {
  padding: 80px 9.375% 120px;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-lib .lib_ss2 {
      padding: 50px 30px 80px; } }
  @media only screen and (max-width: 576px) {
    .page-lib .lib_ss2 {
      padding: 30px 15px 50px; } }
  .page-lib .lib_ss2 .decor {
    position: absolute;
    left: 0;
    top: 254px;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .page-lib .lib_ss2 .decor {
        max-width: 50%; } }
  .page-lib .lib_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-lib .lib_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-lib .lib_ss2 .decor_ss32 {
    position: absolute;
    bottom: -70px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .page-lib .lib_ss2 .decor_ss32 {
        right: -50%; } }
  .page-lib .lib_ss2 .decor_b {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .page-lib .lib_ss2 .decor_b {
        max-width: 50%; } }
  .page-lib .lib_ss2 .tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9796180; }
    @media only screen and (max-width: 576px) {
      .page-lib .lib_ss2 .tabs {
        justify-content: center; } }
    .page-lib .lib_ss2 .tabs a {
      color: var(--Text-Brown, #6B4434);
      font-weight: 600;
      line-height: 130%;
      opacity: 0.6;
      padding-bottom: 12px;
      position: relative;
      display: inline-block;
      margin-right: 40px;
      text-transform: uppercase; }
      @media only screen and (max-width: 576px) {
        .page-lib .lib_ss2 .tabs a {
          text-align: center; } }
      @media only screen and (max-width: 576px) {
        .page-lib .lib_ss2 .tabs a {
          margin-right: 15px; } }
      .page-lib .lib_ss2 .tabs a:last-child {
        margin-right: 0; }
      .page-lib .lib_ss2 .tabs a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background: #6B4434;
        transition: all 0.5s ease; }
      .page-lib .lib_ss2 .tabs a.is-active {
        opacity: 1; }
        .page-lib .lib_ss2 .tabs a.is-active:after {
          width: 100%; }
  .page-lib .lib_ss2 .tab-content {
    display: flex;
    flex-direction: column;
    margin-top: 77px; }
    @media only screen and (max-width: 1280px) {
      .page-lib .lib_ss2 .tab-content {
        margin-top: 50px; } }
    @media only screen and (max-width: 576px) {
      .page-lib .lib_ss2 .tab-content {
        margin-top: 30px; } }
    .page-lib .lib_ss2 .tab-content .item {
      display: flex;
      flex-direction: column;
      margin-bottom: 96px; }
      @media only screen and (max-width: 1280px) {
        .page-lib .lib_ss2 .tab-content .item {
          margin-bottom: 70px; } }
      @media only screen and (max-width: 576px) {
        .page-lib .lib_ss2 .tab-content .item {
          margin-bottom: 50px; } }
      .page-lib .lib_ss2 .tab-content .item:last-child {
        margin-bottom: 0; }
      .page-lib .lib_ss2 .tab-content .item .cm-title {
        color: var(--Text-Brown, #6B4434);
        margin-bottom: 32px; }
        @media only screen and (max-width: 1280px) {
          .page-lib .lib_ss2 .tab-content .item .cm-title {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 576px) {
          .page-lib .lib_ss2 .tab-content .item .cm-title {
            text-align: center; } }
      .page-lib .lib_ss2 .tab-content .item .list {
        display: flex;
        flex-wrap: wrap; }
        .page-lib .lib_ss2 .tab-content .item .list a {
          display: flex;
          flex-direction: column;
          width: calc((100% - 24px)/2);
          margin-right: 24px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 576px) {
            .page-lib .lib_ss2 .tab-content .item .list a {
              width: calc((100% - 15px)/2);
              margin-right: 15px;
              margin-bottom: 15px; } }
          .page-lib .lib_ss2 .tab-content .item .list a:nth-of-type(2n + 2) {
            margin-right: 0; }
          .page-lib .lib_ss2 .tab-content .item .list a .img {
            width: 100%;
            aspect-ratio: 573/361;
            border-radius: 16px 16px 0 0;
            position: relative; }
            @media only screen and (max-width: 576px) {
              .page-lib .lib_ss2 .tab-content .item .list a .img {
                aspect-ratio: 473/361; } }
            .page-lib .lib_ss2 .tab-content .item .list a .img .play {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 72px;
              height: 72px;
              border-radius: 50%;
              z-index: 1; }
              @media only screen and (max-width: 1280px) {
                .page-lib .lib_ss2 .tab-content .item .list a .img .play {
                  width: 55px;
                  height: 55px; } }
              @media only screen and (max-width: 576px) {
                .page-lib .lib_ss2 .tab-content .item .list a .img .play {
                  width: 40px;
                  height: 40px; } }
              .page-lib .lib_ss2 .tab-content .item .list a .img .play img {
                width: 100%;
                display: block; }
            .page-lib .lib_ss2 .tab-content .item .list a .img > img {
              border-radius: 16px 16px 0 0; }
          .page-lib .lib_ss2 .tab-content .item .list a .exp {
            border-radius: 0 0 16px 16px;
            background: var(--WHITE, #FDFDFD);
            padding: 16px 24px; }
            @media only screen and (max-width: 576px) {
              .page-lib .lib_ss2 .tab-content .item .list a .exp {
                padding: 10px 15px; } }
            .page-lib .lib_ss2 .tab-content .item .list a .exp h3 {
              color: var(--Text-Brown, #6B4434);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 120%;
              /* 16.8px */
              text-transform: uppercase; }
      .page-lib .lib_ss2 .tab-content .item .cm-button {
        margin: 20px auto 0; }
.page-lib .contact_ss2 {
  padding: 104px 9.375%;
  background: #F4EEE6;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 1280px) {
    .page-lib .contact_ss2 {
      padding: 50px 30px 80px; } }
  @media only screen and (max-width: 576px) {
    .page-lib .contact_ss2 {
      padding: 30px 15px 50px; } }
  .page-lib .contact_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-lib .contact_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-lib .contact_ss2 .decor_b {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media only screen and (max-width: 1280px) {
      .page-lib .contact_ss2 .decor_b {
        max-width: 35%; } }
    @media only screen and (max-width: 576px) {
      .page-lib .contact_ss2 .decor_b {
        max-width: 50%; } }
  .page-lib .contact_ss2 .content {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .page-lib .contact_ss2 .content {
        flex-direction: column-reverse; } }
    .page-lib .contact_ss2 .content .left {
      width: 51.2820512821%;
      margin-right: 6.2393162393%; }
      @media only screen and (max-width: 768px) {
        .page-lib .contact_ss2 .content .left {
          width: 100%;
          margin-right: 0; } }
      .page-lib .contact_ss2 .content .left form {
        width: 100%; }
        .page-lib .contact_ss2 .content .left form .form-field-all {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .page-lib .contact_ss2 .content .left form .form-field-all .form_group {
            width: calc((100% - 23px)/2);
            margin-bottom: 24px; }
            @media only screen and (max-width: 1280px) {
              .page-lib .contact_ss2 .content .left form .form-field-all .form_group {
                width: calc((100% - 15px)/2); } }
            @media only screen and (max-width: 576px) {
              .page-lib .contact_ss2 .content .left form .form-field-all .form_group {
                width: 100%; } }
            .page-lib .contact_ss2 .content .left form .form-field-all .form_group:last-child {
              width: 100%;
              height: 104px; }
              .page-lib .contact_ss2 .content .left form .form-field-all .form_group:last-child textarea {
                width: 100%;
                height: 100%;
                border: 0;
                border-radius: 16px;
                border: 1px solid var(--Brown, #A97961);
                background: #FDFDFD;
                outline: none;
                padding: 15px 24px;
                color: var(--Brown, #A97961);
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                font-family: 'Fahkwang', sans-serif; }
                @media only screen and (max-width: 576px) {
                  .page-lib .contact_ss2 .content .left form .form-field-all .form_group:last-child textarea {
                    padding: 15px; } }
            .page-lib .contact_ss2 .content .left form .form-field-all .form_group input {
              width: 100%;
              height: 48px;
              border: 0;
              border-radius: 16px;
              border: 1px solid var(--Brown, #A97961);
              background: #FDFDFD;
              outline: none;
              padding: 15px 24px;
              color: var(--Brown, #A97961);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              font-family: 'Fahkwang', sans-serif; }
              @media only screen and (max-width: 576px) {
                .page-lib .contact_ss2 .content .left form .form-field-all .form_group input {
                  padding: 15px; } }
            .page-lib .contact_ss2 .content .left form .form-field-all .form_group input::placeholder {
              color: var(--Brown, #A97961);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              font-family: 'Fahkwang', sans-serif; }
        .page-lib .contact_ss2 .content .left form .cm-button {
          border: 0;
          outline: none;
          cursor: pointer;
          margin-top: 16px;
          text-transform: uppercase;
          width: max-content;
          padding: 0 24px;
          border-radius: 0 0 8px 0; }
          @media only screen and (max-width: 576px) {
            .page-lib .contact_ss2 .content .left form .cm-button {
              margin: 10px auto 0; } }
          .page-lib .contact_ss2 .content .left form .cm-button:after {
            border-radius: 0 0 8px 0; }
    .page-lib .contact_ss2 .content .right {
      width: 42.4786324786%;
      border-radius: 16px; }
      @media only screen and (max-width: 768px) {
        .page-lib .contact_ss2 .content .right {
          width: 100%;
          margin-bottom: 24px; } }
      .page-lib .contact_ss2 .content .right img {
        width: 100%;
        display: block;
        border-radius: 16px;
        height: 100%;
        object-fit: cover; }
.page-lib .map {
  width: 100%;
  position: relative;
  z-index: 0;
  aspect-ratio: 1440/546; }
  .page-lib .map .button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 12px 12px 10px;
    background: var(--Text-Brown, #6B4434);
    display: block;
    width: max-content; }
    @media only screen and (max-width: 768px) {
      .page-lib .map .button {
        right: 30px;
        bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      .page-lib .map .button {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 20px auto 50px; } }
    .page-lib .map .button p {
      color: var(--WHITE, #FDFDFD);
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      /* 15.6px */
      letter-spacing: 0.36px;
      text-transform: uppercase;
      padding-bottom: 2px;
      border-bottom: 1px var(--Brown, #A97961) solid; }
      @media only screen and (max-width: 576px) {
        .page-lib .map .button p {
          font-size: 10px; } }
  .page-lib .map .decor_ct {
    position: absolute;
    top: -55px;
    left: 0;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .page-lib .map .decor_ct {
        top: -35px; } }
  .page-lib .map img:not(.decor_ct) {
    width: 100%;
    display: block; }
  .page-lib .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }

@media only screen and (max-width: 576px) {
  .page-tuyendung .prj_ss1 .abs h2 {
    font-size: 22px !important; } }
.page-tuyendung .tuyendung_ss2 {
  padding-top: 96px;
  background: #A97961;
  position: relative;
  z-index: 1;
  border-radius: 0 0 47px 47px; }
  @media only screen and (max-width: 1280px) {
    .page-tuyendung .tuyendung_ss2 {
      border-radius: 0 0 24px 24px;
      padding-top: 70px; } }
  @media only screen and (max-width: 576px) {
    .page-tuyendung .tuyendung_ss2 {
      padding-top: 50px;
      border-radius: 0 0 10px 10px; } }
  .page-tuyendung .tuyendung_ss2 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -68px; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss2 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
  .page-tuyendung .tuyendung_ss2 .decor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1; }
  .page-tuyendung .tuyendung_ss2 .decor_b_td {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%; }
  .page-tuyendung .tuyendung_ss2 .vec {
    position: absolute;
    bottom: -46px;
    left: 0;
    z-index: -1; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss2 .vec {
        max-width: 40%;
        bottom: -23px; } }
  .page-tuyendung .tuyendung_ss2 .top {
    padding: 0 9.375% 139px;
    position: relative;
    display: flex;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss2 .top {
        padding: 0 30px 90px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss2 .top {
        flex-direction: column;
        padding: 0 15px 60px; } }
    .page-tuyendung .tuyendung_ss2 .top .left {
      width: 41.0256410256%;
      margin-right: 10%;
      padding-top: 60px; }
      @media only screen and (max-width: 1280px) {
        .page-tuyendung .tuyendung_ss2 .top .left {
          width: 45.2991452991%;
          margin-right: 5.7264957265%;
          padding-top: 30px; } }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss2 .top .left {
          width: 100%;
          margin-right: 0;
          padding-top: 0;
          margin-bottom: 20px; } }
      .page-tuyendung .tuyendung_ss2 .top .left .cm-title {
        margin-bottom: 40px;
        color: var(--WHITE, #FDFDFD); }
        @media only screen and (max-width: 1280px) {
          .page-tuyendung .tuyendung_ss2 .top .left .cm-title {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 576px) {
          .page-tuyendung .tuyendung_ss2 .top .left .cm-title {
            text-align: center;
            margin-bottom: 10px; } }
      .page-tuyendung .tuyendung_ss2 .top .left p {
        color: var(--WHITE, #FDFDFD); }
    .page-tuyendung .tuyendung_ss2 .top .right {
      width: 48.9743589744%;
      border-radius: 16px; }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss2 .top .right {
          width: 100%; } }
      .page-tuyendung .tuyendung_ss2 .top .right img {
        width: 100%;
        display: block;
        border-radius: 16px; }
  .page-tuyendung .tuyendung_ss2 .bottom {
    display: flex;
    padding-right: 9.375%;
    position: relative; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss2 .bottom {
        padding-right: 30px; } }
    @media only screen and (max-width: 768px) {
      .page-tuyendung .tuyendung_ss2 .bottom {
        flex-direction: column-reverse;
        padding: 0 30px; } }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss2 .bottom {
        padding: 0 15px; } }
    .page-tuyendung .tuyendung_ss2 .bottom .vec9 {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.5;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss2 .bottom .vec9 {
          display: none; } }
    .page-tuyendung .tuyendung_ss2 .bottom .left {
      width: 56.091954023%;
      padding-right: 33px; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss2 .bottom .left {
          padding-right: 0;
          width: 100%; } }
      .page-tuyendung .tuyendung_ss2 .bottom .left img {
        width: 100%;
        display: block; }
    .page-tuyendung .tuyendung_ss2 .bottom .right {
      width: 43.908045977%; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss2 .bottom .right {
          width: 100%; } }
      .page-tuyendung .tuyendung_ss2 .bottom .right .cm-title {
        margin-bottom: 12px;
        color: var(--WHITE, #FDFDFD); }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss2 .bottom .right .cm-title {
            text-align: center; } }
      .page-tuyendung .tuyendung_ss2 .bottom .right > p {
        color: var(--WHITE, #FDFDFD);
        margin-bottom: 40px; }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss2 .bottom .right > p {
            text-align: center;
            margin-bottom: 30px; } }
      .page-tuyendung .tuyendung_ss2 .bottom .right .list {
        display: flex;
        flex-wrap: wrap; }
        .page-tuyendung .tuyendung_ss2 .bottom .right .list .item {
          width: calc((100% - 24px)/2);
          margin-right: 24px;
          margin-bottom: 24px;
          padding: 20px 24px;
          border-radius: 16px;
          border: 1px solid #F4EEE6;
          position: relative;
          overflow: hidden;
          transition: all .5s ease;
          cursor: pointer; }
          @media only screen and (max-width: 576px) {
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item {
              padding: 10px 15px; } }
          .page-tuyendung .tuyendung_ss2 .bottom .right .list .item:hover {
            background: #F4EEE6; }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item:hover p:nth-child(1) {
              color: var(--Text-Brown, #6B4434);
              opacity: 0; }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item:hover p:nth-child(2) {
              opacity: 0; }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item:hover p:nth-child(3) {
              top: 0; }
          .page-tuyendung .tuyendung_ss2 .bottom .right .list .item:nth-of-type(2n + 2) {
            margin-right: 0; }
          .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p {
            transition: all .5s ease; }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(1), .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(2) {
              color: var(--WHITE, #FDFDFD);
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 150%; }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(1) {
              margin-bottom: 72px; }
              @media only screen and (max-width: 576px) {
                .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(1) {
                  margin-bottom: 100px; } }
            .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(3) {
              color: var(--Text-Brown, #6B4434);
              position: absolute;
              left: 0;
              bottom: 0;
              top: 100%;
              width: 100%;
              height: 100%;
              display: flex;
              padding: 20px 24px;
              align-items: flex-end;
              font-size: 14px; }
              @media only screen and (max-width: 576px) {
                .page-tuyendung .tuyendung_ss2 .bottom .right .list .item p:nth-child(3) {
                  padding: 10px 15px; } }
.page-tuyendung .tuyendung_ss3 {
  padding: 128px 9.375% 0;
  background: var(--WHITE, #FDFDFD);
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .page-tuyendung .tuyendung_ss3 {
      padding: 90px 30px 0; } }
  @media only screen and (max-width: 576px) {
    .page-tuyendung .tuyendung_ss3 {
      padding: 60px 15px 0; } }
  .page-tuyendung .tuyendung_ss3 .vec {
    position: absolute;
    top: -65px;
    right: 0; }
  .page-tuyendung .tuyendung_ss3 .content {
    display: flex;
    position: relative;
    border-bottom: 1px solid #a9796166;
    padding-bottom: 72px; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss3 .content {
        padding-bottom: 50px; } }
    @media only screen and (max-width: 768px) {
      .page-tuyendung .tuyendung_ss3 .content {
        flex-direction: column;
        padding-bottom: 20px; } }
    .page-tuyendung .tuyendung_ss3 .content .left {
      width: 25.641025641%;
      padding-right: 24px; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss3 .content .left {
          width: 100%;
          padding-right: 0; } }
      .page-tuyendung .tuyendung_ss3 .content .left .cm-title {
        margin-bottom: 40px;
        color: var(--Text-Brown, #6B4434); }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss3 .content .left .cm-title {
            text-align: center;
            margin-bottom: 15px; } }
      .page-tuyendung .tuyendung_ss3 .content .left p {
        color: var(--Text-Brown, #6B4434); }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss3 .content .left p {
            text-align: center;
            margin-bottom: 20px; } }
    .page-tuyendung .tuyendung_ss3 .content .right {
      width: 76.9230769231%;
      padding-left: 2.0512820513%;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss3 .content .right {
          width: 100%;
          padding-left: 0; } }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss3 .content .right {
          justify-content: center; } }
      .page-tuyendung .tuyendung_ss3 .content .right .item {
        width: calc((100% - 48px)/3);
        margin-right: 24px;
        margin-bottom: 24px;
        padding: 20px 24px;
        border-radius: 16px;
        border: 1px solid #F4EEE6;
        position: relative;
        overflow: hidden;
        transition: all .5s ease;
        cursor: pointer; }
        @media only screen and (max-width: 576px) {
          .page-tuyendung .tuyendung_ss3 .content .right .item {
            width: calc((100% - 15px)/2);
            margin-right: 15px;
            margin-bottom: 15px;
            padding: 10px 15px; } }
        .page-tuyendung .tuyendung_ss3 .content .right .item:hover {
          background: var(--Brown, #A97961); }
          .page-tuyendung .tuyendung_ss3 .content .right .item:hover p:nth-child(1) {
            background: #FDFDFD; }
            .page-tuyendung .tuyendung_ss3 .content .right .item:hover p:nth-child(1) img {
              filter: unset; }
          .page-tuyendung .tuyendung_ss3 .content .right .item:hover p:nth-child(2) {
            opacity: 0; }
          .page-tuyendung .tuyendung_ss3 .content .right .item:hover p:nth-child(3) {
            top: 0; }
        .page-tuyendung .tuyendung_ss3 .content .right .item:nth-of-type(3n + 3) {
          margin-right: 0; }
          @media only screen and (max-width: 576px) {
            .page-tuyendung .tuyendung_ss3 .content .right .item:nth-of-type(3n + 3) {
              margin-right: 15px; } }
        @media only screen and (max-width: 576px) {
          .page-tuyendung .tuyendung_ss3 .content .right .item:nth-of-type(2n + 2), .page-tuyendung .tuyendung_ss3 .content .right .item:last-child {
            margin-right: 0px; } }
        .page-tuyendung .tuyendung_ss3 .content .right .item p {
          transition: all .5s ease; }
          .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(2) {
            color: var(--WHITE, #6B4434);
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; }
            @media only screen and (max-width: 768px) {
              .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(2) {
                font-size: 15px;
                line-height: 130%; } }
          .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(1) {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #A97961;
            margin-bottom: 72px; }
            @media only screen and (max-width: 576px) {
              .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(1) {
                width: 30px;
                height: 30px;
                margin-bottom: 80px; } }
            .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(1) img {
              filter: brightness(0) invert(1);
              transition: all .5s ease;
              max-height: 75%;
              max-width: 75%; }
          .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(3) {
            position: absolute;
            left: 0;
            bottom: 0;
            top: 100%;
            width: 100%;
            height: 100%;
            display: flex;
            padding: 20px 24px;
            align-items: flex-end;
            color: var(--WHITE, #FDFDFD);
            font-size: 14px; }
            @media only screen and (max-width: 576px) {
              .page-tuyendung .tuyendung_ss3 .content .right .item p:nth-child(3) {
                padding: 10px 15px; } }
.page-tuyendung .tuyendung_ss4 {
  background: var(--WHITE, #FDFDFD);
  padding: 96px 9.375% 120px;
  z-index: 0;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .page-tuyendung .tuyendung_ss4 {
      padding: 70px 30px 90px; } }
  @media only screen and (max-width: 768px) {
    .page-tuyendung .tuyendung_ss4 {
      padding: 50px 30px 90px; } }
  @media only screen and (max-width: 576px) {
    .page-tuyendung .tuyendung_ss4 {
      padding: 50px 15px 60px; } }
  .page-tuyendung .tuyendung_ss4 .decor_ltd {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 35px; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss4 .decor_ltd {
        max-width: 40%; } }
  .page-tuyendung .tuyendung_ss4 .decor_ss2 {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0px; }
  .page-tuyendung .tuyendung_ss4 .cm-title {
    margin-bottom: 40px;
    color: var(--Text-Brown, #6B4434); }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss4 .cm-title {
        margin-bottom: 20px;
        text-align: center; } }
  .page-tuyendung .tuyendung_ss4 .list {
    margin-bottom: 60px;
    display: flex; }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss4 .list {
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center; } }
    .page-tuyendung .tuyendung_ss4 .list .item {
      width: calc((100% + 100px)/4);
      margin-left: -25px;
      aspect-ratio: 1 / 1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: #A97961 1px solid;
      background: #F4EEE6;
      z-index: 0; }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss4 .list .item {
          width: calc((100% - 15px)/2);
          margin-left: 0;
          margin-right: 15px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss4 .list .item:nth-of-type(2n + 2), .page-tuyendung .tuyendung_ss4 .list .item:last-child {
          margin-right: 0; } }
      .page-tuyendung .tuyendung_ss4 .list .item:first-child {
        margin-left: 0; }
      .page-tuyendung .tuyendung_ss4 .list .item p {
        color: var(--Text-Brown, #6B4434);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 27px */
        text-transform: uppercase; }
        @media only screen and (max-width: 1280px) {
          .page-tuyendung .tuyendung_ss4 .list .item p {
            font-size: 16px; } }
      .page-tuyendung .tuyendung_ss4 .list .item span {
        color: var(--Brown, #A97961);
        font-size: 120px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 180px */
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.05;
        z-index: -1; }
        @media only screen and (max-width: 1280px) {
          .page-tuyendung .tuyendung_ss4 .list .item span {
            font-size: 90px; } }
        @media only screen and (max-width: 576px) {
          .page-tuyendung .tuyendung_ss4 .list .item span {
            font-size: 70px; } }
  .page-tuyendung .tuyendung_ss4 .img {
    width: 100%;
    border-radius: 16px; }
    .page-tuyendung .tuyendung_ss4 .img img {
      display: block;
      width: 100%;
      border-radius: 16px; }
.page-tuyendung .tuyendung_ss5 {
  background: #F4EEE6;
  position: relative;
  padding: 91px 9.375% 120px;
  margin-top: 30px; }
  @media only screen and (max-width: 1280px) {
    .page-tuyendung .tuyendung_ss5 {
      padding: 70px 30px 90px; } }
  @media only screen and (max-width: 768px) {
    .page-tuyendung .tuyendung_ss5 {
      padding: 50px 30px 60px; } }
  @media only screen and (max-width: 576px) {
    .page-tuyendung .tuyendung_ss5 {
      padding: 30px 15px 60px; } }
  .page-tuyendung .tuyendung_ss5 .line {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss5 .line {
        top: -20px; } }
    @media only screen and (max-width: 768px) {
      .page-tuyendung .tuyendung_ss5 .line {
        top: -15px; } }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss5 .line {
        top: -5px; } }
  .page-tuyendung .tuyendung_ss5 .decor_ss2 {
    position: absolute;
    right: 0;
    top: -91px; }
    @media only screen and (max-width: 1280px) {
      .page-tuyendung .tuyendung_ss5 .decor_ss2 {
        max-width: 50%;
        top: -40px; } }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss5 .decor_ss2 {
        display: none; } }
  .page-tuyendung .tuyendung_ss5 .title {
    margin-bottom: 35px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      .page-tuyendung .tuyendung_ss5 .title {
        flex-direction: column;
        justify-content: center; } }
    .page-tuyendung .tuyendung_ss5 .title .cm-title {
      margin-right: 60px;
      color: var(--Text-Brown, #6B4434); }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss5 .title .cm-title {
          margin-right: 0;
          margin-bottom: 10px; } }
    .page-tuyendung .tuyendung_ss5 .title .contact {
      display: flex;
      align-items: center; }
      .page-tuyendung .tuyendung_ss5 .title .contact p {
        color: var(--Text-Brown, #6B4434);
        font-size: 13px;
        margin-right: 12px; }
      .page-tuyendung .tuyendung_ss5 .title .contact .list {
        display: flex;
        align-items: center;
        flex-direction: row; }
        .page-tuyendung .tuyendung_ss5 .title .contact .list a {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          border: #A97961 1px solid;
          margin-right: 6px; }
          .page-tuyendung .tuyendung_ss5 .title .contact .list a:last-child {
            margin-right: 0; }
          .page-tuyendung .tuyendung_ss5 .title .contact .list a img {
            display: block; }
  .page-tuyendung .tuyendung_ss5 > .list {
    display: flex;
    flex-direction: column; }
    .page-tuyendung .tuyendung_ss5 > .list .item {
      width: 100%;
      border-radius: 16px;
      background: #FDFDFD;
      padding: 24px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss5 > .list .item {
          flex-direction: column; } }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss5 > .list .item {
          padding: 15px; } }
      .page-tuyendung .tuyendung_ss5 > .list .item p {
        color: var(--Text-Brown, #6B4434);
        margin-bottom: 8px; }
      .page-tuyendung .tuyendung_ss5 > .list .item h3 {
        color: var(--Text-Brown, #6B4434);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 26px */
        text-transform: uppercase;
        margin-bottom: 37px; }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss5 > .list .item h3 {
            font-size: 16px;
            margin-bottom: 15px; } }
      .page-tuyendung .tuyendung_ss5 > .list .item ul {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 576px) {
          .page-tuyendung .tuyendung_ss5 > .list .item ul {
            flex-wrap: wrap;
            justify-content: center; } }
        .page-tuyendung .tuyendung_ss5 > .list .item ul li {
          color: var(--Brown, #A97961);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */
          border-radius: 60px;
          border: 1px solid var(--Brown, #A97961);
          padding: 10px 12px 11px;
          margin-right: 12px; }
          @media only screen and (max-width: 576px) {
            .page-tuyendung .tuyendung_ss5 > .list .item ul li {
              margin-right: 10px;
              margin-bottom: 10px;
              padding: 8px 10px 10px; } }
          .page-tuyendung .tuyendung_ss5 > .list .item ul li:last-child {
            margin-right: 0; }
      .page-tuyendung .tuyendung_ss5 > .list .item .left, .page-tuyendung .tuyendung_ss5 > .list .item .right {
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss5 > .list .item .left, .page-tuyendung .tuyendung_ss5 > .list .item .right {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        .page-tuyendung .tuyendung_ss5 > .list .item .right {
          margin-top: 15px; } }
      @media only screen and (max-width: 576px) {
        .page-tuyendung .tuyendung_ss5 > .list .item .right {
          margin-top: 5px; } }
      .page-tuyendung .tuyendung_ss5 > .list .item .right h3 {
        margin-bottom: 39px;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .page-tuyendung .tuyendung_ss5 > .list .item .right h3 {
            font-size: 14px;
            margin-bottom: 15px; } }
  .page-tuyendung .tuyendung_ss5 > .cm-button {
    margin: 16px auto 0; }

.popup_rec {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out; }
  .popup_rec.active {
    opacity: 1;
    visibility: visible; }
  .popup_rec > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .popup_rec.form .content_main {
    height: max-content; }
    .popup_rec.form .content_main .content {
      background: #F4EEE6;
      overflow-y: unset;
      height: max-content; }
  .popup_rec .content_main {
    padding: 117px 22.9166666667%;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .popup_rec .content_main {
        padding: 70px 60px; } }
    @media only screen and (max-width: 768px) {
      .popup_rec .content_main {
        padding: 50px 30px; } }
    @media only screen and (max-width: 576px) {
      .popup_rec .content_main {
        padding: 30px 15px; } }
    .popup_rec .content_main .content {
      position: relative;
      background: #FDFDFD;
      border-radius: 16px 0 0 16px;
      padding: 32px 40px;
      height: 100%;
      overflow-y: scroll;
      color: var(--Text-Brown, #6B4434); }
      @media only screen and (max-width: 768px) {
        .popup_rec .content_main .content {
          padding: 32px 20px; } }
      @media only screen and (max-width: 576px) {
        .popup_rec .content_main .content {
          padding: 30px 15px; } }
      .popup_rec .content_main .content .close {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        display: block;
        background: #A97961;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px; }
        @media only screen and (max-width: 768px) {
          .popup_rec .content_main .content .close {
            width: 30px;
            height: 30px; } }
        .popup_rec .content_main .content .close img {
          display: block; }
      .popup_rec .content_main .content .date {
        font-size: 13px;
        margin-bottom: 10px; }
      .popup_rec .content_main .content .title {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 24px */
        text-transform: uppercase;
        margin-bottom: 16px; }
        @media only screen and (max-width: 576px) {
          .popup_rec .content_main .content .title {
            text-align: center;
            margin-bottom: 10px; } }
      .popup_rec .content_main .content ul {
        display: flex;
        align-items: center;
        width: 100%;
        padding-bottom: 24px;
        border-bottom: 1px solid #6b44341a;
        margin-bottom: 24px; }
        @media only screen and (max-width: 576px) {
          .popup_rec .content_main .content ul {
            flex-wrap: wrap;
            justify-content: center; } }
        .popup_rec .content_main .content ul li {
          color: var(--Brown, #A97961);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */
          border-radius: 60px;
          border: 1px solid var(--Brown, #A97961);
          padding: 10px 12px 11px;
          margin-right: 12px; }
          @media only screen and (max-width: 576px) {
            .popup_rec .content_main .content ul li {
              margin-right: 10px;
              margin-bottom: 10px;
              padding: 8px 10px 10px; } }
          .popup_rec .content_main .content ul li:last-child {
            margin-right: 0; }
      .popup_rec .content_main .content .label {
        text-transform: uppercase;
        line-height: 150%;
        margin-bottom: 8px; }
      .popup_rec .content_main .content .desc {
        margin-bottom: 24px; }
      .popup_rec .content_main .content > .cm-button {
        margin-top: 16px; }
      .popup_rec .content_main .content .list {
        display: flex;
        margin-bottom: 24px; }
        @media only screen and (max-width: 576px) {
          .popup_rec .content_main .content .list {
            flex-wrap: wrap;
            margin-bottom: 10px; } }
        .popup_rec .content_main .content .list .item {
          display: flex;
          flex-direction: column;
          margin-right: 40px; }
          @media only screen and (max-width: 576px) {
            .popup_rec .content_main .content .list .item {
              width: calc((100% - 15px)/2);
              margin-right: 15px;
              margin-bottom: 10px; } }
          @media only screen and (max-width: 576px) {
            .popup_rec .content_main .content .list .item:nth-of-type(2n + 2) {
              margin-right: 0px; } }
          .popup_rec .content_main .content .list .item:last-child {
            margin-right: 0; }
          .popup_rec .content_main .content .list .item span:nth-child(1) {
            color: var(--Brown, #A97961);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            margin-bottom: 4px; }
          .popup_rec .content_main .content .list .item span:nth-child(2) {
            color: var(--Text-Brown, #6B4434); }
      .popup_rec .content_main .content form {
        width: 100%; }
        .popup_rec .content_main .content form .form-field-all {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .popup_rec .content_main .content form .form-field-all .form_group {
            width: calc((100% - 23px)/2);
            margin-bottom: 24px;
            position: relative; }
            @media only screen and (max-width: 1280px) {
              .popup_rec .content_main .content form .form-field-all .form_group {
                width: calc((100% - 15px)/2); } }
            @media only screen and (max-width: 576px) {
              .popup_rec .content_main .content form .form-field-all .form_group {
                width: 100%; } }
            .popup_rec .content_main .content form .form-field-all .form_group:nth-child(5), .popup_rec .content_main .content form .form-field-all .form_group:nth-child(1) {
              width: 100%; }
            .popup_rec .content_main .content form .form-field-all .form_group:last-child input {
              padding: 0 24px;
              cursor: pointer; }
            .popup_rec .content_main .content form .form-field-all .form_group:nth-child(4) {
              width: 100%;
              height: 104px; }
              .popup_rec .content_main .content form .form-field-all .form_group:nth-child(4) textarea {
                width: 100%;
                height: 100%;
                border: 0;
                border-radius: 16px;
                border: 1px solid var(--Brown, #A97961);
                background: #FDFDFD;
                outline: none;
                padding: 15px 24px;
                color: var(--Brown, #A97961);
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                font-family: 'Fahkwang', sans-serif; }
                @media only screen and (max-width: 576px) {
                  .popup_rec .content_main .content form .form-field-all .form_group:nth-child(4) textarea {
                    padding: 15px; } }
            .popup_rec .content_main .content form .form-field-all .form_group ._error_msg {
              position: absolute;
              top: 100%;
              left: 0;
              font-size: 13px;
              font-style: italic; }
            .popup_rec .content_main .content form .form-field-all .form_group .label {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: var(--Brown, #A97961);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              display: flex;
              align-items: center;
              pointer-events: none;
              text-transform: unset;
              width: max-content; }
              .popup_rec .content_main .content form .form-field-all .form_group .label span {
                color: #6B4434;
                display: inline-block;
                margin-left: 4px; }
              .popup_rec .content_main .content form .form-field-all .form_group .label img {
                width: 8.333px;
                margin-left: 4px; }
            .popup_rec .content_main .content form .form-field-all .form_group input {
              width: 100%;
              height: 48px;
              border: 0;
              border-radius: 16px;
              border: 1px solid var(--Brown, #A97961);
              background: #FDFDFD;
              outline: none;
              padding: 15px 24px;
              color: var(--Brown, #A97961);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              font-family: 'Fahkwang', sans-serif; }
              @media only screen and (max-width: 576px) {
                .popup_rec .content_main .content form .form-field-all .form_group input {
                  padding: 15px; } }
            .popup_rec .content_main .content form .form-field-all .form_group input::placeholder {
              color: var(--Brown, #A97961);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              font-family: 'Fahkwang', sans-serif; }
            .popup_rec .content_main .content form .form-field-all .form_group input[type="file"] {
              color: transparent; }
            .popup_rec .content_main .content form .form-field-all .form_group input[type="file"]::file-selector-button {
              all: unset;
              /* reset nút */
              cursor: pointer; }
        .popup_rec .content_main .content form .cm-button {
          border: 0;
          outline: none;
          cursor: pointer;
          text-transform: uppercase;
          width: max-content;
          padding: 0 24px;
          border-radius: 0 0 8px 0; }
          @media only screen and (max-width: 576px) {
            .popup_rec .content_main .content form .cm-button {
              margin: 0px auto 0; } }
          .popup_rec .content_main .content form .cm-button:after {
            border-radius: 0 0 8px 0; }
      .popup_rec .content_main .content .js_recruit_content strong, .popup_rec .content_main .content .js_recruit_content b {
        font-weight: 600; }
      .popup_rec .content_main .content .js_recruit_content p, .popup_rec .content_main .content .js_recruit_content ul, .popup_rec .content_main .content .js_recruit_content ol, .popup_rec .content_main .content .js_recruit_content .wp-caption, .popup_rec .content_main .content .js_recruit_content h2, .popup_rec .content_main .content .js_recruit_content h3 {
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          .popup_rec .content_main .content .js_recruit_content p, .popup_rec .content_main .content .js_recruit_content ul, .popup_rec .content_main .content .js_recruit_content ol, .popup_rec .content_main .content .js_recruit_content .wp-caption, .popup_rec .content_main .content .js_recruit_content h2, .popup_rec .content_main .content .js_recruit_content h3 {
            margin-bottom: 5px; } }
        .popup_rec .content_main .content .js_recruit_content p:last-child, .popup_rec .content_main .content .js_recruit_content ul:last-child, .popup_rec .content_main .content .js_recruit_content ol:last-child, .popup_rec .content_main .content .js_recruit_content .wp-caption:last-child, .popup_rec .content_main .content .js_recruit_content h2:last-child, .popup_rec .content_main .content .js_recruit_content h3:last-child {
          margin-bottom: 0; }
      .popup_rec .content_main .content .js_recruit_content ul, .popup_rec .content_main .content .js_recruit_content ol {
        padding-left: 20px; }
        .popup_rec .content_main .content .js_recruit_content ul li, .popup_rec .content_main .content .js_recruit_content ol li {
          padding-bottom: 2px; }
          .popup_rec .content_main .content .js_recruit_content ul li:last-child, .popup_rec .content_main .content .js_recruit_content ol li:last-child {
            padding-bottom: 0; }
      .popup_rec .content_main .content .js_recruit_content ul li {
        list-style: disc; }
      .popup_rec .content_main .content .js_recruit_content ol li {
        list-style: decimal; }
      .popup_rec .content_main .content .js_recruit_content .wp-block-image,
      .popup_rec .content_main .content .js_recruit_content .wp-caption {
        width: 100% !important;
        margin-bottom: 20px; }
        @media (max-width: 576px) {
          .popup_rec .content_main .content .js_recruit_content .wp-block-image,
          .popup_rec .content_main .content .js_recruit_content .wp-caption {
            margin-bottom: 10px; } }
        .popup_rec .content_main .content .js_recruit_content .wp-block-image img,
        .popup_rec .content_main .content .js_recruit_content .wp-caption img {
          margin: 0 auto 10px;
          display: block;
          max-width: 100%; }
        .popup_rec .content_main .content .js_recruit_content .wp-block-image p, .popup_rec .content_main .content .js_recruit_content .wp-block-image figcaption,
        .popup_rec .content_main .content .js_recruit_content .wp-caption p,
        .popup_rec .content_main .content .js_recruit_content .wp-caption figcaption {
          font-style: italic;
          font-size: 14px;
          text-align: center;
          margin: 0; }
      .popup_rec .content_main .content .js_recruit_content img {
        margin: 20px auto 20px;
        display: block;
        max-width: 100%; }
        @media (max-width: 576px) {
          .popup_rec .content_main .content .js_recruit_content img {
            margin: 10px auto; } }
      .popup_rec .content_main .content .js_recruit_content a {
        text-decoration: underline; }

.js_btn_apply {
  position: relative;
  z-index: 2;
  cursor: pointer; }

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