﻿
.dshow .owl-carousel .owl-dots {right:8.5%;top:auto;bottom:38px;width:91.5%;padding:0;height:auto; display: inline-block; text-align: right}
.dshow .owl-carousel .owl-dots .owl-dot span{margin:0 10px; display: inline-block; background: #fff;width:15px; height: 15px;opacity:0.5;border-radius:50%}
.dshow .owl-carousel .owl-dots .owl-dot.active span,.dshow .owl-carousel .owl-dots .owl-dot:hover span{width:15px;height:15x; background: #fff;opacity:1;}

@media only screen and (max-width:1800px){ 
    .dshow .owl-carousel .owl-dots {bottom:30px;right:8%;width:92%}
    .dshow .owl-carousel .owl-dots .owl-dot span,.dshow .owl-carousel .owl-dots .owl-dot.active span,.dshow .owl-carousel .owl-dots .owl-dot:hover span {width:10px; height: 10px}
}

@media only screen and (max-width:1044px){ 
    .dshow .owl-carousel .owl-dots {bottom:20px;}
    .dshow .owl-carousel .owl-dots .owl-dot span,.dshow .owl-carousel .owl-dots .owl-dot.active span,.dshow .owl-carousel .owl-dots .owl-dot:hover span {width:5px; height:5px;margin:0 5px}
}
