@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;
}

body {

    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt/24px roboto;
    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-top: 20px;
    text-align: justify;
    width: 1000px;
    box-shadow: 0 0 20px -5px #6d6d6d;
   

}
.MainStructure .ContentBanner {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
      width: 1000px;
      box-shadow: 0 0 20px -5px #6d6d6d;
}
.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 12px 0px 2px;
}
.MainStructure .FooterBanner {
background-color:#327ed9;
  text-align: center;
  margin: 0 auto;
  width: 1000px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
      width: 1000px;
      box-shadow: 0 0 20px -5px #6d6d6d
}
