.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #f7af00;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all .5s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #e5a200 solid;
    padding: 10px;
    text-align: center;
    height: 150px;
}

.mobile-menu-wrap .logo img {
    height: 100px;
    width: 100px;
    float: none;
}

.dropdown-submenu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: wheat;
    white-space: nowrap;
}

.dropdown-submenu li:hover a {
    color: white;
}

.dropdown:hover .dropdown-submenu {
    display: block;
    opacity: 1;
    transition: all .5s ease;
    color: white;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
}

.navbar-collapse {
    height: 520px;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    width: 100%;
    display: none;
    text-align: end;
    z-index: 999;
    position: absolute;
    margin-left: 1px;
}

.mobile-menu-toggle-btn i {
    color: #fff;
    font-size: 25px;
    border: 1px solid;
    border-radius: 7px;
    padding: 3px 10px 3px 10px;
    margin: 1px 1px 1px 1px;
    background-color: #245682;
}

.mobile-menu-toggle-btn i:hover {
    background-color: #428bca;
}

.panel-about-menu .panel-body ul {
    padding-left: 26px;
}

.fb-like {
    top: 3px;
}

div.news_column .socialicon {
    margin: 0px;
}

.margin-bottom-lg {
    margin-bottom: 0px;
}

#background-about .col-md-18 {
    top: -15px;
}

#background-about .col-md-18 h3 a {
    color: #fff;
    position: absolute;
    right: 0px;
    margin-right: 18px;
}

@media ( min-width : 992px) {
    /*.col-md-24 {
        width: 75%;
    }*/
}

@media ( max-width : 768px) {
    #menu_pc {
        display: none;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .header {
        margin-bottom: 50px;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .headerSearch {
        width: 80%;
        float: left;
        padding: 0;
    }
    #bg_search {
        background: none;
    }
}

@media ( min-width : 599px) {
    .mobile-menu-toggle-btn {
        top: 5px;
    }
}

@media ( max-width : 599px) {
    .mobile-menu-toggle-btn {
        top: -4px;
    }
}

@media ( max-width : 426px) {
    #sologan h2, #sologan p.site_description {
        font-size: 12px;
    }
    #sologan h1, #sologan p.site_name {
        font-size: 17px;
    }
    #bg_slider {
        margin-top: 30px;
    }
    .mobile-menu-toggle-btn i {
        margin: 4px 1px 1px 1px;
    }
}

@media ( max-width : 376px) {
    #bg_slider {
        margin-top: 62px;
    }
    #formsearch {
        top: 25px;
    }
}

@media ( max-width : 321px) {
    #sologan h1, #sologan p.site_name {
        font-size: 14px;
    }
    #sologan h2, #sologan p.site_description {
        font-size: 10px;
    }
    #bg_slider {
        margin-top: 91px;
    }
    #bg_slider .owl-controls .owl-buttons div {
        top: -15px;
    }
}

@media ( max-width : 281px) {
    #sologan h2, #sologan p.site_description {
        font-size: 9px;
    }
    .mobile-menu-wrap {
        width: 200px;
    }
}

.panel-three .panel-heading {
    font-size: 20px;
    padding: 12px 0px 5px;
}

.panel-three .panel-body {
    min-height: 240px;
    padding: 0px 5px 10px 5px;
}

.three ul li a {
    font-size: 13px !important;
    font-family: 'Itim', Arial, Helvetica, sans-serif!important;
    white-space: break-spaces;
}

.three ul li {
    margin-bottom: 0px;
}

.three ul li:last-child {
    margin-bottom: 15px;
}

.three ul {
    padding: 0px 0px 30px !important;
}

@media ( min-width : 768px) {
    .panel-three {
        background-position: top;
        background-size: cover;
    }
}

#bg_slider .slider img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.owl-item {
    max-height: 460px;
}

@media ( max-width : 1024px) {
    .owl-item {
        max-height: 435px;
    }
}

@media ( max-width : 823px) {
    .owl-item {
        max-height: 304px;
    }
}

