.line-limit-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-limit-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-limit-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.square-img-70{
    height: 70px !important;
    width: 100% !important;;
    object-fit: cover !important;;
}

.square-img-300{
    height: 300px !important;
    width: 100% !important;;
    object-fit: cover !important;;
}

.square-img-600{
    height: 600px !important;
    width: 100% !important;;
    object-fit: cover !important;;
}

html *
{
   font-family: 'Roboto' !important;
}

#menu li ul li a.parent:after, #column-left.active #menu > li ul li a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 8px;
}

#menu li ul li.open > a.parent:after, #column-left.active #menu > li ul li.open > a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 8px;
}

.post-details img {
    width: 100% !important;
    height: auto !important;
}

@media screen and (min-width: 800px) {
    .recentNews img {
        height: 100px !important;
        object-fit: cover !important;
    }

    .trendingNews img {
        height: 100px !important;
        object-fit: cover !important;
    }


    .axil-latest-post img {
        height: 400px !important;
        object-fit: cover !important;
    }

    .topNews img {
        height: 530px !important;
        object-fit: cover !important;
    }

    .subTopNews img {
        height: 250px !important;
        object-fit: cover !important;
    }

    .mixNews img {
        height: 150px !important;
        object-fit: cover !important;
    }

    

    .detailRecentNews img {
        height: 60px !important;
        object-fit: cover !important;
    }

    .relatedNews img {
        height: 200px !important;
        object-fit: cover !important;
    }    
}