@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_news .row_item {
  margin: 0 -15px;
}
.list_item_news .row_item .col_item {
  margin-bottom: 60px;
}
.list_item_news .row_item .col_item:last-child {
  margin-bottom: 0;
}
.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 38.5%;
    max-width: 38.5%;
  }
}
.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-top: 20px;
}
@media (min-width: 601px) {
  .list_item_news .row_item .col_item .item .info {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .info {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .info {
    flex: 0 0 61.5%;
    max-width: 61.5%;
    display: flex;
    flex-wrap: wrap;
  }
}
.list_item_news .row_item .col_item .item .info > * {
  flex: 0 0 100%;
}
.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: 5px;
}
.list_item_news .row_item .col_item .item .info h3 a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #097098;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .list_item_news .row_item .col_item .item .info h3 a {
    font-size: 16px;
  }
}
.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-weight: 300;
  color: #afafaf;
  padding-bottom: 10px;
  font-size: 15px;
}
.list_item_news .row_item .col_item .item .info .date span {
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
.list_item_news .row_item .col_item .item .info .date span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #afafaf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_item_news .row_item .col_item .item .info .short {
  font-weight: 300;
  color: #5f5f5f;
  margin-bottom: 15px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.list_item_news .row_item .col_item .item .info .view_detail {
  margin-top: auto;
  color: #097098;
  text-transform: uppercase;
  text-decoration: underline;
}
.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 {
  margin: 0;
}
.box_news_ot .list_item_news .row_item .col_item {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  position: relative;
  display: flex;
}
.box_news_ot .list_item_news .row_item .col_item:before {
  content: "";
  font: 900 0.4666666667rem/150% "Font Awesome 5 Pro";
  color: #707070;
  position: absolute;
  top: 5px;
  left: 2px;
  display: none;
}
.box_news_ot .list_item_news .row_item .col_item .date_box {
  flex: 0 0 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #097098;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}
.box_news_ot .list_item_news .row_item .col_item .date_box span {
  width: 100%;
  position: relative;
}
.box_news_ot .list_item_news .row_item .col_item .date_box span.day:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.box_news_ot .list_item_news .row_item .col_item .date {
  font-weight: 300;
  color: #afafaf;
  padding-top: 5px;
}
.box_news_ot .list_item_news .row_item .col_item .date span {
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
.box_news_ot .list_item_news .row_item .col_item .date span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #afafaf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box_news_ot .list_item_news .row_item .col_item a {
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .box_news_ot .list_item_news .row_item .col_item a {
    -webkit-line-clamp: 3;
  }
}
.box_news_ot .list_item_news .row_item .col_item a:hover {
  color: inherit;
}
.box_news_ot .list_item_news .row_item .col-watch {
  display: flex;
  justify-content: space-between;
}
.box_news_ot .list_item_news .row_item .col-watch .img {
  flex: 0 0 125px;
}
.box_news_ot .list_item_news .row_item .col-watch .info {
  flex: 0 0 calc(100% - 145px);
}
.box_news_ot .list_item_news .row_item .col-watch img {
  max-width: 100%;
  height: 75px;
}