.pagevisual {
  background-position: center top 45%;
}

.pagevisual .heading {
  height: 240px;
}

@media screen and (max-width: 770px) {
  .pagevisual {
    background-position: center top 0%;
  }
}
/*--------------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------*/
.the_post {
  padding: 100px 0 100px 0;
  background-color: #F9F9F9;
  margin-bottom: 4em;
}

.footer_contact {
  margin-bottom: 4em;
}

@media screen and (max-width: 770px) {
  .the_post {
    padding: 40px 5vw 30px 5vw;
    background-color: #F9F9F9;
    margin-bottom: 3em;
  }
}
/*--------------------------------------------------------------------*/
section.performance .upper .avatar {
  margin-right: 7%;
}

section.performance .upper .avatar:before {
  width: 100%;
  height: 100%;
  background-image: url("../img/dots.png");
  background-repeat: repeat;
  background-position: left center;
  background-size: auto;
  right: 0%;
  bottom: 0;
  transform: translate(2em, 2em);
  z-index: 0;
}

section.performance .upper .avatar img {
  position: relative;
  z-index: 1;
}

section.performance .upper .info {
  flex: 1;
}

section.performance .upper .type {
  padding-top: 0;
}

section.performance .upper .panel {
  padding: 2em 3em;
  background-color: #fff;
}

section.performance .upper .panel .the_title {
  margin-bottom: 0;
}

section.performance .upper .message {
  padding: 3em 2em;
}

section.performance .upper .message .en {
  color: #A4A4A4;
}

section.performance .upper .message .box {
  margin-top: 1em;
}

section.performance .upper .message2 {
  padding: 0em 0em 3em;
}

section.performance .upper .message2 .en {
  color: #A4A4A4;
}

section.performance .upper .message2 .box {
  margin-top: 1em;
}

section.performance .upper .message3 {
  padding: 3em 2em;
}

section.performance .upper .message3 .en {
  color: #A4A4A4;
}

section.performance .upper .message3 .box {
  margin-top: 0em;
}

@media screen and (max-width: 770px) {
  section.performance .upper .avatar {
    margin-right: 0;
    width: 60%;
    max-width: 190px;
    margin-bottom: 3em;
  }
  section.performance .upper .avatar:before {
    background-image: url("../img/dots@2x.png");
    background-size: 8px;
    transform: translate(50%, 1em);
  }
  section.performance .upper .avatar img {
    max-width: 100%;
    height: auto;
  }
  section.performance .upper .panel {
    padding: 1.5em;
  }
  section.performance .upper .panel .the_title {
    font-size: 1.6rem !important;
    margin-bottom: 0.5em;
  }
  section.performance .upper .message {
    padding: 1.5em 1em;
    margin: 1.5em 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }
  section.performance .upper .message2 {
    padding: 0em 0em;
    margin: 1.5em 0;
    border-top: none;
    border-bottom: none;
  }
  section.performance .upper .message3 {
    padding: 1.5em 1em;
    margin: 1.5em 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }
}
/*--------------------------------------------------------------------*/
section.performance .the_content {
  padding: 5em 0 0 0;
}

section.performance .the_content h2 {
  font-size: 170%;
  margin-bottom: 1em;
}

@media screen and (max-width: 770px) {
  section.performance .the_content {
    padding: 0 3vw;
  }
  section.performance .the_content h2 {
    font-size: 120%;
    margin-bottom: 1em;
  }
}
