@font-face {
  font-family: "MiSans-Regular";
  src: url("https://zlmn-fbc.oss-cn-beijing.aliyuncs.com/font/MiSans-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "MiSans-Semibold";
  src: url("https://zlmn-fbc.oss-cn-beijing.aliyuncs.com/font/MiSans-Semibold.ttf")
    format("truetype");
}

body {
  font-family: "MiSans-Regular" !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.swiper-cases .swiper-header {
  font-weight: 800;
  line-height: 1.25;
}

.swiper-cases .swiper-header {
  margin-bottom: 20px;
  font-size: 27px;
}

@media (min-width: 768px) {
  .swiper-cases .swiper-header {
    margin-bottom: 28px;
    font-size: 36px;
  }
}

body,
button,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
legend,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

a,
a:focus,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  outline: 0;
}

textarea {
  resize: none;
}

button {
  background: 0 0;
  border: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:active,
button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  border: none;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes pace-spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-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;
  }
}

@-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);
  }
}

@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);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@-webkit-keyframes fadeInModal {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(5px);
    transform: scale(0.95) translateY(5px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(5px);
    transform: scale(0.95) translateY(5px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes vagueIn {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes vagueIn {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes vagueOut {
  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes vagueOut {
  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@-webkit-keyframes addVague {
  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes addVague {
  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@-webkit-keyframes rmVague {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes rmVague {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.zoomIn {
  -webkit-animation: zoomIn 0.2s ease both !important;
  animation: zoomIn 0.2s ease both !important;
}

.zoomOut {
  -webkit-animation: zoomOut 0.2s ease both !important;
  animation: zoomOut 0.2s ease both !important;
}

.fadeIn {
  -webkit-animation: fadeIn 0.2s ease both !important;
  animation: fadeIn 0.2s ease both !important;
}

.fadeOut {
  -webkit-animation: fadeOut 0.2s ease both !important;
  animation: fadeOut 0.2s ease both !important;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.2s ease both !important;
  animation: fadeInUp 0.2s ease both !important;
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.2s ease both !important;
  animation: fadeInDown 0.2s ease both !important;
}

.fadeInModal {
  -webkit-animation: fadeInModal 0.2s ease both !important;
  animation: fadeInModal 0.2s ease both !important;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s ease both !important;
  animation: fadeOutUp 0.2s ease both !important;
}

.vagueIn {
  -webkit-animation: vagueIn 0.4s ease both !important;
  animation: vagueIn 0.4s ease both !important;
}

.vagueOut {
  -webkit-animation: vagueOut 0.4s ease both !important;
  animation: vagueOut 0.4s ease both !important;
}

.addVague {
  -webkit-animation: addVague 0.4s ease both !important;
  animation: addVague 0.4s ease both !important;
}

.rmVague {
  -webkit-animation: rmVague 0.4s ease both !important;
  animation: rmVague 0.4s ease both !important;
}

@media (max-width: 991px) {
  .addVague-max-lg {
    -webkit-animation: addVague 0.4s ease both !important;
    animation: addVague 0.4s ease both !important;
  }

  .rmVague-max-lg {
    -webkit-animation: rmVague 0.4s ease both !important;
    animation: rmVague 0.4s ease both !important;
  }
}

.grid-row-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
}

.grid-row-line .col {
  height: 100vh;
}

.grid-row-line .col:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: pink;
  opacity: 0.2;
}

@font-face {
  font-family: "i";
  src: url(../font/iconfont.woff) format("woff");
}

.i {
  font-family: "i" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-blog:before {
  content: "\e6f1";
}

.i-instagram:before {
  content: "\e87f";
}

.i-linkin1:before {
  content: "\e695";
}

.i-linkin:before {
  content: "\e69e";
}

.i-hook:before {
  content: "\e69a";
}

.i-triangle:before {
  content: "\e6d5";
}

.i-arrow-right:before {
  content: "\e6d6";
}

.i-download:before {
  content: "\e6d7";
}

.i-msg:before {
  content: "\e6d8";
}

.i-add:before {
  content: "\e6d9";
}

.i-narrow-right:before {
  content: "\e6da";
}

.i-close:before {
  content: "\e6db";
}

.i-arrow-left:before {
  content: "\e6dc";
}

.i-wechat:before,
.icon-wechat:before {
  content: "\e6dd";
}

.i-youku:before {
  content: "\e6de";
}

.i-sina:before,
.icon-weibo:before {
  content: "\e6df";
}

.i-arrow-top:before {
  content: "\e6e0";
}

.i-facebook:before,
.icon-facebook:before {
  content: "\e6e1";
}

.i-twitter:before,
.icon-twitter:before {
  content: "\e6e2";
}

.i-search:before {
  content: "\e6e3";
}

@font-face {
  font-family: "Titillium Web";
  src: url(../font/TitilliumWeb-Bold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Titillium Web";
  src: url(../font/TitilliumWeb-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Titillium Web";
  src: url(../font/TitilliumWeb-SemiBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

body,
html {
  width: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-family: "Titillium Web", -apple-system, "PingFang SC", BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", sans-serif !important;
}

@media (min-width: 1024px) {
  body,
  html {
    font-family: "Titillium Web", -apple-system, "PingFang SC",
      BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", "Helvetica Neue",
      "PingFang SC", Arial, "Source Han Sans SC", "Noto Sans CJK SC",
      "WenQuanYi Micro Hei", sans-serif;
    font-family: "Titillium Web", -apple-system, "PingFang SC",
      BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "PingFang SC", Arial,
      "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC",
      "WenQuanYi Micro Hei", sans-serif !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

.scroll-lock,
.scroll-lock body {
  overflow: hidden;
}

.body-fixed body {
  position: fixed;
  width: 100%;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.no-link {
  cursor: default;
  pointer-events: none !important;
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .m-b-50 {
    margin-bottom: 50px;
  }
}

.m-b-80 {
  margin-bottom: 80px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fz-14 {
  font-size: 14px;
}

.fw-700 {
  font-weight: 700;
}

img {
  width: 100%;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .container {
    max-width: 1240px;
  }
}

.container-body {
  overflow: hidden;
}

.full-container {
  width: 100%;
  overflow: hidden;
}

.middle-contain {
  width: 100%;
}

@media (min-width: 992px) {
  .middle-contain {
    width: 61.016949%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .row {
    margin-left: -6.25px;
    margin-right: -6.25px;
  }
}

@media (max-width: 576px) {
  .row [class^="col-"] {
    padding-left: 6.25px;
    padding-right: 6.25px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
}

@media (max-width: 1024px) {
  #header {
    height: 60px;
  }
}

#header .logo-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.15875%;
  max-width: 434px;
  margin-top: 20px;
  margin-left: 40px;
  height: 70px;
  max-height: 70px;
}

@media (max-width: 1024px) {
  #header .logo-wrap {
    width: 66.176933%;
    max-width: 248px;
    height: 40px;
    max-height: 40px;
    margin-top: 10px;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  #header .logo-wrap {
    margin-left: 15px;
  }
}

#header .logo-wrap a {
  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;
}

#header .logo-wrap a img {
  display: block;
  width: 100%;
  height: auto;
}

#header .mobile-info-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  #header .mobile-info-wrap {
    display: none;
  }
}

#header .mobile-info-wrap:after {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 64px;
  height: 100%;
  -webkit-transform: skew(-8deg) translate(100%);
  transform: skew(-8deg) translate(100%);
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

#header .mobile-info-wrap a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .mobile-info-wrap .i-search {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

#header .mobile-info-wrap .nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .mobile-info-wrap .nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  -webkit-transition: width 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
  transition: width 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, width 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, width 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

#header .mobile-info-wrap .nav-toggle span:last-child {
  margin-bottom: 0;
}

#header .mobile-time {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: right;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.45);
}

#header .menu-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1024px) {
  #header .menu-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #f2f2f2;
    overflow-y: auto;
    bottom: 100%;
    opacity: 0;
    -webkit-transition: bottom 0.35s ease, opacity 0.35s ease;
    transition: bottom 0.35s ease, opacity 0.35s ease;
  }
}

#header .menu-wrap .info-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 10;
}

@media (max-width: 1024px) {
  #header .menu-wrap .info-wrap {
    display: none;
  }
}

#header .menu-wrap .info-wrap > a {
  height: 66px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  float: left;
  position: relative;
}

#header .menu-wrap .info-wrap > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .menu-wrap .info-wrap > a:first-child:after {
  display: none;
}

#header .menu-wrap .info-wrap > a span {
  font-size: 14px;
  line-height: 1.2;
}

#header .menu-wrap .info-wrap > a strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  vertical-align: text-bottom;
}

#header .menu-wrap .info-wrap > a img {
  width: 72px;
  height: 40px;
}

#header .menu-wrap .info-wrap .language-wrap {
  float: left;
  position: relative;
  height: 66px;
  line-height: 66px;
  margin-right: 16px;
  cursor: pointer;
}

#header .menu-wrap .info-wrap .language-wrap:after {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f2f2f2;
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

#header .menu-wrap .info-wrap .language-wrap:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#header .menu-wrap .info-wrap .language-wrap:hover span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#header .menu-wrap .info-wrap .language-wrap:hover .language-content {
  opacity: 1;
  min-height: 105px;
  pointer-events: initial;
}

#header .menu-wrap .info-wrap .language-wrap span {
  display: block;
  position: relative;
  padding: 0 30px 0 30px;
  font-size: 12px;
}

#header .menu-wrap .info-wrap .language-wrap span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #f2f2f2;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

#header .menu-wrap .info-wrap .language-wrap .language-content {
  opacity: 0;
  height: 0;
  pointer-events: none;
  background: #f2f2f2;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  min-width: 200px;
  -webkit-transition: opacity 0.35s ease, height 0.35s ease;
  transition: opacity 0.35s ease, height 0.35s ease;
}

#header .menu-wrap .info-wrap .language-wrap .language-content a {
  display: block;
  padding: 15px 30px;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}

#header .menu-wrap .info-wrap .language-wrap .language-content a:first-child {
  margin-top: 10px;
}

#header .menu-wrap .menu-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 66px;
  z-index: 1;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  #header .menu-wrap .menu-nav {
    position: static;
    color: #333;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  #header .menu-wrap .menu-nav {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}

#header .menu-wrap .menu-nav .lang-item {
  color: #999;
}

#header .menu-wrap .menu-nav .lang-item a {
  font-weight: 400;
}

#header .menu-wrap .menu-nav:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
}

@media (max-width: 1024px) {
  #header .menu-wrap .menu-nav:after {
    display: none;
  }
}

#header .menu-wrap .menu-nav > li {
  float: left;
}

@media (max-width: 1024px) {
  #header .menu-wrap .menu-nav > li {
    float: none;
  }
}

#header .menu-wrap .menu-nav > li > a {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #header .menu-wrap .menu-nav > li > a {
    float: none;
    text-align: left;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px #e6e6e6 solid;
  }
}

#header .menu-wrap .menu-nav .search-icon {
  position: relative;
}

#header .menu-wrap .menu-nav .search-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .menu-wrap .menu-nav .search-icon .i-search {
  font-size: 15px;
  font-weight: 400;
}

#header .menu-wrap .has-sub {
  position: relative;
}

#header .menu-wrap .has-sub:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: pointer;
}

#header .menu-wrap .has-sub:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  z-index: 10;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

@media (max-width: 1024px) {
  #header .menu-wrap .has-sub:after {
    display: none;
  }
}

#header .menu-wrap .has-sub:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#header .menu-wrap .has-sub:hover .sub-nav {
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 1024px) {
  #header .menu-wrap .has-sub > a {
    position: relative;
  }

  #header .menu-wrap .has-sub > a:after {
    content: "\e6d6";
    font-family: "i";
    display: inline-block;
    font-size: 14px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}

#header .menu-wrap .has-sub .sub-nav {
  opacity: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 340px;
  background: #f2f2f2;
  color: #333;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, height 0.35s ease;
  transition: opacity 0.35s ease, height 0.35s ease;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #header .menu-wrap .has-sub .sub-nav {
    position: static;
    width: 100%;
  }
}

#header .menu-wrap .has-sub .sub-nav li {
  float: left;
  width: 100%;
}

#header .menu-wrap .has-sub .sub-nav li:first-child {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #header .menu-wrap .has-sub .sub-nav li:first-child {
    margin-top: 0;
  }
}

#header .menu-wrap .has-sub .sub-nav li a {
  text-align: left;
  width: 100%;
  padding: 11px 20px;
}

@media (max-width: 1024px) {
  #header .menu-wrap .has-sub .sub-nav li a {
    padding: 11px 40px;
  }
}

#header .menu-wrap .has-sub.open > a:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

#header.open .mobile-info-wrap:after {
  opacity: 1;
  -webkit-transform: skew(-8deg) translateX(0);
  transform: skew(-8deg) translateX(0);
}

#header.open .mobile-info-wrap .i-search {
  opacity: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#header.open .mobile-info-wrap .nav-toggle span {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 0;
}

#header.open .mobile-info-wrap .nav-toggle span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header.open .mobile-info-wrap .nav-toggle span:nth-child(2) {
  opacity: 0;
  width: 0;
}

@media (max-width: 1024px) {
  #header.open .menu-wrap {
    opacity: 1;
    bottom: 0;
  }
}

@media (min-width: 1025px) {
  .sub-nav-dropdown {
    display: none;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 0;
    max-height: calc(100vh - 110px);
    background: #fff;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }

  .container-sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1340px;
  }

  .container-sub-nav .sub-nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
  }

  .container-sub-nav .sub-nav-item > a {
    font-size: 16px;
    font-weight: 700;
  }

  .container-sub-nav .sub-nav-item ul {
    padding-top: 5px;
    font-size: 14px;
  }

  .container-sub-nav .sub-nav-item ul li {
    padding-top: 10px;
  }

  .container-sub-nav .sub-nav-item ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-sub-nav .sub-nav-item ul li a::after {
    margin-left: 3px;
    font-family: "i" !important;
    content: "\e6da";
    opacity: 0;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
  }

  .container-sub-nav .sub-nav-item ul li a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .container-sub-nav > .sub-nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 20.49%;
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-sub-nav > .sub-nav-item::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 45vw;
    background-color: #f2f2f2;
  }

  .container-sub-nav .sub-nav-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-sub-nav .sub-nav-group > .sub-nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding-left: 30px;
    padding-right: 0;
  }

  .nav-backdrop {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }

  .nav-backdrop.fade {
    opacity: 0;
  }

  .nav-backdrop.show {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .sub-nav-dropdown {
    display: none;
  }

  .sub-nav-dropdown .container-sub-nav {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .sub-nav-dropdown .sub-nav-item a {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px #e6e6e6 solid;
  }

  .sub-nav-dropdown .sub-nav-item a.no-link {
    pointer-events: all !important;
  }

  .sub-nav-dropdown .sub-nav-item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    padding-left: 2.5em;
    font-weight: 700;
  }

  .sub-nav-dropdown .sub-nav-item._hasSub > a::after {
    content: "\e6d6";
    position: absolute;
    right: 23px;
    top: 50%;
    font-size: 14px;
    font-family: "i";
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }

  .sub-nav-dropdown .sub-nav-item._hasSub.open > a::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
  }

  .sub-nav-dropdown .sub-nav-item ul {
    display: none;
  }

  .sub-nav-dropdown .sub-nav-item ul a {
    padding-left: 3.5em;
  }
}

#main {
  overflow: hidden;
  display: block;
  min-height: 50vh;
  padding-top: 40px;
  position: relative;
}

@media (max-width: 991px) {
  #main {
    padding-top: 50px;
  }
}

#footer {
  padding: 50px 0 18px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

#footer a {
  text-decoration: none;
}

