.sec-news-detail .news-cont {
  margin-bottom: 100px;
}
.news-item .col-da-ta {
  margin-bottom: 24px;
}
.col-da-ta .date {
  font-size: 20px;
}
.col-da-ta .cate {
  font-size: 16px;
  line-height: 18px;
}
.news-item h1 {
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}
.news-item .post-content {
  line-height: 42px;
}

.list-l .btn,
.list-l .btn:visited {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  background: #324B93;
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding:4px 14px 4px 30px;
  text-decoration: none;
}
.list-l .btn:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow-right-white.svg);
  width: 10px;
  height: 14px;
}
.list-l .btn:hover {
  text-decoration: none;
  background: #484848;
  color:#fff;
}


@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .news-item .col-da-ta {
    margin-bottom: 12px;
  }
  .col-da-ta .date {
    font-size: 16px;
    margin-right: 12px;
  }
  .col-da-ta .cate {
    font-size: 14px;
    line-height: 16px;
  }
  .news-item h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .sec-news-detail .paginate-row {
    flex-wrap: unset;
    justify-content: space-between!important;
  }
  .paginate-row .btm-home-l {
    width: auto;
  }
}