.ArticleInMenu .Ngaydang {
        font: italic 12px arial;
        margin-bottom: 5px;
        text-align: right;
}
.ArticleInMenu {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        padding: 0;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
.ArticleInMenu img {
        max-width: 650px !important;
}
.ArticleInMenu li {
        clear: both;
        float: left;
        list-style: outside none none;
        padding: 10px 0 0;
        width: 100%;
}
.ArticleInMenu li img {
        /* border: 1px solid #cccccc; */
        height: 100px;
        /* padding: 2px; */
        width: 160px;
        object-fit: cover;
        border-radius: 0;
}
div.ArticleInMenu .col-lg-2:has(img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.png"]),
div.ArticleInMenu .col-lg-2:has(img[src=""]) {
        background: white url(images/noimage.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #cccccc;
}
div.ArticleInMenu .col-lg-2 img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.png"],
div.ArticleInMenu .col-lg-2 img[src=""] {
        display: none;
}
div.SingleArticle {
        padding: 0;
}
div.SingleArticle .title {
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.4;
        display: flex;
        align-items: center;
        color: #202122;
        margin-bottom: 15px;
}
div.SingleArticle * {
        text-align: justify;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4;
        /* color: #202122; */
}
div.SingleArticle .UISocialShare{
        display: none;
}
div.ArticleInMenu .col-lg-10{
        padding-left: 15px;
        padding-right: 0;
}
.ArticleInMenu li .Title a {
        color: #282828;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600;
}
div.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
}
div.ArticleInMenu .col-lg-2 img {
        /* float: left; */
        /* margin-right: 10px; */
        padding: 0;
}
.ArticleInMenu h2 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 500;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin-top: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0 !important;
}
.ArticleInMenu .SingleArticle >  .UISocialShare {
        display: flex;
        justify-content: flex-end;
}
.ArticleInMenu > table {
        margin: 0 !important;
        width: 100% !important;
}
.ArticleInMenu .ArticleCatName {
        background: #e9ecef8a none repeat scroll 0 0;
        border: 0px solid #dfdfdf;
        border-radius: 3px 3px 0 0;
        height: 30px;
        margin-top: 0;
        position: relative;
}
.ArticleInMenu .ArticleCatName a {
        background: #0e5ebf none repeat scroll 0 0;
        color: #fff;
        display: block;
        float: left;
        font: bold 13px/30px arial;
        height: 100%;
        margin: 0;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
}
.ArticleInMenu .ArticleCatName a::after {
        border-color: transparent transparent transparent #0e5ebf;
        border-style: solid;
        border-width: 16px 0 14px 13px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -13px;
        top: 0;
        vertical-align: middle;
        width: 0;
}
.ArticleOfCat p{
        font-size: 14px;
        color: #444444;
        text-indent: 0;
}
.ArticleOfCat{
        min-height: 300px;
}
.ArticleInMenu .col-lg-2{
        min-width: 250px;
        min-height: 150px;
}
div.ArticleInMenu .col-lg-10 p{
        font-size: 14px !important;
    color: #444;
    font-family: roboto;
        line-height: 1.5;
}
.ArticleInMenu ul li.row{
        padding: 10px 0;
}
div.ArticleInMenu li.row{
        border: none;
}
.ArticleInMenu ul li.row+li.row{
        border-top: 1px dashed #eeeeee;
}
div.ArticleInMenu .pagination{
        justify-content: center !important;
}
div.ArticleInMenu li.page-item {
        margin: 3px;
}
div.ArticleInMenu li.page-item a {
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #eeee;
        border-radius: 3px !important;
        font-size: 13px;
        color: #212529;
        margin: 0;
}
div.ArticleInMenu .page-item.active .page-link {
        background: #da251d;
        border: none;
        border-radius: 3px !important;
        margin: 0;
        font-size: 13px;
}
ul.ArticleOfCat>li>a {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
}
.ArticleInMenu .ArticleViewCount>span {
        font-size: 12px;
        float: right;
}
@media only screen and (max-width: 768px){
        .ArticleInMenu li img{
                max-height: 45vw;
                width: 100%;
        }
        .ArticleOfCat>li>a{
                width: 100%;
        }
        .ArticleInMenu .col-lg-2{
                min-width: 100%;
                min-height: 45vw;
                margin-bottom: 10px;
        }
        div.ArticleInMenu{
                padding: 5px 10px !important;
        }
        .page-item.active .page-link, .page-item .page-link{
                margin: 0 !important;
        }
        div.SingleArticle{
                padding: 0;
        }
        div.ArticleInMenu .col-lg-10{
                padding-right: 15px;
        }
}
#map-img {
        max-width: none !important;
        height: auto !important;
}
.ArticleInMenu .boxsearch__expan
{font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
}
.ArticleInMenu  .boxsearch{
	background: #F9f9f9;
        padding: 15px 20px;
        font-size: 14px;
}
.ArticleInMenu  .boxsearch{
 display: grid;
     grid-template-columns: 180px 1fr;
  gap: 10px;
}
.ArticleInMenu  .boxsearch span{
width: 150px;
} 
.ArticleInMenu  .boxsearch input[type="submit"]{
    background: #004370;
    color: #ffffff;
    cursor: pointer;
    height: auto !important;
    margin-right: 5px;
    padding: 5px 12px !important;
    width: auto;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: 600;
    border: none;
}
.ArticleInMenu  .boxsearch input, .ArticleInMenu  .boxsearch select {
    height: auto !important;
    border: 1px solid #eee!important;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px !important;
    padding: 5px !important;
}