@import url(../../vendors/bootstrap/css/bootstrap-reboot.min.css);
@import url(../../vendors/ionicons/css/ionicons.min.css);
@import url(../../vendors/slick/slick.css);
@import url(../../vendors/slick/slick-theme.css);
@import url(../../vendors/fancybox/jquery.fancybox.min.css);
.none {
  display: none; }

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

.cf:after {
  clear: both; }

.clear {
  clear: both; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.tcenter {
  text-align: center; }

.btn {
  background: none;
  height: 36px;
  line-height: 34px;
  color: #2B58D0;
  border: 1px solid #2B58D0;
  border-radius: 3px;
  padding: 0 2.5em;
  display: inline-block;
  transition: all .2s ease;
  box-shadow: none;
  cursor: pointer; }
  .btn:hover {
    color: white;
    background: #2B58D0;
    border: 1px solid #2B58D0; }
  .btn.btn-block {
    width: 100%;
    display: block; }
  .btn.btn-primary {
    background: #2B58D0;
    color: white; }
    .btn.btn-primary:hover {
      color: #2B58D0;
      border: 1px solid #2B58D0;
      background: none; }

.btn-toggle-nav {
  display: none;
  width: 26px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  outline: none !important; }
  .btn-toggle-nav span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .btn-toggle-nav span:nth-child(1) {
    top: 0px; }
  .btn-toggle-nav span:nth-child(2) {
    top: 7px; }
  .btn-toggle-nav span:nth-child(3) {
    top: 14px; }
  .btn-toggle-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff; }
  .btn-toggle-nav.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
    background: #fff; }
  .btn-toggle-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff; }
  .btn-toggle-nav.hidden {
    pointer-events: none;
    opacity: 0; }

