/*Add font ================================*/
/* --------------------------------------*/
.full.about {
  padding-bottom: 30px;
}

.navigator {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #tth-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
  }
}

#tth-content {
  background: #fff;
  padding: 0;
}
@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
    padding-right: 2rem;
  }
}

.about {
  overflow: hidden;
}

#about_detail > img {
  width: 100%;
  height: auto;
}
#about_detail > h1, #about_detail > h2, #about_detail > h3 {
  font-weight: 400;
  padding: 5px 0;
}
#about_detail > h1 {
  font: 700 1.3333333333rem/150% "Lato", sans-serif;
  text-transform: uppercase;
  color: #000;
}
#about_detail > .item-content {
  font: 400 0.9333333333rem/150% "Lato", sans-serif;
  color: #333;
  padding-bottom: 20px;
}
#about_detail > .item-content * {
  max-width: 100% !important;
}
#about_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#about_detail .sub-content .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about_detail .sub-content .row_item .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 40px 0;
  position: relative;
}
@media (min-width: 576px) {
  #about_detail .sub-content .row_item .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
  }
}
@media (min-width: 992px) {
  #about_detail .sub-content .row_item .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: calc(100% / 3);
    padding: 0 27px;
  }
}
#about_detail .sub-content .row_item .item .title {
  font: 500 1.4666666667rem/150% "Lato", sans-serif;
  color: #fff;
  background: url(../../images/polygon.png) center center no-repeat;
  background-size: contain;
  width: 89px;
  height: 78px;
  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;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about_detail .sub-content .row_item .item .short {
  text-align: center;
  color: #363636;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  min-height: 130px;
  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;
  padding: 18px;
  padding-top: 2rem;
}

.fancybox-content {
  overflow-x: auto;
}

.box_r .title {
  border-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.box_r .title span {
  font: 700 1.0666666667rem/150% "Lato", sans-serif;
  color: #1b9948;
  border-bottom: 1px solid #1b9948;
  width: auto;
  display: inline-block;
}
.box_r .title:before {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box_contact .title {
  margin-bottom: 10px;
}
.box_contact .title:before {
  background: url(../../images/phone.png) center center no-repeat;
  background-size: contain;
}
.box_contact .banner_item {
  color: #676767;
}

.box_form .title:before {
  background: url(../../images/help-operator.png) center center no-repeat;
  background-size: contain;
}
/*# sourceMappingURL=about.css.map */