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

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

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

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

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

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

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

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

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

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

.dropdown-box {
  display: none; }

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

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

.banner-index:before {
  padding-top: 500px; }
  @media (max-width: 1199.98px) {
    .banner-index:before {
      padding-top: 41.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.help-block {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-dropdown {
  display: none; }

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

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

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

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

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

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

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

.sticky {
  width: 100%; }

@media (max-width: 767.98px) {
  .header-holder-v1 {
    height: 67px; } }

.header-v1 {
  background-color: #FFF; }
  .header-v1::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .header-holder-v1 .header-v1 {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; } }
  .header-v1 a {
    text-decoration: none !important; }
  @media (min-width: 768px) {
    .header-v1 .navbar-toggle {
      display: none; } }
  .header-v1 .navbar-toggle {
    color: #7D0302;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid;
    padding: 6px 0;
    margin-left: 8px; }
  .header-v1 .navbar {
    background-color: #7D0302; }
  .header-v1 .header-brand {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    @media (max-width: 767.98px) {
      .header-v1 .header-brand {
        padding: 12px 0; }
        .header-v1 .header-brand .container {
          max-width: 100%; } }
  .header-v1 .header-hotline {
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .header-v1 .header-hotline {
        font-size: 24px; }
        .header-v1 .header-hotline span {
          display: none; } }
  .header-v1 .hotline-icon {
    font-size: .875em;
    width: 2em;
    height: 2em;
    border: 1px solid;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px; }
    @media (max-width: 767.98px) {
      .header-v1 .hotline-icon {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .header-v1 .navbar-main.collapse {
      display: block; } }
  @media (max-width: 767.98px) {
    .header-v1 .header-logo img {
      height: 42px;
      width: auto; }
    .header-v1 .header-hotline, .header-v1 .navbar-toggle {
      display: inline-block;
      vertical-align: middle; } }

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

@media (min-width: 768px) {
  .nav-header-v1 > li:not(:first-child) {
    padding-left: 1px;
    position: relative; }
    .nav-header-v1 > li:not(:first-child):before {
      content: "";
      height: 40%;
      top: 30%;
      left: 0;
      position: absolute;
      border-left: 1px solid #4b0201; } }

.nav-header-v1 > li > a {
  padding: 12px 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin: 0 -1px;
  -webkit-transition: background-color .35s ease;
  -o-transition: background-color .35s ease;
  transition: background-color .35s ease; }
  @media (max-width: 575.98px) {
    .nav-header-v1 > li > a {
      padding: 12px 12px;
      font-size: 13px; } }

.nav-header-v1 > li:hover > a, .nav-header-v1 > li.active > a {
  background-color: #4b0201; }

.header-v2 a {
  text-decoration: none !important; }

.header-v2 .navbar {
  background-color: #7D0302; }
  @media (max-width: 767.98px) {
    .header-v2 .navbar .container {
      padding: 0; } }

.header-v2 .header-brand {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  @media (max-width: 767.98px) {
    .header-v2 .header-brand {
      padding: 12px 0; }
      .header-v2 .header-brand .container {
        max-width: 100%; } }

.header-v2 .header-hotline {
  font-size: 20px; }
  @media (max-width: 767.98px) {
    .header-v2 .header-hotline {
      font-size: 24px; }
      .header-v2 .header-hotline span {
        display: none; } }

.header-v2 .hotline-icon {
  font-size: .875em;
  width: 2em;
  height: 2em;
  border: 1px solid;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px; }
  @media (max-width: 767.98px) {
    .header-v2 .hotline-icon {
      margin-right: 0; } }

.header-v2 .navbar-container {
  position: relative; }
  .header-v2 .navbar-container::after {
    display: block;
    clear: both;
    content: ""; }

.header-v2 .nav-toggle-wrap {
  width: 0;
  float: right;
  overflow: hidden; }

.header-v2 .navbar-toggle {
  width: 40px;
  height: 40px;
  padding: 5px 0; }

.header-v2 .navbar-has-hidden .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-v2 .navbar-has-hidden .nav-toggle-wrap {
  width: 40px; }

.header-v2 .navbar-has-hidden .navbar-toggle {
  display: block !important;
  color: #FFF; }

.header-v2 #more-nav {
  text-align: center;
  background-color: #eee; }
  .header-v2 #more-nav li {
    display: inline-block; }
  .header-v2 #more-nav a {
    padding: 8px 12px;
    color: #888; }
    .header-v2 #more-nav a:hover {
      color: #7D0302; }
  .header-v2 #more-nav li.active > a {
    color: #7D0302; }

.nav-header-v2 {
  overflow: hidden; }
  .nav-header-v2 > li > a {
    color: #FFF;
    padding: 10px 15px;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .nav-header-v2 > li > a {
        padding: 10px 13px; } }
    .nav-header-v2 > li > a:hover {
      color: #ffffff;
      background-color: #4b0201; }
  .nav-header-v2 > li.active > a {
    color: #ffffff;
    background-color: #4b0201; }

.header-v3 {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  -webkit-transition: background .35s;
  -o-transition: background .35s;
  transition: background .35s; }
  .header-v3.header-active {
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35); }
  @media (max-width: 991.98px) {
    .header-v3 {
      text-align: right;
      padding-right: 55px; } }
  @media (max-width: 767.98px) {
    .header-v3 {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .header-v3 .navbar-main.collapse {
      display: block !important;
      float: right; } }
  .header-v3 .navbar {
    display: inline-block; }
  .header-v3 .header-logo {
    float: left;
    padding: 10px 15px; }
    .header-v3 .header-logo img {
      height: 46px;
      width: auto; }
      @media (max-width: 991.98px) {
        .header-v3 .header-logo img {
          height: 36px; } }
  .header-v3 .header-hotline {
    right: 0;
    font-size: 20px;
    padding: 15px 15px;
    color: #FFF;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    text-decoration: none; }
    .header-v3 .header-hotline:hover {
      color: #c80503; }
    @media (max-width: 991.98px) {
      .header-v3 .header-hotline {
        padding: 10px 15px; }
        .header-v3 .header-hotline span {
          display: none; } }
    @media (max-width: 767.98px) {
      .header-v3 .header-hotline {
        position: static;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px; } }
  .header-v3 .hotline-icon {
    font-size: 18px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-right: 5px; }
    @media (max-width: 991.98px) {
      .header-v3 .hotline-icon {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .header-v3 .hotline-icon {
        font-size: 20px; } }
  .header-v3 .navbar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
    color: #ffffff;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 767.98px) {
      .header-v3 .navbar-toggle {
        display: inline-block; } }

@media (min-width: 768px) {
  .nav-header-v3 .dropdown .dropdown-box {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(50%, 50px, 0);
    transform: translate3d(50%, 50px, 0); }
  .nav-header-v3 .dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 1;
    visibility: visible; }
  .nav-header-v3 .dropdown-btn {
    display: none !important; }
  .nav-header-v3 .nav-title {
    position: relative;
    z-index: 4; }
  .nav-header-v3 > li > a {
    color: #ffffff;
    padding: 25px 30px;
    position: relative;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    text-decoration: none; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .nav-header-v3 > li > a {
      padding: 25px 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .nav-header-v3 > li > a {
      font-size: 12px;
      padding: 20px 10px; } }

@media (min-width: 768px) {
    .nav-header-v3 > li > a:before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      border-bottom: 2px solid #7D0302; }
    .nav-header-v3 > li > a:hover:before {
      width: 100%; }
  .nav-header-v3 > li.active a:before {
    width: 100%; } }

@media (min-width: 768px) {
  .header-active .nav-header-v3 > li > a {
    color: #333; } }

.header-active .header-hotline {
  color: #7D0302; }

.header-active .navbar-toggle {
  color: #7D0302; }

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

@media (max-width: 767.98px) {
  .nav.nav-color > li {
    border: 0 !important; }
  .nav.nav-color > li:nth-child(1) > a {
    background-color: #7d0302; }
    .nav.nav-color > li:nth-child(1) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(2) > a {
    background-color: #7e0b10; }
    .nav.nav-color > li:nth-child(2) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(3) > a {
    background-color: #80121d; }
    .nav.nav-color > li:nth-child(3) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(4) > a {
    background-color: #811a2b; }
    .nav.nav-color > li:nth-child(4) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(5) > a {
    background-color: #832138; }
    .nav.nav-color > li:nth-child(5) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(6) > a {
    background-color: #842946; }
    .nav.nav-color > li:nth-child(6) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(7) > a {
    background-color: #853053; }
    .nav.nav-color > li:nth-child(7) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(8) > a {
    background-color: #873861; }
    .nav.nav-color > li:nth-child(8) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(9) > a {
    background-color: #883f6f; }
    .nav.nav-color > li:nth-child(9) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(10) > a {
    background-color: #89477c; }
    .nav.nav-color > li:nth-child(10) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(11) > a {
    background-color: #8b4e8a; }
    .nav.nav-color > li:nth-child(11) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(12) > a {
    background-color: #8c5697; }
    .nav.nav-color > li:nth-child(12) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(13) > a {
    background-color: #8e5da5; }
    .nav.nav-color > li:nth-child(13) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(14) > a {
    background-color: #8f65b2; }
    .nav.nav-color > li:nth-child(14) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(15) > a {
    background-color: #906cc0; }
    .nav.nav-color > li:nth-child(15) > a:hover {
      background-color: #4b0201; }
  .nav.nav-color > li:nth-child(16) > a {
    background-color: #9274cd; }
    .nav.nav-color > li:nth-child(16) > a:hover {
      background-color: #4b0201; } }

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

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

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

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

.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 Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

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

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

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

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

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: #7D0302; }

.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 #5a0201;
  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: #7D0302;
    border-radius: 50%;
    -webkit-animation: spinner 1s infinite ease;
    animation: spinner 1s infinite ease; }
  .masonry-lazy-loading:after {
    border-left-color: #7D0302;
    -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); } }

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

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

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

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

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

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

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

.z-index-3 {
  position: relative;
  z-index: 3; }
.img-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray; }
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    -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; } }

.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; }

/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http: */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left;
  height: 100%;
  display: block; }

.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.fp-right {
    right: 17px; }
  #fp-nav.fp-left {
    left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }
  .fp-slidesNav.fp-bottom {
    bottom: 17px; }
  .fp-slidesNav.fp-top {
    top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

/*# sourceMappingURL=fullpage.min.css.map */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden */
@-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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.text-desc {
  color: #666666;
  line-height: 1.75em; }

.zoom {
  overflow: hidden; }
  .zoom div[data-toggle='img'] {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .zoom:hover div[data-toggle='img'] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .zoomv1 img {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .zoomv1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.ratio-1-3:before {
  padding-top: 100%; }

.page-name {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-left: 18%;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-name {
      margin-left: 5%; } }
  @media (max-width: 991.98px) {
    .page-name {
      margin-left: 0;
      text-align: center; } }
  .page-name span {
    font-size: 40px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .page-name span {
        font-size: 22px; } }
    .page-name span.name-en {
      font-family: arial,helvetica,sans-serif; }

.about-title h4 {
  font-family: georgia,serif;
  font-size: 36px;
  margin-bottom: 0; }

.about-title p {
  color: #7D0302;
  font-size: 28px; }

.about-content p {
  line-height: 2;
  color: #808080; }
  .about-content p strong {
    color: #000; }

.about-content .btn-more {
  display: inline-block;
  width: 60px; }
  .about-content .btn-more img {
    width: 100%;
    padding: 10px 0; }

.about-parallax > .container {
  z-index: 10;
  position: relative; }

.about-para-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .about-para-list li {
    padding: 15px 0;
    margin-left: -15px;
    width: 300px; }
    @media (max-width: 767.98px) {
      .about-para-list li {
        width: 180px; } }
    .about-para-list li a {
      display: block;
      text-align: center;
      background-color: #e8e8e8;
      color: #333;
      text-decoration: none;
      padding: 15px 10px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      font-size: 16px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .about-para-list li a:hover {
        background-color: #7D0302;
        color: #fff; }
    .about-para-list li.active a {
      background-color: #7D0302;
      color: #fff; }

@media (max-width: 767.98px) {
  .about-bot {
    background-position: -230px; } }

.about-bot p {
  position: absolute;
  left: 51%;
  top: 50%;
  width: 400px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .about-bot p {
      width: 300px; } }

.about-bot:before {
  content: '';
  display: block;
  padding-top: 18.5%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .about-bot:before {
      padding-top: 20%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .about-bot:before {
      padding-top: 30%; } }
  @media (max-width: 767.98px) {
    .about-bot:before {
      padding-top: 40%; } }

.tool-top {
  background-color: #7D0302;
  padding: 10px 0; }

.breadcrum, .filter {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .breadcrum::after, .filter::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrum {
  /* width: 30%; */
  width: 100%;
  float: left;
  padding-top: 11px; }
  @media (max-width: 767.98px) {
    .breadcrum {
      display: none; } }
  .breadcrum li {
    color: #fff;
    display: inline-block;
    float: left; }
    .breadcrum li:not(:first-of-type) {
      margin-left: 5px; }
    .breadcrum li a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      margin-right: 5px; }

.filter {
  width: 100%;
  /* width: 70%; */
  float: left;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 15px;
  padding-top: 10px;
  font-size: 0; }
  @media (max-width: 767.98px) {
    .filter {
      width: 100%;
      border-top: 0;
      padding-top: 0;
      margin-top: 0; } }
  .filter-item {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 5px;
    font-size: initial; }
    /* @media (max-width: 991.98px) {
      .filter-item {
        padding: 0 5px; } } */
    .filter-item a {
      color: #fff;
      text-decoration: none;
      display: block;
      border-radius: 50px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 5px 15px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      /* @media (max-width: 767.98px) {
        .filter-item a {
          padding: 5px 0; } } */
      .filter-item a:hover {
        color: #7D0302;
        background-color: #fff; }

.product-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .product-item h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-top: -10px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    padding: 50px; }
  .product-item .dd-zoom-it {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .product-item:hover h4 {
    margin-top: 0; }
  .product-item:hover .dd-zoom-it {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .product-item:hover .dd-figue {
    background-color: rgba(0, 0, 0, 0.7); }
    .product-item:hover .dd-figue:before, .product-item:hover .dd-figue:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.dd-owl {
  position: relative; }
  .dd-owl .item {
    height: 100vh; }
  .dd-owl .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
    .dd-owl .owl-dots button {
      background: none;
      border: 0; }
      .dd-owl .owl-dots button span {
        width: 12px;
        height: 12px;
        display: block;
        margin: 0 auto;
        background: #8e8e8e;
        border-radius: 12px;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
      .dd-owl .owl-dots button.active span {
        background: #7D0302; }

.dd-figue {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .dd-figue:before, .dd-figue:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border: 1px solid #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    opacity: 0; }
  .dd-figue:before {
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .dd-figue:after {
    border-left: 0;
    border-right: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

.dd-pagination li {
  margin-right: 5px; }
  .dd-pagination li a {
    color: #333;
    background-color: #fff;
    border-radius: 0 !important;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    padding: .5rem .8rem; }
    .dd-pagination li a:hover {
      background-color: #7D0302;
      border-color: #7D0302;
      color: #fff; }
  .dd-pagination li.active a {
    color: #fff !important;
    background-color: #7D0302 !important;
    border-color: #7D0302 !important; }

.news-item {
  display: block;
  text-decoration: none !important;
  background-color: #f5f5f5;
  position: relative; }
  .news-item::after {
    display: block;
    clear: both;
    content: ""; }
  .news-item:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 0;
    height: 42px;
    width: 3px;
    background-color: #7D0302;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    @media (max-width: 991.98px) {
      .news-item:before {
        top: 18px;
        height: 24px; } }
  .news-item:hover:before {
    height: 100%;
    top: 0; }
  .news-item:hover .news-content .title {
    color: #7D0302; }

.news-img {
  float: right;
  width: 40%;
  margin-left: 15px;
  position: relative; }
  .news-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .news-img:hover:before {
    opacity: 1; }

.news-content {
  padding: 42px 0;
  margin-left: 30px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .news-content {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .news-content {
      padding: 20px 0; } }
  @media (max-width: 991.98px) {
    .news-content {
      padding: 10px 0; } }
  .news-content .title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .news-content .title {
        margin-bottom: 10px; } }
  .news-content .status {
    color: #d6d6d6;
    font-size: 14px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .news-content .status {
        margin-bottom: 5px; } }
    @media (max-width: 767.98px) {
      .news-content .status {
        display: none; } }
  .news-content .info {
    line-height: 2;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    max-height: 78px; }
    @media (max-width: 1199.98px) {
      .news-content .info {
        max-height: 52px; } }
    @media (max-width: 991.98px) {
      .news-content .info {
        margin-bottom: 5px; } }
    @media (max-width: 991.98px) {
      .news-content .info {
        max-height: 26px; } }

.dd-odd:before {
  left: auto;
  right: 0;
  background-color: #333; }

.dd-odd .news-img {
  float: left;
  margin-right: 15px;
  margin-left: 0; }

.dd-odd .news-content {
  margin-left: 0;
  margin-right: 30px; }

.dd-button {
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #b2b1b1;
  padding: .7rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .dd-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background-color: #7D0302;
    content: '';
    z-index: -1; }
  .dd-button:hover {
    color: #fff;
    text-decoration: none; }
    .dd-button:hover:before {
      width: 100%; }

.recur-item {
  padding: 20px;
  border: 1px solid #e4e4e4;
  margin-top: -1px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .recur-item:hover {
    background-color: #f2f2f2; }
    .recur-item:hover .title {
      color: #7D0302; }

.recur-top {
  display: block;
  text-decoration: none !important; }
  .recur-top::after {
    display: block;
    clear: both;
    content: ""; }
  .recur-top .title {
    float: left;
    width: 80%;
    margin-bottom: 0;
    color: #333;
    font-size: 20px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .recur-top .title {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .recur-top p {
    float: right;
    width: 20%;
    margin-bottom: 0;
    color: #c8c8c8;
    font-size: 12px;
    text-align: right; }
    @media (max-width: 767.98px) {
      .recur-top p {
        width: 100%;
        float: none;
        text-align: left; } }
    .recur-top p i {
      font-size: 14px;
      margin-right: 5px; }
    .recur-top p span {
      color: #969696; }

.recur-bot, .geren-mid ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0; }
  .recur-bot li, .geren-mid ul li {
    margin-top: 10px;
    font-size: 14px;
    color: #999; }
    @media (max-width: 767.98px) {
      .recur-bot li, .geren-mid ul li {
        margin-top: 20px; } }
    .recur-bot li span, .geren-mid ul li span {
      color: #333; }
    .recur-bot li a, .geren-mid ul li a {
      color: #999;
      text-decoration: none; }
      .recur-bot li a span, .geren-mid ul li a span {
        color: #333; }

.contact-top {
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .contact-top {
      width: 100%; } }
  .contact-top h4 {
    font-size: 32px;
    color: #7D0302; }
  .contact-top p {
    font-size: 16px;
    color: #707070; }

.contact-mid {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 80px; }
  .contact-mid::after {
    display: block;
    clear: both;
    content: ""; }
  .contact-mid li {
    font-size: 14px;
    display: inline-block;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid rgba(200, 200, 200, 0.2); }
    @media (max-width: 767.98px) {
      .contact-mid li {
        width: 100%;
        border-right: 0; } }
    .contact-mid li:last-of-type {
      border-right: 0; }
    .contact-mid li i {
      display: block;
      font-size: 50px;
      color: #7D0302;
      margin-bottom: 15px; }
    .contact-mid li span {
      font-size: 24px;
      margin-bottom: 15px;
      display: block; }
    .contact-mid li p {
      margin-bottom: 5px;
      color: #707070; }

.contact-bot {
  margin-bottom: 80px; }
  .contact-bot > .row {
    margin: 0; }
    @media (max-width: 767.98px) {
      .contact-bot > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .contact-bot > .row #map {
          height: 400px; } }
    .contact-bot > .row > div {
      padding: 0; }

#map {
  height: 100%;
  border: 1px solid #ccc; }

.contact-form {
  width: 75%;
  margin: 50px auto; }
  @media (max-width: 767.98px) {
    .contact-form {
      width: 90%; } }

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

.form-head {
  text-align: center;
  margin-bottom: 45px; }
  .form-head .title {
    font-size: 32px;
    font-weight: bold;
    color: #575757; }
  .form-head p {
    color: #7D0302; }

.form-body {
  margin-bottom: 1rem; }
  .form-body textarea::-webkit-input-placeholder, .form-body input::-webkit-input-placeholder {
    color: #ccc; }
  .form-body textarea:-ms-input-placeholder, .form-body input:-ms-input-placeholder {
    color: #ccc; }
  .form-body textarea::-ms-input-placeholder, .form-body input::-ms-input-placeholder {
    color: #ccc; }
  .form-body textarea::placeholder, .form-body input::placeholder {
    color: #ccc; }
  .form-body textarea {
    resize: none; }
  .form-body .form-control, .form-body button {
    border-radius: 0; }

.ratio-dd:before {
  padding-top: 38.31325%; }

@-webkit-keyframes zoomIn1 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacify: 1; } }

@keyframes zoomIn1 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacify: 1; } }

.zoomIn1 {
  -webkit-animation: zoomIn1 2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: zoomIn1 2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes zoomOut1 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2); } }

@keyframes zoomOut1 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2); } }

.zoomOut1 {
  -webkit-animation: zoomOut1 2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: zoomOut1 2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.main-owl {
  position: relative; }

@-webkit-keyframes shine {
  0% {
    background-position: -50%; }
  100% {
    background-position: 150%; } }

.owl-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 768px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 30px 50px; }
  @media (max-width: 767.98px) {
    .owl-cap {
      width: 100%; } }
  .owl-cap h3 {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
    font-family: arial;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 72px;
    background: #7D0302 -webkit-gradient(linear, left top, right top, from(#7D0302), to(#7D0302), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-clip: text;
    -webkit-background-size: 125px;
    -webkit-animation: shine 4s infinite;
    animation: shine 4s infinite; }
    @media (max-width: 767.98px) {
      .owl-cap h3 {
        font-size: 36px;
        line-height: 36px; } }
  .owl-cap p {
    font-size: 28px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .owl-cap p {
        font-size: 20px; } }
  .owl-cap span {
    display: block;
    width: 85%;
    font-size: 13px;
    color: #fff;
    padding-top: 15px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif; }
    .owl-cap span:before {
      position: absolute;
      top: -2px;
      left: 0;
      width: 70px;
      height: 2px;
      background-color: #fff;
      content: ''; }

@media (max-width: 991.98px) {
  .section {
    min-height: 100vh;
    height: auto !important; } }

.section2 {
  background-image: url("../img/15.jpg");
  background-size: cover;
  background-position: center; }
  .section2 > .container {
    position: relative;
    height: 100vh; }
    @media (max-width: 767.98px) {
      .section2 > .container {
        height: auto; } }

.block-section2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60%;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .block-section2 {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      height: 100%; } }

.intro-mode-top {
  position: relative;
  height: 70%; }
  @media (max-width: 1199.98px) {
    .intro-mode-top {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .intro-mode-top {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.intro-mode-left {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .intro-mode-left {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static;
      width: 100%;
      padding-top: 15px; } }
  .intro-mode-left h3 {
    color: #7D0302;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0; }
  .intro-mode-left span {
    font-size: 26px;
    margin-bottom: 30px;
    display: block; }
    @media (max-width: 767.98px) {
      .intro-mode-left span {
        margin-bottom: 15px; } }
  .intro-mode-left p {
    color: #878787;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media (min-width: 768px){
      .section:not(.active) .intro-mode-left p{
        -webkit-transition: opacity .8s, -webkit-transform .8s;
        transition: opacity .8s, -webkit-transform .8s;
        -o-transition: transform .8s, opacity .8s;
        transition: transform .8s, opacity .8s;
        transition: transform .8s, opacity .8s, -webkit-transform .8s;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }
    @media (max-width: 767.98px) {
      .intro-mode-left p {
        margin-bottom: 15px; } }

.intro-mode-right {
  width: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 50px; }
  @media (max-width: 767.98px) {
    .intro-mode-right {
      position: relative;
      top: initial;
      right: initial;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-left: 0;
      width: 100%;
      margin-top: 55px; } }
  .intro-mode-right:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 125%;
    background: rgba(210, 210, 210, 0.6);
    content: '';
    display: block;
    z-index: -1;
    -webkit-transform: translateY(-12%);
    -ms-transform: translateY(-12%);
    transform: translateY(-12%); }
    @media (max-width: 767.98px) {
      .intro-mode-right:after {
        z-index: 0;
        top: 40px;
        height: 85%; } }

.intro-mode-bot {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  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; }
  @media (max-width: 1199.98px) {
    .intro-mode-bot {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .intro-mode-bot {
      margin-top: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .intro-mode-bot li {
    width: 16.66667%;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    @media (max-width: 767.98px) {
      .intro-mode-bot li {
        width: 33.33333%;
        margin-bottom: 10px; } }
    .intro-mode-bot li:after {
      content: "+";
      font-size: 18px; }
    .intro-mode-bot li:last-of-type {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 10px; }
      @media (max-width: 767.98px) {
        .intro-mode-bot li:last-of-type {
          padding-left: 0;
          padding-right: 10px; } }
      .intro-mode-bot li:last-of-type:after {
        content: none; }
    .intro-mode-bot li:first-of-type:after {
      content: "="; }
  .intro-mode-bot .group-icon span {
    display: block;
    text-align: center; }
    @media (max-width: 767.98px) {
      .intro-mode-bot .group-icon span {
        font-size: 12px; } }

.img-intro-right {
  position: relative;
  top: 0;
  left: 0;
  width: 70%; }
  @media (max-width: 767.98px) {
    .img-intro-right {
      margin: 30px 0;
      z-index: 1; } }

.intro-text {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right; }
  @media (max-width: 991.98px) {
    .intro-text {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .intro-text {
      width: 70%;
      z-index: 1; } }
  .intro-text h3 {
    color: #9a9a9a;
    font-size: 28px; }
    @media (max-width: 991.98px) {
      .intro-text h3 {
        font-size: 24px; } }
  .intro-text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45%, #fff), color-stop(45%, #000), to(#000));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 45%, #000 45%, #000 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 45%, #000 45%, #000 100%);
    background: linear-gradient(to right, #fff 0%, #fff 45%, #000 45%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 332px;
    line-height: 38px;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 1199.98px) and (min-width: 992px) {
      .intro-text p{
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(54%, #fff), color-stop(54%, #000), to(#000));
        background: -webkit-linear-gradient(left, #fff 0%, #fff 54%, #000 54%, #000 100%);
        background: -o-linear-gradient(left, #fff 0%, #fff 54%, #000 54%, #000 100%);
        background: linear-gradient(to right, #fff 0%, #fff 54%, #000 54%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
    @media (max-width: 991.98px) {
      .intro-text p {
        font-size: 28px;
        display: inline-block;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(56%, #fff), color-stop(56%, #000), to(#000));
        background: -webkit-linear-gradient(left, #fff 0%, #fff 56%, #000 56%, #000 100%);
        background: -o-linear-gradient(left, #fff 0%, #fff 56%, #000 56%, #000 100%);
        background: linear-gradient(to right, #fff 0%, #fff 56%, #000 56%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
    @media (max-width: 767.98px) {
      .intro-text p {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(64%, #fff), color-stop(64%, #000), to(#000));
        background: -webkit-linear-gradient(left, #fff 0%, #fff 64%, #000 64%, #000 100%);
        background: -o-linear-gradient(left, #fff 0%, #fff 64%, #000 64%, #000 100%);
        background: linear-gradient(to right, #fff 0%, #fff 64%, #000 64%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
    .intro-text p:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 35px;
      height: 3px;
      background-color: #7D0302; }

.fengge {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  min-height: 100vh; }
  .fengge::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 1199.98px) {
    .fengge {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .fengge li {
    width: 25%;
    display: inline-block;
    float: left;
    height: 100vh;
    overflow: hidden;
    position: relative; }

    @media (max-width: 1199.98px) {
      .fengge li {
        width: 100%;
        float: none;
        height: 300px; } }
    @media (max-width: 1199.98px) and (min-width: 992px) and (max-height: 1366px) and (min-height: 1199px) {
      .fengge li{
        height: 341px;
      }
    }
    .fengge li:nth-child(2n) .fengge-bg:after {
      background-color: rgba(125, 3, 2, 0.6); }
    .fengge li:hover .fengge-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .fengge li:hover .fengge-bg:after {
        -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
        transform: translateY(40%); }
        @media (max-width: 1199.98px) {
          .fengge li:hover .fengge-bg:after {
            -webkit-transform: translateY(30%);
            -ms-transform: translateY(30%);
            transform: translateY(30%); } }
    .fengge li:hover .fengge-txt {
      -webkit-transform: translate3d(-50%, -20%, 0);
      transform: translate3d(-50%, -20%, 0); }
      @media (max-width: 991.98px) {
        .fengge li:hover .fengge-txt {
          -webkit-transform: translate3d(-50%, -13%, 0);
          transform: translate3d(-50%, -13%, 0); } }
  .fengge-bg {
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .fengge-bg:after {
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      opacity: 1; }
  .fengge-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 70%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .fengge-txt h4, .fengge-txt p, .fengge-txt a {
      color: #fff;
      text-align: center; }
    .fengge-txt h4 {
      font-size: 34px;
      padding-bottom: 60px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .fengge-txt h4 {
          padding-bottom: 20px; } }
      @media (max-width: 991.98px) {
        .fengge-txt h4 {
          padding-bottom: 10px;
          font-size: 28px; } }
      .fengge-txt h4:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 2em;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        height: 1px;
        background-color: #fff; }
    .fengge-txt p {
      font-size: 14px;
      max-height: 84px;
      margin: 60px 0;
      overflow: hidden;
      display: block; }
      @media (max-width: 1199.98px) {
        .fengge-txt p {
          margin: 10px 0; } }
      @media (max-width: 991.98px) {
        .fengge-txt p {
          max-height: 42px; } }
    .fengge-txt a {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none; }

.case {
  background: url(../img/100.jpg) center no-repeat;
  background-size: cover; }
  .case > .container {
    position: relative;
    height: 100vh; }
    @media (max-width: 767.98px) {
      .case > .container {
        height: auto; } }
  .case-block {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .case-block {
        position: static;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 20px 0; } }
  .case-l {
    display: inline-block;
    float: left;
    width: 55%;
    height: 100%;
    position: relative;
    padding: 20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .case-l {
        height: 460px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .case-l {
        height: 80%; } }
    @media (max-width: 767.98px) {
      .case-l {
        width: 100%;
        float: none;
        z-index: 1; } }
    .case-l:after {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 20px;
      content: '';
      background-color: #fff;
      height: 75%;
      z-index: -1; }
      @media (max-width: 767.98px) {
        .case-l:after {
          right: 0;
          bottom: 0; } }
    .case-l-l, .case-l-r {
      width: 50%;
      float: left; }
    .case-l-l {
      height: 100%;
      padding-right: 5px; }
      .case-l-l p {
        margin-top: 50px;
        margin-bottom: 0;
        line-height: 1.7;
        font-size: 14px;
        color: #828282;
        max-height: 166.6px;
        overflow: hidden; }
        @media (max-width: 767.98px) {
          .case-l-l p {
            margin-top: 25px;
            max-height: 142.8px; } }
    .case-l-r {
      height: 100%;
      padding-left: 5px; }
      .case-l-r .case-img {
        margin: 0; }
      .case-l-r .case-title h3 {
        color: #9a9a9a;
        font-size: 28px;
        margin-bottom: 15px; }
        @media (max-width: 991.98px) {
          .case-l-r .case-title h3 {
            font-size: 24px; } }
      .case-l-r .case-title p {
        text-transform: uppercase;
        text-align: left;
        font-size: 36px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 36px;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 40px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .case-l-r .case-title p {
            font-size: 30px; } }
        @media (max-width: 991.98px) {
          .case-l-r .case-title p {
            font-size: 22px; } }
        @media (max-width: 767.98px) {
          .case-l-r .case-title p {
            margin-bottom: 30px; } }
        .case-l-r .case-title p:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50px;
          height: 3px;
          background-color: #7D0302; }
  .case-r {
    display: inline-block;
    float: right;
    width: 45%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .case-r {
        width: 100%;
        display: block;
        margin-top: 40px;
        float: none; } }
  .case-img {
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .case-img {
        width: 100%; } }
  .case-btn {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 100%;
    border: 0; }
    .case-btn:hover {
      background-color: transparent; }
    @media (max-width: 767.98px) {
      .case-btn {
        top: 102%; } }

.news-index {
  background: url("../img/97.jpg") center no-repeat;
  background-size: cover; }
  .news-index > .container {
    position: relative;
    height: 100vh; }
    @media (max-width: 767.98px) {
      .news-index > .container {
        height: auto; } }
  .news-index-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    @media (max-width: 767.98px) {
      .news-index-container {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 20px;
        padding-bottom: 25px; } }
  .news-index-title h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px; }
  .news-index-title p {
    text-transform: uppercase;
    text-align: left;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      .news-index-title p {
        margin-bottom: 20px; } }
    .news-index-title p:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 3px;
      background-color: #7D0302; }

.news-index-item {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 767.98px) {
    .news-index-item {
      margin-bottom: 10px; } }
  .news-index-item:hover {
    background-color: rgba(255, 255, 255, 0); }
    .news-index-item:hover .news-index-more {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .news-index-item:hover .news-index-content {
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      background-color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 991.98px) {
        .news-index-item:hover .news-index-content {
          -webkit-transform: translateY(71px);
          -ms-transform: translateY(71px);
          transform: translateY(71px); } }
    .news-index-item:hover .dd-news-index {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.news-index-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none !important;
  padding: 25px 45px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  height: 100%;
  width: 100%; }
  @media (max-width: 991.98px) {
    .news-index-content {
      padding: 10px 20px; } }
  /* @media (max-width: 767.98px) {
    .news-index-content {
      height: auto; } } */
  .news-index-content .tag, .news-index-content .title {
    color: #fff; }
  .news-index-content p {
    line-height: 1.7;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    max-height: 71.4px;
    overflow: hidden;
    margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .news-index-content p {
        margin-bottom: 15px; } }
  .news-index-content .time {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px; }
  .news-index-content .tag {
    display: inline-block;
    padding: 7px 40px;
    background-color: #7D0302;
    margin-bottom: 35px;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .news-index-content .tag {
        margin-bottom: 15px;
        padding: 7px 30px; } }
    @media (max-width: 767.98px) {
      .news-index-content .tag {
        margin-bottom: 10px; } }
  .news-index-content .title {
    font-size: 20px;
    margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .news-index-content .title {
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .news-index-content .title {
        margin-bottom: 10px; } }

.news-index-more {
  position: absolute;
  top: 25px;
  right: 45px;
  border: 2px solid #fff;
  text-decoration: none !important;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 991.98px) {
    .news-index-more {
      top: 10px;
      right: 20px;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); } }
  .news-index-more i {
    font-size: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff; }

.news-index .dd-news-index {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 767.98px) {
    .news-index .dd-news-index:before {
      padding-top: 60%; } }

.contact-index {
  background: url("../img/99.jpg") center no-repeat;
  background-size: cover; }
  .contact-index > .container {
    position: relative;
    height: 100vh; }
    @media (max-width: 767.98px) {
      .contact-index > .container {
        height: auto; } }
  .contact-index-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .contact-index-container {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 30px 0; } }
  .contact-index-title h3 {
    color: #5e5e5e;
    font-size: 28px;
    margin-bottom: 10px; }
  .contact-index-title p {
    text-transform: uppercase;
    text-align: left;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #333; }
    .contact-index-title p:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 3px;
      background-color: #333; }
  @media (max-width: 767.98px) {
    .contact-index-info {
      margin-bottom: 30px; } }
  .contact-index-info h4 {
    color: #7D0302;
    font-family: Impact;
    font-size: 32px; }
  .contact-index-info p {
    margin-bottom: 0;
    line-height: 2; }
  .contact-index-button {
    margin-top: 30px;
    color: #ffffff;
    border-color: #ffffff; }

.contact-form-title {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .contact-form-title {
      margin-bottom: 30px; } }
  .contact-form-title h3 {
    color: #fff; }
  .contact-form-title p {
    color: #f7efe3; }

.contact-form-bg {
  background: url("../img/8212.jpg") center no-repeat;
  background-size: cover;
  padding: 40px 20px; }

.contact-index-form label {
  color: #fff;
  text-align: right; }
  @media (max-width: 991.98px) {
    .contact-index-form label {
      text-align: left; } }

.contact-index-form textarea {
  resize: none; }

.contact-index-form textarea, .contact-index-form input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 0; }
  .contact-index-form textarea:focus, .contact-index-form input:focus {
    background-color: rgba(255, 255, 255, 0.2); }

.btn-sub-outline {
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  background-color: transparent; }
  .btn-sub-outline:hover {
    background-color: #ffffff;
    color: #7D0302; }

#mymenu {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000; }
  @media (max-width: 767.98px) {
    #mymenu {
      display: none; } }
  #mymenu li a {
    text-decoration: none;
    color: #868686;
    padding: 5px 0;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    #mymenu li a span {
      border: 1px solid transparent;
      margin-left: 10px;
      display: inline-block;
      padding: 3px;
      border-radius: 50px;
      line-height: 12px;
      height: 20px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      #mymenu li a span:after {
        -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
        content: '';
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        display: inline-block;
        border-radius: 50px; }
    #mymenu li a:hover {
      color: #7D0302; }
      #mymenu li a:hover span {
        border-color: #fff; }
  #mymenu li.active a {
    color: #7D0302; }
    #mymenu li.active a span {
      border-color: #fff; }

.bdsharebuttonbox a {
  background-image: none !important;
  background-position: initial !important;
  text-align: center;
  background-color: #78747c;
  border-radius: 50px;
  padding: .5rem !important;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  text-decoration: none; }

.bdsharebuttonbox.v-r {
  float: right; }
  .bdsharebuttonbox.v-r span {
    float: left;
    margin: 15px 6px 15px 0; }

.pagination-detail {
  padding: 15px 0; }
  .pagination-detail::after {
    display: block;
    clear: both;
    content: ""; }
  .pagination-detail .news-page-btn {
    float: left;
    width: 50%;
    text-align: center;
    text-decoration: none !important;
    color: #333333;
    padding: 15px; }
    .pagination-detail .news-page-btn span {
      margin: 0 10px;
      display: inline-block;
      max-width: 10em;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        .pagination-detail .news-page-btn span {
          max-width: 5em; } }
    .pagination-detail .news-page-btn:hover {
      color: #7D0302; }

.news-detail-title {
  background-color: #973535;
  color: #fff;
  padding: 50px 50px 20px; }
  @media (max-width: 767.98px) {
    .news-detail-title {
      padding: 30px 30px 20px; } }
  .news-detail-title h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px; }
  .news-detail-title p {
    font-size: 14px; }
    .news-detail-title p:before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #fff;
      display: inline-block;
      margin-right: 8px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: middle; }
  .news-detail-title span {
    font-size: 14px; }
    .news-detail-title span:before {
      content: '';
      width: 7px;
      height: 7px;
      background-color: #fff;
      display: inline-block;
      margin-right: 8px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: middle; }

.news-detail-content {
  padding: 50px;
  background-color: #fcfcfc; }
  @media (max-width: 767.98px) {
    .news-detail-content {
      padding: 30px; } }
  .news-detail-content p {
    line-height: 2;
    margin-bottom: 30px; }
    .news-detail-content p img {
      max-width: 100%;
      width: 100%; }

@media (max-width: 767.98px) {
  .right-menu {
    margin-top: 30px; } }

.right-menu-title {
  background-color: #cec387;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 15px; }

.right-menu-list {
  padding: 20px;
  background-color: #f2f2f2; }
  .right-menu-list img {
    max-width: 100%;
    width: 100%; }
  .right-menu-list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .right-menu-list ul li {
      border-bottom: 1px solid #e4e4e4; }
      .right-menu-list ul li:last-of-type {
        border-bottom: 0; }
      .right-menu-list ul li a {
        padding: 15px 0;
        display: block;
        text-decoration: none !important;
        color: #666666;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .right-menu-list ul li a:hover {
          color: #7D0302; }

.anli-top {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .anli-top h3 {
    margin-bottom: 30px; }
  .anli-top span {
    color: #999999; }

.anli-content p.anli-text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 45px; }

.anli-content p img {
  // width: 100%;
  max-width: 100%; }

.anli-page {
  text-align: center;
  margin-bottom: 30px; }
  .anli-page-btn {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin: 0 10px;
    background-color: #f2f2f2;
    color: #333333;
    text-decoration: none !important;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .anli-page-btn {
        width: calc( 50% - 20px); } }
    .anli-page-btn span {
      margin: 0 5px;
      max-width: 10em;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        .anli-page-btn span {
          max-width: 5em; } }
    .anli-page-btn:hover {
      color: #7D0302;
      background-color: #e5e5e5; }

.anli-bot {
  padding-bottom: 40px; }
  .anli-bot h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px; }

.xiangguan-item {
  position: relative;
  display: block; }
  @media (max-width: 767.98px) {
    .xiangguan-item {
      margin-bottom: 20px; } }
  .xiangguan-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 0;
    height: 100%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .xiangguan-item:hover:after {
    background-color: #7D0302; }
  .xiangguan-item:hover .xiangguan-info {
    opacity: 1; }

.xiangguan-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .xiangguan-info h4 {
    text-align: center; }
  .xiangguan-info p {
    text-align: center;
    max-height: 71.4px;
    line-height: 1.7;
    font-size: 14px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .xiangguan-info p {
        max-height: 47.6px; } }

.tag-top {
  padding: 10px 25px;
  color: #ffffff;
  background-color: #333333;
  display: inline-block;
  font-size: 16px; }

.geren-content {
  border: 1px solid #cccccc;
  padding: 20px; }

.geren-top p {
  color: #707070;
  margin-bottom: 5px; }
  .geren-top p.salary {
    color: #999999;
    margin-bottom: 20px; }
    .geren-top p.salary span {
      color: #7D0302;
      font-size: 24px; }

.geren-top h3 {
  color: #333333;
  margin-bottom: 20px; }

.geren-mid {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 20px; }
  .geren-mid ul li {
    margin-top: 0;
    margin-bottom: 20px; }
  .geren-mid p {
    margin-bottom: 0;
    font-size: 16px;
    color: #707070; }

.geren-bot {
  margin-bottom: 20px; }
  .geren-bot p {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.7; }

.geren-des {
  font-size: 18px;
  margin-bottom: 20px; }

@media (max-width: 1199.98px) {
  .fullpage-copy-right {
    display: none; } }

.fullpage-copy-right .copyright {
  background-color: transparent; }
  .fullpage-copy-right .copyright span {
    color: #aaaaaa; }

@media (max-width: 767.98px) {
  .header-v3 .navbar-toggle {
    margin-top: 8px; } }

.nav-header-v3 li a {
  text-decoration: none !important; }

.menu-modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-image: url("../img/814.jpg");
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .menu-modal.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .menu-modal ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .menu-modal ul li {
      text-align: center; }
      .menu-modal ul li a {
        font-size: 30px;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        padding: 12px 17px;
        display: inline-block;
        position: relative;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .menu-modal ul li a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 3px;
          width: 0;
          background-color: #7D0302;
          content: '';
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
        .menu-modal ul li a:hover {
          color: #7D0302; }
          .menu-modal ul li a:hover:after {
            width: 100%; }

.menu-modal-nav {
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 10000; }
  @media (max-width: 1199.98px) {
    .menu-modal-nav {
      display: none; } }
  .menu-modal-nav > span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff; }
    @media (max-width: 1367px) {
      .menu-modal-nav > span {
        display: none; } }

.menu-modal-btn {
  background: none;
  border: 0; }
  .menu-modal-btn .icon-span {
    height: 2px;
    width: 30px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .menu-modal-btn.active .icon-span {
    opacity: 0; }
    .menu-modal-btn.active .icon-span:first-of-type {
      opacity: 1;
      -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .menu-modal-btn.active .icon-span:last-of-type {
      opacity: 1;
      -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
      transform: translate3d(0, -7px, 0) rotate(-45deg); }

.footer-top {
  background-color: #303030; }
  .footer-top ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    padding: 20px 0; }
    .footer-top ul::after {
      display: block;
      clear: both;
      content: ""; }
    .footer-top ul li {
      display: inline-block;
      float: left;
      width: 16.66667%;
      text-align: center;
      position: relative; }
      @media (max-width: 767.98px) {
        .footer-top ul li {
          width: 33.33333%;
          margin-bottom: 15px; }
          .footer-top ul li:nth-child(3n):after {
            content: none; } }
      .footer-top ul li:after {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        height: 100%;
        border-right: 1px solid #fff; }
      .footer-top ul li:last-of-type:after {
        content: none; }
      .footer-top ul li a {
        color: #fff;
        text-decoration: none !important;
        display: block; }

body, html {
  overflow-x: hidden !important; }

@media (min-width: 768px) {
  .fadeUp {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }
    .section:not(.active) .fadeUp {
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      -o-transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
  .fadeDown {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }
    .section:not(.active) .fadeDown {
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      -o-transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s;
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
  .fadeLeft {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }
    .section:not(.active) .fadeLeft {
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      -o-transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s;
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
  .fadeRight {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }
    .section:not(.active) .fadeRight {
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      -o-transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s;
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }

.delay-1 {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }
  .section:not(.active) .delay-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-2 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .section:not(.active) .delay-2 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-3 {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }
  .section:not(.active) .delay-3 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-4 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .section:not(.active) .delay-4 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-5 {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }
  .section:not(.active) .delay-5 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-6 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }
  .section:not(.active) .delay-6 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-7 {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }
  .section:not(.active) .delay-7 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-8 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }
  .section:not(.active) .delay-8 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-9 {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s; }
  .section:not(.active) .delay-9 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-10 {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }
  .section:not(.active) .delay-10 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-11 {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s; }
  .section:not(.active) .delay-11 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-12 {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }
  .section:not(.active) .delay-12 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-13 {
  -webkit-transition-delay: 3.25s;
  -o-transition-delay: 3.25s;
  transition-delay: 3.25s; }
  .section:not(.active) .delay-13 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-14 {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s; }
  .section:not(.active) .delay-14 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-15 {
  -webkit-transition-delay: 3.75s;
  -o-transition-delay: 3.75s;
  transition-delay: 3.75s; }
  .section:not(.active) .delay-15 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-16 {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s; }
  .section:not(.active) .delay-16 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-17 {
  -webkit-transition-delay: 4.25s;
  -o-transition-delay: 4.25s;
  transition-delay: 4.25s; }
  .section:not(.active) .delay-17 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-18 {
  -webkit-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s; }
  .section:not(.active) .delay-18 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-19 {
  -webkit-transition-delay: 4.75s;
  -o-transition-delay: 4.75s;
  transition-delay: 4.75s; }
  .section:not(.active) .delay-19 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.delay-20 {
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s; }
  .section:not(.active) .delay-20 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.page {
  display: block;
  padding: 0 0 15px 0;
  text-align: right; }
  .page ul {
    display: inline-block;
	list-style:none }
  .page li {
    float: left;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .page li {
        margin-right: 2px; } }
    @media (max-width: 767px) {
      .page li:last-child {
        margin-right: 0; } }
    .page li a {
      min-width: 32px;
      line-height: 30px;
      border: 1px solid #e5e5e5;
      color: #333;
      display: block;
      padding: 0 8px;
      text-align: center;
      text-decoration: none; }
    .page li.active, .page li:hover {
      position: relative; }
      .page li.active a, .page li:hover a {
        color: #fff;
        background: #d92129;
        border-color: #d92129; }

@media (max-width: 330px){
  .intro-text h3{
    font-size: 18px;
  }
  .intro-text p{
    font-size: 22px;
    line-height: 1;
  }
  .case-l-r .case-title p{
    font-size: 17px;
  }
}
@media (max-width: 991.98px) and (min-width: 769px) and (max-height: 450px){
  .dd-owl .item,
  .section2>.container,
  .case>.container,
  .news-index>.container,
  .contact-index>.container {
    height: 100vw;
  }
  .intro-mode-top{
    height: 80%;
  }
  .case-l-l p{
    margin-top: 30px;
  }
  .case-l{
    height: 95%;
  }
}
.foot-menu {
  display: none;
}

@media (max-width: 767px) {
  .foot-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10000;
  }
  .copyright{
    padding-bottom: 50px;
  }
}

.foot-menu-item {
  text-align: center;
  font-size: 16px;
  width: calc( 100% / 4);
  padding: 10px 0;
}

.foot-menu-link {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-left: 5px;
  font-size: 16px;
}
.foot-menu-link:hover{
  color: #fff;
  text-decoration: none;
}
.foot-menu-link .fa-phone{
  transform: rotate(90deg);
}

.foot-menu i {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 5px;
}
.foot-menu .bdsharebuttonbox a {
  background: none !important;
  display: block !important;
  color: #fff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  margin-left: 5px !important;
  font-size: 16px !important;
  padding: 0 !important;
  padding-left: 0;
  width: 100% !important;
  margin: 0;
  border-radius: 0;
  float: none;
  line-height: 1.5;
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */