@charset "UTF-8";
/*@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/utilities";*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@-webkit-keyframes mouse {
  0% {
    box-shadow: 0px 0px 40px -10px #fff;
  }
  50% {
    box-shadow: 0px 0px 40px 0px #fff;
  }
  100% {
    box-shadow: 0px 0px 40px -10px #fff;
  }
}

@keyframes mouse {
  0% {
    box-shadow: 0px 0px 40px -10px #fff;
  }
  50% {
    box-shadow: 0px 0px 40px 0px #fff;
  }
  100% {
    box-shadow: 0px 0px 40px -10px #fff;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// FONTS */
@font-face {
  font-family: 'novel-regular';
  src: url("../fonts/novelpro-regular.woff2") format("woff2");
  src: url("../fonts/novelpro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'novel-bold';
  src: url("../fonts/novelpro-bold.woff2") format("woff2");
  src: url("../fonts/novelpro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'novelsans-regular';
  src: url("../fonts/novelsanspro_regular.woff2") format("woff2");
  src: url("../fonts/novelsanspro_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.woff2") format("woff2");
  src: url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

icon, .icon {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}

icon:before, .icon:before {
  font-family: 'icons';
  speak: none;
  margin: 0px 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
}

icon.plus:before, .icon.plus:before {
  content: '\e800';
}

icon.arrow2_bottom:before, .icon.arrow2_bottom:before {
  content: '\e804';
}

icon.arrow2_left:before, .icon.arrow2_left:before {
  content: '\e805';
}

icon.arrow2_right:before, .icon.arrow2_right:before {
  content: '\e806';
}

icon.arrow2_top:before, .icon.arrow2_top:before {
  content: '\e807';
}

icon.close:before, .icon.close:before {
  content: '\e808';
}

icon.list:before, .icon.list:before {
  content: '\e809';
}

icon.map:before, .icon.map:before {
  content: '\e80a';
}

icon.menu:before, .icon.menu:before {
  content: '\e80b';
}

icon.scroll:before, .icon.scroll:before {
  content: '\e80c';
}

icon.arrow1_bottom:before, .icon.arrow1_bottom:before {
  content: '\e80e';
}

icon.arrow1_left:before, .icon.arrow1_left:before {
  content: '\e80f';
}

icon.arrow1_right:before, .icon.arrow1_right:before {
  content: '\e810';
}

icon.arrow1_top:before, .icon.arrow1_top:before {
  content: '\e811';
}

icon.twitter:before, .icon.twitter:before {
  content: '\f099';
}

icon.facebook:before, .icon.facebook:before {
  content: '\f09a';
}

icon.linkedin:before, .icon.linkedin:before {
  content: '\f0e1';
}

icon.bola:before, .icon.bola:before {
  content: '●';
}

.anim-spin:before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// BODY */
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, span, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td,
abbr, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup,
mark, menu, meter, nav, output, progress, main, section, summary, time, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

:focus {
  outline: none;
}

/* For Chrome */
body, html {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-family: 'novel-regular', sans-serif;
  font-size: 100%;
  color: #000;
  background: #fff;
}

strong, b {
  font-family: 'novel-bold', sans-serif;
}

[v-cloak] {
  display: none;
}

main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 40px 40px;
  background-image: url("../images/backgrd-pattern.jpg");
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

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

.row {
  font-size: 0;
}

.formodal {
  display: none;
}

@media (max-width: 767px) {
  main {
    padding: 40px 15px 15px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// HEADER */
#cookies {
  position: fixed;
  display: none;
  padding: 20px 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 15;
}

#cookies .container {
  position: relative;
}

#cookies p {
  width: 100%;
  padding: 0px 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#cookies p a {
  color: #fff;
  text-decoration: underline;
}

#cookies .btn-close {
  position: absolute;
  top: -5px;
  right: 5px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

#cookies.show {
  display: table;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
  background-image: url("../images/backgrd-pattern.jpg");
  z-index: 10;
}

header .billhead {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 60px;
  overflow: hidden;
}

header .billhead .btn-menu-open {
  float: left;
  margin-top: 18px;
  cursor: pointer;
  line-height: 120%;
}

header .billhead .btn-menu-open icon {
  display: inline-block;
  color: #999999;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
}

header .billhead .btn-menu-open span {
  display: inline-block;
  margin: 0px 5px;
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

header .billhead .btn-detail-close {
  position: absolute;
  margin-top: 18px;
  cursor: pointer;
  line-height: 120%;
}

header .billhead .btn-detail-close icon {
  display: inline-block;
  color: #b15533;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
}

header .billhead .btn-detail-close span {
  display: inline-block;
  margin: 0px 5px;
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

header .billhead .btn-jump-open {
  position: absolute;
  left: 180px;
  top: 24px;
  width: auto;
  height: auto;
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
  line-height: 120%;
}

header .billhead .btn-jump-open .jump {
  cursor: pointer;
  transition: 250ms ease-in-out;
  text-transform: uppercase;
}

header .billhead .btn-jump-open .jump:after {
  position: absolute;
  content: '';
  top: 24px;
  left: -14px;
  right: 0;
  width: 0px;
  height: 2px;
  margin: auto;
  background-color: #222222;
  transition: 250ms ease-in-out 250ms;
  z-index: 1;
}

header .billhead .btn-jump-open .box {
  position: fixed;
  width: 246px;
  height: auto;
  max-height: 0;
  padding: 10px 30px 0px;
  margin-left: -30px;
  background-image: url("../images/backgrd-pattern.jpg");
  overflow: hidden;
  transition: 250ms ease-in-out;
}

header .billhead .btn-jump-open .box a {
  display: block;
  width: 100%;
  padding: 2px 0px;
  color: #999999;
  text-transform: uppercase;
  transition: 250ms ease-in-out;
}

header .billhead .btn-jump-open .box a:hover {
  color: #222222;
  cursor: pointer;
}

header .billhead .btn-jump-open:hover .jump {
  color: #222222;
}

header .billhead .btn-jump-open:hover .jump:after {
  width: 210px;
  transition: 250ms ease-in-out;
}

header .billhead .btn-jump-open:hover .box {
  max-height: 200px;
  padding: 30px 30px 20px;
  transition: 250ms ease-in-out 250ms;
}

header .billhead .logo {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 245px;
  height: 50px;
  background-image: url("../images/logo-top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 250ms ease-in-out 250ms;
}

header .billhead .logo.hidden {
  margin-top: 60px;
}

header nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  /*background-image:url('../images/backgrd-pattern.jpg');*/
  background-color: #222222;
  z-index: 1;
  clip: rect(auto, auto, auto, auto);
  overflow: auto;
  transition: 300ms ease-in-out;
}

header nav.v-enter-active, header nav.v-leave-active {
  height: 0%;
}

header nav.v-enter-active .menu-footer {
  bottom: -80px;
  transition: 200ms ease-in-out;
}

header nav.v-leave-active .menu-footer {
  bottom: -80px;
  transition: 200ms ease-in-out 50ms;
}

header nav .conten {
  position: fixed;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  width: 100%;
  padding: 0px 60px 80px;
  height: 100%;
  margin: auto;
  overflow: auto;
}

header nav .btn-menu-close {
  float: left;
  position: relative;
  margin-top: 18px;
  cursor: pointer;
  line-height: 120%;
  z-index: 2;
}

header nav .btn-menu-close icon {
  display: inline-block;
  color: #999999;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
}

header nav .btn-menu-close span {
  display: inline-block;
  margin: 0px 5px;
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

header nav .lang {
  float: right;
  position: relative;
  margin-top: 19px;
  z-index: 2;
}

header nav .lang span {
  margin: 0px 5px;
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

header nav .lang span a {
  color: #999999;
}

header nav .lang span:hover, header nav .lang span.select {
  color: #222222;
}

header nav .lang span:hover a, header nav .lang span.select a {
  color: #222222;
}

header nav menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  padding: 100px 60px 160px;
  max-height: 780px;
  min-height: 620px;
  z-index: 1;
}

header nav menu .area-menu {
  height: 100%;
}

header nav menu .area-menu .menu {
  width: 100%;
  height: 100%;
}

header nav menu .area-menu .menu li {
  float: left;
  position: relative;
  width: 50%;
  height: 25%;
  padding: 0px 15px;
  cursor: pointer;
  opacity: 1;
  transition: 250ms ease-in-out;
}

header nav menu .area-menu .menu li span {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #ffffff;
  border-top: 2px solid #222222;
  font-family: 'novel-bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: 125%;
  transition: 250ms ease-in-out;
}

header nav menu .area-menu .menu li sup {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #ffffff;
  font-family: 'novelsans-regular';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

header nav menu .area-menu .menu li.m1l span {
  border-color: #b15533;
}

header nav menu .area-menu .menu li.m1r span {
  border-color: #009fdf;
}

header nav menu .area-menu .menu li.m2l span {
  border-color: #d7197d;
}

header nav menu .area-menu .menu li.m2r span {
  border-color: #ffcb05;
}

header nav menu .area-menu .menu li.m3l span {
  border-color: #b15533;
}

header nav menu .area-menu .menu li.m3r span {
  border-color: #b15533;
}

header nav menu .area-menu .menu li.m4l span {
  border-color: #b15533;
}

header nav menu .area-menu .menu li.m4r span {
  border-color: #b15533;
}

header nav menu .area-menu .menu li:hover {
  opacity: 1 !important;
}

header nav menu .area-menu .sub-menu {
  display: table;
  width: 100%;
  padding: 0px 15px;
}

header nav menu .area-menu .sub-menu li {
  display: table-cell;
  padding: 20px;
  border-top: 2px solid #b15533;
  color: #ffffff;
  font-family: 'novelsans-regular';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: 250ms ease-in-out;
}

header nav menu .area-menu .sub-menu li:hover {
  opacity: 1 !important;
}

header nav menu .area-menu .sub-menu li a {
  color: #ffffff;
}

header nav menu .area-menu:hover li {
  opacity: 0.5;
}

header nav .menu-footer {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 2;
  transition: 250ms ease-in-out;
}

@media (max-width: 1199px) {
  header nav menu .area-menu .sub-menu li {
    padding: 15px 10px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  header nav menu {
    height: 90%;
  }
  header nav menu .area-menu .menu li span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  header {
    height: 40px;
  }
  header .billhead {
    padding: 0px 10px;
  }
  header .billhead .btn-menu-open {
    margin-top: 6px;
  }
  header .billhead .btn-detail-close {
    margin-top: 6px;
  }
  header .billhead .btn-jump-open {
    display: none;
  }
  header .billhead .logo {
    float: right;
    margin-top: 2px;
    width: 60px;
    height: 36px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  header nav .conten {
    padding: 0px 10px 80px;
  }
  header nav .btn-menu-close {
    margin-top: 6px;
  }
  header nav .lang {
    margin-top: 9px;
  }
  header nav menu {
    margin: 60px 0px 100px;
    padding: 0;
    height: calc(100% - 160px);
    min-height: 320px;
  }
  header nav menu .area-menu {
    height: 100%;
  }
  header nav menu .area-menu .menu {
    display: initial;
  }
  header nav menu .area-menu .menu li {
    height: 18%;
    padding: 0px 5px;
  }
  header nav menu .area-menu .menu li span {
    font-size: 11px;
    padding: 15px 5px;
  }
  header nav menu .area-menu .menu li sup {
    font-size: 9px;
    top: 15px;
  }
  header nav menu .area-menu .sub-menu {
    padding: 10px;
    border-top: 2px solid #b15533;
  }
  header nav menu .area-menu .sub-menu li {
    display: inline-table;
    width: 50%;
    padding: 5px;
    border-top: none;
    font-size: 10px;
    text-align: left;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// FOTTER */
footer {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 8;
  transition: 250ms ease-in-out;
}

footer.show {
  top: -80px;
  transition: 250ms ease-in-out 700ms;
}

.box-footer {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  color: #999999;
  font-family: 'novelsans-regular';
}

.box-footer .left {
  position: absolute;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box-footer .left .logo {
  float: left;
  margin: 10px 0px 0px;
  width: 99px;
  height: 59px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box-footer .left .copyright {
  float: left;
  margin: 10px 0px 0px 20px;
  font-size: 12px;
}

.box-footer .right {
  position: absolute;
  right: 60px;
}

.box-footer .right .responsible {
  float: left;
  margin: 36px 20px 0px 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.box-footer .right .moderation {
  float: left;
  margin: 32px 0px 0px;
  width: 139px;
  height: 31px;
  background-image: url("../images/wineinmoderation.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .box-footer .left {
    left: 20px;
  }
  .box-footer .left .copyright {
    font-size: 9px;
  }
  .box-footer .right {
    right: 20px;
  }
  .box-footer .right .responsible {
    margin: 38px 20px 0px 0px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .box-footer .left {
    left: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-footer .left .logo {
    margin: 10px 0px 0px;
  }
  .box-footer .left .copyright {
    margin: 10px 0px 0px 6px;
  }
  .box-footer .right {
    right: 10px;
  }
  .box-footer .right .responsible {
    margin: 48px -140px 0px 0px;
  }
  .box-footer .right .moderation {
    margin: 12px 0px 0px;
  }
}

@media (max-width: 479px) {
  .box-footer .left {
    left: 0px;
    width: 100%;
  }
  .box-footer .left .logo {
    margin: 10px 0px 0px 10px;
    width: 80px;
    height: 48px;
  }
  .box-footer .right {
    right: 0px;
    width: 100%;
  }
  .box-footer .right .responsible {
    position: absolute;
    right: 10px;
    margin: 62px 0px 0px;
  }
  .box-footer .right .moderation {
    float: right;
    margin: 38px 10px 0px 0px;
    width: 100px;
    height: 22px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// MODAL */
.modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  overflow: auto;
  transition: 250ms ease-in-out;
}

.modal.v-enter-active, .modal.v-leave-active {
  opacity: 0;
}

.modal .modal-backgrd {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  opacity: 0.75;
  z-index: 0;
}

.modal .modal-inside {
  position: relative;
  display: table;
  width: auto;
  height: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  z-index: 2;
  overflow: visible;
}

.modal .modal-inside .modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  margin-top: 40px;
  padding-top: 8px;
  cursor: pointer;
  z-index: 5;
}

.modal .modal-inside .modal-close:before {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background-color: #b15533;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 10px auto 0px;
}

.modal .modal-inside .modal-close:after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background-color: #b15533;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -2px auto 0px;
}

.modal .modal-inside .modal-contem {
  display: table;
  width: 640px;
  margin: 40px auto 20px;
}

.openmodal .formodal {
  display: none;
}

@media (max-width: 767px) {
  .modal .modal-inside .modal-close {
    margin-left: 0px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////// DETAIL */
.modal-detail {
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
}

/*/////////////////////////////////////////////////////////////////////////////////////////// AGE-CHECK */
.age-check {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
}

.age-check .backgrd {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
}

.age-check .contem {
  position: relative;
  display: table;
  width: auto;
  height: 100%;
  margin: auto;
  z-index: 2;
  overflow: visible;
}

.age-check .box-legal {
  width: 470px;
  height: auto;
  padding: 30px 80px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 40px -20px #000;
  font-family: 'novelsans-regular';
  text-align: center;
}

.age-check .box-legal .lang {
  display: block;
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
}

.age-check .box-legal .lang span {
  margin: 0px 5px;
  color: #999999;
  font-family: 'novelsans-regular';
  cursor: pointer;
}

.age-check .box-legal .lang span a {
  color: #999999;
}

.age-check .box-legal .lang span:hover, .age-check .box-legal .lang span.select {
  color: #222222;
}

.age-check .box-legal .lang span:hover a, .age-check .box-legal .lang span.select a {
  color: #222222;
}

.age-check .box-legal .text {
  display: block;
  color: #b15533;
  font-size: 24px;
  padding: 20px 0px;
}

.age-check .box-legal .btns {
  display: block;
}

.age-check .box-legal .btns .btn-yes, .age-check .box-legal .btns .btn-no, .age-check .box-legal .btns .btn-enter {
  display: inline-block;
  width: 114px;
  height: 40px;
  margin: 0px 8px;
  background-color: #999999;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.age-check .box-legal .btns .btn-yes.active, .age-check .box-legal .btns .btn-no.active, .age-check .box-legal .btns .btn-enter.active {
  background-color: #b15533;
  cursor: pointer;
}

.age-check .box-legal .btns .btn-yes.active:hover, .age-check .box-legal .btns .btn-no.active:hover, .age-check .box-legal .btns .btn-enter.active:hover {
  background-color: #b15533;
}

.age-check .box-legal .btns .btn-yes:hover, .age-check .box-legal .btns .btn-no:hover, .age-check .box-legal .btns .btn-enter:hover {
  background-color: #b15533;
}

.age-check .box-legal .btns .btn-enter {
  position: relative;
  cursor: default;
}

.age-check .box-legal .btns .btn-enter a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.age-check .box-legal .btns .btn-enter:hover {
  background-color: #999999;
}

.age-check .box-legal .check {
  display: block;
  margin: 20px 0px;
  font-size: 12px;
  color: #999999;
}

.age-check .box-legal .ageCkeckError {
  color: red;
  padding: 10px;
  border: 1px solid red;
}

.home .age-check .backgrd {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .age-check .box-legal {
    width: 300px;
    padding: 30px 10px;
  }
}

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

.fp-auto-height.fp-section .ending, .fp-auto-height .fp-slide .ending, .fp-auto-height .fp-tableCell .ending {
  display: block;
  width: 100%;
  height: 360px;
}

.fp-auto-height.fp-section .ending a, .fp-auto-height .fp-slide .ending a, .fp-auto-height .fp-tableCell .ending a {
  display: table;
  margin: auto;
  font-family: 'novel-bold';
  font-size: 36px;
  text-align: center;
  line-height: 125%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fp-auto-height.fp-section .ending, .fp-auto-height .fp-slide .ending, .fp-auto-height .fp-tableCell .ending {
    height: 280px;
  }
  .fp-auto-height.fp-section .ending a, .fp-auto-height .fp-slide .ending a, .fp-auto-height .fp-tableCell .ending a {
    font-size: 20px;
  }
}

/*.fp-scrollable{position:relative; width:calc(100%  20px); padding-right:20px; overflow:hidden;}
.iScrollVerticalScrollbar{position:absolute; width:16px; bottom:0px; top:0px; right:0px; overflow:hidden; z-index:9999;
    .iScrollIndicator{position:absolute; width:50%; padding:10px 0px;
        &:before{position:relative; float:left; content:''; width:6px; height:100%; border-radius:6px; background:transparentize($cor-gry, 0.8); @include transition($animatDefault !important);}
    }
    &:hover, &:active{
        .iScrollIndicator{width:100%;
            &:before{width:16px; border-radius:16px; background:transparentize($cor-gry, 0);}
        }
    }
}*/
#allpage {
  width: 100%;
  height: 100%;
}

#allpage .section {
  position: relative;
}

#allpage .section .full {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}

#allpage .section .full .intro {
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* left: -10%; */
}

#allpage .section .full .intro .btn-close-video {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

#allpage .section .full .intro .btn-close-video .close {
  display: block;
  color: #b15533;
  font-size: 24px;
  cursor: pointer;
}

#allpage .section .full .intro .video-intro {
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#allpage .section .full .video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px auto;
  background-color: #000;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

#allpage .section .full .text-intro {
  position: absolute;
  bottom: 120px;
  left: 0;
  color: #ffffff;
  z-index: 7;
  text-transform: uppercase;
  font-family: 'novel-bold';
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#allpage .section .full .logo {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  width: 370px;
  height: 221px;
  margin: auto;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

#allpage .section .full .highlights {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0px 20px;
  margin: auto;
  background-color: #000000;
}

#allpage .section .full .highlights .box {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b15533;
}

#allpage .section .full .highlights .box .btn-news {
  float: left;
  width: 140px;
  padding: 15px 30px;
  text-align: center;
}

#allpage .section .full .highlights .box .btn-news a {
  display: block;
  color: #ffffff;
  font-family: 'novel-bold';
  font-size: 16px;
  background-color: #b15533;
  text-transform: uppercase;
  line-height: 44px;
}

#allpage .section .full .highlights .box .news {
  float: left;
  position: relative;
  width: calc(100% - 140px);
  height: 100%;
  overflow: hidden;
}

#allpage .section .full .highlights .box .news ul {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 800ms ease-in-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#allpage .section .full .highlights .box .news ul li {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#allpage .section .full .highlights .box .news ul li a {
  display: table-cell;
  vertical-align: middle;
}

#allpage .section .full .highlights .box .news ul li a span {
  display: inline-block;
  max-width: 90%;
  color: #ffffff;
  font-size: 18px;
  line-height: 120%;
  vertical-align: middle;
}

#allpage .section .full .highlights .box .news ul li a icon {
  display: inline-block;
  font-size: 36px;
  color: #b15533;
  vertical-align: middle;
}

#allpage .section .full .slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 180px);
  margin: 0px auto;
  z-index: 0;
}

#allpage .section .full .slider .block {
  position: relative;
  width: 100%;
  height: 100%;
}

#allpage .section .full .slider .block .slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .full .slider .block .slider-info {
  position: relative;
  display: table;
  padding: 0px 60px 0px;
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

#allpage .section .full .slider .block .slider-info .date {
  display: block;
  font-family: 'novel-regular';
  font-size: 20px;
}

