html,
* {
  box-sizing: border-box;
  text-shadow: unset !important;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
a{
    text-decoration: none;
}
section.banner {
  background: linear-gradient(180deg, #00bdf2, #00b3f0 18%, #0066b3 77%, #004985);
  color: #ffffff;
  height: 70px;
}
section.banner .logoWrapper {
  padding-top: 15px;
}

.calBG {
  position: relative;
  background: unset !important;
  height: auto !important;
  border: unset !important;
}
.calBG > * {
  z-index: 2;
}
.calBG::after {
  -index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background: rgb(235, 235, 235);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(235, 235, 235)), color-stop(50%, rgb(235, 235, 235)), color-stop(50%, rgb(226, 226, 226)), color-stop(100%, rgb(226, 226, 226)));
  background: linear-gradient(135deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 50%, rgb(226, 226, 226) 50%, rgb(226, 226, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#e2e2e2", GradientType=1 );
  border: 1px solid #dadada;
  height: 700px;
}

/* Footer */
.footer-logo {
  padding: 0px;
  display: flex;
  justify-content: space-around;
}

.footer-heading {
  font-family: "interstate-bold", arial;
  padding-bottom: 14px;
}

.footer-heading a {
  padding-bottom: 14px;
  font-family: "interstate", arial;
  line-height: 18px;
  color: #ffffff;
}

.socialIcon ul > li {
  padding-left: 40px;
  padding-top: 22px;
}

.pagefooter {
  margin-top: 40px;
  background: #333333;
  color: #fff;
  width: 100%;
  float: left;
  font-family: "Citi-Sans-Text-Regular", "Citi-Sans-TC-Text-Regular", sans-serif !important;
}
.pagefooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.pagefooter ul > li {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .pagefooter ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pagefooter ul > li {
    margin: 0px 0px 10px 0px;
    min-width: 33.3333333%;
    max-width: 33.3333333%;
  }
}

.footer-divider {
  border-top: 1px solid #ffffff;
  opacity: 0.5;
}

.footerlist-ul > li > a {
  color: #fff;
  margin-bottom: 12px;
  float: left;
}

.footerlist-ul > li {
  width: 100%;
  float: left;
  display: inline-block;
}

.footerTc .row {
  margin: 0px;
}

.footerTc a {
  font-size: 12px;
  letter-spacing: -0.4px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
}

.footerTc a:hover {
  color: #fff;
}

.footer-seperator {
  border-bottom: 1px solid #ffffff;
  opacity: 0.5;
}

.copyright > p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.copyright {
  padding-top: 18px;
}

.copyright {
  padding-bottom: 41px;
}

.footerTc {
  padding-top: 13px;
}

.footerTc a {
  font-size: 12px;
  letter-spacing: -0.4px;
  line-height: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  width: 100%;
}
@media (min-width: 992px) {
  .row .col-md-8 {
    width: 66.6666666667%;
  }
  .row .col-md-4 {
    width: 33.3333333333%;
  }
}

.text-right {
  text-align: right;
}/*# sourceMappingURL=style.css.map */