@font-face {
    font-family: 'Merriweather-Bold';
    src: url('./fonts/Merriweather-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('./fonts/Merriweather-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto-serif';
    src: url('./fonts/NotoSerif.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto-serif-italic';
    src: url('./fonts/NotoSerif-Italic.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('./fonts/NotoSans-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter-Regular.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('./fonts/Roboto-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('./fonts/Roboto-Bold.ttf');
    font-weight: 400;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'NotoSans-Regular', sans-serif;
    min-width: 1300px;
    color: #000;
    background-color: #fbfafa;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #405f9e;
    margin-left: 5px;
    display: none;
}

.icoComment i {
    margin-right: 3px;
    vertical-align: -1px;
}

ul,
li {
    list-style: none;
}

a {
    color: black;
    text-decoration: none;
}

.pl-20 {
    padding-left: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.pt-40 {
    padding-top: 40px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}


.container {
    width: 1240px;
    margin: 0 auto;
}

.container-1180 {
    width: 1180px;
    margin: 0 auto;
}

.container-1120 {
    width: 1120px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.alight-item-center {
    display: flex;
    align-items: center;
}

.bt-border {
    border-bottom: 1px solid #f2f2f2;
}

.header-top {
    display: flex;
    width: 100%;
    height: 39px;
    color: #aaaaaa;
}

.header-top a {
    color: #aaaaaa;
}

.header-calendar {
    font-size: 14px;
    background: url(../images/calendar.png) left no-repeat;
    background-size: 15px 16px;
    padding-left: 25px;
}

.header-email {
    font-size: 14px;
    background: url(../images/letter.png) left no-repeat;
    padding-left: 23px;
}

.header-phone {
    font-size: 14px;
    background: url(../images/phone-ring.png) left no-repeat;
    padding-left: 23px;
}

#frmSearch {
    height: 34px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center;
}

#frmSearch input {
    outline: none;
    border: 0;
    padding: 0 10px;
    background: transparent;
}

#frmSearch button {
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
    margin-right: 10px;
}

.header-logo {
    height: 127px;
}

.icon-dot {
    background: url(../images/Rounded-Rectangle-2-copy-2.png) right center no-repeat;
    width: 28px;
    height: 12px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.icon-close {
    background: url(../images/close.png) right center no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: none;
    cursor: pointer;
}

.header-nav {
    height: 46px;
    background-color: white;
    box-shadow: 3px 0px 5px #ebebeb;
    position: relative;
}

.header-menu-list:hover .header-menu-item {
    color: white;
}

ul.sub-menu {
    width: 200px;
}

.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-menu-list {
    height: 46px;
    position: relative;
}

.header-menu-list.active .header-menu-item {
    color: white;
}

.header-menu-list.active {
    background-color: #405f9e;
}

.header-menu-item {
    text-transform: uppercase;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-menu-list {
    padding: 7px;
}

.header-menu-list:first-child {
    padding: 0;
    padding-right: 15px;
}

.header-menu-item:hover {
    color: white;
}

.header-menu-list:hover {
    background-color: #405f9e;
}

.header-menu-list:first-child:hover,
.header-menu-list:last-child:hover {
    background-color: white;
}

.header-menu-list.btn-icon-menu-pc {
    position: absolute;
    right: 0;
}


.navigation-link:hover {
    color: #eb1f26;
}

.title-attention {
    font-family: 'NotoSans-Bold', sans-serif;
    text-transform: uppercase;
    color: #eb1f26;
    background: url(../images/attention.png) left 2px no-repeat;
    background-size: 12px 17px;
    padding-left: 25px;
}

.marquee {
    width: 650px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee__part {
    text-decoration: none;
    margin-left: 12px;
    padding-left: 20px;
}

.marquee__inner {
    display: flex;
    padding-left: 15px;
    font-family: 'Noto-serif', sans-serif;
    color: #333333;
}

.marquee .marquee__inner {
    display: table-row;
    white-space: nowrap;
    padding-left: 10px;
    animation: marquee 150s linear infinite;
}

.marquee .marquee__inner .marquee__part {
    width: 400px;
    display: table-cell;
}

.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

.marquee .marquee__inner .marquee__part:hover a {
    color: #405f9e;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.header-nav {
    position: relative;
    transition: all 0.3s ease;
}

.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* Đổi màu nền theo ý muốn */
    z-index: 1000;
    /* Điều chỉnh z-index theo cần thiết */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /* Tùy chọn, tạo hiệu ứng bóng đổ */
    transition: all 0.3s ease;
}


/* Ẩn tất cả các phần tử con của sub-menu ban đầu */


.sub-menu li:first-child {
    border-top: 0;
}

.sub-menu li {
    background: #dcdada;
    border-top: 1px solid #dddeff;
    z-index: 2;
}

.sub-menu li a {
    padding: 12px 20px;
    line-height: 1.4;
    color: #333;
    text-transform: capitalize;
    display: flex;
}

.sub-menu li:hover {
    background-color: #c0c0c0;
}

.sub-col-cat li {
    text-transform: capitalize;
    color: white;

}

.header-menu-list {
    position: relative;
}


.sub-menu {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 2;
}

.sub-menu {
    display: none;
}

.header-menu-list:nth-child(2):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(3):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(4):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(5):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(6):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(7):hover .sub-menu {
    display: block;
}

.header-menu-list:nth-child(8):hover .sub-menu {
    display: block;
}

.sub-menu li a,
.cat-two-post .bx-post .post-title {
    font-size: 14px;
}

.col-cat {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main-menu-special {
    background: #405f9e;
    z-index: 10;
    height: 150vh;
    padding: 30px 60px;
    display: none;
    position: relative;
    transition: all 0.2s ease;
    z-index: 100;
}

.navigation {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-menu-item {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.sub-col-cat {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.navigation-link {
    color: white;
    font-family: 'NotoSans-Bold', sans-serif;
}


.link-subrow {
    color: rgb(224, 224, 224);
    font-size: 13px;
    margin-bottom: 5px;
}

.weather {
    position: relative;
}

.weather-item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    min-width: 160px;
    align-items: center;
    white-space: nowrap;
}

.weather-icon {
    max-width: 35px;
    position: relative;
}

.weather-down {
    cursor: pointer;
    z-index: 2 !important;
}

.weather-down i {
    font-size: 18px;
    transform: translateY(1px);
    color: #363636;
    padding-left: 15px;
}

.weather-list {
    display: none;
    position: absolute;
    top: 35px;
    left: -10px;
    padding: 0 10px;
    background: #fff;
    z-index: 9999;
    box-shadow: 1px 1px 2px #fff;
    border-radius: 3px;
    margin: 0;
}

.hna-weather-item:not(:first-child),
.weather-item-hna:first-child {
    display: none;
}

.weather-info {
    font-family: 'NotoSans-Bold', sans-serif;
}


.social {
    gap: 8px;
}

.weather-social .social::before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #363636;
    margin-left: 15px;
    margin-right: 10px;
}

.social-item {
    width: 28px;
    height: 28px;
    background: #c9c9c9;
    border-radius: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item a {
    color: #fff;
    transform: translateY(2px);
}

.social-item i {
    font-size: 17px;
}

.social-item i:hover {
    color: #eb1f26;
}

.section-qc-1 {
    display: flex;
    justify-content: center;
}

.qc-1 {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

.section-content {
    margin-top: 25px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
}

.section-content-initial {
    margin-top: 30px;
    height: 443px;
    overflow: hidden;
}

.section-content-initial .phapluat-cat-content-left {
    width: 590px;
    overflow: hidden;
}

/* .section-content-initial .article-content {
    display:none
} */


/* article */
.article {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-title {
    line-height: 1.4;
}

.article .article-cat {
    text-transform: uppercase;
}

.article .article-link {
    font-family: 'Merriweather-Bold', sans-serif;
}

.article .article-link:hover {
    color: #405f9e;
}


.article .article-image::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    /* 16/9 aspect ratio */
}

.article .article-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.article .article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* section-content-initial */

.section-content-initial .article-image::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(21, 21, 21), rgba(255, 255, 255, 0));
    pointer-events: none;

}

.section-content-initial .article-desc {
    display: none;
}

.section-content-initial .article-content {
    padding: 20px 25px;
}

.section-content-initial .phapluat-cat-content-right .article-content {
    padding: 15px 15px;
}

.section-content-initial .article-cat {
    color: #eb1f26;
    font-size: 13px;
    padding: 8px 13px;
    background-color: #fff;
    display: none;
}

.section-content-initial .phapluat-cat-content-right .article-cat {
    padding: 5px;
}

.section-content-initial .article-link {
    color: #ffffff;
    font-size: 18px;
}

.section-content-initial .phapluat-cat-content-right .article-link {
    color: #ffffff;
    font-size: 14px;
}

.section-content-initial .phapluat-cat-content-right .article-date {
    display: none;
}

.section-content-initial .phapluat-cat-content-left .article-title {
    margin-top: 20px;
}

.section-content-initial .phapluat-cat-content-left #slider-slick {
    height: 443px;
    overflow: hidden;
}

.section-content-initial .phapluat-cat-content-right .article-title {
    margin-top: 10px;
    line-height: 1.2;
}

.section-content-initial .article-date {
    color: #ffffff;
    margin-left: 10px;
    display: none;
}

.section-content-initial .article .article-image::before {
    content: '';
    display: block;
    padding-top: 75%;
    /* 4/3 aspect ratio */
}

.phapluat-cat-content-right {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    /* height: calc(100% - 1px); */
    width: 589px;
    overflow: hidden;

}

.csat {
    display: grid;
    grid-template-columns: 590px 589px;
    column-gap: 1px;
}

.section-content-initial .direction {
    position: relative;
}

.section-content-initial .direction .article-content {
    position: absolute;
    bottom: 0px;
}

.section-content-initial .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 0px !important;
    background-color: #ffffff !important;
    opacity: unset !important;
}

.section-content-initial .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 2px);
}


.section-content-initial .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    padding-right: 15px;
}

.section-content-initial .swiper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 5px) !important;
}

