footer  .contact-button-wrapper {
  position: fixed;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  right: 50px;
  bottom: 20px;
}
footer .header-logo img{
  max-width: max-content;
}

footer  .contact-button-wrapper .call-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 10px;
  background-color: #5DCD3C;
  border-radius: 50%;
}

footer  .contact-button-wrapper .zalo-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

footer  .contact-button-wrapper .call-wrapper img{
  width: 20px;
}
footer  .contact-button-wrapper .call-wrapper img.mes-icon{
  width: 46px;
}


footer  .footer-bottom {
  padding-top:50px;
  background-color: #1D3571;
  width:100%;
}

.active-footer {
  display: block!important;
}

footer .footer-top {
  margin: 20px 10%;
  display: none;
}

.banner-wrapper {
  padding-left: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:100%;
  background: #ffff;
  box-shadow: 0 2px 12px 2px rgb(0 0 0 / 16%);
  margin: 60px 0;
  border-radius: 12px;
}

.banner-bar {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 12px;
  width: 100%;
}

.banner-quality{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 15px 10px;
}

.quality-logo {
  width: 25%;
  margin-bottom: 8px;
}

.quality-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.quality-text {
  font-size: 0.8rem;
  text-align: center !important;
  width: 100%;
}


.discount {
  background: #fbe8b6;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: inherit;
  border-radius: 8px;
  height: fit-content;
  max-width: 300px;
}

.discount-logo{
  width: auto;
  margin-right: 5px;
}

img.discount-logo {
  max-width: 30px;
}

.discount-title {
  color: #db4d20;
  font-weight: 700;
  text-align: start;
  margin-top: 8px;
}

h5.discount-title {
  margin-bottom: 0;
}

.discount-text {
  text-align: start;
}


footer .footer-content.product-list p {
  text-align:  left;
}

footer .product-list{
  max-width: 76%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* display: flex;
  flex-direction: row;
  align-items: center;
  /* display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center; */
}

footer .sub-wrapper {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}
footer .first-col {
  width: 24%;
  text-align: left;
}

footer .motto {
  max-width: 224px;
}

footer a {
  text-decoration: none;
}

footer .logo {
  margin-bottom: 16px;
}

footer .network {
  display: flex;
  flex-direction: column;
}

footer .media {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .network .social {
  border-radius: 4px;
  background: #fff;
  width: 90px;
  height: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
}

footer .network .social img {
  width: 100%;
  height: 100%;
}

footer .content p {
  margin-bottom: 4px;
}

footer .content p:hover {
  opacity: 1;
  transition: 0.2s ease;
}
footer .sub-content:first-child {
  margin-bottom: 32px;
}

footer .contact {
  display: flex;
  flex-direction: row;
}

footer .contact p {
  margin-right: 5px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid #FFFFFF;
  padding-top: 12px;

}

.footer-content img {
  max-height: 48px;
  height: 100%;
  width: 100%;
  max-width: 127px;
}


@media (min-width: 1700px) {
  .quality-title {
    font-size: 18px;
  }

  .quality-text {
    font-size: 16px;;
  }
}


@media (min-width: 1400px) {
  footer .motto {
    max-width: 1000px;
  }
}

@media (max-width: 1400px) {
  footer .container .big-wrapper {
    padding: 32px 40px;
  }
}

@media (max-width: 1200px) {
  footer  .contact-button-wrapper {
    right: 50px;
  }

  footer .container .big-wrapper {
    padding: 32px 0px;
  }
  footer .sub-wrapper {
    width: 63%;
  }
  footer .first-col {
    width: 28%;
  }
  footer .network .social {
    width: 40%;
  }

  .quality-title {
    font-size: 12px;
  }

  .quality-text {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  footer .wrapper {
    flex-direction: column;
  }
  footer .first-col {
    width: 100%;
  }
  footer .motto {
    max-width: 600px;
  }
  footer .network {
    margin-bottom: 20px;
  }
  footer .network .social {
    width: 17%;
    justify-content: flex-start;
  }
  footer .sub-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .sub-wrapper .content {
    width: 100%;
  }

  footer .product-list {

    margin: 0 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
  }

}

footer .sub-wrapper {
  margin: 0 -5px;
}

footer .sub-wrapper .content {
  width: calc(100% / 3);
  padding: 0 5px;
}

@media (max-width: 768px) {
  footer .container .big-wrapper {
    padding: 20px 0;
  }
  footer .network .social {
    width: 22%;
  }

  .banner-bar {
    flex-wrap: wrap;
  }

  .banner-quality {
    width: 50%;
  }

}

@media (max-width: 576px) {
  footer .network .social {
    width: 34%;
  }
  .footer-content {
    flex-direction: column;
  }
  footer .contact {
    flex-direction: column;
}
