@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');
.MainStructure {
        #background:url(
        "images/bgtrongdong_3.jpg") top center no-repeat;
        /* text-align: center; */
        display: flex;
        flex-direction: column;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font-size:14px;
        line-height: 1.4;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        /* width: 100%; */
}
.MainStructure .TopBar {
        background: none repeat scroll 0 0 #fff;
        display: inline-block;
        margin: 20px auto 0 auto;
        text-align: justify;
        width: 1200px;
        box-shadow: 0 0 20px -5px #6d6d6d;
}
.MainStructure .TopBar table{
    z-index: 9999;
    position: relative!important;
    top: auto!important;
    left: auto!important;
}
.MainStructure .ContentBanner {
        background: none repeat scroll 0 0 #fff;
        display: inline-block;
        width: 1200px;
        box-shadow: 0 0 20px -5px #6d6d6d;
        margin: 0 auto;
}
.MainStructure .MainContent {
        /* box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1000px;*/
}
.MainStructure .LeftBar {
        padding: 10px 8px 12px 10px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        text-align: justify;
        vertical-align: top;
        padding: 10px;
}
.MainStructure .FooterBanner {
        background-color:#327ed9;
        text-align: center;
        margin: 0 auto;
        width: 1200px;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
}
