.nav-container {
  width: 100%;
  height: 6rem;
  background: #ecf2eb;
  display: flex;
  justify-content: center;
}
.nav-container .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-container .wrapper > div:first-child {
  font-weight: 600;
}
.nav-container .wrapper > div {
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
}
.nav-container .wrapper > div:last-child {
  display: flex;
  align-items: center;
}
.nav-container .wrapper > div:last-child .v-line {
  height: 1.5rem;
  border-right: 0.2rem solid #444444;
  margin: 0 1.5rem;
}
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
}
section .wrapper {
  width: 126rem;
}
.content-section .wrapper {
  margin-top: 8.5rem;
}
.content-section .wrapper .content {
  width: 126rem;
  margin-bottom: 12.5rem;
}
.content-section .wrapper .content > div:first-child {
  width: 3.7rem;
  height: 0;
  margin-bottom: 0;
}
.content-section .wrapper .content > div:first-child > img {
  width: 100%;
  height: 100%;
}
.content-section .wrapper .content > div:nth-child(2) {
  width: 100%;
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #333333;
  line-height: 3.64rem;
}
.content-section .wrapper .content > div:nth-child(2) > div > img {
  width: 100%;
  height: auto;
}
.content-section .wrapper .content > div:nth-child(3) {
  margin-top: 5.3rem;
}
.content-section .wrapper .content > div:nth-child(3) img {
  width: 100%;
}
.content-section .wrapper .content .part .title {
  height: 2.6rem;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  border-left: 0.5rem solid #41803D;
  padding-left: 1rem;
  margin: 4.8rem 0;
}
.content-section .wrapper .content .part > div > img {
  width: 100%;
  height: auto;
}
.content-section .wrapper .content .organization > div:nth-child(2) {
  width: 76.7rem;
  height: 1.5rem;
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #333333;
  line-height: 3.64rem;
  margin-bottom: 4.8rem;
}
.content-section .wrapper .content .organization > div:last-child {
  display: flex;
  justify-content: space-between;
}
.content-section .wrapper .content .organization > div:last-child > div {
  width: 41.1rem;
  height: 28.3rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-section .wrapper .content .organization > div:last-child > div img {
  width: 5rem;
  height: 5rem;
}
.content-section .wrapper .content .organization > div:last-child > div > div:nth-child(2) {
  font-size: 2.6rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  margin-top: 1.5rem;
}
.content-section .wrapper .content .organization > div:last-child > div > div:last-child {
  text-align: center;
  width: 35rem;
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  opacity: 0.8;
  margin-top: 2.5rem;
}
.content-section .wrapper .content .more > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-section .wrapper .content .more > div:last-child > div > div {
  position: relative;
  width: 61rem;
  height: 46rem;
  margin-bottom: 5rem;
}
.content-section .wrapper .content .more > div:last-child > div > div img {
  width: 100%;
  height: 100%;
}
.content-section .wrapper .content .more > div:last-child > div > div > div {
  position: absolute;
  left: 3.4rem;
  bottom: 2.2rem;
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.43);
}
.content-section .wrapper .content p img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .nav-container {
    margin-top: 60px;
    width: 100%;
    height: 30px;
    background: #ecf2eb;
    display: flex;
    justify-content: center;
  }
  .nav-container .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-container .wrapper > div:first-child {
    font-weight: 600;
  }
  .nav-container .wrapper > div {
    font-size: 9px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
  }
  .nav-container .wrapper > div:last-child {
    display: flex;
    align-items: center;
  }
  .nav-container .wrapper > div:last-child .v-line {
    height: 8px;
    border-right: 0.2rem solid #444444;
    margin: 0 8px;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .content-section .wrapper {
    margin-top: 42.5px;
  }
  .content-section .wrapper .content {
    width: 100%;
    margin-bottom: 62.5px;
  }
  .content-section .wrapper .content > div:first-child {
    width: 18.5px;
    height: 0;
    margin-bottom: 0;
  }
  .content-section .wrapper .content > div:first-child > img {
    width: 100%;
    height: 100%;
  }
  .content-section .wrapper .content > div:nth-child(2) {
    width: 100%;
    font-size: 11px;
    font-family: Arial;
    font-weight: 300;
    color: #333333;
    line-height: 2;
    text-align: justify;
  }
  .content-section .wrapper .content > div:nth-child(2) > div img {
    width: 100%;
    height: auto;
  }
  .content-section .wrapper .content > div:nth-child(3) {
    margin-top: 26.5px;
  }
  .content-section .wrapper .content > div:nth-child(3) img {
    width: 100%;
  }
  .content-section .wrapper .content .part .title {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    border-left: 2.5px solid #41803D;
    padding-left: 5px;
    margin: 24px 0;
  }
  .content-section .wrapper .content .part > div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .content-section .wrapper .content .organization > div:nth-child(2) {
    width: 100%;
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 24px;
    height: auto;
  }
  .content-section .wrapper .content .organization > div:last-child {
    display: flex;
    flex-direction: column;
  }
  .content-section .wrapper .content .organization > div:last-child > div {
    width: 100%;
    height: auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px 0;
  }
  .content-section .wrapper .content .organization > div:last-child > div img {
    width: 50px;
    height: 50px;
  }
  .content-section .wrapper .content .organization > div:last-child > div > div:nth-child(2) {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    margin-top: 7.5px;
  }
  .content-section .wrapper .content .organization > div:last-child > div > div:last-child {
    text-align: center;
    width: auto;
    font-size: 11px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    opacity: 0.8;
    margin-top: 12.5px;
  }
  .content-section .wrapper .content .more > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-section .wrapper .content .more > div:last-child > div > div {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 17px;
  }
  .content-section .wrapper .content .more > div:last-child > div > div img {
    width: 100%;
    height: auto;
  }
  .content-section .wrapper .content .more > div:last-child > div > div > div {
    position: absolute;
    left: 17px;
    bottom: 11px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #ffffff;
  }
}
/*# sourceMappingURL=about.css.map */