.news_page{
    padding: 0px 0px 3rem;
    background-color: #FFF;
    min-height: 55vh;
}
.news_page .news_top{
    margin: 10px 0 0;
}
.news_page .news_top .item{
    position: relative;
    margin: 0px 0px 10px 10px;
    border-radius: 10px;
    overflow: hidden;
}
.news_page .news_top .item.one{
    margin: 0px;
}
.news_page .news_top .item .box_img{
    background-position: center;
    background-size: cover;
    height: 220px;
}
.news_page .news_top .item.one .box_img{
    height: 450px;
    margin: 0px;
}
.news_page .news_top .item .box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.news_page .news_top .item .box h2, .news_page .news_top .item .box h3{
    margin: 0px;
    padding: 10px 10px;
    font-size: 1rem;
}
.news_page .news_top .item.one .box h2, .news_page .news_top .item.one .box h3{
    font-size: 1.2rem;
}
.news_page .news_top .item a{
    color: #FFF;
}
.news_page .news_top .item a:hover{
    color: #256DC1;
}
.news_page .news_top .item .box .timePost {
    color: #f5f5f5;
    margin: 0px 10px 10px;
    font-size: 0.9rem;
}

/*-------------- news list --------------*/
.news_page .news_list{
    margin: 10px 0px;
}
.news_page .news_list h1{
    line-height: 40px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 1.2rem;
}
.news_page .news_list h1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #ed7d31;
}

