* {
        text-rendering: geometricprecision;
}
* {
        font-family: "Segoe UI",Tahoma,Verdana ;
}
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: #212529;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.4;
}
img {
        border: medium none;
}
.MainStructure {
        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 {
        display: flex;
        /* position: relative; */
        width: 100%;
        z-index: 1;
        justify-content: center;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: table;
        margin: 0 auto;
        padding: 10px;
        vertical-align: top;
        width: 1160px;
}
.MainStructure .LeftBar {
        padding: 5px 10px 5px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 5px;
        text-align: justify;
        vertical-align: top;
        padding-left: 0;
}
.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 rgb(126 0 3);
}
img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(/no-image.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        background-size: cover;
        background-position: center center;
}
img[src=""] {
        position: relative;
        /* border: 1px solid silver; */
        border-radius: 2px;
        min-width: 20px;
        min-height: 20px;
        display: inline-block;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: silver;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
@media only screen and (max-width: 768px){
        div.MainStructure .fixed {
                padding-top: 10px !important;
        }
        div.MainStructure .LeftBar {
                padding-top: 10px;
        }
}
