/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_news .row_item .col_item {
  border-bottom: 1px #e4e4e4 solid;
  padding: 25px 0;
  margin: 0 -15px;
}
.list_item_news .row_item .col_item .item {
  display: flex;
  flex-wrap: wrap;
}
.list_item_news .row_item .col_item .item .img {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .img {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.list_item_news .row_item .col_item .item .img a {
  display: block;
  width: 100%;
  padding-top: 65%;
  position: relative;
}
.list_item_news .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.list_item_news .row_item .col_item .item .info {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .info {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.list_item_news .row_item .col_item .item .info .group {
  padding-bottom: 10px;
}
.list_item_news .row_item .col_item .item .info .group a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
}
.list_item_news .row_item .col_item .item .info h3 {
  padding-bottom: 10px;
}
.list_item_news .row_item .col_item .item .info h3 a {
  display: block;
  font: 500 1.0666666667rem/1.2 "Roboto", sans-serif;
  color: #5a5a5a;
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .info h3 a {
    font: 500 1.4666666667rem/1.2 "Roboto", sans-serif;
  }
}
.list_item_news .row_item .col_item .item .info h3 a:hover {
  color: inherit;
}
.list_item_news .row_item .col_item .item .info .date {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #5a5a5a;
  padding-bottom: 10px;
}
.list_item_news .row_item .col_item .item .info .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
.list_item_news .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #5a5a5a;
  max-height: 4.2rem;
  margin-bottom: 15px;
  overflow: hidden;
}
.list_item_news .row_item .col_item .item .info .view_detail {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  border-radius: 25px;
  padding: 5px 25px;
}
.list_item_news .row_item .col_item .item .info .view_detail i {
  padding-left: 10px;
  transition: 200ms;
}
.list_item_news .row_item .col_item .item .info .view_detail:hover i, .list_item_news .row_item .col_item .item .info .view_detail:focus i {
  transform: translateX(5px);
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #008bd7 60px, #ececec 60px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_other .list_other-title span {
  font: 600 1.2rem/150% "Roboto", sans-serif;
  color: #3a3a3a;
}
.list_other .list_other-title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #fff;
  background: #2287ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}

.box_news_gr a {
  font: 400 1rem/150% "Roboto", sans-serif;
  color: #5a5a5a;
  display: block;
  padding-bottom: 10px;
}
.box_news_gr a:hover {
  color: inherit;
}

.box_news_ot .list_item_news .row_item .col_item {
  border: 0;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 0;
  position: relative;
}
.box_news_ot .list_item_news .row_item .col_item:before {
  content: "\f111";
  font: 900 0.4666666667rem/150% "Font Awesome 5 Pro";
  color: #707070;
  position: absolute;
  top: 5px;
  left: 2px;
}
.box_news_ot .list_item_news .row_item .col_item a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #555;
}
.box_news_ot .list_item_news .row_item .col_item a:hover {
  color: inherit;
}/*# sourceMappingURL=func.css.map */