.section-main-carousel {
  margin-bottom: 50px;
  z-index: 10;
}

.section-main-carousel .section-main-carousel-list {
  padding: 15px 60px;
  border: 1px solid #ececec;
  background: #fff;
  height: 90px;
}

.section-main-carousel .section-main-carousel-list .xf-carousel-item img {
  text-align: center;
  margin: 0 auto;
}

.section-main-carousel .section-main-carousel-list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  color: #fff;
  background: none;
  border: 1px solid #e0e0e0;
  width: 28px;
  height: 28px;
  padding: 6px;
}

.section-main-carousel .section-main-carousel-list .slick-prev {
  left: 20px;
}

.section-main-carousel .section-main-carousel-list .slick-prev:before {
  content: url(../img/angle-left.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-main-carousel .section-main-carousel-list .slick-next {
  right: 20px;
}

.section-main-carousel .section-main-carousel-list .slick-next:before {
  content: url(../img/angle-right.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .section-main-carousel {
    margin-bottom: 32px;
  }
  .section-main-carousel .section-main-carousel-list .xf-carousel-item img {
    text-align: center;
  }
}

/*# sourceMappingURL=banner.css.map */
