.footer {
  background: #f9f9f9;
  padding: 0 0 50px;
  color: var(--primary);
  /* Responsive */
}
.footer .footer-container {
  max-width: 1440px;
  margin: 0 auto;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  padding: 40px 0;
  border-bottom: 1px solid #E2E2E2;
}
.footer .footer-top .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.footer .footer-top .footer-social li a img {
  width: auto;
  height: 52px;
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer .footer-content .footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer-content .footer-left p {
  margin: 6px 0 0;
}
.footer .footer-content .footer-left p img {
  margin-right: 6px;
  vertical-align: middle;
}
.footer .footer-content .footer-left p a {
  color: var(--primary);
}
.footer .footer-content .footer-left p.space {
  margin: 16px 0;
}
.footer .footer-content .footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.footer .footer-content .footer-right .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer-content .footer-right .footer-col .foot-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-content .footer-right .footer-col .foot-title .arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../images/ldp-fcm/arrow.svg") center no-repeat;
  width: 30px;
  height: 21px;
  background-size: 8px;
  opacity: 0.8;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer .footer-content .footer-right .footer-col .link-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-right .footer-col .link-footer li {
  margin-bottom: 6px;
}
.footer .footer-content .footer-right .footer-col .link-footer li a {
  text-decoration: none;
  color: var(--primary);
}
.footer .footer-content .footer-right .footer-col .link-footer li a:hover {
  text-decoration: underline;
}
.footer .footer-content .footer-right .footer-col.active .foot-title .arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (min-width: 992px) {
  .footer .footer-content .footer-right .footer-col .foot-title {
    cursor: default;
  }
}
@media (max-width: 1440px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .footer .footer-top {
    border-bottom: 0;
  }
  .footer .footer-top .footer-social {
    display: none;
  }
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-content .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .footer .footer-content .footer-right .footer-col {
    padding-bottom: 10px;
  }
  .footer .footer-content .footer-right .footer-col .link-footer {
    display: none;
  }
  .footer .footer-content .footer-right .footer-col.active .link-footer {
    display: block;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .footer .footer-col .link-footer {
    display: block !important;
  }
  .footer .footer-col .foot-title {
    cursor: default;
  }
  .footer .footer-col .foot-title .arrow {
    display: none;
  }
}

.online-gov-vn {
  margin-bottom: 0;
}
.online-gov-vn a {
  display: inline-block;
  margin: 20px 0 0;
}
.online-gov-vn a img {
  height: 47px;
}
.online-gov-vn.mobile {
  display: none;
}
@media (max-width: 991px) {
  .online-gov-vn {
    display: none;
  }
  .online-gov-vn.mobile {
    display: block;
  }
}

.footer-social-mobile {
  display: none;
}

.social-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(37, 37, 37, 0.2);
  margin-top: 25px;
  padding: 40px 0 10px;
}
.social-mobile li {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 52px;
  min-height: 52px;
}
.social-mobile li a {
  display: inline-block;
}
.social-mobile li a img {
  width: auto;
  height: 52px;
}

@media (max-width: 991px) {
  .footer-social-mobile {
    display: block;
  }
}/*# sourceMappingURL=footer.css.map */