.slide-section {
    margin-top: 8em;
}

.slide-section img {
    width: 100%;
    height: auto;
}

.slide_design .carousel-indicators {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    margin-left: 0;
    height: 100px;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-top: 30px;
}

.slide_design .carousel-indicators .active {
    width: 30px;
    height: 5px;
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid transparent;
}

.slide_design .carousel-indicators li {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: none;
    border: 1px solid white;
    margin: 0;
}


/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .slide-section {
        margin-top: 0;
    }
    .slide_design .carousel-indicators {
        z-index: 1;
        height: 60px;
    }

}


/*tablet site*/

@media(max-width: 1024px) and (min-width: 768px) {
    .slide-section {
        margin-top: 0;
    }
    .slide_design .carousel-indicators {
        z-index: 1;
    }
}

/* --- modified --- */

.slide02-section .slide_design .carousel-indicators .active {
    background: #fcfeff;
    border: 1px solid #fcfeff;
}

.slide02-section .slide_design .carousel-indicators li {
    background: rgba(252, 254, 255, 0.5);
    border: 1px solid rgba(252, 254, 255, 0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
