.HotnewsControl {
box-sizing: border-box;
    padding: 16px 16px 0;
    border: 1.2px solid #b5b2b2;
    background: linear-gradient(rgba(253, 246, 218, 0.4) 0%, #fff4c8 50%, rgba(252, 250, 246, 0.4) 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg) center / cover no-repeat;
}

div.HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 575px !important;
        overflow: auto;
        padding: 0;
        min-height: unset;
        /* background: #f7f7f7; */
}

.UIHotnewsModule_default2 .Header span {
    display: flex;
    align-items: center;
    gap: 8px;
    /* color: #d13626; */
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: rgb(51, 51, 51);
}




.UIHotnewsModule_default2 .Header {
    text-transform: uppercase;
    /* border-left: 10px solid #037dba; */
    /* line-height: 20px; */
    width: 100%;
    /* background: #f7f7f7; */
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    /* margin-bottom: 12px; */
    position: relative;
    z-index: 2;
}

.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: auto !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    /*background: url(images/arr-red1.gif) no-repeat 5px 10px;*/
    clear: both;
    padding: 10px 5px 10px 5px !important;
}

.HotnewsControl .HotnewsList .HotnewsItem {
    /* border-bottom: 1px solid #ccc; */
    padding: 10px 0;
    font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
    border-bottom: 1px dashed #b5b2b2;
}


.HotnewsControl .HotnewsList .HotnewsItem:last-child {
    border-bottom: none;
}


.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        /* font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif; */
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
