.section-heading {
  /* width: 868px; */
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e9e7e8;
}

.section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.section-subheading::before {
  content: "";
  display: block;
  height: 4px;
  width: 45px;
  background-color: #063fa5;
  margin: 0 auto;
}

.banner {
  height: 23.4375vw;
}
@media (min-width: 1920px) {
  .banner {
    height: 450px;
  }
}
.banner {
  background-image: url("../../img/industryCases/voiceOfCustomer/banner3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin-bottom: 70px;
}

#testimonial-slider-container {
  width: 1093px;
  margin: 0 auto;
}

#testimonialSlider {
  position: relative;
  overflow: hidden;
  /* controls */
}

#testimonialSlider .swiper-container {
  width: 1005px;
  height: 316px;
  margin-left: auto;
  margin-right: auto;
}

#testimonialSlider .swiper-slide {
  /* Specify Slides's Size: */
  width: 1005px;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #fff;
}

#testimonialSlider .swiper-slide > a {
  display: block;
  height: 100%;
}

#testimonialSlider .swiper-slide > img {
  /* width: 896px; */
  float: left;
  width: 543px;
}

#testimonialSlider .swiper-slide .slide-desc-wrap {
  overflow: hidden;
  padding: 20px 60px;
}

#testimonialSlider .swiper-slide .slide-desc-testimonial-text {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #005eb3;
  border-radius: 12px;
  padding: 8px 22px;
  margin-bottom: 50px;
}

#testimonialSlider .swiper-slide .slide-desc-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

#testimonialSlider .swiper-slide .slide-desc-banner-wrap img {
  max-width: 100%;
}

#testimonialSlider .swiper-slide .slide-desc-from {
  text-align: right;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 50px;
}

#testimonialSlider .swiper-slide .slide-desc-button {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #005eb3;
  border-radius: 15px;
  padding: 5px 16px;
}

#testimonialSlider .swiper-control {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(217, 229, 237, 0.6);
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#testimonialSlider .swiper-control:hover {
  background-color: rgba(147, 182, 204, 0.6);
}

#testimonialSlider .swiper-prev {
  left: 0;
}

#testimonialSlider .swiper-next {
  right: 0;
}

#testimonial-slider-bg {
  height: 130px;
  margin-top: -60px;
  margin-bottom: 50px;
  background-color: #005eb3;
}

#customer-testimonial {
  margin-bottom: 80px;
}

#article-list {
  margin-top: 60px;
}

#article-list .article-item {
  height: 110px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 130px;
  border-bottom: 1px solid #eaeaea;
}

#article-list .article-item .article-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#article-list .article-item .article-date .date-month {
  width: 50px;
  height: 50px;
  background-color: #e4e4e4;
  line-height: 50px;
  text-align: center;
}

#article-list .article-item .article-date .date-day {
  width: 50px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

#article-list .article-item .article-dec {
  margin-left: 10px;
  width: 945px;
  height: 110px;
  position: relative;
}

#article-list .article-item .article-dec .i-plus {
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background-color: #b7b7b7;
  position: absolute;
  right: 0px;
  top: 0px;
}

#article-list .article-item .article-dec .article-title {
  width: 90%;
}

#article-list .article-item .article-dec .article-title h4 {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item .article-dec .article-title h4 b {
  font-weight: 500;
}

#article-list .article-item .article-dec .article-read {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "SimSun";
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item .article-dec .article-abstract {
  height: 40px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item.active .article-dec .i-plus {
  background-color: #c83842;
}

#article-list .article-item.active .article-date .date-month {
  background-color: #c83842;
  color: #ffffff;
}

#article-list .article-item.active .article-date .date-day {
  font-weight: bold;
}

#article-list .article-item.active .article-dec .article-title h4 {
  color: #c83842;
}

#article-list .article-item.active .article-dec .article-abstract {
  color: #000000;
}