@media(max-width:1440px){
.swiper-pagination {
	position:absolute;
	text-align:right;
-webkit-transition:.3s opacity;
-o-transition:.3s opacity;
transition:.3s opacity;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;width:16px; overflow:hidden;
	right:66px;
	bottom:198px;
}
	
}
@media(max-width:1366px){
.swiper-pagination {
	position:absolute;
	text-align:right;
-webkit-transition:.3s opacity;
-o-transition:.3s opacity;
transition:.3s opacity;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;width:16px; overflow:hidden;
	right:66px;
	bottom:198px;
}
	
}
@media(max-width:1024px){
.swiper-pagination {
	position:absolute;
	text-align:right;
-webkit-transition:.3s opacity;
-o-transition:.3s opacity;
transition:.3s opacity;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;width:100%; overflow:hidden;
	right:0px;
	bottom:38px;
	text-align:center;
}
	
}

.swiper-button-next1, .swiper-button-prev1 {
	position:absolute;
	width:49%;
	height:60px;
	margin-top:0px;
	z-index:10;
	cursor:pointer;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat;
	transition: all 1s ease;
	bottom:0;
}

.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled {
	opacity:1;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next { background:url(../images/bg10.jpg) no-repeat right center;
  
	left:0;


}

.swiper-button-next1, .swiper-container-rtl .swiper-button-prev {   background:url(../images/bg11.jpg) no-repeat left center;
right:0;
}
.swiper-button-next1:hover{ background:url(../images/bg11_1.jpg) no-repeat left center;}
.swiper-button-prev1:hover{ background:url(../images/bg10_1.jpg) no-repeat right center;}
.swiper-pagination1 {
	position:absolute;
	text-align:center;
	left:0;
	bottom:25px;
-webkit-transition:.3s opacity;
-o-transition:.3s opacity;
transition:.3s opacity;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;width:100%; overflow:hidden;
}
.swiper-pagination1 .swiper-pagination-bullet {
	width:10px; height:10px; border:1px solid rgba(255,255,255,0.5); border-radius:100px;transition: all 1s ease;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	opacity:1;
	width:22px; height:10px; background:rgba(255,255,255,0.5); border-radius:50px;
}

/**
 * Animations
 */

.fromTopIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromTopOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,-10px);
	opacity: 0.0;
}

.fromBottomIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,10px);
	opacity: 0.0;
}

.fromLeftIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(-10px,0);
	opacity: 0.0;
}

.fromRightIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(10px, 0);
	opacity: 0.0;
}

.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}

.scaleDownIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleDownOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(0.7,0.7);
	opacity: 0.0;
}



