@charset "UTF-8";
.dropdown-box {
  margin: 0;
  padding: 0;
  list-style: none; }

.navbar-normal .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-normal .nav > li {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; } }

@media (min-width: 768px) {
  .navbar-normal .nav-icon {
    display: none; } }

.ie9 .navbar-normal .nav {
  display: table; }
  .ie9 .navbar-normal .nav > li {
    display: table-cell; }

.navbar-auto .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-auto .nav > li {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none; } }

.ie9 .navbar-auto .nav {
  display: table; }
  .ie9 .navbar-auto .nav > li {
    display: table-cell; }

@media (min-width: 576px) {
  .navbar-collapse.collapse:not(.show) {
    display: block; } }

@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: none; } }

.navbar-toggle {
  color: #FFF;
  display: block;
  width: 40px;
  height: 38px;
  padding: 4px 0; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .bar {
    display: block;
    width: 22px;
    height: 0;
    border-top: 2px solid;
    margin: 6px auto;
    position: relative;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }
  .navbar-toggle:not(.collapsed) .bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  .navbar-toggle:not(.collapsed) .bar:nth-child(2) {
    opacity: 0; }
  .navbar-toggle:not(.collapsed) .bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }

@media (min-width: 768px) {
  .navbar-right .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.dropdown-box {
  display: none; }

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #FFF;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15); }
    .dropdown-box li {
      border: 0 !important; }
    .dropdown-box a {
      padding: 7px 15px;
      text-decoration: none; }
  .dropdown:hover .dropdown-box {
    opacity: 1;
    visibility: visible; } }

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eee;
  overflow: hidden;
  background-size: cover; }
  .banner:before {
    display: block;
    content: "";
    position: relative;
    z-index: 1; }

.banner-index:before {
  content: '';
  padding-top: 600px;
  display: block; }
  @media (max-width: 1199.98px) {
    .banner-index:before {
      padding-top: 31.25%; } }
  @media (max-width: 767.98px) {
    .banner-index:before {
      padding-top: 50%; } }

.banner-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0 50px;
  text-align: center;
  color: #FFF; }
  .banner-inner h5 {
    font-size: 36px;
    margin-bottom: 1.4em; }
    @media (max-width: 1199.98px) {
      .banner-inner h5 {
        margin-bottom: 0.5em;
        font-size: 30px; } }
    @media (max-width: 991.98px) {
      .banner-inner h5 {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .banner-inner h5 {
        font-size: 12px; } }
  .banner-inner h3 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.5; }
    @media (max-width: 1199.98px) {
      .banner-inner h3 {
        font-size: 30px;
        line-height: 2; } }
    @media (max-width: 991.98px) {
      .banner-inner h3 {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .banner-inner h3 {
        font-size: 18px; } }
  .banner-inner p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .banner-inner p {
        font-size: 12px; } }

.banner-page {
  position: relative; }
  .banner-page:before {
    padding-top: 300px; }
    @media (max-width: 1199.98px) {
      .banner-page:before {
        padding-top: 26.31579%; } }
    @media (max-width: 767.98px) {
      .banner-page:before {
        padding-top: 46.875%; } }
  .banner-page .ban-p-tit {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .banner-page .ban-p-tit .en-title {
      text-transform: uppercase;
      color: rgba(16, 52, 128, 0.75);
      font-size: 48px;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .banner-page .ban-p-tit .en-title {
          font-size: 28px; } }
    .banner-page .ban-p-tit .cn-title {
      font-weight: bold;
      font-size: 40px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .banner-page .ban-p-tit .cn-title {
          font-size: 20px; } }

.notify ~ .notify {
  z-index: 1051; }

.modal-backdrop ~ .modal-backdrop {
  z-index: 1050; }

@media (min-width: 768px) {
  .notify {
    padding-right: 17px; } }

.notify .notify-desc {
  color: #999; }

.notify .modal-dialog {
  max-width: 420px; }

.notify .modal-content {
  border-radius: 10px; }

.notify .modal-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .notify .modal-footer > .btn {
    margin: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-color: transparent !important;
    -ms-flex-positive: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0;
    background-color: #FFF;
    color: #444;
    border-left: 1px solid #e9ecef !important; }
    .notify .modal-footer > .btn:hover {
      background-color: #f6f6f6; }
    .notify .modal-footer > .btn:active {
      background-color: #e8e8e8; }
    .notify .modal-footer > .btn.btn-ok, .notify .modal-footer > .btn.btn-primary {
      color: #103480; }
  .notify .modal-footer > .btn:first-child {
    border-left: 0 !important;
    border-bottom-left-radius: 10px; }
  .notify .modal-footer > .btn:last-child {
    border-bottom-right-radius: 10px; }

.ie9 .notify .notify .modal-footer {
  display: table; }
  .ie9 .notify .notify .modal-footer > .btn {
    display: table-cell; }

.notify-alert .modal-dialog {
  max-width: 360px; }

.notify-auto {
  color: #999999;
  font-size: 12px;
  text-align: center; }

.row-list {
  margin: 0 -15px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-list > li, .row-list > div {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }

.row-g-0 {
  margin: 0; }
  .row-g-0 > li, .row-g-0 > div {
    padding: 0; }

.row-g-1 {
  margin: 0 -12px; }
  .row-g-1 > li, .row-g-1 > div {
    padding: 0 12px; }

.row-g-2 {
  margin: 0 -10px; }
  .row-g-2 > li, .row-g-2 > div {
    padding: 0 10px; }

.row-g-3 {
  margin: 0 -8px; }
  .row-g-3 > li, .row-g-3 > div {
    padding: 0 8px; }

.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  width: 100%; }

.row-2 > li, .row-2 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  width: 50%; }

.row-3 > li, .row-3 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  width: 33.33333%; }

.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  width: 25%; }

.row-5 > li, .row-5 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  width: 20%; }

.row-6 > li, .row-6 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
  width: 16.66667%; }

.row-7 > li, .row-7 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
  width: 14.28571%; }

.row-8 > li, .row-8 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
  width: 12.5%; }

.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  width: 100%; }

.row-2 > li, .row-2 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  width: 50%; }

.row-3 > li, .row-3 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  width: 33.33333%; }

.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  width: 25%; }

.row-5 > li, .row-5 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  width: 20%; }

.row-6 > li, .row-6 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
  width: 16.66667%; }

.row-7 > li, .row-7 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
  width: 14.28571%; }

.row-8 > li, .row-8 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
  width: 12.5%; }

.row-g-4 {
  margin: 0 -15px; }
  .row-g-4 > li, .row-g-4 > div {
    padding: 0 15px; }

.row-g-3 {
  margin: 0 -12px; }
  .row-g-3 > li, .row-g-3 > div {
    padding: 0 12px; }

.row-g-2 {
  margin: 0 -10px; }
  .row-g-2 > li, .row-g-2 > div {
    padding: 0 10px; }

.row-g-1 {
  margin: 0 -8px; }
  .row-g-1 > li, .row-g-1 > div {
    padding: 0 8px; }

.row-g-0 {
  margin: 0; }
  .row-g-0 > li, .row-g-0 > div {
    padding: 0; }

@media (min-width: 576px) {
  .row-sm-1 > li, .row-sm-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-sm-2 > li, .row-sm-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-sm-3 > li, .row-sm-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-sm-4 > li, .row-sm-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-sm-5 > li, .row-sm-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-sm-6 > li, .row-sm-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-sm-7 > li, .row-sm-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-sm-8 > li, .row-sm-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-sm-4 {
    margin: 0 -15px; }
    .row-g-sm-4 > li, .row-g-sm-4 > div {
      padding: 0 15px; }
  .row-g-sm-3 {
    margin: 0 -12px; }
    .row-g-sm-3 > li, .row-g-sm-3 > div {
      padding: 0 12px; }
  .row-g-sm-2 {
    margin: 0 -10px; }
    .row-g-sm-2 > li, .row-g-sm-2 > div {
      padding: 0 10px; }
  .row-g-sm-1 {
    margin: 0 -8px; }
    .row-g-sm-1 > li, .row-g-sm-1 > div {
      padding: 0 8px; }
  .row-g-sm-0 {
    margin: 0; }
    .row-g-sm-0 > li, .row-g-sm-0 > div {
      padding: 0; } }

@media (min-width: 768px) {
  .row-md-1 > li, .row-md-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-md-2 > li, .row-md-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-md-3 > li, .row-md-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-md-4 > li, .row-md-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-md-5 > li, .row-md-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-md-6 > li, .row-md-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-md-7 > li, .row-md-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-md-8 > li, .row-md-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-md-4 {
    margin: 0 -15px; }
    .row-g-md-4 > li, .row-g-md-4 > div {
      padding: 0 15px; }
  .row-g-md-3 {
    margin: 0 -12px; }
    .row-g-md-3 > li, .row-g-md-3 > div {
      padding: 0 12px; }
  .row-g-md-2 {
    margin: 0 -10px; }
    .row-g-md-2 > li, .row-g-md-2 > div {
      padding: 0 10px; }
  .row-g-md-1 {
    margin: 0 -8px; }
    .row-g-md-1 > li, .row-g-md-1 > div {
      padding: 0 8px; }
  .row-g-md-0 {
    margin: 0; }
    .row-g-md-0 > li, .row-g-md-0 > div {
      padding: 0; } }

@media (min-width: 992px) {
  .row-lg-1 > li, .row-lg-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-lg-2 > li, .row-lg-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-lg-3 > li, .row-lg-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-lg-4 > li, .row-lg-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-lg-5 > li, .row-lg-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-lg-6 > li, .row-lg-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-lg-7 > li, .row-lg-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-lg-8 > li, .row-lg-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-lg-4 {
    margin: 0 -15px; }
    .row-g-lg-4 > li, .row-g-lg-4 > div {
      padding: 0 15px; }
  .row-g-lg-3 {
    margin: 0 -12px; }
    .row-g-lg-3 > li, .row-g-lg-3 > div {
      padding: 0 12px; }
  .row-g-lg-2 {
    margin: 0 -10px; }
    .row-g-lg-2 > li, .row-g-lg-2 > div {
      padding: 0 10px; }
  .row-g-lg-1 {
    margin: 0 -8px; }
    .row-g-lg-1 > li, .row-g-lg-1 > div {
      padding: 0 8px; }
  .row-g-lg-0 {
    margin: 0; }
    .row-g-lg-0 > li, .row-g-lg-0 > div {
      padding: 0; } }

@media (min-width: 1200px) {
  .row-xl-1 > li, .row-xl-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-xl-2 > li, .row-xl-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-xl-3 > li, .row-xl-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-xl-4 > li, .row-xl-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-xl-5 > li, .row-xl-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-xl-6 > li, .row-xl-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-xl-7 > li, .row-xl-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-xl-8 > li, .row-xl-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-xl-4 {
    margin: 0 -15px; }
    .row-g-xl-4 > li, .row-g-xl-4 > div {
      padding: 0 15px; }
  .row-g-xl-3 {
    margin: 0 -12px; }
    .row-g-xl-3 > li, .row-g-xl-3 > div {
      padding: 0 12px; }
  .row-g-xl-2 {
    margin: 0 -10px; }
    .row-g-xl-2 > li, .row-g-xl-2 > div {
      padding: 0 10px; }
  .row-g-xl-1 {
    margin: 0 -8px; }
    .row-g-xl-1 > li, .row-g-xl-1 > div {
      padding: 0 8px; }
  .row-g-xl-0 {
    margin: 0; }
    .row-g-xl-0 > li, .row-g-xl-0 > div {
      padding: 0; } }

.no-skrollr {
  overflow: auto; }

.scrollbar-track {
  position: fixed;
  height: 100%;
  right: 0;
  width: 6px;
  z-index: 99999;
  top: 0;
  background-color: rgba(136, 136, 136, 0);
  -webkit-transition: .35s background-color ease;
  -o-transition: .35s background-color ease;
  transition: .35s background-color ease; }
  .scrollbar-track .scrollbar-thumb {
    position: absolute;
    width: 100%;
    background-color: rgba(16, 52, 128, 0);
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-transition: .35s background-color ease;
    -o-transition: .35s background-color ease;
    transition: .35s background-color ease; }
    .scrollbar-track .scrollbar-thumb.draggable {
      background-color: #103480; }
  .scrollbar-track:hover {
    background-color: rgba(136, 136, 136, 0.3); }
    .scrollbar-track:hover .scrollbar-thumb {
      background-color: #103480; }
  .no-skrollr .scrollbar-track {
    display: none; }

/*------------------------------------
 *  Box-shadows Styles
 *------------------------------------ */
[class*="shadow--hover"] {
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .shadow-none--focus:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .g-parent:hover .shadow-none--parent-hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/*------------------------------------
 *  Box-shadows-v1
 *------------------------------------ */
.shadow-v1, .shadow--hover-v1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.shadow-v1-1, .shadow--hover-v1-1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.shadow-v1-2, .shadow--hover-v1-2:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.shadow-v1-3, .shadow--hover-v1-3:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.shadow-v1-4, .shadow--hover-v1-4:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/*------------------------------------
 *  Box-shadows-v2
 *------------------------------------ */
.shadow-v2 {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2); }

.shadow-v2-1, .shadow--hover-v2-1:hover {
  -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2); }

.shadow-v2-2, .shadow--hover-v2-2:hover {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2); }

.shadow-v2-3, .shadow--hover-v2-3:hover {
  -webkit-box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2); }

.shadow-v2-4, .shadow--hover-v2-4:hover {
  -webkit-box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2); }

/*------------------------------------
 *  Box-shadows-v3-v4-v5
 *------------------------------------ */
[class*="shadow--hover-v3"]:after, [class*="shadow--hover-v3"]:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }

.shadow-v3 {
  position: relative; }
  .shadow-v3:after, .shadow-v3:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3:after {
    display: block;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .shadow-v3:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow-v3:hover:after, .shadow-v3:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow-v3-left {
  position: relative; }
  .shadow-v3-left:after, .shadow-v3-left:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3-left:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow-v3-left:hover:after, .shadow-v3-left:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow-v3-right {
  position: relative; }
  .shadow-v3-right:after, .shadow-v3-right:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3-right:after {
    display: block;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .shadow-v3-right:hover:after, .shadow-v3-right:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow--hover-v3-left {
  position: relative; }
  .shadow--hover-v3-left:after, .shadow--hover-v3-left:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow--hover-v3-left:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow--hover-v3-left:hover:after, .shadow--hover-v3-left:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow--hover-v3-right {
  position: relative; }
  .shadow--hover-v3-right:after, .shadow--hover-v3-right:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow--hover-v3-right:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow--hover-v3-right:hover:after, .shadow--hover-v3-right:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

/*------------------------------------
 *  Box-shadows-v7
 *------------------------------------ */
.shadow-v4-left {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075); }

.shadow-v4-right {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075); }

.shadow-v4-left-1, .shadow--hover-v4-left-1:hover {
  -webkit-box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075); }

.shadow-v4-right-1, .shadow--hover-v4-right-1:hover {
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075); }

.shadow-v4-left-2, .shadow--hover-v4-left-2:hover {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125); }

.shadow-v4-right-2, .shadow--hover-v4-right-2:hover {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125); }

.shadow-v4-left-3, .shadow--hover-v4-left-3:hover {
  -webkit-box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15); }

.shadow-v4-right-3, .shadow--hover-v4-right-3:hover {
  -webkit-box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15); }

.shadow-v4-left-4, .shadow--hover-v4-left-4:hover {
  -webkit-box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875); }

.shadow-v4-right-4, .shadow--hover-v4-right-4:hover {
  -webkit-box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875); }

.label-required {
  position: relative; }
  .label-required:before {
    content: "*";
    color: #dc3545;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    margin-left: -0.75em; }

.help-block {
  display: none; }

.has-error .form-control {
  border-color: #dc3545; }

.has-error .help-block {
  margin-top: 5px;
  display: block;
  color: #dc3545; }

.has-error label {
  color: #dc3545 !important; }

.has-error .checker .checker-radio:before, .has-error .checker .checker-checkbox:before {
  border-color: #dc3545; }

.form-v1 .col-form-label {
  margin-left: 15px;
  width: calc(100% - 30px); }

.form-label-3 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3em;
  flex: 0 0 3em;
  max-width: 3em;
  width: 3em; }

.form-label-3 .col-js-select {
  max-width: calc(100% - 3em - 15px); }

.form-label-4 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  max-width: 4em;
  width: 4em; }

.form-label-4 .col-js-select {
  max-width: calc(100% - 4em - 15px); }

.form-label-5 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
  max-width: 5em;
  width: 5em; }

.form-label-5 .col-js-select {
  max-width: calc(100% - 5em - 15px); }

.form-label-6 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6em;
  flex: 0 0 6em;
  max-width: 6em;
  width: 6em; }

.form-label-6 .col-js-select {
  max-width: calc(100% - 6em - 15px); }

.form-label-7 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7em;
  flex: 0 0 7em;
  max-width: 7em;
  width: 7em; }

.form-label-7 .col-js-select {
  max-width: calc(100% - 7em - 15px); }

