.footer_logo {
  width: 180px;
}

#footer {
  padding: 40px 0;
  background-color: #fff;
}

.footer-main {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-main-logo {
  margin-bottom: 24px;
}

.footer-main-intro {
  margin-bottom: 60px;
}

.footer-main-intro p {
  font-size: 14px;
  line-height: 1.7;
  color: #727272;
}

.footer-main ul {
  list-style: none;
}

.footer-nav-resource {
  margin-bottom: 60px;
}

.footer-nav-resource h3,
.footer-nav-about h3 {
  margin-bottom: 24px;
}

.footer-nav-resource ul li,
.footer-nav-about ul li {
  line-height: 1.7;
}

.footer-nav-resource ul li:not(:last-child),
.footer-nav-about ul li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-btn-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-btn-group a {
  margin-right: 14px;
  line-height: 1.5;
}

.footer-dropdown {
  min-width: 110px;
}

.language-icon {
  width: 18px !important;
  display: block;
  margin-right: 4px;
}

@media (min-width: 992px) {
  #footer {
    padding: 60px 0;
  }

  .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-main-intro {
    width: 35%;
    min-width: 300px;
  }

  .footer-main-logo {
    margin-bottom: 24px;
  }

  .footer-nav {
    display: flex;
  }

  .footer-nav h3 {
    font-size: 18px;
  }

  .footer-nav-resource {
    margin-right: 160px;
    margin-bottom: 0;
  }

  .footer-nav-resource ul,
  .footer-nav-about ul {
    margin-bottom: 0;
  }

  .footer-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-btn-group {
    margin-bottom: 0;
  }

  .footer-btn-group a {
    display: block;
    margin-right: 16px;
    color: #727272;
  }

  .footer-sub-copyright {
    font-size: 14px;
    color: #727272;
  }
}

#footer .footer-dropdown {
  position: relative;
}

#footer .footer-dropdown-menu {
  bottom: 100%;
  top: auto;
  left: -50%;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eee;
  padding: 10px 20px;
  min-width: 190px;
}

.footer-dropdown-btn {
  cursor: pointer;
}

.footer-dropdown-btn p {
  color: #484848;
  margin: 0;
}

.footer-dropdown-menu li {
  padding: 5px 0;
  color: #808080;
  font-size: 12px;
}

.footer-dropdown-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-dropdown:hover .footer-dropdown-menu {
  display: block;
  animation: fade-in-out 300ms ease;
}




