.UIHotnewsModule_right .HotnewsControl {
        padding: 0;
        margin: 0px 0;
        margin-top: 0;

}
.UIHotnewsModule_right .watch-more {
        padding: 5px 10px;
    border-right: 1px solid #0054a6;
     border-left: 1px solid #0054a6;
     border-bottom: 1px solid #0054a6;
        display: block;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.UIHotnewsModule_right .HotnewsControl .Header span {
    color: #0054a6;
    
        font-weight: bold;
    line-height: 1.2;
       padding: 5px 0;
        padding-bottom: 15px;
        text-transform: uppercase;
     font-family: 'Noto Sans', sans-serif;
    font-size: 18px;

  
}
.UIHotnewsModule_right .HotnewsControl .Header{
    border-bottom: 2px solid #0054a6;
    margin-bottom: 10px; 
    padding-bottom: 8px;  
}
div.UIHotnewsModule_right .HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 540px !important;
        overflow: auto;
        padding: 0px 5px 5px 5px;
        min-height: 300px;
        border-top: 1px solid #0054a6;
        border-right: 1px solid #0054a6;
        border-left: 1px solid #0054a6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList {
        clear: both;
        display: block;
    
        height: auto !important;

    
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem {
        
        background: url(https://storage-vnportal.vnpt.vn/gov-tnn/themes/mauxanganson/namdinhpost/uiservicecategory/images/dot3.png) no-repeat 6px 6px;
        clear: both;
        padding: 6px 5px 5px 5px !important;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem:not(:last-child) {

    border-bottom: 1px dashed #ccc;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        text-indent: 10px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    display: block;
        margin-bottom:5px;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        display: inline ;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .HotnewsItem .ArticleViewCount{
    float: right;
    
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.UIHotnewsModule_right .HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
@media only screen and (max-width: 1023px) and (min-width: 769px){
	.MultiFunctionControl:has(.UIHotnewsModule_right .watch-more ){
        padding: 0px 0px !important;
}
}
@media only screen and (max-width: 768px){
        .UIHotnewsModule_right {
                max-width: calc(100vw - 20px);
                margin: auto;
                
        }
}