@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
        --bg-red: #da251d;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
}
body {
        margin: 0 auto;
        padding: 0;
}
*{
        font-family:"Open Sans", sans-serif;
}
.mb-2 {
        margin-bottom: 0.5rem!important;
        display: flex;
        width: 75%;
}
.w-2col-gray{
        background: #3c2010;
}
.w-3col-gray{
        background: url(images/bg_thuvien.png);
}
.w-1col-black{
        background: #3c2010;
}
a:hover {
        color: #d00707;
}
a {
        color: #212529;
        font-size:14px;
        /* font-family: 'Roboto', Arial; */
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
}
.MainStructure {
        /* display: grid; */
        /* min-height: 100vh; */
        /* align-content: space-between; */
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
}
.MainStructure .TopBar {
        text-align: justify;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        background: url(images/bgtop.png) repeat-x;
        height: 165px;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        background: url(images/nen.png) repeat;
}
.MainStructure .MainContent {
        /* background: #fff none repeat scroll 0 0; */
        margin: 0 auto;
        /* padding: 10px 0; */
        vertical-align: top;
        width: 100%;
        border-collapse: inherit;
        /*max-width: 100vw;*/
}
.MainStructure .LeftBar {
        padding: 0 10px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: justify;
}
.MainStructure .FooterBanner {
        margin: 0 auto;
        width: 100%;
        position: relative;
        background-size: cover;
        /* background: url(images/bg-footer.png) no-repeat center top var(--bg-red); */
        background: url(images/nen.png) repeat;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        margin: 0 auto;
        /* background: url(images/bg-footer.png) no-repeat center top var(--bg-red); */
        width: 1200px;
}
div#FooterBar {
}
img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(/no-image.png);
        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;
}
.MainStructure table.w-1200>tbody>tr {
        display: flex;
        width: 1170px;
        margin: auto;
        padding: 25px 0;
        position: relative;
        gap: 25px;
        padding-bottom: 0;
}
.MainStructure table.w-1200 >tbody>tr>td:last-child {
        flex: 1;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: silver;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
.MainStructure .FooterBar a{
        color: #fff;
}
.MainStructure .MainContent, .LeftBar, ::after, ::before{
        box-sizing: revert;
}
.MainStructure .MainContent  *{
        line-height: 1.4;
}
/* width */
::-webkit-scrollbar {
        width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
        background-color: #fafafa8a;
}
/* Handle */
::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #eeeeee;
}
/* end */
@media only screen and (max-width: 1024px) {
        .MainStructure .MainContent{
                padding: 10px 0;
        }
        .MainStructure .TopBar {
                padding: 0;
        }
        .ListControl .mb-2 {
                margin: 0 !important;
                padding-left: 5px;
                display: inherit;
        }
        .MainStructure {
        }
        .MainStructure .TopBanner {
                margin: 0 auto;
                position: relative;
        }
        .FooterBanner:after {
                content: unset;
        }
        .MainStructure .FooterBar {
                padding: 0px;
        }
        .MainStructure .FooterBar{
                /* padding: 0 20px; */
                padding-bottom: 20px;
        }
        .bottom-tool {
                display: none;
        }
        .jContainer {
                max-width: 100vw;
                left: 0 !important;
                min-width: 100%;
                top: 0 !important;
                position: fixed;
        }
        .jContainer .jBox .jFrame {
                max-width: 100%;
                min-width: 100%;
                min-height: unset;
        }
        .MainStructure .LeftBar{
                /*max-width: 100vw;*/
        }
        .MainStructure .table-3-col td{
                max-width: 100vw;
        }
        td#ContentBarTopFull {
                max-width: 100vw;
        }
}
@media only screen and (max-width: 768px){
        .MainStructure table.w-1200>tbody>tr {
                padding: 10px 0;
                display: block;
                width: 100%;
        }
}
@media only screen and (min-width: 1025px) and (max-width: 1290px) {
        .MainStructure .FooterBar{
                padding: 20px;
        }
        td#ContentBarTopFull {
                /*max-width: 100vw;*/
                overflow: hidden;
                /* display: block; */
                padding: 0 10px;
                /*width: 100vw;*/
        }
        td#ContentBarTopFull>table>tbody>tr>td>div{
                min-width: 300px;
        }
        td#ContentBarTopFull>table>tbody>tr>td[style*="width:423px"]{
                width: unset !important;
        }
        body{
                overflow-x: hidden;
        }
        .MainStructure .ContentBar{
                /*min-width: 300px;*/
                padding-right: 10px;
        }
        .MainStructure .LeftBar{
                padding-left: 10px;
        }
}
