div.bannerBox {width:100%;border-top:0px solid #e0e0e0; padding:0px 0 30px 0 ;  overflow:hidden !important; }
section.banner{width:1300px; margin:0 auto; position:relative; overflow:hidden; clear:both;  padding:0px 0;  }
.nbs-flexisel-container {  position:relative; padding:0px 50px;overflow:hidden; border:0px solid #dfdfdf; border-radius:0px; }
.nbs-flexisel-ul {position:relative; width:99999px; margin:0px;  list-style-type:none; text-align:center; overflow: auto;}
.nbs-flexisel-inner { overflow: hidden; float:left; width:100%; box-sizing:border-box;   }
.nbs-flexisel-item {float:left !important; margin:0px;padding:0px; cursor:pointer; position:relative; overflow:hidden; }
.nbs-flexisel-item a{overflow: hidden; display:block; padding:0 15px}
.nbs-flexisel-item a:hover {color:#fff;}
.nbs-flexisel-item img { max-width: 100%; cursor: pointer; position: relative; margin: 5px 0px; border-radius:10px;}
.nbs-flexisel-item span {display:block; font-weight:600; padding:5px 0 ; font-size:16px; }
/*** Navigation ***/
.nbs-flexisel-nav-left{border-radius:50px 50px !important; -moz-border-radius:50px 50px !important; -webkit-border-radius: 50px 50px !important;  }
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {padding:5px 4px; border-radius:50px 50px; -moz-border-radius:50px 50px; -webkit-border-radius: 50px 50px;     
    position: absolute; cursor: pointer; z-index: 4; top: 45%; transform: translateY(-50%);  background-color: rgba(0,0,0,0.1); color: #fff; }
.nbs-flexisel-nav-left {left: 0px; position:absolute; width:48px; height:48px; background-image:url("../img/arrow_left_w2.png"); background-repeat:no-repeat; background-position:center center;}
.nbs-flexisel-nav-left:hover{background-color: rgba(0,0,0,0.3); }
.nbs-flexisel-nav-left.disabled {opacity: 0.3;}
.nbs-flexisel-nav-right { right: 0px; width:48px; height:48px; background-image:url("../img/arrow_right_w2.png"); background-repeat:no-repeat; background-position:center center;}
.nbs-flexisel-nav-right:hover{background-color: rgba(0,0,0,0.3); }
.nbs-flexisel-nav-right.disabled { opacity: 0.3;}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
section.banner{width:95%; margin:0 auto; position:relative; overflow:hidden; clear:both;  }
.nbs-flexisel-container {position:relative; padding:0px;overflow:hidden; border:0px solid #dfdfdf; border-radius:5px; }
.nbs-flexisel-ul {position:relative; width:99999px; margin:0px;  list-style-type:none; text-align:center; overflow: auto;}
.nbs-flexisel-inner {position:relative; overflow: hidden; float:left; width:100%; box-sizing:border-box;   }
.nbs-flexisel-item {float:left; margin:0px;padding:0px; cursor:pointer; position:relative; }
.nbs-flexisel-item img { max-width: 100%; cursor: pointer; position: relative; margin: 5px 0;}
.nbs-flexisel-item span {display:block; font-weight:600; padding:0 ;  }
/*** Navigation 
.nbs-flexisel-nav-left{border-radius:0 5px 5px 0 !important; -moz-border-radius:0 5px 5px 0 !important; -webkit-border-radius: 0 5px 5px 0 !important;  }
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { padding:5px 4px; border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px;     
    position: absolute; cursor: pointer; z-index: 4; top: 50%; transform: translateY(-50%);  background: rgba(0,0,0,0.25); color: #fff; }
.nbs-flexisel-nav-left {left: 0px;}
.nbs-flexisel-nav-left:before { content: "〈"}
.nbs-flexisel-nav-left.disabled {opacity: 0.3;}
.nbs-flexisel-nav-right { right: 0px; }
.nbs-flexisel-nav-right:before { content: "〉"}
.nbs-flexisel-nav-right.disabled { opacity: 0.3;}***/
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {display:none;}	
}
@media (max-width: 320px) {
}