.primary-banner {        position: relative; }
  .primary-banner.homepage .swiper-slide {        pointer-events: none;        z-index: 0;        height: auto; }
    .primary-banner.homepage .swiper-slide.swiper-slide-active {        pointer-events: auto;        z-index: 30; }
      .primary-banner.homepage .swiper-slide.swiper-slide-active .txt, .primary-banner.homepage .swiper-slide.swiper-slide-active .chart-wrap {        opacity: 0;        -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;        animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both; }
      .primary-banner.homepage .swiper-slide.swiper-slide-active .btn {        pointer-events: auto; }
  .primary-banner.homepage .block-title {        font-size: clamp(38px,calc(46/1920*100rem),46px); }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .block-title {        font-size: clamp(48px,calc(64/1920*100rem),64px); } }
  .primary-banner.homepage .wrap .container {        pointer-events: none; }
  .primary-banner.homepage .img {        position: relative; }

@media (max-width: 1200px) {
  .primary-banner.homepage .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 90%; }
    .primary-banner.homepage .img a::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      top: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(top, #002858 14.7%, rgba(11, 97, 202, 0) 100%);      background: linear-gradient(180deg, #002858 14.7%, rgba(11, 97, 202, 0) 100%);
      max-height: 50%; }
    .primary-banner.homepage .img a img, .primary-banner.homepage .img a picture, .primary-banner.homepage .img a video, .primary-banner.homepage .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (max-width: 576px) {
  .primary-banner.homepage .img a {        padding-top: 180%; } }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 44.79167%; }
    .primary-banner.homepage .img a::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      top: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(right, rgba(11, 97, 202, 0) 0%, rgba(11, 97, 202, 0.2) 100%);      background: linear-gradient(270deg, rgba(11, 97, 202, 0) 0%, rgba(11, 97, 202, 0.2) 100%); }
    .primary-banner.homepage .img a img, .primary-banner.homepage .img a picture, .primary-banner.homepage .img a video, .primary-banner.homepage .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }
  .primary-banner.homepage .video a.pause::after {        opacity: 1; }
  .primary-banner.homepage .video a::after {
    content: '\f04b';
    pointer-events: none;
    z-index: 50;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.5;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(48px,calc(64/1920*100rem),64px);
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    width: 7.8125rem;
    height: 7.8125rem;
    min-width: 7.8125rem; }
    @media screen and (max-width: 1024px) {
      .primary-banner.homepage .video a::after {
        width: 4.6875rem;
        height: 4.6875rem;
        min-width: 4.6875rem;
        font-size: clamp(26px,calc(32/1920*100rem),32px) } }
  .primary-banner.homepage .yt-video-item {        height: 100%;        width: 100%; }

@media (max-width: 1200px) {
  .primary-banner.homepage .yt-video-item {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 90%; }
    .primary-banner.homepage .yt-video-item img, .primary-banner.homepage .yt-video-item picture, .primary-banner.homepage .yt-video-item video, .primary-banner.homepage .yt-video-item iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (max-width: 768px) {
  .primary-banner.homepage .yt-video-item {        padding-top: 180%; } }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .yt-video-item {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 39.375%; }
    .primary-banner.homepage .yt-video-item img, .primary-banner.homepage .yt-video-item picture, .primary-banner.homepage .yt-video-item video, .primary-banner.homepage .yt-video-item iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }
    .primary-banner.homepage .yt-video-item iframe {        pointer-events: none; }
  .primary-banner.homepage .txt-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between;    height: -webkit-fill-available;
    padding-bottom: 5.20833rem;
    top: 5.20833rem; }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .txt-wrap {
    top: 12.5rem; } }

@media (min-width: 1600.1px) {
  .primary-banner.homepage .txt-wrap {
    top: 10.41667rem; } }
    @media screen and (min-width: 1400px) {
      .primary-banner.homepage .txt-wrap {
        padding-bottom: 3.33333rem; } }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .txt {
    max-width: 37.5rem; } }
  .primary-banner.homepage .chart-wrap {
    background: #00000033;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center }

@media (min-width: 576.1px) {
  .primary-banner.homepage .chart-wrap {        width: 50%; } }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .chart-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 26.04167rem; } }
    .primary-banner.homepage .chart-wrap .counter {        white-space: nowrap;        font-weight: 700; }
      .primary-banner.homepage .chart-wrap .counter * {
        font: inherit; }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .chart-wrap .counter {        font-size: clamp(48px,calc(64/1920*100rem),64px); }
    .primary-banner.homepage .chart-wrap .counter * {
      font: inherit; } }
    .primary-banner.homepage .chart-wrap .btn {
      max-width: 180px; }
    .primary-banner.homepage .chart-wrap .desc * {
      font: inherit; }
  .primary-banner.homepage .caption * {
    font: inherit; }
  .primary-banner.homepage .swiper-nav {        pointer-events: none;        z-index: 40;        position: absolute;        top: 50%;        left: 50%;        -webkit-transform: translate(-50%,-50%);        transform: translate(-50%,-50%); }
  .primary-banner.homepage .prev, .primary-banner.homepage .next {        border-radius: 0.25rem;        --tw-border-opacity: 1;        border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)); }

@media (min-width: 1024.1px) {
  .primary-banner.homepage .prev, .primary-banner.homepage .next {
    height: 2.5rem;
    width: 2.5rem; } }
    @media screen and (max-width: 1024px) {
      .primary-banner.homepage .prev, .primary-banner.homepage .next {        margin: 0 /* 0px */;        position: absolute;        top: 50%;        -webkit-transform: translateY(-50%);        transform: translateY(-50%); } }
    .primary-banner.homepage .prev::before, .primary-banner.homepage .next::before {        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }

@media (max-width: 1024px) {
  .primary-banner.homepage .prev {        left: calc(16/1920*100rem); }
  .primary-banner.homepage .next {        right: calc(16/1920*100rem); } }
  .primary-banner.homepage .pagination-wrap {        bottom: 0 /* 0px */;        z-index: 20;        padding-bottom: calc(60/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        position: absolute;        left: 50%;        -webkit-transform: translateX(-50%);        transform: translateX(-50%); }

@media (max-width: 576px) {
  .primary-banner.homepage .pagination-wrap {        padding-bottom: calc(40/1920*100rem); } }

@media (min-width: 1200.1px) {
  .primary-banner.homepage .pagination-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: end;        -webkit-justify-content: flex-end;        -ms-flex-pack: end;        justify-content: flex-end;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; } }
  .primary-banner.homepage .swiper-pagination {        width: -webkit-fit-content;        width: -moz-fit-content;        width: fit-content; }
    .primary-banner.homepage .swiper-pagination .swiper-pagination-bullet {        overflow: hidden;        border-radius: calc(8/1920*100rem);        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));        --tw-bg-opacity: 0.4;        opacity: 1;      height: 4px !important;
      width: 32px !important; }
      .primary-banner.homepage .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {        --tw-bg-opacity: 1; }

.primary-banner.top-banner {        position: relative; }
  .primary-banner.top-banner .img a {    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 34.375%; }
    .primary-banner.top-banner .img a img, .primary-banner.top-banner .img a picture, .primary-banner.top-banner .img a video, .primary-banner.top-banner .img a iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }

@media (max-width: 576px) {
  .primary-banner.top-banner .img a {
    padding-top: 100%; } }
  .primary-banner.top-banner .img::after {
    content: '';
    pointer-events: none;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    max-height: 12.5rem;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48.19%, rgba(0, 0, 0, 0.748) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.19%, rgba(0, 0, 0, 0.748) 100%); }

.banner-breadcrumb {        position: relative;        z-index: 20;        overflow: hidden; }

@media (min-width: 1024.1px) {
  .banner-breadcrumb .global-breadcrumb {        position: absolute;        left: 15px;        z-index: 200;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        width: 100%;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        background-color: transparent;    bottom: 2.08333rem; } }
  .banner-breadcrumb .global-breadcrumb h2 {        display: none; }

@media (min-width: 1024.1px) {
  .banner-breadcrumb .global-breadcrumb h2 {        margin-top: calc(16/1920*100rem);        font-size: clamp(48px,calc(56/1920*100rem),56px);        font-weight: 700;        line-height: 1.25;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1));    display: block !important; }
    .banner-breadcrumb .global-breadcrumb h2 * {        font-size: clamp(48px,calc(56/1920*100rem),56px);        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); } }

@media (min-width: 1200.1px) {
  .banner-breadcrumb .global-breadcrumb h2 {        font-size: clamp(48px,calc(64/1920*100rem),64px);        line-height: .8; } }
  .banner-breadcrumb .container {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: reverse;        -webkit-flex-direction: column-reverse;        -ms-flex-direction: column-reverse;        flex-direction: column-reverse; }

footer {        position: relative; }
  footer::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: url("../img/bg/home-bg-2.png");
    background-repeat: no-repeat;
    background-size: 100%  100%;
    background-position: bottom right;
    max-width: 21.35417rem;
    max-height: 18.75rem; }
  footer address {        font-style: normal; }
    footer address li {        font-size: clamp(14px,calc(16/1920*100rem),16px);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      -webkit-box-align: start;      -webkit-align-items: flex-start;      -ms-flex-align: start;      align-items: flex-start; }
      footer address li * {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
      footer address li:nth-child(2) a {        font-weight: 700; }
    footer address a:hover {        -webkit-text-decoration-line: underline;        text-decoration-line: underline; }
    footer address .icon, footer address div {        margin-right: calc(12/1920*100rem);        margin-top: calc(4/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
      footer address .icon em, footer address .icon i, footer address div em, footer address div i {        font-size: clamp(12px,calc(14/1920*100rem),14px);        font-weight: 900; }
      footer address .icon img, footer address div img {
        max-width: 20px; }
  @media screen and (max-width: 1024px) {
    footer .col {
      margin-bottom: 24px !important; } }
  footer .map-wrap {        height: 100%; }
    footer .map-wrap a {
      display: block;
      height: 210px;
      overflow: hidden;
      border-radius: calc(12/1920*100rem);      text-align: center;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        footer .map-wrap a {
          height: 400px; } }
      @media screen and (max-width: 576px) {
        footer .map-wrap a {
          height: 300px; } }
      footer .map-wrap a iframe {        display: inline-block;        height: 100%;        width: 100%; }
  @media screen and (max-width: 1600px) {
    footer .logo {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
    footer .name {        width: 100%;        text-align: center;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
      footer .name br {        display: none; } }
  @media screen and (max-width: 576px) {
    footer .name br {        display: block; } }
  @media screen and (max-width: 1600px) {
    footer .caption {        text-align: center; } }

.footer-menu {
  list-style-type: disc; }
  @media screen and (max-width: 576px) {
    .footer-menu {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: horizontal;        -webkit-box-direction: normal;        -webkit-flex-direction: row;        -ms-flex-direction: row;        flex-direction: row;        -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;        flex-wrap: wrap;        gap: calc(20/1920*100rem); } }
  .footer-menu li {
    padding-left: 20px;
    position: relative;
    margin-bottom: calc(12/1920*100rem);
    display: block;
    font-size: clamp(14px,calc(16/1920*100rem),16px) }
    @media screen and (max-width: 576px) {
      .footer-menu li {
        width: 47%; } }
    .footer-menu li:hover a {        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1));        -webkit-text-decoration-line: underline;        text-decoration-line: underline; }
    .footer-menu li * {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
    .footer-menu li::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      top: 6px;
      z-index: 10;
      display: inline-block;
      height: 6px;
      width: 6px;
      min-width: 6px;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }

header {        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

@media (max-width: 1200px) {
  header {        height: 60px;        --tw-bg-opacity: 1;        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); } }

@media (min-width: 1200.1px) {
  header {        padding: 40px;        padding-bottom: 0 /* 0px */; } }
  header .container-fluid {        max-height: 91px;        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem); }
    @media screen and (max-width: 1200px) {
      header .container-fluid {        height: 100%;        padding: 0 /* 0px */; }
        header .container-fluid .container {        height: 100%; } }
    header .container-fluid::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: calc(20/1920*100rem);
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }

body.home .partner-block {        --tw-bg-opacity: 1;        background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)); }
  body.home .partner-block .img {        overflow: hidden;        border-radius: calc(8/1920*100rem);        --tw-bg-opacity: 1;        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); }
    body.home .partner-block .img a {        padding: calc(16/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      height: 96px;
      width: auto; }
      body.home .partner-block .img a img {
        width: auto;
        height: 100%;
        object-fit: contain; }
    body.home .partner-block .img:hover img {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }

body.single .global-breadcrumb {        --tw-bg-opacity: 1;        background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)); }

