@charset "UTF-8";
@import url(css-style/slick.css);
@import url(../fonts/icon/iconfont.css);
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.transition-fade {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 1; }

html.is-animating .transition-fade {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  color: #393939; }

.wrapper {
  margin-left: 93px;
  width: calc(100% - 93px); }
  @media only screen and (max-width: 760px) {
    .wrapper {
      margin-top: 60px;
      margin-left: 0;
      width: 100%; } }

.hidden {
  overflow-y: hidden;
  height: 100%; }

ul, ul li {
  list-style: none; }

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

p {
  font-size: 16px;
  line-height: normal;
  color: #393939; }

img {
  width: 100%;
  height: auto;
  border-style: none; }

i {
  font-style: normal; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #393939; }
  a:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

button {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: transparent; }
  button:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  button:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  button:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

button,
input:not([type='checkbox']):not([type='radio']),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input[type='checkbox'],
input[type='radio'],
input[type='submit'] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent; }

input {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300; }

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none;
  overflow: auto; }

@-webkit-keyframes forth {
  50% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes forth {
  50% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px); }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); }
  100% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); } }

body span.wpcf7-not-valid-tip {
  color: red;
  font-weight: 300;
  padding-top: 8px;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal; }

body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing {
  display: block;
  color: red;
  border: none;
  padding: 20px 0 0 0;
  text-align: left;
  margin: 0;
  font-size: 14px;
  clear: both; }

body div.wpcf7-mail-sent-ok {
  display: block;
  color: #009ecf;
  border: none;
  padding: 20px 0 0 0;
  text-align: left;
  margin: 0;
  font-size: 14px; }

body div.screen-reader-response {
  display: none; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #009ecf;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading .5s infinite linear;
  -moz-animation: loading .5s infinite linear;
  -webkit-animation: loading .5s infinite linear;
  -o-animation: loading .5s infinite linear;
  margin: 0; }

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

