* {
        font-family: "Merriweather", "Roboto", sans-serif;
}
:root {
        --bg-blue: #0471b6;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
        --padding-res: 0 16px;
        /*--color-primary: #2A58A0 ; */
        --color-primary: #283770 ;
}
div#Content-container-fluid {
        background: #EEF2F8;
        /* padding: 10px 0; */
}
body {
        margin: 0 auto;
        padding: 0;
        /* background: url(images/bg-trongdong.png) top fixed; */
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #A90D11; */
        /*! overflow-y: auto; */
}
a {
        color: #212529;
        font-size: 15px;
        text-decoration: none;
        line-height: 1.4;
}
img {
        border: medium none;
        max-width: 100%;
}
figure.image-wrapper{
        overflow: hidden;
        display: inline-block;
        margin: 0;
}
.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;
        background-size: 100%;
        flex-wrap: wrap;
}
.MainStructure .MainContent {
        /* background: #fff none repeat scroll 0 0; */
        display: table;
        margin: 0px  auto;
        padding: 20px 0;
        vertical-align: top;
        width: 1200px;
}
.MainStructure .LeftBar {
        /*! padding: 20px 10px 10px 0px; */
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        /*! padding: 20px; */
        text-align: justify;
        vertical-align: top;
        /*! padding-left: 10px; */
        /*! padding-right: 0; */
        /*! padding-bottom: 10px; */
        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;
        background-color: var(--color-primary);
}
.no-img img {
        text-indent: -9999px;
        background: #2a58a04a;
}
::-webkit-scrollbar {
        width: 3px;
        height: 6px;
}
::-webkit-scrollbar-track {
        background: #CCCCCC;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
td#ContentBar1 {
        padding: 0;
}
table > tbody > tr.row-5-col
{
        display: table-row;
}
.row-5-col {
        width: 100%;
        padding: 20px 0;
}
.col-2-left-300{
        /* margin: 20px 0; */
}
.row-5-col td:nth-of-type(even) {
        /* margin: 20px 20px 0 20px; */
        /* background: rgba(242, 242, 242, 1); */
        /* display: inline-flex; */
        /* width: 1px; */
}
.row-5-col td:nth-of-type(odd) {
        width: calc(1118px / 3) !important;
        padding: 20px 0;
}
@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;
        }
        .MainStructure .MainContent {
                width: 100%;
                max-width: 100%;
                min-height: 0px !important;
        }
}
@media only screen and (max-width: 768px) {
        html{
                scrollbar-width: none;
        }
        html::-webkit-scrollbar{
                display: none;
        }
        .MainStructure .LeftBar,     .MainStructure .ContentBar {
                padding: 0 !important;
                margin: 0;
        }
        .col-2-left-300{
                margin: 0;
        }
        .row-5-col{
                padding: 0;
        }
        .ContentBar .row-5-col {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                /* margin: 20px 0; */
        }
        div.MainStructure .LeftBar {
                display: flex !important;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                width: 100vw;
        }
        .ContentBar .row-5-col td:nth-of-type(even){
                display: none;
        }
        .bottom-tool{
                display: none !important;
        }
        .row-5-col td:nth-of-type(odd){
                padding: 0;
        }
}