/* section-content-second */


.section-content-second {
    margin-top: 1px;
    height: 60px;
    background-color: #47619f;
    display: grid;
    grid-template-columns: 1090px auto;
}

.section-content-second .article-image,
.section-content-second .article-date,
.section-content-second .article-desc {
    display: none;
}

.section-content-second .article {
    display: none;
}

.section-content-second .article-content {
    display: flex;
}

.section-content-second .article-meta,
.section-content-second .article-title {
    display: flex;
    align-items: center;
    order: 1;
}

.section-content-second .article:first-child {
    display: block;
}

.section-content-second .article-cat,
.section-content-second .article-link {
    color: #fff;
    white-space: nowrap;
}

.section-content-second .article-cat {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #eb1f26;
    margin-left: 15px;
    text-align: center;
}

.section-content-second .article-link {
    font-size: 16px;
    margin-left: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    /* padding-left: 122px; */
    white-space: wrap;
}

.button-container {
    gap: 1px;
    margin-right: 15px;
}

.button-container i {
    color: #eb1f26;
    font-size: 18px;
}

.button-container .prev,
.button-container .next {
    padding: 5px 10px;
    background-color: #fff;
}

.section-qc-2 {
    display: flex;
    justify-content: center;
    margin: 35px 0;
}

/* padcasts */
.podcasts-title {
    text-transform: uppercase;
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 26px;
    display: flex;
    justify-content: center;
}

