@font-face {
  font-family: 'BBCICON-l';
  src: url("../font/BBC-Light.eot");
  src: url("../font/BBC-Light.eot") format("embedded-opentype"), url("../font/BBC-Light.ttf") format("truetype"), url("../font/BBC-Light.woff") format("woff"), url("../font/BBC-Light.svg") format("svg");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'BBCICON-r';
  src: url("../font/BBC-Regular.eot");
  src: url("../font/BBC-Regular.eot") format("embedded-opentype"), url("../font/BBC-Regular.ttf") format("truetype"), url("../font/BBC-Regular.woff") format("woff"), url("../font/BBC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BBCICON-s';
  src: url("../font/BBC-Solid.eot");
  src: url("../font/BBC-Solid.eot") format("embedded-opentype"), url("../font/BBC-Solid.ttf") format("truetype"), url("../font/BBC-Solid.woff") format("woff"), url("../font/BBC-Solid.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'BBC-Brands';
  src: url("../font/BBC-Brands.eot");
  src: url("../font/BBC-Brands.eot") format("embedded-opentype"), url("../font/BBC-Brands.ttf") format("truetype"), url("../font/BBC-Brands.woff") format("woff"), url("../font/BBC-Brands.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.br,
.bl,
.bs,
.bb,
.pages-v2 .next a:before,
.pages-v2 .end a:before,
.pages-v2 .first a:before,
.pages-v2 .prev a:before {
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.br {
  font-family: 'BBCICON-r' !important;
}

.bl {
  font-family: 'BBCICON-l' !important;
  font-weight: lighter;
}

.bs {
  font-family: 'BBCICON-s' !important;
  font-weight: bold;
}

.bb {
  font-family: 'BBC-Brands' !important;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}

.bbc-angle-double-left:before {
  content: "\e900";
}

.bbc-angle-double-right:before {
  content: "\e909";
}

.bbc-angle-left:before {
  content: "\e902";
}

.bbc-angle-right:before {
  content: "\e903";
}

.bbc-arrow-alt-to-top:before {
  content: "\e904";
}

.bbc-arrow-left:before {
  content: "\e905";
}

.bbc-arrow-right:before {
  content: "\e906";
}

.bbc-arrow-to-top:before {
  content: "\e907";
}

.bbc-calendar:before {
  content: "\e908";
}

.bbc-calendar-alt:before {
  content: "\e90a";
}

.bbc-calendar-check:before {
  content: "\e90b";
}

.bbc-check:before {
  content: "\e90c";
}

.bbc-chevron-left:before {
  content: "\e90d";
}

.bbc-chevron-right:before {
  content: "\e90e";
}

.bbc-comment-alt-dots:before {
  content: "\e901";
}

.bbc-comments-alt:before {
  content: "\e927";
}

.bbc-envelope:before {
  content: "\e90f";
}

.bbc-eye:before {
  content: "\e910";
}

.bbc-globe:before {
  content: "\e924";
}

.bbc-globe-asia:before {
  content: "\e925";
}

.bbc-heart:before {
  content: "\e911";
}

.bbc-home:before {
  content: "\e912";
}

.bbc-link:before {
  content: "\e928";
}

.bbc-lock-alt:before {
  content: "\e913";
}

.bbc-long-arrow-left:before {
  content: "\e914";
}

.bbc-long-arrow-right:before {
  content: "\e915";
}

.bbc-map-marker-alt:before {
  content: "\e916";
}

.bbc-mobile:before {
  content: "\e917";
}

.bbc-mobile-alt:before {
  content: "\e918";
}

.bbc-phone:before {
  content: "\e919";
}

.bbc-phone-volume:before {
  content: "\e91a";
}

.bbc-play:before {
  content: "\e91b";
}

.bbc-plus:before {
  content: "\e91c";
}

.bbc-search:before {
  content: "\e91d";
}

.bbc-share-alt:before {
  content: "\e91e";
}

.bbc-star:before {
  content: "\e91f";
}

.bbc-sync:before {
  content: "\e920";
}

.bbc-times:before {
  content: "\e921";
}

.bbc-trash-alt:before {
  content: "\e922";
}

.bbc-user:before {
  content: "\e923";
}

.bbc-users:before {
  content: "\e926";
}

.bbc-baidu-tie:before {
  content: "\e900";
}

.bbc-douban:before {
  content: "\e901";
}

.bbc-micro-programe:before {
  content: "\e902";
}

.bbc-qq:before {
  content: "\e903";
}

.bbc-qqzone:before {
  content: "\e904";
}

.bbc-renren:before {
  content: "\e905";
}

.bbc-tencent-weibo:before {
  content: "\e906";
}

.bbc-weibo:before {
  content: "\e907";
}

.bbc-weixin:before {
  content: "\e908";
}

.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;
  }
}

.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;
  }
}

@media (min-width: 576px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}

.navbar-toggle {
  color: #FFF;
  display: block;
  width: 40px;
  height: 38px;
  padding: 4px 0;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle .bar {
  display: block;
  width: 22px;
  height: 0;
  border-top: 2px solid;
  margin: 6px auto;
  position: relative;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.navbar-toggle:not(.collapsed) .bar:first-child {
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .bar:last-child {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}

@media (min-width: 768px) {
  .navbar-right .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.dropdown-box {
  display: none;
}

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #FFF;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 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;
  }
}
.header-v1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-v1.header-active{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.header-v1 a {
  text-decoration: none !important;
}

.header-v1 .logo h1 {
  font-size: 32px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.header-v1 .logo h1 a img {
  width: 100%;
  max-width: 100%;
}

.header-v1 .logo a {
  color: #222;
}

.header-v1 .logo .dd-caption {
  display: inline-block;
  vertical-align: middle;
}

.header-v1 .logo .dd-caption h5 {
  font-size: 24px;
  color: #686868;
}

.header-v1 .logo .dd-caption p {
  margin-bottom: 0;
  color: #6d6d6d;
}

.header-v1 .top {
  padding: 15px 0;
  background-color: #162849;
}

.header-v1 .hotline {
  text-align: right;
  font-size: 20px;
}

.header-v1 .hotline a {
  color: #414141;
  line-height: 1.4em;
}

.header-v1 .hotline a span {
  font-size: 26px;
  color: #545454;
}

.header-v1 .hotline a span.big-phone {
  color:#162849 ;
  font-family: 'Impact';
  font-size: 32px;
}

.header-v1 .dropdown-box>li>a {
  color: #333;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  border-bottom: 1px solid #dddddd;
}

.header-v1 .dropdown-box>li:last-child a {
  border-bottom: none;
}

.header-v1 .dropdown-box>li:hover a {
  background-color: #162849 ;
  color:#fcf6e7;
}

.nav-header-v1>li {
  position: relative;
}

.nav-header-v1>li:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 10px;
  width: 50%;
  border-bottom: 2px solid #fcf6e7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.nav-header-v1>li>a {
  padding: 20px 15px;
  text-align: center;
  color: #fffcd3;
  text-decoration: none;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.nav-header-v1>li:hover>a,
.nav-header-v1>li.active>a {
  color: #fffcd3 ;
}

.nav-header-v1>li:hover:after,
.nav-header-v1>li.active:after {
  visibility: visible;
  opacity: 1;
}



@media (max-width: 767.98px) {
  [data-nav="9"] .container {
    max-width: 100%;
    padding: 0;
  }

  [data-nav="9"] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e81010;
    border-right: 1px solid #e81010;
    font-size: 14px;
  }

  [data-nav="9"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border: 1px solid #e81010;
    border-top: 0;
    border-right: 0;
  }

  [data-nav="9"] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
  }

  [data-nav="9"] .nav-title {
    opacity: 0.75;
  }
}

.navbar-holder,
.hotline-holder {
  display: none;
}

.affix+.navbar-holder,
.affix+.hotline-holder {
  display: block;
}

.footer-v1 {
  background-color: #290303;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 991.98px) {
  .footer-v1 {
    padding: 30px 0;
  }
}

.footer-v1 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .footer-v1 h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) {

  .footer-v1:before,
  .footer-v1:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    height: 100%;
    top: 0;
  }

  .footer-v1:before {
    width: 55%;
    left: 0;
    background-image: url(404.png);
    opacity: .35;
    background-size: cover;
    background-position: left center;
  }

  .footer-v1:after {
    background-color: #290303;
    width: 30%;
    height: 230%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 50%;
    margin-left: -150px;
    top: -15%;
    z-index: 2;
  }
}

.footer-v1 .container {
  position: relative;
  z-index: 3;
}

.footer-v1 .ft-logo {
  margin-left: -10px;
}

.footer-v1 .ft-logo img {
  width: 80%;
}

.footer-v1 .footer-info {
  color: #FFF;
  padding-right: 50px;
  margin-top: 15px;
}

.footer-v1 .footer-info p {
  line-height: 1.75;
}

.footer-v1 .nav-footer-social>li {
  display: inline-block;
  margin-right: 15px;
}

.footer-v1 .nav-footer-social>li>a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFF;
  color: #110101;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: color .35s ease, background-color .35s ease;
  -o-transition: color .35s ease, background-color .35s ease;
  transition: color .35s ease, background-color .35s ease;
}

