<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-57e3e22f-c568-1df6-c112-ff0cce6f0088 {
font-family: Inter !important;
}
:root{
--menu-color:#0e67b5;
--primary-color: #165FA0;
}
.plain .link-https, .article-content p a{
color:var(--primary-color);
}
.management-bar .container-fluid .navbar-nav .nav-item {
align-items:center;
}
.management-bar-light .navbar-nav .nav-link{
color: #333!important;
}
.breadcrumb-text-truncate{
text-decoration: none;
color: #333;
}
.card-section-header, .navbar-text-truncate, .text-truncate, .management-bar .container-fluid .navbar-nav .nav-item .nav-link span, .nav-item .dropdown .nav-link-monospaced svg, .lexicon-icon-info-circle-open{
color: #333;
}
.bullet-list.active-submenu{
padding: 0;
}
.category-news .category-read .col-md-12{
margin-bottom: 18px;
}
.g-recaptcha{
display: flex;
    justify-content: center;
    margin-top: 26px;
}
.input-wrapper{
display:flex;
	align-items:center;
	width: 100%;
    margin: 24px 0;
}
.modal-cmt {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}
.input-cmt{
width: 145px;
    display: flex;
    align-items: flex-start;
}
.banner-header-mobi{
display:none!important;
}
.autofit-col{
display:none;
}
.mySwiper {
  --swiper-navigation-color: #ff6600;
 --swiper-navigation-size: 40px;  
}
.carousel button{
 border: 1px solid;
}

.vjs-poster img{
    object-fit: fill!important;
}
.video-name{
margin-top: 16px;
}
swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    
.image-main img{
  width: 100%;	
}
.list-style{
 margin: 20px 0;
}

