section {
  height: auto;
}


/* Intro Top content styles
================================================== */

.intro {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 350px 0 330px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.intro-page {
  padding: 150px 0 130px;
  background: #313131 url(../img/4.jpg) no-repeat center;
  background-size: 100% auto;
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
}

.brand-heading {
  font-size: 36px;
  margin: 0px;
  text-transform: uppercase;
}

.intro-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
}

.line {
  background: #fff;
  width: 80px;
  height: 1px;
  margin: 25px auto;
  position: relative;
  z-index: 1;
}

.line1 {
  background: #000;
  width: 80px;
  height: 1px;
  margin: 25px auto;
  position: relative;
  z-index: 1;
}

.line3 {
  background: #fff;
  width: 80px;
  height: 1px;
  margin: 25px auto;
  position: relative;
  z-index: 1;
}

#intro-slider .controlNav {
  display: none;
}

#intro-slider .flex-direction-nav {
  display: none;
}

/* Welcome styles
================================================== */

.welcome-content {
  padding: 130px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.welcome-content h3,
.team-content h3,
.services-content h3,
.portfolio-wrap h3,
.testimonial-wrap h3,
.contact-wrap h3,
.yz-content h3 {
  color: #222222;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.welcome-content p,
.team-content p,
.services-content p,
.contact-wrap p,
.yz-content p {
  color: #3d3d3d;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 85%;
  margin: 30px auto 0;
  text-transform: uppercase;
}

.services-content h3,
.services-content p,
.testimonial-wrap h3 {
  color: #fff;
}

.btn1 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  border: 2px solid #000;
  padding: 11px 44px;
  display: table;
  margin: 45px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn1:hover {
  border-color: #888;
  color: #888;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cover {
  background: url(../img/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.welcome-content.missionbox {
  position: relative;
}

.welcome-content.missionbox .container .row .welcome-text h3 {
  color: #fff;
}

.welcome-content.missionbox .container .row .welcome-text .yahei {
  color: #fff;
}

.welcome-content.missionbox .container .row .welcome-text .line1.lineBlack,
.yz-content .line1.lineBlack {
  background-color: #fff;
}

.welcome-content.missionbox .missImg,
.yz-content .missImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}


/* Team Styles
================================================== */

.team-content {
  padding: 130px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.yz-content {
  padding: 130px 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.yz-content .missImg_mb {
  display: none;
}

.yz-content h3,
.yz-content .staff-content h4,
.yz-content p {
  color: #fff;
}

.yellow-content {
  padding: 130px 0;
  background: #00c2ed;
  position: relative;
  z-index: 1;
}


.staff-content h4 {
  color: #666;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
  margin: 36px 0 0;
}

.staff-content h4 span {
  display: block;
  font-size: 14px;
  font-weight: 100;
}

.staff-img {
  position: relative;
}

.staff-img .overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.staff-content:hover {
  cursor: pointer;
}

.staff-content:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-social {
  padding: 0px;
  margin: auto;
  display: table-cell;
  height: 27px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 160px;
}

.team-social li {
  float: left;
  list-style: none;
}

.team-social li a {
  color: #fff;
  margin: 0 12px;
  font-size: 20px;
}

.team-social li a:hover {
  opacity: 0.3;
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  section {
    height: auto;
  }

  .intro {
    padding: 170px 0 60px;
  }

  .intro,
  .facts-content,
  .services-content,
  .testimonial-wrap {
    background-size: 200% 200%;
  }

  .team-content {
    padding: 130px 0 90px;
  }

  .yz-content {
    color: #fff;
    padding: 130px 0 90px;
    background: #fff;
  }

  .yz-content .missImg {
    display: none;
  }

  .yz-content .missImg_mb {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .yz-content .missImg {
    display: none;
  }

  .yz-content h3,
  .yz-content .staff-content h4,
  .yz-content p {
    color: #fff;
  }

  .yz-content .line1.lineBlack {
    background-color: #fff;
  }

  .staff-content {
    width: 250px;
    margin: 0 auto 40px;
  }

  .brand-heading {
    font-size: 24px;
  }

  .intro-text {
    font-size: 14px;

  }

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {}