@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  position: relative;
  min-height: 100%;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  background: white;
  margin: 0 auto;
  width: 100%;
  color: #4B4B4B;
  overflow-x: hidden; }
  body .body-wrapper {
    overflow-x: hidden; }

.chinese {
  letter-spacing: 0.063em; }

header {
  text-align: center;
  background-color: #3F4975;
  color: white;
  height: 70px;
  margin: 0 auto; }
  header .logo-link {
    position: relative;
    display: inline-block;
    z-index: 2; }
  header .logo {
    display: inline-block; }
    header .logo img {
      height: 30px;
      margin: 1.5em;
      display: inline-block; }
  header .navs {
    position: absolute;
    display: inline-block;
    right: 50px;
    color: white;
    list-style-type: none;
    line-height: 4em;
    margin: 0 4em 0 0;
    cursor: pointer; }
    header .navs a {
      display: inline-block;
      height: 50px;
      padding: 10px 15px;
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      transition: all 0.5s ease; }
    header .navs a:hover {
      background-color: #4B5581; }
    header .navs i {
      vertical-align: middle;
      display: inline-block;
      font-size: 16px; }
    header .navs span {
      vertical-align: middle;
      display: inline-block; }
    @media (min-width: 768px) and (max-width: 1023px) {
      header .navs {
        display: none; } }
    @media (max-width: 767px) {
      header .navs {
        display: none; } }

#banner {
  background-image: url("../img/banner@2x.jpg");
  width: 100%;
  height: calc(100vh - 70px);
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    #banner {
      background-image: url("../img/m_banner@2x.jpg");
      background-position: left; } }
  #banner .banner-video {
    width: 100%;
    height: calc(100vh - 70px); }
    #banner .banner-video video {
      width: 100%;
      object-fit: cover;
      min-height: calc(100vh - 70px); }
    #banner .banner-video video::-webkit-media-controls {
      display: none !important;
      -webkit-appearance: none; }
    #banner .banner-video video::-webkit-media-controls-play-button {
      display: none !important;
      -webkit-appearance: none; }
    #banner .banner-video video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }

