div.ShortArticle{
        max-width: 1280px;
}
.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 1;
        flex: 1;
        height: 40px;
        display: flex;
        position: relative;
        border-radius: var(--rounded);
        box-shadow: var(--box-shadow);
        overflow: hidden;
        border: var(--default-border);
        background: #ece9e9;
}

.ShortArticle .marquee-viewport {
        width: 100%;
        margin: 0;
}
.ShortArticle .marquee-viewport .block-row {
        display: flex;
        align-items: center;
}
.ShortArticle .marquee-viewport .block-row p {
        margin-right: 40px;
        margin-bottom: 0;
}
.ShortArticle .marquee-viewport .block-row p a {
        font-size: 15px;
        font-weight: 500;
        line-height: 40px;
        color: var(--color-primary);
        text-decoration: none;
        white-space: nowrap;
        position: relative;
        padding-left: 10px;
        transition: all 0.2s ease-in-out;
}
.ShortArticle .marquee-viewport .block-row p a:before {
        content: '';
        width: 16px;
        height: 16px;
        background: url(https://storage-vnportal.vnpt.vn/vass/6144/HinhAnh/ttkhxh.png) no-repeat transparent;
        background-size: contain;
        color: var(--bs-gray-400);
        font-size: 10px;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
}
.ShortArticle .marquee-viewport .block-row p a:hover {
        color: var(--color-primary);
        text-decoration: none;
}
.ShortArticle .marquee-viewport .block-row p .new {
        position: relative;
        display: inline-block;
        width: 34px;
        margin-left: 5px;
}
.ShortArticle .marquee-viewport .block-row p .new:after {
        background-image: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/themes/tuyhoaubnd/uitabarticle/singletab/images/icon-moi.gif);
        content: "";
        width: 34px;
        height: 20px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        top: -13px;
        /* CÃ„Æ’n chÃ¡Â»â€°nh lÃ¡ÂºÂ¡i cho vÃ¡Â»Â«a dÃƒÂ²ng chÃ¡Â»Â¯ */
        left: 0;
}
.block-row>p {
        line-height: 40px;
        margin: 0;
}
@media only screen and (max-width: 1023px) {
        .ShortArticle {
                padding-left: 0;
                height: auto;
                flex-direction: column;
                background: #fff;
        }
        .ShortArticle:before, .ShortArticle:after {
                display: none;
        }
        .ShortArticle .marquee-viewport .block-row p a {
                line-height: 45px;
        }
}
@media only screen and (max-width: 768px) {
        div.ShortArticle{
                max-width: calc(100% - var(--padding-double));
                margin: auto;
                margin-top: 10px;
                margin-bottom: 10px;
                padding: var(--padding-box-mb);
        }
        .block-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                white-space: nowrap;
        }
        .block-row>p>a {
                line-height: 45px;
        }
}
Q
