.mainAreaCatJournal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.journalInlineAd {
    width: 100%;
    /* margin: 16px 0; */
}
.mobileCategoryShow {
    display: none !important;
}

.desctopCategoryShow {
    display: flex;
}

.paginationArea {
    margin-top: 24px;
}

.inMainAreaCatJournal {
    max-width: 1240px;
    width: 100%;
    align-items: start;
    gap: 24px;
    display: flex;
    margin-top: 24px;
}

.BreadcrumbList {
    margin-bottom: 24px;
}

.leftPArtJornalCat {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxMainInfoPage {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.titleCategory {
    color: #282828;
    font-family: "Montserrat Alternates";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px
}

.descCategory {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.boxItemsArticles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.itemArticle {
    display: flex;
    gap: 9px;
    width: 100%;
    height: 142px;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;

    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

.itemArticle .boxInfoArt .titleArt {
    transition: 0.24s;
}

.itemArticle:hover .boxInfoArt .titleArt {
    color: #EA6129;
}

.mainImageArt {
    display: flex;
    max-width: 230px;
    width: 100%;
    overflow: hidden;
    align-items: center;
}

.mainImageArt img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    object-position: center;
}

.boxInfoArt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 4px;
    box-sizing: border-box;
    align-items: flex-start;
}

.titleArt {
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.descArt {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    max-height: 60px;
    overflow: hidden;
    line-height: 20px;
}

.bottomArtInfo {
    display: flex;
    gap: 12px;
}

.rightPartJournalCat {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 319px;
    gap: 24px;
    position: sticky;
    top: 134px;
}

.boxCatItems {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    border-radius: 8px;
    padding: 13px 16px;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

.titleCategory {
    color: #282828;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

}

.boxCategoryItems {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.catItem {
    display: flex;
    gap: 4px;
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    cursor: pointer;
    transition: 0.24s;
}

.catItem:hover {
    color: #EA6129;
}

.boxAds {
    display: flex;
    flex-direction: column;
    gap: 12px;

    border-radius: 8px;
    padding: 13px 16px;
    background: #FFF;
    width: 100%;
    max-height: 500px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1280px) {
    .mainAreaCatJournal {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .mainImageArt {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1130px) {
    .mainAreaCatJournal {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .mainImageArt {
        flex-shrink: 0;
    }

    .itemArticle {
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    .titleArt {
        font-size: 18px;
        line-height: 20px;
    }

    .descArt {
        font-size: 13px;
        line-height: 18px;
        max-height: inherit;
    }

    .catItem {
        font-size: 13px;
        line-height: 18px;
    }

    .titleCategory {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 980px) {
    .titleArt {
        font-size: 18px;
        line-height: 20px;
    }

    .descArt {
        font-size: 13px;
        line-height: 18px;
        max-height: inherit;
    }

    .catItem {
        font-size: 13px;
        line-height: 18px;
    }

    .titleCategory {
        font-size: 18px;
        line-height: 20px;
    }

    .mobileCategoryShow {
        display: flex !important;
    }

    .desctopCategoryShow {
        display: none;
    }

    .rightPartJournalCat {
        display: none;
    }

    .boxCatItems {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        border-radius: 0px;
        padding: 0;

        box-sizing: border-box;
        box-shadow: inherit;
        margin-bottom: 24px;
    }

    .boxCategoryItems {
        display: flex;
        flex-direction: row;
        gap: 9px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 620px) {
    .itemArticle {
        display: flex;
        flex-direction: column;
    }

    .boxInfoArt {
        padding: 12px 12px 12px 12px;
    }

    .mainImageArt {
        display: flex;
        max-width: inherit;
        width: 100%;
        overflow: hidden;
        align-items: center;
    }

    .arrowPagStyle {
        padding: 7px;
    }

    .numberItem {
        padding: 7px 12px;
        font-size: 13px;
    }

    .catItem {
        font-size: 15px;
        line-height: 20px;
    }
}