.footer-v1 .nav-footer-social>li>a:hover {
  color: #fcf6e7;
  background-color:#162849 ;
}

.footer-v1 .nav-footer-link>li>a {
  color: #fcf6e7;
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-v1 .nav-footer-link>li>a:hover {
  color:#162849;
}

@media (max-width: 991.98px) {
  .footer-v1 .nav-footer-link>li>a {
    font-size: 13px;
  }
}

.wx-qrcode {
  width: 130px;
  height: 130px;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}


.no-js .owl-carousel {
  display: block;
}


.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}


.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("404.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") !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;
  -o-text-overflow: ellipsis;
  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;
  -moz-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;
  -moz-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;
  -moz-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;
  -moz-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: #162849;
}

.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;
}

.ajax-load-container {
  text-align: center;
  display: none;
}

.ajax-loading .ajax-load-container,
.ajax-complete .ajax-load-container {
  display: block;
}

.ajax-loading .ajax-load-btn-txt,
.ajax-complete .ajax-load-btn-txt {
  display: none;
}

.ajax-spinner {
  border: 3px solid #ef1919;
  border-top: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  -webkit-animation: loader-spin 1.2s linear infinite;
  animation: loader-spin 1.2s linear infinite;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.masonry-item img {
  -webkit-transition: all .35s ease !important;
  -o-transition: all .35s ease !important;
  transition: all .35s ease !important;
  opacity: 1;
}

.masonry-lazy-error {
  height: 120px;
  position: relative;
  background-color: #ddd;
}

.masonry-lazy-error:before {
  width: 30px;
  height: 30px;
  content: "×";
  display: block;
  border: 2px solid;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #dc3545;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  opacity: .5;
}

.masonry-lazy-error img {
  opacity: 0;
}

.masonry-lazy-loading {
  position: relative;
  height: 120px;
  overflow: hidden;
}

.masonry-lazy-loading:before,
.masonry-lazy-loading:after {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  border: 3px solid transparent;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-color:#162849;
  border-radius: 50%;
  -webkit-animation: spinner 1s infinite ease;
  animation: spinner 1s infinite ease;
}

.masonry-lazy-loading:after {
  border-left-color:#162849;
  -webkit-animation: spinner2 1s infinite linear;
  animation: spinner2 1s infinite linear;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.masonry-lazy-loading img {
  opacity: 0;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg);
  }
}

@keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg);
  }
}


.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;
  -o-transition: 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;
  -o-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;
  }
}


.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}


.slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat;
}


