@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap";
html {
  font-size: 14px; }
  @media (min-width: 992px) {
    html {
      font-size: 15px; } }

body {
  color: #58595B;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #111;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s; }
  a:hover {
    color: #111;
    text-decoration: none; }

button:focus {
  outline: 0; }

hr {
  border-top: 1px solid #58595B; }

label {
  font-size: 0.9375rem; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808183 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #808183 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #808183 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #808183 !important; }

.bg-primary {
  background-color: #111 !important; }

.bg-light {
  background-color: #DDD !important; }

.border-primary {
  border-color: #111 !important; }

.border-danger {
  border-color: #C0382B !important; }

.border-md-right {
  border-right: 1px solid #DDD; }

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

.container-lg {
  max-width: 940px; }

/* row */
[class*="icon_"] {
  position: relative;
  top: 1px; }

.text-primary {
  color: #111 !important; }

.text-danger {
  color: #C0382B !important; }

.text-muted {
  color: #808183 !important; }

.text-gray {
  color: #808183 !important; }

.text-black {
  color: #000 !important; }

.text-sm {
  font-size: 0.9375rem !important; }

.text-line-through {
  text-decoration: line-through; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #111;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3; }

.form .h1, .form .h2, .form .h3, .form .h4, .form .h5, .form .h6,
.form h1, .form h2, .form h3, .form h4, .form h5, .form h6 {
  color: #111; }

.font-weight-medium {
  font-weight: 500 !important; }

.block {
  padding-bottom: 2rem; }
  .block__row {
    padding-bottom: 2.6rem; }
  .block__image {
    max-width: 100%; }
  .block__link {
    display: block;
    text-decoration: underline; }
  .block__content {
    padding-left: 1.5rem;
    border-left: 1px solid #58595B; }
    @media (min-width: 768px) {
      .block__content {
        padding-left: 2rem; } }
  @media (max-width: 767px) {
    .block .col-md-6:first-child > img {
      margin-bottom: 1.6rem; } }
  @media (max-width: 767px) {
    .block .col-md-6:last-child > img {
      margin-top: 1.6rem; } }

.btn {
  border-radius: 0; }
  .btn:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0; }

.btn-lg {
  font-size: 1.125rem; }

.btn-wide {
  min-width: 120px; }

.btn-primary {
  border: 1px solid #111;
  background-color: #111; }
  .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #040404;
    background-color: #040404; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #111;
    background-color: #111; }

.btn-secondary {
  border: 1px solid #808183;
  background-color: #808183; }
  .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    border-color: #000;
    background-color: #000; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    border: 1px solid #808183;
    background-color: #808183; }

.btn-outline-primary {
  color: #58595B;
  border-color: #808183; }
  .btn-outline-primary:hover {
    color: #fff;
    border-color: #808183;
    background-color: #808183; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #808183;
    background-color: #808183; }

.btn-slide {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 10.5rem;
  min-height: 50px;
  border: 1px solid #111;
  border-radius: 0;
  background-color: #fff; }
  .btn-slide:hover:after {
    width: 100%; }
  .btn-slide:hover span {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .btn-slide:after {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
    width: 0%;
    height: 100%;
    background-color: #111;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
  .btn-slide span {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    -o-transition: color .3s, transform .3s;
    transition: color .3s, transform .3s;
    transition: color .3s, transform .3s, -webkit-transform .3s; }

.card {
  border: 0;
  border-radius: 0; }
  .card__image {
    position: relative;
    padding-bottom: 60%; }
    .card__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; }
  .card__body {
    padding: 1.5rem 1.2rem; }
  .card__category {
    display: block;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem; }
    .card__category:empty {
      display: none; }
  .card__title {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .card__title {
        font-size: 1.3125rem; } }
  .card__desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    in-bottom: 1.5rem; }
  .card__link {
    padding-bottom: 3px;
    border-bottom: 1px solid #58595B; }
    .card__link:hover, .card__link.active {
      color: #111; }

.custom-select {
  padding-left: 1rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff url("../images/icon/arrow_carrot-down.svg") no-repeat right 0.75rem top 0.3125rem;
  background-size: auto 1.5rem; }
  .custom-select:focus {
    border-color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.custom-control-label {
  padding-left: 0.5rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #111;
  background-color: #111; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #111 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #111 !important;
  background-color: transparent !important; }

.custom-checkbox, .custom-radio {
  padding-left: 1.3rem; }

.custom-control-label:before,
.custom-control-label:after {
  left: -1.3rem; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    top: 1px;
    width: 20px;
    height: 20px; }
  .custom-control-label:before {
    border-radius: 0; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.form-control {
  color: #58595B;
  border: 0;
  border-bottom: 1px solid #58595B;
  border-radius: 0; }
  .form-control:focus {
    border-bottom: 1px solid #111;
    -webkit-box-shadow: inset 0 -1px 0 0 #111;
    box-shadow: inset 0 -1px 0 0 #111; }
  .form-control:disabled, .form-control[readonly] {
    border: 1px solid #c9c9c9;
    background-color: #c9c9c9; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .form-group {
      margin-bottom: 2rem; } }
  .form-group label:not(.custom-control-label) {
    top: 0.375rem;
    left: 0;
    position: absolute;
    color: #808183; }
  .form-group .form-control {
    padding-left: 3rem;
    font-size: 0.9375rem; }

.error.help-block {
  bottom: -1.4rem;
  left: 0;
  position: absolute; }

.help-block {
  color: #C0382B; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .page-item.active .page-link {
    color: #111;
    border-bottom-color: #111;
    background-color: transparent;
    -webkit-box-shadow: 0 -2px #111 inset;
    box-shadow: 0 -2px #111 inset; }
  .pagination .page-item.disabled {
    display: none; }
  .pagination .page-item .page-link {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #58595B;
    font-size: 0.875rem;
    border: 0;
    border-bottom: 1px solid #DDD;
    border-radius: 0; }
    .pagination .page-item .page-link:hover {
      color: #111;
      background-color: transparent; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .pagination .page-item .page-link svg {
      width: 6px;
      height: 10px;
      vertical-align: -1px; }

.header {
  background-color: #000; }
  .header a {
    color: #fff; }

.navbar {
  height: 3.75rem;
  padding: 0; }
  @media (min-width: 992px) {
    .navbar {
      height: 5rem; } }
  .navbar [class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar-brand {
  position: relative;
  top: -3px; }
  .navbar-brand img {
    max-height: 1.125rem; }
    @media (min-width: 992px) {
      .navbar-brand img {
        max-height: 1.43437rem; } }

.navbar-toggler {
  position: relative;
  top: -2px;
  right: -9px; }
  @media (min-width: 992px) {
    .navbar-toggler {
      right: 0; } }
  .navbar-toggler img {
    max-width: 1.48438rem; }
    @media (min-width: 992px) {
      .navbar-toggler img {
        max-width: 1.6625rem; } }

.navbar-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  background-color: #000;
  overflow: hidden;
  opacity: 0; }
  .navbar-overlay.is-open {
    max-height: 100vh;
    opacity: 1; }
    .navbar-overlay.is-open .brand__symbol {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .navbar-overlay.is-open .brand__cover {
      opacity: 1;
      -webkit-transform: translateY(-9.8%);
      -ms-transform: translateY(-9.8%);
      transform: translateY(-9.8%); }
    .navbar-overlay.is-open .menu__item {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .navbar-overlay.is-open .menu__item:nth-child(1) {
        -webkit-transition-delay: 0.06s;
        -o-transition-delay: 0.06s;
        transition-delay: 0.06s; }
      .navbar-overlay.is-open .menu__item:nth-child(2) {
        -webkit-transition-delay: 0.12s;
        -o-transition-delay: 0.12s;
        transition-delay: 0.12s; }
      .navbar-overlay.is-open .menu__item:nth-child(3) {
        -webkit-transition-delay: 0.18s;
        -o-transition-delay: 0.18s;
        transition-delay: 0.18s; }
      .navbar-overlay.is-open .menu__item:nth-child(4) {
        -webkit-transition-delay: 0.24s;
        -o-transition-delay: 0.24s;
        transition-delay: 0.24s; }
      .navbar-overlay.is-open .menu__item:nth-child(5) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .navbar-overlay.is-open .menu__item:nth-child(6) {
        -webkit-transition-delay: 0.36s;
        -o-transition-delay: 0.36s;
        transition-delay: 0.36s; }
      .navbar-overlay.is-open .menu__item:nth-child(7) {
        -webkit-transition-delay: 0.42s;
        -o-transition-delay: 0.42s;
        transition-delay: 0.42s; }
      .navbar-overlay.is-open .menu__item:nth-child(8) {
        -webkit-transition-delay: 0.48s;
        -o-transition-delay: 0.48s;
        transition-delay: 0.48s; }
    .navbar-overlay.is-open > .container {
      visibility: visible; }
  .navbar-overlay.overflow-auto {
    overflow: auto; }
  .navbar-overlay.--main-nav {
    -webkit-transition: max-height .4s, opacity .4s;
    -o-transition: max-height .4s, opacity .4s;
    transition: max-height .4s, opacity .4s; }
    .navbar-overlay.--main-nav .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .navbar-overlay.--search {
    -webkit-transition: max-height 0s .4s, opacity .4s;
    -o-transition: max-height 0s .4s, opacity .4s;
    transition: max-height 0s .4s, opacity .4s; }
    .navbar-overlay.--search.is-open {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .navbar-overlay.--search .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .navbar-overlay > .container {
    position: relative;
    visibility: hidden; }

.navbar-close {
  top: 14px;
  right: 21px;
  position: fixed;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 2000;
  cursor: pointer; }
  @media (min-width: 992px) {
    .navbar-close {
      position: absolute;
      top: 23px;
      right: 31px; } }
  .navbar-close img {
    width: 1.48438rem;
    height: 1.48438rem; }
    @media (min-width: 992px) {
      .navbar-close img {
        width: 1.6625rem;
        height: 1.6625rem; } }

.brand {
  overflow: hidden; }
  @media (max-width: 767px) {
    .brand__symbol {
      margin-top: 8vh;
      text-align: center;
      opacity: 0;
      -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
      transform: translateY(30%);
      -webkit-transition: opacity 1s, -webkit-transform 1s;
      transition: opacity 1s, -webkit-transform 1s;
      -o-transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s, -webkit-transform 1s; } }
  @media (min-width: 768px) {
    .brand__cover {
      height: 100%;
      opacity: 0;
      -webkit-transform: translateY(-7%);
      -ms-transform: translateY(-7%);
      transform: translateY(-7%);
      -webkit-transition: opacity 1s, -webkit-transform 1s;
      transition: opacity 1s, -webkit-transform 1s;
      -o-transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s, -webkit-transform 1s; } }
  @media (min-width: 768px) {
    .brand__cover img {
      width: 112%;
      height: 112%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; } }

@media (max-width: 767px) {
  .menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 184px;
    margin: 8vh auto; } }

@media (min-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 13vh 15vw !important; } }

@media (min-width: 992px) {
  .menu {
    padding: 13vh 20vw !important; } }

.menu__list {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none; }

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
  .menu__item > div {
    width: 100%; }

.menu__toggle {
  position: relative;
  display: block;
  cursor: pointer; }
  .menu__toggle:before {
    top: 0;
    left: -3rem;
    position: absolute;
    width: 22px;
    height: 22px;
    content: "";
    background: url(../images/icon/plus.svg) 50% 50% no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .menu__toggle:before {
        top: 2px; } }
  .menu__toggle.active:before {
    background-image: url(../images/icon/minus.svg); }

.menu__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  margin-top: 2vh;
  padding-top: 0.125rem;
  font-size: 1.5rem;
  font-weight: 300; }
  .menu__link:nth-child(1) {
    margin-top: 0; }
  .menu__link .dropdown {
    margin-left: 2rem; }

.menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .menu__social {
      margin-left: -2.125rem; } }
  .menu__social a {
    margin-right: 2.5rem; }
    @media (max-width: 767px) {
      .menu__social a {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }
    .menu__social a:last-child {
      margin-right: 0; }

.dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .dropdown.is-active {
    max-height: 197px;
    margin-top: 1vh;
    opacity: 1; }
  .dropdown__link {
    display: block;
    margin-top: 1.8vh;
    font-size: 1.125rem;
    font-weight: 300;
    white-space: nowrap; }

.other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7.8vh;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1; }
  @media (max-width: 767px) {
    .other-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 12vh; } }
  .other-link img {
    position: relative;
    top: -3px;
    max-width: 20px;
    margin-left: 0.75rem; }
    @media (min-width: 768px) {
      .other-link img {
        max-width: 22px; } }

.search {
  margin-top: 26vh;
  border-bottom: 1px solid #fff; }
  .search label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2.1375rem;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 768px) {
      .search label {
        font-size: 2.375rem; } }
  .search .form-control {
    margin-left: 28px;
    color: #fff;
    font-size: 1.6875rem;
    border: 1px solid transparent;
    background-color: transparent;
    text-align: center; }
    @media (min-width: 768px) {
      .search .form-control {
        font-size: 1.875rem; } }
    .search .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .search .btn img {
    max-width: 1.625rem; }

.loader {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-out,visibility 0s linear .3s;
  -o-transition: opacity .3s ease-out,visibility 0s linear .3s;
  transition: opacity .3s ease-out,visibility 0s linear .3s; }
  .loader.is-loaded {
    opacity: 0;
    visibility: hidden; }
  .loader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .loader__symbol {
    max-width: 128.4px; }
    @media (min-width: 768px) {
      .loader__symbol {
        max-width: 214px; } }
  .loader__logo {
    max-width: 195.6px;
    margin: 10vh 0; }
    @media (min-width: 768px) {
      .loader__logo {
        max-width: 326px;
        margin: 14vh 0; } }
  .loader__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .loader__bar {
    width: 93px;
    margin-right: 0.5rem; }
    @media (min-width: 768px) {
      .loader__bar {
        width: 155px; } }
  .loader__progress {
    position: relative;
    top: 1px;
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .loader__progress {
        height: 3px; } }

.section {
  padding-bottom: 2.6rem; }
  @media (min-width: 768px) {
    .section {
      padding-bottom: 5rem; } }

.section-header {
  position: relative; }
  .section-header__title {
    margin: 1.6rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .section-header__title {
        margin: 2.6rem 0;
        font-size: 1.5625rem; } }
  .section-header__nav {
    margin: 1.6rem -20px;
    overflow: auto; }
    @media (min-width: 768px) {
      .section-header__nav {
        margin: 2.6rem 0; } }
    .section-header__nav ul {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media (min-width: 768px) {
        .section-header__nav ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .section-header__nav ul li {
        padding: 0 1rem; }
        @media (min-width: 768px) {
          .section-header__nav ul li {
            padding: 0 2rem; } }
        .section-header__nav ul li:first-child a {
          margin-left: 3px; }
        .section-header__nav ul li:last-child a {
          margin-right: 3px; }
        .section-header__nav ul li a {
          display: block;
          color: #58595B;
          border-bottom: 1px solid transparent;
          white-space: nowrap; }
          @media (min-width: 768px) {
            .section-header__nav ul li a {
              font-size: 1.125rem; } }
          .section-header__nav ul li a:hover, .section-header__nav ul li a.active {
            font-weight: bold;
            color: #111;
            border-bottom: 1px solid #58595B; }
  .section-header.--dark .section-header__title {
    color: #fff; }
  .section-header.--dark .section-header__nav ul li a {
    color: #fff; }
    .section-header.--dark .section-header__nav ul li a:hover, .section-header.--dark .section-header__nav ul li a.active {
      border-bottom: 1px solid #fff; }

.footer {
  position: relative;
  padding: 3rem 0;
  background-color: #000;
  color: #fff; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }
  .footer > .container {
    max-width: 1140px; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (min-width: 576px) {
      .footer__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .footer__col {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .footer__col:first-child {
        border-right: 1px solid #fff; } }
  .footer__logo {
    max-width: 40%; }
    @media (min-width: 576px) {
      .footer__logo {
        max-width: 30%; } }
    @media (min-width: 768px) {
      .footer__logo {
        max-width: 13.625rem; } }
  .footer__info {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__info {
        margin-bottom: 1rem;
        text-align: left; } }
  .footer__copy {
    font-size: 0.9375rem;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__copy {
        margin-top: 3rem; } }

.social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social li {
    display: inline-block;
    margin-right: 2rem; }
    .social li:last-child {
      margin-right: 0; }

.section-main.--clients, .section-main.--contact {
  padding-bottom: 2.6rem; }
  @media (min-width: 768px) {
    .section-main.--clients, .section-main.--contact {
      padding-bottom: 5rem; } }

.section-banner {
  background-color: #000; }

.banner__item {
  width: 100%;
  height: 100%;
  padding-bottom: 157%; }
  @media (min-width: 768px) {
    .banner__item {
      height: auto;
      padding-bottom: 64.252%; } }
  @media (min-width: 992px) {
    .banner__item {
      padding-bottom: 44.252%; } }

.banner__link {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.banner__image {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  .banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .banner__image video {
    width: 100%;
    -webkit-transform: scale(1.002);
    -ms-transform: scale(1.002);
    transform: scale(1.002); }

.portfolio-places .grid-item figure:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1; }

.portfolio-places .grid-item figure .portfolio-img {
  position: relative;
  padding-bottom: 70.1%; }
  .portfolio-places .grid-item figure .portfolio-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.portfolio-places .grid-item:nth-child(3) figure .portfolio-img, .portfolio-places .grid-item:nth-child(7) figure .portfolio-img {
  padding-bottom: 142.8%; }

.portfolio-places .grid-item figcaption {
  padding: 0; }

.portfolio-places .grid-item .portfolio-hover-main {
  padding: 45px;
  background-color: rgba(128, 129, 131, 0.5); }

.tab-content-story .fade:not(.show) {
  opacity: 1; }

.tab-content-story > .tab-pane .grid-item {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.tab-content-story > .tab-pane.show .grid-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }

.portfolio-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .portfolio-story figure .portfolio-img {
    position: relative;
    padding-bottom: 81%; }
    .portfolio-story figure .portfolio-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; }
  .portfolio-story figcaption .portfolio-hover-main,
  .portfolio-story figcaption .portfolio-hover-box {
    display: block; }
  .portfolio-story figcaption span, .portfolio-story figcaption p {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .portfolio-story figcaption p {
    margin-bottom: 0; }

.contact {
  position: relative;
  padding-bottom: 157%;
  background: #000 url("../images/home_contact_m@2x.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .contact {
      padding-bottom: 0;
      background-image: url("../images/home_contact.jpg");
      background-size: auto 347.7px;
      height: 347.7px; } }
  @media (min-width: 992px) {
    .contact {
      background-size: auto 570px;
      height: 570px; } }
  .contact__action {
    bottom: 4%;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .contact__action {
        bottom: 23%;
        left: auto;
        width: auto;
        text-align: left; } }
  .contact .btn-contact {
    min-width: 8.75rem;
    color: #fff;
    background-color: #808183;
    opacity: 0.85;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s; }
    @media (min-width: 768px) {
      .contact .btn-contact {
        min-width: 10rem;
        padding: .5rem 1rem;
        font-size: 1.03125rem; } }
    .contact .btn-contact:hover {
      opacity: 1; }

.section-about {
  background-color: #000; }

@media (min-width: 768px) {
  .about {
    background: url("../images/about/header_no_star.jpg") 50% 0% no-repeat;
    background-attachment: fixed;
    background-size: cover; } }

@media (min-width: 992px) {
  .about {
    background-size: 1600px auto; } }

.about__star {
  top: 0;
  left: 50%;
  position: fixed;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: star 2s infinite;
  animation: star 2s infinite; }

.about * {
  color: #fff; }

@-webkit-keyframes star {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes star {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.about-header {
  position: relative; }
  @media (max-width: 767px) {
    .about-header {
      background: url("../images/about/header_m@2x.jpg") 50% 100% no-repeat;
      background-size: 100% auto; } }
  @media (min-width: 768px) {
    .about-header {
      min-height: 685.1px; } }
  .about-header__slogan {
    padding-top: 1.5rem; }
    .about-header__slogan img {
      max-width: 66%; }
      @media (min-width: 768px) {
        .about-header__slogan img {
          max-width: 513.4px; } }
  @media (max-width: 767px) {
    .about-header__symbol {
      margin: 12% 0 8%;
      text-align: center; }
      .about-header__symbol img {
        width: 66%; } }
  .about-header__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .about-header__desc {
        padding-bottom: 63%; } }
    .about-header__desc p {
      margin-bottom: 0;
      font-weight: 300;
      line-height: 1.8;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        .about-header__desc p {
          font-size: 1.0625rem;
          line-height: 2; } }

.about-content {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4.5rem;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.88)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.88) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.88) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.88) 100%);
  text-align: center;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .about-content {
      padding-top: 105.4px;
      padding-bottom: 221.85px; } }

.about-block-heading {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.85938rem;
  font-weight: 100; }
  @media (min-width: 768px) {
    .about-block-heading {
      margin-bottom: 2rem;
      font-size: 2.44375rem; } }
  .about-block-heading:after {
    position: relative;
    bottom: 3px;
    display: block;
    content: "";
    border-bottom: 1px solid #fff; }

.about-block {
  margin-bottom: 2.5rem; }
  .about-block__symbol {
    margin: 0.25rem 0;
    -webkit-transform: scale(0.7225);
    -ms-transform: scale(0.7225);
    transform: scale(0.7225); }
    @media (min-width: 768px) {
      .about-block__symbol {
        margin: 0.75rem 0;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85); } }
  .about-block__title {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.59375rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .about-block__title {
        margin-top: 1rem;
        font-size: 2.125rem; } }
  .about-block__desc {
    margin-bottom: 2rem;
    font-size: 0.95625rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .about-block__desc {
        margin-bottom: 2.5rem;
        font-size: 1.22188rem; } }
  .about-block__row {
    max-width: 782px;
    margin: 1rem auto 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .about-block__row {
        margin-top: 1.5rem; } }
    .about-block__row [class*="col"] {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .about-block__row [class*="col"]:first-child {
        padding-right: 1.5rem; }
        @media (min-width: 768px) {
          .about-block__row [class*="col"]:first-child {
            padding-right: 2.92188rem; } }
      .about-block__row [class*="col"]:last-child {
        padding-left: 1.5rem;
        border-right: 0; }
        @media (min-width: 768px) {
          .about-block__row [class*="col"]:last-child {
            padding-left: 2.92188rem; } }
    .about-block__row.--consumer img {
      max-width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .about-block__row.--consumer img {
          max-width: 221px;
          margin-bottom: 2rem; } }
    .about-block__row.--consumer p {
      line-height: 1; }
    @media (max-width: 767px) {
      .about-block__row.--about {
        margin-top: -1.25rem; } }
    .about-block__row.--about [class*="col"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .about-block__row.--about [class*="col"] {
          padding-top: 1rem;
          padding-bottom: 1rem;
          border-right: 0; } }
      @media (max-width: 767px) {
        .about-block__row.--about [class*="col"]:first-child {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .about-block__row.--about [class*="col"]:last-child {
          padding-left: 0; } }
    .about-block__row p {
      margin-bottom: 0;
      font-size: 0.95625rem;
      font-weight: 300; }
      @media (min-width: 768px) {
        .about-block__row p {
          font-size: 1.22188rem; } }
  .about-block__block-text {
    width: 100%;
    padding: 2.5rem;
    font-weight: 400 !important;
    line-height: 2.2; }
    @media (min-width: 768px) {
      .about-block__block-text {
        margin-bottom: 2.125rem !important;
        background-color: rgba(128, 129, 131, 0.5);
        line-height: 1.6;
        text-align: left; } }
  .about-block__hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .about-block__hr:before {
        display: inline-block;
        content: "";
        margin: 0 auto;
        height: 42.5px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); } }
  .about-block__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .about-block__list {
        margin-left: -2.5rem; } }
    .about-block__list td {
      padding-bottom: 2rem; }
      .about-block__list td:first-child {
        text-align: center; }
    .about-block__list img {
      -webkit-transform: scale(0.7225);
      -ms-transform: scale(0.7225);
      transform: scale(0.7225); }
      @media (min-width: 768px) {
        .about-block__list img {
          -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
          transform: scale(0.85); } }
    .about-block__list h4 {
      margin-bottom: .375rem;
      font-size: 1.00937rem; }
      @media (min-width: 768px) {
        .about-block__list h4 {
          font-size: 1.22188rem; } }
    .about-block__list p {
      font-size: 0.79688rem;
      font-weight: 400;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        .about-block__list p {
          font-size: 0.95625rem; } }

.section-more {
  position: relative;
  overflow: hidden; }
  .section-more:before {
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    position: absolute;
    content: "";
    background-color: #fff; }

.article-banner {
  position: relative;
  margin-bottom: 2.6rem;
  padding-bottom: 36%; }
  @media (max-width: 767px) {
    .article-banner {
      margin-left: -20px;
      margin-right: -20px;
      padding-bottom: 72%; } }
  .article-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.article__image {
  height: 215px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .article__image {
      height: 335px; } }
  @media (min-width: 992px) {
    .article__image {
      height: 450px; } }
  @media (min-width: 1200px) {
    .article__image {
      height: 600px; } }

.article__parallax {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%; }
  @media (min-width: 1024px) {
    .article__parallax {
      height: calc(100% + 23px); } }

.article__content {
  position: relative;
  max-width: 780px;
  margin: 0 auto 1rem;
  padding: 2.5rem 20px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .article__content {
      padding: 2.5rem 3.125rem; } }
  @media (min-width: 992px) {
    .article__content {
      margin: -4.375rem auto 4.375rem; } }

.article__header {
  margin-bottom: 3.75rem; }

.article__date {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem; }

.article__title {
  margin-bottom: 0;
  font-size: 1.4375rem; }

.article__body {
  font-size: 0.9375rem; }
  .article__body img {
    max-width: 100% !important;
    height: auto !important; }
  .article__body h1, .article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6 {
    margin-top: 2rem;
    margin-bottom: 1.6rem; }
  .article__body p, .article__body pre {
    margin-bottom: 1.6rem;
    font-weight: 400 !important; }
  .article__body .youtube-embed-wrapper {
    margin-bottom: 1.6rem;
    padding-top: 0 !important; }

.article__footer {
  margin-top: 2.5rem;
  text-align: center; }
  @media (min-width: 992px) {
    .article__footer {
      margin-top: 5rem; } }

.place-banner {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 2.6rem; }
  .place-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.place-swiper .swiper-container {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #000; }

.place-swiper .swiper-slide-active .swiper-image {
  opacity: 1; }
  .place-swiper .swiper-slide-active .swiper-image img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.place-swiper .swiper-slide-active .swiper-title-group {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .place-swiper .swiper-slide-active .swiper-title-group .swiper-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .place-swiper .swiper-slide-active .swiper-title-group .swiper-desc {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.place-swiper .swiper-slide-next .swiper-title-group {
  -webkit-transform: translateY(-75vh);
  -ms-transform: translateY(-75vh);
  transform: translateY(-75vh); }
  .place-swiper .swiper-slide-next .swiper-title-group .swiper-title {
    opacity: 0.15;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .place-swiper .swiper-slide-next .swiper-title-group .swiper-desc {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.place-swiper .swiper-image {
  top: 50%;
  left: 22.9%;
  position: absolute;
  width: 120%;
  padding-bottom: 67%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1.6s;
  -o-transition: opacity 1.6s;
  transition: opacity 1.6s; }
  @media (min-width: 768px) {
    .place-swiper .swiper-image {
      left: 26.9%; } }
  @media (min-width: 992px) {
    .place-swiper .swiper-image {
      width: 49.3%;
      padding-bottom: 26%; } }
  @media (min-width: 992px) {
    .place-swiper .swiper-image:hover:before {
      opacity: 0; }
    .place-swiper .swiper-image:hover img {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); } }
  .place-swiper .swiper-image:before {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 110%;
    height: 110%;
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s; }
  .place-swiper .swiper-image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  .place-swiper .swiper-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s; }

.place-swiper .swiper-title-group {
  top: 50%;
  left: 21px;
  position: absolute;
  width: 80%;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s; }
  @media (min-width: 576px) {
    .place-swiper .swiper-title-group {
      left: 19.8%;
      width: 70%; } }
  @media (min-width: 992px) {
    .place-swiper .swiper-title-group {
      width: 50%; } }
  .place-swiper .swiper-title-group .swiper-title,
  .place-swiper .swiper-title-group .swiper-desc {
    color: #fff; }
  .place-swiper .swiper-title-group .swiper-title {
    margin-left: -1px;
    margin-bottom: 0.5rem;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1;
    font-size: 2.5rem;
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }
    @media (min-width: 576px) {
      .place-swiper .swiper-title-group .swiper-title {
        font-size: 3.5rem; } }
    @media (min-width: 992px) {
      .place-swiper .swiper-title-group .swiper-title {
        font-size: 5rem; } }
  .place-swiper .swiper-title-group .swiper-desc {
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s; }

.place-swiper .swiper-container-initialized .swiper-count {
  opacity: 1; }
  @media (max-width: 575px) {
    .place-swiper .swiper-container-initialized .swiper-count {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media (min-width: 576px) {
    .place-swiper .swiper-container-initialized .swiper-count {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.place-swiper .swiper-count {
  z-index: 3;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s; }
  @media (max-width: 575px) {
    .place-swiper .swiper-count {
      bottom: 4%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); } }
  @media (min-width: 576px) {
    .place-swiper .swiper-count {
      top: 50%;
      left: 6.6%;
      position: absolute;
      -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
      transform: translateY(-200%); } }

.section-contant-header {
  background-color: #000;
  text-align: center; }

.contact-form {
  padding: 2rem 0;
  border-top: 2px solid #58595B;
  border-bottom: 2px solid #58595B; }
  .contact-form__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .contact-form__action {
        margin-bottom: 2rem; } }
    .contact-form__action [class*="col"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .contact-form__action .btn {
      margin-top: 1.5rem; }
      @media (min-width: 576px) {
        .contact-form__action .btn {
          margin-top: 0;
          margin-bottom: 0.125rem; } }
    .contact-form__action .error {
      left: 15px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

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

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

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

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

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

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

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #808183;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #111;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 5px 7px;
      background: #DDD;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #808183; }

.sk-bounce {
  margin-left: -5px; }

.mfp-close-btn-in .mfp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  top: 1rem;
  right: .75rem; }
  @media (min-width: 576px) {
    .mfp-close-btn-in .mfp-close {
      right: 1rem; } }
  @media (min-width: 1200px) {
    .mfp-close-btn-in .mfp-close {
      right: 1.5rem; } }
  .mfp-close-btn-in .mfp-close i {
    top: 0;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .mfp-close-btn-in .mfp-close i {
        font-size: 2rem; } }

.mfp-container {
  padding: 0; }

.owl-theme button:focus {
  outline: 0; }

.owl-theme .owl-nav {
  margin-top: 0; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    color: #000;
    background-color: transparent; }
  .owl-theme .owl-nav button.owl-prev,
  .owl-theme .owl-nav button.owl-next {
    top: 50%;
    position: absolute;
    color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .owl-theme .owl-nav button.owl-prev {
    left: -72px; }
  .owl-theme .owl-nav button.owl-next {
    right: -72px; }
  .owl-theme .owl-nav .disabled {
    display: none; }

.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem; }

.owl-theme-slide .owl-nav,
.owl-theme-slide .owl-dots {
  right: 0;
  bottom: 3%;
  left: 0;
  position: absolute;
  height: 24px;
  margin: 0 auto; }

.owl-theme-slide .owl-nav {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
  padding: 0 20px; }
  .owl-theme-slide .owl-nav [class*='owl-']:hover {
    opacity: 0.5; }
  .owl-theme-slide .owl-nav button.owl-prev,
  .owl-theme-slide .owl-nav button.owl-next {
    width: 10%;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s; }
    @media (min-width: 768px) {
      .owl-theme-slide .owl-nav button.owl-prev,
      .owl-theme-slide .owl-nav button.owl-next {
        width: auto; } }
    .owl-theme-slide .owl-nav button.owl-prev img,
    .owl-theme-slide .owl-nav button.owl-next img {
      position: relative;
      top: -1px;
      width: 100%; }
      @media (min-width: 768px) {
        .owl-theme-slide .owl-nav button.owl-prev img,
        .owl-theme-slide .owl-nav button.owl-next img {
          width: auto; } }

.owl-theme-slide .owl-dots {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 70%;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .owl-theme-slide .owl-dots {
      max-width: 440px; } }
  .owl-theme-slide .owl-dots:before {
    top: 50%;
    right: 20px;
    left: 20px;
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    opacity: 0.8;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .owl-theme-slide .owl-dots:before {
        border-bottom: 2px solid #fff; } }
  .owl-theme-slide .owl-dots .owl-dot {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s; }
    @media (min-width: 768px) {
      .owl-theme-slide .owl-dots .owl-dot {
        height: 4px; } }
    .owl-theme-slide .owl-dots .owl-dot:hover {
      opacity: .5; }
    .owl-theme-slide .owl-dots .owl-dot.active {
      opacity: 1; }

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