﻿.site-footer {
  background: #161616;
}
.site-footer .footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .site-footer .footer {
    display: block;
    text-align: center;
  }
}
.site-footer .footer .copyright-box {
  font-size: 15px;
}
.site-footer .footer .copyright-box:lang(cn),
.site-footer .footer .copyright-box:lang(hk) {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer .copyright-box {
    padding-bottom: 10px;
  }
}
.site-footer .footer .copyright-box .text-copy {
  color: #fff;
}
.site-footer .footer .copyright-box .footer-link a {
  color: #fff;
}
.site-footer .footer .copyright-box .developed-by a {
  color: #fff;
}
.site-footer .footer .copyright-box .network-security a {
  color: #fff;
}
.site-footer .footer .copyright-box .network-security img {
  margin-bottom: 3px;
  margin-right: 5px;
}
.site-footer .footer .footer-menu > .ul-menu {
  list-style-type: none;
  margin: 0;
}
.site-footer .footer .footer-menu > .ul-menu > li {
  display: inline-block;
  margin: 0 10px;
}
.site-footer .footer .footer-menu > .ul-menu > li .more-icon {
  display: none !important;
}
.site-footer .footer .footer-menu > .ul-menu > li a {
  color: #fff;
  font-size: 15px;
}
.site-footer .footer .footer-menu > .ul-menu > li ul {
  display: none !important;
}