@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/* mobile */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none; }

h1, h2, h3, h4, h5, h {
  font-weight: normal; }

html, body {
  height: 100%; }

html {
  font-size: 10px; }
  @media all and (max-height: 769px) {
    html {
      font-size: 9px; } }

body {
  overflow-x: hidden;
  transition: all 0.3s linear;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #212121;
  position: relative; }
  body p {
    color: #212121;
    line-height: 2.2rem;
    padding-bottom: 2.5rem; }
  body a, body a[href^="tel:"] {
    text-decoration: none;
    color: #212121; }
  body img {
    display: inline-block;
    max-width: 100%; }
  body .wrapper {
    overflow: hidden;
    max-width: 100%; }
    @media all and (min-width: 1241px) {
      body .wrapper {
        margin: 0 auto; } }
    @media all and (max-width: 1240px) {
      body .wrapper {
        margin: 0 10px; } }
  body .container {
    max-width: 100%;
    margin: 0 auto; }
  body .reset {
    list-style: none;
    margin: 0;
    padding: 0; }
  body .trans, body a, body a[href^="tel:"] {
    transition: all 0.3s ease; }

.drop-arrow {
  width: 33px;
  height: 121px;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: 0% -121px;
  display: block;
  transition: all 0.3s ease; }

.drop-arrow {
  margin-bottom: 4rem; }
  @media all and (max-width: 520px) {
    .drop-arrow {
      height: 70px;
      background-position: 0 -50px !important; } }
  .drop-arrow:hover {
    transform: translateY(2rem); }

@media all and (max-width: 520px) {
  .slide.home-page .drop-arrow {
    background-position: 0 -172px !important; } }

header {
  position: fixed;
  padding: 4rem 4rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  @media all and (max-width: 640px) {
    header {
      padding: 4rem 2rem; } }
  header .hamburger {
    padding-top: 10px;
    position: relative;
    display: inline-block;
    z-index: 3;
    width: 36px;
    height: 24px; }
    header .hamburger .hamburger-inner, header .hamburger .hamburger-inner:after, header .hamburger .hamburger-inner:before {
      position: absolute;
      width: 36px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      background-color: #fff; }
    header .hamburger .hamburger-inner:after, header .hamburger .hamburger-inner:before {
      display: block;
      content: ""; }
    header .hamburger .hamburger-inner:before {
      top: -9px; }
    header .hamburger .hamburger-inner:after {
      bottom: -8px; }
    header .hamburger:hover .hamburger-inner, header .hamburger:hover .hamburger-inner:after, header .hamburger:hover .hamburger-inner:before {
      background-color: #fff; }
    header .hamburger.active {
      padding-top: 0px;
      padding-top: 0px; }
      header .hamburger.active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
      header .hamburger.active .hamburger-inner:before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0; }
      header .hamburger.active .hamburger-inner:after {
        transform: translate3d(0, -8px, 0) rotate(-90deg); }
  header .mnu-bg {
    background-color: #95b0b8;
    position: fixed;
    top: 0;
    left: 0;
    right: 100%;
    transition: all 0.3s ease-in;
    bottom: 0;
    z-index: -1; }
  header > div {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 9px; }
    @media all and (max-width: 520px) {
      header > div {
        flex: 0 0 38%;
        max-width: 38%; } }
  header > section:not(.mnu-bg):not(.cont-bg) {
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 520px) {
      header > section:not(.mnu-bg):not(.cont-bg) {
        flex: 0 0 62%;
        max-width: 62%; } }
    header > section:not(.mnu-bg):not(.cont-bg) > div:first-child a {
      opacity: 0;
      width: 92px;
      height: 53px;
      position: relative;
      display: block;
      top: -20px;
      transition: all 0.3s ease-in;
      z-index: 3; }
    header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont {
      padding-top: 18px;
      padding-top: 0; }
      header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont a {
        color: #fff;
        font-weight: 600; }
        header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont a:hover {
          color: #eae8e5; }
      header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont .hamburger {
        opacity: 0;
        transition: all 0.6s ease;
        position: absolute;
        left: 100%;
        right: initial; }
      header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont.active > a {
        display: none; }
      header > section:not(.mnu-bg):not(.cont-bg) > div:first-child + div.soc-cont.active .hamburger {
        display: block; }
  header > nav.main-nav {
    position: absolute;
    z-index: 1;
    width: 350px;
    bottom: 0;
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2.5rem;
    left: 4rem;
    left: -350px;
    transition: all 0.3s ease-in; }
    @media all and (max-width: 640px) {
      header > nav.main-nav {
        justify-content: center; } }
    header > nav.main-nav * {
      transition: all 0.3s ease-in; }
    header > nav.main-nav ul li {
      padding-bottom: .5rem; }
      header > nav.main-nav ul li a {
        font-size: 4rem;
        color: #fff;
        font-weight: bold; }
        @media all and (max-width: 640px) {
          header > nav.main-nav ul li a {
            font-size: 2.5rem; } }
        header > nav.main-nav ul li a:hover {
          color: #436168; }
      @media all and (max-width: 640px) {
        header > nav.main-nav ul li {
          padding-bottom: .5rem; } }
      header > nav.main-nav ul li:first-child a {
        width: 38px;
        height: 43px;
        display: inline-block;
        background-size: cover;
        text-indent: 9999px;
        overflow: hidden;
        background: url(../images/icon_home.svg) 0 0 no-repeat !important;
        background-size: 51px 43px; }
        header > nav.main-nav ul li:first-child a i {
          display: none; }
        @media all and (max-width: 640px) {
          header > nav.main-nav ul li:first-child a {
            width: 40px;
            height: 34px;
            background-size: cover; } }

.cont-nav {
  padding: 4rem;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100vh;
  right: 0;
  left: 100%;
  bottom: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease-in;
  padding-top: 108px; }
  @media all and (max-width: 768px) {
    .cont-nav {
      width: 100%;
      right: 0;
      left: 100%;
      justify-content: flex-start;
      /*margin-top: 100px;
      height: calc(100% - 100px);*/ } }
  @media all and (max-width: 640px) {
    .cont-nav {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (max-width: 500px) {
    .cont-nav {
      width: 100%;
      right: 0;
      left: 100%; } }
  .cont-nav > section {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem; }
    @media all and (max-width: 1000px) {
      .cont-nav > section {
        padding-left: 0%; } }
    .cont-nav > section > div a, .cont-nav > section > div p {
      color: #fff; }
    .cont-nav > section > div .social {
      margin-left: -2px;
      text-align: right; }
      .cont-nav > section > div .social a {
        color: #212121;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        background-color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 1.8rem;
        display: inline-block;
        margin: 0 2px; }
        .cont-nav > section > div .social a:hover {
          background-color: rgba(255, 255, 255, 0.5); }
    .cont-nav > section > div:first-child {
      flex: 0 0 100%;
      align-self: flex-end;
      padding-bottom: 4rem; }
      @media all and (max-width: 768px) {
        .cont-nav > section > div:first-child {
          flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-bottom: 4rem; } }
      .cont-nav > section > div:first-child p:last-child {
        padding-bottom: 0; }
      .cont-nav > section > div:first-child > div {
        padding: 2rem 0 0; }
        .cont-nav > section > div:first-child > div .phone {
          font-size: 4.5rem;
          font-weight: 600;
          color: #eae8e5;
          text-decoration: none; }
          @media all and (max-width: 640px) {
            .cont-nav > section > div:first-child > div .phone {
              font-size: 3rem; } }
        .cont-nav > section > div:first-child > div a:hover {
          color: #eae8e5; }
      .cont-nav > section > div:first-child + div {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        align-self: flex-end; }
        .cont-nav > section > div:first-child + div address {
          font-style: normal;
          padding-bottom: 2rem; }
          .cont-nav > section > div:first-child + div address:last-child {
            padding-bottom: 0; }
          .cont-nav > section > div:first-child + div address h2 {
            font-weight: 500;
            padding: 0;
            font-size: 1.8rem; }
          .cont-nav > section > div:first-child + div address p {
            padding: 0;
            margin: 0; }
        @media all and (max-width: 768px) {
          .cont-nav > section > div:first-child + div {
            flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0; } }

.cont-bg {
  background-color: #212121;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0%;
  transition: all 0.3s ease-in;
  bottom: 0;
  z-index: -1;
  color: #fff; }

body.show-menu .sm-logo {
  opacity: 1 !important;
  background: url(../images/logo-w.svg) 0 0 no-repeat;
  background-size: 92px 53px; }
body.show-menu .mnu-bg {
  right: 0; }
body.show-menu .cont-bg {
  left: 100%; }
body.show-menu .cont-nav {
  left: 100%; }
body.show-menu .main-nav {
  left: 4rem; }
  @media all and (max-width: 640px) {
    body.show-menu .main-nav {
      left: 2rem; } }
  @media all and (max-height: 600px) {
    body.show-menu .main-nav {
      justify-content: center; }
      body.show-menu .main-nav ul {
        margin-top: 8rem; } }
body .cont-nav:after {
  content: '';
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100px;
  background-color: #212121;
  transition: all 0.6s ease; }
body.show-cont {
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 1040px) {
    body.show-cont header > div {
      display: none; } }
  @media all and (max-width: 1040px) {
    body.show-cont header > section:not(.mnu-bg):not(.cont-bg) {
      flex: 0 0 100%;
      max-width: 100%; } }
  body.show-cont .mnu-bg {
    right: 100%; }
  body.show-cont .cont-bg {
    left: 50%; }
    @media all and (max-width: 1040px) {
      body.show-cont .cont-bg {
        left: 0%; } }
  body.show-cont .cont-nav {
    left: 50%;
    padding-right: 5%; }
    @media all and (max-height: 769px) {
      body.show-cont .cont-nav {
        overflow-y: auto; }
        body.show-cont .cont-nav:after {
          content: '';
          position: fixed;
          left: 50%;
          right: 0;
          opacity: 1;
          top: 0;
          height: 108px;
          background-color: #212121; } }
    @media all and (max-width: 1040px) {
      body.show-cont .cont-nav {
        left: 0%;
        right: initial;
        width: 100%; }
        body.show-cont .cont-nav:after {
          content: '';
          position: fixed;
          left: 0%;
          right: 0;
          opacity: 1;
          top: 0;
          height: 108px;
          background-color: #212121; } }
  body.show-cont .soc-cont > a:not(.hamburger) {
    display: none; }
  body.show-cont .soc-cont .hamburger {
    opacity: 1 !important;
    top: 48px; }
    @media all and (max-width: 1040px) {
      body.show-cont .soc-cont .hamburger {
        left: 40px !important; } }
    @media all and (max-width: 640px) {
      body.show-cont .soc-cont .hamburger {
        left: 20px !important; } }

.soc-cont .soc-cont-link {
  margin-top: 18px;
  display: inline-block; }

.soc-cont-link {
  font-size: 1.7rem; }

body.iphone .main-nav {
  padding-bottom: 10rem; }

@media all and (max-width: 640px) {
  body.iphone .home-page > div section, body.mobile .home-page > div section {
    margin-bottom: 4rem; } }

@media all and (max-width: 640px) {
  body.mobile .slide.about-block:not(.about-init) {
    min-height: initial;
    height: 100%; } }
@media all and (max-width: 640px) {
  body.mobile .slide.about-block.about-init {
    min-height: initial;
    height: initial; } }

body.show-cont .soc-cont .hamburger.active {
  right: 40px !important;
  left: initial !important; }

body.home {
  background-color: #eae8e5; }
  @media all and (min-width: 641px) {
    body.home {
      background-attachment: fixed; } }
  body.home header {
    z-index: 2; }
  body.home .drop-arrow {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transition: all 0.3s ease;
    margin-left: -15px;
    right: 0;
    bottom: 7rem;
    z-index: 3; }
  body.home .slide.home-page {
    padding: 0; }
    @media all and (max-width: 980px) {
      body.home .slide.home-page .swiper-slide a {
        background-position: 50% 0% !important;
        background-size: cover !important; }
      body.home .slide.home-page .swiper-slide img {
        display: none; } }
    @media all and (min-width: 981px) {
      body.home .slide.home-page .swiper-slide a {
        background: none !important; } }
    body.home .slide.home-page .drop-arrow {
      bottom: -3rem;
      background-image: url(../images/w-ico-drop.png);
      width: 39px;
      height: 21px;
      background-position: 0% !important;
      background-size: 80% !important; }
      body.home .slide.home-page .drop-arrow:hover {
        transform: translateY(0.5rem); }
    body.home .slide.home-page .swiper-slide {
      background-position: 50% 0 !important;
      background-size: cover !important; }
      body.home .slide.home-page .swiper-slide a {
        display: block;
        position: relative;
        height: 100%; }
        body.home .slide.home-page .swiper-slide a span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          text-transform: uppercase;
          font-size: 8rem;
          font-weight: bold;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.21); }
          @media all and (max-width: 1040px) {
            body.home .slide.home-page .swiper-slide a span {
              font-size: 4rem; } }
    body.home .slide.home-page img {
      width: 100%; }
    body.home .slide.home-page .swiper-button-next {
      background: url(../images/lr-arrow.png) 100% 0 no-repeat !important;
      width: 120px;
      right: 40px;
      height: 34px;
      margin-top: -40px;
      background-image: none;
      transition: all 0.3s ease-in;
      display: none !important; }
      @media all and (max-width: 1260px) {
        body.home .slide.home-page .swiper-button-next {
          right: 10px;
          margin-top: -30px; } }
      body.home .slide.home-page .swiper-button-next:hover {
        transform: translatex(10px); }
    body.home .slide.home-page .swiper-pagination-bullet {
      margin-bottom: 3rem;
      width: 15px;
      height: 15px;
      background-color: #d5d1cc;
      opacity: 0.9; }
      body.home .slide.home-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }
  body.home:not(.inner) header .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat; }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes cf3FadeIn {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    opacity: 1; } }
img.top {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: alternate;
  left: 50px; }
  @media all and (max-width: 640px) {
    img.top {
      left: 15px; } }

img.bottom {
  animation-name: cf3FadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: alternate; }

.home-page {
  min-height: 100vh;
  height: 100%;
  position: relative; }
  .home-page > div {
    width: 100%;
    bottom: 0;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center; }
    .home-page > div section {
      height: 60%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      .home-page > div section .logo-home {
        width: 283px;
        height: 88px;
        position: relative;
        display: block;
        transition: all 0.3s ease; }
        .home-page > div section .logo-home img {
          position: absolute; }
        @media all and (max-width: 640px) {
          .home-page > div section .logo-home {
            width: 180px;
            height: 61px;
            background-size: 100%; } }

.slide {
  background-color: #eae8e5;
  overflow: hidden;
    /* position: fixed;
left: 0;
right: 0;
top: 100%;*/
  padding: 15rem 4rem 4rem;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  min-height: 100vh; }
  @media all and (max-width: 640px) {
    .slide {
      padding: 12rem 2rem 2rem; } }
  .slide.home-page {
    background-color: transparent; }
  .slide.service-list {
    padding-bottom: 10rem; }

@media all and (min-width: 1281px) {
  .proj-control-inner {
    display: none; } }

.service-list,
.project-main,
.project-list,
.about-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative; }
  .service-list .project-control,
  .project-main .project-control,
  .project-list .project-control,
  .about-list .project-control {
    position: absolute;
    top: 60%;
    right: 20px;
    left: 20px;
    z-index: 0; }
    @media all and (max-width: 1280px) {
      .service-list .project-control,
      .project-main .project-control,
      .project-list .project-control,
      .about-list .project-control {
        display: none; } }
    @media all and (max-width: 768px) {
      .service-list .project-control,
      .project-main .project-control,
      .project-list .project-control,
      .about-list .project-control {
        top: 71%; } }
  .service-list .page-title,
  .project-main .page-title,
  .project-list .page-title,
  .about-list .page-title {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    font-size: 4.25rem;
    color: #fff;
    font-weight: 800; }
    @media all and (max-width: 1280px) {
      .service-list .page-title,
      .project-main .page-title,
      .project-list .page-title,
      .about-list .page-title {
        position: relative;
        left: 0;
        bottom: 0;
        padding-top: 4rem;
        padding-bottom: 0rem; } }
    @media all and (max-width: 640px) {
      .service-list .page-title,
      .project-main .page-title,
      .project-list .page-title,
      .about-list .page-title {
        font-size: 4rem; } }
  .service-list aside,
  .project-main aside,
  .project-list aside,
  .about-list aside {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5rem; }
    @media all and (max-width: 1280px) {
      .service-list aside,
      .project-main aside,
      .project-list aside,
      .about-list aside {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 4rem; }
        .service-list aside ul,
        .project-main aside ul,
        .project-list aside ul,
        .about-list aside ul {
          padding-bottom: 2rem; } }
    .service-list aside p,
    .project-main aside p,
    .project-list aside p,
    .about-list aside p {
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 500;
      padding-bottom: 0;
      padding-bottom: 1.8rem; }
      .service-list aside p:last-child,
      .project-main aside p:last-child,
      .project-list aside p:last-child,
      .about-list aside p:last-child {
        padding-bottom: 0; }
      @media all and (max-width: 640px) {
        .service-list aside p,
        .project-main aside p,
        .project-list aside p,
        .about-list aside p {
          font-size: 1.8rem; } }
  .service-list > section,
  .project-main > section,
  .project-list > section,
  .about-list > section {
    overflow: hidden;
    position: absolute;
    right: -20%;
    left: calc(25% + 2rem);
    z-index: 0; }
    @media all and (max-height: 769px) and (min-width: 1281px) {
      .service-list > section,
      .project-main > section,
      .project-list > section,
      .about-list > section {
        bottom: 8rem;
        top: 15rem; } }
    @media all and (max-width: 1280px) {
      .service-list > section,
      .project-main > section,
      .project-list > section,
      .about-list > section {
        position: relative;
        left: 0;
        right: 0; } }
    @media all and (max-width: 520px) {
      .service-list > section,
      .project-main > section,
      .project-list > section,
      .about-list > section {
        padding-top: 4rem; } }
  .service-list .swiper-slide,
  .project-main .swiper-slide,
  .project-list .swiper-slide,
  .about-list .swiper-slide {
    overflow: hidden;
    font-size: 0; }
    .service-list .swiper-slide figure img,
    .project-main .swiper-slide figure img,
    .project-list .swiper-slide figure img,
    .about-list .swiper-slide figure img {
      width: 100%;
      position: relative;
      transition: all 0.3s ease-in; }
    .service-list .swiper-slide:hover figure img,
    .project-main .swiper-slide:hover figure img,
    .project-list .swiper-slide:hover figure img,
    .about-list .swiper-slide:hover figure img {
      transform: scale(1.02); }
    .service-list .swiper-slide > a,
    .project-main .swiper-slide > a,
    .project-list .swiper-slide > a,
    .about-list .swiper-slide > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .service-list .swiper-slide span,
    .project-main .swiper-slide span,
    .project-list .swiper-slide span,
    .about-list .swiper-slide span {
      color: #fff;
      font-size: 4.5rem;
      font-weight: 800;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease; }
      @media all and (max-width: 1280px) {
        .service-list .swiper-slide span,
        .project-main .swiper-slide span,
        .project-list .swiper-slide span,
        .about-list .swiper-slide span {
          font-size: 3.5rem; } }
      @media all and (max-width: 900px) {
        .service-list .swiper-slide span,
        .project-main .swiper-slide span,
        .project-list .swiper-slide span,
        .about-list .swiper-slide span {
          font-size: 2.5rem; } }
    @media all and (max-width: 1280px) {
      .service-list .swiper-slide.blank,
      .project-main .swiper-slide.blank,
      .project-list .swiper-slide.blank,
      .about-list .swiper-slide.blank {
        display: none !important; } }
  .service-list .swiper-button-next,
  .service-list .swiper-button-prev,
  .project-main .swiper-button-next,
  .project-main .swiper-button-prev,
  .project-list .swiper-button-next,
  .project-list .swiper-button-prev,
  .about-list .swiper-button-next,
  .about-list .swiper-button-prev {
    width: 120px;
    margin: 0;
    height: calc(100% - 35px);
    background-image: none;
    transition: all 0.3s ease-in;
    top: 0; }
    @media all and (max-width: 768px) {
      .service-list .swiper-button-next,
      .service-list .swiper-button-prev,
      .project-main .swiper-button-next,
      .project-main .swiper-button-prev,
      .project-list .swiper-button-next,
      .project-list .swiper-button-prev,
      .about-list .swiper-button-next,
      .about-list .swiper-button-prev {
        width: 50px; } }
  .service-list .swiper-button-next.swiper-button-disabled,
  .service-list .swiper-button-prev.swiper-button-disabled,
  .project-main .swiper-button-next.swiper-button-disabled,
  .project-main .swiper-button-prev.swiper-button-disabled,
  .project-list .swiper-button-next.swiper-button-disabled,
  .project-list .swiper-button-prev.swiper-button-disabled,
  .about-list .swiper-button-next.swiper-button-disabled,
  .about-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .service-list .swiper-button-next,
  .project-main .swiper-button-next,
  .project-list .swiper-button-next,
  .about-list .swiper-button-next {
    background: url(../images/lr-arrow.png) 100% 50% no-repeat; }
    @media all and (max-width: 1260px) {
      .service-list .swiper-button-next,
      .project-main .swiper-button-next,
      .project-list .swiper-button-next,
      .about-list .swiper-button-next {
        right: 10px; } }
    .service-list .swiper-button-next:hover,
    .project-main .swiper-button-next:hover,
    .project-list .swiper-button-next:hover,
    .about-list .swiper-button-next:hover {
      transform: translatex(10px); }
  .service-list .swiper-button-prev,
  .project-main .swiper-button-prev,
  .project-list .swiper-button-prev,
  .about-list .swiper-button-prev {
    background: url(../images/lr-arrow.png) 0 50% no-repeat;
    left: 20px; }
    @media all and (max-width: 640px) {
      .service-list .swiper-button-prev,
      .project-main .swiper-button-prev,
      .project-list .swiper-button-prev,
      .about-list .swiper-button-prev {
        left: 10px; } }
    .service-list .swiper-button-prev:hover,
    .project-main .swiper-button-prev:hover,
    .project-list .swiper-button-prev:hover,
    .about-list .swiper-button-prev:hover {
      transform: translatex(-10px); }

@media all and (max-width: 1280px) {
  .about-list .project-control {
    display: block; } }

.service-list .swiper-button-next,
.service-list .swiper-button-prev,
.project-list .swiper-button-next,
.project-list .swiper-button-prev {
  margin-top: -20px; }

.service-list .arrow-wrapper .drop-arrow,
.about-init .arrow-wrapper .drop-arrow {
  background-image: url(../images/ico-drop.png);
  background-repeat: no-repeat;
  background-position: 0 100% !important;
  width: 39px;
  margin-bottom: 3rem; }

figure img {
  width: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  figure img.hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1; }
figure:hover img.hover {
  z-index: 0;
  opacity: 1; }

body.contact-page, body.content-page {
  background-color: #212121;
  height: 100%; }
  body.contact-page .cont-nav.contact, body.content-page .cont-nav.contact {
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial; }
  body.contact-page .soc-cont-link, body.content-page .soc-cont-link {
    display: none; }
  body.contact-page.show-menu .soc-cont-link, body.content-page.show-menu .soc-cont-link {
    display: block; }
  body.contact-page.show-cont .home.hamburger, body.content-page.show-cont .home.hamburger {
    display: none; }
  body.contact-page .sm-logo, body.content-page .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px  !important; }
  body.contact-page header, body.content-page header {
    background-color: #212121; }
    body.contact-page header .hamburger .hamburger-inner, body.content-page header .hamburger .hamburger-inner {
      background-color: #fff !important; }
      body.contact-page header .hamburger .hamburger-inner:before, body.contact-page header .hamburger .hamburger-inner:after, body.content-page header .hamburger .hamburger-inner:before, body.content-page header .hamburger .hamburger-inner:after {
        background-color: #fff !important; }
    body.contact-page header .hamburger.active .hamburger-inner, body.content-page header .hamburger.active .hamburger-inner {
      background-color: #fff; }
      body.contact-page header .hamburger.active .hamburger-inner:before, body.contact-page header .hamburger.active .hamburger-inner:after, body.content-page header .hamburger.active .hamburger-inner:before, body.content-page header .hamburger.active .hamburger-inner:after {
        background-color: #fff; }
body.content-page .slide {
  background-color: #212121;
  color: #fff; }
  body.content-page .slide .soc-cont-link {
    display: block !important; }
  body.content-page .slide > section {
    align-self: flex-start;
    padding-top: 0;
    color: white;
    padding-bottom: 2rem; }
    @media all and (min-width: 641px) {
      body.content-page .slide > section {
        padding-left: 25%;
        padding-right: 20%; } }
    body.content-page .slide > section h3 {
      display: block;
      padding-bottom: 1.5rem; }
    body.content-page .slide > section h1 {
      display: block;
      font-weight: 600;
      font-size: 1.8rem;
      padding-bottom: .5rem; }
  body.content-page .slide p {
    color: #eae8e5; }

.contact-block {
  background-color: #212121; }
  @media all and (min-width: 767px) {
    .contact-block {
      height: 100%; } }
  .contact-block .content {
    height: 100%;
    width: 100%; }
    .contact-block .content .contact-content {
      display: flex;
      width: 100%;
      justify-content: flex-end;
      color: #fff;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-end; }
      .contact-block .content .contact-content > section {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        padding-left: 25%;
        padding-bottom: 5rem; }
        @media all and (max-width: 1000px) {
          .contact-block .content .contact-content > section {
            padding-left: 0%; } }
        .contact-block .content .contact-content > section > div a,
        .contact-block .content .contact-content > section > div p {
          color: #fff; }
        .contact-block .content .contact-content > section > div a:hover {
          color: #eae8e5; }
        .contact-block .content .contact-content > section > div .social {
          margin-left: -2px; }
          .contact-block .content .contact-content > section > div .social a {
            color: #212121;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            background-color: #fff;
            text-align: center;
            line-height: 3.8rem;
            font-size: 1.8rem;
            display: inline-block;
            margin: 0 2px; }
            .contact-block .content .contact-content > section > div .social a:hover {
              background-color: rgba(255, 255, 255, 0.5); }
        .contact-block .content .contact-content > section > div:first-child {
          flex: 0 0 55%;
          max-width: 55%;
          padding-right: 11rem;
          align-self: flex-end; }
          @media all and (max-width: 1280px) {
            .contact-block .content .contact-content > section > div:first-child {
              padding-right: 5rem;
              flex: 0 0 70%;
              max-width: 70%; } }
          @media all and (max-width: 768px) {
            .contact-block .content .contact-content > section > div:first-child {
              flex: 0 0 100%;
              max-width: 100%;
              padding-right: 0;
              padding-bottom: 4rem; } }
          .contact-block .content .contact-content > section > div:first-child p:last-child {
            padding-bottom: 0; }
          .contact-block .content .contact-content > section > div:first-child > div {
            padding: 4rem 0; }
            .contact-block .content .contact-content > section > div:first-child > div .phone {
              font-size: 4.5rem;
              font-weight: 600; }
              @media all and (max-width: 640px) {
                .contact-block .content .contact-content > section > div:first-child > div .phone {
                  font-size: 3rem; } }
            .contact-block .content .contact-content > section > div:first-child > div a:hover {
              color: #eae8e5; }
          .contact-block .content .contact-content > section > div:first-child + div {
            flex: 0 0 45%;
            max-width: 45%;
            padding-right: 2rem;
            align-self: flex-end; }
            @media all and (max-width: 1280px) {
              .contact-block .content .contact-content > section > div:first-child + div {
                flex: 0 0 30%;
                max-width: 30%; } }
            .contact-block .content .contact-content > section > div:first-child + div address {
              font-style: normal;
              padding-bottom: 2rem; }
              .contact-block .content .contact-content > section > div:first-child + div address:last-child {
                padding-bottom: 0; }
              .contact-block .content .contact-content > section > div:first-child + div address h2 {
                font-weight: 500;
                padding: 0;
                font-size: 1.8rem; }
              .contact-block .content .contact-content > section > div:first-child + div address p {
                padding: 0;
                margin: 0; }
            @media all and (max-width: 768px) {
              .contact-block .content .contact-content > section > div:first-child + div {
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 0; } }

.project-list aside ul li a {
  font-weight: 800;
  color: #9fadad;
  font-size: 1.8rem; }
  .project-list aside ul li a:hover {
    color: #fff; }
.project-list aside ul li.active a {
  color: #fff; }
.project-list .swiper-slide .proj-detail,
.project-list .owl-item .proj-detail {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #9fadad !important; }
  .project-list .swiper-slide .proj-detail p,
  .project-list .owl-item .proj-detail p {
    color: #9fadad !important;
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding: 0 5rem;
    text-align: center; }
    @media all and (max-width: 768px) {
      .project-list .swiper-slide .proj-detail p,
      .project-list .owl-item .proj-detail p {
        font-size: 2.5rem;
        line-height: 3rem; } }
    .project-list .swiper-slide .proj-detail p a,
    .project-list .owl-item .proj-detail p a {
      color: #fff;
      text-decoration: underline; }
      .project-list .swiper-slide .proj-detail p a:hover,
      .project-list .owl-item .proj-detail p a:hover {
        text-decoration: none; }
.project-list .swiper-slide .proj-brief,
.project-list .owl-item .proj-brief {
  color: #fff; }
  .project-list .swiper-slide .proj-brief p,
  .project-list .owl-item .proj-brief p {
    color: #80bceb;
    font-size: 1.8rem;
    line-height: 2.5rem; }
    .project-list .swiper-slide .proj-brief p a,
    .project-list .owl-item .proj-brief p a {
      color: #fff;
      text-decoration: underline; }
      .project-list .swiper-slide .proj-brief p a:hover,
      .project-list .owl-item .proj-brief p a:hover {
        text-decoration: none; }
  .project-list .swiper-slide .proj-brief .show-proj-detail,
  .project-list .owl-item .proj-brief .show-proj-detail {
    text-decoration: none;
    font-weight: 800; }
    .project-list .swiper-slide .proj-brief .show-proj-detail:hover,
    .project-list .owl-item .proj-brief .show-proj-detail:hover {
      color: #eae8e5; }
  .project-list .swiper-slide .proj-brief h1,
  .project-list .owl-item .proj-brief h1 {
    font-size: 2.5rem;
    font-weight: 800;
    padding-bottom: 2.5rem; }
  .project-list .swiper-slide .proj-brief h2,
  .project-list .owl-item .proj-brief h2 {
    font-size: 1.5rem;
    padding-bottom: 2.5rem; }
    .project-list .swiper-slide .proj-brief h2 strong,
    .project-list .owl-item .proj-brief h2 strong {
      display: block;
      font-weight: 400; }
    .project-list .swiper-slide .proj-brief h2 small,
    .project-list .owl-item .proj-brief h2 small {
      display: block;
      padding-right: 2rem; }

.project-main .swiper-slide {
  padding-bottom: 4rem;
  font-size: 0; }
  .project-main .swiper-slide figure {
    overflow: hidden; }
  .project-main .swiper-slide img {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .project-main .swiper-slide a span {
    transform: none;
    top: initial;
    left: initial;
    font-weight: 800;
    font-size: 1.8rem;
    bottom: 0;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
.project-main aside p a {
  text-decoration: underline !important;
  color: #fff; }
  .project-main aside p a:hover {
    text-decoration: none !important; }

body.living .project-main aside p a {
  color: #212121;
  text-decoration: underline !important; }
  body.living .project-main aside p a:hover {
    text-decoration: none !important; }

.project-list > section,
.project-main > section {
  overflow: hidden;
  position: absolute;
  right: -30%;
  left: calc(25% + 2rem);
  z-index: 0; }
  @media all and (min-width: 1281px) {
    .project-list > section,
    .project-main > section {
      height: 100%; } }
  @media all and (max-width: 1280px) {
    .project-list > section,
    .project-main > section {
      position: relative;
      left: 0;
      right: 0;
      padding-top: 4rem; } }
@media all and (min-width: 1281px) {
  .project-list .swiper-button-next,
  .project-main .swiper-button-next {
    right: 32%; } }

.arrow-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  bottom: 0; }
  .arrow-wrapper a.drop-arrow {
    background-image: url("../images/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0; }

.about-block {
  position: relative; }
  @media all and (max-width: 900px) {
    .about-block .about-content figure a span {
      font-size: 2.5rem; } }
  .about-block:not(.about-init) > aside {
    flex: 0 0 25%;
    max-width: 25%; }
    @media all and (max-width: 768px) {
      .about-block:not(.about-init) > aside {
        display: none; } }
    .about-block:not(.about-init) > aside ul li {
      padding-bottom: .5rem; }
      .about-block:not(.about-init) > aside ul li a {
        font-weight: 800;
        color: #212121;
        font-size: 1.8rem;
        line-height: 1.8rem; }
        .about-block:not(.about-init) > aside ul li a:hover {
          color: #436168; }
      .about-block:not(.about-init) > aside ul li:first-child {
        display: none; }
  .about-block:not(.about-init) > section {
    flex: 0 0 75%;
    max-width: 75%; }
    .about-block:not(.about-init) > section .about-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      @media all and (min-width: 1261px) {
        .about-block:not(.about-init) > section .about-content > div:first-child {
          margin-right: 45%; } }
      @media all and (max-width: 1024px) {
        .about-block:not(.about-init) > section .about-content {
          margin-right: 0; } }
      .about-block:not(.about-init) > section .about-content p {
        font-size: 3rem;
        line-height: 4rem; }
        @media all and (max-width: 640px) {
          .about-block:not(.about-init) > section .about-content p {
            font-size: 2rem;
            line-height: 3rem; } }
    @media all and (max-width: 768px) {
      .about-block:not(.about-init) > section {
        flex: 0 0 100%;
        max-width: 100%; } }
  .about-block.about-init {
    background: url(../images/home-us.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 0; }
    .about-block.about-init .drop-arrow {
      display: none; }
    .about-block.about-init section.content {
      width: 100%;
      position: relative;
      height: 100%;
      padding: 0; }
      .about-block.about-init section.content .page-title {
        position: absolute;
        bottom: 2rem;
        left: 4rem;
        font-size: 4.25rem;
        color: #212121;
        font-weight: 800; }
        @media all and (max-width: 640px) {
          .about-block.about-init section.content .page-title {
            left: 2rem; } }
      @media all and (max-width: 600px) {
        .about-block.about-init section.content {
          height: 450px; } }
      .about-block.about-init section.content .about-content {
        height: 100%; }
        @media all and (max-width: 640px) {
          .about-block.about-init section.content .about-content span {
            display: none !important; } }
        .about-block.about-init section.content .about-content a {
          display: block;
          width: 100%;
          height: 100%;
          POSITION: RELATIVE;
          Z-INDEX: 2; }
          .about-block.about-init section.content .about-content a span {
            padding: 4rem;
            padding-top: 15rem;
            display: inline-block;
            font-size: 2rem;
            font-weight: 500; }
            @media all and (min-width: 521px) {
              .about-block.about-init section.content .about-content a span {
                width: 40rem; } }
            .about-block.about-init section.content .about-content a span p {
              line-height: 2.5rem; }
              @media all and (max-width: 640px) {
                .about-block.about-init section.content .about-content a span p {
                  color: #fff; } }

body.about-init-section > header {
  background-color: transparent; }
body.about-init-section .arrow-wrapper {
  width: 40px;
  left: 50%;
  transform: translateX(-50%); }
body.about-init-section .drop-arrow {
  height: 25px; }

a.arrow-link {
  display: inline-block;
  background: url(../images/arrow.gif) 0 100% no-repeat;
  height: 20px;
  width: 55px;
  background-size: 51px 15px;
  transition: all 0.3s ease; }
  a.arrow-link:hover {
    background: url(../images/arrow.gif) 5px 100% no-repeat; }

@media all and (max-width: 1280px) {
  .proj-category .project-control {
    display: block;
    top: 63%; } }

@media all and (max-width: 640px) {
  header > section > div .sm-logo {
    position: absolute !important;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%); } }

.inner header {
  background-color: #eae8e5; }
  @media all and (max-width: 640px) {
    .inner header > div {
      flex: 0 0 170px;
      max-width: 170px; } }
  @media all and (max-width: 640px) {
    .inner header > section:not(.mnu-bg):not(.cont-bg) {
      flex: 0 0 calc(100% - 170px);
      max-width: calc(100% - 170px); } }
.inner .sm-logo {
  opacity: 1 !important;
  background: url(../images/logo-b.svg) 0 0 no-repeat;
  background-size: 92px 53px; }
.inner:not(.show-menu):not(.contact-page) .soc-cont-link {
  color: #212121 !important; }
  .inner:not(.show-menu):not(.contact-page) .soc-cont-link:hover {
    color: #436168 !important; }
.inner .home.hamburger .hamburger-inner {
  background-color: #212121; }
  .inner .home.hamburger .hamburger-inner:before, .inner .home.hamburger .hamburger-inner:after {
    background-color: #212121; }
.inner.show-menu .home.hamburger .hamburger-inner {
  background-color: #fff; }
  .inner.show-menu .home.hamburger .hamburger-inner:before, .inner.show-menu .home.hamburger .hamburger-inner:after {
    background-color: #fff; }

body.show-pod-detail .cont-bg {
  left: 0%; }
body.sports {
  background-color: #212121; }
  body.sports .slide {
    background-color: transparent; }
  body.sports .service-list .page-title,
  body.sports .project-main .page-title,
  body.sports .project-list .page-title {
    color: #fff; }
  body.sports .service-list .swiper-slide a span,
  body.sports .project-main .swiper-slide a span,
  body.sports .project-list .swiper-slide a span {
    color: #fff; }
  body.sports .service-list .swiper-slide a:hover span,
  body.sports .project-main .swiper-slide a:hover span,
  body.sports .project-list .swiper-slide a:hover span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); }
  body.sports aside p {
    color: #fff;
    padding-bottom: 1.8rem; }
    body.sports aside p:last-child {
      padding-bottom: 0; }
  body.sports header {
    background-color: #212121; }
  body.sports .sm-logo {
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px  !important;
    opacity: 1 !important; }
  body.sports .swiper-slide a {
    color: #eae8e5; }
    body.sports .swiper-slide a:hover span {
      color: #fff; }
  body.sports .service-page.project-main, body.sports .service-page.project-list {
    background-color: #212121;
    color: #fff;
    position: relative; }
  body.sports .project-list aside ul li a {
    color: #9fadad; }
    body.sports .project-list aside ul li a:hover {
      color: #fff; }
  body.sports .project-list aside ul li.active a {
    color: #fff; }
  body.sports .project-list .swiper-slide .proj-detail p {
    color: #fff; }
  body.sports .project-list .swiper-slide .proj-brief {
    color: #fff; }
    body.sports .project-list .swiper-slide .proj-brief p {
      color: #fff; }
body.living {
  background-color: #d4d1cc; }
  body.living.show-pod-detail {
    background-color: #d4d1cc !important; }
    body.living.show-pod-detail header,
    body.living.show-pod-detail .view-details {
      background-color: #d4d1cc !important; }
    body.living.show-pod-detail .view-details h1,
    body.living.show-pod-detail .view-details p,
    body.living.show-pod-detail .view-details a {
      color: #212121; }
    body.living.show-pod-detail .sm-logo {
      background: url(../images/logo-b.svg) 0 0 no-repeat !important;
      background-size: 92px 53px  !important;
      opacity: 1 !important; }
    body.living.show-pod-detail .close-view-data .hamburger-inner {
      background-color: #212121 !important; }
      body.living.show-pod-detail .close-view-data .hamburger-inner:before, body.living.show-pod-detail .close-view-data .hamburger-inner:after {
        background-color: #212121 !important; }
  body.living figure {
    overflow: hidden;
    font-size: 0; }
  body.living .slide {
    background-color: transparent; }
  body.living .service-list .page-title,
  body.living .project-main .page-title,
  body.living .project-list .page-title {
    color: #212121; }
  body.living .service-list .swiper-slide a span,
  body.living .project-main .swiper-slide a span,
  body.living .project-list .swiper-slide a span {
    color: #212121; }
  body.living .service-list .swiper-slide a:hover span,
  body.living .project-main .swiper-slide a:hover span,
  body.living .project-list .swiper-slide a:hover span {
    color: #436168;
    text-shadow: none; }
  body.living header {
    background-color: #d4d1cc; }
  body.living .hamburger .hamburger-inner {
    background-color: #212121; }
    body.living .hamburger .hamburger-inner:before, body.living .hamburger .hamburger-inner:after {
      background-color: #212121; }
  body.living .hamburger.active .hamburger-inner {
    background-color: #fff; }
    body.living .hamburger.active .hamburger-inner:before, body.living .hamburger.active .hamburger-inner:after {
      background-color: #fff; }
  body.living:not(.show-menu) .soc-cont-link {
    color: #212121 !important; }
    body.living:not(.show-menu) .soc-cont-link:hover {
      color: #536362 !important; }
  body.living .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-b.svg) 0 0 no-repeat;
    background-size: 92px 53px; }
  body.living.show-menu .sm-logo {
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px  !important;
    opacity: 1 !important; }
  body.living .service-page.project-main, body.living .service-page.project-list {
    background-color: #d4d1cc;
    color: #fff;
    position: relative; }
  body.living .project-list aside ul li a {
    color: #fff; }
    body.living .project-list aside ul li a:hover {
      color: #212121; }
  body.living .project-list aside ul li.active a {
    color: #212121; }
  body.living .project-list .swiper-slide {
    padding-bottom: 4rem; }
    body.living .project-list .swiper-slide a span {
      color: #212121;
      font-weight: 400;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      text-align: left;
      left: 0;
      top: 95%;
      transform: none; }
    body.living .project-list .swiper-slide .proj-detail p {
      color: #858f8e; }
    body.living .project-list .swiper-slide .proj-brief {
      color: #212121;
      position: relative; }
      body.living .project-list .swiper-slide .proj-brief p {
        color: #212121; }
        body.living .project-list .swiper-slide .proj-brief p a {
          color: #212121; }
body.community {
  background-color: #a6a6a6; }
  body.community.show-pod-detail {
    background-color: #a6a6a6 !important; }
    body.community.show-pod-detail header,
    body.community.show-pod-detail .view-details {
      background-color: #a6a6a6 !important; }
  body.community figure {
    overflow: hidden;
    font-size: 0; }
  body.community .slide {
    background-color: transparent; }
  body.community .service-list .page-title,
  body.community .project-main .page-title,
  body.community .project-list .page-title {
    color: #fff; }
  body.community .service-list .swiper-slide a span,
  body.community .project-main .swiper-slide a span,
  body.community .project-list .swiper-slide a span {
    color: #fff; }
  body.community .service-list .swiper-slide a:hover span,
  body.community .project-main .swiper-slide a:hover span,
  body.community .project-list .swiper-slide a:hover span {
    color: #eae8e5;
    text-shadow: none; }
  body.community header {
    background-color: #a6a6a6; }
  body.community .hamburger .hamburger-inner {
    background-color: #fff; }
    body.community .hamburger .hamburger-inner:before, body.community .hamburger .hamburger-inner:after {
      background-color: #fff; }
  body.community .hamburger.active .hamburger-inner {
    background-color: #fff; }
    body.community .hamburger.active .hamburger-inner:before, body.community .hamburger.active .hamburger-inner:after {
      background-color: #fff; }
  body.community:not(.show-menu) .soc-cont-link {
    color: #fff !important; }
    body.community:not(.show-menu) .soc-cont-link:hover {
      color: #eae8e5 !important; }
  body.community.show-cont .sm-logo {
    display: none !important; }
  body.community .sm-logo {
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px  !important;
    opacity: 1 !important; }
  body.community .service-page.project-main, body.community .service-page.project-list {
    background-color: #a6a6a6;
    color: #fff;
    position: relative; }
  body.community .project-main p {
    color: #fff; }
  body.community .project-list aside ul li a {
    color: #536362; }
    body.community .project-list aside ul li a:hover {
      color: #fff; }
  body.community .project-list aside ul li.active a {
    color: #fff; }
  body.community .project-list .swiper-slide {
    padding-bottom: 4rem; }
    body.community .project-list .swiper-slide a span {
      color: #fff;
      font-weight: 400;
      font-weight: 600;
      font-style: italic;
      font-size: 15px;
      text-align: left;
      left: 0;
      top: 95%;
      transform: none; }
    body.community .project-list .swiper-slide .proj-detail p {
      color: #536362; }
    body.community .project-list .swiper-slide .proj-brief {
      color: #fff; }
      body.community .project-list .swiper-slide .proj-brief p {
        color: #fff; }

@media all and (min-width: 1281px) {
  .proj-category section.content {
    right: 10px; } }
@media all and (max-width: 1280px) {
  .proj-category section.content {
    margin-right: -20px; } }
.proj-category .swiper-container {
  width: 100%; }
  .proj-category .swiper-container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px; }
    .proj-category .swiper-container .swiper-wrapper .swiper-slide {
      flex: 0 0 33.33%;
      padding: 0 10px; }
      @media all and (max-width: 900px) {
        .proj-category .swiper-container .swiper-wrapper .swiper-slide {
          flex: 0 0 50%;
          padding-bottom: 2rem; } }
      @media all and (max-width: 480px) {
        .proj-category .swiper-container .swiper-wrapper .swiper-slide {
          flex: 0 0 100%;
          padding-bottom: 2rem; } }

.sports .owl-carousel .brief, .living .owl-carousel .brief, .community .owl-carousel .brief {
  width: 100%;
  max-width: 400px;
  padding-right: 5rem;
  color: #fff; }
  .sports .owl-carousel .brief p, .living .owl-carousel .brief p, .community .owl-carousel .brief p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.5rem; }
    .sports .owl-carousel .brief p a, .living .owl-carousel .brief p a, .community .owl-carousel .brief p a {
      color: #fff;
      text-decoration: underline; }
      .sports .owl-carousel .brief p a:hover, .living .owl-carousel .brief p a:hover, .community .owl-carousel .brief p a:hover {
        text-decoration: none; }
  .sports .owl-carousel .brief .show-proj-detail, .living .owl-carousel .brief .show-proj-detail, .community .owl-carousel .brief .show-proj-detail {
    text-decoration: none;
    font-weight: 800; }
    .sports .owl-carousel .brief .show-proj-detail:hover, .living .owl-carousel .brief .show-proj-detail:hover, .community .owl-carousel .brief .show-proj-detail:hover {
      color: #eae8e5; }
  .sports .owl-carousel .brief h1, .living .owl-carousel .brief h1, .community .owl-carousel .brief h1 {
    font-size: 2.5rem;
    font-weight: 800;
    padding-bottom: 2.5rem; }
  .sports .owl-carousel .brief h2, .living .owl-carousel .brief h2, .community .owl-carousel .brief h2 {
    font-size: 1.5rem;
    padding-bottom: 2.5rem; }
    .sports .owl-carousel .brief h2 strong, .living .owl-carousel .brief h2 strong, .community .owl-carousel .brief h2 strong {
      display: block;
      font-weight: 400; }
    .sports .owl-carousel .brief h2 small, .living .owl-carousel .brief h2 small, .community .owl-carousel .brief h2 small {
      display: block;
      padding-right: 2rem; }

.sports .service-page.project-list > section {
  right: 0 !important; }
  @media all and (max-width: 1280px) {
    .sports .service-page.project-list > section {
      height: 488px;
      padding-top: 0; } }
.sports .owl-carousel .proj-detail a {
  color: #fff !important; }
.sports .view-details header {
  justify-content: flex-end; }
  .sports .view-details header > div {
    flex: 0; }

.living .service-page.project-list > section {
  right: 0 !important; }
  @media all and (max-width: 1280px) {
    .living .service-page.project-list > section {
      height: 488px;
      padding-top: 0; } }
.living .owl-carousel .brief,
.living .owl-carousel p,
.living .owl-carousel a,
.living .owl-carousel h1,
.living .owl-carousel h2,
.living .owl-carousel strong,
.living .owl-carousel small {
  color: #212121 !important; }
.living .owl-carousel .proj-detail a {
  color: #212121 !important; }

.community .service-page.project-list > section {
  right: 0 !important; }
  @media all and (max-width: 1280px) {
    .community .service-page.project-list > section {
      height: 488px;
      padding-top: 0; } }
.community .owl-carousel .brief,
.community .owl-carousel p,
.community .owl-carousel a,
.community .owl-carousel h1,
.community .owl-carousel h2,
.community .owl-carousel strong,
.community .owl-carousel small {
  color: #fff !important; }
.community .owl-carousel .proj-detail a {
  color: #fff !important; }
.community .item.text .proj-detail p {
  color: #fff !important; }

.owl-nav {
  position: relative;
  font-size: 50px; }

.owl-prev,
.owl-next,
.slick-next,
.slick-prev {
  position: absolute;
  width: 120px !important;
  top: 0% !important;
  transform: none !important;
  height: 100% !important;
  transition: all 0.3s ease !important;
  z-index: 10; }
  .owl-prev:before,
  .owl-next:before,
  .slick-next:before,
  .slick-prev:before {
    display: none; }
  .owl-prev span,
  .owl-next span,
  .slick-next span,
  .slick-prev span {
    display: none; }
  @media all and (max-width: 768px) {
    .owl-prev,
    .owl-next,
    .slick-next,
    .slick-prev {
      width: 50px !important; } }

.slick-disabled {
  display: none !important; }

.owl-prev,
.slick-prev {
  left: 30px !important;
  background: url(../images/lr-arrow.png) 0 50% no-repeat !important; }
  .owl-prev:hover,
  .slick-prev:hover {
    left: 10px !important; }
  @media all and (max-width: 640px) {
    .owl-prev,
    .slick-prev {
      left: 5px !important; }
      .owl-prev:hover,
      .slick-prev:hover {
        left: 0px !important; } }

.owl-next,
.slick-next {
  right: 30px !important;
  background: url(../images/lr-arrow.png) 100% 50% no-repeat !important; }
  .owl-next:hover,
  .slick-next:hover {
    right: 10px !important; }
  @media all and (max-width: 640px) {
    .owl-next,
    .slick-next {
      right: 5px !important; }
      .owl-next:hover,
      .slick-next:hover {
        right: 0 !important; } }

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important; }

.slick-slide {
  padding: 0 50px 0 0; }

@media all and (max-width: 640px) {
  .owl-carousel .text-slide img {
    max-width: 50%; } }

@media all and (max-width: 640px) {
  .item {
    max-width: 100% !important;
    padding-right: 10px !important; } }

.item.text {
  height: 488px; }
  @media all and (max-width: 640px) {
    .item.text {
      height: initial; } }
  .item.text .proj-detail {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 700px; }
    @media all and (max-width: 640px) {
      .item.text .proj-detail {
        max-width: 400px; } }
    .item.text .proj-detail p {
      color: #9fadad !important;
      font-size: 3.5rem;
      line-height: 4.5rem;
      padding: 0 5rem;
      text-align: center; }
      @media all and (max-width: 640px) {
        .item.text .proj-detail p {
          font-size: 2.5rem;
          line-height: 3.5rem;
          padding: 2rem; } }

.volume {
  right: 0 !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  flex: 0 0 75% !important; }

ul.volume-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  ul.volume-listing li {
    flex: 0 0 33.33%;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 20px; }
    @media all and (max-width: 1140px) {
      ul.volume-listing li {
        flex: 0 0 50%; } }
    @media all and (max-width: 420px) {
      ul.volume-listing li {
        flex: 0 0 100%;
        padding: 0; } }
    ul.volume-listing li a {
      display: block;
      font-size: 1px;
      overflow: hidden;
      position: relative; }
      ul.volume-listing li a figure {
        padding-bottom: 0; }
        ul.volume-listing li a figure img {
          max-width: 100%; }
      ul.volume-listing li a span {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #edebe9;
        padding: 2rem 2.5rem;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        ul.volume-listing li a span strong {
          font-size: 2.5rem;
          color: #222;
          font-weight: normal; }
          @media all and (max-width: 600px) {
            ul.volume-listing li a span strong {
              font-size: 2rem; } }
        ul.volume-listing li a span em {
          font-style: normal;
          font-size: 1.5rem;
          font-weight: bold; }
      ul.volume-listing li a:hover span {
        top: 0%; }

.recent-entries {
  padding-top: 3rem; }
  .recent-entries h2 {
    font-weight: 800;
    padding-bottom: 3rem; }
  .recent-entries ul.volume-listing li {
    flex: 0 0 50%; }
    @media all and (max-width: 480px) {
      .recent-entries ul.volume-listing li {
        flex: 0 0 100%; } }

.back-to-volume {
  background: url(../images/lr-barrow.png) 0 0 no-repeat;
  display: inline-block;
  width: 60px;
  height: 17px;
  background-size: 200%; }

.logo-listing .swiper-slide {
  padding-bottom: 0 !important; }
  .logo-listing .swiper-slide div {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }

body.blog {
  background: #fff; }
  body.blog.show-pod-detail {
    background-color: #fff !important; }
    body.blog.show-pod-detail header,
    body.blog.show-pod-detail .view-details {
      background-color: #fff !important; }
    body.blog.show-pod-detail .view-details h1,
    body.blog.show-pod-detail .view-details p,
    body.blog.show-pod-detail .view-details a {
      color: #212121; }
    body.blog.show-pod-detail .sm-logo {
      background: url(../images/logo-g.svg) 0 0 no-repeat !important;
      background-size: 92px 53px; }
    body.blog.show-pod-detail .close-view-data .hamburger-inner {
      background-color: #d4d1cc !important; }
      body.blog.show-pod-detail .close-view-data .hamburger-inner:before, body.blog.show-pod-detail .close-view-data .hamburger-inner:after {
        background-color: #d4d1cc !important; }
  body.blog .proj-brief figure {
    overflow: hidden; }
  body.blog .proj-brief:hover img {
    transform: scale(1.02); }
  body.blog .proj-brief:hover .volume-listing img {
    transform: scale(1); }
  body.blog.dark header {
    background-color: #fff; }
  @media all and (min-width: 1281px) {
    body.blog {
      background-size: cover; } }
  body.blog .project-control .swiper-button-next {
    right: 20px;
    background: url(../images/lr-barrow.png) 100% 0 no-repeat; }
  body.blog .project-control .swiper-button-prev {
    background: url(../images/lr-barrow.png) 0 0 no-repeat; }
  body.blog .wedo-slider {
    flex: 75%;
    left: 0;
    top: 0;
    position: relative; }
  body.blog .page-title {
    color: #d4d1cc; }
    @media all and (min-width: 801px) {
      body.blog .page-title {
        position: fixed; } }
  body.blog .slide {
    background: #fff; }
  body.blog .swiper-slide {
    padding-bottom: 0; }
  body.blog.show-cont .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  @media all and (max-width: 768px) {
    body.blog .about-list .project-control {
      top: 55%; } }
  @media all and (min-width: 1241px) {
    body.blog .about-list > section.wedo-slider {
      right: 0px; } }
  body.blog .about-list > section.wedo-slider .swiper-button-next {
    right: 40px;
    background: url(../images/lr-barrow.png) 100% 0 no-repeat; }
  body.blog .about-list > section.wedo-slider .swiper-button-prev {
    right: 40px;
    background: url(../images/lr-barrow.png) 0 0 no-repeat; }
  body.blog:not(.show-menu):not(.show-pod-detail) .soc-cont-link {
    color: #d4d1cc !important; }
    body.blog:not(.show-menu):not(.show-pod-detail) .soc-cont-link:hover {
      color: #212121 !important; }
  body.blog:not(.show-menu):not(.show-cont):not(.show-pod-detail) .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-g.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  body.blog.show-menu .soc-cont-link {
    color: #fff !important; }
    body.blog.show-menu .soc-cont-link:hover {
      color: #eae8e5 !important; }
  body.blog .blog-topdetail {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 0; }
    body.blog .blog-topdetail .heateorSssSharingRound i.heateorSssInstagramBackground a {
      margin: 0; }
    body.blog .blog-topdetail > div:first-child {
      font-size: 14px;
      font-weight: 600;
      line-height: 21px; }
      body.blog .blog-topdetail > div:first-child + div a {
        border-radius: 100%;
        background-color: #d4d1cc;
        width: 21px;
        height: 21px;
        line-height: 21px;
        color: #fff;
        position: relative;
        display: inline-block;
        font-size: 12px;
        text-align: center;
        margin: 0 0 0 3px; }
        body.blog .blog-topdetail > div:first-child + div a:hover {
          background-color: #212121; }
  body.blog figure {
    padding-bottom: 3rem; }
  body.blog .proj-brief {
    padding-top: 0 !important; }
    body.blog .proj-brief p {
      font-size: 15px !important;
      color: #212121 !important;
      line-height: 18px !important; }
      body.blog .proj-brief p a {
        font-weight: bold;
        color: #9fadad; }
        body.blog .proj-brief p a:hover {
          color: #212121; }
    body.blog .proj-brief h1 {
      color: #212121 !important;
      font-size: 45px !important;
      font-weight: 800;
      padding-bottom: 2rem; }
    @media all and (min-width: 1281px) {
      body.blog .proj-brief {
        padding-right: 40% !important; } }
    @media all and (max-width: 1280px) {
      body.blog .proj-brief {
        padding-right: 100px !important; } }
    @media all and (max-width: 768px) {
      body.blog .proj-brief {
        padding-right: 0px !important; } }
  body.blog .hamburger .hamburger-inner {
    background-color: #d4d1cc; }
    body.blog .hamburger .hamburger-inner:before, body.blog .hamburger .hamburger-inner:after {
      background-color: #d4d1cc; }
  body.blog .hamburger.active .hamburger-inner {
    background-color: #fff; }
    body.blog .hamburger.active .hamburger-inner:before, body.blog .hamburger.active .hamburger-inner:after {
      background-color: #fff; }
  body.blog header {
    background-color: transparent; }
  body.blog .slide {
    background-color: transparent; }
    body.blog .slide > aside ul li a {
      color: #d4d1cc; }
      body.blog .slide > aside ul li a:hover {
        color: #212121; }
    body.blog .slide > aside ul li.active a {
      color: #212121; }
    body.blog .slide > section {
      padding-top: 0; }
body.about {
  background-color: #eae8e5; }
  body.about.about-page .project-control {
    height: 100px;
    top: 45%; }
    @media all and (max-width: 768px) {
      body.about.about-page .project-control {
        top: 52%; } }
    @media all and (max-width: 520px) {
      body.about.about-page .project-control {
        top: 55%; } }
    body.about.about-page .project-control .swiper-button-next, body.about.about-page .project-control .swiper-button-prev {
      height: 100px; }
  body.about:not(.show-menu) .sm-logo {
    background: url(../images/logo-b.svg) 0 0 no-repeat !important;
    background-size: 92px 53px;
    opacity: 1 !important; }
  body.about header {
    transition: all 0.8s ease; }
    @media all and (max-width: 768px) {
      body.about header {
        transition: all 0.3s ease; } }
  body.about.show-about {
    overflow: hidden; }
  @media all and (min-width: 1241px) {
    body.about .about-list > section.about-slider {
      right: -20px; } }
  body.about .about-list .page-title {
    color: #212121; }
  body.about .about-list .swiper-slide a span {
    color: #212121; }
  body.about .about-list .swiper-slide a:hover span {
    color: #436168;
    text-shadow: none; }
  body.about .about-list .proj-brief p {
    color: #212121;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 500; }
  body.about > header {
    background-color: #eae8e5; }
  body.about .hamburger .hamburger-inner {
    background-color: #212121; }
    body.about .hamburger .hamburger-inner:before, body.about .hamburger .hamburger-inner:after {
      background-color: #212121; }
  body.about .hamburger.active .hamburger-inner {
    background-color: #fff; }
    body.about .hamburger.active .hamburger-inner:before, body.about .hamburger.active .hamburger-inner:after {
      background-color: #fff; }
  body.about:not(.show-menu):not(.whatwedo) .soc-cont-link {
    color: #212121 !important; }
    body.about:not(.show-menu):not(.whatwedo) .soc-cont-link:hover {
      color: #536362 !important; }
  body.about .sm-logo {
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px;
    opacity: 1 !important; }
  body.about.show-menu .sm-logo {
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px;
    opacity: 1 !important; }
  body.about .service-page.project-main, body.about .service-page.project-list {
    background-color: #eae8e5;
    color: #fff;
    position: relative; }
  body.about.about-page:not(.show-menu) .sm-logo {
    background: url(../images/logo-b.svg) 0 0 no-repeat !important;
    background-size: 92px 53px;
    opacity: 1 !important; }
body.workwithus {
  background-color: #212121; }
  body.workwithus.dark > header {
    background-color: rgba(33, 33, 33, 0.8); }
  @media all and (max-width: 800px) {
    body.workwithus {
      background-size: initial; } }
  body.workwithus .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  body.workwithus .slide {
    background-color: transparent; }
    body.workwithus .slide > section {
      flex: 75%;
      left: 0;
      top: 0;
      position: relative;
      right: 0; }
      body.workwithus .slide > section ul li {
        padding-bottom: 3px; }
        body.workwithus .slide > section ul li a {
          text-decoration: none;
          color: #fff;
          font-size: 18px; }
          body.workwithus .slide > section ul li a:hover {
            color: #eae8e5;
            text-decoration: none; }
      @media all and (max-width: 800px) {
        body.workwithus .slide > section ul {
          padding-top: 2rem; } }
    body.workwithus .slide > aside ul li a:hover {
      color: #85a1a3; }
    body.workwithus .slide > aside ul li.active a {
      color: #85a1a3; }
  body.workwithus .logo-listing .swiper-container {
    padding-bottom: 80px; }
  body.workwithus .logo-listing .swiper-slide a {
    display: flex;
    align-items: center; }
body.whatwedo {
  background: url(../images/whatwedo.jpg) 50% 0 no-repeat;
  background-attachment: fixed; }
  @media all and (min-width: 1281px) {
    body.whatwedo {
      background-size: cover; } }
  body.whatwedo.dark > header {
    background-color: rgba(33, 33, 33, 0.8); }
  body.whatwedo .swiper-slide {
    padding-bottom: 0; }
  @media all and (min-width: 1241px) {
    body.whatwedo .about-list > section.wedo-slider {
      right: 0px; } }
  body.whatwedo .about-list > section.wedo-slider .swiper-button-next {
    right: 40px; }
    @media all and (max-width: 640px) {
      body.whatwedo .about-list > section.wedo-slider .swiper-button-next {
        right: 10px; } }
  body.whatwedo .soc-cont-link {
    color: #fff !important; }
    body.whatwedo .soc-cont-link:hover {
      color: #eae8e5 !important; }
  body.whatwedo .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  @media all and (min-width: 1281px) {
    body.whatwedo .proj-brief {
      padding-right: 40% !important; } }
  @media all and (max-width: 1280px) {
    body.whatwedo .proj-brief {
      padding-right: 100px !important; } }
  @media all and (max-width: 640px) {
    body.whatwedo .proj-brief {
      padding-right: 0px !important; } }
  body.whatwedo .hamburger .hamburger-inner {
    background-color: #fff; }
    body.whatwedo .hamburger .hamburger-inner:before, body.whatwedo .hamburger .hamburger-inner:after {
      background-color: #fff; }
  body.whatwedo .hamburger.active .hamburger-inner {
    background-color: #fff; }
    body.whatwedo .hamburger.active .hamburger-inner:before, body.whatwedo .hamburger.active .hamburger-inner:after {
      background-color: #fff; }
  body.whatwedo header {
    background-color: transparent; }
  body.whatwedo .slide {
    background-color: transparent; }
    body.whatwedo .slide > aside ul li a:hover {
      color: #85a1a3; }
    body.whatwedo .slide > aside ul li.active a {
      color: #85a1a3; }
body.ourprocess {
  background-color: #7c9197; }
  body.ourprocess.dark > header {
    background-color: #7c9197; }
  @media all and (min-width: 1241px) {
    body.ourprocess .about-list > section.wedo-slider {
      right: 0px; } }
  body.ourprocess .about-list > section.wedo-slider .swiper-button-next {
    right: 40px; }
  body.ourprocess .about-list .process-slider .swiper-slide {
    padding-bottom: 0; }
    body.ourprocess .about-list .process-slider .swiper-slide a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    body.ourprocess .about-list .process-slider .swiper-slide figure {
      text-align: center;
      position: relative; }
      body.ourprocess .about-list .process-slider .swiper-slide figure img {
        display: inline-block; }
      body.ourprocess .about-list .process-slider .swiper-slide figure div {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        background-color: #7c9197;
        opacity: 0; }
        body.ourprocess .about-list .process-slider .swiper-slide figure div small {
          color: #fff;
          font-size: 2rem;
          transition: all 0.3s ease;
          padding: 0 10px; }
          @media all and (max-width: 1250px) {
            body.ourprocess .about-list .process-slider .swiper-slide figure div small {
              font-size: 1.5rem; } }
    body.ourprocess .about-list .process-slider .swiper-slide img {
      width: 100%; }
    body.ourprocess .about-list .process-slider .swiper-slide:hover img {
      transform: scale(1); }
    body.ourprocess .about-list .process-slider .swiper-slide p {
      color: #fff;
      font-size: 2rem;
      line-height: 2.5rem;
      text-align: center;
      padding: 2rem; }
      @media all and (max-width: 1280px) {
        body.ourprocess .about-list .process-slider .swiper-slide p {
          font-size: 2rem;
          line-height: 2.5rem;
          padding: 2rem; } }
      @media all and (max-width: 520px) {
        body.ourprocess .about-list .process-slider .swiper-slide p {
          padding: 2rem; } }
    body.ourprocess .about-list .process-slider .swiper-slide:hover figure div {
      opacity: 1; }
  body.ourprocess .about-list .project-control {
    height: 100px;
    top: 45%; }
    @media all and (max-width: 768px) {
      body.ourprocess .about-list .project-control {
        top: 52%; } }
    @media all and (max-width: 520px) {
      body.ourprocess .about-list .project-control {
        top: 55%; } }
    body.ourprocess .about-list .project-control .swiper-button-next, body.ourprocess .about-list .project-control .swiper-button-prev {
      height: 100px; }
  body.ourprocess .soc-cont-link {
    color: #fff !important; }
    body.ourprocess .soc-cont-link:hover {
      color: #eae8e5 !important; }
  body.ourprocess .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  body.ourprocess header {
    background-color: transparent; }
  body.ourprocess .slide {
    background-color: transparent; }
    body.ourprocess .slide > aside ul li a {
      color: #536362; }
      body.ourprocess .slide > aside ul li a:hover {
        color: #fff; }
    body.ourprocess .slide > aside ul li.active a {
      color: #fff; }

.about-list .resources {
  flex: 75%;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start; }
  @media all and (max-width: 800px) {
    .about-list .resources {
      padding-top: 2rem; } }
  .about-list .resources > div {
    flex: 0 0 25%;
    padding-bottom: 2rem; }
    @media all and (max-width: 1300px) {
      .about-list .resources > div {
        flex: 0 0 33.33%; } }
    @media all and (max-width: 940px) {
      .about-list .resources > div {
        flex: 0 0 50%; } }
    @media all and (max-width: 520px) {
      .about-list .resources > div {
        flex: 0 0 100%; } }
  .about-list .resources h1 {
    padding-bottom: .5rem;
    font-size: 1.8rem;
    font-weight: bold; }
  .about-list .resources ul li {
    padding-bottom: 3px;
    line-height: 2.2rem; }
    .about-list .resources ul li a {
      text-decoration: none;
      color: #212121;
      font-size: 15px; }
@media all and (max-width: 1280px) {
  .about-list .page-title {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    font-size: 5rem;
    font-weight: 800; } }
@media all and (max-width: 800px) {
  .about-list .page-title {
    position: relative;
    left: 0;
    bottom: initial; } }
@media all and (max-width: 1280px) {
  .about-list > section {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: calc(25% + 2rem);
    z-index: 0; } }
@media all and (max-width: 800px) {
  .about-list > section {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0;
    position: relative;
    left: 0; } }
.about-list > section.media {
  right: 0;
  flex: 75%;
  left: 0;
  top: 0;
  position: relative; }
  @media all and (max-width: 800px) {
    .about-list > section.media {
      padding-top: 2rem; } }
@media all and (max-width: 1280px) {
  .about-list > aside {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5rem; } }
@media all and (max-width: 800px) {
  .about-list > aside {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0; } }
.about-list > aside ul li a {
  font-weight: 800;
  font-size: 1.9rem;
  color: #a7a6a6;
  cursor: pointer; }
  .about-list > aside ul li a:hover {
    color: #212121; }
.about-list > aside ul li.active a {
  color: #212121; }
.about-list .swiper-slide {
  padding-bottom: 60px; }
  .about-list .swiper-slide figure {
    overflow: hidden; }
  .about-list .swiper-slide > a {
    display: flex;
    align-items: flex-end; }
    .about-list .swiper-slide > a h2 {
      display: block;
      color: black;
      font-size: 1.9rem;
      font-weight: 600; }
      .about-list .swiper-slide > a h2 small {
        display: block;
        font-weight: 400;
        font-size: 1.9rem; }
      @media all and (max-width: 520px) {
        .about-list .swiper-slide > a h2 {
          padding: 15px 0; } }
  .about-list .swiper-slide .proj-detail p {
    color: #858f8e; }
  .about-list .swiper-slide .proj-brief {
    color: #212121;
    padding-right: 2rem; }
    .about-list .swiper-slide .proj-brief h1 {
      font-size: 35px;
      font-weight: 800;
      color: #85a1a3;
      padding-bottom: 2rem; }
    .about-list .swiper-slide .proj-brief p {
      color: #212121;
      font-size: 2.5rem;
      color: white;
      line-height: 3.5rem; }
      @media all and (max-width: 1240px) {
        .about-list .swiper-slide .proj-brief p {
          font-size: 1.8rem;
          line-height: 2.5rem; } }
  @media all and (max-width: 1280px) {
    .about-list .swiper-slide.blank {
      display: block !important; } }
  @media all and (max-width: 1040px) {
    .about-list .swiper-slide.blank {
      display: none !important; } }
.about-list .media-content {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30%;
  margin: 0 -15px; }
  @media all and (max-width: 1280px) {
    .about-list .media-content {
      padding-right: 0; } }
  @media all and (max-width: 640px) {
    .about-list .media-content {
      margin: 0; } }
  .about-list .media-content > div {
    flex: 0 0 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media all and (max-width: 640px) {
      .about-list .media-content > div {
        flex: 0 0 100%;
        padding: 0 0 15px;
        margin: 0; } }
    .about-list .media-content > div > h1 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 20px;
      flex: 0 0 100%;
      padding: 0 15px 20px; }
      @media all and (max-width: 640px) {
        .about-list .media-content > div > h1 {
          padding-left: 0; } }
    .about-list .media-content > div p {
      flex: 0 0 50%;
      font-size: 15px;
      line-height: 2.2rem;
      padding: 0 15px 20px; }
      .about-list .media-content > div p strong {
        display: block;
        padding-bottom: 5px; }
      .about-list .media-content > div p a {
        color: #85a1a3;
        text-decoration: underline;
        font-weight: bold; }
        .about-list .media-content > div p a:hover {
          text-decoration: none; }
      @media all and (max-width: 640px) {
        .about-list .media-content > div p {
          flex: 0 0 100%;
          padding: 0 0 15px; } }
  .about-list .media-content.media-gallery {
    padding-right: 0;
    margin: 0; }
    .about-list .media-content.media-gallery ul {
      display: flex;
      margin: 0 -5px;
      flex-wrap: wrap; }
      .about-list .media-content.media-gallery ul li {
        flex: 0 0 33.33%;
        padding: 0 5px; }
        .about-list .media-content.media-gallery ul li strong {
          display: block;
          line-height: 2.2rem; }
        .about-list .media-content.media-gallery ul li figure {
          padding-bottom: 5px; }
        @media all and (max-width: 980px) {
          .about-list .media-content.media-gallery ul li {
            flex: 0 0 50%; } }
        @media all and (max-width: 520px) {
          .about-list .media-content.media-gallery ul li {
            flex: 0 0 100%; } }
        .about-list .media-content.media-gallery ul li a {
          font-size: 0;
          display: block; }
@media all and (max-width: 768px) {
  .about-list .events .media-content {
    margin: 0; }
    .about-list .events .media-content div {
      flex: 0 0 100%;
      padding: 0 0 15px; } }

body.show-about {
  overflow: hidden; }
  body.show-about header {
    z-index: 2; }
  @media all and (max-width: 1000px) {
    body.show-about header > section:not(.mnu-bg):not(.cont-bg) {
      flex: 0 0 100%;
      max-width: 100%; } }
  body.show-about .sm-logo {
    opacity: 1 !important;
    background: url(../images/logo-w.svg) 0 0 no-repeat !important;
    background-size: 92px 53px; }
  body.show-about .home.hamburger {
    display: none; }
  body.show-about .mnu-bg {
    right: 100%; }
  body.show-about .cont-bg {
    left: 0%; }
  body.show-about .about-data {
    left: 0%; }
    @media all and (max-width: 1280px) {
      body.show-about .about-data > header {
        left: 0%;
        opacity: 1; } }
    @media all and (max-width: 1280px) {
      body.show-about .about-data {
        left: 0%;
        position: relative;
        overflow: AUTO;
        HEIGHT: 100%;
        padding-top: 108px; } }
    @media all and (max-width: 768px) {
      body.show-about .about-data {
       /* left: 0%;
      right: initial;
      height: calc(100vh - 100px);
      overflow-y: auto;*/ } }
  body.show-about .soc-cont > a {
    display: none; }
  body.show-about .soc-cont .hamburger {
    display: block !important;
    position: absolute;
    left: 40px; }

.view-details {
  padding: 0 4rem;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  right: 150%;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  background: #212121;
  color: white;
  max-height: 100vh;
  height: initial;
  overflow: scroll; }
  @media all and (max-width: 640px) {
    .view-details {
      padding: 0 2rem; } }
  .view-details header {
    right: 150%;
    left: initial !important;
    transition: all 0.3s ease-in;
    background-color: #212121 !important; }
    .view-details header > div {
      padding-right: 40px; }
    .view-details header .sm-logo {
      background: url(../images/logo-w.svg) 0 0 no-repeat !important;
      background-size: 92px 53px;
      opacity: 1 !important; }
  .view-details > section {
    padding-left: 5rem;
    align-self: flex-start;
    padding-top: 13rem;
    display: flex;
    flex-wrap: wrap;
    color: white;
    padding-bottom: 2rem; }
    @media all and (min-width: 1281px) {
      .view-details > section {
        padding-right: 30%; } }
    @media all and (max-width: 640px) {
      .view-details > section {
        padding-left: 0;
        padding-top: 8rem; } }
    .view-details > section h1 {
      font-size: 2.5rem;
      font-weight: 600;
      color: #fff;
      padding-bottom: 2rem; }
    .view-details > section p {
      font-size: 1.8rem;
      line-height: 2.5rem;
      color: white; }

.about-data {
  padding: 0 4rem;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  right: 0;
  left: 100%;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  background: #212121;
  color: white;
  max-height: 100vh;
  height: initial;
  overflow: scroll; }
  .about-data > header {
    position: relative;
    padding: 4rem 0 1.5rem;
    width: 100%;
    height: 108px;
    transition: all 0.3s ease; }
    @media all and (max-width: 1280px) {
      .about-data > header {
        position: fixed;
        padding-left: 4rem;
        padding-right: 4rem;
        background-color: #212121;
        left: 100%;
        opacity: 0; }
        .about-data > header .sm-logo {
          background: url(../images/logo-w.svg) 0 0 no-repeat !important;
          background-size: 92px 53px; } }
    @media all and (max-width: 980px) {
      .about-data > header .sm-logo {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 40px; } }
    .about-data > header .hamburger.active .hamburger-inner {
      background-color: #fff; }
      .about-data > header .hamburger.active .hamburger-inner:before, .about-data > header .hamburger.active .hamburger-inner:after {
        background-color: #fff; }
  .about-data > section {
    padding-left: 25%;
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 980px) {
      .about-data > section {
        padding-left: 0; } }
    .about-data > section aside {
      flex: 0 0 30%; }
      @media all and (max-width: 700px) {
        .about-data > section aside {
          flex: 0 0 100%; } }
      .about-data > section aside p {
        margin-bottom: 0;
        padding-bottom: 0; }
        .about-data > section aside p a {
          color: #fff;
          text-decoration: underline; }
          .about-data > section aside p a:hover {
            text-decoration: none; }
      .about-data > section aside figure {
        padding-bottom: 5px; }
      .about-data > section aside h1 {
        font-size: 2rem;
        color: #85a1a3;
        font-weight: bold;
        padding-bottom: 2rem; }
        .about-data > section aside h1 small {
          font-size: 2rem;
          display: block;
          font-weight: normal; }
    .about-data > section > section {
      flex: 0 0 70%;
      padding-left: 4rem;
      padding-right: 5%; }
      @media all and (max-width: 700px) {
        .about-data > section > section {
          flex: 0 0 100%;
          padding-left: 0;
          padding-right: 0; } }
      .about-data > section > section > p {
        font-size: 2rem;
        line-height: 2.3rem;
        color: #eae8e5; }
        .about-data > section > section > p a {
          color: #eae8e5;
          text-decoration: underline; }
          .about-data > section > section > p a:hover {
            text-decoration: none; }
      .about-data > section > section > section {
        display: flex;
        flex-wrap: wrap; }
        .about-data > section > section > section > div {
          flex: 0 0 50%; }
          @media all and (max-width: 1280px) {
            .about-data > section > section > section > div {
              flex: 0 0 100%; } }
          .about-data > section > section > section > div > div {
            padding-bottom: 2rem;
            font-size: 1.5rem;
            color: #eae8e5; }
            .about-data > section > section > section > div > div strong {
              display: block; }
            .about-data > section > section > section > div > div p {
              padding-bottom: 0;
              color: #eae8e5;
              line-height: 1.8rem; }
              .about-data > section > section > section > div > div p a {
                color: #eae8e5;
                text-decoration: underline; }
                .about-data > section > section > section > div > div p a:hover {
                  text-decoration: none; }

body.show-pod-detail {
  overflow: hidden; }
  body.show-pod-detail header {
    left: 00%; }
    @media all and (max-width: 640px) {
      body.show-pod-detail header {
        right: 2rem; } }
  body.show-pod-detail .cont-bg {
    right: 50%;
    left: initial; }
  body.show-pod-detail .view-details {
    right: 50%;
    padding-right: 5rem;
    width: initial;
    overflow: hidden; }
    @media all and (max-width: 700px) {
      body.show-pod-detail .view-details {
        right: 0%; } }
    body.show-pod-detail .view-details > section {
      padding-left: 0;
      overflow: auto;
      margin: 15px -100px 15px 15px;
      padding-right: 100px;
      max-height: 100%;
      padding-bottom: 5rem;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none; }
      body.show-pod-detail .view-details > section::-webkit-scrollbar {
        width: 0 !important; }
    body.show-pod-detail .view-details header {
      right: 50%;
      justify-content: flex-end; }
      @media all and (max-width: 700px) {
        body.show-pod-detail .view-details header {
          right: 0%;
          padding: 0;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-right: 30px; } }
      body.show-pod-detail .view-details header > div {
        flex: 0 0 36px; }
      body.show-pod-detail .view-details header section {
        display: none; }
    body.show-pod-detail .view-details a {
      color: #fff;
      text-decoration: underline; }
      body.show-pod-detail .view-details a:hover {
        color: #eae8e5;
        text-decoration: none; }
    body.show-pod-detail .view-details .soc.hamburger {
      display: none; }
    body.show-pod-detail .view-details h2 {
      padding-bottom: 1.5rem; }
    body.show-pod-detail .view-details ul {
      flex: 0 0 100%; }
      body.show-pod-detail .view-details ul li {
        position: relative;
        padding-left: 1.8rem;
        padding-bottom: 1.5rem;
        margin-left: 1.8rem; }
        body.show-pod-detail .view-details ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 5px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #fff; }

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