@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
        --primary: #b90e01;
}

* {
        text-rendering: geometricprecision;
        outline: none;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
}
img[src=""], img:not([src]) {
    content: url(images/noimage.png);
}
.mt-30{
margin-top: 30px;
}
.mt-20{
margin-top: 20px;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #444;
        text-decoration: none;
        font-size: 15px;
}
a:hover {
        color: #0056b3;
        text-decoration: none;
        font-size: 15px;
}
img {
        border: medium none;
        max-width: 100%;
}
.UIBannerControl img{
	max-height:125px !important;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 100%;
        /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
        background: #fff;
        display: flex;
        margin-bottom: 10px;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: justify;
        width: 100%;
        min-height: 50px;
        background: #0072bc;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 0;
}
.MainStructure .ContentBar1 {
    text-align: justify;
    vertical-align: top;
    padding: 10px 10px 10px 5px;
}
.MainStructure .LeftBar1 {
    text-align: justify;
    vertical-align: top;
    padding: 10px 5px 5px 10px;
}
.MainStructure .MainContent {
        background: none repeat scroll 0 0 #fff;
        /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
        display: inline-table;
        /* margin: 0 auto; */
        vertical-align: top;
        width: 1296px;
        min-height: 50px;
}
.MainStructure .LeftBar {
        padding: 35px 15px 15px 15px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        text-align: justify;
        vertical-align: top;
        padding: 10px;
}
.MainStructure .FooterBanner {
        background: #e18227;
        min-height: 180px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 1296px;
        position: relative;
        background: url(https://storage-vnportal.vnpt.vn/vnportal-tw/themes/default/panelstylesheet/top-twocolumn-footer/images/bg-footer.png) no-repeat center;
}
::-webkit-scrollbar {
        width: 10px;
        height: 10px;
}
::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
.UIScriptEmbed_Default{
display: none !important;
}
@media only screen and (max-width: 768px){
        .MainStructure .TopBanner {
                margin: 0;
        }
        .MainStructure .MainContent {
                max-width: 100%;
        }
        .MainStructure .FooterBar {
                padding: 10px !important;
                padding-top: 10px !important;
        }
        .MainStructure .ContentBar {
        padding: 0px;
}
.MainStructure .ContentBar1 {
    padding: 0;
}
.MainStructure .ContentBanner {
        display: flex;
        width: 100%;
         justify-content: center;
}
.MainStructure .LeftBar1 {
    padding: 0;
}
}

.DropdownMenu .MenuList .TopMenu a span {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

div .DropdownMenu .MenuList .TopMenuActive a,
div .AdvertContent .title-bando span,
div .CopyRight .CopyRightText,
div .UITabArticle_default2 .MultipleTabExt .Wrap .LeftCol .first p,
div .UITabArticle_default2 .MultipleTabExt .Wrap .LeftCol .next li a,
div .UITabArticle_default2 .MultipleTabExt .Wrap .RightCol ul li a:nth-child(2),
div .SliderFeature .ArticleList li a,
div .UIClockSystem .clock,
div .ShortArticle marquee .block-row p a {
  font-size: 15px;
}


div .UITabArticle_default1 .MultipleTabExt .Wrap .LeftCol .first .title a{
font-size: 15px;
}
div .UIFooterControl .CopyRight .title,
div .UITabArticle_default1 .MultipleTabExt .Header .HeadWraper .Primary span a{
	font-size: 16px;
}
div .AudioLibraryControl .ListFile .tblSimList a {
  font-size: 15px;
}
div .AudioLibraryControl .Title span {
  font-weight: normal;
  font-size: 20px;
}

div .OnlineCounter .Header span,
div .YoutubePlayer .Header .Text,
div .ImageCategory .title > span,
div .WebLink .HeadLink .Title {
  font-size: 15px;
  text-transform: uppercase;
}

.ShortArticle marquee .block-row p a {
  display: none;
}