#story {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #3F4975;
  color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 767px) {
    #story {
      height: auto; } }
  #story .slider-container {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 50%; }
    @media (max-width: 767px) {
      #story .slider-container {
        position: relative;
        width: 100%; } }
  #story .article-container {
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 50%;
    text-align: center;
    height: calc(100vh - 60px);
    overflow: hidden; }
    @media (max-width: 767px) {
      #story .article-container {
        position: relative;
        left: 0;
        height: auto;
        width: 100%;
        overflow: visible; } }
    #story .article-container article {
      position: relative;
      margin: 80px 100px;
      line-height: 25px; }
      @media (max-width: 767px) {
        #story .article-container article {
          margin: 60px 30px;
          line-height: 26px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        #story .article-container article {
          margin: 50px 40px;
          line-height: 22px; } }
    #story .article-container article:nth-last-child(1) {
      margin-bottom: 100px; }
    #story .article-container .articles-wrapper {
      height: 100vh;
      overflow: scroll;
      overflow-x: hidden; }
      @media (max-width: 767px) {
        #story .article-container .articles-wrapper {
          height: auto;
          overflow: visible; } }
    #story .article-container p {
      text-align: center;
      margin-bottom: 2em;
      color: rgba(255, 255, 255, 0.9); }
      @media (max-width: 767px) {
        #story .article-container p {
          margin-bottom: 3em; } }
    #story .article-container .p-end {
      margin-bottom: 3.5em; }
      @media (max-width: 767px) {
        #story .article-container .p-end {
          margin-bottom: 3em; } }
    #story .article-container h1 {
      margin: 100px 0 50px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #story .article-container h1 {
          margin: 100px 0 30px; } }
      @media mobile {
        #story .article-container h1 {
          margin: 60px 0; } }
    #story .article-container h1 img {
      height: 45px; }
    #story .article-container h2 {
      font-size: 35px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 35px;
      margin-top: 35px;
      font-weight: 400; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #story .article-container h2 {
          font-size: 26px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        #story .article-container h2 {
          font-size: 22px;
          margin-bottom: 25px;
          margin-top: 25px; } }
    #story .article-container h3 {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 30px;
      font-weight: 200;
      padding-top: 10px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #story .article-container h3 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        #story .article-container h3 {
          font-size: 18px;
          padding-top: 0; } }
    #story .article-container .break {
      position: relative;
      height: 26px; }
      #story .article-container .break .line {
        position: relative;
        top: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0 100px; }
        @media (max-width: 767px) {
          #story .article-container .break .line {
            margin: 0 30px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          #story .article-container .break .line {
            margin: 0 40px; } }
      #story .article-container .break .icon-continue {
        position: relative;
        top: 0;
        display: inline-block;
        border: 1px rgba(255, 255, 255, 0.1) solid;
        border-radius: 50%;
        background-color: #3F4975;
        height: 26px;
        width: 26px; }
        #story .article-container .break .icon-continue i {
          position: relative;
          top: 4px;
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.1); }
    #story .article-container .icon-border {
      position: relative;
      display: inline-block;
      height: 100px;
      width: 100px;
      border: 1px rgba(255, 255, 255, 0.5) solid;
      border-radius: 50%;
      text-align: center; }
      #story .article-container .icon-border .icon-circle {
        position: relative;
        top: 5px;
        display: inline-block;
        background: #4B5581;
        border-radius: 50%;
        height: 90px;
        width: 90px;
        vertical-align: middle; }
      #story .article-container .icon-border img {
        position: relative;
        top: 20px;
        display: inline-block;
        height: 52px;
        vertical-align: middle; }
    #story .article-container .article-img {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      height: 260px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 767px) {
        #story .article-container .article-img {
          background-size: contain;
          height: 200px;
          width: 100%; } }
    #story .article-container #line1, #story .article-container #line1-2, #story .article-container #line1-3, #story .article-container #line2, #story .article-container #line3, #story .article-container #line3-2 {
      stroke-dasharray: 200;
      stroke-dashoffset: 200; }
    #story .article-container .word-anime1 {
      top: 150px;
      left: 380px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime1 {
          top: 125px;
          left: 380px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime1 {
          top: 136px;
          left: auto;
          right: 3px;
          font-size: 8px !important; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime1 {
          top: 115px;
          left: auto;
          right: 3px;
          font-size: 9px !important; } }
    #story .article-container .word-anime1-2 {
      top: 100px;
      left: 86px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime1-2 {
          top: 73px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime1-2 {
          top: 106px;
          font-size: 8px !important; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime1-2 {
          top: 80px;
          font-size: 8px !important; } }
    #story .article-container .word-anime1-3 {
      top: 129px;
      left: 86px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime1-3 {
          top: 103px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime1-3 {
          top: 127px;
          left: -10px;
          font-size: 8px !important; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime1-3 {
          top: 101px;
          left: -10px;
          font-size: 8px !important; } }
    #story .article-container .word-anime1, #story .article-container .word-anime1-2, #story .article-container .word-anime1-3, #story .article-container .word-anime2, #story .article-container .word-anime3, #story .article-container .word-anime3-2 {
      font-size: 10px;
      text-align: left;
      position: absolute;
      line-height: 14px;
      color: #DBA628;
      opacity: 0; }
    #story .article-container .circle-anime1 {
      position: absolute;
      top: 56px;
      left: 142px; }
      @media (max-width: 767px) {
        #story .article-container .circle-anime1 {
          top: 30px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .circle-anime1 {
          width: 100%; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .circle-anime1 {
          width: 100%; } }
    @media (max-width: 800px) and (min-width: 768px) {
      #story .article-container .circle-anime1 svg {
        position: absolute;
        width: 54%;
        top: 0;
        left: 26px; } }
    @media only screen and (max-width: 400px) {
      #story .article-container .circle-anime1 svg {
        position: absolute;
        width: 54%;
        top: 0;
        left: 26px; } }
    #story .article-container #circle1, #story .article-container #circle2, #story .article-container #circle3 {
      fill-opacity: 0;
      stroke: #DBA628;
      stroke-width: 1;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000; }
    #story .article-container .word-anime2 {
      top: 107px;
      left: 100px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime2 {
          top: 90px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime2 {
          top: 116px;
          left: 0;
          font-size: 8px; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime2 {
          top: 78px;
          left: 0;
          font-size: 9px;
          line-height: 14px; } }
    #story .article-container .circle-anime2 {
      position: absolute;
      top: 75px;
      left: 180px; }
      @media (max-width: 767px) {
        #story .article-container .circle-anime2 {
          top: 55px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .circle-anime2 {
          width: 100%;
          top: 80px; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .circle-anime2 {
          width: 100%;
          top: 40px; } }
    @media (max-width: 800px) and (min-width: 768px) {
      #story .article-container .circle-anime2 svg {
        position: absolute;
        width: 50%;
        top: 0;
        left: 40px; } }
    @media only screen and (max-width: 400px) {
      #story .article-container .circle-anime2 svg {
        position: absolute;
        width: 40%;
        top: 0;
        left: 40px; } }
    #story .article-container .word-anime3 {
      top: 162px;
      left: 337px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime3 {
          top: 131px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime3 {
          top: 155px;
          font-size: 8px; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime3 {
          top: 122px;
          font-size: 9px; } }
    #story .article-container .word-anime3-2 {
      top: 111px;
      left: 86px; }
      @media (max-width: 767px) {
        #story .article-container .word-anime3-2 {
          top: 78px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .word-anime3-2 {
          top: 117px;
          font-size: 8px; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .word-anime3-2 {
          top: 83px;
          font-size: 9px; } }
    #story .article-container .circle-anime3 {
      position: absolute;
      top: 68px;
      left: 109px; }
      @media (max-width: 767px) {
        #story .article-container .circle-anime3 {
          top: 35px; } }
      @media (max-width: 800px) and (min-width: 768px) {
        #story .article-container .circle-anime3 {
          width: 100%; } }
      @media only screen and (max-width: 400px) {
        #story .article-container .circle-anime3 {
          width: 100%; } }
    @media (max-width: 800px) and (min-width: 768px) {
      #story .article-container .circle-anime3 svg {
        position: absolute;
        width: 60%;
        top: 0;
        left: 64%; } }
    @media only screen and (max-width: 400px) {
      #story .article-container .circle-anime3 svg {
        position: absolute;
        width: 60%;
        top: 0;
        left: 64%; } }
    #story .article-container .anime-active #line1, #story .article-container .anime-active #line1-2, #story .article-container .anime-active #line1-3, #story .article-container .anime-active #line2, #story .article-container .anime-active #line3, #story .article-container .anime-active #line3-2 {
      -webkit-animation: offset 3s linear forwards;
      -moz-animation: offset 3s linear forwards;
      -o-animation: offset 3s linear forwards;
      animation: offset 3s linear forwards; }