#allpage .section .full .slider .block .slider-info .title {
  display: block;
  padding: 20px 0px;
  font-size: 46px;
  font-family: 'novel-bold';
  text-transform: uppercase;
  line-height: 120%;
}

#allpage .section .full .slider .block .slider-info .txt {
  display: block;
  font-family: 'novel-regular';
  font-size: 20px;
}

#allpage .section .full .slider .block .slider-info.gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
}

#allpage .section .full .slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

#allpage .section .full .slider .flickity-viewport {
  transition: 250ms ease-in-out;
  cursor: default;
}

#allpage .section .full .slider .flickity-prev-next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 40px;
  padding: 0;
  margin: auto;
  background-color: transparent;
  color: #b15533;
  font-family: 'icons';
  font-size: 32px;
  z-index: 3;
  cursor: pointer;
}

#allpage .section .full .slider .flickity-prev-next-button.previous:before {
  content: '\e80f';
}

#allpage .section .full .slider .flickity-prev-next-button.next:before {
  content: '\e810';
}

#allpage .section .full .slider .flickity-prev-next-button[disabled] {
  display: none;
}

#allpage .section .full .slider .flickity-prev-next-button svg {
  display: none;
}

#allpage .section .full .slider .flickity-page-dots {
  bottom: 20px;
}

#allpage .section .full .slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #999999;
  opacity: 0.4;
  transition: 250ms ease-in-out;
}

#allpage .section .full .slider .flickity-page-dots .dot:hover, #allpage .section .full .slider .flickity-page-dots .dot.is-selected {
  background-color: #b15533;
  opacity: 1;
}

#allpage .section .half {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: 500ms ease-in-out;
  background-color: #000;
}

#allpage .section .half .backgrd {
  position: absolute;
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  margin: auto;
  background-attachment: fixed;
}

#allpage .section .half .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  width: 75%;
  height: 50%;
  margin: auto;
  overflow: hidden;
  z-index: 3;
}

#allpage .section .half .box .title {
  position: relative;
  left: 0;
  right: 0;
  width: 0%;
  height: auto;
  padding: 20px 0px 0px;
  margin: auto;
  border-top: 2px solid #fff;
  opacity: 1;
  overflow: hidden;
}

#allpage .section .half .box .title span {
  position: relative;
  top: -160px;
  font-family: 'novel-bold';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 100%;
}

#allpage .section .half .box .title sup {
  position: absolute;
  right: 0px;
  top: 20px;
  font-family: 'novelsans-regular';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
  transition: 250ms ease-in-out;
}

#allpage .section .half .box .text {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0px 20px 0px;
  opacity: 0;
  transition: 250ms ease-in-out 0ms;
}

#allpage .section .half .box .text p {
  margin: 10px 0px;
  line-height: 125%;
}

#allpage .section .half .box .text .small {
  font-size: 16px;
}

#allpage .section .half .box .text .medium {
  font-size: 18px;
}

#allpage .section .half .box .text .big {
  font-size: 24px;
  font-family: 'novel-bold';
  text-transform: uppercase;
}

#allpage .section .half .box .link {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 0px;
  height: auto;
  padding: 0px 20px 0px;
  opacity: 0;
  transition: 250ms ease-in-out 0ms;
}

#allpage .section .half .box .link span {
  display: inline-block;
  font-family: 'novel-bold';
  font-size: 21px;
  text-transform: uppercase;
  vertical-align: middle;
}

#allpage .section .half .box .link icon {
  display: inline-block;
  font-size: 28px;
  line-height: 100%;
  vertical-align: bottom;
  margin: 0px 10px;
}

#allpage .section .half .backwhite {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: 500ms ease-in-out;
  overflow: hidden;
}

#allpage .section .half.a1l .backgrd {
  background-image: url("../images/backgrd/a1l.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a1l .title {
  border-color: #b15533;
}

#allpage .section .half.a1l .title span {
  color: #222222;
}

#allpage .section .half.a1l .title sup {
  color: #222222;
}

#allpage .section .half.a1l .box .cor {
  color: #b15533;
}

#allpage .section .half.a1r .backgrd {
  background-image: url("../images/backgrd/a1r.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a1r .title {
  border-color: #009fdf;
}

#allpage .section .half.a1r .title span {
  color: #fff;
}

#allpage .section .half.a1r .box .cor {
  color: #009fdf;
}

#allpage .section .half.a2l .backgrd {
  background-image: url("../images/backgrd/a2l.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a2l .title {
  border-color: #d7197d;
}

#allpage .section .half.a2l .title span {
  color: #222222;
}

#allpage .section .half.a2l .title sup {
  color: #222222;
}

#allpage .section .half.a2l .box .cor {
  color: #d7197d;
}

#allpage .section .half.a2r .backgrd {
  background-image: url("../images/backgrd/a2r.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a2r .title {
  border-color: #ffcb05;
}

#allpage .section .half.a2r .title span {
  color: #fff;
}

#allpage .section .half.a2r .box .cor {
  color: #ffcb05;
}

#allpage .section .half.a3l .backgrd {
  background-image: url("../images/backgrd/a3l.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a3l .title {
  border-color: #b15533;
}

#allpage .section .half.a3l .title span {
  color: #fff;
}

#allpage .section .half.a3l .title sup {
  color: #fff;
}

#allpage .section .half.a3l .box .cor {
  color: #b15533;
}

#allpage .section .half.a3r .backgrd {
  background-image: url("../images/backgrd/a3r.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a3r .title {
  border-color: #b15533;
}

#allpage .section .half.a3r .title span {
  color: #fff;
}

#allpage .section .half.a3r .box .cor {
  color: #b15533;
}

#allpage .section .half.a4l .backgrd {
  background-image: url("../images/backgrd/a4l.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a4l .title {
  border-color: #b15533;
}

#allpage .section .half.a4l .title span {
  color: #fff;
}

#allpage .section .half.a4l .title sup {
  color: #fff;
}

#allpage .section .half.a4l .box .cor {
  color: #b15533;
}

#allpage .section .half.a4r .backgrd {
  background-image: url("../images/backgrd/a4r.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#allpage .section .half.a4r .title {
  border-color: #b15533;
}

#allpage .section .half.a4r .title span {
  color: #222222;
}

#allpage .section .half.a4r .box .cor {
  color: #b15533;
}

#allpage .section .half.a1l, #allpage .section .half.a2l, #allpage .section .half.a3l, #allpage .section .half.a4l {
  left: 0;
}

#allpage .section .half.a1l .backgrd, #allpage .section .half.a2l .backgrd, #allpage .section .half.a3l .backgrd, #allpage .section .half.a4l .backgrd {
  background-position: -100px 50%;
}

#allpage .section .half.a1l .backwhite, #allpage .section .half.a2l .backwhite, #allpage .section .half.a3l .backwhite, #allpage .section .half.a4l .backwhite {
  left: 0;
}

#allpage .section .half.a1r, #allpage .section .half.a2r, #allpage .section .half.a3r, #allpage .section .half.a4r {
  right: 0;
}

#allpage .section .half.a1r .backgrd, #allpage .section .half.a2r .backgrd, #allpage .section .half.a3r .backgrd, #allpage .section .half.a4r .backgrd {
  background-position: 100px 50%;
}

#allpage .section .half.a1r .backwhite, #allpage .section .half.a2r .backwhite, #allpage .section .half.a3r .backwhite, #allpage .section .half.a4r .backwhite {
  right: 0;
}

#allpage .section .half:hover .title span {
  color: #222222;
}

#allpage .section .half:hover .title sup {
  color: #222222;
}

#allpage .section .half:hover .backwhite {
  width: 100%;
}

#allpage .section .half:hover .text {
  opacity: 1;
  transition: 250ms ease-in-out 350ms;
}

#allpage .section .half:hover .link {
  opacity: 1;
  max-height: 300px;
  transition: opacity 250ms ease-in-out 350ms, max-height 0ms 150ms;
}

#allpage .section.active .half.a1l .backgrd, #allpage .section.active .half.a2l .backgrd, #allpage .section.active .half.a3l .backgrd, #allpage .section.active .half.a4l .backgrd, #allpage .section.fp-completely .half.a1l .backgrd, #allpage .section.fp-completely .half.a2l .backgrd, #allpage .section.fp-completely .half.a3l .backgrd, #allpage .section.fp-completely .half.a4l .backgrd {
  background-position: 0px 50%;
  transition: 800ms ease-in-out;
}

#allpage .section.active .half.a1r .backgrd, #allpage .section.active .half.a2r .backgrd, #allpage .section.active .half.a3r .backgrd, #allpage .section.active .half.a4r .backgrd, #allpage .section.fp-completely .half.a1r .backgrd, #allpage .section.fp-completely .half.a2r .backgrd, #allpage .section.fp-completely .half.a3r .backgrd, #allpage .section.fp-completely .half.a4r .backgrd {
  background-position: 0px 50%;
  transition: 800ms ease-in-out;
}

#allpage .section.fp-completely .half .title {
  width: 100%;
  transition: 250ms ease-in-out;
  padding: 20px 20px 0px;
}

#allpage .section.fp-completely .half .title span {
  top: 0px;
  transition: 250ms ease-in-out 250ms;
}

#allpage .section.hoverleft .half.a1l, #allpage .section.hoverleft .half.a2l, #allpage .section.hoverleft .half.a3l, #allpage .section.hoverleft .half.a4l {
  width: 65%;
}

#allpage .section.hoverleft .half.a1r, #allpage .section.hoverleft .half.a2r, #allpage .section.hoverleft .half.a3r, #allpage .section.hoverleft .half.a4r {
  width: 35%;
}

#allpage .section.hoverleft .half.a1r .backgrd, #allpage .section.hoverleft .half.a2r .backgrd, #allpage .section.hoverleft .half.a3r .backgrd, #allpage .section.hoverleft .half.a4r .backgrd {
  opacity: 0.6;
}

#allpage .section.hoverleft .half.a1r .title, #allpage .section.hoverleft .half.a2r .title, #allpage .section.hoverleft .half.a3r .title, #allpage .section.hoverleft .half.a4r .title {
  opacity: 0;
}

#allpage .section.hoverleft .btn-close-left {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#allpage .section.hoverleft .tapa {
  left: 20%;
  right: 0;
  width: 10%;
}

#allpage .section.hoveright .half.a1l, #allpage .section.hoveright .half.a2l, #allpage .section.hoveright .half.a3l, #allpage .section.hoveright .half.a4l {
  width: 35%;
}

#allpage .section.hoveright .half.a1l .backgrd, #allpage .section.hoveright .half.a2l .backgrd, #allpage .section.hoveright .half.a3l .backgrd, #allpage .section.hoveright .half.a4l .backgrd {
  opacity: 0.6;
}

#allpage .section.hoveright .half.a1l .title, #allpage .section.hoveright .half.a2l .title, #allpage .section.hoveright .half.a3l .title, #allpage .section.hoveright .half.a4l .title {
  opacity: 0;
}

#allpage .section.hoveright .half.a1r, #allpage .section.hoveright .half.a2r, #allpage .section.hoveright .half.a3r, #allpage .section.hoveright .half.a4r {
  width: 65%;
}

#allpage .section.hoveright .btn-close-right {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#allpage .section.hoveright .tapa {
  left: 0;
  right: 20%;
  width: 10%;
}

#allpage .section .btn-close-left, #allpage .section .btn-close-right {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  display: none;
  z-index: 1;
  transition: 100ms ease-in-out;
}

#allpage .section .btn-close-left icon, #allpage .section .btn-close-right icon {
  display: block;
  padding: 12px;
}

#allpage .section .tapa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 25%;
  height: 100%;
  margin: auto;
  z-index: 5;
}

