body{.panel-default &gt; .panel-heading {
    background-color: #8B0000 !important; /* Màu đỏ đậm */
    border-color: #8B0000 !important;
    font-size: 16px !important;
    color: #ffffff !important; /* Chữ màu trắng để nổi bật */
}

.panel-default &gt; .panel-heading a {
    color: #ffffff !important;
}
/* -----------------------------------------------------------------*/
@keyframes chaychu {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.chu-chay {
    display: inline-block;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    font-size: 20px;
    animation: chaychu 10s linear infinite;
};}