* {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
:root{
        --bg-blue: #0471b6;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
}
body {
        margin: 0 auto;
        padding: 0;
        /* background: url(images/bg-trongdong.png) top fixed; */
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #A90D11; */
}
a {
        color: #333;
        font-size: 15px;
        text-decoration: none;
        line-height: 1.35;
}
img {
        border: medium none;
        max-width: 100%;
}
.MainStructure {
        background: #ffffff;
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center; 
}
.MainStructure .TopBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
}
.MainStructure .ContentBanner {
    /* position: relative; */
    width: 100%;
    z-index: 1;
    justify-content: center;
    background-size: 100%;
    flex-wrap: wrap;
        background: #f8f8f8;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0; 
        display: table;
        margin: 0 auto;
        padding: 10px;
        vertical-align: top;
        width: 1170px;
}
.MainStructure .LeftBar {
    padding: 0px 20px 10px 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure #ContentBar3 {
    padding: 0;
    padding-bottom: 0;
}
.MainStructure .ContentBar {
        padding: 20px;
        text-align: justify;
        vertical-align: top;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 0;
        max-width: 300px;
}
.MainStructure .FooterBanner {
        width: 100%;
        padding: 0;
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        justify-content: center;
}
.FooterBanner {
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    background: url(images/bg-footer.png) no-repeat center top #d76827;
}
img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: white url(images/2noimage.png);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        background-size: cover;
        background-repeat: no-repeat;
}
img[src=""] {
        position: relative;
        /* border: 1px solid silver; */
        border-radius: 2px;
        min-width: 20px;
        min-height: 20px;
        display: inline-block;
        background: white url(images/2noimage.png) !important;
        background-size: cover !important;
}
::-webkit-scrollbar {
        width: 6px;
        height: 6px;
}
::-webkit-scrollbar-track {
        background: #CCCCCC;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
td#ContentBar1 {
        padding: 0;
}
.UIBackTopTopControl {
    background: rgba(0, 0, 0, 0) url(images/uptop.png) no-repeat scroll center center !important;
    bottom: 3% !important;
    height: 64px !important;
    position: fixed !important;
    right: 2% !important;
    width: 64px !important;
    z-index: 10;
    background-size: contain !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1190px){
        .MainStructure .LeftBar{
                max-width: calc(100vw - 300px);
        }
        .MainStructure .ContentBar>table>tbody>tr>td:nth-child(1) {
                max-width: calc(100vw - 300px);
        }
}
@media only screen and (max-width: 1023px){
        div.MainStructure .fixed {
                padding-top: 10px !important;
        }
        div.MainStructure .LeftBar {
                padding-top: 0px;
        }
        .MainStructure .MainContent{
                width: 100%;
                max-width: 100%;
        }
}
@media only screen and (max-width: 768px){
.MainStructure {
    background: #fff !important;
}
} 
