#featured_courses{
    padding-top: 50px;
    padding-bottom: 50px;
}
#featured_courses .title.hachium{
    margin-bottom: 30px;
}
.row:before, .row:after{
    clear: both !important;
    display: block !important;
}

.course.hachium{
    position: relative;
    background: #fff;
    padding: 0px;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #303036;
    box-shadow: 0 8px 20px #e3e7ea;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: left;
    /*max-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
}
.course.hachium:hover {
    border: 1px solid transparent;
}

.course .course-ava.hachium{
    text-align: center;
    padding-bottom: 49%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 6px 6px 0px 0px;
}

@media screen and (min-width: 1400px){
    .course .course-ava.hachium {
        height: 130px;
    }
}
.course .course-info.hachium{
    padding: 15px;
}
.course-content.hachium{
    height: 90px;
}
.course .name-course.hachium{
    font-weight: bold;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.course .author-ava.hachium{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left;
}
.course .name-author.hachium {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
    font-size: 13px;
    color: #686F7A;
    margin-top: 5px;
}

.price.hachium{
    display: inline-block;
    border: 1px solid;
    padding: 8px 5px;
    font-weight: bold;
    font-size: 15px;
}
.ribbon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
}
.ribbon-top-right {
    top: -6px;
    right: -6px;
}

.ribbon-top-right span {
    left: -20px;
    top: 24px;
    transform: rotate(45deg);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 1px 0;
    z-index: 10;
    background-color: #E7505A;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right::after {
    bottom: 5px;
    right: -5px;
}

.ribbon-top-right::before {
    top: -5px;
    left: 5px;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid #E7505A;
}
.old-price{
    color: #686F7A;
    font-weight: 400;
    text-decoration: line-through;
}
.course-footer{
    margin-top: 10px;
}
.progress-completed{
    display: inline-block;
    margin-top:8px;
    font-size: 14px;
}
.item-loop{
    padding: 0 15px;
    max-width: 400px;
}