.UIHoiDapCustom {
    margin: 20px 0;
    background: #ffffff;
    padding: 10px;
       border-top: 2px solid var(--color-primary);
    border-radius: 4px;
    box-shadow: var(--box-category);
}
.UIHoiDapCustom .Title{
    border-bottom: 2px solid #e5e5e5;
    height: 35px;
}
.UIHoiDapCustom .Title>span {
     font-family: "Merriweather";
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
}

.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: 16px;
            margin: 20px 16px;
        }
}