@charset "UTF-8";

.br, .bl, .pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before, .bs, .bb {
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }
.br {
  }
.bl, .pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before {
  
  font-weight: lighter; }
.bs {
  
  font-weight: bold; }
.bb {
 
  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"; }
.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;
    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);
    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);
    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: translate(50%, 0);
      transform: translate(50%, 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;
      transition: opacity .35s ease;
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35); }
      .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;
  background-color: #eee;
  overflow: hidden;
  display: block;
  background-size: cover; }
  .banner:before {
    display: block;
    content: "";
    position: relative;
    z-index: 1; }
.banner-index:before {
  padding-top: 600px; }
  @media (max-width: 1199.98px) {
    .banner-index:before {
      padding-top: 31.25%; } }
.banner-page:before {
  padding-top: 31.25%; }
.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: #34b4ea; }
  .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 {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-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%; }
.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%; }
.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-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%; }
.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%; }
.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%; }
.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%; }
.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-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%; }
.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%; }
.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-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%; }
.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%; }
.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%; }
.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%; }
@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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }
@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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }
@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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }
@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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }
@media (min-width: 1500px) {
  .row-mxl-1 > li, .row-mxl-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .row-mxl-2 > li, .row-mxl-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
  .row-mxl-3 > li, .row-mxl-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; }
  .row-mxl-4 > li, .row-mxl-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
  .row-mxl-5 > li, .row-mxl-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%; }
  .row-mxl-6 > li, .row-mxl-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%; }
  .row-mxl-7 > li, .row-mxl-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%; }
  .row-mxl-8 > li, .row-mxl-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%; } }
.pagination .pages {
  margin: 0 -4px; }
.pagination li {
  display: inline-block;
  padding: 4px;
  vertical-align: middle; }
.pagination a {
  height: 30px;
  line-height: 28px;
  min-width: 30px;
  padding: 0 7px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  border: 1px solid #cccccc;
  color: #666666;
  display: block; }
  .pagination a:hover {
    background-color: #34b4ea;
    border-color: #34b4ea;
    color: #FFF; }
.pagination .active a {
  background-color: #34b4ea;
  border-color: #34b4ea;
  color: #FFF; }
.pages-v1 .next a:before {
  content: "下一页"; }
.pages-v1 .end a:before {
  content: "尾页"; }
.pages-v1 .prev a:before {
  content: "上一页"; }
.pages-v1 .first a:before {
  content: "首页"; }
.pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before {
  display: inline-block; }
.pages-v2 .next a:before {
  content: "\e903"; }
.pages-v2 .prev a:before {
  content: "\e902"; }
.pages-v2 .first a:before {
  content: "\e900"; }
.pages-v2 .end a:before {
  content: "\e909"; }
/*------------------------------------
 *  Box-shadows Styles
 *------------------------------------ */
[class*="shadow--hover"] {
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-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;
  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);
    transform: rotate(3deg); }
  .shadow-v3:before {
    display: block;
    left: 10px;
    -webkit-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);
    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);
    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);
    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);
    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; }
.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; }
.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; }
.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; }
.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; }
.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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .form-xl-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }
@media (min-width: 1500px) {
  .form-mxl-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em; }
  .form-mxl-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }
@media (min-width: 1500px) {
  .form-mxl-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em; }
  .form-mxl-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }
@media (min-width: 1500px) {
  .form-mxl-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em; }
  .form-mxl-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }
@media (min-width: 1500px) {
  .form-mxl-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em; }
  .form-mxl-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }
@media (min-width: 1500px) {
  .form-mxl-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em; }
  .form-mxl-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: #34b4ea; }
  .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);
    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: #34b4ea; }
  .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='%23888888' 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 #34b4ea;
  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: #169cd5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-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 #117aa7; }
      .mobile-dropdown .nav > li > a {
        color: #FFF;
        padding: 10px 35px;
        -webkit-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: #117aa7; }
  .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; }
.is-sticky {
  z-index: 999; }
.sticky {
  width: 100%; }
@media (max-width: 767.98px) {
  .header-holder-v1 {
    height: 67px; } }
.header-v1 {
  background-color: #FFF; }
  .header-v1::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .header-holder-v1 .header-v1 {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; } }
  .header-v1 a {
    text-decoration: none !important; }
  @media (min-width: 768px) {
    .header-v1 .navbar-toggle {
      display: none; } }
  .header-v1 .navbar-toggle {
    color: #34b4ea;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid;
    padding: 6px 0;
    margin-left: 8px; }
  .header-v1 .navbar {
    background-color: #34b4ea; }
  .header-v1 .header-brand {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    @media (max-width: 767.98px) {
      .header-v1 .header-brand {
        padding: 12px 0; }
        .header-v1 .header-brand .container {
          max-width: 100%; } }
  .header-v1 .header-hotline {
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .header-v1 .header-hotline {
        font-size: 24px; }
        .header-v1 .header-hotline span {
          display: none; } }
  .header-v1 .hotline-icon {
    font-size: .875em;
    width: 2em;
    height: 2em;
    border: 1px solid;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px; }
    @media (max-width: 767.98px) {
      .header-v1 .hotline-icon {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .header-v1 .navbar-main.collapse {
      display: block; } }
  @media (max-width: 767.98px) {
    .header-v1 .header-logo img {
      height: 42px;
      width: auto; }
    .header-v1 .header-hotline, .header-v1 .navbar-toggle {
      display: inline-block;
      vertical-align: middle; } }
@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 #169cd5;
    border-right: 1px solid #169cd5;
    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%;
      border: 1px solid #169cd5;
      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%; }
  .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%; }
  .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%; }
  .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%; }
  .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; }
    .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%; } }
