.section1 {
  height: 100vh; }
  .section1__main-title {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50vw;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    .section1__main-title .en {
      margin-bottom: 20px; }
  .section1__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 19vw;
    height: 120px;
    border: 1px solid #a0a0a0;
    padding: 1.6vw;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .section1__service .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .section1__service .icon {
      margin-left: auto;
      -ms-flex-item-align: end;
      align-self: flex-end;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .section1__service-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: absolute;
      bottom: 56px;
      left: 0;
      right: 0;
      z-index: 1;
      padding: 0 18vw; }
    @media (hover: hover) {
      .section1__service:hover {
        height: 160px;
        background-color: #df003a;
        border-color: #df003a; }
        .section1__service:hover .icon {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); } }
  @media (max-width: 1300px) {
    .section1__service {
      width: 22vw; }
      .section1__service-wrapper {
        padding: 0 14vw; } }
  @media (max-width: 1023.98px) {
    .section1 {
      padding-top: 60px; }
      .section1__main-title {
        width: 100%;
        padding: 0 9vw;
        top: 42%; }
        .section1__main-title .en {
          margin-bottom: 14px; }
      .section1__service {
        width: 33.333333%;
        height: 100%;
        border: none;
        padding: 5vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .section1__service .title {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          .section1__service .title-ch {
            margin-left: 2px; }
        .section1__service .icon {
          position: absolute;
          bottom: 5vw;
          left: 5vw;
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
          transform: scale(0.6); }
        .section1__service-wrapper {
          padding: initial;
          -webkit-box-align: initial;
          -ms-flex-align: initial;
          align-items: initial;
          bottom: 0;
          height: calc(35vh - 60px);
          background-color: #df003a; }
        .section1__service + .section1__service::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 5vw;
          bottom: 5vw;
          width: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.35); } }

.s1__swiper-container {
  height: 100%; }

.s1__swiper-slide {
  position: absolute;
  left: 0;
  top: 0; }
  .s1__swiper-slide.swiper-slide-active .bg img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s, -webkit-transform 10s;
    transition: opacity 1s, -webkit-transform 10s;
    -o-transition: opacity 1s, transform 10s;
    transition: opacity 1s, transform 10s;
    transition: opacity 1s, transform 10s, -webkit-transform 10s; }
  .s1__swiper-slide.swiper-slide-active .section1__main-title {
    opacity: 1; }
  .s1__swiper-slide .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .s1__swiper-slide .bg img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: opacity 1s, -webkit-transform 0s 1s;
      transition: opacity 1s, -webkit-transform 0s 1s;
      -o-transition: opacity 1s, transform 0s 1s;
      transition: opacity 1s, transform 0s 1s;
      transition: opacity 1s, transform 0s 1s, -webkit-transform 0s 1s; }

