@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
       --main-width: min(1200px, 100vw);
    --bg-orrange: #dd0000;
    --bg-orrange-light: #5b8fbb;
    --bg-orrange-weight: #004c76;
    --padding-res: 0 16px;
    --color-primary: #004998;
        --color-red: #dd0000;
    --box-category: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        --box-shadow: 0 4px 10px rgb(52 52 52 / 10%);
        --border-radius: 5px;
}
* {
        text-rendering: geometricprecision;
        font-size: 14px;
        line-height: 1.4;
        font-family: Arial;
}
.TopBanner{
        -webkit-filter: grayscale(0) !important;
        -moz-filter: grayscale(0) !important;
        filter: grayscale(0 !important);
}
.page-title{
        font-family: Merriweather;
        font-weight: 700;
        font-size: 22px;
        color: #1B1D2D;
}
.top_adv {
margin-top:20px;
}
.top_adv img{
border-radius: 5px;
        box-shadow: var(--box-shadow);
}
a {
        color: #212529;
        font-size: 14px;
        text-decoration: none;
}
a:hover{
        color: #212529;
}
img {
        border: medium none;
        max-width: 100%;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        z-index: 1000;
        
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
} 
.UIBanner_Default{
background: linear-gradient(to top, #cdd5e7, #fff);
}

.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        background: #fff;
}
.MainStructure .MainContent {
        
        margin: 0 auto;
        padding: 32px 10px;
        vertical-align: top;
        width: 100%;
        max-width: var(--main-width);
}
.MainStructure .LeftBar {
        padding: 0px 20px 10px 0px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0px 0px 0px 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        /* background: #077edd; */
        width: 100%;
}
div.MainStructure .FooterBar {
        width: 100%;
        background: #2b3e65 url(images/bg-footer.png) center;
        background-repeat: no-repeat;
        margin-top: 20px;
}
.MainStructure table.MainContentFull {
        width: 1260px;
        margin: auto;
        max-width: 100%;
}
.MainStructure table.MainContentFull td#ContentBarFull {
        text-align: left;
}
.yhy-append-wrap{
        position: absolute;
        bottom: 0;
        left: 0;
}
.qc-hcc{
 box-shadow: var(--box-shadow);
        margin-top: 15px;
}
.qc-hcc img{
border-radius: 5px;
}
.layout-full-view{
    background: #e8eff785;
    background-color: #f4f6f6;
    background-image: url(https://storage-vnportal.vnpt.vn/vass/event.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.view-fulll-layout2{
	margin-left: 10px;
            padding-bottom: 10px;
}
.page-layout-1:has(.UIShortArticle_Default){
	background: #e9edf5;
}
.NewSteeringControl .Header {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
        height: 50px!important
}
.NewSteeringControl{
box-shadow: var(--box-shadow);
        border: 1px solid #f8fafc;
        border-radius: 5px;
}
.NewSteeringControl .DetailScroll{
	border: none!important;
}
.NewSteeringControl .Header:after {
    content: "";
    height: 2px;
    background: linear-gradient(90deg, #fcdddf 25%, var(--color-red) 50%, #fcdddf 75%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.6s ease;
    flex: 1;
    display: block;
        margin: 0 10px;
}
.NewSteeringControl .Header > a{
    background-size: 20px;
    background-position-x: 5px;
    text-transform: uppercase;
    font-size: 16px!important;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-red)!important;
          background: #fff!important;
        padding: 8px 10px 4px 10px!important;
}
.UIDropdownMenu_Default .DropdownMenu{
height:50px
}
.DropdownMenu{
	background: #fff!important;
            border-bottom: 1px solid #eee;
    box-shadow: var(--box-shadow);
        height:50px
}
.DropdownMenu .TopMenu span{
color: #111!important;
        line-height: 50px!important;
        font-size: 15px!important
}

.DropdownMenu .TopMenuActive{
background: transparent!important;
}
.DropdownMenu .TopMenuActive span{
	  line-height: 50px!important;
        font-size: 15px!important;
                color: var(--color-primary)!important;
}
.DropdownMenu .MenuList li a img{
display: none
}
.DropdownMenu .MenuList .TopMenu:hover, .DropdownMenu .MenuList .TopMenuActive{
	background: transparent!important;
}
.DropdownMenu .MenuList .Dropdown .sub{
	    padding: 8px 15px!important;
}
.DropdownMenu .MenuList .Dropdown .sub span{
line-height: 1.5!important;
}
.button-ft a{
	border: 1px solid #fff;
        padding: 6px 10px;
        border-radius: 5px;
}
.background-tcn:has(.SingleSearch){
	background: #fff5842b;
        margin-top:
                15px; 
        height: 50px!important;
}
.ShortArticle{
height: 50px!important;
        padding-left: 110px!important;
}
.ShortArticle .Title::before {
top: 19px!important;
}
.ShortArticle a.Title {
line-height: 28px!important;
}
.ShortArticle>span.Title{
        padding: 0!important;
position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: url(https://storage-vnportal.vnpt.vn/vass/bg-red.gif);
    color: #ffffff;
    /* font-family: Arial, sans-serif; */
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    padding-left: 5px;
    z-index: 5;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    background-position: right;
    background-repeat: no-repeat;
    text-shadow: 0 0 5px #0000003d, 2px 4px 2px rgb(0 0 0 / 67%), 0px 8px 16px rgb(20 16 16 / 10%);
}
.SingleSearch .SearchBox {
height: 36px!important;
  margin-right: 10px!important;
            border:none!important;
}
.HotnewsControl{
        border-radius: 5px!important;
        box-shadow: var(--box-shadow);
}
.HotnewsControl .Header {
    height: 40px!important;
    background: #0e63bf!important;
        border-radius: 5px 5px 0 0;
}
.HotnewsControl .HotnewsScroll{
min-height: 425px!important;
        border: none!important;
           border-radius: 5px;

}
.HotnewsControl .Header span {
	line-height: 40px!important;
        color: #fff!important;
}
.MultiFunctionControl:has(.time){
background: #082d56;
        color: #d4e8ff;
}
.MultiFunctionControl .time{
text-align: right;
        padding:5px;
        max-width: 1200px;
        margin: auto;
}
/*******/
.skdslider .slide img{
	border-radius: 7px;
}
.media-list .RightCol ul li img{
border-radius: 5px;
}
.skdslider .slide::after{
border-radius: 5px;
}
/************/
.banner-hcc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
        margin-top: 10px;
}
.style-ocean {
    background: linear-gradient(135deg, #2085d5, #1154b6);
}
.hcc-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 99px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px; 
}
.hcc-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: 1;
    filter: grayscale(100%);
    transition: opacity 0.3s;
}
.AdvertContent .banner-hcc .item-inner {
    z-index: 2;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: row !important;
    background: transparent;
    gap: 5px;
}
.AdvertContent .banner-hcc .main-icon.hcc {
    /* position: absolute; */
    left: 45px;
    top: 0;
    width: 100%;
    /* opacity: 0.9; */
    object-fit: contain;
    /* transform: translateX(-50%); */
    width: 20%;
    flex-shrink: 0;
}
 .banner-hcc .item-label {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    z-index: 0;
    color: #ffffff;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0.8px rgb(221 221 221 / 21%);
    text-shadow: 0 1px 2px rgba(3, 68, 148, 0.9), 0 4px 6px rgba(3, 68, 148, 0.75), 0 8px 14px rgba(32, 133, 213, 0.45);
    /* padding: 10px; */
    /* background: #ffffff4f; */
    font-weight: bold;
    /* background: #1f1a1a; */
    /* background: linear-gradient(to top, rgb(0 0 0 / 36%) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%); */
    display: flex;
    /* width: 100% !important; */
    height: 100% !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
.ServiceCategory {
    margin: 20px 0 20px!important;
    background: #fff;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 10px;
}
.ServiceCategory .Title:before{
background:linear-gradient(90deg, #fcdddf 25%, var(--color-red) 50%, #fcdddf 75%)!important;
        height:2px!important;
}
.ServiceCategory .Content:before{
background: #fff!important
}
.ServiceCategory{
	    margin: 20px 0 20px;
}
.ServiceCategory ul li a .border span {
    font: 700 14px / 22px "Merriweather", sans-serif!important;
}
.ServiceCategory ul li{
padding: 8px 0!important;
        border-bottom: 1px solid #eee!important;
}
.ServiceCategory ul li:last-child{
	border: none!important;
}
.ServiceCategory .Title span{
	color: var(--color-red)!important;
}
.FieldControl, .AgencyControl {
background: #fff!important;
        border-radius: 5px;
        box-shadow: var(--box-shadow);
}
.FieldControl .Header {
    border-bottom: 2px solid var(--color-primary);
    line-height: 34px;
    margin: 0 0 10px;
    border-radius: 5px 5px 0 0;
    background: var(--color-primary)!important;
}
.AgencyControl .Header{
    background: var(--color-primary)!important;
        line-height: 34px;
        border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 768px){
        #yhy-append{
                display:none !important;
        }
        .MainStructure .FooterBar {
                width: 100% !important;
        }
        div.MainStructure .fixed {
                padding-top: 15px !important;
                padding-bottom: 40px !important;
        }
        .MainStructure .ContentBanner {
                position: static;
        }
        .bottom-tool{
                display:none;
        }
        .page-title{
                align-items:flex-start !important;
        }
        .MainStructure .ContentBar{
                display:block !important;
        }
        .TabArticleControl{
        	border: none!important;
        }
}
@media (min-width: 1024px) {
        table.MainContent {
                width: 100%;
                table-layout: fixed;
        }
        td#LeftBar {
                width: 72%;
        }
        td#ContentBar {
                width: 28%;
        }
}
@media only screen and (max-width: 768px){
        div.MainStructure {
                max-width: 720px!important;
                margin: auto;
        }
        .table-3-col{
                width: 720px!important;
                margin: auto;
        }
        div.MainStructure .fixed{
                padding-top: 10px!important;
        }
        .MainStructure .LeftBar {
                width: 100vw;
                display: block;
        }
        .MainStructure .ContentBar {
                display: block !important;
        }
        .bottom-tool {
                display: none !important;
        }
        .ContentBar3{
                display: block;
                width: 100%!important;
                padding-left: 15px;
                padding-right: 15px;
        }
        .UIBannerControl{
        	background: transparent!important;
        }
}
@media only screen and (max-width: 1023px) {
        div.MainStructure {
                margin: auto;
                max-width: 960px;
        }
        .MainContent {
                max-width: 100% !important;
                width: 100% !important;
        }
        .MainStructure .TopBar{
                position: relative;
        }


   /**     table.page-layout-3 > tbody > tr {
                display: flex;
                flex-direction: column;
        }**/
}
@media (min-width: 768px) and (max-width: 1023px) {
        table.page-layout-1{
        	table-layout: fixed;
                width: 100%;
        }
        .ArticleMedia{
        	padding: 0 10px;
        }
        table.page-layout-3:has(.ServiceCategory){
        	table-layout: auto;
        }
        .page-layout-3 td.td-layout:has(.ServiceCategory){
        	        width: 30% !important;
        }
        .page-layout-3 td.td-layout:has( .ArticleSlider){
        	width: 70%!important;
        }
        table.page-layout-3{
        	table-layout: fixed;/***************************/
            width: 100%;
        }
        table.page-layout-3 > tbody > tr {
                 display: table-row !important;
        }
         .page-layout-3 td.td-layout{
                display: table-cell!important;
                  width: auto!important;
                 max-width: none !important;
        }
        .table-3-col td.td-layout:nth-child(2){
                padding: 0;
    			width: 0 !important;
                }

        .MainStructure table.page-layout-3 > tbody > tr:has(.UIClockSystem) {
                flex-direction: row;
                display: grid;
                grid-template-columns: 200px 1fr 200px;
        }
        .MainStructure .MainContent > tbody > tr {
                display: flex;
                flex-direction: column;
        }
        .ArticleMediaListControl .media-list {
                flex-direction: row;
        }
        .ArticleMediaListControl .LeftCol{
        /***width:50%!important***/
        }
        .ArticleMediaListControl .media-list .RightCol ul li {
                width: calc(100% - 10px);
        }
        .ArticleMediaListControl .media-list .RightCol ul{
                gap: 10px;
        }
        .MainStructure .DropdownMenu .navbar-button {
                display: none !important;
        }
        .MainStructure  .SingleSearch {
                position: absolute;
                width: 200px;
                top: -44px;
                right: 10px;
        }
        .MainStructure  .UIClockSystem {
                margin: 0 !important;
                height: 38px !important;
        }
        .DropdownMenu {
                position: relative !important;
                height: inherit !important;
                top: unset !important;
        }
        .TopBar.shrink .DropdownMenu {
                position: sticky;
                top: 0;
                width: 100%;
                z-index: 9999;
        }
        .DropdownMenu .MenuList{
                display: flex !important;
                background: var(--color-primary) !important;
                overflow: visible !important;
        }
        .DropdownMenu .MenuList .AdvanceBar .AdvanceBarZone {
                max-width: var(--main-width) !important;
        }
        body .DropdownMenu .MenuList .TopMenu:hover{
                background: transparent !important;
        }
         .page-layout-3 td.td-layout:has(.ArticleSlider) 
        .page-layout-3 td.td-layout:has(.ArticleSlider) {
        	width:70%!important;
        }
        .page-layout-3 td.td-layout:has(.AdvertisementBottomRight) {
        	width: 30%!important;
        }
        .page-layout-3 td.td-layout:has(.UIClockSystem),  .page-layout-3 td.td-layout:has(.UIWeatherForcast){
        	width:28%!important;
        }
        /*************************************************************************/
        .page-layout-5 table {
        table-layout: fixed !important;  /* không bị co dãn đột ngột */ 
        width: 100% !important;          /* full container */
                
            }

    .page-layout-5 table th,
    .page-layout-5 table td {
        display: table-cell !important;  /* đảm bảo ngồi trên 1 hàng */
        white-space: nowrap;             /* không wrap xuống hàng */
    }
                /*************************************************************************/
       .TabArticleControl {
               width:auto!important     
        }
        .page-layout-5 td {
            display: table-cell !important;
        }
        .MultiFunctionControl{
        	width: auto!important;
        }
        .UITabArticle_tinhuysingletab{
        	padding-right: 0!important
        }
        table.page-layout-5 td:nth-child(1), table.page-layout-5 td:nth-child(3){
        	width:35%!important;
        }
       
         table.page-layout-5 td:nth-child(2), table.page-layout-5 td:nth-child(4){
        width: 0!important
        }
        .MultiFunctionControl{
        	padding: 0 10px!important;
        }
        .MainContent {
                max-width: 100% !important;
                width: 100% !important;
         }
        .MainContent .LeftBar{
        	width: 70%!important;
        }
        .MainContent .ContentBar {
            vertical-align: top;
            padding-right: 10px;
            width: 30% !important;
        }
        .MainStructure .MainContent > tbody > tr {
                display: flex;
                flex-direction: row!important;
        }  
        .page-layout-3_2:has(.SingleTab){
        	 table-layout: fixed !important;  /* không bị co dãn đột ngột */ 
        width: 100% !important;          /* full container */
        }
        .page-layout-3_2 .td-layout:has(.SingleTab){
        	width: 50%!important;
                display: table-cell !important;  /* đảm bảo ngồi trên 1 hàng */
        }
        .ListControl{
        	padding: 0 10px!important;
        }
        .ListControl .List table td {
            border: 1px solid #ddd!important;
        }
        .ListControl .List table td a{
        	font-weight: normal!important
        }
        .table-3-col td.td-layout:has(.UIWeatherForcast) {
                table-layout: fixed ;
                width: 50% !important;
                /* max-width: 50% !important; */
                display: table-cell;
            }
        .MainStructure .SingleSearch {
                position: absolute;
                width: 200px;
                top: -4px;
                right: 10px;
            }
        
}
