.UIHoiDapCustom {
    margin: 20px 0;
    background: #ffffff;
    padding: 20px 15px;
}
.UIHoiDapCustom .Title {
    //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
font-family: "Merriweather";
font-size: 18px;
font-weight: 700;
line-height: 30px;
text-align: left;
color: #111111;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
}

.UIHoiDapCustom .item {
    padding: 10px 0;
    border-bottom: 1px solid #F1F3F4;
}

.UIHoiDapCustom .item:last-child{
    border-bottom: 0;
}
.UIHoiDapCustom .item a span.tieu-de{
    width: 100%;
    display: block;
    //styleName: Mic Style weband Mobile_Hiep/Merriweather_14px;
font-family: "Merriweather";
font-size: 14px;
font-weight: 700;
line-height: 23px;
text-align: left;
color: #212529;
height: 69px;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.UIHoiDapCustom .item span.time, .UIHoiDapCustom .item span.view-count {
      display: none;
}

@media only screen and (max-width: 768px){
        .UIHoiDapCustom {
             padding: 0;
             margin: 20px 16px;
        }
}