.footer-center {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: start;
  gap: 60px;
}

.footer-center-left {
  display: flex;
  flex: 1;
  justify-content: start;
  gap: 140px;
}

.list-infor-image {
  margin-bottom: 18px;
}

.footer-center .menu_ft .title_menu {
  font-weight: 500;
  font-size: 18px;
}

.footer-center .menu_ft ul li a {
  font-weight: 400;
}

.infor-location {
  margin-bottom: 65px;
}

.infor-location-items {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.infor-location .infor-location-items {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
}

.infor-location-items p,
.infor-location-items p a {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.show-image {
  display: none;
}

/* ---------- 1440px ---------- */
@media (max-width: 1440px) {
  .footer-center {
    gap: 40px;
  }

  .footer-center-left {
    gap: 80px;
  }
}

/* ---------- 1280px ---------- */
@media (max-width: 1280px) {
  .content-footer {
    padding: 0 80px;
    gap: 40px;
  }

  .footer-center {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .list-infor {
    width: 100%;
  }

  .footer-center-left {
    gap: 50px;
    width: 100%;
    justify-content: space-between;
  }

  .list-infor .infor-location {
    flex-direction: row;
    justify-content: space-between;
  }

  .infor-location {
    margin-bottom: 35px;
  }

  .box-input {
    margin-top: 40px;
  }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
  .footer-center {
    flex-direction: column-reverse;
    align-items: normal;
  }

  .input-box-customer {
    width: 100% !important;
  }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
  .infor-location-items p,
  .infor-location-items p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .menu_ft .list-unstyled li a,
  .footer-center .menu_ft .title_menu {
    font-size: 14px;
  }

  .footer-center .menu_ft .title_menu {
    margin-bottom: 10px;
  }

  .list-infor .infor-icon div img {
    width: 106px;
    height: 40px;
  }

  .list-infor .infor-icon div:first-child a {
    width: 33px;
    height: 33px;
    padding: 7px 7px 0 7px;
  }

  .content-footer {
    padding: 0 24px;
    gap: 40px;
  }
}

/* ---------- 520px ---------- */
@media (max-width: 520px) {
  .list-infor .infor-location {
    flex-direction: column;
  }

  .infor-location {
    margin-bottom: 0;
  }

  .list-infor .hidden-image {
    display: none;
  }

  .show-image {
    display: flex;
  }

  .field-row {
    flex-direction: column;
    gap: 0 !important;
    margin-bottom: 0 !important;
  }
  .content-footer .input div{
    gap:12px
  }
}
