.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    float: left;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

.box5 .nbs-flexisel-item {line-height:20px;}


.customer_home .nbs-flexisel-nav-left,
.customer_home .nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.customer_home .nbs-flexisel-nav-left {
    background: rgba(0,0,0,.1) url(button-previous.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    left: -40px;
}

.customer_home .nbs-flexisel-nav-right {
    background: rgba(0,0,0,.1) url(button-next.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    right: -40px;
}

.customer_home .nbs-flexisel-nav-left:hover {    
    background: rgba(0,0,0,.4) url(button-previous.png) center center no-repeat;
}

.customer_home .nbs-flexisel-nav-right:hover {
    background: rgba(0,0,0,.4) url(button-next.png) center center no-repeat;
}

.thietbi_product .nbs-flexisel-nav-left {
    background: url(arrow_left.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.thietbi_product .nbs-flexisel-nav-right {
    background: url(arrow_right.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (max-width: 1199px) {
    .customer_home .nbs-flexisel-nav-left {left: 0;}   
    .customer_home .nbs-flexisel-nav-right {right: 0;}
}


/*** Navigation ***/
.video_home .nbs-flexisel-nav-left,
.video_home .nbs-flexisel-nav-right {
    width: 20px;
    height: 20px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*top: auto !important;*/
    bottom: 0;
    left: -50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.video_home .nbs-flexisel-nav-right {
    width: 20px;
    height: 20px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*top: auto !important;*/
    bottom: 0;
    right: -50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.thietbi_product .nbs-flexisel-nav-left,
.thietbi_product .nbs-flexisel-nav-right {
    width: 20px;
    height: 20px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: -50px !important;
    bottom: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.thietbi_product .nbs-flexisel-nav-left {left: 93%;}
.thietbi_product .nbs-flexisel-nav-right {left: 95%;}

.video_home .nbs-flexisel-nav-left {
    margin-left: -25px;
    background: rgba(22,22,22,.1) url(button-previous.png) center center no-repeat;
    transition: all .3s;
}

.video_home .nbs-flexisel-nav-right {
    margin-left: 5px;
    background: rgba(22,22,22,.1) url(button-next.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.video_home .nbs-flexisel-nav-left:hover {    
    background: #00b5a5 url(button-previous.png) center center no-repeat;
}

.video_home .nbs-flexisel-nav-right:hover {
    background: #00b5a5 url(button-next.png) center center no-repeat;
}

.thietbi_product .nbs-flexisel-inner {height: 200px;}
.thietbi_product .nbs-flexisel-inner li>p {padding: 20px;}
.thietbi_product .nbs-flexisel-inner li>p a {text-decoration: none; font-family: Roboto Bold,sans-serif; color: #000;}
.thietbi_product .nbs-flexisel-inner li>p a:hover {color: #11a6a1;}

