

@font-face {
  font-family: "SF-Pro-Display-Black.otf";
  src: url("../fonts/SF-Pro-Display-Black.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-BlackItalic.otf";
  src: url("../fonts/SF-Pro-Display-BlackItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Bold.otf";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-BoldItalic.otf";
  src: url("../fonts/SF-Pro-Display-BoldItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Heavy.otf";
  src: url("../fonts/SF-Pro-Display-Heavy.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-HeavyItalic.otf";
  src: url("../fonts/SF-Pro-Display-HeavyItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Light.otf";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-LightItalic.otf";
  src: url("../fonts/SF-Pro-Display-LightItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Medium.otf";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-MediumItalic.otf";
  src: url("../fonts/SF-Pro-Display-MediumItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Regular.otf";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-RegularItalic.otf";
  src: url("../fonts/SF-Pro-Display-RegularItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Semibold.otf";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-SemiboldItalic.otf";
  src: url("../fonts/SF-Pro-Display-SemiboldItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-Thin.otf";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-ThinItalic.otf";
  src: url("../fonts/SF-Pro-Display-ThinItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-ThinItalic.otf";
  src: url("../fonts/SF-Pro-Display-ThinItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "SF-Pro-Display-UltralightItalic.otf";
  src: url("../fonts/SF-Pro-Display-UltralightItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }


/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #878d8d78;
  border-radius: 3px; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #878d8d78; }

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; }

.site-container {
  overflow: hidden; }

.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 h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal; }

.typography ul {
  list-style: none; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@media (min-width: 1280px) {
  @keyframes rotate_all {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } } }

@keyframes spinY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(12px); }
  20% {
    opacity: 1;
    transform: translateY(6px); }
  80% {
    opacity: 1;
    transform: translateY(-6px); }
  100% {
    opacity: 0;
    transform: translateY(-12px); } }

@keyframes slide_large {
  0% {
    opacity: 0;
    transform: translateY(10vw); }
  20% {
    opacity: 1;
    transform: translateY(6vw); }
  80% {
    opacity: 1;
    transform: translateY(-6vw); }
  100% {
    opacity: 0;
    transform: translateY(-10vw); } }

@keyframes mouse {
  0% {
    height: 0px; }
  50% {
    height: 45px; }
  100% {
    height: 98px; } }

@media (max-width: 1024px) {
  @keyframes slide_large {
    0% {
      opacity: 0;
      transform: translateY(200px); }
    20% {
      opacity: 1;
      transform: translateY(80px); }
    80% {
      opacity: 1;
      transform: translateY(-80px); }
    100% {
      opacity: 0;
      transform: translateY(-200px); } } }

@media (max-width: 768px) {
  @keyframes mouse {
    0% {
      height: 0px; }
    50% {
      height: 15px; }
    100% {
      height: 35px; } } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes fadeIn {
  0% {
    fill: #FFA722; }
  50% {
    fill: #448897; }
  100% {
    fill: #FFA722; } }

@keyframes future {
  0% {
    transform: translate(-400px, 0) rotate(-45deg); }
  50% {
    transform: translate(0, 0) rotate(-45deg); }
  100% {
    transform: translate(400px, 0) rotate(-45deg); } }

@keyframes social_rotate {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(-15deg) scale(1.05); }
  100% {
    transform: rotate(0deg) scale(1); } }

@keyframes spin_people {
  0% {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg); }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg); }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg); } }

@keyframes move {
  to {
    transform: translateX(-100%); } }

@keyframes scrollUp {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-80%); } }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@keyframes scrollText {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }

@keyframes drift {
  from {
    transform: translateY(-102%); }
  to {
    transform: translateY(0%); } }

@keyframes drift2 {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(-100%); } }

@keyframes title {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-1200px); } }

@keyframes title2 {
  0% {
    transform: translateY(-1200px); }
  100% {
    transform: translateY(0); } }

@keyframes btn_scroll {
  0% {
    left: 5.0887573964%; }
  50% {
    left: 7.100591716%; }
  100% {
    left: 5.0887573964%; } }

@keyframes title3 {
  0% {
    transform: translateX(-233px); }
  100% {
    transform: translateX(0); } }

@keyframes title_test {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1200px); } }

@keyframes title_test2 {
  0% {
    transform: translateX(-1200px); }
  100% {
    transform: translateX(0); } }

@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0; }
  54% {
    height: 0;
    bottom: 100%; }
  55% {
    height: 0;
    bottom: 0; }
  100% {
    height: 100%;
    bottom: 0; } }

@keyframes move2 {
  0% {
    width: 0;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }

@keyframes move3 {
  0% {
    height: 100%;
    top: 0; }
  54% {
    height: 0;
    top: 100%; }
  55% {
    height: 0;
    top: 0; }
  100% {
    height: 100%;
    top: 0; } }

@keyframes move4 {
  0% {
    width: 0;
    right: 0; }
  55% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

@keyframes text_run1 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); } }

@keyframes text_run2 {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%); }
  100% {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%); } }

.home #masthead{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%) */
}
#masthead .col {
  padding: 0 !important
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-pagination .swiper-pagination-bullet {
    width:15px;
    height:15px;
    opacity: 0.800000011920929;
    background: #fefefe;
    margin: 0 10px !important;
    transition: all .5s ease; }
    @media (max-width: 1440px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 8px !important; } }
    @media (max-width: 1024px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 6px !important; } }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 18px ;
      height: 18px  ;
      background: red; }
      @media (max-width: 1440px) {
        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 18px;
          height: 18px; } }
      @media (max-width: 1024px) {
        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 15px;
          height: 15px; } }