body.single .rank-math-breadcrumb {
  min-height: 54px;
  height: 100%;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center }
  body.single .rank-math-breadcrumb p {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }

@media (max-width: 1200px) {
  body.single .rank-math-breadcrumb p {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
    body.single .rank-math-breadcrumb p span {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }
    body.single .rank-math-breadcrumb p .separator:after {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }

@media (max-width: 1200px) {
  body.single .rank-math-breadcrumb p .separator:after {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
    body.single .rank-math-breadcrumb p .last {
      margin-top: 3px;
      white-space: normal;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(220 169 58 / var(--tw-text-opacity, 1)) }
    body.single .rank-math-breadcrumb p a {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); }

@media (max-width: 1200px) {
  body.single .rank-math-breadcrumb p a {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }

body.single header {        height: 60px;        padding: 0 /* 0px */; }

@media (min-width: 1200.1px) {
  body.single header {        height: 100px;        --tw-bg-opacity: 1;        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));        padding: 0 /* 0px */; } }

body.single main {
  padding-top: 100px; }
  @media screen and (max-width: 1200px) {
    body.single main {
      padding-top: 60px; } }

body.overlay-bg {        overflow: hidden; }

body.minimize main {
  padding-top: 70px; }

body.minimize header {        padding: 0 /* 0px */;  height: 70px;
  top: 0 !important; }
  body.minimize header .container-fluid {
    height: 70px; }
    body.minimize header .container-fluid::after {        border-radius: 0px;        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));        --tw-bg-opacity: 0.8;      -webkit-backdrop-filter: blur(24px);      backdrop-filter: blur(24px);
      box-shadow: 0px 4px 50px 0px #0000001A; }

body.minimize .header-top {
  height: 70px; }

@media (min-width: 1200.1px) {
  body.minimize .nav-brand a {
    height: 50px; } }

body .left {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.nav-brand {        z-index: 20; }
  @media screen and (max-width: 1200px) {
    .nav-brand {        position: absolute;        top: 50%;        left: 50%;        -webkit-transform: translate(-50%,-50%);        transform: translate(-50%,-50%); } }
  .nav-brand a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: auto;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }

@media (min-width: 1200.1px) {
  .nav-brand a {
    height: 75px; } }
    .nav-brand a img, .nav-brand a svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.site-menu-toggle {        position: relative;        z-index: 50;        margin-left: calc(16/1920*100rem);        height: 100%;        border-radius: 0.25rem;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

@media (max-width: 1200px) {
  .site-menu-toggle {        height: 40px;        width: 40px;        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1)); } }

@media (min-width: 1200.1px) {
  .site-menu-toggle {        display: none; } }
  .site-menu-toggle .hamburger {        margin-top: calc(4/1920*100rem); }

.mobile-nav-wrap {        position: fixed;        top: 0 /* 0px */;        left: 0 /* 0px */;        height: 100%;        height: 100vh;        width: 100%;        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1));        padding-left: calc(24/1920*100rem);        padding-right: calc(24/1920*100rem);        padding-top: calc(32/1920*100rem);        padding-bottom: calc(32/1920*100rem);  z-index: 9999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media (min-width: 768.1px) {
  .mobile-nav-wrap {
    width: 320px; } }
  @media screen and (min-width: 1200px) {
    .mobile-nav-wrap {        display: none; } }
  .mobile-nav-wrap.is-open {
    -webkit-transform: none;
            transform: none; }
  .mobile-nav-wrap .close-menu {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
    .mobile-nav-wrap .close-menu em, .mobile-nav-wrap .close-menu span {        line-height: 1;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
    .mobile-nav-wrap .close-menu em {        font-size: clamp(26px,calc(32/1920*100rem),32px); }
    .mobile-nav-wrap .close-menu span {        margin-left: calc(12/1920*100rem);        font-size: clamp(18px,calc(20/1920*100rem),20px); }
  .mobile-nav-wrap .mobile-top-nav {        margin-bottom: calc(20/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

.modulepager, .post-nav {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        width: 100%;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        padding-bottom: calc(32/1920*100rem); }
  @media screen and (max-width: 1024px) {
    .modulepager, .post-nav {
      padding-bottom: 30px; } }
  .modulepager ul, .post-nav ul {
    padding: 0;
    margin: 0;
    position: relative; }
    .modulepager ul li, .post-nav ul li {
      display: inline-block;
      padding: 0 10px; }
      .modulepager ul li.active a, .modulepager ul li.active span, .post-nav ul li.active a, .post-nav ul li.active span {        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1));        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
      .modulepager ul li:hover a, .modulepager ul li:hover span, .post-nav ul li:hover a, .post-nav ul li:hover span {        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1));        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
      .modulepager ul li span, .modulepager ul li a, .post-nav ul li span, .post-nav ul li a {
        width: 2.5rem;
        min-width: 2.5rem;
        height: 2.5rem;
        text-decoration: none;
        overflow: hidden;
        border-radius: 6px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(0 109 141 / var(--tw-border-opacity, 1));
        font-size: clamp(20px,calc(24/1920*100rem),24px);
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(0 109 141 / var(--tw-text-opacity, 1));
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out }
        @media screen and (max-width: 1024px) {
          .modulepager ul li span, .modulepager ul li a, .post-nav ul li span, .post-nav ul li a {
            height: 32px;
            width: 32px;
            font-size: clamp(16px,calc(18/1920*100rem),18px) } }
    .modulepager ul .next a, .post-nav ul .next a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      white-space: nowrap }

.rank-math-breadcrumb {
  min-height: 58px;
  height: 100%;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center }

@media (min-width: 1200.1px) {
  .rank-math-breadcrumb {        padding-top: calc(20/1920*100rem); } }
  .rank-math-breadcrumb p {        position: relative;        margin-bottom: 0 /* 0px */;        -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;        flex-wrap: wrap;        font-size: clamp(12px,calc(14/1920*100rem),14px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1));        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;    -webkit-box-pack: start;    -webkit-justify-content: flex-start;    -ms-flex-pack: start;    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media (max-width: 1200px) {
  .rank-math-breadcrumb p {        line-height: 1.5;        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
    .rank-math-breadcrumb p * {        font-weight: 400; }
    .rank-math-breadcrumb p span {        white-space: nowrap;        font-size: clamp(12px,calc(14/1920*100rem),14px); }
      .rank-math-breadcrumb p span * {        font-size: clamp(12px,calc(14/1920*100rem),14px); }
    .rank-math-breadcrumb p .separator {
      margin: 0;
      padding: 0 20px;
      font-size: 0;
      width: auto;
      position: relative }
      @media screen and (max-width: 576px) {
        .rank-math-breadcrumb p .separator {        margin-left: 0 /* 0px */;        margin-right: 0 /* 0px */; } }
      .rank-math-breadcrumb p .separator:first-child {
        margin-left: 24px !important; }
      .rank-math-breadcrumb p .separator:after {
        content: '\f054';
        pointer-events: none;
        z-index: 10;
        display: block;
        font-family: 'Font Awesome 6 Pro';
        font-size: clamp(14px,calc(16/1920*100rem),16px);
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));        height: 16px;
        width: 8px; }

@media (max-width: 1200px) {
  .rank-math-breadcrumb p .separator:after {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
        @media screen and (max-width: 576px) {
          .rank-math-breadcrumb p .separator:after {        left: -6px; } }
    .rank-math-breadcrumb p .last {
      margin-top: 3px;
      white-space: normal;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(220 169 58 / var(--tw-text-opacity, 1));      word-spacing: 1.5px; }
    .rank-math-breadcrumb p a {        position: relative;        white-space: nowrap;        font-size: clamp(12px,calc(14/1920*100rem),14px);        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }

@media (max-width: 1200px) {
  .rank-math-breadcrumb p a {        --tw-text-opacity: 1;        color: rgb(61 61 61 / var(--tw-text-opacity, 1)); } }
      .rank-math-breadcrumb p a + .separator {
        margin: 0; }

.home-about .item-bg {        height: 100%; }
  .home-about .item-bg::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    top: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    max-height: 20.83333rem; }

.home-about .icon {
  width: 64px;
  height: 64px;
  padding: calc(16/1920*100rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center }

.home-about .img {        height: 100%; }
  .home-about .img a {        height: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .home-about .img a {
        padding-top: 65%; } }
    .home-about .img a img {        height: 100%; }

.home-about .item {        height: 100%;        border-width: calc(2/1920*100rem);        border-color: transparent;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
  .home-about .item:hover {        --tw-border-opacity: 1;        border-color: rgb(0 109 141 / var(--tw-border-opacity, 1)); }

@media screen and (max-width: 576px) {
  .home-about .headline {        font-size: clamp(16px,calc(18/1920*100rem),18px); }
  .home-about .scrollbar-wrap {
    max-height: 7.8125rem;
    padding-right: 10px; } }

@media (min-width: 576.1px) {
  .home-about .os-scrollbar {        display: none; } }

.home-about .os-scrollbar .os-scrollbar-track {
  background: #d9dadb; }
  .home-about .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
    background: #666666; }

.home-about div[data-overlayscrollbars-viewport] {
  padding: 0 12px 0 0 !important; }

.home-about .desc {
  word-wrap: break-word; }

.news-detail-page .top-banner {        display: none; }

.news-detail {        overflow: visible; }

@media (max-width: 1024px) {
  .news-detail {        padding-top: calc(4/1920*100rem); } }
  .news-detail .row {
    margin-bottom: 0; }
  @media screen and (max-width: 576px) {
    .news-detail .zone-title {        font-size: clamp(24px,calc(28/1920*100rem),28px); } }
  .news-detail .briefcontent {        font-weight: 500;        font-style: italic;        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1)); }
    .news-detail .briefcontent * {        font-weight: 500;        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1)); }
    @media screen and (max-width: 576px) {
      .news-detail .briefcontent {        padding-right: calc(20/1920*100rem);        line-height: 1.5; } }
  .news-detail .bg-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    overflow: visible;
    right: 0; }