@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg") format("svg");
}


.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}


.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.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;
  -o-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;
  -o-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;
}

.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;
}

@-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;
  -ms-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;
  -ms-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;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.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;
}

.dropdown-box,
.cont-list,
.dd-status,
.partner-list,
.case-list,
.contact-list,
.news-ul,
.news-detail-bot .detail-news-share {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  outline: 0 !important;
}

.zoom img {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ratio-dd:before {
  padding-top: 63.79928%;
}

.ratio-dd-2:before {
  padding-top: 41.6955%;
}

.copyright {
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #363636;
  text-align: center;
}

.copyright span {
  padding: 0 5px;
  display: inline-block;
}

.copyright span:last-child {
  margin-right: 0;
}

.copyright a {
  text-decoration: none;
  color: #aaa;
  display: inline-block;
}

.copyright a:hover {
  color:#162849;
}

.main-title {
  width: 230px;
  height: 230px;
  background-image: url(../image/title-bg1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}

.main-title h3 {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.main-title h3 span {
  font-size: 48px;
}

.main-title h3 .en-tit {
  font-weight: bold;
  font-family: 'arial';
}

.main-title h3 .suben-tit {
  font-family: 'arial';
}

.main-title2 {
  background-image: none;
  width: 100%;
}

.main-title2 h3 span {
  text-transform: uppercase;
  font-size: 18px;
}

.main-title2 h3 span:first-of-type {
  font-size: 36px;
}

.main-title2 h3 span:last-of-type {
  font-size: 14px;
  color: #9e9e9e;
}

.main-title3 {
  width: auto;
}

.main-title3 h3 span {
  text-transform: uppercase;
  font-size: 18px;
}

.main-title3 h3 span:first-of-type {
  font-size: 36px;
}

.main-title3 h3 span:last-of-type {
  font-size: 14px;
  color: #9e9e9e;
}

.section {
  padding: 80px 0;
}

.section-2 {
  padding: 60px 0;
}

.img-width img {
  width: 100%;
  max-width: 100%;
}

.btn-go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ffffff;
  z-index: 999;
  display: none;
  text-align: center;
  line-height: 30px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.btn-go-top:hover {
  text-decoration: none;
}

.btn-go-top i {
  font-size: 32px;
  color: #cccccc;
}

#map {
  height: 200px;
}

#map2 {
  height: 500px;
  margin-top: 30px;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #252424;
}

.footer-bot {
  background-color: #1d1c1c;
  padding: 10px 0;
}

.footer-bot p {
  margin-bottom: 0;
  color: #717171;
  font-size: 14px;
}

.footer-bot p a {
  color: #717171;
}

.footer-bot p a:after {
  
  margin: 0 5px;
}

.footer-bot p a:hover {
  color: #fcf6e7;
  text-decoration: none;
}

.footer-bot p a:hover:after {
  color: #717171;
}

.footer-bot p a:last-of-type:after {
  content: none;
}

.baidu-map h4 {
  background-color:#162849 ;
  color: #fcf6e7;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ft-contact h4 {
  color:#fcf6e7;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
}

.ft-contact h4:after {
  content: '';
  width: 4em;
  display: block;
  background-color: #888888;
  position: absolute;
  bottom: 2px;
  height: 2px;
  left: 0;
}

.ft-contact h4:before {
  content: '';
  width: 70%;
  display: block;
  background-color: #888888;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
}

.cont-info {
  margin-top: 30px;
}

.cont-info::after {
  display: block;
  clear: both;
  content: "";
}

.cont-list {
  float: left;
  width: 70%;
}

.cont-list li {
  margin-bottom: 20px;
}

.cont-list li::after {
  display: block;
  clear: both;
  content: "";
}

.cont-list li:last-of-type {
  margin-bottom: 0;
}

.cont-list li i {
  color: #717171;
  display: inline-block;
  padding: 5px;
  font-size: 26px;
  line-height: 26px;
  background-color: #333333;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}

.cont-list li p {
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
  color: #717171;
}

.cont-list li p a {
  color: #717171;
}

.cont-list li p a:hover {
  text-decoration: none;
  color:#fcf6e7;
}

.qr-code {
  text-align: center;
  width: 30%;
  float: left;
}

.qr-code img {
  margin-bottom: 10px;
}

.qr-code p {
  color: darkgray;
  font-size: 14px;
}

.dd-owl {
  position: relative;
}

.dd-owl .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.dd-owl .item:after {
  content: '';
  display: block;
  padding-top: 33.85417%;
}

.dd-owl .owl-nav {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
}

.dd-owl .owl-nav::after {
  display: block;
  clear: both;
  content: "";
}

.dd-owl .owl-nav button {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  color: #fff;
  margin-top: -38px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  border-radius: 5px;
}

.dd-owl .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.dd-owl .owl-nav button span {
  font-size: 50px;
}

.dd-owl .owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
}

.dd-owl .owl-nav .owl-next {
  float: right;
  margin-right: 30px;
}

.dd-banner .banner-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dd-banner .banner-item:after {
  content: '';
  display: block;
  padding-top: 19.79167%;
}

.dd-descript {
  font-size: 16px;
  line-height: 3em;
  color: #777777;
  text-align: center;
  padding-top: 30px;
}

.dd-status {
  padding-top: 20px;
}

.dd-status::after {
  display: block;
  clear: both;
  content: "";
}

.dd-status li {
  float: left;
  margin-right: 15px;
  color: #adadad;
  font-size: 14px;
}

.dd-status li a {
  color: #adadad;
  
  display: inline-block;
  vertical-align: top;
}

.about-des {
  padding: 50px 0;
}

.about-des p {
  margin-bottom: 30px;
  line-height: 2em;
  text-indent: 2em;
}

.about-des p:last-of-type {
  margin-bottom: 0;
}

.section2 {
  background-color: #162849;
}

.section4 {
  background-color: rgba(222, 222, 222, 0.221875);
}

.title2 {
  color: #fcf6e7;
  font-size: 26px;
  padding-bottom: 60px;
}

.title2 span:first-of-type {
  margin-right: 15px;
}

.title2 span:last-of-type {
  font-weight: bold;
}

.title3,
.title4 {
  color:#162849;
  font-size: 26px;
}

.title3 span:first-of-type,
.title4 span:first-of-type {
  margin-right: 15px;
}

.title3 span:last-of-type,
.title4 span:last-of-type {
  font-size: 16px;
  color: #333333;
}

.title4 {
  color: #ffffff;
}

.title4 span:last-of-type {
  color: #ffffff;
}

.intro-img,
.intro-name {
  text-align: center;
}

.intro-img {
  margin-bottom: 10px;
}

.intro-name {
  font-size: 18px;
  color: #fcf6e7;
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.partner-list li {
  width: 20%;
  padding: 40px 0;
}

.partner-list li a {
  display: block;
  text-align: center;
}

.partner-list li a img {
  max-width: 100%;
}

.news-list {
  padding-top: 30px;
}

.news-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  height: 100%;
  display: block;
  color: #333333;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.news-item:hover {
  text-decoration: none;
}

.news-inf {
  padding: 15px;
}

.news-inf h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.news-inf p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
  max-height: 63px;
  overflow: hidden;
}

