/*Add font ================================*/
/* --------------------------------------*/
.full.about {
  padding: 2rem 0 0;
}

.about {
  overflow: hidden;
}

.about_detail .content {
  max-width: 100%;
  padding: 1rem 0 2rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .about_detail .content {
    padding: 2rem 0;
  }
}
.about_detail .content .col_l, .about_detail .content .col_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .about_detail .content .col_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .about_detail .content .col_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
}
.about_detail .content .col_l article {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .about_detail .content .col_l article {
    padding: 0;
  }
}
.about_detail .content .col_l article h3 {
  font-size: 20px;
  font-family: "Arimo-Regular";
  color: #05499e;
  text-transform: uppercase;
}
.about_detail .content .col_l article .short {
  padding: 15px 0 0;
}
.about_detail .content .col_l article .short span {
  font-size: 18px;
}
.about_detail .content .col_l article .short p {
  font-family: "Arimo-Regular";
  color: #8f8f8f;
  font-size: 14px;
  padding: 0;
}
@media (min-width: 768px) {
  .about_detail .content .col_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .about_detail .content .col_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
    padding-right: 30px;
  }
}
.about_detail .content .col_r .img-right {
  width: 100%;
}
.about_detail .content .col_r .img-right > a:first-child {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 88%;
}
@media (min-width: 768px) {
  .about_detail .content .col_r .img-right > a:first-child {
    padding-top: 70%;
  }
}
@media (min-width: 992px) {
  .about_detail .content .col_r .img-right > a:first-child {
    padding-top: 63%;
  }
}
.about_detail .content .col_r .img-right > a:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  min-width: 100%;
  min-height: 100%;
}
.about_detail .content .col_r .img-right > a:first-child:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.about_detail .view_content {
  border-bottom: 1px solid #f4f4f4;
  padding: 30px 0 30px;
}
@media (min-width: 992px) {
  .about_detail .view_content {
    padding: 30px 0 50px;
  }
}
.about_detail .view_content h3 {
  font-family: "Arimo-Bold";
}
.about_detail .view_content h3 span {
  font-size: 14px;
}
.about_detail .view_content p {
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #8f8f8f;
}
.about_detail .view_content p span {
  font-family: "Arimo-Bold";
  font-size: 14px;
}
.about_detail .view_content p img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.about_detail .content_tab {
  padding: 0;
}
.about_detail .content_tab .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.about_detail .content_tab .row_item .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_detail .content_tab .row_item .slick-slide {
  padding: 1rem 0;
}
.about_detail .content_tab .row_item .slick-slide > div {
  height: 100%;
}
.about_detail .content_tab .row_item .slick-slide .col_item {
  max-width: unset;
  height: 100%;
}
.about_detail .content_tab .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.about_detail .content_tab .row_item .col_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_detail .content_tab .row_item .col_item .item .img {
  width: 51px;
  height: 58px;
  position: relative;
}
.about_detail .content_tab .row_item .col_item .item .img img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about_detail .content_tab .row_item .col_item .item .info {
  padding: 0 0 0 20px;
}
.about_detail .content_tab .row_item .col_item .item .info .time {
  color: #05499e;
  font-size: 38px;
  font-family: "Arimo-Regular";
}
.about_detail .content_tab .row_item .col_item .item .info .ititle {
  font-family: "Arimo-Regular";
  color: #606060;
  font-size: 14px;
  text-transform: uppercase;
}

.project {
  width: 100vw;
  background: #ffffff;
  margin-left: calc(-50vw + 50%);
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .project {
    padding: 3rem 0 2rem;
  }
}
.project .box_header {
  text-align: center;
}
.project .box_header .title {
  color: #303030;
  font-size: 38px;
  font-family: "Arimo-Medium";
}
.project .list_item_service {
  padding-top: 10px;
}
.project .list_item_service .row_item {
  margin: 0 -9px;
}
.project .list_item_service .row_item .slick-slide .col_item {
  max-width: unset;
}
.project .list_item_service .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .project .list_item_service .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 15px;
  }
}
.project .list_item_service .row_item .slick-dots {
  bottom: -10px;
}
.project .list_item_service .row_item .slick-dots li button:before {
  font-size: 1rem;
}
.project .list_item_service .row_item .slick-dots li.slick-active button:before, .project .list_item_service .row_item .slick-dots li:hover button:before, .project .list_item_service .row_item .slick-dots li:focus button:before {
  color: #ed1c24;
}

.section_customer_reviews {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section_customer_reviews {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .section_customer_reviews {
    padding: 3rem 0 2rem;
  }
}
.section_customer_reviews .box_header {
  text-align: center;
  padding: 0 0 30px;
}
.section_customer_reviews .box_header .title {
  font-family: "Arimo-Medium";
  color: #303030;
  font-size: 38px;
}
.section_customer_reviews .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .section_customer_reviews .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .section_customer_reviews .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.section_customer_reviews .col_item .item .img {
  text-align: center;
  cursor: pointer;
}
.section_customer_reviews .col_item .item .img img {
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}
.section_customer_reviews .col_item .item .img:hover img {
  -webkit-transform: translate(0%, 0%) rotateY(-180deg);
          transform: translate(0%, 0%) rotateY(-180deg);
}
.section_customer_reviews .col_item .item .title .name {
  font-family: "Arimo-SemiBold";
  color: #303030;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem 0 0.2rem;
  cursor: pointer;
}
.section_customer_reviews .col_item .item .title .tem {
  font-size: 13px;
  color: #a6a6a6;
  text-align: center;
  font-family: "Arimo-Regular";
  cursor: pointer;
}
/*# sourceMappingURL=about.css.map */