/*#list_news .news-item{border-bottom:1px solid #a5a5a5;}
#list_news .news-item:last-child{border-bottom:none;}*/
#list_news .hr{width:100%;padding:60px 15px;}
#list_news .hr hr{border-color:#a5a5a5;margin:0;}
#list_news .news-item:last-child .hr{display:none;}
p{text-align:justify;}

#list_news .position-relative{overflow:hidden;}
#list_news .image_style{min-width: 100%;height: 100%;display: block;max-height:1000px;object-fit: cover;}
#list_news .date_style{position:absolute;top:0;left:0;background-color:#232963;color:#fff;padding:25px 40px;font-size:30px;font-weight:600;}
#list_news .name_style{font-size:30px;color:#232963;text-transform:uppercase;font-weight:800;margin-bottom:50px;}
#list_news .name_style:hover{text-decoration:none;}
#list_news .btn-custom{float:right;position:relative;}
#list_news .btn-custom::after{content:"";display:block;width:0%;height:100%;right:0;top:0;position:absolute;z-index:-1;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
#list_news .btn-custom::before {content: "";background-color: #232963;display: block;width: 45px;height: 1px;margin-right: 20px;}

#list_news .btn-custom:hover{color:#fff;text-decoration:none;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
#list_news .btn-custom:focus{color:#fff;text-decoration:none;}
#list_news .btn-custom:hover::after{width:100%;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
#list_news .btn-custom:hover::before{background-color:#fff;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
/*#list_news .btn-custom{background-color:#232963;}*/

@media screen and (max-width:991px){
#list_news .name_style{padding: 15px 0;float: left;width: 100%;margin: 0;}
#list_news .news-item{display:flex;flex-direction:column;}
}