@media (max-width: 1200px) {
  .news-detail .bg-wrap {        padding: 0 /* 0px */;        padding-top: calc(40/1920*100rem); } }
  @media screen and (max-width: 1024px) {
    .news-detail .block-wrap {        padding: calc(32/1920*100rem); } }
  .news-detail .block-wrap .time-wrap {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
    .news-detail .block-wrap .time-wrap * {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
  .news-detail .social-network {        position: fixed;        top: 120px;        z-index: 999;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column; }

@media (max-width: 1200px) {
  .news-detail .social-network {        right: 4px;        top: 240px; } }

@media (min-width: 1200.1px) {
  .news-detail .social-network {
    left: 7.8125rem; } }
    .news-detail .social-network a {
      background: #006D8D;
      border: 1px solid #006D8D; }
      @media screen and (max-width: 576px) {
        .news-detail .social-network a {        height: 28px;        width: 28px;        min-width: 28px; }
          .news-detail .social-network a em, .news-detail .social-network a i {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
          .news-detail .social-network a img, .news-detail .social-network a svg {
            max-height: 20px; } }
  .news-detail .side-news {        border-bottom-width: 1px;        --tw-border-opacity: 1;        border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity, 1));        padding-top: calc(20/1920*100rem);        padding-bottom: calc(20/1920*100rem); }
    .news-detail .side-news:first-child {        padding-top: 0 /* 0px */; }
    .news-detail .side-news:last-child {        border-bottom-color: transparent;        padding-bottom: 0 /* 0px */; }
    .news-detail .side-news .headline {        padding-bottom: 0 /* 0px */; }

@media (min-width: 576.1px) {
  .news-detail .side-news .txt {        padding-bottom: 0 /* 0px */;        padding-top: 0 /* 0px */; }
  .news-detail .side-news .img a {
    width: 6.82292rem;
    min-width: 6.82292rem;
    max-width: 6.82292rem;
    height: 4.47917rem; } }

@media (max-width: 576px) {
  .news-detail .side-news .desc {        margin-top: calc(8/1920*100rem); } }

@media (min-width: 576.1px) {
  .news-detail .side-news .desc {        display: none; } }
  .news-detail .bg-wrap .headline {
    color: #006D8D; }
  @media screen and (max-width: 576px) {
    .news-detail .fullcontent {        padding-right: calc(20/1920*100rem); } }

.side-news #ez-toc-container ul li::before {        display: none; }

.side-news .txt {        width: 100%;        padding-top: 0 /* 0px */; }

.side-news .briefcontent {        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 500;        font-style: italic;        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1)); }
  .side-news .briefcontent * {        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 500;        font-style: italic;        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1)); }

.side-news .desc {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2; }
  .side-news .desc * {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2; }

.side-news .headline a {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2; }
  .side-news .headline a * {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2; }

.ez-toc-list li::before {
  display: none !important; }

@media (max-width: 1200px) {
  .news-other {        padding-top: 0 /* 0px */; } }

.news-other .section-title {        font-size: clamp(24px,calc(28/1920*100rem),28px);        text-transform: none; }

@media (min-width: 1200.1px) {
  .news-other .section-title {        font-size: clamp(34px,calc(40/1920*100rem),40px); } }

@media screen and (max-width: 576px) {
  .news-other .swiper-nav {        padding-top: calc(16/1920*100rem); } }

.side-news {        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out;  -webkit-box-align: start !important;  -webkit-align-items: flex-start !important;  -ms-flex-align: start !important;  align-items: flex-start !important; }

@media (min-width: 576.1px) {
  .side-news {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; } }
  .side-news time {        margin-bottom: calc(4/1920*100rem);        font-size: clamp(12px,calc(14/1920*100rem),14px);        --tw-text-opacity: 1;        color: rgb(88 88 88 / var(--tw-text-opacity, 1));        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
    .side-news time::before {
      content: '\f017';
      pointer-events: none;
      z-index: 10;
      margin-right: calc(8/1920*100rem);
      display: block;
      font-family: 'Font Awesome 6 Pro';
      font-size: clamp(14px,calc(16/1920*100rem),16px);
      font-weight: 900;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(88 88 88 / var(--tw-text-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }
  .side-news .headline a {
    display: -webkit-box;
    font-size: clamp(16px, 0.9375rem, 18px);
    height: 2.625rem;
    min-height: 44.8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

@media (min-width: 576.1px) {
  .side-news .img {        margin-right: calc(16/1920*100rem);    -webkit-box-flex: 1;    -webkit-flex: 1 0 auto;    -ms-flex: 1 0 auto;    flex: 1 0 auto; } }
  .side-news .img a {        overflow: hidden;        border-radius: calc(8/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
    .side-news .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (min-width: 576.1px) {
  .side-news .img a {
    width: 12.5rem;
    min-width: 12.5rem;
    max-width: 12.5rem;
    height: 7.60417rem; } }
    @media screen and (max-width: 576px) {
      .side-news .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 60.83333%; }
        .side-news .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; } }
  .side-news .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-top: calc(16/1920*100rem) }

@media (min-width: 1024.1px) {
  .side-news .txt {        padding-right: calc(20/1920*100rem);        padding-top: 0 /* 0px */; } }

.news-big time {        margin-bottom: calc(4/1920*100rem);        font-size: clamp(12px,calc(14/1920*100rem),14px);        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1));        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .news-big time::before {
    content: '\f017';
    pointer-events: none;
    z-index: 10;
    margin-right: calc(8/1920*100rem);
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(14px,calc(16/1920*100rem),16px);
    font-weight: 900;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }

@media screen and (max-width: 1024px) {
  .news-big .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 60.29412%; }
    .news-big .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .news-big .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    height: 25rem;
    width: 100%; }
    .news-big .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (min-width: 576.1px) {
  .news-big .txt {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); } }

@media screen and (max-width: 576px) {
  .news-big .txt {        position: static;        width: 100%;        padding: 0 /* 0px */;        padding-top: calc(20/1920*100rem);        --tw-text-opacity: 1;        color: rgb(41 41 41 / var(--tw-text-opacity, 1));    -webkit-transform: none !important;    transform: none !important;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset; }
    .news-big .txt * {        --tw-text-opacity: 1;        color: rgb(41 41 41 / var(--tw-text-opacity, 1)); }
  .news-big .txt time {        --tw-text-opacity: 1;        color: rgb(88 88 88 / var(--tw-text-opacity, 1)); }
    .news-big .txt time::before {        --tw-text-opacity: 1;        color: rgb(88 88 88 / var(--tw-text-opacity, 1)); } }

.news-big .desc {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2; }

.news-big .headline a {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2;        line-height: 1.5; }

.home-banner-2 {        overflow: hidden; }
  .home-banner-2 .container-fluid {        padding: 0 /* 0px */; }
  .home-banner-2 .txt {        position: relative;    background: #006D8D; }

@media (min-width: 1200.1px) {
  .home-banner-2 .txt {        margin-left: auto;        border-top-left-radius: calc(24/1920*100rem);        border-top-right-radius: calc(24/1920*100rem);    max-width: 22.91667rem; } }
  .home-banner-2 .row {        margin: 0 /* 0px */;        padding: 0 /* 0px */; }
    .home-banner-2 .row .col {        margin: 0 /* 0px */;        padding: 0 /* 0px */; }
  .home-banner-2 .container {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: end;        -webkit-align-items: flex-end;        -ms-flex-align: end;        align-items: flex-end; }

@media (max-width: 1024px) {
  .home-banner-2 .container {        width: 100%;        max-width: 100%;        padding: 0 /* 0px */; } }

@media (min-width: 1024.1px) {
  .home-banner-2 .container {        position: absolute;        top: 50%;        left: 50%;        -webkit-transform: translate(-50%,-50%);        transform: translate(-50%,-50%); } }
  .home-banner-2 .title {        margin-top: auto;        display: inline-block;        overflow: hidden;        text-align: right;        font-size: clamp(48px,calc(64/1920*100rem),64px);        font-weight: 900;        text-transform: uppercase;    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6); }

@media (max-width: 1200px) {
  .home-banner-2 .title {
    -webkit-text-stroke: 2px rgba(0, 152, 74, 0.6);
    white-space: normal;
    text-align: center } }

@media (min-width: 1200.1px) {
  .home-banner-2 .title {        position: absolute;        right: 0 /* 0px */;        bottom: 0 /* 0px */;        line-height: .8;    font-size: 6.66667rem; } }
  .home-banner-2 .block-title {        position: relative;        z-index: 60; }
  .home-banner-2 .scrollbar-wrap {        position: relative;        z-index: 40; }

@media (max-width: 1200px) {
  .home-banner-2 .scrollbar-wrap {
    max-height: 10.41667rem; } }

.home-shipping::after {
  content: '';
  pointer-events: none;
  position: absolute;
  right: 0 /* 0px */;
  top: calc(40/1920*100rem);
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: url("../img/bg/home-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100%  100%;
  background-position: top right;
  max-width: 29.42708rem;
  max-height: 22.5rem; }

@media (min-width: 1024.1px) {
  .home-shipping .swiper-main {        padding-right: 10px; } }

@media (max-width: 1024px) {
  .home-shipping .swiper-main {        margin-bottom: calc(32/1920*100rem); } }

.home-shipping .swiper-main .img {        height: 100%;        width: 100%; }

@media (max-width: 1024px) {
  .home-shipping .swiper-main .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 89.75%; }
    .home-shipping .swiper-main .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-shipping .swiper-main .img a {
      padding-top: 65%; } }

@media (min-width: 1024.1px) {
  .home-shipping .swiper-main .img a {        height: 100%;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    width: 100%; }
    .home-shipping .swiper-main .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (min-width: 1200.1px) {
  .home-shipping .swiper-main .img a {
    height: 37.39583rem; } }

.home-shipping .swiper-nav {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .home-shipping .swiper-nav .prev::before, .home-shipping .swiper-nav .next::before {        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
  .home-shipping .swiper-nav .prev {        margin: 0 /* 0px */;        padding: 0 /* 0px */; }
    .home-shipping .swiper-nav .prev:before {
      content: '\f060'; }
  .home-shipping .swiper-nav .next:before {
    content: '\f061'; }

.home-shipping .swiper-thumb {
  margin-right: -13.54167rem; }

@media (max-width: 1024px) {
  .home-shipping .swiper-thumb {        display: none; } }
  .home-shipping .swiper-thumb .swiper-slide .img {        opacity: 0.8; }
  .home-shipping .swiper-thumb .swiper-slide.swiper-slide-active .img {        opacity: 1; }

@media (max-width: 1024px) {
  .home-shipping .swiper-thumb .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 91.60839%; }
    .home-shipping .swiper-thumb .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .home-shipping .swiper-thumb .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    height: 13.64583rem;
    width: 100%; }
    .home-shipping .swiper-thumb .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-shipping .index-number {        margin-right: calc(32/1920*100rem); } }

.home-shipping .index-number .total {        --tw-text-opacity: 0.2; }

.home-shipping .block-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        -webkit-box-pack: end;        -webkit-justify-content: flex-end;        -ms-flex-pack: end;        justify-content: flex-end; }