@media (min-width: 576px) {
  .form-sm-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-sm-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-sm-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-sm-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-sm-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-sm-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-md-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-md-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-md-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-md-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-md-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-lg-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-lg-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-lg-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-lg-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-lg-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-xl-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-xl-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-xl-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-xl-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-xl-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

.checker {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  display: inline-block;
  font-size: inherit;
  line-height: 1.5;
  margin-right: 15px;
  cursor: pointer; }
  .checker .checker-radio, .checker .checker-checkbox {
    position: relative;
    padding-left: 1.5em;
    display: block; }
    .checker .checker-radio:before, .checker .checker-radio:after, .checker .checker-checkbox:before, .checker .checker-checkbox:after {
      color: #aaa;
      position: absolute;
      left: 0;
      top: 3px;
      content: "";
      display: block;
      font-size: 16px; }
    .checker .checker-radio:before, .checker .checker-checkbox:before {
      width: 1em;
      height: 1em;
      border: 1px solid; }
    .checker .checker-radio:hover:before, .checker .checker-checkbox:hover:before {
      color: #103480; }
  .checker .checker-radio:before, .checker .checker-radio:after {
    border-radius: 50%; }
  .checker .checker-radio:after {
    opacity: 0;
    border: 0.25em solid;
    top: 7px;
    left: 0.25em; }
  .checker .checker-checkbox:before {
    border-radius: 3px; }
  .checker .checker-checkbox:after {
    opacity: 0;
    border-radius: 1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    width: 0.4em;
    height: 0.6em;
    top: 5px;
    left: 0.325em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checker input:checked + .checker-radio:after, .checker input:checked + .checker-radio:before, .checker input:checked + .checker-checkbox:after, .checker input:checked + .checker-checkbox:before {
    color: #103480; }
  .checker input:checked + .checker-radio:after, .checker input:checked + .checker-checkbox:after {
    opacity: 1; }

.checker-sm {
  font-size: 0.875rem; }

.select-v1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.75rem; }

.spinner {
  border: 5px solid #eee;
  border-top: 5px solid #103480;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-sm {
  width: 1em;
  height: 1em;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 2px solid #eee;
  margin-right: 5px; }

.mobile-dropdown {
  display: none; }

@media (max-width: 767.98px) {
  .mobile-dropdown {
    display: block;
    position: fixed;
    z-index: 999;
    right: 100%;
    width: 60%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: #0a2253;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease; }
    .mobile-dropdown.open {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .mobile-dropdown .nav > li {
      border-bottom: 1px solid #050f25; }
      .mobile-dropdown .nav > li > a {
        color: #FFF;
        padding: 10px 35px;
        -webkit-transition: background-color .35s ease;
        -o-transition: background-color .35s ease;
        transition: background-color .35s ease; }
      .mobile-dropdown .nav > li.nav-dropdown-link {
        font-size: 18px; }
        .mobile-dropdown .nav > li.nav-dropdown-link > a {
          padding: 10px 20px; }
      .mobile-dropdown .nav > li.active a, .mobile-dropdown .nav > li:hover a {
        background-color: #050f25; }
  .mobile-dropdown-backdrop {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transtion: opacity .35s ease;
    position: fixed;
    top: 0;
    left: 0; }
    .mobile-dropdown-backdrop.open {
      opacity: 1;
      visibility: visible; } }

.header-brand::after {
  display: block;
  clear: both;
  content: ""; }

.header-logo, .header-hotline {
  display: block; }

.header-left {
  float: left;
  max-width: 60%; }

.header-right {
  float: right;
  max-width: 40%; }

@media (max-width: 767.98px) {
  .navbar-grid[data-nav] .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .navbar-grid[data-nav] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #0a2253;
    border-right: 1px solid #0a2253;
    font-size: 14px; }
    .navbar-grid[data-nav] .nav li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%;
      border: 1px solid #0a2253;
      border-top: 0;
      border-right: 0; }
  .navbar-grid[data-nav] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px; }
  .navbar-grid[data-nav] .nav-title {
    opacity: 0.75; }
  .navbar-grid[data-nav="11"] .nav li:nth-child(8) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid[data-nav="7"] .nav li:nth-child(4) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid[data-nav="10"] .nav li:nth-child(8) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
  .navbar-grid.nav10a[data-nav="10"] .nav li:nth-child(4) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid.nav10b[data-nav="10"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important; }
    .navbar-grid.nav10b[data-nav="10"] .nav li .nav-title {
      display: inline-block;
      width: 2em; }
  .navbar-grid[data-nav="9"] .nav li, .navbar-grid[data-nav="6"] .nav li, .navbar-grid.nav12a[data-nav="12"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%; } }

.is-sticky {
  z-index: 999; }

.header-v3 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  -webkit-transition: padding .35s, background-color .35s, -webkit-box-shadow .35s;
  transition: padding .35s, background-color .35s, -webkit-box-shadow .35s;
  -o-transition: padding .35s, background-color .35s, box-shadow .35s;
  transition: padding .35s, background-color .35s, box-shadow .35s;
  transition: padding .35s, background-color .35s, box-shadow .35s, -webkit-box-shadow .35s;
  padding: 20px 120px;
  background-color: #fff; }
  .header-v3::after {
    display: block;
    clear: both;
    content: ""; }
  .header-v3.header-active {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(7, 0, 2, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(7, 0, 2, 0.1); }
  @media (max-width: 1199.98px) {
    .header-v3 {
      padding: 15px 40px; } }
  .header-v3.dark-m {
    background-color: #163156; }
  @media (max-width: 991.98px) {
    .header-v3 {
      padding: 20px;
      text-align: right; } }
  @media (max-width: 767.98px) {
    .header-v3 {
      padding: 8px 15px; } }
  @media (min-width: 768px) {
    .header-v3 .navbar-main.collapse {
      display: block !important;
      float: right;
      padding: 0 5px; } }
  .header-v3 .navbar {
    display: inline-block; }
    @media (min-width: 768px) {
      .header-v3 .navbar {
        float: right; } }
  .header-v3 .header-logo {
    float: left;
    padding: 8px 0;
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .header-v3 .header-logo.hide {
      opacity: 0; }
    @media (max-width: 991.98px) {
      .header-v3 .header-logo {
        width: auto;
        padding: 5px 0; } }
    @media (max-width: 767.98px) {
      .header-v3 .header-logo {
        width: auto; } }
    .header-v3 .header-logo img {
      height: 44px;
      width: auto; }
      @media (max-width: 991.98px) {
        .header-v3 .header-logo img {
          height: 30px; } }
      @media (max-width: 767.98px) {
        .header-v3 .header-logo img {
          height: 34px; } }
  .header-v3 .header-hotline {
    padding: 15px 0px;
    padding-left: 25px;
    border-left: 1px solid #ccc; }
    .header-v3 .header-hotline span {
      color: #103480;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s;
      vertical-align: middle; }
    @media (max-width: 1199.98px) {
      .header-v3 .header-hotline span {
        display: none; } }
    @media (max-width: 991.98px) {
      .header-v3 .header-hotline {
        padding: 5px 15px; } }
    @media (max-width: 767.98px) {
      .header-v3 .header-hotline {
        position: static;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px; }
        .header-v3 .header-hotline i {
          font-size: 40px; } }
  .header-v3 .hotline-icon {
    color: #103480;
    font-size: 30px;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .header-v3 .hotline-icon {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .header-v3 .hotline-icon {
        font-size: 20px;
        margin-right: 0; } }
  .header-v3 .navbar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    color: #103480;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .header-v3 .navbar-toggle {
        display: inline-block;
        margin-top: 0; } }

@media (min-width: 768px) {
  .nav-header-v3 .dropdown .dropdown-box {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, 50px, 0);
    transform: translate3d(-50%, 50px, 0);
    padding: 0;
    border-top: 0;
    min-width: 150px;
    left: 50%;
    text-align: left;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .nav-header-v3 .dropdown .dropdown-box {
      min-width: 150px; } }

@media (min-width: 768px) {
    .nav-header-v3 .dropdown .dropdown-box li:nth-child(2n) a {
      background-color: #eeeeee; }
    .nav-header-v3 .dropdown .dropdown-box li a {
      padding: 18px 25px;
      vertical-align: middle;
      color: #333;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      background-color: #fff;
      text-align: center; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-header-v3 .dropdown .dropdown-box li a {
        padding: 10px 20px;
        font-size: 12px; } }

@media (min-width: 768px) {
      .nav-header-v3 .dropdown .dropdown-box li a:hover {
        background-color: #103480;
        color: #fff; }
  .nav-header-v3 .dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    visibility: visible; }
  .nav-header-v3 .dropdown-btn {
    display: none !important; }
  .nav-header-v3 .nav-title {
    position: relative;
    z-index: 4; }
  .nav-header-v3 > li {
    padding: 0 5px; }
    .nav-header-v3 > li > a {
      color: #333;
      padding: 20px 10px;
      font-size: 16px;
      line-height: 20px;
      position: relative;
      -webkit-transition: color .35s, background-color .35s;
      -o-transition: color .35s, background-color .35s;
      transition: color .35s, background-color .35s;
      overflow: hidden; }
      .nav-header-v3 > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 3px solid transparent;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .nav-header-v3 > li > a {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-header-v3 > li > a {
        padding: 10px 7px;
        font-size: 12px; } }

@media (min-width: 768px) {
    .nav-header-v3 > li.active > a, .nav-header-v3 > li:hover > a {
      color: #103480; }
      .nav-header-v3 > li.active > a:after, .nav-header-v3 > li:hover > a:after {
        border-bottom-color: #103480; } }

@media (min-width: 768px) {
  .header-no-animate .nav-header-v3 > li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (max-width: 767.98px) {
  .header-v3 .navbar-main {
    position: fixed;
    height: 100% !important;
    width: 50%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 1199;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    border-right: 4px solid #103480; }
    .header-v3 .navbar-main.navbar-open {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .header-v3 .dropdown-box {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    background-color: rgba(14, 30, 54, 0.85);
    padding-left: 20px; }
    .header-v3 .dropdown-box > li > a {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      color: #ffffff;
      background-color: rgba(22, 49, 86, 0.85); }
      .header-v3 .dropdown-box > li > a:hover {
        background-color: #0e1e36; }
  .header-v3 .dropdown-btn {
    float: right;
    text-align: center;
    border-left: 1px solid rgba(16, 52, 128, 0.1); }
    .header-v3 .dropdown-btn:before {
      content: "+"; }
    .header-v3 .dropdown-btn.active:before {
      content: "-"; }
    .header-v3 .dropdown-btn.active ~ .dropdown-box {
      opacity: 1;
      max-height: none; }
  .header-v3 .navbar-open .nav-header-v3 > li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .header-v3 .nav-header-v3 > li:nth-child(1) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(3) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(4) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(5) {
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(6) {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(7) {
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(8) {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(9) {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(10) {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important; }
  .navbar-backdrop-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background-color: #000000;
    z-index: 998; }
    .navbar-backdrop-close.open {
      opacity: .6; }
  .header-v3 .navbar {
    display: block; }
  .nav-header-v3 {
    display: block !important;
    text-align: left; }
    .nav-header-v3 a {
      color: #FFF;
      display: block;
      padding: 10px 14px;
      background-color: rgba(0, 0, 0, 0);
      text-align: left;
      font-size: 14px; }
    .nav-header-v3 > li {
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      -o-transition: opacity .35s, transform .35s;
      transition: opacity .35s, transform .35s;
      transition: opacity .35s, transform .35s, -webkit-transform .35s;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      border-bottom: 1px solid rgba(16, 52, 128, 0.1); }
      .nav-header-v3 > li:first-child {
        border-top: 1px solid rgba(16, 52, 128, 0.1); }
      .nav-header-v3 > li > a {
        color: #444; }
        .nav-header-v3 > li > a:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .nav-header-v3 > li.dropdown > a {
        width: calc( 100% - 40px); }
        .nav-header-v3 > li.dropdown > a.dropdown-btn {
          width: 40px; } }

.foot-tool {
  display: none; }

@media (max-width: 767.98px) {
  .foot-tool {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998; }
    .foot-tool[data-foot='1'] li {
      width: 100%; }
    .foot-tool[data-foot='2'] li {
      width: 50%; }
    .foot-tool[data-foot='3'] li {
      width: 33.33333%; }
    .foot-tool[data-foot='4'] li {
      width: 25%; }
    .foot-tool li a {
      display: block;
      text-align: center;
      padding: 15px 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.5;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .foot-tool li a i {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: text-bottom;
        line-height: 1; }
      .foot-tool li a:hover {
        background-color: rgba(61, 61, 61, 0.6); }
    .foot-tool .popup_more {
      position: relative; }
      .foot-tool .popup_more:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        display: block; }
  .copyright {
    padding-bottom: 60px; } }

.copyright {
  background-color: #1C1C1C;
  text-align: center;
  color: #777;
  padding: 12px 15px;
  font-size: 12px; }
  .copyright span, .copyright a {
    display: inline-block;
    padding: 7px;
    color: #777; }
  .copyright a:hover {
    color: #bbb; }

@font-face {
  font-family: 'bbcbox-icon';
  src: url("../fonts/bbcbox.eot?sz0fdx");
  src: url("../fonts/bbcbox.eot?sz0fdx#iefix") format("embedded-opentype"), url("../fonts/bbcbox.ttf?sz0fdx") format("truetype"), url("../fonts/bbcbox.woff?sz0fdx") format("woff"), url("../fonts/bbcbox.svg?sz0fdx#bbcbox") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="bbc-icon-"], [class*=" bbc-icon-"] {
  font-family: 'bbcbox-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bbc-icon-size-fullscreen:before {
  content: "\e057"; }

.bbc-icon-size-actual:before {
  content: "\e058"; }

.bbc-icon-grid:before {
  content: "\e06a"; }

.bbc-icon-control-play:before {
  content: "\e071"; }

.bbc-icon-control-pause:before {
  content: "\e072"; }

.bbcbox-enabled {
  overflow: hidden; }
  .bbcbox-enabled body {
    overflow: visible;
    height: 100%; }

.bbcbox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .bbcbox-container ~ .bbcbox-container {
    z-index: 99992; }

.bbcbox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bbcbox-container--ready .bbcbox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.bbcbox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.bbcbox-show-controls .bbcbox-controls {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8); }

.bbcbox-infobar {
  display: none; }

.bbcbox-show-infobar .bbcbox-infobar {
  display: inline-block;
  pointer-events: all; }

.bbcbox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.bbcbox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.bbcbox-show-buttons .bbcbox-buttons {
  display: block; }

.bbcbox-slider-wrap {
  overflow: hidden;
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.bbcbox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.bbcbox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }
  .bbcbox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }
  .bbcbox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.bbcbox-slide--image {
  overflow: hidden; }
  .bbcbox-slide--image::before {
    display: none; }

.bbcbox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.bbcbox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.bbcbox-slide--video .bbcbox-content, .bbcbox-slide--video .bbcbox-iframe {
  background: transparent; }

.bbcbox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bbcbox-image, .bbcbox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.bbcbox-controls--canzoomOut .bbcbox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.bbcbox-controls--canzoomIn .bbcbox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.bbcbox-controls--canGrab .bbcbox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.bbcbox-controls--isGrabbing .bbcbox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.bbcbox-spaceball {
  z-index: 1; }

.bbcbox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.bbcbox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }
  .bbcbox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.bbcbox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
  .bbcbox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2; }
  .bbcbox-close-small:focus:after {
    outline: 1px dotted #888; }

.bbcbox-slide--video .bbcbox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.bbcbox-close-small:hover:after {
  color: #555;
  background: #eee; }

.bbcbox-caption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

@media (max-width: 767px) {
  .bbcbox-caption-wrap {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0; } }

.bbcbox-show-caption .bbcbox-caption-wrap {
  opacity: 1; }

.bbcbox-caption {
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }
  .bbcbox-caption a, .bbcbox-caption button {
    pointer-events: all; }
  .bbcbox-caption a {
    color: #fff;
    text-decoration: underline; }

.bbcbox-button {
  font-family: "bbcbox-icon";
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.bbcbox-button--disabled {
  cursor: default;
  pointer-events: none; }

.bbcbox-button:hover {
  background: rgba(0, 0, 0, 0.2); }

.bbcbox-button::before, .bbcbox-button::after {
  content: '';
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

.bbcbox-button--disabled::before, .bbcbox-button--disabled::after {
  opacity: 0.5; }

.bbcbox-button--left::after, .bbcbox-button--right::after {
  position: absolute;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.bbcbox-button--left::after {
  left: 48%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.bbcbox-button--right::after {
  right: 48%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bbcbox-button--left {
  border-bottom-left-radius: 5px; }

.bbcbox-button--right {
  border-bottom-right-radius: 5px; }

.bbcbox-button--close {
  float: right; }
  .bbcbox-button--close::before, .bbcbox-button--close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    background-color: #fff;
    top: 50%;
    margin-bottom: -1px;
    left: 50%;
    margin-left: -9px; }
  .bbcbox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bbcbox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.bbcbox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: bbcbox-rotate .8s infinite linear;
  animation: bbcbox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes bbcbox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes bbcbox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .bbcbox-controls {
    text-align: left; }
  .bbcbox-button--left, .bbcbox-button--right, .bbcbox-buttons button:not(.bbcbox-button--close) {
    display: none !important; }
  .bbcbox-caption {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; } }

.bbcbox-button--fullscreen::before {
  content: "\e057"; }

.bbcbox-button--actual::before {
  content: "\e058"; }

.bbcbox-button--play::before {
  content: "\e071"; }

.bbcbox-button--pause::before {
  content: "\e072"; }

.bbcbox-button--thumbs span {
  font-size: 23px; }

.bbcbox-button--thumbs::before {
  content: "\e06a"; }

.bbcbox-container--thumbs .bbcbox-controls, .bbcbox-container--thumbs .bbcbox-slider-wrap, .bbcbox-container--thumbs .bbcbox-caption-wrap {
  right: 220px; }

.bbcbox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bbcbox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
    .bbcbox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid #fff;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

li.bbcbox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.bbcbox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bbcbox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.bbcbox-thumbs > ul > li.bbcbox-thumbs-active:before {
  opacity: 1; }

@media all and (max-width: 800px) {
  .bbcbox-thumbs {
    display: none !important; }
  .bbcbox-container--thumbs .bbcbox-controls, .bbcbox-container--thumbs .bbcbox-slider-wrap, .bbcbox-container--thumbs .bbcbox-caption-wrap {
    right: 0; } }

.morphing-btn-wrap {
  text-align: center;
  display: inline-block;
  position: relative; }

.morphing-btn {
  -webkit-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  -moz-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  -o-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  white-space: nowrap; }

.morphing-btn_circle {
  color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s; }

.morphing-btn-clone {
  position: fixed;
  background: #0075da;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  z-index: 3;
  font-size: 0.875em;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.morphing-btn-clone_visible {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important; }

.morphing-close {
  position: fixed;
  top: 5%;
  right: 5%;
  background: rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease 0s, -webkit-transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, -webkit-transform .2s ease-in-out;
  -o-transition: background-color 0.2s ease 0s, transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  z-index: 99993;
  cursor: pointer;
  outline: none; }
  .morphing-close:active {
    margin-top: -1px; }
  .morphing-close:before, .morphing-close:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    width: 26px;
    height: 1.5px;
    background: #fff; }
  .morphing-close:before {
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .morphing-close:after {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #morphing-content a {
    color: #fff; }

/*
 *  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

[data-toggle="img"] {
  position: relative; }
  [data-toggle="img"] img {
    opacity: 0;
    display: block;
    width: 1px;
    height: 1px; }
  [data-toggle="img"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    opacity: 1;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    z-index: 2; }

.img-cover, .img-contain {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.img-cover {
  background-size: cover; }

.img-contain {
  background-size: contain; }

.img-loaded:after {
  opacity: 0; }

.img-parallax {
  overflow: hidden;
  position: relative; }

.parallax-bg {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  left: 0;
  z-index: 1; }

.z-index-3 {
  position: relative;
  z-index: 3; }

@font-face {
  font-family: 'BBCICON-l';
  src: url("../bbc-icon/light/fonts/BBC-Light.eot?x03698");
  src: url("../bbc-icon/light/fonts/BBC-Light.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/light/fonts/BBC-Light.ttf?x03698") format("truetype"), url("../bbc-icon/light/fonts/BBC-Light.woff?x03698") format("woff"), url("../bbc-icon/light/fonts/BBC-Light.svg?x03698#BBC-Light") format("svg");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'BBCICON-r';
  src: url("../bbc-icon/regular/fonts/BBC-Regular.eot?x03698");
  src: url("../bbc-icon/regular/fonts/BBC-Regular.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/regular/fonts/BBC-Regular.ttf?x03698") format("truetype"), url("../bbc-icon/regular/fonts/BBC-Regular.woff?x03698") format("woff"), url("../bbc-icon/regular/fonts/BBC-Regular.svg?x03698#BBC-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BBCICON-s';
  src: url("../bbc-icon/solid/fonts/BBC-Solid.eot?x03698");
  src: url("../bbc-icon/solid/fonts/BBC-Solid.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/solid/fonts/BBC-Solid.ttf?x03698") format("truetype"), url("../bbc-icon/solid/fonts/BBC-Solid.woff?x03698") format("woff"), url("../bbc-icon/solid/fonts/BBC-Solid.svg?x03698#BBC-Solid") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'BBC-Brands';
  src: url("../bbc-icon/brands/fonts/BBC-Brands.eot?obir7i");
  src: url("../bbc-icon/brands/fonts/BBC-Brands.eot?obir7i#iefix") format("embedded-opentype"), url("../bbc-icon/brands/fonts/BBC-Brands.ttf?obir7i") format("truetype"), url("../bbc-icon/brands/fonts/BBC-Brands.woff?obir7i") format("woff"), url("../bbc-icon/brands/fonts/BBC-Brands.svg?obir7i#BBC-Brands") format("svg");
  font-weight: normal;
  font-style: normal; }

.br, .bl, .bs, .bb {
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.br {
  font-family: 'BBCICON-r' !important; }

.bl {
  font-family: 'BBCICON-l' !important;
  font-weight: lighter; }

.bs {
  font-family: 'BBCICON-s' !important;
  font-weight: bold; }

.bb {
  font-family: 'BBC-Brands' !important;
  line-height: 1;
  font-weight: normal;
  font-variant: normal; }

.bbc-angle-double-left:before {
  content: "\e900"; }

.bbc-angle-double-right:before {
  content: "\e909"; }

.bbc-angle-left:before {
  content: "\e902"; }

.bbc-angle-right:before {
  content: "\e903"; }

.bbc-arrow-alt-to-top:before {
  content: "\e904"; }

.bbc-arrow-left:before {
  content: "\e905"; }

.bbc-arrow-right:before {
  content: "\e906"; }

.bbc-arrow-to-top:before {
  content: "\e907"; }

.bbc-calendar:before {
  content: "\e908"; }

.bbc-calendar-alt:before {
  content: "\e90a"; }

.bbc-calendar-check:before {
  content: "\e90b"; }

.bbc-check:before {
  content: "\e90c"; }

.bbc-chevron-left:before {
  content: "\e90d"; }

.bbc-chevron-right:before {
  content: "\e90e"; }

.bbc-comment-alt-dots:before {
  content: "\e901"; }

.bbc-comments-alt:before {
  content: "\e927"; }

.bbc-envelope:before {
  content: "\e90f"; }

.bbc-eye:before {
  content: "\e910"; }

.bbc-globe:before {
  content: "\e924"; }

.bbc-globe-asia:before {
  content: "\e925"; }

.bbc-heart:before {
  content: "\e911"; }

.bbc-home:before {
  content: "\e912"; }

.bbc-link:before {
  content: "\e928"; }

.bbc-lock-alt:before {
  content: "\e913"; }

.bbc-long-arrow-left:before {
  content: "\e914"; }

.bbc-long-arrow-right:before {
  content: "\e915"; }

.bbc-map-marker-alt:before {
  content: "\e916"; }

.bbc-mobile:before {
  content: "\e917"; }

.bbc-mobile-alt:before {
  content: "\e918"; }

.bbc-phone:before {
  content: "\e919"; }

.bbc-phone-volume:before {
  content: "\e91a"; }

.bbc-play:before {
  content: "\e91b"; }

.bbc-plus:before {
  content: "\e91c"; }

.bbc-search:before {
  content: "\e91d"; }

.bbc-share-alt:before {
  content: "\e91e"; }

.bbc-star:before {
  content: "\e91f"; }

.bbc-sync:before {
  content: "\e920"; }

.bbc-times:before {
  content: "\e921"; }

.bbc-trash-alt:before {
  content: "\e922"; }

.bbc-user:before {
  content: "\e923"; }

.bbc-users:before {
  content: "\e926"; }

.bbc-baidu-tie:before {
  content: "\e900"; }

.bbc-douban:before {
  content: "\e901"; }

.bbc-micro-programe:before {
  content: "\e902"; }

.bbc-qq:before {
  content: "\e903"; }

.bbc-qqzone:before {
  content: "\e904"; }

.bbc-renren:before {
  content: "\e905"; }

.bbc-tencent-weibo:before {
  content: "\e906"; }

.bbc-weibo:before {
  content: "\e907"; }

.bbc-weixin:before {
  content: "\e908"; }

body {
  color: #555;
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
  @media (max-width: 1199.98px) {
    body {
      overflow-x: hidden;
      overflow-y: auto; } }

p {
  line-height: 1.75em; }

img {
  max-width: 100%; }

.section {
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  @media screen and (orientation: portrait) {
    .section {
      min-height: 0; } }

@-webkit-keyframes textDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation: textDown .8s ease both;
  animation: textDown .8s ease both; }

.fadeInUp {
  -webkit-animation: textUp .8s ease both;
  animation: textUp .8s ease both; }

.fadeInLeft {
  -webkit-animation: textLeft .5s ease both;
  animation: textLeft .5s ease both; }

.fadeInRight {
  -webkit-animation: textRight .5s ease both;
  animation: textRight .5s ease both; }

.bounceInDown {
  -webkit-animation: bounceInDown .6s ease both;
  animation: bounceInDown .6s ease both; }

.section-inner {
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 1199.98px) {
    .section-inner {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 767.98px) {
    .section-inner {
      padding-left: 25px;
      padding-right: 25px; } }

.ie9 .section-v1, .ie11 .section-v1 {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .ie9 .section-v1 .section-inner, .ie11 .section-v1 .section-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 80px 0; }
    @media (max-width: 991.98px) {
      .ie9 .section-v1 .section-inner, .ie11 .section-v1 .section-inner {
        padding: 80px 0 40px; } }

.section-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section-v1 .section-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (min-width: 992px) {
      .section-v1 .section-inner {
        min-height: 100vh; } }
    @media (max-width: 991.98px) {
      .section-v1 .section-inner {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .section-v1 .section-inner {
        padding-top: 25px;
        padding-bottom: 30px; } }
    @media screen and (orientation: portrait) {
      .section-v1 .section-inner {
        min-height: 0; } }

.about-section {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal; }
  .about-section .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767.98px) {
      .about-section .inner-left {
        padding-left: 25px;
        padding-right: 25px; } }
  .about-section .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    width: 0%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; }
  .about-section .ueditor-content {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    max-width: 600px; }
    .about-section .ueditor-content .title {
      font-weight: bold; }
    @media (max-width: 1199.98px) {
      .about-section .ueditor-content p {
        margin-bottom: 15px; } }
  .about-section.section-active .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000px;
    flex: 0 0 1000px;
    max-width: 1000px;
    width: 1000px;
    padding-left: 290px; }
    @media (max-width: 1600px) and (min-width: 1200px) {
      .about-section.section-active .inner-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
        padding-left: 40px; } }
    @media (max-width: 1199.98px) {
      .about-section.section-active .inner-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 50px; } }
    @media (max-width: 767.98px) {
      .about-section.section-active .inner-left {
        padding-left: 25px; } }
  .about-section.section-active .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1000px);
    flex: 0 0 calc(100% - 1000px);
    max-width: calc(100% - 1000px);
    width: calc(100% - 1000px); }
    @media (max-width: 1600px) and (min-width: 1200px) {
      .about-section.section-active .inner-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%; } }
    @media (max-width: 1199.98px) {
      .about-section.section-active .inner-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 0;
        width: 0; } }

.about-wrap {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  -webkit-transition: max-width .6s, padding-left .6s;
  -o-transition: max-width .6s, padding-left .6s;
  transition: max-width .6s, padding-left .6s; }
  @media (max-width: 1199.98px) {
    .about-wrap {
      margin-right: auto; } }
  .section-active .about-wrap {
    max-width: 650px;
    padding-left: 70px; }
    @media (max-width: 1600px) and (min-width: 1300.99px) {
      .section-active .about-wrap {
        padding-left: 45px; } }
    @media (max-width: 1300px) and (min-width: 1200px) {
      .section-active .about-wrap {
        padding-left: 0;
        width: 100%; } }
    @media (max-width: 1199.98px) {
      .section-active .about-wrap {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .section-active .about-wrap {
        padding-left: 0; } }

@media (max-width: 767.98px) {
  #home .btn-welcome {
    display: none; } }

#nav-side {
  position: fixed;
  left: 35px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99; }
  @media (max-width: 1199.98px) {
    #nav-side {
      left: 20px; } }
  @media (max-width: 767.98px) {
    #nav-side {
      left: -5px; } }

.nav-side {
  width: 40px; }
  .nav-side span {
    display: none; }
  .nav-side a {
    padding: 10px;
    color: #CCC;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    position: relative; }
    .nav-side a:before, .nav-side a:after {
      display: block;
      vertical-align: middle; }
    .nav-side a:after {
      content: attr(data-last);
      width: 0;
      -webkit-transition: width .6s ease-out;
      -o-transition: width .6s ease-out;
      transition: width .6s ease-out;
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: 10px; }
    .nav-side a:before {
      content: attr(data-first);
      -webkit-transition: opacity .6s;
      -o-transition: opacity .6s;
      transition: opacity .6s;
      opacity: 1; }
    .nav-side a:hover, .nav-side a.active {
      color: #103480; }
      .nav-side a:hover:after, .nav-side a.active:after {
        width: 60px; }
      .nav-side a:hover:before, .nav-side a.active:before {
        opacity: 0; }
    @media (max-width: 991.98px) {
      .nav-side a.active:after {
        width: 0; }
      .nav-side a.active:before {
        opacity: 1 !important; }
      .nav-side a:hover:after {
        width: 60px; }
      .nav-side a:hover:before {
        opacity: 0; } }

#home .btn-welcome {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 12; }

.btn-welcome {
  color: #fff;
  background-color: #103480;
  border-color: #103480;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 45px; }
  .btn-welcome:hover {
    color: #fff;
    background-color: #0c265e;
    border-color: #0a2253; }
  .btn-welcome:focus, .btn-welcome.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 52, 128, 0.5);
    box-shadow: 0 0 0 0 rgba(16, 52, 128, 0.5); }
  .btn-welcome.disabled, .btn-welcome:disabled {
    color: #fff;
    background-color: #103480;
    border-color: #103480; }
  .btn-welcome:not(:disabled):not(.disabled):active, .btn-welcome:not(:disabled):not(.disabled).active,
  .show > .btn-welcome.dropdown-toggle {
    color: #fff;
    background-color: #0a2253;
    border-color: #091d47; }
    .btn-welcome:not(:disabled):not(.disabled):active:focus, .btn-welcome:not(:disabled):not(.disabled).active:focus,
    .show > .btn-welcome.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(16, 52, 128, 0.5);
      box-shadow: 0 0 0 0 rgba(16, 52, 128, 0.5); }
  .btn-welcome span {
    display: inline-block;
    vertical-align: middle; }
  .btn-welcome:hover .arrow:before {
    width: 3em; }

.arrow {
  display: inline-block;
  vertical-align: middle;
  height: 20px; }
  .arrow:after, .arrow:before {
    content: "";
    display: inline-block;
    vertical-align: top; }

.arrow-right {
  padding-top: 6px; }
  .arrow-right:after {
    border-top: 1px solid;
    border-right: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow-right:before {
    border-top: 1px solid;
    width: 2em;
    height: 0;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    margin-left: 6px;
    margin-top: 3px; }

.arrow-left {
  padding-top: 6px; }
  .arrow-left:before {
    border-top: 1px solid;
    border-left: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow-left:after {
    border-top: 1px solid;
    width: 2em;
    height: 0;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    margin-right: 6px;
    margin-top: 3px; }

.preload-logo {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
  overflow: hidden; }
  .preload-logo.loaded {
    height: 0; }
  .preload-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.heading {
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }
  @media (max-width: 767.98px) {
    .heading {
      padding: 10px 15px 0;
      text-align: center; }
      .heading .heading-square {
        display: none; } }
  .heading h3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #103480; }
    @media (max-width: 767.98px) {
      .heading h3 {
        font-size: 36px; } }
  .heading span {
    display: inline-block; }
  .heading .en {
    font-size: 12px;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .heading .en {
        display: none; } }
    .heading .en:before, .heading .en:after {
      display: inline-block;
      content: "";
      vertical-align: middle; }
    .heading .en:before {
      height: 0;
      width: 68px;
      margin: 0 6px;
      border-top: 1px solid #ccc; }
    .heading .en:after {
      content: attr(data-title);
      text-transform: uppercase; }
  .heading p {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 1;
    color: #103480;
    font-weight: bold; }
  .heading .heading-inner {
    z-index: 2; }

.about-section .heading {
  width: 350px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.about-section.section-active .heading {
  width: 600px;
  text-align: left; }
  @media (max-width: 1300px) and (min-width: 1200px) {
    .about-section.section-active .heading {
      width: 100%; } }

.heading-square {
  z-index: 1;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  color: #CCC; }
  @media (max-width: 767.98px) {
    .heading-square {
      width: 140px; } }
  .heading-square > i {
    display: block;
    position: absolute; }
  .heading-square .line-1 {
    border-top: 4px solid;
    border-right: 4px solid;
    width: 100%;
    height: 30px;
    bottom: 100%;
    margin-bottom: -30px;
    right: 0;
    opacity: 1;
    -webkit-transition: height .35s linear, width .5s linear .35s, opacity .2s .35s;
    -o-transition: height .35s linear, width .5s linear .35s, opacity .2s .35s;
    transition: height .35s linear, width .5s linear .35s, opacity .2s .35s; }
    @media (max-width: 767.98px) {
      .heading-square .line-1 {
        border-top: 3px solid;
        border-right: 3px solid; } }
  .heading-square .line-2 {
    border-right: 4px solid;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 1;
    -webkit-transition: height .5s linear .85s, opacity .2s .85s;
    -o-transition: height .5s linear .85s, opacity .2s .85s;
    transition: height .5s linear .85s, opacity .2s .85s; }
    @media (max-width: 767.98px) {
      .heading-square .line-2 {
        border-right: 3px solid; } }
  .heading-square .line-3 {
    border-bottom: 4px solid;
    border-right: 4px solid;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s;
    -o-transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s;
    transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s; }
    @media (max-width: 767.98px) {
      .heading-square .line-3 {
        width: 100%;
        height: 25px;
        border-bottom: 3px solid;
        border-right: 3px solid; } }
  .before-active .heading-square .line-1 {
    width: 0;
    height: 0;
    -webkit-transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    -o-transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    opacity: 0; }
  .before-active .heading-square .line-2 {
    height: 0;
    -webkit-transition: height .5s .7s, opacity .2s 1s;
    -o-transition: height .5s .7s, opacity .2s 1s;
    transition: height .5s .7s, opacity .2s 1s;
    opacity: 0; }
  .before-active .heading-square .line-3 {
    width: 0;
    height: 0;
    -webkit-transition: width .5s .2s, height .2s, opacity .2s .5s;
    -o-transition: width .5s .2s, height .2s, opacity .2s .5s;
    transition: width .5s .2s, height .2s, opacity .2s .5s;
    opacity: 0; }

.list-partner {
  margin-left: -5px;
  margin-right: -5px; }
  .list-partner > div {
    padding-left: 5px;
    padding-right: 5px; }
  @media (min-width: 992px) {
    .list-partner {
      margin-left: -10px;
      margin-right: -10px; }
      .list-partner > div {
        padding-left: 10px;
        padding-right: 10px; } }

.list-about-count::after {
  display: block;
  clear: both;
  content: ""; }

.list-about-count li {
  display: inline-block;
  padding: 0 60px;
  float: left; }
  @media (max-width: 1199.98px) {
    .list-about-count li {
      padding: 0 15px;
      float: none; } }
  @media (max-width: 991.98px) {
    .list-about-count li {
      padding: 0 10px; } }
  @media (max-width: 767.98px) {
    .list-about-count li {
      width: 45%; } }

.about-count {
  text-align: center;
  padding: 40px 0; }
  @media (max-width: 991.98px) {
    .about-count {
      padding: 20px 0; } }
  @media (max-width: 767.98px) {
    .about-count {
      padding: 10px 0 15px; } }
  .about-count p {
    margin-bottom: 5px; }
  .about-count .count {
    font-size: 48px;
    line-height: 1em;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .about-count .count {
        font-size: 36px; } }
    @media (max-width: 991.98px) {
      .about-count .count {
        font-size: 30px; } }
  .about-count .type {
    font-size: 16px;
    line-height: 1em;
    margin-left: 5px;
    color: #fff; }
  .about-count h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff; }

.about-icon-container {
  padding: 15px 40px;
  background-color: #FFF;
  width: 960px;
  position: relative;
  z-index: 8;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1199.98px) {
    .about-icon-container {
      padding: 15px 50px;
      margin-top: 5px;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .about-icon-container {
      padding: 15px;
      display: none; } }

@media (max-width: 767.98px) {
  .about-section .btn-welcome {
    width: 100%; } }

.list-about-icon {
  text-align: center;
  padding: 15px 0 5px; }
  .list-about-icon .fi {
    font-size: 64px;
    color: #103480;
    line-height: 1em; }
    @media (max-width: 1199.98px) {
      .list-about-icon .fi {
        font-size: 48px; } }
  .list-about-icon h5 {
    font-size: 12px;
    margin-top: 8px; }

.banner-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media (min-width: 1200px) {
  .owl-item .fadeUp {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  .owl-item.active .fadeUp {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .delay-1 {
    -webkit-transition-delay: 0.25s !important;
    -o-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important; }
  .delay-f-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .delay-2 {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important; }
  .delay-f-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .delay-3 {
    -webkit-transition-delay: 0.75s !important;
    -o-transition-delay: 0.75s !important;
    transition-delay: 0.75s !important; }
  .delay-f-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .delay-4 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .delay-f-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .delay-5 {
    -webkit-transition-delay: 1.25s !important;
    -o-transition-delay: 1.25s !important;
    transition-delay: 1.25s !important; }
  .delay-f-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .delay-6 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important; }
  .delay-f-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .delay-7 {
    -webkit-transition-delay: 1.75s !important;
    -o-transition-delay: 1.75s !important;
    transition-delay: 1.75s !important; }
  .delay-f-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .delay-8 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important; }
  .delay-f-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .delay-9 {
    -webkit-transition-delay: 2.25s !important;
    -o-transition-delay: 2.25s !important;
    transition-delay: 2.25s !important; }
  .delay-f-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .delay-10 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important; }
  .delay-f-10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .delay-11 {
    -webkit-transition-delay: 2.75s !important;
    -o-transition-delay: 2.75s !important;
    transition-delay: 2.75s !important; }
  .delay-f-11 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .delay-12 {
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    transition-delay: 3s !important; }
  .delay-f-12 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .delay-13 {
    -webkit-transition-delay: 3.25s !important;
    -o-transition-delay: 3.25s !important;
    transition-delay: 3.25s !important; }
  .delay-f-13 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .delay-14 {
    -webkit-transition-delay: 3.5s !important;
    -o-transition-delay: 3.5s !important;
    transition-delay: 3.5s !important; }
  .delay-f-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .delay-15 {
    -webkit-transition-delay: 3.75s !important;
    -o-transition-delay: 3.75s !important;
    transition-delay: 3.75s !important; }
  .delay-f-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .delay-16 {
    -webkit-transition-delay: 4s !important;
    -o-transition-delay: 4s !important;
    transition-delay: 4s !important; }
  .delay-f-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .delay-17 {
    -webkit-transition-delay: 4.25s !important;
    -o-transition-delay: 4.25s !important;
    transition-delay: 4.25s !important; }
  .delay-f-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .delay-18 {
    -webkit-transition-delay: 4.5s !important;
    -o-transition-delay: 4.5s !important;
    transition-delay: 4.5s !important; }
  .delay-f-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .delay-19 {
    -webkit-transition-delay: 4.75s !important;
    -o-transition-delay: 4.75s !important;
    transition-delay: 4.75s !important; }
  .delay-f-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .delay-20 {
    -webkit-transition-delay: 5s !important;
    -o-transition-delay: 5s !important;
    transition-delay: 5s !important; }
  .delay-f-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; } }

.heading-light {
  color: #FFF; }
  .heading-light .en:before {
    border-color: #fff;
    opacity: 0.5; }
  .heading-light .heading-square {
    opacity: 0.5; }

.heading-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }
  .heading-right .en:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .heading-right .ch {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .heading-right p span {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    text-align: right; }
    @media (max-width: 767.98px) {
      .heading-right p span {
        text-align: center; } }

#service {
  background-color: #000; }

.service-wrap {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  text-align: center; }
  .service-wrap > div {
    display: inline-block;
    vertical-align: middle; }
  .service-wrap .service-left {
    width: 42%; }
    @media (max-width: 991.98px) {
      .service-wrap .service-left {
        width: 100%; } }
  .service-wrap .service-right {
    width: 56%;
    padding-left: 6%;
    padding-top: 140px; }
    @media (max-width: 991.98px) {
      .service-wrap .service-right {
        padding-top: 10px;
        width: 100%;
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .service-wrap .service-right {
        display: none; } }

.service-section .section-inner {
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 991.98px) {
    .service-section .section-inner {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767.98px) {
    .service-section .section-inner {
      padding-left: 25px;
      padding-right: 25px; } }

.nav-tab-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .nav-tab-service > li {
    padding-left: 10px;
    padding-right: 10px; }
  .nav-tab-service > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-tab-service > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%; }
        .nav-tab-service > li:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
          max-width: 66.666%;
          width: 66.666%; } }
  .nav-tab-service a {
    display: block;
    background-color: #1d1c1c;
    padding: 8px;
    text-align: center;
    color: #FFF;
    height: 88px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .nav-tab-service a {
        height: 109px; } }
    .nav-tab-service a:before {
      content: "";
      position: absolute;
      background-color: #103480;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      opacity: 0;
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      -o-transition: transform .35s, opacity .35s;
      transition: transform .35s, opacity .35s;
      transition: transform .35s, opacity .35s, -webkit-transform .35s;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scale(0, 0.02);
      -ms-transform: scale(0, 0.02);
      transform: scale(0, 0.02); }
    .nav-tab-service a:hover:before {
      -webkit-transform: scale(1, 0.02);
      -ms-transform: scale(1, 0.02);
      transform: scale(1, 0.02);
      opacity: 1; }
    .nav-tab-service a.active:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
  .nav-tab-service .delay-7 a:focus:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .nav-tab-service h5, .nav-tab-service p, .nav-tab-service i {
    position: relative;
    z-index: 2; }
  .nav-tab-service p {
    margin-bottom: 0;
    font-size: 12px; }
    @media (max-width: 1199.98px) {
      .nav-tab-service p {
        display: none; } }
  .nav-tab-service h5 {
    font-size: 16px;
    margin-bottom: 5px; }
  .nav-tab-service .fi {
    font-size: 36px;
    line-height: 48px; }

.more-service, .btn-more {
  border: 1px solid;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 25px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199.98px) {
    .more-service, .btn-more {
      margin-top: 20px; } }

.btn-more {
  color: #FFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn-more:hover {
    background-color: #103480;
    color: #ffffff;
    border-color: #103480; }

a.nav-toggle-work {
  position: absolute;
  z-index: 7;
  right: 50%;
  margin-right: -35px;
  top: 100%;
  margin-top: -35px;
  background-color: #103480;
  border: 15px solid #ffffff;
  width: 70px;
  height: 70px; }
  a.nav-toggle-work .box {
    text-align: center;
    display: block;
    height: auto;
    height: 12px; }
    a.nav-toggle-work .box:first-child {
      margin-top: 4px; }
    a.nav-toggle-work .box:before, a.nav-toggle-work .box:after {
      display: inline-block;
      vertical-align: top;
      content: "";
      width: 10px;
      height: 10px;
      margin: 1px;
      background-color: #FFF; }

.work-section {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .work-section {
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; } }
  .work-section .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
    background-color: #222;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767.98px) {
      .work-section .inner-left {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px !important;
        background-color: #fff;
        border-bottom: 1px solid #eee; }
        .work-section .inner-left .heading {
          color: #222; } }
  .work-section .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
    padding-left: 50px;
    padding-right: 50px; }
  @media (max-width: 991.98px) {
    .work-section .inner-left, .work-section .inner-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
    .work-section .inner-left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-bottom: 30px; }
    .work-section .inner-right {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 40px 50px 60px; }
    .work-section .section-inner {
      min-height: auto; } }
  @media (max-width: 767.98px) {
    .work-section .inner-right {
      padding: 40px 25px 60px; } }

@media (max-width: 767.98px) {
  .contact-right .text-center {
    display: none; } }

.work-right {
  max-width: 960px;
  width: 100%;
  padding-left: 60px; }
  @media (max-width: 991.98px) {
    .work-right {
      padding-left: 10px; } }

.nav-work-close {
  padding: 5px 0 !important;
  top: 5px;
  left: 5px;
  position: absolute; }

.list-work {
  margin-bottom: -60px; }
  @media (min-width: 1200px) {
    .list-work {
      margin-left: -35px;
      margin-right: -35px; }
      .list-work > li {
        padding-left: 35px;
        padding-right: 35px; } }
  @media (max-width: 991.98px) {
    .list-work {
      margin-bottom: -30px; } }
  @media (max-width: 767.98px) {
    .list-work {
      margin-left: -7px;
      margin-right: -7px; }
      .list-work > li {
        padding-left: 7px;
        padding-right: 7px; } }
  .list-work li {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .list-work li {
        margin-bottom: 58px; } }
    @media (max-width: 767.98px) {
      .list-work li {
        margin-bottom: 15px; } }
  .list-work h5 {
    margin-bottom: 0;
    position: absolute;
    padding: 10px 15px 11px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    background-color: #103480;
    top: 100%;
    left: 0;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    margin-top: 1px; }
  .list-work a {
    position: relative;
    overflow: hidden; }
    .list-work a:hover .plus {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .list-work a:hover h5 {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
  .list-work .plus {
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -1em;
    -webkit-transform: scale(9);
    -ms-transform: scale(9);
    transform: scale(9);
    background-color: #103480;
    opacity: 0;
    color: #FFF;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s, -webkit-transform .6s; }

.plus {
  position: absolute;
  display: block;
  z-index: 2;
  width: 2em;
  height: 2em;
  font-size: 20px; }
  .plus:before, .plus:after {
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .plus:before {
    border-left: 2px solid;
    height: 1em; }
  .plus:after {
    border-top: 2px solid;
    width: 1em; }

.nav-work {
  text-align: right; }
  @media (max-width: 767.98px) {
    .nav-work {
      position: fixed;
      top: 0;
      right: 0;
      background-color: #222;
      padding: 80px 30px 30px;
      height: 100%;
      z-index: 99999;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      width: 70%; }
      .nav-work.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .nav-work li a.btn-more {
    display: inline-block;
    padding: 5px 10px; }
  .nav-work .arrow {
    margin-right: 15px;
    color: #FFF; }
    .nav-work .arrow:after {
      width: 60px;
      -webkit-transition: width .35s, opacity .35s;
      -o-transition: width .35s, opacity .35s;
      transition: width .35s, opacity .35s;
      opacity: 0.4;
      margin-left: 6px; }
    .nav-work .arrow:before {
      opacity: 0;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .nav-work li {
      display: inline-block;
      width: 32%; }
    .nav-work li a.btn-more {
      margin-top: 0; } }
  .nav-work a {
    padding: 12px 0;
    color: #FFF;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    .nav-work a.active {
      color: #103480; }
    .nav-work a:hover .arrow:after, .nav-work a.active .arrow:after {
      width: 100px;
      opacity: 1; }
    .nav-work a:hover .arrow:before, .nav-work a.active .arrow:before {
      opacity: 1; }

.partner-wrap, .news-wrap {
  width: 1440px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 20px; }
  @media (max-width: 991.98px) {
    .partner-wrap, .news-wrap {
      padding-top: 1px; } }

.partner-block {
  position: relative;
  margin-bottom: 20px;
  background-color: #e8e8e8;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .partner-block {
      margin-bottom: 10px; } }
  .partner-block [data-toggle="img"]:after {
    background-color: #e8e8e8; }
  .partner-block .img-cover {
    background-color: transparent; }
  .partner-block .partner-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #103480;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    z-index: 1; }
  .partner-block:hover .partner-hover {
    opacity: 1; }

.slide-partner .owl-dots {
  display: none; }

.slide-partner .owl-nav > button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  -webkit-transition: color .35s, -webkit-transform .35s;
  transition: color .35s, -webkit-transform .35s;
  -o-transition: color .35s, transform .35s;
  transition: color .35s, transform .35s;
  transition: color .35s, transform .35s, -webkit-transform .35s; }
  .slide-partner .owl-nav > button:hover {
    color: #103480; }
  .slide-partner .owl-nav > button.disabled {
    opacity: 0.5;
    pointer-events: none; }

.slide-partner .owl-nav span {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-top: -3px;
  font-size: 12px;
  line-height: 1em;
  margin: -3px 5px 0; }

.slide-partner .owl-next {
  float: right; }
  .slide-partner .owl-next:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
    .slide-partner .owl-next:hover .arrow-right:before {
      width: 90px; }
      @media (max-width: 767.98px) {
        .slide-partner .owl-next:hover .arrow-right:before {
          width: 50px; } }

.slide-partner .owl-prev {
  float: left; }
  .slide-partner .owl-prev:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
    .slide-partner .owl-prev:hover .arrow-left:after {
      width: 90px; }
      @media (max-width: 767.98px) {
        .slide-partner .owl-prev:hover .arrow-left:after {
          width: 50px; } }

.slide-partner .arrow-left:after {
  margin-left: 6px; }

.slide-partner .arrow-right:before {
  margin-right: 6px; }

.slide-partner .arrow-left:after, .slide-partner .arrow-right:before {
  border-color: #ccc;
  width: 80px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 767.98px) {
    .slide-partner .arrow-left:after, .slide-partner .arrow-right:before {
      width: 40px; } }

.slide-partner .arrow-right:after, .slide-partner .arrow-left:before {
  border-color: #103480; }

.partner-container {
  background-color: #FFF; }
  @media (max-width: 767.98px) {
    .partner-container {
      margin-left: -25px;
      margin-right: -25px; } }

.partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 510px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .partner-bg {
      height: 200px; } }
  .partner-bg .img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.section-bg, .img-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute; }

.news-img {
  height: 196px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1199.98px) {
    .news-img {
      height: 160px; } }
  .news-img .img-bg {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.news-body {
  padding: 30px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .news-body {
      padding: 20px; } }
  .news-body:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -7px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s; }
  @media (max-width: 991.98px) {
    .news-body {
      padding: 15px; } }

.news-block {
  background-color: #FFF;
  color: #000;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s; }
  .news-block:hover {
    background-color: #103480;
    color: #FFF; }
    .news-block:hover .news-body:before {
      background-color: #103480; }
    .news-block:hover .img-bg {
      -webkit-transform: scale(1.2) rotate(3deg);
      -ms-transform: scale(1.2) rotate(3deg);
      transform: scale(1.2) rotate(3deg); }
  .news-block > div {
    float: left;
    width: 50%; }
  .news-block h5 {
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-block .news-date {
    display: block;
    opacity: 0.5;
    margin-bottom: 10px;
    font-size: 12px; }
  .news-block p {
    opacity: 0.7;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 0;
    max-height: 6em;
    overflow: hidden; }

.news-block-outer:nth-child(2n) .news-img {
  float: right; }

.news-block-outer:nth-child(2n) .news-body:before {
  left: auto;
  right: -7px; }

.news-section .btn-more {
  margin-top: 80px; }
  @media (max-width: 1199.98px) {
    .news-section .btn-more {
      margin-top: 30px; } }

.input-material-group {
  display: block !important;
  position: relative; }
  .input-material-group .input-append, .input-material-group .form-label {
    position: absolute; }
  .input-material-group .input-append {
    right: 0;
    bottom: 0;
    z-index: 3; }
  .input-material-group .form-label {
    padding: 25px 0 10px;
    height: 50px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    line-height: 1;
    color: #fff; }
  .input-material-group.focus .form-label {
    -webkit-transform: scale(0.8) translate3d(0, -55%, 0);
    transform: scale(0.8) translate3d(0, -55%, 0); }
  .input-material-group .form-control {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #FFF;
    display: block !important;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 25px 0 10px;
    color: #ffffff;
    height: 50px !important;
    line-height: 20px; }
  .input-material-group img, .input-material-group .fi {
    vertical-align: middle; }
  .input-material-group .fi {
    width: 30px;
    height: 30px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background-color: #000000;
    color: #103480; }
    .input-material-group .fi:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      display: inline-block;
      line-height: 30px; }
    .input-material-group .fi:hover:before {
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s;
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

#about-container {
  min-width: 100%; }

.footer-index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF; }
  .footer-index a, .footer-index span {
    color: #666; }
  .footer-index a:hover {
    color: #103480; }

.copyright {
  text-align: center;
  padding: 15px;
  background-color: #323232; }
  .copyright > a, .copyright span {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 12px; }
  .copyright span a {
    color: #ccc; }

.section-v2 {
  min-height: auto; }

.banner-sub-inner {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8; }

.banner-sub {
  height: 380px; }
  @media (max-width: 767.98px) {
    .banner-sub {
      height: 220px; } }
  .banner-sub .heading {
    display: inline-block; }

@media (max-width: 767.98px) {
  #about-service {
    display: none; } }

.nav-menu-v2 {
  margin-left: -15px;
  margin-right: -15px; }
  .nav-menu-v2::after {
    display: block;
    clear: both;
    content: ""; }
  .nav-menu-v2 .menu-item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    padding: 0 10px; }
  .nav-menu-v2 li {
    width: 14.28571%;
    float: left;
    position: relative; }
    .nav-menu-v2 li:not(:last-child) .menu-item:before {
      content: "";
      height: 60%;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 0;
      display: block;
      top: 20%; }
  .nav-menu-v2 .menu-a {
    padding: 25px 0px;
    color: #333333;
    -webkit-transition: color .35s, background-color .35s, padding .35s;
    -o-transition: color .35s, background-color .35s, padding .35s;
    transition: color .35s, background-color .35s, padding .35s;
    position: relative; }
    .nav-menu-v2 .menu-a:hover {
      color: #FFF;
      background-color: #333; }
      .nav-menu-v2 .menu-a:hover .menu-item {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
  .nav-menu-v2 .menu-over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .nav-menu-v2 .sub-list {
    margin: 0 -5px;
    position: relative;
    z-index: 4;
    height: 21px;
    overflow: hidden; }
  .nav-menu-v2 a {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    opacity: 0.6;
    color: #333;
    font-weight: normal;
    -webkit-transition: font-weight .35s, color .35s, opacity .35s;
    -o-transition: font-weight .35s, color .35s, opacity .35s;
    transition: font-weight .35s, color .35s, opacity .35s; }
    .nav-menu-v2 a:hover {
      color: #FFF !important;
      opacity: 1; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .nav-menu-v2 a {
        padding: 0 2px; } }
  .nav-menu-v2 h5 {
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .nav-menu-v2 h5 {
        font-size: 13px; } }
  .nav-menu-v2 small {
    font-size: 12px;
    opacity: 0.6;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

.menu-a:hover a {
  color: #FFF; }

.section-logo, .section-hotline {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  pointer-events: auto; }

.section-logo {
  left: 15px;
  -webkit-transform: translate3d(-100px, -50%, 0);
  transform: translate3d(-100px, -50%, 0); }
  .section-logo img {
    height: 38px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-logo img {
        width: 172px; } }

.ie9 .ie-hide {
  display: none; }

.ie-show {
  display: none; }
  .ie9 .ie-show {
    display: block; }

.section-hotline {
  right: 15px;
  color: #444;
  font-size: 24px;
  -webkit-transform: translate3d(100px, -50%, 0);
  transform: translate3d(100px, -50%, 0);
  display: block; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .section-hotline {
      font-size: 20px; } }
  .section-hotline span {
    line-height: 36px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-hotline span {
        line-height: 32px; } }
  .section-hotline i, .section-hotline span {
    display: inline-block;
    vertical-align: top; }
  .section-hotline .fi {
    font-size: 18px;
    width: 2em;
    height: 2em;
    background-color: #444;
    border-radius: 50%;
    line-height: 2em;
    text-align: center;
    color: #ffffff;
    margin-right: 10px; }
    .section-hotline .fi:before {
      display: inline-block; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-hotline .fi {
        font-size: 16px;
        margin-right: 6px; } }

.section-fixed {
  background-color: #ffffff;
  width: 100%;
  top: 0;
  -webkit-transition: padding .35s;
  -o-transition: padding .35s;
  transition: padding .35s; }
  .section-fixed .container {
    -webkit-transition: max-width .5s;
    -o-transition: max-width .5s;
    transition: max-width .5s; }
  .is-sticky .section-fixed {
    position: fixed;
    z-index: 888;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1px !important; }
    .is-sticky .section-fixed .container {
      max-width: 1300px; }

.is-sticky .menu-a {
  padding: 15px 0 !important; }

@media (min-width: 1200px) {
  .is-sticky .section-fixed {
    padding: 0 190px; }
  .is-sticky .section-logo, .is-sticky .section-hotline {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@media (min-width: 1601px) {
  .is-sticky .section-fixed {
    padding: 0 260px; } }

@media (max-width: 992px) {
  .is-sticky .section-logo, .is-sticky .section-hotline {
    pointer-events: none; } }

.block-body {
  overflow: hidden; }

.block-0010-1::after {
  display: block;
  clear: both;
  content: ""; }

.block-0010-1 .block-media {
  float: left;
  margin-right: 30px;
  margin-top: 15px; }
  .block-0010-1 .block-media img {
    max-width: 210px; }
  @media (max-width: 767.98px) {
    .block-0010-1 .block-media {
      float: none;
      margin-right: 0;
      text-align: center;
      margin-bottom: 20px; } }

.block-0010-1 p {
  text-indent: 2em; }

.heading-about {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .heading-about {
      margin-bottom: 30px; } }
  .before-active .heading-about h3:after {
    width: 0; }
  .before-active .heading-about h3 span:after {
    -webkit-transform: translate3d(-50%, -55%, 0) scale(2);
    transform: translate3d(-50%, -55%, 0) scale(2);
    opacity: 0; }
  .before-active .heading-about h3 span:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  .heading-about h3 {
    font-size: 48px;
    font-weight: bold;
    color: #555; }
    @media (max-width: 767.98px) {
      .heading-about h3 {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .heading-about h3 {
        font-size: 7.5vw; } }
    .heading-about h3 span {
      display: inline-block;
      position: relative;
      z-index: 2; }
      .heading-about h3 span:before, .heading-about h3 span:after {
        -webkit-transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
        transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
        -o-transition: transform .6s ease-out, opacity .6s ease-out;
        transition: transform .6s ease-out, opacity .6s ease-out;
        transition: transform .6s ease-out, opacity .6s ease-out, -webkit-transform .6s ease-out;
        opacity: 1; }
      .heading-about h3 span:before {
        content: attr(data-ch);
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
      .heading-about h3 span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8, 1);
        transform: translate3d(-50%, -50%, 0) scale(0.8, 1);
        content: attr(data-en);
        opacity: .1;
        font-size: 140px;
        line-height: 1em;
        z-index: -1;
        white-space: nowrap;
        text-transform: uppercase; }
        @media (max-width: 1199.98px) {
          .heading-about h3 span:after {
            font-size: 110px; } }
        @media (max-width: 767.98px) {
          .heading-about h3 span:after {
            font-size: 80px; } }
        @media (max-width: 575.98px) {
          .heading-about h3 span:after {
            font-size: 17vw; } }
    .heading-about h3:after {
      content: "";
      display: block;
      border-top: 6px solid #103480;
      margin-top: 60px;
      width: 1.5em;
      -webkit-transition: width .5s .8s;
      -o-transition: width .5s .8s;
      transition: width .5s .8s; }
      @media (max-width: 1199.98px) {
        .heading-about h3:after {
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        .heading-about h3:after {
          border-top: 4px solid #103480; } }
  @media (max-width: 991.98px) {
    .heading-about {
      text-align: center; }
      .heading-about h3:after {
        margin-left: auto;
        margin-right: auto; } }

.section-p {
  padding: 70px 0; }
  @media (max-width: 991.98px) {
    .section-p {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .section-p {
      padding: 30px 0; } }

.laptop {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .laptop img {
      width: 550px;
      max-width: 550px; } }
  @media (min-width: 992px) {
    .laptop img {
      width: 750px;
      max-width: 750px; } }

@media (min-width: 1200px) {
  #about01 .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
    width: 720px; }
  #about01 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    width: 420px; } }

.heading-line {
  color: #333333;
  position: relative;
  text-align: center; }
  @media (max-width: 767.98px) {
    .heading-line {
      margin-left: 30px;
      margin-right: 30px; } }
  .heading-line h5 {
    font-size: 26px; }
    @media (max-width: 575.98px) {
      .heading-line h5 {
        font-size: 20px; } }
  .heading-line p {
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .heading-line p {
        font-size: 12px; } }
  .heading-line .heading-inner {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .heading-line .heading-inner {
        padding: 0 10px; } }
  .heading-line .line-center {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 1920px;
    border-top: 1px solid #ddd; }

@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/avn.eot");
  src: url("../fonts/avn.eot?#iefix") format("embedded-opentype"), url("../fonts/avn.woff2") format("woff2"), url("../fonts/avn.woff") format("woff"), url("../fonts/avn.ttf") format("truetype"), url("../fonts/avn.svg#AvenirNext-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

.about-count-v2 {
  text-align: center;
  padding: 20px 0; }
  .about-count-v2 .count {
    font-size: 90px;
    letter-spacing: -3px;
    color: #103480;
    font-family: "AvenirNext", "Microsoft Yahei", sans-serif; }
    @media (max-width: 1199.98px) {
      .about-count-v2 .count {
        font-size: 65px; } }
    @media (max-width: 991.98px) {
      .about-count-v2 .count {
        font-size: 42px; } }
  .about-count-v2 h5 {
    font-size: 18px; }

.list-count-v2 {
  padding: 100px 0 70px;
  text-align: center;
  margin-right: -30px;
  margin-left: -30px; }
  @media (max-width: 991.98px) {
    .list-count-v2 {
      padding: 60px 0 35px; } }
  @media (max-width: 575.98px) {
    .list-count-v2 {
      padding: 30px 0 30px; } }
  .list-count-v2 li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px; }
    @media (max-width: 1199.98px) {
      .list-count-v2 li {
        padding: 0 30px; } }
    @media (max-width: 575.98px) {
      .list-count-v2 li {
        padding: 0 10px;
        width: 45%; } }

.section-v2 .container {
  z-index: 2;
  position: relative; }

.heading-line-v2 {
  color: #ffffff;
  text-align: center; }
  .heading-line-v2 h3 {
    font-size: 30px; }
  .heading-line-v2 .ch {
    margin-bottom: 10px;
    display: block;
    font-weight: bold; }
  .heading-line-v2 .en {
    font-size: 18px;
    display: block; }
    @media (max-width: 575.98px) {
      .heading-line-v2 .en {
        font-size: 16px; } }
    .heading-line-v2 .en:before, .heading-line-v2 .en:after {
      content: "";
      display: inline-block;
      border-top: 1px solid #fff;
      vertical-align: middle;
      width: 130px;
      margin: 0 30px;
      opacity: .7; }
      @media (max-width: 767.98px) {
        .heading-line-v2 .en:before, .heading-line-v2 .en:after {
          width: 20px;
          margin: 0 10px; } }
  .heading-line-v2 p {
    margin-bottom: 0;
    opacity: .7; }
    @media (max-width: 575.98px) {
      .heading-line-v2 p {
        font-size: 12px; } }

.list-tech {
  padding-top: 100px; }
  @media (max-width: 767.98px) {
    .list-tech {
      padding-top: 10px;
      padding-bottom: 20px; } }
  .list-tech a {
    display: block;
    color: #FFF; }
  .list-tech li {
    padding: 0 30px; }
  .list-tech h5 {
    width: 3.25em;
    height: 3.25em;
    margin: 0 auto 35px;
    font-size: 48px;
    position: relative; }
    @media (max-width: 991.98px) {
      .list-tech h5 {
        font-size: 36px; } }
    @media (max-width: 767.98px) {
      .list-tech h5 {
        margin-bottom: 18px;
        margin-top: 25px; } }
    .list-tech h5 span {
      width: 3.25em;
      height: 3.25em;
      border-radius: 50%;
      border: 1px solid;
      text-align: center;
      line-height: 3.25em;
      line-height: calc(3.25em - 2px);
      position: relative;
      display: block; }
    .list-tech h5:before, .list-tech h5:after {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      border-top: 1px solid #ddd;
      width: 150px; }
      @media (max-width: 1199.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 120px; } }
      @media (max-width: 991.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 80px; } }
      @media (max-width: 767.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 300px; } }
    .list-tech h5:before {
      margin-left: 8px;
      left: 100%; }
    .list-tech h5:after {
      margin-right: 8px;
      right: 100%; }
  .list-tech li:first-child h5:after, .list-tech li:last-child h5:before {
    width: 800px; }
  .list-tech p {
    border-left: 1px solid #103480;
    padding-left: 20px; }

.heading-v2 {
  text-align: center; }
  .heading-v2 h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px; }
    .heading-v2 h3:after {
      content: "";
      width: 2em;
      border-top: 1px solid;
      display: block;
      margin: 15px auto; }

#about04 {
  padding: 80px 0; }
  #about04 .btn-v2 {
    margin-top: 90px; }
  @media (max-width: 767.98px) {
    #about04 {
      padding: 40px 0; }
      #about04 .btn-v2 {
        margin-top: 10px; } }

#about03 .section-bg, #about04 .section-bg {
  height: 90vh;
  top: -15vh; }

.no-skrollr #about03 .section-bg, .no-skrollr #about04 .section-bg {
  height: 100%;
  top: 0; }

.btn-v2 {
  border: 1px solid #103480;
  color: #103480;
  padding: 8px 35px;
  background: transparent;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .btn-v2:hover {
    background-color: #103480;
    color: #FFF; }

.footer-sub {
  min-height: auto;
  background-color: #222222;
  color: #FFF; }
  .footer-sub .bottom-info {
    padding: 60px 0; }
    @media (max-width: 767.98px) {
      .footer-sub .bottom-info {
        padding: 30px 0; } }
    .footer-sub .bottom-info a {
      color: #ffffff;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s; }
      .footer-sub .bottom-info a:hover {
        color: #ffffff; }
  .footer-sub .copyright {
    background-color: #000;
    font-size: 12px; }
    .footer-sub .copyright span, .footer-sub .copyright a {
      color: #d2d2d2; }
    .footer-sub .copyright a:hover {
      color: #FFF; }
  @media (min-width: 1200px) {
    .footer-sub .container {
      max-width: 1300px; } }

@media (max-width: 767.98px) {
  #navbar .header-logo {
    float: none;
    text-align: left;
    padding: 25px 15px 15px; }
    #navbar .header-logo img {
      height: auto; }
  #navbar > .container {
    padding: 0; } }

.list-bottom::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 1200px) {
  .list-bottom {
    margin-left: -60px;
    margin-right: -60px; }
    .list-bottom li {
      padding: 0 65px; } }

@media (max-width: 1199.98px) {
  .list-bottom {
    margin-left: -20px;
    margin-right: -20px; }
    .list-bottom li {
      padding: 0 20px;
      height: 94px; } }

.list-bottom p:not(.big) {
  overflow: hidden; }

.list-bottom span, .list-bottom em {
  display: block; }

.list-bottom em {
  font-style: normal;
  overflow: hidden; }

.list-bottom span {
  float: left; }

.list-bottom li {
  width: 30%;
  float: left;
  height: 102px; }
  .list-bottom li:first-child {
    width: 28%; }

.list-bottom li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.list-bottom li:nth-child(2) {
  width: 37%; }

.list-bottom p {
  margin-bottom: 0;
  padding: 5px 0; }
  @media (max-width: 1199.98px) {
    .list-bottom p {
      font-size: 12px; } }
  @media (max-width: 321px) {
    .list-bottom p {
      max-width: 245px; } }

.list-bottom .big {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em; }
  @media (max-width: 1199.98px) {
    .list-bottom .big {
      font-size: 28px; } }

.list-bottom h5 {
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 10px; }

.list-bottom .footer-logo {
  display: block;
  margin-top: 25px; }

@media (max-width: 991.98px) {
  .list-bottom li {
    width: 50% !important;
    height: auto; }
  .list-bottom li:last-child {
    float: none;
    overflow: hidden;
    border-left: 0; }
  .list-bottom li:nth-child(2) {
    float: right; }
  .list-bottom h5 {
    font-size: 16px; }
  .list-bottom h5, .list-bottom .big {
    display: inline-block; }
  .list-bottom .big {
    font-size: 22px; }
  .list-bottom .footer-logo {
    margin-top: 3px;
    margin-bottom: 10px; }
    .list-bottom .footer-logo img {
      max-width: 180px; } }

@media (max-width: 767.98px) {
  .list-bottom li {
    float: none !important;
    width: 100% !important;
    border: 0 !important; } }

.banner-sub-v2 {
  height: 350px; }
  @media (max-width: 1199.98px) {
    .banner-sub-v2 {
      height: 200px; } }
  @media (max-width: 991.98px) {
    .banner-sub-v2 {
      height: 150px; } }
  @media (max-width: 767.98px) {
    .banner-sub-v2 {
      height: 100px; } }

.heading-v3 {
  color: #FFF; }
  @media (max-width: 767.98px) {
    .heading-v3 {
      padding: 0 20px; } }
  .heading-v3 h3 {
    font-size: 48px; }
    @media (max-width: 767.98px) {
      .heading-v3 h3 {
        font-size: 32px; } }
  .heading-v3 span {
    display: block; }
  .heading-v3 .ch {
    font-size: 18px; }
    .heading-v3 .ch:after {
      display: block;
      content: "";
      border: 1px solid;
      width: 2em;
      margin: 16px auto 0; }
      @media (max-width: 767.98px) {
        .heading-v3 .ch:after {
          margin-top: 12px; } }

.banner-list-icon {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  padding: 20px 0; }
  @media (max-width: 1199.98px) {
    .banner-list-icon {
      font-size: 48px; } }
  @media (max-width: 767.98px) {
    .banner-list-icon {
      font-size: 20px;
      padding: 12px 0;
      display: none; } }
  .banner-list-icon .fi {
    margin: 0 45px; }
    @media (max-width: 991.98px) {
      .banner-list-icon .fi {
        margin: 0 25px; } }
    @media (max-width: 767.98px) {
      .banner-list-icon .fi {
        margin: 0 10px; } }

.section-0020 {
  min-height: auto;
  background-color: #202020;
  color: #FFF; }
  @media (min-width: 1200px) {
    .section-0020 .container {
      max-width: 1400px; } }
  @media (min-width: 992px) {
    .section-0020:nth-child(2n+1) .service-img {
      right: 50%; }
    .section-0020:nth-child(2n+1) .block-0020 {
      margin-left: 50%; }
    .section-0020:nth-child(2n+1) .heading-v4 {
      padding-right: 0;
      padding-left: 70px; } }
  @media (max-width: 767.98px) {
    .section-0020 .heading-v4 {
      padding-right: 0; } }

.service-img {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0; }
  @media (max-width: 991.98px) {
    .service-img {
      width: 100%;
      position: relative;
      height: 250px;
      right: 0; } }

.block-0020 {
  padding: 100px 0 70px;
  width: 50%; }
  @media (max-width: 991.98px) {
    .block-0020 {
      width: auto; } }
  @media (max-width: 767.98px) {
    .block-0020 {
      padding: 50px 0 30px; } }

.heading-v4 {
  color: #103480;
  padding-right: 70px; }
  .heading-v4::after {
    display: block;
    clear: both;
    content: ""; }
  .heading-v4 span {
    display: block; }
  .heading-v4 .heading-num {
    font-family: "AvenirNext", "Microsoft Yahei", sans-serif;
    font-size: 62px;
    float: left;
    letter-spacing: -7px;
    line-height: 1em;
    position: relative;
    top: -3px;
    margin-right: 12px; }
    @media (max-width: 767.98px) {
      .heading-v4 .heading-num {
        font-size: 52px; } }
  .heading-v4 h3 {
    font-size: 24px; }
  .heading-v4 .en {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .heading-v4 .en {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .heading-v4 .en {
        font-size: 12px; } }
  .heading-v4 p {
    clear: both;
    font-size: 24px;
    color: #ffffff;
    margin: 30px 0 0;
    font-family: Kaiti, "楷体", "SimSun", "宋体", sans-serif; }
    @media (max-width: 1199.98px) {
      .heading-v4 p {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .heading-v4 p {
        font-size: 16px;
        margin-top: 15px; } }

.nav-0020 {
  margin-top: 30px;
  position: relative;
  z-index: 9; }
  .nav-0020 li {
    padding: 22px 0; }
    .nav-0020 li::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .nav-0020 li {
        padding: 12px 0; } }
    .nav-0020 li:hover .text-0020:before {
      width: 220px; }
      @media (max-width: 1199.98px) {
        .nav-0020 li:hover .text-0020:before {
          width: 160px; } }
      @media (max-width: 767.98px) {
        .nav-0020 li:hover .text-0020:before {
          width: 60px; } }
    .nav-0020 li:hover .icon-0020 {
      background-color: #103480 !important; }

@media (min-width: 992px) {
  .text-0020 {
    text-align: right; } }

.text-0020:before {
  content: "";
  display: block;
  width: 160px;
  border-top: 1px solid #fff;
  opacity: .5;
  float: left;
  margin-top: 41px;
  margin-left: 25px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 1199.98px) {
    .text-0020:before {
      width: 100px; } }
  @media (min-width: 992px) {
    .text-0020:before {
      float: right;
      margin-right: -10px;
      margin-left: 0; } }
  @media (max-width: 767.98px) {
    .text-0020:before {
      margin-top: 33px;
      margin-left: 15px;
      width: 40px; } }

.text-0020 span {
  display: block; }

.text-0020 h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  padding-top: 28px;
  padding-left: 25px;
  padding-bottom: 5px; }
  @media (min-width: 992px) {
    .text-0020 h5 {
      padding-right: 35px; } }
  @media (max-width: 767.98px) {
    .text-0020 h5 {
      padding-top: 18px;
      padding-left: 15px; } }

.text-0020 .en {
  font-size: 14px;
  opacity: .5;
  margin-top: 5px; }
  @media (max-width: 767.98px) {
    .text-0020 .en {
      font-size: 12px; } }

.icon-0020 {
  padding: 7px;
  font-size: 34px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  float: left;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s; }
  @media (min-width: 992px) {
    .icon-0020 {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      float: right; } }
  @media (max-width: 767.98px) {
    .icon-0020 {
      font-size: 28px;
      padding: 5px; } }
  .icon-0020 .fi {
    width: 2em;
    height: 2em;
    background-color: #FFF;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #103480;
    -webkit-transition: background-color .35s, color .35s;
    -o-transition: background-color .35s, color .35s;
    transition: background-color .35s, color .35s; }

@media (min-width: 992px) {
  .section-0020:nth-child(2n+1) .text-0020 {
    text-align: left; }
    .section-0020:nth-child(2n+1) .text-0020:before {
      float: left;
      margin-right: 0;
      margin-left: -10px; }
    .section-0020:nth-child(2n+1) .text-0020 h5 {
      padding-left: 35px;
      padding-right: 0; }
  .section-0020:nth-child(2n+1) .icon-0020 {
    float: left;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

.section-0030, .section-0040, .section-0050 {
  background-color: #f0f0f0;
  padding: 30px 0 50px; }

.section-0040 {
  padding: 80px 0 70px; }
  @media (max-width: 767.98px) {
    .section-0040 {
      padding: 30px 0; } }

@media (min-width: 1600px) {
  #case .container {
    max-width: 1700px;
    padding: 0 50px; } }

@media (min-width: 1600px) {
  #client .container {
    max-width: 1400px;
    padding: 0 50px; } }

.nav-case {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media (max-width: 991.98px) {
    .nav-case {
      margin-bottom: 20px;
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .nav-case {
      font-size: 12px; } }
  .nav-case li {
    display: inline-block;
    padding: 10px 20px; }
    @media (max-width: 1199.98px) {
      .nav-case li {
        padding: 10px 10px; } }
    @media (max-width: 991.98px) {
      .nav-case li {
        padding: 8px; } }
    @media (max-width: 575.98px) {
      .nav-case li {
        padding: 5px; } }
  .nav-case a {
    padding: 8px 25px;
    line-height: 20px;
    background-color: #fff;
    color: #222222;
    -webkit-transition: background-color .35s, color .35s;
    -o-transition: background-color .35s, color .35s;
    transition: background-color .35s, color .35s;
    border-radius: 18px; }
    @media (max-width: 1199.98px) {
      .nav-case a {
        padding: 8px 20px; } }
    @media (max-width: 575.98px) {
      .nav-case a {
        padding: 5px 12px; } }
    .nav-case a:hover {
      background-color: #103480;
      color: #FFF; }
  .nav-case li.active a {
    background-color: #103480;
    color: #FFF; }

@media (max-width: 991.98px) {
  .list-case {
    margin-left: -8px;
    margin-right: -8px; }
    .list-case > li {
      padding-left: 8px;
      padding-right: 8px; } }

.block-0030 {
  color: #222222;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .block-0030 {
      margin-bottom: 15px; } }
  .block-0030 .img-bg {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    -o-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out; }
  .block-0030:hover {
    color: #FFF;
    background-color: #103480; }
    .block-0030:hover .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .block-0030 h5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .block-0030 h5 {
        font-size: 16px; } }
  .block-0030 p {
    opacity: .75;
    margin-bottom: 0;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .block-0030 p {
        font-size: 12px; } }
  .block-0030 .block-bottom {
    padding: 20px; }
    @media screen and (max-width: 1599px) {
      .block-0030 .block-bottom {
        padding: 15px 10px; } }
  @media (max-width: 767.98px) {
    .block-0030 .block-bottom {
      padding: 12px 0;
      -webkit-transition: padding .35s;
      -o-transition: padding .35s;
      transition: padding .35s; }
    .block-0030:hover .block-bottom {
      padding: 12px 10px; } }

.ajax-load-container {
  text-align: center; }
  @media (min-width: 992px) {
    .ajax-load-container {
      font-size: 18px; } }

.ajax-spinner {
  width: 42px;
  height: 42px;
  background-image: url(../img/spinner.gif);
  display: inline-block;
  vertical-align: middle; }

.cases-details {
  padding: 50px 0;
  color: #565656; }

.img-responsive {
  display: inline-block; }

.heading-detail {
  position: relative;
  text-align: center;
  padding: 40px 0 90px; }
  .heading-detail h3 {
    font-size: 20px;
    margin: 0; }
    .heading-detail h3:before, .heading-detail h3:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2; }
    .heading-detail h3:before {
      width: 48px;
      height: 140px;
      border: 2px solid #ccc;
      top: 0;
      left: 50%;
      margin-left: -24px; }
    .heading-detail h3:after {
      top: 40px;
      left: 50%;
      margin-left: 20px;
      width: 30px;
      height: 50px;
      background-color: #ffffff;
      z-index: 3; }
  .heading-detail span {
    display: inline-block;
    width: 240px;
    position: relative;
    background: #fff;
    padding: 5px 0;
    z-index: 4; }
    .heading-detail span:before, .heading-detail span:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      border-top: 3px solid #222;
      width: 16px; }
    .heading-detail span:before {
      left: 0; }
    .heading-detail span:after {
      right: 0; }
  .heading-detail .line {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%; }
    .heading-detail .line:before, .heading-detail .line:after {
      display: block;
      content: ""; }
    .heading-detail .line:before {
      width: 100%;
      border-top: 1px solid #ddd; }
    .heading-detail .line:after {
      position: relative;
      border-top: 3px solid #ffffff;
      top: -2px;
      width: 100px;
      margin: auto; }

.editor-content {
  margin: auto; }

.thanks {
  text-align: center;
  color: #555;
  max-width: 600px;
  margin: 40px auto 20px; }
  .thanks .hline {
    position: relative; }
    .thanks .hline span {
      display: inline-block;
      padding: 0 1em;
      min-width: 200px;
      background-color: #fff;
      position: relative;
      z-index: 1; }
    .thanks .hline:before {
      content: "";
      display: block;
      top: 50%;
      border-top: 1px solid #ddd;
      position: absolute;
      width: 100%; }
  .thanks .site {
    font-size: 16px; }
  .thanks .design {
    font-size: 28px; }
  .thanks .big {
    font-size: 100px;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .thanks .big {
        font-size: 80px; } }
    @media (max-width: 575.98px) {
      .thanks .big {
        font-size: 70px; } }
  .thanks p {
    font-size: 12px;
    max-width: 26em;
    margin: auto;
    color: #aaa; }

.detail-bottom {
  font-size: 18px;
  margin-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc; }
  .detail-bottom::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .detail-bottom {
      margin-top: 15px; } }

.service-right [data-toggle='img'] {
  background-color: #000; }
  .service-right [data-toggle='img']:after {
    background-color: #000; }

@media (min-width: 1200px) {
  .cases-details .container {
    max-width: 1176px; } }

.cases-details .editor-content p {
  margin-bottom: 5px; }

.cases-details .editor-content h4 {
  color: #a1a1a1 !important;
  margin-bottom: 5px !important; }

.cases-details .editor-content h3 {
  color: #616161 !important;
  margin-bottom: 15px !important; }

.cases-details .editor-content h4, .cases-details .editor-content h3 {
  font-size: 22px !important;
  text-align: center !important; }

@media (min-width: 768px) {
  .cases-details .editor-content h4, .cases-details .editor-content h3 {
    font-size: 36px !important; } }

.btn-url {
  color: #444444;
  border-color: #777;
  padding: 5px 25px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (min-width: 768px) {
    .btn-url {
      margin-top: 30px; } }
  .btn-url:hover {
    color: #FFF;
    background-color: #777; }

.bd_weixin_popup {
  height: auto !important; }

.copyright-text {
  float: left;
  padding: 15px 0;
  color: #888; }
  .copyright-text:before {
    display: inline-block;
    content: "";
    width: 40px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    margin-right: 10px; }
  @media (max-width: 767.98px) {
    .copyright-text {
      font-size: 14px;
      text-align: center; }
      .copyright-text:before {
        display: none !important; } }

.news-block-v2 {
  padding: 20px 0; }
  .news-block-v2::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .news-block-v2 {
      padding: 15px 0; } }
  @media (max-width: 575.98px) {
    .news-block-v2 {
      border-top: 1px solid #e5e5e5; } }
  .news-block-v2 .img-bg {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .news-block-v2 .ratio {
    width: 280px;
    margin-left: 50px;
    float: right; }
    @media (max-width: 1199.98px) {
      .news-block-v2 .ratio {
        margin-left: 20px; } }
    @media (max-width: 991.98px) {
      .news-block-v2 .ratio {
        width: 200px; } }
    @media (max-width: 575.98px) {
      .news-block-v2 .ratio {
        width: 102px;
        margin-left: 10px; }
        .news-block-v2 .ratio:before {
          padding-top: 66.66%; } }
  .news-block-v2 .news-date {
    float: left;
    color: #999;
    margin-right: 30px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 767.98px) {
      .news-block-v2 .news-date {
        display: none; } }
    .news-block-v2 .news-date span {
      display: block; }
  .news-block-v2 .big {
    font-weight: bold;
    font-size: 38px;
    color: #b1b1b1;
    line-height: 46px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 991.98px) {
      .news-block-v2 .big {
        font-size: 30px;
        line-height: 38px; } }
  .news-block-v2 .more {
    color: #999;
    padding: 8px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 15px;
    -webkit-transition: color .35s, background-color .35s;
    -o-transition: color .35s, background-color .35s;
    transition: color .35s, background-color .35s; }
    @media (max-width: 991.98px) {
      .news-block-v2 .more {
        margin-top: 10px; } }
  .news-block-v2 .block-body {
    margin-top: 5px;
    padding-left: 30px;
    position: relative;
    padding-right: 30px; }
    .news-block-v2 .block-body:before {
      content: "";
      display: block;
      top: 0;
      left: 0;
      -webkit-transition: height .35s;
      -o-transition: height .35s;
      transition: height .35s;
      height: 0;
      position: absolute;
      border-left: 1px solid #888; }
    @media (max-width: 767.98px) {
      .news-block-v2 .block-body {
        padding-left: 5px; } }
    @media (max-width: 575.98px) {
      .news-block-v2 .block-body {
        padding-right: 10px;
        margin-top: 2px; } }
  .news-block-v2 .body-inner {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .news-block-v2 h5 {
    margin-bottom: 25px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 575.98px) {
      .news-block-v2 h5 {
        margin-bottom: 8px;
        font-size: 16px; } }
  .news-block-v2 p {
    margin-bottom: 0;
    color: #666; }
    @media (max-width: 991.98px) {
      .news-block-v2 p {
        height: 3.5em;
        overflow: hidden; } }
    @media (max-width: 575.98px) {
      .news-block-v2 p {
        font-size: 12px;
        line-height: 1.5em;
        height: 3em; } }
  .news-block-v2:hover h5 {
    color: #103480; }
  .news-block-v2:hover .img-bg {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  .news-block-v2:hover .news-date {
    color: #727272; }
  .news-block-v2:hover .big {
    color: #727272; }
  .news-block-v2:hover .more {
    background-color: #515151;
    color: #FFF; }
  .news-block-v2:hover .body-inner {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
    @media (max-width: 575.98px) {
      .news-block-v2:hover .body-inner {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
  .news-block-v2:hover .block-body:before {
    height: 35px; }

.news-heading {
  text-align: center;
  margin-bottom: 50px; }
  .news-heading h1 {
    font-size: 32px; }
  .news-heading span {
    display: inline-block;
    padding: 3px 10px;
    color: #999; }

.ueditor-content img {
  display: block;
  margin: auto;
  max-width: 100%; }

.nav-article {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5; }
  .nav-article::after {
    display: block;
    clear: both;
    content: ""; }
  .v2 .nav-article {
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 10px; }
  .nav-article a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    color: #999999;
    font-size: 14px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    .nav-article a:hover {
      color: #103480; }
  @media (min-width: 768px) {
    .nav-article li {
      max-width: 46%; }
    .nav-article .nav-next {
      float: right; }
    .nav-article .nav-prev {
      float: left; } }

.bdshare-sm a {
  font-size: 18px; }

.section-0060 {
  background-color: #f0f0f0;
  padding: 110px 0; }
  @media (max-width: 991.98px) {
    .section-0060 {
      padding: 70px 0; } }
  @media (max-width: 575.98px) {
    .section-0060 {
      padding: 30px 0; } }
  .section-0060 .contact-wrap {
    margin: auto; }
  .section-0060 .contact-left {
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s; }

.section-0060.before-active .contact-left {
  -webkit-transform: rotateY(-85deg);
  transform: rotateY(-85deg); }

.nav-toolbar {
  position: fixed;
  z-index: 995; }
  @media (min-width: 768px) {
    .nav-toolbar {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    .nav-toolbar {
      bottom: 0;
      right: 0;
      padding: 8px 15px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .nav-toolbar li {
        margin-right: 5px; } }
  .nav-toolbar li {
    margin-bottom: 5px;
    position: relative; }
    .nav-toolbar li > a {
      color: #ffffff;
      min-width: 40px;
      height: 40px;
      background-color: rgba(29, 54, 90, 0.85);
      position: relative;
      text-align: center;
      padding: 5px;
      -webkit-transition: background-color .35s;
      -o-transition: background-color .35s;
      transition: background-color .35s;
      display: inline-block; }
      .nav-toolbar li > a img {
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 767.98px) {
        .nav-toolbar li > a {
          border-radius: 50%; } }
  .nav-toolbar li:hover > a {
    background-color: #0b255c; }
    .nav-toolbar li:hover > a .hotline-block {
      display: inline-block;
      visibility: visible; }
  .nav-toolbar .qrcode {
    width: 140px;
    max-width: none;
    border: 1px solid #d2d2d2; }
  .nav-toolbar .hotline {
    font-size: 16px;
    padding: 0 15px 0;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .nav-toolbar .hotline {
        display: none; } }
  .isWeixin .nav-toolbar li:first-child {
    display: none; }

.hotline-block {
  color: #fff;
  vertical-align: middle;
  display: none;
  margin-right: 5px; }
  .hotline-block > * {
    display: table-cell;
    vertical-align: middle; }
  .hotline-block h5 {
    font-size: 14px;
    margin-bottom: 0; }
  .hotline-block span {
    font-size: 20px;
    font-weight: bold; }

.isWeixin .bds_weixin {
  display: none; }

.case-img-1, .case-img-2 {
  display: block;
  margin: auto; }

.gotop {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  -o-transition: height .35s;
  transition: height .35s; }
  .gotop.active {
    height: 40px; }
  @media (max-width: 767.98px) {
    .gotop {
      height: 40px;
      width: 0;
      -webkit-transition: width .35s;
      -o-transition: width .35s;
      transition: width .35s; }
      .gotop.active {
        width: 40px; } }

@media (max-width: 767.98px) {
  .copyright {
    padding-bottom: 70px !important; } }

.ajax-complete {
  display: none; }

.notify .modal-dialog {
  max-width: 350px; }

.notify .modal-content {
  border-radius: 5px; }

.notify .modal-footer {
  display: block;
  border-top: 0;
  padding: 0 15px 30px;
  text-align: center; }
  .notify .modal-footer > .btn {
    min-width: 120px;
    display: inline-block;
    border-radius: 3px !important; }
    .notify .modal-footer > .btn.btn-primary {
      background-color: #103480;
      color: #ffffff; }
      .notify .modal-footer > .btn.btn-primary:hover {
        background-color: #0a2253; }

.notify h5 {
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .notify h5 {
      font-size: 24px; } }

.notify i {
  width: 64px;
  height: 64px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 60px;
  display: block;
  margin: 25px auto 10px;
  text-align: center; }
  .notify i:before {
    display: inline-block; }

.notify .icon-sucess {
  color: #103480; }
  .notify .icon-sucess:before {
    content: "";
    width: 30px;
    height: 20px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.notify .icon-danger {
  color: #aaa; }
  .notify .icon-danger:before {
    content: "!";
    font-size: 32px;
    font-weight: bold;
    font-style: normal; }

.heading-related {
  font-size: 24px;
  margin: 20px 0 25px; }
  @media (max-width: 767.98px) {
    .heading-related {
      font-size: 18px;
      margin: 15px 0; } }

@media (max-width: 1199.98px) {
  .list-related li:last-child {
    display: none; } }

@media (max-width: 991.98px) {
  .list-related {
    margin-left: -10px;
    margin-right: -10px; }
    .list-related > li {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 575.98px) {
  .list-related {
    margin-left: -8px;
    margin-right: -8px; }
    .list-related > li {
      padding-left: 8px;
      padding-right: 8px; } }

.list-related + .detail-bottom {
  margin-top: 30px; }
  @media (max-width: 575.98px) {
    .list-related + .detail-bottom {
      margin-top: 15px; } }

.block-related {
  color: #333; }
  .block-related .img-bg {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .block-related h5 {
    font-size: 14px;
    padding: 15px 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      .block-related h5 {
        padding: 12px 5px 15px; } }
  .block-related:hover {
    color: #103480; }
    .block-related:hover .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.list-sitemap-1 > li {
  min-width: 0; }

.list-sitemap-9 > li {
  width: 48%; }
  @media (min-width: 768px) {
    .list-sitemap-9 > li {
      width: 32.5%; } }
  @media (min-width: 992px) {
    .list-sitemap-9 > li {
      width: 24%; } }
  @media (min-width: 1200px) {
    .list-sitemap-9 > li {
      width: 19.5%; } }
  .list-sitemap-9 > li li a {
    padding-right: 2px; }

.heading-v5 {
  text-align: center;
  margin-bottom: 40px; }
  .heading-v5 h3 {
    font-size: 28px; }
    @media (max-width: 767.98px) {
      .heading-v5 h3 {
        font-size: 22px; } }
  .heading-v5 span {
    display: block; }
  .heading-v5 span.ch:after {
    content: "";
    display: block;
    width: 1.5em;
    border-top: 2px solid #103480;
    margin: 12px auto; }
  .heading-v5 span.en {
    color: #999999;
    font-size: 0.75em; }

.slide-honor.ar-v1 .owl-dots {
  display: none; }

.slide-honor.ar-v1 .owl-nav {
  display: none;
  text-align: center;
  margin-top: 40px; }
  .slide-honor.ar-v1 .owl-nav > button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    -webkit-transition: color .35s, -webkit-transform .35s;
    transition: color .35s, -webkit-transform .35s;
    -o-transition: color .35s, transform .35s;
    transition: color .35s, transform .35s;
    transition: color .35s, transform .35s, -webkit-transform .35s; }
    .slide-honor.ar-v1 .owl-nav > button:hover {
      color: #103480; }
    .slide-honor.ar-v1 .owl-nav > button.disabled {
      opacity: 0.5;
      pointer-events: none; }

.slide-honor.ar-v1 .owl-next {
  margin-left: 10px; }
  .slide-honor.ar-v1 .owl-next:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
    .slide-honor.ar-v1 .owl-next:hover .arrow-right:before {
      width: 60px; }
      @media (max-width: 767.98px) {
        .slide-honor.ar-v1 .owl-next:hover .arrow-right:before {
          width: 50px; } }

.slide-honor.ar-v1 .owl-prev {
  margin-right: 10px; }
  .slide-honor.ar-v1 .owl-prev:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
    .slide-honor.ar-v1 .owl-prev:hover .arrow-left:after {
      width: 60px; }
      @media (max-width: 767.98px) {
        .slide-honor.ar-v1 .owl-prev:hover .arrow-left:after {
          width: 50px; } }

.slide-honor.ar-v1 .arrow-left:after {
  margin-left: 6px; }

.slide-honor.ar-v1 .arrow-right:before {
  margin-right: 6px; }

.slide-honor.ar-v1 .arrow-left:after, .slide-honor.ar-v1 .arrow-right:before {
  border-color: #ccc;
  width: 40px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 767.98px) {
    .slide-honor.ar-v1 .arrow-left:after, .slide-honor.ar-v1 .arrow-right:before {
      width: 40px; } }

.slide-honor.ar-v1 .arrow-right:after, .slide-honor.ar-v1 .arrow-left:before {
  border-color: #103480; }

.slide-honor.ar-v2 {
  margin-bottom: 20px; }
  .slide-honor.ar-v2 .owl-dots {
    display: none; }
  .slide-honor.ar-v2 .owl-nav {
    display: none;
    text-align: center;
    margin-top: 40px; }
    .slide-honor.ar-v2 .owl-nav > button {
      padding: 0;
      border: 0;
      background: transparent;
      color: #666;
      -webkit-transition: color .35s, -webkit-transform .35s;
      transition: color .35s, -webkit-transform .35s;
      -o-transition: color .35s, transform .35s;
      transition: color .35s, transform .35s;
      transition: color .35s, transform .35s, -webkit-transform .35s;
      position: absolute;
      top: 50%;
      margin-top: -15px; }
      .slide-honor.ar-v2 .owl-nav > button:hover {
        color: #103480; }
      .slide-honor.ar-v2 .owl-nav > button.disabled {
        opacity: 0.5;
        pointer-events: none; }
  .slide-honor.ar-v2 .owl-next {
    margin-left: 10px; }
    .slide-honor.ar-v2 .owl-next:hover {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
      .slide-honor.ar-v2 .owl-next:hover .arrow-right:before {
        width: 60px; }
        @media (max-width: 767.98px) {
          .slide-honor.ar-v2 .owl-next:hover .arrow-right:before {
            width: 50px; } }
  .slide-honor.ar-v2 .owl-prev {
    margin-right: 10px; }
    .slide-honor.ar-v2 .owl-prev:hover {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
      .slide-honor.ar-v2 .owl-prev:hover .arrow-left:after {
        width: 60px; }
        @media (max-width: 767.98px) {
          .slide-honor.ar-v2 .owl-prev:hover .arrow-left:after {
            width: 50px; } }
  .slide-honor.ar-v2 .arrow-left:after {
    margin-left: 6px; }
  .slide-honor.ar-v2 .arrow-right:before {
    margin-right: 6px; }
  .slide-honor.ar-v2 .arrow-left:after, .slide-honor.ar-v2 .arrow-right:before {
    border-color: #ccc;
    width: 40px;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    display: none; }
    @media (max-width: 767.98px) {
      .slide-honor.ar-v2 .arrow-left:after, .slide-honor.ar-v2 .arrow-right:before {
        width: 40px; } }
  .slide-honor.ar-v2 .arrow-right:after, .slide-honor.ar-v2 .arrow-left:before {
    border-color: #103480;
    width: 16px;
    height: 16px;
    border-width: 2px; }

.bbcbox-infobar__body {
  display: none; }

.honor-item {
  padding: 15px; }
  @media (max-width: 767.98px) {
    .honor-item {
      padding: 8px; } }
  .honor-item .block-0030 .ratio {
    overflow: visible; }
  .honor-item .block-0030 .img-bg {
    z-index: 9;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .honor-item .block-0030 .block-bottom {
    -webkit-transition: background-color .35s, -webkit-transform .35s;
    transition: background-color .35s, -webkit-transform .35s;
    -o-transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s, -webkit-transform .35s; }
  .honor-item .block-0030:hover {
    background-color: transparent; }
    .honor-item .block-0030:hover .img-bg {
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .honor-item .block-0030:hover .block-bottom {
      -ms-transform: translate(0, 8px);
      -webkit-transform: translate3d(0, 8px, 0);
      transform: translate3d(0, 8px, 0);
      background-color: #103480; }

.bg-gray {
  background-color: #f0f0f0; }

@media (min-width: 1200px) {
  .idx-container {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px; } }

.owl-index .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10; }
  .owl-index .owl-dots > button {
    border: 0;
    background: none; }
    .owl-index .owl-dots > button span {
      background-color: rgba(255, 255, 255, 0.5);
      width: 15px;
      height: 6px;
      display: inline-block;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      border-radius: 10px; }
    .owl-index .owl-dots > button.active span, .owl-index .owl-dots > button:hover span {
      background-color: #fff;
      width: 30px; }

.owl-index .owl-nav button {
  background: none;
  color: #fff;
  border: 1px solid;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-index .owl-nav button.owl-prev {
    left: 10px; }
  .owl-index .owl-nav button.owl-next {
    right: 10px; }
  .owl-index .owl-nav button i {
    font-size: 20px; }

.inner-section {
  padding: 70px 0; }
  @media (max-width: 1199.98px) {
    .inner-section {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .inner-section {
      padding: 30px 0; } }

.main-heading {
  margin-bottom: 55px; }
  @media (max-width: 1199.98px) {
    .main-heading {
      margin-bottom: 35px; } }
  @media (max-width: 767.98px) {
    .main-heading {
      margin-bottom: 25px; } }
  .main-heading h4 {
    font-weight: bold;
    font-size: 48px;
    color: #ddd;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .main-heading h4 {
        font-size: 32px; } }
  .main-heading h3 {
    font-weight: bold;
    font-size: 36px;
    color: #444;
    letter-spacing: 4px;
    margin-bottom: 10px;
    margin-top: -25px;
    line-height: 1;
    padding: 0 15px 15px;
    display: inline-block;
    border-bottom: 4px solid #103480; }
    @media (max-width: 767.98px) {
      .main-heading h3 {
        font-size: 30px; } }
  .main-heading p {
    font-size: 18px;
    margin-bottom: 0;
    color: #888; }
    .main-heading p span {
      display: inline-block;
      font-family: Microsoft Yi Baiti;
      vertical-align: middle; }
  .main-heading.black-ver h3, .main-heading.black-ver p span {
    color: rgba(0, 0, 0, 0.8); }
  .main-heading.black-ver p:before {
    background-image: url(../img/tit-icbl-l.png); }
  .main-heading.black-ver p:after {
    background-image: url(../img/tit-icbl-r.png); }

@media (max-width: 1199.98px) {
  .s1-grp .main-heading {
    display: block !important;
    text-align: center; } }

.s1-grp-tab {
  float: right;
  padding-top: 100px; }
  @media (max-width: 1199.98px) {
    .s1-grp-tab {
      float: none;
      padding-top: 0;
      text-align: center;
      margin-bottom: 35px; } }
  .s1-grp-tab > * {
    vertical-align: middle; }

#myTabS1::after {
  display: block;
  clear: both;
  content: ""; }

@media (max-width: 767.98px) {
  #myTabS1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

#myTabS1 li {
  float: left;
  padding-right: 40px; }
  @media (max-width: 767.98px) {
    #myTabS1 li {
      padding: 0 2px;
      float: none;
      margin-bottom: 4px; } }
  #myTabS1 li a {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #103480;
    padding: 5px 20px;
    border-radius: 50px; }
    @media (max-width: 767.98px) {
      #myTabS1 li a {
        padding: 5px 10px;
        font-size: 12px; } }
    #myTabS1 li a:hover {
      background-color: #103480;
      color: #fff;
      border-color: #103480; }
  #myTabS1 li:last-child {
    padding-right: 0; }

#myTabS1Content .pro-idx {
  position: relative; }
  @media (max-width: 1199.98px) {
    #myTabS1Content .pro-idx {
      margin-bottom: 20px; } }
  #myTabS1Content .pro-idx .txt {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 10px 15px;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
    #myTabS1Content .pro-idx .txt .tit {
      -webkit-transition: all .35s ease-in-out;
      -o-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
      #myTabS1Content .pro-idx .txt .tit .cn-tit {
        font-size: 16px;
        color: #666;
        display: block;
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out; }
      #myTabS1Content .pro-idx .txt .tit .en-tit {
        font-size: 14px;
        color: #999;
        display: block;
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out; }
    #myTabS1Content .pro-idx .txt p {
      height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      margin-bottom: 0;
      color: #fff;
      line-height: 2;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
  #myTabS1Content .pro-idx:hover .txt {
    height: 100%;
    padding: 40px 15px;
    background-color: rgba(16, 52, 128, 0.5); }
    #myTabS1Content .pro-idx:hover .txt .tit {
      margin-bottom: 30px; }
      #myTabS1Content .pro-idx:hover .txt .tit .cn-tit, #myTabS1Content .pro-idx:hover .txt .tit .en-tit {
        color: #fff; }
      #myTabS1Content .pro-idx:hover .txt .tit .cn-tit {
        font-size: 20px; }
      #myTabS1Content .pro-idx:hover .txt .tit .en-tit {
        font-size: 16px; }
  #myTabS1Content .pro-idx:hover p {
    height: 6em;
    opacity: 1;
    visibility: visible; }

@media (max-width: 767.98px) {
  #section3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

#section3 .section-bg {
  width: 50%; }
  @media (max-width: 767.98px) {
    #section3 .section-bg {
      width: 100%;
      position: relative; } }
  #section3 .section-bg .btn {
    position: absolute;
    bottom: 0;
    right: 0; }
  #section3 .section-bg:before {
    content: '';
    display: block;
    padding-top: 62.5%; }

#section3 .s3-grp {
  padding: 0 60px; }
  @media (max-width: 1199.98px) {
    #section3 .s3-grp {
      padding-right: 0;
      padding-left: 30px; } }
  @media (max-width: 767.98px) {
    #section3 .s3-grp {
      padding-right: 0;
      padding-left: 0; }
      #section3 .s3-grp .main-heading {
        display: block !important;
        text-align: center; } }
  #section3 .s3-grp .content {
    margin-bottom: 30px; }
    #section3 .s3-grp .content p {
      font-size: 16px; }
  #section3 .s3-grp .btn-s3 {
    border: 1px solid #ccc;
    color: #103480;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff; }
    #section3 .s3-grp .btn-s3:hover {
      color: #fff;
      background-color: #103480;
      border-color: #103480; }

#section4 .s4-grp {
  padding-right: 60px; }
  @media (max-width: 1400px) {
    #section4 .s4-grp {
      padding-right: 0; } }
  @media (max-width: 1199.98px) {
    #section4 .s4-grp {
      text-align: center;
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    #section4 .s4-grp {
      padding-right: 0; } }

@media (max-width: 1199.98px) {
  #section4 .main-heading {
    display: block !important;
    text-align: center; } }

#section4 .content {
  margin-bottom: 60px; }
  @media (max-width: 1400px) {
    #section4 .content {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    #section4 .content {
      margin-bottom: 30px; } }
  #section4 .content p {
    font-size: 16px;
    text-align: left; }

#section4 .btn-s3 {
  border: 1px solid #ccc;
  color: #103480;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #fff; }
  #section4 .btn-s3:hover {
    color: #fff;
    background-color: #103480;
    border-color: #103480; }

#accor-btn {
  height: 100%;
  float: left;
  width: 10%;
  display: block;
  position: relative;
  background-color: #333; }
  @media (max-width: 767.98px) {
    #accor-btn {
      display: none; } }
  #accor-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  #accor-btn.showNext i {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg); }

@media (min-width: 576px) {
  #accor {
    height: 400px;
    overflow: hidden; }
    #accor::after {
      display: block;
      clear: both;
      content: ""; }
    #accor .accor-wrap {
      float: left;
      width: 90%;
      height: 100%; }
    #accor ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      #accor ul li {
        width: 0;
        visibility: hidden;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        #accor ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: '';
          background-color: rgba(0, 0, 0, 0.8); }
        #accor ul li.show {
          width: 25%;
          visibility: visible; } }
        @media (min-width: 576px) and (max-width: 991.98px) {
          #accor ul li.show {
            width: 20%; } }

@media (min-width: 576px) {
          #accor ul li.show .ctn-1 {
            opacity: 1 !important; }
        #accor ul li .accor-it-wrap {
          text-align: center;
          position: relative; }
          #accor ul li .accor-it-wrap .ctn-1 {
            -webkit-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 200px;
            opacity: 0; } }
          @media (min-width: 576px) and (max-width: 1199.98px) {
            #accor ul li .accor-it-wrap .ctn-1 {
              width: 180px; } }
          @media (min-width: 576px) and (max-width: 991.98px) {
            #accor ul li .accor-it-wrap .ctn-1 {
              width: 100px; } }

@media (min-width: 576px) {
            #accor ul li .accor-it-wrap .ctn-1 img {
              width: 75px;
              margin-bottom: 40px; } }
            @media (min-width: 576px) and (max-width: 991.98px) {
              #accor ul li .accor-it-wrap .ctn-1 img {
                width: 65px;
                margin-bottom: 20px; } }

@media (min-width: 576px) {
            #accor ul li .accor-it-wrap .ctn-1 .title {
              color: #fff;
              font-size: 20px;
              line-height: 2; } }
            @media (min-width: 576px) and (max-width: 1199.98px) {
              #accor ul li .accor-it-wrap .ctn-1 .title {
                font-size: 18px; } }
            @media (min-width: 576px) and (max-width: 991.98px) {
              #accor ul li .accor-it-wrap .ctn-1 .title {
                font-size: 16px; } }

@media (min-width: 576px) {
              #accor ul li .accor-it-wrap .ctn-1 .title span {
                display: block; }
          #accor ul li .accor-it-wrap .ctn-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 320px;
            padding: 0 30px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s; } }
          @media (min-width: 576px) and (max-width: 1400px) {
            #accor ul li .accor-it-wrap .ctn-2 {
              width: 280px; } }
          @media (min-width: 576px) and (max-width: 1199.98px) {
            #accor ul li .accor-it-wrap .ctn-2 {
              width: 300px; } }

@media (min-width: 576px) {
            #accor ul li .accor-it-wrap .ctn-2 .title, #accor ul li .accor-it-wrap .ctn-2 .desc, #accor ul li .accor-it-wrap .ctn-2 .btn-accor {
              color: #fff; }
            #accor ul li .accor-it-wrap .ctn-2 .title {
              font-size: 24px;
              position: relative;
              padding-bottom: 20px;
              margin-bottom: 20px; } }
            @media (min-width: 576px) and (max-width: 1400px) {
              #accor ul li .accor-it-wrap .ctn-2 .title {
                font-size: 20px; } }

@media (min-width: 576px) {
              #accor ul li .accor-it-wrap .ctn-2 .title:before {
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 3em;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                border-bottom: 2px solid #fff;
                content: ''; }
            #accor ul li .accor-it-wrap .ctn-2 .desc {
              margin-bottom: 20px; }
              #accor ul li .accor-it-wrap .ctn-2 .desc p {
                line-height: 2;
                max-height: 8em;
                overflow: hidden; }
            #accor ul li .accor-it-wrap .ctn-2 .btn-accor {
              border: 1px solid #fff; }
              #accor ul li .accor-it-wrap .ctn-2 .btn-accor:hover {
                background-color: #103480; }
        #accor ul li.active {
          width: 40%; } }
        @media (min-width: 576px) and (max-width: 991.98px) {
          #accor ul li.active {
            width: 50%; } }

@media (min-width: 576px) {
          #accor ul li.active:before {
            background-color: rgba(16, 52, 128, 0.8); }
          #accor ul li.active .ctn-1 {
            opacity: 0 !important;
            visibility: hidden; }
          #accor ul li.active .ctn-2 {
            visibility: visible;
            opacity: 1; } }

@media (max-width: 767.98px) {
  #accor .accor-it {
    height: 100px;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    overflow: hidden; }
    #accor .accor-it:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background-color: rgba(0, 0, 0, 0.8); }
    #accor .accor-it.active {
      height: 320px; }
      #accor .accor-it.active .ctn-1 {
        opacity: 0;
        visibility: hidden; }
      #accor .accor-it.active .ctn-2 {
        opacity: 1;
        visibility: visible; }
      #accor .accor-it.active:before {
        background-color: rgba(16, 52, 128, 0.8); }
  #accor .accor-it-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0; }
  #accor .ctn-1, #accor .ctn-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
  #accor .ctn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    visibility: visible; }
    #accor .ctn-1 img {
      width: 60px; }
    #accor .ctn-1 .title {
      margin-left: 15px;
      color: #fff;
      font-size: 16px;
      line-height: 2; }
      #accor .ctn-1 .title span {
        display: block; }
  #accor .ctn-2 {
    opacity: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    visibility: hidden; }
    #accor .ctn-2 .title, #accor .ctn-2 .desc, #accor .ctn-2 .btn-accor {
      color: #fff; }
    #accor .ctn-2 .title {
      font-size: 24px;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
    @media (max-width: 767.98px) and (max-width: 1400px) {
      #accor .ctn-2 .title {
        font-size: 20px; } }

@media (max-width: 767.98px) {
      #accor .ctn-2 .title:before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 3em;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 2px solid #fff;
        content: ''; }
    #accor .ctn-2 .desc {
      margin-bottom: 20px; }
      #accor .ctn-2 .desc p {
        line-height: 2;
        max-height: 8em;
        overflow: hidden; }
    #accor .ctn-2 .btn-accor {
      border: 1px solid #fff; }
      #accor .ctn-2 .btn-accor:hover {
        background-color: #103480; } }

#section5 .btn-s5 {
  border: 1px solid #ccc;
  color: #103480;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #fff; }
  #section5 .btn-s5:hover {
    color: #fff;
    background-color: #103480;
    border-color: #103480; }

.s5-list {
  margin-bottom: 40px; }
  .s5-list::after {
    display: block;
    clear: both;
    content: ""; }
  .s5-list li {
    width: 20%;
    float: left; }
    @media (max-width: 991.98px) {
      .s5-list li {
        width: 33.333%; }
        .s5-list li:last-child {
          display: none; } }
    @media (max-width: 767.98px) {
      .s5-list li {
        width: 50%; }
        .s5-list li:last-child {
          display: block; } }

.wmfwdys-link {
  position: relative;
  overflow: hidden; }
  .wmfwdys-link .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(16, 52, 128, 0.5);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .wmfwdys-link .txt .txt-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%; }
      .wmfwdys-link .txt .txt-wrap span {
        font-size: 24px;
        margin-bottom: 30px; }
        @media (max-width: 1199.98px) {
          .wmfwdys-link .txt .txt-wrap span {
            font-size: 20px;
            margin-bottom: 20px; } }
      .wmfwdys-link .txt .txt-wrap i {
        font-size: 26px; }
      .wmfwdys-link .txt .txt-wrap i, .wmfwdys-link .txt .txt-wrap span {
        display: block;
        text-align: center;
        color: #fff;
        line-height: 1; }
  .wmfwdys-link:hover .txt {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }

#gyhtjj {
  position: relative;
  z-index: 1; }

.gyhtjj-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 450px);
  padding-right: 60px; }
  @media (max-width: 1199.98px) {
    .gyhtjj-wrap {
      width: calc(100% - 305px);
      padding-right: 40px; } }
  @media (max-width: 991.98px) {
    .gyhtjj-wrap {
      width: 100%;
      padding-right: 0;
      background-color: #163156;
      padding: 50px; }
      .gyhtjj-wrap .main-heading {
        text-align: center; } }
  @media (max-width: 767.98px) {
    .gyhtjj-wrap {
      padding: 20px 15px; } }

.s6-wrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }
  .s6-wrap .img {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .s6-wrap .img img {
      width: 100%; }
    .s6-wrap .img p {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 0;
      z-index: 8; }
      @media (max-width: 991.98px) {
        .s6-wrap .img p {
          font-size: 20px; } }
    .s6-wrap .img a {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #fff;
      z-index: 10; }
      @media (max-width: 991.98px) {
        .s6-wrap .img a {
          font-size: 12px; } }

.list-s6 {
  margin-top: 15px; }
  @media (max-width: 767.98px) {
    .list-s6 {
      margin-bottom: 30px; } }
  .list-s6 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc; }
    .list-s6 li .tit {
      position: relative; }
      .list-s6 li .tit p {
        color: #444;
        font-size: 16px;
        margin-bottom: 0;
        padding-right: 70px;
        line-height: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .list-s6 li .tit span {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #444;
        font-size: 12px; }
    .list-s6 li.first .tit {
      margin-bottom: 15px; }
    .list-s6 li.first .ctn p {
      margin-bottom: 0;
      color: #666;
      line-height: 2;
      max-height: 4em;
      overflow: hidden; }
    .list-s6 li:last-child {
      margin-bottom: 0; }
  .list-s6 a:hover .tit p, .list-s6 a:hover .tit span {
    color: #103480; }

.s7-wrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .s7-wrap {
      padding-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .s7-wrap > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .s7-wrap .grp-qr-idx::after {
    display: block;
    clear: both;
    content: ""; }
  .s7-wrap .grp-qr-idx .qr-1, .s7-wrap .grp-qr-idx .qr-2 {
    width: 50%;
    float: left; }
    .s7-wrap .grp-qr-idx .qr-1 img, .s7-wrap .grp-qr-idx .qr-2 img {
      width: 190px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1199.98px) {
        .s7-wrap .grp-qr-idx .qr-1 img, .s7-wrap .grp-qr-idx .qr-2 img {
          width: 130px; } }
      @media (max-width: 991.98px) {
        .s7-wrap .grp-qr-idx .qr-1 img, .s7-wrap .grp-qr-idx .qr-2 img {
          margin: 0 auto;
          display: block; } }
    .s7-wrap .grp-qr-idx .qr-1 p, .s7-wrap .grp-qr-idx .qr-2 p {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .s7-wrap .grp-qr-idx .qr-1 p, .s7-wrap .grp-qr-idx .qr-2 p {
          text-align: center;
          display: block; } }
  .s7-wrap .grp-txt {
    margin-top: 20px; }
    .s7-wrap .grp-txt ul li {
      margin-bottom: 10px;
      color: #666; }
      .s7-wrap .grp-txt ul li i {
        font-size: 20px;
        margin-right: 10px;
        color: #103480; }
      .s7-wrap .grp-txt ul li a {
        color: #666; }

#friend-list {
  background-color: #4b4949;
  padding: 20px 0; }
  #friend-list span, #friend-list a {
    color: #fff;
    padding-left: 25px;
    margin-bottom: 5px; }

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.copyright .copy-img > a {
  padding: 0 10px; }

.header-v3 #navbar2 {
  position: fixed;
  height: 100% !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1199;
  background-color: rgba(22, 49, 86, 0.97);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .header-v3 #navbar2 {
      display: none; } }
  .header-v3 #navbar2 .navbar {
    float: none;
    width: 100%;
    height: 100%; }
    .header-v3 #navbar2 .navbar .nav-header-v3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      @media (max-width: 1199.98px) {
        .header-v3 #navbar2 .navbar .nav-header-v3 {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-right: 0; } }
      .header-v3 #navbar2 .navbar .nav-header-v3 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 7%, 0);
        transform: translate3d(0, 7%, 0);
        opacity: 0; }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li:not(.dropdown) .wrap-nav2 > a {
          text-align: center; }
        @media (max-width: 1199.98px) {
          .header-v3 #navbar2 .navbar .nav-header-v3 > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            height: auto; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
              text-align: center !important; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(1) {
              background-color: rgba(255, 255, 255, 0.025); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(2) {
              background-color: rgba(255, 255, 255, 0.05); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(3) {
              background-color: rgba(255, 255, 255, 0.075); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(4) {
              background-color: rgba(255, 255, 255, 0.1); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(5) {
              background-color: rgba(255, 255, 255, 0.125); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(6) {
              background-color: rgba(255, 255, 255, 0.15); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(7) {
              background-color: rgba(255, 255, 255, 0.175); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(8) {
              background-color: rgba(255, 255, 255, 0.2); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(9) {
              background-color: rgba(255, 255, 255, 0.225); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(10) {
              background-color: rgba(255, 255, 255, 0.25); } }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 {
          width: 70%;
          height: 600px; }
          @media (max-width: 1199.98px) {
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 {
              width: auto;
              height: auto; } }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
            font-size: 30px;
            line-height: 1.7;
            font-weight: bold;
            color: #fff;
            padding: 10px 0;
            text-align: left; }
            @media (max-width: 991.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
                font-size: 26px; } }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a .nav-title:before {
              height: 4px; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a .nav-title:after {
              content: none; }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            padding: 0;
            opacity: 1;
            visibility: visible;
            min-width: 0; }
            @media (max-width: 1199.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; } }
            @media (max-width: 1199.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li {
                height: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all .35s;
                -o-transition: all .35s;
                transition: all .35s;
                padding: 0 10px; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(1) {
                  -webkit-transition-delay: 0.1s;
                  -o-transition-delay: 0.1s;
                  transition-delay: 0.1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(2) {
                  -webkit-transition-delay: 0.2s;
                  -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(3) {
                  -webkit-transition-delay: 0.3s;
                  -o-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(4) {
                  -webkit-transition-delay: 0.4s;
                  -o-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(5) {
                  -webkit-transition-delay: 0.5s;
                  -o-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(6) {
                  -webkit-transition-delay: 0.6s;
                  -o-transition-delay: 0.6s;
                  transition-delay: 0.6s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(7) {
                  -webkit-transition-delay: 0.7s;
                  -o-transition-delay: 0.7s;
                  transition-delay: 0.7s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(8) {
                  -webkit-transition-delay: 0.8s;
                  -o-transition-delay: 0.8s;
                  transition-delay: 0.8s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(9) {
                  -webkit-transition-delay: 0.9s;
                  -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(10) {
                  -webkit-transition-delay: 1s;
                  -o-transition-delay: 1s;
                  transition-delay: 1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(11) {
                  -webkit-transition-delay: 1.1s;
                  -o-transition-delay: 1.1s;
                  transition-delay: 1.1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(12) {
                  -webkit-transition-delay: 1.2s;
                  -o-transition-delay: 1.2s;
                  transition-delay: 1.2s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(13) {
                  -webkit-transition-delay: 1.3s;
                  -o-transition-delay: 1.3s;
                  transition-delay: 1.3s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(14) {
                  -webkit-transition-delay: 1.4s;
                  -o-transition-delay: 1.4s;
                  transition-delay: 1.4s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(15) {
                  -webkit-transition-delay: 1.5s;
                  -o-transition-delay: 1.5s;
                  transition-delay: 1.5s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(16) {
                  -webkit-transition-delay: 1.6s;
                  -o-transition-delay: 1.6s;
                  transition-delay: 1.6s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(17) {
                  -webkit-transition-delay: 1.7s;
                  -o-transition-delay: 1.7s;
                  transition-delay: 1.7s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(18) {
                  -webkit-transition-delay: 1.8s;
                  -o-transition-delay: 1.8s;
                  transition-delay: 1.8s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(19) {
                  -webkit-transition-delay: 1.9s;
                  -o-transition-delay: 1.9s;
                  transition-delay: 1.9s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(20) {
                  -webkit-transition-delay: 2s;
                  -o-transition-delay: 2s;
                  transition-delay: 2s; } }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a {
              font-size: 18px;
              color: #fff;
              background-color: transparent;
              padding: 10px 0;
              -webkit-transition: all .35s;
              -o-transition: all .35s;
              transition: all .35s;
              line-height: 2; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:before {
                content: none; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span {
                position: relative;
                display: inline-block;
                padding-left: 20px; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span:after {
                  content: '';
                  display: block;
                  width: 0;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  height: 3px;
                  background-color: #103480;
                  -webkit-transition: all .35s;
                  -o-transition: all .35s;
                  transition: all .35s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span:before {
                  position: absolute;
                  content: '';
                  width: 10px;
                  height: 10px;
                  background-image: none;
                  border-top: 1px solid #fff;
                  border-right: 1px solid #fff;
                  -webkit-transform: translateY(-50%) rotate(45deg);
                  -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
                  display: inline-block;
                  left: 0;
                  top: 50%;
                  -webkit-transition: all .35s;
                  -o-transition: all .35s;
                  transition: all .35s; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover {
                color: #103480;
                font-weight: bold; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover span:after {
                  width: 100%; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover span:before {
                  border-width: 2px;
                  border-top-color: #103480;
                  border-right-color: #103480; }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover {
          background-color: transparent; }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 > a {
            color: #fff;
            background-color: transparent; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 > a .nav-title:before {
              background-color: #fff; }
          @media (max-width: 1199.98px) {
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 .dropdown-box > li {
              opacity: 1;
              visibility: visible;
              height: 56px; } }
  .header-v3 #navbar2.navbar-open {
    opacity: 1; }
    .header-v3 #navbar2.navbar-open .navbar .nav-header-v3 > li {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }

.header-v3 .navbar-toggle2 {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 9999; }
  @media (max-width: 767.98px) {
    .header-v3 .navbar-toggle2 {
      display: none !important; } }
  .header-v3 .navbar-toggle2 .bar:nth-child(2) {
    border-top: 0;
    height: 2px;
    position: relative; }
    .header-v3 .navbar-toggle2 .bar:nth-child(2):before {
      content: '';
      display: block;
      border-top: 2px solid;
      margin-left: 9px; }

.header-v3 .navbar-main.navbar-open {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

@media (max-width: 991.98px) {
  .hexa-item {
    margin: 0 -10px; } }

.hexa-item .img {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .hexa-item .img {
      margin-top: 15px;
      margin-bottom: 15px; } }

.page-menu {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .page-menu {
      border-bottom: 0;
      margin-bottom: 0; } }
  .page-menu .list {
    display: inline-block; }
    @media (max-width: 767.98px) {
      .page-menu .list {
        padding: 20px 0 10px; } }
    .page-menu .list li {
      display: inline-block;
      padding: 0 15px; }
      @media (max-width: 767.98px) {
        .page-menu .list li {
          padding: 0 10px;
          background-color: #ccc;
          margin-bottom: 5px; } }
      .page-menu .list li a {
        padding: 26px 0;
        color: #444;
        position: relative;
        border-bottom: 3px solid transparent;
        font-size: 16px;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        @media (max-width: 767.98px) {
          .page-menu .list li a {
            padding: 5px 0;
            font-size: 14px;
            border-bottom: 0; } }
      @media (max-width: 767.98px) {
        .page-menu .list li:hover, .page-menu .list li.active {
          background-color: #103480; } }
      .page-menu .list li:hover a, .page-menu .list li.active a {
        color: #103480;
        border-bottom-color: #103480; }
        @media (max-width: 767.98px) {
          .page-menu .list li:hover a, .page-menu .list li.active a {
            color: #fff; } }

.ctn-0100 .img-left {
  height: 100%; }
  @media (max-width: 991.98px) {
    .ctn-0100 .img-left {
      height: 400px; } }

@media (max-width: 991.98px) {
  .ctn-0100 .page-title {
    text-align: center;
    margin-bottom: 20px; } }

.ctn-0100 .content p {
  font-size: 16px; }
  .ctn-0100 .content p span {
    font-size: 18px;
    color: #103480; }
  .ctn-0100 .content p:last-child {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .ctn-0100 .content {
    margin-bottom: 20px; } }

.ctn-0101 .img-left {
  height: auto; }
  .ctn-0101 .img-left .ratio-0101:before {
    padding-top: 18.75%; }

.ctn-0101 .txt-right {
  padding: 20px 10px; }

.wrap-0102 .page-title {
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .wrap-0102 .page-title {
      margin-bottom: 30px; } }

.ctn-0103 .certi-it {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 1199.98px) {
    .ctn-0103 .certi-it {
      width: 100%;
      margin-bottom: 30px; } }
  .ctn-0103 .certi-it img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee; }
  .ctn-0103 .certi-it p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0; }

.ctn-0103 .row > div:last-child .certi-it, .ctn-0103 .row > div:nth-last-child(2) .certi-it {
  margin-bottom: 0; }

.wrap-0104 ul::after {
  display: block;
  clear: both;
  content: ""; }

.wrap-0104 ul li {
  float: left;
  width: 400px;
  height: 600px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .wrap-0104 ul li {
      width: 310px; } }
  @media (max-width: 991.98px) {
    .wrap-0104 ul li {
      width: 230px;
      height: 440px; } }
  @media (max-width: 767.98px) {
    .wrap-0104 ul li {
      width: 100%;
      height: 300px;
      margin-bottom: 15px; } }
  .wrap-0104 ul li .img, .wrap-0104 ul li .txt {
    width: 100%;
    height: 300px;
    position: absolute; }
    @media (max-width: 991.98px) {
      .wrap-0104 ul li .img, .wrap-0104 ul li .txt {
        height: 220px; } }
    @media (max-width: 767.98px) {
      .wrap-0104 ul li .img, .wrap-0104 ul li .txt {
        width: 100%;
        height: 300px; } }
  .wrap-0104 ul li .img {
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover; }
  .wrap-0104 ul li .txt {
    bottom: 0;
    left: 0;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f0f0f0;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .wrap-0104 ul li .txt {
        padding: 0 25px; } }
    @media (max-width: 767.98px) {
      .wrap-0104 ul li .txt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        top: 0;
        bottom: auto;
        background-color: rgba(240, 240, 240, 0.7); } }
  .wrap-0104 ul li .txt-p {
    font-size: 18px; }
    @media (max-width: 1199.98px) {
      .wrap-0104 ul li .txt-p {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .wrap-0104 ul li .txt-p {
        font-size: 12px; } }
    .wrap-0104 ul li .txt-p > p:last-child {
      margin-bottom: 0; }
  .wrap-0104 ul li .tit {
    font-size: 24px;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 1199.98px) {
      .wrap-0104 ul li .tit {
        font-size: 20px; } }
    @media (max-width: 991.98px) {
      .wrap-0104 ul li .tit {
        font-size: 18px;
        margin-bottom: 10px; } }
  .wrap-0104 ul li:nth-child(2) .txt {
    top: 0;
    left: 0;
    bottom: auto; }
  .wrap-0104 ul li:nth-child(2) .img {
    top: auto;
    bottom: 0;
    left: 0; }
  .wrap-0104 ul li.last-it {
    width: 100%;
    height: 300px; }
    @media (max-width: 991.98px) {
      .wrap-0104 ul li.last-it {
        height: 220px; } }
    @media (max-width: 767.98px) {
      .wrap-0104 ul li.last-it {
        width: 100%;
        height: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .wrap-0104 ul li.last-it .img, .wrap-0104 ul li.last-it .txt {
          width: 100%;
          height: 300px; }
        .wrap-0104 ul li.last-it .img {
          background-position: center right; } }
    .wrap-0104 ul li.last-it .txt {
      background-color: transparent; }
      @media (max-width: 767.98px) {
        .wrap-0104 ul li.last-it .txt {
          background-color: rgba(240, 240, 240, 0.7); } }
    .wrap-0104 ul li.last-it .txt-p {
      padding-right: 280px; }
      @media (max-width: 1199.98px) {
        .wrap-0104 ul li.last-it .txt-p {
          padding-right: 150px; } }
      @media (max-width: 767.98px) {
        .wrap-0104 ul li.last-it .txt-p {
          padding-right: 0; } }

.wrap-0105 {
  padding-bottom: 40px; }
  .wrap-0105 .row-top {
    position: relative;
    padding-bottom: 100px; }
    @media (max-width: 767.98px) {
      .wrap-0105 .row-top {
        padding-bottom: 30px; } }
    .wrap-0105 .row-top > div:before {
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 50px;
      background-color: #ccc;
      content: '';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .wrap-0105 .row-top > div:nth-child(2n):before {
        content: none; } }
  .wrap-0105 .contact-it {
    text-align: center; }
    .wrap-0105 .contact-it .tit {
      color: #103480;
      font-size: 20px;
      margin-bottom: 15px; }
    .wrap-0105 .contact-it .txt p {
      font-size: 16px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .wrap-0105 .contact-it .txt p {
          font-size: 12px; } }
  .wrap-0105 .grp-qr::after {
    display: block;
    clear: both;
    content: ""; }
  .wrap-0105 .grp-qr > div {
    width: 50%;
    float: left;
    padding: 0 15px;
    text-align: center; }
    .wrap-0105 .grp-qr > div img {
      width: 190px;
      height: 190px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 767.98px) {
        .wrap-0105 .grp-qr > div img {
          height: auto; } }

.form-contact .form-control {
  border-radius: 5px; }

.form-contact .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-contact .input-group .input-append {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }

.form-contact textarea {
  resize: none;
  height: 220px; }
  @media (max-width: 991.98px) {
    .form-contact textarea {
      height: 140px; } }

.form-contact button[type='submit'] {
  border-radius: 5px; }

@media (max-width: 767.98px) {
  .row-0200 {
    margin-left: -8px;
    margin-right: -8px; }
    .row-0200 > [class*=col-] {
      padding-left: 8px;
      padding-right: 8px; } }

.product-it {
  margin-bottom: 30px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 767.98px) {
    .product-it {
      margin-bottom: 15px; } }
  .product-it .txt {
    background-color: #eae8e9;
    padding: 20px;
    position: relative; }
    @media (max-width: 767.98px) {
      .product-it .txt {
        padding: 10px; } }
    .product-it .txt:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      border-bottom: 2px solid transparent;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      z-index: 10;
      content: ''; }
  .product-it .title {
    font-size: 16px;
    color: #333; }
    @media (max-width: 767.98px) {
      .product-it .title {
        font-size: 14px; } }
  .product-it p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999; }
    @media (max-width: 767.98px) {
      .product-it p {
        font-size: 12px; } }
  .product-it:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .product-it:hover .txt:after {
      width: 100%;
      border-bottom-color: #103480; }
    .product-it:hover .title {
      color: #103480; }

.zoom .img {
  overflow: hidden; }

.zoom .ratio {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.zoom:hover .ratio {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.ctn-0200, .ctn-0300, .ctn-0400, .ctn-0500, .ctn-0700 {
  padding-bottom: 40px !important; }

.solu-it {
  position: relative;
  display: block;
  background-color: #f0f0f0;
  margin-bottom: 50px; }
  @media (max-width: 1199.98px) {
    .solu-it {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .solu-it {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 20px; } }
  .solu-it:last-child {
    margin-bottom: 0; }
  .solu-it .txt, .solu-it .img {
    width: 50%; }
    @media (max-width: 767.98px) {
      .solu-it .txt, .solu-it .img {
        width: 100%; } }
  .solu-it .img {
    float: right; }
    @media (max-width: 767.98px) {
      .solu-it .img {
        float: none; } }
  .solu-it .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 1199.98px) {
      .solu-it .txt {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767.98px) {
      .solu-it .txt {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 20px; } }
    .solu-it .txt .tit {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 30px;
      color: #444; }
      @media (max-width: 1199.98px) {
        .solu-it .txt .tit {
          margin-bottom: 20px; } }
      @media (max-width: 991.98px) {
        .solu-it .txt .tit {
          margin-bottom: 15px;
          font-size: 20px; } }
    .solu-it .txt .ctn {
      margin-bottom: 30px;
      max-height: 8em;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .solu-it .txt .ctn {
          max-height: 6em;
          margin-bottom: 20px; } }
      @media (max-width: 991.98px) {
        .solu-it .txt .ctn {
          margin-bottom: 15px;
          max-height: 4em;
          font-size: 14px; } }
      .solu-it .txt .ctn p {
        line-height: 2;
        font-size: 16px;
        color: #666; }
        @media (max-width: 991.98px) {
          .solu-it .txt .ctn p {
            font-size: 14px; } }
    .solu-it .txt span {
      border: 1px solid #ccc;
      color: #666;
      background-color: transparent; }
  .solu-it:hover .txt .tit {
    color: #103480; }
  .solu-it:hover span {
    border-color: #103480;
    color: #fff;
    background-color: #103480; }
  .solu-it:nth-child(2n) .txt {
    left: auto;
    right: 0; }
  .solu-it:nth-child(2n) .img {
    float: left; }

.solu-grp {
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .solu-grp {
      padding-bottom: 25px; } }

.case-it {
  margin-bottom: 30px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .case-it .txt {
    background-color: #f0f0f0;
    padding: 25px 20px; }
    .case-it .txt .tit {
      position: relative;
      height: 30px;
      margin-bottom: 25px; }
      @media (max-width: 991.98px) {
        .case-it .txt .tit {
          margin-bottom: 15px; } }
      .case-it .txt .tit span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        color: #444;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
    .case-it .txt .ctn {
      margin-bottom: 25px; }
      @media (max-width: 991.98px) {
        .case-it .txt .ctn {
          margin-bottom: 15px; } }
      .case-it .txt .ctn p {
        font-size: 14px;
        color: #666;
        margin-bottom: 0;
        line-height: 2;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .case-it .txt .ctn p {
            max-height: 4em; } }
    .case-it .txt .case-btn {
      width: 85px;
      text-align: right;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      font-size: 14px;
      color: #666; }
      .case-it .txt .case-btn i {
        text-align: center;
        width: 21px;
        height: 21px;
        border-radius: 100%;
        border: 1px solid;
        color: #666;
        font-size: 12px;
        line-height: 19px; }
  .case-it:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .case-it:hover .tit span {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #103480; }
    .case-it:hover .case-btn {
      width: 100%;
      color: #103480; }
      .case-it:hover .case-btn i {
        color: #103480; }

.news-wrap {
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .news-wrap {
      padding-bottom: 20px; } }

.news-it {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 767.98px) {
    .news-it {
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  .news-it:last-child {
    margin-bottom: 0; }
  .news-it .img {
    display: table-cell;
    width: 300px;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .news-it .img {
        width: 150px; } }
    .news-it .img .ratio-5-3 {
      padding-top: 60%; }
  .news-it .txt {
    padding-left: 34px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .news-it .txt {
        padding-left: 15px; } }
    .news-it .txt .tit::after {
      display: block;
      clear: both;
      content: ""; }
    .news-it .txt .tit p {
      float: left;
      max-width: 38em;
      color: #444;
      font-size: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 1199.98px) {
        .news-it .txt .tit p {
          max-width: 24em; } }
      @media (max-width: 991.98px) {
        .news-it .txt .tit p {
          max-width: 12em; } }
      @media (max-width: 767.98px) {
        .news-it .txt .tit p {
          line-height: 1;
          max-width: 100%;
          font-size: 16px;
          margin-bottom: 10px; } }
    .news-it .txt .tit span {
      float: right;
      color: #888888;
      font-size: 14px;
      height: 35px;
      line-height: 35px; }
      @media (max-width: 767.98px) {
        .news-it .txt .tit span {
          display: none; } }
    .news-it .txt .ctn p {
      color: #666;
      font-size: 14px;
      max-height: 5.25em;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .news-it .txt .ctn p {
          font-size: 12px;
          margin-bottom: 0; } }
    .news-it .txt .btn-news {
      font-size: 14px;
      color: #444; }
      @media (max-width: 767.98px) {
        .news-it .txt .btn-news {
          display: none; } }
  .news-it:hover .txt .tit p {
    color: #103480; }

.detail-0700 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }
  .detail-0700 .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 70px; }
    @media (max-width: 767.98px) {
      .detail-0700 .title {
        padding-bottom: 20px;
        margin-bottom: 30px; } }
    .detail-0700 .title h5 {
      text-align: center;
      font-size: 30px;
      color: #444;
      margin-bottom: 20px; }
    .detail-0700 .title .date {
      text-align: right; }
      @media (max-width: 767.98px) {
        .detail-0700 .title .date {
          text-align: center; } }
  .detail-0700 .content p img {
    margin: 0 auto;
    display: block; }

.pagination {
  margin: 25px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .pages {
    margin: 0 -2px; }
  .pagination li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle; }
  .pagination a {
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    border: 1px solid #ddd;
    color: #333333;
    display: block;
    background-color: rgba(255, 255, 255, 0.7); }
    .pagination a:hover {
      background-color: #103480;
      color: #fff; }
  .pagination .active a {
    background-color: #103480;
    border-color: #103480;
    color: #FFF; }

.pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before {
  font-family: fi;
  display: inline-block; }

.pages-v2 .next a:before {
  content: "\e614"; }

.pages-v2 .prev a:before {
  content: "\e971"; }

.info-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  padding-top: 15px; }

.bdshare a {
  display: inline-block;
  margin-left: 4px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  vertical-align: middle;
  text-align: center; }
  .bdshare a:hover {
    text-decoration: none; }

.bdshare .bds_weixin {
  background: #79c54d; }

.bdshare .bds_tsina {
  background: #f15b5b; }

.bdshare .bds_tqq {
  background: #669ccd; }

.bdshare .bds_qzone {
  background: #ffcc53; }

.bdshare .popup_more {
  background: #10d9f3; }

.dd-toggle {
  display: block;
  float: right; }
  @media (max-width: 767.98px) {
    .dd-toggle {
      float: none;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

body {
  overflow: auto; }

.page-content {
  padding: 40px 0 140px; }
  @media (max-width: 1199.98px) {
    .page-content {
      padding: 20px 0 60px; } }
  @media (max-width: 767.98px) {
    .page-content {
      padding: 30px 0 40px; } }

.mobile-title {
  margin-bottom: 20px; }
  .mobile-title::after {
    display: block;
    clear: both;
    content: ""; }
  .mobile-title h3 {
    float: left;
    display: block;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: bold; }
  .mobile-title .toggle-tab {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    color: #103480; }
    .mobile-title .toggle-tab.active .bar:first-child {
      -webkit-transform: translate(0, 8px) rotate(45deg);
      -ms-transform: translate(0, 8px) rotate(45deg);
      transform: translate(0, 8px) rotate(45deg); }
    .mobile-title .toggle-tab.active .bar:nth-child(2) {
      opacity: 0; }
    .mobile-title .toggle-tab.active .bar:last-child {
      -webkit-transform: translate(0, -8px) rotate(-45deg);
      -ms-transform: translate(0, -8px) rotate(-45deg);
      transform: translate(0, -8px) rotate(-45deg); }
    .mobile-title .toggle-tab .bar {
      display: block;
      width: 22px;
      height: 0;
      border-top: 2px solid;
      margin: 6px auto;
      position: relative;
      -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: opacity .35s ease, -webkit-transform .35s ease;
      -o-transition: transform .35s ease, opacity .35s ease;
      transition: transform .35s ease, opacity .35s ease;
      transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }

.breadcrumbs-content {
  margin-top: -35px;
  position: relative;
  padding-bottom: 15px; }
  .breadcrumbs-content .breadcrumbs-grp {
    padding: 20px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .breadcrumbs-content .breadcrumbs-grp i {
      font-size: 30px;
      color: #103480;
      line-height: 1;
      margin-right: 10px; }
    .breadcrumbs-content .breadcrumbs-grp i, .breadcrumbs-content .breadcrumbs-grp .breadcrumbs {
      display: inline-block;
      vertical-align: middle; }
    .breadcrumbs-content .breadcrumbs-grp li {
      display: inline-block;
      padding-right: 15px;
      position: relative; }
      .breadcrumbs-content .breadcrumbs-grp li:not(:last-child) a:after {
        content: "-";
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #444; }
    .breadcrumbs-content .breadcrumbs-grp a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #444; }
      .breadcrumbs-content .breadcrumbs-grp a:hover {
        color: #103480; }

.page-title {
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #555555;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .page-title .en-title {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    text-transform: uppercase; }
  .page-title .cn-title {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 17px; } }

@media (max-width: 767.98px) {
  .page-tab-list {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    opacity: 0;
    visibility: hidden; }
    .page-tab-list.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; } }

.page-tab-list li {
  border-bottom: 1px solid #ccc;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #fff, #ccc) 1;
  -o-border-image: -o-linear-gradient(left, #fff, #ccc) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
  border-image: linear-gradient(90deg, #fff, #ccc) 1; }
  .page-tab-list li:first-child {
    border-top: 1px solid #ccc;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
    -webkit-border-image: -webkit-linear-gradient(left, #fff, #ccc) 1;
    -o-border-image: -o-linear-gradient(left, #fff, #ccc) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
    border-image: linear-gradient(90deg, #fff, #ccc) 1; }
  .page-tab-list li.active a {
    font-size: 18px;
    color: #0072e2;
    font-weight: bold;
    border-right-color: #0072e2; }

.page-tab-list a {
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 42px;
  color: #555;
  text-align: right;
  border-right: 4px solid #ccc;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .page-tab-list a:hover {
    font-size: 18px;
    color: #0072e2;
    font-weight: bold;
    border-right-color: #0072e2; }

#recruitment-grp .card {
  border: 1px solid #dfdfdf;
  border-top: 0; }
  #recruitment-grp .card:first-child {
    border-top: 1px solid #dfdfdf; }

#recruitment-grp .card-header a {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  background-color: #f6f6f6; }
  #recruitment-grp .card-header a::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    #recruitment-grp .card-header a {
      font-size: 14px; } }
  #recruitment-grp .card-header a p {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px; }
  #recruitment-grp .card-header a[aria-expanded="true"] {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #0072e2; }
    @media (max-width: 767.98px) {
      #recruitment-grp .card-header a[aria-expanded="true"] {
        font-size: 18px; } }
    #recruitment-grp .card-header a[aria-expanded="true"]:before {
      border-left-color: #fff; }
    #recruitment-grp .card-header a[aria-expanded="true"] .icon:after {
      border-top-color: #fff; }
    #recruitment-grp .card-header a[aria-expanded="true"] .icon:before {
      opacity: 0; }
  #recruitment-grp .card-header a .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px; }
    #recruitment-grp .card-header a .icon:before, #recruitment-grp .card-header a .icon:after {
      content: "";
      display: block;
      margin: 3px 0;
      width: 15px;
      height: 0;
      border-top: 2px solid #666;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    #recruitment-grp .card-header a .icon:before {
      -webkit-transform: rotate(90deg) translateX(5px);
      -ms-transform: rotate(90deg) translateX(5px);
      transform: rotate(90deg) translateX(5px); }
  #recruitment-grp .card-header a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 10px solid #a3a3a3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

#recruitment-grp .card-body {
  padding: 30px; }
  @media (max-width: 767.98px) {
    #recruitment-grp .card-body {
      padding: 15px; } }
  #recruitment-grp .card-body p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #414141; }

.page-0603-content::after {
  display: block;
  clear: both;
  content: ""; }

.page-0603-content .img {
  float: left;
  width: 467px;
  height: auto;
  max-width: 40%;
  margin-right: 30px; }
  @media (max-width: 767.98px) {
    .page-0603-content .img {
      float: nonw;
      max-width: 100%;
      margin-bottom: 20px; } }

.page-0603-content .content h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #103480; }
  @media (max-width: 767.98px) {
    .page-0603-content .content h3 {
      font-size: 18px;
      line-height: 28px; } }

.page-0603-content .content p {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #555555; }
  @media (max-width: 767.98px) {
    .page-0603-content .content p {
      font-size: 14px;
      line-height: 28px; } }

.teamwork-item {
  display: block;
  margin-bottom: 30px;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
  @media (max-width: 767.98px) {
    .teamwork-item {
      margin-bottom: 20px;
      padding: 15px; } }
  .teamwork-item:hover h3 {
    color: #103480; }
  .teamwork-item img {
    width: 100%; }
  .teamwork-item h3 {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000033;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .teamwork-item h3 {
        padding-left: 14px;
        font-size: 16px;
        line-height: 22px; } }
    .teamwork-item h3:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid #103480;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent; }
      @media (max-width: 767.98px) {
        .teamwork-item h3:before {
          border-width: 4px 0 4px 6px; } }
  .teamwork-item p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666666; }
    @media (max-width: 767.98px) {
      .teamwork-item p {
        font-size: 14px;
        line-height: 22px; } }
    .teamwork-item p span {
      display: inline-block;
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        .teamwork-item p span {
          display: block;
          padding-right: 0; } }

.pages-v3 {
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    .pages-v3 {
      padding-top: 10px; } }
  .pages-v3 li {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 3px; }
    .pages-v3 li.active, .pages-v3 li:hover {
      border-color: #103480; }
  .pages-v3 .next a:before, .pages-v3 .end a:before, .pages-v3 .first a:before, .pages-v3 .prev a:before {
    font-family: fi;
    display: inline-block; }
  .pages-v3 .next a:before {
    content: "\e614";
    color: #ccc; }
  .pages-v3 .next a:hover:before {
    color: #fff; }
  .pages-v3 .prev a:before {
    content: "\e971";
    color: #ccc; }
  .pages-v3 .prev a:hover:before {
    color: #fff; }

.news-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc; }
  .news-item::after {
    display: block;
    clear: both;
    content: ""; }
  .news-item .img img {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  @media (max-width: 767.98px) {
    .news-item {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .news-item > span {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    width: 90px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    color: #666;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 25px;
    right: 0;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .news-item > span {
        width: 90px;
        height: 30px;
        line-height: 28px;
        bottom: 20px; } }
  .news-item:hover .img img {
    -webkit-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg); }
  .news-item:hover > span {
    background-color: #103480;
    border-color: #103480;
    color: #fff; }
  .news-item .img {
    float: left;
    width: 197px;
    height: auto;
    max-width: 35%;
    margin-right: 25px; }
    @media (max-width: 991.98px) {
      .news-item .img {
        margin-right: 15px; } }
    @media (max-width: 767.98px) {
      .news-item .img {
        max-width: 40%; } }
  .news-item h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #000033;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .news-item h3 {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .news-item h3 {
        font-size: 16px;
        line-height: 22px; } }
  .news-item p {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666; }
    @media (max-width: 767.98px) {
      .news-item p {
        margin-bottom: 20px; } }
  .news-item .date, .news-item .view {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #999; }
    @media (max-width: 767.98px) {
      .news-item .date, .news-item .view {
        padding-right: 10px; } }
    .news-item .date img, .news-item .date span, .news-item .view img, .news-item .view span {
      display: inline-block;
      vertical-align: middle; }
    .news-item .date img, .news-item .view img {
      padding-right: 5px; }

.news-detail-content .title {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.news-detail-content .content {
  padding-top: 22px;
  padding-bottom: 70px;
  border-bottom: 1px solid #cde1e6; }
  @media (max-width: 767.98px) {
    .news-detail-content .content {
      padding-top: 17px;
      padding-bottom: 30px; } }
  .news-detail-content .content img {
    display: block;
    width: 100%;
    margin-top: 65px; }
    @media (max-width: 767.98px) {
      .news-detail-content .content img {
        margin-top: 30px; } }

.news-detail-content h3 {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  color: #333; }
  @media (max-width: 767.98px) {
    .news-detail-content h3 {
      font-size: 18px;
      line-height: 24px; } }

.news-detail-content .info {
  font-size: 14px;
  line-height: 24px;
  color: #999999; }
  .news-detail-content .info span {
    display: inline-block; }
    .news-detail-content .info span:not(:last-child) {
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        .news-detail-content .info span:not(:last-child) {
          padding-right: 10px; } }

.news-detail-content p {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-indent: 2em; }

.detail-pagination-grp {
  padding-top: 35px; }
  .detail-pagination-grp::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .detail-pagination-grp {
      padding-top: 25px; } }

@media (max-width: 767.98px) {
  .detail-pagination {
    float: none;
    max-width: 100%; } }

.detail-pagination li {
  max-width: 50%;
  float: left;
  padding: 5px 0; }
  .detail-pagination li:last-child {
    float: right; }

.detail-pagination a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .detail-pagination a:hover {
    color: #103480; }

.share-grp {
  float: right;
  max-width: 50%;
  padding-top: 15px; }
  @media (max-width: 767.98px) {
    .share-grp {
      float: none;
      max-width: 100%; } }
  .share-grp span, .share-grp .sharelink {
    display: inline-block;
    vertical-align: middle; }
  .share-grp a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: transparent;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .share-grp a:not(:last-child) {
      margin-right: 7px; }
    .share-grp a:hover {
      background-color: #103480;
      border-color: #103480; }
  .share-grp .icon-weixin {
    background-image: url(../img/weixin-icon.png); }
    .share-grp .icon-weixin:hover {
      background-image: url(../img/weixin-icon-hover.png); }
  .share-grp .icon-tencent {
    background-image: url(../img/tencent-icon.png); }
    .share-grp .icon-tencent:hover {
      background-image: url(../img/tencent-icon-hover.png); }
  .share-grp .icon-weibo {
    background-image: url(../img/weibo-icon.png); }
    .share-grp .icon-weibo:hover {
      background-image: url(../img/weibo-icon-hover.png); }
  .share-grp .icon-qq {
    background-image: url(../img/qq-icon.png); }
    .share-grp .icon-qq:hover {
      background-image: url(../img/qq-icon-hover.png); }
  .share-grp .icon-more {
    background-image: url(../img/more-icon.png); }
    .share-grp .icon-more:hover {
      background-image: url(../img/more-icon-hover.png); }

.introduction-page .content p {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #414141; }
  @media (max-width: 767.98px) {
    .introduction-page .content p {
      margin-bottom: 25px; } }

.page-title-grp {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .page-title-grp {
      margin-bottom: 15px; } }
  .page-title-grp .img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 10px; }
    @media (max-width: 767.98px) {
      .page-title-grp .img {
        width: 55px;
        height: 55px;
        line-height: 53px; } }
  .page-title-grp .title {
    display: inline-block;
    vertical-align: middle; }
    .page-title-grp .title h3 {
      display: block;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 24px;
      color: #333333;
      font-weight: bold;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 5px; }
      @media (max-width: 767.98px) {
        .page-title-grp .title h3 {
          font-size: 18px; } }
    .page-title-grp .title p {
      display: block;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 24px;
      color: #999999;
      text-transform: uppercase;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: Arial, sans-serif; }
      @media (max-width: 767.98px) {
        .page-title-grp .title p {
          font-size: 10px; } }

.advantage-list {
  padding-top: 60px;
  margin-left: -35px;
  margin-right: -35px; }
  .advantage-list > div {
    padding-left: 35px;
    padding-right: 35px; }
  @media (max-width: 767.98px) {
    .advantage-list {
      padding-top: 20px;
      margin-left: -10px;
      margin-right: -10px; }
      .advantage-list > div {
        padding-left: 10px;
        padding-right: 10px; } }

.advantage-item {
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .advantage-item .img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    text-align: center;
    line-height: 96px; }
  .advantage-item h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #414141;
    font-weight: bold; }
  .advantage-item p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
    height: 48px;
    overflow: hidden; }

#map {
  height: 500px; }
  @media (max-width: 767.98px) {
    #map {
      height: 400px; } }

.page-0605-content {
  position: relative; }
  .page-0605-content .contact-logo {
    position: absolute;
    width: 100%;
    height: auto;
    top: 40px;
    left: 0;
    text-align: center; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-logo {
        top: 20px; } }
    .page-0605-content .contact-logo .img {
      display: block;
      margin: 0 auto 15px;
      width: 132px;
      height: 132px;
      max-width: 50%; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo .img {
          width: 100px;
          height: 100px; } }
    .page-0605-content .contact-logo h3 {
      display: block;
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 24px;
      color: #000;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo h3 {
          font-size: 18px; } }
    .page-0605-content .contact-logo p {
      display: block;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px;
      color: #333; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo p {
          font-size: 16px; } }
  .page-0605-content .contact-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(16, 52, 128, 0.7); }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-content {
        position: static;
        padding: 20px 0; }
        .page-0605-content .contact-content .row {
          margin-left: -5px;
          margin-right: -5px; }
          .page-0605-content .contact-content .row > div {
            padding-left: 5px;
            padding-right: 5px; } }
  .page-0605-content .contact-item {
    text-align: center;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-item {
        font-size: 14px; } }
    .page-0605-content .contact-item:hover {
      color: #333; }
    .page-0605-content .contact-item h4 {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item h4 {
          font-size: 14px; } }
    .page-0605-content .contact-item p {
      display: block;
      margin-bottom: 25px;
      font-size: 22px;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item p {
          font-size: 18px; } }
    .page-0605-content .contact-item span {
      display: block;
      margin-bottom: 25px; }
    .page-0605-content .contact-item h5 {
      display: block;
      margin-bottom: 19px;
      font-size: 16px;
      line-height: 30px; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item h5 {
          font-size: 14px; } }
  .page-0605-content .contact-content-img {
    display: block;
    margin: 0 auto 22px;
    width: 80px;
    height: 80px;
    max-width: 70%; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-content-img {
        margin-bottom: 15px; } }

.introduction-page .content-0106 {
  margin-bottom: 45px; }
  @media (max-width: 767.98px) {
    .introduction-page .content-0106 {
      margin-bottom: 25px; } }

.introduction-page .ctn-0106-p {
  margin-bottom: 20px !important; }

.product-introduction {
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-introduction > div {
    padding-left: 7px;
    padding-right: 7px; }
  @media (max-width: 991.98px) {
    .product-introduction .thumbnail-grp {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product-introduction .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .product-introduction .bx-wrapper {
        float: left;
        width: 80%; } }
  .product-introduction .product-show-item {
    display: block;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
  .product-introduction .product-item {
    display: block;
    padding: 6px;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 991.98px) {
      .product-introduction .product-item {
        padding-left: 6px;
        padding-top: 12px; } }
    .product-introduction .product-item:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 15px solid transparent;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 991.98px) {
        .product-introduction .product-item:after {
          border-width: 8px;
          border-left-width: 0;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); } }
    .product-introduction .product-item .img {
      border: 6px solid #fff;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
      box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
    .product-introduction .product-item.active:after {
      border-right-color: #103480; }
    .product-introduction .product-item.active .img {
      border-color: #103480; }
  .product-introduction .product-prev, .product-introduction .product-next {
    padding: 0 6px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-prev, .product-introduction .product-next {
        float: left;
        width: 10%;
        padding-left: 0;
        padding-top: 12px; } }
    .product-introduction .product-prev a, .product-introduction .product-next a {
      display: block;
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background-color: #cdcdcd;
      color: #fff;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 991.98px) {
        .product-introduction .product-prev a, .product-introduction .product-next a {
          width: 100%;
          height: 50px;
          line-height: 50px; } }
      .product-introduction .product-prev a i, .product-introduction .product-next a i {
        font-size: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media (max-width: 991.98px) {
          .product-introduction .product-prev a i, .product-introduction .product-next a i {
            font-size: 16px;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0); } }
      .product-introduction .product-prev a:hover, .product-introduction .product-next a:hover {
        background-color: #103480; }
  .product-introduction .product-prev {
    margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-prev {
        margin-bottom: 0; } }
  .product-introduction .product-next {
    margin-top: 4px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-next {
        margin-top: 0; } }

/*# sourceMappingURL=style.css.map */
