.blog-top-container{
    background-color:#f8f8f8;;
}

@media only screen and (max-width: 666px) {
    .blog-top-container {
        background-color: white;
    }
}

.blog-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    padding-bottom: 70%;
}
.blog-category{
    background-color: rgb(197, 0, 0);
    color: white;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 3px;
    bottom: 10px;
    right: 10px;
}
.blog-category span{
    text-transform: uppercase;
}
.blogs-author{
    background-color: #f3f4f3;
    border-radius: 21px;
    margin-left: 3px;
}
.blogs-author div{ /* LOGO */
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blogs-author span{
    font-size: 14px;
    text-transform: capitalize;
    color: rgb(68, 68, 68);
}
.blog-time{
    color: rgb(113 113 113);
}
.blog-title{
    font-size: 22px;
    font-weight: 500;
    min-height: 110px;
}
.blog-description{
    font-size: 16px;
}
.top-blog-title{
    font-size: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 666px) {
    .top-blog-title {
        font-size: 20px !important;
        font-weight: 600;
        margin-top: 10px;
    }
}

.btn-loading {
    background: #dcdcdc !important;
    color: black !important;
}

.btn-round {
    border-radius: 30px;
}

.text-limit {
    max-width: 100% !important;
}

/*Chan card-course in blog*/
.course-infor {
    margin-bottom: 10%;
}

.course-price {
    padding: 11px 10px;
    float: right !important;
}

