.banner {
  margin: 100px 0 0;
  padding: 0 0 100px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffc107;
}

.banner .banner-slide {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner .banner-slide .items {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .banner-slide .items .-table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .banner-slide .items .-table .-cell {
  display: table-cell;
  vertical-align: middle;
}

.banner .banner-slide .items .-table .-cell .-text {
  padding: 15px 80px;
  display: block-block;
  max-width: 100%;
}

.banner .banner-slide .items .-table .-cell .-text h2,
.banner .banner-slide .items .-table .-cell .-text p {
  color: #FFF;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  word-wrap: break-word;
  white-space: normal;
}

.banner .banner-slide .items .-table .-cell .-text h2 {
  margin: 0;
}

.banner .banner-slide .items .-table .-cell .-text p {
  margin: 0;
}

.banner .banner-slide .items .-table .-cell .-text .button {
  margin: 10px 0 0;
}

.banner .banner-slide .items .-table .-cell .-text .button + .button {
  margin: 0 0 0 10px;
}

.banner .slick-controls {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1002;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
}

.banner .slick-controls.-prev {
  left: -60px;
}

.banner .slick-controls.-next {
  right: -60px;
}

.banner .slick-controls img {
  max-width: 100%;
}

.banner .slick-controls .dark {
  display: none;
}

.banner .slick-dots {
  bottom: -50px;
}

.banner .slick-dots li button:before {
  color: #5513ad;
}

.banner .slick-dots li.slick-active button:before {
  color: #5513ad;
}

@media screen and (max-width: 767px) {
  .banner {
    margin: 64px 0 0;
  }
  .banner .slick-controls.-prev {
    left: 20px;
  }
  .banner .slick-controls.-next {
    right: 20px;
  }
}
