.allcourses-newcehourse{
    font-family: "Lato";
    margin-top: 5px;
    color: #666666;
    font-size: 18px;
    font-weight: 700;
}
.allcourses-rating-price p{
    margin-bottom: 0;
}
.allcourses-rating-price .price-free{color: #0078C6;font-weight: 700;font-size: 1.4rem;}
.allcourses-rating-price .price-origin{
    font-weight: 900;
    color: #0078C6;
    font-size: 28px;
    margin-bottom: 0;
}
.allcourses-rating-price .price-percent{
    color: #FF3A3A;
    font-weight: 400;
    font-size: 16px;
    /* margin-right: 5px; */
    margin-left: 5px;
}
.allcourses-rating-price .price-last{
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.text-line-through{
    text-decoration: line-through;
}
.btn-go_learning{
    background: #00B489;
}
.allcourses_bundle_disabled{
    
}
.allcourses-item_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view_detail_sub {
    border: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 0px;
    width: 48%;
    background: none;
    outline: none !important;
    border-radius: 5px;
    text-align: center;
}
.allcourses_button {
    background: #FF5A3A;
    border: none;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    padding: 9px 5px;
    border-radius: 5px;
    outline: none !important;
    width: 48%;
    text-align: center;
}
.custom-sub_badge{
    background-color: #0078C6;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 3px 15px;
}
.custom-sub-info{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.btn-add_newsubcrise{
    border: none;
}
.allcourses_list-item{
    padding: 15px 20px 20px 20px;
}
.allcourses-item_title h3{
    margin-bottom: 0;
    
}
.btn-add_newsubcrise{
    margin-top: 0px;
}
.allcourses-item_title_category{
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 960px) {
    .view_detail_sub{
        padding: 6px 0px;
    }
}