@media (max-width: 1199px) {
  #allpage .section .half .box .title span {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  #allpage .section .full .highlights .box .news ul li a span {
    font-size: 14px;
  }
  #allpage .section .half .backgrd {
    position: absolute;
    left: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: auto;
    background-attachment: fixed;
  }
  #allpage .section .half .box {
    top: 10%;
  }
  #allpage .section .half .box .title span {
    font-size: 22px;
  }
  #allpage .section .half .box .title sup {
    font-size: 14px;
  }
  #allpage .section .half .box .text .small {
    font-size: 12px;
  }
  #allpage .section .half .box .text .medium {
    font-size: 14px;
  }
  #allpage .section .half .box .text .big {
    font-size: 20px;
  }
  #allpage .section .half .box .link span {
    font-size: 17px;
  }
  #allpage .section .half .box .link icon {
    font-size: 24px;
  }
  #allpage .section .btn-close-left, #allpage .section .btn-close-right {
    display: block;
  }
  #allpage .section .tapa {
    display: none;
  }
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  #allpage .section .half {
    position: absolute;
    width: 100%;
  }
  #allpage .section .half.a1l .backgrd {
    background-image: url("../images/backgrd/a1l-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a1r .backgrd {
    background-image: url("../images/backgrd/a1r-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a2l .backgrd {
    background-image: url("../images/backgrd/a2l-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a2r .backgrd {
    background-image: url("../images/backgrd/a2r-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a3l .backgrd {
    background-image: url("../images/backgrd/a3l-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a3r .backgrd {
    background-image: url("../images/backgrd/a3r-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a4l .backgrd {
    background-image: url("../images/backgrd/a4l-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a4r .backgrd {
    background-image: url("../images/backgrd/a4r-m.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #allpage .section .half.a1l, #allpage .section .half.a2l, #allpage .section .half.a3l, #allpage .section .half.a4l {
    top: 0;
    left: inherit;
    height: 45%;
  }
  #allpage .section .half.a1l .backgrd, #allpage .section .half.a2l .backgrd, #allpage .section .half.a3l .backgrd, #allpage .section .half.a4l .backgrd {
    background-position: 60% 0%;
  }
  #allpage .section .half.a1r, #allpage .section .half.a2r, #allpage .section .half.a3r, #allpage .section .half.a4r {
    bottom: 0;
    right: inherit;
    height: 55%;
  }
  #allpage .section .half.a1r .backgrd, #allpage .section .half.a2r .backgrd, #allpage .section .half.a3r .backgrd, #allpage .section .half.a4r .backgrd {
    background-position: 40% 100%;
  }
  #allpage .section.active .half.a1l .backgrd, #allpage .section.active .half.a2l .backgrd, #allpage .section.active .half.a3l .backgrd, #allpage .section.active .half.a4l .backgrd, #allpage .section.fp-completely .half.a1l .backgrd, #allpage .section.fp-completely .half.a2l .backgrd, #allpage .section.fp-completely .half.a3l .backgrd, #allpage .section.fp-completely .half.a4l .backgrd {
    background-position: 50% 0;
  }
  #allpage .section.active .half.a1r .backgrd, #allpage .section.active .half.a2r .backgrd, #allpage .section.active .half.a3r .backgrd, #allpage .section.active .half.a4r .backgrd, #allpage .section.fp-completely .half.a1r .backgrd, #allpage .section.fp-completely .half.a2r .backgrd, #allpage .section.fp-completely .half.a3r .backgrd, #allpage .section.fp-completely .half.a4r .backgrd {
    background-position: 50% 100%;
  }
  #allpage .section.hoverleft .half.a1l, #allpage .section.hoverleft .half.a2l, #allpage .section.hoverleft .half.a3l, #allpage .section.hoverleft .half.a4l {
    width: 100%;
    height: 80%;
  }
  #allpage .section.hoverleft .half.a1r, #allpage .section.hoverleft .half.a2r, #allpage .section.hoverleft .half.a3r, #allpage .section.hoverleft .half.a4r {
    width: 100%;
    height: 20%;
  }
  #allpage .section.hoveright .half.a1l, #allpage .section.hoveright .half.a2l, #allpage .section.hoveright .half.a3l, #allpage .section.hoveright .half.a4l {
    width: 100%;
    height: 10%;
  }
  #allpage .section.hoveright .half.a1r, #allpage .section.hoveright .half.a2r, #allpage .section.hoveright .half.a3r, #allpage .section.hoveright .half.a4r {
    width: 100%;
    height: 90%;
  }
  #allpage .section .btn-close-left {
    right: 1%;
  }
  #allpage .section .btn-close-right {
    right: 1%;
    top: 10%;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  #allpage .section .btn-close-left {
    right: 36%;
  }
  #allpage .section .btn-close-right {
    right: 1%;
  }
}

@media (max-width: 767px) {
  #allpage .section .full .slider {
    top: 165px;
    height: calc(100% - 230px);
  }
  #allpage .section .full .slider .block .slider-info {
    padding: 0px 20px 0px;
    width: 100%;
  }
  #allpage .section .full .slider .block .slider-info .date {
    font-size: 16px;
  }
  #allpage .section .full .slider .block .slider-info .title {
    padding: 10px 0px;
    font-size: 28px;
  }
  #allpage .section .full .slider .block .slider-info .txt {
    font-size: 16px;
  }
  #allpage .section .full .slider .flickity-prev-next-button {
    display: none;
  }
  #allpage .section .full .intro .video-intro {
    top: 60%;
    max-width: 480px;
    width: 100%;
    height: 40%;
  }
  #allpage .section .full .video {
    top: 55%;
    /*max-width:480px*/
  }
  #allpage .section .full .logo {
    bottom: 260px;
    width: 234px;
    height: 140px;
  }
  #allpage .section .full .text-intro {
    bottom: 75px;
  }
  #allpage .section .full .highlights {
    top: 65px;
    height: 100px;
    padding: 0px 10px;
  }
  #allpage .section .full .highlights .box .btn-news {
    position: absolute;
    width: 120px;
    padding: 10px 15px;
    top: -58px;
  }
  #allpage .section .full .highlights .box .btn-news a {
    font-size: 14px;
    line-height: 38px;
  }
  #allpage .section .full .highlights .box .news {
    width: 100%;
  }
  #allpage .section .full .highlights .box .news ul {
    -webkit-transform: translateZ(-100px);
            transform: translateZ(-100px);
  }
  #allpage .section .full .highlights .box .news ul li a span {
    max-width: 80%;
  }
  #allpage .section .full .highlights .box .news ul li a icon {
    font-size: 20px;
  }
  #allpage .section .half .box {
    width: 95%;
    height: 70%;
  }
  #allpage .section .half .box .title span {
    font-size: 20px;
  }
  #allpage .section .half .box .title sup {
    top: 10px;
    font-size: 11px;
  }
  #allpage .section .half .box .text {
    padding: 0px 10px 0px;
  }
  #allpage .section .half .box .text .small {
    font-size: 10px;
  }
  #allpage .section .half .box .text .medium {
    font-size: 12px;
  }
  #allpage .section .half .box .text .big {
    font-size: 16px;
  }
  #allpage .section .half .box .link {
    padding: 0px 10px 0px;
  }
  #allpage .section .half .box .link span {
    font-size: 13px;
  }
  #allpage .section .half .box .link icon {
    font-size: 20px;
  }
  #allpage .section.fp-completely .half .title {
    padding: 10px 10px 0px;
  }
}

.nav-page {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-image: url("../images/backgrd-pattern.jpg");
  z-index: 6;
  overflow: hidden;
}

.nav-page .btns {
  display: table;
  position: relative;
  width: 320px;
  margin: auto;
}

.nav-page .btns .btn-up, .nav-page .btns .btn-down {
  position: absolute;
  width: 50%;
  color: #b15533;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  transition: 250ms ease-in-out;
}

.nav-page .btns .btn-up icon, .nav-page .btns .btn-down icon {
  display: table;
  margin: auto;
  margin-top: 0px;
  cursor: pointer;
  transition: 250ms ease-in-out;
}

.nav-page .btns .btn-up {
  left: 0;
}

.nav-page .btns .btn-up icon:hover {
  margin-top: -5px;
}

.nav-page .btns .btn-down {
  right: 0;
}

.nav-page .btns .btn-down icon:hover {
  margin-top: 5px;
}

.nav-page .btns.first .btn-up {
  opacity: 0;
}

.nav-page .btns.first .btn-down {
  width: 100%;
  z-index: 2;
}

.nav-page .btns.last .btn-up {
  width: 100%;
  z-index: 2;
}

.nav-page .btns.last .btn-down {
  opacity: 0;
}

@media (max-width: 767px) {
  .nav-page {
    height: 25px;
  }
  .nav-page .btns .btn-up, .nav-page .btns .btn-down {
    font-size: 22px;
  }
  .nav-page .btns .btn-up icon:hover, .nav-page .btns .btn-down icon:hover {
    margin-top: 0px;
  }
}

.page404 main {
  height: auto;
  min-height: calc(100% - 80px);
}

.page404 .box404 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  height: 360px;
  margin: auto;
  text-align: center;
}

.page404 .box404 img {
  width: 100%;
  margin-bottom: 20px;
}

.page404 .box404 h4 {
  font-size: 20px;
}

.page404 .box404 h5 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .page404 .box404 {
    width: 280px;
    height: 260px;
  }
}

#creators {
  width: 100%;
  height: 100%;
}

#creators .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#creators .section .tabela {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}

#creators .section .tabela .maxh {
  height: 100%;
}

#creators .section .tabela .col {
  height: 100%;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .col.vision .box .above .imag {
  background-image: url("../images/creators/vision.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#creators .section .tabela .col.mission .box .above .imag {
  background-image: url("../images/creators/mission.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#creators .section .tabela .col.brand .box .above .imag {
  background-image: url("../images/creators/brand.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#creators .section .tabela .box {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

#creators .section .tabela .box .above {
  position: relative;
  height: 100%;
  height: calc(100% - 60px);
  background-color: #222222;
}

#creators .section .tabela .box .above .imag {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .box .below {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

#creators .section .tabela .box .below .info {
  font-size: 26px;
  text-align: center;
}

#creators .section .tabela .box .below .info .title {
  display: inline-block;
  /*max-width:140px*/
  overflow: hidden;
  font-family: 'novel-bold';
  line-height: 60px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 250ms ease-in-out;
  font-size: 24px;
}

#creators .section .tabela .box .below .info icon {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  vertical-align: middle;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .box:hover .above .imag {
  opacity: 1;
}

#creators .section .tabela .box:hover .below .info icon {
  max-width: 60px;
}

#creators .section .tabela.vision .vision {
  width: 80%;
}

#creators .section .tabela.vision .mission {
  width: 10%;
}

#creators .section .tabela.vision .brand {
  width: 10%;
}

#creators .section .tabela.mission .vision {
  width: 10%;
}

#creators .section .tabela.mission .mission {
  width: 80%;
}

#creators .section .tabela.mission .brand {
  width: 10%;
}

#creators .section .tabela.brand .vision {
  width: 10%;
}

#creators .section .tabela.brand .mission {
  width: 10%;
}

#creators .section .tabela.brand .brand {
  width: 80%;
}

#creators .section .tabela.vision .below .info .title, #creators .section .tabela.mission .below .info .title, #creators .section .tabela.brand .below .info .title {
  max-width: 0;
}

#creators .section .tabela.vision .below .info icon, #creators .section .tabela.mission .below .info icon, #creators .section .tabela.brand .below .info icon {
  max-width: 60px;
}

#creators .section .tabela .info-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .info-box.v-enter-active, #creators .section .tabela .info-box.v-leave-active {
  opacity: 0;
}

#creators .section .tabela .info-box icon.close {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #b15533;
  font-size: 24px;
  z-index: 2;
  cursor: pointer;
}

#creators .section .tabela .info-box .info {
  display: table;
  position: relative;
  width: 520px;
  height: 100%;
  margin: auto;
  z-index: 1;
}

#creators .section .tabela .info-box .info .tbns {
  display: block;
  margin-bottom: 20px;
}

#creators .section .tabela .info-box .info .tbns .btn {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  border: 1px solid #b15533;
  background-color: #b15533;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .info-box .info .tbns .btn:hover, #creators .section .tabela .info-box .info .tbns .btn.active {
  background-color: #fff;
  color: #222222;
}

#creators .section .tabela .info-box .info h4, #creators .section .tabela .info-box .info h3, #creators .section .tabela .info-box .info p, #creators .section .tabela .info-box .info img {
  display: block;
  line-height: 120%;
  margin-bottom: 20px;
}

#creators .section .tabela .info-box .info h4 {
  color: #b15533;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#creators .section .tabela .info-box .info h3 {
  font-family: 'novel-bold';
  font-size: 28px;
  text-transform: uppercase;
}

#creators .section .tabela .info-box .info p {
  font-size: 16px;
}

#creators .section .tabela .info-box .info .text01, #creators .section .tabela .info-box .info .text02 {
  height: 400px;
}

#creators .section .tabela .info-box .video {
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  width: 110%;
  margin: 0px auto;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

#creators .section .tabela .info-box .gonext {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

#creators .section .tabela .info-box .gonext ul {
  display: table;
}

#creators .section .tabela .info-box .gonext ul li {
  display: inline-table;
  margin: 0px 18px;
  vertical-align: middle;
  cursor: pointer;
  transition: 250ms ease-in-out;
}

#creators .section .tabela .info-box .gonext ul li.cube {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #b15533;
  background-color: transparent;
}

#creators .section .tabela .info-box .gonext ul li.cube:after {
  position: absolute;
  content: '';
  left: -38px;
  top: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  margin: auto;
  background-color: #b15533;
}

#creators .section .tabela .info-box .gonext ul li.cube.active, #creators .section .tabela .info-box .gonext ul li.cube:hover {
  background-color: #b15533;
}

#creators .section .tabela .info-box .gonext ul li.cube:first-child:after {
  display: none;
}

#creators .section.sct2 a span {
  color: #009fdf;
}

#creators .section.sct2 a icon {
  color: #b15533;
}

@media (max-width: 767px) {
  #creators .section .tabela {
    height: calc(100% - 65px);
  }
  #creators .section .tabela .col {
    width: 100%;
    height: 33.33%;
    padding: 5px 10px;
    min-height: 0px;
  }
  #creators .section .tabela .box .above {
    height: calc(100% - 40px);
  }
  #creators .section .tabela .box .below {
    height: 40px;
  }
  #creators .section .tabela .box .below .info {
    font-size: 15px;
  }
  #creators .section .tabela .box .below .info .title {
    line-height: 40px;
  }
  #creators .section .tabela.vision .vision {
    width: 100%;
    height: 100%;
  }
  #creators .section .tabela.vision .mission {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.vision .brand {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.mission .vision {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.mission .mission {
    width: 100%;
    height: 100%;
  }
  #creators .section .tabela.mission .brand {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.brand .vision {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.brand .mission {
    width: 100%;
    height: 0%;
    padding: 0;
  }
  #creators .section .tabela.brand .brand {
    width: 100%;
    height: 100%;
  }
  #creators .section .tabela .info-box icon.close {
    left: 5px;
    top: 5px;
  }
  #creators .section .tabela .info-box .info {
    width: 300px;
  }
  #creators .section .tabela .info-box .info .tbns {
    margin-bottom: 10px;
  }
  #creators .section .tabela .info-box .info .tbns .btn {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 11px;
  }
  #creators .section .tabela .info-box .info h4, #creators .section .tabela .info-box .info h3, #creators .section .tabela .info-box .info p, #creators .section .tabela .info-box .info img {
    margin-bottom: 10px;
  }
  #creators .section .tabela .info-box .info img {
    width: 140px;
  }
  #creators .section .tabela .info-box .info h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #creators .section .tabela .info-box .info h3 {
    font-size: 20px;
  }
  #creators .section .tabela .info-box .info p {
    font-size: 12px;
  }
  #creators .section .tabela .info-box .info .text01, #creators .section .tabela .info-box .info .text02 {
    height: 300px;
  }
  #creators .section .tabela .info-box .gonext {
    left: 5px;
    bottom: 10px;
  }
  #creators .section .tabela .info-box .gonext ul li {
    margin: 0px 8px;
  }
  #creators .section .tabela .info-box .gonext ul li.cube {
    width: 14px;
    height: 14px;
  }
  #creators .section .tabela .info-box .gonext ul li.cube:after {
    left: -18px;
    width: 18px;
  }
}

.original main {
  padding: 0;
  background-image: none;
  background-color: #c7cddb;
}

.original .nav-page {
  background-image: none;
}

.original .nav-page .btn-up, .original .nav-page .btn-down {
  color: #009fdf;
}

#original {
  width: 100%;
  height: 100%;
}

