@font-face {
  font-family: MyriadProRegular;
  src: url(/Fonts/MyriadProBold/MyriadProRegular.ttf);
}

*{
  font-family: MyriadProRegular !important;
}

body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    /* background: rgba(0, 0, 0, 0) url("images/top.png") repeat-x scroll left top;*/
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 100%;
}
table:nth-of-type(1) {
    background-color: #207ae369; /* Màu nền bạn muốn */
}
.MainStructure .TopBar {
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 1160px;
}
.MainStructure .ContentBanner {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    display: inline-table;
    margin: 0 auto;
    padding: 8px 0;
    vertical-align: top;
    width: 1160px;
}
.MainStructure .LeftBar {
    padding: 0 15px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #fff none repeat scroll 0 0;
    /* border-top: 6px solid #0084E8; */
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: justify;
    width: 100%;
}

@media only screen and (max-width: 768px){
        .MainStructure .ContentBar .MenuListofSite ul.parent li a {
            width: 80% !important;
            padding: 0 !important;
            text-align: left;
            height: 100% !important;
            line-height: 1.4 !important;
        }
        
        .MainStructure .ContentBar .SingleArticle #table-diem td, #table-diem th {
            border: 1px solid #ddd;
            padding: 8px;
            word-break: break-word;
        }
        
        .MainStructure .TopBar .SliderFeature .LeftPanel {
            height: 85vw !important;
        }
}
.AdvertisementBG{
display:none;
}