.slider{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider div#sync1 {
    padding: 15px 15px 0 15px;
}
.slider div#sync2 {
    width: 97.4%;
    padding: 20px 35px 20px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider div#sync2 .owl-stage-outer{
    width: 80%;
}
.slider div#sync1 .owl-item .owl-item,
.slider div#sync2 .owl-item .owl-item{
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0;
}
.slider div#sync1 .owl-item img,
.slider div#sync2 .owl-item img{
    max-width: 100%;
    width: initial;
    -o-object-fit: cover;
       object-fit: cover;
}
.slider div#sync1 .owl-item .info-content{
    position: absolute;
    top: 43%;
    left: 66px;
    transform: translateY(-50%);
    text-align: left;
    background: rgba(0,0,0,0.52);
    padding: 30px 15px 30px;
}
.slider div#sync1 .owl-item .info-content a{

}
.slider div#sync1 .owl-item .info-content a:hover, 
.slider div#sync1 .owl-item .info-content a:active, 
.slider div#sync1 .owl-item .info-content a:focus{
    text-decoration: none;
    outline: none;
}
.slider div#sync1 .owl-item .info-content a h3{
    margin: 0 0 15px;
    color: #fff;
}
.slider div#sync1 .owl-item .info-content a p{
    margin: 0;
    color: #fff;
}
.slider div#sync1 .owl-item .info-content a button{
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    padding: 5px 15px;
}
.slider div#sync2 .owl-item {
    cursor: pointer;
}
.slider div#sync2 .owl-item .owl-item{
  border: solid 5px transparent;
}
.slider div#sync2 .current .owl-item {
  border: solid 5px #A81C51;
}
/*#sync1 img {
    max-width: 100%;
    height: 50vh;
}*/
/*#sync2 img {
    max-width: 100%;
    height: 20vh;
}*/
/*
#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#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-'] {
  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;
}
#sync1.owl-theme .owl-controls .owl-nav .owl-prev, #sync1.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 0;
}
#sync2.owl-theme .owl-controls .owl-nav .owl-prev, #sync2.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
#sync1.owl-theme .owl-controls .owl-nav .owl-prev i, 
#sync1.owl-theme .owl-controls .owl-nav .owl-next i {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}
#sync2.owl-theme .owl-controls .owl-nav .owl-prev i, 
#sync2.owl-theme .owl-controls .owl-nav .owl-next i {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}
#sync1.owl-theme .owl-controls .owl-nav .owl-prev{
    left: 15px;
    padding: 0px 30px 0px 12px;
}
#sync1.owl-theme .owl-controls .owl-nav .owl-next{
    right: 15px;
    padding: 0px 24px 2px 18px;
}
#sync2.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 70px;
    padding: 0px 18px 2px 15px;
}
#sync2.owl-theme .owl-controls .owl-nav .owl-next {
    right: 70px;
    padding: 0px 15px 2px 18px;
}
/*md*/
@media (max-width: 1199px){

}
/*sm*/
@media (max-width: 991px){
  #sync2.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 35px;
  }
  #sync2.owl-theme .owl-controls .owl-nav .owl-next {
    right: 35px;
  }
  #sync1.owl-theme .owl-controls .owl-nav .owl-prev, #sync1.owl-theme .owl-controls .owl-nav .owl-next {
    top: 60%;
  }
}
/*xs*/
@media (max-width: 767px){
    div#sync1 {
      padding: 15px 15px 15px 15px;
    }
    #sync1.owl-theme .owl-controls .owl-nav .owl-prev, #sync1.owl-theme .owl-controls .owl-nav .owl-next {
      top: 65%;
    }
    .slider div#sync1 .owl-item .info-content {
        left: 0;
    }
}

/*xxs*/
@media (max-width: 500px){
    .slider div#sync1 .owl-item .owl-item, .slider div#sync2 .owl-item .owl-item {
        flex-direction: column;
    }
    .slider div#sync1 .owl-item .info-content {
        position: initial;
        top: initial;
        left: initial;
        transform: none;
    }
}
