.UIHotnewsModule_tinmoitpct .HotnewsControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #fdca7b; */
        /* border-radius: 5px 5px 0 0; */
        padding: 0;
        grid-area: bot;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .Header span {
       text-transform: uppercase;
       font-family: Arial;
       position: absolute;
       font-weight: 700;
       font-size: 18px;
       display: block;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: auto;
        padding: 0;
        max-height: 586px;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .Header {
        height: 40px;
        border-bottom: 2px solid #0856BB;
        padding-top: 5px;
        position: relative;
}
div.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0;
        height: auto !important;
        /* background: #f8f8f8; */
        margin-top: 10px;
}
/* CTO - Cap nhat css*/
div.HotnewsControl .HotnewsList .HotnewsItem {
		font-size: 14px;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 15px;
        display: block;
        position: relative;
}
/*div.HotnewsControl .HotnewsList .HotnewsItem {
        font-size: 14px;
        display: block;
        position: relative;
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px solid #f2f2f2;
}*/
div.HotnewsControl .HotnewsList .HotnewsItem+.HotnewsItem{
        /* border-top: 1px dashed #ddd; */
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        margin-right: 10px;
        vertical-align: top;
        width: 171px;
        border-radius: 3px;
        margin-top: 3px;
        transition-duration: .3s;
        object-fit: contain;
        display: none;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem a:hover {
        color: #0856BB;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem a {
        color: var(--title);
        display: inline-block;
        padding-left: 5px;
}
/*.HotnewsControl .HotnewsList .HotnewsItem a:hover span{
        color: #ffba28; 
}*/
.HotnewsControl .HotnewsList .HotnewsItem {
        position:relative;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem:before {
    content: '';
    background: #0856BB;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 23%;
    left: 0;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        font-family: Arial;
        font-size: 15px;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
        text-transform: math-auto;
}
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
/* CTO - Cap nhat css*/
.UIHotnewsModule_tinmoitpct .HotnewsControl .HotnewsList .HotnewsItem .itemnews {
        font-family: Arial;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        line-height: 23px;
        color: #FF0000;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl{
                width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
        div.HotnewsControl .HotnewsScroll{
                height: 65vw !important;
                max-height: 65vw !important;
                min-height: 65vw !important;
        }
        /* CTO - Cap nhat css*/
       .UIHotnewsModule_tinmoitpct  .HotnewsControl .Header span {
				text-transform: math-auto;
		}
}

.