
/*footer*/
.footer {
  padding: 0.5rem 0;
}

.footer a:not(.btn) {
  color: #fff;
}

.footer .title{
  color: #ededed;
}

.footer_top.blue{
  background-color: #1569d6 !important;
  color: #fff
}
.footer_top.blue .site-logo img{
  max-height: 40px;
}
.footer_top.blue ul .list-unstyled {
  color: #fff;
}
.footer_top.blue .quick-link li a:hover{
  color: #a09f9f;
}
.footer_bottom.blue{
  background-color: #1569d6 !important;
}
.footer_bottom.blue .container{
  padding: 5px;
  /* border-top: 2px solid #a7a7a7; */
}



.footer_top.dark{
  background-color: #293340 !important;
}

.footer_top.dark .site-logo img{
  max-height: 40px;
}

.footer_top.dark .quick-link li a:hover{
  color: #ff6f61;
}

.footer_bottom.dark{
  background-color: #293340 !important;
}
.footer_bottom.dark .container{
  padding: 5px;
  /* border-top: 2px solid #a7a7a7; */
}

.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;
  }

  footer .col-auto {
    -ms-flex: 0 0 auto;
    width: 100%; 
    text-align: center;
  }

}


div.site-logo.m-b-30 > a.logo_text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  width: auto;
  /* margin: 0 auto 5px; */
}
/* .login_wrapper, a.logo_text {
  display: flex;
  align-items: center;
  justify-content: center;
} */

div.site-logo.m-b-30 > a.logo_text span {
  background: #fff;
  line-height: 1;
  display: inline-block;
  padding: 2px 5px 4px;
  color: #293340;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 10px;
}