.s1__swiper-pagination {
  position: absolute;
  right: 20vw;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: -15px; }
  .s1__swiper-pagination .swiper-pagination-bullet {
    padding: 15px; }
    .s1__swiper-pagination .swiper-pagination-bullet::before {
      content: "";
      display: block;
      height: 12px;
      width: 12px;
      border: 1px solid #fff;
      border-radius: 50%; }
    .s1__swiper-pagination .swiper-pagination-bullet-active::before {
      background-color: #fff; }
  @media (max-width: 1023.98px) {
    .s1__swiper-pagination .swiper-pagination-bullet {
      padding: 10px; }
      .s1__swiper-pagination .swiper-pagination-bullet::before {
        height: 8px;
        width: 8px; } }
  .s1__swiper-pagination .swiper-pagination-bullet {
    display: block; }

@media (max-width: 1023.98px) {
  .s1__swiper-slide .bg {
    height: 65vh; }
  .s1__swiper-pagination {
    margin-right: initial;
    top: initial;
    right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: calc(35vh - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.section2 {
  padding: 300px 18vw 32vw;
  overflow: hidden; }
  .section2__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .section2__bg .bg-item {
      position: absolute; }
      .section2__bg .bg-item-1 {
        right: 0;
        top: 300px;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
        opacity: 0.5; }
        .section2__bg .bg-item-1 img {
          width: 24vw; }
      .section2__bg .bg-item-2 {
        left: 40%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .section2__bg .bg-item-2 img {
          width: 9.4vw; }
      .section2__bg .bg-item-3 {
        left: 0;
        top: 56%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
        opacity: 0.7; }
        .section2__bg .bg-item-3 img {
          width: 26vw; }
      .section2__bg .bg-item-4 {
        left: 82%;
        top: 79%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0.7; }
        .section2__bg .bg-item-4 img {
          width: 26vw; }
      .section2__bg .bg-item-5 {
        bottom: -3%;
        left: 54%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .section2__bg .bg-item-5 img {
          width: 15vw; }
  .section2__service:nth-child(n + 2) {
    margin-top: 20vw; }
  .section2__service .title .num {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-66px, -160px);
    -ms-transform: translate(-66px, -160px);
    transform: translate(-66px, -160px); }
  .section2__service .img {
    position: absolute;
    right: 4.2vw;
    bottom: 4.2vw;
    width: 100%;
    height: 100%; }
    .section2__service .img-wrapper {
      position: absolute;
      width: 32vw; }
      .section2__service .img-wrapper .border {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 12px solid #df003a; }
      .section2__service .img-wrapper img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 108.8%; }
    .section2__service .img-inner {
      padding-top: 69.4%; }
      .section2__service .img-inner::before {
        content: '';
        display: block;
        position: absolute;
        right: 4.2vw;
        bottom: 4.2vw;
        width: 100%;
        height: 100%;
        background-color: #3d3d3d; }
  .section2__service .subtitle {
    margin-bottom: 24px; }
  .section2__service .content {
    margin-bottom: 3.6vw;
    padding-right: 50px;
    text-align: justify; }
  .section2__service .btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    height: 50px;
    background-color: #003087;
    color: #fff;
    line-height: 1.9;
    letter-spacing: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (hover: hover) {
      .section2__service .btn-more:hover {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2); } }
    @media (max-width: 1023.98px) {
      .section2__service .btn-more {
        width: 158px;
        height: 38px;
        font-size: 0.875rem; } }
  .section2__service .title,
  .section2__service .subtitle,
  .section2__service .content {
    width: 390px; }
  .section2__service:nth-child(2n + 1) .title {
    margin-bottom: 7.3vw; }
  .section2__service:nth-child(2n + 1) .img-wrapper {
    right: 0;
    top: 5vw; }
  .section2__service:nth-child(2n) .title,
  .section2__service:nth-child(2n) .subtitle,
  .section2__service:nth-child(2n) .content,
  .section2__service:nth-child(2n) .btn-more {
    margin-left: 42vw; }
  .section2__service:nth-child(2n) .title {
    margin-bottom: 6.5vw; }
  .section2__service:nth-child(2n) .img-wrapper {
    top: 10vw;
    left: 0;
    -webkit-transform: translateX(13%);
    -ms-transform: translateX(13%);
    transform: translateX(13%); }
  @media (max-width: 1600px) {
    .section2 {
      padding: 300px 16vw 32vw; } }
  @media (max-width: 1500px) {
    .section2 {
      padding: 300px 15vw 32vw; } }
  @media (max-width: 1400px) {
    .section2 {
      padding: 300px 14vw 32vw; } }
  @media (max-width: 1300px) {
    .section2 {
      padding: 300px 13vw 32vw; } }
  @media (max-width: 1200px) {
    .section2 {
      padding: 300px 12vw 32vw; } }
  @media (max-width: 1100px) {
    .section2 {
      padding: 300px 11vw 32vw; } }
  @media (max-width: 1023.98px) {
    .section2 {
      padding: 90px 9vw 170px; }
      .section2__bg .bg-item {
        position: absolute; }
        .section2__bg .bg-item-1 {
          right: 0;
          top: 100px; }
          .section2__bg .bg-item-1 img {
            width: 48vw; }
        .section2__bg .bg-item-2 {
          left: 80%;
          top: 48%; }
          .section2__bg .bg-item-2 img {
            width: 24vw; }
        .section2__bg .bg-item-3 {
          left: 0;
          top: 54%; }
          .section2__bg .bg-item-3 img {
            width: 60vw; }
        .section2__bg .bg-item-4 {
          left: 86%;
          top: 91%; }
          .section2__bg .bg-item-4 img {
            width: 50vw; }
        .section2__bg .bg-item-5 {
          bottom: -1.6%;
          left: 24%; }
          .section2__bg .bg-item-5 img {
            width: 30vw; }
      .section2__service:nth-child(n + 2) {
        margin-top: 130px; }
      .section2__service .title .num {
        -webkit-transform: translate(-20px, -48px);
        -ms-transform: translate(-20px, -48px);
        transform: translate(-20px, -48px); }
      .section2__service .img {
        right: 30px;
        bottom: 30px; }
        .section2__service .img-wrapper {
          position: relative;
          width: 100%;
          margin-bottom: 40px;
          padding-left: 30px; }
          .section2__service .img-wrapper .border {
            border-width: 5px; }
        .section2__service .img-inner::before {
          right: 30px;
          bottom: 30px; }
      .section2__service .subtitle {
        margin-bottom: 20px; }
      .section2__service .content {
        padding-right: initial;
        margin-bottom: 50px; }
      .section2__service .btn-more {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .section2__service .title,
      .section2__service .subtitle,
      .section2__service .content {
        width: 100%; }
      .section2__service:nth-child(n) .title {
        margin-bottom: 26vw; }
      .section2__service:nth-child(2n + 1) .img-wrapper {
        top: initial; }
      .section2__service:nth-child(2n) .title,
      .section2__service:nth-child(2n) .subtitle,
      .section2__service:nth-child(2n) .content,
      .section2__service:nth-child(2n) .btn-more {
        margin-left: initial; }
      .section2__service:nth-child(2n) .img-wrapper {
        top: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial; } }
