.bb-social-sharing .bb-social-sharing__item {
  display: inline-block;
}

.error {
  color: #f62729 !important;
  font-size: 14px;
}

.box-title.is_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 480px) {
  .box-title.is_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.box-title.is_custom .section-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box-title.is_custom .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 20%;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .box-title.is_custom .des {
    padding-right: 20%;
    padding-left: 20%;
    text-align: center;
  }
}
.box-title.is_custom .des.no-padding {
  padding-right: 0;
  color: #0048a0;
}
@media (max-width: 480px) {
  .box-title.is_custom .des.no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.box-cate-news .news .caption,
.other-news .news .caption,
.box-list-news .news .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-cate-news .news .caption .tend,
.other-news .news .caption .tend,
.box-list-news .news .caption .tend {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-cate-news .news .caption .inner,
.other-news .news .caption .inner,
.box-list-news .news .caption .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.box-cate-news .news .caption .inner .desc,
.other-news .news .caption .inner .desc,
.box-list-news .news .caption .inner .desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}

.hot-news .img {
  padding-top: 56%;
}

.banner-slider .img:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.news .hot-news .desc {
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 10px;
}

.box-services .img {
  padding-top: 70%;
}

.box-members .sl-news .slick-arrow {
  top: calc(50% - 5px);
}
.box-members .sl-news:hover .slick-arrow {
  border-color: #22ab4a;
}
.box-members .sl-news:hover .slick-arrow:before {
  background-color: #22ab4a;
  -webkit-box-shadow: 0 0 0 2px #22ab4a;
          box-shadow: 0 0 0 2px #22ab4a;
}