#footer a.active,
#footer a:hover {
  text-decoration: none;
}

#footer a.no-link,
#footer a.no-link:hover {
  cursor: default;
  color: inherit;
}

@media (max-width: 991px) {
  #footer .col-md-6 {
    margin-bottom: 25px;
  }
}

#footer .footer-nav-list {
  height: 100%;
  padding-right: 32px;
}

@media (max-width: 576px) {
  #footer .footer-nav-list {
    padding-right: 0;
  }
}

#footer .footer-nav-list h2 {
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 13px;
  font-weight: 700;
}

#footer .footer-nav-list h3 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}

#footer .footer-nav-list .foot-smlist li {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  #footer .footer-nav-list .foot-smlist li {
    font-size: 13px;
  }
}

#footer .footer-nav-list .foot-smlist .smlist-tit {
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}

#footer .footer-nav-list .foot-smlist .smlist-tit:first-child {
  margin-top: 0;
}

#footer .footer-nav-list .foot-smlist .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  #footer .footer-nav-list .foot-smlist .i {
    font-size: 13px;
  }
}

#footer .footer-nav-list .foot-smlist .i:before {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}

#footer .footer-nav-list.footer-nav-list-contactUs a {
  text-decoration: underline;
}

#footer .footer-nav-list.footer-nav-list-subscribe p {
  font-size: 12px;
  margin-bottom: 10px;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt {
  position: relative;
  overflow: hidden;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt button,
#footer .footer-nav-list.footer-nav-list-subscribe .ipt input {
  height: 44px;
  border-radius: 0;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-email {
  background: 0 0;
  width: 100%;
  padding: 0 12px;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-btn:before {
  margin-right: 0;
  font-weight: 400;
  font-size: 12px;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: skew(-18deg) translateX(100%);
  transform: skew(-18deg) translateX(100%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

@media (max-width: 576px) {
  #footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-btn {
    color: #fff;
  }

  #footer .footer-nav-list.footer-nav-list-subscribe .ipt .ipt-btn:after {
    opacity: 1;
    -webkit-transform: skew(-18deg) translateX(8px);
    transform: skew(-18deg) translateX(8px);
  }
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt:hover .ipt-btn {
  color: #fff;
}

#footer .footer-nav-list.footer-nav-list-subscribe .ipt:hover .ipt-btn:after {
  opacity: 1;
  -webkit-transform: skew(-18deg) translateX(8px);
  transform: skew(-18deg) translateX(8px);
}

#footer .i-wechat {
  position: relative;
}

#footer .i-wechat.normal {
  color: #fff;
}

#footer .wechat-share {
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

#footer .wechat-share span {
  margin-bottom: 10px;
}

#footer .wechat-share img {
  width: 110px;
  height: 110px;
}

#footer .wechat-share .i-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px !important;
  font-weight: 400;
  margin: 0 !important;
}

@media (min-width: 1025px) {
  #footer .wechat-share .i-close {
    display: none !important;
  }
}

#footer .copyright-wrap {
  font-size: 12px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 18px;
}

@media (max-width: 991px) {
  #footer .copyright-wrap {
    display: block;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  #footer .copyright-wrap .right {
    margin-top: 12px;
  }
}

#footer .copyright-wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#footer .left span,
#footer .right span {
  display: block;
  margin-bottom: 2px;
}

#footer .left span:last-child,
#footer .right span:last-child {
  margin-bottom: 0;
}

#footer .left em,
#footer .right em {
  font-style: normal;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

#footer .left em:before,
#footer .right em:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .left em:first-child,
#footer .right em:first-child {
  padding-left: 0;
}

#footer .left em:first-child:before,
#footer .right em:first-child:before {
  display: none;
}

#footer .left .logo-como,
#footer .right .logo-como {
  margin-left: 10px;
}

#footer .left .logo-como:before,
#footer .right .logo-como:before {
  content: "";
  display: block;
  width: 70px;
  height: 20px;
}

@media (max-width: 767px) {
  #footer .left .logo-como:before,
  #footer .right .logo-como:before {
    width: 58px;
    height: 16px;
  }
}

#footer .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .returnTop {
  border: 1px grey solid;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
}

#footer .returnTop:hover {
  color: #fff;
}

#footer .wechat-share {
  padding: 26px 20px 20px 20px;
  left: -37px;
  top: -5px;
  -webkit-transform: translate(0, -90%);
  transform: translate(0, -90%);
}

@media (max-width: 576px) {
  #footer .wechat-share {
    left: 0;
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
}

@media (min-width: 1025px) {
  #footer .wechat-share {
    padding: 20px 20px 20px 20px;
  }
}

#footer .i-wechat.active .wechat-share {
  z-index: 1000;
  opacity: 1;
  overflow: visible;
  pointer-events: initial;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media (max-width: 576px) {
  #footer .i-wechat.active .wechat-share {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media (min-width: 1025px) {
  #footer .i-wechat:hover .wechat-share {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media (min-width: 1025px) and (max-width: 576px) {
  #footer .i-wechat:hover .wechat-share {
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

#footer.wel-footer {
  padding: 15px 0 13px 0;
  background-color: #0054a1;
  color: #fff;
}

#footer.wel-footer .bor {
  border-bottom: 1px solid #f2f2f2;
}

#footer.wel-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  /* padding: 15px 0 15px; */
}

#footer.wel-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#footer.wel-footer .copyright span {
  font-size: 14px;
  line-height: 1.5;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

#footer.wel-footer .copyright span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer.wel-footer .design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 2px;
}

#footer.wel-footer .design .design-txt {
  white-space: nowrap;
  font-size: 12px;
  margin-top: 3px;
  margin-right: 10px;
  line-height: 1;
}

#footer.wel-footer .design .design-icon {
  width: 70px;
  height: 20px;
  background: url(../image/design.svg) no-repeat;
}

#footer.wel-footer .nav-list h2 {
  color: #fff;
  font-family: MiSans-Semibold;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

#footer.wel-footer .nav-list li {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}

#footer.wel-footer .design img {
  width: 174px;
}

@media (max-width: 1200px) {
  #footer.wel-footer {
    padding: 15px 80px 13px;
  }
}

@media (max-width: 767px) {
  #footer.wel-footer {
    /* display: none */
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  width: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border-radius: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background-color color box-shadow border;
  transition-property: background-color color box-shadow border;
}

@media (min-width: 1025px) {
  .btn:hover {
    color: #aec409;
  }
}

.btn .i {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}

.btn.btn-md {
  padding: 12px;
  border-radius: 20px;
}

.btn.btn-md-wide {
  padding: 12px 30px;
  border-radius: 20px;
}

.btn-group-lg > .btn,
.btn.btn-lg {
  padding: 12px 15px;
  border-radius: 20px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .btn-group-lg > .btn,
  .btn.btn-lg {
    padding: 22px 30px;
    border-radius: 30px;
  }
}

.btn.btn-text-primary {
  color: #aec409;
}

@media (min-width: 1024px) {
  .btn.btn-text-primary:hover {
    color: #fff;
    background-color: #aec409;
  }
}

.btn.btn-primary {
  color: #fff;
  background-color: #aec409;
}

@media (min-width: 1025px) {
  .btn.btn-primary:hover {
    background-color: #98ac08;
  }
}

.btn.btn-darken {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (min-width: 1025px) {
  .btn.btn-darken:hover {
    background-color: #90a207;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btn.btn-close {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (min-width: 1025px) {
  .btn.btn-close:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btn.btn-close:before {
  font-family: como-icon;
  content: "\e69b";
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-group .btn + .btn {
  margin-left: 10px;
}

.img-src .btn-group-caselink {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
    :last-child
  )
  > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-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;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.index-kv {
  z-index: 2;
  margin-top: 110px;
  padding-bottom: 33.333333%;
  position: relative;
  overflow: hidden;
  margin-bottom: -10px;
  min-height: 490px;
}

@media (max-width: 1024px) {
  .index-kv {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .index-kv {
    padding-bottom: 100%;
    padding-bottom: calc(100% + 45px);
    min-height: 375px;
  }
}

.index-kv .index-kv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

@media (min-width: 992px) {
  .index-kv .index-kv-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .index-kv
    .index-kv-swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .index-kv .index-kv-swiper {
    padding-bottom: 35px;
  }

  .index-kv .index-kv-swiper .swiper-button {
    display: none;
  }

  .index-kv .index-kv-swiper .swiper-pagination {
    bottom: 5px;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  .index-kv .index-kv-swiper .swiper-button-prev {
    left: 0;
  }

  .index-kv .index-kv-swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 1300px) {
  .index-kv .index-kv-swiper .swiper-button {
    display: none;
  }
}

.index-kv .index-kv-swiper .swiper-button {
  z-index: 10;
  width: 60px;
  height: 60px;
  font-size: 25px;
  font-weight: 400;
}

.index-kv .index-kv-swiper .swiper-button.swiper-button-prev {
  left: 20px;
}

.index-kv .index-kv-swiper .swiper-button.swiper-button-next {
  right: 20px;
}

.index-kv .index-kv-swiper .swiper-button.swiper-button-disabled {
  opacity: 0.1;
}

.index-kv .swiper-slide {
  padding-bottom: 10px;
}

.index-kv .img-src {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.index-kv .img-src img {
  width: auto;
  height: auto;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .index-kv .img-src img {
    width: 100%;
  }
}

.index-kv .img-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 576px) {
  .index-kv .img-info-wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.index-kv .img-info-wrap .img-info {
  position: relative;
}

.index-kv .img-info-wrap .img-info h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .index-kv .img-info-wrap .img-info h2 {
    font-size: 29px;
    line-height: 1.138;
  }
}

@media (min-width: 992px) {
  .index-kv .img-info-wrap .img-info h2 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .index-kv .img-info-wrap .img-info h2 {
    font-size: 44px;
  }
}

.index-kv .img-info-wrap .img-info p {
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 40px;
  margin-top: -20px;
}

@media (max-width: 991px) {
  .index-kv .img-info-wrap .img-info p {
    display: none;
  }
}

.index-kv .img-info-wrap .img-info .link-to,
.index-kv .img-info-wrap .img-info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 20px 9px 0;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  font-size: 14px;
  line-height: 1.8;
}

.index-kv .img-info-wrap .img-info .link-to:before,
.index-kv .img-info-wrap .img-info a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  -webkit-transform: skew(18deg);
  transform: skew(18deg);
}

.index-kv .img-info-wrap .img-info .link-to .i,
.index-kv .img-info-wrap .img-info a .i {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
}

.index-kv .img-info-wrap .img-info .img-info-bg {
  position: absolute;
  z-index: -1;
  top: -30px;
  top: -115px;
  left: -30px;
  left: -80px;
  right: -30px;
  bottom: 10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .index-kv .img-info-wrap .img-info .img-info-bg {
    left: -30px;
    top: -70px;
  }
}

@media (max-width: 991px) {
  .index-kv .img-info-wrap .img-info .img-info-bg {
    top: -60px;
  }
}

@media (max-width: 576px) {
  .index-kv .img-info-wrap .img-info .img-info-bg {
    top: -76px;
  }
}

.index-kv .img-info-wrap .img-info .img-info-bg:after,
.index-kv .img-info-wrap .img-info .img-info-bg:before {
  content: "";
  display: inline-block;
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  position: absolute;
  right: 0;
  left: 50px;
  bottom: -20px;
  outline: 1px solid transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
  transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
}

@media (max-width: 1200px) {
  .index-kv .img-info-wrap .img-info .img-info-bg:after,
  .index-kv .img-info-wrap .img-info .img-info-bg:before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    left: 15px;
  }
}

@media (max-width: 576px) {
  .index-kv .img-info-wrap .img-info .img-info-bg:after,
  .index-kv .img-info-wrap .img-info .img-info-bg:before {
    -webkit-transform: skewY(2deg) perspective(0.9em) rotateY(0) scaleY(1.1);
    transform: skewY(2deg) perspective(0.9em) rotateY(0) scaleY(1.1);
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 35px);
  }
}

.index-kv .img-info-wrap .img-info .img-info-bg:before {
  right: auto;
  top: 0;
  left: 0;
  bottom: auto;
  width: 67.477%;
  height: 44.9%;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skew(0, -1deg) perspective(0.7em) rotateY(1deg);
  transform: skew(0, -1deg) perspective(0.7em) rotateY(1deg);
}

@media (max-width: 576px) {
  .index-kv .img-info-wrap .img-info .img-info-bg:before {
    height: 66.9%;
  }
}

.index-kv .img-info-wrap .img-info .img-info-bg .thrid-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 63.35%;
  width: 88%;
  height: 79.6344%;
  outline: 1px solid transparent;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
  transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
  -webkit-transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
  transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
}

@media (max-width: 576px) {
  .index-kv .img-info-wrap .img-info .img-info-bg .thrid-bg {
    top: 25px;
    width: 70%;
    height: 76.1%;
  }
}

.fix-body-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: #000;
  background-position: top center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.fix-body-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

.index-summary {
  padding-top: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .index-summary {
    width: 61.016949%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.index-summary h3 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 24px;
}

@media (min-width: 992px) {
  .index-summary h3 {
    font-size: 32px;
    width: 86.111111%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .index-summary h3 {
    font-size: 38px;
  }
}

.index-summary p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .index-summary p {
    font-size: 15px;
  }
}

.desc-wrap {
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (min-width: 991px) {
  .desc-wrap {
    padding: 0 30px;
    margin-bottom: 20px;
  }
}

.desc-wrap .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 577px) and (max-width: 991px) {
  .desc-wrap .desc-list {
    margin: 0 -20px;
  }
}

@media (min-width: 992px) {
  .desc-wrap .desc-list {
    margin: 0 -40px;
  }
}

.desc-wrap .desc-item {
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 55px;
}

@media (min-width: 577px) and (max-width: 991px) {
  .desc-wrap .desc-item {
    width: 50%;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .desc-wrap .desc-item {
    width: 33.333333%;
    padding: 0 40px;
    margin-bottom: 80px;
  }
}

.desc-wrap .img-src {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 35px;
}

.desc-wrap .img-src img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.desc-wrap .img-info h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.desc-wrap .img-info p {
  font-size: 14px;
  line-height: 1.7;
}

.desc-wrap .img-info span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  padding: 10px 22px;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.desc-wrap .img-info span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}

.desc-wrap .img-info span:after {
  content: "\e6da";
  display: inline-block;
  width: 0;
  opacity: 0;
  font-family: "i";
  font-size: 14px;
  margin-left: 0;
  font-weight: 400;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: width 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: width 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, width 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, width 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
}

.desc-wrap .desc-item:hover .img-info span:after {
  margin-left: 8px;
  width: 14px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fullW-screen {
  padding-bottom: 10px;
  margin-bottom: -10px;
  overflow: hidden;
  position: relative;
  z-index: 12;
}

.size-wrap {
  width: 100%;
  padding-bottom: 33.333333%;
  position: relative;
  min-height: 480px;
}

@media (max-width: 576px) {
  .size-wrap {
    padding-bottom: 133.333333%;
  }
}

.size-wrap .img-src {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.size-wrap .img-src:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
}

.size-wrap .img-src img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .size-wrap .img-src img {
    width: 100%;
  }
}

.size-wrap .img-src iframe,
.size-wrap .img-src video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 576px) {
  .size-wrap .img-src iframe,
  .size-wrap .img-src video {
    display: none;
  }
}

.size-wrap.no-mask > .img-src::after {
  content: none;
}

.size-wrap .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  height: 100%;
}

