.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
  overflow: hidden;
  background: #1c1c24;
}
.acm-slideshow .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.acm-slideshow .owl-carousel .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: auto;
  top: 250px;
  left: auto;
  right: 20px;
  z-index: 1;
  width: 36px;
}
@media (min-width: 1200px) {
  .acm-slideshow .owl-carousel .owl-controls {
    top: 300px;
    right: 20px;
  }
}
@media (min-width: 1600px) {
  .acm-slideshow .owl-carousel .owl-controls {
    top: 540px;
    right: 200px;
  }
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
}
.acm-slideshow .owl-carousel .owl-controls .owl-buttons div {
  background: none;
  border: 2px solid #ffffff;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 18px;
}
.acm-slideshow .owl-carousel .owl-controls .owl-buttons div.owl-next {
  top: 46px;
}
.acm-slideshow .owl-carousel .owl-dots {
  bottom: 66px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
.acm-slideshow .owl-carousel .owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
}
.acm-slideshow .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.acm-slideshow .owl-carousel .owl-dots .owl-dot:hover span,
.acm-slideshow .owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-dots {
    display: none !important;
  }
}
.acm-slideshow .owl-carousel .item {
  position: relative;
  max-height: 1320px;
}
.acm-slideshow .owl-carousel .item:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.acm-slideshow .owl-carousel .item .slider-img {
  width: 100%;
  height: auto;
}
.acm-slideshow .owl-carousel .item .slider-content {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  padding: 0 24px;
  text-align: left;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: block;
}
@media (min-width: 480px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    top: 56px;
  }
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    height: 430px;
    display: table;
    top: 56px;
  }
}
@media (min-width: 992px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    height: 580px;
    display: table;
    top: 74px;
  }
}
@media (min-width: 1200px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    height: 420px;
    display: table;
    top: 74px;
  }
}
@media (min-width: 1600px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    height: 595px;
    display: table;
    top: 74px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content .table-cell {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  width: 50%;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-desc {
    display: none;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  font-family: "Helvetica Neue", 'Roboto', sans-serif;
  font-size: 72px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: -1px;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    margin-bottom: 12px;
    width: 100%;
    font-size: 30px;
  }
}
.acm-slideshow .owl-carousel .item .slider-btn {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .acm-slideshow .owl-carousel .item .slider-btn {
    display: none;
  }
}
.acm-slideshow .owl-carousel .item .slider-btn i {
  margin-right: 10px;
}