@font-face {
        font-family: "UVNDzungDakao";
        src: url("../fonts/UVNDzungDakao.TTF");
}
.HotnewsControl {
        background: linear-gradient(180deg, rgb(251, 251, 251) 50%, rgba(184, 245, 128, 0.47) 100%);
        border-radius: 15px;
        height: 300px;
        margin: 10px 0;
        overflow: hidden;
        padding: 5px;
        text-align: justify;
}
.HotnewsControl .HotnewsScroll {
        height: 198px !important;
        margin: 0;
        overflow: hidden;
}
.HotnewsControl .Header {
        background: url("images/1308191564_Butterfly.png") no-repeat right 10px center, linear-gradient(180deg, rgba(199, 253, 86, 0.39) 30%, rgba(115, 249, 4, 0.96) 100%) ;
        height: 40px;
        display: flex;
        align-items: center;
        border-radius: 50px;
        box-shadow: 3px 3px 3px rgba(79, 165, 8, 0.39)
}
.HotnewsControl .Header span {
        color: #9D07A9;
        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 {
        background: rgba(0, 0, 0, 0) url("images/vi.png") no-repeat scroll left center;
        clear: both;
        padding: 5px 5px 5px 23px;
}
.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: #FFEC4F;
}
.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;
        }
}
