﻿.top-qt-homes .p-title-cate {
    font-family: 'BaiJamjuree-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, #008DFB 0%, #002759 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 14px;
}

.top-qt-homes .p-descript {
    color: #0067B9;
    text-align: center;
    font-family: 'Inter_24pt-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 912px;
    margin: auto;
    margin-bottom: 51px;
}

.home-qt-homes {
    padding-top: 38px;
    background: url(/Design/img/DienQuocHung/ddd.png) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}

.item-cate-bottome h3 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
}

.item-cate-bottome {
    border-radius: 10px;
    background: url(/Design/img/DienQuocHung/cc.png) no-repeat;
    background-size: cover;
    padding: 15px 21px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-homee-cate-bottom {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 25px;
}

.home-qt-container {
    margin-bottom: 35px;
}

.title-c-img-list-home h4 {
    margin: 0;
    font-family: 'BaiJamjuree-Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #008DFB 0%, #002759 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate-img-list-home {
    margin-top: 34px;
    margin-bottom: 28px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 21px;
    row-gap: 21px;
}

.l-c-img-list-home {
}

.r-c-img-list-home {
    flex: 1 1 0;
}

.list-img-cate-homee a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.list-img-cate-homee {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 21px;
    row-gap: 21px;
}

    .list-img-cate-homee a {
        display: block;
        border: 1px solid #0067B9;
        background: #FFF;
        padding: 5px;
        border-radius: 10px;
    }

.title-c-img-list-home {
    margin-bottom: 27px;
}

@media(max-width:739px) {
    .top-qt-homes .p-title-cate {
        font-size: 20px;
    }

    .home-qt-container {
        margin-bottom: 10px;
    }

    .top-qt-homes .p-descript {
        width: auto;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .list-homee-cate-bottom {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .item-cate-bottome h3 {
        font-size: 14px;
    }

    .item-cate-bottome {
        height: 73px;
        padding: 15px 10px;
    }

    .title-c-img-list-home h4 {
        font-size: 18px;
        height: auto;
    }

    .cate-img-list-home {
        margin-top: 34px;
        margin-bottom: 28px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 21px;
        row-gap: 18px;
    }

    .list-img-cate-homee {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .title-c-img-list-home {
        margin-bottom: 18px;
    }
}