.bottom_extentions ul li span {
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
}


.box-text a {
    margin: 0px !important;
}

.box-text-inner.blog-post-inner {
    height: 40px;
}

.box-text h5 {
    height: 50px !important;
    margin-bottom: 0px !important;
}

.swiper-srceen .swiper-pagination {
    font-weight: 900 !important;
    font-size: 16px;
}

#ngay-dang {
    font-weight: 500 !important;
}

/* Đảm bảo thumbnail co giãn hợp lý */
.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Đảm bảo hình ảnh được hiển thị đầy đủ mà không bị méo */
}

/* Đối với màn hình nhỏ */
@media (max-width: 768px) {
    .mySwiper .swiper-slide {
        width: auto !important;
        /* Đảm bảo kích thước thumbnail tự điều chỉnh */
    }
}

#lg-prev-1, #lg-next-1 {
    font-size: 18px;
    padding: 0 15px;
    border-radius: 5px;
}

@media (max-width:460px) {
    #lg-prev-1, #lg-next-1 {
        font-size: 12px;
        padding: 0 10px;
    }

    #lg-prev-1 {
        left: 0;
        margin-left: 5px;
    }

    #lg-next-1 {
        right: 0;
        margin-right: 5px;
    }

}

/* Chỉnh sửa nút điều hướng tiếp theo */
#lg-next-1::before {
    content: "\e930";

    /* Tạo mũi tên */

}

#lg-prev-1::after {
    content: "\e92f";
}

#lg-next-1, #lg-prev-1 {
    font-family: "font-icon-bds" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 1;
}

@media only screen and (max-width: 480px) {
    .swiper-srceen {
        height: auto !important;
    }
}

.bottom_extentions ul li:nth-child(3) span, .bottom_extentions ul li:nth-child(4) span {
    font-weight: 600 !important;
}

.bottom_extentions ul li:nth-child(1) span, .bottom_extentions ul li:nth-child(2) span {
    color: #E03C31 !important;
    font-weight: 600 !important;
}

body.lg-no-scroll {
    overflow: hidden;
    /* Ngăn cuộn */
}

.js__card-phone-btn a {
    font-weight: 700;
}

.tin-tuc-left .post-title.is-large {
    display: flex;
    align-items: center;
}


.tin-tuc-left .post-meta.is-small.op-8 {
    width: 100%;
    margin-left: 42px;
    margin-top: 5px !important;
}