@keyframes offset {
  0% {
    stroke-dashoffset: 200; }
  25% {
    stroke-dashoffset: 200; }
  100% {
    stroke-dashoffset: 0; } }
    #story .article-container .anime-active .word-anime1, #story .article-container .anime-active .word-anime1-2, #story .article-container .anime-active .word-anime1-3, #story .article-container .anime-active .word-anime2, #story .article-container .anime-active .word-anime3, #story .article-container .anime-active .word-anime3-2 {
      -webkit-animation: fadeIn 3s linear forwards;
      -moz-animation: fadeIn 3s linear forwards;
      -o-animation: fadeIn 3s linear forwards;
      animation: fadeIn 3s linear forwards; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #story .article-container .anime-active #circle1, #story .article-container .anime-active #circle2, #story .article-container .anime-active #circle3 {
      -webkit-animation: rotate 3s linear forwards;
      -moz-animation: rotate 3s linear forwards;
      -o-animation: rotate 3s linear forwards;
      animation: rotate 3s linear forwards; }
@keyframes rotate {
  0% {
    stroke-dashoffset: 1000; }
  15% {
    stroke-dashoffset: 1000; }
  70% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
#about {
  position: relative;
  overflow: hidden;
  min-height: 965px; }
  #about .container {
    display: inline-block;
    padding: 6% 12%;
    width: 35%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #about .container {
        padding: 100px 40px;
        width: 50%; } }
    @media (max-width: 767px) {
      #about .container {
        padding: 80px 30px;
        width: auto; } }
  #about .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px; }
    #about .title > span {
      position: relative;
      bottom: 2px;
      font-size: 28px;
      font-weight: 500; }
    @media (max-width: 767px) {
      #about .title {
        font-size: 38px; }
        #about .title > span {
          font-size: 26px; } }
  #about .content {
    line-height: 25px;
    font-size: 13.5px;
    letter-spacing: 0.3px; }
    #about .content p {
      margin-bottom: 2em; }
    #about .content .p-end {
      margin-bottom: 3.5em;
      width: 90%; }
    @media (max-width: 767px) {
      #about .content {
        line-height: 22px;
        letter-spacing: 0.1px; }
        #about .content .p-end {
          width: auto; } }
  @media (max-width: 767px) {
    #about .btn-wrapper {
      text-align: center;
      margin-bottom: 50%; } }
  #about .location-btn {
    position: relative;
    display: inline-block;
    width: 260px;
    padding: 10px 20px;
    background-color: #3F4975;
    color: white;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s ease; }
    #about .location-btn i {
      vertical-align: middle; }
    @media (max-width: 767px) {
      #about .location-btn {
        width: calc(100% - 40px); } }
  #about .location-btn:hover {
    background-color: #DBA628; }
  #about .about-block {
    opacity: 0;
    overflow: hidden; }
  #about .about-block.anime-active {
    -webkit-animation: fadeInUp 0.5s linear forwards;
    -moz-animation: fadeInUp 0.5s linear forwards;
    -o-animation: fadeInUp 0.5s linear forwards;
    animation: fadeInUp 0.5s linear forwards; }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    transform: none; } }
