.orient-slider {
  margin-bottom: 10px;
  position: relative;
}

/*.slick-slide,*/
/*.orient-slider .slide-item img {*/
/*  height: 600px;*/
/*}*/
/*.orient-slider-items-half .slide-item {*/
/*  padding: 0 5px;*/
/*}*/

/*.slide-item img {*/
/*  height: auto;*/
/*}*/

.orient-slider .slide-arrows {
  position: absolute;
  /*top: calc(50% - 25px);*/
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  padding: 0 5px;
}

.orient-slider .slide-arrow {
  opacity: 1;
  /*width: 4%;*/
  width: 52px;
  display: block;

  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
}

.orient-slider .slide-arrow > span {
  width: 30px;
  line-height: 50px;
  display: inline-block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.orient-slider .slide-arrow.slide-prev span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.orient-slider .slide-arrow.slide-next span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* Override blue swiper nav arrows */
.swiper-button-next, .swiper-button-prev {
  font-size: 0 !important;
  color: rgba(255, 255, 255, 0) !important;
}
