body,
.link {
    font-size: 21px;
}

h1 {
    font-size: 36px;
}

a {
    color: black;
    font-weight: bold;
}

img {
    height: auto;
}


@media (max-width: 767px) {
    body,
    .link {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Menu */

.header .header-logo {
    transform: scale(0.8);
    margin-left: 40px;
    margin-top: 40px;
}

.w-icon-nav-menu {
    font-size: 30px;
}

.w-nav-menu div a:hover {
    text-decoration: none;
}

.w-nav-menu div {
    line-height: 26px;
}

a.menu-link div {
    font-size: 20px;
    line-height: 24px;
}

.w-nav-button {
    z-index: 1001;
    position: absolute;
    right: 10px;
    top: 10px;
}

.v02-link100 {
    margin-bottom: 50px;
}

@media (max-width: 479px), (max-width: 820px) and (orientation: landscape) {
    .header.w-nav,
    nav.w-nav-menu {
        display: none;
        width: 100%;
    }

    .w-nav-menu div {
        margin-right: 10px;
    }

    nav.nav-menu.w--nav-menu-open {
        display: block;
        top: 0;
        padding-top: 100px;
        width: 100%;
        height: 100%;
        padding-right: 16px;
    }

    nav.w-nav-menu {
        position: fixed;
        top: 70px;
        text-align: right;
    }

    .w--nav-menu-open {
        background: rgba(0,0,0,0.4);
    }

    .w-nav-overlay .w--nav-menu-open {
        top: 100px;
        color: black;
    }

    .w-nav-menu a {
        color: black;
        background: white;
        padding-right: 8px;
    }
}

#whats-news .w-slider-mask .img-slide-mask img {
    height: auto;
    width: 100%;
    margin-top: -28%;
}

@media (max-width: 767px) {
    .slider-nav {
        margin-bottom: 15px;
    }
}

.w-slider-nav {
    z-index: 3000;
    height: 20px;
}

@media (max-width: 479px), (max-width: 820px) and (orientation: landscape) {
    .img-slide-mask {
        position: relative;
        padding: 0;
    }

    #whats-news .w-slider-mask .img-slide-mask img {
        margin-top: 0;
        height: 100%;
        width: 100%;
    }

    #whats-news .w-slide {
        /* height: 268px; */
    }

    .slider-txt-b {
        position: absolute;
        top: 0px;
        padding-bottom: unset;
        bottom: unset;
    }
}

.slider-txt {
    width: 100%;
}

.slider-txt-b {
    padding-bottom: 4%;
}

/* News */

.news-link-b,
.news-expand-btn,
.content-b.vrtour {
    margin-top: 60px;
}

.news-cat,
.vrtour-cat {
    padding-top: 1px;
    padding-bottom: 30px;
}

.news-cat a div,
.vrtour-cat a div {
    font-size: 26px;
}

.news-cat div,
.vrtour-cat div {
    float: left;
    margin-right: 30px;
    font-size: 32px;
    font-weight: bold;
}

.news-cat .news-cat-item,
.vrtour-cat .vr-cat-item,
.news-pagination .news-page-item  {
    color: black;
}

/* .news-cat a:hover .news-cat-item,
.news-pagination a:hover .news-page-item {
    color: #666666;
    text-decoration: underline;
} */

.news-cat .news-cat-item p,
.vrtour-cat .vr-cat-item p {
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 100;
}

.news-cat .news-cat-item .news-cat-line,
.vrtour-cat .vr-cat-item .news-cat-line {
    border-bottom: solid 1px black;
}

a.news-link-b:hover {
    color: #666666;
    text-decoration: none !important;
}

.news-pagination {
    width: 100%;
    /* margin: auto; */
    margin-top: 20px;
}

.news-page-item.prev,
.news-page-item.next {
    display: inline;
}

.news-page-no {
    height: 27px;
    display: inline;
}

.news-page-item {
    float: left;
    margin-right: 20px;
}

