.navbar-custom {
  height: 80px;
  margin-bottom: 0;
}
.navbar-custom .navbar-toggle {
  border-width: 0;
  margin-top: 21px;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-custom .navbar-brand {
  padding: 22px 15px 21px;
  height: 80px;
}
.navbar-custom .navbar-brand .logo {
  width: 140px;
}
.navbar-custom .navbar-nav {
  float: right;
}
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:visited,
.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
  line-height: 80px;
  padding: 0 21px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}
.navbar-custom .navbar-nav > li.active > a,
.navbar-custom .navbar-nav > li:hover > a,
.navbar-custom .navbar-nav > li.active > a:hover,
.navbar-custom .navbar-nav > li:hover > a:hover,
.navbar-custom .navbar-nav > li.active > a:visited,
.navbar-custom .navbar-nav > li:hover > a:visited,
.navbar-custom .navbar-nav > li.active > a:active,
.navbar-custom .navbar-nav > li:hover > a:active,
.navbar-custom .navbar-nav > li.active > a:focus,
.navbar-custom .navbar-nav > li:hover > a:focus {
  background-color: transparent;
  outline: 0 none;
}
.navbar-custom .navbar-collapse {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.navbar-custom.navbar-scrolling {
  background-color: #232426;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
@media (max-width: 767px) {
  .navbar-custom {
    height: 45px;
    min-height: 45px;
    background-color: #232426;
  }
  .navbar-custom .navbar-brand {
    padding: 13px 15px 12px;
    height: 45px;
  }
  .navbar-custom .navbar-brand .logo {
    width: 76px;
  }
  .navbar-custom .navbar-toggle {
    margin: 0;
    width: 45px;
    height: 45px;
    background-size: 22px 22px;
    background-image: url(images/menu-close.9e6cabd88a78c33d380e77d404ad589a.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .navbar-custom .navbar-toggle.collapsed {
    background-image: url(images/menu-hamburger.20930776c952823281ec36e35554b425.png);
  }
  .navbar-custom .navbar-collapse {
    background-color: #232426;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    padding: 0 30px;
  }
  .navbar-custom .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
    height: 9999px;
  }
  .navbar-custom .navbar-nav > li > a,
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:visited,
  .navbar-custom .navbar-nav > li > a:active,
  .navbar-custom .navbar-nav > li > a:focus {
    line-height: 45px;
    text-align: left;
    border-bottom: 1px solid #666666;
    padding: 0;
  }
}

body {
  font-size: 14px;
  line-height: 1.4;
}
body a,
body a:visited,
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: #339aff;
}
body .logo-baidu-site {
  width: 121px;
  height: 75px;
  display: block;
  position: absolute;
  top: -500px;
}
body .container {
  max-width: 1200px;
}
@media (min-width: 768px) {
  body .container {
    width: 100%;
  }
}
.page .banner {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  background-image: url(images/about_banner.fb25f12dc1a53566f2674d970bccf202.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-color: #000000;
  color: #ffffff;
  margin-top: 45px;
}
.page .banner .container {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page .banner .container .heading {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}
.page .banner .container .secondary {
  font-weight: lighter;
  font-size: 18px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .page .banner {
    padding-bottom: 33.333333%;
    margin-top: 0;
  }
  .page .banner .container .heading {
    font-size: 64px;
  }
  .page .banner .container .secondary {
    font-size: 30px;
  }
}
@media (min-width: 520px) {
  .page .banner .container {
    bottom: 60px;
  }
  .page .banner .container .heading {
    font-size: 50px;
  }
  .page .banner .container .secondary {
    font-size: 24px;
  }
}
.page .content {
  padding: 0 0 50px 0;
}
.page .content .content {
  padding: 80px 0 0 0;
}
.page .content h3 {
  font-size: 22px;
}
.page .content p {
  font-size: 18px;
  line-height: 2;
  color: #686868;
  margin: 0 0 30px;
  text-align: justify;
  text-indent: 2em;
}
.page .content .row {
  padding-top: 50px;
  display: flex;
}
.page .content .col-xs-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.page .content .img-responsive {
  margin-bottom: 15px;
}
.page .content .img-responsive {
  width: 310px;
  height: 155px;
  object-fit: cover;
}
