#footer {
  padding-top: 70px;
  background: linear-gradient(180deg, #E5CFC7 0%, #D09485 100%);
}
#footer .slogan-footer {
  font-size: 20px;
  line-height: 30px;
  color: #92111D;
  font-weight: 300;
}
#footer .absolute-footer {
  display: none;
}
#footer h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #670D15;
  margin-bottom: 27px;
}
#footer .stack a {
  padding: 0 20px;
}
#footer .stack p {
  margin-bottom: 0;
}
#footer .col-social {
  padding-bottom: 15px;
}
#footer .stack a:not(:last-child) {
  border-right: 1px solid #670D15;
}
#footer .logo-bo-cong-thuong img {
  max-width: 247px;
}
#footer .section-bg.fill img {
  width: 541px;
  object-fit: contain;
  object-position: center bottom;
  margin-left: 80px;
  margin-left: calc(50vw - 640px);
}
#footer a {
  color: #670D15;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}
#footer .ux-menu-link__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #670D15;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
  padding: 0 !important;
  min-height: unset;
  margin-bottom: 10px;
}
#footer .section {
  padding-bottom: 0;
}
#footer .col:last-child {
  padding-bottom: 0;
}
#footer .footer-copyright {
  padding-top: 15px;
  padding-bottom: 5px;
}
#footer .footer-copyright p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#footer .logo-footer img {
  max-width: 500px;
}

@media (max-width: 480px) {
  #footer {
    padding-top: 0;
  }
  #footer .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  #footer .logo-footer img {
    max-width: 90%;
  }
  #footer .not-full-on-mobile {
    margin-bottom: 55px;
    margin-top: 22px;
  }
  #footer .not-full-on-mobile .col {
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 0;
  }
  #footer .not-full-on-mobile .col:first-child {
    padding-right: 20px;
  }
  #footer .not-full-on-mobile .col:nth-child(2) {
    padding-left: 20px;
  }
  #footer .logo-bo-cong-thuong {
    width: 137px;
  }
  #footer .footer-copyright p {
    font-size: 11px;
  }
  #footer .section-bg.fill img {
    width: 145px;
    margin-left: 0;
    height: 546px;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #footer .slogan-footer {
    max-width: 290px;
    margin: 0 auto 40px;
  }
  #footer .stack a {
    font-size: 12px;
    padding: 0 8px;
  }
  #footer .ux-menu-link__text {
    max-width: 285px;
  }
  #footer h3 {
    font-size: 16px;
  }
}