@media (min-width: 768px) {
  .nav-header-v1 > li:not(:first-child) {
    padding-left: 1px;
    position: relative; }
    .nav-header-v1 > li:not(:first-child):before {
      content: "";
      height: 40%;
      top: 30%;
      left: 0;
      position: absolute;
      border-left: 1px solid #169cd5; } }
.nav-header-v1 > li > a {
  padding: 12px 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin: 0 -1px;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease; }
  @media (max-width: 575.98px) {
    .nav-header-v1 > li > a {
      padding: 12px 12px;
      font-size: 13px; } }
.nav-header-v1 > li:hover > a, .nav-header-v1 > li.active > a {
  background-color: #169cd5; }
.header-v2 a {
  text-decoration: none !important; }
.header-v2 .navbar {
  background-color: #34b4ea; }
  @media (max-width: 767.98px) {
    .header-v2 .navbar .container {
      padding: 0; } }
.header-v2 .header-brand {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  @media (max-width: 767.98px) {
    .header-v2 .header-brand {
      padding: 12px 0; }
      .header-v2 .header-brand .container {
        max-width: 100%; } }
.header-v2 .header-hotline {
  font-size: 20px; }
  @media (max-width: 767.98px) {
    .header-v2 .header-hotline {
      font-size: 24px; }
      .header-v2 .header-hotline span {
        display: none; } }
.header-v2 .hotline-icon {
  font-size: .875em;
  width: 2em;
  height: 2em;
  border: 1px solid;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px; }
  @media (max-width: 767.98px) {
    .header-v2 .hotline-icon {
      margin-right: 0; } }
.header-v2 .navbar-container {
  position: relative; }
  .header-v2 .navbar-container::after {
    display: block;
    clear: both;
    content: ""; }
.header-v2 .nav-toggle-wrap {
  width: 0;
  float: right;
  overflow: hidden; }
.header-v2 .navbar-toggle {
  width: 40px;
  height: 40px;
  padding: 5px 0; }
.header-v2 .navbar-has-hidden .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.header-v2 .navbar-has-hidden .nav-toggle-wrap {
  width: 40px; }
.header-v2 .navbar-has-hidden .navbar-toggle {
  display: block !important;
  color: #FFF; }
.header-v2 #more-nav {
  text-align: center;
  background-color: #eee; }
  .header-v2 #more-nav li {
    display: inline-block; }
  .header-v2 #more-nav a {
    padding: 8px 12px;
    color: #888; }
    .header-v2 #more-nav a:hover {
      color: #34b4ea; }
  .header-v2 #more-nav li.active > a {
    color: #34b4ea; }
.nav-header-v2 {
  overflow: hidden; }
  .nav-header-v2 > li > a {
    color: #FFF;
    padding: 10px 15px;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .nav-header-v2 > li > a {
        padding: 10px 13px; } }
    .nav-header-v2 > li > a:hover {
      color: #ffffff;
      background-color: #169cd5; }
  .nav-header-v2 > li.active > a {
    color: #ffffff;
    background-color: #169cd5; }
.header-v3 {
  background-color: #34b4ea;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
  width: 100%;
  z-index: 999;
  text-align: center;
  -webkit-transition: background .35s;
  transition: background .35s; }
  .header-v3.header-active {
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35); }
  @media (max-width: 1199.98px) {
    .header-v3 {
      text-align: right; } }
  @media (max-width: 991.98px) {
    .header-v3 {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .header-v3 .navbar-main.collapse {
      display: block !important; } }
  @media (max-width: 991.98px) {
    .header-v3::after {
      display: block;
      clear: both;
      content: ""; } }
  .header-v3 .navbar {
    display: inline-block; }
  .header-v3 .header-logo, .header-v3 .header-hotline {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 991.98px) {
      .header-v3 .header-logo, .header-v3 .header-hotline {
        position: static;
        -webkit-transform: none;
        transform: none;
        display: inline-block; } }
  .header-v3 .header-logo {
    left: 0;
    padding: 15px; }
    @media (min-width: 1200px) {
      .header-v3 .header-logo {
        padding-left: 35px; } }
    @media (max-width: 991.98px) {
      .header-v3 .header-logo {
        float: left;
        padding: 12px 15px;
        max-width: 50%; } }
    .header-v3 .header-logo img {
      width: auto; }
  .header-v3 .navbar-main {
    width: 100%; }
  .header-v3 .header-hotline {
    right: 0;
    padding: 20px 15px;
  }
    @media (min-width: 1200px) {
      .header-v3 .header-hotline {
        padding-right: 35px; } }
    .header-v3 .header-hotline span {
      color: #172b86;
      font-size: 32px;
      display: inline-block;
      line-height: 1;
      -webkit-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: 15px; } }
    @media (max-width: 991.98px) {
      .header-v3 .header-hotline {
        position: static;
        display: inline-block;
        vertical-align: middle;
        padding: 10px; }
        .header-v3 .header-hotline span {
          display: none; } }
  .header-v3 .hotline-icon {
    color: #172b86;
    font-size: 18px;
    border: 1px solid;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-right: 5px;
    -webkit-transition: color .35s;
    transition: color .35s;
    vertical-align: middle;
    display: inline-block;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .header-v3 .hotline-icon {
        margin-right: 0; } }
    @media (max-width: 991.98px) {
      .header-v3 .hotline-icon {
        text-align: center; } }
    @media (max-width: 991.98px) {
      .header-v3 .hotline-icon {
        font-size: 20px;
        margin-right: 0; } }
  .header-v3 .navbar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
    color: #172b86;
    -webkit-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 991.98px) {
      .header-v3 .navbar-toggle {
        display: inline-block;
        margin-right: 0; } }
@media (min-width: 768px) {
  .nav-header-v3 {
    text-align: center; }
    .nav-header-v3::after {
      display: block;
      clear: both;
      content: ""; }
    .nav-header-v3 .dropdown .dropdown-box {
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .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); }
      .nav-header-v3 .dropdown .dropdown-box a {
        -webkit-transition: all .35s;
        transition: all .35s; }
        .nav-header-v3 .dropdown .dropdown-box a:hover {
          background-color: #34b4ea;
          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 {
      display: inline-block;
      float: left; }
      .nav-header-v3 > li:last-of-type {
        background: none; }
      .nav-header-v3 > li > a {
        color: #fff;
        padding: 26px 20px;
        position: relative;
        -webkit-transition: all .35s;
        transition: all .35s;
        font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .nav-header-v3 > li > a {
          padding: 26px 15px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .nav-header-v3 > li > a {
          font-size: 12px;
          padding: 24px 10px; } }
@media (min-width: 768px) {
      .nav-header-v3 > li.active > a, .nav-header-v3 > li:hover > a {
        font-weight: bold;
        color: #fff;
        background: #172b86; } }
.header-active .header-hotline {
  color: #34b4ea; }
.header-active .navbar-toggle {
  color: #34b4ea; }
@media (max-width: 991.98px) {
  .header-v3 .navbar-main {
    position: fixed;
    height: 100% !important;
    width: 60%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 1199;
    overflow-y: auto;
    background-color: #34b4ea;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
    .header-v3 .navbar-main.navbar-open {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .header-v3 .navbar-main > .container {
      padding: 0; }
  .header-v3 .dropdown-box {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    padding-left: 30px !important;
    background-color: #17a3de; }
    .header-v3 .dropdown-box > li > a {
      border-top: 1px solid #17a3de;
      border-left: 1px solid #17a3de;
      color: #ffffff; }
      .header-v3 .dropdown-box > li > a:hover {
        background-color: #148bbe; }
  .header-v3 .dropdown-btn {
    display: block;
    float: right;
    text-align: center;
    border-left: 1px solid #17a3de; }
    .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;
    transition-delay: 0.3s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(2) {
    -webkit-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;
    transition-delay: 0.5s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(4) {
    -webkit-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;
    transition-delay: 0.7s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(6) {
    -webkit-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;
    transition-delay: 0.9s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(8) {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(9) {
    -webkit-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;
    transition-delay: 1.2s !important; }
  .navbar-backdrop-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    background-color: #000000;
    z-index: 997; }
    .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 15px;
      background-color: #34b4ea; }
    .nav-header-v3 > li {
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-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 #17a3de; }
      .nav-header-v3 > li > a {
        color: #FFF; }
        .nav-header-v3 > li > a:hover {
          background-color: #17a3de; }
      .nav-header-v3 > li.dropdown > a {
        width: calc( 100% - 40px); }
        .nav-header-v3 > li.dropdown > a.dropdown-btn {
          width: 40px; } }
.header-v4 {
  padding: 10px 0;
  background-color: #fff; }
  .header-v4.header-init {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .35s;
    transition: all .35s; }
    .header-v4.header-init.header-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .header-v4 .header-wrap {
    padding: 0 80px;
    padding: 0 40px; }
    @media (max-width: 991.98px) {
      .header-v4 .header-wrap {
        padding: 0 15px; } }
    .header-v4 .header-wrap > * {
      vertical-align: middle; }
  .header-v4 .header-logo {
    width: 15%; }
    @media (max-width: 991.98px) {
      .header-v4 .header-logo img {
        height: 40px; } }
    @media (max-width: 991.98px) {
      .header-v4 .header-logo {
        width: 25%; } }
    @media (max-width: 767.98px) {
      .header-v4 .header-logo {
        width: 75%; } }
  .header-v4 .header-action {
    width: 15%;
    text-align: right; }
    @media (max-width: 1199.98px) {
      .header-v4 .header-action {
        width: 5%; } }
    @media (max-width: 991.98px) {
      .header-v4 .header-action {
        width: 75%; } }
    @media (max-width: 767.98px) {
      .header-v4 .header-action {
        width: 25%; } }
    .header-v4 .header-action .search-bread {
      vertical-align: middle;
      margin-right: 10px; }
      .header-v4 .header-action .search-bread .input-group {
        height: 36px; }
      .header-v4 .header-action .search-bread .form-control {
        border: 1px solid #34b4ea;
        border-left: 3px solid #34b4ea;
        border-radius: 0; }
      .header-v4 .header-action .search-bread .icon {
        font-size: 20px;
        line-height: 1;
        border-radius: 0;
        border: 0; }
  .header-v4 .navbar-toggle {
    vertical-align: middle;
    color: #333;
    padding: 2px 0;
    height: auto;
    border: 1px solid #333;
    width: 36px; }
    .header-v4 .navbar-toggle .bar {
      margin: 6px auto;
      width: 22px; }
  @media (max-width: 1199.98px) {
    .header-v4 .header-hotline {
      width: 36px;
      height: 36px;
      line-height: 34px;
      display: inline-block;
      text-align: center;
      vertical-align: middle; } }
  @media (max-width: 991.98px) {
    .header-v4 .header-hotline {
      margin-right: 10px;
      line-height: initial;
      border: 1px solid #333; } }
  .header-v4 .header-hotline i {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
    color: #333;
    line-height: 1; }
    @media (max-width: 1199.98px) {
      .header-v4 .header-hotline i {
        margin-right: 0; } }
    @media (max-width: 991.98px) {
      .header-v4 .header-hotline i {
        font-size: 22px;
        line-height: 34px;
        display: block; } }
  .header-v4 .header-hotline span {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    color: #333;
    font-size: 20px; }
    @media (max-width: 1499.98px) {
      .header-v4 .header-hotline span {
        font-size: 18px; } }
    @media (max-width: 1199.98px) {
      .header-v4 .header-hotline span {
        display: none; } }
  .header-v4 .header-menu {
    width: 70%;
    padding: 0 15px; }
    @media (max-width: 1199.98px) {
      .header-v4 .header-menu {
        width: 80%; } }
.nav-header-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1199.98px) {
    .nav-header-v4 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .nav-header-v4 li a {
    white-space: nowrap;
    color: #333;
    -webkit-transition: all .35s;
    transition: all .35s; }
    .nav-header-v4 li a i {
      margin-left: 10px;
      font-size: 12px;
      color: #333;
      -webkit-transition: all .35s;
      transition: all .35s; }
  .nav-header-v4 li:hover > a {
    color: #34b4ea; }
    .nav-header-v4 li:hover > a i {
      color: #34b4ea; }
  .nav-header-v4 > li > a {
    padding: 20px;
    font-size: 16px;
    position: relative;
    padding: 15px; }
    @media (max-width: 1499.98px) {
      .nav-header-v4 > li > a {
        font-size: 14px; } }
    .nav-header-v4 > li > a::before {
      position: absolute;
      width: 0;
      height: 3px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: '';
      display: block;
      -webkit-transition: all .35s;
      transition: all .35s; }
  .nav-header-v4 > li:hover > a, .nav-header-v4 > li.active > a {
    color: #34b4ea; }
    .nav-header-v4 > li:hover > a::before, .nav-header-v4 > li.active > a::before {
      width: 3em;
      background-color: #34b4ea; }
  .nav-header-v4 > li.active > a {
    font-weight: bold; }
  .nav-header-v4 .drop {
    position: relative; }
    .nav-header-v4 .drop .drop-menu {
      position: absolute;
      min-width: 100%;
      z-index: 10;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s; }
      .nav-header-v4 .drop .drop-menu a {
        padding: 10px 15px;
        text-align: center;
        -webkit-transition: all .35s;
        transition: all .35s; }
      .nav-header-v4 .drop .drop-menu li:hover > a {
        color: #ffffff;
        background-color: #34b4ea; }
        .nav-header-v4 .drop .drop-menu li:hover > a i {
          color: #ffffff; }
      .nav-header-v4 .drop .drop-menu.drop-menu-level-0 {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px); }
      .nav-header-v4 .drop .drop-menu.drop-menu-level-1, .nav-header-v4 .drop .drop-menu.drop-menu-level-2 {
        top: 0;
        left: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }
    .nav-header-v4 .drop:hover > .drop-menu {
      opacity: 1;
      visibility: visible; }
      .nav-header-v4 .drop:hover > .drop-menu.drop-menu-level-0 {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); }
      .nav-header-v4 .drop:hover > .drop-menu.drop-menu-level-1, .nav-header-v4 .drop:hover > .drop-menu.drop-menu-level-2 {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
.modalNav-v4 .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  max-width: 300px; }
  @media (max-width: 991.98px) {
    .modalNav-v4 .modal-dialog {
      max-width: 250px; } }
.modalNav-v4 .modal-content {
  border: 0;
  height: 100%;
  border-radius: 0;
  position: relative; }
  .modalNav-v4 .modal-content .close {
    position: absolute;
    top: 0;
    right: 100%;
    padding: 10px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    opacity: 1; }
    .modalNav-v4 .modal-content .close::before, .modalNav-v4 .modal-content .close::after {
      content: '';
      display: block;
      width: 22px;
      height: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-top: 2px solid;
      -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: transform .35s ease, opacity .35s ease;
      transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }
    .modalNav-v4 .modal-content .close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .modalNav-v4 .modal-content .close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
.modalNav-v4.modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.modalNav-v4.modal.fade.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.modalNav-v4.modal.fade.show .nav-mobile-header-v4 > li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
.nav-mobile-header-v4 li {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .nav-mobile-header-v4 li a {
    color: #333;
    line-height: 1.8;
    padding: 10px 0;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .nav-mobile-header-v4 li a i {
      display: none; }
  .nav-mobile-header-v4 li:not(:last-child) {
    border-bottom: 1px solid #eaeaea; }
  .nav-mobile-header-v4 li.drop {
    position: relative; }
    .nav-mobile-header-v4 li.drop::after {
      display: block;
      clear: both;
      content: ""; }
    .nav-mobile-header-v4 li.drop > a {
      width: calc( 100% - 60px);
      padding-right: 0; }
    .nav-mobile-header-v4 li.drop .drop-menu {
      height: 0;
      width: 100%;
      overflow: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      background-color: rgba(0, 0, 0, 0.05); }
      .nav-mobile-header-v4 li.drop .drop-menu li {
        border-top: 1px solid #eaeaea;
        border-bottom: 0; }
        .nav-mobile-header-v4 li.drop .drop-menu li a:not(.btn-drop) {
          padding-left: 35px; }
          .nav-mobile-header-v4 li.drop .drop-menu li a:not(.btn-drop)::before {
            content: "\2022";
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            color: #888; }
    .nav-mobile-header-v4 li.drop > .btn-drop {
      width: 60px;
      height: 45px;
      position: relative;
      line-height: 45px;
      float: right;
      padding: 0;
      text-align: center; }
      .nav-mobile-header-v4 li.drop > .btn-drop::before {
        content: "\e8b5";
        font-size: 16px;
}
      .nav-mobile-header-v4 li.drop > .btn-drop.active::before {
        content: "\e8ca"; }
      .nav-mobile-header-v4 li.drop > .btn-drop.active ~ .drop-menu > li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
.nav-mobile-header-v4 li.drop .drop-menu-level-1 li a:not(.btn-drop) {
  padding-left: 50px; }
.nav-mobile-header-v4 li.drop .drop-menu-level-2 li a:not(.btn-drop) {
  padding-left: 65px; }
.nav-mobile-header-v4 li.drop .drop-menu-level-3 li a:not(.btn-drop) {
  padding-left: 80px; }
.nav-mobile-header-v4 li.drop .drop-menu-level-4 li a:not(.btn-drop) {
  padding-left: 95px; }
.nav-mobile-header-v4 li.drop .drop-menu-level-5 li a:not(.btn-drop) {
  padding-left: 110px; }
.nav-mobile-header-v4 li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.nav-mobile-header-v4 li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.nav-mobile-header-v4 li:nth-child(3) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }
.nav-mobile-header-v4 li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.nav-mobile-header-v4 li:nth-child(5) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s; }
.nav-mobile-header-v4 li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.nav-mobile-header-v4 li:nth-child(7) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s; }
.nav-mobile-header-v4 li:nth-child(8) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.nav-mobile-header-v4 li:nth-child(9) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s; }
.nav-mobile-header-v4 li:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.header-v5 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  width: 100%; }
  .header-v5.header-active .nav-header-v5 > li > a {
    padding: 30px 22px; }
    @media (min-width: 1500px) {
      .header-v5.header-active .nav-header-v5 > li > a {
        padding: 25px 15px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-v5.header-active .nav-header-v5 > li > a {
        padding: 20px 10px; } }
  @media (max-width: 991.98px) {
    .header-v5.header-active .header-wrap {
      padding: 5px 0; } }
  .header-v5 .header-wrap {
    padding: 20px 0;
    -webkit-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 991.98px) {
      .header-v5 .header-wrap {
        padding: 10px 0; } }
    .header-v5 .header-wrap > * {
      vertical-align: middle; }
  .header-v5 .header-logo {
    width: 40%; }
    .header-v5 .header-logo > a {
      vertical-align: top; }
    .header-v5 .header-logo img {
      max-height: 60px; }
    @media (max-width: 767.98px) {
      .header-v5 .header-logo {
        width: 60%; }
        .header-v5 .header-logo img {
          max-height: 40px; } }
  .header-v5 .header-action {
    text-align: right;
    width: 60%; }
    @media (max-width: 767.98px) {
      .header-v5 .header-action {
        width: 40%; } }
  .header-v5 .navbar-toggle {
    vertical-align: middle;
    color: #333;
    padding: 2px 0;
    height: auto;
    width: 37px; }
    .header-v5 .navbar-toggle .bar {
      margin: 6px auto;
      width: 22px; }
      @media (max-width: 991.98px) {
        .header-v5 .navbar-toggle .bar {
          margin: 8px auto;
          width: 30px; } }
      @media (max-width: 767.98px) {
        .header-v5 .navbar-toggle .bar {
          margin: 6px auto;
          width: 24px; } }
  .header-v5 .header-hotline {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .header-v5 .header-hotline {
        margin-right: 30px;
        position: relative; }
        .header-v5 .header-hotline:before {
          display: block;
          content: '';
          position: absolute;
          top: 50%;
          right: -15px;
          height: 20px;
          width: 1px;
          background-color: #707070;
          margin-top: -10px; } }
    @media (max-width: 767.98px) {
      .header-v5 .header-hotline {
        margin-right: 20px; }
        .header-v5 .header-hotline:before {
          right: -10px; } }
    .header-v5 .header-hotline i {
      display: inline-block;
      font-size: 24px;
      vertical-align: middle;
      margin-right: 5px;
      color: #172b86;
      line-height: 50px;
      -webkit-transition: all .35s;
      transition: all .35s;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#34b4ea), to(#172b86));
      background-image: linear-gradient(to right, #34b4ea 0%, #172b86 100%);
      background-repeat: repeat-x;
      color: #fff;
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 40px; }
      @media (max-width: 991.98px) {
        .header-v5 .header-hotline i {
          margin-right: 0;
          font-size: 30px;
          background: none;
          color: #34b4ea; } }
      @media (max-width: 767.98px) {
        .header-v5 .header-hotline i {
          font-size: 25px;
          margin-right: 0; } }
    .header-v5 .header-hotline .txt {
      display: inline-block;
      font-size: 16px;
      color: #1a1a1a;
      vertical-align: middle;
      text-align: left;
      font-size: 14px; }
      @media (max-width: 1199.98px) {
        .header-v5 .header-hotline .txt {
          display: none; } }
    .header-v5 .header-hotline span {
      display: block;
      font-size: 26px;
      line-height: 1;
      color: #1a1a1a;
      font-weight: bold;
      -webkit-transition: all .35s;
      transition: all .35s;
      font-size: 20px; }
    .header-v5 .header-hotline:hover span {
      color: #172b86; }
  .header-v5 .header-menu {
    background-color: #34b4ea; }
    @media (max-width: 991.98px) {
      .header-v5 .header-menu {
        display: none; } }
.search-bread {
  vertical-align: middle;
  margin-right: 30px;
  width: 310px; }
  @media (max-width: 991.98px) {
    .search-bread {
      width: 100%; } }
  .search-bread .header-search-keyword h5 {
    font-size: 14px;
    float: left;
    line-height: 1.2;
    margin-bottom: 0;
    color: #333; }
  .search-bread .header-search-list {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    overflow: hidden; }
    .search-bread .header-search-list li {
      margin: 0 7px;
      display: inline-block;
      vertical-align: top; }
    .search-bread .header-search-list a {
      font-size: 14px;
      line-height: 1.2;
      display: block;
      color: #888;
      -webkit-transition: color 0.35s ease;
      transition: color 0.35s ease; }
  .search-bread form {
    text-align: left;
    width: 100%;
    margin-bottom: 10px; }
  .search-bread .form-control {
    border: 1px solid #e3e3e3;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 20px; }
  .search-bread .icon {
    font-size: 20px;
    line-height: 38px;
    width: 50px;
    height: 40px;
    background-color: #34b4ea;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 0;
    border: 1px solid #34b4ea;
    color: #fff; }
.nav-header-v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .nav-header-v5 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; } }
  .nav-header-v5 li {
    text-align: center; }
    .nav-header-v5 li a {
      white-space: nowrap;
      color: #333;
      -webkit-transition: color .35s;
      transition: color .35s; }
  .nav-header-v5 > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .nav-header-v5 > li:not(:last-child) {
      border-right: 1px solid #4bbdec; }
    .nav-header-v5 > li > a {
      padding: 15px;
      position: relative; }
      @media (max-width: 1199.98px) {
        .nav-header-v5 > li > a {
          padding: 10px; } }
      .nav-header-v5 > li > a .nav-title {
        display: block;
        font-size: 16px;
        color: #fff; }
        @media (max-width: 1199.98px) {
          .nav-header-v5 > li > a .nav-title {
            font-size: 14px;
            line-height: 2; } }
      .nav-header-v5 > li > a i {
        line-height: 1;
        color: #fff;
        margin-left: 7px;
        font-size: 12px; }
        @media (max-width: 767.98px) {
          .nav-header-v5 > li > a i {
            display: none; } }
    .nav-header-v5 > li:hover > a, .nav-header-v5 > li.active > a {
      background-color: #172b86; }
      .nav-header-v5 > li:hover > a .nav-title, .nav-header-v5 > li:hover > a i, .nav-header-v5 > li.active > a .nav-title, .nav-header-v5 > li.active > a i {
        color: #fff; }
  .nav-header-v5 .drop {
    position: relative; }
    .nav-header-v5 .drop .drop-menu {
      position: absolute;
      z-index: 10;
      background-color: #34b4ea;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
      -webkit-transition: all .35s;
      transition: all .35s;
      top: 0;
      left: 100%;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 767.98px) {
        .nav-header-v5 .drop .drop-menu {
          display: none; } }
      .nav-header-v5 .drop .drop-menu > .drop > a .nav-title {
        display: block;
        padding-right: 20px;
        position: relative; }
        .nav-header-v5 .drop .drop-menu > .drop > a .nav-title .icon {
          position: absolute;
          top: 50%;
          right: -3px;
          line-height: 1;
          font-size: 12px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .nav-header-v5 .drop .drop-menu a {
        padding: 12px 25px;
        text-align: left;
        font-size: 16px;
        border-bottom: 1px solid #4bbdec;
        color: #fff; }
      .nav-header-v5 .drop .drop-menu.drop-menu-level-0 {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px); }
    .nav-header-v5 .drop:hover {
      background-color: #172b86; }
      .nav-header-v5 .drop:hover > .drop-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
        .nav-header-v5 .drop:hover > .drop-menu.drop-menu-level-0 {
          -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); }
.modalNav-v5 .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  max-width: 300px; }
  @media (max-width: 767.98px) {
    .modalNav-v5 .modal-dialog {
      max-width: 250px; } }
.modalNav-v5 .modal-content {
  border: 0;
  height: 100%;
  border-radius: 0;
  position: relative; }
.modalNav-v5 .close {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  opacity: 1;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  .modalNav-v5 .close::before, .modalNav-v5 .close::after {
    content: '';
    display: block;
    width: 22px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 2px solid;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }
  .modalNav-v5 .close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .modalNav-v5 .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
.modalNav-v5.modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.modalNav-v5.modal.fade.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.modalNav-v5.modal.fade.show .nav-mobile-header-v5 > li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
.modalNav-v5 .search-bread {
  padding: 10px;
  margin-right: 0; }
.nav-mobile-header-v5 {
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 50px; }
  .nav-mobile-header-v5 li {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .nav-mobile-header-v5 li a {
      color: #333;
      line-height: 1.8;
      padding: 10px 0;
      padding-left: 20px;
      padding-right: 15px;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .nav-mobile-header-v5 li a i {
        display: none; }
    .nav-mobile-header-v5 li:not(:last-child) {
      border-bottom: 1px solid #eaeaea; }
    .nav-mobile-header-v5 li.drop {
      position: relative; }
      .nav-mobile-header-v5 li.drop::after {
        display: block;
        clear: both;
        content: ""; }
      .nav-mobile-header-v5 li.drop > a {
        width: calc( 100% - 60px);
        padding-right: 0; }
      .nav-mobile-header-v5 li.drop .drop-menu {
        height: 0;
        width: 100%;
        overflow: hidden;
        -webkit-transition: all .35s;
        transition: all .35s;
        background-color: rgba(0, 0, 0, 0.05); }
        .nav-mobile-header-v5 li.drop .drop-menu li {
          border-top: 1px solid #eaeaea;
          border-bottom: 0; }
          .nav-mobile-header-v5 li.drop .drop-menu li a:not(.btn-drop) {
            padding-left: 35px; }
            .nav-mobile-header-v5 li.drop .drop-menu li a:not(.btn-drop)::before {
              content: "\2022";
              display: inline-block;
              width: 1em;
              margin-left: -1em;
              color: #888; }
      .nav-mobile-header-v5 li.drop > .btn-drop {
        width: 60px;
        height: 45px;
        position: relative;
        line-height: 45px;
        float: right;
        padding: 0;
        text-align: center; }
        .nav-mobile-header-v5 li.drop > .btn-drop::before {
          content: "\e8b5";
          font-size: 16px;
   }
        .nav-mobile-header-v5 li.drop > .btn-drop.active::before {
          content: "\e8ca"; }
        .nav-mobile-header-v5 li.drop > .btn-drop.active ~ .drop-menu > li {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          opacity: 1;
          visibility: visible; }
.nav-mobile-header-v5 li.drop .drop-menu-level-1 li a:not(.btn-drop) {
  padding-left: 50px; }
.nav-mobile-header-v5 li.drop .drop-menu-level-2 li a:not(.btn-drop) {
  padding-left: 65px; }
.nav-mobile-header-v5 li.drop .drop-menu-level-3 li a:not(.btn-drop) {
  padding-left: 80px; }
.nav-mobile-header-v5 li.drop .drop-menu-level-4 li a:not(.btn-drop) {
  padding-left: 95px; }
.nav-mobile-header-v5 li.drop .drop-menu-level-5 li a:not(.btn-drop) {
  padding-left: 110px; }
.nav-mobile-header-v5 li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.nav-mobile-header-v5 li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.nav-mobile-header-v5 li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.nav-mobile-header-v5 li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.nav-mobile-header-v5 li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
.nav-mobile-header-v5 li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.nav-mobile-header-v5 li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
.nav-mobile-header-v5 li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.nav-mobile-header-v5 li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.nav-mobile-header-v5 li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
@media (max-width: 767.98px) {
  .nav.nav-color > li {
    border: 0 !important; }
  .nav.nav-color > li:nth-child(1) > a {
    background-color: #34b4ea; }
    .nav.nav-color > li:nth-child(1) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(2) > a {
    background-color: #3ab0e9; }
    .nav.nav-color > li:nth-child(2) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(3) > a {
    background-color: #40ade8; }
    .nav.nav-color > li:nth-child(3) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(4) > a {
    background-color: #46a9e7; }
    .nav.nav-color > li:nth-child(4) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(5) > a {
    background-color: #4ca6e6; }
    .nav.nav-color > li:nth-child(5) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(6) > a {
    background-color: #52a2e5; }
    .nav.nav-color > li:nth-child(6) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(7) > a {
    background-color: #589fe4; }
    .nav.nav-color > li:nth-child(7) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(8) > a {
    background-color: #5e9be3; }
    .nav.nav-color > li:nth-child(8) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(9) > a {
    background-color: #6498e3; }
    .nav.nav-color > li:nth-child(9) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(10) > a {
    background-color: #6994e2; }
    .nav.nav-color > li:nth-child(10) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(11) > a {
    background-color: #6f90e1; }
    .nav.nav-color > li:nth-child(11) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(12) > a {
    background-color: #758de0; }
    .nav.nav-color > li:nth-child(12) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(13) > a {
    background-color: #7b89df; }
    .nav.nav-color > li:nth-child(13) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(14) > a {
    background-color: #8186de; }
    .nav.nav-color > li:nth-child(14) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(15) > a {
    background-color: #8782dd; }
    .nav.nav-color > li:nth-child(15) > a:hover {
      background-color: #169cd5; }
  .nav.nav-color > li:nth-child(16) > a {
    background-color: #8d7fdc; }
    .nav.nav-color > li:nth-child(16) > a:hover {
      background-color: #169cd5; } }
body {
  position: relative; }
#footer {
  background-color: #303036;
  border-top: 1px solid #43434b;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  #footer.full-load {
    position: absolute; }
.ft-logo {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .ft-logo {
      margin-bottom: 20px; } }
  .ft-logo img {
    max-width: 200px; }
    @media (max-width: 991.98px) {
      .ft-logo img {
        max-width: 171px; } }
.ft-info {
  text-align: left; }
  @media (max-width: 767.98px) {
    .ft-info {
      margin-bottom: 1.5rem; } }
  .ft-info p {
    font-size: 16px;
    color: #999;
    line-height: 2;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .ft-info p {
        font-size: 12px; } }
    .ft-info p a {
      color: #999;
      -webkit-transition: color .35s;
      transition: color .35s; }
      .ft-info p a:hover {
        color: #fff; }
    .ft-info p .tit {
      max-width: 5em;
      float: left; }
  .ft-info .phone a {
    color: #fff;
    font-size: 36px; }
    .ft-info .phone a:hover {
      color: #34b4ea; }
.ft-menu-block {
  width: 50%;
  margin: 0 auto; }
  @media (max-width: 1299.98px) {
    .ft-menu-block {
      width: 70%; } }
  @media (max-width: 991.98px) {
    .ft-menu-block {
      width: 80%; } }
  @media (max-width: 767.98px) {
    .ft-menu-block {
      width: 100%;
      margin-bottom: 30px; } }
  .ft-menu-block .ft-menu-list::after {
    display: block;
    clear: both;
    content: ""; }
  .ft-menu-block .ft-menu-list a {
    width: 50%;
    padding: 7px 5px 7px 0;
    color: #999;
    font-size: 16px;
    float: left; }
    @media (max-width: 991.98px) {
      .ft-menu-block .ft-menu-list a {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .ft-menu-block .ft-menu-list a {
        width: 33.333%; } }
    .ft-menu-block .ft-menu-list a:hover {
      color: #34b4ea; }
.ft-menu-tit {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold; }
  .ft-menu-tit:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 2em;
    background-color: #34b4ea; }
.ft-qr-wrap {
  float: right; }
  @media (max-width: 991.98px) {
    .ft-qr-wrap {
      float: none; } }
.ft-qr-item {
  display: inline-block;
  text-align: center; }
  .ft-qr-item:not(:last-child) {
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      .ft-qr-item:not(:last-child) {
        margin-bottom: 20px; } }
  .ft-qr-item img {
    width: 100px;
    margin-bottom: 15px; }
  .ft-qr-item p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .ft-qr-item p {
        font-size: 12px; } }
.friend-link {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #303036; }
  .friend-link .container::after {
    display: block;
    clear: both;
    content: ""; }
  .friend-link h5 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .friend-link h5 {
        font-size: 14px; } }
  .friend-link .friend-link-list {
    min-width: calc(100% - 5em);
    font-size: 16px;
    line-height: 1.5; }
    .friend-link .friend-link-list::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .friend-link .friend-link-list {
        min-width: 100%;
        overflow: visible;
        font-size: 14px; } }
    .friend-link .friend-link-list li {
      padding-top: 2px;
      padding-bottom: 2px;
      display: inline-block;
      float: left; }
      .friend-link .friend-link-list li a {
        margin-right: 20px;
        color: #fff;
        display: block;
        -webkit-transition: all .35s;
        transition: all .35s; }
        .friend-link .friend-link-list li a:hover {
          color: #34b4ea; }
.copyright {
  background-color: #303036;
  text-align: center;
  color: #999;
  padding: 10px;
  font-size: 14px;
  border-top: 1px solid #43434b; }
  @media (max-width: 767.98px) {
    .copyright {
      padding-bottom: 60px; } }
  .copyright span, .copyright a {
    display: inline-block;
    padding: 10px 7px;
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s; }
  .copyright span a {
    padding-top: 0;
    padding-bottom: 0; }
  .copyright a:hover {
    color: #34b4ea; }
  .copyright .beian img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin-right: 5px; }
.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;
      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: #1dabe8; }
    .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; } }
body.compensate-for-scrollbar {
  overflow: hidden; }
.bbcbox-active {
  height: auto; }
.bbcbox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }
.bbcbox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 1010; }
  .bbcbox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.bbcbox-outer, .bbcbox-inner, .bbcbox-bg, .bbcbox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.bbcbox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
.bbcbox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.bbcbox-is-open .bbcbox-bg {
  opacity: .9;
  -webkit-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-infobar, .bbcbox-toolbar, .bbcbox-caption, .bbcbox-navigation .bbcbox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 997; }
.bbcbox-show-infobar .bbcbox-infobar, .bbcbox-show-toolbar .bbcbox-toolbar, .bbcbox-show-caption .bbcbox-caption, .bbcbox-show-nav .bbcbox-navigation .bbcbox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }
.bbcbox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.bbcbox-toolbar {
  right: 0;
  top: 0; }
.bbcbox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 994; }
.bbcbox-is-open .bbcbox-stage {
  overflow: hidden; }
.bbcbox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 994; }
  .bbcbox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0; }
.bbcbox-is-sliding .bbcbox-slide, .bbcbox-slide--previous, .bbcbox-slide--current, .bbcbox-slide--next {
  display: block; }
.bbcbox-slide--image {
  overflow: hidden;
  padding: 44px 0; }
  .bbcbox-slide--image::before {
    display: none; }
.bbcbox-slide--html {
  padding: 6px; }
.bbcbox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
.bbcbox-slide--image .bbcbox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 995; }
.bbcbox-can-zoomOut .bbcbox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.bbcbox-can-zoomIn .bbcbox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.bbcbox-can-swipe .bbcbox-content, .bbcbox-can-pan .bbcbox-content {
  cursor: -webkit-grab;
  cursor: grab; }
.bbcbox-is-grabbing .bbcbox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
.bbcbox-container [data-selectable='true'] {
  cursor: text; }
.bbcbox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
.bbcbox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1; }
.bbcbox-slide--video .bbcbox-content, .bbcbox-slide--map .bbcbox-content, .bbcbox-slide--pdf .bbcbox-content, .bbcbox-slide--iframe .bbcbox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }
.bbcbox-slide--video .bbcbox-content {
  background: #000; }
.bbcbox-slide--map .bbcbox-content {
  background: #e5e3df; }
.bbcbox-slide--iframe .bbcbox-content {
  background: #fff; }
.bbcbox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.bbcbox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0; }
/* Fix iOS */
.bbcbox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
  .bbcbox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }
/* Buttons */
.bbcbox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc; }
  .bbcbox-button:visited, .bbcbox-button:link {
    color: #ccc; }
  .bbcbox-button:hover {
    color: #fff; }
  .bbcbox-button:focus {
    outline: none; }
  .bbcbox-button.bbcbox-focus {
    outline: 1px dotted; }
  .bbcbox-button[disabled] {
    color: #888;
    cursor: default;
    outline: none; }
    .bbcbox-button[disabled]:hover {
      color: #888;
      cursor: default;
      outline: none; }
  .bbcbox-button div {
    height: 100%; }
  .bbcbox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
    .bbcbox-button svg path {
      fill: currentColor;
      stroke-width: 0; }
/* Fix IE11 */
.bbcbox-button--play svg:nth-child(2), .bbcbox-button--fsenter svg:nth-child(2), .bbcbox-button--pause svg:nth-child(1), .bbcbox-button--fsexit svg:nth-child(1) {
  display: none; }
.bbcbox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 998; }
/* Close button on the top right corner of html content */
.bbcbox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }
  .bbcbox-close-small:hover {
    color: #fff;
    opacity: 1; }
.bbcbox-slide--html .bbcbox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }
.bbcbox-slide--image.bbcbox-is-scaling .bbcbox-content {
  overflow: hidden; }
.bbcbox-is-scaling .bbcbox-close-small, .bbcbox-is-zoomable.bbcbox-can-pan .bbcbox-close-small {
  display: none; }
/* Navigation arrows */
.bbcbox-navigation .bbcbox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }
  .bbcbox-navigation .bbcbox-button div {
    padding: 7px; }
.bbcbox-navigation .bbcbox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }
.bbcbox-navigation .bbcbox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }
/* Caption */
.bbcbox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 996; }
.bbcbox-caption--separate {
  margin-top: -50px; }
.bbcbox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }
.bbcbox-caption a {
  color: #ccc;
  text-decoration: none; }
  .bbcbox-caption a:link, .bbcbox-caption a:visited {
    color: #ccc;
    text-decoration: none; }
  .bbcbox-caption a:hover {
    color: #fff;
    text-decoration: underline; }
/* Loading indicator */
.bbcbox-loading {
  -webkit-animation: bbcbox-rotate 1s linear infinite;
  animation: bbcbox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 999; }
@-webkit-keyframes bbcbox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes bbcbox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.bbcbox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
.bbcbox-fx-slide.bbcbox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
.bbcbox-fx-slide.bbcbox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
.bbcbox-fx-slide.bbcbox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.bbcbox-fx-fade.bbcbox-slide--previous, .bbcbox-fx-fade.bbcbox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.bbcbox-fx-fade.bbcbox-slide--current {
  opacity: 1; }
.bbcbox-fx-zoom-in-out.bbcbox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }
.bbcbox-fx-zoom-in-out.bbcbox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }
.bbcbox-fx-zoom-in-out.bbcbox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
.bbcbox-fx-rotate.bbcbox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }
.bbcbox-fx-rotate.bbcbox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }
.bbcbox-fx-rotate.bbcbox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.bbcbox-fx-circular.bbcbox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.bbcbox-fx-circular.bbcbox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.bbcbox-fx-circular.bbcbox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.bbcbox-fx-tube.bbcbox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.bbcbox-fx-tube.bbcbox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.bbcbox-fx-tube.bbcbox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .bbcbox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .bbcbox-slide--image {
    padding: 6px 0; }
  .bbcbox-close-small {
    right: -6px; }
  .bbcbox-slide--image .bbcbox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .bbcbox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .bbcbox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }
.bbcbox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
  .bbcbox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .bbcbox-share p {
    margin: 0;
    padding: 0; }
.bbcbox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .bbcbox-share__button:visited, .bbcbox-share__button:link {
    color: #fff; }
  .bbcbox-share__button:hover {
    text-decoration: none; }
.bbcbox-share__button--fb {
  background: #3b5998; }
  .bbcbox-share__button--fb:hover {
    background: #344e86; }
.bbcbox-share__button--pt {
  background: #bd081d; }
  .bbcbox-share__button--pt:hover {
    background: #aa0719; }
.bbcbox-share__button--tw {
  background: #1da1f2; }
  .bbcbox-share__button--tw:hover {
    background: #0d95e8; }
.bbcbox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
  .bbcbox-share__button svg path {
    fill: #fff; }
.bbcbox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
.bbcbox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 995; }
.bbcbox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }
.bbcbox-show-thumbs .bbcbox-thumbs {
  display: block; }
.bbcbox-show-thumbs .bbcbox-inner {
  right: 212px; }
.bbcbox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }
.bbcbox-thumbs-x .bbcbox-thumbs__list {
  overflow: hidden; }
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar {
  width: 7px; }
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }
.bbcbox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }
  .bbcbox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-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);
    z-index: 991; }
  .bbcbox-thumbs__list a:focus::before {
    opacity: .5; }
  .bbcbox-thumbs__list a.bbcbox-thumbs-active::before {
    opacity: 1; }
@media all and (max-width: 576px) {
  .bbcbox-thumbs {
    width: 110px; }
  .bbcbox-show-thumbs .bbcbox-inner {
    right: 110px; }
  .bbcbox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center; }
.morphing-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s, color .2s .2s, width .2s 0s;
  -webkit-transition: color .3s .2s, width .2s 0s;
  transition: color .3s .2s, width .2s 0s;
  white-space: nowrap; }
.morphing-btn_circle {
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: color .2s 0s, width .3s .2s;
  transition: color .2s 0s, width .3s .2s;
  width: 32px !important; }
.morphing-btn-clone {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(52, 180, 234, 0);
  border-radius: 50%;
  position: fixed;
  -webkit-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);
  z-index: 3; }
.morphing-btn-clone_visible {
  background: rgba(52, 180, 234, 0.85);
  display: block;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important; }
.bbcbox-morphing .bbcbox-bg {
  background: rgba(52, 180, 234, 0);
  opacity: 1; }
.bbcbox-morphing .bbcbox-toolbar {
  right: 40px;
  top: 20px; }
  @media (max-width: 767.98px) {
    .bbcbox-morphing .bbcbox-toolbar {
      right: 10px;
      top: 10px; } }
.bbcbox-morphing .bbcbox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff; }
  .bbcbox-morphing .bbcbox-button--close:hover {
    background: rgba(0, 0, 0, 0.25); }
/* Styling for element used in example */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
[dir='rtl'] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
select.bs-select-hidden, select.selectpicker {
  display: none !important; }
.btn-js-select, .js-select.form-control:not(.btn-group) {
  background-color: inherit;
  color: inherit;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  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='%23888' 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") !important;
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  padding-right: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn-js-select:focus, .js-select.form-control:not(.btn-group):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }
.js-select {
  position: relative; }
  .js-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .js-select > .dropdown-toggle.bs-placeholder {
      color: #999; }
      .js-select > .dropdown-toggle.bs-placeholder:hover, .js-select > .dropdown-toggle.bs-placeholder:focus, .js-select > .dropdown-toggle.bs-placeholder:active {
        color: #999; }
  .js-select > select {
    display: none; }
.js-select.mobile-false > select {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: 2; }
.has-error .js-select .dropdown-toggle, .error .js-select .dropdown-toggle {
  border-color: #dc3545; }
.js-select.fit-width {
  width: auto !important; }
.js-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }
.js-select.form-control.btn-group {
  margin-bottom: 0;
  padding: 0;
  border: 0; }
  .js-select.form-control.btn-group:not([class*="col-"]) {
    width: 100%; }
  .js-select.form-control.btn-group.input-group-btn {
    z-index: auto; }
    .js-select.form-control.btn-group.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }
.js-select.btn-group:not(.input-group-btn), .js-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.js-select.btn-group.dropdown-menu-right, .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.row .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .js-select.btn-group, .form-horizontal .js-select.btn-group, .form-group .js-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .js-select.btn-group.form-control, .form-group-sm .js-select.btn-group.form-control {
  padding: 0; }
.form-group-lg .js-select.btn-group.form-control .dropdown-toggle, .form-group-sm .js-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }
.form-inline .js-select.btn-group .form-control {
  width: 100%; }
.js-select .dropdown-toggle:after {
  display: none; }
.js-select.btn-group.disabled {
  cursor: not-allowed; }
  .js-select.btn-group.disabled:focus {
    outline: none !important; }
.js-select.btn-group > .disabled {
  cursor: not-allowed; }
.js-select.btn-group > .disabled:focus {
  outline: none !important; }
.js-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .js-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.js-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis; }
.js-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.js-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .js-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .js-select.btn-group .dropdown-menu li {
    position: relative; }
    .js-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .js-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .js-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .js-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .js-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .js-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .js-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .js-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.js-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.js-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.js-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.js-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }
.js-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px; }
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.dropdown-menu.inner {
  display: block; }
  .dropdown-menu.inner a {
    display: block;
    padding: 0.25em 0.75em;
    color: #444;
    outline: 0; }
    .dropdown-menu.inner a:hover {
      background-color: #f5f5f5; }
  .dropdown-menu.inner .selected a {
    background-color: #f5f5f5;
    color: #34b4ea; }
.js-select-searching li a {
  display: none !important; }
.js-select-searching li.no-results a {
  display: block; }
.js-select-loader {
  position: relative; }
  .js-select-loader .spinner {
    position: absolute;
    bottom: 0.375rem;
    right: 0.5rem;
    background-color: #ffffff;
    z-index: 99; }
[data-toggle="img"] {
  position: relative; }
  [data-toggle="img"] img {
    opacity: 0;
    display: block;
    width: 0px;
    height: 0px; }
  [data-toggle="img"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    z-index: 2;
    background-color: #eee; }
.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; }
/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray; }
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s; }
    .grayscale.grayscale-fade:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none; }
    .grayscale.grayscale-replaced > svg {
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      opacity: 1; }
    .grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
      opacity: 0; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }
.lightbox-modal .modal-dialog, .lightbox-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }
.lightbox-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75); }
.lightbox-control {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
  left: 0;
  z-index: 999; }
  .lightbox-control > button {
    position: relative;
    z-index: 99; }
.lightbox-next {
  float: right; }
.lightbox-prev {
  float: left; }
.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99; }
.lightbox-container {
  width: 300px;
  height: 300px;
  position: relative;
  -webkit-transition: width .35s, height .35s;
  transition: width .35s, height .35s; }
.lightbox-item {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin: auto;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .lightbox-item:not(.active) {
    width: 100px !important;
    height: 100px !important; }
  .lightbox-item.active {
    opacity: 1;
    z-index: 200; }
  .lightbox-item > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .lightbox-item.prev-1, .lightbox-item.next-1 {
    width: 250px !important;
    height: 300px !important;
    opacity: .85;
    z-index: 80; }
  .lightbox-item.prev-2, .lightbox-item.next-2 {
    width: 200px !important;
    height: 250px !important;
    opacity: .85;
    z-index: 40; }
.lightbox-count {
  position: absolute;
  top: 90%;
  font-size: 22px;
  color: #FFF;
  width: 100%;
  z-index: 99;
  text-align: center; }
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
@-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); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
  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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
  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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
  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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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 bounceInUp {
  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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
  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 fadeInDown {
  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); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
  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 fadeInLeft {
  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); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
  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 fadeInRight {
  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); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.dropdown-box {
  margin: 0;
  padding: 0;
  list-style: none; }
.bg-gray {
  background-color: #f7f7f7; }
.breadcrumbs-grp {
  padding: 20px 0 30px; }
  @media (max-width: 767.98px) {
    .breadcrumbs-grp {
      padding: 20px 0; } }
  .breadcrumbs-grp h6 {
    float: left;
    width: 7em;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: text-top; }
    @media (max-width: 767.98px) {
      .breadcrumbs-grp h6 {
        width: 2em; } }
    .breadcrumbs-grp h6 .icon {
      margin-right: 10px;
      font-size: 18px;
      line-height: 1;
      color: #999999; }
      @media (max-width: 767.98px) {
        .breadcrumbs-grp h6 .icon {
          margin-right: 0; } }
    .breadcrumbs-grp h6 span {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.57143;
      color: #999999;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .breadcrumbs-grp h6 span {
          display: none; } }
  .breadcrumbs-grp .nav-breadcrumbs {
    text-align: left; }
    .breadcrumbs-grp .nav-breadcrumbs li {
      display: inline-block; }
      .breadcrumbs-grp .nav-breadcrumbs li:not(:last-child)::after {
        content: ">";
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        color: #999; }
    .breadcrumbs-grp .nav-breadcrumbs a {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.57143;
      color: #999999;
      max-width: 10em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      .breadcrumbs-grp .nav-breadcrumbs a:hover {
        color: #34b4ea; }
  .breadcrumbs-grp.breadcrumbs-grp h6 .icon, .breadcrumbs-grp.breadcrumbs-grp h6 span {
    color: #34b4ea; }
  .breadcrumbs-grp.breadcrumbs-grp .nav-breadcrumbs li:not(:last-child)::after, .breadcrumbs-grp.breadcrumbs-grp .nav-breadcrumbs a {
    color: #34b4ea; }
  .breadcrumbs-grp.breadcrumbs-grp .nav-breadcrumbs a:hover {
    color: #fff; }
.page-banner {
  padding-top: 35.41667%;
  position: relative; }
  @media (max-width: 767.98px) {
    .page-banner {
      padding-top: 0; } }
  .page-banner .inner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .page-banner .inner-text {
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 40px 0; } }
  .page-banner h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 45px; }
    @media (max-width: 1199.98px) {
      .page-banner h1 {
        font-size: 42px;
        margin-bottom: 35px; } }
    @media (max-width: 991.98px) {
      .page-banner h1 {
        font-size: 32px;
        margin-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .page-banner h1 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .page-banner .desc {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    max-width: 30em; }
    @media (max-width: 767.98px) {
      .page-banner .desc {
        font-size: 12px;
        max-width: none; } }
    .page-banner .desc p {
      margin-bottom: 0; }
.page-breadcrumb {
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
  .page-breadcrumb__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .page-breadcrumb__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
  .page-breadcrumb__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-breadcrumb__left .icon {
      font-size: 30px;
      line-height: 1;
      margin-right: 15px;
      color: #172b86; }
      @media (max-width: 991.98px) {
        .page-breadcrumb__left .icon {
          font-size: 26px; } }
    .page-breadcrumb__left .dropdown-grp {
      position: relative;
      margin-left: 20px; }
      .page-breadcrumb__left .dropdown-grp:hover .btn-sub {
        color: #172b86; }
      .page-breadcrumb__left .dropdown-grp:hover .drop-menu {
        opacity: 1;
        visibility: visible; }
    .page-breadcrumb__left .drop-menu {
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 200px;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      padding: 15px;
        padding-left: 30px;
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 767.98px) {
        .page-breadcrumb__left .drop-menu {
          padding-left: 20px;
          padding-right: 20px; } }
    .page-breadcrumb__left .drop-item {
      white-space: nowrap;
      display: block;
      font-size: 14px;
      color: #333;
      line-height: 2;
      -webkit-transition: color .35s;
      transition: color .35s; }
      .page-breadcrumb__left .drop-item:before {
        content: '\2022';
        display: inline-block;
        width: 1em; }
      .page-breadcrumb__left .drop-item:hover {
        color: #34b4ea; }
    .page-breadcrumb__left .btn-sub {
      font-size: 14px;
      line-height: 1.5;
      color: #333;
      position: relative;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-breadcrumb__left h4 {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 1.2;
      color: #333;
      font-weight: bold; }
      @media (max-width: 1199.98px) {
        .page-breadcrumb__left h4 {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .page-breadcrumb__left h4 {
          width: 14em; } }
  @media (max-width: 767.98px) {
    .page-breadcrumb__right {
      margin-bottom: 10px; } }
.breadcrumb-search .input-group {
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden; }
.breadcrumb-search .form-control {
  font-size: 14px;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
  background-color: transparent;
  padding-right: 40px;
  height: calc(1.5em + 0.75rem + 1px); }
  @media (max-width: 991.98px) {
    .breadcrumb-search .form-control {
      height: calc(1.5em + 0.75rem + 4px); } }
  .breadcrumb-search .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999; }
  .breadcrumb-search .form-control::-moz-placeholder {
    font-size: 14px;
    color: #999; }
  .breadcrumb-search .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #999; }
  .breadcrumb-search .form-control::placeholder {
    font-size: 14px;
    color: #999; }
  @media (max-width: 991.98px) {
    .breadcrumb-search .form-control {
      font-size: 12px; } }
  @media (max-width: 767.98px) {
    .breadcrumb-search .form-control {
      padding: 5px 15px; } }
.breadcrumb-search .search-btn {
  border: 0;
  color: #888888;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  z-index: 1;
  padding: 6px;
  border-radius: 100% !important;
  color: #172b86; }
  @media (max-width: 767.98px) {
    .breadcrumb-search .search-btn {
      font-size: 14px;
      padding: 8px; } }
  .breadcrumb-search .search-btn:hover {
    color: #34b4ea; }
/** 4000 **/
.page-4000 {
  padding: 40px 0 100px; }
  @media (max-width: 1199.98px) {
    .page-4000 {
      padding: 40px 0 60px; } }
  @media (max-width: 991.98px) {
    .page-4000 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-4000 {
      padding: 20px 0; } }
  .page-4000 .pagination-custom {
    margin-top: 30px; }
    @media (max-width: 767.98px) {
      .page-4000 .pagination-custom {
        margin-top: 0; } }
/** 4001 **/
.page-4001-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#172b86), to(#34b4ea));
  background-image: linear-gradient(to right, #172b86 0%, #34b4ea 100%);
  background-repeat: repeat-x;
  padding-top: 20.83333%; }
  @media (max-width: 767.98px) {
    .page-4001-bg {
      padding-top: 43.75%; } }
.page-4001__emerge-wrap {
  margin-top: -180px;
  position: relative;
  z-index: 1; }
.page-4001__content {
  padding: 30px 40px; }
  @media (max-width: 767.98px) {
    .page-4001__content {
      padding: 15px; } }
.page-4001__top {
  margin-bottom: 80px; }
  @media (max-width: 1199.98px) {
    .page-4001__top {
      margin-bottom: 40px; } }
.page-4001__gallery {
  width: 520px; }
  @media (max-width: 1499.98px) {
    .page-4001__gallery {
      width: 428px; } }
  @media (max-width: 1199.98px) {
    .page-4001__gallery {
      width: 354px; } }
  @media (max-width: 991.98px) {
    .page-4001__gallery {
      width: 100%;
      margin-bottom: 30px; } }
.page-4001__slick-wrap {
  padding: 0 30px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .page-4001__slick-wrap {
      border-radius: 0;
      padding: 0; } }
.page-4001__slick {
  border-radius: 6px; }
  .page-4001__slick .slick-arrow {
    position: absolute;
    top: 0;
    width: 30px;
    color: #fff;
    background-color: #172b86;
    border: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 991.98px) {
      .page-4001__slick .slick-arrow {
        width: 30px;
        height: 60px;
        line-height: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .page-4001__slick .slick-arrow.slick-prev {
      right: 100%; }
      @media (max-width: 767.98px) {
        .page-4001__slick .slick-arrow.slick-prev {
          right: auto;
          left: 0; } }
    .page-4001__slick .slick-arrow.slick-next {
      left: 100%; }
      @media (max-width: 767.98px) {
        .page-4001__slick .slick-arrow.slick-next {
          left: auto;
          right: 0; } }
    .page-4001__slick .slick-arrow:hover {
      background-color: #34b4ea; }
  .page-4001__slick .slick-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center; }
    .page-4001__slick .slick-dots li {
      border: 0;
      background-color: #fff;
      width: 8px;
      height: 8px;
      display: inline-block;
      margin: 0 3px;
      border-radius: 100%; }
      .page-4001__slick .slick-dots li.slick-active {
        background-color: #172b86; }
      .page-4001__slick .slick-dots li button {
        display: none; }
  .page-4001__slick .item {
    border: 0;
    cursor: pointer;
    margin: 0 5px; }
    @media (max-width: 767.98px) {
      .page-4001__slick .item {
        margin: 0; } }
    .page-4001__slick .item.slick-current .ratio {
      border: 2px solid #172b86; }
      @media (max-width: 991.98px) {
        .page-4001__slick .item.slick-current .ratio {
          border: 0; } }
.page-4001__img-wrap {
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .page-4001__img-wrap {
      margin-bottom: 20px; } }
.page-4001__info h2 {
  font-size: 36px;
  margin-bottom: 55px; }
  @media (max-width: 1199.98px) {
    .page-4001__info h2 {
      font-size: 26px;
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .page-4001__info h2 {
      font-size: 28px;
      margin-bottom: 25px; } }
.page-4001__info .serial {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .page-4001__info .serial {
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .page-4001__info .serial {
      margin-bottom: 30px; } }
  .page-4001__info .serial span {
    background-color: #fff;
    display: inline-block;
    color: #172b86;
    font-size: 18px;
    padding-right: 20px; }
  .page-4001__info .serial:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    z-index: -1; }
.page-4001__info .desc {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 70px; }
  @media (max-width: 1199.98px) {
    .page-4001__info .desc {
      margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .page-4001__info .desc {
      margin-bottom: 35px; } }
.page-4001__tab {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-4001__tab .nav-link {
    padding: 15px 50px;
    border-right: 1px solid #ccc;
    color: #333;
    font-size: 18px; }
    @media (max-width: 767.98px) {
      .page-4001__tab .nav-link {
        padding: 10px 15px;
        font-size: 14px; } }
    .page-4001__tab .nav-link.active {
      color: #fff;
      background-color: #172b86; }
.page-4001__tabContent {
  padding-top: 30px; }
.page-4001__recommend .title h4 {
  font-size: 24px;
  font-weight: bold; }
.product-item {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.35s ease 0s;
  transition: -webkit-box-shadow 0.35s ease 0s;
  transition: box-shadow 0.35s ease 0s;
  transition: box-shadow 0.35s ease 0s, -webkit-box-shadow 0.35s ease 0s; }
  @media (max-width: 1199.98px) {
    .product-item {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .product-item {
      margin-bottom: 10px; } }
  .product-item:hover {
    -webkit-box-shadow: 0 0 14px 2px rgba(8, 8, 9, 0.2);
    box-shadow: 0 0 14px 2px rgba(8, 8, 9, 0.2); }
    .product-item:hover .more {
      border-color: #172b86;
      background-color: #172b86;
      color: #fff; }
  .product-item .item-content {
    padding: 26px 20px 40px; }
    @media (max-width: 1199.98px) {
      .product-item .item-content {
        padding: 15px; } }
  .product-item h4 {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.33333;
    color: #333;
    font-weight: bold; }
    @media (max-width: 1199.98px) {
      .product-item h4 {
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .product-item h4 {
        margin-bottom: 10px;
        font-size: 14px; } }
  .product-item .more {
    display: block;
    padding: 7px 10px;
    margin: 0 auto;
    max-width: 280px;
    font-size: 14px;
    line-height: 1.71429;
    text-align: center;
    border: 1px solid #cccccc;
    color: #999999;
    -webkit-transition: color 0.35s ease 0s, border-color 0.35s ease 0s, background-color 0.35s ease 0s;
    transition: color 0.35s ease 0s, border-color 0.35s ease 0s, background-color 0.35s ease 0s; }
    @media (max-width: 767.98px) {
      .product-item .more {
        font-size: 12px; } }
/** end 4001 **/
.page-5000 {
  padding-bottom: 100px; }
  @media (max-width: 1199.98px) {
    .page-5000 {
      padding-bottom: 50px; } }
  .page-5000 .pagination-custom {
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .page-5000 .pagination-custom {
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-5000 .pagination-custom {
        margin-top: 20px; } }
  .page-5000__main {
    padding-top: 20px; }
    @media (max-width: 767.98px) {
      .page-5000__main {
        padding: 20px 0; } }
  .page-5000__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 1199.98px) {
      .page-5000__main-item {
        padding: 30px 0; } }
    @media (max-width: 767.98px) {
      .page-5000__main-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0; } }
    .page-5000__main-item:hover .date::after {
      width: 100%; }
    .page-5000__main-item:hover h4 {
      color: #34b4ea; }
    .page-5000__main-item:hover .arrow::before, .page-5000__main-item:hover .arrow::after {
      background-color: #34b4ea; }
    .page-5000__main-item .item-date {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 100px;
      margin-right: 40px;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .page-5000__main-item .item-date {
          margin-right: 30px; } }
      @media (max-width: 991.98px) {
        .page-5000__main-item .item-date {
          margin-right: 20px; } }
      @media (max-width: 767.98px) {
        .page-5000__main-item .item-date {
          display: none; } }
    .page-5000__main-item .date {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 1;
      color: #333333;
      position: relative; }
      @media (max-width: 1199.98px) {
        .page-5000__main-item .date {
          padding-bottom: 15px;
          margin-bottom: 15px;
          font-size: 24px; } }
      .page-5000__main-item .date::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        position: absolute;
        bottom: 0;
        left: 0; }
      .page-5000__main-item .date::after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #34b4ea;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: width 0.35s ease 0s;
        transition: width 0.35s ease 0s; }
    .page-5000__main-item .month {
      display: block;
      font-size: 16px;
      line-height: 1;
      color: #333; }
    .page-5000__main-item .item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
      flex: 0 0 340px;
      max-width: 340px;
      margin-right: 30px; }
      @media (max-width: 1199.98px) {
        .page-5000__main-item .item-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
          flex: 0 0 250px;
          max-width: 250px;
          margin-right: 20px; } }
      @media (max-width: 767.98px) {
        .page-5000__main-item .item-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 20px; } }
    .page-5000__main-item .item-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0; }
    .page-5000__main-item h4 {
      margin-bottom: 26px;
      font-size: 22px;
      line-height: 1.36364;
      color: #333333;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .page-5000__main-item h4 {
          margin-bottom: 10px;
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .page-5000__main-item h4 {
          margin-bottom: 5px;
          font-size: 16px; } }
    .page-5000__main-item .desc {
      font-size: 16px;
      line-height: 2;
      height: 4em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 22px;
      color: #666666; }
      @media (max-width: 1199.98px) {
        .page-5000__main-item .desc {
          margin-bottom: 10px;
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .page-5000__main-item .desc {
          margin-bottom: 5px;
          font-size: 12px; } }
    .page-5000__main-item .arrow {
      display: inline-block;
      width: 40px;
      height: 8px;
      position: relative; }
      .page-5000__main-item .arrow::before {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #999999;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: background-color 0.35s ease 0s;
        transition: background-color 0.35s ease 0s; }
      .page-5000__main-item .arrow::after {
        content: "";
        width: 1px;
        height: 8px;
        background-color: #999999;
        position: absolute;
        bottom: -1px;
        right: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: background-color 0.35s ease 0s;
        transition: background-color 0.35s ease 0s; }
.page-5001__content {
  padding-top: 30px;
  margin-bottom: 100px; }
  @media (max-width: 1199.98px) {
    .page-5001__content {
      margin-bottom: 50px; } }
  @media (max-width: 991.98px) {
    .page-5001__content {
      padding-top: 10px;
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .page-5001__content {
      padding-top: 0;
      margin-bottom: 20px; } }
  .page-5001__content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.41667;
    color: #333333; }
    @media (max-width: 767.98px) {
      .page-5001__content h3 {
        margin-bottom: 10px;
        font-size: 18px; } }
  .page-5001__content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .page-5001__content .info {
        margin-bottom: 15px; } }
  .page-5001__content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px; }
    @media (max-width: 767.98px) {
      .page-5001__content .info-item {
        margin-right: 10px; } }
    .page-5001__content .info-item i {
      font-size: 18px;
      line-height: 1;
      margin-right: 10px;
      color: #666666; }
      @media (max-width: 767.98px) {
        .page-5001__content .info-item i {
          font-size: 16px; } }
    .page-5001__content .info-item span {
      font-size: 14px;
      line-height: 1.57143;
      color: #666666; }
      @media (max-width: 767.98px) {
        .page-5001__content .info-item span {
          font-size: 12px; } }
  .page-5001__content .main-content {
    font-size: 16px;
    line-height: 2;
    color: #333333; }
    @media (max-width: 767.98px) {
      .page-5001__content .main-content {
        font-size: 14px; } }
    .page-5001__content .main-content img {
      display: block;
      margin: 0 auto; }
  .page-5001__content .detail-pagination-grp {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .page-5001__content .detail-pagination-grp {
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-5001__content .detail-pagination-grp {
        margin-top: 20px; } }
.page-5001__recommend, .page-5001 .recommend-stickUp {
  z-index: 99 !important;
  background-color: #fff;
  padding-left: 50px; }
  @media (max-width: 991.98px) {
    .page-5001__recommend, .page-5001 .recommend-stickUp {
      padding-left: 0; } }
  .page-5001__recommend h5, .page-5001 .recommend-stickUp h5 {
    margin-bottom: 10px;
    padding: 15px 20px;
    background-color: #34b4ea;
    color: #fff;
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .page-5001__recommend h5, .page-5001 .recommend-stickUp h5 {
        padding: 10px 15px;
        font-size: 18px; } }
  .page-5001__recommend a, .page-5001 .recommend-stickUp a {
    padding: 10px 0px 10px 20px;
    color: #333;
    font-size: 16px;
    position: relative;
    display: block; }
    @media (max-width: 767.98px) {
      .page-5001__recommend a, .page-5001 .recommend-stickUp a {
        padding: 5px 0px 5px 15px;
        font-size: 14px; } }
    .page-5001__recommend a::before, .page-5001 .recommend-stickUp a::before {
      width: 6px;
      height: 6px;
      content: "";
      border-radius: 50%;
      background-color: #ccc;
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
.s-media > div {
  height: 0px !important; }
.s-media__stickUp {
  position: absolute;
  top: 0px;
  left: unset !important;
  z-index: 99 !important; }
@media (min-width: 992px) {
  .s-media__stickUp {
    width: 30px !important;
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px); } }
@media (min-width: 1200px) {
  .s-media__stickUp {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }
@media (min-width: 1500px) {
  .s-media__stickUp {
    width: 40px !important;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px); } }
.s-media__list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .s-media__list .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.s-media li {
  position: relative; }
  .s-media li:hover div {
    visibility: visible;
    opacity: 1; }
  .s-media li img {
    width: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 5px; }
.s-media a {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bbb;
  border-radius: 50%; }
  .s-media a:hover, .s-media a .active {
    color: #fff;
    background-color: #34b4ea; }
.s-media i {
  font-size: 20px; }
/* .s-media li div {
 *position: absolute;
 *visibility: hidden;
 *opacity: 0;
 *-webkit-transition: opacity 300ms ease;
 *transition: opacity 300ms ease; } */
@media (max-width: 1199.98px) {
  .s-media a {
    width: 30px;
    height: 30px; } }
@media (max-width: 1199.98px) {
  .s-media i {
    font-size: 18px; } }
.s-media__box .social-share .social-share-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bbb;
  border-radius: 50%;
  font-size: unset;
  line-height: 1.5;
  border: none;
  -webkit-transition: unset;
  transition: unset; }
.s-media__box .social-share a {
  margin: 0px; }
@media (max-width: 1199.98px) {
  .s-media__box .social-share .social-share-icon {
    width: 30px;
    height: 30px; } }
.s-media__stickUp .s-media__box .social-share .icon-wechat .wechat-qrcode {
  top: -15px;
  left: 125%; }
  .s-media__stickUp .s-media__box .social-share .icon-wechat .wechat-qrcode::after {
    top: 26px;
    left: -6px;
    bottom: unset;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.s-media__box .social-share .icon-wechat, .s-media__box .social-share .icon-weibo, .s-media__box .social-share .icon-qq, .s-media__box .social-share .icon-qzone, .s-media__box .social-share .icon-douban, .s-media__box .social-share .icon-linkedin, .s-media__box .social-share .icon-facebook, .s-media__box .social-share .icon-twitter, .s-media__box .social-share .icon-google {
  background-color: transparent;
  border-color: transparent; }
.s-media__box .social-share .icon-wechat:hover, .s-media__box .social-share .icon-weibo:hover, .s-media__box .social-share .icon-qq:hover, .s-media__box .social-share .icon-qzone:hover, .s-media__box .social-share .icon-douban:hover, .s-media__box .social-share .icon-linkedin:hover, .s-media__box .social-share .icon-facebook:hover, .s-media__box .social-share .icon-twitter:hover, .s-media__box .social-share .icon-google:hover {
  color: #fff;
  background-color: #34b4ea; }
.detail-pagination-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .detail-pagination-grp .detail-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
    @media (max-width: 767.98px) {
      .detail-pagination-grp .detail-pagination {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%; } }
    .detail-pagination-grp .detail-pagination a {
      font-size: 16px;
      line-height: 2;
      color: #666666;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 767.98px) {
        .detail-pagination-grp .detail-pagination a {
          font-size: 14px; } }
      .detail-pagination-grp .detail-pagination a:hover {
        color: #34b4ea; }
  .detail-pagination-grp .btn {
    font-size: 16px;
    line-height: 2;
    padding: 4px 27px;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s;
    transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s; }
    @media (max-width: 767.98px) {
      .detail-pagination-grp .btn {
        font-size: 12px;
        padding: 3px 15px; } }
    .detail-pagination-grp .btn:hover {
      background-color: #34b4ea;
      border-color: #34b4ea;
      color: #fff; }
.zoom .ratio-item {
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all .35s;
  transition: all .35s; }
.zoom:hover .ratio-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
body {
  text-align: justify; }
/** Index **/
.index-pt {
  padding-top: 73px; }
  @media (max-width: 1199.98px) {
    .index-pt {
      padding-top: 60px; } }
  @media (max-width: 991.98px) {
    .index-pt {
      padding-top: 40px; } }
  @media (max-width: 767.98px) {
    .index-pt {
      padding-top: 20px; } }
.index-tit {
  text-align: center; }
  .index-tit.v-dark h3, .index-tit.v-dark p {
    color: #fff; }
  .index-tit h3 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.38889;
    font-weight: bold;
    color: #333; }
    @media (max-width: 1199.98px) {
      .index-tit h3 {
        margin-bottom: 10px;
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .index-tit h3 {
        margin-bottom: 5px;
        font-size: 18px; } }
  .index-tit p {
    display: inline-block;
    max-width: 1350px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
    color: #333333; }
    @media (max-width: 1199.98px) {
      .index-tit p {
        max-width: 80%;
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .index-tit p {
        max-width: 100%; } }
.index-banner__item::before {
  padding-top: 56.25%; }
  @media (max-width: 767.98px) {
    .index-banner__item::before {
      padding-top: 100%; } }
.index-banner__item .banner-txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff; }
.index-banner__item h3 {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.41667; }
  @media (max-width: 1199.98px) {
    .index-banner__item h3 {
      margin-bottom: 30px;
      font-size: 18px; } }
  @media (max-width: 991.98px) {
    .index-banner__item h3 {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .index-banner__item h3 {
      margin-bottom: 10px;
      font-size: 16px; } }
.index-banner__item h2 {
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 1.16667; }
  @media (max-width: 1199.98px) {
    .index-banner__item h2 {
      margin-bottom: 30px;
      font-size: 32px; } }
  @media (max-width: 991.98px) {
    .index-banner__item h2 {
      margin-bottom: 20px;
      font-size: 26px; } }
  @media (max-width: 767.98px) {
    .index-banner__item h2 {
      margin-bottom: 10px;
      font-size: 22px; } }
.index-banner__item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55556; }
  @media (max-width: 1199.98px) {
    .index-banner__item p {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .index-banner__item p {
      font-size: 12px; } }
.index-banner__slick {
  position: relative; }
  .index-banner__slick .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0; }
    .index-banner__slick .slick-dots.hidden {
      opacity: 0;
      visibility: hidden; }
    .index-banner__slick .slick-dots li {
      width: 40px;
      height: 3px;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.45);
      -webkit-transition: background-color 0.35s ease 0s;
      transition: background-color 0.35s ease 0s; }
      .index-banner__slick .slick-dots li.slick-active {
        background-color: #fff; }
    .index-banner__slick .slick-dots button {
      display: none; }
.banner-idx-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
video.banner-idx-video {
  -o-object-fit: contain;
  object-fit: contain; }
.index-idx1__content {
  padding: 80px 0;
  margin-top: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1499.98px) {
    .index-idx1__content {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .index-idx1__content {
      padding: 40px 0;
      margin-top: 40px; } }
  @media (max-width: 767.98px) {
    .index-idx1__content {
      padding: 20px 0;
      margin-top: 20px; } }
  .index-idx1__content .row {
    margin-left: 0;
    margin-right: 0; }
    .index-idx1__content .row > div {
      padding-left: 0;
      padding-right: 0; }
.index-idx1__txt {
  padding: 40px 85px 75px;
  border-radius: 8px;
  background-color: #fff; }
  @media (max-width: 1499.98px) {
    .index-idx1__txt {
      padding: 40px; } }
  @media (max-width: 1199.98px) {
    .index-idx1__txt {
      padding: 30px; } }
  @media (max-width: 767.98px) {
    .index-idx1__txt {
      padding: 20px; } }
  .index-idx1__txt h3 {
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 1.5;
    color: #333333; }
    @media (max-width: 1499.98px) {
      .index-idx1__txt h3 {
        margin-bottom: 20px;
        font-size: 32px; } }
    @media (max-width: 1199.98px) {
      .index-idx1__txt h3 {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .index-idx1__txt h3 {
        font-size: 18px; } }
    .index-idx1__txt h3 img, .index-idx1__txt h3 span {
      display: inline-block;
      vertical-align: middle; }
    .index-idx1__txt h3 img {
      width: 40px;
      margin-right: 20px; }
      @media (max-width: 1199.98px) {
        .index-idx1__txt h3 img {
          width: 32px;
          margin-right: 15px; } }
      @media (max-width: 767.98px) {
        .index-idx1__txt h3 img {
          width: 24px;
          margin-right: 10px; } }
  .index-idx1__txt .content {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667;
    height: 10em;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333; }
    @media (max-width: 1199.98px) {
      .index-idx1__txt .content {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .index-idx1__txt .content {
        font-size: 14px; } }
  .index-idx1__txt p {
    margin-bottom: 0; }
  .index-idx1__txt .more {
    display: inline-block;
    min-width: 160px;
    border: 0;
    border-radius: 30px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 1.375;
    text-align: center; }
    @media (max-width: 767.98px) {
      .index-idx1__txt .more {
        min-width: 120px;
        padding: 10px;
        font-size: 14px; } }
.index-idx2__content {
  padding-top: 45px; }
  @media (max-width: 767.98px) {
    .index-idx2__content {
      padding-top: 20px; } }
  .index-idx2__content .row {
    margin-left: -23px;
    margin-right: -23px; }
    .index-idx2__content .row > div {
      padding-left: 23px;
      padding-right: 23px; }
    @media (max-width: 1199.98px) {
      .index-idx2__content .row {
        margin-left: -15px;
        margin-right: -15px; }
        .index-idx2__content .row > div {
          padding-left: 15px;
          padding-right: 15px; } }
.index-idx2__item {
  display: block;
  position: relative;
  margin-bottom: 60px;
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; }
  @media (max-width: 991.98px) {
    .index-idx2__item {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .index-idx2__item {
      margin-bottom: 20px; } }
  .index-idx2__item:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
    @media (max-width: 767.98px) {
      .index-idx2__item:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .index-idx2__item:hover .icon {
      background-color: #172b86; }
    .index-idx2__item:hover h4 {
      color: #172b86; }
    .index-idx2__item:hover .more {
      border-color: #172b86;
      background-color: #172b86;
      color: #fff; }
  .index-idx2__item::before {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    z-index: -1; }
    @media (max-width: 1199.98px) {
      .index-idx2__item::before {
        width: 100px;
        height: 100px; } }
  .index-idx2__item .item-icon {
    width: 140px;
    height: 140px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .index-idx2__item .item-icon {
        width: 100px;
        height: 100px; } }
  .index-idx2__item .icon {
    width: 100%;
    height: 100%;
    background-color: #34b4ea;
    border-radius: 50%;
    position: relative;
    -webkit-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s; }
    .index-idx2__item .icon img {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 1199.98px) {
        .index-idx2__item .icon img {
          width: 40px;
          height: 40px; } }
  .index-idx2__item .item-content {
    background-color: #fff;
    padding: 87px 30px 70px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
    @media (max-width: 1199.98px) {
      .index-idx2__item .item-content {
        padding: 50px 20px 40px;
        margin-top: -50px; } }
  .index-idx2__item h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 2.08333;
    text-align: center;
    font-weight: bold;
    color: #34b4ea;
    -webkit-transition: color 0.35s ease 0s;
    transition: color 0.35s ease 0s; }
    @media (max-width: 1199.98px) {
      .index-idx2__item h4 {
        margin-bottom: 10px;
        font-size: 22px; } }
  .index-idx2__item p {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 2;
    /* height: 6em; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    color: #666666; }
    @media (max-width: 1199.98px) {
      .index-idx2__item p {
        margin-bottom: 20px;
        font-size: 14px; } }
  .index-idx2__item .more {
    padding: 14px 44px;
    border: 1px solid #34b4ea;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.375;
    color: #34b4ea;
    -webkit-transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s;
    transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s; }
    @media (max-width: 1199.98px) {
      .index-idx2__item .more {
        padding: 10px 30px; } }
.index-idx3 {
  padding: 53px 0 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199.98px) {
    .index-idx3 {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .index-idx3 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .index-idx3 {
      padding: 20px 0; } }
  .index-idx3 .more {
    display: inline-block;
    padding: 8px 48px;
    font-size: 16px;
    line-height: 2;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: background-color 0.35s ease 0s, border-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, border-color 0.35s ease 0s; }
    .index-idx3 .more:hover {
      background-color: #34b4ea;
      border-color: #34b4ea; }
  .index-idx3__content {
    padding: 72px 0 80px; }
    @media (max-width: 1199.98px) {
      .index-idx3__content {
        padding: 60px 0; } }
    @media (max-width: 991.98px) {
      .index-idx3__content {
        padding: 40px 0; }
        .index-idx3__content .row {
          margin-left: -10px;
          margin-right: -10px; }
          .index-idx3__content .row > div {
            padding-left: 10px;
            padding-right: 10px; } }
    @media (max-width: 767.98px) {
      .index-idx3__content {
        padding: 20px 0; } }
  .index-idx3__item {
    display: block; }
    @media (max-width: 767.98px) {
      .index-idx3__item {
        margin-bottom: 20px; } }
    .index-idx3__item:hover .item-content {
      background-color: #34b4ea; }
    .index-idx3__item:hover h4, .index-idx3__item:hover p {
      color: #fff; }
    .index-idx3__item .item-content {
      margin: 0 25px;
        margin-top: -60px;
      padding: 26px 20px 32px;
      background-color: #fff;
      position: relative;
      -webkit-transition: background-color 0.35s ease 0s;
      transition: background-color 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .index-idx3__item .item-content {
          margin: 0 15px;
            margin-top: -40px;
          padding: 20px 15px; } }
      @media (max-width: 991.98px) {
        .index-idx3__item .item-content {
          margin: 0 10px;
            margin-top: -20px;
          padding: 15px; } }
      @media (max-width: 767.98px) {
        .index-idx3__item .item-content {
          margin: 0; } }
    .index-idx3__item h4 {
      margin-bottom: 18px;
      font-size: 24px;
      line-height: 1.33333;
      font-weight: bold;
      text-align: center;
      color: #333333;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .index-idx3__item h4 {
          margin-bottom: 10px;
          font-size: 18px; } }
      @media (max-width: 991.98px) {
        .index-idx3__item h4 {
          margin-bottom: 5px; } }
    .index-idx3__item p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 2;
      height: 6em;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #666666;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .index-idx3__item p {
          font-size: 14px; } }
      @media (max-width: 991.98px) {
        .index-idx3__item p {
          font-size: 12px; } }
.index-idx4__content {
  padding: 50px 0 80px; }
  @media (max-width: 1199.98px) {
    .index-idx4__content {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .index-idx4__content {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .index-idx4__content {
      padding: 20px 0; } }
  .index-idx4__content .row {
    margin-left: -35px;
    margin-right: -35px; }
    .index-idx4__content .row > div {
      padding-left: 35px;
      padding-right: 35px; }
    @media (max-width: 1499.98px) {
      .index-idx4__content .row {
        margin-left: -15px;
        margin-right: -15px; }
        .index-idx4__content .row > div {
          padding-left: 15px;
          padding-right: 15px; } }
.index-idx4__item {
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  overflow: hidden; }
  .index-idx4__item .item-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px; }
    .index-idx4__item .item-tit img {
      width: 45px;
      height: 45px;
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .index-idx4__item .item-tit img {
          width: 35px;
          height: 35px; } }
  .index-idx4__item h4 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 991.98px) {
      .index-idx4__item h4 {
        font-size: 18px;
        line-height: 32px; } }
    .index-idx4__item h4 span {
      font-size: 36px; }
      @media (max-width: 991.98px) {
        .index-idx4__item h4 span {
          font-size: 32px; } }
  .index-idx4__item .item-list {
    background-color: #fff;
    padding: 60px 30px 0;
    margin-left: -30px;
    margin-right: -30px; }
    .index-idx4__item .item-list > div {
      padding-left: 30px;
      padding-right: 30px; }
    .index-idx4__item .item-list::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 1499.98px) {
      .index-idx4__item .item-list {
        padding: 60px 10px 0;
        margin-left: -10px;
        margin-right: -10px; }
        .index-idx4__item .item-list > div {
          padding-left: 10px;
          padding-right: 10px; } }
    @media (max-width: 1199.98px) {
      .index-idx4__item .item-list {
        padding: 40px 10px 0; } }
    @media (max-width: 767.98px) {
      .index-idx4__item .item-list {
        padding: 20px 5px 0;
        margin-left: -5px;
        margin-right: -5px; }
        .index-idx4__item .item-list > div {
          padding-left: 5px;
          padding-right: 5px; } }
  .index-idx4__item .item-list-items {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .index-idx4__item .item-list-items {
        width: 12.5%;
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .index-idx4__item .item-list-items {
        width: 50%;
        margin-bottom: 20px; } }
    .index-idx4__item .item-list-items:hover .icon img {
      -webkit-transform: translate(-50%, -50%) rotateY(360deg);
      transform: translate(-50%, -50%) rotateY(360deg); }
    .index-idx4__item .item-list-items:not(:last-child) .icon::after {
      content: "";
      width: 30px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      left: calc( 100% + 15px);
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media (max-width: 1499.98px) {
        .index-idx4__item .item-list-items:not(:last-child) .icon::after {
          width: 25px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .index-idx4__item .item-list-items:not(:last-child) .icon::after {
          width: 20px;
          left: calc( 100% + 10px); } }
      @media (max-width: 991.98px) {
        .index-idx4__item .item-list-items:not(:last-child) .icon::after {
          left: 145%; } }
      @media (max-width: 767.98px) {
        .index-idx4__item .item-list-items:not(:last-child) .icon::after {
          display: none; } }
    .index-idx4__item .item-list-items:nth-child(4) .icon::after {
      left: 50%;
      top: calc( 100% + 65px);
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .index-idx4__item .item-list-items:nth-child(4) .icon::after {
          left: calc( 100% + 10px);
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0); } }
    .index-idx4__item .item-list-items:nth-child(n+5) {
      float: right; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .index-idx4__item .item-list-items:nth-child(n+5) {
          float: left; } }
      @media (max-width: 767.98px) {
        .index-idx4__item .item-list-items:nth-child(n+5) {
          float: left; } }
      .index-idx4__item .item-list-items:nth-child(n+5) .icon::after {
        left: auto;
        right: calc( 100% + 15px);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .index-idx4__item .item-list-items:nth-child(n+5) .icon::after {
            left: calc( 100% + 10px);
            right: auto;
            -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); } }
        @media (max-width: 991.98px) {
          .index-idx4__item .item-list-items:nth-child(n+5) .icon::after {
            right: 145%; } }
    .index-idx4__item .item-list-items:last-child .icon {
      background: #c5c5c5;
      background: -webkit-gradient(linear, left top, right top, from(#c5c5c5), to(#a3a3a3));
      background: linear-gradient(90deg, #c5c5c5 0%, #a3a3a3 100%); }
      .index-idx4__item .item-list-items:last-child .icon::before {
        background-color: #ababab; }
  .index-idx4__item h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
    color: #333333; }
    @media (max-width: 1199.98px) {
      .index-idx4__item h5 {
        font-size: 14px; } }
  .index-idx4__item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 1499.98px) {
      .index-idx4__item .icon {
        width: 80px;
        height: 80px; } }
    .index-idx4__item .icon::before {
      content: attr(data-index);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #fff;
      background-color: #34b4ea;
      border: 3px solid #fff;
      position: absolute;
      bottom: -3px;
      right: 0;
      z-index: 2; }
      @media (max-width: 1499.98px) {
        .index-idx4__item .icon::before {
          width: 26px;
          height: 26px;
          border: 2px solid #fff;
          font-size: 14px;
          line-height: 22px; } }
    .index-idx4__item .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.35s ease 0s;
      transition: -webkit-transform 0.35s ease 0s;
      transition: transform 0.35s ease 0s;
      transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; }
      @media (max-width: 1499.98px) {
        .index-idx4__item .icon img {
          width: 40px;
          height: 40px; } }
  .index-idx4__item.item-left .item-tit, .index-idx4__item.item-left .icon {
    background: #38b1ee;
    background: -webkit-gradient(linear, left top, right top, from(#38b1ee), to(#32b6e8));
    background: linear-gradient(90deg, #38b1ee 0%, #32b6e8 100%); }
  .index-idx4__item.item-left .icon::before {
    background-color: #33b5e9; }
  .index-idx4__item.item-left .icon::after {
    background-image: url(../images/arrow.png); }
  .index-idx4__item.item-right .item-tit, .index-idx4__item.item-right .icon {
    background: #fdc601;
    background: -webkit-gradient(linear, left top, right top, from(#fdc601), to(#ff8b03));
    background: linear-gradient(90deg, #fdc601 0%, #ff8b03 100%); }
  .index-idx4__item.item-right .icon::before {
    background-color: #ff9203; }
  .index-idx4__item.item-right .icon::after {
    background-image: url(../images/arrow-2.png); }
.index-idx5 {
  padding: 70px 0 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1499.98px) {
    .index-idx5 {
      padding: 70px 0 100px; } }
  @media (max-width: 1199.98px) {
    .index-idx5 {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .index-idx5 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .index-idx5 {
      padding: 20px 0; } }
  .index-idx5__content {
    padding-top: 50px; }
    @media (max-width: 991.98px) {
      .index-idx5__content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .index-idx5__content {
        padding-top: 20px; } }
  .index-idx5__slickTab {
    margin-bottom: 20px; }
  .index-idx5__item {
    padding: 12px;
    background-color: #fff; }
    .index-idx5__item .row {
      margin-left: -36px;
      margin-right: -36px; }
      .index-idx5__item .row > div {
        padding-left: 36px;
        padding-right: 36px; }
      @media (max-width: 1199.98px) {
        .index-idx5__item .row {
          margin-left: -25px;
          margin-right: -25px; }
          .index-idx5__item .row > div {
            padding-left: 25px;
            padding-right: 25px; } }
    .index-idx5__item .item-img .row {
      margin-left: -5px;
      margin-right: -5px; }
      .index-idx5__item .item-img .row > div {
        padding-left: 5px;
        padding-right: 5px; }
    .index-idx5__item .item-img .sub-img-bottom {
      margin-top: 5px; }
    .index-idx5__item .item-content {
      padding-top: 20px;
      padding-right: 50px; }
      @media (max-width: 1499.98px) {
        .index-idx5__item .item-content {
          padding-top: 10px;
          padding-right: 20px; } }
      @media (max-width: 1199.98px) {
        .index-idx5__item .item-content {
          padding-top: 0; } }
      @media (max-width: 991.98px) {
        .index-idx5__item .item-content {
          padding: 20px; } }
    .index-idx5__item h5 {
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 1.41667;
      color: #333333;
      position: relative; }
      @media (max-width: 1199.98px) {
        .index-idx5__item h5 {
          margin-bottom: 10px;
          font-size: 22px; } }
      @media (max-width: 991.98px) {
        .index-idx5__item h5 {
          padding-left: 30px; } }
      .index-idx5__item h5::before {
        content: "";
        width: 20px;
        height: 15px;
        background-image: url(../images/right-arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        position: absolute;
        top: 17px;
        left: -30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 1199.98px) {
          .index-idx5__item h5::before {
            left: -25px;
            width: 15px; } }
        @media (max-width: 991.98px) {
          .index-idx5__item h5::before {
            left: 0; } }
    .index-idx5__item .tag {
      display: inline-block;
      padding: 0 30px;
      margin-bottom: 42px;
      border-radius: 30px;
      font-size: 18px;
      line-height: 2;
      text-transform: uppercase;
      color: #fff;
      background-color: #999999; }
      @media (max-width: 1499.98px) {
        .index-idx5__item .tag {
          margin-bottom: 20px; } }
      @media (max-width: 1199.98px) {
        .index-idx5__item .tag {
          margin-bottom: 10px;
          padding: 0 20px;
          font-size: 16px; } }
    .index-idx5__item p {
      margin-bottom: 66px;
      font-size: 16px;
      line-height: 2;
      max-height: 6em;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #333333; }
      @media (max-width: 1499.98px) {
        .index-idx5__item p {
          margin-bottom: 30px; } }
      @media (max-width: 1199.98px) {
        .index-idx5__item p {
          margin-bottom: 15px;
          font-size: 14px; } }
    .index-idx5__item .more {
      display: inline-block;
      padding: 2px 32px;
      font-size: 14px;
      line-height: 2.57143;
      color: #fff;
      border: 0;
      border-radius: 6px; }
.nav-wrap-idx5 .slider-controls {
  display: none; }
.nav-idx5 {
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .nav-idx5 .active-dot {
    position: absolute;
    top: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    background-color: #172b86;
    z-index: 1; }
  .nav-idx5 .slick-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-idx5 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 11.11111%; }
  .nav-idx5 a {
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #666666;
    -webkit-transition: color 0.35s ease 0s, background-color 0.35s ease 0s;
    transition: color 0.35s ease 0s, background-color 0.35s ease 0s;
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .nav-idx5 a {
        padding: 10px 15px;
        font-size: 14px; } }
    .nav-idx5 a.active {
      color: #fff; }
.index-idx6 {
  padding-bottom: 80px; }
  @media (max-width: 1199.98px) {
    .index-idx6 {
      padding-bottom: 60px; } }
  @media (max-width: 991.98px) {
    .index-idx6 {
      padding-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .index-idx6 {
      padding-bottom: 20px; } }
  .index-idx6 .content-more {
    padding: 8px 47px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 2; }
    @media (max-width: 991.98px) {
      .index-idx6 .content-more {
        padding: 8px 36px;
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .index-idx6 .content-more {
        padding: 8px 20px;
        font-size: 12px; } }
  .index-idx6__content {
    padding-top: 42px; }
    @media (max-width: 767.98px) {
      .index-idx6__content {
        padding-top: 20px; } }
    .index-idx6__content .row {
      margin-left: -36px;
      margin-right: -36px; }
      .index-idx6__content .row > div {
        padding-left: 36px;
        padding-right: 36px; }
      @media (max-width: 1499.98px) {
        .index-idx6__content .row {
          margin-left: -20px;
          margin-right: -20px; }
          .index-idx6__content .row > div {
            padding-left: 20px;
            padding-right: 20px; } }
      @media (max-width: 1199.98px) {
        .index-idx6__content .row {
          margin-left: -15px;
          margin-right: -15px; }
          .index-idx6__content .row > div {
            padding-left: 15px;
            padding-right: 15px; } }
      @media (max-width: 991.98px) {
        .index-idx6__content .row {
          margin-left: -10px;
          margin-right: -10px; }
          .index-idx6__content .row > div {
            padding-left: 10px;
            padding-right: 10px; } }
      @media (max-width: 767.98px) {
        .index-idx6__content .row {
          margin-left: -5px;
          margin-right: -5px; }
          .index-idx6__content .row > div {
            padding-left: 5px;
            padding-right: 5px; } }
  .index-idx6__item {
    display: block;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-box-shadow 0.35s ease 0s;
    transition: -webkit-box-shadow 0.35s ease 0s;
    transition: box-shadow 0.35s ease 0s;
    transition: box-shadow 0.35s ease 0s, -webkit-box-shadow 0.35s ease 0s; }
    @media (max-width: 991.98px) {
      .index-idx6__item {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .index-idx6__item {
        margin-bottom: 20px; } }
    .index-idx6__item:hover {
      -webkit-box-shadow: 0 0 10px rgba(23, 43, 134, 0.3);
      box-shadow: 0 0 10px rgba(23, 43, 134, 0.3); }
      .index-idx6__item:hover h4, .index-idx6__item:hover .more {
        color: #172b86; }
    .index-idx6__item .item-content {
      padding: 30px 20px; }
      @media (max-width: 1199.98px) {
        .index-idx6__item .item-content {
          padding: 20px; } }
      @media (max-width: 991.98px) {
        .index-idx6__item .item-content {
          padding: 20px 15px; } }
      @media (max-width: 767.98px) {
        .index-idx6__item .item-content {
          padding: 15px; } }
    .index-idx6__item h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 2;
      color: #333333;
      -webkit-transition: colro 0.35s ease 0s;
      transition: colro 0.35s ease 0s; }
    .index-idx6__item .date {
      display: block;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 2;
      color: #999999; }
      @media (max-width: 991.98px) {
        .index-idx6__item .date {
          font-size: 14px; } }
    .index-idx6__item p {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 2;
      height: 6em;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #666; }
      @media (max-width: 1199.98px) {
        .index-idx6__item p {
          margin-bottom: 15px; } }
      @media (max-width: 991.98px) {
        .index-idx6__item p {
          margin-bottom: 10px;
          font-size: 14px; } }
    .index-idx6__item .more {
      display: block;
      font-size: 16px;
      line-height: 2;
      color: #999999;
      -webkit-transition: colro 0.35s ease 0s;
      transition: colro 0.35s ease 0s; }
      @media (max-width: 991.98px) {
        .index-idx6__item .more {
          font-size: 14px; } }
      .index-idx6__item .more i {
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle; }
.index-idx7__main {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .index-idx7__main {
      padding-top: 50px; } }
  @media (max-width: 767.98px) {
    .index-idx7__main {
      padding: 20px 0; } }
.index-idx7__content {
  margin-top: 60px;
  margin-bottom: -170px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2; }
  @media (max-width: 1499.98px) {
    .index-idx7__content {
      margin-bottom: -150px; } }
  @media (max-width: 991.98px) {
    .index-idx7__content {
      margin-bottom: -70px;
      margin-top: 40px; } }
  @media (max-width: 767.98px) {
    .index-idx7__content {
      margin-bottom: 0;
      margin-top: 20px; } }
  .index-idx7__content > .row {
    margin-left: 0;
    margin-right: 0; }
    .index-idx7__content > .row > div {
      padding-left: 0;
      padding-right: 0; }
.index-idx7__content-left {
  height: 100%;
  padding: 50px 45px;
    padding-right: 100px;
  border-right: 1px solid #cccccc; }
  @media (max-width: 1499.98px) {
    .index-idx7__content-left {
      padding: 40px; } }
  @media (max-width: 1199.98px) {
    .index-idx7__content-left {
      padding: 30px; } }
  @media (max-width: 991.98px) {
    .index-idx7__content-left {
      border-right: 0;
      border-bottom: 1px solid #cccccc; } }
  @media (max-width: 767.98px) {
    .index-idx7__content-left {
      padding: 20px; } }
.index-idx7__content-right {
  height: 100%;
  padding: 60px 50px 20px 100px; }
  @media (max-width: 1499.98px) {
    .index-idx7__content-right {
      padding: 50px;
        padding-bottom: 20px; } }
  @media (max-width: 1199.98px) {
    .index-idx7__content-right {
      padding: 30px; } }
  @media (max-width: 767.98px) {
    .index-idx7__content-right {
      padding: 20px; } }
.index-idx7 #map {
  height: 660px; }
  @media (max-width: 991.98px) {
    .index-idx7 #map {
      height: 500px; } }
.contact-form-grp h5 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.6;
  color: #172b86; }
  @media (max-width: 1199.98px) {
    .contact-form-grp h5 {
      font-size: 24px; } }
  @media (max-width: 1199.98px) {
    .contact-form-grp h5 {
      margin-bottom: 10px;
      font-size: 18px; } }
.contact-form-grp .contact-form .row {
  margin-left: -10px;
  margin-right: -10px; }
  .contact-form-grp .contact-form .row > div {
    padding-left: 10px;
    padding-right: 10px; }
.contact-form-grp .contact-form .form-group {
  margin-bottom: 20px; }
.contact-form-grp .contact-form .form-control {
  height: auto;
  padding: 11px 15px;
  border-radius: 0;
  border: 1px solid #cccccc;
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 1199.98px) {
    .contact-form-grp .contact-form .form-control {
      padding: 7px 15px; } }
.contact-form-grp .contact-form .select-grp-main {
  position: relative; }
  .contact-form-grp .contact-form .select-grp-main .btn-group {
    padding: 0; }
  .contact-form-grp .contact-form .select-grp-main i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
.contact-form-grp .contact-form .btn-js-select {
  padding: 11px 15px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
  background-color: #fff; }
  @media (max-width: 1199.98px) {
    .contact-form-grp .contact-form .btn-js-select {
      padding: 7px 15px; } }
.contact-form-grp .contact-form .btn-js-select, .contact-form-grp .contact-form .js-select.form-control:not(.btn-group) {
  background-image: url("../other/down1.svg") !important;
  background-position: right 15px center; }
.contact-form-grp .contact-form .submit-btn {
  margin-top: 20px;
  padding: 4px 83px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 2.5; }
  @media (max-width: 1199.98px) {
    .contact-form-grp .contact-form .submit-btn {
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .contact-form-grp .contact-form .submit-btn {
      padding: 4px 50px;
      font-size: 14px; } }
.info-grp img {
  margin-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .info-grp img {
      margin-bottom: 20px; } }
.info-grp .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }
  @media (max-width: 1199.98px) {
    .info-grp .contact-item {
      margin-bottom: 15px; } }
  .info-grp .contact-item i {
    margin-right: 15px;
    font-size: 20px;
    line-height: 1;
    color: #999999; }
    @media (max-width: 767.98px) {
      .info-grp .contact-item i {
        margin-right: 10px;
        font-size: 18px; } }
  .info-grp .contact-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #414141; }
    @media (max-width: 767.98px) {
      .info-grp .contact-item p {
        font-size: 14px; } }
/** End Index **/
/** Footer **/
.friend-link {
  padding: 22px 0;
  border-bottom: 1px solid #43434b;
  background-color: #303036; }
  .friend-link .container::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .friend-link .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .friend-link h5 {
    float: left;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.875;
    color: #999999; }
  .friend-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin-left: 17px;
    margin-right: -17px; }
    @media (max-width: 767.98px) {
      .friend-link__list {
        margin: 0 -10px; } }
    .friend-link__list a {
      display: block;
      padding: 0 17px;
      font-size: 16px;
      line-height: 1.875;
      color: #999999;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 767.98px) {
        .friend-link__list a {
          padding: 0 10px; } }
      .friend-link__list a:hover {
        color: #34b4ea; }
.footer-content {
  padding: 40px 0; }
  @media (max-width: 767.98px) {
    .footer-content {
      padding: 20px 0; } }
  .footer-content h6 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 1.875;
    color: #fff;
    position: relative; }
    .footer-content h6::before {
      content: "";
      width: 30px;
      height: 3px;
      background-color: #34b4ea;
      position: absolute;
      bottom: 0;
      left: 0; }
@media (max-width: 991.98px) {
  .footer-info {
    margin-bottom: 20px; } }
.footer-info img {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .footer-info img {
      margin-bottom: 10px; } }
.footer-info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2.25;
  color: #999999; }
  @media (max-width: 767.98px) {
    .footer-info p {
      font-size: 14px; } }
.footer-info a {
  display: block;
  margin: 20px 0 10px;
  font-size: 36px;
  line-height: 1;
  color: #fff; }
  @media (max-width: 767.98px) {
    .footer-info a {
      margin: 10px 0;
      font-size: 24px; } }
.footer-link {
  display: inline-block;
  max-width: 45%; }
  @media (max-width: 1499.98px) {
    .footer-link {
      max-width: 80%; } }
  @media (max-width: 991.98px) {
    .footer-link {
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .footer-link {
      margin-bottom: 20px; } }
  .footer-link h6 {
    text-align: left; }
  .footer-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -28px;
    margin-right: -28px; }
    .footer-link__list > li {
      padding-left: 28px;
      padding-right: 28px; }
    @media (max-width: 1199.98px) {
      .footer-link__list {
        margin-left: -15px;
        margin-right: -15px; }
        .footer-link__list > li {
          padding-left: 15px;
          padding-right: 15px; } }
    .footer-link__list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-width: 50%; }
    .footer-link__list a {
      display: block;
      font-size: 16px;
      line-height: 2.25;
      text-align: left;
      color: #999999;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      .footer-link__list a:hover {
        color: #34b4ea; }
      @media (max-width: 991.98px) {
        .footer-link__list a {
          font-size: 14px; } }
.footer-qr__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  margin-left: -15px;
  margin-right: -15px; }
  .footer-qr__grp > div {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-qr__grp .qr-item {
    text-align: center; }
  .footer-qr__grp img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 5px; }
  .footer-qr__grp span {
    display: block;
    font-size: 14px;
    line-height: 2.14286;
    color: #999999; }
.copyright span, .copyright a {
  padding: 6px 3px;
  font-size: 14px;
  line-height: 2.14286;
  color: #999999; }
#right-tool {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 100; }
  @media (max-width: 767.98px) {
    #right-tool {
      display: none; } }
  #right-tool li {
    position: relative; }
    #right-tool li:not(:last-child) {
      margin-bottom: 1px; }
    #right-tool li > a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #172b86;
      -webkit-transition: all .35s;
      transition: all .35s;
      overflow: hidden;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
      #right-tool li > a i {
        font-size: 24px;
        color: #fff; }
    #right-tool li .hover-show {
      position: absolute;
      top: 0;
      right: 100%;
      background-color: #172b86;
      padding: 15px;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
      visibility: hidden;
      white-space: nowrap;
      -webkit-transition: all .35s;
      transition: all .35s; }
      #right-tool li .hover-show .txt {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0; }
      #right-tool li .hover-show .qrcode {
        width: 100px;
        max-width: none;
        margin-bottom: 5px; }
      #right-tool li .hover-show a {
        font-size: 20px;
        color: #fff;
        white-space: nowrap; }
        #right-tool li .hover-show a h5 {
          font-size: 14px;
          margin-bottom: 5px; }
        #right-tool li .hover-show a span {
          font-size: 22px;
          display: block;
          line-height: 1.3; }
    #right-tool li.gotop a {
      height: 0;
      background-color: #303036; }
    #right-tool li.gotop.active a {
      height: 40px; }
    #right-tool li:hover > a {
      background-color: #101d5a; }
      #right-tool li:hover > a i {
        color: #fff; }
    #right-tool li:hover .hover-show {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
/** End Footer **/
/** Page **/
.pagination-custom li {
  padding: 0 3px; }
  @media (max-width: 767.98px) {
    .pagination-custom li {
      padding: 0 2px; } }
  .pagination-custom li:hover a, .pagination-custom li.active a {
    background-color: #172b86; }
.pagination-custom a {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
  color: #666666;
  border-radius: 6px;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .pagination-custom a {
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      padding: 0 7px;
      border-radius: 3px; } }
.page-1000-idx1 {
  padding: 70px 0; }
  @media (max-width: 1199.98px) {
    .page-1000-idx1 {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .page-1000-idx1 {
      padding: 20px 0; } }
  .page-1000-idx1__content {
    padding-top: 50px; }
    @media (max-width: 991.98px) {
      .page-1000-idx1__content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx1__content {
        padding-top: 20px; } }
    .page-1000-idx1__content .row {
      margin-left: -33px;
      margin-right: -33px; }
      .page-1000-idx1__content .row > div {
        padding-left: 33px;
        padding-right: 33px; }
      @media (max-width: 1199.98px) {
        .page-1000-idx1__content .row {
          margin-left: -15px;
          margin-right: -15px; }
          .page-1000-idx1__content .row > div {
            padding-left: 15px;
            padding-right: 15px; } }
      @media (max-width: 991.98px) {
        .page-1000-idx1__content .row {
          margin-left: -10px;
          margin-right: -10px; }
          .page-1000-idx1__content .row > div {
            padding-left: 10px;
            padding-right: 10px; } }
  .page-1000-idx1__item {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .page-1000-idx1__item:hover .item-icon {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    .page-1000-idx1__item .item-icon {
      display: block;
      width: 100px;
      height: 100px;
      margin: 0 auto 25px;
      -webkit-transition: -webkit-transform 0.35s ease 0s;
      transition: -webkit-transform 0.35s ease 0s;
      transition: transform 0.35s ease 0s;
      transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .page-1000-idx1__item .item-icon {
          width: 80px;
          height: 80px;
          margin-bottom: 15px; } }
      @media (max-width: 991.98px) {
        .page-1000-idx1__item .item-icon {
          width: 60px;
          height: 60px;
          margin-bottom: 10px; } }
    .page-1000-idx1__item h3 {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 1.33333;
      color: #34b4ea; }
    .page-1000-idx1__item h4 {
      margin-bottom: 13px;
      font-size: 14px;
      line-height: 2.28571;
      text-transform: uppercase;
      color: #34b4ea; }
      @media (max-width: 1199.98px) {
        .page-1000-idx1__item h4 {
          margin-bottom: 5px; } }
    .page-1000-idx1__item p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 2;
      color: #666666; }
      @media (max-width: 991.98px) {
        .page-1000-idx1__item p {
          font-size: 14px; } }
.page-1000-idx2 {
  padding: 80px 0 100px; }
  @media (max-width: 1199.98px) {
    .page-1000-idx2 {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .page-1000-idx2 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-1000-idx2 {
      padding: 20px 0; } }
  .page-1000-idx2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding-top: 70px; }
    @media (max-width: 1199.98px) {
      .page-1000-idx2__content {
        padding-top: 50px; } }
    @media (max-width: 991.98px) {
      .page-1000-idx2__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx2__content {
        padding-top: 20px; } }
    .page-1000-idx2__content .item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 552px;
      flex: 0 0 552px;
      max-width: 50%;
      margin-left: 110px; }
      @media (max-width: 1199.98px) {
        .page-1000-idx2__content .item-img {
          margin-left: 30px; } }
      @media (max-width: 991.98px) {
        .page-1000-idx2__content .item-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 20px; } }
    .page-1000-idx2__content .des {
      margin-bottom: 72px;
      font-size: 16px;
      line-height: 2;
      color: #fff; }
      @media (max-width: 1199.98px) {
        .page-1000-idx2__content .des {
          margin-bottom: 50px; } }
      @media (max-width: 991.98px) {
        .page-1000-idx2__content .des {
          margin-bottom: 40px; } }
      @media (max-width: 767.98px) {
        .page-1000-idx2__content .des {
          margin-bottom: 20px; } }
    .page-1000-idx2__content p {
      margin-bottom: 0; }
    .page-1000-idx2__content .more {
      padding: 8px 48px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 2; }
      @media (max-width: 767.98px) {
        .page-1000-idx2__content .more {
          padding: 8px 30px;
          font-size: 14px; } }
.page-1000-idx3 {
  padding: 40px 0; }
  @media (max-width: 767.98px) {
    .page-1000-idx3 {
      padding: 20px 0; } }
  .page-1000-idx3__content {
    padding-top: 55px; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx3__content {
        padding-top: 20px; } }
  .page-1000-idx3__grp:nth-child(2) .tit-main {
    background: #fdc601;
    background: -webkit-gradient(linear, left top, right top, from(#fdc601), to(#ff8b03));
    background: linear-gradient(90deg, #fdc601 0%, #ff8b03 100%); }
    .page-1000-idx3__grp:nth-child(2) .tit-main::after {
      border-left: 10px solid #ff9703; }
      @media (max-width: 991.98px) {
        .page-1000-idx3__grp:nth-child(2) .tit-main::after {
          border-top: 10px solid #ff9703;
          border-left: 10px solid transparent; } }
  .page-1000-idx3__grp:nth-child(2) .des {
    color: #ff9703; }
  .page-1000-idx3__grp:nth-child(2) .page-1000-idx3__item:hover h5 {
    color: #ff9703; }
  .page-1000-idx3__grp .grp-tit {
    margin-bottom: 50px;
    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; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__grp .grp-tit {
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      .page-1000-idx3__grp .grp-tit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .page-1000-idx3__grp .tit-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    padding: 15px 20px;
    background: #38b1ee;
    background: -webkit-gradient(linear, left top, right top, from(#38b1ee), to(#32b6e8));
    background: linear-gradient(90deg, #38b1ee 0%, #32b6e8 100%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .page-1000-idx3__grp .tit-main {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx3__grp .tit-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px; } }
    .page-1000-idx3__grp .tit-main::after {
      content: "";
      border-left: 10px solid #34b4ea;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media (max-width: 991.98px) {
        .page-1000-idx3__grp .tit-main::after {
          border: 0;
          border-top: 10px solid #34b4ea;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
  .page-1000-idx3__grp img {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__grp img {
        width: 26px;
        height: 26px; } }
  .page-1000-idx3__grp h4 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__grp h4 {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx3__grp h4 {
        font-size: 18px; } }
  .page-1000-idx3__grp .des {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: bold;
    color: #34b4ea;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__grp .des {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx3__grp .des {
        font-size: 18px; } }
  @media (max-width: 767.98px) {
    .page-1000-idx3__grp .grp-content .row {
      margin-left: -5px;
      margin-right: -5px; }
      .page-1000-idx3__grp .grp-content .row > div {
        padding-left: 5px;
        padding-right: 5px; } }
  .page-1000-idx3__item {
    display: block;
    margin-bottom: 50px; }
    @media (max-width: 1199.98px) {
      .page-1000-idx3__item {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .page-1000-idx3__item {
        margin-bottom: 20px; } }
    .page-1000-idx3__item:hover h5 {
      color: #34b4ea; }
    .page-1000-idx3__item .item-img {
      margin-bottom: 12px; }
      @media (max-width: 1199.98px) {
        .page-1000-idx3__item .item-img {
          margin-bottom: 7px; } }
      @media (max-width: 767.98px) {
        .page-1000-idx3__item .item-img {
          margin-bottom: 5px; } }
    .page-1000-idx3__item h5 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.77778;
      text-align: center;
      color: #333333;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 1199.98px) {
        .page-1000-idx3__item h5 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .page-1000-idx3__item h5 {
          font-size: 14px; } }
.page-1000-idx4 {
  background-color: #f7f7f7; }
  .page-1000-idx4__content {
    padding: 70px 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (max-width: 1199.98px) {
      .page-1000-idx4__content {
        padding: 60px 0; } }
    @media (max-width: 991.98px) {
      .page-1000-idx4__content {
        padding: 40px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    @media (max-width: 767.98px) {
      .page-1000-idx4__content {
        padding: 20px 0; } }
    .page-1000-idx4__content .item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 564px;
      flex: 0 0 564px;
      max-width: 50%;
      margin-left: 100px; }
      @media (max-width: 1199.98px) {
        .page-1000-idx4__content .item-img {
          margin-left: 40px; } }
      @media (max-width: 991.98px) {
        .page-1000-idx4__content .item-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 20px; }
          .page-1000-idx4__content .item-img img {
            display: block;
            max-width: 50%;
            margin: 0 auto; } }
      @media (max-width: 767.98px) {
        .page-1000-idx4__content .item-img img {
          max-width: 100%; } }
    .page-1000-idx4__content h3 {
      margin-bottom: 48px;
      font-size: 24px;
      line-height: 1.33333;
      font-weight: bold;
      color: #172b86; }
      @media (max-width: 1199.98px) {
        .page-1000-idx4__content h3 {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .page-1000-idx4__content h3 {
          margin-bottom: 10px;
          font-size: 18px; } }
    .page-1000-idx4__content .des {
      margin-bottom: 72px;
      font-size: 16px;
      line-height: 2;
      color: #333333; }
      @media (max-width: 1199.98px) {
        .page-1000-idx4__content .des {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .page-1000-idx4__content .des {
          font-size: 14px; } }
      .page-1000-idx4__content .des p {
        margin-bottom: 0; }
    .page-1000-idx4__content .more {
      padding: 8px 48px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 2; }
      @media (max-width: 767.98px) {
        .page-1000-idx4__content .more {
          padding: 8px 30px;
          font-size: 14px; } }
.page-2000 {
  padding: 80px 0 20px; }
  @media (max-width: 1199.98px) {
    .page-2000 {
      padding: 60px 0 20px; } }
  @media (max-width: 991.98px) {
    .page-2000 {
      padding: 40px 0 20px; } }
  @media (max-width: 767.98px) {
    .page-2000 {
      padding: 20px 0 0; } }
  .page-2000__item {
    display: block;
    padding: 80px 0;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-2000__item:nth-child(odd) {
      background-position: right center; }
    .page-2000__item:nth-child(even) {
      background-position: left center; }
    @media (max-width: 1199.98px) {
      .page-2000__item {
        padding: 60px 0;
        margin-bottom: 60px; } }
    @media (max-width: 991.98px) {
      .page-2000__item {
        padding: 40px 0;
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .page-2000__item {
        padding: 20px 0;
        margin-bottom: 20px; } }
    .page-2000__item .row {
      margin-left: 0;
      margin-right: 0; }
      .page-2000__item .row > div {
        padding-left: 0;
        padding-right: 0; }
    .page-2000__item .item-content {
      padding: 50px 45px;
      background-color: #fff; }
      @media (max-width: 1199.98px) {
        .page-2000__item .item-content {
          padding: 40px 30px; } }
      @media (max-width: 991.98px) {
        .page-2000__item .item-content {
          padding: 30px 20px; } }
    .page-2000__item .tit {
      margin-bottom: 45px; }
      .page-2000__item .tit::after {
        display: block;
        clear: both;
        content: ""; }
      @media (max-width: 1199.98px) {
        .page-2000__item .tit {
          margin-bottom: 25px; } }
      @media (max-width: 991.98px) {
        .page-2000__item .tit {
          margin-bottom: 15px; } }
      .page-2000__item .tit img {
        float: left;
        height: 44px;
        margin-top: 2px;
        margin-right: 20px; }
        @media (max-width: 991.98px) {
          .page-2000__item .tit img {
            height: 36px;
            margin-top: 0;
            margin-right: 15px; } }
    .page-2000__item h4 {
      margin-bottom: 0;
      font-size: 32px;
      line-height: 1.5;
      font-weight: bold;
      color: #333333; }
      @media (max-width: 991.98px) {
        .page-2000__item h4 {
          font-size: 24px; } }
    .page-2000__item .des {
      margin-bottom: 54px;
      font-size: 18px;
      line-height: 1.66667;
      height: 10em;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #333333; }
      @media (max-width: 1199.98px) {
        .page-2000__item .des {
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .page-2000__item .des {
          margin-bottom: 20px;
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .page-2000__item .des {
          font-size: 14px; } }
    .page-2000__item p {
      margin-bottom: 0; }
    .page-2000__item .more {
      display: inline-block;
      padding: 12px 48px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 991.98px) {
        .page-2000__item .more {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .page-2000__item .more {
          padding: 7px 20px; } }
.page-3000-idx1, .page-3000-idx2 {
  padding: 80px 0; }
  @media (max-width: 1199.98px) {
    .page-3000-idx1, .page-3000-idx2 {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .page-3000-idx1, .page-3000-idx2 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-3000-idx1, .page-3000-idx2 {
      padding: 20px 0; } }
.page-3000-idx1__content {
  padding-top: 80px; }
  @media (max-width: 1199.98px) {
    .page-3000-idx1__content {
      padding-top: 60px; } }
  @media (max-width: 991.98px) {
    .page-3000-idx1__content {
      padding-top: 40px; } }
  @media (max-width: 767.98px) {
    .page-3000-idx1__content {
      padding-top: 20px; } }
.page-3000-idx1__item {
  display: block;
  padding: 90px 40px 60px;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1499.98px) {
    .page-3000-idx1__item {
      padding: 60px 30px; } }
  @media (max-width: 1199.98px) {
    .page-3000-idx1__item {
      padding: 40px 20px; } }
  @media (max-width: 767.98px) {
    .page-3000-idx1__item {
      padding: 30px 15px; } }
  .page-3000-idx1__item:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .page-3000-idx1__item img {
    display: block;
    height: 70px;
    margin: 0 auto 35px;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; }
    @media (max-width: 1199.98px) {
      .page-3000-idx1__item img {
        height: 55px;
        margin-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .page-3000-idx1__item img {
        height: 50px;
        margin-bottom: 20px; } }
  .page-3000-idx1__item h4 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative; }
    @media (max-width: 1199.98px) {
      .page-3000-idx1__item h4 {
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 22px; } }
    .page-3000-idx1__item h4::after {
      content: "";
      width: 80px;
      height: 3px;
      background-color: #34b4ea;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .page-3000-idx1__item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    color: #fff; }
.page-3000-idx2 {
  background-color: #f7f7f7; }
  .page-3000-idx2__content {
    padding-top: 60px; }
    @media (max-width: 991.98px) {
      .page-3000-idx2__content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-3000-idx2__content {
        padding-top: 20px; } }
.page-3000-idx3 {
  padding: 80px 0 100px; }
  @media (max-width: 1199.98px) {
    .page-3000-idx3 {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .page-3000-idx3 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-3000-idx3 {
      padding: 20px 0; } }
  .page-3000-idx3__content {
    padding-top: 60px; }
    @media (max-width: 991.98px) {
      .page-3000-idx3__content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .page-3000-idx3__content {
        padding-top: 20px; } }
  .page-3000-idx3__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (max-width: 991.98px) {
      .page-3000-idx3__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .page-3000-idx3__main .item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 552px;
      flex: 0 0 552px;
      max-width: 50%;
      margin-left: 50px; }
      @media (max-width: 1199.98px) {
        .page-3000-idx3__main .item-img {
          margin-left: 30px; } }
      @media (max-width: 991.98px) {
        .page-3000-idx3__main .item-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 20px; } }
    .page-3000-idx3__main .desc {
      margin-bottom: 72px;
      font-size: 16px;
      line-height: 2;
      color: #333333; }
      @media (max-width: 1199.98px) {
        .page-3000-idx3__main .desc {
          margin-bottom: 60px; } }
      @media (max-width: 991.98px) {
        .page-3000-idx3__main .desc {
          margin-bottom: 40px; } }
      @media (max-width: 767.98px) {
        .page-3000-idx3__main .desc {
          margin-bottom: 20px; } }
    .page-3000-idx3__main p {
      margin-bottom: 0; }
    .page-3000-idx3__main .detail {
      padding: 8px 47px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 2; }
      @media (max-width: 767.98px) {
        .page-3000-idx3__main .detail {
          padding: 8px 30px;
          font-size: 14px; } }
.page-6000-idx1__content {
  padding: 70px 0; }
  @media (max-width: 1199.98px) {
    .page-6000-idx1__content {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .page-6000-idx1__content {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-6000-idx1__content {
      padding: 20px 0; } }
  .page-6000-idx1__content .row {
    margin-left: -75px;
    margin-right: -75px; }
    .page-6000-idx1__content .row > div {
      padding-left: 75px;
      padding-right: 75px; }
    @media (max-width: 1499.98px) {
      .page-6000-idx1__content .row {
        margin-left: -55px;
        margin-right: -55px; }
        .page-6000-idx1__content .row > div {
          padding-left: 55px;
          padding-right: 55px; } }
    @media (max-width: 1199.98px) {
      .page-6000-idx1__content .row {
        margin-left: -25px;
        margin-right: -25px; }
        .page-6000-idx1__content .row > div {
          padding-left: 25px;
          padding-right: 25px; } }
    @media (max-width: 991.98px) {
      .page-6000-idx1__content .row {
        margin-left: -15px;
        margin-right: -15px; }
        .page-6000-idx1__content .row > div {
          padding-left: 15px;
          padding-right: 15px; } }
    @media (max-width: 767.98px) {
      .page-6000-idx1__content .row {
        margin-left: -5px;
        margin-right: -5px; }
        .page-6000-idx1__content .row > div {
          padding-left: 5px;
          padding-right: 5px; } }
.page-6000-map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #fff; }
  @media (max-width: 1199.98px) {
    .page-6000-map {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .page-6000-map {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-6000-map {
      padding: 20px 0; } }
  .page-6000-map h3 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.27778;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .page-6000-map h3 {
        margin-bottom: 10px;
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .page-6000-map h3 {
        font-size: 18px; } }
  .page-6000-map h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55556; }
    @media (max-width: 991.98px) {
      .page-6000-map h4 {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .page-6000-map h4 {
        font-size: 14px; } }
.page-6000-idx2 {
  padding: 65px 0 100px; }
  @media (max-width: 1199.98px) {
    .page-6000-idx2 {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .page-6000-idx2 {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .page-6000-idx2 {
      padding: 20px 0; } }
  .page-6000-idx2__form {
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12); }
    @media (max-width: 767.98px) {
      .page-6000-idx2__form {
        margin-bottom: 20px; } }
    .page-6000-idx2__form .form-control {
      height: auto;
      padding: 25px 50px;
      border-radius: 0;
      border: 0;
      font-size: 16px;
      line-height: 1.875;
      color: #666666; }
      @media (max-width: 991.98px) {
        .page-6000-idx2__form .form-control {
          padding: 10px 20px;
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .page-6000-idx2__form .form-control {
          padding: 7px 15px; } }
    .page-6000-idx2__form .btn {
      padding: 0 50px;
      border: 0;
      color: #666666;
      background-color: transparent; }
      @media (max-width: 991.98px) {
        .page-6000-idx2__form .btn {
          padding: 0 20px; } }
      @media (max-width: 767.98px) {
        .page-6000-idx2__form .btn {
          padding: 0 15px; } }
    .page-6000-idx2__form i {
      font-size: 24px;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .page-6000-idx2__form i {
          font-size: 16px; } }
#recruitmentTab {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }
  #recruitmentTab > li {
    padding-left: 40px;
    padding-right: 40px; }
  @media (max-width: 991.98px) {
    #recruitmentTab {
      margin-left: -20px;
      margin-right: -20px; }
      #recruitmentTab > li {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 767.98px) {
    #recruitmentTab {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 20px; }
      #recruitmentTab > li {
        padding-left: 10px;
        padding-right: 10px; } }
  #recruitmentTab .nav-link {
    display: block;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: bold;
    color: #666666;
    -webkit-transition: color 0.35s ease 0s, font-szie 0.35s ease 0s;
    transition: color 0.35s ease 0s, font-szie 0.35s ease 0s; }
    @media (max-width: 991.98px) {
      #recruitmentTab .nav-link {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      #recruitmentTab .nav-link {
        font-size: 16px; } }
    #recruitmentTab .nav-link.active {
      font-size: 32px;
      color: #172b86; }
      @media (max-width: 991.98px) {
        #recruitmentTab .nav-link.active {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        #recruitmentTab .nav-link.active {
          font-size: 22px; } }
.recruitment-grp {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .recruitment-grp__header {
    background-color: #34b4ea;
    padding: 0 25px; }
    @media (max-width: 767.98px) {
      .recruitment-grp__header {
        padding: 0 5px; } }
    .recruitment-grp__header .header-grp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .recruitment-grp__header li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 14px 10px;
      font-size: 16px;
      line-height: 2;
      color: #fff;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .recruitment-grp__header li {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .recruitment-grp__header li {
          padding: 10px 3px;
          font-size: 12px; } }
  .recruitment-grp__body {
    padding: 0 25px 60px; }
    @media (max-width: 991.98px) {
      .recruitment-grp__body {
        padding: 0 15px;
          padding-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .recruitment-grp__body {
        padding: 0 5px;
          padding-bottom: 20px; } }
  .recruitment-grp__body-item .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e6e6e6; }
    .recruitment-grp__body-item .card-header__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 14px 10px;
      font-size: 16px;
      line-height: 2;
      color: #333333;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .recruitment-grp__body-item .card-header__item {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .recruitment-grp__body-item .card-header__item {
          padding: 10px 3px;
          font-size: 12px; } }
  .recruitment-grp__body-item .card-body {
    padding: 45px 55px;
    background-color: #f8f8f8; }
    @media (max-width: 1199.98px) {
      .recruitment-grp__body-item .card-body {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .recruitment-grp__body-item .card-body {
        padding: 20px; } }
  .recruitment-grp__body-item .info-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 1499.98px) {
      .recruitment-grp__body-item .info-grp {
        padding-left: 0; } }
    @media (max-width: 1199.98px) {
      .recruitment-grp__body-item .info-grp {
        padding-bottom: 10px; } }
    .recruitment-grp__body-item .info-grp li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 16px; }
      @media (max-width: 1199.98px) {
        .recruitment-grp__body-item .info-grp li {
          margin-bottom: 8px; } }
      @media (max-width: 991.98px) {
        .recruitment-grp__body-item .info-grp li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%; } }
      @media (max-width: 767.98px) {
        .recruitment-grp__body-item .info-grp li {
          margin-bottom: 5px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
    .recruitment-grp__body-item .info-grp span {
      display: inline-block;
      font-size: 16px;
      line-height: 2;
      color: #666666; }
      @media (max-width: 767.98px) {
        .recruitment-grp__body-item .info-grp span {
          font-size: 12px; } }
  .recruitment-grp__body-item .content-grp {
    padding-top: 35px;
    padding-left: 40px; }
    @media (max-width: 1499.98px) {
      .recruitment-grp__body-item .content-grp {
        padding-left: 0; } }
    @media (max-width: 1199.98px) {
      .recruitment-grp__body-item .content-grp {
        padding-top: 20px; } }
  .recruitment-grp__body-item h4 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6;
    color: #333333; }
    @media (max-width: 767.98px) {
      .recruitment-grp__body-item h4 {
        margin-bottom: 5px;
        font-size: 18px; } }
  .recruitment-grp__body-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
    color: #666666; }
    @media (max-width: 1199.98px) {
      .recruitment-grp__body-item p {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .recruitment-grp__body-item p {
        font-size: 12px; } }
  .recruitment-grp__body-item .register {
    margin-top: 52px;
    padding: 9px 70px;
    font-size: 16px;
    line-height: 2;
    border: 0;
    border-radius: 30px; }
    @media (max-width: 1499.98px) {
      .recruitment-grp__body-item .register {
        margin-left: 15px; } }
    @media (max-width: 1199.98px) {
      .recruitment-grp__body-item .register {
        margin-top: 40px;
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .recruitment-grp__body-item .register {
        margin-top: 30px;
        padding: 5px 40px; } }
    @media (max-width: 767.98px) {
      .recruitment-grp__body-item .register {
        font-size: 12px; } }
/** End Page **/
/** Header **/
.mega-menu-popover {
  border-radius: 10px;
  margin-top: 1px !important;
  padding: 20px 30px 10px;
  left: -10% !important;
  max-width: 100%; }
  @media (max-width: 1499.98px) {
    .mega-menu-popover {
      padding: 20px;
        padding-bottom: 10px; } }
  @media (max-width: 991.98px) {
    .mega-menu-popover {
      padding: 0;
      border-radius: 0; } }
  .mega-menu-popover .arrow {
    display: none; }
  .mega-menu-popover .mega-menu-container {
    width: 620px; }
    @media (max-width: 1499.98px) {
      .mega-menu-popover .mega-menu-container {
        width: 600px; } }
    @media (max-width: 1199.98px) {
      .mega-menu-popover .mega-menu-container {
        width: 540px; } }
  .mega-menu-popover .mega-menu-content {
    width: 100%;
    margin-bottom: 27px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #aaaaaa; }
    @media (max-width: 1499.98px) {
      .mega-menu-popover .mega-menu-content {
        margin-bottom: 20px;
        padding-bottom: 10px; } }
    @media (max-width: 1199.98px) {
      .mega-menu-popover .mega-menu-content {
        margin-bottom: 15px; } }
    @media (max-width: 991.98px) {
      .mega-menu-popover .mega-menu-content {
        display: none; } }
    .mega-menu-popover .mega-menu-content p {
      font-size: 14px;
      line-height: 1.71429;
      margin-bottom: 0;
      color: #666666; }
  .mega-menu-popover .drop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    min-width: 560px; }
    @media (max-width: 1199.98px) {
      .mega-menu-popover .drop-menu {
        min-width: 500px; } }
    @media (max-width: 991.98px) {
      .mega-menu-popover .drop-menu {
        min-width: 0; } }
    .mega-menu-popover .drop-menu li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-width: 33.3333%;
      line-height: 2px;
      padding-bottom: 27px; }
      @media (max-width: 1499.98px) {
        .mega-menu-popover .drop-menu li {
          padding-bottom: 15px; } }
      @media (max-width: 1199.98px) {
        .mega-menu-popover .drop-menu li {
          padding-bottom: 10px; } }
      @media (max-width: 991.98px) {
        .mega-menu-popover .drop-menu li {
          min-width: 100%;
          padding-bottom: 0; } }
    .mega-menu-popover .drop-menu a {
      font-size: 16px;
      line-height: 1.5;
      display: inline-block;
      max-width: 90%;
      color: #666666;
      overflow: hidden;
      position: relative;
      -webkit-transition: color 0.35s ease 0s;
      transition: color 0.35s ease 0s; }
      @media (max-width: 1499.98px) {
        .mega-menu-popover .drop-menu a {
          font-size: 14px; } }
      @media (max-width: 1199.98px) {
        .mega-menu-popover .drop-menu a {
          font-size: 12px; } }
      @media (max-width: 991.98px) {
        .mega-menu-popover .drop-menu a {
          max-width: 100%; } }
      .mega-menu-popover .drop-menu a:hover {
        color: #34b4ea; }
        .mega-menu-popover .drop-menu a:hover .icon {
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .mega-menu-popover .drop-menu a span {
        display: inline-block;
        line-height: 1;
        max-width: 100%;
        padding-right: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media (max-width: 991.98px) {
          .mega-menu-popover .drop-menu a span {
            padding-right: 0; } }
        .mega-menu-popover .drop-menu a span::before {
          width: 8px;
          height: 8px;
          content: "";
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          border-radius: 50%;
          background-color: #172b86; }
          @media (max-width: 991.98px) {
            .mega-menu-popover .drop-menu a span::before {
              display: none; } }
      .mega-menu-popover .drop-menu a .icon {
        font-size: 14px;
        line-height: 24px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        -webkit-transition: -webkit-transform 0.35s ease 0s;
        transition: -webkit-transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; }
.header-custom {
  width: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: padding 0.35s ease 0s, top 0.35s ease 0s, background-color 0.35s ease 0s, -webkit-box-shadow 0.35s ease 0s;
  transition: padding 0.35s ease 0s, top 0.35s ease 0s, background-color 0.35s ease 0s, -webkit-box-shadow 0.35s ease 0s;
  transition: padding 0.35s ease 0s, top 0.35s ease 0s, background-color 0.35s ease 0s, box-shadow 0.35s ease 0s;
  transition: padding 0.35s ease 0s, top 0.35s ease 0s, background-color 0.35s ease 0s, box-shadow 0.35s ease 0s, -webkit-box-shadow 0.35s ease 0s; }
  @media (max-width: 1499.98px) {
    .header-custom {
      top: 8%; } }
  @media (max-width: 1199.98px) {
    .header-custom {
      padding: 20px 0;
      top: 0;
      background-color: #fff; }
      .header-custom .header-logo img {
        opacity: 0;
        visibility: hidden; }
        .header-custom .header-logo img.active {
          opacity: 1 !important;
          visibility: visible !important; }
      .header-custom .nav-header-custom a {
        color: #333; } }
  @media (max-width: 991.98px) {
    .header-custom {
      padding: 20px 0; } }
  @media (max-width: 767.98px) {
    .header-custom {
      padding: 15px 0; } }
  .header-custom.header-active {
    padding: 20px 0;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .header-custom.header-active .header-logo img {
      opacity: 0;
      visibility: hidden; }
      .header-custom.header-active .header-logo img.active {
        opacity: 1;
        visibility: visible; }
    .header-custom.header-active .nav-header-custom a {
      color: #333; }
      @media (max-width: 1199.98px) {
        .header-custom.header-active .nav-header-custom a {
          padding: 20px 0; } }
  .header-custom .header-wrap > div {
    vertical-align: middle; }
  .header-custom .header-logo a {
    height: 70px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .header-custom .header-logo a {
        height: 55px; } }
    @media (max-width: 991.98px) {
      .header-custom .header-logo a {
        height: 45px; } }
    @media (max-width: 767.98px) {
      .header-custom .header-logo a {
        height: 40px; } }
  .header-custom .header-logo img {
    height: 100%;
    -webkit-transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s; }
    .header-custom .header-logo img.active {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
  .header-custom .header-right {
    text-align: right; }
  .header-custom .navbar-toggle {
    color: #333; }
.nav-header-custom {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -28px;
  margin-right: -28px; }
  .nav-header-custom > li {
    padding-left: 28px;
    padding-right: 28px; }
  @media (max-width: 1499.98px) {
    .nav-header-custom {
      margin-left: -20px;
      margin-right: -20px; }
      .nav-header-custom > li {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 1199.98px) {
    .nav-header-custom {
      margin-left: -15px;
      margin-right: -15px; }
      .nav-header-custom > li {
        padding-left: 15px;
        padding-right: 15px; } }
  .nav-header-custom > li.active > a span, .nav-header-custom > li:hover > a span {
    border-bottom-color: inherit; }
  .nav-header-custom a {
    display: block;
    font-size: 16px;
    line-height: 2.25;
    color: #fff;
    -webkit-transition: padding 0.35s ease 0s;
    transition: padding 0.35s ease 0s; }
    .nav-header-custom a span {
      display: inline-block;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color 0.35s ease 0s;
      transition: border-color 0.35s ease 0s; }
#modal-mobile-nav {
  width: 100%;
  max-width: 240px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; }
  @media (max-width: 767.98px) {
    #modal-mobile-nav {
      max-width: 200px; } }
  #modal-mobile-nav .modal-content {
    background: transparent;
    min-height: 100%;
    border: 0;
    border-radius: 0; }
  #modal-mobile-nav.fade .modal-dialog {
    width: 100%;
    background: #fff;
    margin: 0;
    min-height: 100%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  #modal-mobile-nav.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  #modal-mobile-nav.show .nav > li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  #modal-mobile-nav .nav {
    background-color: #fff; }
    #modal-mobile-nav .nav li {
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.35s cubic-bezier(0.77, 0.2, 0.05, 1); }
      #modal-mobile-nav .nav li::after {
        display: block;
        clear: both;
        content: ""; }
      #modal-mobile-nav .nav li a {
        float: left;
        width: 100%;
        margin-bottom: 1px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 40px;
        text-align: left;
        color: #666;
        -webkit-transition: all .35s;
        transition: all .35s;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #modal-mobile-nav .nav li a i {
          display: none; }
    #modal-mobile-nav .nav .drop.active > a {
      color: #34b4ea; }
    #modal-mobile-nav .nav .drop > a {
      width: calc( 100% - 40px); }
    #modal-mobile-nav .nav .drop .btn-drop {
      float: right;
      width: 40px;
      height: 40px;
      padding: 0; }
      #modal-mobile-nav .nav .drop .btn-drop.active {
        color: #34b4ea; }
        #modal-mobile-nav .nav .drop .btn-drop.active:after {
          -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg); }
        #modal-mobile-nav .nav .drop .btn-drop.active ~ a {
          color: #34b4ea; }
      #modal-mobile-nav .nav .drop .btn-drop:after {
        content: '';
        width: 6px;
        height: 6px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all .35s;
        transition: all .35s; }
    #modal-mobile-nav .nav .drop-menu {
      width: 100%;
      height: 0;
      margin-top: 1px;
      overflow: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      position: relative; }
      #modal-mobile-nav .nav .drop-menu.active > li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(1) {
          -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(2) {
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(3) {
          -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(4) {
          -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(5) {
          -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(6) {
          -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(7) {
          -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(8) {
          -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(9) {
          -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s; }
        #modal-mobile-nav .nav .drop-menu.active > li:nth-child(10) {
          -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }
      #modal-mobile-nav .nav .drop-menu > li {
        background-color: rgba(0, 0, 0, 0.05); }
      #modal-mobile-nav .nav .drop-menu.drop-menu-level-1 li a:not(.btn-drop) {
        padding-left: 20px; }
      #modal-mobile-nav .nav .drop-menu.drop-menu-level-2 li a:not(.btn-drop) {
        padding-left: 30px; }
      #modal-mobile-nav .nav .drop-menu.drop-menu-level-3 li a:not(.btn-drop) {
        padding-left: 40px; }
      #modal-mobile-nav .nav .drop-menu.drop-menu-level-4 li a:not(.btn-drop) {
        padding-left: 50px; }
      #modal-mobile-nav .nav .drop-menu.drop-menu-level-5 li a:not(.btn-drop) {
        padding-left: 60px; }
/** End Header **/
/*# sourceMappingURL=style.css.map */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
	.index-idx3__content{    padding: 72px 0 80px;}
	.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-mxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-mxl {
    max-width: 1380px; } }