.cusotm-img .banner_bg{
	min-height: 762px;
}
.cusotm-img .banner_bg{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.cusotm-img .orbit-caption {
	margin-top: 200px;
	position: relative;
	z-index: 21;
    background: none;
    color: white;
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.cusotm-img .orbit-caption p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.cusotm-img .orbit-caption h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px;
}

.cusotm-img .swiper-button-next,
.cusotm-img .swiper-button-prev{
	    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
}
.cusotm-img .swiper-button-next{
	right: 0px;
}
.cusotm-img .swiper-button-prev{
	left: 0px;
}
.cusotm-img .swiper-button-next:after{
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-color: transparent;
    border-left-style: solid;
    border-left-color: white;
    left: 50%;
    margin-left: -4px;
}
.cusotm-img .swiper-button-prev:after{
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-right-style: solid;
    border-color: transparent;
    border-right-color: white;
    left: 0;
}
.cusotm-img .swiper-button-next:hover,
.cusotm-img .swiper-button-prev:hover{
	    background-color: rgba(0, 0, 0, 0.3);
}
.cusotm-img .swiper-pagination-bullet{
	    background: #cccccc;
	    opacity: 1;
}
.cusotm-img .swiper-pagination-bullet-active{
background: #999999;
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
	.cusotm-img .orbit-caption{
	margin-top: 200px;
 	}
	.cusotm-img .banner_bg{
	min-height: 625px;
	}
	.cusotm-img.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
 		margin:0 3px;
 	}
 	}
 @media only screen and (max-width: 640px) {
 	.cusotm-img.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
 		margin:0 3px;
 	}
 
 	.cusotm-img .banner_bg{
	min-height: 298px;
	}
.cusotm-img .orbit-caption{
	margin-top: 80px;
 	}
 	.cusotm-img .orbit-caption h2{
 		font-size: 22px;
 	}
 
 }
