/*Add font ================================*/
#container {
  margin: 0px;
}
#container .box_mid {
  background: #faf7f0;
  padding: 0px;
}

.box_short {
  padding: 40px 110px 0;
  text-align: center;
  color: #777777;
  background: url(../../images/bg_about_short.png) no-repeat top center;
}
@media (max-width: 990px) {
  .box_short {
    padding: 40px 10px;
  }
  .box_short iframe {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .box_short {
    background: none;
  }
}

.box_mid-content .container {
  padding: 0 110px;
}
@media (max-width: 990px) {
  .box_mid-content .container {
    padding: 0 10px;
  }
}
.box_mid-content .container iframe {
  width: 100%;
}

.title_top .icon {
  background: url("../../images/icon_about.png") no-repeat;
  display: inline-block;
  width: 85px;
  height: 3px;
  margin-top: 20px;
}

.title_top .text {
  font-weight: 600;
  text-transform: uppercase;
  color: #005d1c;
}

.title_top .text .title {
  color: #373737;
  font-weight: 400;
  text-transform: initial;
}

.title_top .note {
  font-weight: 300;
  color: #8b8b8b;
}

.box_aboutfocus {
  min-height: 450px;
  padding: 30px 0px;
  display: inline-block;
  margin: 20px 0px;
  width: 100%;
  background: #055e12 url(../../images/bg_about_focus.png) no-repeat top center;
}
@media (max-width: 990px) {
  .box_aboutfocus {
    display: none;
  }
}
.box_aboutfocus .nav {
  background: transparent;
}
.box_aboutfocus .nav a.nav-link {
  display: inline-block;
  border: 1px #e1e1e1 dotted;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}
.box_aboutfocus .nav a.nav-link:hover {
  background: #ff7e00;
}
.box_aboutfocus .nav a.nav-link.active {
  background: #ff7e00;
}
.box_aboutfocus .title {
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.box_aboutfocus .title .text b {
  text-transform: uppercase;
}
.box_aboutfocus .title .note {
  font-size: 14px;
  font-weight: 300;
  color: #d6d6d6;
}
.box_aboutfocus .content {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.box_aboutfocus .content .box_left {
  display: inline-block;
  float: left;
  width: 380px;
  padding-right: 50px;
}
.box_aboutfocus .content .box_left img {
  border-radius: 8px;
}
.box_aboutfocus .content .box_right {
  display: inline-block;
  float: left;
  width: calc(100% - 380px);
}
.box_aboutfocus .content .box_right .pic {
  padding-right: 40px;
  display: inline-block;
  float: left;
}
.box_aboutfocus .content .box_right .pic img {
  border-radius: 8px;
}
.box_aboutfocus .content .box_right .info {
  display: inline-block;
  float: left;
  width: 100%;
  color: #ffffff;
}
.box_aboutfocus .content .box_right .info p {
  line-height: 24px;
  padding: 0px 0px 10px;
  font-size: 15px;
  font-weight: 300;
}
.box_aboutfocus .content .box_right .info .more {
  background: #ff7e00;
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 32px;
  border-radius: 3px;
}

.box_mid-content h2 {
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
.box_mid-content h2:after {
  content: "";
  background: url("../../images/icon_about.png") no-repeat;
  display: inline-block;
  width: 85px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=about.css.map */