
:root{
    --bg-blue: #0068B4;
    --bg-blue-light: #5b8fbb;
    --bg-blue-weight: #004c76;
     --color-blue: #0068B4;
     --color-blue-light: #0471b6;
        --padding-res: 0 16px;
}
.MainStructure td.LeftBar {
    vertical-align: top;
}
.MainStructure [type="pagelayout"] .layout-2col {
    height: unset;
}
.MainStructure .ContentBanner > table {
    max-width: 1200px;
}
.MainStructure .layout-1-flex div.flex-content >div[type="zone"] {
display: flex;
}
a:hover {color: var(--color-blue) !important;}


.MainStructure  .layout-1-flex div.flex-content .flex-content div[type=zone] {
    display: flex;
}
.MainStructure  .layout-1-flex div.flex-content {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    z-index: 100;
    position: absolute;
    justify-content: end;
}
.MainStructure  .layout-1-flex div.flex-content, .MainStructure .layout-1-flex, .MainStructure .layout-1-flex .zone {
    width: 100%;
}
.MainStructure:first-child .ContentBar:first-child {
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; */
}
td:has(>.UIBannerControl) {
    position: relative;
}
a {
    color: #031739;
    text-decoration: none;
    line-height: 1.4;
}
img {
    border: medium none;
    max-width: 100%;
} 
figure.image-wrapper{
        overflow: hidden;
        display: inline-block;
        margin: 0;
}
.ContentBanner .infographic-container-fluid {
    width: 100%;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}
.ContentBanner .infographic-container-fluid:not(:empty) {
    /* background: #EEF2F8; */
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.MainStructure .ContentBanner {
    display: flex;
    /* position: relative; */
    width: 100%; 
    z-index: 1;
    background-size: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: table;
    margin: 0 auto;
    padding: 10px;
    vertical-align: top;
    width: 100%;
    min-height: 0px !important;
}
.MainStructure:first-child .LeftBar {
padding: 20px 20px 10px 0px;
text-align: justify;
vertical-align: top;
padding-top: 0;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.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 var(--color-blue);
}

.layout-2col{
    width: calc(100vw - 4px);
    margin: 0 calc((1200px - 100vw ) / 2);
    background: #F6F6F8;
    height: 40px;
    display: block;
    /* margin-top: 45px; */
    /* margin: 0 auto; */
    /* margin-top: 45px; */
    /* margin-bottom: 40px; */
    /* position: absolute; */
    z-index: 1;
}
.layout-2col>tbody{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.layout-2col>tbody>tr{
    display: flex;
    width: 100%;
    /* justify-content: flex-end; */
    /* margin: 0 auto; */
}
.layout-2col>tbody>tr>td.col1, .layout-2col>tbody>tr>td.col2{
    display: block;
}
.layout-2col>tbody>tr>td.col1{
    min-width: 150px;
}
.layout-2col>tbody>tr>td.col2{
    flex: 1;
}
.layout-2col + table{
    /* margin-top: 85px; */
}
.col-100vw{
    width: calc(100vw - 4px);
}
::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #CCCCCC;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #6c757d59;
}
td#ContentBar1 {
    padding: 0;
}
.MainStructure .ContentBar>table>tbody>tr>.col1,  .MainStructure .ContentBar>table>tbody>tr>.col2{max-width: 1200px;/* width: 100%; */border-top: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1190px){
    .MainStructure .LeftBar{
            max-width: calc(100vw - 300px);
    }
  
    .MainStructure .TopBanner{
            width: 100vw;
    }
}
@media only screen and (max-width: 1024px){
    div.MainStructure .fixed {
            padding-top: 10px !important;
    }
   div.MainStructure:first-child .LeftBar {
        padding-top: 10px;
    }
    .MainStructure .MainContent{
            width: 100%;
            max-width: 100%;
    }
    .MainStructure .layout-1-flex div.flex-content, .MainStructure .layout-1-flex, .MainStructure .layout-1-flex .zone{
            width: 100vw;
    }
    .row-5-col > td {
            max-width: 335px !important;
    }
    .MainStructure .ContentBanner {
            /* padding: 5px; */
            /* width: 100vw; */
    }
    div.MainStructure .LeftBar tr.tr-col3 > td {
            max-width: 350px;
    }
    div.MainStructure .ContentBar tr td>.col1, div.MainStructure .ContentBar tr td>.col2{
max-width: 1200px;
width: 100% !important;
}
    .layout-2col>tbody{
        width: 100vw;
        margin: auto;
    }
}
@media only screen and (max-width: 768px){
    div.MainStructure .LeftBar tr.tr-col3 > td, .row-5-col > td {
            max-width: 100vw !important;
    }
    .MainStructure .ContentBar>table>tbody>tr.col70{
        flex-direction: column-reverse;
    } 
    .MainStructure .layout-1-flex{
            position: absolute;
            top: calc(10vh + 20px);
            width: 85vw;
            display: none;
    }
      .MainStructure .layout-1-flex .flex-content{
            max-width: 100%;
    }
    .MainStructure .TopBar{
        margin: 0;
    }
    .layout-1-sticky{
        position: unset !important;
    }
    .layout-2col{
        display: none;
    }

    .layout-2col + table{
        margin: 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .MainStructure {
    width: 100vw;}
    .MainStructure .TopBanner {
    width: 100%;}
    .MainStructure .ContentBar{
            width: calc(30% - 20px);
    }
    .MainStructure .LeftBar{
            width: 70%;
    }
    .MainStructure tr.tr-col3{
            display: flex;
            flex-wrap: wrap;
    }
    .MainStructure tr.col70,  .MainStructure tr.col50{
        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        /* justify-content: center; */
    }
    .MainStructure tr.col70 td, .MainStructure tr.col50 td{
            display: block;
            width: auto !important;
            padding: 0 !important;
    }
    .MainStructure tr.col70 td:first-child{
        width: 30% !important;
    }
    .MainStructure tr.col70 td:nth-child(2){
        width: 70% !important;
    }
    .layout-2col{
        margin-left: 0 !important;
        width: 100vw;
        overflow: hidden;
        /* margin-left: calc((1200px - 100vw ) / 2) !important; */
    }
    .MainStructure .layout-1-flex div.flex-content{
        /* align-items: flex-end; */
        justify-content: center;
    }
    .MainStructure .ContentBanner, .MainStructure .ContentBanner>table
    , .MainStructure .ContentBanner .MainContent>tbody>tr>td>table{
        width: 100vw;
        max-width: 100vw !important;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
   .col-2-left-300{
       width: 100vw;
       flex-wrap: wrap;
   }
    .col-2-left-300>td:nth-child(1){
        width: calc(70% - 61px) !important;
    }
    .col-2-left-300>td:nth-child(2){
        width: calc(30%) !important;
    }
}
@media only screen and (max-width: 768px){
    .MainStructure  .layout-1-flex div.flex-content {
            display: block !important;
    }
   tr.col50 {
            display: flex;
            flex-direction: column;
   }
        tr.col50 > td {
            width: 100% !important;
        }
    tr.tr-layout > td{
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    .col-100vw{
        width: 100vw;
    }
    
}