
.bs-slider{
    /*max-height: 700px;*/
    position: relative;
    background: none;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.bs-slider > .carousel-inner { position: relative;}
.bs-slider > .carousel-inner > .item > h6{ position: absolute; bottom: 3%; left:3%; width: 94%; margin: 0; letter-spacing: 2px; color:#FFF;}
.box02-content-l-img h6{ text-align: left;}
.box02-content-r-img h6{ text-align: right;}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    /*top: 3%;*/
    opacity: 0.6;
    width: 50px;
    padding:0;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: #ec8e26;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: lighter !important;
    z-index: 200;
}
.control-round:hover .carousel-control{
    opacity: 1;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #ec8e26;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


.control-round .carousel-control { top:35%; font-size: 2.8em;}         
.control-round .carousel-control.left, .control-round .carousel-control.left{ left: 0.5%;}
.control-round .carousel-control.right, .control-round .carousel-control.right {right: 0.5%;}



/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    position: absolute;
    justify-content: flex-end;
    bottom: 0;
    width: 80%;
    height: 23px;
    right: 0;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    /* background: rgb(202, 202, 202); */
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    /* box-shadow: 0 0 0 2px #333; */
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #333;
    content:"";
    position: absolute;
    left:-11px;
    top:-11px;
    width:40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


@media only screen and (max-width: 480px) {
    .indicators-line > .carousel-indicators{
        width: 80%;
        bottom: -5%;
    }
    .indicators-line > .carousel-indicators li{
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }
    
    .indicators-line > .carousel-indicators .active{
        margin-right: 3px;        
    }
    .indicators-line > .carousel-indicators .active:before{
        left:-13px;
        top:-13px;

    }

}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}







/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {

}
@media  (max-width: 480px) {
    .bs-slider > .carousel-inner > .item > h6{ bottom: 12px;}
}


/* .carousel-indicators {
    position: absolute;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
} */