.podcasts-link {
    padding: 30px 35px 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.section-podcasts .podcasts-content {
    width: 100%;
    border: 1px solid #fcd6a0;
    background: url(../images/headphone.png) right 20px bottom 20px no-repeat;
    background-color: #ffe8d7;
    box-shadow: 3px 3px 1px #f3f2f2;
}

.section-podcasts .phapluat-cat-content {
    margin: 30px 0;
}

.section-podcasts .article-cat,
.section-podcasts .article-date,
.section-podcasts .article-desc {
    display: none;
}

.section-podcasts .article .article-image {
    width: 155px;
}

/* .section-podcasts .article {
    background: url(../images/listen-now.png) right 0px no-repeat;
    background-position-x: 180px 
} */

.listen-now {
    font-family: 'NotoSans-Bold', sans-serif;
    background-color: #ed1c24;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 15px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 1px #ebd6c6;
    font-size: 14px;
    cursor: pointer;
}

.listen-images {
    transform: translate(33px, 4px);
}

.section-podcasts .article {
    position: relative;
    /* Đặt position là relative */
}


.section-podcasts .article-title {
    margin-top: 15px;
}

.section-podcasts .article-link {
    font-size: 14px;
}

.section-podcasts .swiper-pagination {
    margin-bottom: 10px;
}

.section-podcasts .swiper-pagination-bullet {
    background-color: #717170 !important;
    opacity: unset !important;
    width: 9px;
    height: 9px;
}

.section-content-initial .swiper-pagination-bullet-active {
    background-color: #eb1f26 !important;
    width: 25px !important;
    border-radius: 0px !important;
    transition-timing-function: linear;
}

.section-podcasts .swiper-pagination-bullet-active {
    background-color: #ff0000 !important;
    transition-timing-function: linear;
    border: 0.1px solid #717170;
}

.section-podcasts .swiper-slide::after {
    content: "";
    width: 2px;
    background-color: #f2c599;
    border-right: 1px solid #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    /* width: 5em; */
}

.podcasts-listen-more .phapluat-cat-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.listen-more.up {
    margin-bottom: 40px;
}

.podcasts-listen-more .article-content,
.podcasts-nhipcauplus .phapluat-cat-content .article-content,
.podcasts-dingheke .phapluat-cat-content .article-content {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.podcasts-podcasts.sub .phapluat-cat-content .article .article-link {
    font-size: 18px !important;
    line-height: 1.4 !important;
}


/* bao-ve-phap-luat */


.phap-luat-kinh-te,
.bao-ve-phap-luat {
    margin: 40px 0;

}

.phap-luat-kinh-te .article-date,
.bao-ve-phap-luat .article-date {
    display: none;
}

.index-left .article:nth-child(n+2) .article-title {
    line-height: 1.3;
}


.index-right .article-title {
    line-height: 1.3;
}

.phap-luat-kinh-te article:nth-child(n+2) .article-desc,
.index-left .article:nth-child(n+2) .article-desc,
.index-right .article:nth-child(n+2) .article-image,
.index-right .article-desc,
.index-right .article-meta {
    display: none;
}

.bao-ve-phap-luat .container-left .article:first-of-type .article-desc,
.phap-luat-kinh-te .container-left .article:first-of-type .article-desc {
    display: block;
}

.bao-ve-phap-luat .article .article-link,
.phap-luat-kinh-te .article .article-link {
    font-size: 14px;
}

.phap-luat-kinh-te .container-right .phapluat-cat-content,
.phapluat-cat-content .index-right {
    display: flex;
    flex-direction: column;
}

.index-right .article {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.index-right .article:last-of-type {
    padding-bottom: 0;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.index-right .article:nth-child(n+2) .article-link {
    font-family: 'Noto-serif', sans-serif;
    font-weight: 400;
}


.phap-luat-kinh-te .cat-link,
.bao-ve-phap-luat .cat-link {
    text-transform: uppercase;
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 20px;
    position: relative;
    background: url(../images/Rectanglepng.png) left 4px no-repeat;
    padding-left: 25px;
}

.cat-options-list {
    font-family: 'Merriweather-Bold', sans-serif;
    gap: 20px
}

.main-nav li a {
    padding: 10px;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 30px;
    font-family: sans-serif;
    text-decoration: none;
}

.more-btn {
    color: #898989;
    cursor: pointer;
}

.auto-nav-more {
    position: relative;
}

.auto-nav-more-list {
    margin-top: 20px;
    position: absolute;
    right: 0;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 4px;
    z-index: 2;
    /* Đặt vị trí lớp trên cùng */
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Đổ bóng cho phần mở rộng */
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.auto-nav-more-list .item-options-link {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    padding: 20px 25px;
    border-bottom: 1px solid #f4f1f1;
}

.auto-nav-more-list li:last-child .item-options-link {
    border: none;
}

.cat-left .item-options-link {
    width: 190px;
    font-size: 12px;
    padding: 10px 15px;
}


.item-options-link:hover {
    color: #405f9e;
}

.content-container {
    background-color: white;
}

.container-left,
.index-left {
    width: 805px;
}

.container-right,
.index-right {
    width: 270px;
}

.content-container .container-right .article-meta {
    display: none;
}

.content-container .container-right .article-link {
    font-size: 16px;
    position: relative;
}

.content-container .container-right .article:nth-child(n+2) .article-link {
    font-size: 14px;
}

.content-container .container-right .article-link::after {
    content: '';
    width: 270px;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.content-container .container-right .article:nth-child(n+2) .article-link::after {
    border-bottom: 1px solid #ffffff;
}

.content-container .container-right .article-desc {
    font-family: 'Merriweather-Regular', sans-serif;
    margin-top: 40px;

}

.content-container .container-right .article {
    gap: 15px;
}

.phapluat-cat-content .index-left {
    display: grid;
    column-gap: 35px;
    row-gap: 35px;
    grid-template-columns: repeat(3, 1fr);

}

.phap-luat-kinh-te .phapluat-cat-content,
.bao-ve-phap-luat .phapluat-cat-content {
    display: flex;
    gap: 45px
}

.phapluat-cat-content .index-left .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1/4;
    grid-template-columns: 245px auto;
}


/* .phapluat-cat-content .index-left .article:first-of-type .article-image::before {
    content: '';
    display: block;
    padding-top: 75%;
} */

.index-left .article:first-of-type {
    gap: 35px;
}

.index-left .article:first-child .article-image {
    order: 2;
}

.cat-cover.phapluat-cat-content .article-date {
    display: none;
}


.index-left .article:nth-child(n+2) .article-meta,
.index-left .article:nth-child(n+2) .article-desc {
    display: none;
}


.index-left .article:first-of-type .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-title {
    order: -1;
    /* Đặt thứ tự -1 để đưa .article-link lên đầu */
}

.index-left .article:first-of-type .article-content .article-link {
    font-size: 18px;
}

.index-left .article:first-of-type .article-content .article-cat {
    font-size: 12px;
    color: #ed1c24;
    padding: 20px 0;
}

.index-left .article:first-of-type .article-content .article-desc {
    color: #666666;
}

.index-left .article:nth-child(n+2) {
    padding-bottom: 35px;
}

/* multimedia */

.multimedia {
    background: url(../images/Layer-57.png) no-repeat;
    background-color: #405f9e;
}

.multimedia-top {
    padding: 20px 0;
    border-bottom: 1px solid #738bbc;
    margin-bottom: 20px;
}

.multimedia-link {
    font-family: 'Merriweather-Bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
}

.multimedia-options-list {
    gap: 20px;
}

.multimedia-options-link {
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
    color: #fff;
    font-size: 12px;
}

.multimedia-options-link:hover {
    color: #ed1c24;
}

a[title*="Video"] {
    background: url(../images/video.png) left no-repeat;
    background-size: 18px 13px;
    padding-left: 25px;
}

a[title*="Podcasts"] {
    background: url(../images/podcasts.png) left no-repeat;
    padding-left: 20px;
    background-size: 12px 19px;
}

a[title*="Longform"] {
    background: url(../images/longform.png) left no-repeat;
    padding-left: 30px;
    background-size: 25px 14px;
}

a[title*="Megastories"] {
    background: url(../images/megas.png) left no-repeat;
    padding-left: 20px;
    background-size: 16px 17px;
}

a[title*="E.Magazine"] {
    background: url(../images/ema.png) left no-repeat;
    padding-left: 25px;
    background-size: 23px 18px;
}

/* .multimedia .article .article-image::after {
    content: "";
    background: url(../images/video.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 5;
} */

.multimedia .article:nth-child(n+2) .article-image::after {
    width: 37px;
    height: 37px;

}


.multimedia .phapluat-cat-content {
    display: grid;
    grid-template-columns: 589px 266px 266px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 40px;
}

.multimedia .phapluat-cat-content .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.multimedia .article:first-of-type .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.multimedia .article:first-of-type .article-date {
    display: none;
}

.multimedia .article:first-of-type .article-link {
    color: #fff;
    font-size: 20px;
}

.multimedia .article:first-of-type .article-cat {
    color: #fe9500;
    font-size: 12px;
}

.multimedia .article:first-of-type .article-desc {
    color: #fff;
}

.multimedia .article:nth-child(n+2) .article-meta,
.multimedia .article:nth-child(n+2) .article-desc {
    display: none;
}

.multimedia .article:nth-child(n+2) .article-link {
    color: #fff;
    font-size: 14px;
}

.multimedia .article:nth-child(n+2) .article-title {
    line-height: 1.3;
}

.multimedia .article:nth-child(n+2) {
    gap: 15px;
}

.qc {
    display: flex;
    justify-content: center;
    padding: 45px;
}

/* more */

.cat-left {
    width: 858px;
    height: fit-content;
}

.cat-right {
    width: 277px;
}

.cat-left-item .cat-link,
.cat-right-item .cat-link {
    font-size: 18px;
    font-family: 'Merriweather-Bold', sans-serif;
    text-transform: uppercase;
}

.cat-left-item .phapluat-cat-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cat-left-item .phapluat-cat-content .article:first-of-type .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.cat-left-item .phapluat-cat-content .article:nth-child(n+2) .article-image,
.cat-left-item .phapluat-cat-content .article:nth-child(n+2) .article-meta,
.cat-left-item .phapluat-cat-content .article:nth-child(n+2) .article-desc,
.cat-left-item .phapluat-cat-content .article:first-of-type .article-date {
    display: none;

}

.cat-left-item .phapluat-cat-content .article:first-of-type .article-link {
    font-size: 18px;
}

.cat-left-item .phapluat-cat-content .article:first-of-type .article-desc {
    color: #666666;
}

.cat-left-item .phapluat-cat-content .article:first-of-type .article-cat {
    font-size: 12px;
    color: #ed1c24;
}

.cat-left-item .phapluat-cat-content .article {
    position: relative;
}

.cat-left-item .phapluat-cat-content .article::after {
    width: 85%;
    height: 1px;
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.cat-left-item .phapluat-cat-content .article:last-child:after {
    border-bottom: none;

}


.cat-left-item .phapluat-cat-content .article .article-content {
    padding: 0 30px;
}

.cat-left-item .phapluat-cat-content .article:last-child .article-content {
    padding-bottom: 40px;
}

.cat-left-item .phapluat-cat-content {
    border: 1px solid #ebebeb;
    background-color: #fff;
    min-height: 630px;
}

.cat-left-item .phapluat-cat-content .article:nth-child(1) .article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-left-item .phapluat-cat-content .article:nth-child(n+2) .article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-left-item .article:nth-child(n+2) .article-link {
    font-size: 14px;
}

.cat-left {
    display: grid;
    grid-template-columns: 407px 407px;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
}

.cat-right-item {
    background-color: #f7f6f6;
    border: 1px solid #eaeaea;
    padding: 20px 30px 40px 20px;
}

.cat-right-item .cat-link {
    border-bottom: 1px solid #eb1f26;
    padding-bottom: 10px;
}

.cat-right-tit {
    margin-bottom: 30px;
}

.cat-right-item .article .article-meta,
.cat-right-item .article .article-desc,
.cat-right-item .article:nth-child(n+2) .article-image {
    display: none;
}

.cat-right-item .article .article-link {
    font-size: 14px;
    font-family: 'Noto-serif', sans-serif;
    font-weight: 400;
}

.cat-right-item .phapluat-cat-content {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.cat-right-item .phapluat-cat-content .article {
    position: relative;
    gap: 15px;
}

.cat-right-item .phapluat-cat-content .article::after {
    width: 100%;
    height: 1px;
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: -20px;
}

.cat-right-item .phapluat-cat-content .article:last-child:after {
    border-bottom: none;
}

/* video */

.top-videos {
    background-color: #101010;
    margin-top: 40px;
}

.top-videos .cat-link {
    color: #fff;
    font-family: 'Merriweather-Bold', sans-serif;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 26px;
}

.top-videos .videos-tit {
    padding-top: 30px;
}

.top-videos .article:nth-child(n+2) .article-link {
    font-size: 14px;
}

.top-videos .article:nth-child(n+2) .article-title {
    line-height: 1;
}

.videos-container .phapluat-cat-content {
    margin-top: 50px;
    display: grid;
    column-gap: 35px;
    row-gap: 35px;
    padding-bottom: 70px;
    grid-template-columns: repeat(4, 1fr);
}

.videos-container .phapluat-cat-content .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1/5;
    gap: 55px;
    grid-template-columns: 250px auto;
}

.videos-container .phapluat-cat-content .article:first-of-type .article-image::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    /* 4/3 aspect ratio */
}

.videos-container .article:first-child .article-image {
    order: 2;
}

.videos-container .article .article-date,
.videos-container .article:nth-child(n+2) .article-meta,
.videos-container .article:nth-child(n+2) .article-desc {
    display: none;
}

.videos-container .article .article-desc {
    color: white;
}


.videos-container .article .article-link,
.videos-container .article .article-cat {
    color: #fff;
}

.videos-container .article:first-of-type .article-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.videos-container .article:first-of-type .article-cat {
    font-size: 13px;
    padding: 10px;
    background-color: #eb1f26;
    margin-bottom: 40px;
}

.videos-container .article-title {
    order: 0;
    font-family: 'Inter-Bold', sans-serif;
}

.podcasts-link:hover,
.multimedia-link:hover,
.cat-link:hover,
.videos-container .article-link:hover,
.article-link:hover {
    color: #405f9e;
}

.videos-container .article:first-of-type .article-link {
    /* font-family: 'Inter-Bold', sans-serif; */
    font-size: 22px;
}

.videos-container .article-link {
    background: url('../images/camera.png') no-repeat right center / 18px 13px;
    padding: 0 25px 5px 0;
}

.videos-container .article:first-of-type .article-link {
    background-size: 26px 20px;
    padding-right: 35px;
}

/* .videos-container  .article-image{
    position: relative;
} */

.top-videos .article-image::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(21, 21, 21), rgba(255, 255, 255, 0));
    pointer-events: none;

}

.videos-container .article:first-of-type .article-image::after {
    content: '';
    background: url(../images/Shape-27.png) center no-repeat;
    background-position: 28px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    /* Màu trắng cho biểu tượng */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
}

/* view */

.top-views {
    background-color: #fff;
}

.views-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 30px 40px 50px;
}

.views-tit .cat-link {
    font-family: 'Merriweather-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    background: url(../images/stars.png) no-repeat right/ 45px 25px;
    padding: 0 65px 0px 0;
    position: relative;
}

.views-tit .cat-link::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.views-cat-content {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 44px;
    grid-row-gap: 20px;
    margin-top: 50px;
}


.views-cat-content .article-title {
    display: flex;
    align-items: center;
}

.top-views .views-cat-content {
    counter-reset: section;
}

.views-cat-content .article-title::before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 30px;
    width: 40px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Merriweather-Bold', sans-serif;
}

.views-cat-content .article-link {
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 16px;
}

.views-cat-content .article-title {
    position: relative;
    width: 336px;
}

.views-cat-content .article-title:nth-child(2),
.views-cat-content .article-title:nth-child(3),
.views-cat-content .article-title:nth-child(5),
.views-cat-content .article-title:nth-child(6),
.views-cat-content .article-title:nth-child(8),
.views-cat-content .article-title:nth-child(9) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.views-cat-content .article-title:nth-child(1) {
    order: 1;
}

.views-cat-content .article-title:nth-child(4) {
    order: 2;
}

.views-cat-content .article-title:nth-child(7) {
    order: 3;
}

.views-cat-content .article-title:nth-child(2) {
    order: 4;
}

.views-cat-content .article-title:nth-child(5) {
    order: 5;
}

.views-cat-content .article-title:nth-child(8) {
    order: 6;
}

.views-cat-content .article-title:nth-child(3) {
    order: 7;
}

.views-cat-content .article-title:nth-child(6) {
    order: 8;
}

.views-cat-content .article-title:nth-child(9) {
    order: 9;
}

/* footer */
.footer-back {
    width: 100%;
    background-color: #f7f4f4;
}

.footer-about {
    padding-top: 30px;
}

.send {
    margin-top: 25px;
    margin-bottom: 15px;
}

.send-link {
    color: #fff;
    font-family: 'Inter-Regular', sans-serif;
    padding: 5px 35px 5px 15px;
    background: url(../images/1-stars.png) right no-repeat;
    background-color: #eb1f26;
    border-radius: 30px;
    background-position: calc(100% - 13px) center;
}

.source {
    font-family: 'Inter-Regular', sans-serif;
    margin: 15px 0;
}

.bold {
    font-family: 'Inter-Bold', sans-serif;
}

.regular {
    font-family: 'Inter-Regular', sans-serif;
}

.middle {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.link-more {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.red {
    color: #eb1f26;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-more {
    list-style-type: none;
    padding-left: 0;
}

.link-item {
    position: relative;
    padding-left: 10px;
}

.link:hover {
    color: #eb1f26;
}


.link-item::before {
    font-size: 5px;
    content: "\25A0";
    color: #eb1f26;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu-container {
    justify-content: center;
    margin: 20px 0;
}

.menu .regular,
.send-more .regular {
    padding: 0px 10px;
    border-right: 1px solid black;
}

.sitemap {
    padding: 0px 10px;
}

.menu .regular:hover,
.send-more .regular:hover,
.sitemap .regular:hover {
    font-family: 'Inter-Bold', sans-serif;
}

.master-cms {
    width: 442px;
    border-top: 1px solid #f2f2f2;
    display: flex;
    margin: 0 auto;
}

.master-cms .regular {
    padding: 10px 0;
    margin: 0 auto;
}

/* category */

.bao-ve-phap-luat-tit .item-options-link {
    font-size: 13px;
}

.bao-ve-phap-luat.category .cat-title {
    display: flex;
    align-items: baseline;
}

.bao-ve-phap-luat.category .container-left .cat-cover .article:nth-child(n+2) .article-title {
    line-height: 1.1;
}

.phapluat-heading {
    order: 2;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    padding-left: 5px;
}

.phapluat-heading a {
    color: #6e6e6e;
}

.phapluat-heading a:hover {
    color: black;
}

.phapluat-heading::after {
    content: '/';
    position: absolute;
    left: -10px;
    color: #ebebeb;
}

.bao-ve-phap-luat.category .bao-ve-phap-luat-tit {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.bao-ve-phap-luat.category .container-left {
    width: 833px;
}

.bao-ve-phap-luat.category .container-right {
    width: 300px;
}

.bao-ve-phap-luat.category .cat-cover .phapluat-cat-content .article:first-of-type {
    background-color: #ececec;
}

.bao-ve-phap-luat.category .cat-cover .phapluat-cat-content .article:first-of-type .article-content {
    padding-top: 22px;
    padding-left: 30px;
}

.bao-ve-phap-luat.category .cat-cover .article:first-of-type .article-meta {
    display: none;
}

.bao-ve-phap-luat.category .cat-cover .article:first-of-type .article-cat {
    padding: 10px 17px;
    color: #fff;
    font-size: 13px;
    background-color: #ed1c24;
}

.bao-ve-phap-luat.category .cat-cover .phapluat-cat-content {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

.bao-ve-phap-luat.category .container-left .cat-list .article {
    display: grid;
    grid-template-columns: 341px auto;
    gap: 30px;
}

/* .bao-ve-phap-luat.category .container-left .cat-list .article:nth-child(n+3) {
    display: none;
} */
.bao-ve-phap-luat.category .container-left .cat-list .article-title {
    line-height: 1.2;
}

.bao-ve-phap-luat.category .container-left .cat-list .article-link {
    font-size: 18px;
}

.bao-ve-phap-luat.category .cat-cover .phapluat-cat-content .article:first-of-type {
    grid-template-columns: 252px auto;
}

.bao-ve-phap-luat.category .cat-cover .article:first-of-type .article-content {
    gap: 0
}

.bao-ve-phap-luat.category .cat-cover .article:first-of-type .article-title {
    margin-bottom: 10px;
}

.bao-ve-phap-luat.category .cat-cover .article:first-of-type .article-link {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.bao-ve-phap-luat.category .cat-cover .article:nth-child(n+2) {
    padding-bottom: 0px;
}

.bao-ve-phap-luat.category,
.phapluat-video-cover.bao-ve-phap-luat {
    margin-top: 35px;
    margin-bottom: 0;
}

.bao-ve-phap-luat.category .content-container-cat .container-right {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.content-container-cat .cat-cover .phapluat-cat-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

.cat-list .article {
    flex-direction: row;
    gap: 30px;
}

.bao-ve-phap-luat .cat-list .article-desc {
    display: block;
}

/* .bao-ve-phap-luat .cat-list .article-date {
    display: none;
} */

.cat-list .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat-list .article .article-link {
    font-size: 22px;
}

.cat-list .article .article-cat {
    font-size: 12px;
    color: #ed1c24;
}

.cat-list .article .article-desc {
    color: #666666
}

.cat-list .article {
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
    margin-top: 35px;
}

.cat-list .article:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.see-more {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.see-more .current {
    padding: 15px 20px;
    background-color: #e9e9e9;
    color: #ed1c24;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.see-more a {
    padding: 15px 20px;
    background-color: #ed1c24;
    border-radius: 30px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    align-items: center;
    display: flex;
}


.see-more span:first-child {
    display: none;
}

.btn-see-more {
    padding: 15px 54px !important;
    background-color: #e9e9e9 !important;
    color: #ed1c24 !important;
    border-radius: 30px;
    cursor: pointer;
}

.bao-ve-phap-luat.category .container-right {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.phapluat-tab {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.hna-tabs {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

#phapluat-1.active,
#phapluat-2.active {
    background: #fbfafa;
}

#phapluat-1.active span,
#phapluat-2.active span {
    border-bottom: 1px solid #eb1f26;
    padding-bottom: 17px;
}

#phapluat-1 {
    padding-left: 35px;
}

.hna-tab-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Merriweather-Bold', sans-serif;
    width: 50%;
    background: #e4e4e4;
    height: 54px;
    position: relative;
}

.hna-tab-content {
    margin: 20px 35px 40px 35px;
    display: flex;
    flex-direction: column;
}

.hna-tab-content .article .article-meta {
    display: none;
}

.hna-tab-content .article {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.hna-tab-content .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.hna-tab-content .article-desc {
    display: none;
}

.hna-tab-content .article-title {
    line-height: 1.1;
}

#phapluat-2 {
    padding-left: 29px;
    /* margin-right: 25px; */
}

#phapluat-1::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 54px solid transparent;
    border-left: 54px solid #e4e4e4;
    position: absolute;
    top: 0;
    right: -29px;
    z-index: 1;
    background: #fbfafa;
}

#phapluat-1.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 54px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 54px solid #fbfafa;
    position: absolute;
    top: 0;
    right: -26px;
    background-color: #e4e4e4;
}

#phapluat-2::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-right: 54px solid #e4e4e4;
    position: absolute;
    top: 0;
    left: -26px;
    background: #fff;
}

#phapluat-2.active::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-right: 54px solid #fff;
    position: absolute;
    top: 0;
    left: -26px;
    background: #e4e4e4;
}

/* details */

.p-breadcrumbs {
    display: flex;
    margin-bottom: 25px;
}

.p-breadcrumbs::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #959595;
    border-radius: 50%;
    margin-right: 14px;
    transform: translateY(110%);

}

.p-breadcrumbs>li:hover {
    font-weight: 600;
}

.p-breadcrumbs>li:nth-child(n+2) {
    margin-left: 5px;
}

.p-breadcrumbs>li:after {
    content: "/";
}

.article-detail-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'Merriweather-Bold', sans-serif;
}

.article-detail-meta {
    display: flex;
    margin-bottom: 15px;
    align-items: baseline;
}

.detail-cat {
    /* padding: 10px 15px; */
    color: #ed1c24;
    font-size: 13px;
    /* background-color: #ed1c24; */
    text-transform: uppercase;
}

.article-detail-date {
    color: #aaaaaa;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}

.article-detail-date::before {
    content: '-';
    position: absolute;
    left: 8px;
}

.article-auther {
    display: flex;
    gap: 15px;
}

.auther-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.auther-name {
    font-family: 'NotoSans-Bold', sans-serif;
    font-size: 13px;
    color: #0f79d5;
}

.auther-mail {
    color: #9f9696;
    font-size: 13px;
}


.article-about {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.phapluat-detail-grid {
    display: grid;
    grid-template-columns: 74px 760px;
}

.motgame-detail-grid-left {
    width: 74px;
}

.article-detail-button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 60px;
}

.hna-btn-size,
.hna-btn-copy-link,
.hna-btn-comment,
.article-detail-button>a,
.hna-btn-follow {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 32px;
    cursor: pointer;
    color: #555;
}

.hna-btn-size {
    height: 110px !important;
    position: relative;
}

.hna-btn-size-plus {
    position: absolute;
    top: 2px;
}

.hna-btn-size-plus,
.hna-btn-size-minus {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 26px;
    font-size: 12px;
}

.hna-btn-size-minus {
    position: absolute;
    bottom: 2px;
}

.hna-btn-size-text>span {
    font-size: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.total-comment {
    padding: 13px 0 13px 10px;
    border-bottom: 1px solid #eddee2;
    width: 30px;
}

.phapluat-detail-desc {
    font-size: 16px;
    font-family: 'NotoSans-Bold', sans-serif;
    margin-bottom: 20px;
}

.detail-recommend {
    width: 625px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 40px 25px 40px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin: 30px 0px 30px 8px;
}

/* .phapluat-detail-content {
    display: flex;
    flex-direction: column;
} */

.phapluat-detail-content p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}


.phapluat-detail-content figcaption * {
    font-size: 16px;
    color: #333333;
    font-family: 'NotoSans-Regular', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 400;
}

.phapluat-detail-content figure.tkpNoEdit {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

figcaption p {
    margin-bottom: 0px !important;
}

figcaption h2,
figcaption p {
    background-color: #ebebeb;
    padding: 0 10px;
}

figcaption h2:first-of-type,
figcaption p:first-of-type {
    padding-top: 10px;
}

figcaption h2:last-of-type,
figcaption p:last-of-type,
table.MASTERCMS_TPL_TABLE td:last-child {
    padding-bottom: 10px;
}

table.MASTERCMS_TPL_TABLE tr {
    background-color: #ebebeb;
}

.phapluat-detail-content span {
    font-size: 16px;
    color: #333333;
    font-family: 'NotoSans-Regular', sans-serif !important;
}

.detail-ads-link {
    display: flex;
    justify-content: center;
}

.part-tags {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
}

.tags-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 20px;
    height: 20px;
    align-items: center;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 13px 20px 13px 20px;
    border-radius: 30px;
    background: #ebebeb;
    margin-bottom: 10px;
}

.tags-title {
    background: url(../images/tag.png) left no-repeat;
    padding-left: 37px;
}

.tags-title p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20.78px;
    color: #333333;
}

.tags-content .tags-link:hover {
    background: #b6b6b6;
}

.show-tag {
    font-size: 16px;
}

.relate-tit {
    text-align: center;
}

.relate-link {
    font-size: 22px;
    font-family: 'Merriweather-Bold';
    text-transform: uppercase;
    padding: 0 30px 15px 30px;
    border-bottom: 1px solid #ebebeb;
}

.relate-tit {
    margin-bottom: 42px;
}

.phapluat-detail-relate {
    margin-top: 40px;
}

.phapluat-detail-relate .phapluat-cat-content {
    width: 100%;
    display: grid;
    grid-template-columns: 259px 259px 259px;
    gap: 28px;
}

.phapluat-detail-relate .article-desc {
    display: none;
}

.phapluat-detail-relate .phapluat-cat-content .article-meta,
.phapluat-detail-relate .phapluat-cat-content .article-desc {
    display: none !important;
}

.phapluat-detail-comment {
    margin-top: 50px;
}

.podcasts-podcasts-link,
.listen-more-link,
.comment-tit,
.motgame-heading,
.orther-link {
    width: 160px;
    white-space: nowrap;
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 22px;
    position: relative;
    background: url(../images/Rectanglepng.png) left 6px no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}

.podcasts-cmt .motgame-headingcontent {
    padding-bottom: 10;
}

.podcasts-cmt .content {
    margin-bottom: 19px;
}

.podcasts-cmt .motgame-heading {
    background: none;
    padding-left: 0;
}

.podcasts-cmt .box-reply {
    margin: 0;
}

.podcasts-cmt {
    background-color: #f6f6f6;
}

.content {
    background-color: #eeeeee;
    gap: 20px;
    padding: 18px 20px 18px 25px;
    margin-bottom: 28px;
    display: flex;
}

.podcasts-listen .box-reply {
    width: 830px;
    margin: 0 auto;
    padding: 40px 0;
}

.podcasts-item.active a {
    color: #eb1f26;
}

.box-reply {
    margin: 40px 0;
}

.content-button {
    display: flex;
    justify-content: flex-end;
}

.avatar {
    width: 47px;
    height: 47px;
    object-fit: cover;
}

.__comment {
    color: #b7b7b7;
    font-family: 'Roboto-Regular', sans-serif;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    border-radius: 4px;
    font-family: inherit;
    border-color: #eeeeee;
    border-radius: 5px;
}

.submit-link,
.content-button button {
    font-family: 'Roboto-Bold', sans-serif;
    padding: 10px 46px;
    background-color: #405f9e;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.submit {
    display: flex;
    justify-content: flex-end;
}

.orther-link {
    text-transform: uppercase;
}

.phapluat-detail-orther .cat-list {
    margin-top: 53px;
}

.podcasts-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.podcasts-list {
    display: flex;
    gap: 20px;
}

.tittle-podcasts {
    font-size: 30.07px;
    text-transform: uppercase;
    color: #1c232e;
    font-family: 'Merriweather-Bold', sans-serif;
    font-weight: 700;
    background: url(../images/mic.png) left 0px no-repeat;
    background-size: 14px 33px;
    padding: 0px 90px 10px 90px;
    border-bottom: 1px solid #ebebeb;
    background-position: calc(100% - 280px) 0px;
}

.podcasts-tit * {
    margin-bottom: 30px;
}

.podcasts-cat-link {
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 12px;
    color: #1c232e;
    text-transform: uppercase;
}

.podcasts-cat-link:hover {
    color: #eb1f26
}

.container-listen {
    margin-top: 20px;
    width: 100%;
    background: url(../images/back-mic.png) center no-repeat;
}

.listen {
    width: 890px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.btn-text {
    color: white;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
}

.btn-icon {
    width: 13px;
    height: 13px;
    margin-right: 1px;
    transform: translateY(2px);
}

.tittle-container {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.tittle-container-link {
    color: white;
    font-size: 28px;
    font-family: 'Merriweather-Bold', sans-serif;
    background: url(../images/mic-1.png) left center no-repeat;
    padding-left: 50px;
    background-size: 30px 25px;
}

.social-podcasts {
    gap: 10px;
    margin-bottom: 20px;
}

.btn-social {
    background: #1978f3;
    border-radius: 3px;
    padding: 1px 7px;
    border: 1px solid #fff;

}

.podcasts-auther {
    justify-content: center;
    width: 402px;
    color: white;
    display: flex;
    background: url(../images/Shape-29.png) bottom no-repeat;
    padding-bottom: 30px;
    gap: 15px;
    margin-bottom: 35px;
}

.name-auther {
    font-size: 12px;
    background: url(../images/personal.png) left 0px no-repeat;
    background-size: 12px 13px;
    padding-left: 25px;
    text-transform: uppercase;
}

.podcasts-date {
    font-size: 12px;
    background: url(../images/oclock.png) left 0px no-repeat;
    background-size: 14px 14px;
    padding-left: 25px;
}

.podcasts-lyrics {
    color: white;
    max-width: 800px;
    text-align: justify;
    font-size: 16px;
    max-height: 150px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 2px;
    /* Chiều rộng của thanh cuộn */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Màu nền của phần track (phần đằng sau thanh cuộn) */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Màu của thanh cuộn */
}


.player-ctn {
    display: flex;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.player-ctn .player-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    font-family: 'cairo', sans-serif;
}

.player-ctn .player-title span {
    display: block;
    font-size: 13px;
}

.btn-ctn,
.infos-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-ctn {
    justify-content: center;
    gap: 20px;
    padding: 15px 20px 10px 20px;
}

.player-ctn {
    margin: 30px 0;
}

.btn-ctn-1 {
    gap: 15px;
}

#myProgress {
    height: 1px;
    width: 518px;
    ;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

#myBar {
    width: 0;
    height: 1px;
    background-color: #fff;
    border-radius: 10px;
}

.btn-action {
    cursor: pointer;
    text-align: center;
}

.btn-action svg {
    fill: #BFE2FF;
    transition: 0.3s;
    width: 20px;
    height: 20px;
}

.btn-action:hover svg {
    fill: #fff;
}

/* .btn-ctn>div {
    padding: 5px;
    margin: 10px 0 2px;
} */

.infos-ctn>div {
    font-size: 16px;
    color: white;
}

.player-title {
    padding: 0 10px;
}

.playlist-track-ctn {
    display: flex;
    background-color: #BFE2FF;
    margin: 6px 0;
    border-radius: 12px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.playlist-track-ctn>div {
    margin: 0 12px;
}

.playlist-info-track,
.playlist-duration {
    padding: 7px 0;
    font-size: 14px;
    pointer-events: none;
}

.playlist-info-track span {
    display: block;
    font-size: 11px;
}

.active-track {
    background: #fff;
}

.playlist-track-ctn {
    display: none
}


.podcasts-listen {
    width: 100%;
}

.podcasts-listen .phapluat-detail-comment {
    padding-top: 40px;
    padding: 50px;
    width: 835px;
    margin: 0 auto;
}

.podcasts-listen .phapluat-detail-comment .comment-tit {
    background: none;
    padding-left: 0;
}

.up {
    text-transform: uppercase;
}

.podcasts-about {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    gap: 40px;
}

.podcasts-about .podcasts-detail {
    gap: 45px;
}

.podcasts-podcasts-link::after {
    width: 25px;
    height: 25px;
    content: '';
    background: url('../images/tai-nghe.png') right 4px no-repeat;
    background-size: 25px 21px;
    position: absolute;
    right: -40px;
    border-bottom: 1px solid #ebebeb;
    padding: 22px;
}

.podcasts-podcasts .phapluat-cat-content {
    position: relative;
    margin-top: 40px;
}

.podcasts-podcasts.sub .phapluat-cat-content {
    position: relative;
    margin-top: 0px !important;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(n+3) .article-title {
    line-height: 1.1;
}


.podcasts-podcasts .phapluat-cat-content {
    display: grid;
    grid-template-columns: 368px 368px 368px;
    column-gap: 40px;
    row-gap: 55px;
}

.podcasts-podcasts .phapluat-cat-content .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1/4;
    width: 562px;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(2) {
    display: grid;
    grid-row: 1;
    grid-column: 2/4;
    width: 562px;
    position: absolute;
    right: 0px;
}

.podcasts-podcasts.sub .phapluat-cat-content .article:first-of-type,
.podcasts-podcasts.sub .phapluat-cat-content .article:nth-child(2) {
    display: flex;
    grid-row: initial;
    grid-column: initial;
    width: initial;
    position: static;
    /* hoặc position: relative; (tùy thuộc vào cấu trúc trang) */
    right: initial;
}

.phapluat-cat-content .article {
    gap: 20px;
}

.podcasts-podcasts .phapluat-cat-content .article .article-content {
    display: flex;
    flex-direction: column;
    color: #666666;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(n+3) .article-link {
    font-size: 14px;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(1) .article-link,
.podcasts-podcasts .phapluat-cat-content .article:nth-child(2) .article-link {
    font-size: 18px;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(1) .article-title {
    line-height: 1.3;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(1) .article-content,
.podcasts-podcasts .phapluat-cat-content .article:nth-child(2) .article-content {
    gap: 10px;
}

.podcasts-podcasts .phapluat-cat-content .article:nth-child(n+3) .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #666666;
}

.podcasts-listen-more .article .article-link,
.podcasts-nhipcauplus .article .article-link,
.podcasts-dingheke .article .article-link {
    font-size: 18px;
}

.podcasts-listen-more .article .article-title,
.podcasts-nhipcauplus .article .article-title,
.podcasts-dingheke .article .article-title {
    line-height: 1.3;
}

.listen-together {
    margin-top: 5px;
    cursor: pointer;
}

.listen-together-link {
    color: white;
    background: url(../images/now.png) left 7px no-repeat;
    padding: 10px 20px 12px 50px;
    border-bottom: 1px solid #ebebeb;
    background-position: calc(100% - 100px) 9px;
    background-color: #405f9e;
    border-radius: 20px;
    cursor: pointer;
}

.podcasts-nhipcauplus .phapluat-cat-content,
.podcasts-dingheke .phapluat-cat-content {
    display: grid;
    grid-template-columns: 368px 368px 368px;
    gap: 39px;
    margin-top: 40px;
}

/* test */
.page {
    width: 100%;
}

.pagination {
    text-align: center;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-number {
    font-size: 16px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    background-color: white;
    color: black;
    border-radius: 3px;
    height: 51px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.page-number:hover {
    background-color: #ecf0f6;
}


.pagination-active {
    font-size: 16px;
    height: 51px;
    width: 51px;
    background-color: #405f9e !important;
    color: white;
}

#prevPage {
    margin-right: 10px;
}

#nextPage,
#prevPage {
    width: 20px;
    display: none;
}

.arrow {
    font-size: 1.2em;
}

.nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}

/* end */

.page .phapluat-cat-content {
    display: grid;
    grid-template-columns: 368px 368px 368px;
    grid-column-gap: 35px;
    grid-row-gap: 70px;
}

.listen-more-container {
    margin-top: 40px;
}

.podcasts-about .article .article-image::after {
    content: "";
    background: url(../images/mic-1.png);
    background-size: 25px 21px;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    background-color: #eb1f26;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 5;
}



.btnToggle {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.article-audio {
    display: flex;
    gap: 2px;
}

.article-about {
    display: flex;
    position: relative;
}

.article-audio {
    position: absolute;
    right: 0;
}

.follow-link {
    color: #aaaaaa;
    border-radius: 5px;
}

.follow {
    padding-right: 97px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 9px;
    background: url(../images/google-news-noi-that-abig.png) no-repeat;
    background-position: calc(100% - 12px) 14px;
    border-radius: 3px;
    background-color: #ebebeb;
}

#goTop {
    display: flex;
    align-items: center;
    background-color: #405f9e;
    width: 45px;
    height: 45px;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

#goTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #fff;
}

#goTop:hover {
    cursor: pointer;
    background-color: #333;
}

#goTop:active {
    background-color: #555;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
}

.pcast-pause,
.pcast-currenttime,
.pcast-progress {
    display: none;
}

.pcast-player button {
    outline: none;
}

.btn-audio {
    background: #ebebeb;
    padding: 9px 12px 6px 12px;
    border-radius: 3px;
    margin-right: 2px;
}


.pcast-player-controls {
    display: flex;
    gap: 5px;
}

#play-button-div,
.pcast-time,
.-connect {
    color: #959595;
}

.fa.fa-play,
.fa.fa-pause {
    color: #959595
}

.pcast-speed {
    border: 1px solid #cccccc;
    color: #959595;
    padding: 2px 10px 0px 10px;
    font-size: 12px;
    border-radius: 5px;
    /* justify-content: center; */
    /* display: flex; */
    height: 22px;
    position: relative;
}

.pcast-speed::before {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #959595;
    position: absolute;
    left: -10px;
    top: 3px;

}

.pcast-duration {
    margin-right: 10px;
}

.section-content-initial {
    position: relative;
    overflow: hidden;
}

/* .section-content-initial ul {
    display: flex;
    left: calc(50% - 85px);
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.section-content-initial .tab-link {
    height: 5px;
    width: 5px;
    background-color: #fff;
    margin: 10px 3px;
    cursor: pointer;
}

.section-content-initial .tab-link.active-menu {
    height: 5px;
    width: 25px;
    background-color: #eb1f26;
    margin: 10px 3px;
}

.phapluat-cat-content .active-tab {
    transform: translateX(0);
    animation: moveLeft 300ms ease;
} */

/* .section-content-initial .phapluat-cat-content-left .phapluat-cat-content {
    overflow: hidden;
}

@keyframes moveLeft {
    0% {
        transform: translateX(20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
} */

.slick-dots {
    display: flex;
    bottom: 35%;
    right: 10px;
    position: absolute;
    z-index: 2;
}

.slick-dots li {
    height: 5px;
    width: 5px;
    background-color: #fff;
    margin: 10px 3px;
    cursor: pointer;
}

.slick-dots .slick-active {
    height: 5px;
    width: 25px;
    background-color: #eb1f26;
    margin: 10px 3px;
}

.slick-dots li button {
    display: none;
}

.cat-cover .article-date {
    display: none;
}

.phap-luat-kinh-te .container-right .article:nth-child(n+2) .article-image,
.bao-ve-phap-luat .container-right .article:nth-child(n+2) .article-image {
    display: none;
}

.bao-ve-phap-luat .container-left .cat-cover .article:first-of-type .article-desc,
.phap-luat-kinh-te .container-left .cat-cover .article:first-of-type .article-desc {
    display: block;
}

.bao-ve-phap-luat .article .article-link,
.phap-luat-kinh-te .article .article-link {
    font-size: 14px;
}

.phap-luat-kinh-te .container-right .phapluat-cat-content,
.bao-ve-phap-luat .container-right .phapluat-cat-content {
    display: grid;
    gap: 40px;
}

.phap-luat-kinh-te .container-right .article:nth-child(n+2) .article-link,
.bao-ve-phap-luat .container-right .article:nth-child(n+2) .article-link {
    font-family: 'Noto-serif', sans-serif;
    font-weight: 400;
}

.main-nav li a {
    padding: 10px;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 30px;
    font-family: sans-serif;
    text-decoration: none;
}

.more-btn {
    color: #898989;
}

.auto-nav-more {
    position: relative;
}

.auto-nav-more-list {
    margin-top: 20px;
    position: absolute;
    right: 0;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.auto-nav-more-list .item-options-link {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    padding: 20px 25px;
    border-bottom: 1px solid #f4f1f1;
}

.auto-nav-more-list li:last-child .item-options-link {
    border: none;
}

.cat-left .item-options-link {
    width: 190px;
    font-size: 12px;
    padding: 10px 15px;
}

/* .auto-nav-more-list .item-options-link:last-of-type{
    border: none;
} */

/* .item-options-link:hover {
    color: #ed1c24;
} */

.content-container {
    background-color: white;
}

.content-container .container-right .article-meta {
    display: none;
}

.content-container .container-right .article-link {
    font-size: 16px;
    position: relative;
}

.content-container .container-right .article:nth-child(n+2) .article-link {
    font-size: 14px;
}

.content-container .container-right .article-link::after {
    content: '';
    width: 270px;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.content-container .container-right .article:nth-child(n+2) .article-link::after {
    border-bottom: 1px solid #ffffff;
}

.content-container .container-right .article-desc {
    font-family: 'Merriweather-Regular', sans-serif;
    margin-top: 40px;

}

.content-container .container-right .article {
    gap: 15px;
}

.cat-cover .phapluat-cat-content {
    display: grid;
    column-gap: 35px;
    row-gap: 35px;

}

.cat-cover .phapluat-cat-content .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1/4;
    grid-template-columns: 245px auto;
}

.cat-cover .phapluat-cat-content .article:first-of-type .article-image::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    /* 4/3 aspect ratio */
}

.cat-cover .article:first-of-type {
    gap: 35px;
}

.cat-cover .article:first-child .article-image {
    order: 2;
}

.cat-cover.phapluat-cat-content .article-date {
    display: none;
}

.cat-cover .phapluat-cat-content .article:nth-child(n+2) .article-meta,
.cat-cover .phapluat-cat-content .article:nth-child(n+2) .article-desc {
    display: none;
}

.cat-cover .article:first-of-type .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.cat-cover .article:first-of-type .article-content .article-link {
    font-size: 22px;
}

.cat-cover .article:first-of-type .article-content .article-cat {
    font-size: 12px;
    color: #ed1c24;
    padding: 20px 0;
}

.cat-cover .article:first-of-type .article-content .article-desc {
    color: #666666;
}

.cat-cover .article:nth-child(n+2) {
    padding-bottom: 35px;
}

.cat-list .phapluat-cat-content {
    display: block
}

.content-container-cat.search .phapluat-cat-content .article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bao-ve-phap-luat.search {
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.phapluat-heading.search {
    font-size: 16px;
}

.cat-link.search {
    text-transform: math-auto;
    font-size: 20px;
    background: url(../images/Rectanglepng.png) left 4px no-repeat;
}

.bx-error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.bx-error-page h1 {
    color: #eb5757;
}

.backToHomepage {
    padding: 10px;
    background: #eb5757;
    border-radius: 30px;
    color: white;
}

.version-mobile {
    height: 40px;
    background-color: #405f9e;
    display: none;
    color: white;
    font-family: 'Inter-Bold', sans-serif;
}


.version-mobile i {
    font-size: 15px;
    color: white;
    padding-left: 10px;
}


@media screen and (max-width: 1500px) {
    .version-mobile {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.phapluat-same-topic .phapluat-cat-content {
    gap: 15px !important;
    flex-direction: column;
}

.phapluat-same-topic .phapluat-cat-content .article-link {
    font-family: 'Noto-serif', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.phapluat-same-topic .phapluat-cat-content .article-link::before {
    font-size: 10px;
    content: "\25A0";
    color: #405f9e;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

.phapluat-same-topic .cat-link {
    text-transform: capitalize;
    background: none;
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

.phapluat-same-topic .cat-link a {
    color: #405f9e;
}

/* vides */

.phapluat-video-cover.bao-ve-phap-luat {
    margin: 0 auto;
}

.phapluat-video-cover .phapluat-cat-content {
    display: grid;
    grid-template-columns: 589px 266px 266px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.phapluat-video-cover .article:first-of-type {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    max-width: 589px;
}

.phapluat-video-cover .article-desc {
    display: none;
}

.phapluat-video-cover .article-date {
    display: block;
    color: #333333;
    font-size: 13px;
}

.phapluat-video-cover .article-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.phapluat-video-cover .article-cat {
    position: relative;
}

.phapluat-video-cover .article-content,
.phapluat-video-list .article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phapluat-video-cover .cat-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    width: 100%;
}

.phapluat-video-cover .article {
    gap: 10px;
}

.phapluat-video-cover .article-cat,
.phapluat-video-list .article-cat {
    display: none;
}


.phapluat-video-cover .article:first-of-type .article-link {
    font-size: 20px;
}

.phapluat-video-list .phapluat-cat-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;

}

.video-news .article-title {
    order: 0;
}

.see-more.video-list {
    margin-top: 80px;
}

.box-video-cover {
    width: 100%;
}

.bx-video-image {
    position: relative;
}

.video-play .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play::before {
    content: '';
    padding-top: 53.75%;
    display: block;
}

.bx-video-detail {
    display: grid;
    grid-template-columns: 780px auto;
    gap: 30px;
    background: #f5f5f5;
}

.bx-video-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 25px 25px 0px;
    height: 440px;
    overflow: auto;
}

.bx-video-info .video-title {
    font-size: 22px;
    font-family: 'Merriweather-Bold', sans-serif;
}

.bx-video-info .article-detail-meta {
    margin: 5px 0;
}

.video-author {
    color: #0f79d5;
    display: flex;
    justify-content: end;
    font-family: 'NotoSans-Bold', sans-serif;
}

.video-desc.article-desc {
    font-size: 16px;
    color: #333333;
    overflow: auto;
    max-height: 138px;
    -webkit-line-clamp: inherit;
}

.video-list .phapluat-cat-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.video-news .article-link {
    font-size: 14px;
}


.phapluat-video-cover .article:first-of-type .article-image::after {
    content: '';
    background: url(../images/Shape-27.png) center no-repeat;
    background-position: 23px;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.phapluat-video-list .article-image::after,
.phapluat-video-cover .article:nth-child(n+2) .article-image::after,
.phapluat-detail-orther.-videos .article-image::after {
    content: '';
    background: url(../images/Shape-27.png) center no-repeat;
    background-size: 19px 29px;
    background-position: 18px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
}

.phapluat-video-list .article-link {
    font-size: 14px;
}

.lt {
    display: flex;
}

.article-share {
    margin-bottom: 10px;
}

.explus_related_1404022217_letter {
    display: none;
}

.explus_related_1404022217_item,
._related_1404022217_item.image_suggest {
    display: grid;
    gap: 20px;
    grid-template-columns: 105px auto;
    margin-bottom: 10px !important;
    background: white;
    padding: 10px 10px 8px 10px !important;
}

.explus_related_1404022217_title,
._related_1404022217_title {
    font-size: 14px;
    color: #405f9e;
}

.explus_related_1404022217_title:hover {
    color: #eb1f26;
}

.explus_related_1404022217 {
    margin-bottom: 0 !important;
}

.phapluat-detail-content p:has(> strong.explus_related_1404022217_letter),
.phapluat-detail-content p:has(> ._related_1404022217_letter.tkpEdit) {
    margin: 0;
}

.qc-5 img,
.qc-4 img {
    width: 100%;
    height: auto;
}

.section-content-second .article-link:hover {
    color: white !important;
    text-decoration: underline !important;

}

.section-more-cat {
    margin-top: 40px;
    display: flex;
    gap: 45px;
}

.section-content-initial .article-link:hover {
    color: white;
    text-decoration: underline;
}

.phapluat-detail-content figure img {
    width: 100%;
}


.phapluat-detail-content table td img {
    width: 100%;
}

.qc-gg-l {
    position: absolute;
    top: 0;
    left: 150px;
}

.qc-gg-r {
    position: absolute;
    top: 0;
    right: 150px;
}

@media screen and (max-width: 1842px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: 130px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: 130px;
    }
}

@media screen and (max-width: 1842px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: 110px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: 110px;
    }
}

@media screen and (max-width: 1800px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: 90px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: 90px;
    }
}

@media screen and (max-width: 1722px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: 30px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: 30px;
    }
}

@media screen and (max-width: 1618px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: -20px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: -20px;
    }
}


@media screen and (max-width: 1528px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: -70px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: -70px;
    }
}

@media screen and (max-width: 1430px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: -120px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: -120px;
    }
}

@media screen and (max-width: 1326px) {
    .qc-gg-l {
        position: absolute;
        top: 0;
        left: -140px;
    }

    .qc-gg-r {
        position: absolute;
        top: 0;
        right: -140px;
    }
}

.qc-gg-cat-l {
    position: absolute;
    top: 0;
    left: 170px;
}

.qc-gg-cat-r {
    position: absolute;
    top: 0;
    right: 170px;
    ;
}

@media screen and (max-width: 1842px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: 130px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: 130px;
    }
}

