

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container2 {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-button-next {
      left: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px!important;
}
.swiper-slide { 
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
 /*  display: flex; */
  justify-content: center;
  align-items: center;
 /*  margin-right: 18px!important; */
}
.swiper-slide img {  
width: 100%;
}
.swiper-slide h3 {  
    float: left;
    width: 100%;
    text-align: left;
	font-size: 20px;
font-family: 'DIN-Regular';
    margin-bottom: 4px;
}
.swiper-slide p {    
    float: left;
    width: 100%;
    text-align: left;
	color: #000; 
font-size: 16px;	 
}

.swiper-progress-bar {
 position: relative;
    width: 76%;
    display: block;
    z-index: 1;
    height: 2px;
    left: 3.9%;
}
.swiper-progress-bar2 {
 position: relative;
    width: 76%;
    display: block;
    z-index: 1;
    height: 2px;
    left: 20.2%;
	top: 0px; 
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: rgba(0, 0, 0, 0.13);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.swiper-progress-bar2 .slide_progress-bar2 {
  position: absolute;
  height: 3px;
  background: rgba(0, 0, 0, 0.13);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #bd9234;
  height: 100%;
  width: 0;
  content: "";
}
.swiper-progress-bar2 .slide_progress-bar2:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #bd9234;
  height: 100%;
  width: 0;
  content: "";
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar2.active .slide_progress-bar2 {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
.swiper-progress-bar2.animate .slide_progress-bar2:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}