@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 9.5pt/23px roboto;
    text-decoration: none;
}
img {
    border: medium none;
}
//.textCoChu, .textTuongPhan{
//        display: none;
//}
.MainStructure {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    /* background: #fff url("images/redbg1.png") repeat-x scroll left bottom; */
    text-align: center;
}
.MainStructure .TopBar {
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.MainStructure .MainContent {
    background: #ffffff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #e9e9e9);
    background-image: url("images/bg.png");
    background-size: cover;
    border-top: 4px solid #6bb0ff;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
}
@media only screen and (max-width: 768px){
	.TopBar, .TopBanner{
    	overflow-y: hidden !important;    
    }
    .MainStructure .ContentBar table td{
    	display: table-row;    
    }
            .MainStructure .TopBanner {
    background: none !important;
}
}