
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
body .owl-nav{
  position: initial;
}
body .owl-nav div{
position: absolute;
top: 25%;
border:1px solid #000;
width: 50px;
height: 50px;
border-radius: 30%;
opacity: 1;
}
body .owl-prev{
  left: -20px;
  display: flex;
  background-color:#cc181e;
}
body .owl-next{
  right: -20px;
  display: flex;
  background-color:#cc181e;
}
body .owl-prev i, body .owl-next i{
  margin: auto;
}
  .list-videos2 .img {
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  .list-videos2 .img.preview-loading:after {
  display: block;
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background: url("/css/loader.gif") no-repeat;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0.8;
  }
