#sync1 .item {
  line-height: 0;
}

#sync2 { width: calc(100% - 200px); margin: 0 0 0 auto; padding-right: 66px; position: relative; z-index: 3; margin-top: -60px;}
#sync2 .item {  padding: 0 14px;}
#sync2 .item-pto { line-height: 0; background: #000; border: 1px solid rgba(255,118,0,0); padding-bottom: 55%; margin-bottom: 7px;}
#sync2 .item-pto img { opacity: 0.5;}

#sync2 .current .item-pto {
   border: 1px solid rgba(255,118,0,1);
}
#sync2 .current .item-pto img { opacity: 1;}

#sync2 .item-name { font-size: 20px; font-weight: 500;}

#sync1 .owl-nav { position: absolute; bottom:-20px; left: -15px; width: 180px; z-index: 11;}
#sync1 .owl-prev, #sync1 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); width: 74px !important; height: 65px !important; border-radius: 0% !important; background: rgba(255,255,255,1) !important; border: 0px solid #fff !important;}
#sync1 .owl-prev:hover, #sync1 .owl-next:hover { opacity: 0.6;}
#sync1 .owl-prev { left:15px; }
#sync1 .owl-next { right:15px;}
#sync1 .owl-prev:before, #sync1 .owl-next:before { content: ""; width: 38px; height: 1px; background: #ff7600; display: inline-block; position: absolute; top:32px;}
#sync1 .owl-prev:after, #sync1 .owl-next:after { content: ""; width: 15px; height: 15px; border-width: 1px 1px 0 0; border-style: solid; border-color:#ff7600; display: inline-block; position: absolute; top:25px;}
#sync1 .owl-prev:before { right: 15px; }
#sync1 .owl-next:before { left: 15px; }
#sync1 .owl-prev:after { transform: rotate(-135deg); left: 22px;}
#sync1 .owl-next:after { transform: rotate(45deg); right: 22px; }


.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;
}

@media only screen and (max-width: 1365px) {
	#sync2 { margin-top: -30px;}
	#sync2 .item-name { font-size: 16px; }
	#sync2 .item {  padding: 0 7px;}
}
@media only screen and (max-width: 1279px) {
	#sync1 .owl-nav { bottom:auto; top:calc(50% - 20px); left: 0px; width: 100%;}
	#sync1 .owl-prev, #sync1 .owl-next { transform: scale(0.6);}
	#sync1.owl-theme .owl-prev { left:-20px; }
	#sync1.owl-theme .owl-next { right:-20px;}
	#sync2 { width: 100%; padding-right: 0; margin-top: 10px;}
	#sync2 .item {  padding: 0 5px;}
}