.service-flow .service-flow-box {
  display: flex;
  justify-content: space-between;
}

.service-flow .service-flow-box .item {
  width: 190px;
  position: relative;
  margin-bottom: 0px;
}

.service-flow .service-flow-box .item:not(:last-child):after {
  content: "";
  width: 6px;
  height: 10px;
  background: #2f3950;
  position: absolute;
  right: -15%;
  top: 29%;
  clip-path: polygon(0 100%, 0% 0, 100% 50%);
}

.service-flow .service-flow-box .item img {
  width: 32px;
  margin-bottom: 30px;
}
.service-flow .service-flow-box .item p.title {
  font-weight: 500 !important;
}

.banner-pic {
  position: absolute;
  height: 85%;
  width: auto;
  right: 1%;
  top: 6px;
}

.banner-title {
  font-size: 34px;
  font-weight: 600 !important;
}

.banner-subtitle {
  font-size: 24px;
  font-weight: 600 !important;
}

.section-title {
  font-size: 28px;
  font-weight: 600 !important;
  color: #2f3950;
  margin: 80px 0;
}
.section-subtitle {
  font-size: 26px;
}
.across-box .box-item {
  display: flex;
  margin: 0 40px;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 60px;
}
.across-box .box-item .title {
  font-size: 26px;
  font-weight: 600;
}
.across-box .box-item .subtitle {
  font-size: 16px;
}

.across-box .box-item img {
  max-width: 440px;
}
.across-box .box-item > *:first-child {
  margin-right: 80px;
}
.across-box .box-item > *:last-child {
  margin-left: 80px;
}
.across-box .container:nth-child(2n) .box-item {
  flex-direction: row-reverse;
}
.across-box .container:nth-child(2n) .box-item > *:first-child {
  margin: 0;
  margin-left: 80px;
}
.across-box .container:nth-child(2n) .box-item > *:last-child {
  margin: 0;
  margin-right: 80px;
}

.feature-box .box-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgb(87 100 114 / 10%);
  border-radius: 8px;
  padding: 30px 40px;
}
.feature-box img {
  max-width: 80px;
  margin-right: 40px;
}
.feature-box .box-item .title {
  font-size: 16px;
}
.banner-box .item img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.banner-box .border {
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  height: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.banner-box .item {
  background: #ffffff;
  box-shadow: 0px 20px 40px 1px rgba(87, 100, 114, 0.1);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  min-height: 240px;
}
.intl-msg-body.lang-en .banner-box .item {
  min-height: 335px;
}
.banner-box .item div:last-child {
  padding: 20px 30px;
}

body .view-content > .container-fluid {
  padding-bottom: 100px;
  padding-top: 0;
}
.row {
  margin-bottom: 0;
}
.pic-box img {
  max-width: 80%;
}
.pic-box .item {
  position: relative;
  text-align: right;
}
.pic-box .item .float-box {
  position: absolute;
  bottom: 87px;
  background: linear-gradient(90deg, #072233 0%, #0c2e38 100%);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  min-height: 190px;
  max-width: 400px;
  text-align: left;
  padding: 40px;
}
.pic-box .item .float-box p {
  color: #fff;
}
.pic-box .item .float-box p:first-child {
  margin-bottom: 8px;
}

.pic-box .item .float-box .icon {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -28px;
  left: 32px;
}
.pic-box .index-box {
  display: flex;
  flex-flow: column;
  margin-top: 100px;
  position: relative;
  cursor: pointer;
}
.pic-box .index-box .index {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pic-box .index-box .index-item {
  width: 16%;
  height: 2px;
}
.pic-box .index-box .index-item {
  background: #e1e6f0;
}
.pic-box .index-box .index-item.active {
  background: #1abc9c;
}
.pic-box .index-box .arrow img {
  position: absolute;
  width: 20px;
  top: -7px;
}
.pic-box .index-box .arrow img:first-child {
  left: -30px;
}
.pic-box .index-box .arrow img:last-child {
  right: -30px;
}
.fw-600 {
  font-weight: 600 !important;
}
body .header-banner-box {
  padding-bottom: 0 !important;
}
.reverse-box {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  body .header-banner-box {
    padding-bottom: 50px !important;
  }
  .across-box .box-item {
    flex-flow: column;
    margin: 0;
    margin-bottom: 30px;
  }
  .across-box .box-item > *:last-child {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .across-box .box-item img {
    max-width: 100%;
    margin: 0 !important;
  }
  .across-box .container:nth-child(2n) .box-item {
    flex-direction: column;
  }
  .across-box .box-item p {
    text-align: center;
  }
  .across-box .box-item .title {
    font-size: 20px;
  }
  .section-title {
    font-size: 21px;
    margin: 40px 0;
  }
  body .view-content > .container-fluid {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .banner-box .item {
    margin-bottom: 30px;
  }
  .service-flow .service-flow-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .service-flow .service-flow-box .item:not(:last-child):after {
    left: 47%;
    top: 100%;
    transform: rotate(90deg);
  }
  .service-flow .service-flow-box .item {
    margin-bottom: 45px;
  }
  .service-flow .service-flow-box .item img {
    width: 32px;
    margin-bottom: 20px;
  }
  .pic-box .item .float-box {
    bottom: 0;
    position: relative;
    min-height: 250px;
  }
  .pic-box .index-box {
    margin-top: 50px;
  }
  .pic-box img {
    display: none;
  }
  .header-banner-box .banner-title {
    font-size: 21px !important;
  }
  .header-banner-box .banner-subtitle {
    font-size: 21px !important;
  }
  .header-banner-box {
    height: auto !important;
    padding-top: 50px !important;
  }
  .contact-box {
    flex-flow: column;
  }
  .contact-box .item {
    display: flex;
    justify-content: start;
    margin-bottom: 25px;
  }
  .item-right .right-box .tags-box .tags-item {
    margin-top: 10px;
  }
}
