:root {
    --blue-color: #14189e;
    --blue-light: #005f99;
    --blue-dark: #171950;
    --red-color: #E81D02;
    --black-color: #111;
}

p.noidung {
    font-weight: 400;
}

p.tieude {
    font-size: 20px;
}

p.tieude:hover {
    color: var(--red-color);
}

.tieude a:hover {
    color: var(--red-color);
}

p.baiviet-longform_tieude{
    font-size: 16px;
}

p.baiviet-longform_tieude:hover {
    color: var(--red-color);
}
p.ngaydang {
    font-style: italic;
    color: #5D5D5D;
}

.breadcrumb {
    font-weight: 600;
}

.breadcrumb a {
    color: #5D5D5D;
}

.breadcrumb-item.active {
    color: #5D5D5D;
    font-weight: 600;
}

.border-top_red {
    border-top: 4px solid var(--blue-color);
}

.baiviet-tongquan {
    padding: 16px 0;
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
}
.baiviet-tongquan img{
    width: 228px;
    height: 151px;
}
.baiviet-tongquan_image{
     /* width: 100%; */
    /* aspect-ratio: 16/ 9; */
    overflow: hidden; 
    position: relative;
}

.baiviet-tongquan_image img{
    width: 228px;
    height: 151px;
    border-radius: 6px;
     transform-origin: 50% 65%;
  transition: transform 2s;
}

/* The Transformation */
.baiviet-tongquan_image:hover img {
  transform: scale(1.1);
border-radius: 6px;
}

.baiviet-tongquan_image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    height: 0;
    background: linear-gradient(to top, rgba(48, 48, 51, 0.4), transparent);
    transition: height 0.4s ease;
    border-radius: 6px;
}

.baiviet-tongquan_image:hover::after {
    height: 100%;
}


.danhmuc-baiviet {
    padding: unset;
}

.pagination {
    margin-top: 1rem;
}

.page-link {
    color: #5D5D5D;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.page-item {
    margin: 0 6px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.page-item.active .page-link {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    color: #FFFFFF;
}
.page-item.active .page-link{
    cursor: not-allowed;
}

.baiviet-tongquan_ngaydang{
    font-style: italic;
    color: #5D5D5D;
    font-size: 16px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius:50%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius:50%;
}

.list-danhmuc{
    border-top: 4px solid var(--blue-color);
    background-color: #F6F6F6;
}
.list-danhmuc .title{
    height: 62px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 20px;
}
.list-danhmuc ul{
    padding-left: 0;
}
.list-danhmuc li{
    border-top: 1px dashed #E7E7E7;
    min-height: 43px;
    padding: 12px 16px;
    align-items: center;
}
.list-danhmuc li .square{
    height: 6px;
    width: 6px;
    margin-right: 8px;
    background-color: #E81D02;
    flex-shrink: 0;
}
.list-danhmuc .banners img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 298px;
    max-height: 90px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.list-danhmuc a{
    font-weight: 400;
}

.list-danhmuc .dmCha{
    font-weight: 600;
    font-family: 'Brygada 1918';
    font-size: 20px;
}
.danhmuc-aside button.active,.danhmuc-aside button:hover{
    color:#E81D02;
}
@media (max-width:744px) {
    .danhmuc-aside {
        padding-right: 0px;
        padding-left: 0px;
    }
    .list-danhmuc .banners img{
        max-width: 348px;
    }
    .baiviet-tongquan img{
        width: 200px;
        height: 133px;
    }
    .baiviet-tongquan_tomtat{
        -webkit-line-clamp: 2 !important;
    }
    .baiviet-tongquan_tieude.tieude{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .baiviet-tongquan_tomtat.noidung,.baiviet-tongquan_ngaydang{
        font-size: 14px;
        margin-bottom: 4px;
    }
}

@media (max-width:430px) {
    .list-danhmuc .banners img{
        max-width: 398px;
    }
}

.video-player-wrapper {
    background-color: #000;
    border: 1px solid #eee;
}

.video-description {
    line-height: 1.6;
    color: #444;
    font-size: 1.05rem;
}

.video-description img {
    max-width: 100%;
    height: auto;
}

.share-box {
    position: sticky;
    top: 100px; /* Dính theo màn hình khi cuộn nếu menu top cũng sticky */
}

.btn-info {
    background-color: #0088cc;
    border: none;
}

.btn-info:hover {
    background-color: #0077b3;
}