.editor-box .content-top {
  margin-top: 90px;
  padding: 0 55px;
  max-width: 1010px;
  font-size: 14px; }
  @media only screen and (max-width: 760px) {
    .editor-box .content-top {
      margin-top: 50px;
      padding: 0 30px;
      max-width: 960px; } }
  .editor-box .content-top > ul {
    margin-bottom: 20px; }
    .editor-box .content-top > ul > li {
      font-size: 14px;
      line-height: normal;
      font-family: "Roboto";
      font-weight: normal;
      font-style: normal;
      color: #393939;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative; }
      @media only screen and (max-width: 760px) {
        .editor-box .content-top > ul > li {
          font-size: 16px; } }
      .editor-box .content-top > ul > li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #768979;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 12px; }
  .editor-box .content-top blockquote {
    font-size: 14px;
    line-height: normal;
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #393939;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px; }
    @media only screen and (max-width: 760px) {
      .editor-box .content-top blockquote {
        font-size: 16px; } }
    .editor-box .content-top blockquote p {
      font-size: 14px;
      line-height: normal;
      font-family: "Roboto";
      font-weight: normal;
      font-style: normal;
      color: #393939;
      margin-bottom: 20px;
      -webkit-font-smoothing: antialiased; }
      @media only screen and (max-width: 760px) {
        .editor-box .content-top blockquote p {
          font-size: 16px; } }
  .editor-box .content-top p {
    font-size: 14px;
    line-height: normal;
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #393939;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (max-width: 760px) {
      .editor-box .content-top p {
        font-size: 16px; } }
  .editor-box .content-top a {
    color: #009ecf; }
    .editor-box .content-top a:hover {
      text-decoration: underline; }
  .editor-box .content-top b, .editor-box .content-top strong {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal; }
  .editor-box .content-top i, .editor-box .content-top em {
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic; }
  .editor-box .content-top sup {
    font-size: 80%;
    position: relative;
    top: -5px; }
  .editor-box .content-top sub {
    font-size: 80%; }
  .editor-box .content-top h2 {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 1.5; }
    @media only screen and (max-width: 760px) {
      .editor-box .content-top h2 {
        font-size: 22px; } }
    @media only screen and (max-width: 460px) {
      .editor-box .content-top h2 {
        font-size: 20px; } }
  .editor-box .content-top h3 {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 1.5; }
    @media only screen and (max-width: 760px) {
      .editor-box .content-top h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 460px) {
      .editor-box .content-top h3 {
        font-size: 18px; } }
  .editor-box .content-top h4 {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1.5; }
    @media only screen and (max-width: 760px) {
      .editor-box .content-top h4 {
        font-size: 18px; } }
    @media only screen and (max-width: 460px) {
      .editor-box .content-top h4 {
        font-size: 16px; } }

.editor-box .content-top ol {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal; }
  .editor-box .content-top ol.style-a {
    list-style-type: lower-latin; }
  .editor-box .content-top ol.style-i {
    list-style-type: lower-roman; }
  .editor-box .content-top ol > li {
    font-size: 14px;
    line-height: normal;
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #393939;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px; }
  .editor-box .content-top ol.font-large > li {
    font-weight: bold; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .article-c ol {
    padding-left: 20px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100; }
  @media only screen and (max-width: 760px) {
    .header {
      width: 100%;
      height: auto; } }
  .header .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 93px;
    height: 100%;
    padding: 35px 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff; }
    @media only screen and (max-width: 760px) {
      .header .header-box {
        display: none; } }
    .header .header-box .header-logo {
      max-width: 24px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .header .header-box .header-logo img {
        width: 100%; }
    .header .header-box .nav {
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
      .header .header-box .nav .nav-button {
        border: 1px solid transparent;
        background-color: transparent;
        cursor: pointer;
        height: 30px; }
        .header .header-box .nav .nav-button .sr-only {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; }
        .header .header-box .nav .nav-button .icon-bar {
          display: block;
          margin-top: 9px;
          width: 24px;
          height: 2px;
          background: #393939;
          border-radius: 1px;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
        .header .header-box .nav .nav-button .nav-line-1 {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          background: #009ecf; }
        .header .header-box .nav .nav-button .nav-line-2 {
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          margin-top: -2px !important;
          background: #009ecf; }
        .header .header-box .nav .nav-button:hover .icon-bar {
          background: #009ecf; }
        .header .header-box .nav .nav-button:hover .nav-line-1, .header .header-box .nav .nav-button:hover .nav-line-2 {
          opacity: 0.6; }
      .header .header-box .nav.nav-active .nav-button .nav-line-01 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #009ecf; }
      .header .header-box .nav.nav-active .nav-button .nav-line-02 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -2px !important;
        background: #009ecf; }
      .header .header-box .nav.nav-active .nav-button:hover .nav-line-01, .header .header-box .nav.nav-active .nav-button:hover .nav-line-02 {
        opacity: 0.6; }
    .header .header-box .header-logo-bottom {
      width: 18px;
      cursor: pointer;
      position: relative; }
      .header .header-box .header-logo-bottom a img {
        width: 9px; }
      .header .header-box .header-logo-bottom a.down-btn {
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .header-box .header-logo-bottom a.back-btn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .header .header-box .header-logo-bottom a.back-btn img {
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      .header .header-box .header-logo-bottom.active a.down-btn {
        opacity: 0; }
      .header .header-box .header-logo-bottom.active a.back-btn {
        opacity: 1;
        z-index: 1; }
  .header .header-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    background: #fff; }
    @media only screen and (min-width: 761px) {
      .header .header-x {
        display: none; } }
    .header .header-x .header-logo {
      max-width: 160px;
      height: 20px; }
      @media only screen and (max-width: 460px) {
        .header .header-x .header-logo {
          max-width: 100px;
          height: 18px; } }
    .header .header-x .nav-x .nav-button {
      border: 1px solid transparent;
      background-color: transparent;
      cursor: pointer;
      height: 30px; }
      .header .header-x .nav-x .nav-button .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; }
      .header .header-x .nav-x .nav-button .icon-bar {
        display: block;
        margin-top: 9px;
        width: 24px;
        height: 2px;
        background: #393939;
        border-radius: 1px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .header .header-x .nav-x .nav-button .nav-line-1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #009ecf; }
      .header .header-x .nav-x .nav-button .nav-line-2 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -2px !important;
        background: #009ecf; }
      .header .header-x .nav-x .nav-button:hover .icon-bar {
        background: #009ecf; }
      .header .header-x .nav-x .nav-button:hover .nav-line-1, .header .header-x .nav-x .nav-button:hover .nav-line-2 {
        opacity: 0.6; }
    .header .header-x .nav-x.nav-x-active .nav-button .nav-line-01 {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      background: #009ecf; }
    .header .header-x .nav-x.nav-x-active .nav-button .nav-line-02 {
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-top: -2px !important;
      background: #009ecf; }
    .header .header-x .nav-x.nav-x-active .nav-button:hover .nav-line-01, .header .header-x .nav-x.nav-x-active .nav-button:hover .nav-line-02 {
      opacity: 0.6; }
  .header .nav-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 240px;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
    @media only screen and (max-width: 760px) {
      .header .nav-content {
        width: 100vw;
        height: 100vh;
        padding-top: 60px;
        top: -100vh; } }
    .header .nav-content.nav-active {
      opacity: 1;
      right: -240px;
      -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
      transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
      @media only screen and (max-width: 760px) {
        .header .nav-content.nav-active {
          right: 0;
          top: 0; } }
    .header .nav-content .nav-box {
      width: 240px;
      height: 100%;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 760px) {
        .header .nav-content .nav-box {
          width: 100%; } }
      @media only screen and (max-width: 760px) {
        .header .nav-content .nav-box ul {
          text-align: center; } }
      .header .nav-content .nav-box ul li {
        font-size: 40px;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        margin: 8px 0; }
        @media only screen and (max-width: 760px) {
          .header .nav-content .nav-box ul li {
            font-size: 28px; } }
        .header .nav-content .nav-box ul li a {
          color: #393939; }
          .header .nav-content .nav-box ul li a:hover {
            color: #009ecf; }
        .header .nav-content .nav-box ul li.active a {
          color: #009ecf; }
  .header .nav-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.37); }
    @media only screen and (max-width: 760px) {
      .header .nav-container {
        display: none; } }

.language {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100; }
  @media only screen and (max-width: 760px) {
    .language {
      bottom: auto;
      top: 20px;
      right: 80px; } }
  .language ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .language ul li:first-child {
      margin-right: 10px; }
    .language ul li a {
      font-size: 10px;
      line-height: 1;
      font-family: "Roboto";
      font-weight: normal;
      font-style: normal;
      color: #393939; }
      @media only screen and (max-width: 760px) {
        .language ul li a {
          color: #393939; } }
    .language ul li:hover a {
      color: #009ecf; }
    .language ul li.active a {
      font-family: "Roboto";
      font-weight: bold;
      font-style: normal;
      color: #009ecf; }
  .language.language-c ul li {
    opacity: 0.7; }
    @media only screen and (max-width: 760px) {
      .language.language-c ul li {
        opacity: 1; } }
    .language.language-c ul li a {
      color: #fff; }
      @media only screen and (max-width: 760px) {
        .language.language-c ul li a {
          color: #393939; } }
    .language.language-c ul li:hover {
      opacity: 1; }
      .language.language-c ul li:hover a {
        color: #009ecf; }
    .language.language-c ul li.active {
      opacity: 1; }
      .language.language-c ul li.active a {
        font-family: "Roboto";
        font-weight: bold;
        font-style: normal; }
        @media only screen and (max-width: 760px) {
          .language.language-c ul li.active a {
            color: #009ecf; } }

.banner {
  width: 100%;
  height: 100vh;
  padding: 11px;
    padding-left: 0; }
  @media only screen and (max-width: 760px) {
    .banner {
      height: auto;
      padding: 0 20px; } }
  .banner .banner-img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 860px) {
      .banner .banner-img {
        padding: 0 30px; } }
    @media only screen and (max-width: 760px) {
      .banner .banner-img {
        padding: 50px 30px; } }
    .banner .banner-img img {
      display: none; }
    .banner .banner-img .slick-index {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
      .banner .banner-img .slick-index .slick-list {
        height: 100%; }
      .banner .banner-img .slick-index .slick-track {
        height: 100%; }
      .banner .banner-img .slick-index .slick-index-c {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .banner .banner-img .slogan-box {
      color: #fff; }
      .banner .banner-img .slogan-box p {
        font-size: 18px;
        letter-spacing: 0.5px;
        font-family: "Roboto";
        font-weight: 500;
        font-style: normal;
        color: #fff;
        margin-bottom: 28px;
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -o-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -webkit-transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
        transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
        -o-transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
        transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
        transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s; }
        @media only screen and (max-width: 460px) {
          .banner .banner-img .slogan-box p {
            font-size: 14px; } }
      .banner .banner-img .slogan-box h1 {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: 0.5px;
        margin-bottom: 84px;
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -o-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -webkit-transition: opacity 1s ease-in-out 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
        transition: opacity 1s ease-in-out 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
        -o-transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
        transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
        transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s; }
        .banner .banner-img .slogan-box h1 strong {
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal; }
        @media only screen and (max-width: 860px) {
          .banner .banner-img .slogan-box h1 {
            font-size: 32px;
            line-height: 44px; } }
        @media only screen and (max-width: 760px) {
          .banner .banner-img .slogan-box h1 {
            margin-bottom: 30px; } }
        @media only screen and (max-width: 600px) {
          .banner .banner-img .slogan-box h1 {
            font-size: 23px;
            line-height: 34px; } }
      .banner .banner-img .slogan-box a {
        font-size: 12px;
        font-family: "Roboto";
        font-weight: bold;
        font-style: normal;
        color: #fff;
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -o-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -webkit-transition: opacity 1s ease-in-out 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s;
        transition: opacity 1s ease-in-out 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s;
        -o-transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out;
        transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out;
        transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s; }
        .banner .banner-img .slogan-box a span {
          font-size: 16px;
          margin-left: 8px;
          font-family: "Roboto";
          font-weight: normal;
          font-style: normal; }
        .banner .banner-img .slogan-box a:hover {
          color: #009ecf; }
  .banner.animated .banner-img .slogan-box h1 {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: opacity 1s ease-in-out 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
    transition: opacity 1s ease-in-out 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
    -o-transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
    transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s;
    transition: opacity 1s ease-in-out 0.8s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.8s; }
  .banner.animated .banner-img .slogan-box p {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
    transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
    -o-transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
    transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
    transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s; }
  .banner.animated .banner-img .slogan-box a {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: opacity 1s ease-in-out 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s;
    transition: opacity 1s ease-in-out 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s;
    -o-transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out;
    transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out;
    transition: opacity 1s ease-in-out 1.2s, transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 1.2s; }

.banner-other {
  height: 31vw; }
  @media only screen and (max-width: 760px) {
    .banner-other {
      height: 240px; } }
  .banner-other .banner-img {
    position: relative; }
    .banner-other .banner-img .slogan-box {
      position: absolute;
      bottom: 30px; }
      .banner-other .banner-img .slogan-box h1 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 0; }
        .banner-other .banner-img .slogan-box h1 a {
          font-size: 25px;
          line-height: normal;
          margin-bottom: 0; }

.banner-proin .banner-img {
  position: relative; }
  .banner-proin .banner-img .slogan-box {
    position: absolute;
    bottom: 30px; }
    .banner-proin .banner-img .slogan-box h1 {
      font-size: 25px;
      line-height: normal;
      margin-bottom: 0; }
      .banner-proin .banner-img .slogan-box h1 a {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 0; }

.banner-proin.animated .banner-img .slogan-box h1 {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  transition: opacity 1s ease-in-out 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  -o-transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s; }

.banner-proin.animated .banner-img .slogan-box a {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: opacity 1s ease-in-out 0.4s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  transition: opacity 1s ease-in-out 0.4s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s;
  -o-transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, color 0.2s ease-in-out;
  transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, color 0.2s ease-in-out;
  transition: opacity 1s ease-in-out 0.4s, transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s, color 0.2s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1) 0.4s; }

.content .content-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 55px;
  padding-top: 130px;
  padding-right: 55px; }
  @media only screen and (max-width: 1110px) {
    .content .content-unit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 70px; } }
  @media only screen and (max-width: 760px) {
    .content .content-unit {
      padding-left: 30px;
      padding-top: 70px;
      padding-right: 30px; } }
  .content .content-unit .text-box {
    max-width: 420px;
    margin-right: 60px; }
    @media only screen and (max-width: 1540px) {
      .content .content-unit .text-box {
        max-width: 340px; } }
    @media only screen and (max-width: 1110px) {
      .content .content-unit .text-box {
        margin-bottom: 50px;
        padding-right: 50px;
        max-width: 950px;
        width: 100%; } }
    @media only screen and (max-width: 760px) {
      .content .content-unit .text-box {
        padding-right: 30px; } }
    @media only screen and (max-width: 480px) {
      .content .content-unit .text-box {
        padding-right: 0px; } }
    .content .content-unit .text-box h2 {
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: 0.5px;
      font-family: "Roboto";
      font-weight: bold;
      font-style: normal;
      color: #b1b1b1;
      margin-bottom: 26px; }
    .content .content-unit .text-box p {
      font-size: 20px;
      line-height: 1.8;
      letter-spacing: 0.5px;
      margin-bottom: 13px; }
      @media only screen and (max-width: 460px) {
        .content .content-unit .text-box p {
          font-size: 16px;
          line-height: 1.6; } }
    .content .content-unit .text-box a {
      font-size: 12px;
      font-family: "Roboto";
      font-weight: bold;
      font-style: normal; }
      .content .content-unit .text-box a i {
        text-decoration: underline; }
      .content .content-unit .text-box a span {
        font-size: 14px;
        margin-left: 8px;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        -webkit-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        transition: margin 0.2s; }
      .content .content-unit .text-box a:hover {
        color: #009ecf; }
        .content .content-unit .text-box a:hover span {
          margin-left: 18px; }
    .content .content-unit .text-box.bottom-links-box {
      padding: 0; }
  .content .content-unit .img-box-01 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 900px;
    margin-right: 150px; }
    @media only screen and (max-width: 1540px) {
      .content .content-unit .img-box-01 {
        margin-right: 50px;
        width: calc(100% - 390px); } }
    @media only screen and (max-width: 1110px) {
      .content .content-unit .img-box-01 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: auto; } }
    @media only screen and (max-width: 760px) {
      .content .content-unit .img-box-01 {
        margin-right: 30px; } }
    @media only screen and (max-width: 480px) {
      .content .content-unit .img-box-01 {
        margin-right: 0px; } }
    .content .content-unit .img-box-01 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -10px; }
      @media only screen and (max-width: 480px) {
        .content .content-unit .img-box-01 ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .content .content-unit .img-box-01 ul li {
        max-width: 257px;
        margin: 0 10px;
        cursor: pointer;
        overflow: hidden; }
        @media only screen and (max-width: 480px) {
          .content .content-unit .img-box-01 ul li {
            max-width: 100%;
            margin: 0;
            margin-bottom: 30px; }
            .content .content-unit .img-box-01 ul li:last-child {
              margin-bottom: 0; } }
        .content .content-unit .img-box-01 ul li:hover img {
          -ms-transform: scale(1.25);
          transform: scale(1.25);
          -o-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -webkit-transform: scale(1.25); }
        .content .content-unit .img-box-01 ul li:hover p strong {
          color: #009ecf; }
        .content .content-unit .img-box-01 ul li:hover a {
          color: #009ecf; }
          .content .content-unit .img-box-01 ul li:hover a span {
            margin-left: 18px; }
        .content .content-unit .img-box-01 ul li div {
          overflow: hidden;
          height: 0;
          padding-bottom: 125.67%;
          margin-bottom: 24px; }
        .content .content-unit .img-box-01 ul li img {
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .content .content-unit .img-box-01 ul li p {
          font-size: 12px;
          letter-spacing: 0.5px; }
          .content .content-unit .img-box-01 ul li p:last-of-type {
            margin-bottom: 20px;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          .content .content-unit .img-box-01 ul li p strong {
            line-height: 2.17;
            font-family: "Roboto";
            font-weight: bold;
            font-style: normal;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
        .content .content-unit .img-box-01 ul li a {
          font-size: 12px;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal; }
          .content .content-unit .img-box-01 ul li a i {
            text-decoration: underline; }
          .content .content-unit .img-box-01 ul li a span {
            font-size: 14px;
            margin-left: 8px;
            font-family: "Roboto";
            font-weight: normal;
            font-style: normal;
            -webkit-transition: margin 0.2s;
            -o-transition: margin 0.2s;
            transition: margin 0.2s; }
          .content .content-unit .img-box-01 ul li a:hover {
            color: #009ecf; }
            .content .content-unit .img-box-01 ul li a:hover span {
              margin-left: 18px; }
  .content .content-unit .img-box-02 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 900px;
    position: relative;
    margin-right: 150px; }
    @media only screen and (max-width: 1110px) {
      .content .content-unit .img-box-02 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    @media only screen and (max-width: 760px) {
      .content .content-unit .img-box-02 {
        margin-right: 30px; } }
    .content .content-unit .img-box-02 img {
      max-width: 421px; }
      @media only screen and (max-width: 1240px) {
        .content .content-unit .img-box-02 img {
          width: 63.8%; } }
    .content .content-unit .img-box-02 .img-float {
      position: absolute;
      bottom: 30px;
      left: 360px;
      max-width: 300px; }
      @media only screen and (max-width: 1240px) {
        .content .content-unit .img-box-02 .img-float {
          left: 54.5%;
          width: 45.4%; } }
  .content .content-unit .img-box-03 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 1050px;
    position: relative; }
    @media only screen and (max-width: 1110px) {
      .content .content-unit .img-box-03 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 640px) {
      .content .content-unit .img-box-03 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 400px) {
      .content .content-unit .img-box-03 {
        margin-bottom: 30px; } }
    .content .content-unit .img-box-03 .img-key {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 80px;
      margin-right: 140px;
      margin-left: 30px; }
      @media only screen and (min-width: 1333px) {
        .content .content-unit .img-box-03 .img-key {
          margin-bottom: 170px; } }
      @media only screen and (min-width: 1111px) {
        .content .content-unit .img-box-03 .img-key {
          margin-bottom: 100px; } }
      @media only screen and (max-width: 1540px) {
        .content .content-unit .img-box-03 .img-key {
          margin-right: 40px; } }
      @media only screen and (max-width: 1110px) {
        .content .content-unit .img-box-03 .img-key {
          margin-top: 0; } }
      @media only screen and (max-width: 760px) {
        .content .content-unit .img-box-03 .img-key {
          margin-right: 20px;
          margin-left: 0; } }
      @media only screen and (max-width: 520px) {
        .content .content-unit .img-box-03 .img-key {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .content .content-unit .img-box-03 .img-key li {
        text-align: center;
        cursor: pointer;
        max-width: 180px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        margin: 0 10px; }
        @media only screen and (max-width: 520px) {
          .content .content-unit .img-box-03 .img-key li {
            width: calc(50% - 20px); } }
        .content .content-unit .img-box-03 .img-key li h3 {
          font-size: 60px;
          font-family: "Roboto";
          font-weight: 900;
          font-style: normal;
          color: #000; }
          @media only screen and (max-width: 520px) {
            .content .content-unit .img-box-03 .img-key li h3 {
              font-size: 36px; } }
        .content .content-unit .img-box-03 .img-key li p {
          font-size: 14px;
          line-height: 1.86;
          letter-spacing: 0.5px; }
          @media only screen and (max-width: 520px) {
            .content .content-unit .img-box-03 .img-key li p {
              font-size: 12px;
              line-height: 1.2; } }
        .content .content-unit .img-box-03 .img-key li.li-close {
          opacity: 0.14; }
        .content .content-unit .img-box-03 .img-key li.li-open {
          opacity: 1; }
    .content .content-unit .img-box-03 .img-box-bg {
      position: absolute;
      top: -60px;
      z-index: -1;
      width: 100%; }
      @media only screen and (max-width: 1500px) {
        .content .content-unit .img-box-03 .img-box-bg {
          top: -20px; } }
      @media only screen and (max-width: 1110px) {
        .content .content-unit .img-box-03 .img-box-bg {
          top: 0; } }
      .content .content-unit .img-box-03 .img-box-bg img {
        width: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0; }

.next-and-prve {
  padding: 0 !important; }

.content {
  overflow: hidden; }
  .content .content-top {
    margin-top: 90px;
    padding: 0 55px;
    max-width: 1010px; }
    .content .content-top.has-img {
      width: 55.8%;
      max-width: 55.8%;
      float: left; }
      @media only screen and (max-width: 1110px) {
        .content .content-top.has-img {
          width: 100%;
          max-width: 100%;
          float: none; } }
    @media only screen and (max-width: 760px) {
      .content .content-top {
        margin-top: 50px;
        padding: 0 30px;
        max-width: 960px; } }
    .content .content-top p {
      font-size: 24px;
      line-height: 1.67;
      letter-spacing: 0.5px; }
      @media only screen and (max-width: 1540px) {
        .content .content-top p {
          font-size: 20px; } }
      @media only screen and (max-width: 460px) {
        .content .content-top p {
          font-size: 16px;
          line-height: 1.6; } }
  .content .image-box {
    width: 44.2%;
    float: right;
    padding-left: 20px;
    padding-right: 120px;
    padding-top: 35px; }
    @media only screen and (max-width: 1540px) {
      .content .image-box {
        padding-right: 40px; } }
    @media only screen and (max-width: 1110px) {
      .content .image-box {
        width: 100%;
        float: none;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 30px;
        max-width: 720px;
        margin: 0 auto; } }
    @media only screen and (max-width: 760px) {
      .content .image-box {
        padding-left: 30px;
        padding-right: 30px; } }
    .content .image-box img {
      display: block;
      width: 100%; }
  .content .content-unit .text-box-big p {
    /* font-size: 24px;
				line-height: 1.67;
				@media only screen and (max-width:1540px){
					font-size: 20px;
				}
				@media only screen and (max-width:460px){
					font-size: 16px;
					line-height: 1.6;
				} */ }
  .content .content-unit .about-01 {
    max-width: 840px;
    margin-right: 210px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 1540px) {
      .content .content-unit .about-01 {
        margin-right: 50px; } }
    @media only screen and (max-width: 760px) {
      .content .content-unit .about-01 {
        margin-right: 30px; } }
    .content .content-unit .about-01 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -34px -30px; }
      @media only screen and (max-width: 640px) {
        .content .content-unit .about-01 ul {
          margin: -20px -10px; } }
      @media only screen and (max-width: 480px) {
        .content .content-unit .about-01 ul {
          margin: -20px 0;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .content .content-unit .about-01 ul li {
        margin: 34px 30px;
        width: calc(50% - 60px);
        cursor: pointer; }
        @media only screen and (max-width: 640px) {
          .content .content-unit .about-01 ul li {
            margin: 20px 10px;
            width: calc(50% - 20px); } }
        @media only screen and (max-width: 480px) {
          .content .content-unit .about-01 ul li {
            width: calc(100%);
            max-width: 390px;
            margin: 20px 0; } }
        .content .content-unit .about-01 ul li:hover img {
          -ms-transform: scale(1.25);
          transform: scale(1.25);
          -o-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -webkit-transform: scale(1.25); }
        .content .content-unit .about-01 ul li:hover p strong {
          color: #009ecf; }
          .content .content-unit .about-01 ul li:hover p strong span {
            color: #b1b1b1; }
        .content .content-unit .about-01 ul li div {
          overflow: hidden;
          height: 0;
          padding-bottom: 125.67%;
          margin-bottom: 24px; }
        .content .content-unit .about-01 ul li img {
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .content .content-unit .about-01 ul li p {
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: normal; }
          .content .content-unit .about-01 ul li p:first-of-type {
            margin-bottom: 3px; }
          .content .content-unit .about-01 ul li p:last-of-type {
            margin-top: 20px; }
          .content .content-unit .about-01 ul li p strong {
            font-family: "Roboto";
            font-weight: bold;
            font-style: normal;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
            .content .content-unit .about-01 ul li p strong span {
              color: #b1b1b1; }
  .content .content-unit .about-02 {
    max-width: 900px;
    margin-right: 150px; }
    @media only screen and (max-width: 1540px) {
      .content .content-unit .about-02 {
        margin-right: 50px; } }
    @media only screen and (max-width: 760px) {
      .content .content-unit .about-02 {
        margin-right: 30px; } }
    @media only screen and (max-width: 480px) {
      .content .content-unit .about-02 {
        margin-top: -30px;
        margin-bottom: -30px; } }
    .content .content-unit .about-02 div img {
      width: calc(50% - 30px);
      display: block;
      float: left; }
      @media only screen and (max-width: 480px) {
        .content .content-unit .about-02 div img {
          width: calc(50% - 10px); } }
      .content .content-unit .about-02 div img:first-child {
        margin-right: 60px; }
        @media only screen and (max-width: 480px) {
          .content .content-unit .about-02 div img:first-child {
            margin-right: 20px; } }

.img-wide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .img-wide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 120px 0;
    background-color: rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 480px) {
      .img-wide .container {
        padding: 90px 0; } }
    .img-wide .container div {
      max-width: 900px;
      margin: 0 150px; }
      @media only screen and (max-width: 1110px) {
        .img-wide .container div {
          margin: 0 50px; } }
      @media only screen and (max-width: 480px) {
        .img-wide .container div {
          margin: 0 30px; } }
      .img-wide .container div p {
        color: #fff;
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1110px) {
          .img-wide .container div p {
            font-size: 24px;
            line-height: 1.3; } }
        @media only screen and (max-width: 480px) {
          .img-wide .container div p {
            font-size: 18px; } }
      .img-wide .container div a {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-family: "Roboto";
        font-weight: bold;
        font-style: normal; }
        .img-wide .container div a i {
          text-decoration: underline; }
        .img-wide .container div a span {
          font-size: 14px;
          margin-left: 8px;
          font-family: "Roboto";
          font-weight: normal;
          font-style: normal;
          -webkit-transition: margin 0.2s;
          -o-transition: margin 0.2s;
          transition: margin 0.2s; }
        .img-wide .container div a:hover {
          color: #009ecf; }
          .img-wide .container div a:hover span {
            margin-left: 18px; }
  .img-wide .img-wide-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    z-index: -1; }

.content-services .content-unit {
  padding-top: 60px; }
  .content-services .content-unit .blank-box {
    max-width: 420px;
    margin-right: 60px;
    width: 100%; }
    @media only screen and (max-width: 1540px) {
      .content-services .content-unit .blank-box {
        max-width: 340px; } }
    @media only screen and (max-width: 1110px) {
      .content-services .content-unit .blank-box {
        display: none; } }
  .content-services .content-unit .services-01 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 900px;
    margin-right: 150px; }
    @media only screen and (max-width: 1540px) {
      .content-services .content-unit .services-01 {
        margin-right: 50px; } }
    @media only screen and (max-width: 760px) {
      .content-services .content-unit .services-01 {
        margin-right: 30px; } }
    .content-services .content-unit .services-01 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -20px -30px; }
      @media only screen and (max-width: 760px) {
        .content-services .content-unit .services-01 ul {
          margin: -20px -10px; } }
      @media only screen and (max-width: 560px) {
        .content-services .content-unit .services-01 ul {
          margin: -20px 0; } }
      .content-services .content-unit .services-01 ul li {
        max-width: 420px;
        width: calc(50% - 60px);
        margin: 20px 30px; }
        @media only screen and (max-width: 760px) {
          .content-services .content-unit .services-01 ul li {
            margin: 20px 10px;
            width: calc(50% - 20px); } }
        @media only screen and (max-width: 560px) {
          .content-services .content-unit .services-01 ul li {
            width: 100%;
            margin: 20px 0;
            max-width: 500px; } }
        .content-services .content-unit .services-01 ul li h3 {
          font-size: 14px;
          letter-spacing: 0.5px;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal;
          margin-bottom: 20px; }
          .content-services .content-unit .services-01 ul li h3 span {
            color: #009ecf;
            margin-right: 8px; }
        .content-services .content-unit .services-01 ul li p {
          font-size: 14px;
          letter-spacing: 0.5px; }
  .content-services .content-unit .services-02 {
    max-width: 900px;
    margin-right: 150px;
    position: relative; }
    @media only screen and (max-width: 1540px) {
      .content-services .content-unit .services-02 {
        margin-right: 50px; } }
    @media only screen and (max-width: 760px) {
      .content-services .content-unit .services-02 {
        margin-right: 30px; } }
    .content-services .content-unit .services-02 h2 {
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: 0.5px;
      font-family: "Roboto";
      font-weight: bold;
      font-style: normal;
      color: #b1b1b1;
      margin-bottom: 22px; }
    .content-services .content-unit .services-02 .arrow-box {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 30px;
      font-family: "LG";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .content-services .content-unit .services-02 .arrow-box a:first-child {
        margin-right: 16px; }
      .content-services .content-unit .services-02 .arrow-box a:hover {
        color: #009ecf; }
    .content-services .content-unit .services-02 .testimonials-01 {
      margin-bottom: 36px; }
      .content-services .content-unit .services-02 .testimonials-01 li {
        display: none; }
        .content-services .content-unit .services-02 .testimonials-01 li:first-child {
          display: block; }
        .content-services .content-unit .services-02 .testimonials-01 li blockquote {
          font-size: 30px;
          letter-spacing: 0.5px;
          font-family: "Roboto";
          font-weight: normal;
          font-style: italic; }
          @media only screen and (max-width: 760px) {
            .content-services .content-unit .services-02 .testimonials-01 li blockquote {
              font-size: 24px; } }
          @media only screen and (max-width: 590px) {
            .content-services .content-unit .services-02 .testimonials-01 li blockquote {
              font-size: 20px; } }
          @media only screen and (max-width: 480px) {
            .content-services .content-unit .services-02 .testimonials-01 li blockquote {
              font-size: 18px; } }
          .content-services .content-unit .services-02 .testimonials-01 li blockquote i {
            color: #009ecf;
            font-family: "Roboto";
            font-weight: bold;
            font-style: normal;
            font-size: 90px;
            line-height: 0;
            position: relative;
            top: 45px; }
            @media only screen and (max-width: 760px) {
              .content-services .content-unit .services-02 .testimonials-01 li blockquote i {
                font-size: 70px;
                top: 36px; } }
    .content-services .content-unit .services-02 .testimonials-02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .content-services .content-unit .services-02 .testimonials-02 li {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-family: "Roboto";
        font-weight: bold;
        font-style: normal;
        /* &.li-active-02{
						cite{
							color: $c-black-1;
						}
					} */ }
        .content-services .content-unit .services-02 .testimonials-02 li cite {
          color: #afafaf; }
        .content-services .content-unit .services-02 .testimonials-02 li:first-child cite {
          color: #393939; }
        .content-services .content-unit .services-02 .testimonials-02 li:last-child span {
          display: none; }
        .content-services .content-unit .services-02 .testimonials-02 li span {
          color: #afafaf;
          margin: 0 9px; }

.content-projects {
  overflow: hidden;
  width: 100%; }
  .content-projects .slider {
    padding-left: 55px;
    margin-top: 100px;
    position: relative;
    margin-bottom: 80px; }
    @media only screen and (max-width: 760px) {
      .content-projects .slider {
        padding-left: 30px;
        margin-top: 50px;
        margin-bottom: 50px; } }
    .content-projects .slider .slider-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media only screen and (max-width: 760px) {
        .content-projects .slider .slider-menu {
          overflow-x: auto;
          margin-right: 30px;
          padding-right: 20px; } }
      .content-projects .slider .slider-menu li {
        margin-right: 34px;
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 0.5px;
        height: 28px; }
        .content-projects .slider .slider-menu li:last-child {
          margin-right: 0; }
        .content-projects .slider .slider-menu li a:hover {
          text-decoration: underline;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal; }
        .content-projects .slider .slider-menu li.active a {
          text-decoration: underline;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal; }
    .content-projects .slider .arrow-box {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 30px;
      font-family: "LG";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .content-projects .slider .arrow-box .arrow-all {
        display: none; }
        .content-projects .slider .arrow-box .arrow-all:first-child {
          display: block; }
        .content-projects .slider .arrow-box .arrow-all a:first-child {
          margin-right: 16px; }
        .content-projects .slider .arrow-box .arrow-all a:hover {
          color: #009ecf; }
    .content-projects .slider .slider-c .slick-all {
      margin: 0 -30px;
      display: none;
      position: relative; }
      @media only screen and (max-width: 1110px) {
        .content-projects .slider .slider-c .slick-all {
          margin: 0 -10px; } }
      .content-projects .slider .slider-c .slick-all:first-child {
        display: block; }
      .content-projects .slider .slider-c .slick-all .slick-arrow {
        font-size: 30px;
        font-family: "LG"; }
        .content-projects .slider .slider-c .slick-all .slick-arrow:hover {
          color: #009ecf; }
      .content-projects .slider .slider-c .slick-all .slick-prev {
        position: absolute;
        right: 226px;
        top: -62px; }
        @media only screen and (max-width: 1110px) {
          .content-projects .slider .slider-c .slick-all .slick-prev {
            right: 136px; } }
        @media only screen and (max-width: 760px) {
          .content-projects .slider .slider-c .slick-all .slick-prev {
            right: 66px; } }
        @media only screen and (max-width: 600px) {
          .content-projects .slider .slider-c .slick-all .slick-prev {
            top: inherit;
            bottom: -45px;
            right: inherit;
            left: 8px; } }
      .content-projects .slider .slider-c .slick-all .slick-next {
        position: absolute;
        right: 180px;
        top: -62px; }
        @media only screen and (max-width: 1110px) {
          .content-projects .slider .slider-c .slick-all .slick-next {
            right: 90px; } }
        @media only screen and (max-width: 760px) {
          .content-projects .slider .slider-c .slick-all .slick-next {
            right: 30px; } }
        @media only screen and (max-width: 600px) {
          .content-projects .slider .slider-c .slick-all .slick-next {
            top: -40px;
            right: 60px;
            top: inherit;
            bottom: -45px;
            right: inherit;
            left: 40px; } }
      .content-projects .slider .slider-c .slick-all .slick-list {
        padding-right: 150px; }
        @media only screen and (max-width: 1110px) {
          .content-projects .slider .slider-c .slick-all .slick-list {
            padding-right: 80px; } }
        @media only screen and (max-width: 480px) {
          .content-projects .slider .slider-c .slick-all .slick-list {
            padding-right: 50px; } }
      .content-projects .slider .slider-c .slick-all .slick-c {
        margin: 0 30px;
        cursor: pointer;
        overflow: visible; }
        @media only screen and (max-width: 1110px) {
          .content-projects .slider .slider-c .slick-all .slick-c {
            margin: 0 10px; } }
        .content-projects .slider .slider-c .slick-all .slick-c:focus {
          outline: none; }
        .content-projects .slider .slider-c .slick-all .slick-c:hover img {
          -ms-transform: scale(1.25);
          transform: scale(1.25);
          -o-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -webkit-transform: scale(1.25); }
        .content-projects .slider .slider-c .slick-all .slick-c:hover p strong {
          color: #009ecf; }
        .content-projects .slider .slider-c .slick-all .slick-c:hover a {
          color: #009ecf; }
          .content-projects .slider .slider-c .slick-all .slick-c:hover a span {
            margin-left: 18px; }
        .content-projects .slider .slider-c .slick-all .slick-c div {
          overflow: hidden;
          height: 0;
          padding-bottom: 125.67%;
          margin-bottom: 24px;
          position: relative; }
          .content-projects .slider .slider-c .slick-all .slick-c div:after {
            content: " ";
            width: 120px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            display: block;
            background-color: rgba(0, 0, 0, 0.3);
            -webkit-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s; }
            @media only screen and (max-width: 1110px) {
              .content-projects .slider .slider-c .slick-all .slick-c div:after {
                width: 70px; } }
            @media only screen and (max-width: 480px) {
              .content-projects .slider .slider-c .slick-all .slick-c div:after {
                width: 40px; } }
        .content-projects .slider .slider-c .slick-all .slick-c.slick-active div:after {
          background-color: transparent; }
        .content-projects .slider .slider-c .slick-all .slick-c img {
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .content-projects .slider .slider-c .slick-all .slick-c p {
          font-size: 12px;
          letter-spacing: 0.5px; }
          .content-projects .slider .slider-c .slick-all .slick-c p:last-of-type {
            margin-bottom: 20px; }
          .content-projects .slider .slider-c .slick-all .slick-c p strong {
            line-height: 2.17;
            font-family: "Roboto";
            font-weight: bold;
            font-style: normal;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
        .content-projects .slider .slider-c .slick-all .slick-c a {
          font-size: 12px;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal; }
          .content-projects .slider .slider-c .slick-all .slick-c a i {
            text-decoration: underline; }
          .content-projects .slider .slider-c .slick-all .slick-c a span {
            font-size: 14px;
            margin-left: 8px;
            font-family: "Roboto";
            font-weight: normal;
            font-style: normal;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
          .content-projects .slider .slider-c .slick-all .slick-c a:hover {
            color: #009ecf; }
            .content-projects .slider .slider-c .slick-all .slick-c a:hover span {
              margin-left: 18px; }
  .content-projects .projects-01 {
    margin-right: 150px;
    margin-left: 55px; }
    @media only screen and (max-width: 1540px) {
      .content-projects .projects-01 {
        margin-right: 50px; } }
    @media only screen and (max-width: 760px) {
      .content-projects .projects-01 {
        margin-right: 30px;
        margin-left: 30px; } }
    .content-projects .projects-01 .img-bg {
      width: 100%;
      padding: 270px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 760px) {
        .content-projects .projects-01 .img-bg {
          padding: 100px 30px; } }
      .content-projects .projects-01 .img-bg h3 {
        max-width: 420px;
        font-size: 45px;
        letter-spacing: 0.5px;
        color: #fff; }
        .content-projects .projects-01 .img-bg h3 span {
          color: #009ecf; }
        @media only screen and (max-width: 560px) {
          .content-projects .projects-01 .img-bg h3 {
            font-size: 38px;
            line-height: 1.2; } }
        @media only screen and (max-width: 460px) {
          .content-projects .projects-01 .img-bg h3 {
            font-size: 31px; } }
        @media only screen and (max-width: 400px) {
          .content-projects .projects-01 .img-bg h3 {
            font-size: 25px; } }
        @media only screen and (max-width: 350px) {
          .content-projects .projects-01 .img-bg h3 {
            font-size: 21px; } }
    .content-projects .projects-01 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -30px; }
      @media only screen and (max-width: 960px) {
        .content-projects .projects-01 ul {
          margin: 0 -10px; } }
      @media only screen and (max-width: 640px) {
        .content-projects .projects-01 ul {
          margin: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .content-projects .projects-01 ul li {
        margin: 0 30px;
        max-width: 420px; }
        @media only screen and (max-width: 960px) {
          .content-projects .projects-01 ul li {
            margin: 0 10px; } }
        @media only screen and (max-width: 640px) {
          .content-projects .projects-01 ul li {
            max-width: 580px;
            margin: 0;
            margin-bottom: 30px; }
            .content-projects .projects-01 ul li:last-child {
              margin-bottom: 0; } }
        .content-projects .projects-01 ul li h4 {
          font-size: 14px;
          letter-spacing: 0.5px;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal;
          margin-bottom: 20px; }
          @media only screen and (max-width: 640px) {
            .content-projects .projects-01 ul li h4 {
              margin-bottom: 10px; } }
        .content-projects .projects-01 ul li p {
          font-size: 14px;
          letter-spacing: 0.5px; }

.content-proin .content-unit .text-box:first-of-type {
  width: 420px;
  margin-right: 60px; }
  @media only screen and (max-width: 1540px) {
    .content-proin .content-unit .text-box:first-of-type {
      width: 340px; } }
  @media only screen and (max-width: 1110px) {
    .content-proin .content-unit .text-box:first-of-type {
      margin-bottom: 50px;
      padding-right: 50px;
      max-width: 950px;
      width: 100%; } }
  @media only screen and (max-width: 760px) {
    .content-proin .content-unit .text-box:first-of-type {
      padding-right: 30px; } }
  .content-proin .content-unit .text-box:first-of-type .link-box-01 {
    position: fixed;
    left: 148px;
    bottom: 50px;
    z-index: 10; }
    @media only screen and (min-width: 761px) {
      .content-proin .content-unit .text-box:first-of-type .link-box-01 {
        display: none; } }
    @media only screen and (max-width: 760px) {
      .content-proin .content-unit .text-box:first-of-type .link-box-01 {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0px; } }
    @media only screen and (max-width: 340px) {
      .content-proin .content-unit .text-box:first-of-type .link-box-01 {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .content-proin .content-unit .text-box:first-of-type .link-box-01 a {
      margin-right: 20px; }
      @media only screen and (max-width: 1110px) {
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a {
          color: #009ecf; } }
      @media only screen and (max-width: 760px) {
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a {
          margin-right: 0;
          color: #393939; } }
      .content-proin .content-unit .text-box:first-of-type .link-box-01 a:first-child span {
        margin: 0;
        margin-right: 8px; }
      @media only screen and (max-width: 340px) {
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a:first-child {
          -ms-flex-item-align: start;
          align-self: flex-start; } }
      .content-proin .content-unit .text-box:first-of-type .link-box-01 a:last-child span {
        margin-left: 8px; }
      @media only screen and (max-width: 340px) {
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a:last-child {
          -ms-flex-item-align: end;
          align-self: flex-end; } }
      .content-proin .content-unit .text-box:first-of-type .link-box-01 a:hover {
        color: #009ecf; }
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a:hover:first-child span {
          margin: 0;
          margin-right: 8px; }
        .content-proin .content-unit .text-box:first-of-type .link-box-01 a:hover:last-child span {
          margin-left: 8px; }

.content-proin .content-unit .proin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -28px -30px;
  max-width: 900px;
  margin-right: 120px;
  width: calc(100% - 420px); }
  @media only screen and (max-width: 1540px) {
    .content-proin .content-unit .proin {
      margin-right: 20px;
      width: calc(100% - 340px); } }
  @media only screen and (max-width: 1110px) {
    .content-proin .content-unit .proin {
      width: 100%; } }
  @media only screen and (max-width: 760px) {
    .content-proin .content-unit .proin {
      margin: 0; } }
  .content-proin .content-unit .proin.order-left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .content-proin .content-unit .proin div {
    margin: 28px 30px; }
    @media only screen and (max-width: 760px) {
      .content-proin .content-unit .proin div {
        margin: 10px 10px; } }
    .content-proin .content-unit .proin div img {
      display: block; }
  .content-proin .content-unit .proin .proin-intact {
    width: calc(100% - 60px); }
    @media only screen and (max-width: 760px) {
      .content-proin .content-unit .proin .proin-intact {
        width: calc(100% - 20px); } }
  .content-proin .content-unit .proin .proin-half {
    width: calc(50% - 60px); }
    @media only screen and (max-width: 760px) {
      .content-proin .content-unit .proin .proin-half {
        width: calc(50% - 20px); } }

.content-proin .content-unit .link-box-02 {
  display: none; }
  @media only screen and (max-width: 760px) {
    .content-proin .content-unit .link-box-02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; } }
  @media only screen and (max-width: 340px) {
    .content-proin .content-unit .link-box-02 {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .content-proin .content-unit .link-box-02 a:first-child span {
    margin: 0;
    margin-right: 8px; }
  @media only screen and (max-width: 340px) {
    .content-proin .content-unit .link-box-02 a:first-child {
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  .content-proin .content-unit .link-box-02 a:last-child span {
    margin-left: 8px; }
  @media only screen and (max-width: 340px) {
    .content-proin .content-unit .link-box-02 a:last-child {
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  .content-proin .content-unit .link-box-02 a:hover {
    color: #009ecf; }
    .content-proin .content-unit .link-box-02 a:hover:first-child span {
      margin: 0;
      margin-right: 8px; }
    .content-proin .content-unit .link-box-02 a:hover:last-child span {
      margin-left: 8px; }

.link-box {
  display: none; }

.single-projects .link-box {
  position: fixed;
  left: 148px;
  bottom: 50px;
  z-index: 10;
  display: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media only screen and (max-width: 760px) {
    .single-projects .link-box {
      display: none; } }
  .single-projects .link-box.active {
    display: block; }
    @media only screen and (max-width: 760px) {
      .single-projects .link-box.active {
        display: none; } }
  .single-projects .link-box a {
    margin-right: 20px; }
    @media only screen and (max-width: 1110px) {
      .single-projects .link-box a {
        color: #009ecf; } }
    .single-projects .link-box a:first-child span {
      margin: 0;
      margin-right: 8px; }
    .single-projects .link-box a:last-child span {
      margin-left: 8px; }
    .single-projects .link-box a:hover {
      color: #009ecf; }
      .single-projects .link-box a:hover:first-child span {
        margin: 0;
        margin-right: 8px; }
      .single-projects .link-box a:hover:last-child span {
        margin-left: 8px; }
  .single-projects .link-box.is-bottom {
    opacity: 0; }

.content-contact {
  padding-bottom: 100px; }
  .content-contact .contact-unit .text-box h2 {
    margin-bottom: 13px; }
  .content-contact .contact-unit .text-box p {
    font-size: 14px;
    line-height: normal; }
    .content-contact .contact-unit .text-box p strong {
      font-family: "Roboto";
      font-weight: bold;
      font-style: normal;
      font-size: 12px; }
      .content-contact .contact-unit .text-box p strong a {
        text-decoration: underline; }
      .content-contact .contact-unit .text-box p strong i {
        margin: 0 8px; }
  .content-contact .contact-unit .contact-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 900px;
    margin-right: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1540px) {
      .content-contact .contact-unit .contact-box {
        margin-right: 95px; } }
    @media only screen and (max-width: 1110px) {
      .content-contact .contact-unit .contact-box {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    @media only screen and (max-width: 760px) {
      .content-contact .contact-unit .contact-box {
        margin-right: 0px; } }
    @media only screen and (max-width: 560px) {
      .content-contact .contact-unit .contact-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .content-contact .contact-unit .contact-box .pfe-box {
      max-width: 420px;
      margin-right: 60px; }
      @media only screen and (max-width: 1540px) {
        .content-contact .contact-unit .contact-box .pfe-box {
          margin-right: 30px; } }
      @media only screen and (max-width: 560px) {
        .content-contact .contact-unit .contact-box .pfe-box {
          margin-right: 0;
          margin-bottom: 30px;
          width: 100%;
          max-width: 500px; } }
      .content-contact .contact-unit .contact-box .pfe-box h2 {
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: 0.5px;
        font-family: "Roboto";
        font-weight: bold;
        font-style: normal;
        color: #b1b1b1;
        margin-bottom: 19px; }
        @media only screen and (max-width: 1110px) {
          .content-contact .contact-unit .contact-box .pfe-box h2 {
            margin-bottom: 4px; } }
      .content-contact .contact-unit .contact-box .pfe-box a:hover {
        color: #009ecf; }
      .content-contact .contact-unit .contact-box .pfe-box ul {
        margin-bottom: 19px; }
        @media only screen and (max-width: 1110px) {
          .content-contact .contact-unit .contact-box .pfe-box ul {
            margin-bottom: 29px; } }
        .content-contact .contact-unit .contact-box .pfe-box ul li {
          font-size: 14px;
          letter-spacing: 0.5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .content-contact .contact-unit .contact-box .pfe-box ul li strong {
            margin-right: 10px;
            font-family: "Roboto";
            font-weight: bold;
            font-style: normal;
            display: block;
            min-width: 10px; }
      .content-contact .contact-unit .contact-box .pfe-box p {
        font-size: 14px;
        letter-spacing: 0.5px; }
    .content-contact .contact-unit .contact-box .form-box {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      max-width: 420px; }
      @media only screen and (max-width: 1600px) {
        .content-contact .contact-unit .contact-box .form-box {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          width: 50%; } }
      @media only screen and (max-width: 560px) {
        .content-contact .contact-unit .contact-box .form-box {
          width: 100%;
          max-width: 500px; } }
      .content-contact .contact-unit .contact-box .form-box form .input {
        margin-bottom: 6px; }
        .content-contact .contact-unit .contact-box .form-box form .input input:not([type='submit']) {
          width: 100%;
          padding: 19px 0 7px;
          border-bottom: 1px solid #393939;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          font-size: 12px;
          letter-spacing: 0.5px; }
          .content-contact .contact-unit .contact-box .form-box form .input input:not([type='submit']):focus {
            border-bottom: 1px solid #009ecf; }
      .content-contact .contact-unit .contact-box .form-box form .submit-box {
        margin-top: 25px; }
        .content-contact .contact-unit .contact-box .form-box form .submit-box:before {
          content: "→";
          font-size: 14px;
          margin-left: 8px;
          margin-top: 4px;
          font-family: "Roboto";
          font-weight: normal;
          font-style: normal;
          float: right;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
        .content-contact .contact-unit .contact-box .form-box form .submit-box:hover {
          color: #009ecf; }
          .content-contact .contact-unit .contact-box .form-box form .submit-box:hover input[type='submit'] {
            color: #009ecf; }
        .content-contact .contact-unit .contact-box .form-box form .submit-box input[type='submit'] {
          margin-top: 5px;
          float: right;
          font-size: 12px;
          font-family: "Roboto";
          font-weight: bold;
          font-style: normal;
          text-decoration: underline;
          text-transform: uppercase; }
      .content-contact .contact-unit .contact-box .form-box form input::-webkit-input-placeholder {
        color: #aeaeae;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.5px;
        opacity: 1; }
      .content-contact .contact-unit .contact-box .form-box form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #aeaeae;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.5px;
        opacity: 1; }
      .content-contact .contact-unit .contact-box .form-box form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #aeaeae;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.5px;
        opacity: 1; }
      .content-contact .contact-unit .contact-box .form-box form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #aeaeae;
        font-family: "Roboto";
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.5px;
        opacity: 1; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic/Roboto-Italic.eot") format("embedded-opentype"), url("../fonts/Roboto-Italic/Roboto-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black/Roboto-Blackv.ttf") format("truetype"), url("../fonts/Roboto-Black/Roboto-Black.eot") format("embedded-opentype"), url("../fonts/Roboto-Black/Roboto-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "LG";
  src: url("../fonts/LG/Lucida-Grande.woff2") format("woff2"), url("../fonts/LG/Lucida-Grande.woff") format("woff"), url("../fonts/LG/Lucida-Grande.ttf") format("truetype"), url("../fonts/LG/Lucida-Grande.eot") format("embedded-opentype"), url("../fonts/LG/Lucida-Grande.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html.hidden-c .wowo {
  opacity: 0; }
  html.hidden-c .wowo.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.leftshow.animated {
  -webkit-animation-name: leftshow;
  animation-name: leftshow; }

.leftshowtwo.animated {
  -webkit-animation-name: leftshowtwo;
  animation-name: leftshowtwo; }

.leftor.animated {
  -webkit-animation-name: leftors;
  animation-name: leftors; }

@-webkit-keyframes leftors {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes leftshow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
  100% {
    opacity: 0.61;
    -webkit-transform: none;
    transform: none; } }

@keyframes leftshow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
  100% {
    opacity: 0.61;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes leftshowtwo {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none; } }

@keyframes leftshowtwo {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
  100% {
    opacity: 0.8;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
  animation-name: fadeInBigUp; }

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0); }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0); }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0); } }

@-o-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0); }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0); } }

@-moz-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0); }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0); } }

@-webkit-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0); }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0); } }

@keyframes bgmyleft {
  50% {
    background-position: 60% center; }
  100% {
    background-position: center center; } }

@-moz-keyframes bgmyleft {
  50% {
    background-position: 60% center; }
  100% {
    background-position: center center; } }

@-o-keyframes bgmyleft {
  50% {
    background-position: 60% center; }
  100% {
    background-position: center center; } }

@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center; }
  100% {
    background-position: center center; } }
