@font-face {
  font-family: 'Labtop Secundo';
  src: url('../fonts/LABTSEC.ttf');
}
body {
  background-color: #1b1b1b;
  padding-top: 130px;
}
.navbar-default {
  background-color: #2653bc;
  background: linear-gradient(90deg, #2653bc 50%, #1b1b1b 50%);
  border: 0px;
}
.navbar-default .navbar-collapse {
  background-color: #1b1b1b;
}
.navbar-default .navbar-brand {
  padding-top: 12px;
  color: #ffffff;
  background-color: #2653bc;
  height: 100%;
}
.navbar-default .navbar-brand div {
  float: left;
  margin-right: 20px;
}
.navbar-default .navbar-brand .brand-text {
  margin-top: 28px;
}
.navbar-default .navbar-brand .brand-text p:first-child {
  text-align: center;
  font-size: 24px;
  font-family: "calibri";
  font-weight: bold;
}
.navbar-default .navbar-brand .brand-text p:last-child {
  text-align: center;
  font-size: 18px;
  font-family: "microsoft yahei ui";
  font-weight: bold;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #2653bc;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-index > li {
  width: 124px;
  height: 129px;
}
.navbar-default .navbar-index > li > a {
  color: #ffffff;
  font-size: 36px;
  font-family: "Labtop Secundo";
  text-align: center;
  height: 100%;
  background-color: #1b1b1b;
  padding-top: 52px;
}
.navbar-default .navbar-index > li > a:hover,
.navbar-default .navbar-index > li > a:focus {
  color: #ffffff;
  font-size: 36px;
  background-color: #133178;
}
.navbar-default .navbar-index > .active > a,
.navbar-default .navbar-index > .open > a {
  color: #ffffff;
  background-color: #2653bc;
}
.navbar-default .navbar-index > .active > a:hover,
.navbar-default .navbar-index > .open > a:hover,
.navbar-default .navbar-index > .active > a:hover,
.navbar-default .navbar-index > .open > a:hover {
  background-color: #2653bc;
  color: #ffffff;
}
.navbar-default .navbar-index > .active > a > .nav-text-subtitle,
.navbar-default .navbar-index > .open > a > .nav-text-subtitle {
  font-size: 12px;
  color: #ffffff;
  font-family: "arial";
  font-style: italic;
  margin-top: 5px;
}
#main-dropdown > ul {
  width: 246px;
  padding: 0 0;
  border-width: 0px;
  background-color: #1b1b1b;
}
#main-dropdown > ul > li > a {
  height: 40px;
  vertical-align: middle;
  font-family: Arial;
  font-size: 20px;
  color: #ffffff;
  padding-top: 6px;
}
#main-dropdown > ul > li > a:hover,
#main-dropdown > ul > li > a:focus {
  color: #ffffff;
  background-color: #133178;
}
#main-dropdown > ul > li > a:active {
  color: #ffffff;
  background-color: #133178 !important;
}
#main-dropdown > ul > li > .active {
  background-color: #133178;
}
.normal-unit,
.normal-unit-2 {
  padding-top: 65px;
  padding-bottom: 15px;
}
.normal-unit .index-title,
.normal-unit-2 .index-title {
  font-family: 'Century Gothic';
  font-size: 60px;
  font-weight: bold;
  color: #2653bc;
}
.normal-unit .index-title .ssr-white,
.normal-unit-2 .index-title .ssr-white {
  color: white;
}
.normal-unit .index-subtitle,
.normal-unit-2 .index-subtitle {
  font-family: 'Century Gothic';
  font-size: 36px;
  font-weight: bold;
  color: #2653bc;
}
.normal-unit .index-content,
.normal-unit-2 .index-content {
  font-family: Calibri;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
}
.normal-unit {
  background-color: #2d2d2d;
}
.footer-layout {
  height: 128px;
  padding-top: 14px;
  background-color: #2653bc;
}
.footer-layout .footer-title {
  font-family: Calibri;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.footer-layout .footer-content {
  font-family: Calibri;
  font-size: 16px;
  color: #ffffff;
}
.footer-layout .footer-logos {
  padding-top: 40px;
}
.footer-layout .footer-2 {
  height: 70px;
  padding-top: 15px;
  margin-bottom-bottom: 25px;
  font-family: Calibri;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.footer-layout .footer-2 p {
  margin-bottom: 0px;
}
.index-image {
  padding-top: 35px;
}
.last-unit {
  background-image: url("../images/mapbg.jpg");
  height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.black-bg {
  height: 100%;
  background-color: #1b1b1b;
  padding-left: 70px;
}
.black-bg #contact-form .index-title {
  font-family: "Century Gothic";
  font-size: 48px;
  font-weight: bold;
  color: #2653bc;
}
.black-bg #contact-form .index-subtitle {
  font-family: Calibri;
  font-size: 20px;
  color: #ffffff;
}
.black-bg #contact-form input {
  width: 340px;
  height: 46px;
  background-color: #0c0c0c;
  border-width: 0px;
  margin-bottom: 20px;
  color: #ffffff;
}
.black-bg #contact-form textarea {
  width: 340px;
  height: 206px;
  background-color: #0c0c0c;
  border-width: 0px;
  margin-bottom: 20px;
  color: #ffffff;
}
.black-bg #contact-form .contact-form-btn {
  font-size: 30px;
  font-family: Calibri;
  color: #ffffff;
  width: 120px;
  height: 60px;
  background-color: #2653bc;
  border-radius: 0px;
}
.spouting-image {
  padding-top: 96px;
}
