@media only screen and (max-width: 768px) {
    .AdvertContent {
        padding: 0 0px !important;
    }
}


@media only screen and (max-width: 1023px) {
    .AdvertisementBottomRight {
        padding: 0 0px !important;
        width: 100vw;
    }
}

.AdvertContent > .HotnewsItem a:before {
  content: "•" !important;
  position: absolute;
  left: 5px;
  color: #000 !important;
  font-size: normal;
  line-height: 1.5;
} 

div[class*=UIAdvertisement_box_html_chuyen_muc] .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle_cham::before {
  content: "•" !important; 
  color: black !important; 
  font-size: 1.2em !important;
  margin-right: 6px !important;
}

div[class*=UIAdvertisement_box_html_chuyen_muc] .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle_cham {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color 0.2s ease;
}


.AdvertContent > .HotnewsItem a {
 padding-left: 10px;
}



div[class*=UIHotnewsModule_tin_thong_bao] .HotnewsItem a:before {
    
    width: auto;
    height: auto;
    border-radius: 0px;
    background: none;
    color: #379c32;
    font-family: ap;
    vertical-align: initial;
    margin-right: 10px;
        font-family: "Font Awesome 6 Free";
    font-family: "\f05d";
}

div[class*=UIHotnewsModule_tin_thong_bao] .HotnewsControl .Header1  {
    padding: 10px 13px;
    background-color: #1e73be;
    text-transform: uppercase;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: center;
            border-top: 2px solid #ddd;
}

div[class*=UIHotnewsModule_tin_thong_bao] .HotnewsControl .Header1 a span  {
    color: #fff;
}

.UIHotnewsModule_tin_thong_bao {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    box-shadow: var(--box-category);
}

.UIHotnewsModule_tin_thong_bao .Header1 {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}


.UIHotnewsModule_tin_thong_bao .Header1 span {
    font-size: 14px;
    font-weight: bold;
    color: #0098d7;
}

.UIHotnewsModule_tin_thong_bao .Header1 a {
    font-size: 14px;
    color: #0075c1;
    text-decoration: none;
    padding: 5px 15px;
}


.UIHotnewsModule_tin_thong_bao .HotnewsList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.UIHotnewsModule_tin_thong_bao .HotnewsItem {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.UIHotnewsModule_tin_thong_bao .HotnewsItem:first-child {
    border-top: none;
    padding-top: 0;
}

.UIHotnewsModule_tin_thong_bao .HotnewsItem a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.UIHotnewsModule_tin_thong_bao .HotnewsItemContent {
    display: flex;
    flex-direction: column;
}

.UIHotnewsModule_tin_thong_bao .ArticleTitle {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.UIHotnewsModule_tin_thong_bao .ArticlePostDate {
    font-size: 13px;
    color: #555;
    line-height: 1;
}

.UIHotnewsModule_tin_thong_bao .HotnewsItem:hover .ArticleTitle {
    color: #0075c1;
    text-decoration: underline;
}

/* Ẩn ảnh nếu có */
.UIHotnewsModule_tin_thong_bao .HotnewsItem img.HotnewsItemImage {
    display: none;
}


.AdvertContent .HotnewsControl .HotnewsScroll {
	min-height: unset; 
}


.congtinh_khoi_banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-row-gap: 10px;
    grid-column-gap: 10px;


@media (max-width 768px) {
    .congtinh_khoi_banner {
        grid-template-columns 1fr;  chỉ 1 cột 
    }
}


.UIAdvertisement_box_html_chuyen_muc div[class*=UIHotnewsModule_tin_thong_bao] .HotnewsControl .Header1 a span::before {
    display: none !important;
}
        
        
        