#original .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#original .section h3 {
  position: absolute;
  top: -18%;
  bottom: 0;
  left: 100px;
  width: 380px;
  height: 300px;
  margin: auto;
  z-index: 1;
}

#original .section h3.fixed {
  position: fixed;
}

#original .section .moment {
  position: absolute;
  top: -10%;
  left: 100px;
  bottom: 0;
  width: 380px;
  height: 300px;
  margin: auto;
}

#original .section .moment .info {
  position: absolute;
  width: 0%;
  height: 100%;
  padding: 30px 0px 0px;
  border-top: 2px solid #009fdf;
  opacity: 0;
  overflow: hidden;
  transition: 250ms ease-in-out;
}

#original .section .moment h5, #original .section .moment p {
  display: block;
  width: 380px;
  line-height: 125%;
  transition: 250ms ease-in-out;
}

#original .section .moment h5 {
  font-family: 'novel-bold';
  text-transform: uppercase;
  font-size: 30px;
}

#original .section .moment p {
  margin: 20px 0px;
  font-size: 19px;
}

#original .section.fp-completely .moment .info {
  width: 100%;
  padding: 30px 10px 0px;
}

#original .section.active .moment .info {
  opacity: 1;
}

#original .section.sct1 {
  background-image: url("../images/backgrd-pattern.jpg");
  padding-top: 60px;
  z-index: 3;
}

#original .section.sct1 .container-fluid {
  height: 100vh;
}

#original .section.sct1 .intro {
  text-align: center;
}

#original .section.sct1 .intro h4, #original .section.sct1 .intro h5 {
  display: block;
  font-family: 'novel-bold';
  text-transform: uppercase;
}

#original .section.sct1 .intro h4 {
  font-size: 48px;
  color: #009fdf;
}

#original .section.sct1 .intro h5 {
  font-size: 24px;
}

#original .section.sct1 .exhibit {
  position: relative;
  width: 100%;
  height: calc(100% - 320px);
  margin-top: 40px;
}

#original .section.sct1 .exhibit .maxh, #original .section.sct1 .exhibit .col {
  height: 100%;
}

#original .section.sct1 .exhibit .box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 250ms ease-in-out;
}

#original .section.sct1 .exhibit .box .above {
  position: relative;
  height: 100%;
  height: calc(100% - 100px);
  background-color: #999999;
  transition: 250ms ease-in-out;
}

#original .section.sct1 .exhibit .box .above .imag {
  position: absolute;
  width: 100%;
  height: 100%;
}

#original .section.sct1 .exhibit .box .below {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 0px 30px 20px;
  background-color: #ffffff;
  transition: 250ms ease-in-out;
}

#original .section.sct1 .exhibit .box .below .info {
  padding: 10px 15px;
  text-align: center;
  transition: height 250ms ease-in-out;
  margin: auto;
}

#original .section.sct1 .exhibit .box .below .info .title {
  display: block;
  padding: 10px 0px;
  font-family: 'novel-bold';
  font-size: 25px;
  line-height: 125%;
  text-transform: uppercase;
}

#original .section.sct1 .exhibit .box .below .info .text {
  display: block;
  padding: 0px 0px;
  height: auto;
  max-height: 0;
  font-size: 17px;
  line-height: 125%;
  overflow: hidden;
  transition: height 250ms ease-in-out;
}

#original .section.sct1 .exhibit .box:hover .above {
  height: calc(100% - 200px);
}

#original .section.sct1 .exhibit .box:hover .below {
  height: 200px;
  color: #ffffff;
  background-color: #009fdf;
}

#original .section.sct1 .exhibit .box:hover .below .info .text {
  padding: 10px 0px;
  max-height: 300px;
}

#original .section.sct1 .exhibit .box.opacity {
  opacity: 0.4;
}

#original .section.sct1 .exhibit .box.a01 .above .imag {
  background-image: url("../images/original/original1-family.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#original .section.sct1 .exhibit .box.a02 .above .imag {
  background-image: url("../images/original/original2-originality.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#original .section.sct1 .nav-page-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
}

#original .section.sct1 .nav-page-down .btns {
  display: table;
  position: relative;
  width: 280px;
  margin: auto;
}

#original .section.sct1 .nav-page-down .btns .btn-down {
  position: absolute;
  width: 100%;
  line-height: 115%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

#original .section.sct1 .nav-page-down .btns .btn-down span {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  color: #222222;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
}

#original .section.sct2, #original .section.sct3, #original .section.sct4, #original .section.sct5 {
  z-index: 3;
}

#original .section.sct6 {
  z-index: auto;
}

#original .section.sct6 .moment {
  z-index: 1;
}

#original .section.sct7 {
  padding-top: 60px;
  background-image: url("../images/backgrd-pattern.jpg");
}

#original .section.sct7 a icon {
  color: #009fdf;
}

#original .nav-page-num {
  position: absolute;
  bottom: 15%;
  width: 325px;
  margin-left: 100px;
  z-index: 3;
}

#original .nav-page-num ul {
  display: table;
}

#original .nav-page-num ul li {
  display: inline-table;
  margin: 0px 15px;
  vertical-align: middle;
  opacity: 0;
  cursor: pointer;
  transition: 250ms ease-in-out;
}

#original .nav-page-num ul li.cube {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #009fdf;
  background-color: transparent;
}

#original .nav-page-num ul li.cube:after {
  position: absolute;
  content: '';
  left: -34px;
  top: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  margin: auto;
  background-color: #009fdf;
  opacity: 0;
  transition: 250ms ease-in-out;
}

#original .nav-page-num ul li.cube.active, #original .nav-page-num ul li.cube:hover {
  background-color: #009fdf;
}

#original .nav-page-num ul li.cube:first-child:after {
  display: none;
}

#original .nav-page-num ul li:last-child {
  visibility: hidden;
  margin: 0px 10px;
  color: #009fdf;
  font-size: 44px;
  line-height: 20px;
  opacity: 1;
}

#original .nav-page-num ul li.show:last-child {
  visibility: visible;
}

#original .nav-page-num.fixed {
  position: fixed;
}

#original .nav-page-num.showing li {
  opacity: 1;
}

#original .nav-page-num.showing li.cube:after {
  opacity: 1;
}

#original #glass {
  position: absolute;
  top: 40px;
  left: 0;
  right: -35%;
  width: 450px;
  height: 810px;
  margin: auto;
  z-index: 0;
  overflow: hidden;
}

#original #glass.fixed {
  position: fixed;
}

#original #glass .video {
  position: absolute;
  width: auto;
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  background-position: center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

@media (max-width: 991px) {
  #original .section h3 {
    width: 320px;
    left: 50px;
    font-size: 14px;
  }
  #original .section .moment {
    width: 320px;
    left: 50px;
  }
  #original .section .moment h5, #original .section .moment p {
    width: 320px;
  }
  #original .section .moment h5 {
    font-size: 26px;
  }
  #original .section .moment p {
    margin: 20px 0px;
    font-size: 16px;
  }
  #original .section.sct1 .intro h4 {
    font-size: 28px;
  }
  #original .section.sct1 .intro h5 {
    font-size: 16px;
  }
  #original .section.sct1 .exhibit {
    height: calc(100% - 260px);
    margin-top: 20px;
  }
  #original .section.sct1 .exhibit .box .below {
    padding: 0px 20px 10px;
  }
  #original .section.sct1 .exhibit .box .below .info {
    padding: 10px 10px;
  }
  #original .section.sct1 .exhibit .box .below .info .title {
    font-size: 19px;
  }
  #original .section.sct1 .exhibit .box .below .info .text {
    font-size: 15px;
  }
  #original .nav-page-num {
    margin-left: 50px;
  }
  #original #glass {
    width: 350px;
    height: 630px;
  }
  #original #glass.fixed {
    right: -90%;
  }
}

@media (max-width: 767px) {
  #original .section h3 {
    top: 18%;
    width: 280px;
    height: 240px;
    left: 20px;
    font-size: 12px;
  }
  #original .section .moment {
    top: 25%;
    width: 280px;
    height: 240px;
    left: 20px;
  }
  #original .section .moment .info {
    padding: 15px 0px 0px;
  }
  #original .section .moment h5, #original .section .moment p {
    width: 280px;
  }
  #original .section .moment h5 {
    font-size: 20px;
  }
  #original .section .moment p {
    margin: 10px 0px;
    font-size: 14px;
  }
  #original .section.fp-completely .moment .info {
    padding: 15px 10px 0px;
  }
  #original .section.sct1 .intro h4 {
    line-height: 125%;
  }
  #original .section.sct1 .exhibit {
    height: calc(100% - 240px);
  }
  #original .section.sct1 .exhibit .col {
    width: 100%;
    height: 50%;
    padding: 5px 10px;
  }
  #original .section.sct1 .exhibit .box .above {
    height: calc(100% - 60px);
  }
  #original .section.sct1 .exhibit .box .below {
    height: 60px;
    padding: 0px 10px 5px;
  }
  #original .section.sct1 .exhibit .box .below .info {
    padding: 5px;
    max-width: 280px;
  }
  #original .section.sct1 .exhibit .box .below .info .title {
    padding: 5px 0px;
    font-size: 15px;
  }
  #original .section.sct1 .exhibit .box .below .info .text {
    font-size: 12px;
  }
  #original .section.sct1 .exhibit .box:hover .above {
    height: calc(100% - 100px);
  }
  #original .section.sct1 .exhibit .box:hover .below {
    height: 100px;
  }
  #original .section.sct1 .exhibit .box:hover .info .text {
    padding: 0px 0px 5px;
  }
  #original .section.sct1 .nav-page-down .btns .btn-down span {
    top: -22px;
  }
  #original .nav-page-num {
    margin-left: 20px;
    bottom: 10%;
  }
  #original .nav-page-num ul li {
    font-size: 18px;
  }
  #original #glass {
    width: 250px;
    height: 450px;
  }
}

.sograpertise main {
  height: auto;
  min-height: calc(100% - 80px);
}

#sograpertise {
  width: 100%;
  height: 100%;
}

#sograpertise .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#sograpertise .section .container-fluid {
  opacity: 1;
  transition: 250ms ease-in-out;
}

#sograpertise .section .container-fluid.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#sograpertise .section .container-fluid.v-enter, #sograpertise .section .container-fluid.v-leave, #sograpertise .section .container-fluid.v-leave-to {
  opacity: 0;
  transition: 0ms 0ms;
}

#sograpertise .section .container {
  opacity: 1;
  transition: 250ms ease-in-out;
}

#sograpertise .section .container.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#sograpertise .section .container.v-enter, #sograpertise .section .container.v-leave, #sograpertise .section .container.v-leave-to {
  opacity: 0;
  transition: 0ms 0ms;
}

#sograpertise .section .blocks .block-sizer, #sograpertise .section .blocks .block {
  float: left;
  width: 25%;
  padding: 10px;
}

#sograpertise .section .blocks .block:nth-child(5n+1) {
  width: 50%;
}

#sograpertise .section .blocks .box {
  width: 100%;
  min-height: 1px;
  cursor: pointer;
}

#sograpertise .section .blocks .box .imag {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpertise .section .blocks .box .info {
  display: block;
  padding: 20px;
  background-color: #fff;
  transition: 250ms ease-in-out;
}

#sograpertise .section .blocks .box .info .title, #sograpertise .section .blocks .box .info .description, #sograpertise .section .blocks .box .info .data {
  display: block;
  margin-bottom: 10px;
  line-height: 125%;
  transition: 250ms ease-in-out;
}

#sograpertise .section .blocks .box .info .title {
  color: #222222;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
}

#sograpertise .section .blocks .box .info .description {
  color: #999999;
  font-size: 16px;
}

#sograpertise .section .blocks .box .info .data {
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
}

#sograpertise .section .blocks .box:hover .title, #sograpertise .section .blocks .box:hover .description, #sograpertise .section .blocks .box:hover .data {
  color: #fff;
}

#sograpertise .section .blocks .box:hover .info {
  margin-top: -20px;
  padding: 20px 20px 40px;
  background-color: #d7197d;
}

#sograpertise .section .blocks .box.info {
  padding: 40px 30px;
  border: 2px solid #d7197d;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 140%;
  cursor: default;
}

#sograpertise .section .blocks .box.info span {
  background-color: #d7197d;
}

#sograpertise .section .detail {
  max-width: 860px;
  margin: auto;
  /*min-height:calc(100vh - 100px); margin-bottom:1px;*/
}

#sograpertise .section .detail .text {
  max-width: 560px;
  margin: auto;
  line-height: 120%;
  margin-bottom: 20px;
}

#sograpertise .section .detail .data {
  font-size: 12px;
}

#sograpertise .section .detail .title {
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

#sograpertise .section .detail .info {
  font-size: 16px;
}

#sograpertise .section .detail .info p {
  padding: 20px 0px;
}

#sograpertise .section .detail .imag {
  margin-bottom: 20px;
}

#sograpertise .section .detail .imag img {
  width: 100%;
}

#sograpertise .section .detail .backtop {
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

#sograpertise .section.sct1 .container-fluid {
  height: 100vh;
}

#sograpertise .section.sct1 .intro {
  text-align: center;
}

#sograpertise .section.sct1 .intro h4, #sograpertise .section.sct1 .intro h5 {
  display: block;
  font-family: 'novel-bold';
  text-transform: uppercase;
}

#sograpertise .section.sct1 .intro h4 {
  font-size: 48px;
  color: #d7197d;
}

#sograpertise .section.sct1 .intro h5 {
  font-size: 24px;
}

#sograpertise .section.sct1 .exhibit {
  position: relative;
  width: 100%;
  height: calc(100% - 320px);
  margin-top: 40px;
}

#sograpertise .section.sct1 .exhibit .maxh, #sograpertise .section.sct1 .exhibit .col {
  height: 100%;
}

#sograpertise .section.sct1 .exhibit .box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 250ms ease-in-out;
}

#sograpertise .section.sct1 .exhibit .box .above {
  position: relative;
  height: 100%;
  height: calc(100% - 100px);
  background-color: #999999;
  transition: 250ms ease-in-out;
}

#sograpertise .section.sct1 .exhibit .box .above .imag {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sograpertise .section.sct1 .exhibit .box .below {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 0px 30px 20px;
  background-color: #ffffff;
  transition: 250ms ease-in-out;
}

#sograpertise .section.sct1 .exhibit .box .below .info {
  padding: 10px 15px;
  text-align: center;
  transition: height 250ms ease-in-out;
  margin: auto;
}

#sograpertise .section.sct1 .exhibit .box .below .info .title {
  display: block;
  padding: 10px 0px;
  font-family: 'novel-bold';
  font-size: 25px;
  line-height: 125%;
  text-transform: uppercase;
}

#sograpertise .section.sct1 .exhibit .box .below .info .text {
  display: block;
  padding: 0px 0px;
  height: auto;
  max-height: 0;
  font-size: 17px;
  line-height: 125%;
  overflow: hidden;
  transition: height 250ms ease-in-out;
}

#sograpertise .section.sct1 .exhibit .box:hover .above {
  height: calc(100% - 200px);
}

#sograpertise .section.sct1 .exhibit .box:hover .below {
  height: 200px;
  background-color: #d7197d;
  color: #fff;
}

#sograpertise .section.sct1 .exhibit .box:hover .below .info .text {
  padding: 10px 0px;
  max-height: 300px;
}

#sograpertise .section.sct1 .exhibit .box.opacity {
  opacity: 0.4;
}

#sograpertise .section.sct1 .exhibit .box.a01 .above .imag {
  background-image: url("../images/sograpertise/sograpertise1-diversity.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpertise .section.sct1 .exhibit .box.a02 .above .imag {
  background-image: url("../images/sograpertise/sograpertise2-rigour.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpertise .section.sct1 .exhibit .box.a03 .above .imag {
  background-image: url("../images/sograpertise/sograpertise3-courage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpertise .section.sct1 .nav-page-down {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
}

#sograpertise .section.sct1 .nav-page-down .btns {
  display: table;
  position: relative;
  width: 280px;
  margin: auto;
}

#sograpertise .section.sct1 .nav-page-down .btns .btn-down {
  position: absolute;
  width: 100%;
  line-height: 115%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

#sograpertise .section.sct1 .nav-page-down .btns .btn-down span {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  color: #222222;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
}

#sograpertise .section.sct1 .nav-page-down .btns .btn-down icon {
  display: table;
  margin: auto;
  color: #d7197d;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
}

#sograpertise .section.sct2 {
  /*padding-bottom:100px;*/
}

#sograpertise .section.sct2 .row {
  margin-left: -20px;
  margin-right: -20px;
}

