/* CSS cho laptop và máy tính để bàn có màn hình nhỏ */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .main-typography {
        font-size: 20px;
    }

    .main-section-us {
        font-size: 40px;
    }

    .main-section-vn {
        font-size: 40px;
    }

    .main-news-title {
        font-size: 30px;
    }

    .table.crp-table thead tr th,
    .table.crp-table2 thead tr th {
        font-size: 20px;
    }

    .table.crp-table tbody tr td {
        font-size: 17px;
    }

        .table.crp-table tbody tr td.sub-td {
            font-size: 15px;
        }

    .series-top-1 {
        padding: 20px 10px;
        height: 466.2px;
        width: calc((100% - 378px) / 2);
    }

    .series-top {
        width: 378px;
        height: 466px;
    }

    .series-top-3 {
        height: 466.2px;
        padding: 60px 25px;
        width: calc((100% - 378px) / 2);
        background-color: rgba(27, 26, 24, 0.5);
    }


    .crb-news-img-box {
        /*   width: 700px;
        height: 400px;*/
        width: 100%;
    }

    .crb-news-img-box-2 {
        width: 700px;
        height: auto;
    }

    .crb-news-content-2 {
        width: calc(100% - 700px);
        min-height: 400px;
    }

    .left-side {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding-left: 20px;
    }

    .center-side {
    }

    .right-side {
        padding-right: 20px;
    }


    .live-left1 {
        font-family: Akira Expanded;
        font-size: 18px
    }

    .live-left2 {
        font-family: Akira Expanded;
        font-size: 22px;
    }

    .live-time {
        font-size: 70px;
        font-family: Akira Expanded;
    }

    .live-center-1 {
        font-size: 18px;
        font-family: Akira Expanded;
    }


    .text-live-18 {
        font-size: 20px;
    }

    .text-live-25 {
        font-size: 25px;
    }

    .text-live-30 {
        font-size: 45px;
    }

    .text-live-40 {
        font-size: 35px;
    }

    .text-live-45 {
        font-size: 30px;
    }

    .text-live-50 {
        font-size: 70px;
    }

    .text-live-80 {
        font-size: 100px;
    }

    .text-live-100 {
        font-size: 120px;
    }

    .text-live-120 {
        font-size: 120px;
    }
    .crb-tab-item,
    .crb-tab-time {
        font-size: 18px;
    }
    .crb-tab-item2,
    .crb-tab-time2 {
        font-size: 16px;
    }

   /* .swiper-slide > .swiper-slide-cover {
        width: 100%;
        height: 600px;
    }*/
}
