@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&family=Roboto:wght@400;500&display=swap');
*{
        font-family: 'Roboto';
        font-size: 14px;
}



.fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.SearchResults .DataPager .CurrentPage {
        color: red;
        font-weight: bold;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure .TopBar > table:first-child {
        /* height: 150px; */
}
.trang-chu-63642 {
        display: none;
}
.MainStructure {
        text-align: center;
       /* background-color: #F5F5F5; */
       /* background: url(images/bg.png); */
        background: linear-gradient(to bottom, #f9f9f9 1%,#00923f12 100%);
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 1260px;
        background: white;
        /*width: 1100px;*/
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
        position:relative;
        margin: 0 auto;
}
.MainStructure .ContentBanner {
        position: relative;
        /* width: 1300px; */
        z-index: 1;
        padding-top: 0;
        padding-bottom: 0;
}
.MainStructure .MainContent {
        background: #fff;
        margin: 0 auto;
        padding: 5px;
        vertical-align: top;
        width: 1260px;
        /* width: 1100px;*/
}
.MainStructure .LeftBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 10px;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
}
.MainStructure .FooterBar {
        color: #E9E9E9;
        /* margin-bottom: 30px; */
}
.MainStructure .FooterBar a{
        color:#d0d0d0;
}
.MainStructure .FooterBar a:hover{
        color:#fff;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 1260px;
        /*width: 1100px;*/
        background: #407ABF;
        height: auto;
        padding: 20px 10px;
        margin: auto;
        position: relative;
        /*background: url(https://storage-vnportal.vnpt.vn/nbh-ubnd/2813/banner/untitled_new-143539.png);*/
}
@media only screen and (max-width: 768px) {
    .MainStructure .ContentBar {
        display: block !important;
        --position: fixed;
        right: 0;
        top: 0;
        z-index: 10;
        bottom: 0;
        padding: 0px 0px !important;
        /* overflow-y: scroll; */
        background: white;
        /* margin-top: 30px !important; */
        /* padding-bottom: 40px !important; */
        /* height: 100vh !important; */
        width: 100vw !important;
        box-shadow: 0 0 10px #444444;
        padding-top: 5px !important;
      }
    .bottom-tool {
        display: none;
    }
}
