.footer--title > h2 {
  text-align: center;
  color: #ff6600;
}

.footer--giay-phep {
  padding: 0 16px;
}

.footer--giay-phep > li {
  margin-bottom: 8px;
}

.footer--address {
  background-image: url(/images/footer.svg);
  background-color: #2b2a54;
  padding: 24px 0 0;
}

.footer--address-title {
  font-size: 1em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.footer--address--wrap {
  display: flex;
  gap: 32px;
}

.footer--address--wrap > div {
  flex: 1;
}

.footer--address--wrap p {
  line-height: 34px;
}

.footer--address--wrap p,
.footer--address--wrap a {
  color: #f1f1f1;
  text-decoration: none;
}

.footer--address--wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer--address--wrap ul > li {
  display: flex;
}

.footer--address--wrap ul > li > a {
  padding: 6px 0;
  width: 100%;
}

.footer--address--divider {
  background-image: url(/images/footer-divider.svg);
  background-color: unset;
  width: 90px;
  background-size: cover;
  height: 10px;
  padding: 0;
  margin: 0.66em 0 1em;
}

@media only screen and (max-width: 840px) {
  .footer--title > h2 {
    font-size: 20px;
  }

  .footer--address--wrap {
    flex-wrap: wrap;
  }

  .footer--address--wrap > div {
    width: 100%;
    min-width: 100%;
  }
  .image-phe-lieu-footer {
    object-position: 0 !important;
  }
}