.view-more {
  width: 138px;
  height: 52px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D3002D;
  color: #FFF;
  font-size: 18px!important
  line-height: 28px;
  font-family: "SF-Pro-Display-Regular.otf" !important;
  position: relative;
  overflow: hidden;
  transition: all .5s ease; }
  @media (max-width: 1440px) {
    .view-more {
      width: 120px;
      height: 40px;
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .view-more {
      /* width: auto; */
    /* height: auto !important;
    padding: 7px 15px; */
      font-size: 15px; }
      .link_project .content_abs .bottom .right{
        margin-top: 55px;
      }
     }
  @media (max-width: 768px) {
    /* .view-more {
      width: auto;
      height: auto !important;
      padding: 7px 15px; } */
     }
  @media (min-width: 769px) {
    .view-more:hover {
      background: #fff;
      color: #D3002D; }
      .view-more:hover img {
        width: 25px !important;
        margin-left: 5px;
        opacity: 1; } }
  .view-more img {
    width: 0 !important;
    transition: all .5s ease;
    opacity: 0;
    width: 25px; }

.title-def {
  color: #D3002D;
  font-size: 48px !important;
  text-transform: uppercase;
  font-family: "SF-Pro-Display-Bold.otf";
  position: relative;
  width: -webkit-max-content;
  margin-bottom: 0
  width: max-content; }
  @media (max-width: 1440px) {
    .title-def {
      font-size: 40px !important; } }
  @media (max-width: 1280px) {
    .title-def {
      font-size: 35px !important; } }
  @media (max-width: 1024px) {
    .title-def {
      font-size: 30px !important;
      line-height: 45px; } }
  @media (max-width: 768px) {
    .title-def {
      font-size: 28px !important; } }
  .title-def:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 80px;
    background: #D3002D;
    height: 3px; }

a {
  text-decoration: none; }

.header-wp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10.2083333333%;
  background: #fff;
  justify-content: space-between;
  transition: all .5s ease-in;
 }
  .header-wp.is-sticky-section{
    transition: all .5s ease-out;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
  }
  @media (max-width: 1440px) {
    .header-wp {
      padding: 0 5.5555555556%;
      height: 60px; } }
  @media (max-width: 1024px) {
    .header-wp {
      padding: 0 30px; } }
  @media (max-width: 768px) {

    }
  @media (max-width: 480px) {
    .header-wp {
      padding: 0 15px; }
    }
  @media (max-width: 375px) {
    .header-wp {
      width: 100%; } }
  .header-wp.hide-header {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px); }
  .header-wp.is-active {
    height: 90px;
    box-shadow: 0 0px 10px rgba(9, 9, 9, 0.2); }
    @media (max-width: 1440px) {
      .header-wp.is-active {
        height: 75px; } }
  .header-wp.is_active_header {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .header-wp .logo-main {
    width: 300px;
    display: block; }
    @media (max-width: 1024px) {
      .header-wp .logo-main {
        width: 200px; } }
    @media (max-width: 768px) {
      .header-wp .logo-main {
        display: none; } }
    .header-wp .logo-main img {
      width: 100%;
      display: block;
      object-fit: cover; }
  .header-wp .right .col-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-wp .right .col-inner .icon-search::before{
    display: none;
  }
  .header-wp .right .col-inner a.button.primary{
    margin: 0 !important;
    height: auto;
    min-height: 0;
    line-height: 1;
    text-align: center;
  }
  .header-wp .right .col-inner #menu-menu-language{
    margin-left: 22px;
  }
  .header-wp .right .col-inner #menu-menu-language a{
    font-size: 17px;
    font-family: "SF-Pro-Display-Bold.otf";
    color: #000;
    text-transform: uppercase;
    padding: 0 !important;
    line-height: 1;
  }
  .header-wp .right .col-inner #menu-menu-language li{
    margin: 0 !important;
  }
  .header-wp .right .col-inner #menu-menu-language li:first-child{
    padding-right: 10px;
    border-right: #000 solid 1px;
    line-height: 1;
  }
  .header-wp .right .col-inner #menu-menu-language li.current-lang a,.header-wp .right .col-inner #menu-menu-language li a:hover{
    color: #d3002d;
    border-bottom: #d3002d solid 1px;
  }
  .header-wp .right .col-inner #menu-menu-language li:last-child{
    padding-left: 5px;
    line-height: 1;
  }
  .header-wp .right .col-inner .icon-search {
    width: 19px;
    height: 19px;
    background: url('https://crevietnam.com/wp-content/uploads/2022/09/search.png') center center no-repeat;
    background-size: cover;
    margin: 0
  }
  .site-header{
    transition: all .5s ease;
  }
  .site-header.hide-header {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    transition: all .5s ease;
}
  .header-wp .right .col-inner ul{
    width: auto;
  }
  .header-wp .right .col-inner ul.nav{
    margin-right: 24px
  }
    @media (max-width: 768px) {
      .header-wp .right {
        flex-direction: column; } }
    .header-wp .right .menu-main {
      display: flex;
      align-items: center;
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .header-wp .right .menu-main {
          margin-right: 30px; } }
      @media (max-width: 768px) {
        .header-wp .right .menu-main {
          flex-direction: column;
          margin-right: 0; } }
      .header-wp .right .menu-main li {
        margin-right: 35px; }
        @media (max-width: 1024px) {
          .header-wp .right .menu-main li {
            margin-right: 30px; } }
        @media (max-width: 768px) {
          .header-wp .right .menu-main li {
            margin-right: 0px;
            margin-bottom: 25px; } }
        .header-wp .right .menu-main li:last-child {
          margin-right: 0; }

        .header-wp .right .nav li a {
          font-size: 17px;
          font-family: "SF-Pro-Display-Bold.otf";
          color: #000;
          text-transform: uppercase;
          position: relative;
          transition: all .5s ease; }
          #masthead ul.nav .nav-dropdown.nav-dropdown-default>li>a{
            text-transform: none;
          }
          @media (max-width: 1440px) {
            .header-wp .right .nav li a {
              font-size: 14px; } }
          @media (max-width: 1024px) {
            .header-wp .right .nav li a {
              font-size: 15px; } }
          @media (min-width: 769px) {
            .header-wp .right .nav li a:hover {
              color: #d3002d; }
              .header-wp .right .nav li a:hover::after {
                opacity: 1; } }
          .header-wp .right .nav li a:after {
            content: '';
            position: absolute;
            right: -10px;
            width: 5px;
            height: 5px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            background: #d3002d;
            opacity: 0;
            transition: all .5s ease; }
            .header-wp .right .nav li {
                  margin: 0 40px 0 0 !important;
              }
              .header-wp .right .nav .nav-dropdown li {
                    margin: 0  !important;
                }
                .header-wp .right .nav li a{
                  margin: 0 !important;
                }
    .header-main .right .icon_search {
      width: 24px;
      height: 24px; }
      @media (max-width: 1024px) {
        .header-main .right .icon_search {
          width: 20px;
          height: 20px; } }
    .header-main .right .languages {
      display: flex;
      align-items: center;
      margin-left: 35px; }
      @media (max-width: 1024px) {
        .header-main .right .languages {
          margin-left: 30px; } }
      @media (max-width: 768px) {
        .header-main .right .languages {
          margin-left: 0;
          margin-top: 25px; } }
      .header-main .right .languages li.current-lang a {
        color: #d3002d;
        border-bottom: #d3002d solid 1px; }
      .header-main .right .languages li:first-child {
        padding-right: 5px;
        border-right: #000 solid 1px; }
      .header-main .right .languages li:last-child {
        padding-left: 5px; }
      .header-main .right .languages li a {
        font-size: 19px;
        font-family: "SF-Pro-Display-Bold.otf";
        color: #000;
        text-transform: uppercase; }
        @media (max-width: 1440px) {
          .header-main .right .languages li a {
            font-size: 16px; } }
        @media (max-width: 1024px) {
          .header-main .right .languages li a {
            font-size: 15px; } }

.menu-mb {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .menu-mb {
      display: flex; } }
  @media (max-width: 480px) {
    .menu-mb {
      padding: 0 15px;
      height: 60px; } }
  .menu-mb .logo-main {
    width: 200px;
    display: block; }
  .menu-mb .humberger {
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #d3002d;
    display: flex; }
    .menu-mb .humberger.active span:nth-child(2) {
      opacity: 0; }
    .menu-mb .humberger.active span:nth-child(1) {
      transform: rotate(45deg);
      margin: 0 0 -13px 0; }
    .menu-mb .humberger.active span:nth-child(3) {
      transform: rotate(-45deg); }
    .menu-mb .humberger span {
      width: 30px;
      height: 2px;
      background: #FFF;
      display: block;
      transition: all .5s ease; }
      .menu-mb .humberger span:nth-child(2) {
        margin: 5px 0; }

.background-main {
  z-index: 999;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all .5s ease; }
  .background-main.active {
    opacity: .4;
    pointer-events: auto; }

.footer-main {
  padding: 85px 10.2083333333% 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
.footer-main svg{
  background-color: #D3002D;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* .footer-main svg path,
.footer-main svg line,
.footer-main svg ellipse,
.footer-main svg polygon{
  filter: none;
  stroke:transparent !important;
} */
.footer-main svg path,
.footer-main svg line,
.footer-main svg ellipse,
.footer-main svg polygon{
  stroke: #fff !important;
  stroke-opacity: 1;

  stroke-dasharray: 2000;
  animation: sh 3s linear forwards;
}
/* .footer-main.active svg path,
.footer-main.active svg line,
.footer-main.active svg ellipse,
.footer-main.active svg polygon{
  stroke: #fff !important;
  stroke-opacity: 1;

  stroke-dasharray: 2000;
  animation: sh 3s linear forwards;
} */

@keyframes sh {
  from {
      stroke-dashoffset: 2000;
  }
  to {
     stroke-dashoffset: 0;

  }
}
  @media (max-width: 1440px) {
    .footer-main {
      padding: 80px 5.5555555556% 10px; } }
  @media (max-width: 1280px) {
    .footer-main {
      padding: 60px 30px 10px; } }
  @media (max-width: 1024px) {
    .footer-main {
      padding: 40px 30px 10px; } }
  @media (max-width: 480px) {
    .footer-main {
      padding: 30px 15px 10px; } }
  .footer-main:after {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: #000000;
    z-index: -1;
    content: '';
    opacity: 0.16; }
    @media (max-width: 1024px) {
      .footer-main:after {
        height: 45px; } }
  .footer-main .content {
    display: flex;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .footer-main .content {
        flex-direction: column; } }
    .footer-main .content .left {
      width: 32%; }
      @media (max-width: 1024px) {
        .footer-main .content .left {
          width: 33.646597%; } }
      @media (max-width: 768px) {
        .footer-main .content .left {
          width: 100%;
          margin-bottom: 30px; } }
      .footer-main .content .left .logo-main {
        width: 300px;
        display: block; }
        @media (max-width: 1024px) {
          .footer-main .content .left .logo-main {
            width: 200px; } }
        .footer-main .content .left .logo-main img {
          width: 100%;
          display: block; }
      .footer-main .content .left .line {
        width: 100%;
        height: 1px;
        background: #FFFFFF;
        margin: 30px 0; }
        @media (max-width: 1440px) {
          .footer-main .content .left .line {
            margin: 15px 0; } }
      .footer-main .content .left p {
        display: flex;
        align-items: center;
        font-size: 19px;
        line-height: 26px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "SF-Pro-Display-Semibold.otf"; }
        @media (max-width: 1440px) {
          .footer-main .content .left p {
            font-size: 16px; } }
        @media (max-width: 1024px) {
          .footer-main .content .left p {
            font-size: 15px;
            line-height: 22px; } }
        .footer-main .content .left p img {
          margin-right: 9px; }
          @media (max-width: 1024px) {
            .footer-main .content .left > p img {
              margin-right: 5px; } }
      .footer-main .content .left span {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
        font-family: "SF-Pro-Display-Regular.otf"; }
        @media (max-width: 1440px) {
          .footer-main .content .left span {
            font-size: 16px; } }
        @media (max-width: 1024px) {
          .footer-main .content .left span {
            font-size: 15px;
            line-height: 22px; } }
        .footer-main .content .left span.span {
          margin-bottom: 29px;
          display: block; }
          @media (max-width: 1440px) {
            .footer-main .content .left span.span {
              margin-bottom: 20px; } }
      .footer-main .content .left .soical {
        display: flex;
        align-items: center; }
        .footer-main .content .left .soical .--left {
          width: calc((100% - 110px));
          display: flex;
          flex-direction: column; }
          @media (max-width: 1440px) {
            .footer-main .content .left .soical .--left {
              width: calc((100% - 90px)); } }
          @media (max-width: 1024px) {
            .footer-main .content .left .soical .--left {
              width: calc((100% - 70px)); } }
          .footer-main .content .left .soical .--left a {
            font-size: 18px;
            color: #FFFFFF;
            line-height: 24px;
            font-family: "SF-Pro-Display-Semibold.otf"; }
            @media (max-width: 1440px) {
              .footer-main .content .left .soical .--left a {
                font-size: 14px;
                line-height: 16px; } }
            .footer-main .content .left .soical .--left a:first-child {
              margin-bottom: 6px; }
            .footer-main .content .left .soical .--left a span {
              font-family: "SF-Pro-Display-Regular.otf"; }
        .footer-main .content .left .soical .--right {
          width: 110px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 1440px) {
            .footer-main .content .left .soical .--right {
              width: 90px; } }
          @media (max-width: 1024px) {
            .footer-main .content .left .soical .--right {
              width: 70px; } }
          .footer-main .content .left .soical .--right a {
            width: 48.75px;
            height: 48.75px; }
            @media (max-width: 1440px) {
              .footer-main .content .left .soical .--right a {
                width: 40px;
                height: 40px; } }
            @media (max-width: 1024px) {
              .footer-main .content .left .soical .--right a {
                width: 30px;
                height: 30px; } }
            .footer-main .content .left .soical .--right a img {
              width: 100%;
              height: 100%; }
      .footer-main .content .left form {
        width: 100%;
        display: flex;
        height: 60px;
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 26.4px; }
        @media (max-width: 1440px) {
          .footer-main .content .left form {
            margin-top: 15px;
            /* height: 50px;  */
            } }
        /* @media (max-width: 1024px) {
          .footer-main .content .left form {
            height: 40px; } } */
        .footer-main .content .left form .form-field-all {
          width: calc(100% - 110px);
          height: 100%; }
          .footer-main .content .left form .form-field-all ._form_group {
            width: 100%;
            position: relative;
            height: 100%; }
            .footer-main .content .left form .form-field-all ._form_group input {
              width: 100%;
              background: #FFFFFF;
              border-radius: 0 !important;
              height: 100%;
              padding: 0px 0 0 15px;
              color: #747474;
              line-height: 28px;
              font-size: 18px;
              font-family: "SF-Pro-Display-Regular.otf";
              border: 0;
              outline: none; }
              @media (max-width: 1024px) {
                .footer-main .content .left form .form-field-all ._form_group input {
                  padding: 0px 0 0 10px;
                  font-size: 15px;
                  line-height: 22px; } }
            .footer-main .content .left form .form-field-all ._form_group input:-ms-input-placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #747474;
              line-height: 28px;
              font-size: 18px;
              font-family: "SF-Pro-Display-Regular.otf"; }
            .footer-main .content .left form .form-field-all ._form_group input::placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #747474;
              line-height: 28px;
              font-size: 18px;
              font-family: "SF-Pro-Display-Regular.otf"; }
              @media (max-width: 1024px) {
                .footer-main .content .left form .form-field-all ._form_group input:-ms-input-placeholder {
                  font-size: 15px;
                  line-height: 22px; }
                .footer-main .content .left form .form-field-all ._form_group input::placeholder {
                  font-size: 15px;
                  line-height: 22px; } }
            .footer-main .content .left form .form-field-all ._form_group input:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #747474;
              line-height: 28px;
              font-size: 18px;
              font-family: "SF-Pro-Display-Regular.otf"; }
              @media (max-width: 1024px) {
                .footer-main .content .left form .form-field-all ._form_group input:-ms-input-placeholder {
                  font-size: 15px;
                  line-height: 22px; } }
            .footer-main .content .left form .form-field-all ._form_group input::-ms-input-placeholder {
              /* Microsoft Edge */
              color: #747474;
              line-height: 28px;
              font-size: 18px;
              font-family: "SF-Pro-Display-Regular.otf"; }
              @media (max-width: 1024px) {
                .footer-main .content .left form .form-field-all ._form_group input::-ms-input-placeholder {
                  font-size: 15px;
                  line-height: 22px; } }
                  .footer-main .content .left form .wpcf7-spinner{
                    display: none
                  }
        .footer-main .content .left form .btn_submit {
          width: 110px;
          margin: 0;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #2B2B2B;
          color: #FFFFFF;
          font-size: 17px;
          line-height: 26px;
          font-family: "SF-Pro-Display-Regular.otf";
          outline: none;
          border: 0;
          position: relative;
          overflow: hidden; }
          .wpcf7 form.invalid .wpcf7-response-output{
            background: #fff;
          }
          @media (max-width: 1024px) {
            .footer-main .content .left form .btn_submit {
              font-size: 15px;
              line-height: 22px; } }
    .footer-main .content .right {
      width: 72%;
      padding-left: 6%; }
      @media (max-width: 1024px) {
        .footer-main .content .right {
          width: 66.353403%;
          padding-left: 70px; } }
      @media (max-width: 768px) {
        .footer-main .content .right {
          width: 100%;
          padding-left: 0px; } }
      .footer-main .content .right .top {
        display: flex;
        margin-bottom: 40px; }
        @media (max-width: 1024px) {
          .footer-main .content .right .top {
            margin-bottom: 20px; } }
        .footer-main .content .right .top .item {
          width: calc((100%)/3); }
          .footer-main .content .right .top .item p {
            line-height: 36px;
            color: #FFFFFF;
            text-transform: uppercase;
            font-family: "SF-Pro-Display-Semibold.otf";
            font-size: 27px; }
            @media (max-width: 1440px) {
              .footer-main .content .right .top .item p {
                font-size: 21px; } }
            @media (max-width: 1024px) {
              .footer-main .content .right .top .item p {
                font-size: 17px;
                line-height: 25px; } }
            @media (max-width: 480px) {
              .footer-main .content .right .top .item p {
                font-size: 15px;
                line-height: 20px; } }
          .footer-main .content .right .top .item span {
            display: block;
            width: 79px;
            height: 1px;
            background: #FFFFFF;
            margin: 11px 0 26px; }
            @media (max-width: 1440px) {
              .footer-main .content .right .top .item span {
                margin: 5px 0 15px; } }
            @media (max-width: 1024px) {
              .footer-main .content .right .top .item span {
                margin: 3px 0 10px; } }
          .footer-main .content .right .top .item ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style-type: none;
            flex-direction: column; }
            .footer-main .content .right .top .item ul li {
              margin-bottom: 1px; }
              @media (max-width: 1024px) {
                .footer-main .content .right .top .item ul li {
                  margin-bottom: 3px; } }
              .footer-main .content .right .top .item ul li a {
                font-size: 22px;
                line-height: 29px;
                color: #FFFFFF;
                font-family: "SF-Pro-Display-Regular.otf"; }
                @media (max-width: 1440px) {
                  .footer-main .content .right .top .item ul li a {
                    font-size: 18px; } }
                @media (max-width: 1024px) {
                  .footer-main .content .right .top .item ul li a {
                    font-size: 15px;
                    line-height: 22px; } }
                @media (max-width: 480px) {
                  .footer-main .content .right .top .item ul li a {
                    font-size: 14px; } }
      .footer-main .content .right .map {
        width: 100%;
        height: 250px; }
        @media (max-width: 1440px) {
          .footer-main .content .right .map {
            height: 225px; } }
        .footer-main .content .right .map iframe {
          width: 100%;
          height: 100%; }
          p{
            margin: 0;
          }
  p.coppy {
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    padding-right:10.2083333333%;
    font-family: "SF-Pro-Display-Regular.otf"; }
    @media (max-width: 1440px) {
      .footer-main .coppy {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .footer-main .coppy {
        font-size: 15px;
        line-height: 22px; } }
    @media (max-width: 768px) {
      .footer-main .coppy {
        text-align: center; } }
    @media (max-width: 480px) {
      .footer-main .coppy {
        font-size: 14px;
        padding: 5px;
        } }
    @media (max-width: 320px) {
      .footer-main .coppy {
        font-size: 12px;
        padding: 5px;
         } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  color: #333;
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif; }

.main {
  background: #f1f1f1;
  min-height: 100vh;
  display: flex;
  justify-content: center; }

.form {
  width: 360px;
  min-height: 100px;
  padding: 32px 24px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  margin: 24px;
  align-self: center;
  box-shadow: 0 2px 5px 0 rgba(51, 62, 73, 0.1); }

.form .heading {
  font-size: 2rem; }

.form .desc {
  text-align: center;
  color: #636d77;
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 2.4rem;
  margin-top: 16px;
  font-weight: 300; }

.form-group {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column; }

.form-label,
.form-message {
  text-align: left; }

.form-label {
  font-weight: 700;
  padding-bottom: 6px;
  line-height: 1.8rem;
  font-size: 1.4rem; }

.form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  outline: none;
  font-size: 1.4rem; }

.form-control:hover {
  border-color: #1dbfaf; }

.form-group.invalid .form-control {
  border-color: #f33a58; }

.form-group.invalid .form-message {
  color: #f33a58; }

.form-group.isRadio {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap; }
  .form-group.isRadio .form-message {
    width: 100%; }

.form-group .radio {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  margin-right: 20px; }
  .form-group .radio input {
    margin-right: 10px; }
  .form-group .radio label {
    padding-bottom: 0; }

.form-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 4px 0 0; }

.form-submit {
  outline: none;
  background-color: #1dbfaf;
  margin-top: 12px;
  padding: 12px 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer; }

.form-submit:hover {
  background-color: #1ac7b6; }

.spacer {
  margin-top: 36px; }

/*-----*/
.h-section1 svg{
  position: absolute;
      bottom: -170px;
      right: 0;
      z-index: 99;
      width: 920px;
      height: 108%;
      display: block;
      object-fit: cover;
}
.h-section1 svg path{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
}
.h-section1 .active svg path{

  stroke: #fff;
  stroke-opacity: 1;
  /*-webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;*/
  stroke-dasharray: 1200;
  animation: dashs 2.5s linear forwards;
}
@keyframes dashs {
  from {
      stroke-dashoffset: 1000;
  }
  to {
     stroke-dashoffset: 0;

  }
}


@media (max-width: 600px) {
  .h-section1 svg{
    position: absolute;
    bottom: 0;
    right: -142px;
    z-index: 99;
    height: 100%;
  }
  .h-section1 svg polygon{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.h-section1 {
  position: relative; }
  .h-section1 .button {
    display: flex;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: -webkit-max-content;
    margin: 0;
    width: auto !important;
    background: transparent !important;
    height: auto !important;
    min-width: auto !important;
    padding: 0 !important;
    width: max-content; }
    .h-section1 .button .swiper-button-prev, .h-section1 .button .swiper-button-next {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: unset;
      left: unset;
      right: unset;
      top: unset;
      opacity: 1; }
      @media (max-width: 1440px) {
        .h-section1 .button .swiper-button-prev, .h-section1 .button .swiper-button-next {
          width: 50px;
          height: 50px; } }
      @media (max-width: 1024px) {
        .h-section1 .button .swiper-button-prev, .h-section1 .button .swiper-button-next {
          width: 40px;
          height: 40px; } }
      @media (max-width: 480px) {
        .h-section1 .button .swiper-button-prev, .h-section1 .button .swiper-button-next {
          width: 30px;
          height: 30px; } }
      .h-section1 .button .swiper-button-prev:after, .h-section1 .button .swiper-button-next:after {
        display: none; }
      .h-section1 .button .swiper-button-prev img, .h-section1 .button .swiper-button-next img {
        max-width: 22px;
        margin-top: 0; }
        @media (max-width: 1440px) {
          .h-section1 .button .swiper-button-prev img, .h-section1 .button .swiper-button-next img {
            margin-top: 5px;
            width: 25px; } }
        @media (max-width: 1024px) {
          .h-section1 .button .swiper-button-prev img, .h-section1 .button .swiper-button-next img {
            width: 20px; } }
    .h-section1 .button .swiper-button-prev {
      background: #fff; }
    .h-section1 .button .swiper-button-next {
      background: #D2002D; }
  .h-section1 .swiper-slide {
    height: 100vh;
    position: relative; }
    @media (max-width: 480px) {
      .h-section1 .swiper-slide {
        height: 400px; } }
    /* .h-section1 .swiper-slide.active > .img {
      display: none; } */
    /* .h-section1 .swiper-slide.active > .jpg {
      display: block; } */
    .h-section1 .swiper-slide .content {
      position: absolute;
      top: 30%;
      left: 10.2083333333%; }
      @media (max-width: 1440px) {
        .h-section1 .swiper-slide .content {
          left: 5.5555555556%;
          top: 30%; } }
      @media (max-width: 1280px) {
        .h-section1 .swiper-slide .content {
          left: 30px; } }
      @media (max-width: 480px) {
        .h-section1 .swiper-slide .content {
          left: 15px; } }
      .h-section1 .swiper-slide .content p {
        color: #FFFFFF;
        font-size: 87px;
        line-height: 1;
        letter-spacing: -8px;
        margin: 0;
        padding: 0;
        font-family: "SF-Pro-Display-Bold.otf";
        text-transform: uppercase;
        text-shadow: 0px 5px 0 rgba(0, 0, 0, 0.2);
      }
        @media (max-width: 1440px) {
          .h-section1 .swiper-slide .content p {
            font-size: 53px;
            line-height: 55px; } }
        @media (max-width: 1024px) {
          .h-section1 .swiper-slide .content p {
            font-size: 40px;
            letter-spacing: -4px;
            line-height: 1.2; } }
        @media (max-width: 768px) {
          .h-section1 .swiper-slide .content p {
            font-size: 55px;
            line-height: 1.2; }
            .h-section1 .swiper-slide .content{
              top: 30%;
            }
           }
    .h-section1 .swiper-slide .view-more {
      position: absolute;
      bottom: 37px;
      left: 10.2083333333%; }
      @media (max-width: 1440px) {
        .h-section1 .swiper-slide .view-more {
          left: 5.5555555556%; } }
      @media (max-width: 1280px) {
        .h-section1 .swiper-slide .view-more {
          left: 30px; } }
      @media (max-width: 480px) {
        .h-section1 .swiper-slide .view-more {
          left: 15px; } }
    .h-section1 .swiper-slide > img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
      /* .h-section1 .swiper-slide > img.jpg {
        display: none; } */
  .h-section1 .swiper-pagination {
    width: -webkit-max-content !important;
    width: max-content !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 45px !important; }

.h-section2 {
  padding: 80px 0 80px 10.2083333333%;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .h-section2 {
      padding: 70px 0 70px 5.5555555556%; } }
  @media (max-width: 1280px) {
    .h-section2 {
      padding: 70px 0 70px 30px; } }
  @media (max-width: 768px) {
    .h-section2 {
      padding: 60px 30px;
      flex-direction: column; } }
  @media (max-width: 480px) {
    .h-section2 {
      padding: 50px 15px; } }
  .h-section2 svg {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: -120px;
    right: 0;
    /* display: none; */
    }
    /* .h-section2 svg.active{
      display: block;
    } */
    .h-section2 svg.active g path {
      stroke-dashoffset: 0px; }
    .h-section2 svg g path {
      stroke-dasharray: 8000;
      stroke-dashoffset: 8000;
      stroke-opacity: 1;
      transition: all 25s ease;
      fill: none;
      stroke: #f5aaba; }
  .h-section2 .left {
    width: 43.4454756381%;
    padding-right: 150px;
    }
    @media (max-width: 1440px) {
      .h-section2 .left {
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .h-section2 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px; } }
    .h-section2 .left .p {
      font-size: 34px;
      letter-spacing: -2px;
      font-family: "SF-Pro-Display-Semibold.otf";
      margin: 26px 0 23px;
      color: #000000; }
      .h-section2 .left .p p{
        display: inline-block;
        width: auto;
      }
      @media (max-width: 1440px) {
        .h-section2 .left .p {
          margin: 30px 0 20px; } }
      @media (max-width: 1280px) {
        .h-section2 .left .p {
          font-size: 30px;
          margin: 15px 0 10px; } }
      @media (max-width: 768px) {
        .h-section2 .left .p {
          font-size: 25px;
          margin: 10px 0 5px; } }
    .h-section2 .left .content {
      color: #000000;
      font-family: "SF-Pro-Display-Regular.otf";
      text-align: justify;
      font-size: 17px;
      line-height: 25px; }
      @media (max-width: 1024px) {
        .h-section2 .left .content {
          font-size: 15px;
          line-height: 22px; } }
      .h-section2 .left .content strong {
        font-family: "SF-Pro-Display-Bold.otf"; }
      .h-section2 .left .content p {
        margin-top: 30px;
        line-height: 29px;
      }
        @media (max-width: 1440px) {
          .h-section2 .left .content p {
            margin-top: 15px; } }
        @media (max-width: 1024px) {
          .h-section2 .left .content p {
            margin-top: 10px; } }
    .h-section2 .left .view-more {
      margin-top: 55px; }
      @media (max-width: 1024px) {
        .h-section2 .left .view-more {
          margin-top: 15px; } }
  .h-section2 .right {
    width: 57.3529411765%;
    display: flex; }
    @media (max-width: 768px) {
      .h-section2 .right {
        width: 100%; } }
    @media (max-width: 480px) {
      ./*h-section2 .right {
        flex-direction: column;
      } */
    }
    .h-section2 .right .item {
      width: calc((100%)/3);
      height: 750px;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      @media (max-width: 1440px) {
        .h-section2 .right .item {
          height: 90%; } }
      @media (max-width: 1280px) {
        .h-section2 .right .item {
          height: 90%; } }
      @media (max-width: 1024px) {
        .h-section2 .right .item {
          height: 90%; } }
      @media (max-width: 480px) {
        .h-section2 .right .item p{
          font-size: 12px !important;
          line-height: 1.2 !important;
        }
        .h-section2 .right .item {
          width: 33.333%;
          height: 90%;
          margin-bottom: 20px; } }
      @media (min-width: 769px) {
        .h-section2 .right .item:hover::before {
          /*opacity: 0;*/
          bottom: -50%;
          }
        .h-section2 .right .item:hover:after {
          bottom: 0; }
        .h-section2 .right .item:hover p {
          padding-left: 13px; }
          .h-section2 .right .item:hover p:after {
            opacity: 1; }
        .h-section2 .right .item:hover img {
          transform: scale(1.15) } }
      .h-section2 .right .item:nth-child(2) p {
        padding-bottom: 55px; }
        .h-section2 .right .item.vi p{
          padding-bottom: 15px !important;
        }
        @media (max-width: 1440px) {
          .h-section2 .right .item:nth-child(2) p {
            padding-bottom: 45px; } }
        @media (max-width: 1280px) {
          .h-section2 .right .item:nth-child(2) p {
            padding-bottom: 30px; } }
            /* @media (max-width: 1024px) {
              .h-section2 .right .item:nth-child(2) p {
                padding-bottom: 5px; } } */
        @media (max-width: 768px) {
          .h-section2 .right .item {
              height: 50vh;
          }
          .h-section2 .right .item:nth-child(2) p {
            padding-bottom: 5px; } }
      .h-section2 .right .item:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50%;
        background: linear-gradient(1turn, #ed0033 -4.09%, rgba(255, 255, 255, 0) 41.75%);
        transition: all 1s ease;
        z-index: 0;
        height: 50%;
        width: 100%; }
      .h-section2 .right .item::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0%;
        background: linear-gradient(1turn, rgba(0, 0, 0, 0.94902) -4.09%, rgba(255, 255, 255, 0) 41.75%);
        z-index: 0;
        height: 50%;
        width: 100%;
        transition: all 1s ease;
        opacity: 1; }
      .h-section2 .right .item p {
        position: absolute;
        padding-bottom: 5px;
        left: 25px;
        bottom: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 40px;
        font-family: "SF-Pro-Display-Bold.otf";
        line-height: 40px;
        transition: all .5s ease;
        z-index: 1;
        margin: 0;
        padding-bottom: 15px; }
        @media (max-width: 1440px) {
          .h-section2 .right .item p {
            font-size: 30px;
            line-height: 32px;
            left: 10px;
            padding-bottom: 10px; } }
        @media (max-width: 1280px) {
          .h-section2 .right .item p {
            font-size: 25px;
            line-height: 30px;
            padding-bottom: 5px; } }
        @media (max-width: 1024px) {
          .h-section2 .right .item p {
            font-size: 25px;
            line-height: 25px;
            /*padding-bottom: 0; */
          } }
          @media (max-width: 768px) {
            .h-section2 .right .item p {
              font-size: 20px;
              line-height: 1;
              /*padding-bottom: 0; */
            } }
        .h-section2 .right .item p:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 3px;
          height: 93%;
          background: #fff;
          transition: all .5s ease;
          opacity: 0; }
      .h-section2 .right .item img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: fill;
        transition: all .5s ease; }

.h-section3 {
  padding-top: 45px; }
  .h-section3 .title-def {
    margin-left: 10.2083333333%;
    margin-bottom: 30px; }
    @media (max-width: 1440px) {
      .h-section3 .title-def {
        margin-left: 5.5555555556%; } }
    @media (max-width: 1280px) {
      .h-section3 .title-def {
        margin-left: 30px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .h-section3 .title-def {
        margin-left: 15px; } }

.h-section3 .item {
  overflow: hidden;
  transition: .5s all ease-in-out;
  flex: 1.5; }
  @media (max-width: 768px) {
    .h-section3 .item {
      width: 50%;
      flex: unset; } }
  @media (max-width: 480px) {
    .h-section3 .item {
      width: 100%; } }

.h-section3 .item.hover {
  flex: 3; }
  @media (max-width: 768px) {
    .h-section3 .item.hover {
      flex: unset !important; } }

.h-section3 .item .inner {
  position: relative;
  height: 80vh;
  background-color: #000000; }
  @media (max-width: 1280px) {
    .h-section3 .item .inner {
      height: 75vh; } }
  @media (max-width: 768px) {
    .h-section3 .item .inner {
      height: 400px; } }

.h-section3 .item.hover .inner::before {
  width: 40%; }

.h-section3 .item {
  overflow: hidden; }
  .h-section3 .item.hover .link_project > img {
    display: none; }
    @media (max-width: 768px) {
      .h-section3 .item.hover .link_project > img {
        display: block; } }
    .h-section3 .item.hover .link_project > img.done {
      display: block; }
      @media (max-width: 768px) {
        /*.h-section3 .item.hover .link_project > img.done {
          display: none; }*/
           }
  .h-section3 .item.hover .link_project:after {
    opacity: 0; }
  .h-section3 .item.hover .content {
    opacity: 0; }
  .h-section3 .item.hover .content_abs {
    opacity: 1;
    bottom: 0; }

    .h-section3 .item.hover .content_abs .bottom .left strong {

      transform: translateX(0px); }
      .h-section3 .item.hover .content_abs .bottom .left strong.vi{
        font-size: 40px;
      }
    .h-section3 .item.hover .content_abs .bottom .right .view-more {
      transform: translateX(0px); }

.link_project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }
  .link_project::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.94902) -4.09%, rgba(255, 255, 255, 0) 41.75%);
    transition: all .5s ease;
    z-index: 1; }
  .link_project > img {
    transition: all .5s ease; }
    /*.link_project > img.done {
      display: none; }*/
  .link_project > .img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .link_project .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 20px;
    bottom: 59px;
    z-index: 2; }
    @media (max-width: 1280px) {
      .link_project .content {
        left: 15px;
        bottom: 40px; } }
    @media (max-width: 768px) {
      .link_project .content {
        display: none; } }
    .link_project .content .icon {
      width: 60px;
      height: 60px; }
      @media (max-width: 768px) {
        .link_project .content .icon {
          width: 40px;
          height: 40px; } }
      .link_project .content .icon img {
        max-height: 100%;
        width: 100%;
        height: 100%; }
    .link_project .content strong {
      font-size: 130px;
      font-family: "SF-Pro-Display-Bold.otf";
      color: #FFF;
      line-height: 135px; }
      @media (max-width: 1440px) {
        .link_project .content strong {
          font-size: 90px;
          line-height: 100px; } }
      @media (max-width: 1280px) {
        .link_project .content strong {
          font-size: 70px;
          line-height: 80px; } }
      @media (max-width: 1024px) {
        .link_project .content strong {
          font-size: 50px;
          line-height: 65px; } }
    .link_project .content p {
      color: #FFF;
      text-transform: uppercase;
      line-height: 35px;
      font-size: 30px;
      font-family: "SF-Pro-Display-Bold.otf"; }
      @media (max-width: 1440px) {
        .link_project .content p {
          font-size: 20px;
          line-height: 22px; } }
      @media (max-width: 1280px) {
        .link_project .content p {
          font-size: 15px; } }
  .link_project .content_abs {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: -100%;
    width: 100%;
    opacity: 0;
    transition: all 1s ease;
    padding-left: 22.5px;
    height: -webkit-max-content;
    height: max-content;
    justify-content: flex-end;
    z-index: 2; }

    .link_project .content_abs:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 00%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background: url("../img/after3.png");
      transition: all .5s ease;
      z-index: -1;
      height: 100%;
      width: 105%; }
    .link_project .content_abs .icon {
      width: 60px;
      margin-bottom: 13px;
      height: 60px; }
      @media (max-width: 768px) {
        .link_project .content_abs .icon {
          width: 40px;
          height: 40px; } }
      .link_project .content_abs .icon img {
        max-height: 100%;
        width: 100%;
        height: 100%; }
    .link_project .content_abs .bottom {
      display: flex; }
      @media (max-width: 768px) {
        .link_project .content_abs .bottom {
          flex-direction: column; } }
      .link_project .content_abs .bottom .left {
        width: calc(100% - 212px);
        padding-right: 27px;
        padding-left: 15px;
        border-left: #FFF solid 3px;
        padding-bottom: 35px; }
        @media (max-width: 1024px) {
          .link_project .content_abs .bottom .left {
            padding-right: 15px;
            padding-left: 9px;
            padding-bottom: 30px; } }
        @media (max-width: 768px) {
          .link_project .content_abs .bottom .left {
            width: 100%;
            padding-bottom: 0;
            margin-bottom: 15px; } }
        .link_project .content_abs .bottom .left strong {
          font-size: 48px;
          font-family: "SF-Pro-Display-Bold.otf";
          color: #FFF;
          line-height: 45px;
          text-transform: uppercase;
          margin-bottom: 15px;
          margin-top: 0;
          display: block;
          transform: translateX(-1000px);
          transition: all 1.5s ease; }
          @media (max-width: 1440px) {
            .link_project .content_abs .bottom .left strong,
            .h-section3 .item.hover .content_abs .bottom .left strong.vi {
              font-size: 33px;
              line-height: 40px; } }
          @media (max-width: 1366px) {
            .link_project .content_abs .bottom .left strong,
            .h-section3 .item.hover .content_abs .bottom .left strong.vi {
              font-size: 30px;
              margin-bottom: 10px;
              line-height: 30px; } }
          @media (max-width: 1024px) {
            .link_project .content_abs .bottom .left strong,
            .h-section3 .item.hover .content_abs .bottom .left strong.vi {
              font-size: 23px;
              line-height: 25px; }
              .content_image{
                width: 100%;
              }
             }
          @media (max-width: 768px) {
            .link_project .content_abs .bottom .left strong,
            .h-section3 .item.hover .content_abs .bottom .left strong.vi {
              font-size: 20px;
              margin-bottom: 0px; } }
        .link_project .content_abs .bottom .left p {
          font-size: 17px;
          font-family: "SF-Pro-Display-Regular.otf";
          color: #FFF;
          line-height: 25px;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          margin: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
          @media (max-width: 1440px) {
            .link_project .content_abs .bottom .left p {
              font-size: 16px;
              line-height: 22px;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 3;
              display: -webkit-box;
              margin: 0;
              -webkit-box-orient: vertical; } }
          @media (max-width: 1024px) {
            .link_project .content_abs .bottom .left p {
              font-size: 15px; } }
      .link_project .content_abs .bottom .right {
        display: flex;
        align-items: flex-end;
        padding-bottom: 40px;
        margin-top: 65px;
        width: 212px;
        padding-left: 20px; }
        @media (max-width: 768px) {
          .link_project .content_abs .bottom .right {
            padding-left: 9px;
            padding-bottom: 20px;
            margin-top: 15px;
            width: 100%; } }
        .link_project .content_abs .bottom .right .view-more {
          border: #ffffff96 solid 0.5px;
          transform: translateX(1000px);
          transition: all 1.5s ease; }

.h-section3 .item.hover .inner::after {
  opacity: 1; }

.h-section3 img.img-background {
  transition: 1s all ease-in-out;
  opacity: 0.8;
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;

  height: 100%; }

.h-section3 .item.hover img.img-background {
  transform: scale(1.07); }
  @media (min-width: 1921px) {
    .h-section3 .item.hover img.img-background {
      transform: scale(1.57); } }

.h-section3 img.img-logo {
  position: absolute;
  bottom: 160px;
  z-index: 10;
  left: 145px;
  transition: var(--transition);
  opacity: 0; }

.h-section3 .item.hover img.img-logo {
  opacity: 1; }

.h-section3 .display-flex {
  display: flex;
  flex-wrap: wrap; }
.h-section3 .display-flex .item.hover{
  flex: 3;
}
.h-section4 {
  padding: 30px 10.2083333333% 40px;
  position: relative;
  z-index: 0; }
  @media (max-width: 1440px) {
    .h-section4 {
      padding: 30px 5.5555555556% 80px; } }
  @media (max-width: 1280px) {
    .h-section4 {
      padding: 36px 30px 80px; } }
  @media (max-width: 480px) {
    .h-section4 {
      padding: 30px 15px 50px; } }
  .h-section4 > img {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
    left: 0; }
  .h-section4 .title-def {
    margin-bottom: 0; }
  .h-section4 .p {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: "SF-Pro-Display-Semibold.otf";
    color: #000000;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .h-section4 .p {
        font-size: 15px; } }
    .h-section4 .p img {
      margin-left: 5px; }
      .h-section4 .item.hover1{
        margin-top: 27px;
      }
  .h-section4 .item {
    display: flex;
    height:355px;
    margin-bottom: 20px; }
    @media (max-width: 1440px) {
      .h-section4 .item {
        height: 290px; } }
    @media (max-width: 1024px) {
      .h-section4 .item {
        height: 280px; } }
    @media (max-width: 480px) {
      .h-section4 .item {
        flex-direction: column;
        height: auto; } }

@media (min-width: 769px) and (min-width: 769px) {
  .h-section4 .item.item2 .child:nth-child(2):hover .p {
    opacity: 0; } }

@media (min-width: 769px) and (min-width: 769px) {
  .h-section4 .item.item2 .child:nth-child(2):hover .content_abs {
    bottom: 0%;
    opacity: 1; }
    .h-section4 .item.item2 .child:nth-child(2):hover .content_abs .bottom .left .pp {
      transform: translateX(0px); }
    .h-section4 .item.item2 .child:nth-child(2):hover .content_abs .bottom .right .view-more {
      transform: translateX(0px); } }

@media (min-width: 769px) and (min-width: 769px) {
  .h-section4 .item.item2 .child:nth-child(2):hover .content:after {
    opacity: 0; } }
    @media (min-width: 769px) {
      .h-section4 .item.item2 .child:nth-child(2) .p {
        opacity: 1; } }
    @media (min-width: 769px) {
      .h-section4 .item.item2 .child:nth-child(2) .content_abs {
        bottom: -100%;
        opacity: 0; } }
    @media (min-width: 769px) {
      .h-section4 .item.item2 .child:nth-child(2) .content_abs .bottom .left .pp {
        transform: translateX(-1000px); } }
    @media (min-width: 769px) {
      .h-section4 .item.item2 .child:nth-child(2) .content_abs .bottom .right .view-more {
        transform: translateX(1000px); } }
    @media (min-width: 769px) {
      .h-section4 .item.item2 .child:nth-child(2) .content:after {
        opacity: 1; } }
    .h-section4 .item .child {
      width: 32.4607329843%;
      height: 100%;
      transition: all .5s ease; }
      @media (max-width: 768px) {
        .h-section4 .item .child {
          width: calc((100% - 10px)/2);
          margin-right: 0; } }
      @media (max-width: 480px) {
        .h-section4 .item .child {
          width: 100%;
          height: 300px; } }
      .h-section4 .item .child.hover22 .content_abs {
        opacity: 0      !important;
        bottom: -100%    !important; }
        .h-section4 .item .child.hover22 .content_abs .bottom .left .pp {
          transform: translateX(-1000px) !important; }
        .h-section4 .item .child.hover22 .content_abs .bottom .right .view-more {
          transform: translateX(1000px) !important; }
      .h-section4 .item .child.hover22 .p {
        opacity: 1 !important; }
      .h-section4 .item .child.hover22 .content::after {
        opacity: 1 !important; }
      .h-section4 .item .child .content {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .h-section4 .item .child .content::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 50%;
          bottom: 0;
          left: 0;
          right: 0;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          background: url("../img/after4.png");
          transition: all .5s ease;
          z-index: 1; }
      .h-section4 .item .child.hover {
        width: 66.2303664921%; }
        @media (max-width: 768px) {
          .h-section4 .item .child.hover {
            width: calc((100% - 10px)/2); } }
        @media (max-width: 480px) {
          .h-section4 .item .child.hover {
            width: 100%; } }
        .h-section4 .item .child.hover .content_abs {
          opacity: 1;
          bottom: 0; }
          .h-section4 .item .child.hover .content_abs .bottom .left .pp {
            transform: translateX(0px); }
          .h-section4 .item .child.hover .content_abs .bottom .right .view-more {
            transform: translateX(0px); }
        .h-section4 .item .child.hover .p {
          opacity: 0; }
        .h-section4 .item .child.hover .content::after {
          opacity: 0; }
      .h-section4 .item .child:nth-child(1) {
        margin-right: 1.3089005236%; }
        @media (max-width: 768px) {
          .h-section4 .item .child:nth-child(1) {
            margin-right: 10px; } }
        @media (max-width: 480px) {
          .h-section4 .item .child:nth-child(1) {
            margin-right: 0;
            margin-bottom: 10px; } }
      .h-section4 .item .child .content {
        width: 100%;
        height: 100%; }
        .h-section4 .item .child .content > img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          transition: all .5s ease; }
      .h-section4 .item .child .p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 23px;
        padding-bottom: 22px;
        color: #fff;
        font-size: 30px;
        line-height: 35px;
        text-transform: uppercase;
        font-family: "SF-Pro-Display-Bold.otf";
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 2;
        transition: all .5s ease; }
        @media (max-width: 1440px) {
          .h-section4 .item .child .p {
            font-size: 20px;
            line-height: 26px; } }
        @media (max-width: 1024px) {
          .h-section4 .item .child .p {
            padding-left: 15px;
            padding-bottom: 15px;
            font-size: 18px;
            line-height: 25px; } }
        .h-section4 .item .child .p span {
          text-transform: inherit;
          font-size: 18px;
          line-height: 25px;
          font-family: "SF-Pro-Display-Regular.otf"; }
          @media (max-width: 1440px) {
            .h-section4 .item .child .p span {
              font-size: 16px; } }
          @media (max-width: 1024px) {
            .h-section4 .item .child .p span {
              font-size: 15px; } }
      .h-section4 .item .child .content_abs {
        position: absolute;
        display: flex;
        flex-direction: column;
        left: 0;
        bottom: -100%;
        width: 100%;
        opacity: 0;
        transition: all 1s ease;
        padding-left: 22.5px;
        height: -webkit-max-content;
        height: max-content;
        justify-content: flex-end;
        z-index: 2; }
        @media (min-width: 1921px) {
          .h-section4 .item .child .content_abs {
            width: 100% } }
        @media (max-width: 1440px) {
          .h-section4 .item .child .content_abs {
          width: 100%; } }
        @media (max-width: 1366px) {
          .h-section4 .item .child .content_abs {
            width: 100%; } }
        @media (max-width: 1024px) {
          .h-section4 .item .child .content_abs {
            width: 100%; } }
        @media (max-width: 768px) {
          .h-section4 .item .child .content_abs {
            width: 100%;
            padding-left: 10px; } }
        .h-section4 .item .child .content_abs:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 00%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          background: linear-gradient(1turn, #ed0033db 26.91%, rgba(255, 255, 255, 0) 91.75%);
          transition: all .5s ease;
          z-index: -1;
          height: 100%;
          width: 105%; }
        .h-section4 .item .child .content_abs .bottom {
          display: flex; }
          @media (max-width: 768px) {
            .h-section4 .item .child .content_abs .bottom {
              flex-direction: column; } }
          .h-section4 .item .child .content_abs .bottom .left {
            width: calc(100% - 212px);
            padding-right: 27px;
            padding-left: 15px;
            border-left: #FFF solid 3px;
            padding-bottom: 33px; }
            @media (max-width: 1024px) {
              .h-section4 .item .child .content_abs .bottom .left {
                padding-right: 15px;
                padding-left: 9px;
                padding-bottom: 30px; } }
            @media (max-width: 768px) {
              .h-section4 .item .child .content_abs .bottom .left {
                width: 100%;
                padding-bottom: 0;
                margin-bottom: 15px; } }
            .h-section4 .item .child .content_abs .bottom .left .pp {
              color: #fff;
              font-size: 30px;
              line-height: 35px;
              text-transform: uppercase;
              font-family: "SF-Pro-Display-Bold.otf";
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              z-index: 2;
              margin-bottom: 10px;
              transform: translateX(-1000px);
              transition: all 1.5s ease; }
              @media (max-width: 1440px) {
                .h-section4 .item .child .content_abs .bottom .left .pp {
                  font-size: 20px;
                  line-height: 26px; } }
              @media (max-width: 1024px) {
                .h-section4 .item .child .content_abs .bottom .left .pp {
                  font-size: 18px;
                  line-height: 25px;
                  margin-bottom: 5px; } }
              @media (max-width: 768px) {
                .h-section4 .item .child .content_abs .bottom .left .pp {
                  margin-bottom: 0; } }
              .h-section4 .item .child .content_abs .bottom .left .pp span {
                text-transform: inherit;
                font-size: 18px;
                line-height: 25px;
                font-family: "SF-Pro-Display-Regular.otf"; }
                @media (max-width: 1440px) {
                  .h-section4 .item .child .content_abs .bottom .left .pp span {
                    font-size: 16px; } }
                @media (max-width: 1024px) {
                  .h-section4 .item .child .content_abs .bottom .left .pp span {
                    font-size: 15px; } }
                    @media (max-width: 420px) {
                      .h-section4 .item .child .content_abs .bottom .left .pp {
                          font-size: 16px;
                        }
                      }
            .h-section4 .item .child .content_abs .bottom .left p {
              font-size: 17px;
              font-family: "SF-Pro-Display-Regular.otf";
              color: #FFF;
              line-height: 25px;
              overflow: hidden;
              text-overflow: ellipsis;
              margin: 0;
              -webkit-line-clamp: 2;
              display: -webkit-box;
              -webkit-box-orient: vertical; }
              @media (max-width: 1440px) {
                .h-section4 .item .child .content_abs .bottom .left p {
                  font-size: 16px;
                  line-height: 22px; } }
              @media (max-width: 1024px) {
                .h-section4 .item .child .content_abs .bottom .left p {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                .h-section4 .item .child .content_abs .bottom .left p {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  -webkit-line-clamp: 2;
                  display: -webkit-box;
                  -webkit-box-orient: vertical; } }
          .h-section4 .item .child .content_abs .bottom .right {
            display: flex;
            align-items: flex-end;
            padding-bottom: 37px;
            width: 212px;
            padding-left: 50px; }
            @media (max-width: 768px) {
              .h-section4 .item .child .content_abs .bottom .right {
                width: 100%;
                padding-left: 9px;
                padding-bottom: 20px; } }
            .h-section4 .item .child .content_abs .bottom .right .view-more {
              border: #ffffff96 solid 0.5px;
              transform: translateX(1000px);
              transition: all 1.5s ease; }

.h-section5 {
  padding: 75px 10.2083333333% 0px;
  position: relative;
  background: #fff;
}
.h-section5 .bottom{
  position: relative;
  z-index: 1;
}
.h-section5 .title-def{
  margin-bottom: 0
}
  @media (max-width: 1440px) {
    .h-section5 {
      padding: 60px 5.5555555556% 50px; } }
  @media (max-width: 1280px) {
    .h-section5 {
      padding: 50px 30px 60px; } }
  @media (max-width: 1280px) {
    .h-section5 {
      padding: 50px 30px 60px; } }
  @media (max-width: 768px) {
    .h-section5 {
      padding: 60px 30px; } }
  @media (max-width: 480px) {
    .h-section5 {
      padding: 50px 15px 30px; } }
  .h-section5 .decor_ss5 {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: block;
    top: 0;
    left: 0; }
  .h-section5 .top {
    display: flex;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      .h-section5 .top {
        flex-direction: column; } }
    .h-section5 .top .left {
      width: 49.3455497382%; }
      @media (max-width: 768px) {
        .h-section5 .top .left {
          width: 100%;
          margin-bottom: 30px; } }
      .h-section5 .top .left .p {
        display: flex;
        align-items: center;
        font-size: 19px;
        font-family: "SF-Pro-Display-Semibold.otf";
        color: #000000; }
        @media (max-width: 1024px) {
          .h-section5 .top .left .p {
            font-size: 15px; } }
        .h-section5 .top .left .p img {
          margin-left: 5px; }
    .h-section5 .top .right {
      width: 50.6544502618%;
      display: flex;
      justify-content: space-between;
      height: -webkit-max-content;
      height: max-content;
      position: relative;
      margin-top: 12px;
      margin-left: 40px; }
      @media (max-width: 1440px) {
        .h-section5 .top .right {
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .h-section5 .top .right {
          width: 100%;
          margin-top: 0;
          margin-left: 0px; } }
      .h-section5 .top .right:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #747474;
        z-index:1; }
        @media (max-width: 1024px) {
          .h-section5 .top .right:after {
            bottom: -0.5px; } }
        @media (max-width: 768px) {
          .h-section5 .top .right:after {
            bottom: 0.5px; } }
        @media (max-width: 480px) {
          .h-section5 .top .right:after {
            display: none;
          }
            .h-section5 .top .right {
                  width: 100%;
                  margin-top: 0;
                  margin-left: 0px;
                  flex-wrap: wrap;
                  justify-content: center;
              }
              .h-section5 .top .right a.is-active, .h-section5 .top .right a:hover {
                  color: #D3002D;
                  border-bottom: #D3002D solid 1px;
              }
          }
      .h-section5 .top .right a {
        font-size: 17px;
        color: #747474;
        line-height: 25px;
        font-family: "SF-Pro-Display-Regular.otf";
        height: -webkit-max-content;
        height: max-content;
        padding-bottom: 16px;
        transition: all .5s ease;
        border-bottom: transparent solid 4px; }
        @media (max-width: 1024px) {
          .h-section5 .top .right a {
            font-size: 15px; } }
        @media (max-width: 480px) {
          .h-section5 .top .right a {
            font-size: 14px;
            line-height: 18px;
            text-align: center;
                border: 1px solid var(--color2);
    font-size: 14px;
    padding: 7px 15px;
    margin: 5px;
          } }
        .h-section5 .top .right a.is-active,.h-section5 .top .right a:hover {
          color: #D3002D;
          border-bottom: #D3002D solid 4px;
        }
  .h-section5 .bottom .content {
    display: flex; }
    @media (max-width: 768px) {
      .h-section5 .bottom .content {
        flex-direction: column; } }
    .h-section5 .bottom .content .left {
      width: 49.3455497382%;
      overflow: hidden; }
      @media (max-width: 768px) {
        .h-section5 .bottom .content .left {
          width: 100%;
          height: auto !important;
          margin-bottom: 20px; } }
      @media (min-width: 769px) {
        .h-section5 .bottom .content .left:hover img {
          transform: scale(1.1); } }
      .h-section5 .bottom .content .left img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: all .5s ease;
        height: 100%; }
        @media (max-width: 768px) {
          .h-section5 .bottom .content .left img {
            width: 50%;
            margin: 0 auto;
            height: auto; } }
        @media (max-width: 480px) {
          .h-section5 .bottom .content .left img {
            width: 100%; } }
    .h-section5 .bottom .content .right {
      width: 50.6544502618%;
      padding-left: 22px;
      height: -webkit-max-content;
      height: max-content; }
      @media (max-width: 768px) {
        .h-section5 .bottom .content .right {
          width: 100%;
          padding-left: 0; } }
      .h-section5 .bottom .content .right .title {
        color: #000000;
        line-height: 37px;
        font-size: 34px;
        margin-bottom: 12px;
        font-family: "SF-Pro-Display-Semibold.otf"; }
        @media (max-width: 1440px) {
          .h-section5 .bottom .content .right .title {
            font-size: 25px; } }
        @media (max-width: 1024px) {
          .h-section5 .bottom .content .right .title {
            font-size: 20px;
            line-height: 25px; } }
      .h-section5 .bottom .content .right span {
        font-size: 15px;
        line-height: 17px;
        text-transform: uppercase;
        color: #444444;
        font-family: "SF-Pro-Display-Regular.otf";
        margin-bottom: 40px;
        display: block; }
        @media (max-width: 1440px) {
          .h-section5 .bottom .content .right span {
            margin-bottom: 5px;
            font-size: 15px; } }
        @media (max-width: 1024px) {
          .h-section5 .bottom .content .right span {
            margin-bottom: 0; } }
      .h-section5 .bottom .content .right .desc {
        font-size: 17px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 30px;
        font-family: "SF-Pro-Display-Regular.otf"; }
        @media (max-width: 1440px) {
          .h-section5 .bottom .content .right .desc {
            margin-bottom: 15px; } }
        @media (max-width: 1024px) {
          .h-section5 .bottom .content .right .desc {
            font-size: 15px;
            line-height: 22px; } }
        .h-section5 .bottom .content .right .desc p {
          text-align: justify;
          margin-bottom: 30px; }
          @media (max-width: 1440px) {
            .h-section5 .bottom .content .right .desc p {
              margin-bottom: 20px; } }
          @media (max-width: 1024px) {
            .h-section5 .bottom .content .right .desc p {
              margin-bottom: 5px; } }
          .h-section5 .bottom .content .right .desc p:last-child {
            margin-bottom: 0; }
      .h-section5 .bottom .content .right .view-more {
        margin-bottom: 25px; }
        @media (max-width: 1440px) {
          .h-section5 .bottom .content .right .view-more {
            margin-bottom: 20px; } }
        @media (max-width: 1024px) {
          .h-section5 .bottom .content .right .view-more {
            margin-bottom: 15px; } }
      .h-section5 .bottom .content .right .list {
        position: relative;
        z-index: 2;
        display: flex; }
        @media (max-width: 480px) {
          .h-section5 .bottom .content .right .list {
            flex-direction: column; } }
        .h-section5 .bottom .content .right .list a {
          width: calc((100% -40px)/3);
          margin-right: 20px; }
          @media (max-width: 1024px) {
            .h-section5 .bottom .content .right .list a {
              width: calc((100% -20px)/3);
              margin-right: 10px; } }
          @media (max-width: 480px) {
            .h-section5 .bottom .content .right .list a {
              width: 100%;
              margin-bottom: 15px;
              margin-right: 0; } }
          .h-section5 .bottom .content .right .list a:last-child {
            margin-right: 0; }
          @media (min-width: 769px) {
            .h-section5 .bottom .content .right .list a:hover .img img {
              transform: scale(1.15) }
            .h-section5 .bottom .content .right .list a:hover .title2 {
              color: #d3002d; } }
          .h-section5 .bottom .content .right .list a .img {
            width: 100%;
            overflow: hidden;
            height: 200px;
            margin-bottom: 15px; }
            @media (max-width: 1440px) {
              .h-section5 .bottom .content .right .list a .img {
                height: 200px; } }
            @media (max-width: 480px) {
              .h-section5 .bottom .content .right .list a .img {
                height: auto;
                margin-bottom: 5px;
                height: 200px; } }
            .h-section5 .bottom .content .right .list a .img img {
              width: 100%;
              height: 100%;
              display: block;
              object-fit: cover;
              transition: all .5s ease; }
          .h-section5 .bottom .content .right .list a .title2 {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp:2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            font-size: 15px;
            line-height:18px;
            color: #000000;
            font-family: "SF-Pro-Display-Bold.otf";
            transition: all .5s ease; }

.h-section6 {
  padding:60px 10.2083333333% 70px;
  position: relative; }
  @media (max-width: 1440px) {
    .h-section6 {
      padding: 30px 5.5555555556% 80px; } }
  @media (max-width: 1280px) {
    .h-section6 {
      padding: 0px 30px 80px; } }
  @media (max-width: 768px) {
    .h-section6 {
      padding: 0px 30px 60px; } }
  @media (max-width: 480px) {
    .h-section6 {
      padding: 0px 15px 50px; } }
  .h-section6 .decor_ss6 {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0; }
  .h-section6 .title-def {
    margin-bottom: 25px;
     position: relative;
        z-index: 1; }

    .h-section6 .list{
      position: relative;
        z-index: 1;
    }
    @media (max-width: 1440px) {
      .h-section6 .title-def {

        margin-bottom: 25px; } }
    @media (max-width: 768px) {
      .h-section6 .title-def {
        margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .h-section6 .list {
      width: 100%;
      overflow-x: scroll; } }
  .h-section6 .list .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 1440px) {
      .h-section6 .list .item {
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      .h-section6 .list .item {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .h-section6 .list .item {
        width: 600px;
        padding: 5px 5px; } }
    .h-section6 .list .item:last-child {
      margin-bottom: 0; }
    .h-section6 .list .item .child {
      height: 140px;
      background: #FFFFFF;
      display: flex;
      align-items: center;
      padding-left: 14px;
      box-shadow: 0 0px 10px rgba(9, 9, 9, 0.2); }
      @media (max-width: 1440px) {
        .h-section6 .list .item .child {
          height:150px; } }
      @media (max-width: 1024px) {
        .h-section6 .list .item .child {
          height: 150px; } }
      @media (max-width: 768px) {
        .h-section6 .list .item .child {
          height: 150px; } }
      .h-section6 .list .item .child:nth-child(1) {
        flex-wrap: wrap;
        width: 24.0183246073%;
        margin-right: 1.3089005236%; }
        @media (max-width: 768px) {
          .h-section6 .list .item .child:nth-child(1) {
            justify-content: center;
            padding: 0 5px;
            flex-direction: column; } }
        .h-section6 .list .item .child:nth-child(1) .icon {
          width: 80px;
          height: 80px;
          display: flex;
          align-items: center;
          margin: 0 auto;
          justify-content: center; }
          @media (max-width: 1440px) {
            .h-section6 .list .item .child:nth-child(1) .icon {
              width: 60px;
              height: 60px; }
              .h-section6 .list .item .child:nth-child(1) .exp {
                padding-left: 15px;
                width: calc(100% - (60px) );
              }
             }
          @media (max-width: 1024px) {
            .h-section6 .list .item .child:nth-child(1) .icon {
              width: 50px;
              height: 50px; } }
          .h-section6 .list .item .child:nth-child(1) .icon img {
            max-height: 100%; }
        .h-section6 .list .item .child:nth-child(1) .exp {
          padding-left: 15px;
          width: calc(100% - (80px) );
        }
          @media (max-width: 1024px) {
            .h-section6 .list .item .child:nth-child(1) .exp {
              width: 100%;
              padding-left: 0px;
              padding-left: 10px; }
              .h-section6 .list .item .child:nth-child(1){
                justify-content: center;
              }
            }
          @media (max-width: 768px) {
            .h-section6 .list .item .child:nth-child(1) .exp {
              padding-left: 0px;
              width: 100%;
             }

             }
          .h-section6 .list .item .child:nth-child(1) .exp p {
            color: #000000;
            line-height: 26px;
            margin: 0;
            font-size: 17px; }
            @media (max-width: 1024px) {
              .h-section6 .list .item .child:nth-child(1) .exp p {
                font-size: 15px;
                line-height: 25px; } }
            @media (max-width: 768px) {
              .h-section6 .list .item .child:nth-child(1) .exp p {
                font-size: 14px; } }
            @media (max-width: 480px) {
              .h-section6 .list .item .child:nth-child(1) .exp p {
                line-height: 21px;
                text-align: center; } }
            .h-section6 .list .item .child:nth-child(1) .exp p:nth-child(1) {
              font-family: "SF-Pro-Display-Regular.otf"; }
            .h-section6 .list .item .child:nth-child(1) .exp p:nth-child(2) {
              font-family: "SF-Pro-Display-Bold.otf";
              text-transform: uppercase; }
      .h-section6 .list .item .child:nth-child(2) {
        width: 54.5157068063%;
        margin-right: 1.3089005236%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        @media (max-width: 480px) {
          .h-section6 .list .item .child:nth-child(2) {
            width: 49.515707%; } }
        .h-section6 .list .item .child:nth-child(2) p {
          line-height: 25px;
          font-family: "SF-Pro-Display-Regular.otf";
          color: #000000;
          margin: 0;
          font-size: 17px; }
          @media (max-width: 1024px) {
            .h-section6 .list .item .child:nth-child(2) p {
              font-size: 15px;
              line-height: 25px; } }
      .h-section6 .list .item .child:nth-child(3) {
        width: 18.8481675393%;
        justify-content: center;
        padding-left: 0; }
        @media (max-width: 480px) {
          .h-section6 .list .item .child:nth-child(3) {
            width: 22.848168%; } }
  @media (max-width: 480px) {
    .h-section6 .list::-webkit-scrollbar {
      height: 5px;
      /* width of the entire scrollbar */ }
    .h-section6 .list::-webkit-scrollbar-track {
      background: #d3002d;
      /* color of the tracking area */ }
    .h-section6 .list::-webkit-scrollbar-thumb {
      background: #FFF;
      /* color of the scroll thumb */
      border-radius: 10px;
      /* roundness of the scroll thumb */ } }
  .h-section6 > .view-more {
    margin-top: 30px; }
    @media (max-width: 1440px) {
      .h-section6 > .view-more {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .h-section6 > .view-more {
        margin-top: 20px; } }

.h-section7 {
  padding: 0 10.2083333333% 160px; }
  @media (max-width: 1440px) {
    .h-section7 {
      padding: 0px 5.5555555556% 90px; } }
  @media (max-width: 1280px) {
    .h-section7 {
      padding: 0px 30px 60px; } }
  @media (max-width: 480px) {
    .h-section7 {
      padding: 0px 15px 50px; } }
  .h-section7 .title-def {
    margin-bottom: 37px; }
    @media (max-width: 1440px) {
      .h-section7 .title-def {
        margin-bottom: 30px; } }
    @media (max-width: 1280px) {
      .h-section7 .title-def {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .h-section7 .title-def {
        margin-bottom: 20px; } }
  .h-section7 .content {
    padding: 60px 7.1335078534% 65px; }
    @media (max-width: 1440px) {
      .h-section7 .content {
        padding: 40px 7.1335078534% 50px; } }
    @media (max-width: 1024px) {
      .h-section7 .content {
        padding: 30px 60px 40px; } }
    @media (max-width: 768px) {
      .h-section7 .content {
        padding: 20px 30px 30px; } }
    @media (max-width: 480px) {
      .h-section7 .content {
        padding: 20px 15px 30px; } }
    .h-section7 .content ._form_contact {
      width: 100%; }
      .h-section7 .content ._form_contact > .p {
        font-size: 48px;
        text-transform: uppercase;
        line-height: 64px;
        margin: 0;
        color: #D3002D;
        font-family: "SF-Pro-Display-Bold.otf";
        text-align: center; }
        @media (max-width: 1280px) {
          .h-section7 .content ._form_contact > .p {
            font-size: 35px;
            line-height: 50px; } }
        @media (max-width: 1024px) {
          .h-section7 .content ._form_contact > .p {
            font-size: 25px;
            line-height: 40px; } }
        @media (max-width: 480px) {
          .h-section7 .content ._form_contact > .p {
            font-size: 22px; } }
      .h-section7 .content ._form_contact > span {
        display: block;
        margin: 10px auto 14px;
        width: 72px;
        height: 3px;
        text-align: center;
        background: #D3002D; }
        @media (max-width: 1280px) {
          .h-section7 .content ._form_contact > span {
            margin: 0px auto 6px; } }
      .h-section7 .content ._form_contact > .pp {
        color: #000000;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 26px;
        font-family: "SF-Pro-Display-Semibold.otf";
        margin-bottom: 35px;
        text-align: center; }
        @media (max-width: 1024px) {
          .h-section7 .content ._form_contact > .pp {
            font-size: 16px;
            line-height: 25px; } }
        @media (max-width: 480px) {
          .h-section7 .content ._form_contact > .pp {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 15px; } }
      .h-section7 .content ._form_contact .form-field-all {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .h-section7 .content ._form_contact .form-field-all ._form_group {
          width: calc((100% - 20px)/2);
          margin-bottom: 40px;
          position: relative;
          box-shadow: 0 0px 10px rgba(9, 9, 9, 0.2); }
          @media (max-width: 1440px) {
            .h-section7 .content ._form_contact .form-field-all ._form_group {
              margin-bottom: 35px; } }
          @media (max-width: 1024px) {
            .h-section7 .content ._form_contact .form-field-all ._form_group {
              margin-bottom: 20px; } }
          @media (max-width: 480px) {
            .h-section7 .content ._form_contact .form-field-all ._form_group {
              width: 100%;
              margin-bottom: 20px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group ._error_msg {
            position: absolute;
            top: 100%;
            left: 0;
            font-style: italic;
            font-size: 20px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006; }
            @media (max-width: 1440px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group ._error_msg {
                font-size: 17px; } }
            @media (max-width: 1024px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group ._error_msg {
                font-size: 15px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group:last-child {
            width: 100%;
            margin-bottom: 0; }
            .h-section7 .content ._form_contact .form-field-all ._form_group:last-child input {
              height: 180px;
              padding: 0 0 120px 43px; }
              @media (max-width: 1440px) {
                .h-section7 .content ._form_contact .form-field-all ._form_group:last-child input {
                  height: 150px;
                  padding: 0 0 98px 30px; } }
              @media (max-width: 1024px) {
                .h-section7 .content ._form_contact .form-field-all ._form_group:last-child input {
                  padding: 0px 0 98px 15px; } }
              @media (max-width: 768px) {
                .h-section7 .content ._form_contact .form-field-all ._form_group:last-child input {
                  padding: 0 0 55px 15px;
                  height: 100px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group input {
            border: none;
            outline: none;
            background: #fff;
            height: 69px;
            padding: 0px 0 0 43px;
            font-size: 24px;
            line-height: 31px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006;
            width: 100%; }
            @media (max-width: 1440px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input {
                height: 50px;
                font-size: 20px;
                padding: 0px 0 0 30px; } }
            @media (max-width: 1024px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input {
                font-size: 15px;
                line-height: 22px;
                padding: 0px 0 0 15px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            font-size: 24px;
            line-height: 31px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006; }
          .h-section7 .content ._form_contact .form-field-all ._form_group input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            font-size: 24px;
            line-height: 31px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006; }
            @media (max-width: 1440px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
                font-size: 20px; }
              .h-section7 .content ._form_contact .form-field-all ._form_group input::placeholder {
                font-size: 20px; } }
            @media (max-width: 1024px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
                font-size: 15px;
                line-height: 22px; }
              .h-section7 .content ._form_contact .form-field-all ._form_group input::placeholder {
                font-size: 15px;
                line-height: 22px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            font-size: 24px;
            line-height: 31px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006; }
            @media (max-width: 1440px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
                font-size: 20px; } }
            @media (max-width: 1024px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input:-ms-input-placeholder {
                font-size: 15px;
                line-height: 22px; } }
          .h-section7 .content ._form_contact .form-field-all ._form_group input::-ms-input-placeholder {
            /* Microsoft Edge */
            font-size: 24px;
            line-height: 31px;
            font-family: "SF-Pro-Display-Regular.otf";
            color: #0006; }
            @media (max-width: 1440px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input::-ms-input-placeholder {
                font-size: 20px; } }
            @media (max-width: 1024px) {
              .h-section7 .content ._form_contact .form-field-all ._form_group input::-ms-input-placeholder {
                font-size: 15px;
                line-height: 22px; } }
      .h-section7 .content ._form_contact #btn_site {
        margin-top:30px;
        outline: none;
        border: 0;
        cursor: pointer; }
        @media (max-width: 1024px) {
          .h-section7 .content ._form_contact #btn_site {
            margin-top: 20.5px; } }

/* loading page */
div#loadpage {
  pointer-events: none;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background-size: cover;
  transition: 1s all ease-in-out; }

div#loadpage .mask {
  background-color: #fff;
  transition: 1s all ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%; }

div#loadpage.hide .mask {
  background-color: transparent; }

div#loadpage .mask span {
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  transition: 1s all ease-in-out;
  background-color: #fff; }

div#loadpage .mask span:nth-child(even) {
  left: unset;
  right: 0; }

div#loadpage .mask span:nth-child(1) {
  top: 0; }

div#loadpage .mask span:nth-child(2) {
  top: 20%; }

div#loadpage .mask span:nth-child(3) {
  top: 40%; }

div#loadpage .mask span:nth-child(4) {
  top: 60%; }

div#loadpage .mask span:nth-child(5) {
  top: 80%; }

#loadpage.hide {
  opacity: 0;
  visibility: hidden; }

div#loadpage.hide .mask span {
  width: 0; }

.logo-loadpage svg {
  position: absolute;
  max-width: 450px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.logo-loadpage svg .layer1 path {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke-miterlimit: 10; }

.logo-loadpage svg #layer3 path,
.logo-loadpage svg rect {
  opacity: 0; }

.logo-loadpage svg #layer3 path {
  stroke: transparent; }

.logo-loadpage svg.animate .layer1 path {
  stroke-opacity: 1; }

.logo-loadpage svg.active .layer1 path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  fill-opacity: 1;
  stroke-opacity: 0;
  transition: all 3s ease; }