@media ( max-width : 812px) {
    .owl-item {
        max-height: 299px;
    }
}

@media ( max-width : 768px) {
    .owl-item {
        max-height: 282px;
    }
}

@media ( max-width : 736px) {
    .owl-item {
        max-height: 416px;
    }
}

@media ( max-width : 731px) {
    .owl-item {
        max-height: 412px;
    }
}

@media ( max-width : 717px) {
    .owl-item {
        max-height: 404px;
    }
}

@media ( max-width : 667px) {
    .owl-item {
        max-height: 374px;
    }
}

@media ( max-width : 640px) {
    .owl-item {
        max-height: 358px;
    }
}

@media ( max-width : 568px) {
    .owl-item {
        max-height: 314px;
    }
}

@media ( max-width : 540px) {
    .owl-item {
        max-height: 299px;
    }
}

@media ( max-width : 414px) {
    .owl-item {
        max-height: 224px;
    }
}

@media ( max-width : 411px) {
    .owl-item {
        max-height: 220px;
    }
}

@media ( max-width : 375px) {
    .owl-item {
        max-height: 200px;
    }
}

@media ( max-width : 360px) {
    .owl-item {
        max-height: 190px;
    }
}

@media ( max-width : 320px) {
    .owl-item {
        max-height: 166px;
    }
}

@media ( max-width : 280px) {
    .owl-item {
        max-height: 144px;
    }
}

.d-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(28rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
}

div.news_column .panel-category .panel-body div:first-child, div.news_column .panel-category .panel-body div:nth-child(2n+1) {
    border-right: 0px dashed #e89500;
}

.d-grid div:first-child, .d-grid div:nth-child(2n+1) {
    border-right: 1px dashed #e89500 !important;
}

div.news_column .panel-category .panel-body div:first-child {
    margin-top: 5px;
}

div.news_column .panel-category .panel-body div:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}

div.news_column .panel-category .panel-body div:nth-child(2n+1) {
    padding-right: 0;
}

#background-about img {
    width: 100%;
}

.wcbt {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
}

div.news_column .panel-category .panel-heading ul:after {
    background-image: url(../images/background-category1.png);
}

