/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.banner {
  min-height: 514px;
  background-color: #e6e6e6;
}
#carousel .item {
  cursor: grab;
  cursor: -webkit-grab;
}

#carousel .item img {
  display: block;
  width: 100%;
  height: 514px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 40px;
  height: 6px;
  border-radius: 3.5px;
  border: solid 1px #eeeeee;

  margin-left: 4px;
  margin-right: 4px;
}
.owl-theme .owl-controls {
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fdd101;
}

.owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  top: 217px;
  background: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  top: 217px;
  background: none;
}

.carousel-prev {
  background-image: url(../img/icon/previous.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 52px;
  height: 80px;
  display: block;
}

.carousel-next {
  background-image: url(../img/icon/next.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 52px;
  height: 80px;
  display: block;
}

.carousel-container {
  position: relative;
  z-index: 10;
}
.carousel-info {
  position: absolute;
  z-index: 20;
  padding: 18px 24px;
  width: 400px;
  color: #fff;
  background-color: #2a2f37;
  top: 145px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.8;
}