@media (max-width: 576px) {
  .size-wrap .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.size-wrap .container:after {
  content: "";
  display: inline-block;
  width: 51.66%;
  width: 53.1%;
  height: 95.208%;
  position: absolute;
  bottom: -10px;
  left: 0;
  left: -15px;
  z-index: -1;
  outline: 1px solid transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skew(0, -3deg) perspective(1.7em) rotateY(1deg);
  transform: skew(0, -3deg) perspective(1.7em) rotateY(1deg);
}

@media (max-width: 576px) {
  .size-wrap .container:after {
    width: 96%;
    height: 55%;
    height: calc(100% - 10px);
    top: 20px;
    top: auto;
    bottom: -10px;
    left: 10px;
    -webkit-transform: skew(0, -2deg) perspective(1.7em) rotateY(1deg);
    transform: skew(0, -2deg) perspective(1.7em) rotateY(1deg);
  }
}

@media (max-width: 1200px) and (min-width: 577px) {
  .size-wrap .container:after {
    left: 10px;
  }
}

.size-wrap .container .row {
  height: 100%;
}

.size-wrap .container .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .size-wrap .container .col-md-6 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.size-wrap .container .col-md-6:first-child {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .size-wrap .container .col-md-6:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.size-wrap .container h3 {
  font-size: 44px;
  line-height: 1.227;
  font-weight: 800;
}

@media (max-width: 991px) {
  .size-wrap .container h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .size-wrap .container h3 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .size-wrap .container h3 {
    font-size: 44px;
  }
}

.size-wrap .container p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .size-wrap .container p {
    display: none;
  }
}

.size-wrap .container .link-to {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
  margin-left: 8px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .size-wrap .container .link-to {
    margin-top: 20px;
  }
}

.size-wrap .container .link-to:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px #fff solid;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
}

.size-wrap .container .link-to .i {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
}

.size-wrap .container table {
  border: 0;
}

@media (max-width: 576px) {
  .size-wrap .container table {
    margin-top: 15px;
  }

  .size-wrap .container table tr {
    width: 50%;
    float: left;
  }

  .size-wrap .container table td,
  .size-wrap .container table th {
    width: 100%;
    float: left;
  }
}

.size-wrap .container table td,
.size-wrap .container table th,
.size-wrap .container table tr {
  padding: 0 15px;
  line-height: 1.5;
  vertical-align: text-bottom;
}

@media (max-width: 576px) {
  .size-wrap .container table td,
  .size-wrap .container table th,
  .size-wrap .container table tr {
    padding: 0 15px 0 0;
  }
}

.size-wrap .container table th {
  font-size: 44px;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 991px) {
  .size-wrap .container table th {
    font-size: 29px;
  }
}

@media (max-width: 576px) {
  .size-wrap .container table th {
    text-align: left;
  }
}

.size-wrap .container table td {
  font-size: 16px;
  text-align: left;
  padding-right: 100px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .size-wrap .container table td {
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}

.size-wrap .container .link-video {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  line-height: 1.83;
}

@media (max-width: 576px) {
  .size-wrap .container .link-video {
    display: none;
  }
}

.size-wrap .container .link-video .i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px #fff solid;
  border-radius: 50%;
  font-size: 8px;
  margin-right: 8px;
}

.size-wrap .container .link-video .i:before {
  display: inline-block;
  line-height: 1;
  -webkit-transform: scale(0.66667);
  transform: scale(0.66667);
}

.fullW-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 100px 0 60px 0;
}

.fullW-section.has-img-bg {
  padding: 0;
}

.fullW-section h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .fullW-section h4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .fullW-section h4 {
    font-size: 24px;
  }
}

