.orient-slider {
  margin-bottom: 10px;
  position: relative;
  /*height: 339px;*/
}
/* Avoid blink on initializing slider */
@media (min-width: 1024px) {
  .orient-slider {
    /*min-height: 195px;*/
  }
}
@media (min-width: 1200px) {
  .orient-slider {
    /*min-height: 210px;*/
  }
}
@media (min-width: 1600px) {
  .orient-slider {
    /*min-height: 280px;*/
  }
}
@media (min-width: 1800px) {
  .orient-slider {
    /*min-height: 340px;*/
  }
}

.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);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  padding: 0 5px;
}

.orient-slider .slide-arrow {
  opacity: 1;
  width: 4%;
  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");
}
