#banner .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-banner img {
  width: 100%;
  max-height: 428px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .banner-menu {
    height: 60px !important;
  }
  .arrow {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slide-banner img {
    width: 100%;
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .owl-carousel .owl-item img {
    height: 200px;
    height: 80px;
    -o-object-fit: cover;
    width: 80px;
    object-fit: cover;
  }
}

@media (min-width: 1025px) {
  .arrow {
    line-height: normal;
  }
  .slide-banner img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=banner-home.css.map */