.ShortArticle {
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: visible!important;
    width: 100%;
        
}
.ShortArticle .Title {
    background: #ac0203 none repeat scroll 0 0;
    color: #fff;
    font: 13px/25px Roboto;
    margin: 0;
    padding: 0 5px 0 8px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 85px;
}
.ShortArticle .Title::after {
    border-color: transparent transparent transparent #ac0203;
    border-style: solid;
    border-width: 14px 0 11px 9px;
    content: " ";
    display: none !important;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: -9px;
    top: 0;
    vertical-align: middle;
    width: 0;
}
.ShortArticle .block-row {
    position:relative;
    left: 20px;
    top: 5px;
}
.ShortArticle marquee{
    height: 25px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}
.ShortArticle marquee .block-row{
    position:relative;
    left: 0px;
    top: -5px;
    width: 100% !important;
}
.ShortArticle marquee .block-row p a {
    background: url(images/i.png) no-repeat left center;
    padding-left: 10px!important;
    margin-right: 10px;
    color: #333;
    font: 14px Roboto;
}
.ShortArticle marquee .block-row p a:hover {
    color:#ff8c09; 
}
.ShortArticle  marquee[direction="up"]{
    height: 350px;
                                border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
            border: 1px solid #bcd8eb;
        border-top:0;
}

.ShortArticle  marquee[direction="up"] div.block-row {
	flex-direction:column;

}

.ShortArticle marquee[direction="up"] div.block-row p a {
    background: none;
        padding-left: 3px!important;
        display:flex;
        text-align:justify;
        width:100%;
}

.ShortArticle marquee[direction="up"] div.block-row p{
        background: url(images/i2.png) no-repeat left;
    border-bottom: 1px solid #ccc;
        padding-bottom:10px !important;
        
        background-position-y: 5px;

}

.ShortArticle:has(marquee[direction="up"]) span.Title {
    display: block;
    line-height: 30px;
    background-color:#1e73be ;
        background-image:url("https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png");
            background-position: right top;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 13px;
    color: #fff;
        width:100%;
        font-family: "Roboto Condensed", sans-serif;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
}

.ShortArticle:has(marquee[direction="up"]){
	    background-color: transparent;

        margin-bottom:10px;
}