.nav-tabs {
    display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .nav-tabs {
        height: 50px;
    }
    .nav-tabs > li {
        display: block;
        width: 100%;
        float: none;
    }
    .nav-tabs > li a {
        display: block;
        width: 100%;
        border: none;
    }
    .nav-tabs > li.active a {
        display: block;
        width: 100%;
        border: none;
    }
    .article-tag-container{
        margin-top: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media screen and (min-width: 768px)and(max-width: 1200px) {
    .nav-tabs > li {
        width: 25%;
    }
}
.tag {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 10px;
}
.tag li {
    background: #f58e7e;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 5px 5px;
    padding: 0 10px;
    position: relative;
}
.tag li:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f58e7e;
    content: '';
    display: block;
    margin-left: -15px;
    position: absolute;
    left: 0;
}
.tag li:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    line-height: 30px;
    position: absolute;
    top: 13px;
    left: 0px;
    width: 4px;
}
.multi_tabs .tab_label a {
    width: 140px !important;
}
.multi_tabs .tab_label {
    width: 150px !important;
}
