﻿.divContentReadMore
{
    position: relative;    
    display: block;
    line-height: 20px;
    overflow: hidden;
    max-height: 80px;/*Chiều cao tối đa của text*/
}
.aReadMore
{
    display: none;    
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    width: 12px;/*Chiều rộng của icon*/
    padding-right: 7px;/*Căn phải icon*/
    padding-top: 20px;/*Chiều rộng nền gradient bên trên (phía dưới icon)*/
    padding-bottom: 0px;/*Chiều rộng nền gradient bên dưới (phía dưới icon)*/
}
.gg-ce {
    word-break: break-word;
}