/* banner svg */
.title {
  color: #fff;
  font-size: 6vw;
  font-weight: 400;
  z-index: 1000;
  pointer-events: none;
}

/* 
 * banner
 */
.banner-bg {
  position: absolute;
  top: 10vh;
  right: 0;
  z-index: 2;
  width: 90vh;
  height: 90vh;
  background-image: url(../images/index/index01.png), url(../images/index/index02.png);
  background-position: center;
  background-position: 50% 50%;
  background-size: 105%;
  background-repeat: no-repeat;
}

.banner {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../images/index/bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.banner .banner-text {
  padding: 0 3% 0 5%;
  position: absolute;
  top: 20vw;
  width: 50%;
  color: #fff;
}

.banner h3.deputyTitle {
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 2px;
}

.banner p {
  margin-top: 3vh;
}

.banner .btn-start {
  margin-top: 5vh;
  padding: 10px 80px;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #F15A24;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service {
  text-align: center;
}

.service .subTitle {
  margin-bottom: 3vw;
}

.service .service-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1%;
  padding: 15px 2% 70px 2%;
  border-radius: 5px;
  width: 23%;
  text-align: left;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.service .service-item .icon {
  margin-bottom: 10px;
  width: 75px;
}

.service .service-item .icon img {
  width: 100%;
}

.service .service-item .name {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.service .service-item a {
  position: absolute;
  bottom: 15px;
  color: #2F6CF8;
}

.service .service-item a:hover {
  opacity: .7;
}

.content {
  padding: 4vw 0;
}

.half-block {
  width: 50%;
}

.half-block > img {
  width: 90%;
}

.about .subTitle,
.whychoose .subTitle {
  margin-bottom: 2vw;
}

.about .bar-row,
.whychoose .bar-row {
  margin-top: 2vw;
}

.about .bar-item,
.whychoose .bar-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 10px;
  padding-right: 5%;
}

.about .bar-item > span,
.whychoose .bar-item > span {
  display: inline-block;
}

.about .bar-item > span:nth-of-type(2),
.whychoose .bar-item > span:nth-of-type(2) {
  float: right;
}

.about .bar-item > span:nth-of-type(3),
.whychoose .bar-item > span:nth-of-type(3) {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #F1F1FA;
}

.about .bar-item > span:nth-of-type(3) .percent,
.whychoose .bar-item > span:nth-of-type(3) .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  height: 100%;
  background-color: #2F6CF8;
}

.about {
  background-color: #FAFBFC;
}

.whychoose {
  background-image: url(../images/index/about-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.whychoose .bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whychoose .bar-row.yellow .bar-item {
  border-left: 7px solid #FCCF3A;
}

.whychoose .bar-row.blue .bar-item {
  border-left: 7px solid #788EFF;
}

.whychoose .bar-item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.highlights {
  background-image: url(../images/index/highlights-bg.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 8vw;
}

.highlights .subTitle {
  margin-bottom: 2vw;
}

.highlights .value {
  font-size: 70px;
  font-weight: bolder;
}

.highlights .name {
  font-size: 22px;
}

.whywewill {
  margin-top: -4vw;
  padding-top: 0;
  color: #fff;
}

.whywewill .inner {
  padding: 5% 8%;
  border-radius: 50px;
  background: #0098ef;
  background: linear-gradient(45deg, #0098ef 0%, #54cfcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ef', endColorstr='#54cfcb',GradientType=1 );
}

.whywewill .subTitle {
  margin-bottom: 3vw;
}

.whywewill .pull-left {
  padding-right: 3%;
}

.whywewill .bar-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 50px;
  padding-right: 5%;
}

.whywewill .bar-item > span {
  display: block;
}

.whywewill .bar-item .name {
  margin: 15px 0 10px 0;
  font-weight: bold;
}

.whywewill .btn-more {
  display: block;
  margin-top: 4vw;
  color: #fff;
}

.whywewill .btn-more span, .whywewill .btn-more img {
  display: inline-block;
  vertical-align: middle;
}

.whywewill .btn-more img {
  margin-left: 20px;
  height: 60px;
}

@media (max-width: 1500px) {
  .banner-bg {
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 1367px) {
  .banner h3.deputyTitle {
    font-size: 36px;
    line-height: 1.2;
  }
  .highlights .subTitle {
    margin-bottom: 20px;
  }
  .highlights .value {
    font-size: 50px;
  }
}

@media (max-width: 1025px) {
  .banner h3.deputyTitle {
    font-size: 24px;
  }
  .banner .banner-text {
    width: 100%;
    top: calc(53vw + 75px);
  }
  .banner-bg {
    top: 75px;
    right: 25vw;
    width: 50vw;
    height: 50vw;
  }
  .service .service-item {
    width: 48%;
  }
  .half-block {
    width: 100%;
    margin: 10px 0;
  }
  .highlights .value {
    font-size: 32px;
  }
  .highlights .name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body {
    background-size: 800px;
  }
  .banner-bg {
    right: calc(50vw - 200px);
    width: 400px;
    height: 400px;
  }
  .banner .banner-text {
    top: 490px;
  }
  .service .service-item {
    padding-bottom: 50px;
  }
  .service .service-item .icon {
    width: 40px;
  }
  .whywewill .btn-more img {
    height: 30px;
  }
  .whywewill .bar-item {
    padding-right: 1%;
    margin-bottom: 20px;
  }
  .whywewill .bar-item .name {
    margin: 5px 0;
  }
  .whychoose .bar-item {
    border-radius: 5px;
  }
  .highlights .value {
    font-size: 22px;
  }
}

@media (max-width: 569px) {
  body {
    background: none;
  }
  .banner h3.deputyTitle {
    font-size: 18px;
  }
  .whywewill .inner {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .whywewill .bar-item > span.icon {
    display: inline-block;
    width: 30px;
  }
  .whywewill .bar-item > span.icon img {
    width: 100%;
  }
  .whywewill .bar-item > span.name {
    display: inline-block;
    width: calc(100% - 35px);
  }
  .whywewill .pull-left {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .banner-bg {
    width: 60vw;
    height: 60vw;
    right: 20vw;
  }
  .banner .banner-text {
    top: calc(60vw + 75px);
  }
  .whywewill .bar-item {
    width: 100%;
  }
  .whywewill .bar-item > span.name {
    display: block;
  }
  .features-row .col-3 {
    width: 49%;
    float: none;
    margin: 10px auto;
  }
  .highlights .name {
    font-size: 14px;
  }
  .about .bar-item, .whychoose .bar-item {
    width: 100%;
  }
  .service .service-item {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 1025px) {
  .banner-bg {
    right: calc((100vw - 50vh) / 2);
    width: 50vh;
    height: 50vh;
  }
  .banner .banner-text {
    top: calc(50vh + 95px);
  }
}
