.mg-top-5 {
  margin-top: 50px !important;
}

.mg-top-3 {
  margin-top: 30px !important;
}

.mg-top-5 a {
  color: white;
  text-decoration: none;
}

.mg-top-5 span {
  margin: 0 20px 0;
}

.mg-top-5 span.br {
  display: none;
}

@media (max-width: 1080px) {
  .mg-top-5 span.br {
    display: block;
  }
  .mg-top-5 span.slash{
    display: none;
  }
}

#footer {
  height: auto;
  background: #1d3354;
}

#footer > div {
  color: white !important;
}

.footer-logo {
  width: 200px;
  text-align: center;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  font-size: 13px;
}
.footer-links a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  padding: 4px 12px;
  transition: color .15s;
}
.footer-links a:hover { color: #ffffff; }
.footer-links .sep { color: rgba(255,255,255,.28); }
#footer .text-footer {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
  margin: 0;
}

div#breadclumb {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: lightgray;
  background-color: white;
  font-size: 0.8em;
  padding-left: 2em;
  position: sticky;
  bottom: 0;
}

div#breadclumb > p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
}
@media (max-width: 576px) {
  #footer {
    height: auto;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 16px;
    gap: 10px;
  }
  .footer-links { justify-content: center; }
  .footer-links a { padding: 4px 6px; }
  .mg-top-5 span {
    margin: 0 5px 0;
  }

  .font-size-sm-16 {
    font-size: 16px !important;
  }

  .text-footer {
    margin-top: 25px !important;
    text-align: center;
    font-size: 10px !important;
  }
  .mg-top-5 {
    margin-top: 25px !important;
  }
}
@media (max-width: 425px) {
}
