.footer.desktop {
  width: 100%;
  color: #fff;
  background-color: #1b3663;
}
.footer.desktop .content-locator {
  background-color: #1b3663;
  max-width: 1500px;
  margin: 0 auto;
  padding: 15px 10px;
}
.footer.desktop .content-locator .site-col {
  float: left;
}
.footer.desktop .content-locator .site-col .footer-logo {
  float: left;
  width: 150px;
  height: 60px;
  margin-right: 60px;
}
.footer.desktop .content-locator .site-col .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer.desktop .content-locator .site-col .footer-logo .hkust-footer-logo {
  width: 150px;
  height: 60px;
}
.footer.desktop .content-locator .site-col .footer-logo .hkust-footer-logo:lang(en) {
  background-image: url("../images/hkust_logo_en.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer.desktop .content-locator .site-col .footer-logo .hkust-footer-logo:lang(zh-hant),
.footer.desktop .content-locator .site-col .footer-logo .hkust-footer-logo:lang(zh-hans) {
  background-image: url("../images/hkust_logo_zh.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer.desktop .content-locator .site-col .footer-link {
  float: left;
  margin-top: 10px;
}
.footer.desktop .content-locator .site-col .footer-link ul.link-lists {
  margin-bottom: 0;
}
.footer.desktop .content-locator .site-col .footer-link ul.link-lists li {
  float: left;
  list-style: none;
}
.footer.desktop .content-locator .site-col .footer-link ul.link-lists li a {
  color: #fff;
  padding-right: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.footer.desktop .content-locator .site-col .footer-link p.copyright {
  margin: 0;
  font-size: 14px;
}
.footer.desktop .content-locator .social-share-col {
  float: right;
  margin-top: 15px;
}
.footer.desktop .content-locator .social-share-col .text {
  float: left;
  font-size: 12px;
  margin-top: 7px;
  margin-right: 15px;
}
.footer.desktop .content-locator .social-share-col .social-share {
  float: left;
}
.footer.desktop .content-locator .social-share-col .social-share a.icon {
  margin-right: 13px;
}
.footer.desktop .content-locator .social-share-col .social-share a.icon img {
  width: 30px;
  height: 30px;
}
.footer.desktop .content-locator .social-share-col .social-share a.icon:last-child {
  margin-right: 0;
}
.footer.mobile {
  display: none;
  background: #1b3663;
  padding: 20px 10px;
}
.footer.mobile .footer-link {
  margin-bottom: 25px;
}
.footer.mobile .footer-link .link-lists {
  text-align: center;
}
.footer.mobile .footer-link .link-lists li {
  display: inline-block;
}
.footer.mobile .footer-link .link-lists li a {
  color: #fff;
  padding-right: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.footer.mobile .social-share-col {
  text-align: center;
  margin-bottom: 30px;
}
.footer.mobile .social-share-col .text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer.mobile .social-share-col .social-share a.icon {
  margin-right: 13px;
}
.footer.mobile .social-share-col .social-share a.icon img {
  width: 30px;
  height: 30px;
}
.footer.mobile .footer-logo {
  text-align: center;
}
.footer.mobile .footer-logo img {
  display: block;
  margin: 0 auto;
  height: 50px;
}
.footer.mobile .footer-logo .copyright {
  font-size: 10px;
  color: #fff;
  margin-top: 15px;
}
.footer.mobile .footer-logo .hkust-footer-logo {
  width: 125px;
  height: 50px;
  margin: 0 auto;
}
.footer.mobile .footer-logo .hkust-footer-logo:lang(en) {
  background-image: url("../images/hkust_logo_en.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer.mobile .footer-logo .hkust-footer-logo:lang(zh-hant),
.footer.mobile .footer-logo .hkust-footer-logo:lang(zh-hans) {
  background-image: url("../images/hkust_logo_zh.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1348px) {
  .footer.desktop {
    display: none;
  }
  .footer.mobile {
    display: block;
  }
}
.cookieinfo {
  position: fixed;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 25px;
  z-index: 255;
  background: #003366 none repeat scroll 0% 0%;
  color: #ffffff;
  line-height: 25px;
  padding: 8px 18px;
  font-size: 14px;
  text-align: left;
  bottom: 0px;
  opacity: 1;
}
.cookieinfo .cookieinfo-accept,
.cookieinfo .cookieinfo-close {
  float: right;
  display: block;
  padding: 5px 8px;
  min-width: 100px;
  margin-left: 5px;
  cursor: pointer;
  color: #ffffff;
  background: #4a8fd5 none repeat scroll 0% 0%;
  text-align: center;
}
.cookieinfo .cookieinfo-close {
  background: #6D6D6D;
}
.cookieinfo .desc {
  display: block;
  padding: 5px 0 5px 0;
}
.cookieinfo .more-info {
  text-decoration: none;
  color: #4a8fd5;
}
#btn-back-to-top .click-to-top {
  display: none;
  font-size: 0;
  position: fixed;
  z-index: 10000 !important;
  right: 0;
  bottom: 100px;
  width: 40px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2b6297;
}
#btn-back-to-top .click-to-top:after {
  content: '>';
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  align-items: center;
  justify-content: center;
}