#about:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bgabout@2x.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #about:before {
      background-color: #DBE0EA;
      background-image: url("../img/m_bgabout@2x.jpg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom; } }

#photos {
  line-height: 0;
  font-size: 0; }
  #photos .photo {
    position: relative;
    line-height: 0;
    width: calc(20% - 3.2px);
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: white;
    z-index: -1; }
    #photos .photo .photo-img {
      opacity: 0;
      width: 100%;
      height: 100%; }
  #photos .photo:nth-child(5n) {
    margin-right: 0; }
  #photos .photo:nth-child(11),
  #photos .photo:nth-child(12),
  #photos .photo:nth-child(13),
  #photos .photo:nth-child(14),
  #photos .photo:nth-child(15) {
    margin-bottom: 0; }
  #photos .anime-active .photo-img {
    -webkit-animation: fadeInUp 0.3s linear forwards;
    -moz-animation: fadeInUp 0.3s linear forwards;
    -o-animation: fadeInUp 0.3s linear forwards;
    animation: fadeInUp 0.3s linear forwards; }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
  @media (max-width: 767px) {
    #photos .photo:nth-of-type(5n) {
      margin-right: 2px; }
    #photos .photo {
      width: calc(33.33% - 1.33px);
      margin-bottom: 2px;
      margin-right: 2px; }
    #photos .photo:nth-of-type(3n) {
      margin-right: 0; } }

