* {
        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: #033079;
        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: #f1f1f1;*/
        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: #f1f1f1;*/
        background: #fff;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        vertical-align: top;
        width: 1170px;
}
.MainStructure .LeftBar {
        padding: 5px;
        text-align: justify;
        vertical-align: top;
        /* width: 330px !important; */
}
.MainStructure .ContentBar {
        padding: 5px 0;
        text-align: justify;
        vertical-align: top;
}

.MainStructure .RightBar {
        padding: 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: #f1f1f1;*/
        background: #fff;
}
.MainStructure .FooterBar {
        width: 1170px;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
        /* background-color: #0372bc; */
        background: #215cc2 url(https://storage-vnportal.vnpt.vn/cmu-chinhquyen/1/Thai/bg-footer.png) no-repeat center top;
}
@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-reverse !important;
        }
        
}
