.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        margin: 0;
        background-color: #fff;
        padding: 5px 0;
}
.ShortArticle > .Title{
        border: 1px solid #cccccc;
}
.ShortArticle .Title {
        /* float: left; */
        height: 100%;
        /* margin: 0 15px 0 0; */
        padding: 0 10px;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: #ededed;
        padding: 6px 10px;
        color: #033079;
        display: inline-block;
        width: 100%;
        /* text-align: center; */
        padding-left: 35px;
}
.ShortArticle > .Title:before{
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        border-top: 5px solid transparent; /* Điều chỉnh kích thước theo ý muốn */
        border-bottom: 5px solid transparent;
        border-left: 8px solid #033079;
}
.ShortArticle .block-row .Title::before {
        border-color: transparent transparent transparent #004ee3;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        /* content: " "; */
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        left: 0;
        top: 8px;
        vertical-align: middle;
        width: 0;
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        height: 300px;
        border: 1px solid #ddd;
        /* border-top: 1px solid #004ee3; */
        border-top: 0;
}
.ShortArticle marquee .block-row p {
        margin: 0;
        background: url('https://storage-vnportal.vnpt.vn/cmu-khdn/6432/HinhAnh/arr.png') no-repeat scroll 5px 15px;
        clear: both;
        display: inline-block;
        /* padding: 3px 5px 4px 5px !important; */
        border-top: 1px dotted #ddd;
        padding: 10px 5px !important;
}
.ShortArticle marquee .block-row p a {
        color: #004c77;
        padding-left: 15px;
        line-height: 25px;
        text-decoration: none;
        text-align: justify;
        width: 100%;
        background: transparent;
        font-weight: normal;
        text-transform: inherit;
        padding: 0 5px 0 15px;
        /* border-bottom: 1px solid #ddd; */
}
.ShortArticle marquee .block-row p a:hover {
        color: #004ee3;
}
@media only screen and (max-width: 768px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
@media only screen and (min-width: 0px){
        .ShortArticle marquee .block-row {
                position: static !important;
                display: flex !important;
                flex-direction: column !important;
                flex-wrap: nowrap !important;
                align-content: center !important;
                justify-content: center !important;
                align-items: flex-start !important;
        }
}
