#sync1 .item {
  background: #FFFFFF;
  /*background: #0c83e7;*/
  /*padding: 80px 0px;*/
  margin: 5px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  /*width: 800px;*/
  /*width: 100%;*/
  height: 500px;
}

.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;
  width: 800px;
  margin: 3em auto;
}
#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;
}


@media (max-width: 1000px) {
  #sync1 .item {
    width: 100vw;
    height: 300px;
  }

  #sync1.owl-theme {
    width: 100vw;
    height: 300px;
    margin: 1em auto;
  }
}



#sync2 .item {
  background: #FFFFFF;
  /*background: #0c83e7;*/
  /*padding: 80px 0px;*/
  margin: 5px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  /*width: 800px;*/
  /*width: 100%;*/
  height: 500px;
}

#sync2.owl-theme {
  position: relative;
  width: 800px;
  margin: 3em auto;
}
#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync2.owl-theme .owl-prev {
  left: 10px;
}
#sync2.owl-theme .owl-next {
  right: 10px;
}


@media (max-width: 1000px) {
  #sync2 .item {
    width: 100vw;
    height: 300px;
  }

  #sync2.owl-theme {
    width: 100vw;
    height: 300px;
    margin: 1em auto;
  }
}