/* Danh mục tin: nhiều khối nội dung (tab) */
.category-page-tabs {
    margin-bottom: 1.5rem;
}
.category-page-tabs .category-tab-btn {
    -webkit-appearance: none;
    appearance: none;
}
.category-page-tabs .category-tab-btn:focus,
.category-page-tabs .category-tab-btn:focus-visible,
.category-page-tabs .category-tab-btn:active {
    outline: none;
    box-shadow: none;
}
.category-tab-panels-wrap {
    width: 100%;
    min-width: 0;
}
/* Tab ngang phía trên (mặc định) */
.category-page-tabs--top .category-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
    padding-bottom: 0;
}
.category-page-tabs--top .category-tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 0.15rem;
    margin-bottom: -1px;
    font-size: 0.95rem;
    color: #9a9a9a;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    line-height: 1.3;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.category-page-tabs--top .category-tab-btn:hover {
    color: #555;
}
.category-page-tabs--top .category-tab-btn.is-active {
    color: #c62828;
    font-weight: 600;
    border-bottom-color: #c62828;
    outline: none;
    box-shadow: none;
}
/* Tab dọc bên trái */
.category-page-tabs--left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 1.25rem;
}
.category-page-tabs--left .category-tab-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 100%;
    max-width: 280px;
    min-width: 180px;
    border-bottom: none;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 0.75rem 0 0;
    gap: 0.15rem;
}
.category-page-tabs--left .category-tab-btn {
    display: block;
    width: 100%;
    text-align: left;
    background: #f3f3f3;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 4px;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.92rem;
    color: #555;
    cursor: pointer;
    line-height: 1.35;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.category-page-tabs--left .category-tab-btn:hover {
    background: #eaeaea;
    color: #333;
}
.category-page-tabs--left .category-tab-btn.is-active {
    color: #c62828;
    font-weight: 600;
    background: #fff;
    border: none;
    border-left: 3px solid #c62828;
    outline: none;
    box-shadow: none;
}
.category-page-tabs--left .category-tab-panels-wrap {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .category-page-tabs--left {
        flex-direction: column;
        gap: 0.75rem 0;
    }
    .category-page-tabs--left .category-tab-nav {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        padding: 0 0 0.75rem 0;
        gap: 0.35rem;
    }
    .category-page-tabs--left .category-tab-btn {
        width: auto;
        flex: 1 1 auto;
        min-width: 120px;
        text-align: center;
        border-left: none;
        border-bottom: 2px solid transparent;
        padding: 0.5rem 0.4rem;
    }
    .category-page-tabs--left .category-tab-btn.is-active {
        border-left-color: transparent;
        border-bottom-color: #c62828;
    }
}

/* Mobile nhỏ: tab ngang cuộn được, nội dung/bảng không tràn viewport */
@media screen and (max-width: 576px) {
    .category-page-tabs--top .category-tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        gap: 0.35rem 0.85rem;
        padding-bottom: 0.45rem;
        margin-bottom: 0.85rem;
    }
    .category-page-tabs--top .category-tab-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 0.45rem 0.35rem;
        font-size: 0.86rem;
    }
    .category-page-tabs--left .category-tab-btn {
        min-height: 44px;
        box-sizing: border-box;
    }
    .category-tab-heading {
        font-size: 1rem;
        line-height: 1.35;
        word-break: break-word;
    }
    .news_page .content_cate {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .news_page .category-tab-panel .content_cate {
        max-width: 100%;
    }
}
.category-tab-heading {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #333;
    text-transform: none;
    border: none;
}
.category-tab-heading:after {
    display: none;
}
.category-tab-panel:not(.is-active) {
    display: none;
}
.category-tab-panel.is-active {
    display: block;
}
.news_page .news_list .box .title, .news_page .news_list .title_relate{
    line-height: 25px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 5px 0;
}
.news_page .news_list .box .title:after, .news_page .news_list .title_relate:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #256DC1;
}
.news_page .news_list .box.detail .timePost{
    background-image: url(/assets/images/icons/calendar.webp);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.9rem;
}
.news_page .news_list .box.detail .share{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.news_page .news_list .box.detail .share a{
    cursor: pointer;
}

.news_page .news_list .box.detail .share .btn_share {
    color: #FF8731;
    background-image: url(/assets/images/icons/share.webp);
    background-position: 0px 0px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-weight: 500;
}
.news_page .news_list .box.detail .share label{
    margin-right: 5px;
}
.news_page .news_list .box.detail .des{
    margin: 0 0 1rem;
    font-style: italic;
    font-weight: 500;
}
.news_page .news_list .box.detail .contents{
    margin: 1rem 0 0;
}
.news_page .news_list .box.detail .contents a{
    overflow-wrap: break-word;
}
.news_page .news_list .box.detail .contents iframe{
    max-width: 100% !important;
}
.news_page .news_list .box.detail .contents img{
    max-width: 100%;
    height: auto !important;
}
.news_page .news_list .box .item{
    width: 100%;
    display: inline-flex;
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}
.news_page .news_list .box .item .box_img{
    width: 250px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    border-radius: 25px 0px 25px 0px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.news_page .news_list .box .item .box_img .img{
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 100%;
    border-radius: 15px;
}
.news_page .news_list .box .item .box_info{
    width: calc(100% - 120px);
}
.news_page .news_list .box .item .box_info h3{
    font-size: 1.1rem;
    font-weight: 700;
}
.news_page .news_list .box .item .box_info a{
    color: #000;
}
.news_page .news_list .box .item .box_info a:hover{
    color: #801826;
}
.news_page .news_list .box .item .box_info .des {
    margin: 0px 0px 1rem 0px;
    text-align: justify;
}
.news_page .news_list .box .item .box_info .timePost {
    background-image: url(/assets/images/icons/calendar.webp);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.8rem;
}

/* Danh sách bài viết dạng thẻ (3 cột, giống blog card) */
.news_page .news_list .news-list-grid {
    margin-left: -10px;
    margin-right: -10px;
}
.news_page .news_list .news-list-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.news_page .news_list .news-list-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.news_page .news_list .news-list-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    border-color: #d8dee6;
}
.news_page .news_list .news-list-card__media {
    display: block;
    overflow: hidden;
    background: #f1f3f6;
}
.news_page .news_list .news-list-card__img {
    width: 100%;
    padding-top: 56%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_page .news_list .news-list-card__img--empty {
    padding-top: 52%;
    background-image: none !important;
    background-color: #eef1f5;
}
.news_page .news_list .news-list-card__body {
    flex: 1 1 auto;
    padding: 1.1rem 1.25rem 0.85rem;
    text-align: left;
}
.news_page .news_list .news-list-card__title {
    margin: 0 0 0.65rem;
    font-size: 0.95rem;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}
.news_page .news_list .news-list-card__title a {
    color: inherit;
    text-decoration: none;
}
.news_page .news_list .news-list-card__title a:hover {
    color: #801826;
}
.news_page .news_list .news-list-card__excerpt {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #6b7280;
    font-weight: 400;
}
.news_page .news_list .news-list-card__more {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-decoration: none;
}
.news_page .news_list .news-list-card__more:hover {
    color: #801826;
}
.news_page .news_list .news-list-card__meta {
    margin-top: auto;
    padding: 0.65rem 1.25rem 0.85rem;
    border-top: 1px solid #e5e8ec;
    font-size: 0.75rem;
    color: #9ca3af;
    text-align: left;
}
.news_page .news_list .news-list-card__dot {
    color: #c5cad3;
}

/* Chi tiết bài: điều hướng bài trước / bài sau */
.news_page .news-post-nav {
    margin: 2.25rem 0 1.75rem;
}
.news_page .news-post-nav__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 40px rgba(13, 71, 161, 0.07);
    overflow: hidden;
}
.news_page .news-post-nav__col {
    flex: 1 1 50%;
    min-width: 280px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.news_page .news-post-nav__col--next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: min(72%, 5.5rem);
    background: linear-gradient(180deg, transparent 0%, #d1dae6 15%, #d1dae6 85%, transparent 100%);
    pointer-events: none;
}
.news_page .news-post-nav__link,
.news_page .news-post-nav__empty {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-decoration: none;
    color: #0f172a;
    min-height: 5.25rem;
    padding: 1.35rem 1.5rem 1.4rem 1.45rem;
    box-sizing: border-box;
    transition: background-color 0.22s ease, box-shadow 0.22s ease;
    width: 100%;
    flex: 1 1 auto;
}
/* Cột phải: chữ căn phải, icon > sát mép phải thẻ */
.news_page .news-post-nav__link--next,
.news_page .news-post-nav__empty--next {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.35rem;
}
.news_page .news-post-nav__link--next .news-post-nav__text,
.news_page .news-post-nav__empty--next .news-post-nav__text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
}
.news_page .news-post-nav__link--next .news-post-nav__arrow,
.news_page .news-post-nav__empty--next .news-post-nav__arrow {
    flex-shrink: 0;
}
.news_page .news-post-nav__link:hover {
    background: linear-gradient(100deg, #f4f7fb 0%, #fafcfe 55%, #fff 100%);
}
.news_page .news-post-nav__link--next:hover {
    background: linear-gradient(-100deg, #f4f7fb 0%, #fafcfe 55%, #fff 100%);
}
.news_page .news-post-nav__link:focus-visible {
    outline: 2px solid #0d47a1;
    outline-offset: -2px;
    z-index: 1;
}
.news_page .news-post-nav__link:hover .news-post-nav__title {
    color: #0d47a1;
}
.news_page .news-post-nav__link:hover .news-post-nav__label {
    color: #0d47a1;
}
.news_page .news-post-nav__arrow {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #0d47a1;
    background: linear-gradient(145deg, #eef3fb 0%, #e4ebf7 100%);
    border: 1px solid #d8e2f0;
    margin-top: 0.12rem;
    transition:
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}
.news_page .news-post-nav__link:hover .news-post-nav__arrow {
    background: linear-gradient(145deg, #0d47a1 0%, #1565c0 100%);
    color: #fff;
    border-color: #0a3d7a;
    box-shadow: 0 4px 12px rgba(13, 71, 161, 0.28);
}
.news_page .news-post-nav__link:hover .news-post-nav__arrow--prev {
    transform: translateX(-3px);
}
.news_page .news-post-nav__link:hover .news-post-nav__arrow--next {
    transform: translateX(3px);
}
.news_page .news-post-nav__empty .news-post-nav__arrow {
    opacity: 0.45;
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #94a3b8;
}
.news_page .news-post-nav__text {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
    padding-top: 0.08rem;
}
.news_page .news-post-nav__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    transition: color 0.2s ease;
}
.news_page .news-post-nav__title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    transition: color 0.2s ease;
}
.news_page .news-post-nav__title--muted {
    font-weight: 500;
    font-size: 0.8125rem;
    font-style: italic;
    color: #94a3b8;
    text-transform: none;
    letter-spacing: 0;
    -webkit-line-clamp: unset;
    display: block;
}
@media screen and (max-width: 767px) {
    .news_page .news-post-nav__inner {
        border-radius: 12px;
    }
    .news_page .news-post-nav__col--next::before {
        display: none;
    }
    .news_page .news-post-nav__col--next {
        border-top: 1px solid #e8edf3;
    }
    .news_page .news-post-nav__link,
    .news_page .news-post-nav__empty {
        min-height: auto;
        padding: 1.2rem 1.25rem;
    }
}

/* Khoảng cách form đăng ký lái thử (CSS form: home.css .thtc-td-page …) */
.news_page .news_list #thtc-news-testdrive-block {
    margin-top: 1.5rem;
}

/* Tiêu đề form lái thử: home.css #thtc-news-testdrive-block .thtc-td-card__title */

/* share modal */
#shareModal .modal-dialog.share_section {
    max-width: 400px !important;
}
#shareModal .share_link{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    background-color: #F7F7F7;
    border-radius: 3px;
    padding: 6px 10px;
}
#shareModal .share_link .boxLink{
    width: 70%;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#shareModal .share_link button{
    width: 28%;
    background: transparent;
    border: none;
    outline: none;
    color: #4154BE;
}
#shareModal .share_social{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
#shareModal .share_social a{
    float: left;
    width: 50%;
    background-color: #F1F9FB;
    color: #333;
    padding: 5px 0px 5px 35px;
    border-radius: 3px;
    background-size: 20px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
}
#shareModal .zalo-share-button{
    float: left;
    width: 49% !important;
    height: 32px !important;
    background-color: #F1F9FB;
    color: #333;
    background-image: url(/assets/images/icons/ic_zalo.webp);
    padding: 5px 0px 5px 35px;
    border-radius: 3px;
    background-size: 20px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#shareModal .zalo-share-button iframe{
    display: none !important;
}
#shareModal .share_social a.facebook{
    background-image: url(/assets/images/icons/ic_facebook.webp);
}

