.banner-slider{ padding-top:160px; z-index:99;}
 @media (max-width: 768px) {
	 .banner-slider{padding-top:110px;}
 }
.banner-slider .item {
  background-color: rgba(0, 0, 0, 0.3);
  background-size: contain;
  cursor: default;
  display: block;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.banner-slider .item a{ width:100%; height:100%; display:block;}
.banner-slider .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 0; }
  
  @media (min-width: 0px) {
  .banner-slider .item {
    height: 160px; }
  }
  @media (min-width: 768px) {
  .banner-slider .item {
    height: 260px; }
}

@media (min-width: 1024px) {

  .banner-slider .item {
    height: 480px; }
}