﻿/* cate block ở home */

.category-item .category-sidebar h4 {
    font-family: 'Muli', sans-serif;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 700;
    color: #fff;
    background: #20ad84; /* #fd6013 cam */
    padding: 18px 10px;
    text-transform: uppercase;
}
.category-item .category-sidebar h4 a
{
    color: #fff;  
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    font-size: 15px !important;
}

.category-item .category-sidebar h4 a .counter 
{
    font-weight:normal; color:#fff800; text-shadow: 2px 2px 4px #59490bd6;
}

/*.title30Bold {*/
/*    font-family: 'Muli', sans-serif;*/
/*    font-size: 30px;*/
/*    line-height: 1.1;*/
/*    font-weight: 700;*/
/*}*/
h5 {
    font-size: 20px!important;
}

.select-topics h5 {
    font-size: 20px!important;
}


/* đường dẫn pathway */
.breadcrumb {
    margin-top:8px;
    background: #f2f2f2;
    @include BorderRadius(0);
    padding: 18px 0;
    margin-bottom: 10px;
    ol {
        padding: 0;
        padding-left: 10px;
        margin-bottom: 0;
        .breadcrumb-item {
            color: #757575;
            a{
                @include MuliRegular(14px, 15px);
                color: #757575;
                &:hover {
                    color: $colorOrange;
                }
            }

        }
        .breadcrumb-item + .breadcrumb-item {
            &::before {
                @include MuliRegular(13px);
                color: #757575;
                content: '/';
            }
        }
    }
}
