.transition {
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ng-cloak {
  opacity: 0;
}
body {
  background: #F2F2F2;
}
body {
  height: initial;
  background: initial;
}
#header {
  height: 50px;
  background: #4995d1;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
#header > div {
  height: inherit;
}
#header > div > img {
  height: inherit;
}
#header > h3 {
  padding: 10px;
  color: #fff;
  margin: 0;
}
.terms-content {
  padding: 10px;
  margin-top: 50px;
  position: relative;
  background: #f2f2f2;
}
.terms-content .terms-link {
  top: inherit;
}
.terms-content .terms-link ul {
  position: fixed;
  width: calc(20% - 15px);
  padding: 0;
  top: inherit;
  margin: 0;
  max-height: calc(100% - 120px);
  overflow: auto;
}
.terms-content .terms-link ul li {
  list-style: none;
  margin-bottom: 10px;
}
.terms-content .terms-link ul li a {
  text-decoration: none;
  color: #203747;
}
.terms-content .terms-link ul li.active a {
  color: #4995d1;
}
.terms-content .chapter {
  padding: 10px;
}
.terms-content .chapter h3 {
  margin-top: 0;
}
.terms-content .chapter ol > li {
  list-style-type: lower-alpha;
}
.terms-body {
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  text-align: justify;
}
.chapter-introdution {
  text-align: center;
  font-size: 19px;
}
#footer {
  background: #4995d1;
}
#footer,
#footer a {
  color: #fff;
}
#footer .footer-logo > img {
  position: relative;
  height: 50px;
}
#footer > div {
  height: inherit;
}
