﻿
.contents__container {
    min-height: 85vh;
}
.contentInside {
    padding: 10px 0;
    margin-bottom: 35px;
    margin-top: 5px;
}


.breadcrumb__container {
    background: #f5f5f5;
    padding: 12px;
    border-radius: 7px;
}
    .breadcrumb__container > span > span > span{
        vertical-align:middle;
    }
        .breadcrumb__container > span > span > span:not(last-child) span:before {
            content: "/";
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
        }
        .breadcrumb__container > span > span > span:first-child span {
            font-size: 0;
            display: inline-block;
        }
        .breadcrumb__container > span > span > span:first-child span:before {
            content: "\f015";
            font-family: FontAwesome;
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height:25px;
            font-size: 20px;
            color: #f6ba04;
        }
    .breadcrumb__container > span > span > span a{
        color: #333;
    }