.main-title4 p {
  font-size: 14px;
}

.all-team {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.all-team:before {
  content: '';
  display: block;
  padding-top: 28.80208%;
}

#myTab::after {
  display: block;
  clear: both;
  content: "";
}

#myTab li {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

#myTab li a {
  padding: 5px 30px;
  background-color: #f0f0f0;
  border-radius: 50px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  color: #666666;
}

#myTab li a:hover,
#myTab li a.active {
  color: #fcf6e7;
  background-color: #162849;
  text-decoration: none;
}

#myTab li:last-of-type {
  margin-right: 0;
}

.gallery1,
.gallery2,
.gallery3 {
  margin: 30px -15px 0;
}

.gallery1::after,
.gallery2::after,
.gallery3::after {
  display: block;
  clear: both;
  content: "";
}

.gallery1 a,
.gallery2 a,
.gallery3 a {
  display: block;
  padding: 10px 15px;
  width: 33.3333%;
  float: left;
}

.gallery1 a:hover,
.gallery2 a:hover,
.gallery3 a:hover {
  text-decoration: none;
}

.gallery1 p,
.gallery2 p,
.gallery3 p {
  text-align: center;
  color: #333333;
  padding: 10px 0;
  margin-bottom: 0;
}

.pagination {
  margin-top: 15px;
  display: inline-block;
}

.pagination::after {
  display: block;
  clear: both;
  content: "";
}

.pagination li {
  float: left;
  margin-right: 5px;
}

.pagination li a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  color: #333333;
}

.pagination li a:hover,
.pagination li a.active {
  text-decoration: none;
  color:#162849;
}

.case {
  background-image: url(../image/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.case-img {
  padding: 50px 0;
}

.case-list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.case-list li {
  width: 33.33333%;
  padding: 10px;
}

.case-list li:first-of-type {
  width: 66.66667%;
}

.case-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.case-list li a>div {
  height: 100%;
}

.case-list li a img {
  width: 100%;
  height: 100%;
}

.case-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color:#fcf6e7;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.case-list li a:hover {
  text-decoration: none;
}

.case-list li a:hover i {
  opacity: 1;
}

.title-live {
  border-bottom: 1px solid #ccc;
  color: #162849;
  position: relative;
  padding: 0 10px 10px;
}

.title-live:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: calc(4em + 20px);
  height: 1px;
  background-color:#162849 ;
}

#onLineFlv481 {
  width: 400px;
  height: 400px;
}

.slider-for {
  width: 80%;
  margin: 0 auto 10px;
}

.slick-prev {
  right: calc(100% + 25px);
  left: initial;
}

.slick-next {
  left: calc(100% + 25px);
  right: initial;
}