#sograpertise .section.sct2 .spacer {
  position: relative;
  margin: 40px 10px 1px;
}

#sograpertise .section.sct2 .spacer .btn-more {
  display: table;
  padding: 10px 20px;
  border: 2px solid #d7197d;
  margin: auto;
  color: #222222;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

#sograpertise .section.sct2 .spacer:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background-color: #d7197d;
}

#sograpertise .section.sct2 .spacer:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background-color: #d7197d;
}

#sograpertise .section.sct3 .ending {
  height: auto;
  margin-top: 80px;
}

#sograpertise .section.sct3 a span {
  color: #ffcb05;
}

#sograpertise .section.sct3 a .btn {
  display: table;
  padding: 20px;
  margin: 20px auto;
  border: 1px solid #222222;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 991px) {
  #sograpertise .section .blocks .block-sizer, #sograpertise .section .blocks .block {
    width: 33.33%;
  }
  #sograpertise .section .blocks .block:nth-child(5n+1) {
    width: 66.66%;
  }
  #sograpertise .section.sct1 .intro h4 {
    font-size: 28px;
  }
  #sograpertise .section.sct1 .intro h5 {
    font-size: 16px;
  }
  #sograpertise .section.sct1 .exhibit {
    height: calc(100% - 260px);
    margin-top: 20px;
  }
  #sograpertise .section.sct1 .exhibit .box .below {
    padding: 0px 20px 10px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info {
    padding: 10px 10px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info .title {
    font-size: 19px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info .text {
    font-size: 15px;
  }
  #sograpertise .section.sct2 .spacer:before, #sograpertise .section.sct2 .spacer:after {
    width: 36%;
  }
}

@media (max-width: 767px) {
  #sograpertise .section .blocks .block-sizer, #sograpertise .section .blocks .block {
    width: 50%;
  }
  #sograpertise .section .blocks .block:nth-child(5n+1) {
    width: 100%;
  }
  #sograpertise .section.sct1 .exhibit {
    height: calc(100% - 240px);
  }
  #sograpertise .section.sct1 .exhibit .col {
    width: 100%;
    height: 33.33%;
    padding: 5px 10px;
  }
  #sograpertise .section.sct1 .exhibit .box .above {
    height: calc(100% - 60px);
  }
  #sograpertise .section.sct1 .exhibit .box .below {
    height: 60px;
    padding: 0px 10px 5px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info {
    padding: 5px;
    max-width: 280px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info .title {
    padding: 5px 0px;
    font-size: 15px;
  }
  #sograpertise .section.sct1 .exhibit .box .below .info .text {
    font-size: 12px;
  }
  #sograpertise .section.sct1 .exhibit .box:hover .above {
    height: calc(100% - 100px);
  }
  #sograpertise .section.sct1 .exhibit .box:hover .below {
    height: 100px;
  }
  #sograpertise .section.sct1 .exhibit .box:hover .info .text {
    padding: 0px 0px 5px;
  }
  #sograpertise .section.sct2 {
    padding-bottom: 65px;
  }
  #sograpertise .section.sct2 .spacer:before, #sograpertise .section.sct2 .spacer:after {
    width: 30%;
  }
  #sograpertise .section.sct3 .ending {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #sograpertise .section.sct3 a .btn {
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  #sograpertise .section .blocks .block-sizer, #sograpertise .section .blocks .block {
    width: 100%;
  }
  #sograpertise .section.sct2 .spacer:before, #sograpertise .section.sct2 .spacer:after {
    width: 20%;
  }
}

.sograpiness main {
  height: auto;
  min-height: calc(100% - 80px);
}

#sograpiness {
  width: 100%;
  height: 100%;
}

#sograpiness .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#sograpiness .section .container-fluid {
  opacity: 1;
  transition: 250ms ease-in-out;
}

#sograpiness .section .container-fluid.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#sograpiness .section .container-fluid.v-enter, #sograpiness .section .container-fluid.v-leave, #sograpiness .section .container-fluid.v-leave-to {
  opacity: 0;
  transition: 0ms 0ms;
}

#sograpiness .section .container {
  opacity: 1;
  transition: 250ms ease-in-out;
}

#sograpiness .section .container.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#sograpiness .section .container.v-enter, #sograpiness .section .container.v-leave, #sograpiness .section .container.v-leave-to {
  opacity: 0;
  transition: 0ms 0ms;
}

#sograpiness .section .blocks .block-sizer, #sograpiness .section .blocks .block {
  float: left;
  width: 25%;
  padding: 10px;
}

#sograpiness .section .blocks .block:nth-child(5n+1) {
  width: 50%;
}

#sograpiness .section .blocks .box {
  width: 100%;
  min-height: 1px;
  cursor: pointer;
}

#sograpiness .section .blocks .box .imag {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpiness .section .blocks .box .info {
  display: block;
  padding: 20px;
  background-color: #fff;
  transition: 250ms ease-in-out;
}

#sograpiness .section .blocks .box .info .title, #sograpiness .section .blocks .box .info .description, #sograpiness .section .blocks .box .info .data {
  display: block;
  margin-bottom: 10px;
  line-height: 125%;
}

#sograpiness .section .blocks .box .info .title {
  color: #222222;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
}

#sograpiness .section .blocks .box .info .description {
  color: #999999;
  font-size: 16px;
}

#sograpiness .section .blocks .box .info .data {
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
}

#sograpiness .section .blocks .box:hover .info {
  margin-top: -20px;
  padding: 20px 20px 40px;
  background-color: #ffcb05;
}

#sograpiness .section .blocks .box.info {
  padding: 40px 30px;
  border: 2px solid #ffcb05;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 140%;
  cursor: default;
}

#sograpiness .section .blocks .box.info span {
  background-color: #ffcb05;
}

#sograpiness .section .detail {
  max-width: 860px;
  margin: auto;
  /*min-height:calc(100vh - 100px); margin-bottom:1px;*/
}

#sograpiness .section .detail .text {
  max-width: 560px;
  margin: auto;
  line-height: 120%;
  margin-bottom: 20px;
}

#sograpiness .section .detail .data {
  font-size: 12px;
}

#sograpiness .section .detail .title {
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

#sograpiness .section .detail .info {
  font-size: 16px;
}

#sograpiness .section .detail .info p {
  padding: 20px 0px;
}

#sograpiness .section .detail .imag {
  margin-bottom: 20px;
}

#sograpiness .section .detail .imag img {
  width: 100%;
}

#sograpiness .section .detail .backtop {
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

#sograpiness .section.sct1 .container-fluid {
  height: 100vh;
}

#sograpiness .section.sct1 .intro {
  text-align: center;
}

#sograpiness .section.sct1 .intro h4, #sograpiness .section.sct1 .intro h5 {
  display: block;
  font-family: 'novel-bold';
  text-transform: uppercase;
}

#sograpiness .section.sct1 .intro h4 {
  font-size: 48px;
  color: #ffcb05;
}

#sograpiness .section.sct1 .intro h5 {
  font-size: 24px;
}

#sograpiness .section.sct1 .exhibit {
  position: relative;
  width: 100%;
  height: calc(100% - 320px);
  margin-top: 40px;
}

#sograpiness .section.sct1 .exhibit .maxh, #sograpiness .section.sct1 .exhibit .col {
  height: 100%;
}

#sograpiness .section.sct1 .exhibit .box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 250ms ease-in-out;
}

#sograpiness .section.sct1 .exhibit .box .above {
  position: relative;
  height: 100%;
  height: calc(100% - 100px);
  background-color: #999999;
  transition: 250ms ease-in-out;
}

#sograpiness .section.sct1 .exhibit .box .above .imag {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sograpiness .section.sct1 .exhibit .box .below {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 0px 30px 20px;
  background-color: #ffffff;
  transition: 250ms ease-in-out;
}

#sograpiness .section.sct1 .exhibit .box .below .info {
  padding: 10px 15px;
  text-align: center;
  transition: height 250ms ease-in-out;
  margin: auto;
}

#sograpiness .section.sct1 .exhibit .box .below .info .title {
  display: block;
  padding: 10px 0px;
  font-family: 'novel-bold';
  font-size: 25px;
  line-height: 125%;
  text-transform: uppercase;
}

#sograpiness .section.sct1 .exhibit .box .below .info .text {
  display: block;
  padding: 0px 0px;
  height: auto;
  max-height: 0;
  font-size: 17px;
  line-height: 125%;
  overflow: hidden;
  transition: height 250ms ease-in-out;
}

#sograpiness .section.sct1 .exhibit .box:hover .above {
  height: calc(100% - 200px);
}

#sograpiness .section.sct1 .exhibit .box:hover .below {
  height: 200px;
  background-color: #ffcb05;
  color: #fff;
}

#sograpiness .section.sct1 .exhibit .box:hover .below .info .text {
  padding: 10px 0px;
  max-height: 300px;
}

#sograpiness .section.sct1 .exhibit .box.opacity {
  opacity: 0.4;
}

#sograpiness .section.sct1 .exhibit .box.a01 .above .imag {
  background-image: url("../images/sograpiness/sograpiness1-friendship.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpiness .section.sct1 .exhibit .box.a02 .above .imag {
  background-image: url("../images/sograpiness/sograpiness2-happiness.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sograpiness .section.sct1 .nav-page-down {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
}

#sograpiness .section.sct1 .nav-page-down .btns {
  display: table;
  position: relative;
  width: 280px;
  margin: auto;
}

#sograpiness .section.sct1 .nav-page-down .btns .btn-down {
  position: absolute;
  width: 100%;
  line-height: 115%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

#sograpiness .section.sct1 .nav-page-down .btns .btn-down span {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  color: #222222;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
}

#sograpiness .section.sct1 .nav-page-down .btns .btn-down icon {
  display: table;
  margin: auto;
  color: #ffcb05;
  font-size: 34px;
  line-height: 115%;
  text-align: center;
}

#sograpiness .section.sct2 {
  /*padding-bottom:100px;*/
}

#sograpiness .section.sct2 .row {
  margin-left: -20px;
  margin-right: -20px;
}

#sograpiness .section.sct2 .spacer {
  position: relative;
  margin: 40px 10px 1px;
}

#sograpiness .section.sct2 .spacer .btn-more {
  display: table;
  padding: 10px 20px;
  border: 2px solid #ffcb05;
  margin: auto;
  color: #222222;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

#sograpiness .section.sct2 .spacer:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background-color: #ffcb05;
}

#sograpiness .section.sct2 .spacer:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background-color: #ffcb05;
}

#sograpiness .section.sct3 .ending {
  height: auto;
  margin-top: 80px;
}

#sograpiness .section.sct3 a span {
  color: #d7197d;
}

#sograpiness .section.sct3 a .btn {
  display: table;
  padding: 20px;
  margin: 20px auto;
  border: 1px solid #222222;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 991px) {
  #sograpiness .section .blocks .block-sizer, #sograpiness .section .blocks .block {
    width: 33.33%;
  }
  #sograpiness .section .blocks .block:nth-child(5n+1) {
    width: 66.66%;
  }
  #sograpiness .section.sct1 .intro h4 {
    font-size: 28px;
  }
  #sograpiness .section.sct1 .intro h5 {
    font-size: 16px;
  }
  #sograpiness .section.sct1 .exhibit {
    height: calc(100% - 260px);
    margin-top: 20px;
  }
  #sograpiness .section.sct1 .exhibit .box .below {
    padding: 0px 20px 10px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info {
    padding: 10px 10px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info .title {
    font-size: 19px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info .text {
    font-size: 15px;
  }
  #sograpiness .section.sct2 .spacer:before, #sograpiness .section.sct2 .spacer:after {
    width: 36%;
  }
}

@media (max-width: 767px) {
  #sograpiness .section .blocks .block-sizer, #sograpiness .section .blocks .block {
    width: 50%;
  }
  #sograpiness .section .blocks .block:nth-child(5n+1) {
    width: 100%;
  }
  #sograpiness .section.sct1 .exhibit {
    height: calc(100% - 240px);
  }
  #sograpiness .section.sct1 .exhibit .col {
    width: 100%;
    height: 50%;
    padding: 5px 10px;
  }
  #sograpiness .section.sct1 .exhibit .box .above {
    height: calc(100% - 60px);
  }
  #sograpiness .section.sct1 .exhibit .box .below {
    height: 60px;
    padding: 0px 10px 5px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info {
    padding: 5px;
    max-width: 280px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info .title {
    padding: 5px 0px;
    font-size: 15px;
  }
  #sograpiness .section.sct1 .exhibit .box .below .info .text {
    font-size: 12px;
  }
  #sograpiness .section.sct1 .exhibit .box:hover .above {
    height: calc(100% - 100px);
  }
  #sograpiness .section.sct1 .exhibit .box:hover .below {
    height: 100px;
  }
  #sograpiness .section.sct1 .exhibit .box:hover .info .text {
    padding: 0px 0px 5px;
  }
  #sograpiness .section.sct2 {
    padding-bottom: 65px;
  }
  #sograpiness .section.sct2 .spacer:before, #sograpiness .section.sct2 .spacer:after {
    width: 30%;
  }
  #sograpiness .section.sct3 .ending {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #sograpiness .section.sct3 a .btn {
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  #sograpiness .section .blocks .block-sizer, #sograpiness .section .blocks .block {
    width: 100%;
  }
  #sograpiness .section.sct2 .spacer:before, #sograpiness .section.sct2 .spacer:after {
    width: 20%;
  }
}

/*.fp-scrollable{position:relative; width:calc(100% + 20px); padding-right:20px; overflow:hidden;}

.iScrollVerticalScrollbar{position:absolute; width:16px; bottom:0px; top:0px; right:0px; overflow:hidden; z-index:9999;
    .iScrollIndicator{position:absolute; width:50%; padding:10px 0px;
        &:before{position:relative; float:left; content:''; width:6px; height:100%; border-radius:6px; background:transparentize($cor-gry, 0.8); @include transition($animatDefault !important);}
    }
    &:hover, &:active{
        .iScrollIndicator{width:100%;
            &:before{width:16px; border-radius:16px; background:transparentize($cor-gry, 0);}
        }
    }
}*/
.since main {
  padding: 0;
}

.since .modal .modal-detail .portrait {
  float: left;
  width: 100%;
  height: auto;
  background-color: #000;
}

.since .modal .modal-detail .portrait img {
  display: block;
  width: 100%;
  margin: auto;
}

.since .modal .modal-detail .report {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 40px;
}

.since .modal .modal-detail .report .info {
  position: relative;
  width: 100%;
}

.since .modal .modal-detail .report .info .title, .since .modal .modal-detail .report .info .sub-title, .since .modal .modal-detail .report .info p {
  display: block;
  margin-bottom: 20px;
  line-height: 125%;
}

.since .modal .modal-detail .report .info .title {
  color: #222222;
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

.since .modal .modal-detail .report .info .sub-title {
  color: #b15533;
  font-size: 16px;
  text-transform: uppercase;
}

.since .modal .modal-detail .report .info p {
  color: #222222;
  font-size: 16px;
}

@media (max-width: 767px) {
  .since .modal .modal-contem {
    width: 100%;
  }
  .since .modal .modal-detail .report {
    padding: 40px 20px;
  }
}

.since footer {
  margin-top: -80px;
}

@media (max-height: 680px) {
  .since footer {
    margin-top: 0px;
  }
}

#since {
  width: 100%;
  height: 100%;
}

#since .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#since .section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 60%;
  top: 0;
  z-index: 0;
  background-color: #222222;
}

#since .section .slider {
  float: left;
  position: absolute;
  bottom: 0;
  top: -60px;
  width: 100%;
  height: 420px;
  margin: auto;
  z-index: 3;
}

#since .section .slider .block {
  position: absolute;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#since .section .slider.is-moving .block {
  display: block;
}

#since .section .slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

#since .section .slider .cell {
  display: block;
  margin: 0 80px;
}

#since .section .slider .cell.full {
  width: 100%;
}

#since .section .slider .cell .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 440px;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#since .section .slider .cell .box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  max-height: 420px;
  z-index: 1;
  cursor: pointer;
}

#since .section .slider .cell .box.top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#since .section .slider .cell .box.center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#since .section .slider .cell .box.bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#since .section .slider .cell .box .imag {
  position: relative;
  z-index: 0;
}

#since .section .slider .cell .box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
}

#since .section .slider .cell .intro, #since .section .slider .cell .final {
  display: table;
  width: 400px;
  margin: auto;
  padding: 100px 0px;
  font-family: 'novel-regular';
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

