#sync1 .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #fff;
  margin: 5px 12px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current {
  border-top: 3px solid #0052aa !important;
}

#sync2 .owl-item {
  position: relative;
  border-top: 3px solid #fff0;
}

#sync2 .owl-item::after {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#sync2 .owl-item:last-child::after {
  display: none;
}

.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;
}

.box-slide {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.left-slide {
  width: 74.16%;
}

.right-slide {
  width: 25%;
}

.name-slide-cus {
  font-size: 12px;
  font-family: ar;
}

#sync1 .owl-nav {
  margin-top: 0;
  display: none;
}

#sync1 .owl-dots {
  display: none;
}

#sync2 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
  border-radius: 0 0 5px 5px;
}

.item img {
  border-radius: 5px 5px 0 0;
}

.item-banner-slide {
  margin-bottom: 10px;
}

.item-banner-slide img {
  border-radius: 5px;
}

@media (max-width: 768px) {
  .left-slide {
    width: 100%;
    margin-bottom: 20px;
  }
  .right-slide {
    width: 100%;
    display: none;
  }
}

@media (max-width: 576px) {
  #sync1 .owl-dots {
    display: block;
    margin-top: 5px;
  }
  #sync2 {
    display: none;
  }
  .item img {
    border-radius: 5px;
  }
  #sync1.owl-theme .owl-dots .owl-dot.active span {
    background: #0476f9;
  }
  #sync1.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
  }
  .left-slide {
    margin-bottom: 0px;
  }
}
