.swiper-container {
  width: 100%;
  /*height: 100%;*/
  height: 400px;
  background: #fff;
}
.swiper-slide {
  font-size: 18px;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  text-align: center;
}
.swiper-slide .date {
  background: #00000073;
  width: 220px;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 50px;
  font-weight: 500;
  /* font-weight: bold; */
  margin-top: 4%;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  line-height: 63px;
  position: relative;
  top: 4%;
  white-space: pre-line;
}
.swiper-slide .title:before {
  content: '';
  position: absolute;
  top: -15%;
  height: 8px;
  width: 18%;
  background: #01d099 !important;
  background-color: #01d099 !important;
  left: 41%;
}
.swiper-slide .subtitle {
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-top: 15px;
}
.swiper-slide .text {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.swiper-button-prev.swiper-button-primary,
.swiper-container-rtl .swiper-button-next.swiper-button-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233aa7aa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-primary,
.swiper-container-rtl .swiper-button-prev.swiper-button-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233aa7aa'%2F%3E%3C%2Fsvg%3E");
}

.transparent-layer {
    background-color: #00000099;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.read-article {
  position: absolute;
  bottom: 41px;
  width: 140px;
  padding: 8px!important;
  font-size: 15px!important;
  margin-left: -70px;
}
@media (max-width: 700px) {
  .title {
    font-size: 30px!important;
    line-height: 32px!important;
  }
}