#sync1 .item {
  background: #0c83e7;
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  ackground: #fafafa;
padding: 10px 7px;
margin: 0px;
color: #666;
border-radius: 0px;
text-align: center;
cursor: pointer;
font-size: 13px;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
 font-weight: bold;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .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;
}