.btn-close {
  position: relative;
  transition: all .2s ease;
  opacity: .8;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  outline: none; }
  .btn-close:hover {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  .btn-close:active, .btn-close:focus {
    outline: none; }
  .btn-close:before, .btn-close:after {
    position: absolute;
    left: 13px;
    top: 0;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff; }
  .btn-close:before {
    transform: rotate(45deg); }
  .btn-close:after {
    transform: rotate(-45deg); }
  .btn-close.small {
    width: 20px;
    height: 20px; }
    .btn-close.small:before, .btn-close.small:after {
      left: 10px;
      height: 25px; }
  .btn-close.dark:before, .btn-close.dark:after {
    background-color: #000; }

.btn-play {
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  outline: none;
  font-size: 15px;
  font-weight: 500; }
  .btn-play img {
    width: 50px;
    margin-right: 10px;
    transition: all .3s ease; }
  .btn-play:hover img {
    transform: scale(1.1); }

.form .form-row {
  margin-top: 12px; }
  .form .form-row:first-child {
    margin-top: 0; }

.form input {
  border-radius: 5px;
  padding: .6em 1em;
  color: #000;
  border: 1px solid #ddd;
  transition: all .2s ease;
  box-shadow: none;
  width: 100%;
  outline: none; }
  .form input:active, .form input:focus {
    border-color: #000; }

.browserupgrade {
  position: fixed;
  z-index: 99999;
  background: #2B4141;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff; }
  .browserupgrade strong {
    font-weight: bold; }
  .browserupgrade a {
    color: #fff;
    text-decoration: underline; }
    .browserupgrade a:hover {
      text-decoration: none; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .popup.active {
    display: block;
    opacity: 1;
    height: 100%;
    pointer-events: auto; }
  .popup .popup-backdrop {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    z-index: 1000; }
  .popup .popup-content {
    padding: 20px;
    text-align: center;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1001; }
    .popup .popup-content .btn-close {
      position: absolute;
      right: 20px;
      top: 20px; }
  .popup.large .popup-content {
    max-width: 900px; }
  .popup.small .popup-content {
    max-width: 316px;
    padding: 40px;
    border-radius: 7px; }
    .popup.small .popup-content .btn-close {
      position: absolute;
      right: 18px;
      top: 18px; }

.slider .slick-slider {
  margin: 0 auto; }
  .slider .slick-slider.slick-dotted {
    margin-bottom: 0; }

.slider .slick-arrow {
  height: 50px;
  width: 50px;
  z-index: 1; }
  @media only screen and (max-width: 576px) {
    .slider .slick-arrow {
      height: 30px;
      width: 30px; } }
  .slider .slick-arrow:before {
    color: #fff;
    font-family: 'Ionicons';
    font-size: 50px; }
    @media only screen and (max-width: 576px) {
      .slider .slick-arrow:before {
        font-size: 30px; } }
  .slider .slick-arrow.slick-prev {
    left: 20px; }
    @media only screen and (max-width: 576px) {
      .slider .slick-arrow.slick-prev {
        left: -20px; } }
    .slider .slick-arrow.slick-prev:before {
      content: "\f3d2"; }
  .slider .slick-arrow.slick-next {
    right: 20px; }
    @media only screen and (max-width: 576px) {
      .slider .slick-arrow.slick-next {
        right: -20px; } }
    .slider .slick-arrow.slick-next:before {
      content: "\f3d3"; }

.slider .slick-dots {
  bottom: 10px;
  z-index: 1; }
  .slider .slick-dots li {
    margin: 0 3px; }
    .slider .slick-dots li button:before {
      color: white;
      opacity: 1; }
    .slider .slick-dots li.slick-active button:before {
      color: #64CDD6; }

.slider.dots-outside .slick-dots {
  bottom: -40px; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/5591154/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix");
  src: url("../fonts/5591154/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix") format("eot"), url("../fonts/5591154/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2") format("woff2"), url("../fonts/5591154/4cadc2f9-fb32-4b99-b1f2-9ce6d68afbd5.woff") format("woff"), url("../fonts/5591154/24018d68-3235-4323-9ec0-4a86537b0f30.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/5591097/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix");
  src: url("../fonts/5591097/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix") format("eot"), url("../fonts/5591097/6ceed230-b2b3-4422-b048-4aa11687430a.woff2") format("woff2"), url("../fonts/5591097/80b0143f-6f0d-4dce-aafd-f3c81b85d177.woff") format("woff"), url("../fonts/5591097/247437df-66d2-4605-ac03-1be0e07c31a7.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/5591111/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix");
  src: url("../fonts/5591111/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix") format("eot"), url("../fonts/5591111/398e3e8c-3bf0-4af1-9791-f426a7992711.woff2") format("woff2"), url("../fonts/5591111/4ba8e512-e6fb-494f-afd3-a7b68b2e5efb.woff") format("woff"), url("../fonts/5591111/d988fb64-309d-4c7f-9ded-4e9663aa6061.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN';
  src: url("../fonts/5591154/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix");
  src: url("../fonts/5591154/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix") format("eot"), url("../fonts/5591154/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2") format("woff2"), url("../fonts/5591154/4cadc2f9-fb32-4b99-b1f2-9ce6d68afbd5.woff") format("woff"), url("../fonts/5591154/24018d68-3235-4323-9ec0-4a86537b0f30.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.eot);
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), local("Source Sans Pro"), url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.svg#SourceSansPro) format("svg"), url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Regular.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light-Italic.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light-Italic.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Light-Italic.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(../fonts/SourceSansPro/Source-Sans-Pro-Italic.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Italic.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Italic.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold-Italic.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold-Italic.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-SemiBold-Italic.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold-Italic.ttf) format("truetype"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold-Italic.woff2) format("woff2"), url(../fonts/SourceSansPro/Source-Sans-Pro-Bold-Italic.woff) format("woff"); }

html,
body {
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', -apple-system, 'Helvetica Neue', Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 300;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden;
  color: #000; }

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

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px;
  letter-spacing: .1em; }

p {
  line-height: 1.6;
  color: #000; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, 'Helvetica Neue', Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 300; }

a {
  transition: all .2s ease;
  text-decoration: none;
  color: inherit; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit; }

img {
  max-width: 100%;
  height: inherit; }

.container {
  margin: 0 auto;
  position: relative;
  width: 1240px; }
  @media only screen and (max-width: 576px) {
    .container {
      width: 100%;
      padding: 0 20px; } }

.alm-btn-wrap {
  display: none; }

header.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0);
  transition: all .5s ease;
  *zoom: 1; }
  header.global-header.sticky {
    background: white;
    padding: 12px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 9999; }
    header.global-header.sticky .header-nav {
      padding-top: 12px; }
      header.global-header.sticky .header-nav nav ul li a {
        color: #000; }
        header.global-header.sticky .header-nav nav ul li a:hover {
          color: #000; }
    header.global-header.sticky .header-logo {
      width: 60px; }
      @media only screen and (max-width: 576px) {
        header.global-header.sticky .header-logo {
          width: 45px; } }
      header.global-header.sticky .header-logo .logo-white {
        display: none; }
      header.global-header.sticky .header-logo .logo-black {
        display: inline-block; }
    @media only screen and (max-width: 576px) {
      header.global-header.sticky .btn-toggle-nav {
        top: 14px; } }
    header.global-header.sticky .btn-toggle-nav span {
      background: #000; }
    header.global-header.sticky .btn-toggle-nav.open span:nth-child(1) {
      background: #fff; }
    header.global-header.sticky .btn-toggle-nav.open span:nth-child(2) {
      background: #fff; }
    header.global-header.sticky .btn-toggle-nav.open span:nth-child(3) {
      background: #fff; }
  header.global-header.nav-open {
    background: none;
    box-shadow: none; }
  @media only screen and (max-width: 576px) {
    header.global-header {
      padding: 15px 0; } }
  header.global-header:before, header.global-header:after {
    display: table;
    content: ""; }
  header.global-header:after {
    clear: both; }
  header.global-header.full-width .container {
    width: 100%;
    padding: 0 80px;
    max-width: 1600px; }
    @media only screen and (max-width: 1280px) {
      header.global-header.full-width .container {
        padding: 0 40px; } }
    @media only screen and (max-width: 576px) {
      header.global-header.full-width .container {
        padding: 0 25px; } }
  header.global-header .header-logo {
    float: left;
    width: 70px;
    transition: all .3s ease; }
    @media only screen and (max-width: 576px) {
      header.global-header .header-logo {
        width: 60px; } }
    header.global-header .header-logo .logo-black {
      display: none; }
  header.global-header .header-nav {
    float: right;
    padding-top: 20px; }
    @media only screen and (max-width: 576px) {
      header.global-header .header-nav {
        display: none; } }
    header.global-header .header-nav nav > ul > li {
      display: inline-block;
      margin: 0 0 0 80px;
      position: relative; }
      header.global-header .header-nav nav > ul > li > ul {
        position: absolute;
        left: 0;
        top: 1;
        opacity: 0;
        pointer-events: none;
        transform: translate(0, 8px);
        transition: all .3s ease;
        padding-top: 5px; }
        header.global-header .header-nav nav > ul > li > ul li {
          line-height: 1.8; }
      header.global-header .header-nav nav > ul > li:hover > ul {
        opacity: 1;
        pointer-events: auto;
        transform: translate(0, 0px); }
      header.global-header .header-nav nav > ul > li a {
        display: block;
        color: #fff;
        font-size: 15px;
        padding-bottom: 10px;
        line-height: 1.8;
        position: relative;
        overflow: hidden;
        height: 1.8em;
        text-align: center;
        font-weight: 400; }
        header.global-header .header-nav nav > ul > li a strong {
          font-size: 17px;
          display: block;
          text-align: center;
          font-weight: 400; }
        header.global-header .header-nav nav > ul > li a span {
          display: inline-block;
          transition: all .3s ease; }
      header.global-header .header-nav nav > ul > li:hover > a {
        color: #fff; }
        header.global-header .header-nav nav > ul > li:hover > a span {
          transform: translate3d(0, -1.8em, 0); }
  header.global-header.black .header-nav nav ul li a {
    color: #000; }
    header.global-header.black .header-nav nav ul li a:hover {
      color: #000; }
  header.global-header.black .header-logo .logo-white {
    display: none; }
  header.global-header.black .header-logo .logo-black {
    display: inline-block; }
  header.global-header.black .btn-toggle-nav span {
    background: #000; }
  header.global-header.black .btn-toggle-nav.open span:nth-child(1) {
    background: #fff; }
  header.global-header.black .btn-toggle-nav.open span:nth-child(2) {
    background: #fff; }
  header.global-header.black .btn-toggle-nav.open span:nth-child(3) {
    background: #fff; }
  header.global-header.static {
    position: relative;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 576px) {
    header.global-header .btn-toggle-nav {
      display: inline-block;
      position: absolute;
      right: 25px;
      top: 20px; } }

.header-ph {
  height: 100px; }
  @media only screen and (max-width: 576px) {
    .header-ph {
      height: 90px; } }

.mobile-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  overflow: hidden; }
  .mobile-nav .nav-backdrop {
    background: black;
    width: 100%;
    height: 100vh;
    transition: all .5s ease;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0; }
  .mobile-nav .nav-bd {
    display: flex;
    height: 100vh;
    align-items: center;
    padding: 20px 20px 50px;
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: all .5s ease;
    position: relative;
    top: 0px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 576px) {
      .mobile-nav .nav-bd {
        padding-top: 60px; } }
    .mobile-nav .nav-bd > div {
      width: 100%; }
    .mobile-nav .nav-bd p {
      color: #000; }
    .mobile-nav .nav-bd .box-menu ul {
      margin-bottom: 30px; }
      .mobile-nav .nav-bd .box-menu ul li {
        color: #000;
        text-align: center;
        line-height: 2.2;
        margin: 10px auto; }
        .mobile-nav .nav-bd .box-menu ul li:first-child {
          border: none; }
        .mobile-nav .nav-bd .box-menu ul li a {
          font-size: 25px;
          display: inline-block;
          font-weight: 300;
          padding: 5px 0;
          color: #fff;
          border-bottom: 2px solid transparent; }
          @media only screen and (max-width: 576px) {
            .mobile-nav .nav-bd .box-menu ul li a {
              font-size: 20px;
              line-height: 1.4; } }
          .mobile-nav .nav-bd .box-menu ul li a:hover {
            border-bottom: 2px solid #fff; }
        .mobile-nav .nav-bd .box-menu ul li.active a, .mobile-nav .nav-bd .box-menu ul li.current-menu-item a {
          color: #000; }
  .mobile-nav.active {
    height: 100vh;
    overflow: auto;
    pointer-events: auto;
    opacity: 1; }
    .mobile-nav.active .nav-backdrop {
      opacity: 1; }
    .mobile-nav.active .nav-bd {
      opacity: 1;
      transform: translate3d(0, 0, 0); }

section.about-slide {
  width: 100%;
  height: 100vh; }
  section.about-slide .section-bd {
    height: 100%;
    background-position: center;
    background-size: cover; }
    section.about-slide .section-bd a {
      display: inline;
      padding: 0 .2em;
      background: rgba(190, 190, 190, 0.5); }
      section.about-slide .section-bd a:hover {
        background: #bebebe; }
  section.about-slide.nth-1 .container {
    height: 100%;
    display: flex;
    align-items: center; }
  section.about-slide.nth-1 .row {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      section.about-slide.nth-1 .row {
        flex-wrap: wrap;
        width: 100%; } }
    section.about-slide.nth-1 .row .col {
      color: #fff;
      line-height: 1.6; }
      section.about-slide.nth-1 .row .col h2 {
        font-size: 39px; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-1 .row .col h2 {
            font-size: 24px; } }
      section.about-slide.nth-1 .row .col h3 {
        font-size: 20px; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-1 .row .col h3 {
            font-size: 18px; } }
      @media only screen and (max-width: 576px) {
        section.about-slide.nth-1 .row .col {
          width: 100%;
          padding: 0; } }
      section.about-slide.nth-1 .row .col:nth-child(1) {
        width: 70%;
        padding: 0 5% 0 0; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-1 .row .col:nth-child(1) {
            width: 100%;
            padding: 0; } }
      section.about-slide.nth-1 .row .col:nth-child(2) {
        width: 30%; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-1 .row .col:nth-child(2) {
            width: 100%; } }
  section.about-slide.nth-2 .container {
    height: 100%;
    display: flex;
    align-items: center; }
  section.about-slide.nth-2 .row {
    display: block;
    text-align: right;
    width: 80%;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 576px) {
      section.about-slide.nth-2 .row {
        width: 100%; } }
    section.about-slide.nth-2 .row .col {
      padding: 0 5%;
      color: #fff; }
      section.about-slide.nth-2 .row .col h2 {
        font-size: 39px; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-2 .row .col h2 {
            font-size: 26px; } }
      section.about-slide.nth-2 .row .col h3 {
        font-size: 20px;
        margin-top: 20px; }
        @media only screen and (max-width: 576px) {
          section.about-slide.nth-2 .row .col h3 {
            font-size: 18px; } }
      section.about-slide.nth-2 .row .col:nth-child(1) {
        width: 100%; }
  section.about-slide.slide-about-us {
    background: #BEBEBE; }
    section.about-slide.slide-about-us .container {
      max-width: 900px; }
    section.about-slide.slide-about-us .section-bd {
      padding: 50px 0;
      color: #fff;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        section.about-slide.slide-about-us .section-bd {
          padding: 25px 0; } }
      section.about-slide.slide-about-us .section-bd p {
        color: #fff; }
      section.about-slide.slide-about-us .section-bd .row {
        display: flex; }
        @media only screen and (max-width: 576px) {
          section.about-slide.slide-about-us .section-bd .row {
            flex-wrap: wrap; } }
        section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) {
          border-right: 1px solid #fff;
          width: 20%;
          display: flex; }
          @media only screen and (max-width: 576px) {
            section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) {
              display: block;
              width: 100%;
              writing-mode: initial;
              text-orientation: initial;
              border: none; } }
          section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h4 {
            font-size: 22px; }
            section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h4 span {
              display: block;
              line-height: 1.2; }
              @media only screen and (max-width: 576px) {
                section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h4 span {
                  display: inline;
                  line-height: 1.2; } }
            @media only screen and (max-width: 576px) {
              section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h4 {
                font-size: 18px; } }
          section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h3 {
            font-size: 32px;
            margin-left: 25px; }
            @media only screen and (max-width: 576px) {
              section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h3 {
                margin-left: 0; } }
            section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h3 span {
              display: block;
              transform: rotate(90deg);
              line-height: .7; }
              @media only screen and (max-width: 576px) {
                section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h3 span {
                  display: inline;
                  line-height: 1.2; } }
            @media only screen and (max-width: 576px) {
              section.about-slide.slide-about-us .section-bd .row .col:nth-child(1) h3 {
                font-size: 24px; } }
        section.about-slide.slide-about-us .section-bd .row .col:nth-child(2) {
          padding-left: 40px; }
          @media only screen and (max-width: 576px) {
            section.about-slide.slide-about-us .section-bd .row .col:nth-child(2) {
              padding: 0;
              margin-top: 30px; } }
          section.about-slide.slide-about-us .section-bd .row .col:nth-child(2) p {
            font-size: 15px; }
            @media only screen and (max-width: 576px) {
              section.about-slide.slide-about-us .section-bd .row .col:nth-child(2) p {
                font-size: 14px; } }

section.contact {
  width: 100%;
  height: 100vh;
  background: #BEBEBE; }
  section.contact .section-hd {
    padding: 150px 0 50px;
    height: 60%;
    color: #fff;
    display: flex; }
    section.contact .section-hd p {
      color: #fff; }
    @media only screen and (max-width: 576px) {
      section.contact .section-hd .container {
        padding: 0 25px; } }
    section.contact .section-hd .container > .row {
      display: flex;
      flex-wrap: wrap; }
      section.contact .section-hd .container > .row > .col:nth-child(1) {
        width: 50%;
        line-height: 1; }
        section.contact .section-hd .container > .row > .col:nth-child(1) img {
          width: 80px; }
        @media only screen and (max-width: 576px) {
          section.contact .section-hd .container > .row > .col:nth-child(1) {
            width: 100%; } }
      section.contact .section-hd .container > .row > .col:nth-child(2) {
        width: 50%;
        padding-left: 40px;
        line-height: 1.3; }
        section.contact .section-hd .container > .row > .col:nth-child(2) h3 {
          line-height: 1; }
        section.contact .section-hd .container > .row > .col:nth-child(2) h4 {
          line-height: 1;
          font-size: 17px; }
        section.contact .section-hd .container > .row > .col:nth-child(2) p {
          font-size: 16px; }
        @media only screen and (max-width: 576px) {
          section.contact .section-hd .container > .row > .col:nth-child(2) {
            width: 100%;
            padding: 0;
            margin-top: 30px; } }
        section.contact .section-hd .container > .row > .col:nth-child(2) h4,
        section.contact .section-hd .container > .row > .col:nth-child(2) p {
          margin: 0; }
          @media only screen and (max-width: 576px) {
            section.contact .section-hd .container > .row > .col:nth-child(2) h4,
            section.contact .section-hd .container > .row > .col:nth-child(2) p {
              font-size: 15px; } }
        section.contact .section-hd .container > .row > .col:nth-child(2) .row {
          margin-bottom: 2em;
          display: flex;
          align-items: flex-start; }
          section.contact .section-hd .container > .row > .col:nth-child(2) .row .col:first-child {
            width: 30%; }
          section.contact .section-hd .container > .row > .col:nth-child(2) .row .col:last-child {
            width: 70%; }
  section.contact .section-bd {
    padding: 50px 0;
    height: 40%;
    color: #fff;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 576px) {
      section.contact .section-bd {
        padding: 25px 0; } }
    section.contact .section-bd p {
      color: #fff; }
      @media only screen and (max-width: 576px) {
        section.contact .section-bd p {
          font-size: 13px; } }
    section.contact .section-bd .container > .row {
      display: flex;
      text-align: right;
      flex-wrap: wrap; }
      section.contact .section-bd .container > .row > .col:nth-child(1) {
        width: 50%; }
        @media only screen and (max-width: 576px) {
          section.contact .section-bd .container > .row > .col:nth-child(1) {
            width: 100%;
            display: none; } }
      section.contact .section-bd .container > .row > .col:nth-child(2) {
        width: 50%; }
        @media only screen and (max-width: 576px) {
          section.contact .section-bd .container > .row > .col:nth-child(2) {
            width: 100%; } }
        section.contact .section-bd .container > .row > .col:nth-child(2) ul {
          margin-bottom: 20px; }
          section.contact .section-bd .container > .row > .col:nth-child(2) ul li {
            display: inline-block;
            margin-left: 30px; }
            @media only screen and (max-width: 576px) {
              section.contact .section-bd .container > .row > .col:nth-child(2) ul li {
                margin-left: 1em; } }
            section.contact .section-bd .container > .row > .col:nth-child(2) ul li a {
              font-size: 24px; }
              @media only screen and (max-width: 576px) {
                section.contact .section-bd .container > .row > .col:nth-child(2) ul li a {
                  font-size: 16px; } }
              section.contact .section-bd .container > .row > .col:nth-child(2) ul li a:hover {
                text-decoration: line-through; }

section.download {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 576px) {
    section.download {
      margin-top: 20px; } }
  section.download .section-hd {
    display: none; }
    @media only screen and (max-width: 576px) {
      section.download .section-hd {
        display: block; } }
    section.download .section-hd .row {
      display: flex; }
      section.download .section-hd .row .col {
        width: 50%; }
        section.download .section-hd .row .col:first-child h4 {
          font-weight: 500;
          font-size: 16px; }
        section.download .section-hd .row .col:last-child {
          text-align: right; }
  section.download .section-bd {
    margin-top: 20px; }
    section.download .section-bd .container {
      position: static; }
      section.download .section-bd .container > .row {
        display: flex; }
        @media only screen and (max-width: 576px) {
          section.download .section-bd .container > .row {
            flex-wrap: wrap; } }
        section.download .section-bd .container > .row > .col:first-child {
          min-width: 200px;
          padding-right: 20px; }
          @media only screen and (max-width: 576px) {
            section.download .section-bd .container > .row > .col:first-child {
              display: none; } }
          @media only screen and (max-width: 576px) {
            section.download .section-bd .container > .row > .col:first-child > div {
              display: none !important; } }
        section.download .section-bd .container > .row > .col:last-child {
          width: 100%; }
          section.download .section-bd .container > .row > .col:last-child ul {
            display: block;
            width: 100%;
            *zoom: 1; }
            section.download .section-bd .container > .row > .col:last-child ul:before, section.download .section-bd .container > .row > .col:last-child ul:after {
              display: table;
              content: ""; }
            section.download .section-bd .container > .row > .col:last-child ul:after {
              clear: both; }
            section.download .section-bd .container > .row > .col:last-child ul li {
              width: 32%;
              float: left;
              margin-left: 2%;
              margin-bottom: 5%; }
              @media only screen and (max-width: 576px) {
                section.download .section-bd .container > .row > .col:last-child ul li {
                  float: none;
                  margin: 0 auto 30px;
                  width: 100%; } }
              section.download .section-bd .container > .row > .col:last-child ul li:nth-child(3n+1) {
                margin-left: 0;
                clear: both; }
              section.download .section-bd .container > .row > .col:last-child ul li .item {
                display: block;
                position: relative;
                display: flex;
                align-items: center; }
                section.download .section-bd .container > .row > .col:last-child ul li .item .item-image {
                  width: 100%;
                  position: static;
                  width: 60%; }
                  section.download .section-bd .container > .row > .col:last-child ul li .item .item-image img {
                    border-radius: 50%; }
                section.download .section-bd .container > .row > .col:last-child ul li .item .item-content {
                  width: 40%;
                  padding-left: 15px;
                  padding-top: 20%; }
                  section.download .section-bd .container > .row > .col:last-child ul li .item .item-content h3 {
                    font-weight: 500;
                    font-size: 21px; }
                  section.download .section-bd .container > .row > .col:last-child ul li .item .item-content h4 {
                    text-align: left;
                    font-size: 17px; }
                  section.download .section-bd .container > .row > .col:last-child ul li .item .item-content p {
                    font-size: 13px;
                    opacity: 0;
                    pointer-events: none;
                    transition: all .3s ease; }
                    @media only screen and (max-width: 576px) {
                      section.download .section-bd .container > .row > .col:last-child ul li .item .item-content p {
                        opacity: 1;
                        pointer-events: auto; } }
                section.download .section-bd .container > .row > .col:last-child ul li .item:hover .item-content p {
                  opacity: 1;
                  pointer-events: auto; }

.filters {
  opacity: 0;
  pointer-events: none; }
  .filters.active {
    opacity: 1;
    pointer-events: auto; }
  .filters .alm-filters-edit {
    display: none; }
  .filters nav {
    background: #fff; }
    @media only screen and (max-width: 576px) {
      .filters nav {
        position: static !important; } }
    @media only screen and (max-width: 576px) {
      .filters nav ul {
        display: flex;
        flex-wrap: wrap; } }
    .filters nav li {
      margin-bottom: 1.5em; }
      @media only screen and (max-width: 576px) {
        .filters nav li {
          width: 50%; } }
      .filters nav li a {
        font-size: 15px;
        line-height: 1;
        font-weight: normal;
        display: inline-block; }
        .filters nav li a strong {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          padding-bottom: 5px;
          margin-bottom: 5px;
          position: relative; }
          .filters nav li a strong:after {
            content: "";
            border-bottom: 1px solid #000;
            width: 0;
            left: 0;
            bottom: 0px;
            transition: all .3s ease .1s;
            position: absolute; }
        .filters nav li a span {
          display: block;
          font-size: 14px;
          font-weight: 300; }
        .filters nav li a em {
          position: absolute;
          top: -4px;
          right: -2.3em;
          font-style: normal;
          font-weight: bold;
          font-size: 15px;
          width: 2em; }
        .filters nav li a:hover strong:after {
          width: 100%;
          transition: all .3s ease .1s; }

.expand-menu {
  position: relative; }
  .expand-menu a {
    font-size: 14px;
    color: #888; }
    .expand-menu a i {
      font-size: 22px;
      vertical-align: middle;
      position: relative;
      top: -0px;
      margin-left: 5px; }
  .expand-menu .btn-expand-menu .arrow-down {
    display: inline-block; }
  .expand-menu .btn-expand-menu .arrow-up {
    display: none; }
  .expand-menu .btn-expand-menu.active .arrow-down {
    display: none; }
  .expand-menu .btn-expand-menu.active .arrow-up {
    display: inline-block; }
  .expand-menu nav {
    position: absolute;
    min-width: 200px;
    top: 32px;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none; }
    .expand-menu nav.expanded {
      display: block; }
    .expand-menu nav li {
      border-bottom: 1px solid #ddd;
      text-align: left; }
      .expand-menu nav li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        font-size: 15px;
        line-height: 1;
        font-weight: normal; }
        .expand-menu nav li a strong {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          padding-bottom: 3px;
          margin-bottom: 3px;
          position: relative; }
          .expand-menu nav li a strong:after {
            content: "";
            border-bottom: 1px solid #000;
            width: 0;
            left: 0;
            bottom: 0px;
            transition: all .3s ease .1s;
            position: absolute; }
        .expand-menu nav li a span {
          display: block;
          font-size: 13px;
          font-weight: 300; }
        .expand-menu nav li a em {
          position: absolute;
          top: -4px;
          right: -2.3em;
          font-style: normal;
          font-weight: bold;
          font-size: 13px;
          width: 2em; }
      .expand-menu nav li:first-child {
        margin-top: 0; }

section.home-hero .hero-slider {
  overflow: hidden;
  max-height: 100vh; }
  section.home-hero .hero-slider .slick-arrow:before {
    color: #fff; }
  section.home-hero .hero-slider .slick-arrow.slick-prev {
    left: 20px; }
    @media only screen and (max-width: 576px) {
      section.home-hero .hero-slider .slick-arrow.slick-prev {
        left: 20px; } }
    section.home-hero .hero-slider .slick-arrow.slick-prev:before {
      content: "\f3d5"; }
  section.home-hero .hero-slider .slick-arrow.slick-next {
    right: 20px; }
    @media only screen and (max-width: 576px) {
      section.home-hero .hero-slider .slick-arrow.slick-next {
        right: 20px; } }
    section.home-hero .hero-slider .slick-arrow.slick-next:before {
      content: "\f3d6"; }
  section.home-hero .hero-slider .slick-dots {
    bottom: 20px;
    z-index: 1; }
    section.home-hero .hero-slider .slick-dots li {
      margin: 0 3px;
      width: 28px; }
      section.home-hero .hero-slider .slick-dots li button {
        background: #fff;
        height: 4px;
        width: 25px;
        padding: 0;
        opacity: .4; }
        section.home-hero .hero-slider .slick-dots li button:before {
          color: white;
          opacity: .4;
          display: none; }
      section.home-hero .hero-slider .slick-dots li.slick-active button {
        background: #fff;
        height: 4px;
        width: 25px;
        padding: 0;
        opacity: .8; }
        section.home-hero .hero-slider .slick-dots li.slick-active button:before {
          color: #fff;
          opacity: .8;
          display: none; }

@-webkit-keyframes sliding {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes sliding {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
  section.home-hero .hero-slider .slider-item {
    position: relative;
    height: 100vh; }
    section.home-hero .hero-slider .slider-item .item-wrap {
      width: 100vw;
      height: 100vh;
      overflow: hidden; }
    section.home-hero .hero-slider .slider-item .item-image {
      background-size: cover;
      background-position: center;
      width: 100%;
      width: 100vw;
      height: 100vh; }
    section.home-hero .hero-slider .slider-item .item-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%; }
  section.home-hero .hero-slider .slick-slide.slick-hide .item-wrap {
    width: 0; }
  section.home-hero .hero-slider .slick-slide.slick-show .item-wrap {
    -webkit-animation-name: sliding;
    animation-name: sliding;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  section.home-hero .hero-slider .slider-about .item-content {
    display: flex;
    align-items: center; }
    section.home-hero .hero-slider .slider-about .item-content .container {
      width: 100%;
      max-width: 1400px; }
      section.home-hero .hero-slider .slider-about .item-content .container .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        section.home-hero .hero-slider .slider-about .item-content .container .row .col {
          width: 50%;
          color: #fff;
          padding: 0 0%; }
          section.home-hero .hero-slider .slider-about .item-content .container .row .col h4 {
            font-size: 18px; }
          section.home-hero .hero-slider .slider-about .item-content .container .row .col h3 {
            font-size: 20px;
            font-style: italic; }
          section.home-hero .hero-slider .slider-about .item-content .container .row .col:nth-child(1) {
            text-align: left; }
          section.home-hero .hero-slider .slider-about .item-content .container .row .col:nth-child(2) {
            text-align: right; }
          @media only screen and (max-width: 576px) {
            section.home-hero .hero-slider .slider-about .item-content .container .row .col {
              width: 100%;
              padding: 0;
              text-align: center !important; } }
  section.home-hero .hero-slider .slider-space .item-content {
    display: flex;
    align-items: flex-end; }
    section.home-hero .hero-slider .slider-space .item-content .container {
      text-align: right;
      color: #fff;
      padding: 0 0 10% 0;
      width: 100%;
      max-width: 1400px; }
      @media only screen and (max-width: 576px) {
        section.home-hero .hero-slider .slider-space .item-content .container {
          padding: 50px 30px; } }
      section.home-hero .hero-slider .slider-space .item-content .container h4 {
        font-size: 24px;
        line-height: 1.3;
        margin: 0; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-space .item-content .container h4 {
            font-size: 20px; } }
      section.home-hero .hero-slider .slider-space .item-content .container h3 {
        font-size: 48px;
        line-height: 1;
        margin: 10px 0 0; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-space .item-content .container h3 {
            font-size: 30px; } }
  section.home-hero .hero-slider .slider-position .item-content {
    display: flex;
    align-items: flex-end; }
    section.home-hero .hero-slider .slider-position .item-content .container {
      text-align: right;
      color: #fff;
      padding: 0 0% 10% 0;
      width: 100%;
      max-width: 1400px; }
      @media only screen and (max-width: 576px) {
        section.home-hero .hero-slider .slider-position .item-content .container {
          padding: 50px 30px; } }
      section.home-hero .hero-slider .slider-position .item-content .container h4 {
        font-size: 24px;
        line-height: 1.3;
        margin: 0; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-position .item-content .container h4 {
            font-size: 20px; } }
      section.home-hero .hero-slider .slider-position .item-content .container h3 {
        font-size: 48px;
        line-height: 1;
        margin: 10px 0 0; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-position .item-content .container h3 {
            font-size: 32px; } }
  section.home-hero .hero-slider .slider-project .item-content {
    display: flex;
    align-items: center; }
    section.home-hero .hero-slider .slider-project .item-content .container {
      text-align: center;
      color: #fff;
      padding: 0 0 4% 0; }
      @media only screen and (max-width: 576px) {
        section.home-hero .hero-slider .slider-project .item-content .container {
          padding: 30px; } }
      section.home-hero .hero-slider .slider-project .item-content .container h4 {
        font-size: 30px;
        line-height: 1.3;
        margin: 0;
        letter-spacing: 3em;
        text-indent: 2.4em; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-project .item-content .container h4 {
            font-size: 22px;
            text-indent: .2em;
            letter-spacing: .2em; } }
      section.home-hero .hero-slider .slider-project .item-content .container h3 {
        margin-top: 1em;
        font-size: 50px;
        line-height: 1.3;
        letter-spacing: 1em;
        text-indent: 1em; }
        @media only screen and (max-width: 576px) {
          section.home-hero .hero-slider .slider-project .item-content .container h3 {
            font-size: 36px;
            text-indent: .4em;
            letter-spacing: .4em; } }
  section.home-hero .hero-slider .slider-item h3,
  section.home-hero .hero-slider .slider-item h4 {
    transform: translate3d(0, 15px, 0);
    transition: all 1s ease; }
    section.home-hero .hero-slider .slider-item h3 span,
    section.home-hero .hero-slider .slider-item h4 span {
      opacity: 0;
      display: inline-block;
      position: relative;
      transform: translate3d(0, 8px, 0); }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(1),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(1) {
        transition: all 0.5s ease 0.06s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(2),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(2) {
        transition: all 0.5s ease 0.12s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(3),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(3) {
        transition: all 0.5s ease 0.18s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(4),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(4) {
        transition: all 0.5s ease 0.24s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(5),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(5) {
        transition: all 0.5s ease 0.3s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(6),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(6) {
        transition: all 0.5s ease 0.36s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(7),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(7) {
        transition: all 0.5s ease 0.42s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(8),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(8) {
        transition: all 0.5s ease 0.48s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(9),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(9) {
        transition: all 0.5s ease 0.54s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(10),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(10) {
        transition: all 0.5s ease 0.6s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(11),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(11) {
        transition: all 0.5s ease 0.66s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(12),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(12) {
        transition: all 0.5s ease 0.72s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(13),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(13) {
        transition: all 0.5s ease 0.78s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(14),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(14) {
        transition: all 0.5s ease 0.84s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(15),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(15) {
        transition: all 0.5s ease 0.9s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(16),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(16) {
        transition: all 0.5s ease 0.96s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(17),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(17) {
        transition: all 0.5s ease 1.02s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(18),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(18) {
        transition: all 0.5s ease 1.08s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(19),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(19) {
        transition: all 0.5s ease 1.14s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(20),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(20) {
        transition: all 0.5s ease 1.2s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(21),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(21) {
        transition: all 0.5s ease 1.26s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(22),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(22) {
        transition: all 0.5s ease 1.32s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(23),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(23) {
        transition: all 0.5s ease 1.38s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(24),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(24) {
        transition: all 0.5s ease 1.44s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(25),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(25) {
        transition: all 0.5s ease 1.5s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(26),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(26) {
        transition: all 0.5s ease 1.56s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(27),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(27) {
        transition: all 0.5s ease 1.62s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(28),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(28) {
        transition: all 0.5s ease 1.68s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(29),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(29) {
        transition: all 0.5s ease 1.74s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(30),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(30) {
        transition: all 0.5s ease 1.8s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(31),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(31) {
        transition: all 0.5s ease 1.86s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(32),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(32) {
        transition: all 0.5s ease 1.92s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(33),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(33) {
        transition: all 0.5s ease 1.98s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(34),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(34) {
        transition: all 0.5s ease 2.04s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(35),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(35) {
        transition: all 0.5s ease 2.1s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(36),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(36) {
        transition: all 0.5s ease 2.16s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(37),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(37) {
        transition: all 0.5s ease 2.22s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(38),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(38) {
        transition: all 0.5s ease 2.28s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(39),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(39) {
        transition: all 0.5s ease 2.34s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(40),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(40) {
        transition: all 0.5s ease 2.4s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(41),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(41) {
        transition: all 0.5s ease 2.46s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(42),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(42) {
        transition: all 0.5s ease 2.52s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(43),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(43) {
        transition: all 0.5s ease 2.58s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(44),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(44) {
        transition: all 0.5s ease 2.64s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(45),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(45) {
        transition: all 0.5s ease 2.7s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(46),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(46) {
        transition: all 0.5s ease 2.76s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(47),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(47) {
        transition: all 0.5s ease 2.82s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(48),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(48) {
        transition: all 0.5s ease 2.88s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(49),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(49) {
        transition: all 0.5s ease 2.94s; }
      section.home-hero .hero-slider .slider-item h3 span:nth-child(50),
      section.home-hero .hero-slider .slider-item h4 span:nth-child(50) {
        transition: all 0.5s ease 3s; }
    section.home-hero .hero-slider .slider-item h3.active,
    section.home-hero .hero-slider .slider-item h4.active {
      transform: translate3d(0, 0px, 0); }
      section.home-hero .hero-slider .slider-item h3.active span,
      section.home-hero .hero-slider .slider-item h4.active span {
        opacity: 1;
        transform: translate3d(0, 0px, 0); }

section.position-content {
  margin-top: 80px;
  padding-bottom: 80px; }
  section.position-content .section-hd .row {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 576px) {
      section.position-content .section-hd .row {
        margin-bottom: 30px; } }
    section.position-content .section-hd .row .col:first-child {
      width: 40%; }
      @media only screen and (max-width: 576px) {
        section.position-content .section-hd .row .col:first-child {
          width: 100%;
          padding: 0 50px; } }
    section.position-content .section-hd .row .col:last-child {
      width: 60%;
      text-align: center;
      padding: 20px; }
      @media only screen and (max-width: 576px) {
        section.position-content .section-hd .row .col:last-child {
          width: 100%;
          padding: 0; } }
      section.position-content .section-hd .row .col:last-child h2 {
        font-size: 100px; }
        @media only screen and (max-width: 576px) {
          section.position-content .section-hd .row .col:last-child h2 {
            font-size: 70px; } }
      section.position-content .section-hd .row .col:last-child h3 {
        font-size: 28px;
        margin-top: 1em; }
        @media only screen and (max-width: 576px) {
          section.position-content .section-hd .row .col:last-child h3 {
            font-size: 22px;
            margin-top: .5em; } }
      section.position-content .section-hd .row .col:last-child h4 {
        font-size: 21px;
        margin-top: 2em; }
        @media only screen and (max-width: 576px) {
          section.position-content .section-hd .row .col:last-child h4 {
            font-size: 18px; } }
      section.position-content .section-hd .row .col:last-child h5 {
        font-size: 21px;
        margin-top: 2em; }
        @media only screen and (max-width: 576px) {
          section.position-content .section-hd .row .col:last-child h5 {
            font-size: 18px; } }
  section.position-content .section-bd {
    margin-top: 50px; }
    section.position-content .section-bd .row {
      display: flex;
      flex-wrap: wrap; }
      section.position-content .section-bd .row .col {
        width: 33.33%;
        text-align: center;
        padding: 0 20px; }
        @media only screen and (max-width: 576px) {
          section.position-content .section-bd .row .col {
            width: 100%;
            margin-bottom: 30px;
            padding: 0; } }
        section.position-content .section-bd .row .col .item-content {
          margin-top: 20px; }
  section.position-content.reverse .section-hd .row {
    flex-direction: row-reverse; }

section.position-footer {
  height: 100vh;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative; }
  section.position-footer .container {
    padding: 50px; }
    @media only screen and (max-width: 576px) {
      section.position-footer .container {
        padding: 30px; } }
  section.position-footer .section-hd {
    position: absolute;
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-position: center;
    background-size: cover;
    color: #fff; }
  section.position-footer .section-bd {
    height: 72%;
    display: flex;
    align-items: center;
    text-align: right; }
    @media only screen and (max-width: 576px) {
      section.position-footer .section-bd h2 {
        font-size: 24px; } }
  section.position-footer .section-ft {
    height: 20%;
    display: flex;
    align-items: center;
    text-align: right; }
    section.position-footer .section-ft a {
      display: inline-block;
      text-align: left;
      padding: 0px 15px 0px;
      font-size: 20px;
      border: 2px solid #fff;
      line-height: 2.2;
      max-height: 2.3em;
      overflow: hidden;
      font-weight: 400; }
      @media only screen and (max-width: 576px) {
        section.position-footer .section-ft a {
          font-size: 15px;
          line-height: 1.2;
          max-height: none;
          padding: 10px; } }
      section.position-footer .section-ft a span {
        display: inline-block;
        transition: all .3s ease; }
        section.position-footer .section-ft a span strong {
          display: block;
          font-size: 22px;
          font-weight: 400;
          line-height: 2; }
      section.position-footer .section-ft a:hover {
        color: #fff; }
        section.position-footer .section-ft a:hover span {
          transform: translate3d(0, -2.3em, 0); }
      section.position-footer .section-ft a:hover {
        color: #fff; }

section.position-header {
  text-align: center; }
  section.position-header .section-bd {
    padding: 150px 0 50px; }
    @media only screen and (max-width: 576px) {
      section.position-header .section-bd {
        padding: 140px 0 50px; } }
    section.position-header .section-bd h4 {
      font-size: 28px; }
      @media only screen and (max-width: 576px) {
        section.position-header .section-bd h4 {
          font-size: 20px; } }
    section.position-header .section-bd h3 {
      font-size: 36px; }
      section.position-header .section-bd h3 i {
        font-size: 50px;
        margin-top: 30px; }
        @media only screen and (max-width: 576px) {
          section.position-header .section-bd h3 i {
            font-size: 40px; } }
      @media only screen and (max-width: 576px) {
        section.position-header .section-bd h3 {
          font-size: 24px; } }

section.position-hero .section-bd {
  height: 100vh;
  background-position: center;
  background-size: cover; }

section.product .container {
  width: 100%; }

section.product .section-bd {
  padding: 20px;
  line-height: 1.2; }
  @media only screen and (max-width: 576px) {
    section.product .section-bd {
      padding: 20px 0; } }
  section.product .section-bd .row {
    display: flex; }
    @media only screen and (max-width: 576px) {
      section.product .section-bd .row {
        flex-wrap: wrap; } }
    section.product .section-bd .row .col {
      padding: 20px; }
      @media only screen and (max-width: 576px) {
        section.product .section-bd .row .col {
          padding: 0; } }
      section.product .section-bd .row .col:nth-child(1) {
        width: 38%; }
        @media only screen and (max-width: 576px) {
          section.product .section-bd .row .col:nth-child(1) {
            width: 100%; } }
      section.product .section-bd .row .col:nth-child(2) {
        width: 62%; }
        @media only screen and (max-width: 576px) {
          section.product .section-bd .row .col:nth-child(2) {
            width: 100%; } }
  section.product .section-bd h3 {
    font-weight: 500; }

section.product .box-info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }

section.product .box-form {
  display: none; }
  section.product .box-form.active {
    display: block; }
  section.product .box-form .box-hd h3 {
    font-size: 15px;
    font-weight: 500; }
  section.product .box-form .box-hd h4 {
    font-size: 13px; }
  section.product .box-form .box-bd {
    margin-top: 10px; }
  section.product .box-form .box-ft {
    margin-top: 15px;
    padding-left: 30%; }
    section.product .box-form .box-ft p {
      margin: 0 0 5px;
      color: #f30; }
    section.product .box-form .box-ft .box-form-msg {
      display: none; }
      section.product .box-form .box-ft .box-form-msg.active {
        display: block; }

section.product .box-download {
  display: none; }
  section.product .box-download.active {
    display: block; }
  section.product .box-download p {
    margin: 10px 0 0;
    font-size: 16px; }
    section.product .box-download p i {
      width: 1em; }

section.product .product-slider .slick-arrow:before {
  color: #fff; }

section.product .product-slider .slick-arrow.slick-prev {
  left: 20px; }
  @media only screen and (max-width: 576px) {
    section.product .product-slider .slick-arrow.slick-prev {
      left: 20px; } }
  section.product .product-slider .slick-arrow.slick-prev:before {
    content: "\f3d5"; }

section.product .product-slider .slick-arrow.slick-next {
  right: 20px; }
  @media only screen and (max-width: 576px) {
    section.product .product-slider .slick-arrow.slick-next {
      right: 20px; } }
  section.product .product-slider .slick-arrow.slick-next:before {
    content: "\f3d6"; }

section.product .product-slider .slick-dots {
  bottom: 10px;
  z-index: 1; }
  section.product .product-slider .slick-dots li {
    margin: 0 3px; }
    section.product .product-slider .slick-dots li button:before {
      color: white;
      opacity: 1; }
    section.product .product-slider .slick-dots li.slick-active button:before {
      color: #64CDD6; }

@media only screen and (max-width: 576px) {
  .fancybox-slide--iframe {
    padding: 0px; } }

.fancybox-slide--iframe .fancybox-content {
  width: 960px;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }
  @media only screen and (max-width: 576px) {
    .fancybox-slide--iframe .fancybox-content {
      max-width: 100%;
      max-height: 100%; } }

section.products {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 576px) {
    section.products {
      margin-top: 20px; } }
  section.products .section-hd {
    display: none; }
    @media only screen and (max-width: 576px) {
      section.products .section-hd {
        display: block; } }
    section.products .section-hd .row {
      display: flex; }
      section.products .section-hd .row .col {
        width: 50%; }
        section.products .section-hd .row .col:first-child h4 {
          font-weight: 500;
          font-size: 16px; }
        section.products .section-hd .row .col:last-child {
          text-align: right; }
  section.products .section-bd {
    margin-top: 20px; }
    section.products .section-bd .container {
      position: static; }
      section.products .section-bd .container > .row {
        display: flex; }
        @media only screen and (max-width: 576px) {
          section.products .section-bd .container > .row {
            flex-wrap: wrap; } }
        section.products .section-bd .container > .row > .col:first-child {
          min-width: 200px;
          padding-right: 20px; }
          @media only screen and (max-width: 576px) {
            section.products .section-bd .container > .row > .col:first-child {
              display: none; } }
        section.products .section-bd .container > .row > .col:last-child {
          width: 100%; }
          @media only screen and (max-width: 576px) {
            section.products .section-bd .container > .row > .col:last-child {
              width: 100%; } }
          section.products .section-bd .container > .row > .col:last-child ul {
            display: block;
            flex-wrap: wrap;
            *zoom: 1; }
            section.products .section-bd .container > .row > .col:last-child ul:before, section.products .section-bd .container > .row > .col:last-child ul:after {
              display: table;
              content: ""; }
            section.products .section-bd .container > .row > .col:last-child ul:after {
              clear: both; }
            section.products .section-bd .container > .row > .col:last-child ul li {
              width: 30%;
              float: left;
              margin-left: 5%;
              margin-bottom: 5%; }
              section.products .section-bd .container > .row > .col:last-child ul li:nth-child(3n+1) {
                margin-left: 0;
                clear: both; }
              section.products .section-bd .container > .row > .col:last-child ul li .item {
                outline: none;
                display: block;
                position: relative; }
                section.products .section-bd .container > .row > .col:last-child ul li .item .item-image {
                  position: static; }
                section.products .section-bd .container > .row > .col:last-child ul li .item .item-content {
                  padding: 10px 20px; }
                  section.products .section-bd .container > .row > .col:last-child ul li .item .item-content h3 {
                    font-size: 20px; }
                  section.products .section-bd .container > .row > .col:last-child ul li .item .item-content h4 {
                    font-size: 16px;
                    color: #666; }

.grid {
  margin: 0 auto; }
  .grid .grid-sizer {
    width: 31%; }
    @media only screen and (max-width: 576px) {
      .grid .grid-sizer {
        width: 100%; } }
  .grid .gutter-sizer {
    width: 3.5%; }
    @media only screen and (max-width: 576px) {
      .grid .gutter-sizer {
        width: 0%; } }
  .grid .grid-item {
    margin: 0 0px 3.5%;
    transition: none !important;
    display: block;
    float: left;
    position: relative;
    width: 31%; }
    @media only screen and (max-width: 576px) {
      .grid .grid-item {
        width: 100%;
        padding-bottom: 30px; } }
    .grid .grid-item a {
      outline: none; }
    .grid .grid-item figcaption {
      margin-top: 15px;
      color: #000; }
      .grid .grid-item figcaption h3 {
        font-size: 18px;
        font-weight: 600; }
      .grid .grid-item figcaption h4 {
        font-size: 14px;
        font-weight: 300; }
    .grid .grid-item .image-wrap {
      overflow: hidden;
      position: relative; }
    .grid .grid-item .item-image {
      position: relative;
      overflow: hidden;
      transition: transform 0.3s; }
    .grid .grid-item img {
      width: 100%;
      max-width: 100%;
      height: auto; }

section.project {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative; }
  @media only screen and (max-width: 576px) {
    section.project {
      margin-top: 30px; } }
  section.project .project-bar {
    position: absolute;
    top: 0;
    right: 20px; }
    @media only screen and (max-width: 576px) {
      section.project .project-bar {
        display: none; } }
    section.project .project-bar h3 {
      overflow: visible;
      min-height: 500px;
      height: auto;
      color: #888; }
      section.project .project-bar h3 span {
        display: block;
        transform: rotate(90deg);
        line-height: .7;
        font-size: 30px; }
        @media only screen and (max-width: 576px) {
          section.project .project-bar h3 span {
            display: inline;
            line-height: 1.2; } }
      section.project .project-bar h3:after {
        content: "";
        border-left: 1px solid #000;
        min-height: 700px;
        left: .3em;
        top: 20px;
        display: inline-block;
        position: relative; }
  section.project .section-hd .container {
    width: 100%;
    max-width: 1600px; }
  section.project .section-hd .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    section.project .section-hd .row .col:first-child {
      width: 70%; }
      @media only screen and (max-width: 576px) {
        section.project .section-hd .row .col:first-child {
          width: 100%; } }
    section.project .section-hd .row .col:last-child {
      width: 30%;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 576px) {
        section.project .section-hd .row .col:last-child {
          width: 100%;
          position: static; } }
      section.project .section-hd .row .col:last-child .box {
        position: relative;
        z-index: 1;
        background: #fff;
        width: 320px;
        padding: 25px;
        left: -120px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        @media only screen and (max-width: 576px) {
          section.project .section-hd .row .col:last-child .box {
            width: 100%;
            position: static;
            box-shadow: none; } }
  section.project .section-hd .project-slider .slider-item img {
    width: 100%; }
  section.project .section-hd .project-slider .slick-arrow {
    top: 55px; }
    section.project .section-hd .project-slider .slick-arrow:before {
      color: #fff; }
    section.project .section-hd .project-slider .slick-arrow.slick-prev {
      left: 20px; }
      @media only screen and (max-width: 576px) {
        section.project .section-hd .project-slider .slick-arrow.slick-prev {
          left: 20px; } }
      section.project .section-hd .project-slider .slick-arrow.slick-prev:before {
        content: "\f3d5"; }
    section.project .section-hd .project-slider .slick-arrow.slick-next {
      right: 20px; }
      @media only screen and (max-width: 576px) {
        section.project .section-hd .project-slider .slick-arrow.slick-next {
          right: 20px; } }
      section.project .section-hd .project-slider .slick-arrow.slick-next:before {
        content: "\f3d6"; }
  section.project .section-hd .project-slider .slick-dots {
    bottom: 10px;
    z-index: 1; }
    section.project .section-hd .project-slider .slick-dots li {
      margin: 0 3px; }
      section.project .section-hd .project-slider .slick-dots li button:before {
        color: white;
        opacity: 1; }
      section.project .section-hd .project-slider .slick-dots li.slick-active button:before {
        color: #64CDD6; }
  section.project .section-bd {
    margin-top: 80px; }
    section.project .section-bd .row {
      display: flex;
      flex-wrap: wrap; }
      section.project .section-bd .row .col:first-child {
        width: 30%; }
        section.project .section-bd .row .col:first-child h3 {
          font-size: 30px;
          font-weight: 500; }
          @media only screen and (max-width: 576px) {
            section.project .section-bd .row .col:first-child h3 {
              font-size: 24px; } }
        @media only screen and (max-width: 576px) {
          section.project .section-bd .row .col:first-child {
            width: 100%; } }
      section.project .section-bd .row .col:last-child {
        width: 60%;
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 576px) {
          section.project .section-bd .row .col:last-child {
            width: 100%;
            margin-top: 30px; } }

.af-form {
  padding-top: 12px; }
  .af-form .acf-fields > .acf-field {
    padding: 6px 0 0;
    display: flex;
    border: none; }
    .af-form .acf-fields > .acf-field .acf-label {
      width: 30%; }
      .af-form .acf-fields > .acf-field .acf-label label {
        font-weight: 300;
        line-height: 1.6; }
    .af-form .acf-fields > .acf-field .acf-input {
      width: 70%; }
  .af-form .acf-form-submit {
    padding: 6px 0 0; }
  .af-form .acf-button {
    background: #000;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 6px 2em;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .3s ease;
    margin-left: 30%; }
    .af-form .acf-button:hover {
      background: #fff;
      color: #000; }

section.projects {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 576px) {
    section.projects {
      margin-top: 20px; } }
  section.projects .section-hd {
    display: none; }
    @media only screen and (max-width: 576px) {
      section.projects .section-hd {
        display: block; } }
    section.projects .section-hd .row {
      display: flex; }
      section.projects .section-hd .row .col {
        width: 50%; }
        section.projects .section-hd .row .col:first-child h4 {
          font-weight: 500;
          font-size: 16px; }
        section.projects .section-hd .row .col:last-child {
          text-align: right; }
  section.projects .section-bd {
    margin-top: 20px; }
    section.projects .section-bd .container {
      position: static; }
      section.projects .section-bd .container > .row {
        display: flex; }
        @media only screen and (max-width: 576px) {
          section.projects .section-bd .container > .row {
            flex-wrap: wrap; } }
        section.projects .section-bd .container > .row > .col:first-child {
          min-width: 200px;
          padding-right: 20px; }
          @media only screen and (max-width: 576px) {
            section.projects .section-bd .container > .row > .col:first-child {
              display: none; } }
        section.projects .section-bd .container > .row > .col:last-child {
          width: 100%; }
          section.projects .section-bd .container > .row > .col:last-child ul {
            display: block;
            flex-wrap: wrap;
            *zoom: 1; }
            section.projects .section-bd .container > .row > .col:last-child ul:before, section.projects .section-bd .container > .row > .col:last-child ul:after {
              display: table;
              content: ""; }
            section.projects .section-bd .container > .row > .col:last-child ul:after {
              clear: both; }
            section.projects .section-bd .container > .row > .col:last-child ul li {
              width: 30%;
              float: left;
              margin-left: 5%;
              margin-bottom: 5%; }
              @media only screen and (max-width: 576px) {
                section.projects .section-bd .container > .row > .col:last-child ul li {
                  float: none;
                  margin-left: 0;
                  margin-bottom: 30px;
                  width: 100%; } }
              section.projects .section-bd .container > .row > .col:last-child ul li:nth-child(3n+1) {
                margin-left: 0;
                clear: both; }
              section.projects .section-bd .container > .row > .col:last-child ul li .item {
                display: block;
                position: relative;
                background: #000;
                overflow: hidden; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:before {
                  content: '';
                  position: absolute;
                  bottom: 18px;
                  right: 2.75%;
                  z-index: 1;
                  width: 0px;
                  height: 1px;
                  background-color: #fff;
                  opacity: 0;
                  -webkit-transition: all 1s ease 0s;
                  -moz-transition: all 1s ease 0s;
                  -ms-transition: all 1s ease 0s;
                  -o-transition: all 1s ease 0s;
                  transition: all 1s ease 0s; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:after {
                  content: '';
                  position: absolute;
                  bottom: 14.8%;
                  left: 2.75%;
                  z-index: 1;
                  width: 1px;
                  height: 0;
                  background-color: #fff;
                  opacity: 0;
                  -webkit-transition: all 1s ease 0s;
                  -moz-transition: all 1s ease 0s;
                  -ms-transition: all 1s ease 0s;
                  -o-transition: all 1s ease 0s;
                  transition: all 1s ease 0s; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item .item-image {
                  position: static;
                  opacity: .8;
                  transition: all 1s ease 0s; }
                  section.projects .section-bd .container > .row > .col:last-child ul li .item .item-image img {
                    width: 100%; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item .item-content {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  opacity: 1;
                  transition: all .3s ease;
                  padding: 10px; }
                  section.projects .section-bd .container > .row > .col:last-child ul li .item .item-content h3 {
                    font-size: 18px;
                    font-weight: 500;
                    color: #fff;
                    opacity: 0;
                    transition: all .5s ease .3s;
                    letter-spacing: .2em;
                    text-indent: .2em; }
                  section.projects .section-bd .container > .row > .col:last-child ul li .item .item-content img {
                    max-width: 80%;
                    height: auto; }
                  section.projects .section-bd .container > .row > .col:last-child ul li .item .item-content:before {
                    content: '';
                    position: absolute;
                    top: 18px;
                    left: 2.75%;
                    width: 0px;
                    height: 1px;
                    background-color: #fff;
                    opacity: 0;
                    -webkit-transition: all 1s ease 0s;
                    -moz-transition: all 1s ease 0s;
                    -ms-transition: all 1s ease 0s;
                    -o-transition: all 1s ease 0s;
                    transition: all 1s ease 0s; }
                  section.projects .section-bd .container > .row > .col:last-child ul li .item .item-content:after {
                    content: '';
                    position: absolute;
                    top: 14.8%;
                    right: 2.75%;
                    width: 1px;
                    height: 0;
                    background-color: #fff;
                    opacity: 0;
                    -webkit-transition: all 1s ease 0s;
                    -moz-transition: all 1s ease 0s;
                    -ms-transition: all 1s ease 0s;
                    -o-transition: all 1s ease 0s;
                    transition: all 1s ease 0s; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover .item-image {
                  opacity: .2; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover:before {
                  width: 94.5%;
                  opacity: 1; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover:after {
                  height: 72.8%;
                  opacity: 1; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover .item-content:before {
                  width: 94.5%;
                  opacity: 1; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover .item-content:after {
                  height: 72.8%;
                  opacity: 1; }
                section.projects .section-bd .container > .row > .col:last-child ul li .item:hover .item-content h3 {
                  opacity: 1; }

section.space-content {
  margin-top: 100px; }
  @media only screen and (max-width: 576px) {
    section.space-content {
      margin-top: 50px; } }
  section.space-content .section-hd .row {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 576px) {
      section.space-content .section-hd .row {
        margin-bottom: 100px; } }
    section.space-content .section-hd .row .col:first-child {
      width: 50%;
      padding: 30px 100px 0 30px;
      position: relative; }
      @media only screen and (max-width: 576px) {
        section.space-content .section-hd .row .col:first-child {
          width: 100%;
          padding: 25px 0; } }
      section.space-content .section-hd .row .col:first-child h2 {
        font-size: 250px;
        position: absolute;
        font-weight: 300;
        top: -.4em;
        left: -30px;
        line-height: 1; }
        @media only screen and (max-width: 576px) {
          section.space-content .section-hd .row .col:first-child h2 {
            font-size: 160px; } }
    section.space-content .section-hd .row .col:last-child {
      width: 50%;
      text-align: right;
      padding: 0 20px; }
      @media only screen and (max-width: 576px) {
        section.space-content .section-hd .row .col:last-child {
          width: 100%; } }
      section.space-content .section-hd .row .col:last-child .box-hd h4 {
        font-size: 20px;
        line-height: 1; }
      section.space-content .section-hd .row .col:last-child .box-hd h3 {
        font-size: 36px;
        line-height: 1;
        min-width: 300px;
        padding-bottom: 12px;
        font-weight: 500;
        border-bottom: 2px solid #000; }
      section.space-content .section-hd .row .col:last-child .box-bd {
        margin-top: 30px; }
      section.space-content .section-hd .row .col:last-child .box-ft {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        padding: 20px;
        margin-top: 40px; }
        section.space-content .section-hd .row .col:last-child .box-ft h5 {
          font-size: 13px;
          font-weight: normal;
          margin: 0;
          line-height: 1; }
        section.space-content .section-hd .row .col:last-child .box-ft p {
          margin: 10px 0 0;
          color: #666; }
      section.space-content .section-hd .row .col:last-child h4 {
        font-size: 24px;
        margin-top: 2em; }
      section.space-content .section-hd .row .col:last-child h5 {
        font-size: 26px;
        margin-top: 2em;
        font-weight: bold; }
  section.space-content.reverse .section-hd .row {
    flex-direction: row-reverse; }
    section.space-content.reverse .section-hd .row .col:first-child {
      padding: 30px 30px 0 100px;
      text-align: right; }
      section.space-content.reverse .section-hd .row .col:first-child h2 {
        top: -.4em;
        right: -30px;
        left: auto; }
    section.space-content.reverse .section-hd .row .col:last-child {
      text-align: left; }

section.space-footer .section-bd {
  height: 100vh;
  background-position: center;
  background-size: cover; }

section.space-header {
  text-align: center; }
  section.space-header .section-bd {
    padding: 150px 0 50px; }
    @media only screen and (max-width: 576px) {
      section.space-header .section-bd {
        padding: 140px 0 50px; } }
    section.space-header .section-bd h4 {
      font-size: 28px; }
      @media only screen and (max-width: 576px) {
        section.space-header .section-bd h4 {
          font-size: 20px; } }
    section.space-header .section-bd h3 {
      font-size: 36px; }
      section.space-header .section-bd h3 i {
        font-size: 50px;
        margin-top: 50px; }
        @media only screen and (max-width: 576px) {
          section.space-header .section-bd h3 i {
            font-size: 40px;
            margin-top: 30px; } }
      @media only screen and (max-width: 576px) {
        section.space-header .section-bd h3 {
          font-size: 22px; } }

section.space-hero .section-bd {
  height: 100vh;
  background-position: center;
  background-size: cover; }

section.space-packages {
  margin-top: 100px; }
  section.space-packages .section-hd {
    background-size: cover;
    background-position: center; }
    section.space-packages .section-hd .packpages-tabs ul {
      display: flex; }
      section.space-packages .section-hd .packpages-tabs ul li {
        margin: 0 auto;
        padding: 50px 0;
        position: relative; }
        @media only screen and (max-width: 576px) {
          section.space-packages .section-hd .packpages-tabs ul li {
            padding: 50px 0; } }
        section.space-packages .section-hd .packpages-tabs ul li.active:after {
          bottom: 0;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #fff;
          border-width: 30px;
          margin-left: -30px; }
          @media only screen and (max-width: 576px) {
            section.space-packages .section-hd .packpages-tabs ul li.active:after {
              border-width: 20px;
              margin-left: -20px; } }
        section.space-packages .section-hd .packpages-tabs ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          border: 2px solid #fff;
          padding: 12px;
          width: 120px;
          height: 120px;
          border-radius: 60px;
          font-size: 18px; }
          @media only screen and (max-width: 576px) {
            section.space-packages .section-hd .packpages-tabs ul li a {
              width: 90px;
              height: 90px;
              border-radius: 45px;
              font-size: 14px; } }
          section.space-packages .section-hd .packpages-tabs ul li a span {
            background: #fff;
            display: block;
            width: 100px;
            height: 100px;
            border-radius: 50px;
            text-align: center; }
            @media only screen and (max-width: 576px) {
              section.space-packages .section-hd .packpages-tabs ul li a span {
                width: 70px;
                height: 70px;
                border-radius: 35px; } }
          section.space-packages .section-hd .packpages-tabs ul li a em {
            font-style: normal;
            font-size: 54px;
            display: block;
            line-height: 1; }
            @media only screen and (max-width: 576px) {
              section.space-packages .section-hd .packpages-tabs ul li a em {
                font-size: 36px; } }
  section.space-packages .section-bd .packages-panel {
    display: block;
    overflow: hidden;
    max-height: 0; }
    section.space-packages .section-bd .packages-panel.active {
      max-height: none;
      display: block;
      overflow: auto;
      padding: 60px 0; }
      @media only screen and (max-width: 576px) {
        section.space-packages .section-bd .packages-panel.active {
          padding: 25px 0; } }
    section.space-packages .section-bd .packages-panel .row {
      display: flex;
      flex-wrap: wrap; }
      section.space-packages .section-bd .packages-panel .row .col:first-child {
        width: 25%;
        padding-right: 5%; }
        @media only screen and (max-width: 576px) {
          section.space-packages .section-bd .packages-panel .row .col:first-child {
            width: 100%;
            padding: 0; } }
        section.space-packages .section-bd .packages-panel .row .col:first-child .box .box-hd h4 {
          padding-bottom: 6px;
          border-bottom: 1px solid #000; }
        section.space-packages .section-bd .packages-panel .row .col:first-child .box .box-hd h4,
        section.space-packages .section-bd .packages-panel .row .col:first-child .box .box-hd h5 {
          font-size: 20px; }
        section.space-packages .section-bd .packages-panel .row .col:first-child .box .box-bd {
          margin-top: 30px; }
      section.space-packages .section-bd .packages-panel .row .col:last-child {
        width: 75%; }
        @media only screen and (max-width: 576px) {
          section.space-packages .section-bd .packages-panel .row .col:last-child {
            width: 100%;
            padding: 0;
            margin-top: 30px; } }

section.terms {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative; }
  @media only screen and (max-width: 576px) {
    section.terms {
      margin-top: 30px; } }
  section.terms .section-bd {
    margin-top: 80px; }
    section.terms .section-bd .row {
      display: flex;
      flex-wrap: wrap; }
      section.terms .section-bd .row .col:first-child {
        width: 30%; }
        section.terms .section-bd .row .col:first-child h3 {
          font-size: 30px;
          font-weight: bold; }
          @media only screen and (max-width: 576px) {
            section.terms .section-bd .row .col:first-child h3 {
              font-size: 24px; } }
        @media only screen and (max-width: 576px) {
          section.terms .section-bd .row .col:first-child {
            width: 100%; } }
      section.terms .section-bd .row .col:last-child {
        width: 60%;
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 576px) {
          section.terms .section-bd .row .col:last-child {
            width: 100%;
            margin-top: 30px; } }