.slick-prev,
.slick-next {
  width: initial;
  height: initial;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev i,
.slick-next i {
  border-radius: 50%;
  font-size: 20px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #FFF;
  font-family: initial;
  line-height: 20px;
  opacity: .7;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.slick-prev i:before,
.slick-next i:before {
  width: 21px;
  display: block;
}

.slick-prev:hover i,
.slick-next:hover i {
  opacity: 1;
}

.img-detail-content h4 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.detail-group-share {
  border-bottom: 1px solid #cccccc;
  height: 61px;
}

.detail-group-share span {
  color: #cccccc;
}

.detail-pagination {
  margin: 10px 0;
}

.detail-pagination a {
  display: inline-block;
  padding: 10px 0;
  color: #aaaaaa;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.detail-pagination a:hover {
  text-decoration: none;
  color:#162849;
}

.detail-pagination a i {
  margin-right: 10px;
}

.detail-pagination a span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px){
  .contact-list{
    margin-bottom: 30px;
  }
}
.contact-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.contact-list li:last-of-type {
  margin-bottom: 0;
}

.contact-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-icon i {
  font-size: 30px;
  line-height: 30px;
}

.contact-info p {
  margin-bottom: 5px;
  color: #969696;
}

.contact-form label {
  width: 5em;
  float: left;
  font-weight: bold;
  margin-right: .5em;
}

.contact-form .inpt-grp,
.contact-form textarea {
  width: calc(100% - 5.5em);
  overflow: hidden;
}

.contact-form button {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 5.5em;
}

.lightbox-modal .modal-content {
  background-color: #000000;
}

.lightbox-close {
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 55px;
  line-height: 50px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.lightbox-item {
  border: 3px solid #fff;
}

.lightbox-item.prev-1,
.lightbox-item.next-1,
.lightbox-item.prev-2,
.lightbox-item.next-2 {
  opacity: 1;
}

.lightbox-item.prev-1:before,
.lightbox-item.next-1:before,
.lightbox-item.prev-2:before,
.lightbox-item.next-2:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  z-index: 10;
}

.lightbox-prev,
.lightbox-next {
  background: none;
  border: 0;
  cursor: pointer;
}

.lightbox-prev i,
.lightbox-next i {
  font-size: 30px;
  color: #ffffff;
}

.lightbox-prev {
  margin-left: 30px;
}

.lightbox-next {
  margin-right: 30px;
}

.news-ul {
  margin-top: 30px;
}

.news-ul li {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}

.news-ul li a {
  color: #333333;
  display: block;
}

.news-ul li a::after {
  display: block;
  clear: both;
  content: "";
}

.news-ul li a:hover {
  text-decoration: none;
}

.news-ul li a:hover .news-info h5 {
  color:#162849;
}

.news-date {
  width: 84px;
  height: 84px;
  background-color: #f2f2f2;
  position: relative;
  float: left;
  margin-right: 15px;
}

.news-date p {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 26px;
  font-family: 'arial';
  color: #666666;
  margin-bottom: 0;
}

.news-date p span {
  display: block;
  font-size: 14px;
}

.news-info p {
  margin-bottom: 0;
  max-height: 48px;
  overflow: hidden;
  color: #888888;
}

.news-detail-top,
.news-detail-mid {
  border-bottom: 1px dashed #eee;
}

.news-detail-mid,
.news-detail-top {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news-detail-mid p {
  line-height: 2;
}

.news-detail-bot::after {
  display: block;
  clear: both;
  content: "";
}

.news-detail-bot .detail-pagination {
  float: left;
  width: 70%;
}

.news-detail-bot .detail-news-share {
  float: left;
  margin-top: 10px;
  width: 30%;
}

.news-detail-bot .detail-news-share li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.news-detail-bot .detail-news-share li:first-of-type {
  margin-top: 5px;
}

.news-detail-bot .detail-news-share li a {
  width: 32px;
  height: 32px;
  display: block;
}

.founder-bg {
  position: relative;
}

.founder-bg::after {
  display: block;
  clear: both;
  content: "";
}

.founder-bg:before {
  content: '';
  top: 45%;
  width: 100%;
  left: 0;
  position: absolute;
  background-image: url(../image/founder-bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  z-index: -1;
  height: 240px;
  -webkit-box-shadow: 0 9px 20px 7px rgba(69, 69, 69, 0.3);
  box-shadow: 0 9px 20px 7px rgba(69, 69, 69, 0.3);
}

.founder {
  padding-bottom: 100px;
}

.founder-group {
  margin-top: -40px;
}

.founder-l,
.founder-r {
  width: 50%;
  display: inline-block;
  float: left;
  position: relative;
}

.founder-l img {
  float: left;
  margin-right: 15px;
  width: 209px;
  height: 313px;
  margin-left: 45px;
}

.founder-r img {
  width: 209px;
  height: 313px;
  float: right;
  margin-left: 15px;
  margin-right: 45px;
}

.founder-info-1 {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 269px;
  width: calc(100% - 269px);
}

.founder-info-2 {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 269px;
  width: calc(100% - 269px);
}

.founder-info-1,
.founder-info-2 {
  margin-bottom: 30px;
}

.founder-info-1 h2,
.founder-info-1 p,
.founder-info-2 h2,
.founder-info-2 p {
  color: #ffffff;
}

.founder-info-1 p,
.founder-info-2 p {
  margin-bottom: 5px;
}

.founder-info-1 h2,
.founder-info-2 h2 {
  margin-bottom: 10px;
}


.cont-list li p {
  width: calc(100% - 46px);
}

.video-img {
  position: relative;
}

.video-img .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-img .video-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  color: #fff;
  font-size: 14px;
}

.page-videos-detail .news-video {
  max-width: 70%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #fcf6e7;
    padding: 5px 0;
    border-top: 1px solid #fcf6e7;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  }

  .dropdown:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
  }

  .dropdown-box:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    background-color: rgba(252, 246, 231, .9);
  }
}

@media (min-width: 768px) {
  .nav-header-v1 .dropdown .dropdown-box {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(50%, 50px, 0);
    transform: translate3d(50%, 50px, 0);
  }

  .nav-header-v1 .dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}

.header-v1 .dropdown-box>li>a {
  color:#162849;
  border: 0;
}

.header-v1 .dropdown-box>li:hover>a {
  background-color: #162849;
  color: #fcf6e7;
}