.fullW-section.has-bg:after {
  background: url(../image/shading-bg.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 576px) {
  .fullW-section.has-bg:after {
    background-size: 300%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fullW-section.has-img-bg {
  position: relative;
  padding-bottom: 28.611111%;
  min-height: 412px;
}

@media (max-width: 576px) {
  .fullW-section.has-img-bg {
    padding-bottom: 100%;
    min-height: 0;
  }
}

.fullW-section.has-img-bg > .img-src > img {
  width: auto !important;
}

.fullW-section.has-img-bg .m30-wrap {
  position: relative;
}

.fullW-section.has-img-bg .img-src {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fullW-section.has-img-bg .img-src img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.fullW-section.has-img-bg .img-src:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fullW-section.has-img-bg .container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

@media (max-width: 991px) {
  .fullW-section.has-img-bg .container .swiper-container {
    padding-bottom: 35px;
  }

  .fullW-section.has-img-bg .container .swiper-container .swiper-pagination {
    bottom: 5px;
  }

  .fullW-section.has-img-bg
    .container
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .fullW-section.has-img-bg
    .container
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .fullW-section.has-img-bg .container .swiper-length-1,
  .fullW-section.has-img-bg .container .swiper-length-2,
  .fullW-section.has-img-bg .container .swiper-length-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fullW-section.has-img-bg
    .container
    .swiper-length-1
    .swiper-slide:last-child,
  .fullW-section.has-img-bg
    .container
    .swiper-length-2
    .swiper-slide:last-child,
  .fullW-section.has-img-bg
    .container
    .swiper-length-3
    .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .fullW-section.has-img-bg .container .swiper-length-1,
  .fullW-section.has-img-bg .container .swiper-length-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fullW-section.has-img-bg
    .container
    .swiper-length-1
    .swiper-slide:last-child,
  .fullW-section.has-img-bg
    .container
    .swiper-length-2
    .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 576px) {
  .fullW-section.has-img-bg .container .swiper-length-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fullW-section.has-img-bg
    .container
    .swiper-length-1
    .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}

.fullW-section.has-img-bg .container .swiper-button {
  font-size: 21px;
}

.fullW-section.has-img-bg .container .swiper-button-prev {
  left: -70px;
}

.fullW-section.has-img-bg .container .swiper-button-next {
  right: -70px;
}

.fullW-section.has-img-bg .container .swiper-slide .img-src {
  position: relative;
  padding-bottom: 66.666667%;
}

.fullW-section.has-img-bg .container .swiper-slide .img-src:before {
  display: none;
}

.fullW-section.has-img-bg .container .swiper-slide .img-src img {
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
}

.fullW-section.has-img-bg .container .swiper-slide .img-info {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

.fullW-section.has-img-bg .container .swiper-slide .img-info h5 {
  line-height: 1.4;
}

.activity-swiper {
  overflow: visible !important;
  padding-bottom: 40px;
}

.activity-swiper .swiper-pagination {
  bottom: 7px;
}

.activity-swiper .swiper-button {
  width: 60px;
  height: 60px;
  font-size: 25px;
  z-index: 10;
  right: -145px;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1200px) {
  .activity-swiper .swiper-button {
    right: -90px;
  }
}

.activity-swiper .swiper-button-prev {
  left: -145px;
}

@media (max-width: 1200px) {
  .activity-swiper .swiper-button-prev {
    left: -90px;
  }
}

.activity-swiper .swiper-button-next.swiper-button-disabled,
.activity-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.activity-swiper a.no-link:hover .img-info .link-to,
.activity-swiper a.no-link:hover .img-info h5 {
  color: #333;
}

@media (min-width: 577px) {
  .activity-swiper .swiper-slide {
    pointer-events: none;
  }
}

.activity-swiper .swiper-slide .img-src {
  width: 100%;
  padding-bottom: 66.666667%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

@media (min-width: 991px) {
  .activity-swiper .swiper-slide .img-src:after,
  .activity-swiper .swiper-slide .img-src:before {
    content: "";
    display: block;
    width: 36.666667%;
    height: calc(100% + 2px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #f2f2f2;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }

  .activity-swiper .swiper-slide .img-src:after {
    width: 63.333333%;
    width: 63.5%;
    left: 0;
    right: auto;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(242, 242, 242, 0.4)),
      to(#f2f2f2)
    );
    background: linear-gradient(to right, rgba(242, 242, 242, 0.4), #f2f2f2);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .activity-swiper .swiper-slide .img-src:after,
  .activity-swiper .swiper-slide .img-src:before {
    content: "";
    display: block;
    width: 36.666667%;
    height: calc(100% + 2px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #f2f2f2;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }

  .activity-swiper .swiper-slide .img-src:after {
    width: 63.333333%;
    left: 0;
    right: auto;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(242, 242, 242, 0.4)),
      to(#f2f2f2)
    );
    background: linear-gradient(to right, rgba(242, 242, 242, 0.4), #f2f2f2);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
}

.activity-swiper .swiper-slide .img-src img {
  width: 100%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.activity-swiper .swiper-slide .img-info {
  padding-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.activity-swiper .swiper-slide .img-info h4,
.activity-swiper .swiper-slide .img-info h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}

.activity-swiper .swiper-slide .img-info span,
.activity-swiper .swiper-slide .img-info time {
  font-size: 12px;
  line-height: 1.83;
  display: inline-block;
}

.activity-swiper .swiper-slide .img-info .tips {
  width: 100%;
  padding-right: 25px;
}

.activity-swiper .swiper-slide .img-info time {
  margin-right: 8px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}

.activity-swiper .swiper-slide .img-info p {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 5px;
}

.activity-swiper .swiper-slide .img-info .link-to {
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  font-weight: 700;
}

.activity-swiper .swiper-slide .img-info .link-to:after {
  content: "\e6da";
  font-family: "i";
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 400;
}

.activity-swiper .swiper-slide-active .img-info,
.activity-swiper .swiper-slide-active .img-src {
  opacity: 1;
}

@media (min-width: 991px) {
  .activity-swiper .swiper-slide-active,
  .activity-swiper .swiper-slide-next,
  .activity-swiper .swiper-slide-next + .swiper-slide {
    pointer-events: initial;
  }

  .activity-swiper .swiper-slide-active .img-info,
  .activity-swiper .swiper-slide-active .img-src,
  .activity-swiper .swiper-slide-next .img-info,
  .activity-swiper .swiper-slide-next .img-src,
  .activity-swiper .swiper-slide-next + .swiper-slide .img-info,
  .activity-swiper .swiper-slide-next + .swiper-slide .img-src {
    opacity: 1;
  }

  .activity-swiper .swiper-slide-next + .swiper-slide + .swiper-slide .img-src,
  .activity-swiper .swiper-slide-prev .img-src {
    opacity: 1;
  }

  .activity-swiper
    .swiper-slide-next
    + .swiper-slide
    + .swiper-slide
    .img-src:after,
  .activity-swiper
    .swiper-slide-next
    + .swiper-slide
    + .swiper-slide
    .img-src:before,
  .activity-swiper .swiper-slide-prev .img-src:after,
  .activity-swiper .swiper-slide-prev .img-src:before {
    opacity: 1;
  }

  .activity-swiper .swiper-slide-prev .img-src:after,
  .activity-swiper .swiper-slide-prev .img-src:before {
    right: auto;
    left: 0;
  }

  .activity-swiper .swiper-slide-prev .img-src:after {
    left: auto;
    right: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f2f2f2),
      to(rgba(242, 242, 242, 0.4))
    );
    background: linear-gradient(to right, #f2f2f2, rgba(242, 242, 242, 0.4));
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .activity-swiper .swiper-slide-active,
  .activity-swiper .swiper-slide-next {
    pointer-events: initial;
  }

  .activity-swiper .swiper-slide-active .img-info,
  .activity-swiper .swiper-slide-active .img-src,
  .activity-swiper .swiper-slide-next .img-info,
  .activity-swiper .swiper-slide-next .img-src {
    opacity: 1;
  }

  .activity-swiper .swiper-slide-next + .swiper-slide .img-src,
  .activity-swiper .swiper-slide-prev .img-src {
    opacity: 1;
  }

  .activity-swiper .swiper-slide-next + .swiper-slide .img-src:after,
  .activity-swiper .swiper-slide-next + .swiper-slide .img-src:before,
  .activity-swiper .swiper-slide-prev .img-src:after,
  .activity-swiper .swiper-slide-prev .img-src:before {
    opacity: 1;
  }

  .activity-swiper .swiper-slide-prev .img-src:after,
  .activity-swiper .swiper-slide-prev .img-src:before {
    right: auto;
    left: 0;
  }

  .activity-swiper .swiper-slide-prev .img-src:after {
    left: auto;
    right: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f2f2f2),
      to(rgba(242, 242, 242, 0.4))
    );
    background: linear-gradient(to right, #f2f2f2, rgba(242, 242, 242, 0.4));
  }
}

.m30-wrap {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .m30-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.m30-wrap > p {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -30px;
  z-index: 2;
}

.product-swiper {
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.product-swiper .swiper-pagination {
  bottom: 7px;
}

.product-swiper .swiper-slide {
  background: #f2f2f2;
  padding: 15px 15px 30px 15px;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #333;
}

.product-swiper .swiper-slide h5,
.product-swiper .swiper-slide p {
  color: #333;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

@media (max-width: 576px) {
  .product-swiper .swiper-slide {
    padding: 15px 15px 25px 15px;
  }
}

.product-swiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 42.894%;
  z-index: -1;
  width: 100%;
  height: 48%;
  height: 50vw;
  height: 200%;
  opacity: 0;
  -webkit-transform: skewY(-18deg) translateY(15%);
  transform: skewY(-18deg) translateY(15%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

@media (max-width: 576px) {
  .product-swiper .swiper-slide:after {
    display: none;
  }
}

.product-swiper .swiper-slide:hover h5,
.product-swiper .swiper-slide:hover p {
  color: #fff;
}

@media (min-width: 577px) {
  .product-swiper .swiper-slide:hover {
    color: #fff;
  }
}

.product-swiper .swiper-slide:hover:after {
  opacity: 1;
  -webkit-transform: skewY(-18deg) translateY(0);
  transform: skewY(-18deg) translateY(0);
}

.product-swiper .img-src {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.product-swiper .img-src img {
  width: 100%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-swiper .img-info {
  padding-top: 25px;
}

.product-swiper .img-info h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.product-swiper .img-info p {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 5px;
}

.block-advert {
  display: block;
  width: 100%;
  max-width: 66.67%;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .block-advert {
    max-width: 100%;
  }
}

.block-advert img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.logo-cards {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.logo-cards .logo-cards-swiper {
  width: 100%;
}

@media (max-width: 991px) {
  .logo-cards .logo-cards-swiper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.logo-cards .group {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  position: absolute;
}

.logo-cards .group.first {
  position: relative;
  opacity: 1;
  z-index: 10;
}

.logo-cards .group.first a {
  opacity: 1;
}

.logo-cards .group a {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.logo-cards a {
  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;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .logo-cards a {
    margin-right: 10px;
    float: left;
    width: calc((100% - 50px) / 6);
  }

  .logo-cards a:nth-child(3n) {
    margin-right: 10px;
  }

  .logo-cards a:nth-child(6n) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .logo-cards a {
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }

  .logo-cards a:nth-child(6n) {
    margin-right: 10px;
  }

  .logo-cards a:nth-child(3n) {
    margin-right: 0;
  }
}

.logo-cards a img {
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
}

@media (max-width: 991px) {
  .logo-cards a img {
    padding: 5px;
  }
}

.logo-cards .i-arrow-left,
.logo-cards .i-arrow-right {
  font-size: 21px;
  width: 46px;
  height: 46px;
  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;
  left: -58px;
  top: 50%;
  color: #b3b3b3;
}

@media (max-width: 1259px) {
  .logo-cards .i-arrow-left,
  .logo-cards .i-arrow-right {
    display: none;
  }
}

.logo-cards .i-arrow-right {
  right: -58px;
  left: auto;
}

.logo-cards .swiper-button.swiper-button-disabled {
  opacity: 0.6;
}

.first-screen {
  padding-bottom: 10px;
  overflow: hidden;
}

.first-screen.not-img .img-info-bg,
.first-screen.not-img .img-src {
  display: none;
}

.first-screen.not-img .first-screen-wrap {
  color: #999;
  padding-bottom: 0;
  min-height: 0;
  margin-top: 190px;
}

@media (max-width: 991px) {
  .first-screen.not-img .first-screen-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 576px) {
  .first-screen.not-img .first-screen-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.first-screen.not-img .img-info-wrap {
  position: static;
}

.first-screen.not-img .img-info-wrap .img-info h2 {
  padding-bottom: 0;
}

.first-screen.not-img .img-info-wrap .img-info .info {
  margin-top: 5px;
  padding-bottom: 0;
}

.first-screen.not-img .img-info-wrap .img-info p {
  padding-bottom: 5px;
  display: block;
  margin-top: 0;
}

.first-screen.not-img .container:after {
  margin-top: 50px;
  height: 1px;
  width: 100%;
  display: inline-block;
  content: "";
  background: #f2f2f2;
}

.first-screen-wrap {
  margin-top: 110px;
  padding-bottom: 27.777778%;
  position: relative;
  margin-bottom: 0;
  min-height: 400px;
  color: #fff;
}

@media (max-width: 1024px) {
  .first-screen-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .first-screen-wrap {
    margin-top: 60px;
    padding-bottom: 100%;
    min-height: 375px;
  }
}

.first-screen-wrap .img-src {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.first-screen-wrap .img-src:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.first-screen-wrap .img-src img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

@media (max-width: 576px) {
  .first-screen-wrap .img-src img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
  }
}

.first-screen-wrap .img-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 576px) {
  .first-screen-wrap .img-info-wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.first-screen-wrap .img-info-wrap .img-info {
  position: relative;
}

.first-screen-wrap .img-info-wrap .img-info .type {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 5px;
  display: block !important;
}

.first-screen-wrap .img-info-wrap .img-info .type a {
  display: inline-block;
}

.first-screen-wrap .img-info-wrap .img-info .type a:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.first-screen-wrap .img-info-wrap .img-info .type a:last-child:after {
  display: none;
}

.first-screen-wrap .img-info-wrap .img-info .info {
  font-weight: 800;
  display: block !important;
  padding-bottom: 25px;
}

.first-screen-wrap .img-info-wrap .img-info .info span {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.4;
}

.first-screen-wrap .img-info-wrap .img-info .info span:last-child {
  margin-right: 0;
}

.first-screen-wrap .img-info-wrap .img-info h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .first-screen-wrap .img-info-wrap .img-info h2 {
    font-size: 29px;
    line-height: 1.138;
  }
}

.first-screen-wrap .img-info-wrap .img-info p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: -20px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .first-screen-wrap .img-info-wrap .img-info p {
    display: none;
  }
}

.first-screen-wrap .img-info-wrap .img-info p span {
  display: inline-block;
  margin-right: 15px;
  font-weight: 800;
}

.first-screen-wrap .img-info-wrap .img-info p span:last-child {
  margin-right: 0;
}

.first-screen-wrap .img-info-wrap .img-info .img-info-bg {
  position: absolute;
  z-index: -1;
  top: -30px;
  top: -115px;
  left: -30px;
  left: -80px;
  right: -30px;
  bottom: -10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg {
    left: -30px;
    top: -40px;
  }
}

@media (max-width: 991px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg {
    top: -60px;
  }
}

@media (max-width: 576px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg {
    top: -76px;
  }
}

.first-screen-wrap .img-info-wrap .img-info .img-info-bg:after,
.first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
  content: "";
  display: inline-block;
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  position: absolute;
  right: 0;
  left: 50px;
  bottom: -20px;
  outline: 1px solid transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
  transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
}

@media (max-width: 1200px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:after,
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
    width: calc(100% - 15px);
    height: 100%;
    left: 15px;
  }
}

@media (max-width: 576px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:after,
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
    -webkit-transform: skewY(2deg) perspective(0.9em) rotateY(0) scaleY(1.1);
    transform: skewY(2deg) perspective(0.9em) rotateY(0) scaleY(1.1);
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 35px);
  }
}

.first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
  width: calc(100% - 50px);
  width: 100vw;
  height: 15px;
  background: #fff;
  left: -30px;
  right: -30px;
  bottom: -18px;
  z-index: 10;
  -webkit-transform: rotateX(180deg) skewY(1deg) perspective(0.9em) rotateY(0)
    scale(1.1);
  transform: rotateX(180deg) skewY(1deg) perspective(0.9em) rotateY(0)
    scale(1.1);
}

@media (min-width: 1200px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
    bottom: -24px;
  }
}

@media (min-width: 992px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
    bottom: -22px;
  }
}

@media (min-width: 577px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg:before {
    bottom: -20px;
  }
}

.first-screen-wrap .img-info-wrap .img-info .img-info-bg .thrid-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42%;
  height: 79.6344%;
  outline: 1px solid transparent;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
  transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
  -webkit-transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
  transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
}

@media (max-width: 1200px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg .thrid-bg {
    top: 0;
  }
}

@media (max-width: 576px) {
  .first-screen-wrap .img-info-wrap .img-info .img-info-bg .thrid-bg {
    top: 25px;
    width: 65%;
    height: 76.1%;
  }
}

.block-advert-common {
  padding: 60px 0;
}

.block-advert-common .common-advert-list {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .block-advert-common .common-advert-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -30px;
  }
}

.block-advert-common .common-advert-item {
  display: block;
  width: calc(50% - 20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  font-size: 0;
}

@media (max-width: 576px) {
  .block-advert-common .common-advert-item {
    width: 100%;
    margin-top: 30px;
  }
}

.block-advert-common .common-advert-item div {
  position: relative;
  padding-bottom: 33.333333%;
  overflow: hidden;
}

.block-advert-common .common-advert-item img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-t-70 {
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .m-t-70 {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .m-t-70 {
    margin-top: 10px;
  }
}

.crumb-container {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .crumb-container {
    display: none;
  }
}

.breadcrumb {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(242, 242, 242, 0.8);
}

.breadcrumb.lighter {
  background: rgba(242, 242, 242, 0.8);
}

.breadcrumb li {
  float: left;
  font-size: 14px;
  line-height: 1em;
  padding: 15px 0;
}

.breadcrumb li .i-home {
  font-size: 20px;
}

.breadcrumb li:after {
  content: "\e6c5";
  font-family: "i";
  display: inline-block;
  font-size: 15px;
  color: #c3c4be;
  margin: 0 -2px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  margin: 0 10px;
  color: #aec409;
}

.select-default-wrap .btn-group .dropdown-toggle .filter-option {
  margin-top: 1px;
  font-weight: 400;
}

.select-default-wrap .btn-group .dropdown-menu ul a {
  font-size: 14px;
  padding: 15px;
  line-height: 1;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.select-default-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .select-default-wrap {
    overflow: visible;
  }
}

.select-default-wrap .btn-ok {
  font-size: 14px;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  border: 0;
}

@media (min-width: 577px) {
  .select-default-wrap .btn-ok {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}

.select-default {
  float: left;
  position: relative;
  z-index: 1;
}

.select-default:after {
  content: "\e6d6";
  display: inline-block;
  font-size: 12px;
  width: 12px;
  font-family: "i";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  color: #333;
  -webkit-transform: translateY(-50%) rotate(-90deg) rotateY(180deg);
  transform: translateY(-50%) rotate(-90deg) rotateY(180deg);
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

@media (min-width: 1025px) {
  .select-default:after {
    right: 25px;
  }
}

@media (max-width: 1024px) {
  .select-default {
    overflow: hidden;
  }

  .select-default:after {
    color: #fff;
  }

  .select-default:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    -webkit-transform: skew(-18deg) translateX(8px);
    transform: skew(-18deg) translateX(8px);
    pointer-events: none;
  }
}

.select-default .dropdown-toggle {
  overflow: hidden;
  position: relative;
}

.select-default .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  opacity: 0;
  -webkit-transform: skew(-18deg) translateX(100%);
  transform: skew(-18deg) translateX(100%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
  pointer-events: none;
}

.select-default:hover:after {
  color: #fff;
}

.select-default:hover .dropdown-toggle:before {
  opacity: 1;
  -webkit-transform: skew(-18deg) translateX(8px);
  transform: skew(-18deg) translateX(8px);
}

.select-default select {
  display: inline-block;
  border: 1px #e6e6e6 solid;
  padding: 10px 11px;
  width: 100%;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .select-default {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
}

@media (max-width: 1024px) and (min-width: 577px) {
  .select-default {
    width: 235px;
  }
}

@media (max-width: 1024px) {
  .select-default:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .select-default-classify {
    margin-right: 10px;
  }

  .select-default-wrap .btn-ok {
    margin-left: 0;
  }

  .select-default
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: auto;
  }

  .select-default .dropdown-toggle::after,
  .year-filter .dropdown-toggle::after {
    display: none;
  }

  .select-default .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
  }

  .select-default .btn {
    width: 272px;
    min-width: 272px;
    font-size: 14px;
    background: 0 0;
    border: 1px #e6e6e6 solid;
    padding: 11px;
    width: 100%;
    color: #333;
    line-height: 1;
    height: 38px;
  }
}

.select-default .open .dropdown-menu {
  display: block;
}

.select-default .dropdown-menu.show {
  top: 2px !important;
}

.select-default .dropdown-menu.show[x-placement="top-start"] {
  top: -2px !important;
}

.dropdown-menu {
  font-size: 14px;
  background: #fff;
  width: 235px;
  z-index: 100;
  padding: 0;
  border: 1px #e6e6e6 solid;
  -webkit-box-shadow: 3px 3px 10px -5px;
  box-shadow: 3px 3px 10px -5px;
  border-radius: 0;
}

.dropdown-menu li a {
  display: block !important;
  padding: 0 15px;
  line-height: 44px;
}

.dropdown-menu li a:hover {
  background: #f7f7f7;
  background: #f2f2f2;
}

.news-list {
  margin-bottom: 80px;
}

.news-item {
  margin-top: 30px;
}

.news-item.has-img .img-info p {
  display: none;
}

.news-item .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f2f2f2;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #333;
  overflow: hidden;
}

.news-item .news-info:hover {
  background: #f0f0f0;
}

.news-item .news-info.no-link:hover {
  background: #f7f7f7;
}

.news-item .news-info .img-src {
  width: 100%;
  padding-bottom: 66.13%;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-item .news-info .img-src img {
  width: 100%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-item .news-info .img-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-item .news-info .img-info > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-item .news-info h4 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.news-item .news-info span,
.news-item .news-info time {
  font-size: 12px;
  line-height: 1.83;
  display: inline-block;
}

.news-item .news-info .tips {
  width: 100%;
  padding-right: 25px;
}

.news-item .news-info time {
  margin-right: 8px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}

.news-item .news-info p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  max-height: 114px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.news-item .news-info .link-to {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  padding: 10px 22px;
  margin-left: -22px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.news-item .news-info .link-to:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% + 30px);
  height: 100%;
  background-color: transparent;
  -webkit-transform: skew(18deg) translate(-100%);
  transform: skew(18deg) translate(-100%);
  -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, background-color 0.35s ease;
  transition: transform 0.35s ease, background-color 0.35s ease,
    -webkit-transform 0.35s ease;
}

.news-item .news-info .link-to:after {
  content: "\e6da";
  display: inline-block;
  font-family: "i";
  font-size: 14px;
  margin-left: 8px;
  font-weight: 400;
}

.crumbs-wrap {
  line-height: 1.5625;
  list-style: disc;
  overflow: hidden;
  margin-bottom: 3px;
}

.crumbs-wrap li {
  float: left;
  margin-right: 30px;
}

.crumbs-wrap li:first-child {
  list-style: none;
}

.crumbs-wrap li a {
  color: #aec409;
  text-decoration: none;
}

.aside-link-wrap {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease,
    -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease,
    -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

@media (max-width: 991px) {
  .aside-link-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 93.333333%;
  }

  .aside-link-wrap:before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: 100%;
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
    position: absolute;
    right: -10px;
    top: 0;
    z-index: -1;
  }
}

.aside-link-wrap a {
  padding: 10px 30px 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -15px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 991px) {
  .aside-link-wrap a {
    float: left;
    margin-bottom: 0;
    padding: 8px 15px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
  }

  .aside-link-wrap a:last-child {
    border-right: 0;
  }
}

.aside-link-wrap a:last-child {
  margin-bottom: 0;
}

.aside-link-wrap a img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .aside-link-wrap a img {
    width: 20px;
    height: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 1px;
  }
}

.aside-link-wrap a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .aside-link-wrap a:before {
    display: none;
  }
}

.aside-link-wrap a:after {
  content: "\e6da";
  font-family: "i";
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: width 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
  transition: width 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: width 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  transition: width 0.35s ease, opacity 0.35s ease, transform 0.35s ease,
    -webkit-transform 0.35s ease;
}

@media (max-width: 991px) {
  .aside-link-wrap a:after {
    display: none;
  }
}

.aside-link-wrap a:hover:after {
  width: 12px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.aside-link-wrap a.no-link,
.aside-link-wrap a.no-link:hover {
  color: #fff !important;
}

.aside-link-wrap a.no-link:after,
.aside-link-wrap a.no-link:hover:after {
  display: none;
}

.aside-link-wrap.position {
  position: absolute;
  bottom: 300px;
}

.aside-link-wrap.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.share-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .share-wrap {
    display: none;
  }
}

.share-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .share-wrap {
    width: 61.016949%;
    margin: 0 auto 70px auto !important;
  }
}

.share-wrap .share-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.625;
  padding: 0 7px 0 17px;
  background: #fff;
}

@media (max-width: 1024px) {
  .share-wrap .share-content {
    display: none;
  }
}

.share-wrap .social-share-icon {
  display: inline-block;
  font-family: "i" !important;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  margin-right: 10px;
  color: #333;
}

.share-wrap .social-share-icon:first-child {
  margin-left: 20px;
}

.share-wrap .icon-wechat {
  position: relative;
}

.share-wrap .icon-wechat .wechat-qrcode {
  visibility: hidden;
  position: absolute;
  z-index: 9;
  bottom: 100%;
  right: 0;
  width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.share-wrap .icon-wechat .wechat-qrcode h4 {
  display: none;
}

.share-wrap .icon-wechat .wechat-qrcode .qrcode {
  margin: 10px 20px;
}

.share-wrap .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
}

.share-wrap .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.share-wrap .icon-wechat .wechat-qrcode .help p {
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.share-wrap .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.share-wrap .icon-wechat:hover .wechat-qrcode {
  visibility: visible;
  opacity: 1;
}

.full-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(174, 196, 9, 0.9);
}

.full-modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1500px;
  margin: auto;
}

.full-modal .modal-content {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.full-modal .modal-content-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 305px;
  height: 305px;
  text-align: center;
}

.full-modal .help {
  margin-top: 20px;
  line-height: 1.75;
  color: #6c757d;
}

.full-modal .btn-close {
  margin-top: 20px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.swiper-button {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
}

.swiper-button {
  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;
  font-size: 38px;
  width: 38px;
  height: 76px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 991px) {
  .swiper-button {
    width: 19px;
    height: 36px;
    font-size: 19px;
  }
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-button.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  display: none !important;
}

.swiper-button.swiper-button-disabled:before {
  opacity: 0.1;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-cases {
  margin-top: 100px;
  overflow: visible;
}

.swiper-cases .swiper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiper-cases .swiper-header .swiper-header-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: inherit;
  line-height: 1;
}

.swiper-cases .swiper-header .swiper-button {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .swiper-cases::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 30px;
    background-color: #fff;
  }
}

@media (min-width: 992px) and (min-width: 1025px) {
  .swiper-cases::before {
    width: 40px;
  }
}

@media (min-width: 1580px) {
  .swiper-cases::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 750px;
    width: 40px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(90%, #fff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 90%);
  }
}

.swiper-jumbotron {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (max-width: 767px) {
  .swiper-jumbotron {
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-jumbotron {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron {
    height: 100vh;
    max-height: 1024px;
    margin-left: 30px;
    margin-top: -95px;
  }
}

@media (min-width: 1025px) {
  .swiper-jumbotron {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .swiper-jumbotron .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-wrapper {
    height: 100% !important;
  }
}

.swiper-jumbotron .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  background-color: #fff;
}

@media (max-width: 991px) {
  .swiper-jumbotron .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.swiper-jumbotron .img-src {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .swiper-jumbotron .img-src {
    padding-bottom: 69.444444%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .img-src {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (max-width: 991px) {
  .swiper-jumbotron .img-src img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .img-src img {
    display: none;
  }
}

.swiper-jumbotron .swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-jumbotron .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-jumbotron .swiper-slide-intro {
    padding-right: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-jumbotron .swiper-slide-intro {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-slide-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 95px;
    padding-bottom: 18px;
    font-size: 20px;
    white-space: nowrap;
    width: 90%;
  }
}

@media (max-width: 991px) {
  .swiper-jumbotron .swiper-slide-intro h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-slide-intro h3 {
    font-size: 100%;
  }

  .swiper-jumbotron .swiper-slide-intro h3,
  .swiper-jumbotron .swiper-slide-intro h3 a {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    flex-shrink: 1;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1025px) {
  .swiper-jumbotron .swiper-slide-intro h3 a {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .swiper-jumbotron .swiper-slide-intro h3 a.active {
    color: #aec409;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .swiper-jumbotron .swiper-slide-intro h3 a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: transparent 1px solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: border, -webkit-transform;
    transition-property: border, -webkit-transform;
    transition-property: border, transform;
    transition-property: border, transform, -webkit-transform;
  }

  .swiper-jumbotron .swiper-slide-intro h3 a:hover {
    color: #aec409;
  }

  .swiper-jumbotron .swiper-slide-intro h3 a:hover::after {
    border-bottom-color: #aec409;
    -webkit-transform: none;
    transform: none;
  }
}

.swiper-jumbotron .swiper-slide-intro .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-jumbotron .swiper-slide-intro .keywords:before {
  content: "";
  width: 20px;
  margin-right: 10px;
  border-top: 1px solid;
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-slide-intro .keywords:before {
    margin-left: 10px;
  }
}

.swiper-jumbotron .swiper-slide-intro .keywords li + li {
  padding-left: 1em;
}

@media (max-width: 991px) {
  .swiper-jumbotron .swiper-btn-group {
    display: none;
  }
}

@media (min-width: 992px) {
  .swiper-jumbotron .swiper-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 95px;
    z-index: 10;
    color: #fff;
  }

  .swiper-jumbotron .swiper-btn-group .swiper-button {
    background-color: #000;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
}

@media (min-width: 992px) and (min-width: 1025px) {
  .swiper-jumbotron .swiper-btn-group .swiper-button:hover {
    background-color: #aec409;
  }
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 1px;
  margin: 0 1px;
  border-radius: 0;
  background-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

.container-page {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Titillium Web", -apple-system, "PingFang SC", BlinkMacSystemFont,
    "Microsoft YaHei", "Segoe UI", "Helvetica Neue", "PingFang SC", Arial,
    "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  font-family: "Titillium Web", -apple-system, "PingFang SC", BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", "PingFang SC", Arial, "Microsoft YaHei",
    "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif !important;
  width: 100%;
}

@media (max-width: 1024px) {
  .container-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    font-family: "Titillium Web", -apple-system, "PingFang SC",
      BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif !important;
  }
}

@media (max-width: 991px) {
  .container-page {
    font-size: 15px;
  }
}

.page-item-text > :first-child {
  margin-top: 0;
}

.page-item-text > :last-child {
  margin-bottom: 0;
}

.page-block .page-item h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 700;
}

@media (max-width: 991px) {
  .page-block .page-item h3 {
    font-size: 24px;
  }
}

.page-block .page-item h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-item h3,
.page-item h4,
.page-item ol,
.page-item p,
.page-item ul {
  margin-bottom: 30px;
}

.page-item h3:last-child,
.page-item h4:last-child,
.page-item ol:last-child,
.page-item p:last-child,
.page-item ul:last-child {
  margin-bottom: 0;
}

.page-item-text p .tit {
  font-weight: 700;
  display: block;
}

@media (min-width: 992px) {
  .page-item-text p {
    margin-bottom: 40px;
  }
}

.page-item .table {
  width: 100%;
  font-size: 14px;
}

.page-item .table tbody tr {
  background-color: #fff;
}

.page-item .table tbody tr td {
  background-color: #fff;
}

.page-item .table td,
.page-item .table th {
  padding: 0;
  border: none;
  vertical-align: top;
}

.page-item .table ol,
.page-item .table p,
.page-item .table ul {
  margin-bottom: 0.4em;
}

.page-item .table ol:only-child,
.page-item .table p:only-child,
.page-item .table ul:only-child {
  margin-bottom: 0;
}

.page-item .table-responsive {
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.page-item .table.schedule-table {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.page-item .table.schedule-table p {
  margin: 0;
  font-size: 14px;
}

.page-item .table.schedule-table thead {
  background-color: #f2f2f2;
}

.page-item .table.schedule-table td,
.page-item .table.schedule-table th {
  padding: 10px 15px;
  text-align: left;
  border-top: none;
  border-left: 10px #fff solid;
}

.page-item .table.schedule-table th {
  border-color: #f2f2f2;
}

.page-item .table.schedule-table tbody td {
  font-size: 14px;
  border-bottom: 1px #e6e6e6 solid;
  vertical-align: middle;
}

.page-item .table.schedule-table tbody td + td {
  border-left: 10px #fff solid;
}

.page-item .table.schedule-table tbody tr:last-child td {
  border-bottom: none;
}

.page-item .table.schedule-table strong {
  font-weight: 800;
}

.page-item .table.schedule-table th {
  width: 1%;
  padding-right: 2em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .page-item .table-responsive {
    overflow: auto;
    margin-bottom: 1em;
  }

  .page-item .table-responsive table.schedule-table {
    margin-bottom: 0;
    max-width: 100%;
  }

  .page-item .table-responsive table.schedule-table td,
  .page-item .table-responsive table.schedule-table th {
    white-space: nowrap;
  }
}

.schedule-list .first-part .host .table {
  border: 0;
  margin-bottom: 0;
}

.schedule-list .first-part .host td,
.schedule-list .first-part .host th,
.schedule-list .first-part .host tr {
  border: 0;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 15px 5px 0;
}

.schedule-list .first-part .host td strong {
  margin: 0 !important;
}

.schedule-list .first-part .host tr td:first-child {
  white-space: nowrap;
}

.table.schedule-table a {
  font-size: 14px;
  text-decoration: none;
}

.table.schedule-table a .i {
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}

.table.schedule-table a.no-link,
.table.schedule-table a.no-link:hover {
  color: #333;
}

.subscribe-form {
  margin-bottom: 100px;
}

.subscribe-form input,
.subscribe-form select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.subscribe-form input {
  color: #333;
}

.subscribe-form .form-group input:focus {
  border-color: #000;
  color: #333;
}

.subscribe-form .color-333 {
  color: #333 !important;
  padding: 0;
}

.subscribe-form p {
  font-size: 14px;
  line-height: 1.71;
}

.subscribe-form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-form .form-wrap .form-group:last-child {
  margin-bottom: 35px;
}

.subscribe-form .form-group {
  width: calc((100% - 20px) / 2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 576px) {
  .subscribe-form .form-group {
    width: 100%;
  }
}

.subscribe-form .form-group label {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.subscribe-form .form-group .form-control {
  border: 1px #e4e4e4 solid;
  line-height: 1.71;
  height: 44px;
  padding: 10px 15px;
  padding: 9px 15px;
  border-radius: 0;
  font-size: 14px;
}

.subscribe-form .form-group.is-select .dropdown-toggle {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 0;
}

.subscribe-form .form-group.is-select .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  top: 1px;
  right: 0;
  width: 50px;
  height: calc(100% + 1px);
  height: calc(100% - 2px);
  -webkit-transform: skew(-18deg) translateX(calc(100% + 8px));
  transform: skew(-18deg) translateX(calc(100% + 8px));
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

.subscribe-form .form-group.is-select:hover:after {
  color: #fff;
}

.subscribe-form .form-group.is-select:hover .dropdown-toggle:before {
  -webkit-transform: skew(-18deg) translateX(8px);
  transform: skew(-18deg) translateX(8px);
}

.subscribe-form .form-group select.form-control {
  padding: 10px 11px;
  padding: 9px 11px;
}

.subscribe-form .form-group select.form-control:not([size]):not([multiple]) {
  height: 44px;
}

.subscribe-form .form-group .identify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.subscribe-form .form-group .identify .form-control {
  width: calc(100% - 150px);
}

.subscribe-form .form-group .identify > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 6px;
}

.subscribe-form .form-group .identify > div img {
  width: 100px;
  height: 44px;
  cursor: pointer;
  vertical-align: middle;
}

.subscribe-form .form-group .identify > div a {
  background: url(../image/refresh@2x.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.subscribe-form .form-group .required {
  font-style: normal;
  color: red;
  display: inline-block;
}

.subscribe-form .infor {
  color: #979797;
  margin-bottom: 40px;
}

.subscribe-form .chose-lang {
  width: 100%;
}

.subscribe-form .chose-lang label {
  margin-bottom: 15px;
}

.subscribe-form .checkbox-inline {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}

.subscribe-form .checkbox-inline:last-child {
  margin-right: 0;
}

.subscribe-form .checkbox-inline input {
  width: 18px;
  height: 18px;
  border: 1px #e4e4e4 solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
  margin-top: 0;
}

.subscribe-form .checkbox-inline input:after {
  content: "\e69a";
  font-family: "i";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  display: none;
}

.subscribe-form .checkbox-inline input:focus {
  border-color: #e4e4e4;
}

.subscribe-form .checkbox-inline input.checked:after {
  display: inline-block;
}

.subscribe-form .agree-group.m-b-40 {
  margin-bottom: 40px;
}

.subscribe-form .agree-group {
  width: 100%;
  margin-bottom: 18px;
}

.subscribe-form .agree-group:last-child {
  margin-bottom: 40px;
}

.subscribe-form .agree-group .checkbox-inline {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.subscribe-form .agree-group .checkbox-inline input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.subscribe-form .agree-group .checkbox-inline div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.71;
}

.subscribe-form .agree-group .checkbox-inline a {
  text-decoration: underline;
}

.subscribe-form .btn {
  border-radius: 0;
  padding: 14px 40px;
  margin-right: 6px;
  font-size: 14px;
}

.subscribe-form .error-tips {
  position: absolute;
  right: 0;
  bottom: 50px;
  bottom: 49px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 0;
  display: none !important;
  background: red;
}

.subscribe-form .error-tips:empty {
  display: none;
}

.subscribe-form .has-error .error-tips {
  display: inline !important;
}

.subscribe-form .has-error .error-tips:empty {
  display: none !important;
}

.subscribe-form .has-error input.form-control,
.subscribe-form .has-error select.form-control {
  border-color: red;
}

.subscribe-form .has-error .btn-group {
  border-color: red;
}

.subscribe-form .error-left.has-error .error-tips {
  right: auto;
  left: 0;
  top: -35px;
  bottom: auto;
}

.subscribe-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe-form .is-select {
  position: relative;
}

.subscribe-form .is-select:after {
  content: "\e6d6";
  font-family: "i";
  font-weight: 800;
  display: inline;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 15px;
  font-size: 12px;
  color: #333;
  -webkit-transform: translateY(-14px) rotate(90deg);
  transform: translateY(-14px) rotate(90deg);
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .subscribe-form .is-select:after {
    color: #fff;
  }

  .subscribe-form .is-select:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    bottom: 1px;
    right: 0;
    width: 55px;
    height: 44px;
    height: 42px;
    -webkit-transform: skew(-18deg) translateX(8px);
    transform: skew(-18deg) translateX(8px);
    pointer-events: none;
  }

  .subscribe-form .is-select select {
    background: 0 0;
  }
}

.subscribe-form .is-select label {
  position: relative;
}

.subscribe-form .is-select label:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 70px;
  left: 100%;
  top: 0;
  background: #fff;
}

.subscribe-form .dropdown-toggle {
  top: -10px;
  left: -15px;
  width: calc(100% + 30px) !important;
  height: 44px;
  background: 0 0;
  color: #333;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 14px;
  z-index: 100;
}

.subscribe-form .dropdown-toggle li a {
  display: block !important;
  padding: 0 15px;
  line-height: 44px;
  background: #fff;
}

.subscribe-form .dropdown-toggle li a:hover {
  background: #f7f7f7;
}

.subscribe-form .dropdown-menu {
  background: #fff;
  color: #333;
  z-index: 1100;
}

.subscribe-form .btn-group .dropdown-toggle .filter-option {
  margin-top: -3px;
  font-weight: 400;
  line-height: 1.5;
}

.subscribe-form .bootstrap-select .dropdown-menu ul a {
  padding: 15px;
  line-height: 1;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.subscribe-form .bootstrap-select .dropdown-menu ul a:hover {
  background: #f7f7f7;
}

@media (min-width: 1025px) {
  .subscribe-form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: auto;
  }

  .subscribe-form .dropdown-toggle::after {
    display: none;
  }

  .subscribe-form .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
  }

  .subscribe-form .bootstrap-select .dropdown-menu {
    max-height: 40vh !important;
  }

  .subscribe-form .bootstrap-select .dropdown-menu.open .dropdown-menu {
    display: block;
  }

  .subscribe-form .bootstrap-select .dropdown-menu.show {
    top: 2px !important;
  }

  .subscribe-form .dropdown-menu.show[x-placement="top-start"] {
    top: -2px !important;
  }
}

.subscribe-form .form-group .btn:hover:after {
  opacity: 0;
}

.subscribe-form .btn {
  position: relative;
}

.btn.color-default {
  background: #fff;
  color: #333;
  border: 1px #e4e4e4 solid;
}

.btn.color-default:hover {
  color: #fff;
}

.subscribe-success-modal {
  background: 0 0;
}

.subscribe-success-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.subscribe-success-modal .modal-content {
  width: 510px;
  border-radius: 0;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .subscribe-success-modal .modal-content {
    width: calc(100% - 30px);
  }
}

.subscribe-success-modal .modal-header {
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0;
  border: 0;
}

.subscribe-success-modal .modal-header .close {
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  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;
}

.subscribe-success-modal .modal-header .close .i {
  font-size: 12px;
  color: grey;
}

.subscribe-success-modal .modal-body {
  padding: 10px 40px 20px 40px;
  text-align: center;
  color: #333;
  line-height: 1.5;
  border: 0;
}

.subscribe-success-modal .modal-footer {
  padding: 20px;
  border: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-success-modal .modal-footer .btn {
  height: 44px;
  border-radius: 0;
  padding: 15px 40px;
}

.modal-backdrop.show {
  opacity: 0.85;
}

@media (min-width: 992px) {
  .cms-page {
    margin-left: -15px;
    margin-right: -15px;
  }
}

article.col-1 {
  width: 100%;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  max-width: 100%;
}

@media (min-width: 992px) {
  article.col-1 {
    width: 61.98347%;
    margin: 0 auto !important;
  }
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.loading img,
.loading svg {
  width: 40px;
  height: 40px;
}

.exhibitor-list {
  overflow: hidden;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .exhibitor-list {
    width: 61.016949%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 80px;
  }
}

.exhibitor-list .exhibitor-item {
  width: 100%;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .exhibitor-list .exhibitor-item {
    padding: 15px 15px 0 15px;
  }
}

.exhibitor-list .exhibitor-item > :last-child:not(a) {
  margin-bottom: 20px;
}

.exhibitor-list .exhibitor-item .img-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .exhibitor-list .exhibitor-item .img-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.exhibitor-list .exhibitor-item .img-info img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: block;
  width: 26.47%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

@media (max-width: 576px) {
  .exhibitor-list .exhibitor-item .img-info img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.exhibitor-list .exhibitor-item .img-info div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exhibitor-list .exhibitor-item h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}

.exhibitor-list .exhibitor-item p,
.exhibitor-list .exhibitor-item span,
.exhibitor-list .exhibitor-item time {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}

.exhibitor-list .exhibitor-item strong {
  font-weight: 800;
}

.exhibitor-list .exhibitor-item p {
  font-weight: 400;
}

.exhibitor-list .exhibitor-item p:first-of-type {
  margin-top: 10px;
  margin-bottom: 10px;
}

.exhibitor-list .exhibitor-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  padding: 10px 22px;
  margin-left: -22px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.exhibitor-list .exhibitor-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% + 30px);
  height: 100%;
  -webkit-transform: skew(18deg);
  transform: skew(18deg);
}

.exhibitor-list .exhibitor-item a .i {
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
}

.nav-tabs-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 40px;
  height: 50px;
}

@media (max-width: 576px) {
  .nav-tabs-wrap {
    height: 46px;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}

@media (max-width: 576px) {
  .nav-tabs-wrap .buttons {
    width: 32px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
  }

  .nav-tabs-wrap .buttons.hide {
    display: none;
  }

  .nav-tabs-wrap .buttons span {
    width: 100%;
    height: 100%;
    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;
    font-size: 14px;
  }
}

.nav-tabs-wrap .next-button {
  left: auto;
  right: 0;
}

.exhibitor-detail-wrapper {
  border: 0;
  height: 50px;
}

@media (max-width: 576px) {
  .exhibitor-detail-wrapper {
    height: 46px;
  }
}

@media (min-width: 577px) {
  .exhibitor-detail-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 576px) {
  .exhibitor-detail-wrapper {
    width: auto;
    display: inline-block;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }

  .exhibitor-detail-wrapper.move {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.exhibitor-detail-wrapper .next-button,
.exhibitor-detail-wrapper .prev-button {
  display: none;
  width: 32px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
}

.exhibitor-detail-wrapper .next-button.hide,
.exhibitor-detail-wrapper .prev-button.hide {
  display: none;
}

.exhibitor-detail-wrapper .next-button a,
.exhibitor-detail-wrapper .prev-button a {
  width: 100%;
  height: 100%;
  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;
  font-size: 14px;
}

.exhibitor-detail-wrapper .next-button {
  left: auto;
  right: 0;
}

.exhibitor-detail-wrapper .nav-item {
  padding: 0 5px;
  margin-bottom: 0;
}

@media (min-width: 577px) {
  .exhibitor-detail-wrapper .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 576px) {
  .exhibitor-detail-wrapper .nav-item {
    display: inline-block;
  }
}

.exhibitor-detail-wrapper .nav-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 720px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 50px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border: 0;
  border-radius: 0;
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
  background-color: transparent;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}

@media (max-width: 576px) {
  .exhibitor-detail-wrapper .nav-link {
    max-width: 300px;
    font-size: 15px;
    height: 46px;
    white-space: nowrap;
  }
}

@media (max-width: 576px) {
  .exhibitor-detail-wrapper .nav-link {
    padding: 0 25px;
  }
}

.exhibitor-detail-wrapper .nav-link.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.exhibitor-detail-wrapper .nav-link:after {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: skew(-18deg) translateX(-50%);
  transform: skew(-18deg) translateX(-50%);
}

.exhibitor-detail-wrapper .nav-link.active,
.exhibitor-detail-wrapper .nav-link:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.tab-overflow {
  position: relative;
  overflow: hidden;
}

.tab-overflow .nav.nav-tabs {
  white-space: nowrap;
  overflow: hidden;
}

.tab-overflow .next-button,
.tab-overflow .prev-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: none !important;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tab-overflow .next-button a,
.tab-overflow .prev-button a {
  margin: 0;
}

.tab-overflow .prev-button {
  left: 0;
  right: auto;
}

.tab-overflow.overflow-right .next-button {
  display: inline-block !important;
  opacity: 1;
}

.tab-overflow.overflow-left .prev-button {
  display: inline-block !important;
  opacity: 1;
}

.exhibitor-detail-list {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .exhibitor-detail-list {
    margin-bottom: 70px;
  }
}

.exhibitor-detail-list .schedule-item .margin-b-compact {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .exhibitor-detail-list .schedule-item .margin-b-compact {
    margin-bottom: 40px;
  }
}

.exhibitor-detail-list .schedule-item .first-part {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .exhibitor-detail-list .schedule-item .first-part {
    padding: 15px;
  }
}

.exhibitor-detail-list .schedule-item .first-part h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 5px;
}

.exhibitor-detail-list .schedule-item .first-part > span {
  font-weight: 800;
}

.exhibitor-detail-list .schedule-item .first-part span {
  display: block;
  font-size: 14px;
  line-height: 1.57;
}

.exhibitor-detail-list .schedule-item .first-part .host {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.exhibitor-detail-list .schedule-item .first-part .host span {
  line-height: 1.7;
}

.exhibitor-detail-list .schedule-item .first-part .host p {
  line-height: 1.4;
  font-size: 14px;
}

.exhibitor-detail-list .schedule-item .first-part .host > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.exhibitor-detail-list
  .schedule-item
  .first-part
  .host
  .host-info
  span:last-child {
  margin-bottom: 0;
}

.exhibitor-detail-list .schedule-item .first-part .host .host-info i {
  font-style: normal;
  display: inline-block;
  margin-right: 15px;
}

.exhibitor-detail-list .guest-item {
  background: #f7f7f7;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .exhibitor-detail-list .guest-item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.exhibitor-detail-list .guest-item:last-child {
  margin-bottom: 0;
}

.exhibitor-detail-list .guest-item .img {
  width: 24.117647%;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .exhibitor-detail-list .guest-item .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.exhibitor-detail-list .guest-item .img img {
  width: 100%;
  margin-top: 0.3em;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .exhibitor-detail-list .guest-item .img img {
    width: 29%;
    height: 100%;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.exhibitor-detail-list .guest-item .img .img-info h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.exhibitor-detail-list .guest-item .img .img-info span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
}

.exhibitor-detail-list .guest-item .intro {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exhibitor-detail-list .guest-item .intro > :last-child {
  margin-bottom: 0;
}

.exhibitor-detail-list .guest-item .intro h5,
.exhibitor-detail-list .guest-item .intro p,
.exhibitor-detail-list .guest-item .intro ul {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.exhibitor-detail-list .guest-item .intro h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 10px;
}

.exhibitor-detail-list .guest-item .intro ul {
  list-style: disc;
  padding-left: 1.25em;
}

.line-cms {
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  margin-bottom: 80px;
}

a.return-btn,
button.return-btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding: 15px 20px;
  margin-left: 10px;
  border: 0;
  position: relative;
}

a.return-btn:active,
a.return-btn:focus,
a.return-btn:hover,
button.return-btn:active,
button.return-btn:focus,
button.return-btn:hover {
  color: #fff;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a.return-btn .i,
button.return-btn .i {
  font-weight: 400;
  font-size: 14px;
  margin-right: 6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.return-btn:after,
button.return-btn:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: skew(-18deg) translateX(-50%);
  transform: skew(-18deg) translateX(-50%);
}

.block-middle,
.guest-list,
.schedule-list {
  width: 100%;
}

@media (min-width: 992px) {
  .block-middle,
  .guest-list,
  .schedule-list {
    width: 61.016949%;
    margin: 0 auto;
  }
}

#header.bau-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 100px;
  padding: 0 50px;
}

@media (max-width: 991px) {
  #header.bau-header {
    height: 98px;
    padding: 0 15px 0 25px;
  }
}

@media (max-width: 576px) {
  #header.bau-header {
    height: 50px;
    padding: 0 5px 0 15px;
  }
}

#header.bau-header img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#header.bau-header .bau-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-height: 82px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#header.bau-header .bau-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 45px;
  /* width: 124px; */
  /* max-height: 82px; */
  overflow: hidden;
}

#header.bau-header .bau-mmu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 45px;
  /* width: 82px;
  max-height: 82px; */
  overflow: hidden;
  margin-left: 40px;
}

#header.bau-header .bau-us {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 25px;
  /* color: #0054A7; */
  color: #000;
  text-transform: none;
  margin-left: 60px;
}

@media (max-width: 991px) {
  #header.bau-header .bau-logo {
    width: auto;
    max-height: 56px;
  }

  #header.bau-header .bau-pic {
    width: 124px;
    max-height: 56px;
    /* display: none; */
  }

  #header.bau-header .bau-mmu {
    width: 82px;
    max-height: 82px;
  }

  #header.bau-header .bau-us {
    font-size: 20px;
    margin-left: 40px;
  }
}

@media (max-width: 576px) {
  #header.bau-header .bau-logo {
    width: auto;
    height: 35px;
  }

  #header.bau-header .bau-pic {
    width: 129px;
    height: 35px;
  }

  #header.bau-header .bau-pic {
    /* display: none; */
  }

  #header.bau-header .bau-mmu {
    width: 72px;
    max-height: 35px;
    /* display: none; */
  }

  #header.bau-header .bau-us {
    font-size: 20px;
    margin-left: 0;
  }
}

/* @media (min-width:992px) {
    #header.bau-header .bau-logo {
        width: 80px;
        max-height: 70px
    }
} */

#header.bau-header .bau-func {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header.bau-header .language {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 25px;
}

#header.bau-header .language span {
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 576px) {
  #header.bau-header .language {
    margin-left: 10px;
  }

  #header.bau-header .language span {
    font-size: 20px;
  }
}

#header.bau-header .language:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  border-left: 1px #c9caca solid;
}

@media (max-width: 576px) {
  #header.bau-header .language:before {
    height: 14px;
  }
}