#store {
  min-height: calc(100vh - 70px);
  font-size: 0; }
  #store .map-container {
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 16px;
    float: left; }
    @media (max-width: 1133px) {
      #store .map-container {
        width: 100%;
        height: auto;
        float: none; } }
  #store #map {
    position: relative;
    height: 100%; }
    @media (max-width: 1133px) {
      #store #map {
        height: 70%; } }
  #store .info-container {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: top;
    height: 100%;
    overflow: scroll; }
    @media (max-width: 1133px) {
      #store .info-container {
        width: 100%;
        height: auto; } }
    #store .info-container h1 {
      font-size: 40px;
      font-weight: 600;
      margin: 50px 60px; }
      #store .info-container h1 > span {
        position: relative;
        bottom: 2px;
        font-size: 28px;
        font-weight: 500; }
      @media (max-width: 566px) {
        #store .info-container h1 {
          margin: 50px 30px; } }
    #store .info-container .stores {
      margin: 50px 60px 100px; }
      @media (max-width: 566px) {
        #store .info-container .stores {
          margin: 50px 30px; } }
      #store .info-container .stores .store {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 1.5em; }
        #store .info-container .stores .store .store-img {
          float: left;
          width: 200px;
          height: 130px; }
          @media (max-width: 566px) {
            #store .info-container .stores .store .store-img {
              float: none;
              width: 100%;
              height: 140px; } }
        #store .info-container .stores .store .store-infos {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin-left: 16px;
          letter-spacing: 0.063em; }
          #store .info-container .stores .store .store-infos a:hover > div {
            background-color: #3F4975; }
          @media (max-width: 566px) {
            #store .info-container .stores .store .store-infos {
              margin: 20px 0;
              line-height: 1.3em; } }
          #store .info-container .stores .store .store-infos h2 {
            margin: 0 0 10px;
            font-size: 17px;
            font-weight: 400; }
          #store .info-container .stores .store .store-infos > div {
            font-size: 13px; }
          #store .info-container .stores .store .store-infos .icon-map {
            display: inline-block;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            text-align: center;
            vertical-align: middle;
            margin-top: 10px;
            background-color: #7D8EB1;
            color: white;
            transition: all 0.5s ease; }
          #store .info-container .stores .store .store-infos i {
            position: relative;
            top: 6px;
            font-size: 18px; }

