	02/12/2025body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    position: relative;
}

/*--------------------------*/
.box-background {
    margin: 16px 0;
    width: 100%;
    height: 100%;
}

.in-box-background {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 24px;
}

.box-background-left {
    padding: 0px;
    margin: 0px;
    width: 65%;
}

.box-background-left-top {
    margin: 0px;
    padding: 0px;
    padding-bottom: 28px;
    border-bottom: 1px solid #11111126;
    display: flex;
    gap: 10px;
}

.Noi-dung-tin-bai-top {
    width: 30%;
}

.img-tin-bai-top {
    width: 70%;
}

.img-tin-bai-top-mobile {
    width: 100%;
    display: none;
}

.img-tin-bai {
    width: 100%;
    height: 100%;
}

.Noi-dung-tin-bai {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.title-tin-bai {
    width: 100%;
    padding: 0;
    margin: 0;
}

.in-title-tin-bai {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: var(--Text-Neutral-Default, #303030);
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-tin-bai {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 70px;
}

.in-content-tin-bai {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, #5A5A5A);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tin-bai-lien-quan {
    width: 100%;
    height: 100%;
    padding-top: 16px;
    border-top-width: 1px;
    border-top: 1px solid #1111110F
}

.in-tin-bai-lien-quan {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 12px;
}

.in-tin-bai-lien-quan img {
    margin-top: 8px;
}

.noi-dung-tin-bai-lien-quan {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, #303030);
}

.box-background-left-bottom {
    margin: 0px;
    padding: 0px;
    padding-top: 28px;
    display: flex;
    gap: 29px;
}

.tin-bai-bottom {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.img-tin-bai-bottom {
    width: 100%;
    height: 160px;
}

.box-background-left-bottom .title-tin-bai {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, #303030);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*-------------------------------------------*/
.box-background-right {
    width: 35%;
    height: auto;
    background: #FAF6F0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border-width: 1px;
    padding: 24px;
}

.title-box-background-right {
    border-bottom-width: 1px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.active-background {
    gap: 10px;
    opacity: 1;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #A90024;
    color: #A90024!important;
}

.img-bo-truong {
    width: 100%;
}

.nomal {
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1))!important ;
}

.in-title-box-background-right {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
}

.profile-bo-truong {
    width: 100%;
    height: auto;
    gap: 8px;
    border-radius: 4px;
    border-top-width: 1px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.thong-tin-bo-truong {
    gap: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}

.chuc-danh-bo-truong {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
}

.title-bo-truong {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.xem-them-thong-tin {
    width: 100%;
    height: 100%;
    gap: 8px;
    display: flex;
    padding: 12px;
    border-radius: 4px;
    border-width: 1px;
    background: rgba(13, 71, 161, 0.1);
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.title-nut {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(13, 71, 161, 1);
}

.icon-nut-xem-them {
    width: 16px;
    height: auto;
}

.icon-nut-xem-them-gop-y {
    width: 100%;
    height: auto;
}

.box-gop-y-du-thao {
    width: 100%;
    height: auto;
}

.title-gop-y {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.xem-them-thong-tin-du-thao {
    display: flex;
    gap: 8px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/*-------------------------------------*/

.thong-bao {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.in-thong-bao {
    display: flex;
    gap: 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    justify-content: center;
    align-items: center;
    background: rgba(250, 246, 240, 1);
}

.title-thong-bao {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.line-thong-bao {
    width: 20px;
    height: 0px;
    transform: rotate(90deg);
    opacity: 1;
    border-width: 1px;
    border: 1px solid rgba(48, 48, 48, 0.15)
}

.banner-thong-bao {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.banner-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    align-items: center;
}


.cum-thong-bao {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.content-thong-bao {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

/*--------------------------------------*/

.chi-dao-dieu-hanh {
    margin: 16px 0;
    width: 100%;
    position: relative;
}

.box-title-slider {
    display: flex;
    gap: 24px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.box-title-slider-line {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.title-slider {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 1);
}

.in-slider {
    width: 100%;
}

.box-slider {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}

.title-tin-slider {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-tin-slider {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nut-prev {
    position: absolute;
    top: 95%;
    left: 40%;
    cursor: pointer;
	display: none;
}

.nut-next {
    position: absolute;
    top: 95%;
    right: 40%;
    cursor: pointer;
	display: none;
}

.img-prev {
    transform: rotate(180deg);
}


.owl-carousel.owl-loaded .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 16px;
}

.owl-carousel.owl-loaded .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.owl-carousel.owl-loaded .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(13, 71, 161, 0.25);
    border-radius: 999px;
    display: block;
}

.owl-carousel.owl-loaded .owl-dot.active span {
    width: 32px;
    height: 6px;
    background: #0D47A1;
}


/*---------------------------------------*/
.tin-tuc-su-kien {
    width: 100%;
    margin: 16px 0;
}

.box-giao-dien-mot-bon {
    width: 100%;
    height: 100%;
    gap: 16px;
    display: flex;
    border-radius: 4px;
    border-width: 1px;
    padding: 24px;
    flex-direction: column;
}

.title-giao-dien-mot-bon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.line-ttsk {
    width: 2px;
    height: 20px;
    background: #A90024;
    border: 0;
    transform: none;
    flex: 0 0 auto;
}

.text-giao-dien-mot-bon {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.content-giao-dien-mot-bon {
    display: flex;
    gap: 28px;
}

.content-giao-dien-mot-bon-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.title-content-left {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-content-left {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-giao-dien-mot-bon-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ttsk-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ttsk-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}

.ttsk-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ttsk-title {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-giao-dien-mot-bon-right.gdmb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

/*------------------------------------------*/
.van-ban-thong-cao {
    width: 100%;
    background: rgba(250, 246, 240, 1);
    padding: 16px 0;
}

.in-van-ban-thong-cao {
    display: flex;
    gap: 28px;
    height: 100%;
}

.in-van-ban-moi {
    gap: 24px;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.title-van-ban-moi {
    display: flex;
    gap: 8px;
    align-items: center;
}

.text-van-ban-moi {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.in-thong-cao {
    gap: 24px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.title-thong-cao {
    display: flex;
    gap: 8px;
    align-items: center;
}

.text-thong-cao {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

/*--------------------------------*/
.table-van-ban-moi {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    padding: 16px;
    position: relative;
    height: 510px;
}

.vb-wrap {
    --fade: 160px;
    max-height: var(--cut);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - var(--fade)), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, #000 calc(100% - var(--fade)), rgba(0, 0, 0, 0));
    border-radius: 8px;
    height: 452px;
}

.vb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
}

.vb-table thead th {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    padding: 16px;

}

.vb-table thead tr th {
    border-bottom: 1px solid rgba(250, 246, 240, 1);
}

.vb-table tbody tr td {
    border-bottom: 1px solid rgba(250, 246, 240, 1);
}

.vb-table thead th:nth-child(1) {
    width: 100px;
}

.vb-table thead th:nth-child(2) {
    width: 30%;
}

.vb-table thead th:nth-child(3) {
    width: 180px;
}

.vb-table thead th:nth-child(4) {
    width: 120px;
}

.vb-table thead th:nth-child(5) {
    width: 130px;
}

.vb-table tbody {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
}

.vb-table tbody td {
    padding: 16px;
    font-size: 14px;
    color: #303030;
    vertical-align: top;
	overflow: hidden;
}

.title-van-ban {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vb-table tbody tr:last-child td {
    border-bottom: none;
}

.vb-table tbody td.td-download {
    text-align: center;
}

.td-download img {
    width: 100%;
    cursor: pointer;
}

.vb-footer {
    text-align: center;
    position: absolute;
    left: 45%;
}

.vb-footer a {
    color: #2C7FD1;
    font-weight: 600;
    text-decoration: none;
}

/*---------------------------*/
.box-thong-cao {
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    position: relative;
    height: 510px;
}

.box-thong-cao .vb-footer {
    text-align: center;
    position: absolute;
    left: 40%;
    bottom: 20px;
}

.table-thong-cao {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.in-box-thong-cao {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
}

.in-box-thong-cao img {
    margin-top: 8px;
}

.content-thong-cao {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*---------------------------------*/
.banner-link {
    width: 100%;
    margin: 16px 0;
}

.in-banner-link {
    gap: 28px;
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.in-banner-link > a:last-child:nth-child(odd){
  grid-column: 1 / -1; /* full width */
}

.in-banner-link-top {
    width: 100%;
    display: flex;
    align-items: center;
}

.in-banner-link-top img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	width: 100%;
}

.in-banner-link-bottom-top {
    width: 100%;
    display: grid;
    gap: 28px;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
}

.in-banner-link-bottom-bottom {
    width: 100%;
    display: grid;
    gap: 28px;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
}

.link-lien-he-trao-doi {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.icon-tiep-nhan {
    height: 100%;
    width: 100%;
}

.box-text-tra-loi-y-kien {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.title-tra-loi-y-kien {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.content-tra-loi-y-kien {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
}

/*--------------------------------------------*/
.multimedia {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.box-multimedia {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.title-multimedia {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.box-title-left {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.box-title-right {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.text-multimedia {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.in-box-title-right {
    width: auto;
    height: 32px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-radius: 4px;
    background: rgba(13, 71, 161, 0.1);
}

.text-in-box-title-right {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(13, 71, 161, 1);
}

.box-multi-bottom {
    width: 100%;
    height: 450px;
    border-radius: 4px;
    display: flex;
}

.box-multi-bottom-left {
    width: 65%;
    position: relative;
    padding-top: 40px;
    padding-right: 120px;
    padding-bottom: 48px;
    padding-left: 40px;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;       
}

.text-multi-bottom-left {
    position: absolute;
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    bottom: 10%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 175px;
    display: flex;
	flex-direction: column;
	gap: 10px;
}

.box-multi-bottom-right {
    width: 35%;
    padding-top: 24px;
    padding-right: 28px;
    padding-bottom: 24px;
    padding-left: 28px;
    background: var(--Background-Brand-Hover, rgba(30, 30, 30, 1));
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.in-box-multi-bottom-right {
    width: 100%;
    height: auto;
    gap: 16px;
    display: flex;
	align-items: center;
    justify-content: center;
}

.img-in-box-multi-bottom-right {
    height: 90px;
    width: auto;
}

.text-in-box-multi-bottom-right {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Modal vừa màn hình */
#videoModal .modal-dialog {
  width: min(960px, 92vw);
  margin: 16px auto;
}

#videoModal .modal-content {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

/* Body không bị tràn */
#videoModal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* ✅ giới hạn theo chiều cao màn hình */
  max-height: calc(100vh - 80px);
  overflow: auto;
}

/* Video / iframe luôn co đúng khung */
#videoModal video,
#videoModal iframe {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  display: block;
}

/* Nếu dùng ratio của bootstrap, giữ chiều cao không vượt */
#videoModal .ratio {
  width: 100%;
  max-height: calc(100vh - 80px);
}
#videoModal .ratio > iframe {
  width: 100%;
  height: 100%;
}


/* RIGHT thumbnail wrapper */
.mm-thumb{
  position: relative;
  width: 120px;        /* bạn chỉnh theo layout hiện có */
  height: 70px;        /* bạn chỉnh theo layout hiện có */
  flex: 0 0 auto;
}

.mm-thumb .img-in-box-multi-bottom-right{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* icon overlay (RIGHT) */
.mm-type-icon{
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* icon overlay (LEFT) */
.mm-type-icon-big{
  width: 28px;
  height: 28px;
}

/* link thô nếu cần */
.mm-rawlink{
  font-size: 12px;
  opacity: .8;
  word-break: break-all;
  margin-top: 4px;
}


/*----------------------------------*/
.khoi-thong-tin-layout-1 {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.khoi-thong-tin-layout-2 {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.box-khoi-thong-tin {
    gap: 26px;
    display: flex;
    align-items: stretch;
}

.khoi-thong-tin-noi-bat {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.khoi-thong-tin-noi-bat img {
	width: auto;
	height: 252px;
}

.in-box-khoi-thong-tin {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    width: 32%;
    flex: 1 1 0;
}

.title-noi-dung {
    display: flex;
    gap: 8px;
	align-items: center;
}

.text-noi-dung {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.content-khoi-thong-tin {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

.text-khoi-thong-tin {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-khoi-thong-tin {
    width: 100%;
    height: 1px;
    background-color: rgba(48, 48, 48, 0.15);
}

/*-------------------------------*/
.bo-dia-phuong {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

/*-------------------------------*/
.banner-link-web-layout-1 {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.banner-link-web-layout-2 {
    width: 100%;
    height: 100%;
    margin: 16px 0;
}

.in-banner-link-web {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.box-banner-link-web {
    display: block;
    overflow: hidden;
    background: #fff;
}

.box-banner-link-web img {
    display: block;
    width: 100%;
    height: 123px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .in-banner-link-web {
        grid-template-columns: repeat(4, 1fr);
    }

    .in-banner-link-bottom-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .in-banner-link-bottom-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1199.98px) {
    .in-banner-link-web {
        grid-template-columns: repeat(3, 1fr);
    }

    .in-banner-link-bottom-top {
        grid-template-columns: repeat(1, 1fr);
    }

    .in-banner-link-bottom-bottom {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.box-title-right {
        display: none;
    }
	
	.box-multi-bottom {
		flex-direction: column;
	}
	
	.box-multi-bottom-right {
		width: 100%;
	}
	
	.box-multi-bottom-left {
		display: block;
        width: 100%;
        height: 200px;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
		padding: 0px;
	}
	
	.text-multi-bottom-left {
		padding-right: 40px;
		font-size: 14px;
	}
}

@media (max-width: 1024px){ 
	.vb-table thead th:nth-child(5) {
		width: 100px;
	}
	
	.vb-table thead th:nth-child(4) {
		width: 100px;
	}
	
	.vb-table tbody td {
		padding: 15px;
	}
	
	.box-multi-bottom-left {
		height: 500px;
	}
	
	.img-in-box-multi-bottom-right {
		height: 210px;
	}
	
	.text-multi-bottom-left {
		font-size: 30px;
	}
	
	.text-in-box-multi-bottom-right {
		font-size: 24px;
	}
	
	.box-khoi-thong-tin {
		flex-direction: column;
	}
	
	.khoi-thong-tin-noi-bat img {
		width: 100%;
		height: 100%;
	}
	
	.in-box-khoi-thong-tin {
		flex: unset;
		width: 100%;
	}
	
	.content-khoi-thong-tin {
		height: 100%;
	}
	
	.banner-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.banner-footer-right {
		justify-content: space-between;
		gap: 16px;
		width: 100%;
	}
	
	.owl-carousel .owl-item img {
		height: 150px;
	}
}

@media (max-width: 767.98px) {
	.in-banner-link {
		gap: 0px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
    .in-banner-link-web {
        grid-template-columns: repeat(2, 1fr);
    }

    .in-banner-link-bottom-top {
        grid-template-columns: repeat(1, 1fr);
		gap: 0px;
    }

    .in-banner-link-bottom-bottom {
        grid-template-columns: repeat(1, 1fr);
		gap: 0px;
    }
}

/*-------------------------------*/
.kh-cn {
    margin: 16px 0;
    width: 100%;
    position: relative;
}

.slider-kh-cn {
    width: 100%;
}

.nut-prev-kh-cn {
    position: absolute;
    top: 95%;
    left: 40%;
    cursor: pointer;
	display: none;
}

.nut-next-kh-cn {
    position: absolute;
    top: 95%;
    right: 40%;
    cursor: pointer;
	display: none;
}

/*----------------------------------*/
.trang-lien-ket {
    margin: 16px 0;
    width: 100%;
}

.box-lien-ket {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.title-lien-ket {
    display: flex;
    gap: 8px;
	align-items: center;
}

.text-lien-ket {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.box-link-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.lk-item {
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    height: 82px;
}

.lk-item:hover {
    border-color: #0D47A1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.img-trang-lien-ket {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 1366px) {
	.box-banner-link-web img {
		height: 115px;
	}
	
	.lk-item {
		height: 75px;
	}
}

@media (max-width: 1280px) {
		.box-banner-link-web img {
		height: 105px;
	}
	
	.lk-item {
		height: 70px;
	}
}

@media (max-width: 920px) {
	.safe-area {
		padding: 0 16px;
	}
	
	.in-box-background {
		flex-direction: column;
	}
	
	.box-background-left {
		width: 100%;
	}
	
	.box-background-right {
		width: 100%;
	}
	
	.in-van-ban-thong-cao {
		flex-direction: column;
	}
	
	.in-van-ban-moi {
		width: 100%;
	}
	
	.in-thong-cao {
		width: 100%;
	}
	
	.box-thong-cao {
		height: 440px;
	}
	
	.in-box-khoi-thong-tin {
		flex: unset;
		flex-direction: column;
	}
	
	.box-banner-link-web img {
		height: 90px;
	}
	
	.lk-item {
		height: 60px;
	}
	
	.logo-footer {
		height: 100px;
	}
	
	.banner-footer-right {
		justify-content: space-between;
		width: 100%;
	}
	
	.banner-footer {
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 768px) {
	
	.main-oder {
		width: 100vw!important;
	}
}


/*-------------------------------mobile----------------------------*/
@media screen and (max-width: 575.98px) {

    /*------------------background---------------------*/

    .tin-tuc-su-kien {
        margin-bottom: 0px;
    }

    .in-box-background {
        flex-direction: column;
    }

    .box-background-left-top {
        flex-direction: column;
        padding-bottom: 20px;
		height: 100%;
    }

    .box-background-left {
        width: 100%;
    }

    .img-tin-bai-top {
        display: none;
    }

    .img-tin-bai-top-mobile {
        display: block;
    }

    .Noi-dung-tin-bai-top {
        width: 100%;
        height: 100%;
    }

    .tin-bai-bottom {
        flex-direction: unset;
        justify-content: center;
        align-items: center;
    }

    .img-tin-bai-bottom {
        width: 130px;
		height: auto;
    }
	
	.img-in-box-multi-bottom-right {
		height: 90px;
	}

    .box-background-left-bottom {
        flex-direction: column;
        gap: 16px;
        padding-top: 20px;
    }

    .line-footer-bottom-mobile {
        display: flex;
    }

    .box-background-right {
        width: 100%;
    }
	
	.title-bo-truong {
		font-size: 16px;
	}
	
	.chuc-danh-bo-truong {
		font-size: 15px;
	}

    /*--------------------------*/
    .in-thong-bao {
        display: none;
    }

    /*--------------------------*/
    .chi-dao-dieu-hanh {
        padding-top: 0px;
    }

    .nut-prev {
        display: none;
    }

    .nut-next {
        display: none;
    }

    .nut-prev-kh-cn {
        display: none;
    }

    .nut-next-kh-cn {
        display: none;
    }

    /*---------------------------*/
    .content-giao-dien-mot-bon {
        flex-direction: column;
    }

    .content-giao-dien-mot-bon-left {
        width: 100%;
    }

    /*----------------------------*/
    .van-ban-thong-cao {
        display: none;
    }

    /*-----------------------------*/
    .in-banner-link-bottom {
        flex-direction: column;
    }

    .in-banner-link-top,
    .link-lien-he-trao-doi {
        width: 100%;
        padding: 10px 0px;
    }

    .in-banner-link-top img {
        height: auto;
    }

    /*----------------------------*/
    .box-title-right {
        display: none;
    }
	
	.box-multi-bottom {
		flex-direction: column;
	}
	
	.box-multi-bottom-right {
		width: 100%;
	}
	
	.box-multi-bottom-left {
		display: block;
        width: 100%;
        height: 200px;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
		padding: 0px;
	}
	
	.text-multi-bottom-left {
		padding-left: 24px;
		font-size: 14px;
	}

    /*-----------------------------*/
    .khoi-thong-tin {
        padding: 0 0 32px 0;
    }

    .box-khoi-thong-tin {
        flex-direction: column;
    }

    .in-box-khoi-thong-tin {
        width: 100%;
    }

    /*------------------------------*/
    .banner-link-web {
        padding: 0 0 32px 0;
    }

    .in-banner-link-web {
        flex-direction: column;
    }

    .box-banner-link-web {
        width: 100%;
    }

    .box-banner-link-web img {
        width: 100%;
		height: 100%;
    }

    /*-------------------------*/
    .box-link-bottom {
        flex-direction: column;
    }

    .lk-item {
        height: 120px;
    }
	
	.owl-carousel .owl-item img {
		height: 100%;
	}
	
	.content-khoi-thong-tin {
		height: 100%;
	}
	
	.khoi-thong-tin-noi-bat img {
		height: 100%;
	}
	
	.logo-footer {
		height: 50px;
	}
	
	.text-in-box-multi-bottom-right {
		font-size: 14px;
	}
}

@media (max-width: 479.98px) {
	.in-banner-link {
		gap: 0px;
	}
	
    .in-banner-link-web {
        grid-template-columns: 1fr;
    }

    .in-banner-link-bottom-top {
        grid-template-columns: repeat(1, 1fr);
		gap: 0px;
    }

    .in-banner-link-bottom-bottom {
        grid-template-columns: repeat(1, 1fr);
		gap: 0px;
    }
}


/*----------------------------*/
.main-oder {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px 0;
}

.box-background {
    order: 1;
}

.thong-bao {
    order: 2;
}

.chi-dao-dieu-hanh {
    order: 3;
}

.tin-tuc-su-kien {
    order: 4;
}

.van-ban-thong-cao {
    order: 5;
}

.banner-link {
    order: 6;
}

.multimedia {
    order: 7;
}

.khoi-thong-tin-layout-1 {
    order: 8;
}

.bo-dia-phuong {
    order: 9;
}

.khoi-thong-tin-layout-2 {
    order: 10;
}

.banner-link-web-layout-1 {
    order: 11;
}

.kh-cn {
    order: 12;
}

.banner-link-web-layout-2 {
    order: 13;
}

.trang-lien-ket {
    order: 14;
}

.main-content {
    width: 100%;
}

/* .main-content > *:not(.bo-truong-block) {
    filter: grayscale(100%);
} */

