.article-mini {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .article-mini .inner {
        display: inline-block;
        height: 100%;
    }

    .article-mini .padding {
        padding: 0 10px;
        margin-left: 85px;
    }

    .article-mini figure {
        float: left;
        display: inline-block;
        width: 80px;
        height: 60px;
        overflow: hidden;
        margin: 0;
    }

        .article-mini figure img {
            width: 100%;
            border-radius: 10%;
        }

    .article-mini h1 {
        margin: 0;
        line-height: 22px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 14px;
    }

        .article-mini h1 a {
            color: #000;
        }

    .article-mini .detail {
        margin-top: 5px;
    }

        .article-mini .detail .category {
            margin-left: 0;
        }

            .article-mini .detail .category a {
                text-transform: uppercase;
                color: #F73F52;
            }

.time {
    font-size: 12px;
}

.article p, article p, .most-popular p {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.article .time, .article .category, article .time, article .category, .most-popular .time, .most-popular .category {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
}

.article {
    margin-bottom: 10px;
}

article figure {
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

    article figure img {
        width: 100%;
    }

article .detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
}

article1 figure1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}


.article figure {
    width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
    height: 100% !important;
}

.article p {
    line-height: 1.6em;
    font-size: .80em !important;
}
.article a {
    color: #333;
    font-weight: 600;
}
    .article a:hover {
        color: #0a58ca;
        font-weight: 600;
    }

.bg1 {
    margin-top: -10%;
    margin-bottom: -10%;
}

.article .padding {
    padding:3px !important;
}