.news-img-container {
    text-decoration: none !important;
}

/* Partners */

.partners-link {
    min-height: 140px;
}

.section-content.partners {
    margin-top: 40px;
}

.section-content.partners .w-slider-nav {
    padding-top: 40px;
    margin-bottom: -10px;
}

@media (max-width: 767px) {
    .partners-link {
        min-height: 90px;
        width: 50%;
    }
}

/* Footer */

.section-content.footer {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .section-content.footer,
    .link {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer-info-b {
    width: 100%;
    margin-top: 40px;
}

.footer-info-b a:hover,
.footer-info-b a:focus,
.footer-disclaimer a {
    text-decoration: none;
}

.footer-disclaimer {
    margin-top: unset;
    margin-left: unset;
}

.footer-info-b p {
    padding: 0;
    margin: 0;
}

.footer-copyright-b div {
    display: inline;
}

.footer-copyright-b div.footer-copyright-container {
    display: block;
}

@media (max-width: 769px) {
    .footer-copyright-container {
        display: block;
    }
}

.modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    position: fixed;
    top: 0;
    display: none;
}

.popup-container {
    background: white;
    color: black;
    width: 75%;
    /* height: 60%; */
    margin: auto;
    margin-top: 100px;
    padding: 30px 60px;
    position: relative;
    overflow: scroll;
}

.section-content.contact {
    background: #ebebeb
}

.section-content.contact div {
    font-size: 21px;
    line-height: 36px;
    font-weight: 500;
    text-decoration: none;
}

.section-content.contact div#map {
    top: 1px;
}


.section-content.contact div.map-b {
    margin-bottom: 50px;
}

.section-content.contact p {
    margin: 0;
    padding: 0;
}

.section-content.contact a:hover,
.footer-sitemap .nav-menu a:hover,
.footer-sitemap .nav-menu a:focus {
    text-decoration: none;
}

.section-content.footer {
    background: #555;
    color: white;
    z-index: 1005;
}

@media (max-width: 769px) {
    .popup-container {
        width: 75%;
        font-size: 16px;
        padding: 20px 30px;
    }
}

@media (max-width: 479px), (max-width: 820px) and (orientation: landscape) {
    .popup-container {
        width: 95%;
    }

    .w-icon-nav-menu:before {
        content: "\e602" !important;
    }

    .header {
        z-index: 1;
        height: 10px;
    }

    .all {
        z-index: 0;
    }

    .nav-menu {
        z-index: 3000 !important;
    }

    .w-nav-button,
    .w-icon-nav-menu {
        z-index: 3001 !important;
    }

    .w-nav-button {
        width: 100%;
        background: #fff;
        right: 0;
        top: 0;
    }

    .w-icon-nav-menu {
        float: right;
    }

    .header.w-nav .header-logo {
        transform: scale(0.2);
        margin-left: -50px;
        z-index: 3003;
        margin-top: -60px;
    }
}

.section-content.img-slider-b,
.w-slider-mask,
.section-content.partners,
#contact .map-b,
#contact .section-content {
    z-index: 0 !important;
}

.img-slider {
    background: none;
}

.close-popup {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 50px;
    cursor: pointer;
}

.close-button {
    height: 25px;
    line-height: 10px;
}

.close-button:hover {
    background: black;
    color: white;
}

.white {
    color: white;
}

.bg-white {
    background: white;
}

.bg-black {
    background: black;
}

.underline {
    text-decoration: underline;
}

.footer-txt-b {
    display: block;
    text-align: right;
}

.footer-copyright-b {
    float: right;
}

.footer-copyright-container {
    position: absolute;
    right: 0;
    top: 180px;
    margin-right: 48px;
}

.footer-copyright-b {
    padding-right: 48px;
}

.page-num-line {
    height: 1px;
}

@media (max-width: 767px) {
    .footer-copyright-b {
        margin-top: unset;
    }

    .footer-copyright-container {
        top: 125px;
    }
}

