footer .footer__top {
  background-color: #1b4789;
  color: #fff;
  padding: 3.5rem 0;
}
footer .footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  footer .footer__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer .footer__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer__title {
    margin-bottom: 1rem;
  }
}
footer .footer__news {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 200px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
footer .footer__news::-webkit-scrollbar {
  width: 8px;
}
footer .footer__news::-webkit-scrollbar-track {
  background: transparent;
}
footer .footer__news::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 30px;
}
footer .footer__news::-webkit-scrollbar-thumb:hover {
  background: #555;
}
footer .footer__news li {
  border-bottom: 1px solid #2159ab;
  padding: 0.5rem 0;
  position: relative;
}
footer .footer__news li::before {
  content: "";
  position: absolute;
  width: 0.425rem;
  height: 0.675rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
footer .footer__news li a {
  color: var(--white-color);
  font-size: 0.875rem;
  display: flex;
  padding-left: 1rem;
}
footer .footer__map iframe {
  width: 100%;
}
footer .footer__contact {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
footer .footer__contact li {
  display: flex;
  gap: 0.75rem;
  font-size: 0.875rem;
}
footer .footer__contact li span {
  min-width: 20px;
  display: inline-block;
  font-size: 1rem;
}
footer .footer__contact li a {
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
footer .footer__contact li a:hover {
  color: #a1a1a1;
}
footer .footer__social {
  display: flex;
  gap: 0.5rem;
}
footer .footer__social li {
  display: flex;
}
footer .footer__social li a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  color: var(--theme-color);
  font-size: 0.825rem;
  transition: all 0.2s ease-in-out;
}
footer .footer__social li a:hover {
  color: #a1a1a1;
}
footer .footer__social li a i,
footer .footer__social li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer__office-time > div {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2159ab;
}
footer .footer__office-time > div:nth-child(2) {
  padding-top: 1rem;
}
footer .footer__office-time > p {
  padding-top: 1rem;
  font-size: 0.875rem;
  color: var(--white-color);
  margin-bottom: 0;
}
footer .footer__office-time h5 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
footer .footer__office-time .footer__time-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);
  margin-bottom: 0.5rem;
}
footer .footer__office-time .footer__time-box h6 {
  color: var(--white-color);
  margin-bottom: 0 !important;
  font-size: 0.875rem;
}
footer .footer__office-time .footer__time-box .footer__time-duration {
  font-size: 0.875rem;
  font-weight: 700;
}
footer .footer__bottom {
  background-color: #143566;
  color: #fff;
  padding: 0.5rem 3rem;
}
footer .footer__bottom-content {
  display: flex;
  gap: 30px;
}
footer .footer__bottom-box {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
footer .footer__bottom-title {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0px;
}
footer .footer__bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  footer .footer__bottom-flex {
    justify-content: center;
    gap: 0.5rem;
  }
}
footer .footer__bottom-value {
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #1b4789;
  border: 1px solid #2159ab;
  font-size: 0.875rem;
}
footer .footer__copyright {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #fff;
}