@media screen and (max-width: 1842px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: 130px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: 130px;
    }
}

@media screen and (max-width: 1800px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: 100px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: 100px;
    }
}

@media screen and (max-width: 1722px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: 50px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: 50px;
    }
}

@media screen and (max-width: 1618px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: 0px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: 0px;
    }
}


@media screen and (max-width: 1528px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: -50px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: -50px;
    }
}

@media screen and (max-width: 1430px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: -100px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: -100px;
    }
}

@media screen and (max-width: 1326px) {
    .qc-gg-cat-l {
        position: absolute;
        top: 0;
        left: -120px;
    }

    .qc-gg-cat-r {
        position: absolute;
        top: 0;
        right: -120px;
    }
}

.noti {
    padding: 10px 0;
}

.qc-38 img {
    width: 325px;
    height: auto;
}

.qc-pvcom img {
    width: 300px;
    height: auto;
}

.qc-89 img {
    width: 100%;
    height: auto;
}


.box-cover .cat-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.box-cover .cat-content .box-left {
    width: 590px;
}

.box-cover .article-cat {
    font-size: 12px;
    color: #ed1c24;
}

.box-cover .article-date {
    color: #aaaaaa;
    font-size: 13px;
    padding-left: 10px;
}

.box-cover {
    min-height: 521px;
    padding: 30px 0;
    overflow: hidden;
}

.box-cover .box-left .article-meta {
    margin-top: 10px;
}

.box-cover .box-left .article-link {
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-cover .box-left .article-desc {
    margin-top: 5px;
}

.box-cover .box-right .article-link {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-cover .box-right .article-desc {
    display: none;
}

.box-cover .article-meta {
    margin-bottom: 5px;
}

.box-cover .cat-content .box-right {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 35px;
    row-gap: 25px;
}

.widget-weather {
    border-radius: 10px;
    padding: 10px 30px 0px;
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../images/thu-hanoi.jpg) center center no-repeat;
    background-size: cover;
    height: 360px;
}