.owl-carousel {
  overflow: hidden;
}

.owl-item img {
  display: block;
  width: auto;
}

.home-slider .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.home-slider .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 80px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  line-height: 1;
  z-index: 1;
  pointer-events: all;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80px;
  left: -200px;
}

.home-slider .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.home-slider .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.home-slider .owl-prev {
  position: absolute;
  left: 30px;
  z-index: 2;
}

.home-slider .owl-next {
  position: absolute;
  right: 30px;
  z-index: 2;
}

.home-slider .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}

.home-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
}

.home-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  transition: opacity, background 200ms ease;
  opacity: 1;
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
  background: #7ca2cf;
  opacity: 1;
}