.owl-theme .owl-nav {
    /* margin-top:10px;
    text-align:center; */
    -webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background-color:#2a8fce;
    background-position:center;
    background-repeat:no-repeat;
    background-size:14px 13px;
    width:43px;
    height:43px;
    transition:all .3s ease;
}
.owl-theme .owl-nav .owl-prev {
    border-top-right-radius:50%;
    border-bottom-right-radius:50%;
    left:0;
    background-image:url(../../../images/icon-arrow-left.png);
}
.owl-theme .owl-nav .owl-next {
    border-top-left-radius:50%;
    border-bottom-left-radius:50%;
    right:0;
    background-image:url(../../../images/icon-arrow-right.png);
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color:#0066a5;
    text-decoration:none;
}
.owl-theme .owl-nav .disabled {
    opacity:0.5;
    cursor:default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top:10px;
}

.owl-theme .owl-dots {
    text-align:center;
    -webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-dots .owl-dot {
    display:inline-block;
    zoom:1;
    *display:inline;
}
.owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity 200ms ease;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#869791;
}
