#footer {
  background-image: url(../images/header.jpg), linear-gradient(to bottom, #81be17 0, #81be17 51px, rgb(255, 255, 255) 30px, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat, repeat-x;
  background-position: left top 214px, left top;
  background-size: 100%, auto;
  border: 0;
}
#footer .container {
  padding-top: 0 !important;
  border: 0;
}
#footer .giao-hoa {
  background: #f8f8f8;
  padding-top: 0;
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 40px 0 20px;
}
#footer .giao-hoa .wraper-footer {
  max-width: 550px;
  margin: 0 auto;
}
#footer .giao-hoa .wraper-footer h2 {
  color: #00A600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#footer .giao-hoa .wraper-footer h2::after {
  content: "";
  height: 2px;
  width: 100px;
  bottom: 0;
  left: calc(50% - 50px);
  position: absolute;
  background: #f00;
}
#footer .giao-hoa .wraper-footer ul {
  display: flex;
}
#footer .giao-hoa .wraper-footer ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding-left: 120px;
  padding: 25px 5px 25px 80px;
  border-radius: 50px;
  background: url(../images/icon-free-ship.png) no-repeat center left;
  background-size: auto 50px;
  line-height: 50px;
  color: #f00;
}
#footer .giao-hoa .wraper-footer ul li:last-child {
  margin-right: 0;
}
#footer .footer-securyty {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}
#footer .footer-securyty .wraper-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 40px 0;
  display: flex;
  border-bottom: 2px solid #f15d22;
  margin-bottom: 30px;
}
#footer .footer-securyty .wraper-footer .menu-footer {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#footer .footer-securyty .wraper-footer .menu-footer:last-child {
  margin-right: 0;
}
#footer .footer-securyty .wraper-footer .menu-footer h2 {
  color: #00A600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .footer-securyty .wraper-footer .menu-footer ul li a {
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
#footer .footer-securyty .wraper-footer .menu-footer ul li a:hover {
  color: #f00;
}
#footer .footer-securyty .wraper-footer .menu-footer ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #00A600;
}
#footer .footer-securyty .wraper-footer .menu-footer .supprt {
  margin-top: 10px;
}
#footer .footer-securyty .wraper-footer .menu-footer .supprt p {
  line-height: 1.8;
  margin-bottom: 10px;
}
#footer .footer-securyty .wraper-footer .menu-footer .supprt .shop h3 {
  color: #00A600;
  margin-top: 5px;
}
#footer .footer-securyty .wraper-footer .menu-footer .supprt .shop p {
  line-height: 1.5;
  margin-bottom: 0;
}/*# sourceMappingURL=footer.css.map */