div.news_column .panel-category .panel-heading {
    background-image: url(../images/background-category2.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
    z-index: -2;
    background-size: contain;
}

.mobile-menu-wrap .menu {
    background-color: #f7af00;
    overflow: auto;
    height: calc(100vh - 160px);
}

@media ( max-width : 785px) {
    .mobile-menu-wrap .menu-collapser, .open-menu .mobile-menu-wrap .panel-default .panel-heading, .open-menu .mobile-menu-wrap .menu-collapser {
        display: none !important;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu {
        display: block !important;
        margin-top: 0 !important;
        position: static;
        background-color: #f7af00;
    }
    .mobile-menu-wrap ul.slimmenu li a:hover, .mobile-menu-wrap ul.slimmenu li a:focus, .mobile-menu-wrap ul.slimmenu li.current {
        background-color: #ffffff;
        text-decoration: none;
    }
    .mobile-menu-wrap ul.slimmenu>li>a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }
    .mobile-menu-wrap ul.slimmenu li:hover .sub-collapser>i, .mobile-menu-wrap ul.slimmenu li .sub-collapser>i {
        color: #fff;
    }
    ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {
        background: rgba(244, 244, 244, 1);
        background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
        background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd', GradientType=0);
        text-decoration: none;
        color: #333333;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }
    ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current a {
        color: #333333;
    }
}

#background-about{
    border: 3px dashed #ffffff !important;
    border-radius: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

.primary:nth-child(2){
    background-color: #a843ff
}

.detailContent .videoplayer {
    margin-bottom: 20px;
}

.subsite-tabs {
    margin: -15px;
}

.subsite-tabs .nav-tabs {
    background-color: #e9eff7;
}

.subsite-tabs .nav-tabs > li {
    margin-bottom: 0!important;
    padding: 8px 0 8px 12px;
}

.subsite-tabs .nav-tabs > li > a {
    border: 0;
    padding: 1px 12px 1px 1px;
    margin-right: 0;
    border-right: 1px solid #004f80;
    border-radius: 0;
}

.subsite-tabs .nav-tabs > li:last-child > a {
    border-right: 0;
}

.subsite-tabs .nav-tabs > li > a:hover {
    color: #004f80;
    font-weight: bold;
    background-color: transparent;
}

.subsite-tabs .nav-tabs > li.active > a {
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #004f80;
}

.subsite-tabs .nav-tabs > li.active:last-child > a {
    border-right: 0;
}

.subsite-tabs .nav-tabs > li.active > a,
.subsite-tabs .nav-tabs > li.active > a:hover,
.subsite-tabs .nav-tabs > li.active > a:focus {
    color: #004f80;
    font-weight: bold;
}

.subsite-tabs .sitelist-outer {
    position: relative;
}

.subsite-tabs .sitelist-outer:before {
    content: " ";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    margin-left: -9px;
    width: 1px;
    border-left: 1px dotted #ccc;
    display: block;
}

.subsite-tabs .sitelist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 0 0;
    margin: 0;
}

.subsite-tabs .sitelist li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px!important;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .subsite-tabs .sitelist-outer:before {
        display: none;
    }

    .subsite-tabs .sitelist li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#category_news_primary ul{
    padding: 0px;
}
#category_news_primary ul li h5 a{
    font-family: 'Opensans Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff3333;
}
.primary{
    background-color: #ffd218;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin-bottom: 22px;
}
.primary img{
    float: left;
    width: 40px;
    margin-right: 10px;
}
.primary a{
    vertical-align: sub;
    font-family: 'Itim', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff3333;
    text-shadow: 2px 20px 2px rgba(0,0,0,0.3);
    text-transform: uppercase;
    line-height: 3;
}
.primary a span{
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
.primary a span:after{
    text-shadow: 2px 20px 2px rgba(0,0,0,0.3);
    content: "";
}
.three{
    padding-left: 20px;
}
.three ul{
    padding: 0px 0px 55px;
}
.three ul li{
    background: url("../images/icon-category.png") no-repeat 0px 3px;
    padding-left: 20px;
    position: relative;
}
.three ul li a{
    color: #333333;
    font-family: 'Opensans Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.three ul li:hover ul.dropdown-menu{
    display: block;
    top: 0px;
    left: 100%;
}
.three ul li ul li a{
    padding: 0px;
}
.three ul li ul li a:hover{
    background-color: transparent;
}
.three ul li ul{
    padding: 10px;
}
.three ul li ul li{
    margin-bottom: 5px;
}
.title_meal{
    color: #ffffff;
    font-weight: 700;
}
.meal_table tr td{
    color: red;
    font-style: italic
}
.curent_day{
    background: #f9e2e2 !important;
}
.meal_list{
    padding: 5px;
    color: #f9f3f3;
}
.meal_list p{
    color: #4088c5;
}
.meal span{
    color: red;
    font-weight: 700;
    font-style: italic
}

.header_block{
    color: #1a3f5e;
}
.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.w80{
    width: 80px;
}
.alert-bottom {
    margin-bottom: 0!important;
}
.pb-0 {
    padding-bottom: 0!important;
}

/* Gird flexbox */
.ab-gird-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.ab-gird-box .ab-gird-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.ab-thumb-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.ab-thumb-wrap .thumb-inner {
    max-width: 100%;
}

.ab-single-thumb .thumb-cover,
.ab-thumb-wrap .thumb-inner .thumb-cover {
    display: block;
    height: 0;
    background-position: center top;
    background-size: cover;
    max-width: 100%;
}

.ab-single-thumb .thumb-in,
.ab-thumb-wrap .thumb-inner .thumb-in {
    display: block;
    height: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.ab-single-thumb .thumb-in .image-thumb-blur,
.ab-single-thumb .thumb-in .image-thumb-bg,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ab-single-thumb .thumb-in .image-thumb-blur,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='8', shadowopacity='0.0');
    filter: blur(8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab-single-thumb .thumb-in .image-thumb-bg,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg {
    background-color: #000;
    opacity: 0.2;
}

.ab-single-thumb .thumb-in img,
.ab-thumb-wrap .thumb-inner .thumb-in img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.ab-single-thumb .thumb-in.h img,
.ab-thumb-wrap .thumb-inner .thumb-in.h img {
    width: 100%;
    height: auto;
}

.ab-single-thumb .thumb-in.v img,
.ab-thumb-wrap .thumb-inner .thumb-in.v img {
    height: 100%;
    width: auto;
}

.ab-single-thumb .thumb-all,
.ab-thumb-wrap .thumb-inner .thumb-all {
    max-width: 100%;
    height: auto;
}

/* Main */
.hidden {
    display: none;
}

/* Images center*/
.jcarousel-wrapper {
    margin: 0 auto 40px auto;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 -5px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel li>div {
    margin: 0 5px;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

@media only screen and (max-width: 991.98px) {
    .ab-gird-box .ab-gird-item {
        width: 25% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .ab-gird-box .ab-gird-item {
        width: 33.333333% !important;
    }
}

@media only screen and (max-width: 499.98px) {
    .ab-gird-box .ab-gird-item {
        width: 50% !important;
    }
}

/* ============ TRANG CHI TIẾT TIN TỨC - GIAO DIỆN HIỆN ĐẠI ============ */
.news_column[itemtype="http://schema.org/NewsArticle"] {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(20, 40, 90, 0.08);
    overflow: hidden;
    margin-bottom: 24px;
}

.news_column[itemtype="http://schema.org/NewsArticle"] > .panel-body {
    padding: 32px 36px;
}

.news_column[itemtype="http://schema.org/NewsArticle"] h1.title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    color: #16305c;
    padding-left: 16px;
    border-left: 5px solid #f7941e;
    margin-bottom: 20px !important;
}

.news_column[itemtype="http://schema.org/NewsArticle"] .row.margin-bottom-lg {
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #dfe6f0;
    margin-bottom: 24px !important;
}

.news_column[itemtype="http://schema.org/NewsArticle"] .row.margin-bottom-lg .h5 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef3fc;
    color: #2f5fa8;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 999px;
    margin: 0;
}

.news_column[itemtype="http://schema.org/NewsArticle"] .row.margin-bottom-lg ul.list-inline li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4f6fb;
    color: #4a5b7a !important;
    transition: all .2s ease;
}

.news_column[itemtype="http://schema.org/NewsArticle"] .row.margin-bottom-lg ul.list-inline li a:hover {
    background: #f7941e;
    color: #fff !important;
}

.news_column[itemtype="http://schema.org/NewsArticle"] figure.article img,
.news_column[itemtype="http://schema.org/NewsArticle"] .hometext + figure img {
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(20, 40, 90, 0.12);
}

.news_column[itemtype="http://schema.org/NewsArticle"] figure.article figcaption {
    text-align: center;
    font-style: italic;
    color: #7a869e;
    font-size: 14px;
    margin-top: 8px;
}

.news_column[itemtype="http://schema.org/NewsArticle"] .hometext {
    font-size: 18px;
    line-height: 1.7;
    color: #384357;
    font-weight: 600;
    padding: 16px 20px;
    background: #fbf6ec;
    border-left: 4px solid #f7941e;
    border-radius: 0 10px 10px 0;
}

#news-bodyhtml.bodytext {
    font-size: 16.5px;
    line-height: 1.85;
    color: #2b3245;
}

#news-bodyhtml.bodytext p {
    margin-bottom: 16px;
}

