#sync1 .item {
  margin: 5px;
  color: #FFF;
  text-align: center;
}
#sync1 .item .team-title {
  background-color: #ddd;
  color: #333;
  padding: 10px 5px;
}
#sync1 .item .team-title h5 {
  color: #ff7010;
}
#sync1 .item .team-title h5 span {
  color: #333;
}
#sync1 .item .s-link {
  background-color: #ff7010;
  color: #fff;
  padding: 10px 0;
}
#sync1 .item .s-link a {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}

#sync2 {
  margin-top: 50px;
}
#sync2 .item {
  background: #C9C9C9;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border: 1px solid #ff7010;
}

.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;
}