.truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lineTwo, .lineThree, .lineFour {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.lineTwo {
  -webkit-line-clamp: 2;
  line-clamp: 2; }

.lineThree {
  -webkit-line-clamp: 3;
  line-clamp: 3; }

.lineFour {
  -webkit-line-clamp: 4;
  line-clamp: 4; }

.enlarge {
  display: block;
  overflow: hidden; }

.enlarge:hover img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transition: all .35s ease; }

.bespread, .card-box .card-media .card-media-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.middle, .btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.hidden {
  overflow: hidden !important; }

.pointer {
  cursor: pointer; }

.p0 {
  padding: 0 !important; }

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.h-70 {
  height: 70px !important; }

.h-80 {
  height: 80px !important; }

.c-gray {
  color: #666 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-color {
  background-color: #F7F7F9 !important; }

.bg-base {
  background-color: #00834b !important; }

.bg-auxiliary {
  background-color: #06CE8A !important; }

.b0 {
  border: 0 !important; }

.static {
  position: static !important; }

.text-box p {
  font-size: 14px;
  line-height: 30px; }

.container {
  display: block;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative; }
  .container.max {
    max-width: 1680px; }
  .container.full {
    max-width: 100%; }

.col-2 {
  display: flex;
  flex-wrap: wrap; }
  .col-2 .li {
    width: 49%;
    margin-right: 2%; }
    .col-2 .li:nth-child(2n) {
      margin-right: 0; }
  .col-2.full .li {
    margin-right: 0 !important; }

.card-box .card-media {
  display: block;
  position: relative; }
  .card-box .card-media .trumb {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .card-box .card-media .card-media-title {
    top: auto;
    height: auto;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5); }
    .card-box .card-media .card-media-title .card-title {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.2;
      color: #fff; }
    .card-box .card-media .card-media-title .card-exp {
      font-size: 14px;
      line-height: 1.4;
      color: #fff;
      margin-top: 10px; }
.card-box .card-container {
  padding: 10px 15px; }
  .card-box .card-container .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4; }
  .card-box .card-container .card-exp {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin-top: 15px; }

.btn {
  display: inline-flex;
  font-size: 14px;
  color: #fff;
  height: 42px;
  border-radius: 21px;
  cursor: pointer;
  background-image: linear-gradient(to right, #007945, #009933); }
  .btn.unique {
    padding-left: 50px;
    padding-right: 50px; }

@media screen and (max-width: 960px) {
  .pb10 {
    padding-bottom: .5rem !important; }

  .pb20 {
    padding-bottom: 1rem !important; }

  .pb30 {
    padding-bottom: 1.5rem !important; }

  .pb40 {
    padding-bottom: 2rem !important; }

  .mb30 {
    margin-bottom: 1.5rem !important; }

  .mb40 {
    margin-bottom: 2rem !important; }

  .mb50 {
    margin-bottom: 2.5rem !important; }

  .h-70 {
    height: 3.5rem !important; }

  .h-80 {
    height: 4rem !important; }

  .text-box p {
    font-size: .9rem;
    line-height: 1.6; }

  .container {
    max-width: 750px;
    padding: 1.5rem 1rem; }
    .container.max {
      max-width: 750px; }
    .container.full {
      max-width: 100%; }

  .card-box .card-media .card-media-title {
    padding: .7rem 1rem; }
    .card-box .card-media .card-media-title .card-title {
      font-size: 1.15rem; }
    .card-box .card-media .card-media-title .card-exp {
      font-size: 1rem;
      margin-top: .5rem; }
  .card-box .card-container {
    padding: .5rem 1rem .75rem; }
    .card-box .card-container .card-title {
      font-size: 1rem; }
    .card-box .card-container .card-exp {
      font-size: .9rem;
      margin-top: .8rem; }

  .btn {
    font-size: .8rem;
    height: 2.4rem;
    border-radius: 1.2rem; }
    .btn.unique {
      padding-left: 2rem;
      padding-right: 2rem; } }
@keyframes focus {
  0%,100% {
    transform: scale(0.5); }
  50% {
    transform: scale(1); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
body {
  background-color: #F7F7F9; }

.banner-box {
  background: url(/static/images/about01.png) center center no-repeat; }

.main-box .main-content .intr-box .item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  position: relative; }
  .main-box .main-content .intr-box .item .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 32px;
    height: 3px;
    background-color: #00834b; }

@media screen and (max-width: 960px) {
  .main-box .main-content .intr-box .item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    position: relative; }
    .main-box .main-content .intr-box .item .title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 32px;
      height: 3px;
      background-color: #00834b; } }

/*# sourceMappingURL=team.css.map */