#news-bodyhtml.bodytext img {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20, 40, 90, 0.12);
    max-width: 100%;
    height: auto !important;
}

#news-bodyhtml.bodytext h2,
#news-bodyhtml.bodytext h3 {
    color: #16305c;
    font-weight: 700;
}

/* Khối tệp đính kèm */
.news_column .news-download-file,
.laws-download-file {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e7ecf5;
}

.news_column .news-download-file .list-group-item,
.laws-download-file .list-group-item {
    border: none;
    border-bottom: 1px solid #eef1f8;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    transition: background .15s ease;
}

/* Khung xem truoc PDF (mo bang nut con mat) phai xuong dong, chiem full chieu rong,
   khong bi ep nam chung hang voi link tai file */
.news_column .news-download-file .list-group-item > .collapse,
.laws-download-file .list-group-item > .collapse,
.news_column .news-download-file .list-group-item > .clearfix,
.laws-download-file .list-group-item > .clearfix {
    flex: 1 0 100%;
    width: 100%;
}

.news_column .news-download-file .list-group-item .well,
.laws-download-file .list-group-item .well {
    margin: 10px 0 0;
}

.news_column .news-download-file .list-group-item iframe,
.laws-download-file .list-group-item iframe {
    width: 100% !important;
    border-radius: 10px;
}

