/* ========== Extra Extra Large ≥1400px ========== */
@media (max-width: 1400px) {}

/* ========== Extra Large ≥1200px ========== */
@media (max-width: 1200px) {}

/* ========== Large ≥992px ========== */
@media (max-width: 992px) {
    .contentCardObject {
        position: absolute;
        z-index: 4;
        top: -26px;
        right: 50px;
        width: 60px;
    }

    .contentCardObject_2 {
        position: absolute;
        z-index: 4;
        bottom: 0px;
        right: 0px;
        width: 100px;
    }
}

/* ========== Medium ≥768px ========== */
@media (max-width: 768px) {
    .custom-item-table thead th {
        font-size: 20px;
        padding: 14px 8px;
    }

    .item-col {
        width: 160px;
    }

    .item-image img {
        width: 80px;
    }

    .item-name {
        font-size: 16px;
    }

    .desc-text {
        font-size: 18px;
    }

    .bannerTitle {
        width: 100%;
        max-width: 400px;
    }

    .bannerTitle_object4 {
        bottom: 74px;
        right: 25px;
        width: 50px;
        height: 50px;
    }

    .bannerTitle_object2 {
        bottom: 100px;
        left: 90px;
        width: 50px;
        height: 50px;
    }

    .bannerTitle_object1 {
        top: 20px;
        left: -25px;
        width: 80px;
        height: 80px;
    }

    .bannerTitle_object3 {
        top: 7px;
        right: 55px;
        width: 50px;
        height: 50px;
    }

    .custom-item-table {
        table-layout: fixed;
        margin-bottom: 0;
        min-width: 500px;
    }

    .contentCardDetailLayout {
        width: 100%;
        height: 595px;
        padding: 40px 20px;
    }

    .contentCardDetailLayout_2 {
        width: 100%;
        height: 335px;
        padding: 30px 20px;
    }

    .contentCardMainLayout {
        min-height: fit-content;
    }
}

/* ========== Small ≥576px ========== */
@media (max-width: 576px) {
    .bannerMainLayout {
        min-height: 650px;
    }

    .bannerFooter {
        height: 250px;
        background: linear-gradient(0deg, #5c2a1a 20%, #99999900 100%);
    }

    .contentCardDetailLayout {
        width: 100%;
        height: 425px;
        padding: 25px 20px;
        justify-content: center;
    }

    .custom-item-table thead th {
        font-size: 16px;
        padding: 10px 8px;
    }

    .item-name {
        font-size: 12px;
        line-height: 15px;
    }

    .item-description {
        font-size: 13px;
    }

    .item-image {
        width: 60px;
    }

    .contentCardObject_2 {
        width: 60px;
    }

    .contentCardObject_3 {
        position: absolute;
        z-index: 4;
        top: -20px;
        left: 0px;
        width: 50px;
    }

    .contentCardObject_4 {
        width: 40px;
    }

    .contentCardDetailLayout_2 {
        width: 100%;
        height: fit-content;
        padding: 30px 20px;
    }
}

@media (max-width: 340px) {
    .bannerMainLayout {
        min-height: 750px;
    }



    .contentCardTopicLayout {
        width: 100%;
        height: 120px;
        padding: 10px 10px;
    }
}