.swiper-container {
  width: 100%;
  
}
.swiper-slide {
  width: 100%!important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 750px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block!important;}
.owl-theme .owl-nav.disabled+.owl-dots {display: none!important;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 6px;
}
.swiper-pagination-bullet-active {
  background: #fff!important;
}
.swiper-button-next, .swiper-button-prev {
  background-image: none!important;
  cursor: pointer;
}
.swiper-button-next button, .swiper-button-prev button {
  padding: 3px 17px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  background: #fff0;
}
.swiper-button-next i, .swiper-button-prev i {
  font-size: 45px;
  color: #fff;
  cursor: pointer;
  
}
.swiper-button-next {
  right: 50px!important;
}
.swiper-button-prev {
  left: 20px!important;
}
#wp_slide {
  width: 100%;
  overflow: hidden;
  position: relative; 
  margin-top: 79px;
}
#wp_slide img {
  width: 100%;
  display: block;
}

#wp_slide .wp_text {
  position: absolute;
  top: 35%;
  width: 50%;
}
#wp_slide .wp_text .caption {
  color: #ffffff!important;
  text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
  text-align: center;
  text-transform: uppercase;
}
#wp_slide .wp_text .caption_1 {
  font-size: 60px;
  margin-bottom: 15px;
}
#wp_slide .wp_text .caption_2 {
  font-size: 30px;
  margin-bottom: 15px;
}
#wp_slide .wp_text .menu {
 /* max-width: 470px;*/
 text-align: center;
}
#wp_slide .wp_text .menu a {
  display: block;
}
@media only screen and (max-width: 991px) {
  #wp_slide .wp_text .menu li:last-child a {
    margin-top: 10px;
  }
  #wp_slide .wp_text{
    width: 90%;
  }
}