.swiper-container {
  width: 100%;
  height: 100%;
  background: #fff;
}
.swiper-slide {
  font-size: 18px;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 50px;
	display: table-cell;
	vertical-align: middle;
	margin-top: 4%;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 58px;
  font-weight: 600;
  width: 800px;  
  max-width: 100%;
  border-left: 8px solid rgba(249, 190, 6, 1);
  padding-left: 20px;
  margin-top: 20px;
}
.swiper-slide .pre-title{
  font-size: 15px;
  font-weight: 600;
  width: 400px;
  max-width: 100%;
  line-height: 1.8;
  opacity: 0.5;
}
.swiper-slide .subtitle {
  font-size: 14px;
  font-weight: 600;
}
.swiper-slide .text {
  font-size: 14px;
  font-weight: 500;
  max-width: 400px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
	.swiper-slide {
	  font-size: 18px;
	  color:#fff;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 30px 15px;
		display: table-cell;
		vertical-align: middle;
	}	
	.swiper-slide .title {
	  font-size: 27px;
	  font-weight: 600;
	  max-width: 100%;  
	  border-left: 8px solid rgba(249, 190, 6, 1);
	  padding-left: 20px;
	  margin-top: 20px;
	}
	.swiper-slide .subtitle {
	  font-size: 14px;
	  font-weight: 600;
	}
	.swiper-slide .text {
	  font-size: 15px;
	  font-weight: 500;
	  max-width: 400px;
	  line-height: 1.8;
	  margin-top: 20px;
	}
}



.slide-item{
  background-size: cover;
  margin: 0px !important;
}

.slider-content{
 position: relative;
  -webkit-transform: translateY(22%);
  -ms-transform: translateY(22%);
  transform: translateY(22%);
}

.swiper-slide .title-block {
  width: 100%;
  font-size: 53px;
  font-weight: 600;
  border-left:8px solid rgb(184, 183, 183);
  margin-top: 20px;
  padding-left: 30px;
  margin: 0px;
}
.center-holder .title-block {
  padding-left: 0px !important;
  border-left: none !important;
}
.center-holder .title-block:after{
  content: '';
  display: block;
  background: rgb(183, 182, 182);
  height: 8px;
  width: 200px;
  margin: 15px auto;
}

@media screen and (max-width:767px) {
  .swiper-slide .title-block {
    font-size: 25px;
  }
  .slider-content{
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);    
  }
}
.swiper-slide .text-block {
  font-size: 15px;
  font-weight: 500;
  width: 400px;
  max-width: 100%;
  line-height: 1.8;
  margin-top: 20px;
}
.center-holder .text-block{
  margin: auto;
}
.swiper-slide .pre-title-block{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0.5;
  margin-bottom: 15px;
}