.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .container {
      max-width: 500px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 680px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 920px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1640px) {
    .container {
      max-width: 1100px; } }

.container-lg {
  padding-right: 20px;
  padding-left: 20px;
  position: relative; }
  @media (min-width: 0) {
    .container-lg {
      width: auto;
      max-width: none;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 576px) {
    .container-lg {
      width: auto;
      max-width: none;
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .container-lg {
      width: auto;
      max-width: none;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1200px) {
    .container-lg {
      width: auto;
      max-width: none;
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1641px) {
    .container-lg {
      width: 100%;
      max-width: 1640px;
      margin-left: auto;
      margin-right: auto; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px; }
  .col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 0) {
    .col-xs-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xs-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xs-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xs-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xs-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xs-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xs-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xs-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xs-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xs-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xs-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xs-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .col-sm-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-sm-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-sm-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-sm-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-sm-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-sm-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .col-md-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-md-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-md-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-md-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-md-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .col-lg-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-lg-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-lg-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-lg-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-lg-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .col-xl-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xl-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xl-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xl-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xl-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1640px) {
    .col-xxl-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xxl-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xxl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xxl-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xxl-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xxl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xxl-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xxl-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xxl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xxl-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xxl-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xxl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.container {
  padding-right: 20px;
  padding-left: 20px; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.col {
  padding-right: 20px;
  padding-left: 20px; }

.offset {
  margin-left: 8.33333%;
  margin-left: 16.66667%;
  margin-left: 25%;
  margin-left: 33.33333%;
  margin-left: 41.66667%;
  margin-left: 50%;
  margin-left: 58.33333%;
  margin-left: 66.66667%;
  margin-left: 75%;
  margin-left: 83.33333%;
  margin-left: 91.66667%;
  margin-left: 100%; }
  @media (min-width: 0) {
    .offset-xs-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 768px) {
    .offset-md-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 1640px) {
    .offset-xxl-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 0) {
    .offset-xs-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 768px) {
    .offset-md-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 1640px) {
    .offset-xxl-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 0) {
    .offset-xs-3 {
      margin-left: 25%; } }
  @media (min-width: 576px) {
    .offset-sm-3 {
      margin-left: 25%; } }
  @media (min-width: 768px) {
    .offset-md-3 {
      margin-left: 25%; } }
  @media (min-width: 992px) {
    .offset-lg-3 {
      margin-left: 25%; } }
  @media (min-width: 1200px) {
    .offset-xl-3 {
      margin-left: 25%; } }
  @media (min-width: 1640px) {
    .offset-xxl-3 {
      margin-left: 25%; } }
  @media (min-width: 0) {
    .offset-xs-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 768px) {
    .offset-md-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 1640px) {
    .offset-xxl-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 0) {
    .offset-xs-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 768px) {
    .offset-md-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 1640px) {
    .offset-xxl-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 0) {
    .offset-xs-6 {
      margin-left: 50%; } }
  @media (min-width: 576px) {
    .offset-sm-6 {
      margin-left: 50%; } }
  @media (min-width: 768px) {
    .offset-md-6 {
      margin-left: 50%; } }
  @media (min-width: 992px) {
    .offset-lg-6 {
      margin-left: 50%; } }
  @media (min-width: 1200px) {
    .offset-xl-6 {
      margin-left: 50%; } }
  @media (min-width: 1640px) {
    .offset-xxl-6 {
      margin-left: 50%; } }
  @media (min-width: 0) {
    .offset-xs-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 768px) {
    .offset-md-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 1640px) {
    .offset-xxl-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 0) {
    .offset-xs-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 768px) {
    .offset-md-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 1640px) {
    .offset-xxl-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 0) {
    .offset-xs-9 {
      margin-left: 75%; } }
  @media (min-width: 576px) {
    .offset-sm-9 {
      margin-left: 75%; } }
  @media (min-width: 768px) {
    .offset-md-9 {
      margin-left: 75%; } }
  @media (min-width: 992px) {
    .offset-lg-9 {
      margin-left: 75%; } }
  @media (min-width: 1200px) {
    .offset-xl-9 {
      margin-left: 75%; } }
  @media (min-width: 1640px) {
    .offset-xxl-9 {
      margin-left: 75%; } }
  @media (min-width: 0) {
    .offset-xs-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 768px) {
    .offset-md-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 1640px) {
    .offset-xxl-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 0) {
    .offset-xs-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
    .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1640px) {
    .offset-xxl-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 0) {
    .offset-xs-12 {
      margin-left: 100%; } }
  @media (min-width: 576px) {
    .offset-sm-12 {
      margin-left: 100%; } }
  @media (min-width: 768px) {
    .offset-md-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .offset-lg-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .offset-xl-12 {
      margin-left: 100%; } }
  @media (min-width: 1640px) {
    .offset-xxl-12 {
      margin-left: 100%; } }

.row-no-gitter {
  margin-left: 0;
  margin-right: 0; }
  .row-no-gitter > .col {
    padding-left: 0;
    padding-right: 0; }

.ico-svg {
  width: 30px;
  height: 30px; }

.ico {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .ico-office {
    background-image: url(../images/ico/ico_office.svg); }
  .ico-lab {
    background-image: url(../images/ico/ico_lab.svg); }
  .ico-star {
    background-image: url(../images/ico/ico_star.svg); }
  .ico-doc {
    background-image: url(../images/ico/ico_doc.svg); }
  .ico-event {
    background-image: url(../images/ico/ico_event.svg); }
  .ico-plus-white {
    background-image: url(../images/ico/ico_plus_white.svg); }
  .ico-close {
    background-image: url(../images/ico/ico_close.svg); }
  .ico-lab-design {
    background-image: url(../images/ico/lab/ico_design_lab.svg); }
  .ico-lab-hardware {
    background-image: url(../images/ico/lab/ico_hardware_lab.svg); }
  .ico-lab-fashion {
    background-image: url(../images/ico/lab/ico_fashion_lab.svg); }
  .ico-lab-cad {
    background-image: url(../images/ico/lab/ico_cad.svg); }
  .ico-lab-software {
    background-image: url(../images/ico/lab/ico_software.svg); }
  .ico-lab-body-scan {
    background-image: url(../images/ico/lab/ico_body_scan.svg); }
  .ico-lab-cutting {
    background-image: url(../images/ico/lab/ico_cutting.svg); }
  .ico-lab-sewing-machine {
    background-image: url(../images/ico/lab/ico_sewing_machine.svg); }
  .ico-lab-embroidery {
    background-image: url(../images/ico/lab/ico_embroidery.svg); }
  .ico-lab-laydown {
    background-image: url(../images/ico/lab/ico_laydown.svg); }
  .ico-lab-loom {
    background-image: url(../images/ico/lab/ico_loom.svg); }
  .ico-lab-power-tools {
    background-image: url(../images/ico/lab/ico_power_tools.svg); }
  .ico-lab-soldering {
    background-image: url(../images/ico/lab/ico_soldering.svg); }
  .ico-lab-3d {
    background-image: url(../images/ico/lab/ico_3d.svg); }
  .ico-lab-cnc {
    background-image: url(../images/ico/lab/ico_cnc.svg); }
  .ico-lab-laser-cutting {
    background-image: url(../images/ico/lab/ico_laser_cutting.svg); }

.txt-yellow {
  color: #FFDD35; }

.txt-blue {
  color: #5BA4C0; }

.txt-red {
  color: #CE3A2E; }

.txt-black {
  color: #242422; }

.txt-hkg {
  color: #FFDD35; }
  .nav-breadcrumb .txt-hkg {
    color: #d8b400; }

.txt-lon {
  color: #5BA4C0; }

.txt-default-title span:first-child {
  font-weight: 300; }

.txt-default-title span:last-child {
  font-weight: 900; }

.txt-light-bold span:first-child, .txt-slash span:first-child {
  font-weight: 400; }

.txt-light-bold span:last-child, .txt-slash span:last-child {
  font-weight: 900; }

.txt-default-title {
  font-size: 2.25em;
  line-height: 1.1; }
  @media (min-width: 992px) {
    .txt-default-title {
      font-size: 2.8125em; } }
  @media (min-width: 1200px) {
    .txt-default-title {
      font-size: 3.75em; } }
  @media (min-width: 1640px) {
    .txt-default-title.fs-lg {
      font-size: 5em; } }

@media (min-width: 768px) {
  .txt-default-desc {
    font-size: 1.125em; } }

.txt-default-title + .txt-default-desc {
  margin-top: 0.7em; }

.txt-default-desc + a {
  margin-top: 1.4em;
  display: inline-block; }

.txt-default-page {
  font-size: 0.875em;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: normal; }
  .txt-default-page .txt-num::after {
    content: "/";
    color: #d8b400;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold; }
  .txt-default-page .txt-page {
    font-weight: 900;
    text-transform: uppercase;
    color: #5BA4C0; }

.link-highlight {
  color: #5BA4C0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 0; }
  .link-highlight:hover, .link-highlight:focus {
    color: #242422; }
  .link-highlight:visited {
    color: #5BA4C0; }
  .link-highlight:active {
    color: #5BA4C0; }
  .link-highlight::before {
    content: "";
    width: 0;
    height: 30%;
    background: #FFDD35;
    display: block;
    position: absolute;
    z-index: -1;
    left: -0.2em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .link-highlight:hover::before {
    width: calc( 100% + 0.4em); }

.txt-line {
  position: relative;
  z-index: 0; }
  .txt-line::before {
    content: "";
    width: calc( 100% + 0.4em);
    height: 40%;
    display: block;
    position: absolute;
    left: -0.2em;
    top: 50%;
    background: #FFDD35;
    z-index: -1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.txt-line-hover {
  position: relative;
  display: inline-block;
  z-index: 0; }
  .txt-line-hover::before {
    content: "";
    width: 0;
    height: 30%;
    background: #FFDD35;
    display: block;
    position: absolute;
    z-index: -1;
    left: -0.2em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .txt-line-hover:hover::before {
    width: calc( 100% + 0.4em); }

.txt-slash {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2em;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center; }
  .txt-slash::before {
    content: "/";
    color: #FFDD35;
    font-weight: 900;
    vertical-align: middle;
    font-size: 1em; }
  .txt-slash .txt {
    padding-left: 0.4em;
    padding-right: 0.4em; }
  @media (max-width: 991px) {
    .txt-slash {
      font-size: 1.25em; } }
  .txt-slash-right {
    flex-direction: row-reverse; }
    .txt-slash-right::before {
      margin-right: 0;
      margin-left: 0.2em; }
  .txt-slash-center {
    flex-direction: column-reverse;
    text-align: center; }
    .txt-slash-center::before {
      margin-top: 0.3em; }

.txt-scroll .line {
  width: 7px;
  height: 80px;
  background-image: url(../images/line_scroll.svg);
  background-size: 100% auto;
  margin: auto;
  -webkit-animation: 1.5s ani-scroll-down infinite;
  animation: 1.5s ani-scroll-down infinite;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 10px; }

.txt-scroll .txt {
  font-weight: bold;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8125em; }

.txt-circle-num {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #242422;
  color: #fff; }
  @media (min-width: 992px) {
    .txt-circle-num {
      width: 60px;
      height: 60px;
      font-size: 1.875em; } }

.txt-bg {
  color: #FFDD35;
  font-weight: bold;
  background: rgba(36, 36, 34, 0.8);
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  padding: 4px 12px;
  display: inline-block; }
  .txt-bg.txt-hkg, .txt-bg.txt-yellow {
    background: #FFDD35;
    color: #242422; }
  .txt-bg.txt-lon {
    background: #5BA4C0;
    color: #242422; }

.txt-with-ico {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .txt-with-ico .ico-svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    fill: none;
    stroke: #FFDD35;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round; }
    .txt-with-ico .ico-svg.ico-yellow {
      stroke: #FFDD35; }
  .txt-with-ico .ico {
    width: 30px;
    height: 30px;
    min-width: 30px; }
  .txt-with-ico .ico-down {
    padding: 5px;
    margin-left: -3px; }
  .txt-with-ico .txt {
    line-height: normal; }
  .txt-with-ico-loc {
    align-items: flex-start; }
    .txt-with-ico-loc .ico-svg + .txt {
      font-weight: bold; }
      .txt-with-ico-loc .ico-svg + .txt b {
        margin-right: 8px; }
    .txt-with-ico-loc.theme-hkg .ico-svg {
      stroke: #d8b400; }
    .txt-with-ico-loc.theme-hkg .txt {
      color: #d8b400; }
    .txt-with-ico-loc.theme-lon .ico-svg {
      stroke: #5BA4C0; }
    .txt-with-ico-loc.theme-lon .txt {
      color: #5BA4C0; }

.txt-event-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal; }
  .txt-event-date .txt-event-day {
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1; }
  .txt-event-date .txt-event-month, .txt-event-date .txt-event-year {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.1; }
  .txt-event-date .txt-event-month {
    letter-spacing: 2px;
    margin-right: -2px; }
  .txt-event-date .box-event-year {
    margin-left: 7px; }

.txt-event-time {
  line-height: normal; }
  .txt-event-time .txt-event-num {
    font-size: 1.125em; }
  .txt-event-time .txt-event-ampm {
    font-size: 0.875em;
    font-weight: 600; }

.txt-year-season {
  font-size: 0.875em;
  letter-spacing: 2px;
  padding-left: 18px;
  position: relative; }
  .txt-year-season::before {
    width: 8px;
    height: 8px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #BBBBBB;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .txt-year-season .txt-num::after {
    content: "/";
    color: #BBBBBB;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold; }
  .txt-year-season .txt-page {
    font-weight: 900;
    text-transform: uppercase; }
  .txt-year-season.theme-spring::before {
    background: #60B786; }
  .txt-year-season.theme-spring .txt-page {
    color: #60B786; }
  .txt-year-season.theme-summer::before {
    background: #5BA4C0; }
  .txt-year-season.theme-summer .txt-page {
    color: #5BA4C0; }
  .txt-year-season.theme-autumn::before {
    background: #CE3A2E; }
  .txt-year-season.theme-autumn .txt-page {
    color: #CE3A2E; }
  .txt-year-season.theme-winter::before {
    background: #666666; }
  .txt-year-season.theme-winter .txt-page {
    color: #666666; }

.img-default {
  padding-top: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.img-large {
  min-height: 500px;
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.img-ig {
  width: 100%;
  display: block; }

.img-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico/ico_user.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.img-round {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.bg-img-line {
  position: absolute;
  width: 40%;
  max-width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.bg-grey {
  background: #F5F5F5; }

.bg-white {
  background: #fff; }

.bg2 {
  position: relative; }
  .bg2::before {
    content: "";
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 0) {
      .bg2::before {
        width: calc( (100vw - 0)); } }
    @media (min-width: 576px) {
      .bg2::before {
        width: calc( (100vw - 20px)); } }
    @media (min-width: 768px) {
      .bg2::before {
        width: calc( (100vw - 40px)); } }
    @media (min-width: 1200px) {
      .bg2::before {
        width: calc( (100vw - 60px)); } }
    @media (min-width: 1641px) {
      .bg2::before {
        width: calc( 1620px + ((100vw - 1640px)/2)); } }
  .bg2 > * {
    position: relative;
    z-index: 0; }
  .bg2-full::before {
    width: 100vw !important; }
  .bg2-white::before {
    background: #fff; }
  .bg2-left::before {
    right: 0; }
    @media (min-width: 0) {
      .bg2-left::before {
        -webkit-border-top-left-radius: 60px;
        -moz-border-top-left-radius: 60px;
        border-top-left-radius: 60px; } }
    @media (min-width: 992px) {
      .bg2-left::before {
        -webkit-border-top-left-radius: 120px;
        -moz-border-top-left-radius: 120px;
        border-top-left-radius: 120px; } }
    @media (min-width: 1200px) {
      .bg2-left::before {
        -webkit-border-top-left-radius: 180px;
        -moz-border-top-left-radius: 180px;
        border-top-left-radius: 180px; } }
  .bg2-right::before {
    left: 0; }
    @media (min-width: 0) {
      .bg2-right::before {
        -webkit-border-top-right-radius: 60px;
        -moz-border-top-right-radius: 60px;
        border-top-right-radius: 60px; } }
    @media (min-width: 992px) {
      .bg2-right::before {
        -webkit-border-top-right-radius: 120px;
        -moz-border-top-right-radius: 120px;
        border-top-right-radius: 120px; } }
    @media (min-width: 1200px) {
      .bg2-right::before {
        -webkit-border-top-right-radius: 180px;
        -moz-border-top-right-radius: 180px;
        border-top-right-radius: 180px; } }
  .bg2-right-bottom::before {
    left: 0; }
    @media (min-width: 0) {
      .bg2-right-bottom::before {
        -webkit-border-bottom-right-radius: 60px;
        -moz-border-bottom-right-radius: 60px;
        border-bottom-right-radius: 60px; } }
    @media (min-width: 992px) {
      .bg2-right-bottom::before {
        -webkit-border-bottom-right-radius: 120px;
        -moz-border-bottom-right-radius: 120px;
        border-bottom-right-radius: 120px; } }
    @media (min-width: 1200px) {
      .bg2-right-bottom::before {
        -webkit-border-bottom-right-radius: 180px;
        -moz-border-bottom-right-radius: 180px;
        border-bottom-right-radius: 180px; } }
  .bg2-line::before {
    background: transparent;
    border: 8px solid #F5F5F5; }
  .bg2-line.bg2-white::before {
    border-color: #fff; }
  .bg2-line.bg2-left::before, .bg2-line.bg2-right::before {
    border-bottom: 0; }
  .bg2-line.bg2-left-bottom::before, .bg2-line.bg2-right-bottom::before {
    border-top: 0; }
  .bg2-line.bg2-left::before, .bg2-line.bg2-left-bottom::before {
    border-right: 0; }
  .bg2-line.bg2-right::before, .bg2-line.bg2-right-bottom::before {
    border-left: 0; }

.bg2-line-inline {
  background-repeat: round;
  z-index: -1;
  position: relative;
  height: 1px; }
  @media (min-width: 992px) {
    .bg2-line-inline::after {
      content: "";
      border: 8px solid #F5F5F5;
      position: absolute;
      height: 500px;
      width: calc( 100% + 160px); }
    .bg2-line-inline.pos-left {
      margin-left: -20px; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .bg2-line-inline.pos-left {
      margin-left: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .bg2-line-inline.pos-left {
      margin-left: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .bg2-line-inline.pos-left {
      margin-left: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .bg2-line-inline.pos-left {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1640px) {
    .bg2-line-inline.pos-left {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) {
      .bg2-line-inline.pos-left::after {
        border-left: 0;
        -webkit-border-radius: 0 100em 100em 0;
        -moz-border-radius: 0 100em 100em 0;
        border-radius: 0 100em 100em 0;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .bg2-line-inline.pos-right {
      margin-right: -20px; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .bg2-line-inline.pos-right {
      margin-right: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .bg2-line-inline.pos-right {
      margin-right: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .bg2-line-inline.pos-right {
      margin-right: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .bg2-line-inline.pos-right {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1640px) {
    .bg2-line-inline.pos-right {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) {
      .bg2-line-inline.pos-right::after {
        border-right: 0;
        -webkit-border-radius: 100em 0 0 100em;
        -moz-border-radius: 100em 0 0 100em;
        border-radius: 100em 0 0 100em;
        right: 0;
        top: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .bg2-line-inline.line-white::after {
      border-color: #fff; }
    .bg2-line-inline.pos-left-bottom {
      margin-left: -20px;
      padding-top: 100px; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .bg2-line-inline.pos-left-bottom {
      margin-left: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .bg2-line-inline.pos-left-bottom {
      margin-left: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .bg2-line-inline.pos-left-bottom {
      margin-left: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .bg2-line-inline.pos-left-bottom {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1640px) {
    .bg2-line-inline.pos-left-bottom {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) {
      .bg2-line-inline.pos-left-bottom::after {
        border-left: 0;
        -webkit-border-radius: 0 100em 100em 0;
        -moz-border-radius: 0 100em 100em 0;
        border-radius: 0 100em 100em 0;
        left: 0;
        bottom: 0; }
    .bg2-line-inline.pos-right-bottom {
      margin-right: -20px;
      padding-top: 100px; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .bg2-line-inline.pos-right-bottom {
      margin-right: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .bg2-line-inline.pos-right-bottom {
      margin-right: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .bg2-line-inline.pos-right-bottom {
      margin-right: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .bg2-line-inline.pos-right-bottom {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) and (min-width: 1640px) {
    .bg2-line-inline.pos-right-bottom {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 992px) {
      .bg2-line-inline.pos-right-bottom::after {
        border-right: 0;
        -webkit-border-radius: 100em 0 0 100em;
        -moz-border-radius: 100em 0 0 100em;
        border-radius: 100em 0 0 100em;
        right: 0;
        bottom: 0; } }

.bg3-line {
  position: relative; }
  .bg3-line::after {
    content: "";
    border: 8px solid #F5F5F5;
    position: absolute;
    top: 0;
    height: 500px;
    z-index: -1; }
    @media (min-width: 1641px) {
      .bg3-line::after {
        width: calc( 1640px + ((100vw - 1640px)/2)); } }
  .bg3-line-left::after {
    -webkit-border-radius: 100em 0 0 100em;
    -moz-border-radius: 100em 0 0 100em;
    border-radius: 100em 0 0 100em;
    border-right: 0;
    right: 0; }
  .bg3-line-right::after {
    -webkit-border-radius: 0 100em 100em 0;
    -moz-border-radius: 0 100em 100em 0;
    border-radius: 0 100em 100em 0;
    border-left: 0;
    left: 0; }

.btn {
  border: 0;
  cursor: pointer;
  line-height: normal;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .btn:focus {
    outline: none;
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8);
    box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8); }
  .btn-ico {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .btn-ico .ico-svg {
      width: 100%;
      height: 100%;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  .btn-arrow {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    position: relative;
    cursor: pointer;
    background: #FFDD35;
    border: 1px solid #FFDD35; }
    .btn-arrow::before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background-image: url(../images/ico/ico_arrow_next.svg);
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      -webkit-transition: 300ms background-position;
      transition: 300ms background-position; }
    .btn-arrow:hover::before {
      background-position: 30px 0; }
    .btn-arrow.swiper-button-disabled, .btn-arrow.disabled, .btn-arrow.line {
      border-color: #F5F5F5;
      background: #fff; }
      .btn-arrow.swiper-button-disabled::before, .btn-arrow.disabled::before, .btn-arrow.line::before {
        background-image: url(../images/ico/ico_arrow_next_line.svg); }
    .btn-arrow.swiper-button-disabled, .btn-arrow.disabled {
      pointer-events: none; }
    .btn-arrow.btn-prev::before {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }
    .btn-arrow.btn-top::before {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg); }
    .btn-arrow.btn-down::before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .btn-arrow.btn-close::before {
      background-image: url(../images/ico/ico_close.svg);
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .btn-arrow.btn-plus {
      background-color: transparent;
      border-color: transparent; }
      .btn-arrow.btn-plus::before {
        background-image: url(../images/ico/ico_plus.svg);
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
    .btn-arrow.btn-zoom::before, .btn-arrow.btn-search::before {
      background-image: url(../images/ico/ico_search.svg); }
  .btn-default {
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    padding: 0 10px;
    height: 50px;
    min-width: 230px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .btn-default.btn-yellow {
      background: #FFDD35;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-weight: bold; }
      .btn-default.btn-yellow:hover {
        background: #242422;
        color: #fff; }
    .btn-default.btn-black {
      color: #fff;
      font-weight: bold;
      background: #242422; }
      .btn-default.btn-black .ico-svg {
        stroke: #fff;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .btn-default.btn-black .txt {
        padding-left: 5px; }
      .btn-default.btn-black:hover {
        color: #FFDD35; }
        .btn-default.btn-black:hover .ico-svg {
          stroke: #FFDD35; }
    .btn-default.btn-green {
      background: #60B786;
      color: #fff;
      font-weight: bold; }
      .btn-default.btn-green:hover {
        background: #4fae79; }
    .btn-default.btn-grey {
      color: #242422;
      font-weight: bold;
      background: #F5F5F5; }
      .btn-default.btn-grey:hover {
        background: #FFDD35; }

.btn-circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .btn-circle .ico {
    position: relative; }
    .btn-circle .ico::before {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      background-image: url(../images/ico/ico_arrow_next.svg);
      background-size: auto 100%;
      background-position: 0px 0px;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .btn-circle .ico-play::before {
      background-image: url(../images/ico/ico_play.svg); }
  .btn-circle .ico-svg {
    width: 80px;
    height: 80px; }
    .btn-circle .ico-svg .circle, .btn-circle .ico-svg .circle2 {
      fill: none;
      stroke: #FFDD35;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 4px;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .btn-circle .ico-svg .circle {
      stroke-dasharray: 136.276 219.8;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg); }
    .btn-circle .ico-svg .circle2 {
      stroke: #A8CEDB;
      stroke-dasharray: 30.772 219.8;
      -webkit-transform: scaleY(-1) rotate(36deg);
      -ms-transform: scaleY(-1) rotate(36deg);
      transform: scaleY(-1) rotate(36deg); }
  .btn-circle .txt {
    font-weight: bold;
    display: inline-block;
    margin-left: -18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .btn-circle:hover .ico .ico-svg .circle {
    stroke-dasharray: 176.939 219.8; }
  .btn-circle:hover .ico .ico-svg .circle2 {
    stroke-dasharray: 0 219.8; }
  .btn-circle:hover .ico::before {
    background-position: 24px 0px; }
  .btn-circle:hover .txt {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  .btn-circle.pos-r {
    flex-direction: row-reverse;
    margin-left: auto; }
    .btn-circle.pos-r .ico {
      -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
      transform: scale(-1); }
      .btn-circle.pos-r .ico::before {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .btn-circle.pos-r .txt {
      margin-left: 0;
      margin-right: -18px; }
    .btn-circle.pos-r:hover .txt {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      transform: translate(-10px, 0); }
  .btn-circle.pos-c {
    justify-content: center; }
  @media (max-width: 767px) {
    .btn-circle .ico {
      width: 70px;
      height: 70px; }
    .btn-circle .ico-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      -webkit-transform: translate(-50%, -50%) scale(0.875);
      -ms-transform: translate(-50%, -50%) scale(0.875);
      transform: translate(-50%, -50%) scale(0.875); }
    .btn-circle .txt {
      letter-spacing: 1px; } }
  .btn-circle-sm .ico {
    width: 70px;
    height: 70px; }
  .btn-circle-sm .ico-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-transform: translate(-50%, -50%) scale(0.875);
    -ms-transform: translate(-50%, -50%) scale(0.875);
    transform: translate(-50%, -50%) scale(0.875); }

.btn-filter {
  background-color: #fff;
  background-image: url(../images/ico/ico_filter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px auto; }

.btn-menu {
  width: 59px;
  height: 59px;
  background: transparent;
  padding: 0 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transform: translate(18px, 0);
  -ms-transform: translate(18px, 0);
  transform: translate(18px, 0); }
  .btn-menu .line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #242422;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-transition: 300ms;
    transition: 300ms;
    top: 0; }
  .btn-menu.active .line {
    background: #fff; }
    .btn-menu.active .line-1 {
      top: 7px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .btn-menu.active .line-2 {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .btn-menu.active .line-3 {
      top: -9px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #242422;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

::-webkit-input-placeholder {
  color: rgba(36, 36, 34, 0.4); }

:-ms-input-placeholder {
  color: rgba(36, 36, 34, 0.4); }

/*Text Selection Color, text highlight */
::selection {
  background-color: #FFDD35;
  color: #242422; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  a:hover, a:focus {
    color: #000; }
  a:visited {
    color: #000; }
  a:active {
    color: #000; }
  a:hover, a:focus {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

p {
  line-height: 1.6; }
  p:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

h1:not(.txt-default-title), h2:not(.txt-default-title), h3:not(.txt-default-title), h4:not(.txt-default-title) {
  margin-bottom: 1em; }

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 1.5em; }

ol:not(.nav, .b-pagination), ul:not(.nav, .b-pagination) {
  padding-left: 20px;
  text-align: left; }
  ol:not(.nav, .b-pagination) > li, ul:not(.nav, .b-pagination) > li {
    padding-left: 5px; }

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select .max-md, input .max-md {
    max-width: 600px;
    margin: auto; }
  select .max-lg, input .max-lg {
    max-width: 860px;
    margin: auto; }

input:focus, button:focus {
  outline: none; }

@media (min-width: 0) {
  .s-default {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (min-width: 992px) {
  .s-default {
    padding-top: 120px;
    padding-bottom: 120px; } }

.s-full {
  min-height: 100vh; }

.s-slider {
  overflow: hidden; }

@media (max-width: 991px) {
  .s-inner-intro + .s-default:not(.s-submenu) {
    padding-top: 20px; } }

@media (min-width: 992px) {
  .s-inner-intro + .s-default:not(.s-submenu) {
    padding-top: 100px; } }

.s-submenu + .s-default:not(.bg2, .bg-grey) {
  padding-top: 20px; }

.p-default {
  margin-bottom: 20px; }
  .p-default-2x {
    margin-bottom: 40px; }
  .p-default-3x {
    margin-bottom: 60px; }
  .p-default-4x {
    margin-bottom: 80px; }
  @media (max-width: 767px) {
    .p-default-m {
      margin-bottom: 20px; }
    .p-default-2x-m {
      margin-bottom: 40px; }
    .p-default-3x-m {
      margin-bottom: 60px; }
    .p-default-4x-m {
      margin-bottom: 80px; } }
  .p-default-row:not(:last-child) {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .p-default-row:not(:last-child) {
        margin-bottom: 80px; } }
    @media (min-width: 1200px) {
      .p-default-row:not(:last-child) {
        margin-bottom: 100px; } }
  .p-default-title:not(:last-child) {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .p-default-title:not(:last-child) {
        margin-bottom: 30px; } }

.container-md {
  max-width: 890px !important; }

.hr-red {
  border: 0;
  border-top: 1px solid #CE3A2E; }

.hr-default {
  height: 1px;
  border: 0;
  border-left: 130px solid #FFDD35;
  background: #DBDBDB; }
  @media (max-width: 991px) {
    .hr-default {
      border-left-width: 80px; } }

.hr-v {
  width: 1px;
  height: 80px;
  display: block;
  background: #CE3A2E;
  margin: 20px auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

@media (min-width: 576px) {
  .txt-center-sm {
    text-align: center; }
  .txt-left-sm {
    text-align: left; }
  .txt-right-sm {
    text-align: right; } }

@media (min-width: 768px) {
  .txt-center-md {
    text-align: center; }
  .txt-left-md {
    text-align: left; }
  .txt-right-md {
    text-align: right; } }

@media (min-width: 992px) {
  .txt-center-lg {
    text-align: center; }
  .txt-left-lg {
    text-align: left; }
  .txt-right-lg {
    text-align: right; } }

@media (min-width: 1200px) {
  .txt-center-xl {
    text-align: center; }
  .txt-left-xl {
    text-align: left; }
  .txt-right-xl {
    text-align: right; } }

@media (min-width: 1640px) {
  .txt-center-xxl {
    text-align: center; }
  .txt-left-xxl {
    text-align: left; }
  .txt-right-xxl {
    text-align: right; } }

.expand-right {
  margin-right: -20px; }
  @media (min-width: 576px) {
    .expand-right {
      margin-right: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 768px) {
    .expand-right {
      margin-right: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) {
    .expand-right {
      margin-right: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 1200px) {
    .expand-right {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 1640px) {
    .expand-right {
      margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 0) {
    .expand-right-lg {
      margin-right: 0; } }
  @media (min-width: 576px) {
    .expand-right-lg {
      margin-right: -20px; } }
  @media (min-width: 768px) {
    .expand-right-lg {
      margin-right: -40px; } }
  @media (min-width: 1200px) {
    .expand-right-lg {
      margin-right: -60px; } }
  @media (min-width: 1641px) {
    .expand-right-lg {
      margin-right: calc( (100vw - 1640px)/ -2); } }

.expand-left {
  margin-left: -20px; }
  @media (min-width: 576px) {
    .expand-left {
      margin-left: calc( (100vw - 500px) / -2 - 20px); } }
  @media (min-width: 768px) {
    .expand-left {
      margin-left: calc( (100vw - 680px) / -2 - 20px); } }
  @media (min-width: 992px) {
    .expand-left {
      margin-left: calc( (100vw - 920px) / -2 - 20px); } }
  @media (min-width: 1200px) {
    .expand-left {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 1640px) {
    .expand-left {
      margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  @media (min-width: 0) {
    .expand-left-lg {
      margin-left: 0; } }
  @media (min-width: 576px) {
    .expand-left-lg {
      margin-left: 20px; } }
  @media (min-width: 768px) {
    .expand-left-lg {
      margin-left: 40px; } }
  @media (min-width: 1200px) {
    .expand-left-lg {
      margin-left: 60px; } }
  @media (min-width: 1641px) {
    .expand-left-lg {
      margin-left: calc( (100vw - 1640px)/ -2); } }

.txt-wrap {
  display: inline-block; }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.max-sm {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.max-md {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.max-lg {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.max-xl {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.max-xxl {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

ul.list-yellow, ul.list-dot {
  list-style: none;
  padding-left: 0;
  text-align: left;
  line-height: normal; }
  ul.list-yellow li, ul.list-dot li {
    padding-left: 15px;
    position: relative; }
    ul.list-yellow li:not(:last-child), ul.list-dot li:not(:last-child) {
      margin-bottom: 0.4em; }
    ul.list-yellow li::before, ul.list-dot li::before {
      content: "";
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0.5em;
      background: #FFDD35; }

ul.list-dot li::before {
  background: #242422; }

ul.list-num {
  padding-left: 18px; }
  ul.list-num li {
    padding-left: 8px;
    line-height: normal; }
    ul.list-num li:not(:last-child) {
      margin-bottom: 0.4em; }

.txt-remark {
  color: #CE3A2E;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 5px;
  display: none; }

.txt-sm {
  font-size: 0.875em; }

.form-item {
  margin-bottom: 10px;
  line-height: normal; }
  .form-item label {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px; }
    .form-item label + .txt-desc {
      margin-top: -5px;
      margin-bottom: 10px; }
    .form-item label > .txt-red {
      display: inline-block;
      margin-left: 5px; }
  .form-item .txt-remark {
    display: none; }
  .form-item.is-alert .txt-remark {
    margin-bottom: 16px; }
  .form-item.is-alert .form-input-sm {
    position: relative; }
    .form-item.is-alert .form-input-sm input {
      padding-right: 38px;
      border-color: #CE3A2E; }
    .form-item.is-alert .form-input-sm::before {
      content: "";
      width: 28px;
      height: 28px;
      background-image: url(../images/ico/ico_alert.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #CE3A2E;
      position: absolute;
      top: 50%;
      right: 12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.is-alert .txt-remark {
  display: block; }

@media (max-width: 991px) {
  .form-item label {
    margin-bottom: 6px;
    margin-top: 6px; }
    .form-item label + .txt-desc {
      margin-top: 0; } }

.form-input {
  width: 100%;
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  height: 50px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .form-input:focus {
    outline: none;
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8);
    box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8); }
  .form-input-ico {
    width: 100%;
    position: relative;
    margin-bottom: 12px; }
    .form-input-ico .form-input, .form-input-ico .selectric {
      padding-left: 50px; }
    .form-input-ico::before {
      content: "";
      width: 25px;
      height: 25px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 13px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 1; }
    .form-input-ico.ico-user::before {
      background-image: url(../images/ico/ico_user.svg); }
    .form-input-ico.ico-email::before {
      background-image: url(../images/ico/ico_email.svg); }
    .form-input-ico.ico-lock::before {
      background-image: url(../images/ico/ico_lock.svg); }
    .form-input-ico.ico-unlock::before {
      background-image: url(../images/ico/ico_unlock.svg); }
    .form-input-ico.ico-key::before {
      background-image: url(../images/ico/ico_key.svg); }
    .form-input-ico.ico-chat::before {
      background-image: url(../images/ico/ico_chat.svg); }

.form-input-sm {
  width: 100%;
  position: relative; }
  .form-input-sm input {
    border: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .form-input-sm input:focus {
      outline: none;
      -moz-box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8);
      box-shadow: 0px 0px 0px 3px rgba(255, 221, 53, 0.8); }

.form-checkbox, .form-checkbox2 {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .form-checkbox input, .form-checkbox2 input {
    display: none; }
  .form-checkbox .checkmark, .form-checkbox2 .checkmark {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .form-checkbox .checkmark::after, .form-checkbox2 .checkmark::after {
      content: "";
      position: absolute;
      top: 42%;
      left: 50%;
      width: 7px;
      height: 12px;
      border: solid #242422;
      border-width: 0 3px 3px 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  .form-checkbox:hover input ~ .checkmark, .form-checkbox2:hover input ~ .checkmark {
    background-color: #f2f2f2; }
  .form-checkbox input:checked ~ .checkmark:after, .form-checkbox2 input:checked ~ .checkmark:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-checkbox-sm .txt, .form-checkbox2-sm .txt {
    font-weight: normal;
    letter-spacing: normal;
    font-size: 0.875em; }

.table-price {
  width: 100%; }
  @media (max-width: 991px) {
    .table-price {
      margin-bottom: 30px; }
      .table-price .col-pass {
        display: none; }
      .table-price .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .table-price .col:not(:last-child) {
          margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .table-price {
      margin-top: 40px;
      margin-bottom: 40px; }
      .table-price .row {
        margin-left: 20px;
        margin-right: 20px; }
      .table-price .col {
        padding-right: 0; }
        .table-price .col-pass {
          -ms-flex: 0 0 13%;
          flex: 0 0 13%;
          max-width: 13%;
          padding-left: 0; }
        .table-price .col:not(.table-price .col-pass) {
          -ms-flex: 0 0 29%;
          flex: 0 0 29%;
          max-width: 29%; } }
  @media (min-width: 1200px) {
    .table-price .col-pass {
      -ms-flex: 0 0 19%;
      flex: 0 0 19%;
      max-width: 19%; }
    .table-price .col:not(.table-price .col-pass) {
      -ms-flex: 0 0 27%;
      flex: 0 0 27%;
      max-width: 27%; } }

/*------------------------------------------------------------------------ */
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/*! Lity - v2.3.1 - 2018-04-20
 ** http://sorgalla.com/lity/
 ** Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(36, 36, 34, 0.95);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow-y: auto; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }

.lity-content {
  z-index: 9993;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  z-index: 9994;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #FFDD35;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  padding: 0px; }
  .lity-close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    background-image: url(../images/ico/ico_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: repeat;
    width: 30px;
    height: 30px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .lity-close:hover::before {
    background-position: 0 30px; }
  @media (min-width: 768px) {
    .lity-close {
      right: 40px;
      top: 40px; } }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    outline: none; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 1180px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    background: #000; }

.lity-hide {
  display: none; }

.lity-active body {
  overflow: hidden; }

.lity-inline .lity-content > * {
  max-height: none !important; }

.lity-inline .lity-wrap {
  overflow: auto; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
  .selectric-focus .selectric {
    border-color: #aaaaaa; }
  .selectric-hover .selectric {
    border-color: #c4c4c4; }
  .selectric .button {
    color: #a2a2a2; }
    .selectric .button:after {
      border-top-color: #a2a2a2; }
  .selectric-open {
    z-index: 9999; }
    .selectric-open .selectric {
      border-color: #c4c4c4; }
    .selectric-open .selectric-items {
      display: block; }
  .selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none; }
  .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
    .selectric-hide-select select {
      position: absolute;
      left: -100%; }
  .selectric.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.selectric-is-native, .selectric-is-native select {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

.selectric-items {
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); }

.selectric-form-select .selectric, .selectric-select-subscript .selectric {
  border: 0;
  background: transparent;
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .selectric-form-select .selectric .label, .selectric-select-subscript .selectric .label {
    font-size: 1em;
    width: 100%;
    text-overflow: ellipsis;
    padding: 15px 0;
    margin-right: 50px;
    line-height: normal;
    height: auto;
    margin-left: 0; }
  .selectric-form-select .selectric .button, .selectric-select-subscript .selectric .button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/ico/ico_arrow_down_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto; }

.selectric-form-select .selectric-items, .selectric-select-subscript .selectric-items {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  -webkit-animation: ani-fadein 300ms;
  animation: ani-fadein 300ms; }
  .selectric-form-select .selectric-items ul, .selectric-select-subscript .selectric-items ul {
    font-size: 1em; }
  .selectric-form-select .selectric-items li, .selectric-select-subscript .selectric-items li {
    border: 0;
    color: #242422;
    font-size: 1em;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    padding-left: 20px; }
    .selectric-form-select .selectric-items li.selected, .selectric-select-subscript .selectric-items li.selected {
      background: gainsboro;
      font-weight: bold; }
    .selectric-form-select .selectric-items li:hover, .selectric-select-subscript .selectric-items li:hover {
      background: #FFDD35; }
    .selectric-form-select .selectric-items li.disabled, .selectric-select-subscript .selectric-items li.disabled {
      opacity: 0.5;
      filter: alpha(opacity=50);
      border-bottom: 1px solid #DBDBDB; }

.selectric-form-select .selectric .label {
  padding-left: 20px; }

.selectric-select-submenu .selectric {
  border: 0;
  background: #F0F0F0;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .selectric-select-submenu .selectric .label {
    font-size: 1em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
    margin-right: 50px;
    line-height: normal;
    height: auto;
    margin-left: 0;
    text-align: left;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
    .selectric-select-submenu .selectric .label::before {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      position: absolute;
      left: 15px;
      top: 0;
      background-image: url(../images/ico/ico_pin.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .selectric-select-submenu .selectric .button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/ico/ico_arrow_down_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto; }

.selectric-select-submenu .selectric-items {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid #DBDBDB;
  -webkit-animation: ani-fadein 300ms;
  animation: ani-fadein 300ms;
  text-align: left; }
  .selectric-select-submenu .selectric-items ul {
    font-size: 1em; }
  .selectric-select-submenu .selectric-items li {
    border: 0;
    color: #242422;
    font-size: 1em;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .selectric-select-submenu .selectric-items li:first-child {
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
    .selectric-select-submenu .selectric-items li:last-child {
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
    .selectric-select-submenu .selectric-items li.selected {
      background: transparent;
      font-weight: bold; }
    .selectric-select-submenu .selectric-items li:hover {
      background: #FFDD35; }
    .selectric-select-submenu .selectric-items li.disabled {
      opacity: 0.5;
      filter: alpha(opacity=50);
      border-bottom: 1px solid #DBDBDB; }

.selectric-select-preview .label {
  color: #242422; }

.selectric-select-preview .selectric {
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }

.selectric-select-preview .selectric-items {
  background-color: transparent;
  border: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .selectric-select-preview .selectric-items li {
    color: #fff;
    background: #242422; }
    .selectric-select-preview .selectric-items li.selected {
      color: #FFDD35;
      font-weight: bold;
      background: #242422; }
    .selectric-select-preview .selectric-items li:hover {
      background: #454543; }

.selectric-select-preview .selectric-items {
  top: auto;
  bottom: calc( 100% + 10px); }
  .selectric-select-preview .selectric-items li:first-child {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0; }
  .selectric-select-preview .selectric-items li:last-child {
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px; }

.selectric-select-filter {
  width: 170px; }
  .selectric-select-filter .selectric {
    border: 0;
    background: #F5F5F5;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .selectric-select-filter .selectric:hover {
      background: #ededed; }
    .selectric-select-filter .selectric .label {
      font-size: 0.875em;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: normal;
      height: auto;
      margin-right: 40px;
      margin-left: 16px;
      text-align: left;
      padding: 10px 0;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px; }
    .selectric-select-filter .selectric .button {
      width: 40px;
      height: 100%;
      background-color: transparent;
      background-image: url(../images/ico/ico_arrow_down_black.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px auto; }
  .selectric-select-filter .selectric-items {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 0px solid #DBDBDB;
    -webkit-animation: ani-fadein 300ms;
    animation: ani-fadein 300ms;
    text-align: left;
    top: calc( 100% + 10px); }
    .selectric-select-filter .selectric-items .selectric-scroll {
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      border-radius: 18px;
      overflow: hidden; }
    .selectric-select-filter .selectric-items ul {
      font-size: 1em;
      background: #242422;
      padding-top: 12px;
      padding-bottom: 12px; }
    .selectric-select-filter .selectric-items li {
      border: 0;
      background: #242422;
      color: #fff;
      font-size: 1em;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .selectric-select-filter .selectric-items li:first-child {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; }
      .selectric-select-filter .selectric-items li:last-child {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px; }
      .selectric-select-filter .selectric-items li.selected {
        color: #FFDD35;
        font-weight: bold; }
      .selectric-select-filter .selectric-items li:hover {
        background: #454543; }
      .selectric-select-filter .selectric-items li.disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        border-bottom: 1px solid #DBDBDB; }
  .selectric-select-filter.selectric-open .selectric {
    background: #242422; }
    .selectric-select-filter.selectric-open .selectric .label {
      color: #fff; }
    .selectric-select-filter.selectric-open .selectric .button {
      background-image: url(../images/ico/ico_arrow_down_white.svg);
      background-size: 30px auto; }

.modal-backdrop {
  background: rgba(36, 36, 34, 0.95); }
  .modal-backdrop.show {
    opacity: 1;
    filter: alpha(opacity=100); }

.modal-dialog {
  display: none;
  margin: 20px; }

.modal-content {
  background: transparent;
  border: 0; }
  .modal-content img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.modal-header {
  padding: 0;
  border: 0; }
  .modal-header .modal-title {
    display: none; }

.modal-footer {
  text-align: left;
  border: 0; }

.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px !important;
  a: hover;
    a-opacity: 1;
    a-text-decoration: none; }
  .ekko-lightbox .modal-body {
    padding: 0; }
  .ekko-lightbox-container {
    position: relative; }
    .ekko-lightbox-container > div.ekko-lightbox-item {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%; }
  .ekko-lightbox iframe {
    width: 100%;
    height: 100%; }
  .ekko-lightbox-nav-overlay {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .ekko-lightbox-nav-overlay a {
      z-index: 100; }
      .ekko-lightbox-nav-overlay a.disabled {
        cursor: default;
        visibility: hidden; }
    .ekko-lightbox-nav-overlay .btn-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer; }
    .ekko-lightbox-nav-overlay .btn-prev {
      left: 20px; }
    .ekko-lightbox-nav-overlay .btn-next {
      right: 20px; }
    @media (max-width: 767px) {
      .ekko-lightbox-nav-overlay .btn-arrow {
        position: fixed;
        top: auto;
        bottom: 20px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .ekko-lightbox .close {
    z-index: 19994;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 20px;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #FFDD35;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0px;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100); }
    .ekko-lightbox .close::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      background-image: url(../images/ico/ico_close.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-repeat: repeat;
      width: 30px;
      height: 30px;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .ekko-lightbox .close:hover::before {
      background-position: 0 30px; }
    @media (min-width: 768px) {
      .ekko-lightbox .close {
        right: 40px;
        top: 40px; } }
    .ekko-lightbox .close::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ekko-lightbox .close:hover, .ekko-lightbox .close:focus, .ekko-lightbox .close:active, .ekko-lightbox .close:visited {
      outline: none; }
  .ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ekko-lightbox-loader > div {
      width: 40px;
      height: 40px;
      position: relative;
      text-align: center; }
      .ekko-lightbox-loader > div > div {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        animation: sk-bounce 2.0s infinite ease-in-out; }
        .ekko-lightbox-loader > div > div:last-child {
          animation-delay: -1.0s; }
  .modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333; }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.mec-events-meta-group-booking-shortcode {
  background: #fff;
  color: #242422;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 40px 15px; }
  @media (min-width: 992px) {
    .mec-events-meta-group-booking-shortcode {
      padding: 40px; } }
  .mec-events-meta-group-booking-shortcode .mec-error {
    background: transparent;
    border: 1px solid #CE3A2E;
    color: #CE3A2E !important;
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: normal; }
    .mec-events-meta-group-booking-shortcode .mec-error:last-child {
      margin-bottom: 0; }
    .mec-events-meta-group-booking-shortcode .mec-error::before {
      content: "";
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #CE3A2E;
      background-image: url(../images/ico/ico_alert.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.mec-booking-shortcode {
  text-align: left; }
  .mec-booking-shortcode h4 {
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900; }
  .mec-booking-shortcode button, .mec-booking-shortcode button.mec-book-form-back-button {
    background: #FFDD35;
    color: #242422;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 40%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .mec-booking-shortcode button:hover, .mec-booking-shortcode button:focus, .mec-booking-shortcode button.mec-book-form-back-button:hover, .mec-booking-shortcode button.mec-book-form-back-button:focus {
      background: #242422;
      color: #FFDD35;
      box-shadow: none !important; }
    .mec-booking-shortcode button[type=submit], .mec-booking-shortcode button.mec-book-form-back-button[type=submit] {
      font-size: 16px;
      font-weight: 900; }
  .mec-booking-shortcode .mec-event-ticket-name, .mec-booking-shortcode .mec-event-ticket-price, .mec-booking-shortcode .mec-ticket-variation-name, .mec-booking-shortcode .mec-ticket-variation-price, .mec-booking-shortcode label {
    color: #242422;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px !important;
    vertical-align: middle; }
  .mec-booking-shortcode .mec-ticket-available-spots {
    margin-bottom: 0px !important; }
  .mec-booking-shortcode .mec-event-ticket-name, .mec-booking-shortcode .mec-ticket-name, .mec-booking-shortcode .mec-book-form-gateway-label {
    vertical-align: middle;
    line-height: 30px; }
    .mec-booking-shortcode .mec-event-ticket-name::before, .mec-booking-shortcode .mec-ticket-name::before, .mec-booking-shortcode .mec-book-form-gateway-label::before {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url(../images/ico/ico_ticket.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .mec-booking-shortcode .mec-ticket-name {
    color: #242422;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    padding: 0; }
  .mec-booking-shortcode .mec-ticket-price, .mec-booking-shortcode .mec-ticket-variation-price, .mec-booking-shortcode .mec-event-ticket-price {
    font-size: 16px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    padding: 5px 12px 5px;
    color: #242422;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    background: #242422;
    color: #fff; }
  .mec-booking-shortcode .mec-ticket-price {
    background: #FFDD35;
    color: #242422; }
  .mec-booking-shortcode .mec-booking-field-required {
    font-size: 14px; }
  .mec-booking-shortcode .mec-booking-form-container.row {
    margin-left: 0;
    margin-right: 0; }
  .mec-booking-shortcode .mec-book-ticket-container {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
  .mec-booking-shortcode .mec-book-tickets-container {
    width: 100%; }
  .mec-booking-shortcode span.mec-event-ticket-available {
    color: #242422;
    font-size: 0.875em;
    font-weight: normal; }
    .mec-booking-shortcode span.mec-event-ticket-available > span {
      font-weight: bold; }
  .mec-booking-shortcode .mec-book-reg-field-mec_email, .mec-booking-shortcode .mec-book-reg-field-name {
    width: 100%;
    margin-right: 0;
    display: block; }
  .mec-booking-shortcode .nice-select, .mec-booking-shortcode input {
    border-color: #DBDBDB !important;
    color: #242422;
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px; }
  .mec-booking-shortcode label.wn-checkbox-label {
    border: 2px solid #242422; }
    .mec-booking-shortcode label.wn-checkbox-label::before, .mec-booking-shortcode label.wn-checkbox-label::after {
      background: #242422; }
  .mec-booking-shortcode .mec-book-form-btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .mec-booking-shortcode button.mec-book-form-back-button {
    background: #F5F5F5; }
  .mec-booking-shortcode input::-webkit-input-placeholder {
    color: rgba(36, 36, 34, 0.4); }
  .mec-booking-shortcode input:-ms-input-placeholder {
    color: rgba(36, 36, 34, 0.4); }
  .mec-booking-shortcode .mec-book-form-price {
    width: 100%;
    border: 0; }
    .mec-booking-shortcode .mec-book-form-price .mec-book-price-details {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      border: 0 !important;
      border-top: 1px solid #DBDBDB !important;
      margin-bottom: 0; }
    .mec-booking-shortcode .mec-book-form-price .mec-book-price-detail {
      border: 0 !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px; }
      .mec-booking-shortcode .mec-book-form-price .mec-book-price-detail:nth-child(odd) {
        background: #F5F5F5; }
      .mec-booking-shortcode .mec-book-form-price .mec-book-price-detail .mec-book-price-detail-description {
        font-size: 16px;
        color: #242422; }
      .mec-booking-shortcode .mec-book-form-price .mec-book-price-detail .mec-book-price-detail-amount {
        font-size: 20px; }
    .mec-booking-shortcode .mec-book-form-price .mec-book-price-total {
      color: #CE3A2E;
      width: 100%;
      text-align: right;
      padding: 18px 18px;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 900;
      border-top: 2px solid #DBDBDB; }
  .mec-booking-shortcode .mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child {
    margin-right: 0; }
  .mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text] {
    border: 1px solid #DBDBDB !important; }
  .mec-booking-shortcode .mec-gateway-message.mec-success {
    font-size: 16px;
    padding-left: 60px;
    position: relative;
    border: 0;
    background: #242422;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    border: 2px solid rgba(96, 183, 134, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .mec-booking-shortcode .mec-gateway-message.mec-success::before {
      content: "";
      width: 35px;
      height: 35px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 12px;
      top: 12px; }
    .mec-booking-shortcode .mec-gateway-message.mec-success::before {
      background-image: url(../images/ico/ico_success.svg); }
  .mec-booking-shortcode .mec-gateway-message.mec-error {
    font-size: 14px; }
  .mec-booking-shortcode .mec-book-form-gateways {
    margin-bottom: 0; }
  .mec-booking-shortcode .wbmec-mandatory, .mec-booking-shortcode .mec-booking-field-required {
    color: #CE3A2E; }
  .mec-booking-shortcode .mec-book-form-gateway-label {
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: auto;
    align-items: center;
    text-transform: uppercase; }
    .mec-booking-shortcode .mec-book-form-gateway-label::before {
      background-image: url(../images/ico/ico_card.svg); }
    .mec-booking-shortcode .mec-book-form-gateway-label label {
      font-size: 18px;
      vertical-align: middle;
      margin-bottom: 0 !important; }

.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text], .mec-events-meta-group-booking .mec-booking-shortcode .StripeElement {
  border: 1px solid #DBDBDB !important; }

/*------------------------------------------------------------------------ */
.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  line-height: normal; }

.nav-main > li > a {
  font-weight: bold;
  text-transform: uppercase; }

.nav-main > li:hover > a::before, .nav-main > li.active > a::before {
  width: calc( 100% + 0.4em); }

@media (max-width: 1300px) {
  .nav-main {
    margin-bottom: 40px; }
    .nav-main > li {
      width: 100%;
      padding-left: 33px; }
      .nav-main > li > a {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        position: relative; }
    .nav-main .ico-sub {
      width: 15px;
      height: 30px;
      display: block;
      position: absolute;
      left: -35px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .nav-main .ico-sub::before, .nav-main .ico-sub::after {
        width: 10px;
        height: 2px;
        background: #FFDD35;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
        content: "";
        display: block; }
      .nav-main .ico-sub::before {
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .nav-main .ico-sub::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); } }

@media (min-width: 1301px) {
  .nav-main > li {
    position: relative; }
    .nav-main > li:not(:last-child) {
      margin-right: 60px; }
    .nav-main > li > a {
      letter-spacing: 0.5px;
      font-size: 0.875em;
      position: relative;
      z-index: 0; }
      .nav-main > li > a::before {
        content: "";
        width: calc( 100% + 0.4em);
        height: 40%;
        display: block;
        position: absolute;
        left: -0.2em;
        top: 50%;
        background: #FFDD35;
        z-index: -1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .nav-main > li > a::before {
        width: 0;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
    .nav-main > li:hover > a::before, .nav-main > li.active > a::before {
      width: calc( 100% + 0.4em); }
  .nav-main .li-title {
    font-weight: bold; } }

@media (min-width: 1301px) and (max-width: 1520px) {
  .nav-main > li:not(:last-child) {
    margin-right: 30px; } }

.nav-sub .li-title {
  font-weight: bold; }

@media (max-width: 1300px) {
  .nav-sub li {
    width: 100%;
    margin: 10px 0; }
    .nav-sub li > a {
      color: #fff; }
      .nav-sub li > a:hover, .nav-sub li > a:focus {
        color: #FFDD35; }
      .nav-sub li > a:visited {
        color: #fff; }
      .nav-sub li > a:active {
        color: #fff; }
  .nav-sub .txt-yellow {
    color: #d8b400; }
  .nav-sub:not(:first-child) {
    margin-top: 1em; } }

@media (min-width: 1301px) {
  .nav-sub {
    padding-left: 25px;
    padding-right: 25px; }
    .nav-sub li {
      width: 100%;
      margin-top: 8px;
      margin-bottom: 8px; }
    .nav-sub a {
      display: block;
      color: #fff;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .nav-sub a:hover, .nav-sub a:focus {
        color: #FFDD35; }
      .nav-sub a:visited {
        color: #fff; }
      .nav-sub a:active {
        color: #fff; }
    .nav-sub:not(:first-child) {
      border-left: 1px solid #454543; } }

.nav-ctrl .btn-ico {
  width: 40px;
  height: 40px;
  padding: 5px; }

.nav-ctrl .ico-svg {
  fill: none;
  stroke: #FFDD35;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #242422; }

.nav-ctrl .txt-with-ico .txt {
  line-height: 40px;
  font-weight: bold; }

.nav-ctrl .txt-logout {
  border-top: 1px solid #454543;
  margin-bottom: -10px; }
  .nav-ctrl .txt-logout .ico-svg {
    margin-left: -8px; }
  .nav-ctrl .txt-logout .txt {
    padding-left: 0; }

.nav-ctrl .li-avatar.hide, .nav-ctrl .li-login.hide {
  display: none; }

@media (max-width: 1300px) {
  .nav-ctrl {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
    .nav-ctrl li {
      order: 2; }
      .nav-ctrl li > a {
        color: #fff; }
        .nav-ctrl li > a:hover, .nav-ctrl li > a:focus {
          color: #FFDD35; }
        .nav-ctrl li > a:visited {
          color: #fff; }
        .nav-ctrl li > a:active {
          color: #fff; }
    .nav-ctrl .li-avatar {
      width: 100%;
      margin-bottom: 20px;
      order: 1;
      text-transform: uppercase;
      font-weight: bold;
      border-top: 1px solid #454543;
      border-bottom: 1px solid #454543;
      padding-top: 20px;
      padding-bottom: 20px; }
      .nav-ctrl .li-avatar .txt-avatar {
        display: none; }
      .nav-ctrl .li-avatar .txt-logout {
        margin-top: -4px;
        border-top: 0px solid #454543; }
        .nav-ctrl .li-avatar .txt-logout .txt {
          line-height: normal; }
        .nav-ctrl .li-avatar .txt-logout .ico-svg {
          stroke: #fff; }
      .nav-ctrl .li-avatar .nav-sub > li {
        padding-top: 8px;
        padding-bottom: 8px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .nav-ctrl .li-lang .box-sub {
      display: inline; }
    .nav-ctrl .li-lang .txt-lang {
      display: inline-block;
      color: #FFDD35; }
      .nav-ctrl .li-lang .txt-lang .ico-svg {
        display: none; }
    .nav-ctrl .li-lang .nav-lang > li {
      width: auto;
      margin-left: 20px;
      padding-left: 20px; }
    .nav-ctrl .li-login {
      position: relative;
      margin-left: 20px;
      padding-left: 20px; }
      .nav-ctrl .li-login::before {
        content: "";
        height: 15px;
        width: 1px;
        position: absolute;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #454543;
        top: 50%; }
      .nav-ctrl .li-login .btn-user .ico-svg {
        stroke: #fff; }
    .nav-ctrl .li-search {
      width: 100%;
      padding-top: 15px; } }

@media (min-width: 1301px) {
  .nav-ctrl > li:not(:last-child) {
    margin-right: 20px; }
  .nav-ctrl .li-lang {
    position: relative; }
    .nav-ctrl .li-lang .txt-lang {
      font-size: 0.875em;
      margin-right: -7px; }
    .nav-ctrl .li-lang .nav-lang {
      opacity: 0;
      filter: alpha(opacity=0);
      pointer-events: none; }
    .nav-ctrl .li-lang:hover .nav-lang {
      opacity: 1;
      filter: alpha(opacity=100);
      pointer-events: auto; }
  .nav-ctrl .li-avatar .txt-avatar {
    height: 100%; }
  .nav-ctrl .li-avatar .txt-name {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 600; } }

@media (max-width: 1300px) {
  .nav-lang {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: row; }
    .nav-lang > li {
      position: relative; }
      .nav-lang > li::before {
        content: "";
        height: 15px;
        width: 1px;
        position: absolute;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #454543;
        top: 50%; }
    .nav-lang a {
      display: block; } }

@media (min-width: 1301px) {
  .nav-lang {
    text-align: center;
    width: 100%;
    min-width: 60px !important;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .nav-lang::after {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 20px);
      background: #242422;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
    .nav-lang > li {
      width: 100%;
      display: block;
      line-height: normal; }
    .nav-lang a {
      color: #fff; }
      .nav-lang a:hover, .nav-lang a:focus {
        color: #FFDD35; }
      .nav-lang a:visited {
        color: #fff; }
      .nav-lang a:active {
        color: #fff; } }

.nav-media li:not(:last-child) {
  margin-right: 10px; }

.nav-media .btn-ico {
  border: 1px solid #454543;
  background: transparent;
  padding: 5px; }
  .nav-media .btn-ico .ico-svg {
    fill: #fff; }
  .nav-media .btn-ico:hover {
    background: #FFDD35; }
    .nav-media .btn-ico:hover .ico-svg {
      fill: #242422; }

.nav-media.light .btn-ico {
  border: 0px solid #DBDBDB;
  background: #fff;
  width: 45px;
  height: 45px; }
  .nav-media.light .btn-ico .ico-svg {
    fill: #242422; }
  .nav-media.light .btn-ico:hover {
    border-color: #FFDD35; }

.nav-footer {
  text-transform: uppercase;
  font-size: 0.875em; }
  @media (max-width: 992px) {
    .nav-footer li {
      width: 50%;
      margin-bottom: 20px; }
      .nav-footer li:last-child(1), .nav-footer li:last-child(2) {
        margin-bottom: 0; } }
  @media (min-width: 993px) and (max-width: 1400px) {
    .nav-footer {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  @media (min-width: 1401px) {
    .nav-footer li:not(:last-child) {
      margin-right: 40px; } }

.nav-submenu {
  margin: auto;
  justify-content: center; }
  .nav-submenu li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px; }
    @media (min-width: 992px) {
      .nav-submenu li {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (min-width: 1640px) {
      .nav-submenu li {
        padding-right: 60px;
        padding-left: 60px; } }
    .nav-submenu li:first-child {
      padding-left: 0; }
    .nav-submenu li:last-child {
      padding-right: 0; }
    .nav-submenu li:not(:first-child) {
      position: relative; }
      .nav-submenu li:not(:first-child)::before {
        content: "";
        display: block;
        height: 10px;
        width: 1px;
        background: #5BA4C0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .nav-submenu li a {
      color: #242422;
      padding: 0;
      position: relative;
      display: inline-block;
      z-index: 0;
      font-size: 0.875em; }
      .nav-submenu li a:hover, .nav-submenu li a:focus {
        color: #242422; }
      .nav-submenu li a:visited {
        color: #242422; }
      .nav-submenu li a:active {
        color: #242422; }
      .nav-submenu li a::before {
        content: "";
        width: 0;
        height: 30%;
        background: #FFDD35;
        display: block;
        position: absolute;
        z-index: -1;
        left: -0.2em;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .nav-submenu li a:hover::before {
        width: calc( 100% + 0.4em); }
      .nav-submenu li a.active::before {
        width: calc( 100% + 0.4em); }

/*------------------------------------------------------------------------ */
.b-card-default .box-img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  .b-card-default .box-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    border: 0px solid #ffe14f;
    mix-blend-mode: multiply;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 1; }
  .b-card-default .box-img:hover::before {
    border-width: 8px; }
  .b-card-default .box-img-wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.b-card-default .img-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.b-card-default .img-logo {
  width: 50%;
  max-width: 100px;
  padding-top: 25%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.b-card-default .txt-line-hover:hover {
  width: 0; }

.b-card-default .ico-slash {
  color: #d8b400;
  font-weight: 900;
  margin-left: 8px;
  margin-right: 6px; }

.b-card-default:hover .box-img::before {
  border-width: 8px; }

.b-card-default:hover .img-card {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.b-card-default:hover .txt-line-hover::before {
  width: calc( 100% + 0.4em); }

.b-card-event {
  padding-bottom: 60px;
  position: relative;
  line-height: normal; }
  .b-card-event .box-img {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .b-card-event .box-img {
        margin-bottom: 20px; } }
  .b-card-event .img-card {
    padding-top: 123.40876%; }
  @media (min-width: 992px) {
    .b-card-event .txt-title {
      font-size: 1.125em;
      line-height: 1.3; } }
  .b-card-event .txt-category {
    font-weight: bold;
    text-transform: uppercase; }
  .b-card-event .row-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 0.875em;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px; }
  .b-card-event .txt-with-ico-loc {
    align-items: center; }

.b-card-event2 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  height: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 80px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  border: 1px solid #ededed; }
  .b-card-event2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    border: 0px solid #ffe14f;
    mix-blend-mode: multiply;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 1; }
  .b-card-event2:hover::before {
    border-width: 8px; }
  .b-card-event2:hover {
    border-color: transparent; }
  .b-card-event2 .box-event {
    margin: -1px; }
  .b-card-event2 .img-event {
    padding-top: 66.66667%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0; }
  .bg2:not(.bg2-white) .b-card-event2 {
    border: 0; }
    .bg2:not(.bg2-white) .b-card-event2 .box-event {
      margin: 0; }
  .b-card-event2 .box-ctx {
    border-top: 0;
    padding: 15px 20px 0; }
  .b-card-event2 .txt-event-loc {
    justify-content: center;
    margin-bottom: 5px; }
  .b-card-event2 .txt-event-title {
    font-size: 1.125em;
    font-weight: 600;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4; }
  .b-card-event2 .txt-event-status {
    position: absolute;
    left: 15px;
    top: 15px; }
  @media (max-width: 991px) {
    .b-card-event2 .box-event {
      margin: -1px; } }
  @media (min-width: 992px) {
    .b-card-event2 {
      padding-bottom: 95px; }
      .b-card-event2:not(.b-event-sm) .txt-event-title {
        font-size: 1.5em; }
      .b-card-event2 .txt-event-status {
        display: none; } }
  .b-card-event2 .b-event-date {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .b-card-event2 .b-event-date .ico-hyphen {
      background: #5BA4C0; }
    @media (max-width: 991px) {
      .b-card-event2 .b-event-date {
        border-top: 1px solid #ededed; }
        .b-card-event2 .b-event-date .col1 {
          border-right: 1px solid #ededed; }
        .b-card-event2 .b-event-date-time .col1 {
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%; }
        .b-card-event2 .b-event-date-time .col2 {
          -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
          max-width: 58.33333%; } }
    @media (min-width: 992px) {
      .b-card-event2 .b-event-date {
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center; }
        .b-card-event2 .b-event-date .col {
          width: auto;
          max-width: none;
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: -webkit-inline-flex;
          display: inline-flex; }
        .b-card-event2 .b-event-date:not(.b-event-date-time) .col1 {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          position: relative;
          align-items: center;
          padding-right: 0; }
          .b-card-event2 .b-event-date:not(.b-event-date-time) .col1::after {
            content: "";
            height: 1px;
            width: 20px;
            background: #5BA4C0;
            display: block;
            margin-left: 20px;
            margin-right: 20px; }
        .b-card-event2 .b-event-date:not(.b-event-date-time) .col2 {
          padding-left: 0; }
        .b-card-event2 .b-event-date.b-event-date-time .col1 {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          position: relative;
          align-items: center;
          padding-right: 0; }
          .b-card-event2 .b-event-date.b-event-date-time .col1::after {
            content: "";
            height: 4px;
            width: 4px;
            background: #FFDD35;
            display: block;
            margin-left: 15px;
            margin-right: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px; }
        .b-card-event2 .b-event-date.b-event-date-time .col2 {
          padding-left: 0; } }

.b-card-logo .box-img {
  margin-bottom: 20px; }
  .b-card-logo .box-img .img-card {
    padding-top: 123.40876%; }

.b-card-logo .txt-subtitle {
  font-size: 0.875em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  line-height: normal; }
  .b-card-logo .txt-subtitle .txt-category {
    color: #5BA4C0; }
  .b-card-logo .txt-subtitle .txt-status {
    color: #d8b400; }

.b-card-logo .ico-slash {
  color: rgba(36, 36, 34, 0.5);
  font-weight: 400; }

.b-card-logo .txt-brand {
  font-size: 1.5em;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.5em; }

.b-card-logo .txt-desc {
  line-height: 1.5; }

@media (max-width: 991px) {
  .b-card-logo .txt-brand {
    font-size: 1.25em;
    margin-bottom: 0.3em; } }

.b-card-tall {
  position: relative; }
  .b-card-tall::after {
    content: "";
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0%;
    height: 20%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    transition: 1s; }
  .b-card-tall:hover::after {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: -5%; }
  @media (min-width: 992px) {
    .b-card-tall .box-img-wrapper {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .b-card-tall .box-img::before {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }
  .b-card-tall .box-img-wrapper::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #242422;
    background: -moz-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
    background: -webkit-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
    background: linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-card-tall .box-img-wrapper .img-card {
    padding-top: 165.78947%; }
  .b-card-tall .box-ctx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden; }
  .b-card-tall .txt-card {
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px;
    line-height: normal;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .b-card-tall .txt-card-cat {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #FFDD35;
      margin-bottom: 4px; }
  .b-card-tall .btn-arrow {
    width: 70px;
    height: 70px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transform: translate(0, 100%) scale(0.5);
    -ms-transform: translate(0, 100%) scale(0.5);
    transform: translate(0, 100%) scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0); }
  .b-card-tall:hover .txt-card {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  .b-card-tall:hover .img-card {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .b-card-tall:hover .btn-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0%) scale(1);
    -ms-transform: translate(0, 0%) scale(1);
    transform: translate(0, 0%) scale(1); }
  .b-card-tall-square .txt-card {
    letter-spacing: 0px; }
  .b-card-tall-square .img-card::after {
    height: 50%; }
  @media (max-width: 991px) {
    .b-card-tall-square {
      max-width: 400px;
      margin: auto; }
      .b-card-tall-square .box-img-wrapper .img-card {
        padding-top: 100%; }
      .b-card-tall-square .box-img-wrapper::after {
        height: 70%; }
      .b-card-tall-square .box-ctx {
        padding-bottom: 30px; }
      .b-card-tall-square .txt-card {
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        font-size: 1.5em;
        padding-bottom: 12px; }
      .b-card-tall-square .btn-arrow {
        width: 50px;
        height: 50px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0%) scale(1);
        -ms-transform: translate(0, 0%) scale(1);
        transform: translate(0, 0%) scale(1); } }

.b-card-tall2 {
  position: relative;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-card-tall2::after {
    content: "";
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0%;
    height: 20%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    transition: 1s; }
  @media (min-width: 992px) {
    .b-card-tall2 .box-img {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      .b-card-tall2 .box-img::before {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; } }
  .b-card-tall2 .img-card {
    position: relative;
    padding-top: 65%;
    -webkit-transition: 2s;
    transition: 2s; }
    .b-card-tall2 .img-card::after {
      content: "";
      width: 100%;
      height: 70%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(36, 36, 34, 0);
      background: -moz-linear-gradient(0deg, rgba(36, 36, 34, 0) 0%, #242422 100%);
      background: -webkit-linear-gradient(0deg, rgba(36, 36, 34, 0) 0%, #242422 100%);
      background: linear-gradient(0deg, rgba(36, 36, 34, 0) 0%, #242422 100%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  .b-card-tall2 .box-ctx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    line-height: normal; }
    .b-card-tall2 .box-ctx .txt-name {
      color: #FFDD35;
      font-size: 1.375em;
      font-weight: bold; }
    .b-card-tall2 .box-ctx .txt-data {
      color: #fff;
      font-size: 2.8125em; }
      .b-card-tall2 .box-ctx .txt-data .txt-num {
        display: inline-block;
        letter-spacing: -2px; }
      .b-card-tall2 .box-ctx .txt-data .txt-unit {
        display: inline-block;
        font-size: 0.5em;
        margin-left: -0.1em; }
  .b-card-tall2:hover .img-card {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (min-width: 992px) {
    .b-card-tall2 .box-ctx {
      padding: 30px; }
    .b-card-tall2 .img-card {
      padding-top: 165.78947%; } }
  @media (min-width: 1200px) {
    .b-card-tall2 .box-ctx {
      padding: 40px 30px; } }

.b-card-tall-intro {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  height: 100%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-card-tall-intro::after {
    content: "";
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0%;
    height: 20%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    transition: 1s; }
  .b-card-tall-intro .box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .b-card-tall-intro .box-img-wrapper {
      height: 100%; }
    .b-card-tall-intro .box-img .img-card {
      padding-top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 2s;
      transition: 2s; }
  .b-card-tall-intro .box-ctx {
    text-align: center;
    z-index: 0;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .b-card-tall-intro .box-ctx::after {
      content: "";
      width: 100%;
      height: calc( 100% + 60px);
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background: #242422;
      background: -moz-linear-gradient(0deg, #242422 50%, rgba(36, 36, 34, 0) 100%);
      background: -webkit-linear-gradient(0deg, #242422 50%, rgba(36, 36, 34, 0) 100%);
      background: linear-gradient(0deg, #242422 50%, rgba(36, 36, 34, 0) 100%);
      z-index: -1;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  .b-card-tall-intro .ico {
    width: 100px;
    margin-bottom: 5px; }
  .b-card-tall-intro .txt-card {
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 10px;
    line-height: normal;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-card-tall-intro .txt-desc {
    color: #fff;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px; }
  .b-card-tall-intro .link-highlight {
    color: #5BA4C0; }
    .b-card-tall-intro .link-highlight::before {
      display: none; }
    .b-card-tall-intro .link-highlight:hover, .b-card-tall-intro .link-highlight:focus {
      color: #FFDD35; }
    .b-card-tall-intro .link-highlight:visited {
      color: #5BA4C0; }
    .b-card-tall-intro .link-highlight:active {
      color: #5BA4C0; }
  .b-card-tall-intro .txt-yellow {
    margin-bottom: 10px; }
  .b-card-tall-intro .list-yellow {
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: auto; }
  .b-card-tall-intro:hover .img-card {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 991px) {
    .b-card-tall-intro {
      padding-top: 100px; } }
  @media (min-width: 992px) {
    .b-card-tall-intro {
      padding-top: 100px;
      min-height: 600px; }
      .b-card-tall-intro .btn-arrow {
        width: 30px;
        height: 30px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .b-card-tall-intro:hover .btn-arrow {
        width: 70px;
        height: 70px;
        opacity: 1;
        filter: alpha(opacity=100); } }

.b-card-office {
  position: relative;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-card-office:hover {
    -moz-box-shadow: 0px 30px 43px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 43px -4px rgba(0, 0, 0, 0.1); }
  .b-card-office .img-txt {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .b-card-office .img-space {
    width: 100%;
    padding-top: 65%;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .b-card-office .txt-office-space {
    font-size: 1.75em; }
  .b-card-office .txt-desc {
    line-height: 1.7;
    margin-bottom: 40px; }
  .b-card-office .txt-feature {
    font-weight: bold;
    margin-bottom: 5px; }
  .b-card-office .txt-value {
    line-height: 30px; }
  .b-card-office .box-feature .row-btw {
    padding-top: 10px; }
    .b-card-office .box-feature .row-btw:not(:last-child) {
      border-bottom: 1px solid #DBDBDB;
      padding-bottom: 10px; }
    .b-card-office .box-feature .row-btw .ico-svg {
      stroke: #242422; }
    .b-card-office .box-feature .row-btw .txt {
      line-height: normal; }
  @media (max-width: 991px) {
    .b-card-office {
      padding-top: 0; }
      .b-card-office > * {
        order: 2; }
      .b-card-office .img-space {
        order: 1;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        margin-bottom: 20px; }
      .b-card-office .img-txt {
        position: absolute;
        right: 0;
        width: 140px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .b-card-office .txt-office-space {
        margin-top: 5px;
        margin-bottom: 10px; }
      .b-card-office .txt-desc {
        margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .b-card-office .row-top {
      z-index: 1; }
    .b-card-office .img-space {
      margin-top: -30px; }
    .b-card-office .img-txt {
      width: 50%;
      margin-left: auto;
      margin-right: -20px; }
    .b-card-office .txt-office-space {
      font-size: 3.125em;
      margin-top: -1em; }
      .b-card-office .txt-office-space > span {
        display: block; } }

.b-card-square {
  position: relative;
  width: 100%;
  text-align: center; }
  .b-card-square::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #F5F5F5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .b-card-square-wrapper {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    padding-left: 20px;
    padding-right: 20px; }
    .b-card-square-wrapper .img {
      width: 60px; }
    .b-card-square-wrapper .txt {
      font-weight: bold; }

.b-card-test {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
  text-align: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .b-card-test .ico-quote {
    width: 40px;
    height: auto;
    position: absolute;
    fill: #FFDD35;
    left: 15%;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .b-card-test .txt-test {
    font-size: 1.125em;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .b-card-test .line {
    height: 50px;
    width: 1px;
    background: #DBDBDB;
    margin: 10px auto;
    display: block; }
  .b-card-test .txt-ppl {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    z-index: 0; }
    .b-card-test .txt-ppl::before {
      content: "";
      width: 0;
      height: 30%;
      background: #FFDD35;
      display: block;
      position: absolute;
      z-index: -1;
      left: -0.2em;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-card-test .txt-ppl:hover::before {
      width: calc( 100% + 0.4em); }
  .b-card-test:hover {
    -moz-box-shadow: 0px 45px 43px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 45px 43px -4px rgba(0, 0, 0, 0.1); }
  .b-card-test:hover .txt-ppl::before {
    width: calc( 100% + 0.4em); }
  .b-card-test .txt-desc {
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-weight: bold;
    font-size: 0.875em; }
  .b-card-test .img-ppl {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .b-card-test .txt-test {
      font-size: 1.5em; } }
  @media (min-width: 992px) {
    .b-card-test .txt-test {
      padding-left: 30px;
      padding-right: 30px; }
    .b-card-test .ico-quote {
      width: 50px; } }
  .b-card-test .box-img {
    width: 100%;
    margin-bottom: 20px; }
    .b-card-test .box-img .img-test {
      padding-top: 60%;
      -webkit-border-radius: 15px 15px 0 0;
      -moz-border-radius: 15px 15px 0 0;
      border-radius: 15px 15px 0 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .b-card-test .img-logo {
    width: 80px; }
  .b-card-test2 {
    padding-top: 0;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0; }
    .b-card-test2 .txt-test {
      font-size: 1.125em; }

.b-card-lab {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  height: 100%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-card-lab:hover {
    -moz-box-shadow: 0px 45px 43px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 45px 43px -4px rgba(0, 0, 0, 0.1); }
  .b-card-lab .img-lab {
    background-color: #FFDD35;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px; }
  .b-card-lab .txt-slash {
    font-weight: 900; }
    .b-card-lab .txt-slash::before {
      margin-right: 0.5em; }
  .b-card-lab .txt-with-ico {
    width: 100%; }
    .b-card-lab .txt-with-ico:not(:last-child) {
      margin-bottom: 5px; }
    .b-card-lab .txt-with-ico .ico {
      width: 50px;
      height: 50px;
      min-width: 50px;
      max-width: 50px; }
    .b-card-lab .txt-with-ico .txt {
      margin-left: 10px;
      line-height: normal; }
  @media (max-width: 991px) {
    .b-card-lab .txt-slash {
      font-size: 1.25em; } }
  @media (min-width: 992px) {
    .b-card-lab .row-btw {
      flex-direction: column-reverse; }
    .b-card-lab .txt-slash {
      margin-bottom: 20px;
      flex-direction: column-reverse;
      text-align: center; }
      .b-card-lab .txt-slash::before {
        margin-top: 0.3em; }
    .b-card-lab .img-lab {
      margin: auto;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .b-card-lab {
      padding: 40px; }
      .b-card-lab .txt-slash {
        font-size: 1.5em; }
      .b-card-lab .img-lab {
        width: 100px;
        height: 100px; }
      .b-card-lab .ico {
        width: 60px;
        height: 60px;
        min-width: 60px;
        max-width: 60px; } }

.b-card-grey {
  background: #F5F5F5;
  padding: 40px 20px;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .b-card-grey .ico {
    width: 80px;
    margin-bottom: 10px; }
  .b-card-grey .txt-focus {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal; }
    @media (min-width: 1200px) {
      .b-card-grey .txt-focus {
        font-size: 1.125em; } }

.b-card-report .img-card {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.b-card-report .txt-report-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4; }

.b-card-report .txt-report-desc {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .b-card-report .txt-report-title {
    margin-top: 20px; }
  .b-card-report .txt-report-desc {
    height: 120px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-card-report .txt-show-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #5BA4C0;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    padding-top: 8px; }
    .b-card-report .txt-show-more::after {
      content: "";
      width: 100%;
      height: 70px;
      position: absolute;
      left: 0;
      bottom: 100%;
      background: white;
      background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none; }
  .b-card-report .b-download {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .b-card-report .txt-show-more {
    display: none; }
  .b-card-report .txt-report-title {
    font-size: 1.75em; }
  .b-card-report .txt-report-desc {
    margin-bottom: 40px; } }

.b-card-blog {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  height: 100%;
  border: 1px solid #ededed;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-card-blog:hover {
    border-color: transparent; }
  .bg2:not(.bg2-white) .b-card-blog {
    border: 0; }
  .b-card-blog .box-img-wrapper {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
  .b-card-blog .img-card {
    padding-top: 66.57895%;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 2s;
    transition: 2s; }
  .b-card-blog:not(.b-card-blog-lg) {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
    .b-card-blog:not(.b-card-blog-lg)::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      border: 0px solid #ffe14f;
      mix-blend-mode: multiply;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: 300ms;
      transition: 300ms;
      z-index: 1; }
    .b-card-blog:not(.b-card-blog-lg):hover::before {
      border-width: 8px; }
    .b-card-blog:not(.b-card-blog-lg):hover .img-card {
      -webkit-transform: translateZ(0) scale(1.1);
      -ms-transform: translateZ(0) scale(1.1);
      transform: translateZ(0) scale(1.1); }
  .b-card-blog .box-ctx {
    text-align: center;
    padding: 20px 30px 60px; }
  .b-card-blog .txt-blog-loc {
    justify-content: center;
    padding-right: 7px; }
  .b-card-blog .txt-blog-title {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4; }
  .b-card-blog .txt-blog-date {
    color: #666666;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.875em; }
  @media (min-width: 1200px) {
    .b-card-blog .box-ctx {
      padding: 30px;
      padding-bottom: 80px; }
    .b-card-blog .txt-blog-loc {
      margin-bottom: 8px; }
    .b-card-blog .txt-blog-title {
      font-size: 1.375em; }
    .b-card-blog .txt-blog-date {
      padding-bottom: 40px; } }

.b-card-blog-lg {
  border: 0; }
  .b-card-blog-lg .box-ctx {
    background: #242422;
    padding: 20px 30px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-card-blog-lg .txt-blog-title {
    color: #fff;
    margin-bottom: 30px; }
  .b-card-blog-lg .txt-blog-date {
    color: #FFDD35;
    position: static;
    font-weight: bold;
    padding-bottom: 0;
    width: auto; }
  @media (max-width: 991px) {
    .b-card-blog-lg .box-ctx {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-border-top-left-radius: 0;
      -moz-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-top-right-radius: 0;
      border-top-right-radius: 0;
      position: relative;
      z-index: 0; }
      .b-card-blog-lg .box-ctx::before {
        content: "";
        width: 100%;
        height: 100px;
        background: #242422;
        background: -moz-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
        background: -webkit-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
        background: linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
        position: absolute;
        left: 0;
        bottom: 100%;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        z-index: -1; } }
  @media (min-width: 992px) {
    .b-card-blog-lg {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row-reverse;
      align-items: center; }
      .b-card-blog-lg .box-ctx {
        padding: 40px; }
      .b-card-blog-lg .box-img {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: -8.33333%; }
        .b-card-blog-lg .box-img .img-card {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          -webkit-border-bottom-right-radius: 120px;
          -moz-border-bottom-right-radius: 120px;
          border-bottom-right-radius: 120px; }
      .b-card-blog-lg .box-ctx {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        height: auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        position: relative;
        z-index: 1;
        text-align: left;
        -moz-box-shadow: 0px 25px 31px -12px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 25px 31px -12px rgba(0, 0, 0, 0.2); }
        .b-card-blog-lg .box-ctx:hover .txt-blog-title {
          color: #FFDD35; }
      .b-card-blog-lg .txt-blog-title {
        font-size: 1.75em;
        margin-bottom: 40px;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .b-card-blog-lg:hover {
        -moz-box-shadow: none;
        box-shadow: none; } }

.b-card-magazine {
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 70px; }
  .b-card-magazine .img-card {
    width: 100%;
    border: 1px solid #ededed;
    margin: auto;
    max-width: 380px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-card-magazine .txt-year-season {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .b-card-magazine .txt-year-season {
        margin-top: 30px;
        margin-bottom: 12px; } }
  .b-card-magazine .txt-title {
    font-size: 1.5em;
    line-height: normal; }
  .b-card-magazine .b-download {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  @media (min-width: 992px) {
    .b-card-magazine:hover .img-card {
      -moz-box-shadow: 0px 25px 31px -12px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 25px 31px -12px rgba(0, 0, 0, 0.2); } }

.b-card-ticket {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .b-card-ticket:hover {
    box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.15), 0px -30px 30px -30px rgba(0, 0, 0, 0.15); }
  .b-card-ticket .img-ticket {
    padding-top: 66.57895%;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .b-card-ticket .txt-event-name {
    font-weight: bold;
    line-height: normal;
    font-size: 1.25em; }
  .b-card-ticket .txt-remark {
    font-weight: 600;
    font-size: 0.875em; }
  .b-card-ticket .txt-with-ico {
    align-items: flex-start; }
    .b-card-ticket .txt-with-ico .ico-svg {
      stroke: #242422;
      -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      transform: translate(0, -5px); }
    .b-card-ticket .txt-with-ico .txt {
      font-weight: normal;
      margin-left: 8px; }
  .b-card-ticket .txt-price, .b-card-ticket .txt-total {
    font-weight: bold; }
  .b-card-ticket .row {
    margin-left: 0;
    margin-right: 0; }
  .b-card-ticket .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .b-card-ticket .col-info, .b-card-ticket .col-price {
      padding-left: 20px;
      padding-right: 20px; }
  .b-card-ticket .box-ctx {
    height: calc( 100% - 30px - 65px); }
  .b-card-ticket .p-default {
    margin-bottom: 15px; }
  .b-card-ticket .txt-total {
    font-size: 1.25em;
    margin-bottom: 20px; }
  .b-card-ticket .box-line {
    height: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .b-card-ticket .box-line::before, .b-card-ticket .box-line::after {
      content: "";
      background: #F5F5F5;
      width: 10px;
      height: 100%;
      position: absolute; }
    .b-card-ticket .box-line::before {
      left: 0;
      -webkit-border-radius: 0 4em 4em 0;
      -moz-border-radius: 0 4em 4em 0;
      border-radius: 0 4em 4em 0; }
    .b-card-ticket .box-line::after {
      right: 0;
      -webkit-border-radius: 4em 0 0 4em;
      -moz-border-radius: 4em 0 0 4em;
      border-radius: 4em 0 0 4em; }
    .b-card-ticket .box-line .line {
      width: 100%;
      border-top: 2px dashed #DBDBDB; }
  .b-card-ticket .box-btn {
    padding: 8px 20px;
    text-align: center; }
    .b-card-ticket .box-btn .btn-default {
      width: 100%;
      max-width: none;
      text-transform: uppercase;
      letter-spacing: 2px;
      pointer-events: none; }

/*------------------------------------------------------------------------ */
.b-popup-inline {
  position: relative;
  width: 100%; }
  .b-popup-inline .box-ctx-wrapper {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px; }
  .b-popup-inline .box-ctx {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc( 100vw - 40px); }
    @media (max-width: 991px) {
      .b-popup-inline .box-ctx {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .b-popup-inline .box-ctx {
        max-width: 900px; } }
  .b-popup-inline a, .b-popup-inline .txt-toggle {
    color: #5BA4C0;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    cursor: pointer; }
    .b-popup-inline a:hover, .b-popup-inline a:focus, .b-popup-inline .txt-toggle:hover, .b-popup-inline .txt-toggle:focus {
      color: #242422; }
    .b-popup-inline a:visited, .b-popup-inline .txt-toggle:visited {
      color: #5BA4C0; }
    .b-popup-inline a:active, .b-popup-inline .txt-toggle:active {
      color: #5BA4C0; }
    .b-popup-inline a:hover, .b-popup-inline a:focus, .b-popup-inline .txt-toggle:hover, .b-popup-inline .txt-toggle:focus {
      text-decoration: underline; }
    .b-popup-inline a:visited, .b-popup-inline .txt-toggle:visited {
      text-decoration: underline; }
    .b-popup-inline a:active, .b-popup-inline .txt-toggle:active {
      text-decoration: underline; }

.b-popup-half .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .b-popup-half .col-img {
    position: static; }

.b-popup-half .img-half {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px; }

.b-popup-half .txt-default-title {
  margin-bottom: 20px; }

.b-popup-half .box-bottom {
  margin-top: 40px; }

.b-popup-half .btn-yellow {
  width: 100%;
  min-width: auto; }

.b-popup-half .form-checkbox {
  font-size: 0.875em;
  margin-top: 20px; }

@media (max-width: 991px) {
  .b-popup-half .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .b-popup-half .img-login, .b-popup-half .img-half {
    display: none; }
  .b-popup-half .txt-default-title {
    font-size: 1.75em; } }

@media (min-width: 992px) {
  .b-popup-half .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 40px; }
  .b-popup-half .txt-default-title {
    font-size: 1.875em;
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .b-popup-half .col {
    padding-left: 60px;
    padding-right: 60px; } }

.b-popup-subscript .img-half {
  background-image: url(../images/img_subscription.jpg); }

.b-popup-login .btn-yellow {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .b-popup-login .col {
    -webkit-animation: ani-fadein 400ms;
    animation: ani-fadein 400ms; }
    .b-popup-login .col-signup {
      display: none; }
  .b-popup-login._is_signup .col-login {
    display: none; }
  .b-popup-login._is_signup .col-signup {
    display: block; } }

.b-popup-login .img-login {
  background-image: url(../images/img_login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-position: left; }

.b-popup-login:not(._is_signup) .img-login {
  left: 50%;
  background-position: right;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0; }

.b-popup-ppl .box-ctx {
  padding-top: 0; }

.b-popup-ppl .nav-media {
  justify-content: center;
  margin-top: 10px; }

.b-popup-ppl .b-ctrl {
  flex-direction: row; }

@media (min-width: 768px) {
  .b-popup-ppl .txt-intro {
    font-size: 1.125em; } }

@media (max-width: 991px) {
  .b-popup-ppl .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .b-popup-ppl .col .box-bottom {
      margin-top: 20px; }
  .b-popup-ppl .b-ppl .box-ppl {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto; }
  .b-popup-ppl .b-ctrl {
    justify-content: space-between; }
  .b-popup-ppl .nav-media {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .b-popup-ppl .box-ctx {
    padding: 0 40px; }
  .b-popup-ppl .col {
    padding: 40px 20px; }
    .b-popup-ppl .col-img {
      max-width: 370px;
      padding-top: 0; }
    .b-popup-ppl .col-ctx {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .b-popup-ppl .txt-intro {
    padding-top: 20px; }
  .b-popup-ppl .b-ctrl {
    justify-content: flex-end; }
    .b-popup-ppl .b-ctrl .btn-arrow {
      margin-left: 15px;
      margin-left: 15px; } }

@media (min-width: 1200px) {
  .b-popup-ppl .box-ctx {
    padding-left: 50px;
    padding-right: 50px; }
  .b-popup-ppl .txt-intro {
    padding-left: 10px; } }

.b-popup-portfolio {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0); }
  ._win_load .b-popup-portfolio {
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-popup-portfolio .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(36, 36, 34, 0.95);
    left: 0;
    top: 0; }
  .b-popup-portfolio .box-ctx-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 100vh;
    justify-content: flex-end;
    align-content: stretch; }
    .b-popup-portfolio .box-ctx-wrapper .box-ctx {
      background: #fff;
      max-width: 900px;
      width: 100%; }
  .b-popup-portfolio .col-info {
    line-height: normal; }
    .b-popup-portfolio .col-info .img-logo {
      width: 140px;
      height: 140px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 65% auto;
      background-position: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .b-popup-portfolio .col-info .txt-portfolio-name {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 20px; }
    .b-popup-portfolio .col-info .txt-subtitle {
      font-size: 0.875em;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0.5em;
      color: #777777; }
      .b-popup-portfolio .col-info .txt-subtitle .txt-category {
        color: #5BA4C0;
        font-weight: 900; }
      .b-popup-portfolio .col-info .txt-subtitle .txt-status {
        color: #d8b400;
        font-weight: 900; }
    .b-popup-portfolio .col-info .nav-media {
      width: 100%;
      justify-content: center;
      margin-bottom: 30px; }
      .b-popup-portfolio .col-info .nav-media .btn {
        width: 40px;
        height: 40px; }
    .b-popup-portfolio .col-info .txt-info-title, .b-popup-portfolio .col-info .txt-info-detail {
      text-align: left; }
    .b-popup-portfolio .col-info .txt-info-title {
      margin-bottom: 5px;
      font-weight: bold; }
    .b-popup-portfolio .col-info .txt-info-detail + .txt-info-title {
      margin-top: 30px; }
    .b-popup-portfolio .col-info .btn-circle {
      margin-top: 30px; }
      .b-popup-portfolio .col-info .btn-circle .ico {
        width: 42px;
        height: 42px; }
      .b-popup-portfolio .col-info .btn-circle .ico-svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6); }
      .b-popup-portfolio .col-info .btn-circle .txt {
        letter-spacing: 0px;
        text-align: left;
        padding-left: 10px;
        font-size: 0.9375em; }
  .b-popup-portfolio .btn-close {
    position: fixed; }
  .b-popup-portfolio .col-info {
    background: #F5F5F5;
    text-align: center; }
  .b-popup-portfolio .b-slider-portfolio {
    overflow: hidden; }
    .b-popup-portfolio .b-slider-portfolio .btn {
      bottom: 20px;
      position: absolute;
      z-index: 1; }
      .b-popup-portfolio .b-slider-portfolio .btn-prev {
        left: 20px; }
      .b-popup-portfolio .b-slider-portfolio .btn-next {
        right: 20px; }
    .b-popup-portfolio .b-slider-portfolio .img-gallery {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .b-popup-portfolio .box-ctx {
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    filter: alpha(opacity=0); }
  ._open_portfolio .b-popup-portfolio {
    pointer-events: auto;
    z-index: 1001;
    opacity: 1;
    filter: alpha(opacity=100); }
    ._open_portfolio .b-popup-portfolio .box-ctx {
      -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
      opacity: 1;
      filter: alpha(opacity=100); }
  @media (max-width: 991px) {
    .b-popup-portfolio .b-slider-portfolio {
      position: relative; }
      .b-popup-portfolio .b-slider-portfolio .btn {
        width: 40px;
        height: 40px; }
    .b-popup-portfolio .img-gallery {
      padding-top: 65%; }
    .b-popup-portfolio .box-ctx-wrapper {
      padding-top: 90px;
      padding-bottom: 90px;
      justify-content: center; }
      .b-popup-portfolio .box-ctx-wrapper .box-ctx {
        -webkit-border-radius: 50px 0 0 0;
        -moz-border-radius: 50px 0 0 0;
        border-radius: 50px 0 0 0;
        overflow: hidden;
        position: relative;
        max-width: 500px;
        margin-left: 20px; }
    .b-popup-portfolio .btn-close {
      top: 20px;
      right: 20px; }
    .b-popup-portfolio .col-info {
      padding: 0 30px 40px; }
      .b-popup-portfolio .col-info .img-logo {
        margin-top: -70px;
        z-index: 1;
        position: relative;
        margin-bottom: 20px; }
    .b-popup-portfolio .col-intro {
      padding: 30px 30px 60px;
      font-size: 1.125em; } }
  @media (min-width: 992px) {
    .b-popup-portfolio .box-ctx-wrapper .box-ctx {
      max-width: 900px; }
    .b-popup-portfolio .btn-close {
      right: 900px;
      top: 60px;
      -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      transform: translate(50%, 0); }
    .b-popup-portfolio .box-ctx {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      -webkit-border-radius: 0 0 0 100px;
      -moz-border-radius: 0 0 0 100px;
      border-radius: 0 0 0 100px;
      overflow: hidden; }
    .b-popup-portfolio .col-gallery {
      position: absolute;
      height: 341px;
      width: 58.33333%;
      top: 0;
      right: 0;
      z-index: 2; }
      .b-popup-portfolio .col-gallery .img-gallery {
        height: 341px; }
    .b-popup-portfolio .col-info {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding: 40px 20px 80px; }
    .b-popup-portfolio .col-intro {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding: 20px 40px;
      padding-top: 381px;
      z-index: 0;
      font-size: 1.25em;
      line-height: 1.4;
      position: relative;
      overflow: hidden; }
      .b-popup-portfolio .col-intro::before {
        content: "";
        pointer-events: none;
        position: absolute;
        background-image: url(../images/logo_fabrica_line_black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 50%;
        background-position: center bottom;
        opacity: 0.05;
        filter: alpha(opacity=5);
        width: 50%;
        right: 3%;
        bottom: -5%; } }
  @media (min-width: 1200px) {
    .b-popup-portfolio .btn-close {
      width: 70px;
      height: 70px; }
      .b-popup-portfolio .btn-close::before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
    .b-popup-portfolio .col-info {
      padding-left: 40px;
      padding-right: 40px; } }

.b-popup-company .box-ctx {
  max-width: 600px;
  padding: 30px; }

.b-popup-company .img-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 120px;
  margin-bottom: 20px; }

.b-popup-company .txt-logo {
  line-height: 1.6; }

@media (min-width: 768px) {
  .b-popup-company .box-ctx {
    padding: 40px; }
  .b-popup-company .img-logo {
    max-width: 150px; } }

.b-popup-txt .box-ctx {
  padding: 30px 0; }

.b-popup-txt .txt-slash {
  text-transform: none;
  letter-spacing: normal; }

.b-popup-txt .box-line {
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 20px; }
  .b-popup-txt .box-line-grey {
    border-color: #DBDBDB; }
  .b-popup-txt .box-line-blue {
    border-color: #5BA4C0; }
    .b-popup-txt .box-line-blue .txt-part-title {
      color: #5BA4C0; }
  .b-popup-txt .box-line .row {
    margin-left: -5px;
    margin-right: -5px; }
    .b-popup-txt .box-line .row .col {
      padding-left: 5px;
      padding-right: 5px; }
  .b-popup-txt .box-line .box-line {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .b-popup-txt .box-line .box-line .txt-part-title {
      text-transform: none; }

.b-popup-txt .txt-part-title {
  color: #d8b400;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.125em; }
  .b-popup-txt .txt-part-title + .txt-sm {
    margin-top: -10px;
    margin-bottom: 20px; }
  .b-popup-txt .txt-part-title.txt-black {
    color: #242422; }

.b-popup-txt .form-bottom {
  margin-top: 60px;
  margin-bottom: 60px; }
  .b-popup-txt .form-bottom .btn-default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px; }
  .b-popup-txt .form-bottom .txt-remark {
    margin-top: 10px;
    display: inline-block; }

.b-popup-txt .txt-file-name {
  height: 50px;
  background: #F5F5F5;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  padding-left: 10px;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-popup-txt .txt-file-name .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .b-popup-txt .txt-file-name:hover {
    background: #e8e8e8; }

@media (max-width: 991px) {
  .b-popup-txt .box-ctx {
    max-width: none; }
  .b-popup-txt .txt-part-title {
    margin-bottom: 10px; }
    .b-popup-txt .txt-part-title + .txt-sm {
      margin-top: 0px; }
  .b-popup-txt .box-line {
    padding: 15px; }
    .b-popup-txt .box-line .box-line {
      padding: 0px;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .b-popup-txt .box-line .box-line + .box-line {
        border-top: 1px solid #DBDBDB;
        padding-top: 20px; }
  .b-popup-txt .btn-default, .b-popup-txt .txt-file-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px; }
  .b-popup-txt .txt-file-name {
    margin-top: 15px; }
  .b-popup-txt .form-bottom {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .b-popup-txt .box-ctx {
    padding: 40px 20px; }
  .b-popup-txt .txt-part-title {
    font-size: 1.375em; }
  .b-popup-txt .box-line .box-line .txt-part-title {
    font-size: 1.25em; }
  .b-popup-txt .box-line {
    padding: 40px; }
    .b-popup-txt .box-line.is-alert {
      border-color: #CE3A2E;
      position: relative; }
      .b-popup-txt .box-line.is-alert::before {
        content: "";
        width: 35px;
        height: 35px;
        background-image: url(../images/ico/ico_alert.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #CE3A2E;
        position: absolute;
        top: 12px;
        right: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .b-popup-txt .box-line.is-alert .btn-black {
        background: #CE3A2E; }
  .b-popup-txt .txt-file-name {
    margin-left: 10px; } }

.b-popup-payment .box-ctx {
  max-width: 450px;
  padding: 0;
  background-color: transparent; }
  @media (min-width: 768px) {
    .b-popup-payment .box-ctx {
      max-width: 450px; } }

.b-popup-payment .box-receipt {
  background: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 30px 20px; }

.b-popup-payment .img-ticket {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 66.57895%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.b-popup-payment .txt-event-name {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  color: #242422;
  text-decoration: none; }
  .b-popup-payment .txt-event-name:hover, .b-popup-payment .txt-event-name:focus {
    color: #242422; }
  .b-popup-payment .txt-event-name:visited {
    color: #242422; }
  .b-popup-payment .txt-event-name:active {
    color: #242422; }
  .b-popup-payment .txt-event-name:hover, .b-popup-payment .txt-event-name:focus {
    text-decoration: underline; }
  .b-popup-payment .txt-event-name:visited {
    text-decoration: none; }
  .b-popup-payment .txt-event-name:active {
    text-decoration: none; }
  @media (min-width: 992px) {
    .b-popup-payment .txt-event-name {
      font-size: 20px; } }

.b-popup-payment .row-title {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px; }
  .b-popup-payment .row-title .col {
    padding-left: 5px;
    padding-right: 5px; }
    .b-popup-payment .row-title .col-title {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .b-popup-payment .row-title .col-img {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

.b-popup-payment .txt-with-ico {
  margin-top: 5px;
  margin-bottom: 5px; }
  .b-popup-payment .txt-with-ico .ico-svg {
    stroke: #242422;
    width: 25px;
    height: 25px; }
  .b-popup-payment .txt-with-ico .txt {
    margin-left: 5px;
    font-size: 16px; }

.b-popup-payment .img-ticket {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.b-popup-payment .box-summary {
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .b-popup-payment .box-summary .row {
    margin-left: 0;
    margin-right: 0; }
  .b-popup-payment .box-summary .col {
    padding-left: 0;
    padding-right: 0; }
    .b-popup-payment .box-summary .col1 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .b-popup-payment .box-summary .col2 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      text-align: right; }
  .b-popup-payment .box-summary .row-price-ticket .col1 {
    font-weight: bold; }
  .b-popup-payment .box-summary .row-price-ticket .txt-sm {
    font-weight: normal;
    margin-left: 8px; }
  .b-popup-payment .box-summary .row-price-addon {
    font-size: 14px; }
    .b-popup-payment .box-summary .row-price-addon .col1 {
      padding-left: 20px; }
  .b-popup-payment .box-summary .row-price-total .col1 {
    font-weight: bold; }
  .b-popup-payment .box-summary .row-price-total .txt-num-sum {
    color: #CE3A2E;
    font-size: 1.25em;
    font-weight: bold; }
    @media (min-width: 768px) {
      .b-popup-payment .box-summary .row-price-total .txt-num-sum {
        font-size: 1.75em; } }

.b-popup-payment .btn-status {
  letter-spacing: 2px;
  text-transform: uppercase;
  pointer-events: none; }

.b-popup-payment .img-bottom {
  display: block;
  width: 100%;
  margin-top: -1px; }

/*------------------------------------------------------------------------ */
.swiper-container {
  overflow: visible; }

.b-slider {
  position: relative; }
  .b-slider .swiper-slide {
    height: auto; }
    .b-slider .swiper-slide > * {
      height: 100%; }
  .b-slider .b-ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px; }
  .b-slider .box-dots {
    width: auto; }
    .b-slider .box-dots .swiper-pagination-bullet {
      width: 5px;
      height: 5px;
      position: relative;
      background: transparent;
      margin-left: 8px;
      margin-right: 8px; }
      .b-slider .box-dots .swiper-pagination-bullet::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #454543;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .b-slider .box-dots .swiper-pagination-bullet-active {
        background: transparent; }
        .b-slider .box-dots .swiper-pagination-bullet-active::before {
          background: #242422; }
      .b-slider .box-dots .swiper-pagination-bullet:hover::before, .b-slider .box-dots .swiper-pagination-bullet-active::before {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        -ms-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5); }

.b-slider-half .swiper-slide {
  width: 80%; }
  @media (min-width: 576px) {
    .b-slider-half .swiper-slide {
      width: 330px; } }

.b-slider-auto-gallery .swiper-slide {
  width: 90%; }
  @media (min-width: 992px) {
    .b-slider-auto-gallery .swiper-slide {
      width: 100%;
      max-width: 750px; } }

.b-slider-auto-gallery a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .b-slider-auto-gallery a .img-default {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: 2s;
    transition: 2s;
    display: block; }
  .b-slider-auto-gallery a::before, .b-slider-auto-gallery a::after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
  .b-slider-auto-gallery a::before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0; }
  .b-slider-auto-gallery a::after {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    background-image: url(../images/ico/ico_zoom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .b-slider-auto-gallery a:hover {
    -moz-box-shadow: 0px 25px 32px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 25px 32px -15px rgba(0, 0, 0, 0.4); }
    .b-slider-auto-gallery a:hover .img-default {
      -webkit-transform: translate3d(0, 0, 0) scale(1.05);
      -ms-transform: translate3d(0, 0, 0) scale(1.05);
      transform: translate3d(0, 0, 0) scale(1.05); }
    .b-slider-auto-gallery a:hover::before, .b-slider-auto-gallery a:hover::after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .b-slider-auto-gallery a:hover::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.b-slider-ig .swiper-slide {
  width: 90%; }
  @media (min-width: 576px) {
    .b-slider-ig .swiper-slide {
      width: 400px; } }

@media (max-width: 575px) {
  .b-slider-event2 .swiper-slide {
    width: 90%; } }

@media (min-width: 576px) {
  .b-slider-event2 .swiper-slide {
    width: 380px; } }

.b-slider-explore {
  overflow: visible; }
  @media (max-width: 767px) {
    .b-slider-explore {
      max-width: 400px;
      margin: auto; }
      .b-slider-explore .swiper-slide .b-card-tall {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
        .b-slider-explore .swiper-slide .b-card-tall .box-ctx {
          padding-bottom: 40px; }
        .b-slider-explore .swiper-slide .b-card-tall .img-card {
          padding-top: 135%; }
      .b-slider-explore .swiper-slide-active .b-card-tall {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        .b-slider-explore .swiper-slide-active .b-card-tall::before {
          border-width: 8px; }
        .b-slider-explore .swiper-slide-active .b-card-tall::after {
          -webkit-filter: blur(20px);
          filter: blur(20px);
          opacity: 1;
          filter: alpha(opacity=100);
          bottom: -5%;
          border: 1px solid green; }
        .b-slider-explore .swiper-slide-active .b-card-tall .txt-card {
          -webkit-transform: translate(0, 0px);
          -ms-transform: translate(0, 0px);
          transform: translate(0, 0px); }
        ._desktop .b-slider-explore .swiper-slide-active .b-card-tall .img-card {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .b-slider-explore .swiper-slide-active .b-card-tall .btn-arrow {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: translate(0, 0%) scale(1);
          -ms-transform: translate(0, 0%) scale(1);
          transform: translate(0, 0%) scale(1); } }
  @media (max-width: 991px) {
    .b-slider-explore .b-card-tall .txt-card {
      font-size: 1.5em;
      padding-bottom: 10px; }
    .b-slider-explore .b-card-tall .btn {
      width: 50px;
      height: 50px; } }
  @media (min-width: 768px) {
    .b-slider-explore .swiper-slide:nth-child(odd) {
      padding-bottom: 40px; }
    .b-slider-explore .swiper-slide:nth-child(even) {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .b-slider-explore .swiper-slide:nth-child(odd) {
      padding-bottom: 80px; }
    .b-slider-explore .swiper-slide:nth-child(even) {
      padding-top: 80px; } }

.b-slider-square .swiper-wrapper {
  height: 320px; }

.b-slider-square .swiper-slide {
  width: 150px;
  height: 150px; }

@media (min-width: 992px) {
  .b-slider-square {
    margin-right: -20px; }
    .b-slider-square .swiper-wrapper {
      justify-content: flex-end;
      margin-left: auto; } }

.b-slider-test .swiper-slide {
  height: auto; }
  .b-slider-test .swiper-slide > * {
    height: 100%; }
  .b-slider-test .swiper-slide:nth-child(3n+2) .b-card-test .ico-svg {
    fill: #D6D6D6;
    left: auto;
    right: 8%;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 50%) rotate(180deg);
    -ms-transform: translate(0, 50%) rotate(180deg);
    transform: translate(0, 50%) rotate(180deg); }
  .b-slider-test .swiper-slide:nth-child(3n+3) .b-card-test .ico-svg {
    fill: #D6E6EB;
    left: 5%; }

.b-slider-gallery {
  overflow: visible; }
  .b-slider-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .b-slider-gallery a .img-default {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      -ms-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1);
      -webkit-transition: 2s;
      transition: 2s;
      display: block; }
    .b-slider-gallery a::before, .b-slider-gallery a::after {
      content: "";
      opacity: 0;
      filter: alpha(opacity=0);
      z-index: 1;
      display: block;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-slider-gallery a::before {
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      position: absolute;
      left: 0;
      top: 0; }
    .b-slider-gallery a::after {
      width: 80px;
      height: 80px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      background-image: url(../images/ico/ico_zoom.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .b-slider-gallery a:hover {
      -moz-box-shadow: 0px 25px 32px -15px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 25px 32px -15px rgba(0, 0, 0, 0.4); }
      .b-slider-gallery a:hover .img-default {
        -webkit-transform: translate3d(0, 0, 0) scale(1.05);
        -ms-transform: translate3d(0, 0, 0) scale(1.05);
        transform: translate3d(0, 0, 0) scale(1.05); }
      .b-slider-gallery a:hover::before, .b-slider-gallery a:hover::after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .b-slider-gallery a:hover::after {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.b-slider-event .swiper-slide {
  height: auto; }

.b-slider-event .b-event {
  height: 100%; }

@media (max-width: 991px) {
  .b-slider-event .txt-default-title > span {
    display: block; } }

/*------------------------------------------------------------------------ */
.b-breadcrumb {
  margin-bottom: 20px; }
  .b-breadcrumb .nav-breadcrumb li {
    text-transform: uppercase;
    font-size: 0.875em; }
    .b-breadcrumb .nav-breadcrumb li:not(:last-child)::after {
      content: "/";
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      color: #d8b400; }
    .b-breadcrumb .nav-breadcrumb li a {
      position: relative;
      display: inline-block;
      z-index: 0; }
      .b-breadcrumb .nav-breadcrumb li a::before {
        content: "";
        width: 0;
        height: 30%;
        background: #FFDD35;
        display: block;
        position: absolute;
        z-index: -1;
        left: -0.2em;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .b-breadcrumb .nav-breadcrumb li a:hover::before {
        width: calc( 100% + 0.4em); }
    .b-breadcrumb .nav-breadcrumb li:last-child {
      font-weight: bold; }

.b-sticky {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  z-index: 1; }
  .b-sticky .box-ctx {
    padding: 20px 30px;
    -webkit-transition: 300ms padding;
    transition: 300ms padding; }
    .b-sticky .box-ctx.is-sticky {
      z-index: 1000;
      position: fixed;
      left: 0;
      width: 100%;
      bottom: -9999px;
      pointer-events: none; }
      .b-sticky .box-ctx.is-sticky .btn-sticky {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2); }
      .b-sticky .box-ctx.is-sticky .selectric-select-submenu {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%); }
      .b-sticky .box-ctx.is-sticky._show {
        bottom: 0; }
        .b-sticky .box-ctx.is-sticky._show .btn-sticky, .b-sticky .box-ctx.is-sticky._show .selectric-select-submenu {
          -webkit-transform: translate(0, 0%);
          -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
          pointer-events: auto; }
  .b-sticky .nav-submenu {
    display: none; }
  .b-sticky .selectric-select-submenu {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .b-sticky .selectric-select-submenu .selectric {
      background: #FFDD35; }
  .b-sticky .btn-sticky {
    background: #FFDD35;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    padding: 12px 20px;
    height: 50px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    width: 100%; }
    .b-sticky .btn-sticky .txt {
      font-weight: bold; }
      .b-sticky .btn-sticky .txt-pc .txt {
        margin-left: 10px;
        text-align: left;
        line-height: normal;
        text-transform: none; }
      .b-sticky .btn-sticky .txt-m {
        margin-left: 20px; }
        .b-sticky .btn-sticky .txt-m .txt {
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-right: 5px;
          font-size: 0.9375em;
          white-space: nowrap; }
    .b-sticky .btn-sticky .ico {
      width: 30px;
      height: 30px;
      min-width: 30px; }
      .b-sticky .btn-sticky .ico-arrow {
        background-image: url(../images/ico/ico_arrow_next.svg);
        background-size: 100% 100%;
        background-repeat: repeat;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
    .b-sticky .btn-sticky:hover .ico-arrow {
      background-position: 30px 0; }
  @media (max-width: 767px) {
    .b-sticky {
      padding-top: 30px;
      padding-bottom: 30px; }
      .b-sticky .box-ctx {
        padding: 0 20px; }
        .b-sticky .box-ctx.is-sticky {
          padding: 0; }
          .b-sticky .box-ctx.is-sticky .btn-sticky {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
          .b-sticky .box-ctx.is-sticky .selectric {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
          .b-sticky .box-ctx.is-sticky .selectric-items {
            padding-top: 0;
            padding-bottom: 0; }
            .b-sticky .box-ctx.is-sticky .selectric-items li:last-child {
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0; }
      .b-sticky .btn-sticky .txt-pc {
        display: none; }
      .b-sticky .btn-sticky .txt-m {
        width: 100%;
        justify-content: space-between; } }
  @media (min-width: 1200px) {
    .b-sticky {
      padding-top: 20px;
      padding-bottom: 20px; }
      .b-sticky .box-ctx {
        padding: 30px; }
      .b-sticky .btn-sticky {
        height: 60px;
        padding-left: 25px; }
        .b-sticky .btn-sticky .txt-pc .txt {
          font-size: 1.125em; } }

.b-search {
  position: relative; }
  .b-search .form-input {
    background: #F5F5F5;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    border: 0;
    height: 40px;
    padding: 0px 40px 0px 20px;
    background: #242422;
    color: #fff;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .b-search .form-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .b-search .form-input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .b-search .btn-search {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .b-search .btn-search .ico-svg {
      stroke: #FFDD35; }
  @media (max-width: 1300px) {
    .b-search {
      margin: auto;
      max-width: 260px; }
      .b-search .form-input {
        width: 100%;
        border: 1px solid #454543; } }
  @media (min-width: 1301px) {
    .b-search .form-input {
      width: 200px; }
    .b-search.min .form-input {
      padding-left: 0;
      background: transparent;
      width: 40px;
      opacity: 0;
      filter: alpha(opacity=0); }
    .b-search.min .ico-svg {
      stroke: #242422; } }

.b-search-lg {
  position: relative;
  margin: auto; }
  .b-search-lg .form-input {
    background: #242422;
    color: #fff;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    border: 0;
    height: 50px;
    padding: 10px 55px 10px 20px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .b-search-lg .form-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .b-search-lg .form-input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .b-search-lg .form-input:focus {
      -moz-box-shadow: none;
      box-shadow: none; }
  .b-search-lg .btn-search {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #242422;
    border: 0; }
    .b-search-lg .btn-search .ico-svg {
      fill: none;
      stroke: #FFDD35;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .b-search-lg .btn-search:hover {
      background-color: #FFDD35; }
      .b-search-lg .btn-search:hover .ico-svg {
        stroke: #242422; }
  @media (max-width: 991px) {
    .b-search-lg {
      max-width: 350px; } }
  @media (min-width: 992px) {
    .b-search-lg {
      max-width: 650px; }
      .b-search-lg .form-input {
        padding: 20px 75px 20px 40px;
        font-size: 1.5em;
        height: auto; }
      .b-search-lg .btn-search {
        right: 16px; }
        .b-search-lg .btn-search:focus {
          box-shadow: none; }
        .b-search-lg .btn-search .ico-svg {
          stroke-width: 2px; } }

.b-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .b-pagination li {
    margin-left: 5px;
    margin-right: 5px; }
    .b-pagination li a {
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .b-pagination li a.selected {
        background: #FFDD35;
        font-weight: bold; }
      .b-pagination li a:not(.selected):hover {
        background: #ededed; }
  .b-pagination .li-arrow:first-child {
    margin-right: 15px; }
  .b-pagination .li-arrow:last-child {
    margin-left: 15px; }
  .b-pagination .btn-arrow {
    background: transparent;
    border: 0; }
    .b-pagination .btn-arrow:hover {
      background: #FFDD35; }
  @media (max-width: 767px) {
    .b-pagination li {
      margin-left: 2px;
      margin-right: 2px; }
      .b-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px; }
    .b-pagination .btn-arrow {
      width: 40px;
      height: 40px; }
    .b-pagination .li-arrow:first-child {
      margin-right: 8px; }
    .b-pagination .li-arrow:last-child {
      margin-left: 8px; } }

.b-collapse-toggle {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  line-height: 30px; }
  .b-collapse-toggle::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0px;
    background-image: url(../images/ico/ico_arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }

.b-collapse.expand .b-collapse-toggle::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.b-collapse-black {
  background: #242422;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  padding: 20px; }
  .b-collapse-black:not(:last-child) {
    margin-bottom: 20px; }
  .b-collapse-black .b-collapse-toggle {
    padding-right: 50px;
    position: relative; }
    .b-collapse-black .b-collapse-toggle:hover {
      color: #FFDD35; }
    .b-collapse-black .b-collapse-toggle::before {
      display: none; }
    .b-collapse-black .b-collapse-toggle .txt-title {
      line-height: normal;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-collapse-black .b-collapse-toggle .box-btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .b-collapse-black .b-collapse-toggle .box-btn .btn-arrow {
        width: 35px;
        height: 35px; }
      .b-collapse-black .b-collapse-toggle .box-btn .btn-close {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none; }
  .b-collapse-black .b-collapse-ctx .box-ctx {
    line-height: 1.5; }
  .b-collapse-black .b-collapse-ctx::before {
    content: "";
    display: block;
    height: 20px; }
  .b-collapse-black.expand .b-collapse-toggle {
    color: #FFDD35;
    font-weight: bold; }
    .b-collapse-black.expand .b-collapse-toggle .btn-plus {
      opacity: 0;
      filter: alpha(opacity=0);
      pointer-events: none; }
    .b-collapse-black.expand .b-collapse-toggle .btn-close {
      opacity: 1;
      filter: alpha(opacity=100);
      pointer-events: auto; }
  @media (min-width: 768px) {
    .b-collapse-black {
      padding: 30px; }
      .b-collapse-black .b-collapse-toggle .txt-title {
        font-size: 1.125em; }
      .b-collapse-black .b-collapse-toggle .box-btn .btn-arrow {
        width: 40px;
        height: 40px; }
      .b-collapse-black .b-collapse-ctx::before {
        height: 30px; } }

.b-logo {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 8% 20%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-logo:hover {
    -moz-box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1); }
  .b-logo .img-logo {
    width: 100%;
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }

.b-data {
  margin: auto; }
  .b-data .ico-data {
    width: 80px;
    height: 80px;
    margin-bottom: 10px; }
  .b-data .txt-data {
    font-size: 3.75em;
    line-height: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 0.1em; }
    .b-data .txt-data .txt-unit {
      font-size: 0.4em;
      font-weight: bold;
      padding-top: 0.4em;
      padding-right: 0.2em;
      color: #919191; }
    .b-data .txt-data sup {
      font-weight: 300; }
  .b-data .txt-title {
    text-transform: uppercase;
    font-weight: bold; }
  @media (max-width: 991px) {
    .b-data {
      max-width: 300px; }
      .b-data .ico-data {
        width: 60px;
        height: 60px;
        margin-bottom: 6px; }
      .b-data .txt-data {
        font-size: 2.8125em; }
      .b-data-sm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        max-width: none;
        align-items: center; }
        .b-data-sm .box-txt {
          padding-left: 20px; }
        .b-data-sm .txt-data {
          justify-content: flex-start; } }
  @media (min-width: 992px) {
    .b-data {
      max-width: 200px; }
      .b-data .txt-title {
        font-size: 1.125em; } }

.b-ppl {
  text-align: center;
  position: relative;
  z-index: 0; }
  .b-ppl .img-ppl {
    width: 100%;
    padding-top: 123.33333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .b-ppl .box-ppl {
    margin-bottom: 25px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    overflow: hidden; }
    .b-ppl .box-ppl::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      border: 0px solid #ffe14f;
      mix-blend-mode: multiply;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: 300ms;
      transition: 300ms;
      z-index: 1; }
    .b-ppl .box-ppl:hover::before {
      border-width: 8px; }
    .b-ppl .box-ppl .img-ppl {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
    @media (max-width: 767px) {
      .b-ppl .box-ppl {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto; } }
  .b-ppl .txt-ppl {
    font-size: 1.25em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    z-index: 0; }
    .b-ppl .txt-ppl::before {
      content: "";
      width: 0;
      height: 30%;
      background: #FFDD35;
      display: block;
      position: absolute;
      z-index: -1;
      left: -0.2em;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-ppl .txt-ppl:hover::before {
      width: calc( 100% + 0.4em); }
  .b-ppl .txt-post {
    color: #777777;
    line-height: 1.5;
    font-size: 0.875em; }
  .b-ppl .box-bottom {
    display: none; }
  .b-ppl:hover .box-ppl::before {
    border-width: 8px; }
  .b-ppl:hover .txt-ppl::before {
    width: calc( 100% + 0.4em); }
  .b-ppl.b-ppl2 .box-ppl::before, .b-ppl.b-ppl2 .txt-ppl::before {
    display: none; }
  .b-ppl.b-ppl2 .box-ppl, .b-ppl.b-ppl2 .img-ppl {
    -webkit-border-radius: 0 0 200px 200px;
    -moz-border-radius: 0 0 200px 200px;
    border-radius: 0 0 200px 200px; }
  .b-ppl.b-ppl2::before {
    opacity: 0;
    filter: alpha(opacity=0); }

.b-ctrl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .b-ctrl .btn {
      width: 45px;
      height: 45px; }
      .b-ctrl .btn:not(:last-child) {
        margin-bottom: 6px; } }

.b-plan {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #F5F5F5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .b-plan .txt-plan-title {
    font-size: 1.5em;
    margin-bottom: 8px; }
    .b-plan .txt-plan-title > span {
      display: block; }
  .b-plan .txt-plan-desc {
    font-size: 0.875em;
    color: #454543;
    margin-bottom: 20px; }
  .b-plan .txt-pass {
    color: #5BA4C0;
    font-weight: 600;
    text-transform: uppercase; }
    .b-plan .txt-pass-name {
      font-weight: 600; }
  .b-plan .txt-unit, .b-plan .txt-price {
    font-weight: 900; }
  .b-plan .txt-unit {
    font-size: 0.875em;
    color: #A6A6A6;
    vertical-align: text-bottom; }
  .b-plan .txt-price {
    font-size: 1.5em;
    letter-spacing: -0.5px;
    vertical-align: middle; }
  .b-plan .txt-off {
    display: inline-block;
    font-size: 0.875em;
    background: #FFDD35;
    padding: 4px 20px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px; }
  .b-plan .box-price {
    width: 100%;
    text-align: center; }
  .b-plan .ico-plan {
    width: 60px;
    height: auto; }
  .b-plan .box-flag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #FFDD35;
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
    -webkit-border-radius: 10px 10px 60px 60px;
    -moz-border-radius: 10px 10px 60px 60px;
    border-radius: 10px 10px 60px 60px;
    -moz-box-shadow: 8px 2px 20px rgba(36, 36, 34, 0.2);
    box-shadow: 8px 2px 20px rgba(36, 36, 34, 0.2);
    z-index: 1; }
    .b-plan .box-flag .txt-discount {
      font-weight: bold;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .b-plan .box-flag .txt-discount-num {
        font-size: 2em;
        font-weight: 900;
        line-height: 1; }
      .b-plan .box-flag .txt-discount-off {
        text-align: left;
        line-height: 1;
        font-size: 0.875em;
        margin-left: 3px; }
    .b-plan .box-flag .txt-from {
      font-size: 0.875em;
      line-height: 1.2; }
    @media (max-width: 991px) {
      .b-plan .box-flag {
        right: 40px; } }
  @media (max-width: 991px) {
    .b-plan .box-title {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .b-plan .box-price, .b-plan .box-pass {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 15px;
      background: #fff; }
      .b-plan .box-price2, .b-plan .box-price4, .b-plan .box-pass2, .b-plan .box-pass4 {
        background: rgba(36, 36, 34, 0.03); }
    .b-plan .box-pass {
      border-right: 1px solid #DBDBDB; } }
  @media (min-width: 992px) {
    .b-plan {
      align-items: flex-end;
      height: 100%; }
      .b-plan .box-title, .b-plan .box-price {
        width: 100%; }
      .b-plan .box-price, .b-plan .box-pass {
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .b-plan .box-price2::after, .b-plan .box-price3::after, .b-plan .box-pass2::after, .b-plan .box-pass3::after {
          content: "";
          position: absolute;
          height: 1px;
          background: #DBDBDB;
          top: 0;
          right: -20px;
          left: -40px; }
      .b-plan .box-title {
        padding-top: 30px;
        padding-bottom: 12px;
        height: calc( 100% - 300px); }
      .b-plan .box-price {
        flex-direction: column; }
        .b-plan .box-price1 {
          position: relative; }
          .b-plan .box-price1::before {
            content: "";
            width: 40px;
            height: 4px;
            position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #FFDD35; }
      .b-plan:not(.b-plan-name) {
        -webkit-transition: 500ms;
        transition: 500ms;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        overflow: visible; }
        .b-plan:not(.b-plan-name)::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          pointer-events: none;
          border: 0px solid #ffe14f;
          mix-blend-mode: multiply;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: 300ms;
          transition: 300ms;
          z-index: 1; }
        .b-plan:not(.b-plan-name):hover::before {
          border-width: 8px; }
        .b-plan:not(.b-plan-name) .box-pass {
          display: none; }
        .b-plan:not(.b-plan-name) .box-price::after, .b-plan:not(.b-plan-name) .box-pass::after {
          -webkit-transition: 500ms;
          transition: 500ms; }
      .b-plan-name {
        background: transparent;
        padding-left: 0; }
        .b-plan-name .box-pass {
          width: 100%;
          flex-direction: column; }
          .b-plan-name .box-pass::after {
            content: "";
            left: 0; }
          .b-plan-name .box-pass::before {
            display: none; }
      .b-plan .txt-pass {
        width: 100%; }
        .b-plan .txt-pass-name {
          display: block;
          width: 100%; } }
  @media (min-width: 1200px) {
    .b-plan .box-title {
      padding-left: 10px;
      padding-right: 10px; }
    .b-plan .txt-plan-title {
      font-size: 1.75em;
      margin-bottom: 12px; }
    .b-plan .txt-unit {
      font-size: 1.25em; }
    .b-plan .txt-price {
      font-size: 2.25em; }
    .b-plan .txt-pass {
      font-size: 1.125em; }
      .b-plan .txt-pass-name {
        font-size: 1.5em; } }

.b-event-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .b-event-date .txt-event-date + .ico-hyphen {
    width: 40px; }
  .b-event-date .txt-event-time + .ico-hyphen {
    width: 20px; }
    @media (max-width: 991px) {
      .b-event-date .txt-event-time + .ico-hyphen {
        width: 15px; } }
  .b-event-date .txt-event-date + .txt-event-time {
    margin-left: 30px; }
    @media (min-width: 992px) {
      .b-event-date .txt-event-date + .txt-event-time {
        margin-left: 40px; } }
  .b-event-date .ico-dot {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFDD35;
    display: block;
    margin-left: 20px;
    margin-right: 20px; }
  .b-event-date .ico-hyphen {
    display: block;
    width: 10px;
    height: 1px;
    background: #242422;
    margin-left: 15px;
    margin-right: 15px; }
  .b-event-date .col {
    padding: 15px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  @media (max-width: 991px) {
    .b-event-date .ico-hyphen {
      margin-left: 12px;
      margin-right: 12px; } }
  @media (min-width: 992px) {
    .b-event-date .col {
      width: auto;
      max-width: none;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex; } }

.b-search-result {
  background: #F5F5F5;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .b-search-result .txt-default-page {
    color: #908D89; }
    .b-search-result .txt-default-page .txt-red {
      color: #CE3A2E; }
    .b-search-result .txt-default-page .txt-green {
      color: #60B786; }
  .b-search-result .txt-result-title {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #242422;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    position: relative;
    display: inline-block;
    z-index: 0; }
    .b-search-result .txt-result-title::before {
      content: "";
      width: 0;
      height: 30%;
      background: #FFDD35;
      display: block;
      position: absolute;
      z-index: -1;
      left: -0.2em;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-search-result .txt-result-title:hover::before {
      width: calc( 100% + 0.4em); }
  .b-search-result .txt-result-desc {
    line-height: 1.5;
    color: #908D89; }
  .b-search-result:hover .txt-result-title::before {
    width: calc( 100% + 0.4em); }
  @media (min-width: 992px) {
    .b-search-result {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .b-search-result {
      padding: 40px; } }

.b-download {
  background: #242422;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 50px; }
  .b-download .txt-with-ico {
    padding-left: 18px;
    padding-right: 22px;
    justify-content: center;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .b-download .txt-with-ico:not(:last-child)::before {
      content: "";
      height: 15px;
      width: 1px;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      background: #FFDD35; }
    .b-download .txt-with-ico .txt, .b-download .txt-with-ico .ico-svg {
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .b-download .txt-with-ico .txt {
      color: #fff;
      margin-left: 6px;
      font-weight: bold; }
    .b-download .txt-with-ico .ico-svg {
      stroke: #fff; }
    .b-download .txt-with-ico:hover .txt, .b-download .txt-with-ico:hover .ico-svg {
      opacity: 1 !important; }
    .b-download .txt-with-ico:hover .txt {
      color: #FFDD35; }
    .b-download .txt-with-ico:hover .ico-svg {
      stroke: #FFDD35; }
  .b-download:hover .txt-with-ico > * {
    opacity: 0.3;
    filter: alpha(opacity=30); }

.b-career {
  line-height: normal;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767px) {
    .b-career {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .b-career {
      align-items: center;
      justify-content: flex-start; } }
  .b-career .img-career {
    width: 200px;
    height: 200px;
    min-width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 50% auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .b-career .img-career::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      border: 0px solid #ffe14f;
      mix-blend-mode: multiply;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: 300ms;
      transition: 300ms;
      z-index: 1; }
    .b-career .img-career:hover::before {
      border-width: 8px; }
    .b-career .img-career::before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .b-career .img-career {
        width: 150px;
        height: 150px;
        min-width: 150px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .b-career .img-career {
        margin-right: 40px; } }
  .b-career .list-yellow {
    width: 100%;
    margin-bottom: 0; }
    .b-career .list-yellow li::before {
      background: rgba(36, 36, 34, 0.4); }
    @media (min-width: 1200px) {
      .b-career .list-yellow li {
        padding-left: 20px; }
        .b-career .list-yellow li:not(:last-child) {
          margin-bottom: 0.5em; } }
    .b-career .list-yellow a {
      text-decoration: none; }
      .b-career .list-yellow a:hover, .b-career .list-yellow a:focus {
        text-decoration: underline; }
      .b-career .list-yellow a:visited {
        text-decoration: none; }
      .b-career .list-yellow a:active {
        text-decoration: none; }
  .b-career:hover .img-career::before {
    border-width: 8px; }

/*------------------------------------------------------------------------ */
.row-v-center {
  align-items: center; }

.row-card {
  margin: -10px; }
  .row-card .col {
    padding: 10px; }
  @media (min-width: 1200px) {
    .row-card {
      margin: -15px; }
      .row-card .col {
        padding: 15px; } }
  .row-card-narrow {
    margin: -10px; }
    .row-card-narrow .col {
      padding: 10px; }

@media (max-width: 767px) {
  .row-portfolio .b-card-logo .ico-slash {
    margin-left: 0;
    margin-right: 0; }
  .row-portfolio .b-card-logo .img-logo {
    max-width: 80px; } }

.row-wide {
  align-items: center; }
  .row-wide + .row-wide {
    margin-top: 100px; }
    @media (max-width: 991px) {
      .row-wide + .row-wide {
        margin-top: 20px; } }
  .row-wide .col:nth-child(1) .box-ctx {
    padding-right: 40px; }
  .row-wide .col:nth-child(2) .box-ctx {
    padding-left: 40px; }

.row-form {
  margin-left: -5px;
  margin-right: -5px; }
  .row-form .col {
    padding-left: 5px;
    padding-right: 5px; }

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.row-btw {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .row-btw-top {
    align-items: flex-start; }
  .row-btw-center {
    align-items: center; }
  .row-btw-bottom {
    align-items: flex-end; }

.row-title-ctrl {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .row-title-ctrl .b-ctrl .btn-prev {
    order: 1;
    margin-bottom: 8px; }
  .row-title-ctrl .b-ctrl .btn-next {
    order: 2; }
  @media (max-width: 991px) {
    .row-title-ctrl {
      margin-bottom: 20px; }
      .row-title-ctrl._bottom_m {
        align-items: flex-end; } }
  @media (min-width: 992px) {
    .row-title-ctrl {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .row-title-ctrl-desc {
      flex-direction: column; }
      .row-title-ctrl-desc > * {
        width: 100%; } }

.row-txt-slider > .col {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: auto; }

.row-txt-slider .btn-all-pc {
  display: block;
  margin-top: 20px; }

.row-txt-slider .btn-all-m {
  margin-top: 20px;
  display: none; }
  .row-txt-slider .btn-all-m .btn-circle {
    justify-content: center; }

@media (max-width: 991px) {
  .row-txt-slider .btn-all-pc {
    display: none; }
  .row-txt-slider .btn-all-m {
    display: block;
    width: 100%; }
  .row-txt-slider .expand-right {
    margin-right: -20px; }
  .row-txt-slider .col-txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px; }
  .row-txt-slider .p-default-title {
    margin-bottom: 0; }
  .row-txt-slider .txt-default-desc {
    padding-right: 10px; }
  .row-txt-slider .row-title-ctrl {
    margin-bottom: 0; }
  .row-txt-slider .b-slider {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible; } }

@media (min-width: 992px) {
  .row-txt-slider .col-txt {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row-txt-slider .col-slider {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .row-txt-slider .b-ctrl {
    position: absolute;
    bottom: 0;
    right: 20px; }
    .row-txt-slider .b-ctrl .btn-prev {
      margin-bottom: 0; }
  .row-txt-slider .btn-arrow {
    margin-top: 10px; }
  .row-txt-slider .b-slider {
    padding-right: 30px;
    position: relative; } }

@media (min-width: 1200px) {
  .row-txt-slider .col-txt {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-txt-slider .col-slider {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.row-txt-img > .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .row-txt-img > .col-img:nth-child(1) .img-large {
    margin-left: -20px;
    -webkit-border-radius: 0 100em 100em 0;
    -moz-border-radius: 0 100em 100em 0;
    border-radius: 0 100em 100em 0; }
    @media (min-width: 576px) {
      .row-txt-img > .col-img:nth-child(1) .img-large {
        margin-left: calc( (100vw - 500px) / -2 - 20px); } }
    @media (min-width: 768px) {
      .row-txt-img > .col-img:nth-child(1) .img-large {
        margin-left: calc( (100vw - 680px) / -2 - 20px); } }
    @media (min-width: 992px) {
      .row-txt-img > .col-img:nth-child(1) .img-large {
        margin-left: calc( (100vw - 920px) / -2 - 20px); } }
    @media (min-width: 1200px) {
      .row-txt-img > .col-img:nth-child(1) .img-large {
        margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
    @media (min-width: 1640px) {
      .row-txt-img > .col-img:nth-child(1) .img-large {
        margin-left: calc( (100vw - 1100px) / -2 - 20px); } }
  .row-txt-img > .col-img:nth-child(2) .img-large {
    margin-right: -20px;
    -webkit-border-radius: 100em 0 0 100em;
    -moz-border-radius: 100em 0 0 100em;
    border-radius: 100em 0 0 100em; }
    @media (min-width: 576px) {
      .row-txt-img > .col-img:nth-child(2) .img-large {
        margin-right: calc( (100vw - 500px) / -2 - 20px); } }
    @media (min-width: 768px) {
      .row-txt-img > .col-img:nth-child(2) .img-large {
        margin-right: calc( (100vw - 680px) / -2 - 20px); } }
    @media (min-width: 992px) {
      .row-txt-img > .col-img:nth-child(2) .img-large {
        margin-right: calc( (100vw - 920px) / -2 - 20px); } }
    @media (min-width: 1200px) {
      .row-txt-img > .col-img:nth-child(2) .img-large {
        margin-right: calc( (100vw - 1100px) / -2 - 20px); } }
    @media (min-width: 1640px) {
      .row-txt-img > .col-img:nth-child(2) .img-large {
        margin-right: calc( (100vw - 1100px) / -2 - 20px); } }

@media (max-width: 991px) {
  .row-txt-img > .col-img {
    order: 1; }
  .row-txt-img > .col-txt {
    order: 2; }
  .row-txt-img .img-large {
    min-height: 0;
    margin-bottom: 40px; }
  .row-txt-img .txt-default-desc + a {
    display: inline; }
  .row-txt-img .btn-circle {
    flex-direction: row-reverse;
    margin-left: auto; }
    .row-txt-img .btn-circle .ico {
      -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
      transform: scale(-1); }
      .row-txt-img .btn-circle .ico::before {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .row-txt-img .btn-circle .txt {
      margin-left: 0;
      margin-right: -18px; }
    .row-txt-img .btn-circle:hover .txt {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      transform: translate(-10px, 0); } }

@media (min-width: 992px) {
  .row-txt-img {
    align-items: center; }
    .row-txt-img > .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 1200px) {
  .row-txt-img > .col-img {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row-txt-img > .col-txt {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .row-txt-img > .col-txt:nth-child(1) {
      padding-right: 8.33333%; }
    .row-txt-img > .col-txt:nth-child(2) {
      padding-left: 8.33333%; } }

.row-data .col {
  text-align: center;
  position: relative; }
  .row-data .col:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 150px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .row-data {
    margin: 0;
    background: #F5F5F5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .row-data .col:not(:first-child)::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 50%;
      top: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .row-data .col .b-data {
      padding-top: 20px;
      padding-bottom: 20px; } }

@media (min-width: 768px) {
  .row-data {
    position: relative; }
    .row-data::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: calc( 100% + (50vw - 50%));
      height: 100%;
      background: rgba(245, 245, 245, 0.9);
      -webkit-border-radius: 100em 0 0 100em;
      -moz-border-radius: 100em 0 0 100em;
      border-radius: 100em 0 0 100em; } }

.row-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative; }
  .row-filter::before {
    content: "";
    width: 100%;
    height: 1px;
    border-left: 130px solid #FFDD35;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    bottom: 0; }
  .bg2:not(.bg2-white) .row-filter .selectric-select-filter .selectric {
    background: #fff; }
  .row-filter::before {
    border-left-width: 77px; }
  .row-filter .txt-filter {
    font-size: 1.125em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500; }
  .row-filter .txt-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .row-filter .txt-select .txt {
      margin-right: 10px;
      font-weight: bold; }
  .row-filter .box-top {
    display: none; }
  @media (min-width: 992px) {
    .row-filter {
      padding-bottom: 30px;
      margin-bottom: 40px; }
      .row-filter .box-select-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .row-filter .box-select-wrapper .txt-select {
          margin-left: 20px; }
      .row-filter .txt-filter {
        font-size: 1.25em;
        letter-spacing: 5px; } }
  @media (min-width: 1200px) {
    .row-filter {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .row-filter {
      padding-bottom: 10px; }
      .row-filter .box-select {
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
        ._open_filter .row-filter .box-select {
          opacity: 1;
          filter: alpha(opacity=100);
          pointer-events: auto; }
      .row-filter .box-select {
        position: fixed;
        width: 100%;
        background: rgba(36, 36, 34, 0.95);
        height: 100%;
        z-index: 1002;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        padding: 20px; }
        .row-filter .box-select-wrapper {
          width: 100%;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          background: #fff;
          max-width: 400px;
          padding-bottom: 15px; }
      .row-filter .txt-select {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        text-align: left; }
      .row-filter .box-top {
        width: 100%;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px;
        padding-right: 10px;
        margin-bottom: 10px;
        position: relative; }
        .row-filter .box-top::before {
          content: "";
          width: 100%;
          height: 1px;
          border-left: 130px solid #FFDD35;
          background: #DBDBDB;
          position: absolute;
          left: 0;
          bottom: 0; }
        .row-filter .box-top::before {
          border-left-width: 30px; }
      .row-filter .txt-title {
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 2px;
        padding-left: 25px; }
        .row-filter .txt-title::before {
          content: "";
          display: block;
          background-image: url(../images/ico/ico_filter.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          width: 30px;
          height: 100%;
          top: 0;
          left: 10px; }
      .row-filter .txt-select {
        padding: 10px 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        text-align: left; }
        .row-filter .txt-select .txt {
          font-weight: bold;
          min-width: 100px; }
        .row-filter .txt-select .selectric-select-filter {
          width: 100%; } }
    @media (max-width: 991px) and (max-width: 450px) {
      .row-filter .txt-select {
        flex-direction: column; }
        .row-filter .txt-select .txt {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
  @media (max-width: 991px) {
      .row-filter .btn-close {
        width: 40px;
        height: 40px;
        background-image: url(../images/ico/ico_close2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px auto; }
      .row-filter .txt-filter {
        width: 100%;
        padding: 10px;
        padding-left: 35px;
        padding-right: 55px;
        position: relative;
        cursor: pointer; }
        .row-filter .txt-filter::before, .row-filter .txt-filter::after {
          content: "";
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          width: 32px;
          height: 100%;
          top: 0; }
        .row-filter .txt-filter::before {
          background-image: url(../images/ico/ico_filter.svg);
          left: -5px; }
        .row-filter .txt-filter::after {
          background-image: url(../images/ico/ico_arrow_down_black.svg);
          right: 0; } }

@media (max-width: 991px) {
  ._open_filter .s-filter {
    z-index: 1002; } }

@media (max-width: 767px) {
  .row-circle .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row-circle .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .row-circle .col {
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px; }
    .row-circle .col:not(:last-child) {
      border-right: 1px solid #DBDBDB; } }

.row-circle .b-circle {
  line-height: 1.3; }
  .row-circle .b-circle .box-img {
    margin: auto; }
    .row-circle .b-circle .box-img .img-circle {
      padding-top: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .row-circle .b-circle .txt-circle {
    font-weight: bold;
    margin-bottom: 5px; }
  @media (max-width: 991px) {
    .row-circle .b-circle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .row-circle .b-circle .box-img {
        width: 100px; }
      .row-circle .b-circle .box-ctx {
        width: calc( 100% - 100px - 30px); } }
  @media (min-width: 992px) {
    .row-circle .b-circle {
      max-width: 190px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .row-circle .b-circle .box-img {
        margin-bottom: 20px; } }

.row-step {
  justify-content: center; }
  .row-step > .col:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .row-step > .col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .row-step > .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .row-step > .col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
      .row-step > .col:nth-child(odd) {
        margin-bottom: 60px; }
      .row-step > .col:nth-child(even) {
        margin-top: 60px; }
      .row-step > .col:nth-child(even) .b-card-tall2 .box-ctx {
        bottom: 0;
        top: auto; }
      .row-step > .col:nth-child(even) .b-card-tall2 .img-card::after {
        bottom: 0;
        top: auto;
        background: #242422;
        background: -moz-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
        background: -webkit-linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%);
        background: linear-gradient(0deg, #242422 0%, rgba(36, 36, 34, 0) 100%); } }
  @media (min-width: 992px) {
    .row-step-2 > .col, .row-step-3 > .col {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .row-step-3 > .col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .row-step-3 > .col:nth-child(even) {
        margin-top: 0; } }
  @media (max-width: 1199px) {
    .row-step-3 {
      margin-left: -10px;
      margin-right: -10px; }
      .row-step-3 > .col {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 991px) {
    .row-step-down {
      margin-top: 40px; }
      .row-step-down > .col:not(:last-child) {
        margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .row-step-down > .col {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .row-step-down {
      margin-top: 40px; }
      .row-step-down > .col:nth-child(2) {
        padding-top: 40px; }
      .row-step-down > .col:nth-child(3) {
        padding-top: 80px; } }

.row-timeline {
  position: relative; }
  .row-timeline .bg-dash-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px dashed #DBDBDB;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    z-index: -1; }
    .row-timeline .bg-dash-line::after, .row-timeline .bg-dash-line::before {
      content: "";
      width: 50px;
      height: 50px;
      background-image: url(../images/ico/ico_arrow_next.svg);
      background-size: 100% 100%;
      background-color: #fff;
      background-repeat: repeat;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .row-timeline .col {
    position: relative; }
    .row-timeline .col:not(:last-child)::before {
      content: "";
      display: block;
      background: #DBDBDB;
      position: absolute; }
  .row-timeline .txt-circle-num {
    position: absolute; }
  @media (max-width: 991px) {
    .row-timeline {
      margin: 20px;
      margin-top: 40px;
      padding: 80px 20px;
      max-width: 400px; }
      .row-timeline .bg-dash-line::before, .row-timeline .bg-dash-line::after {
        left: 50%; }
      .row-timeline .bg-dash-line::before {
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
      .row-timeline .bg-dash-line::after {
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
      .row-timeline .col {
        padding-top: 30px;
        padding-bottom: 40px; }
        .row-timeline .col::before {
          width: 130px;
          height: 1px;
          left: 50%;
          bottom: 0;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .row-timeline .txt-circle-num {
        left: 2px;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%); }
      .row-timeline .b-timeline {
        max-width: 200px;
        margin: auto; } }
  @media (min-width: 992px) {
    .row-timeline {
      padding: 0px 20px;
      margin-top: 60px; }
      .row-timeline .bg-dash-line::before, .row-timeline .bg-dash-line::after {
        top: 50%; }
      .row-timeline .bg-dash-line::before {
        left: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
      .row-timeline .bg-dash-line::after {
        right: 0;
        -webkit-transform: translate(50%, -50%) rotate(90deg);
        -ms-transform: translate(50%, -50%) rotate(90deg);
        transform: translate(50%, -50%) rotate(90deg); }
      .row-timeline .txt-circle-num {
        left: 50%;
        bottom: 100%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
      .row-timeline .col {
        padding-top: 60px;
        padding-bottom: 60px; }
        .row-timeline .col::before {
          height: 130px;
          width: 1px;
          right: 0;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .row-timeline .b-timeline {
        max-width: 200px;
        margin: auto; } }

.b-timeline {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal; }
  .b-timeline .txt-timeline-name {
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .b-timeline .txt-timeline-date {
    background: #F5F5F5;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    padding: 10px 20px 12px;
    letter-spacing: 2px; }
  .b-timeline.theme-yellow .txt-timeline-date {
    color: #d8b400; }
  .b-timeline.theme-blue .txt-timeline-date {
    color: #5BA4C0; }
  .b-timeline.theme-green .txt-timeline-date {
    color: #60B786; }
  @media (max-width: 991px) {
    .b-timeline .ico-timeline {
      width: 50px;
      height: 50px;
      margin-bottom: 10px; }
    .b-timeline .txt-timeline-name {
      font-size: 1.125em;
      margin-bottom: 12px; }
    .b-timeline-date-date {
      padding-top: 8px;
      padding-bottom: 10px; } }
  @media (min-width: 992px) {
    .b-timeline .ico-timeline {
      width: 60px;
      height: 60px;
      margin-bottom: 10px; }
    .b-timeline .txt-timeline-name {
      font-size: 1.25em; }
    .b-timeline .txt-timeline-date {
      font-size: 1.125em; } }

@media (max-width: 991px) {
  .row-chain > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .row-chain > .col:not(:last-child) {
      padding-bottom: 30px;
      position: relative; }
      .row-chain > .col:not(:last-child)::before {
        content: "";
        height: 100%;
        border-left: 2px dashed #DBDBDB;
        left: 40px;
        position: absolute;
        top: 0; } }

@media (min-width: 992px) {
  .row-chain {
    margin-top: 140px; }
    .row-chain > .col {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding: 0;
      padding-bottom: 50px; }
      .row-chain > .col-step0, .row-chain > .col-step1 {
        order: 1; }
      .row-chain > .col-step2 {
        order: 3; }
      .row-chain > .col-step3 {
        order: 2; }
      .row-chain > .col-step4, .row-chain > .col-step5, .row-chain > .col-step6 {
        order: 4; }
      .row-chain > .col-step0, .row-chain > .col-step4 {
        margin-left: 33.33333%; }
      .row-chain > .col-step2 {
        margin-right: 33.33333%; }
      .row-chain > .col-step6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 25%; }
      .row-chain > .col-step0 .b-chain, .row-chain > .col-step1 .b-chain, .row-chain > .col-step4 .b-chain, .row-chain > .col-step5 .b-chain {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .row-chain > .col-step3 .b-chain, .row-chain > .col-step2 .b-chain {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0); }
      .row-chain > .col-step::before {
        content: "";
        display: block;
        border: 2px dashed #DBDBDB;
        position: absolute;
        top: 0;
        width: 100%; }
      .row-chain > .col-step0::before, .row-chain > .col-step2::before, .row-chain > .col-step4::before {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; }
      .row-chain > .col-step1::before, .row-chain > .col-step5::before {
        height: 100%;
        border-left: 0;
        -webkit-border-radius: 0 100em 100em 0;
        -moz-border-radius: 0 100em 100em 0;
        border-radius: 0 100em 100em 0; }
      .row-chain > .col-step3::before {
        border-color: red;
        height: 100%;
        border-right: 0;
        -webkit-border-radius: 100em 0 0 100em;
        -moz-border-radius: 100em 0 0 100em;
        border-radius: 100em 0 0 100em; }
      .row-chain > .col-step6::before {
        top: auto;
        bottom: 100%;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        width: 32.5%;
        left: 50%; }
      .row-chain > .col-step0::before, .row-chain > .col-step1::before {
        border-color: #F0C728; }
      .row-chain > .col-step2::before {
        border-color: #A7CB57; }
      .row-chain > .col-step3::before, .row-chain > .col-step4::before {
        border-color: #7FCB57; }
      .row-chain > .col-step5::before, .row-chain > .col-step6::before {
        border-color: #60B786; } }

.b-chain .txt-circle-num {
  position: absolute; }

.b-chain .txt-chain-desc {
  line-height: 1.5; }

.b-chain .txt-chain-name {
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase; }

.b-chain .row-card {
  margin: -6px !important;
  margin-top: 10px !important; }
  .b-chain .row-card .col {
    padding: 6px !important; }

.b-chain-start .box-circle {
  background: #F0C728; }

.b-chain-end .box-circle {
  background: #60B786; }

@media (max-width: 991px) {
  .b-chain {
    padding-left: 60px;
    position: relative; }
    .b-chain .txt-circle-num {
      left: 0;
      top: 40px;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
    .b-chain .ico-chain {
      width: 80px;
      height: 80px;
      display: block; }
    .b-chain .txt-chain-name {
      font-size: 1.125em;
      margin-bottom: 10px;
      line-height: 1.6; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .b-chain .row-card {
      max-width: 360px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .b-chain .row-card > .col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

@media (max-width: 991px) {
    .b-chain-start .box-circle, .b-chain-end .box-circle {
      -webkit-border-radius: 0 100em 100em 0;
      -moz-border-radius: 0 100em 100em 0;
      border-radius: 0 100em 100em 0;
      margin-left: -60px;
      padding: 10px 20px;
      padding-left: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px; }
    .b-chain-start .txt-chain-name, .b-chain-end .txt-chain-name {
      color: #fff;
      margin-left: 20px;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .b-chain {
    text-align: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px; }
    .b-chain .txt-circle-num {
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .b-chain .ico-chain {
      width: 80px;
      height: 80px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .b-chain .txt-chain-name {
      font-size: 1.25em; }
    .b-chain .row-card {
      justify-content: center; }
    .b-chain-start .box-circle, .b-chain-end .box-circle {
      width: 200px;
      height: 200px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 20px;
      margin-top: -100px; }
    .b-chain-start .txt-chain-name, .b-chain-end .txt-chain-name {
      margin-bottom: 20px; }
    .b-chain-step {
      padding-top: 40px;
      padding-bottom: 80px; }
      .b-chain-step .txt-chain-name {
        margin-bottom: 10px; } }

.row-highlight .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.row-highlight::after {
  content: "";
  border: 8px solid #F5F5F5;
  border-left: 0;
  position: absolute;
  z-index: -1; }
  .bg2.bg2-left .row-highlight::after {
    border-color: #fff; }

.row-highlight .txt-event-loc {
  margin-bottom: 5px; }

.row-highlight .txt-title {
  font-size: 1.875em;
  line-height: 1.1; }

.row-highlight .img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.2); }

.row-highlight .b-download {
  margin-top: 40px; }

.row-highlight .txt-year-season {
  padding-left: 22px; }
  .row-highlight .txt-year-season .txt-num::after {
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 991px) {
  .row-highlight {
    margin-bottom: 30px; }
    .row-highlight::after {
      height: 60px;
      right: 60px;
      width: calc( 100vw + 60px);
      -webkit-border-radius: 0 100em 0 0;
      -moz-border-radius: 0 100em 0 0;
      border-radius: 0 100em 0 0;
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%);
      border-bottom: 0;
      top: auto;
      bottom: 0; }
    .row-highlight .txt-event-loc {
      justify-content: center;
      margin-top: 20px; }
    .row-highlight .txt-title {
      text-align: center;
      margin-bottom: 20px; }
    .row-highlight .b-event-date {
      margin-bottom: 20px; }
    .row-highlight .btn-circle {
      justify-content: center;
      flex-direction: row; }
      .row-highlight .btn-circle .ico {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        .row-highlight .btn-circle .ico::before {
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg); }
      .row-highlight .btn-circle .txt {
        margin-left: -18px;
        margin-right: 0; }
      .row-highlight .btn-circle:hover .txt {
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0); }
    .row-highlight .col-ctx {
      text-align: center; }
    .row-highlight .txt-year-season {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      margin-top: 20px; }
    .row-highlight .b-download {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; } }

@media (min-width: 992px) {
  .row-highlight {
    position: relative; }
    .row-highlight::after {
      top: -60px;
      height: 90%;
      right: calc( 50% - 40px);
      width: calc( 50vw + 40px);
      -webkit-border-radius: 0 100em 100em 0;
      -moz-border-radius: 0 100em 100em 0;
      border-radius: 0 100em 100em 0; }
    .row-highlight .txt-title {
      font-size: 2.625em;
      margin-bottom: 10px; }
    .row-highlight .b-event-date {
      justify-content: flex-start;
      margin-bottom: 20px; }
    .row-highlight .col-ctx {
      padding-left: 80px; } }

.row-highlight.row-highlight-mag {
  margin-bottom: 0; }
  .row-highlight.row-highlight-mag::after {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0%, 20%);
    -ms-transform: translate(0%, 20%);
    transform: translate(0%, 20%);
    height: 70%; }
    @media (max-width: 991px) {
      .row-highlight.row-highlight-mag::after {
        display: none; } }
  .row-highlight.row-highlight-mag .img-magazine {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F5F5F5; }
    .bg2:not(.bg2-white) .row-highlight.row-highlight-mag .img-magazine {
      border: 0; }
  @media (max-width: 991px) {
    .row-highlight.row-highlight-mag {
      margin-top: 20px;
      margin-left: 0;
      margin-right: 0; }
      .row-highlight.row-highlight-mag .b-download {
        margin-top: 20px; } }

.row-detail {
  align-items: center; }
  .row-detail .box-ctx {
    padding-top: 20px;
    padding-bottom: 20px; }
  .row-detail .col:last-child .box-ctx {
    padding-bottom: 0; }

/*------------------------------------------------------------------------ */
.s-header {
  z-index: 1000;
  position: relative; }
  @media (min-width: 1301px) {
    .s-header {
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .s-header-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 1px solid transparent; }
        .s-header-wrapper::before {
          width: 100%;
          height: 250px;
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          background: rgba(255, 255, 255, 0.95);
          background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0) 100%);
          pointer-events: none;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-transition: 300ms ease;
          transition: 300ms ease; }
      .s-header .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 120px;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .s-header:not(._shrink) .s-header-wrapper {
        padding-top: 20px;
        padding-bottom: 20px; }
      .s-header._shrink .s-header-wrapper, .s-header:hover .s-header-wrapper {
        background: #fff;
        border-bottom-color: #F5F5F5; }
        .s-header._shrink .s-header-wrapper::before, .s-header:hover .s-header-wrapper::before {
          opacity: 0;
          filter: alpha(opacity=0); }
      .s-header._shrink .container {
        height: 120px; }
      ._doc_ready .s-header-wrapper {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%); }
      ._win_load .s-header-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        -webkit-transition: 600ms;
        transition: 600ms; } }

.logo-wrapper .img-logo {
  display: block; }

@media (max-width: 1300px) {
  .logo-wrapper {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 59px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .logo-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #242422;
      z-index: -1;
      -webkit-transition: 300ms;
      transition: 300ms;
      -webkit-transform: translate(100%, 0%);
      -ms-transform: translate(100%, 0%);
      transform: translate(100%, 0%); }
    .logo-wrapper::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #DBDBDB;
      height: 1px;
      border-left: 110px solid #FFDD35;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .logo-wrapper .box-logo {
      position: relative; }
    .logo-wrapper .img-logo {
      height: 35px;
      -webkit-transition: 300ms;
      transition: 300ms;
      display: block; }
      .logo-wrapper .img-logo-white {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0); }
    ._open_menu .logo-wrapper::after {
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
    ._open_menu .logo-wrapper .img-logo-black {
      opacity: 0;
      filter: alpha(opacity=0); }
    ._open_menu .logo-wrapper .img-logo-white {
      opacity: 1;
      filter: alpha(opacity=100); }
    ._open_menu .logo-wrapper::before {
      background: #454543; }
    .logo-wrapper .img-logo-svg {
      display: none; } }

@media (min-width: 1301px) {
  .logo-wrapper .box-logo {
    position: relative; }
  .logo-wrapper .btn-menu {
    display: none; }
  .logo-wrapper .img-logo {
    height: 50px; }
    .logo-wrapper .img-logo-white {
      display: none; }
  .logo-wrapper .img-logo-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #ffdd35;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 300;
    stroke-dashoffset: -300; }
    ._win_load .logo-wrapper .img-logo-svg {
      -webkit-transition: 1.5s;
      transition: 1.5s; }
  .logo-wrapper .box-logo:hover .img-logo-svg {
    stroke-dashoffset: 0; } }

.main-wrapper .box-ctx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

@media (max-width: 1300px) {
  .main-wrapper {
    background: #242422;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 300ms;
    transition: 300ms; }
    ._open_menu .main-wrapper {
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); }
    .main-wrapper .box-ctx {
      width: 100%;
      height: 100vh;
      padding: 79px 40px 79px;
      overflow: auto;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

@media (min-width: 1301px) {
  .main-wrapper .nav-ctrl {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0);
    margin-bottom: 20px;
    margin-top: -10px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    ._shrink .main-wrapper .nav-ctrl {
      margin-bottom: 10px; }
  .main-wrapper .box-ctx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; } }

@media (max-width: 1300px) {
  .has-sub.expand > a {
    color: #FFDD35; }
    .has-sub.expand > a::before {
      width: calc( 100% + 0.4em); }
  .has-sub.expand .ico-sub {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg); }
    .has-sub.expand .ico-sub::before {
      opacity: 0;
      filter: alpha(opacity=0); }
  .has-sub.expand:not(:last-child) {
    margin-bottom: 1.5em; } }

@media (min-width: 1301px) {
  .has-sub .box-sub {
    height: auto !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    top: 100%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    padding-top: 35px;
    padding-bottom: 20px; }
    ._win_load .has-sub .box-sub {
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .nav-ctrl .has-sub .box-sub {
      -webkit-transform: translate(-50%, 4px);
      -ms-transform: translate(-50%, 4px);
      transform: translate(-50%, 4px); }
    .has-sub .box-sub::before {
      content: "";
      width: 100%;
      height: calc( 100% - 15px);
      position: absolute;
      left: 0;
      bottom: 0%;
      background: #242422;
      z-index: -1;
      background: #242422;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
    .has-sub .box-sub .nav-sub {
      min-width: 180px; }
  .has-sub:hover .box-sub {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
    .nav-ctrl .has-sub:hover .box-sub {
      -webkit-transform: translate(-50%, -14px);
      -ms-transform: translate(-50%, -14px);
      transform: translate(-50%, -14px); }
  .has-sub:last-child .box-sub {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  .has-sub:last-child:hover .box-sub {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

.s-footer {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 0;
  line-height: normal; }
  .s-footer a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .s-footer a:hover, .s-footer a:focus {
      color: #FFDD35; }
    .s-footer a:visited {
      color: rgba(255, 255, 255, 0.7); }
    .s-footer a:active {
      color: rgba(255, 255, 255, 0.7); }
  .s-footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #242422;
    z-index: -1; }
    @media (min-width: 0) {
      .s-footer::after {
        -webkit-border-top-right-radius: 60px;
        -moz-border-top-right-radius: 60px;
        border-top-right-radius: 60px; } }
    @media (min-width: 992px) {
      .s-footer::after {
        -webkit-border-top-right-radius: 120px;
        -moz-border-top-right-radius: 120px;
        border-top-right-radius: 120px; } }
    @media (min-width: 1200px) {
      .s-footer::after {
        -webkit-border-top-right-radius: 180px;
        -moz-border-top-right-radius: 180px;
        border-top-right-radius: 180px; } }
  .s-footer::before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-image: url(../images/logo_fabrica_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-position: center bottom;
    opacity: 0.05;
    filter: alpha(opacity=5); }
    @media (max-width: 992px) {
      .s-footer::before {
        width: 70%;
        right: 5%;
        bottom: -5%;
        max-width: 300px; } }
    @media (min-width: 993px) {
      .s-footer::before {
        width: 30%;
        bottom: -2%;
        right: 10%;
        background-position: right bottom; } }
    @media (min-width: 1401px) {
      .s-footer::before {
        width: 25%;
        bottom: -10%;
        height: 90%;
        right: 4%; } }
  .s-footer .txt-with-ico-loc .ico-svg + .txt {
    padding-left: 15px; }
  .s-footer .img-logo {
    width: 130px; }
  .s-footer .hr-line {
    border-left: 130px solid #FFDD35;
    height: 1px;
    background: #454543;
    margin-top: 35px; }
  .s-footer .txt-footer-title {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff; }
    .s-footer .txt-footer-title .txt {
      padding-left: 10px; }
  .s-footer .txt-with-ico b {
    color: #fff; }
  .s-footer .nav-media {
    margin-bottom: 20px; }
  .s-footer .txt-subscription {
    color: #FFDD35;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex; }
    .s-footer .txt-subscription .ico-svg {
      width: 30px;
      height: 30px; }
    .s-footer .txt-subscription::before {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background: #FFDD35;
      position: absolute;
      left: 0;
      top: 100%;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .s-footer .txt-subscription:hover::before {
      width: 100%; }
  .s-footer .txt-address {
    line-height: 1.5; }
  @media (max-width: 992px) {
    .s-footer .row-footer {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 40px; }
      .s-footer .row-footer .col {
        border-bottom: 1px solid #454543;
        padding: 20px 0; }
        .s-footer .row-footer .col-contain {
          border-bottom: 0; }
    .s-footer .col-stay .txt-footer-title, .s-footer .col-stay .txt-instagram {
      margin-bottom: 20px; }
    .s-footer .txt-address {
      padding-left: 45px; }
    .s-footer .b-collapse-ctx > *:first-child {
      padding-top: 15px; } }
  @media (max-width: 1400px) {
    .s-footer .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
    .s-footer .img-logo, .s-footer .hr-line {
      order: 1; }
    .s-footer .nav-footer {
      order: 3;
      margin-top: 30px;
      margin-bottom: 20px; }
    .s-footer .row-footer {
      order: 2; } }
  @media (min-width: 993px) {
    .s-footer .row-footer {
      margin-top: 60px;
      margin-bottom: 60px; }
      .s-footer .row-footer .col .txt-footer-title {
        margin-bottom: 20px; } }
  @media (min-width: 993px) and (min-width: 992px) {
    .s-footer .row-footer {
      margin-left: -30px;
      margin-right: -30px; }
      .s-footer .row-footer .col {
        padding-left: 30px;
        padding-right: 30px; } }
  @media (min-width: 993px) and (min-width: 1640px) {
    .s-footer .row-footer {
      margin-left: -40px;
      margin-right: -40px; }
      .s-footer .row-footer .col {
        padding-left: 40px;
        padding-right: 40px; } }
  @media (min-width: 993px) {
    .s-footer .nav-media {
      margin-top: 15px; }
    .s-footer .txt-address span {
      display: block; }
    .s-footer .b-collapse-toggle {
      padding-right: 0;
      cursor: auto; }
      .s-footer .b-collapse-toggle::before {
        display: none; }
    .s-footer .b-collapse-ctx {
      height: auto !important;
      display: block !important; } }
  @media (min-width: 993px) and (max-width: 1400px) {
    .s-footer .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .s-footer .col-stay {
        order: 1; }
      .s-footer .col-contact {
        order: 3; }
      .s-footer .col-stay, .s-footer .col-contact {
        border-right: 1px solid #454543; }
      .s-footer .col-contact, .s-footer .col-fabrica {
        padding-top: 40px; }
      .s-footer .col-space {
        order: 2; }
      .s-footer .col-fabrica {
        order: 4; }
    .s-footer .nav-footer {
      padding-top: 40px;
      margin-top: 0;
      margin-bottom: 40px;
      border-top: 1px solid #454543; } }
  @media (min-width: 1401px) {
    .s-footer .nav-footer {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      width: calc(100% - 130px - 4px);
      justify-content: flex-end; }
    .s-footer .col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
      .s-footer .col:not(:last-child) {
        border-right: 1px solid #454543; } }
  .s-footer .row-copyright {
    font-size: 0.875em;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 0; }

.bg-grey:not(.bg2-left) + .s-footer, .bg2.bg2-left + .s-footer {
  background: #F5F5F5; }

.bg2-left.bg2-white + .s-footer, .bg2-white.bg2-right.bg2-full + .s-footer {
  background: #fff; }

.s-inner-intro {
  padding-top: 0; }
  .s-inner-intro .row .col-img {
    padding-right: 0; }
  .s-inner-intro .img-banner {
    height: 670px;
    background-image: url(../images/about/img_fabrica.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 0) {
      .s-inner-intro .img-banner {
        -webkit-border-bottom-left-radius: 60px;
        -moz-border-bottom-left-radius: 60px;
        border-bottom-left-radius: 60px; } }
    @media (min-width: 992px) {
      .s-inner-intro .img-banner {
        -webkit-border-bottom-left-radius: 120px;
        -moz-border-bottom-left-radius: 120px;
        border-bottom-left-radius: 120px; } }
    @media (min-width: 1200px) {
      .s-inner-intro .img-banner {
        -webkit-border-bottom-left-radius: 180px;
        -moz-border-bottom-left-radius: 180px;
        border-bottom-left-radius: 180px; } }
    @media (min-width: 0) {
      .s-inner-intro .img-banner {
        margin-right: 0; } }
    @media (min-width: 576px) {
      .s-inner-intro .img-banner {
        margin-right: -20px; } }
    @media (min-width: 768px) {
      .s-inner-intro .img-banner {
        margin-right: -40px; } }
    @media (min-width: 1200px) {
      .s-inner-intro .img-banner {
        margin-right: -60px; } }
    @media (min-width: 1641px) {
      .s-inner-intro .img-banner {
        margin-right: calc( (100vw - 1640px)/ -2); } }
  @media (min-width: 1200px) {
    .s-inner-intro .txt-default-desc {
      font-size: 1.25em; } }
  @media (max-width: 991px) {
    .s-inner-intro .row {
      flex-direction: column-reverse; }
      .s-inner-intro .row .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .s-inner-intro .row .col-txt {
          padding-top: 40px;
          padding-right: 40px; }
    .s-inner-intro .img-banner {
      height: auto;
      padding-top: 65%; }
    .s-inner-intro::before {
      width: calc( 100vw - 20px);
      right: 20px !important; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .s-inner-intro .row .col-img {
      margin-left: 16.66667%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .s-inner-intro .row .col-txt .box-intro {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; } }
  @media (min-width: 992px) {
    .s-inner-intro .row .col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .s-inner-intro .row .col-txt {
        padding-top: 240px; }
    .s-inner-intro .box-intro {
      max-width: 650px; } }

.s-inner-intro-txt {
  text-align: center; }
  .s-inner-intro-txt .nav-breadcrumb {
    justify-content: center; }
  @media (max-width: 1300px) {
    .s-inner-intro-txt .container {
      padding-top: 30px; } }
  @media (min-width: 1301px) {
    .s-inner-intro-txt .container {
      padding-top: 100px; } }

.s-submenu {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .s-submenu {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .s-submenu .nav-submenu-wrapper {
    width: 100%;
    border-bottom: 1px solid transparent;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    padding-top: 10px;
    padding-bottom: 10px; }
    .s-submenu .nav-submenu-wrapper .container-lg {
      text-align: center;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .s-submenu .nav-submenu-wrapper.is-sticky {
      position: fixed;
      left: 0;
      z-index: 999;
      background: #F5F5F5;
      border-bottom: 1px solid #ededed;
      top: 120px; }
      @media (max-width: 1300px) {
        .s-submenu .nav-submenu-wrapper.is-sticky {
          top: 59px; } }
  .s-submenu .selectric-select-submenu {
    display: none; }
  @media (max-width: 767px) {
    .s-submenu .nav-submenu {
      display: none; }
    .s-submenu .nav-submenu-wrapper {
      padding: 0;
      width: 100%;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
      .s-submenu .nav-submenu-wrapper .container-lg {
        margin-left: 0;
        margin-right: 0;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
      .s-submenu .nav-submenu-wrapper .selectric-select-submenu {
        display: block;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: 300ms ease;
        transition: 300ms ease; }
        .s-submenu .nav-submenu-wrapper .selectric-select-submenu .selectric, .s-submenu .nav-submenu-wrapper .selectric-select-submenu .label {
          -webkit-transition: 300ms ease;
          transition: 300ms ease; }
      .s-submenu .nav-submenu-wrapper.is-sticky {
        background: #fff;
        border-bottom: 1px solid #DBDBDB; }
        .s-submenu .nav-submenu-wrapper.is-sticky .container-lg {
          padding: 0; }
        .s-submenu .nav-submenu-wrapper.is-sticky .selectric-select-submenu .selectric {
          background: transparent; }
        .s-submenu .nav-submenu-wrapper.is-sticky .selectric-select-submenu .label {
          padding-top: 18px;
          padding-bottom: 18px; }
        .s-submenu .nav-submenu-wrapper.is-sticky .selectric-items {
          top: 100%; } }

.s-home-intro {
  padding-top: 0;
  overflow: hidden; }
  .s-home-intro .box-ctx {
    max-width: 50%;
    margin-top: 80px; }
  .s-home-intro .txt-default-title span {
    display: block; }
  .s-home-intro .img-intro {
    -webkit-border-radius: 0 0 100em 100em;
    -moz-border-radius: 0 0 100em 100em;
    border-radius: 0 0 100em 100em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .s-home-intro .txt-scroll {
    position: absolute;
    left: 20px;
    bottom: 80px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  @media (max-width: 991px) {
    .s-home-intro .img-intro, .s-home-intro .bg-img-line {
      height: 55vh; }
    .s-home-intro .bg-img-line {
      width: 40vw;
      max-width: 180px;
      left: auto;
      right: 55%;
      top: 0;
      background-position: 50% 90%; }
    .s-home-intro .img-intro {
      width: 60vw;
      max-width: 300px;
      margin-right: -40px;
      margin-left: auto;
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .s-home-intro .box-ctx {
      max-width: none;
      max-width: 500px;
      margin: 30px 0; }
    .s-home-intro .txt-scroll {
      right: 20px;
      left: auto;
      bottom: 0px; }
      .s-home-intro .txt-scroll .txt {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .s-home-intro .img-intro {
      max-width: 450px;
      margin-right: 40px; } }
  @media (min-width: 992px) {
    .s-home-intro {
      padding-bottom: 0; }
      .s-home-intro .container {
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
      .s-home-intro .img-intro {
        position: absolute;
        height: 80%;
        width: 37%;
        top: 0;
        right: 0; }
      .s-home-intro .bg-img-line {
        height: 100%;
        width: 20%;
        top: 0;
        left: 54%;
        background-position: 50% 80%;
        max-width: 300px; }
      .s-home-intro .box-ctx {
        padding-right: 20px; } }
  @media (min-width: 1640px) {
    .s-home-intro .txt-default-desc {
      font-size: 1.5em; } }
  @media (min-width: 1921px) {
    .s-home-intro .img-intro {
      left: 60%;
      width: 50%; } }
  .s-home-intro::before {
    top: auto;
    bottom: 0;
    width: auto; }
    @media (max-width: 991px) {
      .s-home-intro::before {
        height: 60px;
        right: 20px; } }
    @media (min-width: 992px) {
      .s-home-intro::before {
        height: 120px;
        width: 40%; } }

.s-home-event .bg-img-line {
  left: 0;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.s-home-event .container-lg {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .s-home-event .txt-default-title > span {
    display: block; }
  .s-home-event .bg-img-line {
    display: none; }
  .s-home-event .col-txt {
    align-items: center; } }

.s-home-video .bg-white-lt::before {
  bottom: 0;
  top: auto; }

.s-home-video .container-lg {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .s-home-video .row-txt-img .img-large {
    -webkit-border-radius: 100em 0 0 100em;
    -moz-border-radius: 100em 0 0 100em;
    border-radius: 100em 0 0 100em; } }

@media (min-width: 992px) {
  .s-home-video .container-lg::before {
    display: none; }
  .s-home-video .bg-white-lt::before {
    height: 120px; } }

.s-home-impact {
  overflow: hidden; }
  .s-home-impact .row-data-wrapper {
    position: relative; }
    .s-home-impact .row-data-wrapper .bg-img-line {
      z-index: 2; }
  .s-home-impact .txt-default-title {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .s-home-impact .col:not(:first-child)::before {
      width: 150px; }
    .s-home-impact .b-data {
      padding: 20px 20px 30px !important; } }
  @media (max-width: 991px) {
    .s-home-impact .img-large {
      -webkit-border-radius: 0 100em 100em 0;
      -moz-border-radius: 0 100em 100em 0;
      border-radius: 0 100em 100em 0; } }
  @media (min-width: 992px) {
    .s-home-impact {
      padding-top: 0; }
      .s-home-impact::before {
        display: none; }
      .s-home-impact .row-data-wrapper {
        margin-top: -220px;
        text-align: right; }
      .s-home-impact .txt-default-title {
        margin-bottom: 30px; }
      .s-home-impact .row-data .col {
        padding-top: 70px;
        padding-bottom: 90px; } }
  .s-home-impact .bg-img-line {
    top: 10%;
    right: 0;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%); }
    @media (min-width: 768px) {
      .s-home-impact .bg-img-line {
        -webkit-transform: translate(60%, -50%);
        -ms-transform: translate(60%, -50%);
        transform: translate(60%, -50%); } }
    @media (min-width: 992px) {
      .s-home-impact .bg-img-line {
        -webkit-transform: translate(85%, -10%);
        -ms-transform: translate(85%, -10%);
        transform: translate(85%, -10%);
        z-index: 1; } }

.s-home-explore {
  overflow: hidden; }
  @media (max-width: 991px) {
    .s-home-explore .txt-default-title > span {
      display: block; } }
  @media (min-width: 992px) {
    .s-home-explore {
      padding-top: 0; }
      .s-home-explore::after {
        top: auto;
        height: 50%;
        bottom: 120px; }
      .s-home-explore .b-slider-explore {
        margin-bottom: 80px; } }

.s-home-story .b-ctrl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .s-home-story .b-ctrl .btn-ctrl:not(:last-child) {
    margin-bottom: 10px; }

.s-home-story .container-lg {
  padding-left: 0;
  z-index: 1; }

.s-home-story .row-btw {
  position: relative;
  z-index: 2;
  align-items: flex-end; }

.s-home-story .txt-default-title {
  line-height: 1;
  position: relative; }
  .s-home-story .txt-default-title > span {
    display: block; }

.s-home-story .txt-slash {
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: normal;
  align-items: flex-start; }
  .s-home-story .txt-slash::before {
    display: none; }
  .s-home-story .txt-slash .txt {
    padding-left: 0;
    padding-right: 0; }

.s-home-story .txt-desc {
  margin-bottom: 1em; }

.s-home-story.bg-white-line {
  position: relative; }
  .s-home-story.bg-white-line::after {
    left: 50%;
    width: 50vw;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0; }

@media (max-width: 991px) {
  .s-home-story {
    background: #F5F5F5; }
    .s-home-story .img-large {
      -webkit-border-radius: 0 100em 100em 0;
      -moz-border-radius: 0 100em 100em 0;
      border-radius: 0 100em 100em 0;
      min-height: 0;
      margin-bottom: 20px; }
    .s-home-story .txt-slash {
      font-size: 1.375em;
      margin-bottom: 10px; } }

@media (min-width: 992px) {
  .s-home-story .row-title-ctrl {
    margin-bottom: -5px; }
  .s-home-story .txt-default-title {
    margin-bottom: -0.4em;
    text-shadow: 0 0 50px rgba(255, 255, 255, 0.8); }
  .s-home-story .txt-desc {
    font-size: 1.125em; } }

.s-home-portfolio .bg-img-line {
  left: 0;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.s-home-portfolio .container-lg {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .s-home-portfolio {
    position: relative; }
    .s-home-portfolio::before {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
    .s-home-portfolio .bg-img-line {
      width: 200px;
      position: static;
      margin-top: -150px;
      -webkit-transform: translate(-24%, 0%);
      -ms-transform: translate(-24%, 0%);
      transform: translate(-24%, 0%); } }

@media (max-width: 991px) {
  .s-about-philosophy .txt-default-desc {
    margin-bottom: 20px; }
  .s-about-philosophy .row2 {
    flex-direction: column-reverse; } }

@media (max-width: 991px) {
  .s-about-techstyle .txt-center .b-card-focus {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .s-about-techstyle .txt-center .txt-default-desc {
    text-align: left; } }

@media (min-width: 992px) {
  .s-about-techstyle .txt-slash {
    flex-direction: column-reverse;
    text-align: center; }
    .s-about-techstyle .txt-slash::before {
      margin-top: 0.3em; }
  .s-about-techstyle .btn-circle {
    justify-content: center; } }

.s-about-360 .txt-slash {
  text-transform: none;
  letter-spacing: normal;
  font-size: 2.25em; }
  @media (max-width: 991px) {
    .s-about-360 .txt-slash {
      font-size: 1.5em; } }

.s-about-360 .row-type {
  z-index: 1;
  position: relative; }
  .s-about-360 .row-type .box-logos {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .s-about-360 .row-type .box-logos {
        max-width: 360px; } }
  @media (max-width: 767px) {
    .s-about-360 .row-type .col-img {
      order: 1; }
    .s-about-360 .row-type .col-ctx {
      order: 2; }
    .s-about-360 .row-type .img-default {
      margin-bottom: 20px; } }

.s-about-360 .bg2-line-inline {
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .s-about-360 .bg2-line-inline.pos-right::after, .s-about-360 .bg2-line-inline.pos-left::after {
    width: 50%;
    height: 350px; }
  @media (max-width: 991px) {
    .s-about-360 .bg2-line-inline {
      display: none; } }

@media (min-width: 992px) {
  .s-pricing .row-price-title {
    margin-left: 13%;
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 1200px) {
  .s-pricing .row-price-title {
    margin-left: 19%;
    padding-left: 40px;
    padding-right: 40px; } }

.s-pricing .txt-fee {
  font-weight: bold;
  margin-bottom: 0.3em; }
  @media (max-width: 991px) {
    .s-pricing .txt-fee-remark {
      font-size: 0.875em; } }
  @media (min-width: 992px) {
    .s-pricing .txt-fee {
      font-size: 1.375em; } }

@media (min-width: 992px) {
  .s-amenities .txt-title-basic {
    flex-direction: row-reverse; }
    .s-amenities .txt-title-basic::before {
      margin-right: 0;
      margin-left: 0.2em; }
  .s-amenities .txt-title-exclusive {
    flex-direction: column-reverse;
    text-align: center; }
    .s-amenities .txt-title-exclusive::before {
      margin-top: 0.3em; } }

.s-amenities .row-txt-img2 .col-feature {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (max-width: 991px) {
  .s-amenities .row-txt-img2 .col-img, .s-amenities .row-txt-img2 .col-txt {
    order: initial; } }

@media (min-width: 992px) {
  .s-amenities .row-txt-img2 {
    align-items: flex-end; }
    .s-amenities .row-txt-img2 > .col.col-img {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .s-amenities .row-txt-img2 > .col.col-txt {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      text-align: right;
      padding-bottom: 88px; }
    .s-amenities .row-txt-img2 > .col.col-feature {
      margin-top: -88px; } }

.s-ppl .row {
  align-items: flex-start; }
  .s-ppl .row .col {
    padding-bottom: 30px;
    height: auto; }
    @media (min-width: 1200px) {
      .s-ppl .row .col {
        padding-bottom: 45px; } }

@media (max-width: 991px) {
  .s-magazine .row-highlight-mag::after {
    display: none; }
  .s-magazine .row-highlight-mag .txt-title {
    font-size: 1.5em; }
  .s-magazine .row-highlight-mag .b-download {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex; } }

.s-magazine .row-highlight-mag .txt-year-season {
  margin-top: 20px;
  margin-bottom: 8px; }

.s-magazine .row-card .col {
  padding: 0 40px; }

@media (max-width: 991px) {
  .s-magazine .row-card .col {
    padding-top: 60px; } }

@media (min-width: 992px) {
  .s-magazine .row-card {
    padding-top: 120px; }
    .s-magazine .row-card .col {
      padding-top: 80px; } }

.s-search-intro {
  padding-bottom: 0; }
  .s-search-intro .txt-default-title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .s-search-intro .txt-default-title {
        margin-bottom: 40px; } }
  .s-search-intro::before {
    height: auto; }
    @media (max-width: 991px) {
      .s-search-intro::before {
        bottom: 15px; } }
    @media (min-width: 992px) {
      .s-search-intro::before {
        bottom: 30px; } }

.s-search .txt-total {
  font-weight: bold;
  color: #5BA4C0; }

@media (max-width: 991px) {
  .s-search {
    padding-top: 20px; }
    .s-search .txt-search-result {
      text-align: center;
      margin-bottom: 40px; } }

@media (min-width: 992px) {
  .s-search .row-search-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative; }
    .s-search .row-search-filter::before {
      content: "";
      width: 100%;
      height: 1px;
      border-left: 130px solid #FFDD35;
      background: #DBDBDB;
      position: absolute;
      left: 0;
      bottom: 0; }
    .s-search .row-search-filter .row-filter {
      padding-bottom: 0px;
      margin-bottom: 0px; }
      .s-search .row-search-filter .row-filter::before {
        display: none; }
    .s-search .row-search-filter .txt-filter {
      display: none; } }

.s-event-intro .txt-default-title {
  padding-top: 20px; }
  .s-event-intro .txt-default-title:not(:last-child) {
    margin-bottom: 20px; }

.s-event-intro .txt-event-status {
  margin-top: 20px; }

@media (min-width: 1200px) {
  .s-event-intro .b-event-date, .s-event-intro .txt-event-status {
    font-size: 1.375em; }
  .s-event-intro .txt-event-day {
    font-weight: 300; }
  .s-event-intro .txt-event-num {
    font-weight: normal; }
  .s-event-intro .txt-event-month, .s-event-intro .txt-event-year, .s-event-intro .txt-event-ampm {
    font-size: 16px; } }

.s-event-intro .txt-event-date + .ico-hyphen, .s-event-intro .txt-event-time + .ico-hyphen {
  background: #5BA4C0;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.s-event-detail {
  line-height: 1.6; }
  .s-event-detail .box-info {
    background: #F5F5F5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 40px 20px;
    background: #242422;
    color: #fff; }
    @media (min-width: 992px) {
      .s-event-detail .box-info {
        padding: 60px 40px; }
        .s-event-detail .box-info .txt-slash {
          font-size: 1.25em; } }
    .s-event-detail .box-info .txt-bg {
      margin-top: 5px; }
  .s-event-detail .txt-info .txt-with-ico .txt {
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 10px; }
  .s-event-detail .txt-info .txt-val {
    padding-left: 40px;
    line-height: 1.5; }
  .s-event-detail .txt-info:not(:last-child) {
    margin-bottom: 30px; }
  .s-event-detail img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .s-event-detail .list-num li:not(:last-child), .s-event-detail .list-dot li:not(:last-child), .s-event-detail .list-yellow li:not(:last-child) {
    margin-bottom: 0.8em; }
  .s-event-detail .list-num {
    padding-left: 18px; }
  .s-event-detail .list-yellow li:not(:last-child) {
    margin-bottom: 0.8em; }
  .s-event-detail .hr-default {
    margin-top: 40px;
    margin-bottom: 40px; }
  .s-event-detail .txt-sm {
    font-size: 0.875em; }
  .s-event-detail .col-detail {
    line-height: 1.6; }
  @media (max-width: 991px) {
    .s-event-detail .col-detail {
      order: 1;
      margin-bottom: 30px; }
    .s-event-detail .col-info {
      order: 2; } }

.s-my-event {
  margin-top: 60px;
  padding-top: 75px; }
  .s-my-event .row-ticket {
    margin-top: 60px;
    margin-bottom: 60px; }
    .s-my-event .row-ticket > .col {
      padding-bottom: 30px; }
  @media (max-width: 991px) {
    .s-my-event {
      margin-top: 30px;
      padding-top: 45px; }
      .s-my-event .nav-submenu {
        margin-left: -15px;
        margin-right: -15px; }
        .s-my-event .nav-submenu li {
          letter-spacing: 0px;
          padding-right: 15px;
          padding-left: 15px; }
      .s-my-event .row-ticket {
        margin-top: 30px;
        margin-bottom: 30px; }
        .s-my-event .row-ticket > .col {
          padding-bottom: 20px; } }

.s-profile {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .s-profile {
      padding-top: 30px; } }
  .s-profile .img-profile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px; }
  .s-profile .btn-grey {
    min-width: 100px; }
  .s-profile .row-img {
    margin-bottom: 20px; }
  .s-profile .row-pw .btn-grey {
    margin-left: 10px; }

/*------------------------------------------------------------------------ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0%, 40px);
    -ms-transform: translate(0%, 40px);
    transform: translate(0%, 40px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0%, 40px);
    -ms-transform: translate(0%, 40px);
    transform: translate(0%, 40px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0%, -40px);
    -ms-transform: translate(0%, -40px);
    transform: translate(0%, -40px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0%, -40px);
    -ms-transform: translate(0%, -40px);
    transform: translate(0%, -40px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(40px, 0%);
    -ms-transform: translate(40px, 0%);
    transform: translate(40px, 0%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(40px, 0%);
    -ms-transform: translate(40px, 0%);
    transform: translate(40px, 0%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 0%);
    -ms-transform: translate(-40px, 0%);
    transform: translate(-40px, 0%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 0%);
    -ms-transform: translate(-40px, 0%);
    transform: translate(-40px, 0%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes ani-scroll-down {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 0px 80px; } }

@-webkit-keyframes ani-scroll-down {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 0px 80px; } }

@keyframes ani-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes ani-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes ani-slidein {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes ani-slidein {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes ani-slideout {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes ani-slideout {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes ani-arrow {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 0px; } }

@-webkit-keyframes ani-arrow {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 0px; } }

.wrapper {
  overflow: hidden; }

.box-fix {
  position: fixed;
  pointer-events: none;
  bottom: 20px;
  right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  right: -9999px;
  z-index: 999;
  -webkit-transition: 300ms bottom;
  transition: 300ms bottom; }
  .box-fix .btn {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: translate(100%, 0) rotate(90deg);
    -ms-transform: translate(100%, 0) rotate(90deg);
    transform: translate(100%, 0) rotate(90deg);
    border: 0;
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); }
    .box-fix .btn-filter {
      margin-bottom: 8px;
      background-color: #FFDD35; }
      @media (min-width: 992px) {
        .box-fix .btn-filter {
          display: none; } }
    .box-fix .btn-top {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
  .box-fix._show {
    right: 30px; }
    .box-fix._show .btn {
      pointer-events: auto;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0%, 0) rotate(0deg);
      -ms-transform: translate(0%, 0) rotate(0deg);
      transform: translate(0%, 0) rotate(0deg); }
  @media (max-width: 991px) {
    .box-fix.is-up {
      bottom: 90px; } }
  @media (max-width: 767px) {
    .box-fix .btn {
      width: 45px;
      height: 45px; }
    .box-fix .btn-top {
      background: #242422;
      border: 1px solid #454543; }
      .box-fix .btn-top::before {
        background-image: url(../images/ico/ico_arrow_next_yellow.svg); }
    .box-fix._bottom {
      bottom: 50px; }
    .box-fix._show {
      right: 20px; }
    .box-fix.is-up {
      bottom: 62px; } }
  @media (min-width: 1200px) {
    .box-fix {
      bottom: 30px; } }

.draw-line .line {
  fill: none;
  stroke-width: 25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  filter: alpha(opacity=0); }
  .draw-line .line1 {
    stroke: #F5CE0B; }
  .draw-line .line2 {
    stroke: #D6D6D6; }

.draw-line.animated .line {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 2s;
  transition: 2s; }
  .draw-line.animated .line1, .draw-line.animated .line2 {
    stroke-dashoffset: 0 !important; }

.draw-line-intro.animated .line1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.draw-line-intro.animated .line2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.draw-line-intro svg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12%; }
  @media (max-width: 991px) {
    .draw-line-intro svg {
      width: 110%;
      bottom: 5%; } }

.draw-line-event .line1 {
  stroke-dasharray: 600;
  stroke-dashoffset: 600; }

.draw-line-event .line2 {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600; }

.draw-line-event.animated .line1 {
  -webkit-transition: 1s;
  transition: 1s; }

.draw-line-event.animated .line2 {
  -webkit-transition: 3s;
  transition: 3s; }

.draw-line-impact .line1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.draw-line-portfolio .line1 {
  stroke-dasharray: 900;
  stroke-dashoffset: 900; }

.draw-line-portfolio .line2 {
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

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