footer {
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%; }
  footer .footer-img {
    background-image: url("../img/bgfooter@2x.jpg");
    width: 100%;
    height: 399px;
    background-size: cover;
    background-position: center; }
  footer .logo-m {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 107px; }
    footer .logo-m img {
      width: 120px; }
      @media (max-width: 767px) {
        footer .logo-m img {
          width: 100px; } }
  footer .copyright {
    display: inline-block;
    font-size: 12px;
    background: white;
    color: #3F4975;
    border-radius: 30px;
    padding: 4px 0;
    width: 150px; }
  footer .share {
    margin-top: 36px;
    margin-bottom: 65px; }
    footer .share a:hover > div {
      background-color: #3F4975; }
    @media (max-width: 767px) {
      footer .share {
        margin-top: 24px;
        margin-bottom: 80px; } }
  footer .icon-circle {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0.6em;
    background-color: #DBA628;
    color: white;
    transition: all 0.5s ease; }
    @media (max-width: 767px) {
      footer .icon-circle {
        height: 40px;
        width: 40px; } }
    footer .icon-circle .icon-img {
      position: relative;
      top: 15px;
      display: inline-block;
      height: 20px; }
      @media (max-width: 767px) {
        footer .icon-circle .icon-img {
          top: 12px;
          height: 15px; } }
    footer .icon-circle i {
      position: relative;
      top: 13px; }
      @media (max-width: 767px) {
        footer .icon-circle i {
          top: 10px;
          font-size: 20px !important; } }

.slider-pro .sp-buttons {
  position: relative;
  top: -6em; }
  .slider-pro .sp-buttons .sp-button {
    border: 0;
    background-color: white;
    margin-right: 1em; }
    @media (max-width: 767px) {
      .slider-pro .sp-buttons .sp-button {
        width: 10px;
        height: 10px; } }
  .slider-pro .sp-buttons .sp-selected-button {
    background-color: #DBA628; }
.slider-pro .sp-next-arrow:after, .slider-pro .sp-previous-arrow:after,
.slider-pro .sp-next-arrow:before, .slider-pro .sp-previous-arrow:before {
  content: none;
  transform: none; }
.slider-pro .sp-arrow {
  height: 64px; }
  .slider-pro .sp-arrow i {
    font-size: 64px;
    color: #DBA628;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit; }
.slider-pro .sp-previous-arrow {
  left: 40px !important; }
  @media (max-width: 767px) {
    .slider-pro .sp-previous-arrow {
      left: 5px !important; } }
.slider-pro .sp-next-arrow {
  right: 40px !important; }
  @media (max-width: 767px) {
    .slider-pro .sp-next-arrow {
      right: 5px !important; } }

header .menu-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 2;
  top: 30px;
  cursor: pointer;
  right: 40px; }
  header .menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 4px;
    transition: transform .2s ease, background-color .5s ease; }
  header .menu-icon__line-left {
    width: 15px; }
  header .menu-icon__line-right {
    width: 15px;
    float: right; }
  @media (min-width: 1024px) {
    header .menu-icon {
      display: none; } }
  @media (max-width: 767px) {
    header .menu-icon {
      right: 20px; } }
header .nav {
  position: absolute;
  z-index: 1;
  color: #3F4975; }
  @media (min-width: 1024px) {
    header .nav {
      display: none; } }
  header .nav:before, header .nav:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(63, 73, 117, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%); }
  header .nav:after {
    background: #3F4975;
    transition-delay: 0s; }
  header .nav:before {
    transition-delay: .1s; }
  header .nav__content {
    position: fixed;
    top: -300px;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.13em;
    font-weight: 200;
    cursor: pointer;
    padding-top: 60px; }
  header .nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0; }
  header .nav__list-item {
    position: relative;
    display: block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity .2s ease, transform .3s ease;
    color: white;
    text-decoration: none;
    padding: 20px;
    cursor: default;
    letter-spacing: 0.063em; }
    header .nav__list-item i {
      font-size: 19px; }
    header .nav__list-item span {
      position: relative;
      bottom: 4; }
  header .nav__icon {
    margin-top: 90px; }
    header .nav__icon a {
      margin: 0 15px;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle; }
    header .nav__icon .nav-icon-img {
      height: 20px; }
    header .nav__icon i {
      font-size: 25px;
      color: white; }

html.nav-active {
  overflow: hidden;
  position: fixed;
  height: 100%; }

body.nav-active {
  overflow: hidden;
  position: fixed;
  height: 100%; }
  body.nav-active .menu-icon__line {
    background-color: white;
    transform: translateX(0px) rotate(-45deg); }
  body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg); }
  body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg); }
  body.nav-active .nav {
    visibility: visible; }
    body.nav-active .nav:before, body.nav-active .nav:after {
      transform: translateX(0%) translateY(0%); }
    body.nav-active .nav:after {
      background: #3f4975;
      transition-delay: .1s; }
    body.nav-active .nav:before {
      transition-delay: 0s; }
    body.nav-active .nav__content {
      top: 260px; }
    body.nav-active .nav__list-item {
      opacity: 1;
      cursor: pointer;
      transform: translateX(0%);
      transition: opacity .3s ease, transform .3s ease, color .3s ease; }
      body.nav-active .nav__list-item:nth-child(0) {
        transition-delay: 0.5s; }
      body.nav-active .nav__list-item:nth-child(1) {
        transition-delay: 0.6s; }
      body.nav-active .nav__list-item:nth-child(2) {
        transition-delay: 0.7s; }
      body.nav-active .nav__list-item:nth-child(3) {
        transition-delay: 0.8s; }
      body.nav-active .nav__list-item:hover {
        background-color: #4B5581; }
    body.nav-active .nav__icon:hover {
      background-color: #3F4975; }

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