﻿.item-div {
    position: initial;
    max-width: 100%;
    text-align: inherit;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    /*word-spacing: -2px;*/
    margin-top: -245px;
    font-family: 'Inter Bold';
}

.item-nhan-de {
    /*white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    height: 85px;
    font-family: 'Inter Bold';
    margin-bottom: 25px;*/
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    height: 85px;
    font-family: 'Inter Bold';
    margin-bottom: 25px;
}

.item-tac-gia {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    word-spacing: 0px;
    font-family: 'Inter Bold';
}

.item-nam-xuat-ban {
    font-size: 12px;
    float: right;
    font-family: 'Inter Bold';
    padding-top: 30px;
}


.ds-item-tt{
    font-size: 16px;
}

.ds-item-au{
    font-size: 14px;
}