.container.section-title-container.luanlt_cats{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.luanlt_cats h2 {
    margin: 0;
    font-size: 24px;
    white-space: nowrap;
    display: contents;
}
.luanlt_cats .title-show-cats {
    display: flex;
    align-items: center;
}
.luanlt_cats .title-show-cats {
    flex-grow: 1;
    justify-content: flex-start;
}
span.title-show-cats li{
    display: block;
    width: auto;
    float: left;
    margin: 0 3px;
}
li.title_cats{
    background-color: #f1f1f1;
    border-radius: 5px;
}
li.title_cats:hover{
    background:#0f4fb0;
}
span.title-show-cats li a{
    color: #444;
    float: right;
    font-size: 13px;
    padding: 5px 10px;
    white-space: nowrap;
}
span.title-show-cats li:hover a{
    color: #fff;
}
.section-title-normal span, .section-title-normal{margin: 0; border-bottom: none !important}
 .mobile{display: none}
 .desktop{display: block}
 
@media only screen and (max-width: 640px) {

    span.title-show-cats {
        display: flex;
              margin-left: 0;
        margin-right: auto;
        overflow-x: auto;
        width: 100%;
    }
    .mobile{display: block}
    .desktop{display: none}
}
