* {
        text-rendering: geometricprecision;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1.4;
        font-family: 'Helvetica Neue', sans-serif;
}
@font-face {
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #212529;
        font-size: 14px;
        text-decoration: none;
}
img {
        border: medium none;
        max-width: 100%;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        /* background: #f1f1f1 url(https://storage-vnportal.vnpt.vn/cmu-khdn/5343/Banner/bg.jpg); */
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: 50%;
        background: #fff;
}
.MainStructure .TopBar {
        width: 1170px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        background: #fff;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        /* background: #f1f1f1 url(https://storage-vnportal.vnpt.vn/cmu-khdn/5346/Banner/bg.jpg) repeat-x 0 0; */
        background-size: 50%;
        background-position: top;
        background: #fff;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        vertical-align: top;
        width: 1170px;
}
.MainStructure .LeftBar {
        padding: 0px 5px 0 0;
        text-align: justify;
        vertical-align: top;
        /* width: 330px !important; */
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .RightBar {
        padding: 0 0 0 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 100%;
        /*background: #0372bc url(https://storage-vnportal.vnpt.vn/cmu-chinhquyen/1/Thai/bg-footer.png) no-repeat center top; */
        /*background: #6987BB;*/
}
.MainStructure .FooterBar {
        width: 1170px;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
}
#LeftBar .UIVerticalMenu_Default, #LeftBar .UITabArticle_blue {
        padding-bottom: 10px;
}
#ContentBar .UIAdvertisement_Default, #ContentBar .UITabArticle_Default {
        padding-bottom: 10px;
}
#RightBar .UITabArticle_blue, #RightBar .UIImageLibrary_Default, #RightBar .YoutubePlayer_Default {
        padding-bottom: 10px;
}
#FooterBar {
        border-top: 2px solid #01437d;
        background: #6987BB;
        padding: 10px;
}
#ContentBar .UIArticleInMenu_Default .ArticleInMenu .ArticleList .col-lg-2 > a > img[src*="/bg_none."],
#ContentBar .UIArticleInMenu_Default .ArticleInMenu .ArticleList .row .col-lg-2:has(a > img[src*="/bg_none."])
{
        display: none;
}

@media only screen and (max-width: 768px){
        .MainStructure .FooterBar {
                width: 100% !important;
        }
        div.MainStructure .fixed {
                padding-top: 15px !important;
                padding-bottom: 40px !important;
        }
        .MainStructure .LeftBar,.MainStructure .LeftBanner,.MainStructure .ContentBar {
                display:block !important;
        }
        .MainStructure .ContentBanner {
                position: static;
        }
        .bottom-tool{
                display:none;
        }
        .MainContent>tbody>tr{
                display:flex !important;
                flex-direction: column;
        }
        .MainStructure .LeftBar{
                display:block;
                order:2;
        }
        .MainStructure .ContentBar{
                display:block;
                order:1;
        }
        .MainStructure .RightBar{
                display: block !important;
                order:3;
        }
}
