.home_full-img {
  width: 100vw;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: center center; }
  .home_full-img .center-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .home_full-img .center-wrapper h2, .home_full-img .center-wrapper h4 {
      margin: 10px;
      line-height: 1.5; }
      .home_full-img .center-wrapper h2 span, .home_full-img .center-wrapper h4 span {
        background-color: rgba(40, 226, 255, 0.71);
        color: white;
        padding: 5px 10px; }
    .home_full-img .center-wrapper h2:last-child {
      margin-bottom: 30px; }

.header {
  padding: 20px 20px 20px 0; }
  .header span {
    background-color: rgba(40, 226, 255, 0.71);
    color: white;
    line-height: 2;
    padding: 5px 10px; }

.home_about-us {
  padding-top: 50px; }
  .home_about-us p {
    line-height: 2; }
  .home_about-us .attention-image {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home_about-us .attention-image .center-wrapper {
      text-align: center; }
      .home_about-us .attention-image .center-wrapper h2 {
        margin: 20px; }
        .home_about-us .attention-image .center-wrapper h2 span {
          background-color: rgba(40, 226, 255, 0.71);
          color: white;
          padding: 5px 10px; }

.home_help {
  padding-bottom: 50px; }
  .home_help .intern-logo {
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat; }

.home_achieve {
  padding-bottom: 50px; }
  .home_achieve .achievement {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 20px 0; }
    .home_achieve .achievement img {
      max-height: 150px;
      margin-bottom: 15px; }
    .home_achieve .achievement div {
      font-size: 20px;
      font-weight: bold; }
    .home_achieve .achievement .number {
      border-bottom: 4px dotted #28e2ff; }

.home_contact .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
.home_contact form {
  max-width: 400px; }
  .home_contact form input, .home_contact form textarea {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #333333;
    margin: 10px 0;
    font-size: 14px;
    padding: 5px; }
    .home_contact form input::-webkit-input-placeholder, .home_contact form textarea::-webkit-input-placeholder {
      color: #333333; }
    .home_contact form input:-moz-placeholder, .home_contact form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #333333; }
    .home_contact form input::-moz-placeholder, .home_contact form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #333333; }
    .home_contact form input:-ms-input-placeholder, .home_contact form textarea:-ms-input-placeholder {
      color: #333333; }
  .home_contact form textarea {
    resize: none;
    height: 150px; }
  .home_contact form button {
    width: 120px;
    height: 40px;
    font-size: 14px;
    background: none;
    border: 2px solid #333333;
    margin: 0 auto;
    display: block; }

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