#header.bau-header .language a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  color: #000;
  margin-left: 15px;
}

@media (max-width: 991px) {
  #header.bau-header .language a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  #header.bau-header .language a {
    font-size: 14px;
    margin-left: 0;
  }
}

.bau-full-screen {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .bau-full-screen {
    margin-top: 48px;
    height: calc(100vh - 98px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .bau-full-screen {
    margin-top: 0;
    height: calc(100vh - 50px);
  }
}

.bau-full-screen .left,
.bau-full-screen .right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .bau-full-screen .left,
  .bau-full-screen .right {
    width: 100%;
    height: 50%;
  }
}

.bau-full-screen .bg-src {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
}

.bau-full-screen .bg-src:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.bau-full-screen .bg-src img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 1024px) {
  .bau-full-screen .bg-src img {
    width: 100%;
  }
}

.bau-full-screen .img-info,
.bau-full-screen .img-src,
.bau-full-screen .pre-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
}

@media (max-width: 991px) {
  .bau-full-screen .img-info,
  .bau-full-screen .img-src,
  .bau-full-screen .pre-line {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .bau-full-screen .img-info,
  .bau-full-screen .img-src,
  .bau-full-screen .pre-line {
    width: 65%;
  }
}

.bau-full-screen .pre-line {
  z-index: 2;
  top: 50%;
  width: 39.722222%;
  max-width: 286px;
  height: 1px;
  /* background: #fff; */
  /* opacity: .65; */
  border-top: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.1)
    )
    1 1;
}

@media (max-width: 991px) {
  .bau-full-screen .pre-line {
    width: 29.947917%;
    width: 28%;
  }
}

@media (max-width: 576px) {
  .bau-full-screen .pre-line {
    width: 39.733333%;
  }
}

.bau-full-screen .img-src {
  bottom: calc(50% + 20px);
  -webkit-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
}

@media (max-width: 991px) {
  .bau-full-screen .img-src {
    bottom: calc(50% + 10px);
  }
}

.bau-full-screen .img-src img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.bau-full-screen .img-info {
  z-index: 2;
  top: calc(50% + 20px);
  -webkit-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .bau-full-screen .img-info {
    top: calc(50% + 10px);
  }
}

.bau-full-screen .img-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bau-full-screen .img-info p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .bau-full-screen .img-info p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.bau-full-screen .img-info a {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 40px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#999),
    to(#fff)
  );
  background: linear-gradient(to top, #999, #fff);
  border-radius: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .bau-full-screen .img-info a {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1;
    border-radius: 5px;
  }
}

@media (max-width: 576px) {
  .bau-full-screen .img-info a {
    font-size: 16px;
  }
}

#main.bau-main {
  min-height: 100vh;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 576px) {
  #main.bau-main {
    padding-top: 50px;
  }
}

.bau-fixed-bg {
  padding-top: 100px;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 991px) {
  .bau-fixed-bg {
    padding-top: 98px;
  }
}

@media (max-width: 576px) {
  .bau-fixed-bg {
    padding-top: 50px;
  }
}

.bau-fixed-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.bau-bg-swiper {
  height: 100%;
}

