/*Add font ================================*/
/* --------------------------------------*/
.full.about {
  padding-bottom: 30px;
}
.full.about img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#about_detail {
  padding-top: 2rem;
}
#about_detail h1, #about_detail h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #0f6939;
  padding-bottom: 10px;
  margin-bottom: 1.6rem;
  position: relative;
}
@media (min-width: 992px) {
  #about_detail h1, #about_detail h2 {
    font-size: 2rem;
  }
}
#about_detail h1:after, #about_detail h2:after {
  content: "";
  background: #0f6939;
  width: 36px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about_detail .item-content {
  font: 400 0.9333333333rem/150% "Open Sans", sans-serif;
  color: #383838;
  padding-bottom: 20px;
}
#about_detail .item-content table {
  max-width: 100% !important;
}

.show-1 {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.show-2 > .short {
  text-align: center;
  max-width: 950px;
  padding-bottom: 2rem;
  margin: auto;
}
.show-2 .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.show-2 .item-content .col-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 12px;
}
@media (min-width: 576px) {
  .show-2 .item-content .col-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .show-2 .item-content .col-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.show-2 .item-content .col-item .item .img {
  max-width: 184px;
  max-height: 184px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  overflow: hidden;
}
.show-2 .item-content .col-item .item .img img {
  width: 100%;
  height: auto;
}

.show-3 .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.show-3 .item-content .col-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 12px;
}
@media (min-width: 576px) {
  .show-3 .item-content .col-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .show-3 .item-content .col-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.show-3 .item-content .col-item .item a {
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.show-3 .item-content .col-item .item a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.fixed-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  margin-top: 15px;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

.popup-content {
  width: 100%;
  max-width: 600px;
  border-radius: 6px;
}
.popup-content .title {
  font-size: 1.2rem;
  color: #00601b;
}
.popup-content .title b {
  font-weight: 800;
}
.popup-content p {
  font-size: 1.0666666667rem;
  color: #333;
}

.fancybox-content {
  overflow-x: auto;
}
/*# sourceMappingURL=about.css.map */