footer {
  background: #14289e;
  color: #FFF;
  padding: 30px 0 15px;
}
@media (max-width: 980px) {
  footer {
    padding: 30px 0 0;
  }
}
footer a {
  color: #FFF;
}
footer .top .wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .top h2.title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 18.64px;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  footer .top h2.title {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
footer .top h2.title:after {
  content: "";
  height: 3px;
  width: 32px;
  background: #fdcb41;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .top .footer_logo {
  width: 28.8%;
  padding-right: 4.6%;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  footer .top .footer_logo {
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  footer .top .footer_logo {
    width: 100%;
    padding-right: 0;
  }
}
footer .top .footer_logo img {
  max-width: 100%;
}
footer .top .footer_logo .banner_item:first-child {
  max-width: 235px;
}
footer .top .footer_logo .banner_item:last-child {
  font-family: lato-regular;
  font-size: 13.04px;
  padding-top: 27px;
  text-align: justify;
}
@media (max-width: 800px) {
  footer .top .footer_logo .banner_item:last-child {
    padding-top: 10px;
  }
}
footer .top .menu {
  width: 22%;
  padding-right: 10px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  footer .top .menu {
    width: 33.3333333333%;
  }
}
@media (max-width: 600px) {
  footer .top .menu {
    width: 50%;
  }
}
@media (max-width: 380px) {
  footer .top .menu {
    width: 100%;
    padding-right: 0;
  }
}
footer .top .menu ul li {
  padding-bottom: 12px;
}
@media (max-width: 980px) {
  footer .top .menu ul li {
    padding-bottom: 5px;
  }
}
footer .top .menu ul li:last-child {
  padding-bottom: 0;
}
footer .top .menu ul li a {
  font-family: lato-regular;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 980px) {
  footer .top .menu ul li a {
    padding-left: 15px;
  }
}
footer .top .menu ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffdd00;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
footer .top .content_footer {
  width: 27.2%;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  footer .top .content_footer {
    width: 33.3333333333%;
  }
}
@media (max-width: 600px) {
  footer .top .content_footer {
    width: 100%;
  }
}
footer .top .content_footer .content .banner_item {
  font-family: lato-regular;
  font-size: 14px;
}
footer .top .content_footer .content .banner_item p {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
@media (max-width: 980px) {
  footer .top .content_footer .content .banner_item p {
    padding-left: 25px;
    margin-bottom: 5px;
  }
}
footer .top .content_footer .content .banner_item p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
footer .top .content_footer .content .banner_item p:first-child {
  padding-left: 0;
}
footer .top .content_footer .content .banner_item p:first-child:before {
  display: none;
}
footer .top .content_footer .content .banner_item p:nth-child(2):before {
  width: 10px;
  height: 14px;
  background: url("../images/use/location.png") no-repeat;
}
footer .top .content_footer .content .banner_item p:nth-child(3):before {
  width: 13px;
  height: 11px;
  background: url("../images/use/email.png") no-repeat;
}
footer .top .content_footer .content .banner_item p:nth-child(4) {
  margin-bottom: 0;
}
footer .top .content_footer .content .banner_item p:nth-child(4):before {
  width: 12px;
  height: 13px;
  background: url("../images/use/hotline.png") no-repeat;
}
footer .top .content_map {
  width: 31%;
  padding-bottom: 30px;
}
footer .top .content_map .map iframe {
  width: 100%;
  height: 151px;
}
footer .bottom .wrapper .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .social {
  padding-top: 20px;
}
footer .social .list_social {
  display: flex;
}
footer .social .list_social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
}
footer .social .list_social a:last-child {
  margin-right: 0;
}
footer .social .list_social i:before {
  margin: 0;
  font-size: 16px;
  color: #FFF;
}
footer .copyright {
  font-family: LinhHelLight;
  font-size: 13.04px;
  padding-top: 12px;
}
@media (max-width: 800px) {
  footer .copyright {
    padding-top: 20px;
  }
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer .menu_footer {
  padding-top: 35px;
  position: relative;
}
@media (max-width: 800px) {
  footer .menu_footer {
    padding-top: 20px;
  }
}
footer .menu_footer h2.title_menu {
  display: none;
}
footer .menu_footer ul li {
  padding-bottom: 5px;
}
footer .menu_footer ul li:last-child {
  padding-bottom: 0;
}
footer .menu_footer ul li a {
  font-family: Arial;
}
footer .menu_footer ul li a:hover {
  font-weight: bold;
}
footer .menu_footer ul li ul {
  display: none;
}/*# sourceMappingURL=footer.css.map */