/* BANNER */
.banner-container {
  position: relative; }
.banner-top {
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px; }
.banner-title {
  display: block;
  width: 100%;
  font-size: 5em;
  color: #fff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }
@media (max-width: 768px) {
    .banner-title {
      left: 50%; } }
.about-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .about-container h4 {
    width: 100%;
    font-size: 2.5em;
    text-align: center;
    margin: 1em auto; }
  /* ABOUT US */
  .about-section {
  font-size: 1.35em;
  margin-top: 25px;
  text-align: justify;
  padding: 35px;
  position: relative; }
  .about-section.about-zh {
    letter-spacing: 3px; }
  @media (max-width: 768px) {
    .about-section {
      font-size: 1.18em;
      text-align: justify; } }
  /* SOCIAL MEDIA */
  .social-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  margin-top: 75px; }
  @media (min-width: 769px) {
    .social-section:after {
      content: '';
      width: 20px;
      height: 80%;
      background: #464444;
      position: absolute;
      top: 0;
      right: 0; } }
  .social-section .social-content {
    width: 100%; }
  .social-section h4 {
    padding: 0 4em; }
  @media (max-width: 768px) {
    .social-section {
      margin-top: 30px; }
      .social-section h4 {
        text-align: center;
        margin-left: 0;
        padding: 0 1em; } }
  .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .social-icons {
      margin-bottom: 40px; } }
  .social-icons .social-icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    margin: 1em;
    text-align: center;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.44);
    color: black;
    overflow: hidden;
    position: relative; }
  .social-icons .social-icon a {
      display: block;
      width: 100%;
      height: 100%; }
  .social-icons .social-icon i {
      color: #000;
      line-height: 90px;
      font-size: 26px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
  .social-icons .social-icon::before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -110%;
      top: 90%; }
  .social-icons .social-icon.facebook::before {
      background: #3b5998; }
  .social-icons .social-icon.instagram::before {
      background: -webkit-linear-gradient(#6e24c5, #c22a66, #de963e);
      background: linear-gradient(#6e24c5, #c22a66, #de963e); }
  .social-icons .social-icon.linkedin::before {
      background: #0072b1; }
  .social-icons .social-icon.youtube::before {
      background: #c4302b; }
  .social-icons .social-icon.wechat::before {
      background: #3da41e; }
  .social-icons .social-icon.weibo::before {
      background: #df2029; }
  .social-icons .social-icon:hover {
      cursor: pointer;
      text-decoration: none; }
  .social-icons .social-icon:hover::before {
        -webkit-animation: aaa 0.7s 1;
                animation: aaa 0.7s 1;
        top: -10%;
        left: -10%; }
  .social-icons .social-icon:hover i {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        color: white; }
  /* SERVICES */
  .services-section {
  margin: 4em auto;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .services-section:after {
      content: '';
      width: 20px;
      height: 80%;
      background: #464444;
      position: absolute;
      top: 0;
      left: 0; } }
  .services-section h4 {
    text-align: left;
    margin-left: 2em; }
  @media (max-width: 767px) {
    .services-section {
      line-height: 0;
      margin-bottom: 0; }
      .services-section h4 {
        text-align: center;
        margin-left: 0; } }
  .services-item {
  width: 30%;
  min-height: 300px;
  display: inline-block;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  .services-item .ovl {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75); }
  .services-item:hover .ovl {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .services-item h6 {
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 2.4em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .services-item img {
    width: 100%; }
  @media (max-width: 768px) {
    .services-item {
      width: 100%;
      min-height: 180px; }
      .services-item h6 {
        font-size: 2em; } }
  /* CONTACT */
  .contact-container {
  margin-top: 150px; }
  .contact-container .bg-div {
    min-height: 250px;
    background-position: center center;
    background-size: cover;
    text-align: center; }
  .contact-container .bg-div span {
      color: #fff;
      font-size: 3em;
      font-weight: bold;
      line-height: 250px;
      white-space: nowrap; }
  @media (max-width: 768px) {
    .contact-container {
      margin-top: 0; }
      .contact-container .bg-div {
        position: relative; }
        .contact-container .bg-div span {
          font-size: 1.8em;
          white-space: normal;
          line-height: 1.42857143;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          position: absolute;
          width: 100%; } }
  .contact-container .contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 15px; }
  @media (min-width: 1001px) {
      .contact-container .contact-section.cs-en .contact-card {
        min-height: 230px; }
      .contact-container .contact-section.cs-zh .contact-card {
        min-height: 190px; } }
  .contact-container .contact-item {
    width: 30%;
    background: #fff;
    margin: 1%;
    padding: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 65px; }
  .contact-container .contact-item .contact-link {
      margin: auto 0 0; }
  .contact-container .contact-item .contact-icon {
      position: absolute;
      width: 100px;
      height: 100px;
      background: #fff;
      top: -25px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .contact-container .contact-item .contact-icon i {
        font-size: 40px;
        line-height: 100px; }
  .contact-container .contact-item h6 {
      font-size: 1.5em;
      font-weight: bold;
      margin: 1em; }
  .contact-container .contact-item img {
      width: 100%; }
  @media (min-width: 1001px) {
      .contact-container .contact-item .contact-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; } }
  @media (max-width: 1000px) {
      .contact-container .contact-item {
        width: 100%;
        padding: 0px;
        margin: 1em auto; }
        .contact-container .contact-item .contact-icon {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: none;
                  transform: none;
          margin: 0em auto;
          height: 40px; }
          .contact-container .contact-item .contact-icon i {
            line-height: 40px; } }
  .email-btn {
  display: inline-block;
  margin: 1em auto;
  padding: 0.5em 2em;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px; }
  .banner-top {
  min-height: 400px;
  background-size: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px); }
  .banner-title {
  margin-left: 1em;
  text-align: left; }
  .banner-title hr {
    width: 80%;
    margin-left: 0;
    border-color: #fff;
    border-width: 8px; }
  @media (max-width: 767px) {
    .banner-title {
      text-align: center;
      margin-left: 0; }
      .banner-title hr {
        margin: 0 auto; } }
  @-webkit-keyframes aaa {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: 10%;
    top: -30%; }
  100% {
    left: -10%;
    top: -10%; } }
  @keyframes aaa {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: 10%;
    top: -30%; }
  100% {
    left: -10%;
    top: -10%; } }
