.carousel-indicators li {
  background: #bac4dd;
  border: none;
}

.carousel-indicators .active {
  background: #01b0f1;
  border: none;
}

.banner-item {
  width: 100%;
  height: 100%;
  padding: 70px 10% 41px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-right: 50%;
}

.item-content-title {
  width: 100%;
  font-family: 'AlibabaSansNormal';
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 4%;
}

.item-content-text {
  font-size: 0.9vw;
}

.carousel-indicators li {
  background: #bac4dd;
  border: none;
}

.carousel-indicators .active {
  background: #01b0f1;
  border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item-content {
    padding-right: 35%;
  }
  .item-content-title {
    font-size: 4vw;
  }
  .item-content-text {
    font-size: 1.2vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-item {
    background-size: cover;
    background-position: center center;
  }
  .item-content {
    padding-right: 30%;
  }
  .item-content-title {
    font-size: 4vw;
  }
  .item-content-text {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .banner-item {
    background-size: cover;
    background-position: center center;
  }
  .item-content {
    padding-right: 0;
  }
  .item-content-title {
    font-size: 25px;
    line-height: 1.5em;
  }
  .item-content-text {
    font-size: 10px;
  }
}