#sync1 .item {

 }


#sync2 .item {

    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .item .current .item{
    background: #0c83e7;
  }
}





.owl-theme .owl-nav [class*='owl-'] {
      transition: all .3s ease;
  }
.owl-theme .owl-nav.disabled:hover {
   background-color: ;
  }   




#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
 #sync1.owl-theme.owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