.bau-bg-swiper .img-src {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bau-bg-swiper .img-src img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.bau-container {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1600px;
  margin: 0 auto;
  height: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 576px) {
  .bau-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.entry-list {
  width: 100%;
  padding: 160px 0 120px 0;
}

@media (max-width: 991px) {
  .entry-list {
    padding: 60px 0 20px 0;
  }
}

.entry-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .entry-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.entry-column .entry-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .entry-column .entry-item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .entry-column .entry-item {
    width: 100%;
  }
}

.entry-column .entry-item.active .wrap {
  background: rgba(0, 46, 95, 0.75);
}

.entry-column.w-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-column.w-5 .entry-item {
  width: 20%;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

/* 左侧的菜单 */
.moreShow {
  cursor: pointer;
}

.bau-menu {
  width: 65px;
  /* min-height: 100vh; */
  background-color: #fff;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.bau-menu-top {
  padding: 15px 0;
  background: #0054a7;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bau-menu-top img {
  width: 18px;
  height: 18px;
}

.bau-menu-cont {
  height: 74%;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1;
  text-align: center;
}

.bau-menu-cont-zh {
  font-size: 16px;
  font-family: MiSans, MiSans;
  font-weight: 400;
}

.bau-menu-foot {
  width: 100%;
  height: 160px;
  background: #0054a7;

  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: left;
  padding: 10px 0 10px 0;
  position: absolute;
  bottom: 0;
  /* position: relative; */
}

.bau-menu-foot .text {
  transform: rotate(89deg) translateX(30px) translateY(16px);
  width: 100px;
  overflow: hidden;
}

.bau-menu-foot img {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.bau-menu-cont .text {
  transform: rotate(90deg) translateX(30px);
  /* padding-top: 20px; */
}

/* 显示的块 */
.bau-menu-hua {
  width: 300px;
  position: fixed;
  height: calc(100vh - 100px);
  /* top: 200px; */
  left: 68px;
  bottom: 0;
  border-radius: 6px;
  transform: translateX(-600px);
  /* position: relative; */
}

/* 显示 */
.bau-show {
  animation: moveRight 0.8s ease-in-out forwards;
}

/* 隐藏 */
.bau-hide {
  animation: moveLeft 0.8s ease-in-out forwards;
}

@keyframes moveRight {
  0% {
    transform: translate(-300px);
    opacity: 0;
  }

  /*50% {*/
  /*    transform: translate();*/
  /*    opacity: 0.5;*/
  /*}*/

  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes moveLeft {
  /*0% {*/
  /*  transform: translate(100px);*/
  /*}*/
  0% {
    transform: translate(0);
    opacity: 1;
  }

  /*50% {*/
  /*  transform: translate(0);*/
  /*  opacity: 0.5;*/
  /*}*/

  100% {
    transform: translate(-600px);
    opacity: 0;
  }
}

.bau-hua-top {
  height: 36vh;
  background: #fff;
  padding: 10px 20px 5px;
  /* border-radius: 6px; */
  box-sizing: border-box;
  position: relative;
}

.hua-top-img {
  width: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bau-hua-center {
  /* height: 20%; */
  height: 20vh;
  background: #fff;
  padding: 01px 20px 5px;
  /* border-radius: 6px; */
  margin-top: 4px;
}

.bau-hua-cont {
  /* height: 20%; */
  height: calc(44vh - 271px);
  background: #fff;
  padding: 01px 20px 5px;
  /* border-radius: 6px; */
  margin-top: 4px;
}

.hua-li {
  margin-top: 5px;
}

.hua-li-title {
  font-weight: bold;
  line-height: 1.5em;
}

.hua-li-name {
  font-size: 12px;
  line-height: 1.5em;
}

.dis-flex {
  display: flex;
  align-items: flex-start;
}

.hua-a,
.hua-b {
  /* width: 50%; */
}

.bau-hua-foot {
  width: 100%;
  height: 159px;
  background: #0054a7;
  /* border-radius: 6px; */
  padding: 10px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bau-hua-foot img {
  width: 140px;
  height: 140px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .entry-column.w-5 .entry-item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    width: 33.333333%;
  }
}

@media (max-width: 991px) {
  .entry-column.w-5 .entry-item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .entry-column.w-5 .entry-item {
    width: 100%;
  }
}

.entry-column .wrap {
  padding: 62px 30px 100px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}

.entry-column .item-title {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  text-align: center;
  margin-top: 25px;
}

.entry-column .img-src {
  position: relative;
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  max-width: 260px;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
  margin-bottom: 30px;
  /* margin-top: 30px; */
}

.entry-column .img-src .src {
  position: relative;
  padding-bottom: 46.1538%;
  overflow: hidden;
}

.entry-column .img-src img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entry-column .pre-line {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  /* opacity: .2 */
}

.entry-column .info {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 25px;
  /* font-family: MiSans, MiSans; */
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

.m-t15 {
  margin-top: 15px;
}

.more {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.more img {
  width: 30px;
  height: 30px;
}

.entry-column .info p {
  margin-bottom: 35px;
}

.entry-column .info a {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #b3b3b3),
    color-stop(40%, #fff)
  );
  background: linear-gradient(to top, #b3b3b3 0, #fff 40%);
  border-radius: 22px;
  border: 1px #e6e6e6 solid;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.entry-column .info a .i {
  margin-left: 4px;
  line-height: 1;
  font-size: 14px;
}

#footer.bau-footer {
  padding: 15px 0 13px 0;
  background-color: #f2f2f2;
  color: #333;
}

#footer.bau-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#footer.bau-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#footer.bau-footer .copyright span {
  font-size: 14px;
  line-height: 1.5;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

#footer.bau-footer .copyright span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer.bau-footer .design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 2px;
}

#footer.bau-footer .design .design-txt {
  white-space: nowrap;
  font-size: 12px;
  margin-top: 3px;
  margin-right: 10px;
  line-height: 1;
}

#footer.bau-footer .design .design-icon {
  width: 70px;
  height: 20px;
  background: url(../image/design.svg) no-repeat;
}

@media (max-width: 767px) {
  #footer.bau-footer {
    display: none;
  }
}

body.horizontal .phone-horizontal {
  display: none;
}

@media screen and (max-width: 812px) and (min-width: 480px) and (orientation: landscape) {
  body.horizontal * {
    display: none;
    pointer-events: none;
  }

  body.horizontal:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
  }

  body.horizontal .phone-horizontal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 295px;
    height: 109px;
    z-index: 2001;
    color: #000;
    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;
    text-align: center;
  }

  body.horizontal .phone-horizontal .tit {
    font-size: 14px;
    display: inline-block;
  }
}

.container-cms-page,
.container-cms-spec {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Titillium Web", -apple-system, "PingFang SC", BlinkMacSystemFont,
    "Microsoft YaHei", "Segoe UI", "Helvetica Neue", "PingFang SC", Arial,
    "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  font-family: "Titillium Web", -apple-system, "PingFang SC", BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", "PingFang SC", Arial, "Microsoft YaHei",
    "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif !important;
  width: 100%;
}

@media (max-width: 1024px) {
  .container-cms-page,
  .container-cms-spec {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    font-family: "Titillium Web", -apple-system, "PingFang SC",
      BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif !important;
  }
}

@media (max-width: 991px) {
  .container-cms-page,
  .container-cms-spec {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .container-cms-page,
  .container-cms-spec {
    width: 61.98347%;
    width: 61.016949%;
    margin: 0 auto !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .container-cms-page,
  .container-cms-spec {
    margin-right: 10px;
  }
}

.container-cms-page .margin-t-0,
.container-cms-spec .margin-t-0 {
  margin-top: 0;
}

.container-cms-page .margin-b-default,
.container-cms-spec .margin-b-default {
  margin-bottom: 80px;
}

.container-cms-page .margin-b-compact,
.container-cms-spec .margin-b-compact {
  margin-bottom: 40px;
}

.container-cms-page .margin-b-loose,
.container-cms-spec .margin-b-loose {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .container-cms-page .margin-b-default,
  .container-cms-spec .margin-b-default {
    margin-bottom: 80px;
  }

  .container-cms-page .margin-b-compact,
  .container-cms-spec .margin-b-compact {
    margin-bottom: 40px;
  }

  .container-cms-page .margin-b-loose,
  .container-cms-spec .margin-b-loose {
    margin-bottom: 100px;
  }
}

.container-cms-spec .cms-block-tit {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 991px) {
  .container-cms-spec .cms-block-tit {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .container-cms-spec .this-logo-cards .my-row .my-col {
    width: 25%;
  }
}

.cms-block-tit {
  font-size: 24px;
  line-height: 1.21;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cms-block-tit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .cms-block {
    margin-left: -15px;
    margin-right: -15px;
  }

  .cms-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cms-block a:hover {
  cursor: pointer;
}

a.no-link,
a.no-link:hover {
  color: inherit !important;
  text-decoration: none !important;
  cursor: default !important;
}

.btn.no-link:hover {
  color: #fff !important;
}

.cms-block .caption {
  font-size: 14px;
  line-height: 1.625;
  padding: 10px 0 0 0;
  text-align: left;
}

.cms-block .caption p {
  margin: 0;
}

.cms-block.this-caption-center .caption {
  text-align: center;
}

.cms-block.this-caption-right .caption {
  text-align: right;
}

.cms-item-text > :first-child {
  margin-top: 0;
}

.cms-item-text > :last-child {
  margin-bottom: 0;
}

.cms-block .cms-item h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 700;
}

@media (max-width: 991px) {
  .cms-block .cms-item h3 {
    font-size: 24px;
  }
}

.cms-block .cms-item h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.cms-item-text h3,
.cms-item-text h4,
.cms-item-text ol,
.cms-item-text p,
.cms-item-text ul {
  margin-bottom: 30px;
}

.cms-item-text h3:last-child,
.cms-item-text h4:last-child,
.cms-item-text ol:last-child,
.cms-item-text p:last-child,
.cms-item-text ul:last-child {
  margin-bottom: 0;
}

.cms-item-text p .tit {
  font-weight: 700;
  display: block;
}

.cms-item-text h4 {
  margin-bottom: 15px;
}

.cms-block .cms-item-text > :first-child {
  padding-top: 0;
}

.cms-item-text a {
  text-decoration: none;
}

.cms-item-text a:hover {
  text-decoration: none;
}

.cms-item-text a.no-link， .cms-item-text a.no-link:hover {
  text-decoration: none;
  cursor: default;
  color: inherit;
}

.cms-cards-links .cms-cards-link {
  margin-bottom: 10px;
}

.cms-cards-links .cms-cards-link:last-child {
  margin-bottom: 0;
}

.cms-cards-links .links,
.cms-item-links .links {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  text-decoration: none;
}

.cms-item-links .cms-item-link {
  margin-bottom: 10px;
}

.cms-item-links .cms-item-link:last-child {
  margin-bottom: 0;
}

.cms-item-links .cms-item-link .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.cms-item-links .cms-item-link .links .i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin-right: 8px;
  margin-top: 4px;
  margin-top: 5px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 400;
}

.cms-item-links .cms-item-link .links span {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .cms-item-links .cms-item-link .links span {
    padding: 10px 15px 10px 15px;
  }
}

.cms-item-links .cms-item-link .links span:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cms-item-links .cms-item-link .links .last {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

@media (max-width: 576px) {
  .cms-item-links .cms-item-link .links .last {
    font-size: 0;
    padding: 10px 15px 10px 0;
  }

  .cms-item-links .cms-item-link .links .last .i {
    margin-right: 0;
    color: #333 !important;
  }

  .cms-item-links .cms-item-link .links .last:after {
    display: none !important;
  }
}

.cms-item-links .cms-item-link .links .last:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleY(1.3) perspective(0.9em) rotateX(4deg)
    translate(100%, -3px);
  transform: scaleY(1.3) perspective(0.9em) rotateX(4deg) translate(100%, -3px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease,
    -webkit-transform 0.35s ease;
}

.cms-item-links .cms-item-link .links:hover .last:after {
  opacity: 1;
  width: calc(100% + 15px);
  -webkit-transform: scaleY(1.3) perspective(0.9em) rotateX(4deg)
    translate(10px, -3px);
  transform: scaleY(1.3) perspective(0.9em) rotateX(4deg) translate(10px, -3px);
}

.cms-item-links .cms-item-link .links.no-link .last:after,
.cms-item-links .cms-item-link .links.no-link:hover .last:after {
  display: none !important;
}

.this-border-links .cms-item-links .cms-item-link .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 6px 20px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  background: 0 0;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.this-border-links .cms-item-links .cms-item-link .links:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
}

.this-border-links .cms-item-links .cms-item-link .links span {
  padding: 0;
}

.this-border-links .cms-item-links .cms-item-link .links .last {
  font-size: 0;
  -webkit-transition: none;
  transition: none;
}

.this-border-links .cms-item-links .cms-item-link .links .last .i {
  margin-right: 8px;
}

.this-border-links .cms-item-links .cms-item-link .links .last:after {
  display: none !important;
}

.this-border-links .cms-item-links .cms-item-link .links:hover:after {
  z-index: -1;
}

.embed-responsive-3by2 {
  padding-bottom: 66.67%;
  overflow: visible;
}

.swiper-cms {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .swiper-cms {
    padding-bottom: 30px;
  }
}

.swiper-cms .swiper-slide .img {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.swiper-cms .swiper-slide .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-cms .swiper-button-next,
.swiper-cms .swiper-button-prev {
  z-index: 1;
  background-image: none;
  width: 46px;
  height: 46px;
  font-size: 16px;
  margin-top: 0;
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: auto;
  bottom: 100%;
}

.swiper-cms .swiper-button-next {
  right: 0;
}

.swiper-cms .swiper-button-prev {
  left: 0;
}

.swiper-cms .swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .swiper-cms .swiper-button-next,
  .swiper-cms .swiper-button-prev {
    display: none !important;
  }

  .swiper-cms {
    padding-bottom: 35px !important;
  }

  .swiper-cms .swiper-pagination {
    display: block;
  }

  .swiper-cms.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }

  .swiper-cms .swiper-pagination-bullet {
    border-radius: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    margin: 0 1px;
  }
}

.cms-item-video .img-src {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

.cms-item-video .img-src embed,
.cms-item-video .img-src iframe,
.cms-item-video .img-src object,
.cms-item-video .img-src video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-block .cms-item-mixed {
  width: 100%;
}

@media (max-width: 576px) {
  .cms-block.this-media-left.this-media-compact .cms-item-text,
  .cms-block.this-media-right.this-media-compact .cms-item-text {
    padding-right: 0;
  }

  .cms-block.this-media-left.this-media-surround.this-media-compact
    .cms-item-mixed
    .cms-item-text,
  .cms-block.this-media-right.this-media-surround.this-media-compact
    .cms-item-mixed
    .cms-item-text {
    padding-right: 0;
  }
}

@media (min-width: 991px) {
  .cms-item-mixed .pull-media {
    padding-top: 0.2em;
  }
}

.cms-item-mixed .cms-item-text {
  padding-right: 0;
}

.cms-item-image {
  overflow: hidden;
}

.cms-item-image .img-src {
  display: block;
  overflow: hidden;
}

.pull-media img {
  display: block;
  width: 100%;
}

.cms-block .cms-item-mixed {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 576px) {
  .cms-item-mixed .pull-media {
    width: 100%;
    margin-bottom: 30px;
  }

  .cms-item-mixed .cms-item-text {
    width: 100%;
  }
}

.this-media-compact .cms-item-mixed .pull-media {
  width: 28.194444%;
  margin-bottom: 0;
}

.this-media-compact .cms-item-mixed .cms-item-text {
  width: 71.805556%;
}

@media (max-width: 576px) {
  .this-media-compact .cms-item-mixed .pull-media {
    width: 50%;
  }

  .this-media-compact .cms-item-mixed .cms-item-text {
    width: 50%;
  }

  .this-media-compact .cms-item-mixed .pull-media {
    padding-top: 0;
  }
}

@media (min-width: 577px) {
  .cms-item-mixed .pull-media {
    width: 50%;
  }

  .cms-item-mixed .cms-item-text {
    width: 50%;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .this-media-left .cms-item-mixed .pull-media {
    padding-right: 7.5px;
  }

  .this-media-right .cms-item-mixed .pull-media {
    padding-left: 7.5px;
  }

  .this-media-left .cms-item-text {
    padding-left: 7.5px;
  }

  .this-media-right .cms-item-text {
    padding-right: 7.5px;
  }
}

@media (min-width: 992px) {
  .this-media-left .pull-media {
    padding-right: 15px;
  }

  .this-media-left .cms-item-text {
    padding-left: 15px;
  }

  .this-media-right .pull-media {
    padding-left: 15px;
  }

  .this-media-right .cms-item-text {
    padding-right: 15px;
  }
}

.pull-media .cms-item-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.this-media-left .pull-media {
  float: left;
}

.this-media-right .pull-media {
  float: right;
}

.this-media-left .cms-item-text {
  float: right;
}

.this-media-right .cms-item-text {
  float: left;
}

.cms-item-mixed .cms-item-text {
  overflow: hidden;
}

.this-media-left.this-media-surround .cms-item-mixed .cms-item-text,
.this-media-right.this-media-surround .cms-item-mixed .cms-item-text {
  width: 100%;
  float: none;
  padding: 0;
  overflow: initial;
}

@media (max-width: 576px) {
  .this-media-compact.this-media-left .cms-item-mixed .pull-media {
    padding-right: 7.5px !important;
  }

  .this-media-compact.this-media-left .cms-item-mixed .cms-item-text {
    padding-left: 7.5px !important;
  }

  .this-media-compact.this-media-right .cms-item-mixed .pull-media {
    padding-left: 7.5px !important;
  }

  .this-media-compact.this-media-right .cms-item-mixed .cms-item-text {
    padding-right: 7.5px !important;
  }

  .this-media-compact.this-media-left.this-media-surround
    .cms-item-mixed
    .pull-media {
    padding-right: 7.5px !important;
    margin-right: 7.5px !important;
    padding-bottom: 15px;
  }

  .this-media-compact.this-media-right.this-media-surround
    .cms-item-mixed
    .pull-media {
    padding-left: 7.5px !important;
    margin-left: 7.5px !important;
    padding-bottom: 15px;
  }
}

@media (min-width: 577px) {
  .this-media-left.this-media-surround .cms-item-mixed .pull-media {
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
  }

  .this-media-right.this-media-surround .cms-item-mixed .pull-media {
    padding-left: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .this-media-left.this-media-surround .cms-item-mixed .pull-media,
  .this-media-right.this-media-surround .cms-item-mixed .pull-media {
    padding-bottom: 30px;
  }
}

.cms-item img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.cms-item-text ul {
  list-style-type: disc;
}

.cms-item-text ul ul {
  list-style-type: disc;
  margin: 5px 0;
}

.cms-item-text ol ol {
  margin: 5px 0;
}

.cms-item-text ol ol ul,
.cms-item-text ol ul ul,
.cms-item-text ul ul ul {
  list-style-type: square;
  margin: 5px 0;
}

.cms-item-text ul {
  padding-left: 1.25em;
}

.cms-item-text ol {
  padding-left: 1.25em;
}

.this-logo-cards a {
  float: left;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .this-logo-cards a {
    margin-top: 15px;
  }
}

.this-logo-cards .my-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .this-logo-cards .my-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.this-logo-cards .my-row .my-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .this-logo-cards .my-row .my-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }
}

.this-logo-cards .img-src {
  width: 100%;
  padding-bottom: 75%;
  background: #fff;
  font-size: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.this-logo-cards.cms-item a:hover {
  text-decoration: none;
}

.this-logo-cards a.no-link:hover {
  cursor: default;
}

.this-logo-cards a.no-link:hover .img-src:before {
  content: "";
}

.this-logo-cards a.no-link:hover .img-src:before {
  background: 0 0;
}

.this-logo-cards a.no-link .img-src:before {
  background: 0 0;
}

.this-logo-cards a.link-to:hover {
  cursor: pointer;
}

.this-logo-cards a.link-to:hover .img-src:before {
  content: "";
}

.this-logo-cards a.link-to:hover .img-src:before {
  background: 0 0;
}

.this-logo-cards a.link-to .img-src:before {
  background: 0 0;
}

.this-logo-cards a:hover .img-src:before {
  content: "\e6d9";
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  overflow: hidden;
  font-family: "i" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 576px) {
  .this-logo-cards a .img-src:before {
    display: none;
  }
}

.this-logo-cards .img-src img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.this-logo-cards .caption {
  background: #fff;
  padding: 10px 0 0 0;
}

.this-logo-cards .caption p {
  max-height: 60px;
  max-height: 63px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fancybox-infobar {
  display: none;
}

.fancybox-button--close {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: 0 0;
  right: 37px;
  top: 37px;
  color: grey !important;
  border-color: grey !important;
}

.fancybox-button--close::before {
  display: inline-block;
  font-size: 14px;
  font-family: "i";
  content: "\e6db";
}

@media (max-width: 576px) {
  .fancybox-button--close {
    right: 17px;
    top: 17px;
  }
}

.fancybox-navigation {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: 0 0;
  padding: 0;
}

.fancybox-navigation .fancybox-button:hover {
  background: #fff;
}

.fancybox-button svg {
  display: none;
}

.fancybox-button div {
  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;
}

.fancybox-button div:before {
  display: inline-block;
  font-size: 14px;
  font-family: UBM;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 104px;
}

.fancybox-navigation .fancybox-button--arrow_left div:before {
  content: "\e690";
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 104px;
}

.fancybox-navigation .fancybox-button--arrow_right div:before {
  content: "\e68f";
}

@media (max-width: 1023px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 7px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 7px;
  }
}

@media (max-width: 1200px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 17px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 17px;
  }
}

.fancybox-caption {
  padding: 20px 25% 45px 25%;
  background: 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}

.this-logo-cards .col-sm-6 a.hided .fancybox-caption {
  display: none;
}

@media (max-width: 1200px) {
  .fancybox-caption {
    padding: 20px 25% 45px 25%;
  }
}

@media (max-width: 991px) {
  .fancybox-caption {
    font-size: 15px;
    padding: 20px 100px 45px 100px;
  }
}

@media (max-width: 576px) {
  .fancybox-caption {
    padding: 20px 20px 45px 20px;
  }
}

.fancybox-slide {
  padding: 30px 0 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  display: none;
}

@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button {
    display: none;
  }
}

.this-cards .cards-row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .this-cards .cards-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.this-cards .cards-row > div {
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}

@media (max-width: 991px) {
  .this-cards .cards-row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.this-cards .col-md-6 {
  margin-bottom: 40px;
}

.this-cards .cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.this-cards dl {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
}

.this-cards dl.has-img .img-src {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.this-cards dl dd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.this-cards dl.has-img .img-src img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.this-cards dl dt h5 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  font-weight: 700;
}

.this-cards dl.not-img dt h5 {
  margin-top: 0;
}

.this-cards dl dt {
  width: 100%;
  padding: 0;
  font-weight: 400;
}

.this-cards dl dt p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.71;
}

.this-cards .cards-row dl dt ul {
  margin-bottom: 0;
  text-align: left;
  margin-top: 15px;
  padding-left: 0;
}

.this-cards .cards-row dl dt ul.cms-item-links .links,
.this-cards .cards-row dl dt ul.cms-item-links .links:hover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  border: none;
  background: 0 0 !important;
}

.this-cards .cards-row dl dt ul.cms-item-links .links .last,
.this-cards .cards-row dl dt ul.cms-item-links .links:hover .last {
  -webkit-transition: none;
  transition: none;
  font-size: 0;
}

.this-cards .cards-row dl dt ul.cms-item-links .links .last .i,
.this-cards .cards-row dl dt ul.cms-item-links .links:hover .last .i {
  margin-left: 8px;
  margin-right: 0;
  font-size: 12px;
}

.this-cards .cards-row dl dt ul.cms-item-links .links .last:after,
.this-cards .cards-row dl dt ul.cms-item-links .links:hover .last:after {
  display: none !important;
}

.this-cards .cards-row dl dt ul .cms-item-link {
  margin-bottom: 5px;
  font-size: 0;
}

.this-cards .cards-row dl dt ul.cms-item-links .links {
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.this-cards .cards-row dl dt ul.cms-item-links .links span {
  padding: 0;
}

.this-cards .cards-row dl dt ul .links .i {
  margin-left: -4px;
  margin-right: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-top: 3px;
}

.this-contact.cms-item {
  margin-top: 20px;
}

.this-contact.cms-item:first-of-type {
  margin-top: 0;
}

.this-contact.cms-item .cms-contact {
  width: 100%;
  overflow: hidden;
  padding: 20px 25px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .this-contact.cms-item .cms-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}

.cms-contact img {
  width: 26.47%;
  float: left;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 576px) {
  .cms-contact img {
    width: 50%;
    margin: 0 0 15px 0;
  }
}

.cms-contact > a {
  display: inline-block;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.83;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 576px) {
  .cms-contact > a {
    margin-left: 5px;
    margin-top: 15px;
  }
}

.cms-contact > a:before {
  margin-right: 8px;
  font-size: 14px;
}

.cms-contact > a:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
}

.cms-contact > a:hover {
  text-decoration: none;
}

.cms-contact .info {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cms-contact .info h4 {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 3px;
}

.cms-contact .info h5 {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  margin-bottom: 10px;
}

.cms-contact .info a.mail {
  text-decoration: underline;
}

.cms-contact .info a.no-link.mail {
  text-decoration: none;
}

.this-contact.cms-item .cms-contact table {
  border: 0;
  font-size: 14px;
  line-height: 1.71;
}

.cms-contact .info tr th {
  font-weight: 700;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: text-top;
}

.cms-contact .info td,
.cms-contact .info th,
.cms-contact .info tr {
  line-height: 22px;
}

@media (max-width: 576px) {
  .this-contact.cms-item .cms-contact {
    width: 100%;
  }

  .this-contact.cms-item .cms-contact table {
    width: 100%;
  }

  .cms-contact .info {
    overflow: unset;
  }

  .cms-contact img {
    margin-bottom: 15px;
  }
}

.this-block-fullW {
  height: 400px;
  width: 100vw;
  color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .this-block-fullW {
    height: 375px;
  }
}

.this-block-fullW > .img-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.this-block-fullW > .img-src:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.this-block-fullW > .img-src img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.this-block-fullW .cms-block-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.this-block-fullW .cms-block-container .cms-item {
  padding: 0;
}

.this-block-fullW .cms-block-container .cms-item-video {
  width: 40.677961%;
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .cms-item-video {
    width: 100%;
  }

  .this-block-fullW .cms-block-container .cms-item-video .img-src {
    margin-top: 25px;
  }
}

.this-block-fullW .cms-block-container .cms-item-text {
  width: 49.152542%;
  text-align: right;
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .cms-item-text {
    width: 100%;
    text-align: left;
  }
}

.this-block-fullW .cms-block-container .cms-item-text h3 {
  font-size: 38px;
  line-height: 1.157895;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 991px) {
  .this-block-fullW .cms-block-container .cms-item-text h3 {
    font-size: 24px;
  }
}

.this-block-fullW .cms-block-container .cms-item-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.this-block-fullW .cms-block-container .cms-item-text a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 1;
  padding: 12px 15px;
  margin-left: 5px;
}

.this-block-fullW .cms-block-container .cms-item-text a:before {
  font-size: 14px;
  margin-right: 8px;
}

.this-block-fullW .cms-block-container .cms-item-text a:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .cms-item-text a {
    font-size: 14px;
  }
}

