.footer {
  height: auto;
  position: absolute;
  bottom: 0px;
  width:100%;
}
.banner {
  width: 100%;
  background-color: transparent;
  padding: 20px 0 0 0;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.img-responsive-banner {
  padding: 0 10px;
}
@media (max-width: 1500px) {
  .banner {
    top: -230%;
  }
  .img-responsive-banner {
    width: 100%;
  }
  .link-banner {
    text-align: center;
  }
}
@media (max-width: 1068px) {
  .banner {
    top: -180%;
  }
  .text-footer {
    height: 60px !important;
  }
}
@media (max-width: 992px) {
  .banner {
    top: -183%;
  }
  .text-footer {
    height: auto !important;
  }
  .footer-detail {
    padding: 21px 20px !important;
  }
}

@media (max-width: 851px) {
  .banner {
    top: -185%;
  }
}
@media (max-width: 812px) {
  .banner {
    top: -167%;
  }
}
@media (max-width: 811px) {
  .banner {
    top: -168%;
  }
}
@media (max-width: 513px) {
  .img-responsive-banner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner {
    top: -131%;
  }
  .img-responsive-banner {
    height: 112% !important;
  }
}
@media (max-width: 701px) {
  .banner {
    top: -141%;
  }
  .img-responsive-banner {
    height: 125% !important;
  }
}
@media (max-width: 451px) {
  .banner {
    top: -109%;
  }
  .img-responsive-banner {
    height: 125% !important;
  }
}
@media (max-width: 436px) {
  .banner {
    top: -107%;
  }
}
@media (max-width: 389px) {
  .banner {
    top: -81%;
  }
}