.news_column .news-download-file .list-group-item:hover,
.laws-download-file .list-group-item:hover {
    background: #f6f9ff;
}

.news_column .news-download-file .list-group-item:last-child,
.laws-download-file .list-group-item:last-child {
    border-bottom: none;
}

.news_column .news-download-file .list-group-item a,
.laws-download-file .list-group-item a {
    color: #2f5fa8;
    font-weight: 600;
}

/* Ten file co the rat dai - cho phep co giam va xuong dong, tranh day nut xem qua khoi vung hien thi */
.laws-download-file .list-group-item > a:first-child {
    flex: 1 1 260px;
    min-width: 0;
    word-break: break-word;
}

/* Nut "Xem chi tiet file" - day sang phai, hien chu ro rang thay vi chi co icon.
   Ghi de rule .badge{width:22px;height:22px;float:right} cu cua laws.css bang !important */
.laws-download-file .list-group-item .quick-view-badge {
    flex: 0 0 auto !important;
    margin-left: auto;
    float: none !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.laws-download-file .list-group-item .quick-view-badge a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    background: #0d6e5c;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background .15s ease;
}

.laws-download-file .list-group-item .quick-view-badge a:hover {
    background: #0a5245;
}

/* Tags */
.news_column .h5 a[title] em {
    display: inline-block;
    background: #eef3fc;
    color: #2f5fa8;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 999px;
    margin: 2px 2px;
    transition: all .15s ease;
}

.news_column .h5 a[title]:hover em {
    background: #f7941e;
    color: #fff;
}

/* Bài viết liên quan / cùng chủ đề */
.other-news .h3 {
    font-size: 19px;
    font-weight: 800;
    color: #16305c;
    position: relative;
    padding-left: 14px;
    margin-bottom: 16px !important;
}

.other-news .h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 5px;
    border-radius: 3px;
    background: #f7941e;
}

.other-news ul.detail-related.related {
    margin-bottom: 24px;
}

.other-news ul.detail-related.related li {
    padding: 4px 14px;
    transition: background .15s ease;
    border-bottom: 1px dashed #eef1f8;
}

.other-news ul.detail-related.related li h4 {
    margin: 0;
    display: inline;
    font-size: 14.5px;
    line-height: 1.5;
}

.other-news ul.detail-related.related li em:not(.fa-angle-right) {
    margin-left: 4px;
}

.other-news ul.detail-related.related li:last-child {
    border-bottom: none;
}

.other-news ul.detail-related.related li:hover {
    background: #f6f9ff;
}

.other-news ul.detail-related.related li h4 {
    margin: 0 0 4px;
    font-size: 14.5px;
    line-height: 1.4;
}

.other-news ul.detail-related.related li h4 a {
    color: #2b3245;
    font-weight: 700;
}

.other-news ul.detail-related.related li em.fa-angle-right {
    color: #f7941e;
    margin-right: 6px;
}

