html,body,#main,#banner .owl-stage-outer,#banner .owl-stage,#banner .owl-item{
    height: 100%;
}
.banner_carousel .owl-dots{
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 3;
}
.banner_carousel .owl-dot{
    display: block;
    outline: 0;
}
.banner_carousel .owl-dot span{
    width: 18px;
    height: 18px;
    background-color: gainsboro;
    display: inline-block;
    border-radius: 100%;
}
.banner_carousel .owl-dot.active span{
    background-color: #315777;
}