#since .section .slider .cell .year {
  position: absolute;
  left: -100%;
  right: -100%;
  width: 180px;
  bottom: 0;
  margin: auto;
  font-family: 'novel-bold';
  font-size: 80px;
}

#since .section .slider .cell .year.highlight {
  color: #000000;
}

#since .section .slider .cell .year:before {
  position: absolute;
  content: attr(data-year);
  -webkit-transform: scaleY(0.4) skewX(25deg);
          transform: scaleY(0.4) skewX(25deg);
  -webkit-transform-origin: 30px 90px;
          transform-origin: 30px 90px;
  text-shadow: 0px 0px 6px rgba(153, 153, 153, 0.4);
  color: transparent;
  z-index: -1;
}

#since .section .slider .cell .year.today {
  font-size: 44px;
}

#since .section .slider .cell .year.today:before {
  -webkit-transform: scaleY(0.6) skewX(25deg);
          transform: scaleY(0.6) skewX(25deg);
  -webkit-transform-origin: 30px 50px;
          transform-origin: 30px 50px;
}

#since .section .slider .cell .drag {
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 40px;
  width: 280px;
  margin: auto;
  font-family: 'novelsans-regular';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#since .section .slider .cell .drag span {
  display: inline-block;
  margin: 0px 15px;
  vertical-align: middle;
}

#since .section .slider .cell .drag icon {
  display: inline-block;
  color: #b15533;
  font-size: 34px;
  vertical-align: middle;
}

#since .section .slider .cell:first-child .box, #since .section .slider .cell:last-child .box {
  cursor: default;
}

#since .section .slider .flickity-slider {
  position: absolute;
  width: 160%;
  height: 100%;
}

#since .section .slider .flickity-viewport {
  transition: 250ms ease-in-out;
  cursor: default;
}

#since .section .slider .flickity-prev-next-button {
  display: none;
}

#since .section .slider .flickity-page-dots {
  display: none;
}

#since .section .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-align: center;
  z-index: 2;
}

#since .section .slider-nav ul li {
  display: inline-block;
  margin: 0px 5px;
  font-family: 'novelsans-regular';
  font-size: 16px;
  cursor: pointer;
}

#since .section .slider-nav ul li.active, #since .section .slider-nav ul li:hover {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-height: 680px) {
  #since .section .slider {
    top: 0;
  }
  #since .section .slider-nav {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  #since .section .slider .cell.full {
    width: 200%;
  }
  #since .section .slider .cell .intro, #since .section .slider .cell .final {
    width: 300px;
  }
  #since .section .slider-nav ul li {
    font-size: 10px;
  }
}

.internationally {
  overflow: hidden;
}

#internationally {
  width: 100%;
  height: 100%;
}

#internationally .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#internationally .section .half {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  transition: 500ms ease-in-out;
  background-color: #fff;
}

#internationally .section .half .backgrd {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 250ms ease-in-out;
}

#internationally .section .half .box {
  position: absolute;
  width: 100%;
  height: 240px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#internationally .section .half .box .brand {
  display: table;
  width: 100%;
  height: 200px;
}

#internationally .section .half .box .brand .link {
  display: table;
  margin: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#internationally .section .half .box .brand .imgbrand g, #internationally .section .half .box .brand .imgbrand path, #internationally .section .half .box .brand .imgbrand polygon {
  fill: #ffffff;
  transition: 250ms ease-in-out;
}

#internationally .section .half .box .country {
  position: relative;
  display: table;
  padding: 8px 30px;
  margin: auto;
}

#internationally .section .half .box .country:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 0;
  transition: 250ms ease-in-out;
}

#internationally .section .half .box .country span {
  position: relative;
  color: #fff;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
  transition: 250ms ease-in-out;
}

#internationally .section .half:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 250ms ease-in-out;
}

#internationally .section .half.hover .backgrd {
  opacity: 0;
}

#internationally .section .half.hover .box .brand .imgbrand g, #internationally .section .half.hover .box .brand .imgbrand path, #internationally .section .half.hover .box .brand .imgbrand polygon {
  fill: #000000;
}

#internationally .section .half.hover .box .country:before {
  opacity: 0;
}

#internationally .section .half.hover .box .country span {
  color: #b15533;
}

#internationally .section .half.hover:before {
  border: 2px solid #b15533;
}

#internationally .section .btn-brands {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}

#internationally .section .btn-brands span {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  vertical-align: bottom;
  text-transform: uppercase;
}

#internationally .section .btn-brands icon {
  display: inline-block;
  margin-left: 10px;
  color: #b15533;
  font-size: 36px;
  line-height: 60%;
  vertical-align: bottom;
}

#internationally .section .hover-brands {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  z-index: 1;
}

#internationally .section .tapa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #fff;
  z-index: 2;
  transition: 250ms ease-in-out;
}

#internationally .section .tapa.v-enter-active, #internationally .section .tapa.v-leave-active {
  opacity: 0;
}

#internationally .section .tapa .close {
  position: absolute;
  right: 320px;
  color: #b15533;
  font-size: 24px;
  cursor: pointer;
}

#internationally .section .sideview {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  padding: 0px 15px;
  background-color: #fff;
  overflow: auto;
  z-index: 3;
  transition: 250ms ease-in-out;
}

#internationally .section .sideview.v-enter-active, #internationally .section .sideview.v-leave-active {
  right: -400px;
}

#internationally .section .sideview h4 {
  display: block;
  width: 100%;
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
}

#internationally .section .sideview .brands .box {
  display: block;
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 250ms ease-in-out;
}

#internationally .section .sideview .brands .box .backgrd {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 250ms ease-in-out;
}

#internationally .section .sideview .brands .box .brand {
  display: table;
  width: 100%;
  height: 120px;
  text-align: center;
}

#internationally .section .sideview .brands .box .brand .imgbrand {
  display: table;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#internationally .section .sideview .brands .box .brand .imgbrand g, #internationally .section .sideview .brands .box .brand .imgbrand path, #internationally .section .sideview .brands .box .brand .imgbrand polygon {
  fill: #ffffff;
  transition: 250ms ease-in-out;
}

#internationally .section .sideview .brands .box .country {
  position: relative;
  display: table;
  margin: auto;
}

#internationally .section .sideview .brands .box .country span {
  position: relative;
  color: #fff;
  font-family: 'novel-bold';
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  transition: 250ms ease-in-out;
}

#internationally .section .sideview .brands .box:hover {
  border: 2px solid #b15533;
}

#internationally .section .sideview .brands .box:hover .backgrd {
  opacity: 0;
}

#internationally .section .sideview .brands .box:hover .brand .imgbrand g, #internationally .section .sideview .brands .box:hover .brand .imgbrand path, #internationally .section .sideview .brands .box:hover .brand .imgbrand polygon {
  fill: #000000;
}

#internationally .section .sideview .brands .box:hover .country span {
  color: #b15533;
}

@media (max-width: 767px) {
  #internationally .section .half {
    width: 100%;
    height: calc(50% - 30px);
  }
  #internationally .section .half .box {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #internationally .section .half .box .brand {
    display: table;
    width: 100%;
    height: 160px;
  }
  #internationally .section .half .box .brand .link {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #internationally .section .half .box .country {
    padding: 4px 20px;
  }
  #internationally .section .half .box .country span {
    font-size: 14px;
  }
  #internationally .section .btn-brands {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 60px;
    padding: 12px;
    text-align: center;
  }
  #internationally .section .btn-brands span {
    font-size: 16px;
  }
  #internationally .section .btn-brands icon {
    line-height: 100%;
  }
  #internationally .section .hover-brands {
    display: none;
  }
}

@media (max-width: 479px) {
  #internationally .section .tapa .close {
    right: 258px;
  }
  #internationally .section .sideview {
    width: 258px;
    padding: 0px 10px;
  }
  #internationally .section .sideview h4 {
    padding: 20px 0px;
    font-size: 14px;
  }
  #internationally .section .sideview .brands .box {
    margin-bottom: 10px;
  }
}

.founding-family main {
  padding: 0;
}

.founding-family .nav-page {
  background: inherit;
}

.founding-family .modal .modal-detail .portrait {
  float: left;
  width: 100%;
  height: auto;
  background-color: #000;
}

.founding-family .modal .modal-detail .portrait img {
  display: block;
  width: 100%;
  margin: auto;
}

.founding-family .modal .modal-detail .report {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 40px;
}

.founding-family .modal .modal-detail .report .info {
  position: relative;
  width: 100%;
}

.founding-family .modal .modal-detail .report .info .name, .founding-family .modal .modal-detail .report .info .statute, .founding-family .modal .modal-detail .report .info p {
  display: block;
  margin-bottom: 20px;
  line-height: 125%;
}

.founding-family .modal .modal-detail .report .info .name {
  color: #222222;
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

.founding-family .modal .modal-detail .report .info .statute {
  color: #b15533;
  font-size: 16px;
  text-transform: uppercase;
}

.founding-family .modal .modal-detail .report .info p {
  color: #222222;
  font-size: 16px;
}

.founding-family .modal .modal-detail .report .nav {
  position: relative;
  width: 100%;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
}

.founding-family .modal .modal-detail .report .nav .prev {
  float: left;
  cursor: pointer;
}

.founding-family .modal .modal-detail .report .nav .next {
  float: right;
  cursor: pointer;
}

.founding-family .modal .modal-detail .report .nav icon {
  display: inline-block;
  color: #b15533;
  font-size: 24px;
  vertical-align: middle;
}

.founding-family .modal .modal-detail .report .nav span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .founding-family .modal .modal-contem {
    width: 100%;
  }
  .founding-family .modal .modal-detail .report {
    padding: 40px 20px;
  }
}

#founding-family {
  width: 100%;
  height: 100%;
}

#founding-family .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#founding-family .section .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  width: 500px;
  height: auto;
  margin: auto;
  text-align: center;
}

#founding-family .section .box h3, #founding-family .section .box h4, #founding-family .section .box h5 {
  display: block;
  line-height: 125%;
}

#founding-family .section .box h3, #founding-family .section .box h4, #founding-family .section .box h5 {
  font-family: 'novel-bold';
  text-transform: uppercase;
}

#founding-family .section .box h3 {
  font-size: 52px;
}

#founding-family .section .box h4 {
  font-size: 48px;
  color: #b15533;
}

#founding-family .section .box h5 {
  font-size: 30px;
}

#founding-family .section .box hr {
  display: table;
  width: 150px;
  height: 2px;
  margin: 20px auto;
  background-color: #b15533;
  border: none;
}

#founding-family .section .text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 500px;
  margin: auto;
  font-size: 18px;
  text-align: left;
  line-height: 125%;
  transition: 700ms ease-in-out;
}

#founding-family .section .text.p1 {
  margin-top: 40px;
}

#founding-family .section .text.p2 {
  margin-top: 120px;
}

#founding-family .section .text.fixed {
  position: fixed;
  margin-top: 200px;
}

#founding-family .section.active .text.fixed {
  margin-top: 40px;
}

#founding-family .section.sct3 {
  background-color: #222222;
}

#founding-family .section.sct4 {
  padding-top: 60px;
}

#founding-family .section.sct4 a span {
  color: #b15533;
}

#founding-family .section.sct4 a icon {
  color: #b15533;
}

#founding-family .family {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 700ms ease-in-out;
}

#founding-family .family .folk {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}

#founding-family .family .folk li {
  position: relative;
  display: inline-table;
  width: 25%;
  height: 100%;
  vertical-align: top;
}

#founding-family .family .folk li .wall {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

#founding-family .family .folk li .content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}

#founding-family .family .folk li .content:hover .image-hover {
  opacity: 1;
}

#founding-family .family .folk li .content:hover .name span {
  color: #b15533;
}

#founding-family .family .folk li .image, #founding-family .family .folk li .image-hover {
  position: absolute;
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  min-width: 280px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 1;
  transition: 250ms ease-in-out;
}

#founding-family .family .folk li .image-hover {
  opacity: 0;
  z-index: 2;
}

#founding-family .family .folk li .name {
  position: absolute;
  left: 25%;
  bottom: 70%;
  width: 160px;
  height: 80%;
  margin: auto;
  border-left: 2px solid #b15533;
  overflow: hidden;
  transition: 250ms ease-in-out;
}

#founding-family .family .folk li .name span {
  display: table;
  width: 160px;
  padding: 15px;
  margin: auto;
  color: #fff;
  font-size: 24px;
  line-height: 125%;
  transition: 250ms ease-in-out;
}

#founding-family .family.fixed {
  position: fixed;
}

#founding-family .family.fixed .folk li .name {
  width: 0;
  height: 0;
}

#founding-family .family.fixed .folk li .wall {
  display: block;
}

.fp-viewing-0 #founding-family .family {
  opacity: 1;
  height: 42%;
}

.fp-viewing-1 #founding-family .family {
  opacity: 0.4;
  height: 42%;
}

.fp-viewing-2 #founding-family .family, .fp-viewing-3 #founding-family .family {
  opacity: 1;
  height: 45%;
}

@media (max-width: 767px) {
  #founding-family .section .box {
    width: 280px;
    top: 15%;
  }
  #founding-family .section .box h3 {
    font-size: 36px;
  }
  #founding-family .section .box h4 {
    font-size: 28px;
  }
  #founding-family .section .box h5 {
    font-size: 20px;
  }
  #founding-family .section .text {
    width: 280px;
    top: 15%;
    font-size: 14px;
  }
  #founding-family .family .folk li {
    transition: 700ms ease-in-out;
  }
  #founding-family .family .folk li .content {
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    border-bottom: 2px solid transparent;
  }
  #founding-family .family .folk li .image, #founding-family .family .folk li .image-hover {
    min-width: 140px;
  }
  #founding-family .family .folk li .name {
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 50%;
    height: 100%;
    border-left: none;
  }
  #founding-family .family .folk li .name span {
    width: 120px;
    padding: 15px;
    font-size: 18px;
  }
  .fp-viewing-0 #founding-family .family, .fp-viewing-1 #founding-family .family {
    height: 32%;
  }
  .fp-viewing-2 #founding-family .family, .fp-viewing-3 #founding-family .family {
    height: 80%;
    bottom: 10%;
  }
  .fp-viewing-2 #founding-family .family .folk li, .fp-viewing-3 #founding-family .family .folk li {
    width: 100%;
    height: 23%;
    margin: 2% 0px;
  }
  .fp-viewing-2 #founding-family .family .folk li .content, .fp-viewing-3 #founding-family .family .folk li .content {
    border-bottom: 2px solid #b15533;
  }
  .fp-viewing-2 #founding-family .family .folk li .image, .fp-viewing-2 #founding-family .family .folk li .image-hover, .fp-viewing-3 #founding-family .family .folk li .image, .fp-viewing-3 #founding-family .family .folk li .image-hover {
    width: 50%;
    right: -50%;
    background-position: center 0%;
    background-size: auto 150%;
  }
}

.extended-family main {
  padding: 0;
}

.extended-family .modal .modal-contem {
  width: auto;
}

.extended-family .modal .modal-detail .box {
  float: left;
  position: relative;
  width: 640px;
  height: 400px;
  padding: 60px 0px;
}

.extended-family .modal .modal-detail .box .info {
  position: relative;
  margin: auto;
  text-align: center;
}

.extended-family .modal .modal-detail .box .info h4 {
  font-size: 24px;
  font-family: 'novel-bold';
  line-height: 120%;
}

.extended-family .modal .modal-detail .box .info p {
  width: 380px;
  color: #222222;
  font-size: 16px;
  margin: 40px auto;
}

.extended-family .modal .modal-detail .box .info p b {
  color: #b15533;
}

.extended-family .modal .modal-detail .box .nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 120px;
  margin: auto;
  text-align: center;
}

.extended-family .modal .modal-detail .box .nav icon {
  position: absolute;
  color: #b15533;
  font-size: 24px;
  vertical-align: middle;
  line-height: 100%;
}

.extended-family .modal .modal-detail .box .nav icon.arrow2_left {
  left: 0;
}

.extended-family .modal .modal-detail .box .nav icon.arrow2_right {
  right: 0;
}

.extended-family .modal .modal-detail .box .nav span {
  font-family: 'novelsans-regular';
  font-size: 24px;
  line-height: 100%;
}

.extended-family .modal .modal-detail .box .nav span sup {
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
}

.extended-family .modal .modal-detail .producer {
  float: left;
  position: relative;
  width: auto;
  height: auto;
  padding: 40px;
}

.extended-family .modal .modal-detail .producer h4 {
  padding: 0px 10px;
  font-size: 30px;
  font-family: 'novel-bold';
  line-height: 120%;
}

