.footer {
  color: #fff;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 15px;
    line-height: 22px;
  }
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-container {
  background-color: #171C8F;
  padding: 0 7%;
  margin: auto;
  padding-top: 50px;
}
@media (max-width: 1800px) {
  .footer-container {
    padding: 50px 25px 0;
  }
}
@media (max-width: 1200px) {
  .footer-container {
    padding: 30px 15px 0;
  }
}
.footer-inner-content {
  padding-bottom: 50px;
}
.footer-menu-item {
  margin-bottom: 12px;
}
.footer-menu-item a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .footer-menu-item {
    margin-bottom: 12px;
  }
}
.footer-menu-item.footer-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-sub-menu-item {
  display: flex;
  flex-wrap: wrap;
}
.footer-sub-menu-item a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding-right: 23px;
}
.footer-sub-menu-item .footer__btn-white {
  background-color: #fff;
  border-radius: 8px;
  padding: 9px 30px;
  color: #171C8F;
  border: 1px solid #fff;
  min-width: 160px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.footer-sub-menu-item .footer__btn-white:hover {
  background-color: #171C8F;
  color: #fff;
  text-decoration: none;
}
.footer-sub-menu-item .footer-triangle {
  background-color: #ffffff;
  width: 6px;
  height: 8px;
  border-top: 6px solid transparent;
  border-right: 4px solid #5A6576;
  border-bottom: 0px solid transparent;
  border-left: 4px solid #5A6576;
  transform: rotate(-90deg);
  margin-left: -8px;
}
.footer-sub-menu-inner-container {
  align-items: center;
  transition: transform 0.3s ease-out;
  margin-bottom: 16px;
}
.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-tnc-section {
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin: 0 auto;
  padding: 18px 0 9px;
}
.footer-tnc-item {
  margin-bottom: 10px;
}
.footer-tnc-item a {
  text-decoration: none;
  color: #171C8F;
}
.footer-tnc-item a:hover {
  color: #171C8F;
}
.footer-tnc-item-container {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 1199px) {
  .footer-tnc-item-container {
    width: 100%;
    justify-content: center;
  }
}
.footer-tnc-line {
  height: 20px;
  width: 1px;
  background: #171C8F;
  background-size: 20px 1px;
  margin: 2px 20px;
}
.footer-tnc-line:last-child {
  display: none;
}
.footer-tnc-copyright {
  text-align: right;
  width: 50%;
}
@media (max-width: 1199px) {
  .footer-tnc-copyright {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.footer-copyright-container {
  background-color: #E6E9F4;
  color: #171C8F;
  padding: 0 7%;
}
@media (max-width: 1800px) {
  .footer-copyright-container {
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .footer-copyright-container {
    padding: 0 15px;
  }
}

.footer-logo-container, .footer-menu-container {
  display: inline-block;
  vertical-align: top;
}

.footer-logo-container {
  width: 350px;
  padding-top: 5px;
}
@media (max-width: 1800px) {
  .footer-logo-container {
    width: 330px;
  }
}
@media (max-width: 1200px) {
  .footer-logo-container {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .footer-logo-container {
    width: 205px;
  }
}
.footer-logo-container .footer-logo {
  width: 100%;
  height: auto;
}

.footer-menu-container {
  width: calc(100% - 350px);
  margin-left: -6px;
  padding-left: 50px;
}
@media (max-width: 1800px) {
  .footer-menu-container {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1200px) {
  .footer-menu-container {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .footer-menu-container {
    width: calc(100% - 205px);
  }
}

.footer-txt {
  margin-bottom: 8px;
}

.social-item {
  margin-right: 30px;
  vertical-align: bottom;
}
.social-item a:hover {
  text-decoration: none;
}
.social-item img {
  vertical-align: bottom;
}
.social-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer-logo-container, .footer-menu-container {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .footer-logo-container {
    padding-bottom: 20px;
  }
  .footer-logo-container .footer-logo {
    max-width: 205px;
  }
}
/* Back to top */
.backToTop {
  text-align: right;
}
.backToTop__btn {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #707070;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 40px 8 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  background-size: 10px;
}
.backToTop__btn:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 22px;
  margin-top: -4px;
  width: 10px;
  height: 8px;
  background: url("/media/ddqfhbml/icon_arrow_gray.svg") no-repeat center;
  background-size: 10px;
  transform: rotate(180deg);
}
.backToTop__btn:hover {
  color: #171C8F;
}/*# sourceMappingURL=footer.min.css.map */