﻿/*tin tuc*/
.title-detail {
    text-align: center;
    color: #226e54;
}
.block-new {
    overflow-x: hidden;
    min-height: calc(100vh - 100px);
    background: white;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: #28a7455e 0px 0px 0px 2px, #226e5478 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    overflow-y: auto;
}

.block-newcontent__right {
    display: flex;
    /*border-left: 3px solid green;*/
    padding: 1rem 7px;
    transition: 0.3s;
}
    .block-newcontent__right:hover {
        background: #1e7e3429;
    }
    .block-newcontent__right--text {
        padding-left: 10px;
    }

.block-newcontent__right .block-newcontent__right--text h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #226e54;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.block-newcontent__right .block-newcontent__right--text p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: black;
}

.block-newcontent__right--image img {
    border-left: 3px solid green;
    object-fit: cover;
    max-width: 85px;
    height: 85px;
    padding-left: 10px;
}

.block-newcontent__title {
    font-size: 20px;
    color: #114936;
    font-weight: 500;
}