@media (max-width: 479px), (max-width: 820px) and (orientation: landscape) {
    .footer-copyright-b {
        padding-right: unset;
        position: absolute;
        top: 34px;
        right: 30px;
    }

    .footer-copyright-container {
        margin-right: 30px;
    }
}

.fixed {
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

.header.nav-menu {
    top: unset;
    width: unset;
}

#whats-news .w-slider-mask {
    background: #555;
}

@media (max-width: 479px), (max-width: 820px) and (orientation: landscape) {
    .header {
        top: 0;
    }
}

.lang a {
    font-weight: normal;
}

a.proposal-link {
    color: #F05A22;
    text-decoration: none;
}

a.proposal-link:hover {
    text-decoration: none;
}

a.proposal-link p {
    margin-bottom: -30px;
}

a.proposal-link p {
    margin-bottom: -30px;
}

@media (max-width: 767px) {
    a.proposal-link p {
        margin-bottom: -10px;
    }
}

.v02-btn-readmore {
  margin-top: 30px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  text-decoration: none;
}
.v02-btn-readmore-toggle {
  margin-top: 30px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  text-decoration: none;
}

.v02-btn-readmore:hover {
  opacity: 0.5;
}
.v02-btn-readmore-toggle:hover {
  opacity: 0.5;
}

.v02-btn-readmore-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v02-btn-more-arrow {
  display: block;
  margin-left: 20px;
}

.v02-pop-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 40px 100px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.v02-pop-box-b {
  padding-top: 50px;
  background-color: #fff;
  font-size: 21px;
  line-height: 27px;
}

.v02-pop-container {
  max-width: none;
  padding-right: 50px;
  padding-left: 50px;
}

.v02-pop-bottom-50 {
  margin-bottom: 50px;
}

.v02-pop-case-num {
  font-weight: 500;
}

.v02-pop-title-b {
  width: 50%;
}

