.body-footer-home {
  padding-bottom: 8px;
  border-radius: 10px;
}
.body-footer-home .container-footer-home {
  max-width: 1200px;
  padding: 12px;
  margin: auto;
}
.body-footer-home .container-footer-home h2 {
  font-size: 16px;
}
.body-footer-home .container-footer-home p {
  font-size: 14px;
}
.body-footer-home .container-footer-home .box-ft {
  grid-template-columns: 4fr 2.5fr 3.2fr 3.5fr;
  grid-gap: 33px;
  padding-bottom: 20px;
}
.body-footer-home .container-footer-home .box-ft .trademark .bottom-nav {
  padding: 0;
}
.body-footer-home .container-footer-home .box-ft .trademark .bottom-nav li {
  margin: 12px 0;
  list-style: none;
}
.body-footer-home .container-footer-home .box-ft .support .bottom-nav {
  padding: 0;
}
.body-footer-home .container-footer-home .box-ft .support .bottom-nav li {
  margin: 12px 0;
  list-style: none;
}
.body-footer-home .container-footer-home .box-ft .method-payment {
  grid-template-columns: repeat(4, 1fr);
}
.body-footer-home .container-footer-home .footer-bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .body-footer-home {
    display: unset !important;
    margin-bottom: 12px;
  }
  .body-footer-home .container-footer-home {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px !important;
  }
  .body-footer-home .container-footer-home .box-ft {
    display: unset !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft {
    margin-bottom: 12px;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .info {
    margin-bottom: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .info p {
    font-size: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .support p,
  .body-footer-home .container-footer-home .box-ft .layout-ft .hotline p,
  .body-footer-home .container-footer-home .box-ft .layout-ft .info p,
  .body-footer-home .container-footer-home .box-ft .layout-ft .order p {
    font-size: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .support span,
  .body-footer-home .container-footer-home .box-ft .layout-ft .hotline span,
  .body-footer-home .container-footer-home .box-ft .layout-ft .info span,
  .body-footer-home .container-footer-home .box-ft .layout-ft .order span {
    font-size: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .download-application {
    margin-top: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .download-application h2 {
    margin-bottom: 12px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft ul li a {
    font-size: 12px;
  }
  .body-footer-home .container-footer-home .footer-bottom {
    display: unset !important;
  }
  .body-footer-home .container-footer-home .footer-bottom .copy-right {
    margin: 12px 0 !important;
    text-align: center;
    font-size: 12px !important;
  }
  .body-footer-home .container-footer-home .footer-bottom .certificate {
    gap: 15px !important;
  }
  .body-footer-home .container-footer-home .footer-bottom .certificate .share .d-flex {
    gap: 8px !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .body-footer-home {
    display: unset !important;
  }
  .body-footer-home .container-footer-home .box-ft {
    grid-template-columns: unset !important;
    grid-gap: 10px !important;
  }
  .body-footer-home .container-footer-home .box-ft .layout-ft .info {
    margin-bottom: 12px !important;
  }
  .body-footer-home .container-footer-home .footer-bottom {
    display: unset !important;
  }
  .body-footer-home .container-footer-home .download-application {
    margin-top: 10px !important;
  }
  .body-footer-home .container-footer-home .download-application .d-flex.align-items-center.gap-2 {
    margin-bottom: 10px !important;
  }
}/*# sourceMappingURL=footer.css.map */