.other-news ul.detail-related.related li em:not(.fa-angle-right) {
    color: #93a0b8;
    font-size: 12.5px;
}

@media only screen and (max-width: 767.98px) {
    .news_column[itemtype="http://schema.org/NewsArticle"] > .panel-body {
        padding: 20px 18px;
    }
    .news_column[itemtype="http://schema.org/NewsArticle"] h1.title {
        font-size: 23px;
    }
    .news_column[itemtype="http://schema.org/NewsArticle"] .hometext {
        font-size: 16px;
    }
}

/* ============ MODULE THƯ VIỆN ẢNH - GIAO DIỆN HIỆN ĐẠI ============ */
[id^="photo-"] .page-header,
#album-gallery ~ .page-header,
.album_comment ~ .page-header {
    border: none;
    padding: 0 0 0 16px;
    margin: 0 0 22px;
    position: relative;
}

[id^="photo-"] .page-header h1,
.pd5 > h1.txt20,
.page-header h1.txt20,
.page-header h4.txt20 {
    font-size: 26px;
    font-weight: 800;
    color: #16305c;
    border-left: 5px solid #f7941e;
    padding-left: 16px;
    margin: 0 0 6px -16px;
}

/* Thẻ album (danh sách album) */
.album-album {
    margin-bottom: 22px;
}

.album-album .panel,
#other-album .panel {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(20, 40, 90, 0.10);
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.album-album .panel:hover,
#other-album .panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(20, 40, 90, 0.18);
}

.album-album .album-image,
#other-album .panel-body {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #eef1f8;
}

.album-album .album-image img,
#other-album .panel-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.album-album .panel:hover .album-image img,
#other-album .panel:hover .panel-body img {
    transform: scale(1.08);
}

.album-album .album-image::after {
    content: "\f03e";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    background: rgba(22, 48, 92, 0.75);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.album-album .catalog_content,
#other-album .panel-footer {
    border: none !important;
    background: #fff !important;
    padding: 14px 16px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.album-album .album-name h3,
#other-album .album-name h3 {
    font-size: 15.5px;
    margin: 0;
}

.album-album .album-name h3 a,
#other-album .album-name h3 a {
    color: #2b3245;
    font-weight: 700;
}

#other-album .panel-footer .btn-primary {
    background: #f7941e;
    border-color: #f7941e;
    border-radius: 999px;
    font-size: 12.5px;
    padding: 5px 14px;
    margin-top: 8px;
}

#other-album .panel-footer .btn-primary:hover {
    background: #e07f0a;
    border-color: #e07f0a;
}

/* Lưới ảnh trong 1 album */
#album-gallery .panel {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(20, 40, 90, 0.10);
    transition: transform .2s ease, box-shadow .2s ease;
    margin-bottom: 20px;
}

#album-gallery .panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(20, 40, 90, 0.16);
}

#album-gallery .panel-body {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #eef1f8;
}

#album-gallery .panel-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

#album-gallery .panel:hover .panel-body img {
    transform: scale(1.08);
}

#album-gallery .panel-footer {
    border: none !important;
    background: #fff !important;
    padding: 10px 14px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#album-gallery .panel-footer .btn-primary {
    background: #f7941e;
    border-color: #f7941e;
    border-radius: 999px;
    font-size: 12.5px;
    padding: 5px 14px;
}

#album-gallery .panel-footer .btn-primary:hover {
    background: #e07f0a;
    border-color: #e07f0a;
}

/* Album mô tả / meta */
.album_description {
    font-size: 15.5px;
    color: #384357;
    background: #fbf6ec;
    border-left: 4px solid #f7941e;
    border-radius: 0 10px 10px 0;
    padding: 12px 16px;
}

/* Slideshow 1 ảnh */
.MagicSlideshow {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(20, 40, 90, 0.14);
}

@media only screen and (max-width: 767.98px) {
    [id^="photo-"] .page-header h1,
    .pd5 > h1.txt20 {
        font-size: 21px;
    }
}
