.bx-wrapper {overflow:hidden; text-align:left; }
.bx-wrapper img {}
.bx-wrapper .bx-pager {position:absolute; top:485px; z-index:100;left:0; width:100%; text-align:center;  }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {text-indent: -9999px; display: block;margin: 0 4px; background:url() no-repeat; width:16px; height:16px; }
/* .bx-wrapper .bx-pager.bx-default-pager a:hover, */
.bx-wrapper .bx-pager.bx-default-pager a.active {background:url() no-repeat; width:16px; height:16px; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 16px; outline: 0; background: url() 0 0 no-repeat;}
/* .bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;} */
.bx-wrapper .bx-controls-auto .bx-stop {display: block; text-indent: -9999px; width: 16px; height: 16px; outline: 0; background: url() 0px 0px no-repeat;}
/* .bx-wrapper .bx-prev {left:50%;  margin-left:-665px;background:url() 0 0 no-repeat; z-index:1000; }
.bx-wrapper .bx-next {left:50%; margin-left:600px;background: url()  0 0 no-repeat; z-index:1000;} */
.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position:}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 45%;margin-top: -16px;outline: 0;width: 63px;height: 63px;text-indent: -9999px;z-index: 1000;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.bx-wrapper .bx-controls-auto {text-align: center; z-index:100; position:absolute; top:485px; z-index:100;left:51.8%; }


.bx-wrapper{width:100%;}
.bx-wrapper .bx-controls-direction a.bx-prev{width:60px; height:60px; display:block; background:url(../images/main/vis_arrow_prev.png) no-repeat; left:100px; transition:ease .3s; margin:0;}
.bx-wrapper .bx-controls-direction a.bx-next{width:60px; height:60px; display:block; background:url(../images/main/vis_arrow_next.png) no-repeat; right:100px; transition:ease .3s; margin:0;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{background:url(../images/main/vis_arrow_prev_on.png) no-repeat; transition:ease .3s;}
.bx-wrapper .bx-controls-direction a.bx-next:hover{background:url(../images/main/vis_arrow_next_on.png) no-repeat; transition:ease .3s;}

@media screen and (max-width:1024px){
.bx-wrapper .bx-controls-direction a.bx-prev{width:45px; height:45px; display:block; background:url(../images/main/vis_arrow_prev.png) no-repeat; background-size:cover; top:40%; left:20px; transition:ease .3s; margin:0;}
.bx-wrapper .bx-controls-direction a.bx-next{width:45px; height:45px; display:block; background:url(../images/main/vis_arrow_next.png) no-repeat; background-size:cover; top:40%;  right:20px; transition:ease .3s; margin:0;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{background:url(../images/main/vis_arrow_prev_on.png) no-repeat; background-size:cover; transition:ease .3s;}
.bx-wrapper .bx-controls-direction a.bx-next:hover{background:url(../images/main/vis_arrow_next_on.png) no-repeat; background-size:cover; transition:ease .3s;}
}

@media screen and (max-width:767px){
.bx-wrapper .bx-controls-direction a.bx-prev{width:30px; height:30px; display:block; background:url(../images/main/vis_arrow_prev.png) no-repeat; background-size:cover; top:50%; left:10px; transition:ease .3s; margin:0; transform:translateY(-50%);}
.bx-wrapper .bx-controls-direction a.bx-next{width:30px; height:30px; display:block; background:url(../images/main/vis_arrow_next.png) no-repeat; background-size:cover; top:50%;  right:10px; transition:ease .3s; margin:0; transform:translateY(-50%);}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{background:url(../images/main/vis_arrow_prev_on.png) no-repeat; background-size:cover; transition:ease .3s;}
.bx-wrapper .bx-controls-direction a.bx-next:hover{background:url(../images/main/vis_arrow_next_on.png) no-repeat; background-size:cover; transition:ease .3s;}
}