.v02-pop-key-img {
  padding-top: 56.25%;
  background-image: url('../images/slider-img04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.v02-img-full {
  display: block;
  width: 100%;
}

.v02-pop-wrap {
  position: relative;
  overflow: auto;
  max-height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.v02-pop-75-right {
  width: 75%;
  float: right;
}

.v02-pop-para-subtitle {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
}

.v02-pop-slider-b {
  overflow: hidden;
  margin-right: -50px;
}

.v02-pop-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: right;
}

.v02-pop-slider.slider-66 {
  width: 66.66666666666667%;
}

.v02-pop-slide {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.v02-pop-slide.slide-half {
  width: 50%;
}

.v02-pop-slide.slide-66 {
  padding-right: 5px;
  padding-left: 5px;
}

.v02-pop-slide-img {
  width: 100%;
}

.v02-pop-slider-arrow {
  position: static;
  display: inline-block;
  width: 13px;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 15px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.v02-pop-slider-arrow:hover {
  opacity: 0.5;
}

.v02-pop-slider-arrow.left {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-left: -20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.v02-pop-slider-arrow.right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: -20px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.v02-pop-slider-mask {
  overflow: visible;
}

.v02-pop-slider-num-txt {
  display: inline-block;
}

.v02-pop-slider-num-b {
  margin-top: 15px;
  float: left;
  font-weight: 400;
}

.v02-pop-filled-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.v02-pop-filled-section.adaptation {
  background-image: url('../images/v02-pop-bg-gradient.png'), url('../images/v02-pop-bg-mesh.png');
  background-position: 100% 0%, 0% 0%;
  background-size: 864px, 864px;
  background-repeat: no-repeat, no-repeat;
}

.v02-pop-filled-section.result {
  padding-bottom: 150px;
  background-color: #ebebeb;
}

.v02-pop-adaptation-item-wrap {
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
}

.v02-pop-adaptation-item-b {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.v02-pop-adaptation-img-b {
  margin-bottom: 25px;
}

.v02-pop-result {
  padding-top: 50px;
  padding-bottom: 50px;
}

.v02-pop-case-heading {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.v02-pop-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 50px;
  background-image: url('../images/pop-icon-close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.v02-pop-btn-close:hover {
  opacity: 0.5;
}

.v02-pop-75-left {
  width: 75%;
  float: left;
}

.v02-pp-slider-nav {
  position: static;
  margin-bottom: 10px;
}

.v02-pop-slider-vid-item-b {
  margin-bottom: 25px;
}

.v02-link100 {
  display: block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.v02-link100:hover {
  opacity: 0.5;
}

.v02-num-slide-b {
  width: 75%;
  float: right;
}


@media screen and (max-width: 767px) {
  .v02-pop-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .v02-pop-box-b {
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .v02-pop-title-b {
    width: 100%;
  }
  .v02-pop-para-subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .v02-pop-slider-b {
    margin-right: 0px;
  }
  .v02-pop-slider.slider-66 {
    width: 100%;
  }
  .v02-pop-slide.slide-half {
    width: 100%;
  }
  .v02-pop-slide.slide-66 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v02-pop-slider-arrow {
    margin-top: 10px;
  }
  .v02-pop-slider-mask {
    overflow: hidden;
  }
  .v02-pop-slider-num-b {
    margin-top: 8px;
  }
  .v02-pop-filled-section.adaptation {
    background-size: 767px, 767px;
  }
  .v02-pop-filled-section.result {
    padding-bottom: 60px;
  }
  .v02-pop-adaptation-item-b {
    width: 100%;
    float: none;
  }
  .v02-pop-adaptation-img-b {
    margin-bottom: 15px;
  }
  .v02-pop-case-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .v02-pop-btn-close {
    margin-top: 25px;
  }
  .v02-pop-slider-vid-item-b {
    margin-bottom: 15px;
  }
  .v02-num-slide-b {
    width: auto;
    float: none;
  }
  .v02-pop-75-right {
  width: 100%;
  float: right;
  }
}

@media screen and (max-width: 991px) {
    .v02-pop-b {
    padding-right: 5%;
    padding-left: 5%;
  }
  .v02-pop-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .v02-pop-bottom-50 {
    margin-bottom: 30px;
  }
  .v02-pop-para-subtitle {
    margin-bottom: 20px;
  }
  .v02-pop-slider-arrow {
    width: 10px;
  }
  .v02-pop-filled-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v02-pop-filled-section.result {
    padding-bottom: 90px;
  }
  .v02-pop-case-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .v02-pop-btn-close {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .v02-pop-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .v02-pop-box-b {
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .v02-pop-title-b {
    width: 100%;
  }
  .v02-pop-para-subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .v02-pop-slider-b {
    margin-right: 0;
  }
  .v02-pop-slide.slide-half {
    width: 100%;
  }
  .v02-pop-slider-arrow {
    margin-top: 10px;
  }
  .v02-pop-slider-num-b {
    margin-top: 8px;
  }
  .v02-pop-filled-section.adaptation {
    background-size: 767px, 767px;
  }
  .v02-pop-filled-section.result {
    padding-bottom: 60px;
  }
  .v02-pop-adaptation-item-b {
    width: 100%;
    float: none;
  }
  .v02-pop-adaptation-img-b {
    margin-bottom: 15px;
  }
  .v02-pop-case-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .v02-pop-btn-close {
    margin-top: 25px;
  }
  .v02-pop-slider-vid-item-b {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
    .v02-pop-75-right {
    width: 100%;
    float: none;
  }
  .v02-pop-slider-arrow {
    width: 8px;
  }
  .v02-pop-filled-section.adaptation {
    background-size: 479px, 479px;
  }
  .v02-pop-75-left {
    width: 100%;
    float: none;
  }
  .v02-num-slide-b {
    width: 100%;
    float: none;
  }
}

.v02-pop-slide {
    padding-right: 1px;
}