.vn_banners {
  width: 100%;
  min-height: 300px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .vn_banners {
      min-height: 230px; } }
  @media screen and (min-width: 993px) {
    .vn_banners {
      min-height: 300px; } }
  @media screen and (min-width: 1200px) {
    .vn_banners {
      min-height: 350px; } }
  .vn_banners.has-loader:after {
    content: '';
    background-image: url(../../images/loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    z-index: -1; }
  .vn_banners .owl-nav .owl-prev {
    left: 15px; }
  .vn_banners .owl-nav .owl-next {
    right: 15px; }
