#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 0px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
width:100%;
height:100%;
}
#sync2 .item {
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .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;
}
.owl-carousel .owl-item img{
	width: 100%;
}
.owl-carousel .owl-stage-outer { 
	height:100%;
}
.owl-carousel .owl-stage {
	height:100%;
}
.owl-carousel .owl-item {
	height:100%;
}
#sync2 .item {
	height: 150px;
}
#sync1 .owl-dots {
	position: relative;
	top: -40px;
}
#sync2 .owl-dots {
	position: relative;
	top: 0px;
}
#sync2 .owl-nav {
	margin-top: 0px;
}
#sync2 .owl-prev {
    left: 10px;
	margin-top: -100px;
	position: absolute;
}
#sync2 .owl-next {
    right: 10px;
	margin-top: -100px;
	position: absolute;
}