.home-slider {width: 100%;height: 100vh;}
.home-slider .swiper-slide {background: #fff;}
.home-slider .swiper-slide .text-bg {text-align:right;position: absolute;top:0px;width: 100%;height: 100%;background: #00000000;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: flex-end;}

.home-slider .swiper-pagination-bullet-active {opacity: 1;background: #000000!important;}
.home-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {left: 0px!important;width: 100%!important;}
.home-slider .swiper-pagination-bullet {display: inline-block;background: #ffffff5c;opacity: 1;margin:2px!important;}
.home-slider .swiper-button-next, .swiper-button-prev {position: absolute;z-index: 10;cursor: pointer;color: #fff;text-align: center;}

.home-slider .swiper-slide .text-bg .text1 {font-size: 28px; color: #000000; font-weight: 700; position: relative; display: inline-block; z-index: 9; text-transform: uppercase; letter-spacing: 1px; width: auto!important; background: white; margin-bottom: 0px!important; padding: 3px 20px 3px 20px; top: -110px; } 
.home-slider .swiper-slide .text-bg .text2 {font-size: 18px;color:#333;font-weight: 300;line-height: 1.4;}

.home-slider .swiper-pagination-bullet {width: 14px;height: 14px;}
.home-slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 10px;}
.home-slider .swiper-button-next, .swiper-button-prev {top: 50%;width: 50px;height: 50px;line-height: 50px;margin-top: -22px;font-size: 35px;}


@media(max-width: 1024px){
	.home-slider {width: 100%; height: auto;} 
	.home-slider .swiper-slide .text-bg .text1 {font-size: 11px;top:-40px !important;} 

}