.extended-family .modal .modal-detail .producer .info {
  position: relative;
  float: left;
  width: 320px;
  padding: 20px 10px;
  margin: 20px auto 0px;
  border-top: 1px solid #b15533;
}

.extended-family .modal .modal-detail .producer .info .type {
  display: block;
  color: #b15533;
  font-family: 'novel-bold';
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.extended-family .modal .modal-detail .producer .info .name {
  display: block;
  font-family: 'novel-bold';
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 120%;
}

.extended-family .modal .modal-detail .producer .info .text {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.extended-family .modal .modal-detail .producer .info .link {
  display: block;
  font-family: 'novel-bold';
  font-size: 16px;
  text-decoration: underline;
}

.extended-family .modal .modal-detail .producer .info .link span {
  display: inline-block;
  font-family: 'novel-bold';
  vertical-align: middle;
  text-transform: uppercase;
}

.extended-family .modal .modal-detail .producer .info .link icon {
  color: #b15533;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .extended-family .modal .modal-detail .box {
    width: 100%;
    height: 320px;
    padding: 40px 20px;
  }
  .extended-family .modal .modal-detail .box .info h4 {
    font-size: 18px;
  }
  .extended-family .modal .modal-detail .box .info p {
    width: 240px;
    font-size: 12px;
    margin: 20px auto;
  }
  .extended-family .modal .modal-detail .box .nav {
    bottom: 20px;
  }
  .extended-family .modal .modal-detail .producer {
    padding: 40px 20px;
  }
  .extended-family .modal .modal-detail .producer h4 {
    padding: 0px 10px;
    font-size: 26px;
  }
  .extended-family .modal .modal-detail .producer .info {
    float: none;
    width: 240px;
  }
  .extended-family .modal .modal-detail .producer .info .name {
    font-size: 20px;
  }
}

#extended-family {
  width: 100%;
  height: 100%;
}

#extended-family .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#extended-family .section.sct1 .container {
  position: relative;
  display: table;
  height: 100%;
}

#extended-family .section.sct1 .container .middle {
  width: 100%;
}

#extended-family .section.sct1 .container .box {
  position: relative;
  width: 100%;
  height: 80%;
  max-height: 580px;
}

#extended-family .section.sct1 .container .title {
  position: absolute;
  top: 0%;
  left: 10%;
  font-size: 36px;
  font-family: 'novel-bold';
  text-transform: uppercase;
  line-height: 120%;
}

#extended-family .section.sct1 .container .title span {
  color: #b15533;
}

#extended-family .section.sct1 .container .area-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 80%;
  overflow: hidden;
}

#extended-family .section.sct1 .container .area-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

#extended-family .section.sct1 .container .info {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  background-color: #ffffff;
  border: 2px solid #b15533;
}

#extended-family .section.sct1 .container .info p {
  padding: 40px 60px;
  text-align: center;
}

#extended-family .section.sct1 .container .info p b {
  color: #b15533;
}

#extended-family .section.sct1 .container .area-map {
  position: absolute;
  bottom: 15%;
  right: 8%;
  overflow: hidden;
}

#extended-family .section.sct1 .container .area-map .btn-map {
  width: 180px;
  height: 114px;
  background-image: url("../images/extended-family/btn-map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#extended-family .section.sct2 .container {
  position: relative;
  display: table;
  height: 100%;
}

#extended-family .section.sct2 .container .middle {
  width: 100%;
}

#extended-family .section.sct2 .container .area-map {
  position: relative;
  width: 100%;
  /*height:580px;*/
  margin: auto;
}

#extended-family .section.sct2 .container .map-intro {
  font-family: 'novel-bold';
  font-size: 24px;
  color: #222222;
  padding-top: 10px;
  border-top: 3px solid #b15533;
  max-width: 250px;
  width: 100%;
  line-height: 115%;
  position: absolute;
  bottom: 0;
  left: 20px;
}

#extended-family .section.sct2 .container .map {
  position: relative;
  width: 914px;
  height: 580px;
  margin: auto;
  background-image: url("../images/extended-family/mapa.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100%;
}

#extended-family .section.sct2 .container .map .dot {
  position: absolute;
  width: 14px;
  height: 22px;
  background-image: url("../images/extended-family/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  cursor: pointer;
  transition: 100ms ease-in-out;
  /*&.prt, &.d1{top:46%; left:39.8%;}
                        &.prt, &.d7{top:46%; left:39.8%;}*/
}

#extended-family .section.sct2 .container .map .dot.d0 {
  display: none;
}

#extended-family .section.sct2 .container .map .dot.usa, #extended-family .section.sct2 .container .map .dot.d6 {
  top: 46.0%;
  left: 23.7%;
}

#extended-family .section.sct2 .container .map .dot.bra, #extended-family .section.sct2 .container .map .dot.d8 {
  top: 74.1%;
  left: 31.6%;
}

#extended-family .section.sct2 .container .map .dot.chl, #extended-family .section.sct2 .container .map .dot.d10 {
  top: 80.2%;
  left: 26.6%;
}

#extended-family .section.sct2 .container .map .dot.arg, #extended-family .section.sct2 .container .map .dot.d11 {
  top: 88.3%;
  left: 30.9%;
}

#extended-family .section.sct2 .container .map .dot.gbd, #extended-family .section.sct2 .container .map .dot.d5 {
  top: 31.9%;
  left: 44.5%;
}

#extended-family .section.sct2 .container .map .dot.esp, #extended-family .section.sct2 .container .map .dot.d2 {
  top: 43.9%;
  left: 42.3%;
}

#extended-family .section.sct2 .container .map .dot.ago, #extended-family .section.sct2 .container .map .dot.d4 {
  top: 78.2%;
  left: 50.2%;
}

#extended-family .section.sct2 .container .map .dot.hkg, #extended-family .section.sct2 .container .map .dot.d9 {
  top: 46.1%;
  left: 82.5%;
}

#extended-family .section.sct2 .container .map .dot.nzl, #extended-family .section.sct2 .container .map .dot.d12 {
  top: 92.2%;
  left: 93.2%;
}

#extended-family .section.sct2 .container .map .dot:hover {
  -webkit-transform: scale(1.8) translateY(-4px);
          transform: scale(1.8) translateY(-4px);
  margin-top: -4px;
  background-image: url("../images/extended-family/icon_hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#extended-family .section.sct2 .container .map .grup-dot {
  position: absolute;
  width: 14px;
  height: 22px;
}

#extended-family .section.sct2 .container .map .grup-dot .area {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: 100ms ease-in-out;
}

#extended-family .section.sct2 .container .map .grup-dot .area:hover {
  width: 30px;
  height: 30px;
}

#extended-family .section.sct2 .container .map .grup-dot.prt {
  top: 46%;
  left: 39.8%;
}

#extended-family .section.sct2 .container .map .grup-dot .d1 {
  top: 0;
  left: 0;
}

#extended-family .section.sct2 .container .map .grup-dot .d7 {
  bottom: 0;
  right: 0;
}

#extended-family .section.sct2 .container .boxs {
  display: none;
}

#extended-family .section.sct3 .ending {
  margin-top: 60px;
}

#extended-family .section.sct3 a span {
  color: #b15533;
}

#extended-family .section.sct3 a icon {
  color: #b15533;
}

@media (max-width: 991px) {
  #extended-family .section.sct1 .container .box {
    max-height: 460px;
  }
  #extended-family .section.sct1 .container .title {
    left: 2%;
    font-size: 28px;
  }
  #extended-family .section.sct1 .container .info {
    width: 320px;
  }
  #extended-family .section.sct1 .container .info p {
    padding: 20px 30px;
  }
  #extended-family .section.sct1 .container .area-map {
    bottom: 15%;
    right: 2%;
  }
  #extended-family .section.sct2 .fp-tableCell {
    overflow: auto;
  }
  #extended-family .section.sct2 .container {
    /*.area-map{height:470px;}*/
  }
  #extended-family .section.sct2 .container .map {
    width: 742px;
    height: 470px;
  }
  #extended-family .section.sct2 .container .map-intro {
    margin: 20px 0 20px 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  #extended-family .section.sct1 .container {
    width: 100%;
    max-width: 480px;
  }
  #extended-family .section.sct1 .container .box {
    max-height: inherit;
    height: 80%;
  }
  #extended-family .section.sct1 .container .title {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  #extended-family .section.sct1 .container .area-video {
    position: relative;
    width: 100%;
    height: 45%;
    margin-bottom: 10px;
  }
  #extended-family .section.sct1 .container .info {
    float: left;
    position: relative;
    width: 200px;
  }
  #extended-family .section.sct1 .container .info p {
    padding: 10px;
    font-size: 12px;
  }
  #extended-family .section.sct1 .container .area-map {
    position: relative;
    float: right;
    bottom: inherit;
    right: inherit;
    width: calc(100% - 200px);
    height: 160px;
  }
  #extended-family .section.sct1 .container .area-map .btn-map {
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #extended-family .section.sct3 .ending {
    height: 260px;
  }
}

.news main {
  height: auto;
  min-height: calc(100% - 80px);
}

#news {
  width: 100%;
  height: 100%;
}

#news .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: 20px;
}

#news .section .container-fluid, #news .section .container {
  opacity: 1;
  transition: 250ms ease-in-out;
}

#news .section .container-fluid.v-enter-to, #news .section .container.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 500ms;
}

#news .section .container-fluid.v-enter, #news .section .container-fluid.v-leave, #news .section .container-fluid.v-leave-to, #news .section .container.v-enter, #news .section .container.v-leave, #news .section .container.v-leave-to {
  opacity: 0;
}

#news .section .slider {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 10px;
  margin: 0 auto 80px;
}

#news .section .slider .block {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #ffffff;
}

#news .section .slider .block .slider-img {
  float: left;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#news .section .slider .block .slider-info {
  float: left;
  position: relative;
  display: table;
  padding: 0px 80px 40px;
  width: 50%;
  height: 100%;
  text-align: center;
}

#news .section .slider .block .slider-info .date {
  display: block;
  font-family: 'novelsans-regular';
  font-size: 14px;
}

#news .section .slider .block .slider-info .title {
  display: block;
  padding: 20px 0px;
  font-size: 24px;
  font-family: 'novel-bold';
  text-transform: uppercase;
  line-height: 120%;
}

#news .section .slider .block .slider-info .category {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #b15533;
}

#news .section .slider .block .slider-info .btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}

#news .section .slider .block .slider-info .btn span {
  display: inline-block;
  font-family: 'novel-bold';
  vertical-align: middle;
  text-transform: uppercase;
}

#news .section .slider .block .slider-info .btn icon {
  color: #b15533;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

#news .section .slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

#news .section .slider .flickity-viewport {
  transition: 250ms ease-in-out;
  cursor: default;
}

#news .section .slider .flickity-prev-next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 40px;
  padding: 0;
  margin: auto;
  background-color: transparent;
  color: #b15533;
  font-family: 'icons';
  font-size: 32px;
  z-index: 3;
  cursor: pointer;
}

#news .section .slider .flickity-prev-next-button.previous {
  left: -20px;
}

#news .section .slider .flickity-prev-next-button.previous:before {
  content: '\e80f';
}

#news .section .slider .flickity-prev-next-button.next {
  right: -20px;
}

#news .section .slider .flickity-prev-next-button.next:before {
  content: '\e810';
}

#news .section .slider .flickity-prev-next-button[disabled] {
  display: none;
}

#news .section .slider .flickity-prev-next-button svg {
  display: none;
}

#news .section .slider .flickity-page-dots {
  bottom: -40px;
  left: 0;
}

#news .section .slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #222222;
  opacity: 0.4;
  transition: 250ms ease-in-out;
}

#news .section .slider .flickity-page-dots .dot:hover, #news .section .slider .flickity-page-dots .dot.is-selected {
  background-color: #b15533;
  opacity: 1;
}

#news .section .blocks .block-sizer, #news .section .blocks .block {
  float: left;
  width: 25%;
  height: auto;
  padding: 10px;
}

#news .section .blocks .box {
  width: 100%;
  min-height: 1px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 250ms ease-in-out;
}

#news .section .blocks .box .imag {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#news .section .blocks .box .info {
  display: block;
  padding: 20px;
  transition: 250ms ease-in-out;
  min-height: 180px;
  background-color: #fff;
}

#news .section .blocks .box .info .data, #news .section .blocks .box .info .title, #news .section .blocks .box .info .category {
  display: block;
  margin-bottom: 20px;
  line-height: 120%;
}

#news .section .blocks .box .info .data {
  color: #999999;
  font-family: 'novelsans-regular';
  font-size: 12px;
}

#news .section .blocks .box .info .title {
  color: #222222;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
  transition: 250ms ease-in-out;
}

#news .section .blocks .box .info .category {
  color: #b15533;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#news .section .blocks .box:hover {
  border: 2px solid #b15533;
}

#news .section .blocks .box:hover .info .title {
  color: #b15533;
}

#news .section.sct1 {
  /*.row{margin-left:-20px; margin-right:-20px;}*/
}

#news .section.sct1 .spacer {
  position: relative;
  margin: 40px 10px 1px;
}

#news .section.sct1 .spacer .btn-more {
  display: table;
  padding: 10px 20px;
  border: 2px solid #b15533;
  margin: auto;
  color: #b15533;
  font-family: 'novel-bold';
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

#news .section.sct2 .ending {
  height: auto;
  margin-top: 80px;
}

#news .section.sct2 a span {
  color: #d7197d;
}

#news .section.sct2 a .btn {
  display: table;
  padding: 20px;
  margin: 20px auto;
  border: 1px solid #222222;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 991px) {
  #news .section .blocks .block-sizer, #news .section .blocks .block {
    width: 33.33%;
  }
  #news .section .slider .block .slider-info {
    padding: 0px 40px 40px;
  }
  #news .section.sct1 .spacer:before, #news .section.sct1 .spacer:after {
    width: 36%;
  }
}

@media (max-width: 767px) {
  #news .section .blocks .block-sizer, #news .section .blocks .block {
    width: 50%;
  }
  #news .section .slider {
    margin: 0 auto 60px;
  }
  #news .section .slider .block .slider-img {
    width: 100%;
    height: 40%;
  }
  #news .section .slider .block .slider-info {
    padding: 0px 20px 40px;
    width: 100%;
    height: 60%;
  }
  #news .section .slider .block .slider-info .date {
    font-size: 12px;
  }
  #news .section .slider .block .slider-info .title {
    padding: 10px 0px;
    font-size: 18px;
  }
  #news .section .slider .block .slider-info .category {
    font-size: 12px;
  }
  #news .section .slider .block .slider-info .btn {
    bottom: 10px;
    font-size: 14px;
  }
  #news .section .slider .flickity-prev-next-button {
    display: none;
  }
  #news .section .slider .flickity-page-dots {
    bottom: -40px;
  }
  #news .section .slider .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    border-radius: 0;
    background-color: #222222;
    opacity: 0.4;
    transition: 250ms ease-in-out;
  }
  #news .section .slider .flickity-page-dots .dot:hover, #news .section .slider .flickity-page-dots .dot.is-selected {
    background-color: #b15533;
    opacity: 1;
  }
  #news .section.sct1 {
    padding-bottom: 65px;
  }
  #news .section.sct1 .spacer:before, #news .section.sct1 .spacer:after {
    width: 30%;
  }
}

@media (max-width: 479px) {
  #news .section .blocks .block-sizer, #news .section .blocks .block {
    width: 100%;
  }
  #news .section.sct1 .spacer:before, #news .section.sct1 .spacer:after {
    width: 20%;
  }
}

#financial-reports {
  width: 100%;
  height: 100%;
  text-align: center;
}

#financial-reports .reports-intro {
  padding: 0 20px;
  width: 100%;
  max-width: 580px;
  margin: 30px auto 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #financial-reports .reports-intro {
    font-size: 12px;
    margin: 10px auto 0;
  }
}

#financial-reports h4 {
  font-size: 30px;
  font-family: "novel-bold";
  margin: 0 0 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #financial-reports h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

#financial-reports .tabela {
  position: relative;
  width: 100%;
  height: calc(100% - 350px);
  margin-top: 20px;
}

#financial-reports .maxh, #financial-reports .col {
  height: 100%;
}

#financial-reports .report-area {
  /*width: 280px;*/
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-family: "novel-bold";
  font-size: 14px;
  text-transform: uppercase;
  /*margin: 0 15px 30px 0;*/
  transition: 250ms ease-in-out;
}

#financial-reports .report-area:last-child {
  margin-right: 0;
}

#financial-reports .report-area.opacity {
  opacity: 0.4;
}

#financial-reports .report-area.active {
  color: #b15533;
}

@media (max-width: 767px) {
  #financial-reports .report-area {
    text-align: left;
  }
}

