/*Add font ================================*/
/* --------------------------------------*/
.group_title {
  text-align: center;
  padding: 4% 0;
}
.group_title h2 {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #0d0d0d;
  padding-bottom: 10px;
  position: relative;
}
.group_title h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background: #f7941d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.list_item_service .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.list_item_service .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_service .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .list_item_service .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .list_item_service .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.list_item_service .row_item .col_item .item {
  background: #ffffff;
}
.list_item_service .row_item .col_item .item .img > a {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.list_item_service .row_item .col_item .item .img > a: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);
}
.list_item_service .row_item .col_item .item .img > a img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 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;
}
.list_item_service .row_item .col_item .item .info {
  text-align: center;
  position: relative;
}
.list_item_service .row_item .col_item .item .info a {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
}
.list_item_service .row_item .col_item .item .info a .title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Arimo-Medium";
  color: #222222;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 40px;
  max-height: 40px;
}
.list_item_service .row_item .col_item .item .info a:hover .title {
  color: #ffbd07;
}
.list_item_service .row_item .col_item .item .info .name {
  color: #f6f6f6;
  font-family: "Arimo-Regular";
  font-size: 88.5px;
  line-height: 1.4;
}

.btn_viewmore {
  font-size: 24px;
  color: #fff;
  background: #0068b1;
  border: 1px solid transparent;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn_viewmore:hover, .btn_viewmore:focus, .btn_viewmore:visited {
  color: #0068b1;
  background: #fff;
  border: 1px solid #0068b1;
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}
.list_other .list_other-title span {
  font: 400 1.6rem/150% "Arial", sans-serif;
  color: #ea0000;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 0;
}
.list_other .list_other-title span:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}
.list_other .list_other-title .slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  background: #ebebeb;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  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;
  z-index: 999;
}
.list_other .list_other-title .slide-control .btn-arrow:before {
  font: 400 1.2rem/1 "Font Awesome 5 Pro";
  color: #9c9c9c;
}
/*# sourceMappingURL=func.css.map */