@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 768px) {

  #main-nav {
    background-color: rgba(255, 255, 255, 0.9);
  }

  #main-menu:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #00a0b3;
    font-size: 1.5em;
  }

  #main-menu .menu-wrapper {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 100%;
    top: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    transition: left 0.5s linear;
  }

  #main-menu.active .menu-wrapper {
    left: 0;
  }

  #main-menu .menu-wrapper>* {
    display: block;
    margin: 0.5em auto;
  }

  #main-menu .menu-wrapper>ul {
    padding: 0;
    /*padding-top: 20vh;*/
  }

  #menu-list li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }

  #menu-list li a {
    color: #00a0b3;
  }

  .menu-close {
    text-align: right;
    padding: 5vh 1rem 0 0;
    font-size: 2rem;
  }

  .subtitle {
    margin-top: 30px;
  }

  #solution .col-lg-10 {
    padding: 0 25px;
  }

  #pricing-tab li {
    font-size: 1em;
    padding: 0 0.5rem;
  }

  .plan .plan-inner {
    min-height: auto;
  }

  .plan .plan-feature {
    border: 2px dashed lightgrey;
    border-right: none;
    border-left: none;
    padding: 10px 0;
  }

  .plan .plan-feature:before,
  .plan .plan-feature.active:before {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .plan .plan-feature:before {
    content: "方案特色 \f107";
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .plan .plan-feature.active:before {
    content: "方案特色 \f106";
  }

  .plan .plan-feature li {
    display: none;
  }

  .plan .action-link {
    position: static;
    width: 100%;
  }


  .contact-form {
    max-width: 100%;
  }

  #contact form.newsletter button {
    padding: 0 25px;
  }


  .socialmedia {
    text-align: center;
  }

  #home {
    max-height: none;
    min-height: auto;
  }

  #home h1 {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
  }

  #home .notebook-slide {
    min-height: 100%;
    background-position: center;
    text-align: center;
  }

  #home .notebook-slide img {
    position: static;
    width: 100%;
    padding: 7.5%;
    padding-left: 12.5%;
  }

  #industries {
    overflow-y: visible;
  }

  .container-half-left.cover-bg {
    display: none;
  }

  .ev-process .process-item .ev-img-inner {
    margin: 0 auto;
  }

  .ev-process .ev-process-arrow-one {
    display: none;
  }

  .ev-process .process-item .process-item-content {
    text-align: center;
  }

  .ev-process .process-item p {
    margin-right: 0;
    ;
  }

  .navbar-brand {
    margin-left: 1rem;
  }

  .ev-footer-bottom .footer-img {
    text-align: left;
    margin: 15px 0;
  }

  .social-icon {
    float: inherit;
  }
}

/* for Tablet */
@media only screen and (max-width: 992px) and (min-width: 768px) and (orientation: portrait) {
  #home .notebook-slide {
    margin-top: 5vh;
    padding-top: 11vh;
  }
}
