a {
        color: #424242;
        /* font: 10pt arial; */
        text-decoration: none;
        font-size: 14px;
        line-height: 1.4;
}
body{
        height: unset;
}
img {
        border:none;
}
.MainStructure{
        text-align:center;
        /* background: url("images/bg_gradient.jpg") no-repeat scroll top center #F4f4f4; */
}
.MainStructure .TopBanner {
        text-align:center;
}
.MainStructure .TopBar, .FooterBar
{
        width: 100%;
        display:inline-block;
        text-align:justify;
}
.MainStructure .ContentBar
{
        width: 100%;
        display:inline-block;
        text-align:justify;
        padding: 0 0;
        min-width: 100%;
        vertical-align: top;
}
.MainStructure .ContentBar .LeftBar{
        min-width: 100%;
}
.MainStructure .TopBar {
        position:relative;
}
.MainStructure .FooterBar {
        color: #E9E9E9;
        margin-bottom: 0;
        width: 100%;
        padding: 20px 0;
}
.MainStructure .FooterBar a{
        color:#d0d0d0;
}
.MainStructure .FooterBar a:hover{
        color:#fff;
}
.MainStructure .FooterBanner {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        background-position: 50% 0%;
        background-size: cover;
        background: url(images/bg_footer_ioc.jpg) no-repeat;
        background-position: center;
}
.MainStructure img[src=""]{
        position: relative;
        /* border: 1px solid silver; */
        border-radius: 2px;
        min-width: 20px;
        min-height: 20px;
        display: inline-block;
}
.MainStructure img[src=""]:after{
        content: '';
        background: 
                url(https://chuyendoiso.binhduong.gov.vn/Images/noimage.png), 
                linear-gradient(#dddddd, #cfcfcf) ;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: inherit;
        height: inherit;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
}
@media only screen and (min-width: 768px){
        ::-webkit-scrollbar {
                width: 5px;
                height: 5px;
        }
        ::-webkit-scrollbar-track {
                background: #e9ecef;
                border-radius: 3px;
        }
        ::-webkit-scrollbar-thumb {
                border-radius: 3px;
                background: #6c757d59;
        }
}
@media only screen and (max-width: 768px){
        .MainStructure .TopBar{
                padding: 0;
        }
        .MainStructure .ContentBar{
                max-width: 100vw;
        }
        .MainStructure .ContentBar>table{
                width: 100vw;
                display: block;
        }
}
