/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:24:09 */
/* =========================================================
   TBS - KHUNG "THÔNG TIN NGÀNH HÀNG"
========================================================= */

.tbs-cat-desc-wrap{
    max-width: 900px;
    margin: 24px auto 0;
}

.tbs-cat-desc-label{
    display: table;
    margin: 0 auto 28px auto;
    padding: 8px 28px;
    border: 1.5px solid #853dff;
    border-radius: 12px;
    background: #fff;
    color: #853dff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .3px;
    box-shadow: 0 4px 18px rgba(133,61,255,.08);
}

/* Mobile */
@media (max-width: 768px){

.tbs-cat-desc-wrap{
    margin-top: 32px;
    padding: 0 14px;
}

.tbs-cat-desc-label{
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 10px;
}

}