#financial-reports .report-area-content {
  width: 100%;
  /*height: 325px;*/
  height: calc(100% - 40px);
  margin-bottom: 20px;
  font-size: 18px;
  border: 2px solid transparent;
  box-sizing: border-box;
  background-position: 100% 100%;
  background-size: contain;
  background-color: #ffffff;
  background-repeat: no-repeat;
  transition: 250ms ease-in-out;
}

#financial-reports .report-area-content a {
  width: 100%;
  height: 100%;
  display: block;
}

#financial-reports .report-area-content a span {
  padding-top: 35px;
  display: block;
}

@media (max-height: 560px) {
  #financial-reports .report-area-content a span {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  #financial-reports .report-area-content a span {
    padding: 20px 0;
  }
}

#financial-reports .report-area-content a strong {
  font-size: 48px;
}

#financial-reports .report-area-content:hover {
  border: 2px solid #b15533;
}

@media (max-height: 560px) {
  #financial-reports .report-area-content {
    height: calc(100% - 20px);
    margin-bottom: 0;
    display: table;
  }
  #financial-reports .report-area-content br {
    display: none;
  }
  #financial-reports .report-area-content br:after {
    content: " ";
  }
  #financial-reports .report-area-content a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
  }
  #financial-reports .report-area-content a span {
    padding: 0;
    font-size: 14px;
  }
  #financial-reports .report-area-content a strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #financial-reports .report-area-content {
    height: calc(100% - 20px);
    margin-bottom: 0;
    display: table;
  }
  #financial-reports .report-area-content br {
    display: none;
  }
  #financial-reports .report-area-content br:after {
    content: " ";
  }
  #financial-reports .report-area-content a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
  }
  #financial-reports .report-area-content a span {
    padding: 0;
    font-size: 14px;
  }
  #financial-reports .report-area-content a strong {
    font-size: 14px;
  }
}

#financial-reports .report-area-1 .report-area-content {
  background-image: url("../images/financial-reports/2016-report.jpg");
}

#financial-reports .report-area-2 .report-area-content {
  background-image: url("../images/financial-reports/2015-report.jpg");
}

#financial-reports .report-area-3 .report-area-content {
  background-image: url("../images/financial-reports/2014-report.jpg");
}

@media (max-width: 767px) {
  #financial-reports .section .tabela {
    height: calc(100% - 250px);
  }
  #financial-reports .section .tabela .box .above:before {
    left: 20px;
  }
  #financial-reports .section .tabela .box .below {
    padding: 0px 20px 10px;
  }
  #financial-reports .section .tabela .box .below .info {
    padding: 10px 10px;
  }
  #financial-reports .section .tabela .box .below .info .title {
    padding: 10px 0px;
    font-size: 19px;
  }
  #financial-reports .section .tabela .box .below .info .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #financial-reports .section .tabela .col {
    width: 100%;
    height: 33.33%;
    padding: 5px 10px;
  }
  #financial-reports .section .tabela .box .above {
    height: calc(100% - 60px);
  }
  #financial-reports .section .tabela .box .above:before {
    left: 10px;
  }
  #financial-reports .section .tabela .box .below {
    height: 60px;
    padding: 0px 10px 5px;
  }
  #financial-reports .section .tabela .box .below .info {
    padding: 5px;
    max-width: 280px;
  }
  #financial-reports .section .tabela .box .below .info .title {
    padding: 5px 0px;
    font-size: 15px;
  }
  #financial-reports .section .tabela .box .below .info .text {
    font-size: 12px;
  }
  #financial-reports .section .tabela .box:hover .above {
    height: calc(100% - 100px);
  }
  #financial-reports .section .tabela .box:hover .below {
    height: 100px;
  }
  #financial-reports .section .tabela .box:hover .info .text {
    padding: 0px 0px 5px;
  }
  #financial-reports .section.sct2 a .btn {
    padding: 10px;
    font-size: 12px;
  }
}

.press-room main {
  height: auto;
  min-height: calc(100% - 80px);
}

#pressroom {
  width: 100%;
  height: 100%;
}

#pressroom .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#pressroom .section .room {
  width: 80%;
  margin: auto;
}

#pressroom .section .room .info {
  display: block;
  max-width: 620px;
  margin: 40px 0px;
}

#pressroom .section .room .info h3 {
  display: block;
  font-family: 'novel-bold';
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#pressroom .section .room .info p, #pressroom .section .room .info h5 {
  display: block;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
}

#pressroom .section .room .info a {
  display: block;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}

#pressroom .section .room .tbns {
  display: block;
  margin-bottom: 20px;
}

#pressroom .section .room .tbns .btn {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  border: 1px solid #b15533;
  background-color: #b15533;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: 250ms ease-in-out;
}

#pressroom .section .room .tbns .btn:hover, #pressroom .section .room .tbns .btn.active {
  background-color: #fff;
  color: #222222;
}

#pressroom .section .room .area-table {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

#pressroom .section .room .table {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  transition: 250ms ease-in-out;
}

#pressroom .section .room .table.v-enter-to {
  opacity: 1;
  transition: 250ms ease-in-out 250ms;
}

#pressroom .section .room .table.v-enter, #pressroom .section .room .table.v-leave, #pressroom .section .room .table.v-leave-to {
  opacity: 0;
  max-height: 0px;
}

#pressroom .section .room .table .col {
  display: table;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #b15533;
  padding: 0px 20px;
}

#pressroom .section .room .table .col .center {
  display: table-row-group;
  vertical-align: middle;
}

#pressroom .section .room .table .col .link {
  display: table-row;
  vertical-align: inherit;
}

#pressroom .section .room .table .col .data, #pressroom .section .room .table .col .name, #pressroom .section .room .table .col .zip {
  display: table-cell;
  vertical-align: inherit;
}

#pressroom .section .room .table .col .data {
  width: 100px;
  font-size: 12px;
  text-align: left;
}

#pressroom .section .room .table .col .data br {
  display: none;
}

#pressroom .section .room .table .col .name {
  font-size: 18px;
}

#pressroom .section .room .table .col .zip {
  width: 160px;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 991px) {
  #pressroom .section .room {
    width: 90%;
  }
}

@media (max-width: 767px) {
  #pressroom .section .room {
    width: 100%;
  }
  #pressroom .section .room .info h3 {
    font-size: 24px;
  }
  #pressroom .section .room .info p, #pressroom .section .room .info h5 {
    font-size: 14px;
  }
  #pressroom .section .room .info a {
    font-size: 14px;
  }
  #pressroom .section .room .tbns .btn {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 11px;
  }
  #pressroom .section .room .table {
    display: block;
    padding: 20px 10px;
  }
  #pressroom .section .room .table .col {
    height: 64px;
    padding: 0px;
  }
  #pressroom .section .room .table .col .data {
    width: 25%;
    font-size: 12px;
    text-align: center;
  }
  #pressroom .section .room .table .col .name {
    font-size: 14px;
    padding: 0px 5px;
  }
  #pressroom .section .room .table .col .zip {
    width: 90px;
    font-size: 11px;
  }
}

.contact {
  overflow: hidden;
}

#contact {
  width: 100%;
  height: 100%;
}

#contact .section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#contact .section #map {
  float: left;
  top: 0;
  left: 0;
  width: calc(100% - 320px);
  height: 100%;
}

#contact .section #map .gmapmarker-active {
  opacity: 0.5;
}

#contact .section .units {
  float: left;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  overflow-y: auto;
}

#contact .section .units ul li {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #b15533;
  opacity: 0.75;
}

#contact .section .units ul li .name {
  display: block;
  color: #b15533;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer;
}

#contact .section .units ul li .country {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 250ms ease-in-out;
}

#contact .section .units ul li .address, #contact .section .units ul li .tel, #contact .section .units ul li .fax, #contact .section .units ul li .mail {
  display: block;
  font-size: 14px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 250ms ease-in-out;
}

#contact .section .units ul li.active {
  opacity: 1;
}

#contact .section .units ul li.active .country {
  margin-bottom: 30px;
}

#contact .section .units ul li.active .address, #contact .section .units ul li.active .tel, #contact .section .units ul li.active .fax, #contact .section .units ul li.active .mail {
  max-height: 100px;
}

@media (max-width: 767px) {
  #contact .section #map {
    width: 100%;
    height: calc(100% - 180px);
  }
  #contact .section .units {
    width: 100%;
    height: 180px;
  }
  #contact .section .units ul li {
    padding: 10px;
  }
  #contact .section .units ul li .name {
    font-size: 16px;
  }
  #contact .section .units ul li.active {
    opacity: 1;
  }
  #contact .section .units ul li.active .country {
    margin-bottom: 20px;
  }
}

/*@media (max-width:$screen-xs-min - 1) {
    #contact{
        .section{
            .units{width:258px;
                ul{
                    li{padding:10px;}
                }
            }
        }
        #map{ width:calc(100% - 258px)}
    }
}*/
/*/////////////////////////////////////////////////////////////////////////////////////////// DETAIL */
.news-detail main, .sograpertise-detail main, .sograpiness-detail main, .internationally-detail main, .extended-family-detail main {
  height: auto;
  min-height: calc(100% - 80px);
}

.detail-news {
  max-width: 860px;
  margin: auto;
}

.detail-news .text {
  max-width: 560px;
  margin: auto;
  line-height: 120%;
  margin-bottom: 20px;
}

.detail-news .data {
  font-size: 12px;
}

.detail-news .title {
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

.detail-news .category {
  font-family: 'novel-bold';
  font-size: 16px;
  color: #b15533;
  text-transform: uppercase;
}

.detail-news .info {
  font-size: 16px;
}

.detail-news .info p {
  padding: 20px 0px;
}

.detail-news .link {
  display: block;
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: 'novel-bold';
  font-size: 16px;
  text-decoration: underline;
}

.detail-news .banner {
  margin-bottom: 20px;
}

.detail-news .banner img {
  width: 100%;
}

.detail-news .gallery {
  max-width: 560px;
  margin: 0px auto 20px;
}

.detail-news .gallery .imag {
  width: 100%;
  margin-bottom: 20px;
}

.detail-news .gallery .imag img {
  width: 100%;
}

.detail-news .gallery .video {
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}

.detail-news .below {
  max-width: 560px;
  margin: auto;
}

.detail-news .below .backtop {
  float: right;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.detail-content {
  float: left;
  width: 100%;
}

.detail-content .logobrand {
  display: table;
  margin: 20px auto;
}

.detail-content .content {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #fff;
}

.detail-content .content .info {
  float: left;
  position: relative;
  width: 55%;
  min-height: 340px;
  padding: 0px 20px 80px 0px;
}

.detail-content .content .info .country {
  display: block;
  margin-bottom: 30px;
  color: #b15533;
  font-size: 14px;
  text-transform: uppercase;
}

.detail-content .content .info .brand {
  display: block;
  margin-bottom: 20px;
  font-family: 'novel-bold';
  font-size: 30px;
  text-transform: uppercase;
}

.detail-content .content .info .text {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 120%;
}

.detail-content .content .info .link {
  display: block;
  margin-bottom: 20px;
  font-family: 'novel-bold';
  font-size: 16px;
  text-decoration: underline;
}

.detail-content .content .info .unit {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  height: 80px;
  border-top: 1px solid #b15533;
}

.detail-content .content .info .unit a {
  display: block;
  line-height: 80px;
}

.detail-content .content .info .unit a icon {
  display: inline-block;
  color: #b15533;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
}

.detail-content .content .info .unit a span {
  display: inline-block;
  font-family: 'novel-bold';
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
}

.detail-content .content .info .address {
  position: absolute;
  display: table;
  bottom: 0;
  width: calc(100% - 20px);
  height: 80px;
  border-top: 1px solid #b15533;
}

.detail-content .content .info .address p {
  display: table-cell;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
}

.detail-content .content .gallery {
  float: left;
  width: 45%;
}

.detail-content .content .gallery .slider {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 10px;
  margin: 0 auto;
}

.detail-content .content .gallery .slider .block {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #ffffff;
}

.detail-content .content .gallery .slider .block .slider-img {
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.detail-content .content .gallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.detail-content .content .gallery .flickity-viewport {
  transition: 250ms ease-in-out;
  cursor: default;
}

.detail-content .content .gallery .flickity-prev-next-button {
  position: absolute;
  top: 0;
  bottom: -40px;
  width: 32px;
  height: 40px;
  padding: 0;
  margin: auto;
  background-color: transparent;
  color: #b15533;
  font-family: 'icons';
  font-size: 32px;
  z-index: 3;
  cursor: pointer;
}

.detail-content .content .gallery .flickity-prev-next-button.previous {
  left: -25px;
}

.detail-content .content .gallery .flickity-prev-next-button.previous:before {
  content: '\e80f';
}

.detail-content .content .gallery .flickity-prev-next-button.next {
  right: -25px;
}

.detail-content .content .gallery .flickity-prev-next-button.next:before {
  content: '\e810';
}

.detail-content .content .gallery .flickity-prev-next-button[disabled] {
  display: none;
}

.detail-content .content .gallery .flickity-prev-next-button svg {
  display: none;
}

.detail-content .content .gallery .flickity-page-dots {
  display: none;
}

@media (max-width: 991px) {
  .detail-content .content {
    padding: 40px;
  }
  .detail-content .content .info {
    width: 100%;
    min-height: auto;
    padding: 0px 0px 80px 0px;
  }
  .detail-content .content .info .unit {
    width: 100%;
  }
  .detail-content .content .info .address {
    width: 100%;
  }
  .detail-content .content .gallery {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .detail-content .logobrand {
    margin: 10px auto;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .detail-content .content {
    padding: 10px;
  }
  .detail-content .content .info .country {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .detail-content .content .info .brand {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .detail-content .content .info .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .detail-content .content .info .link {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .detail-content .content .info .unit a icon {
    font-size: 20px;
  }
  .detail-content .content .info .unit a span {
    font-size: 12px;
  }
  .detail-content .content .gallery .slider {
    padding: 0px 0px;
  }
  .detail-content .content .gallery .slider .block {
    height: 45vw;
  }
  .detail-content .content .gallery .flickity-prev-next-button {
    font-size: 24px;
  }
}

.detail-others {
  float: left;
  width: 100%;
  margin: 60px auto 40px;
}

.detail-others h3 {
  display: table;
  margin: auto;
  font-family: 'novel-bold';
  font-size: 30px;
  text-align: center;
  line-height: 125%;
  text-transform: uppercase;
}

.detail-others h3 span {
  color: #b15533;
}

.detail-others .boxs {
  float: left;
  position: relative;
  width: 100%;
  margin: 40px 0px 60px;
}

.detail-others .boxs .box {
  float: left;
  width: 25%;
  height: 160px;
  padding: 5px;
}

.detail-others .boxs .box .link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 250ms ease-in-out;
}

.detail-others .boxs .box .link .backgrd {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 250ms ease-in-out;
}

.detail-others .boxs .box .link .brand {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.detail-others .boxs .box .link .brand .imgbrand {
  display: table;
  margin: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.detail-others .boxs .box .link .brand .imgbrand g, .detail-others .boxs .box .link .brand .imgbrand path, .detail-others .boxs .box .link .brand .imgbrand polygon {
  fill: #ffffff;
  transition: 250ms ease-in-out;
}

.detail-others .boxs .box .link:hover {
  border: 2px solid #b15533;
}

.detail-others .boxs .box .link:hover .backgrd {
  opacity: 0;
}

.detail-others .boxs .box .link:hover .brand .imgbrand g, .detail-others .boxs .box .link:hover .brand .imgbrand path, .detail-others .boxs .box .link:hover .brand .imgbrand polygon {
  fill: #000000;
}

.detail-others .goback {
  display: table;
  margin: auto;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.detail-others .goback.left {
  float: left;
}

.detail-others .goback.right {
  float: right;
}

@media (max-width: 991px) {
  .detail-others .boxs .box {
    width: 50%;
    height: 120px;
  }
  .detail-others .boxs .box:first-child, .detail-others .boxs .box:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .detail-others h3 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .detail-others .boxs .box {
    width: 100%;
  }
}

.addthis_toolbox {
  float: left;
  line-height: 10px;
}

.addthis_toolbox span {
  display: inline-block;
  margin-right: 4px;
  font-family: 'novelsans-regular';
  font-size: 12px;
  text-transform: uppercase;
}

.addthis_toolbox a {
  display: inline-block;
  width: 16px !important;
  height: 16px;
  margin: 0px 2px;
  border-radius: 2px;
  background-color: #b15533;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}

.addthis_toolbox a icon:before {
  margin: 0;
}
