/*footer*/
.footer {
  padding: 0.5rem 0;
}

.footer a:not(.btn) {
  color: #a7a7a7;
}

.footer .title {
  color: #ededed;
}

.footer_top.dark {
  background-color: #11061e !important;
}

.footer_top.dark .site-logo img {
  max-height: 48px;
}

.footer_top.dark .footer-item-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_top.dark .footer-item-link a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer_top.dark .quick-link li a:hover {
  color: #ff6f61;
}

.footer_bottom.dark {
  background-color: #1d1627 !important;
  font-size: 15px;
  color: #7b7b7b;
}

.footer_bottom.dark .text-email {
  color: #2ec9c5;
}

.footer_bottom.dark .text-working {
  color: #f29529;
  margin-bottom: 0;
}

.btn-icon {
  background: transparent;
  padding: 0;
  border: none;
  min-width: auto;
}

.footer_bottom.dark .container {
  padding: 20px;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6d7784;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 576px) {
  section.banner .content {
    text-align: center;
  }
  section.banner .content h1 {
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline {
    display: none;
  }

  nav.header-top .link {
    margin-left: auto;
  }

  footer {
    border-top: none;
  }
}