@media screen and (max-width: 1024px) {
  .home-shipping .navigation-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column; } }

@media screen and (max-width: 576px) {
  .home-shipping .navigation-wrap {        margin-bottom: 0 /* 0px */ !important; }
    .home-shipping .navigation-wrap .index-number {        margin-bottom: calc(20/1920*100rem); } }

.home-htk::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  max-height: 21.09375rem; }

.home-htk .txt {        padding: calc(24/1920*100rem); }

@media (min-width: 768.1px) {
  .home-htk .txt {        padding: calc(40/1920*100rem); } }

@media (min-width: 1024.1px) {
  .home-htk .txt {
    max-width: 45.3125rem;
    background: -webkit-linear-gradient(left, rgba(0, 109, 141, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 109, 141, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    padding: calc(72/1920*100rem) } }

@media screen and (max-width: 1024px) {
  .home-htk .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 46.42857%; }
    .home-htk .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .home-htk .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    height: 23.4375rem;
    min-height: 400px;
    width: 100%; }
    .home-htk .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (max-width: 1024px) {
  .home-htk .item {        height: 100%;        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1)); } }

@media screen and (max-width: 1024px) {
  .home-htk .item .block-title {        font-size: clamp(26px,calc(32/1920*100rem),32px); }
  .home-htk .item .desc {        font-size: clamp(18px,calc(20/1920*100rem),20px); } }

.home-htk .swiper-slide {        height: auto; }

.home-news .tab-nav ul {        -webkit-box-pack: center !important;        -webkit-justify-content: center !important;        -ms-flex-pack: center !important;        justify-content: center !important; }

.news-list .post-nav {        margin-top: calc(40/1920*100rem); }

