.banner-slider{ padding-top:137px;}
@media (max-width:720px)
{
	.banner-slider{padding-top:100px;}
	}
.banner-slider .item {
  background-color: rgba(0, 0, 0, 0.3);
  background-size: contain;
  cursor: default;
  display: block;
  width: 100%;
  height: 580px;
  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: 320px; }
  }
  @media (min-width: 768px) {
  .banner-slider .item {
    height: 400px; }
}

@media (min-width: 1024px) {

  .banner-slider .item {
    height: 580px; }
}
