@font-face {
        font-family: "UVNDzungDakao";
        src: url("../fonts/UVNDzungDakao.TTF");
}
.HotnewsControl {
        background:linear-gradient(180deg, rgb(251, 251, 251) 50%, rgb(245 216 216 / 47%) 100%);
        border-radius: 15px;
        height: 350px;
        overflow: hidden;
        padding-top: 15px;
        text-align: justify;
}
.HotnewsControl:nth-child(2n) {
	margin-bottom:50px;
}
.HotnewsControl .HotnewsScroll {
        height: 198px !important;
        margin: 0;
        overflow: hidden;
}
.HotnewsControl .Header {
        background:#f5315a ;
        height: 40px;
        display: flex;
        align-items: center;
        border-radius: 1px;
        border-radius:10px;
        box-shadow:3px 3px 3px rgb(255 129 129 / 39%);
}
.HotnewsControl .Header span {
        color: #fff;
        font: 13pt Arial;
        padding-left: 20px;
        font-weight: bold;
        /* text-shadow: 1px 1px #222; */
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        padding: 10px;
        text-align: left;
        line-height: 1.4;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 60px;
        margin-right: 6px;
        vertical-align: top;
        width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: black;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #005aff;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 768px){
        .HotnewsControl .Header {
                width: calc(100% - 10px);
        }
        .HotnewsControl .HotnewsList {
                width: 100%;
        }
        div.HotnewsControl .HotnewsList .HotnewsItem {
                padding-left: 20px;
        }
        div.HotnewsControl {
                margin-bottom: 10px;
        }
}