.news-list .zone-nav {        overflow-x: auto; }
  .news-list .zone-nav ul {        white-space: nowrap;        padding-bottom: calc(4/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    -webkit-box-pack: start;    -webkit-justify-content: flex-start;    -ms-flex-pack: start;    justify-content: flex-start; }
    .news-list .zone-nav ul li:first-child {        padding-left: 0 /* 0px */; }
  .news-list .zone-nav ul {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
    @media screen and (max-width: 1400px) {
      .news-list .zone-nav ul {        margin-bottom: calc(32/1920*100rem);        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center; } }
  .news-list .zone-nav li {        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
    .news-list .zone-nav li.active a, .news-list .zone-nav li:hover a {        --tw-border-opacity: 1;        border-bottom-color: rgb(220 169 58 / var(--tw-border-opacity, 1));        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(220 169 58 / var(--tw-text-opacity, 1)); }
    .news-list .zone-nav li:not(:last-child) {        border-right-width: 1px;        --tw-border-opacity: 1;        border-right-color: rgb(220 220 220 / var(--tw-border-opacity, 1)); }
  .news-list .zone-nav a {        margin-left: calc(20/1920*100rem);        margin-right: calc(20/1920*100rem);        border-bottom-width: 1px;        border-bottom-color: transparent;        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem);        font-size: clamp(14px,calc(16/1920*100rem),16px);        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

.news-list .news-item:hover .headline a {        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

.news-list .tab-nav ul {        gap: calc(32/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

.news-list .tab-nav a {        border-bottom-width: 1px;        border-color: transparent;        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem);        font-size: clamp(16px,calc(18/1920*100rem),18px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(0 0 0 / var(--tw-text-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

.news-list .tab-nav li.active a, .news-list .tab-nav li:hover a {        --tw-border-opacity: 1;        border-bottom-color: rgb(0 109 141 / var(--tw-border-opacity, 1));        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

@media screen and (max-width: 1200px) {
  .news-list .tab-nav {        overflow-x: auto; }
    .news-list .tab-nav ul {        white-space: nowrap;        padding-bottom: calc(4/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start; }
      .news-list .tab-nav ul li:first-child {        padding-left: 0 /* 0px */; } }

.news-item .headline a {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2;        line-height: 1.4; }

.news-item .desc {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 3; }

.home-dealer {        padding-bottom: calc(48/1920*100rem); }
  .home-dealer .counter {        font-weight: 800; }
    .home-dealer .counter * {        font-weight: 800; }
    .home-dealer .counter span {        font-weight: 600; }
  .home-dealer .icon {        margin-bottom: calc(20/1920*100rem);    height: 3.125rem;
    width: auto; }
    .home-dealer .icon img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .home-dealer .item {        padding-left: calc(8/1920*100rem);        padding-right: calc(8/1920*100rem); }
    .home-dealer .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      right: 0 /* 0px */;
      top: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 110px;
      width: 2px;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(top, rgba(220, 169, 58, 0) 0%, #DCA93A 50.5%, rgba(220, 169, 58, 0) 100%);      background: linear-gradient(180deg, rgba(220, 169, 58, 0) 0%, #DCA93A 50.5%, rgba(220, 169, 58, 0) 100%); }

@media (min-width: 1200.1px) {
  .home-dealer .item:last-child::after {        opacity: 0; } }
  .home-dealer .img-map {        padding-top: calc(40/1920*100rem); }

@media (min-width: 1200.1px) {
  .home-dealer .img-map {        padding-top: calc(60/1920*100rem); } }
    .home-dealer .img-map a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      width: auto; }
      .home-dealer .img-map a svg, .home-dealer .img-map a img {
        width: auto;
        height: 100%;
        object-fit: contain; }

.radar-pulse {
  fill: rgba(220, 169, 58, 0.5);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
          animation: pulse-me 3s linear infinite; }

.service-detail-banner {        overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .service-detail-banner .img a {
      padding-top: 50%; } }
  @media screen and (max-width: 576px) {
    .service-detail-banner .img a {
      padding-top: 75%; } }

.contact-banner {
  padding: 6.77083rem 0; }
  @media screen and (max-width: 576px) {
    .contact-banner {
      background-size: auto 100% !important;
      background-position: 70% !important;
      background-repeat: no-repeat !important; } }
  .contact-banner::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(left, #006D8D 49.99%, rgba(0, 109, 141, 0) 100%);    background: linear-gradient(90deg, #006D8D 49.99%, rgba(0, 109, 141, 0) 100%);
    max-width: 87.5rem; }
    @media screen and (max-width: 576px) {
      .contact-banner::after {
        max-width: 21.875rem; } }

.service-detail-1::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: url("../img/bg/service-bg.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: bottom left;
  max-height: 13.54167rem; }

.service-detail-2 div[data-overlayscrollbars-viewport] {
  padding: 0 12px 0 0 !important; }

.service-detail-2 table tr:not(:last-child) td {        border-bottom-width: 1px;        --tw-border-opacity: 1;        border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity, 1)); }

.service-detail-2 table td {        padding-top: calc(12/1920*100rem);        padding-bottom: calc(12/1920*100rem);        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 400;  vertical-align: top; }
  .service-detail-2 table td * {
    font: inherit; }
  .service-detail-2 table td:first-child {        padding-right: calc(20/1920*100rem);        font-weight: 700;    min-width: 8.33333rem; }
    .service-detail-2 table td:first-child * {        font-weight: 700; }

@media (min-width: 1200.1px) {
  .service-detail-2 .scrollbar-wrap {
    max-height: 31.25rem; }
  .service-detail-2 .os-scrollbar .os-scrollbar-track {
    background: #d9dadb; }
    .service-detail-2 .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
      background: #666666; } }

@media screen and (max-width: 768px) and (max-width: 1024px) {
  .service-detail-2 .desc {        font-size: clamp(16px,calc(18/1920*100rem),18px); }
    .service-detail-2 .desc * {        font-size: clamp(16px,calc(18/1920*100rem),18px); } }

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .service-detail-2 .desktop-swiper {        display: none; } }

.service-detail-2 .tablet-swiper {        display: none; }
  @media screen and (min-width: 576px) and (max-width: 1200px) {
    .service-detail-2 .tablet-swiper {        display: block; }
  .service-detail-2 .img a {
    padding-top: 75%; } }

.home-swiper-center .swiper {        overflow: visible; }

.home-swiper-center .prev {
  left: -6.25rem; }
  @media screen and (max-width: 1024px) {
    .home-swiper-center .prev {        left: 0 /* 0px */; } }

.home-swiper-center .next {
  right: -6.25rem; }
  @media screen and (max-width: 1024px) {
    .home-swiper-center .next {        right: 0 /* 0px */; }
  .home-swiper-center .prev, .home-swiper-center .next {        z-index: 100;        position: absolute;        top: 50%;        -webkit-transform: translateY(-50%);        transform: translateY(-50%); } }

.home-swiper-center .swiper-nav {        padding: 0 /* 0px */; }

.home-swiper-center .swiper-slide::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out }

.home-swiper-center .swiper-slide img {
  -webkit-filter: blur(8px);
          filter: blur(8px); }

.home-swiper-center .swiper-slide.swiper-slide-active img {
  -webkit-filter: none;
          filter: none; }

.home-swiper-center .swiper-slide.swiper-slide-active::after {        opacity: 0; }

.home-swiper-center .swiper-slide.swiper-slide-active .txt {        opacity: 1; }

.home-swiper-center .img {        position: relative; }

.home-swiper-center .play-btn {        position: relative; }
  .home-swiper-center .play-btn::before {
    content: '\f144';
    pointer-events: none;
    z-index: 999;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(48px,calc(64/1920*100rem),64px);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    width: 4.16667rem;
    height: 4.16667rem;
    min-width: 4.16667rem; }
    @media screen and (max-width: 1024px) {
      .home-swiper-center .play-btn::before {
        width: 3.33333rem;
        height: 3.33333rem;
        min-width: 3.33333rem;
        font-size: clamp(34px,calc(40/1920*100rem),40px) } }

.partner-swiper .swiper-wrapper, .menu-branding .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.partner-swiper .swiper-slide, .menu-branding .swiper-slide {        height: auto; }
  @media screen and (max-width: 576px) {
    .partner-swiper .swiper-slide, .menu-branding .swiper-slide {        width: 100%; } }

.recruit-detail .item:hover {        --tw-border-opacity: 1;        border-color: rgb(0 109 141 / var(--tw-border-opacity, 1)); }

.recruit-detail .item ul li {        font-size: clamp(12px,calc(14/1920*100rem),14px); }
  .recruit-detail .item ul li:not(:last-child) {        margin-bottom: calc(12/1920*100rem); }
  .recruit-detail .item ul li * {        font-size: clamp(12px,calc(14/1920*100rem),14px); }

.recruit-detail .item ul em {        margin-right: calc(8/1920*100rem);        font-size: clamp(14px,calc(16/1920*100rem),16px);        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

@media screen and (max-width: 1024px) {
  .service-list {        padding-top: calc(48/1920*100rem); } }

@media screen and (max-width: 768px) {
  .service-list .col {        margin-bottom: calc(32/1920*100rem); } }

.service-list .col:nth-child(4) .headline a {        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

.service-item .status {        padding-left: calc(12/1920*100rem);        padding-right: calc(12/1920*100rem);        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem);        font-size: clamp(16px,calc(18/1920*100rem),18px);        font-weight: 600;        line-height: 1;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1));        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .service-item .status * {        font-size: clamp(16px,calc(18/1920*100rem),18px);        font-weight: 600;        line-height: 1; }

.service-item.pending .img a {        opacity: 0.7; }

.service-item.pending .txt {        opacity: 0.7; }

.service-item.pending .headline a {        --tw-text-opacity: 1;        color: rgb(129 129 129 / var(--tw-text-opacity, 1)); }

.recruit-1 .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .recruit-1 .three-swiper {        margin-top: calc(40/1920*100rem); } }

@media (max-width: 576px) {
  .recruit-2 .block-title {        text-align: center; } }

.recruit-2 .icon {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;  height: 4.16667rem;
  min-width: 4.16667rem;
  width: auto; }
  .recruit-2 .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.recruit-3 {        padding-bottom: 0 /* 0px */;        padding-top: calc(48/1920*100rem); }

@media (min-width: 1200.1px) {
  .recruit-3 {        padding-top: calc(64/1920*100rem); } }
  .recruit-3 .swiper {        overflow: visible; }
  .recruit-3 .img.video {        position: relative; }
    .recruit-3 .img.video::after {
      content: '\f04b';
      pointer-events: none;
      z-index: 50;
      display: block;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(220 169 58 / var(--tw-bg-opacity, 1));
      font-family: 'Font Awesome 6 Pro';
      font-size: clamp(38px,calc(46/1920*100rem),46px);
      font-weight: 900;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      width: 4.16667rem;
      height: 4.16667rem;
      min-width: 4.16667rem;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 1024px) {
        .recruit-3 .img.video::after {
          width: 3.33333rem;
          height: 3.33333rem;
          min-width: 3.33333rem;
          font-size: clamp(26px,calc(32/1920*100rem),32px) }
  .other-recruit-wrap {        margin-top: calc(40/1920*100rem); } }

.recruit-list .ajax-view-more .btn.btn-tertiary:hover em {
  -webkit-transform: none !important;
          transform: none !important; }

.recruit-item {        position: relative;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
  @media screen and (min-width: 576px) and (max-width: 1024px) {
    .recruit-item {        gap: calc(24/1920*100rem); } }
  .recruit-item:hover a, .recruit-item:hover strong {        --tw-text-opacity: 1;        color: rgb(45 168 223 / var(--tw-text-opacity, 1)); }
  .recruit-item a, .recruit-item strong {        display: block;        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 700;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
  .recruit-item .col-span-2 {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  @media screen and (max-width: 576px) {
    .recruit-item p {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
      .recruit-item p span {        margin-bottom: 0 /* 0px */;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
        .recruit-item p span::after {
          content: ':';
          pointer-events: none;
          z-index: 10;
          display: inline-block;
          height: 100%;
          width: 1px;
          -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-duration: 150ms;
                  transition-duration: 150ms;
          -webkit-transition: .4s all ease-in-out;
          transition: .4s all ease-in-out }
      .recruit-item p strong, .recruit-item p a {        margin-left: calc(16/1920*100rem);        display: inline-block; } }
  .recruit-item:hover {        --tw-bg-opacity: 1;        background-color: rgb(239 248 255 / var(--tw-bg-opacity, 1)); }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .recruit-item .btn-wrap {        right: calc(40/1920*100rem);        z-index: 10;        position: absolute;        top: 50%;        -webkit-transform: translateY(-50%);        transform: translateY(-50%); } }

.contact-us::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: url("../img/bg/contact-bg.png");
  background-repeat: no-repeat;
  background-size: container;
  background-position: left bottom; }

@media (max-width: 1200px) {
  .contact-us {        padding-top: calc(32/1920*100rem); } }

.contact-us address {        margin-bottom: calc(16/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        font-style: normal; }
  .contact-us address p {        margin-bottom: 0 /* 0px */; }
  .contact-us address li {        font-size: clamp(16px,calc(18/1920*100rem),18px);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; }
    .contact-us address li * {        font-size: clamp(16px,calc(18/1920*100rem),18px); }
    .contact-us address li:not(:last-child) {        margin-bottom: calc(20/1920*100rem); }
  .contact-us address em, .contact-us address i {        margin-right: calc(8/1920*100rem);        display: inline-block;        width: 20px;        font-size: clamp(18px,calc(20/1920*100rem),20px);        font-weight: 900;        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }
  .contact-us address a {        display: inline-block; }
    .contact-us address a:hover {        -webkit-text-decoration-line: underline;        text-decoration-line: underline; }

.contact-us .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .contact-us .txt {        margin-bottom: calc(40/1920*100rem); } }

.social-network {        gap: calc(16/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .social-network a {        overflow: hidden;        border-radius: 9999px;        border-width: 1px;        --tw-border-opacity: 1;        border-color: rgb(220 169 58 / var(--tw-border-opacity, 1));        --tw-bg-opacity: 1;        background-color: rgb(220 169 58 / var(--tw-bg-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out;    width: 40px;
    height: 40px; }
    .social-network a em, .social-network a i {        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
    .social-network a svg {
      max-width: 20px; }
    .social-network a img {
      height: 20px;
      width: auto;
      object-fit: contain; }
    .social-network a:hover {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }

@media screen and (max-width: 1024px) {
  .contact-email .row {
    margin-bottom: -20px; }
    .contact-email .row .col {
      margin-bottom: 20px; } }

.contact-email .item::before, .contact-email .item::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom right !important;
  max-height: 5.46875rem;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='99' height='105' viewBox='0 0 99 105' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M0.842837 85.452C0.842837 85.452 2.23114 92.2817 9.71812 93.2824C14.6784 93.9456 20.671 91.2746 26.11 90.9011C33.8656 90.3686 44.969 91.6693 55.4372 100.314C37.7706 94.8601 30.3502 106.085 15.1385 103.717C8.01331 102.607 0.266264 98.4422 0.842837 85.452ZM159.756 13.9033C159.756 13.9033 140.398 16.4534 136.308 30.1204C134.03 37.7311 136.413 37.2082 140.047 43.0137C144.455 50.0573 149.781 62.6684 143.89 76.8788C143.89 76.8788 135.468 95.4937 107.945 104.051C138.204 103.695 179.726 72.9609 165.846 44.0009C163.267 38.6209 157.045 24.069 159.756 13.9033ZM193.71 85.4402C193.71 85.4402 192.322 92.2699 184.835 93.2706C179.875 93.9339 173.879 91.2608 168.443 90.8894C160.689 90.3595 149.584 91.6576 139.116 100.302C156.782 94.8483 164.204 106.071 179.414 103.705C186.537 102.597 194.287 98.4304 193.71 85.4402H193.71ZM97.2901 1.83573C97.2894 1.83573 97.5918 11.6685 85.4979 20.0003C39.9308 48.2444 42.667 90.1313 97.2513 104.048C151.835 90.1314 154.716 48.2858 109.082 20.0003C96.9885 11.6685 97.291 1.83573 97.2901 1.83573ZM130.656 0.90918C130.656 0.90918 112.984 5.18744 111.48 17.0469C111.48 17.0469 126.294 27.2552 131.032 33.1099C131.032 33.1099 132.31 23.4272 138.777 18.3981C138.777 18.3981 125.617 6.53863 130.656 0.90918ZM64.4807 0.90918C64.4807 0.90918 82.1522 5.18744 83.6563 17.0469C83.6563 17.0469 68.8422 27.2552 64.1047 33.1099C64.1047 33.1099 62.8262 23.4272 56.3591 18.3981C56.3591 18.3981 69.519 6.53863 64.4807 0.90918ZM35.5287 13.9033C35.5287 13.9033 54.8873 16.4534 58.9776 30.1204C61.2551 37.7311 58.872 37.2082 55.2385 43.0137C50.8305 50.0573 45.5042 62.6684 51.3954 76.8788C51.3954 76.8788 59.8176 95.4937 87.3403 104.051C57.0806 103.695 15.5593 72.9609 29.439 44.0009C32.0179 38.6209 38.24 24.069 35.5287 13.9033Z' fill='%23DCA93A' /></svg>"); }

.contact-email .item::after {        opacity: 1;  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='99' height='105' viewBox='0 0 99 105' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M0.842837 85.452C0.842837 85.452 2.23114 92.2817 9.71812 93.2824C14.6784 93.9456 20.671 91.2746 26.11 90.9011C33.8656 90.3686 44.969 91.6693 55.4372 100.314C37.7706 94.8601 30.3502 106.085 15.1385 103.717C8.01331 102.607 0.266264 98.4422 0.842837 85.452ZM159.756 13.9033C159.756 13.9033 140.398 16.4534 136.308 30.1204C134.03 37.7311 136.413 37.2082 140.047 43.0137C144.455 50.0573 149.781 62.6684 143.89 76.8788C143.89 76.8788 135.468 95.4937 107.945 104.051C138.204 103.695 179.726 72.9609 165.846 44.0009C163.267 38.6209 157.045 24.069 159.756 13.9033ZM193.71 85.4402C193.71 85.4402 192.322 92.2699 184.835 93.2706C179.875 93.9339 173.879 91.2608 168.443 90.8894C160.689 90.3595 149.584 91.6576 139.116 100.302C156.782 94.8483 164.204 106.071 179.414 103.705C186.537 102.597 194.287 98.4304 193.71 85.4402H193.71ZM97.2901 1.83573C97.2894 1.83573 97.5918 11.6685 85.4979 20.0003C39.9308 48.2444 42.667 90.1313 97.2513 104.048C151.835 90.1314 154.716 48.2858 109.082 20.0003C96.9885 11.6685 97.291 1.83573 97.2901 1.83573ZM130.656 0.90918C130.656 0.90918 112.984 5.18744 111.48 17.0469C111.48 17.0469 126.294 27.2552 131.032 33.1099C131.032 33.1099 132.31 23.4272 138.777 18.3981C138.777 18.3981 125.617 6.53863 130.656 0.90918ZM64.4807 0.90918C64.4807 0.90918 82.1522 5.18744 83.6563 17.0469C83.6563 17.0469 68.8422 27.2552 64.1047 33.1099C64.1047 33.1099 62.8262 23.4272 56.3591 18.3981C56.3591 18.3981 69.519 6.53863 64.4807 0.90918ZM35.5287 13.9033C35.5287 13.9033 54.8873 16.4534 58.9776 30.1204C61.2551 37.7311 58.872 37.2082 55.2385 43.0137C50.8305 50.0573 45.5042 62.6684 51.3954 76.8788C51.3954 76.8788 59.8176 95.4937 87.3403 104.051C57.0806 103.695 15.5593 72.9609 29.439 44.0009C32.0179 38.6209 38.24 24.069 35.5287 13.9033Z' fill='%23BDBDBD' /></svg>"); }

.contact-email .item:hover:before {        opacity: 1; }

.contact-email .item:hover::after {        opacity: 0; }

.contact-email address {        margin-bottom: 0 /* 0px */;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        font-style: normal; }
  .contact-email address p {        margin-bottom: 0 /* 0px */; }
  .contact-email address li {        font-size: clamp(14px,calc(16/1920*100rem),16px);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start; }
    .contact-email address li:nth-child(1) span, .contact-email address li:nth-child(1) p, .contact-email address li:nth-child(1) a {        -webkit-text-decoration-line: underline;        text-decoration-line: underline; }
    .contact-email address li * {        font-size: clamp(14px,calc(16/1920*100rem),16px); }
    .contact-email address li:not(:last-child) {        margin-bottom: calc(12/1920*100rem); }
  .contact-email address em, .contact-email address i {        margin-right: calc(8/1920*100rem);        display: inline-block;        width: 20px;        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 900;        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }
  .contact-email address a {        display: inline-block; }

@media screen and (max-width: 1024px) {
  .contact-department .row {
    margin-bottom: -20px; }
    .contact-department .row .col {
      margin-bottom: 20px; } }

.contact-department .tab-nav ul {        gap: calc(32/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

.contact-department .tab-nav li:hover a, .contact-department .tab-nav li.active a {        --tw-border-opacity: 1;        border-bottom-color: rgb(0 109 141 / var(--tw-border-opacity, 1));        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

.contact-department .tab-nav a {        border-bottom-width: 1px;        border-bottom-color: transparent;        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem);        font-size: clamp(16px,calc(18/1920*100rem),18px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(0 0 0 / var(--tw-text-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

@media screen and (max-width: 768px) {
  .contact-department .tab-nav {        overflow-x: auto; }
    .contact-department .tab-nav ul {        white-space: nowrap;        padding-bottom: calc(4/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start; }
      .contact-department .tab-nav ul li:first-child {        padding-left: 0 /* 0px */; }
    .contact-department .tab-nav ul {        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        overflow-y: hidden;        padding-bottom: calc(8/1920*100rem); } }

.contact-department address {        margin-bottom: 0 /* 0px */;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        font-style: normal; }
  .contact-department address p {        margin-bottom: 0 /* 0px */; }
  .contact-department address li {        border-left-width: calc(2/1920*100rem);        --tw-border-opacity: 1;        border-left-color: rgb(220 169 58 / var(--tw-border-opacity, 1));        --tw-bg-opacity: 1;        background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));        padding-top: calc(8/1920*100rem);        padding-bottom: calc(8/1920*100rem);        font-size: clamp(12px,calc(14/1920*100rem),14px);        font-weight: 500;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;    -webkit-box-align: center;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center; }
    .contact-department address li * {        font-size: clamp(12px,calc(14/1920*100rem),14px); }
    .contact-department address li:not(:last-child) {        margin-bottom: 6px; }
  .contact-department address em, .contact-department address i {        margin-left: calc(8/1920*100rem);        margin-right: calc(8/1920*100rem);        width: 20px;        font-family: 'Font Awesome 6 Pro';        font-size: clamp(12px,calc(14/1920*100rem),14px);        font-weight: 900;        --tw-text-opacity: 1;        color: rgb(220 169 58 / var(--tw-text-opacity, 1));        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .contact-department address a {        display: inline-block; }
    .contact-department address a:hover {        -webkit-text-decoration-line: underline;        text-decoration-line: underline; }

.contact-department .ajax-center-wrap {        padding-top: calc(40/1920*100rem); }
  .contact-department .ajax-center-wrap.disble-btn {        pointer-events: none;        opacity: 0; }

.contact-department .col {        display: none; }

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .fleet-detail-1 .img-desktop {        display: none; } }

.fleet-detail-1 .img-tablet {        display: none; }
  @media screen and (min-width: 576px) and (max-width: 1200px) {
    .fleet-detail-1 .img-tablet {        display: block; } }

@media screen and (max-width: 1024px) {
  .fleet-detail-1 .img {        padding-top: calc(20/1920*100rem); } }

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .fleet-detail-1 .img a {
    padding-top: 75%; } }

.fleet-detail-1 .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }

.fleet-detail-1 .desc {        --tw-text-opacity: 1;        color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .fleet-detail-1 .desc * {        --tw-text-opacity: 1;        color: rgb(0 0 0 / var(--tw-text-opacity, 1)); }
  .fleet-detail-1 .desc strong {        font-size: clamp(18px,calc(20/1920*100rem),20px);        font-weight: 700; }
    .fleet-detail-1 .desc strong * {        font-size: clamp(18px,calc(20/1920*100rem),20px); }

.fleet-detail-2::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: url("../img/bg/service-bg.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: bottom left;
  max-height: 13.54167rem; }

.counter-figure .counter {        position: relative;        z-index: 40;        font-size: clamp(34px,calc(40/1920*100rem),40px);        font-weight: 700;        line-height: 1;        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1));  word-break: break-word; }
  .counter-figure .counter * {
    font: inherit;
    word-break: break-word; }

@media (min-width: 1600.1px) {
  .counter-figure .counter {        font-size: clamp(44px,calc(52/1920*100rem),52px);        line-height: .9; }
    .counter-figure .counter * {        font-size: clamp(44px,calc(52/1920*100rem),52px); } }

.counter-figure::before, .counter-figure::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: calc(24/1920*100rem);
  right: calc(24/1920*100rem);
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: url("../img/icon/lotus.png");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top right !important;
  max-width: 3.33333rem;
  max-height: 1.77083rem; }

.counter-figure:before {        opacity: 0;  background: url("../img/lotus.svg"); }

.counter-figure:hover::before {        opacity: 1; }

.counter-figure:hover::after {        opacity: 0; }

.counter-figure .desc {        position: relative;        z-index: 60; }

@media screen and (max-width: 1024px) {
  .fleet-detail-3 .table-wrap {        overflow-x: auto; }
    .fleet-detail-3 .table-wrap ul {        white-space: nowrap;        padding-bottom: calc(4/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start; }
      .fleet-detail-3 .table-wrap ul li:first-child {        padding-left: 0 /* 0px */; } }

.fleet-detail-3 thead tr th {        --tw-bg-opacity: 1;        background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1));        padding-left: calc(24/1920*100rem);        padding-right: calc(24/1920*100rem);        padding-top: calc(12/1920*100rem);        padding-bottom: calc(12/1920*100rem);        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
  .fleet-detail-3 thead tr th:nth-child(1) {
    max-width: 6.25rem;
    min-width: 6.25rem;
    width: 6.25rem; }
    @media screen and (max-width: 1024px) {
      .fleet-detail-3 thead tr th:nth-child(1) {
        max-width: 4.6875rem;
        min-width: 4.6875rem;
        width: 4.6875rem; } }

.fleet-detail-3 tbody tr:nth-child(even) td {        --tw-bg-opacity: 1;        background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)); }

.fleet-detail-3 tbody tr td {        border-bottom-width: 1px;        border-top-width: 1px;        --tw-border-opacity: 1;        border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));        padding-left: calc(24/1920*100rem);        padding-right: calc(24/1920*100rem);        padding-top: calc(12/1920*100rem);        padding-bottom: calc(12/1920*100rem);        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(41 41 41 / var(--tw-text-opacity, 1)); }
  .fleet-detail-3 tbody tr td * {        font-size: clamp(14px,calc(16/1920*100rem),16px);        font-weight: 400;        --tw-text-opacity: 1;        color: rgb(41 41 41 / var(--tw-text-opacity, 1)); }
  .fleet-detail-3 tbody tr td:nth-child(1) {
    max-width: 6.25rem;
    min-width: 6.25rem;
    width: 6.25rem; }
    @media screen and (max-width: 1024px) {
      .fleet-detail-3 tbody tr td:nth-child(1) {
        max-width: 4.6875rem;
        min-width: 4.6875rem;
        width: 4.6875rem; } }
  .fleet-detail-3 tbody tr td:nth-child(2) {        width: -webkit-max-content;        width: -moz-max-content;        width: max-content; }
  .fleet-detail-3 tbody tr td:nth-child(3), .fleet-detail-3 tbody tr td:nth-child(4), .fleet-detail-3 tbody tr td:nth-child(5) {
    width: 14%; }
  .fleet-detail-3 tbody tr td:nth-child(6) {
    width: 25%; }

@media (min-width: 1024.1px) {
  .circle-vertical-block {
    padding: 7.29167rem 0 19.79167rem; } }

@media (min-width: 1600.1px) {
  .circle-vertical-block {
    padding: 7.29167rem 0 14.58333rem; } }

.circle-vertical-block .row, .circle-vertical-block .col {        position: relative;        z-index: 10;        margin: 0 /* 0px */;        padding: 0 /* 0px */; }

.circle-vertical-block .col:nth-child(1), .circle-vertical-block .col:nth-child(3) {        z-index: 20; }

.circle-vertical-block .center-circle {        margin-left: auto;        margin-right: auto;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  @media screen and (max-width: 1024px) {
    .circle-vertical-block .center-circle {        display: none; } }
  .circle-vertical-block .center-circle .img-center::after {
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: url("../img/about/circle.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    width: 23.4375rem;
    height: 23.4375rem;
    bottom: -6.25rem; }

@media (max-width: 768px) {
  .circle-vertical-block .center-circle .img-center::after {
    width: 16.66667rem;
    height: 16.66667rem; } }
    @media screen and (max-width: 768px) {
      .circle-vertical-block .center-circle .img-center::after {        display: none; } }
  .circle-vertical-block .center-circle .logo {
    width: 18.22917rem;
    height: 18.22917rem;
    position: relative;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-radius: 9999px;
    padding: calc(16/1920*100rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    background: #006D8D1A; }
    .circle-vertical-block .center-circle .logo .blue {        overflow: hidden;        border-radius: 9999px;        padding: calc(32/1920*100rem);      background: #006D8D4D; }
    .circle-vertical-block .center-circle .logo .white {        overflow: hidden;        border-radius: 9999px;        --tw-bg-opacity: 1;        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));        padding: calc(20/1920*100rem); }
    .circle-vertical-block .center-circle .logo a {        overflow: hidden;        border-radius: 9999px;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;      background: -webkit-linear-gradient(310.32deg, #006D8D 14.98%, #003545 84.17%);      background: linear-gradient(139.68deg, #006D8D 14.98%, #003545 84.17%);
      height: 10.9375rem;
      max-height: 10.9375rem;
      width: 10.9375rem;
      max-width: 10.9375rem; }

@media (max-width: 768px) {
  .circle-vertical-block .center-circle .logo a {
    width: 7.8125rem;
    height: 7.8125rem; } }
    .circle-vertical-block .center-circle .logo img {
      width: auto;
      height: 100%;
      object-fit: contain;
      max-height: 5.72917rem; }

@media (max-width: 768px) {
  .circle-vertical-block .center-circle .logo img {
    max-height: 3.125rem; } }

.circle-vertical-block .item {        position: relative;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        padding: calc(4/1920*100rem); }

@media (min-width: 768.1px) {
  .circle-vertical-block .item {        -webkit-box-orient: horizontal;        -webkit-box-direction: normal;        -webkit-flex-direction: row;        -ms-flex-direction: row;        flex-direction: row;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; } }
  .circle-vertical-block .item:not(:last-child) {        margin-bottom: calc(24/1920*100rem); }

@media (min-width: 1024.1px) {
  .circle-vertical-block .item:not(:last-child) {        margin-bottom: calc(52/1920*100rem); } }
  .circle-vertical-block .item .img {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    min-width: 80px;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(0, 109, 141, 0.3) 0%, rgba(0, 109, 141, 0.267) 76.5%, rgba(0, 109, 141, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 109, 141, 0.3) 0%, rgba(0, 109, 141, 0.267) 76.5%, rgba(0, 109, 141, 0) 100%);
    overflow: hidden;
    border-radius: 9999px;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
    .circle-vertical-block .item .img .wrap {
      border: 3.5px solid #006D8D80;
      width: 68px;
      height: 68px;
      max-height: 68px;
      max-width: 68px;
      min-width: 68px;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center }

@media (max-width: 768px) {
  .circle-vertical-block .item .img {        margin-left: auto;        margin-right: auto; } }
    .circle-vertical-block .item .img em, .circle-vertical-block .item .img i {        font-size: clamp(18px,calc(20/1920*100rem),20px);        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
    .circle-vertical-block .item .img img {
      width: 100%;
      height: auto;
      object-fit: contain;
      max-height: 36px; }
    .circle-vertical-block .item .img .number {        margin-bottom: calc(4/1920*100rem);        font-size: clamp(16px,calc(18/1920*100rem),18px);        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
  .circle-vertical-block .item .txt {        position: relative; }
    .circle-vertical-block .item .txt::after {
      content: '';
      pointer-events: none;
      position: absolute;
      right: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 1px;
      width: 40px;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }
  .circle-vertical-block .item .title {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 2;        font-size: clamp(18px,calc(20/1920*100rem),20px);        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1));        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
  .circle-vertical-block .item .desc {        position: relative;        margin-top: calc(8/1920*100rem);        margin-bottom: calc(8/1920*100rem); }

@media (min-width: 1200.1px) {
  .circle-vertical-block .item .desc {
    display: -webkit-box;
    font-size: clamp(14px, 0.83333rem, 16px);
    height: 2.16667rem;
    min-height: 36.4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .circle-vertical-block .item .desc * {
      display: -webkit-box;
      font-size: clamp(14px, 0.83333rem, 16px);
      height: 2.16667rem;
      min-height: 36.4px;
      line-height: 1.3;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; } }

.circle-vertical-block .block-center-item {        width: 100%;        text-align: center;        position: absolute;        left: 50%;        -webkit-transform: translateX(-50%);        transform: translateX(-50%);  top: calc( 100% + 10px);
  max-width: 22.39583rem; }

@media (max-width: 1024px) {
  .circle-vertical-block .block-center-item {        display: none; } }
  .circle-vertical-block .block-center-item .item {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column; }
  .circle-vertical-block .block-center-item .txt {        padding-top: calc(20/1920*100rem); }

@media (min-width: 1024.1px) {
  .circle-vertical-block .block-center-item .txt {        padding-top: calc(36/1920*100rem); } }

.circle-vertical-block .btn-wrap {        padding-top: calc(4/1920*100rem); }

.circle-vertical-block .block-center-item .btn {        margin-right: calc(calc(16/1920*100rem) * -1); }

@media (max-width: 1024px) {
  .circle-vertical-block .left {        display: none; } }

.circle-vertical-block .left .btn-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: end;        -webkit-justify-content: flex-end;        -ms-flex-pack: end;        justify-content: flex-end;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
  .circle-vertical-block .left .btn-wrap .btn {        margin-right: calc(calc(4/1920*100rem) * -1);        padding-right: calc(4/1920*100rem); }

.circle-vertical-block .left .item {        -webkit-box-orient: horizontal;        -webkit-box-direction: reverse;        -webkit-flex-direction: row-reverse;        -ms-flex-direction: row-reverse;        flex-direction: row-reverse;        border-top-right-radius: 9999px;        border-bottom-right-radius: 9999px; }

.circle-vertical-block .left .txt {        -webkit-box-align: start;        -webkit-align-items: flex-start;        -ms-flex-align: start;        align-items: flex-start;        padding-left: 0 /* 0px */;        padding-right: calc(24/1920*100rem);        text-align: right; }

@media (min-width: 1024.1px) {
  .circle-vertical-block .left.even .item:first-child {
    margin-right: -4.16667rem; } }

@media (min-width: 1200.1px) {
  .circle-vertical-block .left.even .item:first-child {
    margin-right: -2.86458rem; } }

@media (min-width: 1024.1px) {
  .circle-vertical-block .left.even .item:nth-child(2) {
    margin-right: -4.6875rem; } }

@media (min-width: 1200.1px) {
  .circle-vertical-block .left.even .item:nth-child(2) {
    margin-right: -3.38542rem; }
    .circle-vertical-block .left.even .item:nth-child(2) .txt {        padding-right: calc(32/1920*100rem); } }

.circle-vertical-block .left.single .item {
  margin-left: 0; }

@media (max-width: 1024px) {
  .circle-vertical-block .right {        display: none; } }

.circle-vertical-block .right .item {        border-top-left-radius: 9999px;        border-bottom-left-radius: 9999px; }

.circle-vertical-block .right .btn-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

@media (min-width: 1024.1px) {
  .circle-vertical-block .right.even .item:first-child {
    margin-left: -4.16667rem; } }

@media (min-width: 1200.1px) {
  .circle-vertical-block .right.even .item:first-child {
    margin-left: -3.125rem; }
    .circle-vertical-block .right.even .item:first-child .txt {        margin-left: calc(32/1920*100rem); } }

@media (min-width: 1024.1px) {
  .circle-vertical-block .right.even .item:nth-child(2) {
    margin-left: -4.6875rem; } }

@media (min-width: 1200.1px) {
  .circle-vertical-block .right.even .item:nth-child(2) {
    margin-left: -3.38542rem; }
    .circle-vertical-block .right.even .item:nth-child(2) .txt {        margin-left: calc(36/1920*100rem); } }

.circle-vertical-block .right.single .item {
  margin-left: 4.6875rem; }

@media (min-width: 1024.1px) {
  .circle-vertical-block .left, .circle-vertical-block .right {        height: 100%;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: start;        -webkit-align-items: flex-start;        -ms-flex-align: start;        align-items: flex-start;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column; } }

@media screen and (max-width: 1024px) {
  .circle-vertical-block .left, .circle-vertical-block .right {
    display: none !important; } }

.circle-vertical-block .left.single, .circle-vertical-block .right.single {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

@media (min-width: 1024.1px) {
  .tablet-swiper {        display: none; } }

.tablet-swiper .txt {        text-align: center; }

.tablet-swiper .desc img {        display: none; }

@media screen and (max-width: 1024px) {
  .about-history {
    padding-bottom: 120px; }
  .about-history .swiper-nav {        bottom: -60px;        padding: 0 /* 0px */;        position: absolute;        left: 50%;        -webkit-transform: translateX(-50%);        transform: translateX(-50%); } }

.about-history .desc {
  max-height: 8.33333rem; }

.about-history .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;  height: 9.375rem;
  width: 100%; }
  .about-history .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-history .history-thumb {        position: relative; }
  @media screen and (max-width: 1024px) {
    .about-history .history-thumb {        margin-bottom: calc(24/1920*100rem); } }
  .about-history .history-thumb .swiper {        z-index: 40; }

@media (min-width: 1024.1px) {
  .about-history .history-thumb.swiper-disable .swiper-wrapper {        -webkit-box-pack: center !important;        -webkit-justify-content: center !important;        -ms-flex-pack: center !important;        justify-content: center !important; } }
  .about-history .history-thumb::after {
    content: '';
    pointer-events: none;
    top: 11px;
    z-index: 10;
    display: block;
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .about-history .history-thumb .dot {        top: 0 /* 0px */;        z-index: 30;        height: 23px;        width: 23px;        border-radius: 9999px;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        position: absolute;        left: 50%;        -webkit-transform: translateX(-50%);        transform: translateX(-50%);        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }
    .about-history .history-thumb .dot::after {
      content: '';
      pointer-events: none;
      z-index: 10;
      display: block;
      height: 12px;
      width: 12px;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }
  .about-history .history-thumb .swiper-slide-thumb-active .dot {
    background: url("../img/icon/radio-2.png");
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
    background-position: center; }
    .about-history .history-thumb .swiper-slide-thumb-active .dot::after {        opacity: 0; }
  .about-history .history-thumb .swiper-slide-thumb-active .year {        --tw-text-opacity: 1;        color: rgb(220 169 58 / var(--tw-text-opacity, 1)); }
  .about-history .history-thumb .item {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }

.about-history .history-main {        position: relative;        margin-top: calc(40/1920*100rem); }
  .about-history .history-main .wrap {        position: relative;        padding-left: calc(8/1920*100rem);        padding-right: calc(8/1920*100rem); }

@media (min-width: 1024.1px) {
  .about-history .history-main .wrap {        padding-left: calc(20/1920*100rem);        padding-right: calc(20/1920*100rem);        padding-bottom: calc(36/1920*100rem); }
  .about-history .history-main .box {        border-bottom-width: calc(2/1920*100rem);        --tw-border-opacity: 1;        border-bottom-color: rgb(0 109 141 / var(--tw-border-opacity, 1)); } }
  @media screen and (max-width: 576px) {
    .about-history .history-main .box {        width: 100%; } }

@media (max-width: 1024px) {
  .about-history .history-main .item {        height: 100%;        -webkit-box-align: start;        -webkit-align-items: flex-start;        -ms-flex-align: start;        align-items: flex-start;        -webkit-box-pack: end;        -webkit-justify-content: flex-end;        -ms-flex-pack: end;        justify-content: flex-end; } }
  .about-history .history-main .dot {        position: absolute;        bottom: -12px;        left: calc(16/1920*100rem);        z-index: 30;        height: 23px;        width: 23px;        border-radius: 9999px;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

@media (max-width: 1200px) {
  .about-history .history-main .dot {        display: none !important; } }
    .about-history .history-main .dot::after {
      content: '';
      pointer-events: none;
      z-index: 10;
      display: block;
      height: 12px;
      width: 12px;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(0 109 141 / var(--tw-bg-opacity, 1));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }
  .about-history .history-main .txt {        margin-left: calc(8/1920*100rem);        margin-right: calc(8/1920*100rem); }

@media (min-width: 1024.1px) {
  .about-history .history-main .txt {        margin-left: calc(20/1920*100rem);        margin-right: calc(20/1920*100rem); }
  .about-history .history-main .swiper-history {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; } }
  .about-history .history-main .swiper {        margin-left: calc(calc(12/1920*100rem) * -1);        margin-right: calc(calc(12/1920*100rem) * -1);        padding-left: calc(12/1920*100rem);        padding-right: calc(12/1920*100rem); }
  .about-history .history-main .txt {        padding-top: calc(36/1920*100rem); }

@media (max-width: 1200px) {
  .about-history .history-main .txt {        padding-top: 0 /* 0px */; } }
  .about-history .history-main .year {        padding-bottom: 0 /* 0px */; }

@media (max-width: 1200px) {
  .about-history .history-main .year {        padding-bottom: calc(20/1920*100rem); } }
  .about-history .history-main .swiper-slide.swiper-slide-active .year {        --tw-text-opacity: 1;        color: rgb(220 169 58 / var(--tw-text-opacity, 1)); }
  .about-history .history-main .swiper-slide.swiper-slide-active .dot {
    background: url("../img/icon/radio-2.png");
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important; }
    .about-history .history-main .swiper-slide.swiper-slide-active .dot::after {        opacity: 0; }

.about-1 {        position: relative; }

@media (min-width: 576.1px) {
  .about-1 .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    height: 19.79167rem;
    width: auto; }
    .about-1 .img a img {
      width: auto;
      height: 100%;
      object-fit: contain; } }
  @media screen and (max-width: 576px) {
    .about-1 .img {        pointer-events: none;        position: absolute;        bottom: 0 /* 0px */;        left: 0 /* 0px */;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        height: 100%;        width: 100%;        -webkit-box-align: end;        -webkit-align-items: flex-end;        -ms-flex-align: end;        align-items: flex-end; } }
  .about-1 .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }
  .about-1 .read-more-wrap .desc {        padding-bottom: calc(4/1920*100rem);        font-size: clamp(16px,calc(18/1920*100rem),18px);        line-height: 1.4;        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
    .about-1 .read-more-wrap .desc * {        font-size: clamp(16px,calc(18/1920*100rem),18px);        --tw-text-opacity: 1;        color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
  .about-1 .read-more-wrap.active .btn.btn-tertiary .txt-1 {        display: none; }
  .about-1 .read-more-wrap.active .btn.btn-tertiary .txt-2 {        display: block; }
  .about-1 .read-more-wrap.active .btn.btn-tertiary em {
    -webkit-transform: rotateX(180deg) !important;
            transform: rotateX(180deg) !important; }
  .about-1 .read-more-wrap.active .article {
    height: auto !important; }
  .about-1 .read-more-wrap .article {        overflow: hidden;        line-height: 1.55; }

@media (max-width: 768px) {
  .about-1 .read-more-wrap .article {
    height: 300px !important; } }

@media (min-width: 576.1px) {
  .about-1 .read-more-wrap .article {
    height: auto !important; } }
  .about-1 .read-more-wrap .btn-read-more {        margin-top: calc(20/1920*100rem);        margin-bottom: calc(20/1920*100rem);        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

@media (min-width: 576.1px) {
  .about-1 .read-more-wrap .btn-read-more {        display: none; } }
    .about-1 .read-more-wrap .btn-read-more.hide {        display: none; }
  .about-1 .read-more-wrap .btn {        padding-left: 0 /* 0px */; }
    .about-1 .read-more-wrap .btn.btn-tertiary {        height: 32px; }
      .about-1 .read-more-wrap .btn.btn-tertiary span, .about-1 .read-more-wrap .btn.btn-tertiary em {        font-size: clamp(18px,calc(20/1920*100rem),20px); }
      .about-1 .read-more-wrap .btn.btn-tertiary .txt-1 {        display: block; }
      .about-1 .read-more-wrap .btn.btn-tertiary .txt-2 {        display: none; }
      .about-1 .read-more-wrap .btn.btn-tertiary em {
        -webkit-transform: none !important;
                transform: none !important; }
  @media screen and (max-width: 1024px) {
    .about-1 .block-wrap {        margin-top: calc(4/1920*100rem); } }

@media (max-width: 1200px) {
  .about-1 .counter-figure .counter {        font-size: clamp(26px,calc(32/1920*100rem),32px); } }

.about-2 {
  background: url("../img/bg/about-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (min-width: 1200.1px) {
  .about-2 {        overflow: hidden;    height: 36.45833rem; } }
  @media screen and (max-width: 1024px) {
    .about-2 .txt {        padding-top: calc(20/1920*100rem); } }
  .about-2 .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .about-2 .img a {
      padding-top: 40%; } }
  .about-2 .img a img {        object-fit: contain; }
  .about-2 .desc {        font-size: clamp(16px,calc(18/1920*100rem),18px); }
    .about-2 .desc * {        font-size: clamp(16px,calc(18/1920*100rem),18px); }

.about-3 {
  -webkit-transition: .3s all  ease-in-out;
  transition: .3s all  ease-in-out;
  padding: 0 /* 0px */ }

@media (min-width: 1200.1px) {
  .about-3 {        overflow: hidden;    height: 36.45833rem; } }
  .about-3::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  @media screen and (max-width: 768px) {
    .about-3 .img a {
      padding-top: 100%; } }
  .about-3 img {
    -webkit-animation: kenburns-top 20s ease-out infinite both;
            animation: kenburns-top 20s ease-out infinite both; }
  .about-3 .os-scrollbar .os-scrollbar-track {
    background: #d9dadb; }
    .about-3 .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
      background: #666666; }

.about-4 .img {        width: 100%; }

@media (min-width: 1200.1px) {
  .about-4 .img a {        width: 100%;    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 42.85714%; }
    .about-4 .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: contain;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (max-width: 1200px) {
  .about-4 .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    width: auto; }
    .about-4 .img a img {
      width: auto;
      height: 100%;
      object-fit: contain; } }

.about-4 .desktop-wrap {        display: none; }

@media (min-width: 1200.1px) {
  .about-4 .desktop-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex; } }

.about-4 .tablet-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex; }

@media (max-width: 576px) {
  .about-4 .tablet-wrap {        display: none; } }

@media (min-width: 1200.1px) {
  .about-4 .tablet-wrap {        display: none; } }

.about-4 .mobile-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex; }

@media (min-width: 576.1px) {
  .about-4 .mobile-wrap {        display: none; } }

@media screen and (max-width: 1024px) {
  .about-5 {        padding-bottom: 120px; }
  .about-5 .block-title {        text-align: center;        font-size: clamp(26px,calc(32/1920*100rem),32px); } }

.about-5 .figure {        width: 100%; }
  @media screen and (max-width: 1024px) {
    .about-5 .figure {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        height: 100%;      background: -webkit-radial-gradient(0% 1.95%, 92.62% 128.78%, #006D8D 50.58%, rgba(0, 109, 141, 0.859873) 100%);      background: radial-gradient(92.62% 128.78% at 0% 1.95%, #006D8D 50.58%, rgba(0, 109, 141, 0.859873) 100%); } }
  @media screen and (max-width: 768px) {
    .about-5 .figure {        display: block; } }

@media (min-width: 1024.1px) {
  .about-5 .figure::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    top: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    max-width: 62.5rem;
    background: -webkit-radial-gradient(0% 1.95%, 92.62% 128.78%, #006D8D 22.58%, rgba(0, 109, 141, 0.859873) 51.18%, rgba(0, 109, 141, 0) 100%);
    background: radial-gradient(92.62% 128.78% at 0% 1.95%, #006D8D 22.58%, rgba(0, 109, 141, 0.859873) 51.18%, rgba(0, 109, 141, 0) 100%); } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .about-5 .figure .img {        width: 100%; }
      .about-5 .figure .img a {        width: 100%;        padding-top: 100%; } }

.about-5 .txt-wrap {        height: 100%;        width: 100%; }

@media (max-width: 1024px) {
  .about-5 .txt-wrap {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        height: auto;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        padding: calc(32/1920*100rem);    -webkit-align-self: stretch;    -ms-flex-item-align: stretch;    align-self: stretch; } }

@media (min-width: 1024.1px) {
  .about-5 .txt-wrap {        position: absolute;        top: 0 /* 0px */;        left: 0 /* 0px */;    padding: 3.125rem 0 0 3.125rem;
    max-width: 50%; } }

@media (min-width: 1200.1px) {
  .about-5 .txt-wrap {
    max-width: 27.08333rem; } }

@media (min-width: 1600.1px) {
  .about-5 .txt-wrap {
    padding: 6.25rem 0 0 4.16667rem; } }

.about-5 .swiper-nav {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }

.about-5 .row {        -webkit-box-pack: justify;        -webkit-justify-content: space-between;        -ms-flex-pack: justify;        justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .about-5 .block-wrap {        bottom: -70px;        position: absolute;        left: 50%;        -webkit-transform: translateX(-50%);        transform: translateX(-50%); } }

.about-5 .swiper-slide-thumb-active .headline a {        font-weight: 700;        --tw-text-opacity: 1;        color: rgb(0 109 141 / var(--tw-text-opacity, 1)); }

@media screen and (max-width: 1024px) {
  .about-5 .about-thumb {        display: none; } }

@media screen and (max-width: 576px) {
  .about-5 .row {        padding-top: 0 /* 0px */; } }

@media (max-width: 1024px) {
  .about-6 .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.66667%; }
    .about-6 .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .about-6 .img a {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;    height: 300px;
    width: 100%; }
    .about-6 .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.about-6 .desc {        margin-top: calc(20/1920*100rem);        margin-bottom: calc(20/1920*100rem); }

.about-6 .txt {        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out;  max-height: 12.5rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50.36%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50.36%, rgba(0, 0, 0, 0.6) 100%); }
  @media screen and (max-width: 768px) {
    .about-6 .txt {        display: none; } }

.about-6 .overlay {        text-align: center;        opacity: 0;        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);        -webkit-transition-duration: 150ms;        transition-duration: 150ms;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: start;        -webkit-justify-content: flex-start;        -ms-flex-pack: start;        justify-content: flex-start;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-orient: vertical;        -webkit-box-direction: normal;        -webkit-flex-direction: column;        -ms-flex-direction: column;        flex-direction: column;        -webkit-transition: .4s all ease-in-out;        transition: .4s all ease-in-out; }

@media (min-width: 768.1px) {
  .about-6 .overlay {        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        opacity: 0; } }
  @media screen and (max-width: 768px) {
    .about-6 .overlay {        position: static;        height: -webkit-fit-content;        height: -moz-fit-content;        height: fit-content;        -webkit-transform: none;        transform: none;        opacity: 1;      background: #006D8DCC; } }
  .about-6 .overlay::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: #006D8DCC;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); }
    @media screen and (max-width: 768px) {
      .about-6 .overlay::after {        display: none; } }

.about-6 .item:hover .txt {        opacity: 0; }

.about-6 .item:hover .overlay {        opacity: 1; }

.about-6 .desc {        overflow: hidden;        display: -webkit-box;        -webkit-box-orient: vertical;        -webkit-line-clamp: 6; }

.about-7 {
  padding-bottom: 12.5rem; }
  @media screen and (max-width: 1024px) {
    .about-7 {
      padding: 12.5rem 0; } }
  .about-7::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  @media screen and (max-width: 576px) {
    .about-7 .btn {        width: 100%;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; }
      .about-7 .btn > div {        width: 100%;        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;        -webkit-box-pack: center;        -webkit-justify-content: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -webkit-align-items: center;        -ms-flex-align: center;        align-items: center; } }

/*# sourceMappingURL=main.min.css.map */
