.list_category_course_wrap {
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
}
.list_category_course_wrap h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #C12834;
}
.category_course__item {
    padding: 10px 0px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    color: #4a4a4a;
    cursor: pointer;
    text-decoration: none !important;
}
.category_course__item:last-child {
    border-bottom: none;
}
.category_course__item:hover {
    color: #4a4a4a;
}
.category_course__item.active {
    color: #C12834;
}
.category_course__item i {
    font-size: 6px;
    margin-right: 8px;
}

@media screen and (min-width: 768px) {
    .couse_item__wrap .course_img img {
        height: 180px;
    }
    .list_category_course_wrap {
        margin: 0px;
        padding: 25px 15px;
    }
}


/*Hiển thị List Blog/*/
.list_blog_wrap {
    padding-top: 15px;
}
.list_blog_wrap a {
    color: #4a4a4a;
    text-decoration: none;
}
.blog_item_wrap {
    margin-bottom: 15px;
    position: relative;
    min-height: 350px;
}
.list_blog_wrap img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.info-blog {
    position: absolute;
    min-height: 220px;
    display: flex;
    top: 320px;
    width: 100%;
}
.info-blog .social {
    width: 80px;
    padding-top: 50px;
}
.info-blog .content {
    padding:15px 25px;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 0 15px rgba(0,0,0,.1);
}
.info-blog .content .time span {
    padding: 3px 15px;
    background-color: #C12834;
    color: #fff;
}
.info-blog .content .title {
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 10px;
}
.info-blog .content .title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background-color: #4a4a4a;
}
.info-blog .read-more {
    margin-top: 15px;
}
.info-blog .read-more a {
    text-transform: uppercase;
    color: #C12834;
}

.info-blog .social {

}

.info-blog .social span.icon-facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #446AB1;
    color: #fff;
}


/*/// CSSS Lại giống Tinh tế*/

.blog_item_wrap_tinhte {
    padding: 20px 0px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}

.image-blog_tinhte {
    width: 100%;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.image-blog_tinhte img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.info-blog_tinhte .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.info-blog_tinhte .title:hover {
    color: red;
}
.info-blog_tinhte .time {
    margin-top: 10px;
    font-size: 11px;
}
.info-blog_tinhte .read-more {
    margin-top: 10px;
    font-size: 12px;
}
.info-blog_tinhte .read-more a {
    color: #929292;
}

@media screen and (min-width: 768px) {
    .image-blog_tinhte {
        width: 250px;
        height: 150px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
