.image-main{
padding-bottom:20px
}
.see-more-main{
 margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.see-more-image{
    background: #fff;
    border: 1px solid #59595933;
    padding: 4px 12px;
    font-family: sans-serif;
}
.see-more-image:hover{
 background-color:#e4e4e4;
}
.image-main {
            display: none;
        }

        .image-main.visible {
            display:block;
        }
.slide-content {
    position: relative;
    width: 100%;
}
swiper-slide img{
 width: 100%;
height: 600px;
}
.slide-title-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: start;
	  font-size: 20px;
	  font-family: sans-serif;
}
.slide-title-image a{
 color: #fff
}
.image-title {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.list-style{
		justify-content: center;
		gap: 6px;
	}
	.visible img{
	    height: 118px;
	}
	swiper-slide img{
	height: 300px!important;
	}
	.slide-title-image{
	 font-size: 14px;
	}
}
a{
color: #333;
    font-family: sans-serif;
}
a:hover{
text-decoration: none;
color: #333;
}
.titles{
    display: flex;
    align-items: center;
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}
        header-rule {
            background-color: #fff;
            padding: 15px 0;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .logo-titleVB {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .logo {
            width: 50px;
            height: 50px;
        }
        
        .logo-titleVB span {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: bold;
        }
        .logo-title span {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: bold;
        }
        .search-container {
            margin: 20px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }
        
        .search-label {
            font-weight: bold;
                min-width: 80px;
    text-align: center;
    align-items: center;
    display: flex;
        }
        
        .search-input {
            flex: 1;
            min-width: 300px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .search-button {
            background-color: #0066ff;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
        }
        
        .advanced-search {
            color: #333;
            text-decoration: none;
            margin-left: 10px;
            font-weight: normal;
        }
        
        .advanced-search:hover {
            text-decoration: none;
        }
        
        .table-container {
            overflow-x: auto;
            width: 100%;
            margin-top: 20px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
        }
        
        th {
            background-color: #eef1f7;
            padding: 12px;
            text-align: left;
            border: none;
            color: #666;
            font-weight: bold;
        }
        
        td {
            padding: 15px 12px;
            border-bottom: 1px solid #eee;
            vertical-align: top;
        }
        
        .number-column {
            width: 5%;
            text-align: center;
        }
        
        .code-column {
            width: 20%;
        }
        
        .date-column {
            width: 15%;
        }
        
        .summary-column {
            width: 60%;
        }
        
        .action-links {
            margin-top: 10px;
        }
        
        .action-links a {
            color: #333;
            text-decoration: none;
            margin-right: 20px;
            font-weight: bold;
            font-size: 14px;
        }
        
        .action-links a:hover {
            text-decoration: none;
        }
        
        /* Mobile card view for smaller screens */
        .document-cards {
            display: none;
        }
        
        .document-card {
            background-color: #fff;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 15px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .document-card-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        
        .document-card-number {
            font-weight: bold;
            background-color: #eef1f7;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .document-card-title {
            color: #0066ff;
            font-weight: bold;
        }
        
        .document-card-meta {
            margin-bottom: 10px;
        }
        
        .document-card-meta div {
            margin-bottom: 5px;
        }
        
        .document-card-label {
            font-weight: bold;
            color: #666;
        }
        
        .document-card-actions {
            display: flex;
            gap: 15px;
            margin-top: 15px;
        }
        
        @media (max-width: 992px) {
            .search-label {
                min-width: 80px;
            }
            
            .search-input {
                min-width: 200px;
            }
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 20px;
            }
            
            .search-container {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .search-input {
                width: 100%;
                min-width: 100%;
            }
            
            .advanced-search {
                margin-left: 0;
                margin-top: 10px;
                display: block;
            }
            
            /* Hide table on mobile */
            .table-container {
                display: none;
            }
            
            /* Show cards on mobile */
            .document-cards {
                display: block;
                margin-top: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .logo {
                width: 40px;
                height: 40px;
            }
            
            h1 {
                font-size: 18px;
            }
            
            .document-card-actions {
                flex-direction: column;
                gap: 10px;
            }
            
            .document-card-actions a {
                display: block;
            }
        }
.child_ten_Chinh a img{
   object-fit:cover;
}
.box-right1 img{
object-fit:cover;
}
.sidebar-section{
    border: 1px solid #9797974D;
    padding: 10px 10px;
}
.titles a{
   color: var(--primary-color)!important;
}
.vbbh{
    border: 1px solid #9797974D;
    padding: 10px 10px !important;
    margin-left: 14px;
}
.vbbh::before {
    background: var(--primary-color);
    margin-bottom: 3px;
    position: absolute;
    right: 0;
    width: calc(100% - 172px);
    height: 0.1rem;
    top: 19px;
}
.vbbh::after {
    background: var(--primary-color);
    position: absolute;
    right: 0;
    width: calc(100% - 172px);
    top: 22px;
    height: 0.1rem;
}
.vbbh::before, .vbbh::after {
    content: "";
    flex: 1;
    margin-left: 10px;
}
.vbbh-item-number {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 38px;
    min-width: 20px;
  margin-right: 10px;
}

.vbbh-item-text{
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
    text-align: justify;
}
.vbbh-item-text a{
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.vbbh-item-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: calc(100% - 4px);
    width: 1px;
    background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
    background-size: 1px 17px;
}
.category-header{
    padding: 
 0px 0 9px 9px !important;
}
.category-list {
    scrollbar-width: thin!important;
}

.journal-content-article{
    padding: 0 15px 20px 15px;
}
.category-link{
font-weight:600;
}
.category-main .news-category{
margin-top:0;
}

.avatar-group img{
    object-fit: cover;
width: 100%;
}
.breadcrumb {
 margin-top:0!important;
border-bottom: 2px solid var(--primary-color);
padding-bottom: 0;
margin-bottom: 8px;
margin-left: -2px;
}
.slider-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            padding-bottom: 48px;
        }

        .slider-container {
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            background-size: cover;
            width: 100%;
        }

        .background-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("[resources:new2]") no-repeat center center;
            background-size: cover;
            background-image: radial-gradient(circle, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("[resources:new2]");
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .slide {
            flex: 0 0 100%;
            padding: 0 15px;
            box-sizing: border-box;
            position: relative;
        }

        .slide img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: 4px;
        }
       .slide .date-time{
    padding: 14px 16px!important;
color: #fff!important;
}
        .slide-title {
            position: absolute;
            bottom: 30px;
            left: 15px;
            right: 15px;
            color: white;
            padding: 15px;
            margin: 0;
            font-size: 26px;
            text-decoration: none;
            font-family: sans-serif;
            font-weight: 700;
            line-height: 32px;
            letter-spacing: 0%;
        }
        
        .date-time {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            color: white;
            padding: 15px;
            margin: 0;
            font-size: 16px;
            text-decoration: none;
        }
        .slide a:hover {
            cursor: pointer;
            text-decoration: none;
 color: #fff
        }
        

        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 16px;
            color: rgba(0, 0, 0, 0.5);
            font-weight: bold;
            font-size: 18px;
            background: #faf1e2;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        .next {
            right: 20px;
        }

        .prev {
            left: 20px;
        }

        .dots-container {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
					margin-bottom:10px
        }

        .dot {
            cursor: pointer;
            height: 10px;
            width: 10px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            border: 1px solid var(--primary-color);
        }

        .dot.active {
            background-color: white;
        }

        .peek-slide {
            position: absolute;
            top: 0;
            width: 15%;
            height: 100%;
            display: flex;
            align-items: center;
            z-index: 5;
        }

        .peek-left {
            left: 0;
        }

        .peek-right {
            right: 0;
        }

        .peek-slide img {
            display: none;
        }
        
        .header-multi {
            display: flex;
            align-items: center;
            position: relative;
            margin: 32px 0 20px 0;
            padding: 35px 0 10px 0;
margin-left: 20px;
justify-content: space-between;
        }

        .header-multi::before,
        .header-multi::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px; 
            background-color: #fff; 
        }

        .header-multi::before {
            top: 0; 
        }

        .header-multi::after {
            top: 8px;
            background-color: #fff; 
        }

        .header-multi h2 {
            margin: 0;
            font-size: 18px;
            display: flex;
            align-items: center;
            font-family: sans-serif;
            font-weight: 700;
            line-height: 22px;
            text-align: center;
        }
        
        .header-multi img {
            margin-right: 6px;
        }
        
        .header-icons {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-left: 12px;
        }
        
        .media-type {
            color: #fff;
            display: flex;
            align-items: center;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s;
            padding: 5px 10px;
        }
        
        .media-type img {
            margin-right: 5px;
            width: 20px;
            height: 20px;
        }
        
        .media-type.active {
            opacity: 1;
            border-bottom: 2px solid #fff;
        }
        
        .container-header {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .slider-container .tab-content {
            display: none;
        }
        
        .slider-container .tab-content.active {
            display: block;
        }
.leadership-section {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.leadership-title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.leadership-title img {
    width: 32px;
    height: 32px;
}

.leadership-title h2 {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin: 0;
    color: #333;
}

.leadership-list {
       display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
}
.leader-card:last-child{
   margin-right: 0!important;
}
.leader-card {
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0;
    border-radius: 0;
    box-sizing: border-box;
	  background-image: url("[resources:backgroundbld]");
    margin-right: 14px;
}

.leader-card:hover {
    transform: translateY(-3px);
}
.leadership-list a{
  text-decoration:none!important;
}

.card-image {
    width: 90px;
    height: 98px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 8px 5px;
    text-align: center;
    background-color: transparent;
}

.title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
}

.name {
    display: block;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
	  color: #333
}

.leadership-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.is-mobile{
	display: none !important;
}
.is-desktop{display: block !important;}
@media screen and (max-width: 767px) {
  .is-mobile{
	display: block !important;
}
  .is-desktop{display: none !important;}
    .leadership-title {
        width: 100%;
        justify-content: center;
    }
    .leadership-section {
        padding: 10px 10px 6px 10px !important;
     }
    .leadership-list {
        display: flex!important;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 10px 0;
        gap: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }
    
    .leadership-list::-webkit-scrollbar {
        display: none;
    }
    
    .leader-card {
        flex: 0 0 auto;
        width: 175px;
        margin-bottom: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 10px 5px;
    }
    
    .card-image {
        height: 80px;
        width: 80px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .card-content {
        background-color: transparent;
        padding: 5px 0;
    }
    
    .title {
        font-size: 12px;
        color: #333;
        text-align: center;
    }
}



.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}
.content span{
    font-family: sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px!important;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.grid-menu{
        margin: 0 !important;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .background-img{
        width: 172px !important
    }
    .content img{
        width: 40px;
    }
    .content span{
        font-size: 13px!important;
    }
}
.news-slider {
    position: relative;
    padding: 20px 0;
}

.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
	  
}
.news-block-content{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block-content b{
   font-weight: 100;
}
.news-list:last-child {
    border-bottom: none;
}
.news-list:first-child {
    border-top: none;
	  padding-top:0!important;
}
.news-imagemd3 {
    width: 132px;
    height: 92.5px!important;
    object-fit: cover;
}

.news-content {
    flex: 1;
}

.news-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.news-date span{
    margin-right: 6px;
}


.main-content .title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 10px;
    text-align: justify;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #c7b2b7;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 20px;
    color: #354E9E;
}
.carousel-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #003876;
    text-align: start;
    padding: 10px 0;
}
.date-time {
    color: #000;
    padding: 5px 0px;
    margin: 10px 0!important;
}
.news-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-container-special {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.avatar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-icon {
    max-width: 100%;
	height:400px
}

.news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.news-title a{
font-size:15px!important;
    color: #333333;
	  text-decoration: none;
	  display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-carousel{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.news-time {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.news-time span{
    margin-right: 6px;
}
.logo-news{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.news-logo{
    width: 62px;
    height: 62px;
    top: 293px;
    left: 1402px;
    gap: 0px;
    opacity: 0px;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.section-title p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.advertise-mobi{
    display: none;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}


.background-img{
        width: 188px!important;

}
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}

.h2 a{
	color:#333333;
	text-decoration:none;
font-family:"Inter";
}
 @media screen and (max-width: 767px) {
    .col-md-3.news-container{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next{
        top: 32%;
    }
    .container-fluid{
        padding: 0;
        margin: 0 auto;
    }
    .container{
        padding: 0 13px;
        margin: 0 auto;
    }
    .carousel-caption{
        padding: 8px 15px 20px 12px;
    }
    .news-carousel{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption h5{
        font-size: 16px !important
    }
    .block-title h2{
        font-size: 16px !important
    }

    .leadership-section{
        padding: 0 10px;
    }
    .leadership-title h2{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .leadership-title{
        width: 332px!important;
        margin-left: 8px!important;
    }
    .leader-card img{
        height: 109px !important;
    }
    .block-title{
        width: 100%!important;
    }
    .block-title h2{
        text-align: left!important;
        text-transform: uppercase;
    }
    .news-block .news-box:nth-child(n+3) {
        display: none!important;
    }
    .news-advertisement{
        display: none;
    }
    .news-block{
        display: block!important;
        margin-top: 10px;
    }
    .news-box-special{
        display: flex;
    }
    .news-box-special img{
        height: 73px!important;
    }
    .news-block-title{
        font-size: 16px!important;
        line-height: 19px!important;
    }
    .news-content{
        margin-left: 7px;
    }
    .news-block .news-box{
        border-bottom: 1px solid #d9d8d8;
    }
    .news-block .news-box:nth-child(2){
        border-bottom: none !important
    }

    .block-remove{
        display: none;
    }
    .slider-container{
        margin-top: 20px;
    }
    .main-slide{
        margin-bottom: 10px;
    }
    .grid-container{
        display: block!important;
    }
    .main-slide-img{
        height: 208px!important;
        width: 100%!important;
    }
    .thumbnail-grid{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .thumbnail-grid .thumbnail:nth-child(n+5) {
        display: none !important;
    }
    .thumbnail-img{
        height: 121px!important;
    }
    .multi-title{
        -webkit-line-clamp:3!important;
    }
    .header-multi{
        display: block!important;
    }
    .header-multi h2{
        margin-bottom: 5px !important
    }
    .header-icons{
        margin-left: -9px;
    }

    .advertise-mobi {
        display: block!important;
    }
    .block-organization-container{
        display: block!important;
    }
    .org-child{
        flex-direction: column;
    }
    .img-org{
        width: 100%!important;
    }
    .org-title{
        margin: 0!important;
    }
    .news-container-special .news-content{
        margin: 0!important;
    }
    .org-item{
        display: flex!important;
    }
    .block-culture h2{
        font-size: 16px !important;
    }
    .block-organization h2{
        font-size: 16px !important;
    }
    .block-politics h2{
        font-size: 16px !important;
    }
    .block-economy h2{
        font-size: 16px !important;
    }
    .block-organization h2{
        font-size: 16px !important;
    }
    .block-infor h2{
        font-size: 16px !important;
    }
    .org-news{
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .org-image{
        height: 76px !important;
    }
    .org-content{
        margin-left: 10px;
        margin-top: -2px!important;
    }
    .block-organization{
        width: 100%!important;
    }
    .org-child .org-list:not(:last-child){
        border-bottom: 1px solid #d9d8d8;
        padding-bottom: 10px;
    }
    .block-organization-content{
        margin-bottom: 30px!important;
    }
    .document-table th,td,p{
        font-size: 14px;
    }
    .document-table th:first-child {
         width: 92px;
    }
    
    .document-table th:nth-child(2) {
        width: 100px;
    }
    .doc-title{
        font-size: 13px!important;
    }
    .grid-menu{
        margin: 0!important;
        padding-bottom: 20px;
    }
    .background-img{
        width: 172px !important
    }
    .content img{
        width: 40px;
    }
    .content span{
        font-size: 13px!important;
    }
    .carousel-mobi{
        padding: 0;
    }
 }

.panels-container {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* Search panel */
.search-panel {
    background: #f5f5f5;
    padding: 40px 0;
    display: none;
    border-bottom: 1px solid #ddd;
}

.search-panel.active {
    display: block;
}

.search-form {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 0 15px;
justify-content:center;
}

.search-form input {
    flex: 1;
    padding: 12px 20px;
    border: none!important;
    outline: none;
    font-size: 16px;
}

.search-form button {
    padding: 12px 25px;
    background: #f5504b;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

/* Menu panel */
.menu-panel {
    background: #fff;
    padding: 30px 0 0 0;
    display: none;
    border-bottom: 1px solid #ddd;
}

.menu-panel.active {
    display: block;
}

.menu-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0!important;
    padding: 0 20px;
   
}

.menu-category {
    margin-bottom: 20px;
}

.menu-category h3 {
    color: #f5504b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.menu-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-category li {
    margin-bottom: 10px;
}

.menu-category a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.menu-category a:hover {
    color: #003876;
}

@media (max-width: 991px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }
}
/* Login panel */
.login-panel {
    background: #f5f5f5;
    padding: 30px 0;
    display: none;
    border-bottom: 1px solid #ddd;
}

.login-panel.active {
    display: block;
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-container h3 {
    text-align: center;
    color: #003876;
    margin-bottom: 25px;
    font-size: 24px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.login-form input:focus {
    border-color: #003876;
    outline: none;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.forgot-password {
    font-size: 14px;
    color: #003876;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    padding: 12px;
    background: #003876;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.login-btn:hover {
    background: #002d5f;
}

.register-link {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.register-link a {
    color: #003876;
    text-decoration: none;
}

.register-link a:hover {
    text-decoration: underline;
}


.container {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-title {
    font-family:"Inter";
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    display: flex;
    color: #666;
    flex-wrap: wrap;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-content {
    display: flex;
    gap: 10px;
    width: 100%;
}

.title-header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb-content p {
    white-space: nowrap;
margin: 0;
padding-bottom: 2px;
}
.breadcrumb-content p  a{
    color: #333;
    text-decoration: none;
}
.main-content {
    flex: 1;
}

.metadata {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.article-summary {
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    text-align: justify;
}
.article-content p{
font-size: 15px;
	line-height: 25px;
}
.article-image {
    width: 100%;
    margin-bottom: 10px;
}

.image-caption {
    color: #666;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.article-paragraphs {
    margin-top: 20px;
}

.article-paragraph {
    margin-bottom: 15px;
    text-align: justify;
}
.toolbar-main{
    display: flex;
}

/* Tags styling */
.tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: center;
}

.tag-icon {
    color: #666;
}

.tag {
    background-color: #f5f5f5;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: background-color 0.2s;
}

.tag:hover {
    background-color: #e0e0e0;
}

.comment-section {
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.comment-input {
    width: 100%;
    padding: 1rem;
    padding-right: 8rem;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    resize: none;
    background-color: #f7f8fc;
}

.comment-button {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 4px 10px;
    background-color: #abaaa8;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.comment-button:hover {
    background-color: #b0b3b8;
}

.facebook-like {
    margin-bottom: 15px;
}
.social-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: sans-serif;
}

.fb-button {
    /* display: flex; */
    /* align-items: center; */
    background-color: #1877f2;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 0 8px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
}

.like-count {
    padding-left: 6px;
    color: #fff;
    font-size: 14px;
}

.thumb-icon {
    margin-right: 4px;
    font-size: 14px;
}

.share-button {
    background-color: #1877f2;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 0 8px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    font-family: sans-serif;
}

.share-button:hover,
.fb-button:hover {
    background-color: #166fe5;
}
.news-relate{
    margin: 20px 0;
}
.title-relate{
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 20px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
}
.news-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin: 20px 0;
}
.relate-img img{
    max-width: 314px;
}
.catogory-img{
    display: flex;
}
.catogory-img a{
color:#333333;
	text-decoration:none;
	font-size:17px;
}
.catogory-img img{
    aspect-ratio: 9.5 / 8;
    height: 156px;
	    object-fit: cover;
}
.catogory-container-special{
    border-bottom: 1px solid #d9d8d8;
    padding-bottom: 16px;
    margin-bottom: 10px;
}
.catogory-container-special:last-child{
    border-bottom: none;
}
.news-main{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.section-header {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-header::before,
.section-header::after {
    content: "";
    flex: 1;
    height: 1px;
    /* Độ dày của mỗi đường */
    margin-left: 10px;
}


.section-header::after {
       background: var(--primary-color);
    position: absolute;
    right: 0;
    width: calc(100% - 216px);
    top: 13px;
    height: 0.1rem;
}
.section-web {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-web::before,
.section-web::after {
    content: "";
    flex: 1;
    height: 1px;
    margin-left: 10px;
}

.section-web::before {
    background: var(--primary-color);
    margin-bottom: 3px;
    position: absolute;
    right: 0;
    width: calc(100% - 170px);
    height: 1.5px;
}

.section-web::after {
    background: var(--primary-color);
    position: absolute;
    right: 0;
    width: calc(100% - 170px);
    top: 14px;
    height: 1.5px;
}

.most-read-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.most-read-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    position: relative;
}

.most-read-number {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 38px;
    min-width: 20px;
}

.most-read-title {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
}

.most-read-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: calc(100% - 4px);
    width: 1px;
    background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
    background-size: 1px 17px;
}

.website-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
}
.toolbar {
    position: sticky;
    top: 58px;
    padding: 2px 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 40px;
    align-items: center;
    margin-left: 9px;
    margin-top: 6px;
    margin-right: 14px;
    z-index: 100;
    align-self: flex-start;
    height: fit-content;
}
.toolbar-top{
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
}
.toolbar-change{
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    padding: 3px;
    border-radius: 20px;
    gap: 20px;
}
.toolbar-button {
    width: 36px;
    height: 36px;
    border: none;
    background: white;
    border-radius: 19px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    border: 1px solid #eaeaea;
}

.toolbar-button:hover {
    background: #f0f0f0;
}

.count {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: 4px 0;
}
.breadcrumb-main{
    display: flex;
}
.modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.4);
    }
    
    .modal-content-cmt {
      background-color: #fefefe;
      margin: 15% auto;
      padding: 20px;
      border: 1px solid #888;
      width: 500px;
      border-radius: 5px;
      text-align: center;
    }
    
    .modal-buttons {
      margin-top: 20px;
    }
    
    .confirm-button {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 8px 16px;
      margin-right: 10px;
      border-radius: 4px;
      cursor: pointer;
    }
    
    .cancel-button {
      background-color: #f44336;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 4px;
      cursor: pointer;
    }
@media (max-width: 768px) {
    .article-container {
        padding: 15px;
    }

    .article-text {
        font-size: 14px;
    }

    .toolbar-main {
        flex-direction: column;
    }
    .toolbar,.toolbar-top,.toolbar-change{
        flex-direction: row!important;
    }
    .toolbar{
        padding-top: 20px;
        margin: 0;
    }
    .toolbar-top{
        border-bottom: none;
    }
    .count{
        display: none;
    }
    .toolbar .mobi{
        display: none;
    }
         .breadcrumb-title {
             font-size: 14px;
             padding: 10px 0;
         }
    
         .breadcrumb-content {
             gap: 5px;
         }
    
         .breadcrumb-content span {
             display: inline-block;
             margin: 0 5px;
         }
    
         .breadcrumb-content p {
             margin: 0;
         }
        
         .article-image{
            max-width: 349px!important;
         }
                 .container {
                     padding: 0 15px;
                     /* Add padding for mobile */
                 }
        
                 .col-md-9 {
                     width: 100%;
                     /* Make it full width on mobile */
                     padding: 0;
                     /* Remove padding */
                 }
        
                 .col-md-3 {
                     width: 100%;
                     padding: 15px;
                 }
        
                 /* Fix image overflow */
                 .article-image {
                     width: 100%;
                     height: auto;
                     max-width: 100% !important;
                     /* Override any other max-width */
                 }
                 .relate-img img,
                .catogory-img img{         width:155px!important;							  height: 100px;
                 }
        
                 /* Fix news wrap layout */
                 .news-wrap {
                     flex-direction: column;
                     gap: 20px;
                 }
        
                 /* Adjust related content */
                 .relate-content,
                 .catogory-content {
                     width: 100%;
                 }
        
                 /* Fix category image container */
                 .catogory-img {
                     flex-direction: row;
                 }
                 .breadcrumb-main{
                    display: block !important;
        padding: 0;
                 }
                 .news-main{
                    display: none;
                 }
                 .relate-container-special{
                    display: flex;
                 }
                 .title-mobi{
                    margin: 0;
									 display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
                 }
                 .col-md-3{
                    padding: 0!important;
                 }
                 .title-relate{
                    font-size: 20px!important;
                 }
}


.header{
    width: 100%;
    position: relative;
}
.banner {
    width: 100%;
    margin-bottom: 0;
}
.login-mobi{
display:none
}
.child-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    max-width: max-content;
    padding: 10px 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.nav-item.dropdown-menu-has-child:nth-of-type(3) .child-menu {
        left: 0%;
}
.nav-item.dropdown-menu-has-child:nth-of-type(4) .child-menu{
left: 12%;
}
.nav-item.dropdown-menu-has-child:nth-of-type(5) .child-menu{
    left: 42%;
}
.nav-item.dropdown-menu-has-child:nth-of-type(6) .child-menu{
    left: 54%;
}
.nav-item.dropdown-menu-has-child:nth-of-type(7) .child-menu{
    left: 62%;
}
.nav-item.dropdown-menu-has-child:nth-of-type(8) .child-menu{
    left: -12%;
}
.child-three li a{
  font-weight: 100!important;
}
.child-three li a {
    display: inline-block;
    transition: transform 0.3s ease; 
}
.child-three li a:hover {
    transform: translateX(-10px); 
}
.navbar-collapse .navbar-nav .nav-item:first-child .child-menu {
    left: 0!important;
}
/* Định dạng các mục menu */
.child-menu li {
    list-style: none;
    padding: 8px 15px;
    white-space: nowrap;
    flex-direction: column;
}

.child-menu li:last-child {
    border-bottom: none;
}
/* Định dạng link trong menu */
.child-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 10px;
font-weight: 700;
}


.fluid-nav-negative {
    display: none; 
    position: absolute;
    top: 34px; 
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    min-width: 250px;
    max-width: 350px;
    padding: 10px 0;
	  margin: 0;
    padding: 0;
}

/* Định dạng các mục menu */
.fluid-nav-negative li {
    list-style: none;
    padding: 8px 15px;
    white-space: nowrap;
}

/* Định dạng link trong menu */
.fluid-nav-negative li a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 5px 10px;
	    font-weight: bold;
}

/* Hover vào menu chính */
.fluid-nav-negative li:hover {
    background: #94b4f1;
}

/* Dropdown menu con */
.fluid-nav-negative .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 250px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hiện menu con khi hover vào item */
.fluid-nav-negative .item:hover &gt; .dropdown-menu {
    display: block;
	position: initial;
    float: none;
    max-width: 350px;
    min-width: 250px;
}
.search-box a.icon-bars:hover &gt; .fluid-nav-negative {
    display: block !important;
}
.icon-bars::after {
    content: "";
    position: absolute;
    top: 100%;  
    right: 0;
    width: 50px; 
    height: 34px;  
    background-color: transparent;  
    z-index: 999;
}
.banner img {
    width: 100%;
    display: block;
}
.navbar {
    background: var(--menu-color);
    padding: 0;
  position: sticky;
top:0;
z-index:1000
}

.navbar-nav .nav-link {
    color: white !important;
     padding: 13px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
display:flex;
gap: 10px;
align-items: center;
}

.navbar-nav .nav-link:hover,.navbar-nav .nav-link.selected .nav-link {
    background-color: var(--primary-color);
}
.language-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;

}

.language-selector a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.img_language{
    display: flex;
    gap: 6px;
color: #fff
}
.search-box{
    display: flex;
    justify-content: center;
    gap: 14px;
position: relative;
}
.search-box a{
    color: #fff;
}
.logo-mobi{
    display: none;
}
.navbar-nav .nav-item .lexicon-icon-home{
font-size: 20px;
}
.hidden {
    display: none;
}


.menu-panel{
   display:none;
}
@media screen and (max-width: 767px) {
	.navbar{
	background-color: #fff;
	}
	.search-box{
	  display:none!important;
	}
	.menu-mobi{
	      display: flex;
        gap: 12px;
        align-items: center;
    justify-content: center;
	}
		.menu-panel {
    background: #fff;
    padding: 0!important;
    border-bottom: 1px solid #ddd;
	  display:block!important;
}
	.search-box-mobi a{
	color: var(--primary-color);
	}
	.language-selector-mobi{
	 
	}
	.time-box{
	 display:none;
	}
	.navbar-collapse.show{
	display:block!important;
	}
	 .login-mobi button,
    .login-mobi select {
        display: flex;
        margin-bottom: 10px;
			  width:100%;
			padding: 14px 18px;
			margin-top: 20px;
			background-color: #fff;
      border: 1px solid #59595933;
			gap: 6px;
      font-weight: 600;
    }
	.login-mobi{
     display:block!important;
		 padding: 0 18px;
   }
	.show {
    display: block!important;
    transform: translateY(0); 
    transition: transform 0.5s ease-in-out; 
}

.navbar-collapse, .search-panel {
    transform: translateY(0); 
    transition: transform 0.5s ease-in-out; 
}

.search-panel {
    position: relative;
    left: 0;
    width: 100%; 
    background-color: #fff;
    z-index: 999; 
}

	.menu-grid{
	  display: flex!important;
justify-content: space-between;
	}
    .collapse .language-selector{
        display: none !important;
    }
    /* .collapse .search-box{
        display: none !important;
    } */
    .navbar-nav{
       flex-direction: column!important;
	width: 100%;
        padding: 0 18px;
max-height: 100%;
    height: calc(100vh - 350px);
overflow-y : auto;
display: block;
    }
    .search-box a{
        font-size: 12px;
    }
    .navbar-nav li:nth-child(n+4) {
        display: none;
    }
.nav-item.active .nav-link,.navbar-nav .nav-link:hover{
    color: #ffffff !important;
}
    .navbar-nav .nav-link{
        font-size: 13px!important;
			   color: #333 !important;
        border-bottom: 1px solid;
        padding: 14px 5px !important;
align-items: center;
    }
    .navbar-collapse{
        display:none!important;
    }
	
    .navbar-toggler{
        display: none !important;
    }
    .logo-mobi{
        display: block !important;
        margin-top: 2px;
    }
}


/* Menu panel */

.menu-category {
    margin-bottom: 8px;
}

.menu-category a {
    color: #f5504b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.menu-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-category li {
    margin-bottom: 10px;
}

.menu-category a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.menu-category a:hover {
    color: #003876;
}

.box-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Hover effect */
.box-chat:hover {
  transform: scale(1.1);
}

/* Style for the SVG icon inside the box-chat */
.box-chat svg {
  width: 40px;
  height: 40px;
  fill: #007bff; /* Change this color as needed */
}

/* For mobile devices (responsive design) */
@media (max-width: 767px) {
  .box-chat {
    width: 50px;
        height: 50px;
        bottom: 6px;
        right: 15px;
  }

  .box-chat svg {
    width: 30px;
    height: 30px;
  }
}

/* For larger screens (web) */
@media (min-width: 768px) {
  .box-chat {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .box-chat svg {
    width: 40px;
    height: 40px;
  }
}

.section-header {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.section-header::before {
    background: var(--primary-color);
    margin-bottom: 3px;
    position: absolute;
    right: 0;
    width: calc(100% - 216px);
    height: 0.1rem;
    top: 9px;
}

.most-read-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.most-read-number {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 38px;
    min-width: 20px;
}

.most-read-title{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
}
.most-read-title a{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
   text-decoration: none;
   text-align: justify;
    font-weight: 500;
    display: flex
}
.most-read-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: calc(100% - 4px);
    width: 1px;
    background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
    background-size: 1px 17px;
}

.block-economy {
    padding-bottom: 4px;
}
.title-detail{
	border-bottom: 2px solid var(--primary-color);
	 font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
	display:flex;
	align-items:center;
	gap:8px;
    text-transform: uppercase;
	color:#333333;
	padding-bottom: 4px;
}
.title-detail:hover{
	cursor:pointer;
	text-decoration:none;
	color:#707070;
}
.block-economy-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}
.block{
    padding-top: 30px;
	display:flex;
	gap:15px;
}
.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.block-title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    width: 553px;
    padding-bottom: 4px;
}


.block-title img {
    width: 32px;
    height: 32px;
}

.block-title h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.block-economy {
    padding-bottom: 4px;
}


.block-economy-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}

.block-politics {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    width: 308px;
}
.block-politics h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.block-politics-content{
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}
.new-child{
    margin-top: 10px;
}
.block-culture {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    width: 290px;
}
.block-culture-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
    margin-top: 32px;
}
.block-culture h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.news-block-content{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.news-block-title{
    font-family: sans-serif;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin: 4px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
align-item:justify;
}
.news-box-special img{
    width: 100%;
    height: 154px;
    object-fit: cover;
}
.news-advertisement img{
    max-width: 100%;
    height: 157px;
    object-fit: cover;
}
.news-block-advertisement{
    padding-right:3px;
    margin-bottom:20px;
}
.document-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.document-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.document-table th {
    background-color: #f5f5f5;
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.document-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.document-link{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.document-content{
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 3px 5px;
    background-color: #f5f6fa;
}
.doc-title{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #354E9E;
}

.news-slider {
    position: relative;
    padding: 20px 0;
}

.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.news-list:last-child {
    border-bottom: none;
}


.news-content {
    flex: 1;
}

.news-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.news-date span{
    margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #c7b2b7;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 20px;
    color: #354E9E;
}
.carousel-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #003876;
    text-align: start;
    padding: 10px 0;
}
.date-time {
    color: #000;
    padding: 5px 0px;
    margin-bottom: 20px;
}
.news{
    border-top: 3px solid var(--primary-color);
    background-color: #FFF1F0;
}


.avatar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-2{
	  width: 100%;
    height: 245px;
}

.news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}



.news-title-caption {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}
.news-carousel{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.news-time {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.news-time span{
    margin-right: 6px;
}
.logo-news{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.news-logo{
    width: 62px;
    height: 62px;
    top: 293px;
    left: 1402px;
    gap: 0px;
    opacity: 0px;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.section-title p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.advertise-mobi{
    display: none;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}



.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}

 @media screen and (max-width: 767px) {
    .col-md-3.news-container{
        display: none;
    }
	 .block-culture-content.new-child{
	   padding: 0 14px!important;
	 }
    .carousel-control-prev,
    .carousel-control-next{
        top: 32%;
    }
    .container-fluid{
        padding: 0;
        margin: 0 auto;
    }
    .container{
        padding: 0 13px;
        margin: 0 auto;
    }
    .carousel-caption{
        padding: 8px 15px 20px 12px;
    }
    .news-carousel{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption h5{
        font-size: 16px !important
    }
    .block-title h2{
        font-size: 16px !important
    }
   
    .leadership-section{
        padding: 0 10px;
    }
    .leadership-title h2{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .leadership-title{
        width: 332px!important;
        margin-left: 8px!important;
    }
   
    .leader-card img{
        height: 109px !important;
    }
    .block-title{
        width: 100%!important;
    }
    .block-title h2{
        text-align: left!important;
        text-transform: uppercase;
    }
    .news-block .news-box:nth-child(n+3) {
        display: none!important;
    }
    .news-advertisement{
        display: none;
    }
    .news-block{
        display: block!important;
        margin-top: 10px;
    }
    .news-box-special{
        display: flex;
    }
    
    
 }
 

.container-topicInfor {
    background: #F8F8F8;
}
.container2 {
    padding: 20px 0;
    max-width: 1246px;
    margin: 0 auto;
}
.topicInfor {
    display: flex;
    align-items: center;
}
.topicInfor-icon {
    margin-right: 10px;
}
.topicInfor-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}
.topicInfor-title:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}
.box-item {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.box-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    text-decoration: none;
}
.nav-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    overflow: hidden;
}
.nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-text {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.nav-icon-red {
    background-color: #e74c3c;
}
.nav-icon-blue {
    background-color: #3498db;
}
.nav-icon-green {
    background-color: #2ecc71;
}
.nav-icon-orange {
    background-color: #e67e22;
}
.nav-icon-purple {
    background-color: #9b59b6;
}

.see-more-container {
    text-align: center;
    margin-top: 20px;
    display: none;
}
.see-more-btn {
    background-color: #F8F8F8;
    color: var(--primary-color);
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.see-more-btn:hover {
    background-color: #fff;
}

@media (max-width: 992px) {
    .nav-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	.container2{
	    padding: 20px 15px!important;
	}
}

@media (max-width: 768px) {
    .nav-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .see-more-container {
        display: block;
    }
    
    .mobile-hidden-item {
        display: none;
    }
	.container2{
	    padding: 20px 15px!important;
	}
}

@media (max-width: 576px) {
    .nav-grid {
        grid-template-columns: 1fr;
    }
	.container2{
	    padding: 20px 15px!important;
	}
}
.image-frame {
    margin-bottom: 15px;
}
.full-width {
    width: 100%;
	height: 270px;
    object-fit: cover;
}
.block-economy {
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 12px;
	    text-align: justify;
}
.block-economy a:hover{
color:#333333;
	text-decoration:none;
}


.block-economy {
  padding-bottom: 13px;
  padding-left: 12px;
  padding-right: 12px;
}

.panel-default.frame-vb {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel-default.frame-vb&gt;.panel-heading {
    background-color: transparent;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
}

.panel-default&gt;.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default.frame-vb&gt;.panel-heading&gt;.panel-title {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.panel-default.frame-vb&gt;.panel-heading&gt;.panel-title a{
	color: #333333;
}
.panel-title a:hover {
    color: #333333;
    text-decoration: none;
}
.panel-default.frame-vb&gt;.panel-body {
    padding: 15px 0 0 0;
}
#box-iframe-vb{
	    width: 100%;
	height: 800px;
max-width: 100%;
}

.document-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.document-table th {
    background-color: #f5f5f5;
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
	color: #18307E;
}

.document-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.document-table a {
color: #333333;
}
.document-link{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.document-content{
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 3px 5px;
    background-color: #f5f6fa;
}
.doc-title{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #354E9E;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}
.news-slider {
    position: relative;
    padding: 20px 0;
}
.news-box-feature{
	margin-bottom: 8px;
}
.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.avatar-group .img-fearuted{
	  width: 100%;
    height: 146px!important;
    object-fit: fill;
}


.news-box-special img {
height: 100%!important;
}
.news-block-title a{
font-size: 16px!important;
  color: #333333;
	text-decoration: none;
}
.news-list:last-child {
    border-bottom: none;
}


.news-content {
    flex: 1;
}

.news-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.news-date span{
    margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #c7b2b7;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 20px;
    color: #354E9E;
}
.carousel-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #003876;
    text-align: start;
    padding: 10px 0;
}
.date-time {
    color: #000;
    padding: 5px 0px;
    margin-bottom: 20px;
}
.news{
    border-top: 3px solid var(--primary-color);
    background-color: #FFF1F0;
	padding: 0 12px;
}

.avatar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-icon {
    max-width: 100%;
}

.news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.news-carousel{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.news-time {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.news-time span{
    margin-right: 6px;
}
.logo-news{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.news-logo{
    width: 62px;
    height: 62px;
    top: 293px;
    left: 1402px;
    gap: 0px;
    opacity: 0px;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.section-title p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.advertise-mobi{
    display: none;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}



.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}
.advertise-main{
    display: flex;
    justify-self: start;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}
.advertise-main img{
    height: 144.5px;
}
 @media screen and (max-width: 767px) {
     .advertise-main {
         flex-wrap: wrap;
         justify-content: center;
         padding: 10px;
         gap: 10px!important;
     }

     .col-md-3 {
         width: calc(50% - 10px);
     }

     .advertise-main img {
         width: 100%;
         height: auto;
         object-fit: cover;
     }
 }
.block-economy {
    padding-bottom: 4px;
}

.block-economy-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}
.block{
    padding-top: 30px;
	display:flex;
	gap:15px;
}
.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.block-title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    width: 553px;
    padding-bottom: 4px;
}


.block-title img {
    width: 32px;
    height: 32px;
}

.block-title h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.block-economy {
    padding-bottom: 4px;
}

.block-economy-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}

.block-politics {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    width: 308px;
}
.block-politics h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.block-politics-content{
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}
.new-child{
    margin-top: 10px;
}
.block-culture {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    width: 290px;
}
.block-culture-content {
    border-top: 2px solid #59595933;
    margin-bottom: 10px;
}
.block-culture h2 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.news-block-content{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.news-box-special img{
    width: 100%;
    height: 154px;
    object-fit: cover;
}
.news-advertisement img{
    max-width: 100%;
    height: 157px;
    object-fit: cover;
}
.news-block-advertisement{
    padding-right:3px;
    margin-bottom:20px;
}

.document-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.document-table th {
    background-color: #f5f5f5;
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.document-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.document-link{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.document-content{
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 3px 5px;
    background-color: #f5f6fa;
}
.doc-title{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #354E9E;
}
.image-1{
    width: 100%;
    height: 305px;
}
.news-slider {
    position: relative;
    padding: 20px 0;
}

.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.news-list:last-child {
    border-bottom: none;
}
.news-image {
    width: 132px;
    aspect-ratio: 15 / 9;
    object-fit: cover;
}

.news-content {
    flex: 1;
}

.news-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.news-date span{
    margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #c7b2b7;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 20px;
    color: #354E9E;
}
.carousel-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #003876;
    text-align: start;
    padding: 10px 0;
}
.date-time {
    color: #000;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.avatar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-2{
	  width: 100%;
    height: 245px;
}

.news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.block-economy-content.new-child.news-content-mobi{
padding-top:0!important
}

.news-content-mobi.news-title {
    font-family: sans-serif;
    font-size: 15px!important;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.news-carousel{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.news-time {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.news-time span{
    margin-right: 6px;
}
.logo-news{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.news-logo{
    width: 62px;
    height: 62px;
    top: 293px;
    left: 1402px;
    gap: 0px;
    opacity: 0px;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.section-title p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.advertise-mobi{
    display: none;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}



.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}

 @media screen and (max-width: 767px) {
    .col-md-3.news-container{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next{
        top: 32%;
    }
    .container-fluid{
        padding: 0;
        margin: 0 auto;
    }
    .container{
        padding: 0 13px;
        margin: 0 auto;
    }
    .carousel-caption{
        padding: 8px 15px 20px 12px;
    }
    .news-carousel{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption h5{
        font-size: 16px !important
    }
    .block-title h2{
        font-size: 16px !important
    }
    .col-md-3.news,
    .container.block-container{
        width: 100%;
        padding: 0px 16px;
    }
    .leadership-section{
        padding: 0 10px;
    }
    .leadership-title h2{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .leadership-title{
        width: 332px!important;
        margin-left: 8px!important;
    }
    
    .leader-card img{
        height: 109px !important;
    }
    .block-title{
        width: 100%!important;
    }
    .block-title h2{
        text-align: left!important;
        text-transform: uppercase;
    }
    .news-block .news-box:nth-child(n+3) {
        display: none!important;
    }
    .news-advertisement{
        display: none;
    }
    .news-block{
        display: block!important;
        margin-top: 10px;
    }
    .news-box-special{
        display: flex;
    }
    
 }



.news-slider {
    position: relative;
    padding: 20px 0;
}
.block-culture-content{
	border:none!important;
}
.news-list{
    border-bottom: 2px solid #59595933;
    margin-bottom: 14px;
}
.news-list:last-child {
    border-bottom: none;
}

.new-child{
margin:0!important;
}
.news-content {
    flex: 1;
}

.news-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.news-date span{
    margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #c7b2b7;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 20px;
    color: #354E9E;
}
.carousel-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #003876;
    text-align: start;
    padding: 10px 0;
}
.date-time {
    color: #000;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.avatar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-icon {
    max-width: 100%;
}

.news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.news-carousel{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.news-time {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.news-time span{
    margin-right: 6px;
}
.logo-news{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.news-logo{
    width: 62px;
    height: 62px;
    top: 293px;
    left: 1402px;
    gap: 0px;
    opacity: 0px;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.section-title p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.advertise-mobi{
    display: none;
}
.document-table th:first-child{
    width: 130px;
}
.document-table th:nth-child(2){
    width: 150px;
}



.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    flex-direction: column;
}
 @media screen and (max-width: 767px) {
    .col-md-3.news-container{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next{
        top: 32%;
    }
    .container-fluid{
        padding: 0;
        margin: 0 auto;
    }
    .container{
        padding: 0 13px;
        margin: 0 auto;
    }
    .carousel-caption{
        padding: 8px 15px 20px 12px;
    }
    .news-carousel{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption h5{
        font-size: 16px !important
    }
    .block-title h2{
        font-size: 16px !important
    }
 
    .leadership-section{
        padding: 0 10px;
    }
    .leadership-title h2{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .leadership-title{
        width: 332px!important;
        margin-left: 8px!important;
    }
    
    .leader-card img{
        height: 109px !important;
    }
    .block-title{
        width: 100%!important;
    }
    .block-title h2{
        text-align: left!important;
        text-transform: uppercase;
    }
    .news-block .news-box:nth-child(n+3) {
        display: none!important;
    }
    .news-advertisement{
        display: none;
    }
    .news-block{
        display: block!important;
        margin-top: 10px;
    }
    .news-box-special{
        display: flex;
    }
    
    
 }

.img_language{
    display: flex;
    gap: 6px;
}
.search-box{
    display: flex;
    justify-content: center;
    gap: 14px;
}
.search-box i{
    color: #fff;
}
.block-economy {
  padding-bottom: 4px;
}
.title-detail{
  border-bottom: 2px solid var(--primary-color);

  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  gap:8px;
  text-transform: uppercase;
  color:#333333;
  padding-bottom: 8px;
}
.title-detail:hover{
  cursor:pointer;
  text-decoration:none;
  color:#707070;
}
.block-economy-content {
  border-top: 2px solid #59595933;
  margin-bottom: 10px;
}
.block{
  display:flex;
  gap:15px;
}
.news-list{
  border-bottom: 2px solid #59595933;
  margin-bottom: 14px;
}
.block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--primary-color);
  width: 553px;
  padding-bottom: 4px;
}


.block-title img {
  width: 32px;
  height: 32px;
}

.block-title h2 {

  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.block-economy {
  padding-bottom: 13px;

  padding-left: 12px;
  padding-right: 12px;
}

.block-economy-content {
  border-top: 2px solid #59595933;
  margin-bottom: 10px;
}

.block-politics {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
  width: 308px;
}
.block-politics h2 {

  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.block-politics-content{
  border-top: 2px solid #59595933;
  margin-bottom: 10px;
}
.block-politics-content .new-child .news-content .news-title{
margin-top: 4px;
}
.new-child{
  margin-top: 10px;
}
.block-culture {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
  width: 290px;
}
.block-culture-content {
  border-top: 2px solid #59595933;
  margin-bottom: 10px;
}
.block-culture h2 {

  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.news-block-content{

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-block{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.news-block-title{

  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  margin: 4px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box-special img{
  width: 100%;
  height: 154px;
  object-fit: cover;
}
.news-advertisement img{
  max-width: 100%;
  height: 157px;
  object-fit: cover;
}
.news-block-advertisement{
  padding-right:3px;
  margin-bottom:20px;
}

.document-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.document-table th {
  background-color: #f5f5f5;
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

.document-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}
.document-link{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.document-content{
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 3px 5px;
  background-color: #f5f6fa;
}
.doc-title{

  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #354E9E;
}

.news-slider {
  position: relative;
  padding: 20px 0;
}

.news-list{
  border-bottom: 2px solid #59595933;
  margin-bottom: 14px;
}
.news-list:last-child {
  border-bottom: none;
}


.news-content {
  flex: 1;
}

.news-date {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news-date span{
  margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #c7b2b7;
  border-radius: 50%;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 20px;
  color: #354E9E;
}
.carousel-title {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  color: #003876;
  text-align: start;
  padding: 10px 0;
}
.date-time {
  color: #000;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.news-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-container-special {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.avatar-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-2{
  width: 100%;
  height: 245px;
}

.news-item {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}


.news-title {

  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.news-title-caption {

  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.news-carousel{

  font-size: 17px;
  line-height: 22px;
  text-align: left;
  text-decoration-skip-ink: none;
}

.news-time {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.news-time span{
  margin-right: 6px;
}
.logo-news{
  display: flex;
  justify-content: flex-start;
  margin: 15px 0;
}
.news-logo{
  width: 62px;
  height: 62px;
  top: 293px;
  left: 1402px;
  gap: 0px;
  opacity: 0px;
}
.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.section-title p {

  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.advertise-mobi{
  display: none;
}
.document-table th:first-child{
  width: 130px;
}
.document-table th:nth-child(2){
  width: 150px;
}

.background-img{
  width: 220px;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-direction: column;
}
.content span{

  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.block-organization-container {
  display: flex;
}
.img-org {
  width: 220px;
  object-fit: cover;
}
.org-title {
  margin-left: 10px;
}
.org-news {
  font-size: 12px;
  margin: 0;
}
.block-organization-content {
  margin-bottom: 10px;
}
.org-child {
  display: flex;
  gap: 18px;
}
.org-image {
  height: 121px;
}
.org-content {
  margin-top: 4px;
}
.org-image {
  width: 100%;
}
.img-org {
  width: 220px;
  object-fit: cover;
  
}
.phone-icon {
  max-width: 100%;
  height: 300px;
}
.block-economy-content {
  border-top: 2px solid rgba(89, 89, 89, 0.2);
  margin-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .col-md-3.news-container{
    display: none;
  }
  .carousel-control-prev,
  .carousel-control-next{
    top: 32%;
  }
  .container-fluid{
    padding: 0;
    margin: 0 auto;
  }
  .container{
    padding: 0 13px;
    margin: 0 auto;
  }
  .carousel-caption{
    padding: 8px 15px 20px 12px;
  }
  .news-carousel{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .carousel-caption h5{
    font-size: 16px !important
  }
  .block-title h2{
    font-size: 16px !important
  }

  .block-title{
    width: 100%!important;
  }
  .block-title h2{
    text-align: left!important;
    text-transform: uppercase;
  }
  .news-block .news-box:nth-child(n+3) {
    display: none!important;
  }
  .news-advertisement{
    display: none;
  }
  .news-block{
    display: block!important;
    margin-top: 10px;
  }
  .news-box-special{
    display: flex;
  }
  .news-box-special img{
    height: 73px!important;
  }
  .news-block-title{
    font-size: 15px!important;
    line-height: 19px!important;
  }
  .news-content{
    margin-left: 7px;
  }
  .news-block .news-box{
    border-bottom: 1px solid #d9d8d8;
  }
  .news-block .news-box:nth-child(2){
    border-bottom: none !important
  }
  .block-container{
    border-bottom: none !important;
  }
  .block-remove{
    display: none;
  }
  .slider-container{
    margin-top: 20px;
  }
  .main-slide{
    margin-bottom: 10px;
  }
  .grid-container{
    display: block!important;
  }
  .main-slide-img{
    height: 208px!important;
    width: 100%!important;
  }
  .thumbnail-grid{
    grid-template-columns: repeat(2, 1fr)!important;
  }
  .thumbnail-grid .thumbnail:nth-child(n+5) {
    display: none !important;
  }
  .thumbnail-img{
    height: 121px!important;
  }
  .multi-title{
    -webkit-line-clamp:3!important;
  }
  .header-multi{
    display: block!important;
  }
  .header-multi h2{
    margin-bottom: 5px !important
  }
  .header-icons{
    margin-left: -9px;
  }
  .block{
    padding-top: 10px!important;
  }
  .advertise-mobi {
    display: block!important;
  }
  .block-organization-container{
    display: block!important;
  }
  .org-child{
    flex-direction: column;
  }
  .img-org{
    width: 100%!important;
  }
  .org-title{
    margin: 0!important;
  }
  .news-container-special .news-content{
    margin: 0!important;
  }
  .org-item{
    display: flex!important;
  }
  .block-culture h2{
    font-size: 16px !important;
  }
  .block-organization h2{
    font-size: 16px !important;
  }
  .block-politics h2{
    font-size: 16px !important;
  }
  .block-economy h2{
    font-size: 16px !important;
  }
  .block-organization h2{
    font-size: 16px !important;
  }
  .block-infor h2{
    font-size: 16px !important;
  }
  .org-news{
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .org-image{
    height: 76px !important;
  }
  .org-content{
    margin-left: 10px;
    margin-top: -2px!important;
  }
  .block-organization{
    width: 100%!important;
  }
  .org-child .org-list:not(:last-child){
    border-bottom: 1px solid #d9d8d8;
    padding-bottom: 10px;
  }
  .block-organization-content{
    margin-bottom: 30px!important;
  }
  .document-table th,td,p{
    font-size: 14px;
  }
  .document-table th:first-child {
    width: 92px;
  }

  .document-table th:nth-child(2) {
    width: 100px;
  }
  .doc-title{
    font-size: 13px!important;
  }
  .grid-menu{
    margin: 0!important;
    padding-bottom: 20px;
  }
  .background-img{
    width: 172px !important
  }
  .content img{
    width: 40px;
  }
  .content span{
    font-size: 13px!important;
  }
  .carousel-mobi{
    padding: 0;
  }
}
@media (min-width: 1024px) {

}
.panels-container {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
}

/* Search panel */
.search-panel {
  background: #f5f5f5;
  padding: 40px 0;
  display: none;
  border-bottom: 1px solid #ddd;
}


/* Menu panel */
.menu-panel {
  background: #fff;
  padding: 30px 0 0 0;
  display: none;
  border-bottom: 1px solid #ddd;
}

.menu-panel.active {
  display: block;
}

.menu-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 20px;
}

.menu-category {
  margin-bottom: 20px;
}

.menu-category h3 {
  color: #f5504b;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-category li {
  margin-bottom: 10px;
}

.menu-category a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.menu-category a:hover {
  color: #003876;
}

@media (max-width: 991px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}
/* Login panel */
.login-panel {
  background: #f5f5f5;
  padding: 30px 0;
  display: none;
  border-bottom: 1px solid #ddd;
}

.login-panel.active {
  display: block;
}

.login-container {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-container h3 {
  text-align: center;
  color: #003876;
  margin-bottom: 25px;
  font-size: 24px;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.login-form input:focus {
  border-color: #003876;
  outline: none;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.forgot-password {
  font-size: 14px;
  color: #003876;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-btn {
  width: 100%;
  padding: 12px;
  background: #003876;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.login-btn:hover {
  background: #002d5f;
}

.register-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.register-link a {
  color: #003876;
  text-decoration: none;
}

.register-link a:hover {
  text-decoration: underline;
}
.news-slider {
  position: relative;
  padding: 20px 0;
}
.block-culture-content{
  border:none!important;
}
.news-list{
  border-bottom: 2px solid #59595933;
  margin-bottom: 14px;
}
.news-list:last-child {
  border-bottom: none;
}

.new-child{
  margin:0!important;
}
.news-content {
  flex: 1;
}

.news-date {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news-date span{
  margin-right: 6px;
}



.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #c7b2b7;
  border-radius: 50%;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 20px;
  color: #354E9E;
}
.carousel-title {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  color: #003876;
  text-align: start;
  padding: 10px 0;
}
.date-time {
  color: #000;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.news-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-container-special {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.avatar-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-icon {
  max-width: 100%;
}

.news-item {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.news-title a {
  text-align: justify;
}

.news-list{
  border-bottom:none!important;
  margin-bottom: 0!important;
  border-top: 2px solid rgba(89, 89, 89, 0.2);
  padding-top: 10px
}
.org-child{
  gap: 0px;
}
.org-item{
  padding-right:8px
}
.news-title {

  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.news-title-caption {

  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.news-carousel{

  font-size: 17px;
  line-height: 22px;
  text-align: left;
  text-decoration-skip-ink: none;
}

.news-time {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.news-time span{
  margin-right: 6px;
}
.logo-news{
  display: flex;
  justify-content: flex-start;
  margin: 15px 0;
}
.news-logo{
  width: 62px;
  height: 62px;
  top: 293px;
  left: 1402px;
  gap: 0px;
  opacity: 0px;
}
.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.section-title p {

  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.advertise-mobi{
  display: none;
}
.document-table th:first-child{
  width: 130px;
}
.document-table th:nth-child(2){
  width: 150px;
}
.grid-menu{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

}
.menu-item{
  position: relative;
  width: fit-content;
}
.background-img{
  width: 220px;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-direction: column;
}
.content span{

  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .col-md-3.news-container{
    display: none;
  }
  .carousel-control-prev,
  .carousel-control-next{
    top: 32%;
  }
  .container-fluid{
    padding: 0;
    margin: 0 auto;
  }
  .container{
    padding: 0 13px;
    margin: 0 auto;
  }
  .carousel-caption{
    padding: 8px 15px 20px 12px;
  }
  .news-carousel{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .carousel-caption h5{
    font-size: 16px !important
  }
  .block-title h2{
    font-size: 16px !important
  }

  .block-title{
    width: 100%!important;
  }
  .block-title h2{
    text-align: left!important;
    text-transform: uppercase;
  }
  .news-block .news-box:nth-child(n+3) {
    display: none!important;
  }
  .news-advertisement{
    display: none;
  }
  .news-block{
    display: block!important;
    margin-top: 10px;
  }
  .news-box-special{
    display: flex;
  }
  .news-box-special img{
    height: 73px!important;
  }
  .news-block-title{
    font-size: 15px!important;
    line-height: 19px!important;
  }
  .news-content{
    margin-left: 7px;
  }
  .news-block .news-box{
    border-bottom: 1px solid #d9d8d8;
  }
  .news-block .news-box:nth-child(2){
    border-bottom: none !important
  }

  .block-remove{
    display: none;
  }
  .slider-container{
    margin-top: 20px;
  }
  .main-slide{
    margin-bottom: 10px;
  }
  .grid-container{
    display: block!important;
  }
  .main-slide-img{
    height: 208px!important;
    width: 100%!important;
  }
  .thumbnail-grid{
    grid-template-columns: repeat(2, 1fr)!important;
  }
  .thumbnail-grid .thumbnail:nth-child(n+5) {
    display: none !important;
  }
  .thumbnail-img{
    height: 121px!important;
  }
  .multi-title{
    -webkit-line-clamp:3!important;
  }
  .header-multi{
    display: block!important;
  }
  .header-multi h2{
    margin-bottom: 5px !important
  }
  .header-icons{
    margin-left: -9px;
  }
  .block{
    padding-top: 10px!important;
  }
  .advertise-mobi {
    display: block!important;
  }
  .block-organization-container{
    display: block!important;
  }
  .org-child{
    flex-direction: column;
  }
  .img-org{
    width: 100%!important;
  }
  .org-title{
    margin: 0!important;
  }
  .news-container-special .news-content{
    margin: 0!important;
  }
  .org-item{
    display: flex!important;
  }
  .block-culture h2{
    font-size: 16px !important;
  }
  .block-organization h2{
    font-size: 16px !important;
  }
  .block-politics h2{
    font-size: 16px !important;
  }
  .block-economy h2{
    font-size: 16px !important;
  }
  .block-organization h2{
    font-size: 16px !important;
  }
  .block-infor h2{
    font-size: 16px !important;
  }
  .org-news{
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .org-image{
    height: 76px !important;
  }
  .org-content{
    margin-left: 10px;
    margin-top: -2px!important;
  }
  .block-organization{
    width: 100%!important;
  }
  .org-child .org-list:not(:last-child){
    border-bottom: 1px solid #d9d8d8;
    padding-bottom: 10px;
  }
  .block-organization-content{
    margin-bottom: 30px!important;
  }
  .document-table th,td,p{
    font-size: 14px;
  }
  .document-table th:first-child {
    width: 92px;
  }

  .document-table th:nth-child(2) {
    width: 100px;
  }
  .doc-title{
    font-size: 13px!important;
  }
  .grid-menu{
    margin: 0!important;
    padding-bottom: 20px;
  }
  .background-img{
    width: 172px !important
  }
  .content img{
    width: 40px;
  }
  .content span{
    font-size: 13px!important;
  }
  .carousel-mobi{
    padding: 0;
  }
}
@media (min-width: 1024px) {

}
.panels-container {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
}

/* Search panel */
.search-panel {
  background: #f5f5f5;
  padding: 40px 0;
  display: none;
  border-bottom: 1px solid #ddd;
}



/* Menu panel */
.menu-panel {
  background: #fff;
  padding: 30px 0 0 0;
  display: none;
  border-bottom: 1px solid #ddd;
}

.menu-panel.active {
  display: block;
}

.menu-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 20px;
}

.menu-category {
  margin-bottom: 20px;
}

.menu-category h3 {
  color: #f5504b;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-category li {
  margin-bottom: 10px;
}

.menu-category a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.menu-category a:hover {
  color: #003876;
}

@media (max-width: 991px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}
/* Login panel */
.login-panel {
  background: #f5f5f5;
  padding: 30px 0;
  display: none;
  border-bottom: 1px solid #ddd;
}

.login-panel.active {
  display: block;
}

.login-container {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-container h3 {
  text-align: center;
  color: #003876;
  margin-bottom: 25px;
  font-size: 24px;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.login-form input:focus {
  border-color: #003876;
  outline: none;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.forgot-password {
  font-size: 14px;
  color: #003876;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-btn {
  width: 100%;
  padding: 12px;
  background: #003876;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.login-btn:hover {
  background: #002d5f;
}

.register-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.register-link a {
  color: #003876;
  text-decoration: none;
}

.register-link a:hover {
  text-decoration: underline;
}

.CMS-Web-View-ListNewByCate {
}
.pagination-bar .page-link{
	padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
}
.blog-entry-thumb&gt;img{
	max-height: 250px;
    height: auto;
    object-fit: cover;
}
.category-header{
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  color: var(--primary-color);
  padding: 20px 0;
  text-transform: uppercase;
}
.news-title {

  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.news-title a {
  color: #333333;
  text-decoration: none;
}
.news-content {
  flex: 1;
}
.news-date {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news-date span {
  margin-right: 6px;
}
.category-nav {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  position: relative;
}
.news-container-special {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.avatar-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-category {
  width: 100%;
  max-width: 100%;
  height: 236px;
  object-fit: cover;
}

.category-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  white-space: nowrap;
  gap: 26px;
  padding: 10px 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.category-list::-webkit-scrollbar {
  display: none;
}

.category-item {
  position: relative;
}

.category-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
}

.category-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-item:hover .category-link::after {
  width: 100%;
}

.category-item.active .category-link {
  color: #d40000;
}

.category-item.active .category-link::after {
  width: 100%;
}

/* Indicator for scrollable content */
.category-nav::before,
.category-nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  pointer-events: none;
  z-index: 1;
}

.category-nav::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.category-nav::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.page-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-content.visible {
  opacity: 1;
  transform: translateY(0);
}
.visible img{
    width: 100%;
    height: 162px;
}

.category-main{
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.news-category img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.noidung{

  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: justify;
}
.img-category{
  width: 100%;
  max-width: 100%;
  height: 236px;
  object-fit: cover;
}
.news-time {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.categorymain-title {
  margin-left: 10px;
}
.category-read{
  display: flex;
}
.categorymain-title{
  margin-left: 10px;
}
.category-title{
  margin-top: 6px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: justify;
}
.block-category-container{
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 22px 0 16px 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* .category-list {
    flex-wrap: nowrap;
  } */

  .category-item {
    width: 100%;
    text-align: center;
  }
  .category-main .col-md-4{
    display: none;
  }
  .catogory-container{
    padding: 0!important;
  }
  .category-read{
    display: block!important;
  }
  .category-read .col-md-9{
    padding: 0 19px;
  }
  .category-title{
    display: none;
  }

  .categorymain-title{
    margin-left: 8px;
  }
  .categorymain-title .news-time{
    margin: 0;
  }
  .categorymain-title h3{
    font-size: 13px!important;
    line-height: 17px!important;
  }
  .block-category-container{
    padding: 14px 0 12px 12px!important;
  }
  .docnhieu {
    padding: 16px !important
  }
  .col-md-8 .news-category{
    padding: 0!important;
  }
  .category-main .news-content{
    padding: 0 14px;
  }
}
.img-category {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
}
.category-read .img-org {
      width: 132px;
    object-fit: cover;
    aspect-ratio: 14 / 10;
}
.most-read-title a{
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
}
.mobi-news {
    padding-top: 30px;
  }
 .like-button {
            display: inline-flex;
            align-items: center;
            background-color: #f0f2f5;
            border: none;
            border-radius: 4px;
            padding: 6px 12px;
            cursor: pointer;
            font-family: Arial, sans-serif;
            transition: background-color 0.2s;
	         margin-left:6px;
        }
        
        .like-button:hover {
            background-color: #e4e6e9;
        }
        
        .like-button.active {
            color: #1877f2;
            font-weight: bold;
        }
        
        .like-button .icon {
            margin-right: 6px;
            width: 18px;
            height: 18px;
            fill: #65676b;
        }
        
        .like-button.active .icon {
            fill: #1877f2;
        }
        
        .like-count {
            margin-left: 5px;
            font-size: 14px;
            color: #65676b;
        }
.tooltip {
  position: relative;
  display: inline-block;
}

.tinlienquan ul {
            list-style-type: disc;
            padding-left: 20px;
        }
        .tinlienquan li {
            margin-bottom: 15px;
            font-style: italic;
        }
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.mobile-toolbar-header{
display:none;
}
@media screen and (max-width: 768px) {
  .toolbar-main {
    display: none !important;
  }
  
  .footer-news {
    margin-bottom: 60px;
  }
  
  .mobi-news {
    padding-top: 20px;
  }
  
  .mobile-toolbar {
    display: none !important; 
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 12px 15px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaeaea;
  }
	.mobile-toolbar-header{
	display:flex;
		justify-content: space-between;
		align-items:center
	}
	.text-size-btn-header{
	 display:flex;
	}
  .text-size-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  
  .text-size-btn span:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  
  .text-size-btn span:last-child {
    font-size: 12px;
    margin-top: 2px;
  }
  
  .share-actions {
    display: flex;
    gap: 10px;
  }
  
  .share-actions button {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
  }
  
  .font-size-popup {
    position: absolute;
    bottom: 60px;
    left: 10px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none;
    width: 180px;
    z-index: 1001; 
  }
   
  .font-size-popup button {
    display: block;
    width: 100%;
    padding: 12px 10px;
    margin: 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
  }
  
  .font-size-popup button:last-child {
    border-bottom: none;
  }
  
  .font-size-popup button:hover {
    background-color: #f8f8f8;
  }
	 .font-size-popup-header {
    position: absolute;
        left: 24px;
        background: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: none;
        width: 180px;
        z-index: 1001;
        bottom: 93.6%;
  }
.font-size-popup-header button {
    display: block;
    width: 100%;
    padding: 12px 10px;
    margin: 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
  }
  
  .font-size-popup-header button:last-child {
    border-bottom: none;
  }
  
  .font-size-popup-header button:hover {
    background-color: #f8f8f8;
  }
}
#content-post .article-content img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain;
}

.mobile-toolbar {
  display: none;
}
.header-size{
 padding: 0
}
.header::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
	top:0;
    transition: transform 0.3s ease;
    background-color: rgb(28 25 25 / 60%);
    backdrop-filter: blur(0px);
	  display:none;
}
.header.overlay-show::before {
    display: block;
}
.time-box-mobi{
display: none
}
.navbar-nav{
position: relative;
}
.nav-collapse-ipad{
display:none;
}
.navbar-nav .nav-item{
align-items: flex-start
}
.navbar-nav .is-mobile .is-mobile-link {
 border-bottom: 1px solid var(--primary-color)
}
.lfr-nav-child-toggle {
    transition: transform 0.3s ease;
}
.child-three{
border-top: 1px solid var(--primary-color);
	padding: 0;
width:100%;
}
.box-connect {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 6px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
}
.box-connect:hover{
color: #fff
}
.nav-link.active-menu {
    background-color: var(--primary-color);
	
}
.nav-link.active-menu a,.nav-item.active-menu a{
    color: #fff;
}
.nav-link.active-menu a,.nav-item.active-menu .dropdown-child-level3 a{
    color: #333;
}
.nav-item.active {
    background-color: var(--primary-color);
}

.active-menu .is-mobile-link, .dropdown-menu-has-child .nav-item .child-three .active-menu a {
    background-color: var(--primary-color);
}
 #scroll-to-top {
            position: fixed;
            bottom: 100px;
            right: 26px;
            background-color: #0066cc;
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            cursor: pointer;
            display: none;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            transition: background-color 0.3s ease;
	          z-index:1000;
        }

        #scroll-to-top:hover {
            background-color: #0052a3;
        }

        #scroll-to-top svg {
            width: 24px;
            height: 24px;
            fill: white;
        }
.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}


#scroll-to-top.show {
    display: block;
    opacity: 1;
}

#scroll-to-top svg {
    fill: white;
    width: 24px;
    height: 24px;
}
.chat-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 380px;
  height: 600px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  display: none; 
}

.chat-popup.active {
  display: flex;
}

.chat-header {
  background-color: var(--primary-color);
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.chat-title {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
}

.chat-controls {
  display: flex;
  gap: 10px;
}

.chat-controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
}

.chat-message {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.chat-message.assistant .message-content {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  max-width: 90%;
}

.chat-message.assistant .message-content p {
  margin: 0 0 10px 0;
}

.chat-message.assistant .message-content p:last-child {
  margin-bottom: 0;
}

.contact-link {
  color: #0B3C70;
  text-decoration: none;
}

.message-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-self: flex-end;
}

.message-actions button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.chat-faq {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-header {
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.faq-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-item {
  padding: 8px 0 8px 20px;
  position: relative;
  cursor: pointer;
}

.faq-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0B3C70;
}

.faq-item:hover {
  background-color: #f5f5f5;
}

.chat-input {
  padding: 15px;
  display: flex;
  gap: 10px;
  border-top: 1px solid #e0e0e0;
}

.chat-input input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}

.send-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
	margin-left:20px;
}

.chat-footer {
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
}

.powered-by {
  color: #696969;
  font-size: 12px;
}
.dropdown{
position: initial;
}
.desktop-menu {
            width: 100%;
            max-width: 420px;
            margin: 0 auto;
            background-color: #fff;
        }

        .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        .menu-container {
            background-color: #2776BA;
            color: white;
					overflow-y: auto;
        }

        .menu-item-desktop {
            padding: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            cursor: pointer;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
        }

        .menu-item-desktop:hover {
            background-color: #1156a3;
        }

        .menu-item-desktop .arrow {
            margin-left: 10px;
            width: 20px;
            height: 20px;
        }

        .arrow svg {
            transition: transform 0.3s ease;
        }

        .arrow.up svg {
            transform: rotate(-90deg);
        }

        .arrow.right svg {
            transform: rotate(-90deg);
        }

        .sub-menu-desktop {
            color: #333;
            padding: 10px 15px;
            display: none;
					background-color: #e8f1f8;;
        }

        .sub-menu-desktop-item {
            padding: 10px 0;
            border-bottom: 1px solid #ccc;
            cursor: pointer;
					display:flex;
					justify-content: space-between
        }
.sub-menu-desktop-item a{
color: #333;
font-family: sans-serif;
}
        .sub-menu-desktop-item:last-child {
            border-bottom: none;
        }

        .sub-menu-desktop-title {
            color: #1565C0;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

        .sub-menu-desktop-title .arrow svg {
            stroke: #1565C0;
        }

        .bullet-list {
            list-style-type: disc;
            padding-left: 20px;
            display: none;
					background-color: #bfdaf1;;
        }

        .bullet-list li {
            padding: 5px 0;
        }
.bullet-list li a{
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 4px 6px;
	font-weight:100;
}
        .active-submenu {
            display: block;
        }
@media (min-width: 768px) {
    .child-menu.grid {
        display: grid;
    }
}
@media (max-width: 480px) {
	.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu li{
        border-bottom: 1px solid var(--primary-color);
        border-right: none;
}
	.sticky-navbar{
	 top: 50px;
	}
  .chat-popup {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
	.dropdown .is-mobile-link{
	 border-bottom: 1px solid var(--primary-color);
	}
	.box-connect{
	display:none;
	}

.icon-transition {
    transition: all 0.3s ease;
}

		.is-mobile-link .nav-link{
	 justify-content: space-between;
	}
	.is-mobile-link{
	 display:flex!important;
	}
	.is-mobile-link .nav-link{
		flex:1;
	}
	.dropdown-menu-has-child .nav-link{
	 flex:1;
	}
	.navbar-nav .nav-item .hide{
	 display:none!important;
	}
	.menu-panel{
	top: 0!important;
	}
	.search-form-mobi input{
	border: 1px solid #e8e8e8;
	}
	.icon-bars-menu svg{
		width: 26px;
		height: 26px;
	}
	.icon-bars-menu svg {
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.icon-bars-menu svg.icon-transition {
    transform: rotate(90deg);
    opacity: 0;
}
	#scroll-to-top {
	      bottom: 62px;
        right: 12px;
	}


	.header-scrolled {
    padding-bottom: 0; 
}
	.menu-grid-header{
	 
	}
	.search-form-mobi{
	padding: 0;
		margin: 0;
		display:flex;
		border-radius: 18px;
		margin-top: 3px;
	}
        }
.dropdown-child-level3 a{
 color: #000;
	font-family: sans-serif;
}
.nav-item .is-mobile-link{
    display: flex;
    align-items: center;
    padding-top: 4px;
width: 100%;
}
.is-mobile-link3{
 align-items: flex-start!important;
	border-bottom: none!important;
}
@media (max-width: 1024px){
.dropdown .is-mobile-link {
        border-bottom: 1px solid var(--primary-color);
    }
}

.mobile-menu{
 display:none;
}
	.fluid-nav-negative .dropdown a{
	    display: flex;
    align-items: center;
    justify-content: space-between;
	}

@media (max-width:1209px){
	.dropdown-menu.show{
	 display:block;
	}
	.dropdown-menu.hide{
	 display:none;
	}
	.mobile-menu.show{
 display:block;
		transform: translateX(0);
}
		.mobile-menu.hide{
 display:none;
}
	.dropdown-menu-has-child .is-mobile-link{
	padding: 0;
		
	}
	.lfr-nav-child-toggle-child.rotated {
  transform: rotate(180deg);
}
		.lfr-nav-child-toggle.rotated {
  transform: rotate(180deg);
}
	.is-mobile .is-mobile-link .is-mobile{
	 display: none;
	 }
.header-container {
      background-color: var(--primary-color);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
    }
	.child-three-mobi {
    display: none;
}

.child-three-mobi.show {
    display: block;
}

.child-three-mobi.hide {
    display: none;
}
    .home-link {
      display: flex;
      align-items: center;
      color: var(--text-color);
      text-decoration: none;
    }
    
    .home-link svg {
      fill: #fff;
    }
    
    .search-form {
      flex-grow: 1;
      margin: 0 10px;
      position: relative;
      max-width: 500px;
    }
    
    .search-form input {
      width: 100%;
      padding: 8px 35px 8px 15px;
      border-radius: 20px;
      border: none;
      outline: none;
      font-size: 14px;
    }
    
    .search-box-mobi {
      display: flex;
      align-items: center;
      margin-right: 15px;
    }
    
    .search-box-mobi a {
      color: var(--text-color);
    }
    

    
    .language-selector-mobi .img_language img {
       width: 21px;
        border-radius: 50%;
        height: 20px;
        border: 1px solid #fff;
    }
    
    .icon-bars-menu {
      color: var(--text-color);
      display: flex;
      align-items: center;
    }
    
    .menu-mobi {
      display: flex;
      align-items: center;
      width: 100%;
    }
    
    .lexicon-icon {
      width: 16px;
      height: 16px;
      fill: var(--primary-color);
    }
	.mobile-menu{
	 position: fixed;
		z-index: 1000000;
		top:0;
		left:0;
		height: 100vh;
		 transform: translateX(-100%);
    transition: transform 0.3s ease;
		 background-color: rgb(28 25 25 / 60%);
     backdrop-filter: blur(0px);
	 }
	.menu-container {
            background-color: #1565C0;
            color: white;
		        width: 318px;
		height: 100vh;
		        overflow-y: auto;
        }

        .menu-item {
            padding: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            cursor: pointer;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
	width: 100%;
        }

        .menu-item:hover {
            background-color: #1156a3;
        }
.calendar:hover, .faq:hover, .procedures:hover, .feedback:hover {
background-color: transparent!important;
}

        .menu-item .arrow {
            margin-left: 10px;
            transition: transform 0.3s ease;
        }

        .menu-item.active .arrow {
            transform: rotate(-90deg);
        }
	.menu-item a{
	 color: #fff!important;
		font-size: 18px;
	}
        .sub-menu {
            background-color: #e8f1f8;
            color: #333;
            padding: 10px 15px;
            display: none;
        }

        .sub-menu-item {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            cursor: pointer;
					display:flex;
					justify-content:space-between;
        }
	.sub-menu-item a{
	 font-size: 16px;
	}

        .sub-menu-item:last-child {
            border-bottom: none;
        }

        .sub-menu-title {
            color: #1565C0;
            font-weight: bold;
            padding: 12px 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

        .sub-menu-title .arrow {
            transition: transform 0.3s ease;
        }

        .sub-menu-title.active .arrow {
            transform: rotate(180deg);
        }

        .bullet-list {
            list-style-type: disc;
            padding-left: 20px;
            display: none;
					        background: #cbdfee;
        }

        .bullet-list li {
            padding: 5px 0;
        }


        .active-submenu {
            display: block;
        }

        .arrow svg {
            width: 16px;
            height: 16px;
					    transition: transform 0.3s ease;
        }

        .sub-menu-title .arrow svg .cls-1 {
            stroke: #1565C0;
        }
	.close-btn{
	     display: flex;
    justify-content: end;
    padding: 12px;
	}

        .arrow.up svg {
            transform: rotate(-90deg);
        }

        .arrow.right svg {
            transform: rotate(-90deg);
        }
.btn-desktop-menu.up {
    transform: rotate(180deg);
}
	.btn-desktop-menu{
	 display:none
	}
	.btn-desktop-menu.show{
	 display:block
	}
}
@media screen and (min-width: 768px) and (max-width: 1209px) {
	.header-container {
      background-color: var(--primary-color);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
    }
  .navbar{
	background-color: #fff;
	}
	.search-box{
	  display:none!important;
	}
	.menu-mobi{
	      display: flex;
        gap: 12px;
        align-items: center;
    justify-content: center;
		width: 100%;
	}
		.menu-panel {
    background: #fff;
    padding: 0!important;
    border-bottom: 1px solid #ddd;
	  display:block!important;
}
	.search-box-mobi a{
	color: var(--primary-color);
	}

	.time-box{
	 display:none;
	}

	 .login-mobi button,
    .login-mobi select {
        display: flex;
        margin-bottom: 10px;
			  width:100%;
			padding: 14px 18px;
			margin-top: 20px;
			background-color: #fff;
      border: 1px solid #59595933;
			gap: 6px;
      font-weight: 600;
    }
	.login-mobi{
     display:block!important;
		 padding: 0 18px;
   }
	.show {
    display: block!important;
    transform: translateY(0); 
    transition: transform 0.5s ease-in-out; 
}


.navbar-collapse, .search-panel {
    transform: translateY(0); 
    transition: transform 0.5s ease-in-out; 
}

.search-panel {
    position: relative;
    left: 0;
    width: 100%; 
    background-color: #fff;
    z-index: 999; 
}
	.panels-container .search-panel .search-form{
	padding: 0;
	}
	.menu-grid{
	  display: flex!important;
justify-content: space-between;
	}
    .collapse .language-selector{
        display: none !important;
    }
    .navbar-nav{
       flex-direction: column!important;
	    width: 100%;
        padding: 0 18px;
     max-height: 100%;
    height: calc(100vh - 350px);
     overflow-y : auto;
     display: none;
    }
    .search-box a{
        font-size: 12px;
    }
    .navbar-nav li:nth-child(n+4) {
        display: none;
    }
.nav-item.active .nav-link,.navbar-nav .nav-link:hover{
    color: #ffffff !important;
}
    .navbar-nav .nav-link{
        font-size: 13px!important;
			   color: #333 !important;
        padding: 14px 5px !important;
align-items: center;
    }

    .navbar .navbar-collapse{
        display:none!important;
    }
	
    .navbar-toggler{
        display: none !important;
    }
    .logo-mobi{
        display: block !important;
        margin-top: 2px;
    }
.language-selector-mobi .img_language img {
       width: 21px;
        border-radius: 50%;
        height: 20px;
        border: 1px solid #fff;
    }
    
    .icon-bars-menu {
      color: var(--text-color);
      display: flex;
      align-items: center;
    }
    
    .lexicon-icon {
      width: 16px;
      height: 16px;
      fill: var(--primary-color2);
    }
	.home-link {
      display: flex;
      align-items: center;
      color: var(--text-color);
      text-decoration: none;
    }
    
    .home-link svg {
      fill: #fff;
    }
    
    .search-form {
      flex-grow: 1;
      margin: 0 10px;
      position: relative;
      max-width: 500px;
    }
    
    .search-form input {
      width: 100%;
      padding: 8px 35px 8px 15px;
      border-radius: 20px;
      border: none;
      outline: none;
      font-size: 14px;
    }
    
    .search-box-mobi {
      display: flex;
      align-items: center;
      margin-right: 15px;
    }
    
    .search-box-mobi a {
      color: var(--text-color);
    }
	.login-ipad.show{
	display:none!important;
	}
}
.chitietbaiviet{
margin-left: 0!important;
margin-right: 0!important;
}
.conference-module h1 {
            font-size: 24px;
             margin: 20px 0;
            color: #24578f;
        }

        .search-form-hoinghi {
            margin-bottom: 30px;
        }

        .form-group-hoinghi {
            margin-bottom: 15px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .form-label-hoinghi {
            width: 80px;
            font-weight: normal;
            margin-right: 10px;
        }

        .form-input {
            flex: 1;
            min-width: 250px;
            padding: 8px 12px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }
.form-group-date{
     margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
gap:20px;
}
        .date-range {
            display: flex;
                gap: 20px;
            align-items: center;
					flex: 1
        }
.date-range label{
width: 80px;
}
        .date-input {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .buttons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
            justify-content: flex-end;
        }

        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 3px;
            color: white;
            cursor: pointer;
            font-size: 15px;
        }

        .btn-register {
            background-color: #ff9933;
        }

        .btn-register:hover {
            background-color: #e68a00;
        }

        .btn-search {
            background-color: #0099cc;
        }

        .btn-search:hover {
            background-color: #007399;
color: #fff;
        }
.btn-register-hoinghi{
background-color:#fd0100;
color: #fff;
}
.btn-register-hoinghi:hover{
background-color: #d6021b;
color: #fff ;
}
        .conference-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.conference-table th, 
.conference-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.conference-table th {
  background-color: #f2f2f2;
  position: sticky;
  top: 0;
}

.conference-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
 @media (max-width: 768px) {
	 .date-input{
	  width: auto;
	 }
	 .conference-module{
	  padding: 0 20px;
	 }
	 .form-input{
	   min-width: 100%
	 }
	 .conference-module h1 {
    font-size: 24px;
}
            .form-group-hoinghi {
                flex-direction: column;
                align-items: flex-start;
            }

            .form-label-hoinghi {
                width: 100%;
                margin-bottom: 5px;
            }

            .form-input-hoinghi {
                width: 100%;
                max-width: none;
            }

            .date-range {
                flex-direction: column;
        width: 100%;
        align-items: baseline;
        gap: 8px;
            }
            .btn {
                width: 100%;
            }

            .conference-table {
                display: block;
                overflow-x: auto;
            }
	 .conference-table th:nth-child(3),
.conference-table td:nth-child(3),
.conference-table th:nth-child(5),
.conference-table td:nth-child(5),
.conference-table th:nth-child(6),
.conference-table td:nth-child(6) {
  display: none;
}
        }
.lfr-tooltip-scope .management-bar{z-index: 1}

.folders-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .folder-item {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: linear-gradient(145deg, #ffffff, #f8f9fa);
            border-radius: 15px;
            border: 1px solid #e9ecef;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .folder-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            background: linear-gradient(145deg, #f8f9fa, #ffffff);
        }

        .folder-icon {
            width: 40px;
            height: 40px;
            margin-right: 15px;
            background: linear-gradient(135deg, #ffd700, #ffb347);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            box-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
        }

        .folder-name {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            flex: 1;
        }

        .folder-item:hover .folder-name {
            color: #007bff;
        }

        .folder-item:hover .folder-icon {
            background: linear-gradient(135deg, #007bff, #0056b3);
            color: white;
        }

        .title-folder {
            font-size: 28px;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
            background: var(--primary-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .subtitle {
            color: #666;
            font-size: 16px;
            margin-bottom: 30px;
        }

        .folder-item {
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }

        .folder-item:nth-child(1) { animation-delay: 0.1s; }
        .folder-item:nth-child(2) { animation-delay: 0.2s; }
        .folder-item:nth-child(3) { animation-delay: 0.3s; }
        .folder-item:nth-child(4) { animation-delay: 0.4s; }
        .folder-item:nth-child(5) { animation-delay: 0.5s; }
        .folder-item:nth-child(6) { animation-delay: 0.6s; }
        .folder-item:nth-child(7) { animation-delay: 0.7s; }
        .folder-item:nth-child(8) { animation-delay: 0.8s; }
        .folder-item:nth-child(9) { animation-delay: 0.9s; }
        .folder-item:nth-child(10) { animation-delay: 1.0s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .folders-grid {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 20px;
            }
            
            .title-folder {
                font-size: 24px;
            }
        }.lfr-layout-structure-item-f3297c5e-72d7-29c6-150f-b52883fbf1c0 {

}
.icon-menu-more{
 color:var(--primary-color);
}
.title-detail{
 border-bottom:none!important
}
.org-news{
 font-size:13px!important;
}
.org-item{
   width: 196px !important;
}
.org-list:not(:last-child){
    padding-right:15px!important
}
.avatar-group a{
  width: 100%
}
.news-title{
 font-size:16px!important;
}
.img-category{
    height: 238px!important
}
.news-box .menu-box{
 padding-bottom: 4px;
}
.menu-box{
    display: flex;
    justify-content: space-between;
    padding-right: 14px;
    border-bottom: 2px solid var(--primary-color);
}

@media screen and (max-width: 768px) {
.search-section .search-title{
display: flex;
flex-direction: row;
align-items: center;
}
.document-cards{
    padding: 0 10px;
}
.category-read .col-md-12{
padding: 0 12px;
}
.document-card-actions a{
text-decoration-line: underline;
font-weight: 700;
}
.edetail .columns h4{
 display: flex;
justify-content: center
}
.edetail .columns h5{
 font-family: sans-serif;
    font-weight: 700;
     font-size: 16px;
    padding: 4px 10px;
color:
}
.modal-content{
width: 358px;
}
.child-three .nav-item:last-child{
border-bottom: none!important;
}
.banner-header-mobi img{
 width: 100%;
}
.banner{
 display:none!important;
}
 .slide .date-time{
    padding: 0px 16px!important;

}
.mySwiper {
  --swiper-navigation-size: 25px; 
  --swiper-navigation-color: #ff6600; 
}
.search-panel.active{
 display:none;
}
.mySwiper .swiper-button-next,.swiper-button-prev{
    background: #f3f3f3!important;
    border-radius: 50%!important;
    padding: 0px 9px!important;
}
.form{
padding: 0 14px;
}
.visible img{
	    height: 118px!important;
	}
.slider-main{
padding: 0 7px;
}
.logo-title{
padding: 12px 12px;
}
.top-videp-detail{
 padding : 0 14px;
}
.document-table{
    min-width: 100%;
}
    .component-image {
        padding-bottom: 14px;
        display: flex;
        justify-content: center;
    }
.component-image img{
width: 350px!important;
}
.vbbh{
 margin : 0 14px;
}
.vbbh::before {
    background: var(--primary-color);
    margin-bottom: 3px;
    position: absolute;
    right: 29px;
    width: calc(100% - 208px);
    height: 0.1rem;
    top: 19px;
}
.vbbh::after {
    background: var(--primary-color);
    margin-bottom: 3px;
    position: absolute;
    right: 29px;
    width: calc(100% - 208px);
    height: 0.1rem;
    top: 23px;
}
.vbbh::before, .vbbh::after {
    content: "";
    flex: 1;
    margin-left: 10px;
}
.logo-titleVB{
    padding: 20px 14px 0 25px;
    margin-bottom: -30px;
}
.breadcrumb {
    font-size: 14px;
    margin: 20px 8px;
}
.sidebar-section{
    margin: 0 12px 12px;
    border: 1px solid #9797974D;
    padding: 10px 10px;
}
.article-content p img{
 width: 100%;
height: 100%;
}
.article-content table{
width: 100%!important
}
.article-content p{
font-size: 17px;
}
.category-title{
 display:none
}
.category-list{
scrollbar-width: none!important;
padding: 12px;
}
.col .block{
        padding-top: 0px!important;
    }
     .advertise-main {
         flex-wrap: wrap;
         justify-content: center;
         padding: 10px;
         gap: 10px!important;
     }

.main-content .title{
display:block!important;
 margin-top: -14px;
}

.category-read nav {
 justify-content: center!important;
}
.carousel-item .news-content{
                 padding: 10px 22px 8px 22px !important;
}
.block-culture-content{
    margin-top: -18px;
}
.summary p{
 font-size:16px!important
}
.block-organization-container a{
 width:100%;
}

.featured-news .avatar-group a{
  width: 100%!important;
}

.block-politics-content{
 display:none;
}
.category-main .news-content{
                padding: 10px 0 0 0 !important;
}
.block-category-container img{
        width: 132px !important;
        height: 90px !important;

}
.special-mobi{
  padding: 0 14px!important;
}
.category-mobi{
padding: 14px 0!important;
}
.menu-box{
    display: flex;
    justify-content: space-between;
    padding-right: 14px;
    border-bottom: 2px solid var(--primary-color);
}

     .col-md-3 {
         width: calc(50% - 10px);
         /* 50% trừ đi một nửa khoảng gap */
     }
.news-box-feature{
padding:0!important;
}
.news-time{
    margin-bottom: 0!important;
}
.category-header{
font-size: 24px!important;
line-height: 30px!important;
        padding: 10px 11px !important;
        text-align: justify;
}
.block-culture-content .new-child{
 padding: 0 14px!important;
}
.slide-title{
       font-size: 22px!important;
      line-height: 24px!important;
        display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
   padding: 2px 14px;
}
.image-1{
    width: 100%!important;
    height: 252px!important;
}
.news-image{
    height: 80px !important;
}
     .advertise-main img {
         width: 100%;
         height: auto;
         object-fit: cover;
     }
.col-md-3.news-container{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next{
        top: 32%;
    }
.prev,.next{
  display:none!important;
}
.slide img{
  height:100%!important;
}
.header-multi::before, .header-multi::after{
 display:none!important;
}
.dot{
       border: 1px solid #fff !important;
}
    .container-fluid{
        padding: 0;
        margin: 0 auto;
    }
    .container{
        padding: 0 13px;
        margin: 0 auto;
    }
    .carousel-caption{
        padding: 8px 15px 20px 12px;
    }
    .news-carousel{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption h5{
        font-size: 16px !important
    }
    .block-title h2{
        font-size: 16px !important
    }
    .col-md-3.news,
    .container.block-container{
        width: 100%;
        padding: 0px 16px;
    }
    .leadership-section{
        padding: 25px 10px 6px 10px!important;
    }
.component-slider{
padding: 0!important
}
    .leadership-title h2{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .leadership-title{
        width: 332px!important;
        margin-left: 8px!important;
    }
.leadership-title .title-detail{
padding: 0!important;
}
.news-block-content b{
    font-size: 14px;
}
.title-detail{
line-height:28px!important;
padding: 0 14px;
display:flex!important;
text-align:justify;
}
   
    .leader-card img{
        height: 109px !important;
    }
    .block-title{
        width: 100%!important;
    }
    .block-title h2{
        text-align: left!important;
        text-transform: uppercase;
    }
    .news-block .news-box:nth-child(n+3) {
        display: none!important;
    }
    .news-advertisement{
        display: none;
    }
    .news-block{
        display: block!important;
        margin-top: 10px;
    }
.title-detail-mobi{
 border-bottom: none!important;
}
.block-economy{
 border-bottom: 2px solid var(--primary-color); 
padding-bottom: 5px!important;
}
    .news-box-special{
        display: flex;
       border-bottom: 1px solid #59595933;
padding-bottom: 9px;
    }
.carousel-mobi .news-list:nth-child(n+4) {
    display: none !important;
}
.news-list:nth-child(n+3){
   display:none!important;
}
.org-list:nth-child(n+3){
   display:none!important;
}
.featured-news .news-box:last-child .news-box-special {
    border-bottom: none !important;
}
    .avatar-group .img-fearuted{
        height: 73px!important;
        width: 120px !important;
    }
    .news-block-title{
        font-size: 16px!important;
        line-height: 19px!important;
    }
.news{
    padding: 0px 25px!important;
}
    .news-content{
        padding-left: 14px;
        margin: 0 !important;
    }
.news-content-mobi{
   padding: 0!important
}
    .news-block .news-box{
        border-bottom: 1px solid #d9d8d8;
    }
    .news-block .news-box:nth-child(2){
        border-bottom: none !important
    }
    .block-container{
        border-bottom: none !important;
    }
    .block-remove{
        display: none;
    }
    .slider-container{
        margin-top: 20px;
    }
    .main-slide{
        margin-bottom: 10px;
    }
    .grid-container{
        display: block!important;
    }
    .main-slide-img{
        height: 208px!important;
        width: 100%!important;
    }
    .thumbnail-grid{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .thumbnail-grid .thumbnail:nth-child(n+5) {
        display: none !important;
    }
    .thumbnail-img{
        height: 121px!important;
    }
    .multi-title{
        -webkit-line-clamp:3!important;
    }

    .header-multi h2{
        margin-bottom: 5px !important
    }
    .header-icons{
        margin-left: -9px;
    }
   
    .advertise-mobi {
        display: block!important;
    }
    .block-organization-container{
        display: block!important;
padding: 0 14px!important;
    }
 .org-title{
       padding-top:10px!important;
    }
    .org-child{
        flex-direction: column;
        padding: 0 14px;
    }
    .img-org{
        width: 100%!important;
        height: 274px !important
    }
    .org-title{
        margin: 0!important;
    }
    .news-container-special .news-content{
        margin: 0!important;
    }

    .org-item{
        display: flex!important;
padding-top:10px!important;
        width: 100% !important;
    }
    .block-culture h2{
        font-size: 16px !important;
    }
    .block-organization h2{
        font-size: 16px !important;
    }
.mobi-news .news-wrap .catogory-content .catogory-container-special{
padding-left: 10px;
padding-right: 10px;
}
    .block-politics h2{
        font-size: 16px !important;
    }
    .block-economy h2{
        font-size: 16px !important;
    }
.block-economy .menu-box .title-detail{
 padding: 0!important;
}
    .block-organization h2{
        font-size: 16px !important;
    }
    .block-infor h2{
        font-size: 16px !important;
    }
    .org-news{
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .org-image{
        height: 80px !important;
        width: 132px !important;
    }
    .org-content{
        margin-left: 10px;
        margin-top: -2px!important;
    }
    .block-organization{
        width: 100%!important;
    }
    .org-child .org-list:not(:last-child){
        border-bottom: 1px solid #d9d8d8;
        padding-bottom: 10px;
    }
    .block-organization-content{
        margin-bottom: 30px!important;
    }
    .document-table th,td,p{
        font-size: 14px;
    }
    .document-table th:first-child {
         width: 92px;
    }
    
    .document-table th:nth-child(2) {
        width: 100px;
    }
    .doc-title{
        font-size: 13px!important;
    }
    .grid-menu{
        margin: 0!important;
        padding-bottom: 20px;
display:grid!important;
gap:0;
    }
    .background-img{
        width: 194px !important;
    }
    .content img{
        width: 40px;
    }
    .content span{
        font-size: 13px!important;
    }
.block-economy-content.new-child{
padding: 0 14px;
}
.news-box{
  padding: 14px 0;
}
    .carousel-mobi{
      padding: 0 42px 0 34px !important;
        padding-bottom: 24px !important;
    }

.banner-footer{
        display: none;
    }
    .banner-mobi {
        display: block!important;
    }
    .footer-main{
        flex-wrap: wrap;
        margin-bottom: 120px;
        border-bottom: 1px solid #989898;
        padding-bottom: 50px;
    }
    .footer{
        padding: 20px 10px;
    }
    .footer-right{
        margin-top: 20px;
        margin-left: 0!important;
    }
    .footer-left{
        display: flex;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid #989898;
    }
    .footer-right{
        border-right: none;
        border-bottom: 1px solid #989898;
        margin-bottom: 20px;
    }
    .logo{
        padding: 0;
    }

    .collapse .language-selector{
        display: none !important;
    }

    .search-box a{
        font-size: 12px;
    }
    .navbar-nav li:nth-child(n+4) {
        display: none;
    }


    .navbar-toggler{
        display: none !important;
    }
    .logo-mobi{
        display: block !important;
        margin-top: 2px;
    }
 }

@media (min-width: 744px) and (max-width: 850px) {
    .avatar-group a {
   width:100%!important;
}
}
@media (max-width: 991px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
  
}

@media (max-width: 576px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 360px){
      .menu-item .background-img {
        width: 158px!important;
    }
}
@media only screen and (min-width: 740px) and (max-width: 1080px) {
    .background-img {
        width: 334px !important;
    }
    .content {
        position: absolute;
        top: 52%;
        left: 52%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
        flex-direction: column;
    }
    .content img {
        width: 62px;
    }
    .content span {
        font-size: 24px !important;
    }
}

/* Từ 768px đến 1024px - Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
.lap-mini{
 flex: 0 0 calc(11.5 / 12 * 100%);
        max-width: calc(11.5 / 12 * 100%);
        margin-bottom: 14px;
}
    .background-img {
        width: 92px !important;
    }
    .content img {
        width: 30px;
    }
    .content span {
        font-size: 7px !important;
    }
    .block-culture-content .new-child {
        padding-top: 20px !important;
    }
.carousel-mobi{
  padding: 0 36px !important;
    flex: auto;
    max-width: fit-content;
}
.carousel-item img{
    height: 409px!important;
    width: 583px !important;
}
.news-container{
 flex: auto;
    max-width: fit-content;
}
.component-image img{
width: 100%!important;
}
.news-title a{
text-align: left;
}
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .grid-menu {
        gap: 12px;
    }
    .menu-item {
        padding: 10px 5px 10px 0;
    }
    .content span {
        font-size: 8px !important;
    }
    .content img {
        width: 24px;
    }
    .background-img {
        width: 117px !important;
    }
    .block-culture-content .new-child {
        padding-top: 0px !important;
    }
.news-title a{
text-align: left!important;
}
.carousel-mobi{
padding : 0 27px!important;
}
.news-container{
padding-left: 28px;
}

}

/* Từ 912px đến 1368px - Màn hình trung bình */
@media only screen and (min-width: 912px) and (max-width: 1368px) {
    .background-img {
        width: 135px !important;
    }
    .content img {
        width: 37px;
    }
    .content span {
        font-size: 10px !important;
    }
    .block-culture-content .new-child {
        padding-top: 0px !important;
    }
.carousel-item img{
height: 456px !important;
width: 100%!important;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .background-img {
        width: 152px !important;
    }
}
</pre></body></html>