.card-news {
    /*background-size: cover !important;*/
    /*min-height: 200px;*/
    border-radius: 0 !important;
}

.card-news img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}

.card-news .card-body {
    padding: 0;
    position: absolute;
    bottom: 0;
}

.card-news .card-title .title-link {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), -1px 1px 0px rgba(0, 0, 0, 0.3), -1px -1px 0px rgba(0, 0, 0, 0.3), 1px -1px 0px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    display: block;
    color: #FFF;
    text-decoration: none;
    line-height: 1.2rem;}

.card-news .card-title {
    background: rgba(13, 41, 84, 0.65);
    margin: 0;
    padding: 15px;
}

.tag-news-item .tag-link {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1bcbff;
    letter-spacing: 2.5px;}


.tag-link:hover {
    color: #f7c83e;
}

.date_news {
    width: 58px;
    height: 58px;
    background: #1bcbff;
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 3px;}

.num {
    font-size: 1.2rem;
    line-height: 1.6rem;}

.month{
    font-size: 1rem;
    line-height: 1.3rem;}

.time {
    font-size: 0.9rem;
    line-height: 1.1rem;}