body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1600px) {
  .container-hd {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    margin: auto;
    width: 1600px;
  }
}
.ja-topbar {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.topbar-left .nav {
  margin-left: -16px;
  margin-right: -16px;
}
.topbar-left .nav > li {
  display: inline-block;
}
.topbar-left .nav > li + li {
  margin-top: 0;
}
.topbar-left .nav > li > a {
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 47px;
}
.topbar-left .nav > li > a:hover,
.topbar-left .nav > li > a:focus,
.topbar-left .nav > li > a:active {
  background: transparent;
  color: #d91e00;
}
.topbar-left .nav > li.active > a,
.topbar-left .nav > li.open > a {
  background: transparent;
  color: #d91e00;
}
.topbar-right > * {
  float: right;
}
.topbar-right > *:first-child {
  border-right: 1px solid #eeeeee;
}
.topbar-right .btn {
  height: 47px;
  line-height: 47px;
  width: 47px;
  padding: 0;
  text-align: center;
  background: none;
  border-left: 1px solid #eeeeee;
  float: left;
}
.t3-header .logo {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .t3-header .logo {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.t3-header .t3-sl {
  padding-bottom: 0;
  padding-top: 0;
}
.t3-header .t3-sl .col + .col {
  border-left: 1px solid #eeeeee;
}
.t3-header .t3-sl .t3-module {
  margin-bottom: 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
  min-height: 120px;
}
.t3-header .t3-sl .module-inner {
  position: relative;
  width: 100%;
}
.t3-header .t3-sl .module-title {
  background: #d91e00;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.t3-header .t3-sl .module-title a {
  color: #ffffff;
}
.t3-header .t3-sl .module-ct {
  padding: 0;
}
.t3-header .t3-sl .bannergroup {
  padding: 0;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  line-height: 1;
  position: relative;
}
.logo-text a {
  text-decoration: none;
  font-weight: 900;
  font-size: 74px;
  font-family: 'Heebo', sans-serif;
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  .logo-text a {
    font-size: 45px;
  }
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.head-search {
  position: relative;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #ffffff;
  position: relative;
  float: right;
  width: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
@media (max-width: 767px) {
  .head-search .search {
    position: absolute;
    right: 100%;
    top: 0;
  }
}
.head-search .form-control {
  width: 100% !important;
  height: 47px;
  border: 0;
  border-left: 1px solid #eeeeee;
}
.head-search .form-control:focus {
  border-left-color: #eeeeee;
}
.head-search.btn-open .search {
  width: 200px;
}
.head-social {
  position: relative;
}
.head-social .custom {
  background: #ffffff;
  position: relative;
  float: right;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
@media (max-width: 767px) {
  .head-social .custom {
    position: absolute;
    right: 100%;
    top: 0;
  }
}
.head-social .social-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 188px;
  white-space: nowrap;
}
.head-social .social-list > li {
  float: left;
}
.head-social .social-list .btn {
  display: inline-block;
}
.head-social .social-list .btn.facebook {
  color: #3b5998;
}
.head-social .social-list .btn.twitter {
  color: #1da1f2;
}
.head-social .social-list .btn.instagram {
  color: #833ab4;
}
.head-social .social-list .btn.google-plus {
  color: #dd4b39;
}
.head-social.btn-open .custom {
  width: 188px;
}
.t3-sl {
  padding-bottom: 54px;
  padding-top: 54px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 81px;
    padding-top: 81px;
  }
}
.t3-mainbody,
.t3-main-content-wrap {
  padding-bottom: 32px;
}
.t3-content,
.t3-main-content {
  padding-top: 0;
  padding-bottom: 0;
}
.one-sidebar-right .t3-content,
.one-sidebar-right .t3-main-content {
  padding-right: 32px;
}
@media (max-width: 991px) {
  .one-sidebar-right .t3-content,
  .one-sidebar-right .t3-main-content {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .one-sidebar-right .t3-content,
  .one-sidebar-right .t3-main-content {
    min-height: auto !important;
  }
}
.t3-main-content-mastbot {
  margin-top: 32px;
}
.t3-main-content-masttop {
  margin-bottom: 32px;
}
.one-sidebar-right .t3-main-content-mastbot,
.one-sidebar-right .t3-main-content-masttop {
  padding-right: 16px;
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar-right {
  padding-left: 32px;
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .t3-sidebar-right {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .t3-sidebar-right {
    min-height: 0 !important;
    margin-top: 27px;
  }
}
.footer-spotlight {
  border-top: 2px solid #000000;
}
.t3-footer {
  background: #f1ebeb;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: #f1ebeb;
  color: #555555;
  margin-top: 27px;
  margin-bottom: 0;
}
.t3-footnav .t3-module .module-title {
  color: #222222;
  font-size: 16px;
  margin-bottom: 13.5px;
  padding: 0;
  text-transform: uppercase;
}
.t3-footnav .t3-module .module-ct {
  padding: 0;
}
.t3-footnav .t3-module.vertical-footer {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
.t3-footnav .t3-module.vertical-footer .nav > li {
  float: left;
  margin-right: 27px;
}
.t3-footnav .t3-module.vertical-footer .nav > li > a,
.t3-footnav .t3-module.vertical-footer .nav > li > span {
  color: #000000;
  padding: 27px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.t3-footnav .t3-module.vertical-footer .nav > li > a.item-more,
.t3-footnav .t3-module.vertical-footer .nav > li > span.item-more {
  display: none;
}
.t3-footnav .t3-module.vertical-footer .nav > li > a:hover,
.t3-footnav .t3-module.vertical-footer .nav > li > span:hover,
.t3-footnav .t3-module.vertical-footer .nav > li > a:focus,
.t3-footnav .t3-module.vertical-footer .nav > li > span:focus,
.t3-footnav .t3-module.vertical-footer .nav > li > a:active,
.t3-footnav .t3-module.vertical-footer .nav > li > span:active {
  background: transparent;
  color: #d91e00;
}
.t3-footnav .t3-module.vertical-footer .nav > li.active > a,
.t3-footnav .t3-module.vertical-footer .nav > li.active > a:hover,
.t3-footnav .t3-module.vertical-footer .nav > li.active > a:focus,
.t3-footnav .t3-module.vertical-footer .nav > li.active > a:active {
  background: transparent;
  color: #d91e00;
}
.t3-footnav .t3-module.vertical-footer .nav > li + li {
  margin-top: 0;
}
.t3-footnav .t3-module ul.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul.nav > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul.nav > li > a {
  color: #555555;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul.nav > li > a:hover,
.t3-footnav .t3-module ul.nav > li > a:active,
.t3-footnav .t3-module ul.nav > li > a:focus {
  background: transparent;
  color: #d91e00;
}
.t3-footnav .t3-module ul.nav > li.active > a {
  background: transparent;
  color: #d91e00;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  padding: 32px 0 64px;
  text-transform: uppercase;
  margin-top: 32px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright a {
  color: #000000;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.about-us {
  overflow: hidden;
}
.about-us .main-intro {
  position: relative;
  overflow: hidden;
}
.about-us .main-intro img.img-intro {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
@media (max-width: 991px) {
  .about-us .main-intro img.img-intro {
    position: static;
  }
}
.about-us .main-intro .company-desc {
  background-color: #ffffff;
  margin: 324px 135px 0;
  z-index: 200;
  font-weight: 300;
  position: relative;
  padding: 54px;
  font-size: 20px;
}
.about-us .main-intro .company-desc:before,
.about-us .main-intro .company-desc:after {
  display: table;
  content: " ";
}
.about-us .main-intro .company-desc:after {
  clear: both;
}
@media (max-width: 1199px) {
  .about-us .main-intro .company-desc {
    margin: 324px 54px 0;
  }
}
@media (max-width: 991px) {
  .about-us .main-intro .company-desc {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-us .main-intro .company-desc {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.about-us .main-intro .company-desc .member-block {
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 27px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .about-us .main-intro .company-desc .member-block {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .about-us .main-intro .company-desc .member-block {
    float: none !important;
    text-align: center;
    margin-left: 0;
  }
}
.about-us .main-intro .company-desc .member-block h4 {
  margin: 0;
}
.about-us .main-intro .company-desc .member-block img {
  border-radius: 2px;
  display: inline-block;
  max-width: 230px;
  margin-bottom: 13.5px;
}
.about-us .main-intro .company-desc .member-block span.position {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-us .main-intro .company-desc h3 {
  margin-bottom: 27px;
  margin-top: 0;
  text-transform: uppercase;
}
.about-us .main-intro .company-desc h3 span {
  background-color: #d91e00;
  color: #ffffff;
  display: inline-block;
  padding: 5px 5px 3px;
  line-height: 1;
}
.about-us .main-intro .company-desc blockquote {
  border: 0;
  font-family: serif;
  font-style: italic;
  font-size: 28px;
  margin-left: -81px;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .about-us .main-intro .company-desc blockquote {
    margin-left: 0;
  }
}
.about-us .main-intro .company-desc blockquote i {
  font-size: 32px;
  color: #b3b3b3;
  margin-top: 10px;
  margin-right: 5px;
}
.about-us .mems {
  margin: 0 135px 81px;
}
@media (max-width: 991px) {
  .about-us .mems {
    margin: 0;
  }
}
.about-us .mems .row {
  margin-bottom: 27px;
}
.about-us .mems h2 {
  margin-bottom: 54px;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .about-us .mems h2 {
    margin-top: 0;
  }
}
.about-us .mems h2 span {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  color: #222222;
  display: inline-block;
  font-size: 28px;
  padding: 5px 13.5px;
  position: relative;
  z-index: 100;
}
.about-us .mems h2:before,
.about-us .mems h2:after {
  background-color: #eeeeee;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  height: 2px;
  width: 100%;
}
.about-us .mems h2:after {
  height: 1px;
  top: 22px;
}
.about-us .mems .mem-item {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
  padding: 27px;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .about-us .mems .mem-item {
    margin-bottom: 27px;
    text-align: center;
  }
}
.about-us .mems .mem-item:hover {
  border: 2px solid #2196f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.about-us .mems .mem-item img {
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 18px;
}
.about-us .mems .mem-item h4 {
  font-size: 17px;
  margin: 0;
}
.about-us .mems .mem-item span {
  letter-spacing: 0.5px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
div.blueimp-gallery .modal.slide-content {
  display: block;
}
div.blueimp-gallery .modal-dialog {
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
div.blueimp-gallery .modal-dialog .modal-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
}
div.blueimp-gallery .modal-dialog .modal-header h4 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 54px;
  margin-right: 54px;
}
div.blueimp-gallery .modal-dialog .modal-header button.close {
  position: fixed;
  top: 13.5px;
  right: 13.5px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 0;
}
div.blueimp-gallery .modal-dialog .modal-body {
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
div.blueimp-gallery .modal-dialog .modal-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 150px;
}
div.blueimp-gallery .modal-dialog .modal-footer {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
}
div.blueimp-gallery .modal-dialog .modal-footer .btn {
  background: none;
  color: #ffffff;
  border: 2px solid #999999;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
div.blueimp-gallery .modal-dialog .modal-footer .btn:hover,
div.blueimp-gallery .modal-dialog .modal-footer .btn:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
div.blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
#back-to-top {
  bottom: 32px;
  right: 32px;
  position: fixed;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: 500ms transform;
  -o-transition: 500ms transform;
  transition: 500ms transform;
  z-index: 9;
}
#back-to-top.affix {
  transform: scale(1);
  -webkit-transform: scale(1);
}
#back-to-top .btn {
  background: #000000;
  border: 0;
  line-height: 64px;
  padding: 0;
  height: 64px;
  width: 64px;
}
#back-to-top .btn .fa {
  margin: 0;
}
span.empty {
  display: none;
}
.ie9 .t3-header .t3-sl .t3-spotlight > div:last-child .t3-module,
.ie10 .t3-header .t3-sl .t3-spotlight > div:last-child .t3-module,
.ie11 .t3-header .t3-sl .t3-spotlight > div:last-child .t3-module {
  padding-top: 8%;
}