.news_page .news_list .box.detail .contents table{
    width: 100% !important;
}
/*------- sidebar ----------------*/
.sidebar{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 80px;
}
.sidebar .cate_list{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}
.sidebar .cate_list .title {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    color: #135AA8;
}
.sidebar .cate_list .box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar .cate_list .box ul li{
    padding: 5px 0px;
    border-bottom: 1px solid #f5f5f5;
}
.sidebar .cate_list .box ul li:last-child{
    border: none;
}
.sidebar .cate_list .box ul li a{
    color: #222;
    display: flex;
    width: 100%;
    align-items: center;
}
.sidebar .cate_list .box ul li a i{
    margin-right: 8px;
    font-size: 1.2rem;
    margin-top: 3px;
    color: #135AA8;
}
.sidebar .cate_list .box ul li a:hover{
    color: #F35B36;
}
.content_cate p{
    line-height: 25px;
}

/* Bảng trong nội dung danh mục / tab tin (CKEditor) — viền xám nhạt, nhiều cột */
.news_page .content_cate table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #dde3ec;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #333;
    background: #fff;
    table-layout: fixed;
}
.news_page .content_cate table th,
.news_page .content_cate table td {
    padding: 1rem 1.15rem;
    border: 1px solid #dde3ec;
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
}
.news_page .content_cate table th {
    font-weight: 600;
    background-color: #f7f9fc;
    color: #222;
}
.news_page .content_cate table td p {
    margin: 0 0 0.5rem;
    line-height: 1.55;
}
.news_page .content_cate table td p:last-child {
    margin-bottom: 0;
}
.news_page .content_cate table td strong {
    font-weight: 600;
    color: #222;
}
.news_page .content_cate table img {
    max-width: 100%;
    height: auto !important;
}
@media screen and (max-width: 576px) {
    .news_page .content_cate table {
        font-size: 0.88rem;
        table-layout: auto;
    }
    .news_page .content_cate table th,
    .news_page .content_cate table td {
        padding: 0.65rem 0.55rem;
        word-break: break-word;
        hyphens: auto;
    }
}
/*======================== for resposive screen ========================*/
@media screen and (max-width: 1024px) {
    .news_page .news_list .box .item .box_info .des {
        display: none;
    }
    .news_page .news_list .box .title {
        line-height: 25px;
        margin-top: 0rem;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
    .contents_cate table {
        width: 100% !important;
    }
    .news_page .news_top .item {
        margin: 15px 5px 10px 5px;
    }
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
    .news_page .news_list h1,
    .news_page .news_list h1.title {
        line-height: 1.35;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .news_page .news_list .box .item .box_img {
        width: 130px;
    }
    .news_page .news_list .box .item .box_info {
        width: calc(100% - 130px);
    }
    .news_page .news_list .box.detail .share{
        width: 100%;
        display: inline-flex;
        justify-content: flex-start;
        margin-top: 1rem;
    }
    .news_page .news_top .item.one .box_img {
        height: 240px;
    }
    .news_page .news_list .box .item .box_info .des {
        display: none;
    }
    .news_page .news_list .box .item .box_img .img {
        height: 90px;
    }
    .news_page .news_list .box .item .box_info h3 {
        font-size: 1rem;
    }
}

/*-------------- legal doc list --------------*/
.legal-doc-list {
    margin-top: 12px;
    border-top: 2px solid #1a4b8c;
}
.legal-doc-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 13px 12px;
    border-bottom: 1px solid #e5e9f0;
    transition: background .15s;
}
.legal-doc-item:hover {
    background: #f0f4fb;
}
.legal-doc-item:hover .legal-doc-title {
    color: #1a4b8c;
}
.legal-doc-stt {
    flex-shrink: 0;
    width: 28px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    padding-top: 1px;
}
.legal-doc-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.legal-doc-title {
    font-size: 14px;
    color: #222;
    line-height: 1.55;
    text-decoration: none;
    transition: color .15s;
}
.legal-doc-download {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #1a4b8c;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 400;
    transition: color .15s;
}
.legal-doc-download:hover {
    color: #0d2e5e;
}

/*-------------- file doc notice (detail page) --------------*/
.file-doc-notice {
    text-align: center;
    padding: 24px 16px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}
.file-doc-notice a {
    color: #1a4b8c;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}
.file-doc-notice a:hover {
    color: #0d2e5e;
}

@media screen and (max-width: 668px) {
    .breadrum_section {
        padding: 0 0px 0rem;
    }
    .legal-doc-item { gap: 10px; padding: 11px 8px; }
    .legal-doc-title { font-size: 13px; }
    .legal-doc-download { font-size: 11px; }
}