.this-block-fullW .cms-block-container .bottom-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -10px;
  width: 37.82258%;
}

@media (max-width: 1200px) {
  .this-block-fullW .cms-block-container .bottom-bg {
    right: 30px;
  }
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .bottom-bg {
    width: 100%;
    left: 15px;
  }
}

.this-block-fullW .cms-block-container .bottom-bg:after,
.this-block-fullW .cms-block-container .bottom-bg:before {
  content: "";
  display: inline-block;
  width: 300%;
  width: 173%;
  margin-bottom: 30px;
  padding-bottom: 72.362473%;
  outline: 1px solid transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skew(0, -4deg) perspective(0.7em) rotateY(1deg);
  transform: skew(0, -4deg) perspective(0.7em) rotateY(1deg);
  -webkit-transform: skew(0, -4deg) perspective(0.9em) rotateY(1deg);
  transform: skew(0, -4deg) perspective(0.9em) rotateY(1deg);
}

@media (max-width: 1200px) {
  .this-block-fullW .cms-block-container .bottom-bg:after,
  .this-block-fullW .cms-block-container .bottom-bg:before {
    width: 200%;
    padding-bottom: 82%;
  }
}

@media (max-width: 991px) {
  .this-block-fullW .cms-block-container .bottom-bg:after,
  .this-block-fullW .cms-block-container .bottom-bg:before {
    padding-bottom: 120%;
  }
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .bottom-bg:after,
  .this-block-fullW .cms-block-container .bottom-bg:before {
    margin-bottom: 70px;
    padding-bottom: 72.5%;
    width: 140%;
  }
}

.this-block-fullW .cms-block-container .bottom-bg:after {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 160%;
  margin-bottom: 0;
  padding-bottom: 45.73%;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: skew(0, 16deg) perspective(0.7em) rotateY(-1deg);
  transform: skew(0, 16deg) perspective(0.7em) rotateY(-1deg);
  -webkit-transform: skew(0, 15deg) perspective(0.8em) rotateY(-1deg);
  transform: skew(0, 15deg) perspective(0.8em) rotateY(-1deg);
}

@media (max-width: 1200px) {
  .this-block-fullW .cms-block-container .bottom-bg:after {
    right: -15px;
    width: 150%;
  }
}

@media (max-width: 991px) {
  .this-block-fullW .cms-block-container .bottom-bg:after {
    right: -20px;
    padding-bottom: 80%;
  }
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container .bottom-bg:after {
    right: 30px;
    padding-bottom: 50%;
  }
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container.has-video .cms-item-text h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .this-block-fullW .cms-block-container.has-video .cms-item-text p {
    display: none;
  }
}

.this-block-fullW.this-iframe-right .cms-block-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 576px) {
  .this-block-fullW.this-iframe-right .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.this-block-fullW.this-iframe-right .cms-block-container .cms-item-text {
  text-align: left;
}

.this-block-fullW.this-iframe-right .cms-block-container .bottom-bg {
  left: 0;
  right: auto;
}

.this-block-fullW.this-iframe-right .cms-block-container .bottom-bg:after {
  display: none;
}

.this-block-fullW.this-iframe-right .cms-block-container .bottom-bg:before {
  width: 129%;
  padding-bottom: 83%;
  margin-bottom: -8px;
  -webkit-transform: skew(0, -8deg) perspective(0.9em) rotateY(1deg);
  transform: skew(0, -8deg) perspective(0.9em) rotateY(1deg);
  -webkit-transform: skew(0, -3deg) perspective(1.4em) rotateY(1deg);
  transform: skew(0, -3deg) perspective(1.4em) rotateY(1deg);
}

@media (max-width: 1200px) {
  .this-block-fullW.this-iframe-right .cms-block-container .bottom-bg:before {
    padding-bottom: 100%;
  }
}

@media (max-width: 991px) {
  .this-block-fullW.this-iframe-right .cms-block-container .bottom-bg:before {
    padding-bottom: 130%;
  }
}

@media (max-width: 576px) {
  .this-block-fullW.this-iframe-right .cms-block-container .bottom-bg:before {
    width: 115%;
    margin-left: 20px;
    padding-bottom: 94%;
  }
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}

.clearfloat {
  zoom: 1;
}

.cms-item-text .table {
  width: 100%;
}

.cms-item-text .table tbody tr {
  background-color: #fff;
}

.cms-item-text .table tbody tr td {
  background-color: #fff;
}

.cms-item-text .table td,
.cms-item-text .table th {
  padding: 0;
  border: none;
  vertical-align: top;
}

.cms-item-text .table ol,
.cms-item-text .table p,
.cms-item-text .table ul {
  margin-bottom: 0.4em;
}

.cms-item-text .table ol:only-child,
.cms-item-text .table p:only-child,
.cms-item-text .table ul:only-child {
  margin-bottom: 0;
}

.cms-item-text .table.has-bg {
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.cms-item-text .table.has-bg thead {
  background-color: #f2f2f2;
}

.cms-item-text .table.has-bg td,
.cms-item-text .table.has-bg th {
  padding: 10px 15px;
  text-align: center;
  border-top: none;
}

.cms-item-text .table.has-bg th {
  padding: 10px 20px;
}

.cms-item-text .table.has-bg th:first-child {
  padding-left: 15px;
}

.cms-item-text .table.has-bg th:last-child {
  padding-right: 15px;
}

.cms-item-text .table.has-bg tbody td {
  font-size: 14px;
  border-bottom: 1px #e6e6e6 solid;
}

.cms-item-text .table.has-bg tbody td + td {
  border-left: 10px #fff solid;
}

.cms-item-text .table.has-bg tbody tr:last-child td {
  border-left: none;
  padding: 10px 20px;
}

.cms-item-text .table.has-bg tbody tr:last-child td:first-child {
  padding-left: 15px;
}

.cms-item-text .table.has-bg tbody tr:last-child td:last-child {
  padding-right: 15px;
}

.cms-item-text .table.not-border th {
  width: 1%;
  padding-right: 2em;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cms-item-text .table-responsive {
    overflow: auto;
    margin-bottom: 1em;
  }

  .cms-item-text .table-responsive table.table-striped {
    margin-bottom: 0;
  }

  .cms-item-text .table-responsive table.table-striped td,
  .cms-item-text .table-responsive table.table-striped th {
    white-space: nowrap;
  }
}

.font-bold {
  font-weight: 900;
  font-size: 18px;
}