@media (max-width: 991.98px) {
  .page-videos-detail .news-video {
    max-width: 100%;
  }

  .nav-header-v1>li>a {
    padding: 12px 5px;
    font-size: 14px;
  }

  .gallery1,
  .gallery2,
  .gallery3 {
    margin: 15px -5px 0;
  }

  .gallery1 a,
  .gallery2 a,
  .gallery3 a {
    padding: 10px
  }

  .gallery1 p,
  .gallery2 p,
  .gallery3 p {
    padding: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .case p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .case-img {
    padding: 20px 0;
  }

  .case-list {
    padding: 5px;
  }

  .case-list li {
    padding: 5px;
  }

  .btn-go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }

  .btn-go-top i {
    font-size: 22px;
  }

  .contact-icon i {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-list li {
    padding-left: 35px;
  }

  .contact-info p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .contact-form label {
    width: 4em;
    line-height: 38px;
    margin-bottom: 0;
  }

  .contact-form button {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 4.5em;
  }

  .dd-owl .owl-nav button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    color: #fff;
    margin-top: -25px;
  }

  .dd-owl .owl-nav .owl-prev {
    margin-left: 20px;
  }

  .dd-owl .owl-nav .owl-next {
    margin-right: 20px;
  }

  .dd-owl .owl-nav button span {
    font-size: 22px;
  }

  .news-list {
    padding-top: 20px;
    margin: 0 -5px;
  }

  .news-list>div {
    padding: 0 5px;
  }

  .section {
    padding: 40px 0;
  }

  .section-2 {
    padding: 30px 0;
  }

  .title2 {
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .title3,
  .title4 {
    font-size: 22px;
  }

  .title2 span:first-of-type,
  .title3 span:first-of-type,
  .title4 span:first-of-type {
    margin-right: 10px;
  }

  .partner-list {
    padding: 0;
  }

  .partner-list li {
    padding: 20px 0;
  }

  .intro-name {
    font-size: 16px;
  }

  .about-des {
    padding: 30px 0;
  }

  .about-des p {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .founder-bg:before {
    height: 160px;
  }

  .founder-info-1,
  .founder-info-2 {
    margin-bottom: 0;
  }

  .founder-l,
  .founder-r {
    padding: 0 10px
  }

  .founder-info-1 h2,
  .founder-info-2 h2 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .founder-info-1 p,
  .founder-info-2 p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .founder-l img {
    width: 150px;
    height: auto;
    margin-left: 5px;
  }

  .founder-info-1 {
    left: 180px;
    width: calc(100% - 180px);
  }

  .founder-r img {
    width: 150px;
    height: auto;
    margin-right: 5px;
  }

  .founder-info-2 {
    right: 180px;
    width: calc(100% - 180px);
  }

  .dd-descript {
    line-height: 2;
    padding-top: 20px;
  }

  .news-detail-bot .detail-pagination {
    float: none;
    width: 100%;
  }

  .news-detail-bot .detail-news-share {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .slick-prev {
    right: calc(100% + 30px);
    left: initial;
  }

  .slick-next {
    left: calc(100% + 30px);
    right: initial;
  }

  .slick-prev i,
  .slick-next i {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }

  .slick-prev i:before,
  .slick-next i:before {
    width: 40px;
  }

  .img-detail-content h4 {
    margin: 20px 0;
    font-size: 20px;
  }

  .main-title {
    width: 200px;
    height: 200px;
  }

  .main-title2 {
    width: 100%;
    height: 100px;
  }

  .main-title h3 {
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }

  .main-title h3 br,
  .main-title3 h3 br,
  .main-title2 h3 br {
    display: none;
  }

  .main-title h3 span:first-of-type,
  .main-title3 h3 span:first-of-type,
  .main-title2 h3 span:first-of-type {
    font-size: 20px;
  }

  .main-title h3 span,
  .main-title3 h3 span,
  .main-title2 h3 span {
    display: block;
    font-size: 18px;
    line-height: 1.6;
  }

  .main-title3 h3 span:last-of-type,
  .main-title2 h3 span:last-of-type {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-v1 .navbar-main.collapse {
    display: block;
  }

  .header-v1 .navbar-toggle {
    display: none;
  }

  .nav-header-v1 .dropdown-btn {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .header-v1 .dropdown-btn {
    display: block;
    width: 40px;
    float: right;
    text-align: center;
    border-left: 1px solid #162849;
  }

  .header-v1 .dropdown-btn:before {
    content: "+";
  }

  .header-v1 .dropdown-btn.active:before {
    content: "-";
  }

  .header-v1 .dropdown-box {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    padding-left: 30px !important;
    background-color:#162849;
  }

  .nav-header-v1 a {
    color: #fcf6e7;
    display: block;
    padding: 10px 15px;
    background-color:#162849 ;
  }

  .header-v1 .dropdown-box>li>a {
    border-top: 1px solid rgba(22, 40, 73,0.9);
    border-left: 1px solid rgba(22, 40, 73,0.9);
    color:  #fcf6e7;
  }

  .header-v1 .dropdown-btn.active~.dropdown-box {
    opacity: 1;
    max-height: none;
  }

  .header-v1 {
    
    z-index: 999;
    background-color: #fff;
  }

  .header-v1 .top {
    padding: 10px 0;
  }

  .header-v1 .logo {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
  }

  .header-v1 .navbar-toggle-grp {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: right;
  }

  .header-v1 .logo h1 {
    margin-right: 0;
  }

  .header-v1 .logo img {
    width: 100%;
  }

  .header-v1 .logo h1 a {
    display: block;
  }

  .header-v1 .navbar-toggle {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 50%;
    color: #fcf6e7;
    height: 40px;
    margin-left: 10px;
    padding: 4px 0;
    width: 40px;
  }

  .header-v1 .navbar-main {
    background-color:#162849;
    -webkit-box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.4);
    height: 100% !important;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: transform .35s, opacity .35s, visibility .35s;
    width: 60%;
    z-index: 998;
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }

  .header-v1 .navbar-main.navbar-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .header-v1 .navbar {
    display: block;
    background-color: #162849 ;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }

  .nav-header-v1 {
    display: block !important;
    text-align: left;
  }

  .navbar-normal .nav {
    align-items: flex-end;
    -webkit-box-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    padding: 0;
  }

  .nav-header-v1>li {
    border-bottom: 1px solid #162849 ;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
  }

  .header-v1 .navbar-open .nav-header-v1>li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header-v1 .nav-header-v1>li:nth-child(1) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(3) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(4) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(5) {
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(6) {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(7) {
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(8) {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(9) {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important;
  }

  .header-v1 .nav-header-v1>li:nth-child(10) {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
  }

  .navbar-backdrop-close {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    width: 100%;
    z-index: 996;
  }

  .navbar-backdrop-close.open {
    opacity: .6;
  }

  .nav-header-v1>li>a {
    color:#fcf6e7;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: left;
  }

  .nav-header-v1>li.active>a,
  .nav-header-v1>li:hover>a {
    background-color:#162849;
    color: #fcf6e7;
  }

  .nav-header-v1>li:hover:after,
  .nav-header-v1>li.active:after {
    visibility: hidden;
    opacity: 0;
  }

  .lightbox-close {
    font-size: 32px;
    line-height: 32px;
    top: 15px;
    right: 15px;
  }

  .lightbox-count {
    font-size: 16px;
  }

  .lightbox-prev i,
  .lightbox-next i {
    font-size: 20px;
    color: #ffffff;
  }

  .lightbox-prev {
    margin-left: 10px;
    padding: 0;
  }

  .lightbox-next {
    margin-right: 10px;
    padding: 0;
  }

  .dd-owl .owl-nav button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    color: #fff;
    margin-top: -18px;
  }

  .dd-owl .owl-nav .owl-prev {
    margin-left: 15px;
  }

  .dd-owl .owl-nav .owl-next {
    margin-right: 15px;
  }

  .dd-owl .owl-nav button span {
    font-size: 16px;
  }

  .about-des {
    padding: 20px 0;
  }

  .about-des p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-indent: 2em;
  }

  .title2 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .title2 span {
    display: inline-block;
  }

  .title2 span:first-of-type {
    margin-right: 5px;
  }

  .intro-name {
    font-size: 14px;
  }

  .partner-list li {
    width: 50%;
  }

  .title-live {
    padding: 0 5px 5px;
    font-size: 16px;
  }

  .img-detail-content h4 {
    margin: 15px 0;
    font-size: 18px;
  }

  .slick-prev {
    right: calc(100% + 10px);
    left: initial;
  }

  .slick-next {
    left: calc(100% + 10px);
    right: initial;
  }

  .slick-prev i,
  .slick-next i {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .slick-prev i:before,
  .slick-next i:before {
    width: 30px;
  }

  .main-title {
    width: 100%;
    height: auto;
    background-image: none;
  }

  .main-title h3 {
    position: static;
    margin-top: 0;
  }

  .main-title h3 br,
  .main-title3 h3 br,
  .main-title2 h3 br {
    display: none;
  }

  .main-title h3 span:first-of-type,
  .main-title3 h3 span:first-of-type,
  .main-title2 h3 span:first-of-type {
    font-size: 18px;
  }

  .main-title h3 span,
  .main-title3 h3 span,
  .main-title2 h3 span {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }

  .main-title3 h3 span:last-of-type,
  .main-title2 h3 span:last-of-type {
    font-size: 12px;
  }

  .founder-group {
    margin-top: 20px;
  }

  .founder-bg {
    padding: 10px;
  }

  .founder-bg:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-shadow: 3px 5px 3px rgba(69, 69, 69, 0.3)
  }

  .founder-l,
  .founder-r {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
  }

  .founder-l {
    margin-bottom: 10px;
  }

  .founder-l:after,
  .founder-r:after {
    content: "";
    display: block;
    clear: both;
  }

  .founder-l img,
  .founder-r img {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    width: 100px;
    height: auto;
  }

  .founder-info-1,
  .founder-info-2 {
    margin-bottom: 0;
  }

  .founder-info-1 {
    bottom: 0;
    left: 110px;
    width: calc(100% - 110px);
  }

  .founder-info-2 {
    text-align: left;
    right: 0;
    left: 110px;
    width: calc(100% - 110px);
  }

  .founder-info-1 h2,
  .founder-info-2 h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .founder-info-1 p,
  .founder-info-2 p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .dd-descript {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
  }

  .news-list {
    padding-top: 0;
  }

  .news-item .news-inf {
    padding: 10px 5px;
  }

  .news-inf h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .news-inf p {
    font-size: 12px;
  }

  .news-ul {
    margin-top: 0;
  }

  .news-ul li {
    padding: 20px 0;
  }

  .news-date {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }

  .news-date p {
    margin-top: -22px;
    font-size: 16px;
  }

  .news-date p span {
    font-size: 12px;
  }

  .news-info h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .news-info p {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
  }

  .news-detail-mid,
  .news-detail-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .news-detail-top h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .news-detail-mid p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .news-detail-bot .detail-pagination {
    float: none;
    width: 100%;
  }

  .detail-pagination a {
    padding: 5px 0;
    font-size: 14px;
  }

  .detail-pagination a i {
    font-size: 14px;
    margin-right: 5px;
  }

  .detail-pagination a span {
    max-width: 14em;
  }

  .news-detail-bot .detail-news-share {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .news-detail-bot .detail-news-share li {
    margin-right: 5px;
    font-size: 14px;
  }

  .news-detail-bot .detail-news-share li:first-of-type {
    margin-top: 0;
  }

  .news-detail-bot .detail-news-share li a {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  .dd-status {
    padding-top: 10px;
  }

  .dd-status li {
    margin-right: 5px;
    font-size: 12px;
  }

  .gallery1 a,
  .gallery2 a,
  .gallery3 a {
    width: 50%;
    padding: 5px
  }

  #myTab li a {
    padding: 5px 15px;
    font-size: 14px;
  }

  #myTab li {
    margin-right: 0;
  }

  #myTab li:not(:last-child) {
    margin-right: 10px;
  }

  .gallery1,
  .gallery2,
  .gallery3 {
    margin: 0;
    margin-top: 20px;
  }

  .gallery1 p,
  .gallery2 p,
  .gallery3 p {
    padding: 4px 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pagination {
    margin: 10px 0;
  }

  .title3,
  .title4 {
    font-size: 18px;
  }

  .title3 span:first-of-type,
  .title4 span:first-of-type {
    margin-right: 5px;
  }

  .case p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .case-img {
    padding: 20px 0;
  }

  .case-list {
    padding: 0;
  }

  .case-list li {
    padding: 3px;
  }

  #onLineFlv481 {
    max-width: 100%;
    height: auto;
  }

  #onLineFlv481 iframe {
    max-width: 100%;
    height: auto !important;
  }

  .contact-list li {
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .contact-icon i {
    font-size: 22px;
    line-height: 22px;
  }

  .contact-info p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .contact-form label {
    width: 4em;
    font-size: 14px;
    line-height: 38px;
    margin-right: .5em;
    margin-bottom: 0;
  }

  .contact-form .inpt-grp,
  .contact-form textarea {
    width: calc(100% - 4em);
  }

  .contact-form button {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 4.5em;
    font-size: 14px;
  }

  .section {
    padding: 30px 0;
  }

  .section-2 {
    padding: 20px 0;
  }

  .footer-top {
    padding: 20px 0;
  }

  .cont-list,
  .qr-code {
    float: none;
    width: 100%;
  }

  .cont-list li i {
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
  }

  .cont-list li p {
    width: calc(100% - 36px);
    font-size: 12px;
    line-height: 26px;
    margin-top: 0;
  }

  .qr-code {
    margin-top: 20px;
  }

  .qr-code p {
    margin-bottom: 0;
  }

  .btn-go-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    right: 10px;
    bottom: 15%;
  }

  .btn-go-top i {
    font-size: 16px;
  }

  .news-item {
    border: 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .news-item:after {
    content: "";
    display: block;
    clear: both;
  }

  .news-item .ratio-dd-2 {
    float: left;
    max-width: 50%;
    margin-right: 10px;
  }

  .news-item .ratio-dd {
    float: left;
    max-width: 45%;
    margin-right: 10px;
  }

  .news-inf p {
    max-height: 36px;
  }
}

.foot-tool {
  display: none;
}

@media (max-width: 767.98px) {
  .foot-tool {
    margin: 0;
    padding: 0;
    list-style: none;
    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 li {
    width: 25%;
  }

  .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: #fcf6e7;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
  }

  .foot-tool li a i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: text-bottom;
    line-height: 1;
  }
}

.copyright {
  padding-bottom: 60px;
}


.nav-toolbar {
  position: fixed;
  bottom: 30%;
  right: 0;
  -webkit-box-shadow: 0 0 20px -6px #333;
  box-shadow: 0 0 20px -6px #333;
  z-index: 999;
}

.nav-toolbar li {
  position: relative;
}

@media (max-width: 767.98px) {
  .nav-toolbar {
    display: none;
  }
}

.nav-toolbar li>a {
  color: #fcf6e7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color:#162849;
  position: relative;
  text-align: center;
  font-size: 22px;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  position: relative;
}

.nav-toolbar li:hover>a {
  background-color:#162849e6;
}

.nav-toolbar li:hover .hover-show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.nav-toolbar .hover-show {
  position: absolute;
  visibility: hidden;
  right: 100%;
  top: 0;
  opacity: 0;
  -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(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background-color: #a30000;
  z-index: -1;
}

.nav-toolbar .qrcode {
  width: 140px;
  max-width: none;
  border: 1px solid #d2d2d2;
}

.nav-toolbar .fa-phone {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.hotline-block {
  color: #fcf6e7;
  background-color:#162849;
  min-width: 180px;
  padding: 17px 16px;
}

.hotline-block:hover {
  background-color:#162849e6;
  color: #fcf6e7;
}

.hotline-block h5 {
  font-size: 14px;
  margin-bottom: 0;
}

.hotline-block span {
  font-size: 20px;
  font-weight: bold;
}

.gotop {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  transition: height .35s;
}

.gotop.active {
  height: 40px;
}


.page-title {
  background-color: #f5f5f5;
}
.page-title .breadcrumbs {
  padding: 10px 0;
  color: #131313;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-title .breadcrumbs .title-breadcrumbs {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
}

@media (max-width: 991.98px) {
  .page-title .breadcrumbs .title-breadcrumbs {
    line-height: 24px;
  }
}

.page-title .breadcrumbs .nav-breadcrumbs {
  display: inline-block;
}

.page-title .breadcrumbs .nav-breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.page-title .breadcrumbs .nav-breadcrumbs li:not(:last-child) {
  color: #131313;
  padding-right: 15px;
}

.page-title .breadcrumbs .nav-breadcrumbs li:not(:last-child):after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page-title .breadcrumbs .nav-breadcrumbs li:last-child a {
  color: #162849;
  pointer-events: none;
  cursor: pointer;
}

.page-title .breadcrumbs .nav-breadcrumbs a {
  display: block;
  color: #131313;
}

.page-title .breadcrumbs .nav-breadcrumbs a:hover {
  color:  #162849 ;
  text-decoration: none;
}


 .friend-list-wrap {
      background-color: #162849;
    }

    .friend-list {
      padding: 10px 0;
      margin: 0;
    }

    .friend-list li {
      float: left;
      list-style: none;;
    }

    .friend-list li:not(:first-child) {
      margin-left: 5px;
    }

    .friend-list li,
    .friend-list li a {
      color: #fcf6e7;
      font-size: 12px;
    }

    .friend-list li a {
      display: block
    }
.header-top {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dadada; }
  .header-top > .container::after {
    display: block;
    clear: both;
    content: ""; }
  .header-top .welcome {
    float: left;
    color: #919191;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0; }
  .header-top .phone {
    float: right;
    color: #919191;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .header-top .phone {
        display: none; } }
    .header-top .phone i {
      display: inline-block;
      color:#162849;
      margin-right: 5px;
      font-size: 14px;
      line-height: 1em;
      vertical-align: text-bottom; }
    .header-top .phone a {
      font-size: 18px;
      color: #162849;
      line-height: 1em; }
.navbar-toggle-grp .header-hotline {
  display: none;
}
@media (max-width: 767.98px) {
  .navbar-toggle-grp .header-hotline {
    color: #fcf6e7;
    display: inline-block;
    vertical-align: middle; } }
.navbar-toggle-grp .hotline-icon {
  font-size: 20px;
  border: 1px solid;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;}

.has-error .form-control {
  border-color: #dc3545; }

.has-error .help-block {
  margin-top: 5px;
  display: block;
  color: #dc3545; }

.has-error label {
  color: #dc3545 !important; }