/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Montserrat", serif;
  --font-sec: "Be Vietnam Pro", sans-serif;
  --font-third: "Inter", sans-serif;
  --size-hd: 10rem;
  --heightTop: 5.6rem;
  --heightSP: 6.4rem; }

.price-wrap {
  position: relative;
  padding-block: 4rem; }
  .price-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 23rem;
    background-image: url("../../assets/images/home/price-plane.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: 50%;
    transform: translateY(-25%);
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .price-wrap::after {
      background-size: cover; } }

.price-row {
  --row-gap: 2.4rem;
  --col-gap: 2.4rem;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .price-row {
      flex-direction: column-reverse; } }

.price col {
  --row-gap: 2.4rem;
  --col-gap: 2.4rem; }

@media screen and (max-width: 768px) {
  .price .col-7 {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .price .col-5 {
    width: 100%; } }

@media screen and (max-width: 575.98px) {
  .price-left {
    display: none; } }

.price-right .boat {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .price-right .boat {
      text-align: center; } }
  .price-right .boat-img {
    position: relative;
    display: inline-block;
    padding-left: 9.4rem; }
    .price-right .boat-img::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 7.8rem;
      height: 0.1rem;
      background-color: #2a3d77; }
    .price-right .boat-img::after {
      content: none; }
    @media screen and (max-width: 768px) {
      .price-right .boat-img {
        padding-left: 0; }
        .price-right .boat-img::before {
          left: -9.4rem; }
        .price-right .boat-img::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -9.4rem;
          transform: translateY(-50%);
          width: 7.8rem;
          height: 0.1rem;
          background-color: #2a3d77; } }

.price-truck {
  aspect-ratio: 66.2/59;
  max-width: 46.2rem;
  margin-left: 8rem; }
  @media screen and (max-width: 992px) {
    .price-truck {
      margin: 0 auto; } }

.price-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .price-list {
      flex-direction: row;
      justify-content: center; } }
  @media screen and (max-width: 575.98px) {
    .price-list {
      gap: 2rem 1rem;
      justify-content: space-between; } }

.price-item {
  display: flex;
  align-items: center;
  gap: 0.8rem; }
  @media screen and (max-width: 575.98px) {
    .price-item {
      align-items: flex-start;
      width: calc(50% - 0.5 * 1rem);
      flex-direction: column;
      justify-content: center;
      text-align: center; } }

.price-img {
  width: 2.3rem;
  height: 2.3rem; }
  .price-img img {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 575.98px) {
    .price-img {
      margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .price .top-title {
    text-align: center; } }

.price-text {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal; }
  @media only screen and (max-width: 1200px) {
    .price-text {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .price-text {
      font-size: 1.5rem; } }
  @media screen and (max-width: 575.98px) {
    .price-text {
      width: 100%; } }

.price-act {
  margin-top: 4rem;
  height: 5.68rem; }
  @media screen and (max-width: 768px) {
    .price-act {
      text-align: center;
      height: 4.88rem; } }

.price-act > .pri-btn {
  display: inline-block;
  padding: 1.6rem 4rem;
  color: #333; }
  @media screen and (max-width: 768px) {
    .price-act > .pri-btn {
      padding: 1.2rem 4rem; } }

.price-act > .pri-btn:hover > * {
  color: #fff; }

:root {
  --font-pri: "Montserrat", serif;
  --font-sec: "Be Vietnam Pro", sans-serif;
  --font-third: "Inter", sans-serif;
  --size-hd: 10rem;
  --heightTop: 5.6rem;
  --heightSP: 6.4rem; }

/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
.ab-head_ic {
  display: flex;
  align-items: center;
  column-gap: 1.6rem; }
  .ab-head_ic::before {
    content: "";
    width: 8rem;
    height: 0.1rem;
    background: #2a3d77;
    display: block; }

.ab-head {
  padding: 6.4rem 0 12rem 0; }
  .ab-head p {
    color: #333;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400; }

.ab-head_info {
  margin-top: 4rem; }

.info-content h3 {
  color: #2a3d77;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.8rem; }
  @media only screen and (max-width: 1200px) {
    .info-content h3 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .info-content h3 {
      font-size: 1.6rem; } }

.ab-head_item {
  display: flex;
  column-gap: 1.6rem;
  margin-bottom: 3.2rem; }
  .ab-head_item:last-child .info-ic::after {
    display: none; }
  @media screen and (max-width: 767.98px) {
    .ab-head_item {
      margin-bottom: 3.4rem; } }
  @media screen and (max-width: 575.98px) {
    .ab-head_item {
      margin-bottom: 1.4rem; } }

.info-ic {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  position: relative; }
  .info-ic::after {
    content: "";
    width: 0.15rem;
    position: absolute;
    top: 120%;
    height: 6rem;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: url(../images/about/line-top2.svg); }
  .info-ic img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

@media screen and (max-width: 1200px) {
  .ab-head-block {
    align-items: center; }
  .ab-head_box {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .ab-head-block {
    flex-direction: column; }
  .ab-head_box {
    width: 100%; } }

.provide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7rem 0;
  background-image: url("../images/home/provide.jpg");
  overflow: hidden;
  z-index: -1; }

.provide-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 3rem; }

.provide-heading {
  width: calc(3 / 12 * 100%);
  padding: 0 1rem; }
  .provide-heading .latest-news_title {
    color: #fff;
    text-align: left; }
  .provide-heading .boat-img {
    display: flex;
    align-items: center;
    column-gap: 1.6rem; }
    .provide-heading .boat-img::before {
      content: unset; }
    .provide-heading .boat-img::after {
      position: relative;
      display: block;
      top: unset;
      right: unset;
      background: #fff; }
  .provide-heading .desc {
    color: #fff; }
  .provide-heading .pri-btn {
    margin-top: 4rem;
    color: #333;
    padding: 1.6rem 3.2rem;
    width: fit-content; }
    .provide-heading .pri-btn::before, .provide-heading .pri-btn::after {
      background: #fff; }
    @media screen and (max-width: 1199.98px) {
      .provide-heading .pri-btn {
        padding: 1rem 1.6rem; } }
    @media screen and (max-width: 991.98px) {
      .provide-heading .pri-btn {
        margin-top: 2.4rem; } }
  @media screen and (max-width: 991.98px) {
    .provide-heading {
      width: 100%;
      padding: 0; } }

.provide-slide {
  width: calc(9 / 12 * 100%);
  padding: 0 1rem;
  margin: 0 -0.4rem; }
  .provide-slide .swiper {
    padding-bottom: 6rem; }
  .provide-slide .swiper-wrapper {
    display: flex; }
  .provide-slide .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 600px) {
      .provide-slide .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem; } }
    .provide-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 6.4rem;
      border-radius: 2.4rem;
      background: #fff; }
      @media screen and (max-width: 600px) {
        .provide-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 4.8rem; } }
  @media screen and (max-width: 991.98px) {
    .provide-slide {
      width: 100%;
      padding: 0; } }
  @media screen and (max-width: 575.98px) {
    .provide-slide {
      margin: 0; } }

.provide-item {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  width: calc(100% / 3 - 0.8rem);
  margin: 0 0.4rem; }
  .provide-item:hover .provide-text {
    max-height: 20rem;
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 767.98px) {
    .provide-item {
      width: calc(50% - 0.8rem); } }
  @media screen and (max-width: 575.98px) {
    .provide-item {
      width: calc(100% - 0.8rem); } }

.provide-img {
  position: relative;
  padding-top: calc(420 / 292 * 100%); }
  .provide-img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.25); }
  .provide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 575.98px) {
    .provide-img {
      padding-top: 100%; } }

.provide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  background: linear-gradient(0deg, #000 15.2%, rgba(102, 102, 102, 0) 95.2%);
  z-index: 1;
  width: 100%;
  padding: 4rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.view-more {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ebc13b;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.8rem;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .view-more {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .view-more {
      font-size: 1.5rem; } }

.provide-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem; }
  @media only screen and (max-width: 1200px) {
    .provide-title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .provide-title {
      font-size: 1.7rem; } }

.provide-desc {
  color: #fff;
  font-size: 1.4rem;
  line-height: 171.429%;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.provide-text {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.8s, opacity 0.8s, visibility 0.8s; }

.step {
  padding-block: 4rem;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 6rem; }
  .step::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/home/map.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  @media screen and (max-width: 767.98px) {
    .step {
      padding-block: 8rem; } }

.step-wrap {
  margin-top: 4rem; }

.thumb-number {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: rgba(51, 51, 51, 0.25);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out; }
  @media only screen and (max-width: 1200px) {
    .thumb-number {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .thumb-number {
      font-size: 1.7rem; } }

.thumb-item {
  padding-bottom: 1.2rem;
  transition: 0.3s ease-in-out;
  position: relative;
  width: fit-content;
  padding-right: 1.5rem; }
  .thumb-item::before {
    position: absolute;
    z-index: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.05); }
  .thumb-item.is-active::before {
    background-image: url("../images/home/ico_line.svg"); }
  .thumb-item.is-active .thumb-inner {
    background: #2a3d77; }
  .thumb-item.is-active .thumb-text {
    color: #fff; }
  .thumb-item.is-active .thumb-number {
    background: #ebc13b; }
  .thumb-item:not(:first-child) {
    padding-left: 1.5rem; }
  @media screen and (max-width: 991.98px) {
    .thumb-item {
      padding-right: 0.75rem; }
      .thumb-item:not(:first-child) {
        padding-left: 0.75rem; } }

.thumb-text {
  color: rgba(51, 51, 51, 0.25);
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
  font-weight: 700; }

.thumb-inner {
  border-radius: 4rem;
  background: transparent;
  padding: 0.6rem;
  padding-right: 2.4rem;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  column-gap: 0.8rem; }

.step-slide {
  margin-top: 3rem;
  border-radius: 4rem;
  background: #2a3d77;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative; }
  .step-slide .swiper-wrapper {
    align-items: flex-end; }
  .step-slide .swiper {
    width: 84%; }
    @media screen and (max-width: 1440.98px) {
      .step-slide .swiper {
        width: 88%; } }
  .step-slide .swiper-pagination {
    display: none; }
    @media screen and (max-width: 768px) {
      .step-slide .swiper-pagination {
        display: block;
        bottom: -5rem; } }
    .step-slide .swiper-pagination .swiper-pagination-bullet {
      width: 1.2rem;
      height: 1.2rem;
      background: rgba(42, 61, 119, 0.5);
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 600px) {
        .step-slide .swiper-pagination .swiper-pagination-bullet {
          width: 0.8rem;
          height: 0.8rem; } }
      .step-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 6.4rem;
        border-radius: 2.4rem;
        background: #2a3d77; }
        @media screen and (max-width: 600px) {
          .step-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 4.8rem; } }
  @media screen and (max-width: 991.98px) {
    .step-slide {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 768px) {
    .step-slide {
      padding-top: 2rem;
      border-radius: 2rem;
      padding-bottom: 2rem; } }
  @media screen and (max-width: 575.98px) {
    .step-slide {
      border-radius: 1.2rem; } }

.step-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .step-item {
      align-items: center;
      flex-direction: column-reverse; } }
  .step-item.swiper-slide-active {
    opacity: 1; }
    .step-item.swiper-slide-active .step-content > * {
      opacity: 1;
      transform: none; }
      .step-item.swiper-slide-active .step-content > *:nth-child(1) {
        transition-delay: 400ms; }
      .step-item.swiper-slide-active .step-content > *:nth-child(2) {
        transition-delay: 500ms; }
      .step-item.swiper-slide-active .step-content > *:nth-child(3) {
        transition-delay: 600ms; }
    .step-item.swiper-slide-active .step-img img {
      opacity: 1;
      transform: none;
      transition-delay: 400ms; }

.step-content {
  width: 38%; }
  .step-content > * {
    opacity: 0;
    transform: translateY(-2.5rem);
    transition: all 500ms; }
  .step-content .pri-btn {
    transition-delay: 0.4s;
    padding: 1.6rem 4.2rem;
    width: fit-content;
    color: #333; }
    .step-content .pri-btn::before, .step-content .pri-btn::after {
      background: #fff; }
    @media screen and (max-width: 768px) {
      .step-content .pri-btn {
        margin: 0 auto; } }
  @media screen and (max-width: 1440.98px) {
    .step-content {
      width: 40%; }
      .step-content .pri-btn {
        padding: 1.2rem 1.6rem; } }
  @media screen and (max-width: 1199.98px) {
    .step-content {
      width: 42%; } }
  @media screen and (max-width: 991.98px) {
    .step-content {
      width: 47%; } }
  @media screen and (max-width: 768px) {
    .step-content {
      width: 90%;
      text-align: center; } }

@media screen and (max-width: 768px) {
  .step-act {
    text-align: center; }
    .step-act > * {
      display: inline-block; } }

.step-heading {
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 768px) {
    .step-heading {
      justify-content: center; } }

.step-desc {
  transition-delay: 0.3s;
  color: #fff;
  font-size: 1.6rem;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 4rem; }
  @media screen and (max-width: 1440.98px) {
    .step-desc {
      margin-bottom: 2.4rem; } }
  @media screen and (max-width: 1199.98px) {
    .step-desc {
      -webkit-line-clamp: 3;
      line-clamp: 3;
      margin-bottom: 1rem; } }

.step-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .step-title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .step-title {
      font-size: 1.7rem; } }

.step-img {
  aspect-ratio: 55/33.5;
  max-width: 55rem;
  border-radius: 2.4rem 2.4rem 0 0;
  overflow: hidden; }
  .step-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translate(-2.5rem, 0);
    transition: transform 1000ms, opacity 1000ms;
    border-radius: 2.4rem 2.4rem 0 0; }
  @media screen and (max-width: 1100px) {
    .step-img {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .step-img {
      width: 100%;
      border-radius: 1.2rem; }
      .step-img img {
        border-radius: 1.2rem; } }

.button-wrapper {
  z-index: 5;
  position: absolute;
  width: calc(100% - 4rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .button-wrapper .swiper-prev-button,
  .button-wrapper .swiper-next-button {
    cursor: pointer; }
    .button-wrapper .swiper-prev-button.swiper-button-disabled,
    .button-wrapper .swiper-next-button.swiper-button-disabled {
      opacity: 0.5; }
  .button-wrapper .swiper-prev-button {
    width: fit-content;
    transform: rotate(-180deg); }
  @media screen and (max-width: 991.98px) {
    .button-wrapper {
      width: calc(100% - 2rem); } }
  @media screen and (max-width: 768px) {
    .button-wrapper {
      display: none; } }

.customer {
  padding-top: 12rem; }
  @media screen and (max-width: 1200px) {
    .customer {
      padding-top: 6rem; } }
  .customer .swiper-slide {
    height: unset;
    width: 40rem;
    padding: 1rem; }
    @media screen and (max-width: 575.98px) {
      .customer .swiper-slide {
        width: 100%; } }
  .customer .ship {
    margin-bottom: 4rem; }
    @media screen and (max-width: 768px) {
      .customer .ship {
        margin-bottom: 2rem; } }
    .customer .ship-img {
      column-gap: 1.6rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .customer .ship-img::before, .customer .ship-img::after {
        content: "";
        width: 8rem;
        height: 0.1rem;
        background: #2a3d77;
        display: block; }
  .customer-swiper .swiper-slide-active .customer-block {
    background: #2a3d77; }
  .customer-swiper .swiper-slide-active .customer-info-content p {
    color: white; }
  .customer-swiper .swiper-slide-active .customer-text p {
    color: white; }
  .customer-block {
    background: #f4f4f4;
    border-radius: 2.4rem;
    padding: 4rem 2rem;
    transition: 0.4s ease-in-out;
    min-height: 100%;
    display: flex; }
    @media screen and (min-width: 1201px) {
      .customer-block:hover {
        background: #2a3d77; }
        .customer-block:hover .customer-info-content p.name {
          color: #ebc13b; }
        .customer-block:hover .customer-info-content p.position {
          color: white; }
        .customer-block:hover .customer-text {
          font-size: 1.4rem; }
          .customer-block:hover .customer-text p {
            color: white; } }
    @media screen and (max-width: 599px) {
      .customer-block {
        border-radius: 0; } }
  .customer-wrap {
    display: flex;
    flex-direction: column; }
  .customer-info {
    margin-bottom: 2.4rem;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 810px) {
      .customer-info {
        gap: 1rem; } }
    .customer-info-img {
      width: 6.1rem;
      height: 6.1rem;
      overflow: hidden;
      border-radius: 50%;
      transition: border-radius 0.4s ease; }
      @media screen and (min-width: 1201px) {
        .customer-info-img:hover {
          border-radius: 0.5rem; } }
      .customer-info-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s all; }
    .customer-info-left {
      column-gap: 1rem;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 800px) {
        .customer-info-left {
          gap: 1rem;
          flex-wrap: wrap; } }
    .customer-info-content p {
      font-weight: 500;
      transition: 0.4s ease-in-out; }
      .customer-info-content p.name {
        font-size: 1.8rem; }
        @media only screen and (max-width: 1200px) {
          .customer-info-content p.name {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .customer-info-content p.name {
            font-size: 1.5rem; } }
    .customer-info-comma {
      width: 4.3rem;
      height: 4.3rem;
      border-radius: 99.9rem;
      background: #ebc13b;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        .customer-info-comma {
          width: 4rem;
          height: 4rem; } }
      .customer-info-comma svg {
        height: 100%;
        width: 2.4rem; }
        @media screen and (max-width: 1200px) {
          .customer-info-comma svg {
            width: 2rem; } }
  .customer-text {
    flex-grow: 1;
    margin-bottom: 3.2rem; }
    .customer-text p {
      line-height: 1.5;
      font-style: italic;
      transition: 0.4s ease-in-out; }
  .customer-star {
    column-gap: 0.8rem;
    display: flex;
    align-items: center; }
    .customer-star svg {
      width: 2.4rem; }
  .customer-pagination {
    margin-top: 4rem; }
  .customer-top .top-title {
    text-align: center;
    margin-top: 1rem; }
    @media screen and (max-width: 575.98px) {
      .customer-top .top-title {
        font-size: 2.4rem; } }
  .customer-top .top-desc,
  .customer-top p {
    text-align: center;
    margin: 0 auto;
    max-width: 66.5rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 171.429%; }
  .customer-pagination {
    display: flex;
    justify-content: center; }
    .customer-pagination .swiper-pagination-bullet {
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 0.8rem;
      border-radius: 2.4rem;
      transition: 0.4s ease-in-out;
      background: rgba(42, 61, 119, 0.5); }
      @media screen and (max-width: 600px) {
        .customer-pagination .swiper-pagination-bullet {
          width: 0.8rem;
          height: 0.8rem; } }
      .customer-pagination .swiper-pagination-bullet-active {
        width: 6.4rem;
        background: #2a3d77; }
        @media screen and (max-width: 600px) {
          .customer-pagination .swiper-pagination-bullet-active {
            width: 4.8rem; } }

.customer-swiper {
  margin: 0 -1rem; }

.latest-news {
  margin-top: 12rem; }
  @media screen and (max-width: 1000px) {
    .latest-news {
      margin-top: 8rem; } }
  .latest-news .boat {
    text-align: center; }
    .latest-news .boat-img {
      position: relative;
      display: inline-block; }
      .latest-news .boat-img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -9.4rem;
        transform: translateY(-50%);
        width: 7.8rem;
        height: 0.1rem;
        background-color: #2a3d77; }
      .latest-news .boat-img::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -9.4rem;
        transform: translateY(-50%);
        width: 7.8rem;
        height: 0.1rem;
        background-color: #2a3d77; }
  .latest-news_wrapper {
    position: relative; }
  .latest-news_title {
    color: #2a3d77;
    font-size: 3rem;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    margin-block: 1.6rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .latest-news_title {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .latest-news_title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 575.98px) {
      .latest-news_title {
        font-size: 2.4rem; } }
  .latest-news .swiper {
    padding: 2.4rem 0.2rem;
    padding-bottom: 6rem; }
    .latest-news .swiper-pagination {
      bottom: 0; }
    .latest-news .swiper-pagination-bullet {
      width: 1.2rem;
      height: 1.2rem;
      background: rgba(42, 61, 119, 0.5);
      transition: width 0.5s; }
      @media screen and (max-width: 600px) {
        .latest-news .swiper-pagination-bullet {
          width: 0.8rem;
          height: 0.8rem; } }
    .latest-news .swiper-pagination-bullet-active {
      width: 6.4rem;
      border-radius: 2.4rem;
      background: #2a3d77; }
      @media screen and (max-width: 600px) {
        .latest-news .swiper-pagination-bullet-active {
          width: 4.8rem; } }

.article-item_wrapper {
  border-radius: 2.4rem 2.4rem 4rem 4rem;
  background: #fff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.5s; }
  .article-item_wrapper:hover {
    transform: translateY(-0.8rem); }
  @media screen and (max-width: 575.98px) {
    .article-item_wrapper {
      border-radius: 2.4rem; } }

.article-item_wrapper:hover .article-item_img img {
  transform: scale(1.05); }

.article-item_wrapper:hover .article-item_title {
  color: #2a3d77; }

.article-item_img {
  aspect-ratio: 48.4/30.6;
  overflow: hidden;
  border-radius: 2.4rem 2.4rem 0rem 0rem; }
  @media screen and (max-width: 600px) {
    .article-item_img {
      aspect-ratio: 1.5; } }

.article-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s; }

.article-item_content {
  padding: 2.4rem 2rem 2.4rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column; }

.article-item_date {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300; }

.article-item_title {
  flex: 1;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-block: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: color 0.3s; }
  @media only screen and (max-width: 1200px) {
    .article-item_title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .article-item_title {
      font-size: 1.6rem; } }

.article-item_act {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #ebc13b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  position: relative; }
  .article-item_act::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.1rem;
    background-color: currentColor;
    transition: width 0.3s; }
  .article-item_act:hover::after {
    width: calc(100% - 3.2rem); }
  .article-item_act img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%; }

.download {
  overflow: hidden;
  padding-top: 12rem; }
  @media screen and (max-width: 1200px) {
    .download {
      padding-top: 6rem; } }
  .download-wrap {
    position: relative; }
  .download-block {
    padding: 6.7rem;
    position: relative;
    border-radius: 2.4rem;
    background: #ebc13b; }
    @media screen and (max-width: 1200px) {
      .download-block {
        padding: 6rem 4rem; } }
    @media screen and (max-width: 767px) {
      .download-block {
        padding: 4rem 1.5rem;
        overflow: hidden;
        background: #2a3d77; } }
    @media screen and (max-width: 575.98px) {
      .download-block .app-item {
        width: 12.939rem;
        height: 5.6rem; } }
  @media screen and (max-width: 767px) {
    .download .col-4 {
      display: none; } }
  @media screen and (max-width: 767px) {
    .download .col-8 {
      width: 100%; } }
  .download-skew {
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .download-skew {
        display: none; } }
    .download-skew img {
      height: 100%;
      width: 100%;
      display: block; }
  .download-img {
    left: 0;
    bottom: -5.4rem;
    position: absolute; }
    @media screen and (max-width: 1097px) {
      .download-img {
        left: -5rem; } }
    .download-img img {
      width: 23.8rem;
      height: 34.1rem;
      object-fit: cover; }
      @media screen and (max-width: 1097px) {
        .download-img img {
          width: 40rem;
          height: 40rem;
          object-fit: contain; } }
  .download-info {
    gap: 1rem;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1150px) {
      .download-info {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center; } }
    .download-info-box .title {
      color: white;
      font-weight: 600;
      text-align: center;
      font-size: 1.8rem; }
      @media only screen and (max-width: 1200px) {
        .download-info-box .title {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .download-info-box .title {
          font-size: 1.5rem; } }
    .download-info .install {
      margin-bottom: 0;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        .download-info .install-link {
          padding: 0.8rem 1.6rem; } }
    .download-info .app {
      margin-bottom: 0;
      justify-content: center; }
      .download-info .app-link img {
        height: 5.2rem;
        display: block; }

.faq {
  overflow: hidden;
  padding-top: 8rem; }
  @media screen and (max-width: 767.98px) {
    .faq {
      padding-top: 6rem; } }

.faq-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1.2rem;
  row-gap: 3rem; }
  .faq-wrap .policy-heading {
    width: calc(4 / 12 * 100%);
    padding: 0 1.2rem; }
  @media screen and (max-width: 767.98px) {
    .faq-wrap {
      margin: 0; }
      .faq-wrap .policy-heading {
        width: 100%;
        padding: 0; } }

.faq-list {
  padding: 0 1.2rem; }
  @media screen and (max-width: 767.98px) {
    .faq-list {
      padding: 0; } }

.faq-list {
  flex: 1; }

.faq-item:not(:first-child) {
  margin-top: 1.5rem; }

.faq-item.is-active .faq-heading img {
  transform: rotate(-180deg); }

.faq-heading {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  border-radius: 8px;
  background: #eef4ff;
  padding: 1.6rem 3.2rem;
  align-items: center;
  cursor: pointer; }
  .faq-heading img {
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.3s ease-in-out; }
  @media screen and (max-width: 991.98px) {
    .faq-heading {
      padding: 1.6rem; } }

.faq-content {
  margin: 1.5rem 2.3rem 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 171.429%; }

.faq-title {
  flex: 1; }

.faq-img {
  margin-top: 3.2rem;
  max-width: 33.8rem; }
  .faq-img img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 575.98px) {
    .faq-img {
      display: none; } }

.about-commit {
  position: relative;
  background-color: #f6f6f6; }
  .about-commit_row {
    --col-gap: 2.4rem;
    --row-gap: 2.4rem;
    align-items: center; }
  .about-commit .col {
    --col-gap: 2.4rem;
    --row-gap: 2.4rem; }
    @media screen and (max-width: 850px) {
      .about-commit .col {
        --row-gap: 6rem; }
        .about-commit .col:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 850px) {
    .about-commit .col-5 {
      width: 100%; } }
  @media screen and (max-width: 850px) {
    .about-commit .col-7 {
      width: 100%; } }
  .about-commit_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 450px) {
      .about-commit_bg {
        opacity: 0.3; } }
    .about-commit_bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about-commit_wrap {
    position: relative;
    padding-block: 12rem; }
    @media screen and (max-width: 575.98px) {
      .about-commit_wrap {
        padding-block: 7rem; } }
  .about-commit_left-wrap {
    padding: 4rem;
    border-radius: 2.4rem;
    background: #2a3d77;
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media screen and (max-width: 575.98px) {
      .about-commit_left-wrap {
        padding: 4rem 1.5rem; } }
  .about-commit_left-content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (max-width: 850px) {
      .about-commit_left-content {
        text-align: center; } }
  .about-commit_left-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .about-commit_left-title {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .about-commit_left-title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 575.98px) {
      .about-commit_left-title {
        font-size: 2.4rem; } }
  .about-commit_left-desc {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 171.429%; }
  .about-commit_left-act {
    height: 5.6rem; }
    @media screen and (max-width: 850px) {
      .about-commit_left-act {
        text-align: center; } }
    @media screen and (max-width: 450px) {
      .about-commit_left-act {
        height: 4.8rem; } }
  .about-commit_left-act .pri-btn {
    display: inline-block;
    padding: 1.6rem 4rem;
    line-height: 150%;
    min-width: 23.6rem; }
    @media screen and (max-width: 450px) {
      .about-commit_left-act .pri-btn {
        min-width: unset;
        padding: 1.2rem 3rem; } }
    .about-commit_left-act .pri-btn::before, .about-commit_left-act .pri-btn::after {
      background-color: #fff; }
    .about-commit_left-act .pri-btn:hover {
      color: #2a3d77; }
  .about-commit_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 6.4rem; }
    @media screen and (max-width: 750px) {
      .about-commit_list {
        gap: 3rem; } }
    @media screen and (max-width: 450px) {
      .about-commit_list {
        gap: 2.4rem 1.5rem; } }
  .about-commit_item {
    width: calc(100% / 3 - 4.3rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem; }
    @media screen and (max-width: 1250px) {
      .about-commit_item {
        width: calc(50% - 4.3rem); } }
    @media screen and (max-width: 850px) {
      .about-commit_item {
        width: calc(100% / 3 - 4.3rem); } }
    @media screen and (max-width: 750px) {
      .about-commit_item {
        width: calc(50% - 1.5rem); } }
  .about-commit_img {
    width: 5.6rem;
    height: 5.6rem; }
    .about-commit_img img {
      width: 100%;
      height: 100%;
      display: block; }
  .about-commit_text {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal; }
    @media screen and (max-width: 450px) {
      .about-commit_text {
        text-align: center; } }

.hero .banner-img {
  height: calc(598 / 1728 * 100vw);
  min-height: 55rem; }

@media screen and (max-width: 991.98px) {
  .hero .banner-title {
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (max-width: 370.98px) {
  .hero .banner-img {
    min-height: 64rem; } }

.hero-desc {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130.665%;
  text-align: center;
  margin-top: 1.6rem; }
  @media only screen and (max-width: 1200px) {
    .hero-desc {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .hero-desc {
      font-size: 1.7rem; } }

.hero-search {
  max-width: 79.2rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
  padding: 0.6rem;
  border-radius: 10rem;
  background: #fff; }
  .hero-search .select2-container--default .select2-selection--single {
    border: 0; }
  .hero-search .form-group {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0 1.4rem; }
    .hero-search .form-group .re-select-main {
      width: 11.2rem; }
    .hero-search .form-group:not(:last-child) {
      padding-right: 1.2rem; }
    .hero-search .form-group:not(:first-child) {
      padding-left: 2.4rem;
      border-left: 1px solid #2a3d77; }
    .hero-search .form-group:nth-child(2) {
      flex: 1; }
      .hero-search .form-group:nth-child(2) .form-control {
        width: 100%; }
  .hero-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2a3d77;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 195.997%; }
  .hero-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .hero-search .select2.select2-container--open .select2-selection__arrow {
    transform: rotate(-180deg); }
  .hero-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 1.2rem;
    top: 0.3rem;
    background-image: url("../images/home/ico_down1.svg");
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 575.98px) {
      .hero-search .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 1.8rem;
        height: 1.8rem;
        top: 0.7rem; } }
  .hero-search .select2-container {
    min-width: 10rem; }
    @media screen and (max-width: 575.98px) {
      .hero-search .select2-container {
        min-width: 8rem; } }
  .hero-search .form-wrap {
    display: flex;
    align-items: center; }
  .hero-search .form-control {
    border: 0; }
  @media screen and (max-width: 1440.98px) {
    .hero-search {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 991.98px) {
    .hero-search .form-group {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
  @media screen and (max-width: 767.98px) {
    .hero-search {
      border-radius: 0.4rem; }
      .hero-search .form-wrap {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 2rem; } }
  @media screen and (max-width: 575.98px) {
    .hero-search {
      padding: 0; }
      .hero-search .form-wrap {
        row-gap: 1rem; }
      .hero-search .search-btn {
        border-radius: 0.4rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 1.4rem; }
        .hero-search .search-btn span {
          display: none; }
      .hero-search .form-control {
        padding: 0.95rem 0.4rem; }
        .hero-search .form-control::placeholder {
          font-size: 1.4rem; }
      .hero-search .form-group {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0; }
        .hero-search .form-group:not(:first-child) {
          border: 0;
          padding-left: 0; }
        .hero-search .form-group:not(:last-child) {
          padding-right: 0; }
        .hero-search .form-group:nth-child(2) {
          width: 100%; } }

.select2-container--open .select2-dropdown--below {
  border-radius: 0.4rem;
  overflow: hidden; }

.select2-container--open .select2-dropdown {
  top: 1rem;
  min-width: 18rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  @media screen and (max-width: 575.98px) {
    .select2-container--open .select2-dropdown {
      min-width: 14rem; } }

.select2-results__option {
  padding: 1.2rem 2rem; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff;
  background: #2a3d77; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 0.4rem; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(42, 61, 119, 0.8); }

.search-btn {
  padding: 1.6rem 3.2rem;
  border-radius: 4rem;
  color: #001840;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 1rem; }
  .search-btn:hover {
    color: #fff; }
    .search-btn:hover img {
      filter: invert(90%) sepia(99%) saturate(33%) hue-rotate(260deg) brightness(106%) contrast(100%); }
  @media screen and (max-width: 991.98px) {
    .search-btn {
      padding: 1.2rem 3.2rem; } }
  @media screen and (max-width: 767.98px) {
    .search-btn {
      padding: 1.2rem 1.4rem; } }
  @media screen and (max-width: 575.98px) {
    .search-btn {
      padding: 0.6rem 1.4rem;
      font-size: 1.4rem;
      gap: 0.6rem; } }

.hero-install {
  max-width: 87.6rem;
  margin-top: 6.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 2rem; }
  .hero-install .footer-group {
    margin-top: 0; }
  .hero-install .footer-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 150%;
    text-align: center; }
  .hero-install .install,
  .hero-install .app {
    margin-top: 2.4rem;
    margin-bottom: 0; }
  .hero-install .install-link {
    border: 1px solid #ebc13b;
    background: rgba(51, 51, 51, 0.7);
    padding: 0.32rem 1.6rem; }
  .hero-install .install-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .hero-install .install-content span:first-child {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600; }
    .hero-install .install-content span:last-child {
      font-size: 1.4rem;
      font-weight: 700;
      color: #ebc13b; }
  .hero-install .app-link img {
    height: 5.6rem; }
  @media screen and (max-width: 1440.98px) {
    .hero-install {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 991.98px) {
    .hero-install {
      flex-direction: column; }
      .hero-install .install,
      .hero-install .app {
        margin-top: 1.5rem; } }
  @media screen and (max-width: 575.98px) {
    .hero-install {
      column-gap: 0.8rem; }
      .hero-install .install {
        justify-content: center;
        gap: 0.8rem;
        margin-top: 1rem; }
      .hero-install .app {
        gap: 0.4rem;
        justify-content: center;
        margin-top: 1rem; }
      .hero-install .footer-group {
        width: 100%; }
      .hero-install .install-item {
        width: 16.5rem; }
      .hero-install .install-link {
        padding: 0.6rem 1rem;
        font-size: 1rem;
        gap: 0.4rem; }
        .hero-install .install-link img {
          width: 2rem;
          height: 2rem; }
        .hero-install .install-link span:first-child {
          font-size: 1rem; }
        .hero-install .install-link span:last-child {
          font-size: 1rem; }
      .hero-install .app-link img {
        height: 4.6rem; } }

.order {
  margin-top: 2.4rem;
  overflow: hidden; }

.order-list {
  display: flex;
  row-gap: 1rem;
  overflow: auto;
  padding-bottom: 2rem; }
  .order-list::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: rgba(42, 61, 119, 0.1); }
  .order-list::-webkit-scrollbar-thumb:horizontal {
    background: #2a3d77;
    border-radius: 10px; }

.order-item {
  padding: 0.8rem 1.6rem;
  border-radius: 2.4rem;
  border: 1px solid #2a3d77;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #2a3d77;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative; }
  .order-item img {
    width: 3.2rem;
    height: 3.2rem; }
  .order-item:not(:last-child) {
    margin-right: 2rem; }
  .order-item:not(:first-child) {
    margin-left: 2rem; }
    .order-item:not(:first-child)::before {
      position: absolute;
      z-index: 0;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/home/ico_step.svg");
      width: 1.6rem;
      height: 1.6rem;
      left: -2.5rem;
      animation: BTT 1.5s linear 0s infinite; }
  @media screen and (max-width: 1300.98px) {
    .order-item {
      padding: 0.8rem 1rem; }
      .order-item:nth-child(1) {
        min-width: 17rem; }
      .order-item:nth-child(2) {
        min-width: 16rem; }
      .order-item:nth-child(3) {
        min-width: 17.4rem; }
      .order-item:nth-child(4) {
        min-width: 13.7rem; }
      .order-item:nth-child(5) {
        min-width: 13rem; }
      .order-item:nth-child(6) {
        min-width: 16.2rem; } }
  @media screen and (max-width: 575.98px) {
    .order-item {
      margin: 0 1rem;
      padding: 0.8rem;
      gap: 0.8rem 0.4rem; }
      .order-item:nth-child(1) {
        min-width: 15rem; }
      .order-item:nth-child(2) {
        min-width: 14rem; }
      .order-item:nth-child(3) {
        min-width: 15.4rem; }
      .order-item:nth-child(4) {
        min-width: 11.7rem; }
      .order-item:nth-child(5) {
        min-width: 11rem; }
      .order-item:nth-child(6) {
        min-width: 15.2rem; }
      .order-item img {
        width: 2.4rem;
        height: 2.4rem; }
      .order-item:not(:last-child) {
        margin-right: 1rem; }
      .order-item:not(:first-child) {
        margin-left: 1rem; }
        .order-item:not(:first-child)::before {
          width: 1.2rem;
          height: 1.2rem;
          left: -1rem; } }

@keyframes BTT {
  0% {
    transform: translateX(-4px); }
  33% {
    transform: translateX(-5px); }
  66% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(-4px); } }

.intro {
  padding-block: 4rem; }
  @media screen and (max-width: 768px) {
    .intro {
      padding-bottom: 10rem; } }
  .intro .ab-head_ic {
    display: flex;
    align-items: center;
    column-gap: 1.6rem; }
    .intro .ab-head_ic::before {
      content: unset; }
    .intro .ab-head_ic::after {
      content: "";
      width: 8rem;
      height: 0.1rem;
      background: #2a3d77;
      display: block; }
  .intro .top-main_img {
    position: relative;
    padding-top: calc(540 / 690 * 100%);
    border-radius: 1.6rem; }
    .intro .top-main_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 1.6rem; }
  .intro .ab-head_box {
    position: relative;
    height: fit-content; }
  .intro .pri-btn {
    display: inline-block;
    padding: 1.6rem 4rem;
    color: #333;
    min-width: 23.6rem; }
    @media screen and (max-width: 768px) {
      .intro .pri-btn {
        padding: 1.2rem 4rem;
        display: flex;
        width: fit-content;
        justify-content: center;
        margin: 0 auto;
        margin-top: 1.5rem; } }
  .intro .pri-btn:hover > * {
    color: #fff; }

.intro-exp {
  position: absolute;
  bottom: -6.2rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 53.4rem;
  width: 100%;
  padding: 2.6rem 3.6rem;
  border-radius: 0.8rem;
  background: #2a3d77;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.5rem; }
  .intro-exp .intro-number {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .intro-exp .intro-number {
        font-size: 4.3rem; } }
    @media only screen and (max-width: 800px) {
      .intro-exp .intro-number {
        font-size: 3.3rem; } }
  .intro-exp .intro-text {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.6rem; }
  @media screen and (max-width: 1199.98px) {
    .intro-exp {
      padding: 1.6rem; } }
  @media screen and (max-width: 575.98px) {
    .intro-exp {
      width: 80%;
      padding: 1rem;
      flex-direction: column; } }

.intro-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  width: fit-content; }
  .intro-item:not(:first-child) {
    padding-left: 2.4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
  .intro-item:not(:last-child) {
    padding-right: 2.4rem; }
  @media screen and (max-width: 1199.98px) {
    .intro-item:not(:first-child) {
      padding-left: 1rem; }
    .intro-item:not(:last-child) {
      padding-right: 1rem; } }
  @media screen and (max-width: 575.98px) {
    .intro-item:not(:first-child) {
      padding-left: 0;
      border: 0; }
    .intro-item:not(:last-child) {
      padding-right: 0; } }

.intro-inner {
  display: flex;
  align-items: center; }

.policy-download.download {
  overflow: hidden;
  position: relative; }
  .policy-download.download .download-block {
    position: relative; }
  @media screen and (max-width: 1200px) {
    .policy-download.download {
      padding-top: 12rem; } }
  @media screen and (max-width: 1024px) {
    .policy-download.download {
      padding-top: 6rem; } }

.policy-download .download-block {
  border-radius: 0; }

.policy-download .download-skew {
  width: 74%; }

@media screen and (max-width: 1200px) {
  .policy-download .download-img {
    bottom: -4.7rem; } }

@media screen and (max-width: 1095px) {
  .policy-download .download-img {
    bottom: -5rem; } }

@media screen and (max-width: 767.98px) {
  .policy-download .download-skew {
    width: 85%; } }

@-webkit-keyframes paper-plane-scoping {
  0% {
    -webkit-transform: translate(0px, -5rem);
    -moz-transform: translate(0px, -5rem);
    transform: translate(0px, -5rem); }
  100% {
    -webkit-transform: translate(5rem, 0);
    -moz-transform: translate(5rem, 0);
    transform: translate(5rem, 0); } }

.homepage .achieve::after, .homepage .achieve::before {
  background-color: #fff; }

.homepage .achieve-decor img {
  background: #fff; }

.homepage .faq .boat {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .homepage .faq .boat {
      text-align: center; } }
  .homepage .faq .boat-img {
    position: relative;
    display: inline-block;
    padding-left: 9.4rem; }
    .homepage .faq .boat-img::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 7.8rem;
      height: 0.1rem;
      background-color: #2a3d77; }
    .homepage .faq .boat-img::after {
      content: none; }
    @media screen and (max-width: 768px) {
      .homepage .faq .boat-img {
        padding-left: 0; }
        .homepage .faq .boat-img::before {
          left: -9.4rem; }
        .homepage .faq .boat-img::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -9.4rem;
          transform: translateY(-50%);
          width: 7.8rem;
          height: 0.1rem;
          background-color: #2a3d77; } }

.homepage .faq .latest-news_title {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .homepage .faq .latest-news_title {
      text-align: center; } }

@media screen and (max-width: 768px) {
  .homepage .faq .desc {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .homepage .faq .faq-img {
    margin: 3.2rem auto 0; } }

.homepage .customer {
  padding-top: 4rem; }

.homepage .latest-news {
  margin-top: 6rem; }

@media screen and (max-width: 450px) {
  .home-commit .about-commit_bg {
    opacity: 1; } }

.home-commit .about-commit_wrap {
  padding-block: 4rem; }
  @media screen and (max-width: 850px) {
    .home-commit .about-commit_wrap {
      padding-top: 3rem;
      padding-bottom: 10.6rem; } }

.home-commit .about-commit_left-wrap {
  background: transparent; }

.home-commit .about-commit_img img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(140deg) brightness(101%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(140deg) brightness(101%) contrast(101%); }

.home-commit .about-commit_text {
  color: #fff; }

.home-commit .about-commit_left-content {
  display: block; }
  .home-commit .about-commit_left-content .boat {
    text-align: left;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 850px) {
      .home-commit .about-commit_left-content .boat {
        text-align: center; } }
    .home-commit .about-commit_left-content .boat-img {
      position: relative;
      display: inline-block;
      padding-left: 9.4rem; }
      .home-commit .about-commit_left-content .boat-img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 7.8rem;
        height: 0.1rem;
        background-color: #fff; }
      .home-commit .about-commit_left-content .boat-img::after {
        content: none; }
      @media screen and (max-width: 850px) {
        .home-commit .about-commit_left-content .boat-img {
          padding-left: 0; }
          .home-commit .about-commit_left-content .boat-img::before {
            left: -9.4rem; }
          .home-commit .about-commit_left-content .boat-img::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -9.4rem;
            transform: translateY(-50%);
            width: 7.8rem;
            height: 0.1rem;
            background-color: #fff; } }
      .home-commit .about-commit_left-content .boat-img img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(140deg) brightness(101%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(140deg) brightness(101%) contrast(101%); }

.home-commit .about-commit_left-title {
  margin-bottom: 2.4rem; }

.homepage .achieve {
  padding: 6rem 0;
  padding-bottom: 0; }
  .homepage .achieve::after, .homepage .achieve::before {
    height: 14rem; }

@media screen and (max-width: 575.98px) {
  .home-commit .about-commit_left-wrap {
    padding: 4rem 0;
    padding-bottom: 0; } }