.btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 34px;
  height: 34px;
  background-color: #ff7e2b;
  border-radius: 50%;
  color: #fff;
}

.btn_icon > [class^="btn_icon_"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
}

.btn_icon > [class^="btn_icon_"]::before, .btn_icon > [class^="btn_icon_"]::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: currentColor;
  border-radius: 3px;
}

.btn_icon > [class^="btn_icon_"]::before {
  width: 100%;
  height: 6px;
}

.btn_icon > [class^="btn_icon_"]::after {
  width: 6px;
  height: 100%;
}

.btn_icon_next {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px;
}

.btn_icon_prev {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 3px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 5px;
  bottom: 35px;
  height: auto;
  width: 67px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}

.swiper-button-next:hover > .btn_icon,
.swiper-button-prev:hover > .btn_icon {
  background-color: #ee625e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-button-prev {
    left: 110px;
}
.swiper-button-next {
    right: 134px;
}

.swiper-container {
	padding-bottom: 26px;
	box-sizing: content-box;
}

.swiper-button-prev, .swiper-button-next {
    width: 35px;
}

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

.swiper-slide-next{
    opacity: 0.3;
}
.swiper-slide-prev{
    opacity: 0.3;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}*/
