.section-inner {
  background-size: cover;
  background-position: center center;
}
.acm-slideshow {
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.6);
}
.acm-slideshow .carousel-indicators {
  bottom: 6.66666667px;
  margin-bottom: 0;
}
.acm-slideshow .carousel-control {
  font-size: 36px;
  background: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .acm-slideshow .carousel-control {
    display: block;
  }
}
.acm-slideshow .carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .acm-slideshow .carousel-control .fa {
    left: 10px;
  }
}
.acm-slideshow:hover .carousel-control {
  display: block;
}
.acm-slideshow .item .desc {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  padding: 20px 20px 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.acm-slideshow .item img {
  max-width: 100%;
}
.slideshow-full .acm-slideshow {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.slideshow-full .acm-slideshow .carousel {
  top: 10vh;
  margin: auto;
  width: 80%;
}
.slideshow-full .acm-slideshow .carousel .carousel-inner .item {
  height: 80vh;
}
.slideshow-full .acm-slideshow .carousel .carousel-inner .item img {
  width: 100%;
}
.slideshow-full .sl-close {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  height: 30px;
  line-height: 28px;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 30px;
  z-index: 10000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slideshow-full .sl-close:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideshow-full .desc,
.slideshow-full .carousel-indicators {
  display: none;
}
.acm-slideshow .style-1 {
  color: #ffffff;
  padding: 100px;
  position: relative;
  text-align: center;
  min-height: unset;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .acm-slideshow .style-1 {
    left: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 1199px) {
  .acm-slideshow .style-1 {
    padding: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .acm-slideshow .style-1 {
    padding: 140px;
    min-height: 605px;
    min-height: initial \9;
  }
}
.acm-slideshow .style-1:after {
  content: "";
  background-color: #428bca;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  filter: alpha(opacity=85);
  z-index: -1;
}
.acm-slideshow .style-1 h3 {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
.acm-slideshow .style-1 h3:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  bottom: -20px;
  left: 25%;
}
.acm-slideshow .style-1 p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .acm-slideshow .style-1 p {
    font-size: 14px;
  }
}
.acm-slideshow .bg-slideshow {
  background-size: cover;
  background-position: center center;
}