.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .simple-slider .swiper-pagination {
    display: none;
  }
}

.slider-title {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  margin: 0;
  line-height: 1.6;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 16%;
}

.swiper-pagination-bullet-active {
  background: #ec4b4b;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23ffffff'/%3E%3C/svg%3E");
  left: 4%;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E %3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff' /%3E %3C/svg%3E");
  right: 4%;
}

@media (max-width: 767px) {
  .slider-title {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 10px;
    box-sizing: border-box;
  }
}

.simple-slider {
  margin-top: 20px;
  overflow: hidden;
}

#swiper-1 {
  width: 90%;
  margin-top: 20px;
}

#swiper-1 .swiper-slide .img-responsive {
  border-radius: 5px;
}

.swiper-section .swiper-button-prev {
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23ec4b4b'/%3E%3C/svg%3E");
}

.swiper-section .swiper-button-next {
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E %3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ec4b4b' /%3E %3C/svg%3E");
}

@media (max-width: 767px) {
  #swiper-1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .swiper-section .swiper-button-prev,
  .swiper-section .swiper-button-next {
    display: none;
  }
}
