/*areaPost*/

.areaPost {
    padding-top: 48px;
    margin-bottom: 128px;
}

.areaPost .inner {
    display: flex;
    justify-content: space-between;
}

/*boxLeft*/

.areaPost .boxLeft .formSearch {
    /*margin-bottom: 24px;*/
}

.areaPost .boxLeft .formSearch .titleForm {
    /* background: none; */
}


.areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect select {
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    color: #555;
    border: 1px solid #aaaaaa;
    font-weight: 500;
    min-height: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #ffffff url(../images/trader-list/icon-arrow-select.png) no-repeat center right 15px;
    background-size: 19px 13px;
}

.areaPost .keywords {
    padding: 0 23px;
    margin-bottom: 42px;
}

.areaPost .keywords .keywordsTitle {
    font-size: 20px;
    margin-bottom: 21px;
}

.areaPost .listCat {
    display: flex;
    flex-wrap: wrap;
}

.areaPost .boxLeft .listCat li {
    margin-bottom: 11px;
    margin-right: 14px;
}

.areaPost .boxLeft .listCat li a {
    font-size: 12px;
    color: #029a8e;
    background: #cff9f6;
    border-radius: 4px;
    padding: 3px 15px 5px;
    letter-spacing: 0.1px;
    transition: all .3s;
}

/*boxRight*/
.areaPost .boxRight {
    padding-top: 1px;
}

.areaPost .boxRight .listCat li {
    margin-bottom: 11px;
    margin-right: 14px;
    font-size: 12px;
    color: #029a8e;
    background: #cff9f6;
    border-radius: 4px;
    padding: 3px 15px 5px;
    letter-spacing: 0.1px;
    transition: all .3s;
}

.areaPost .boxRight .titleRight {
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 55px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #02bbad;
    padding: 11px 31px 14px;
    letter-spacing: 1px;
}

.areaPost .boxRight .titleRight .fsz28 {
    font-size: 28px;
}

.areaPost .boxRight .wrapperMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.areaPost .boxRight .wrapperMenu .wrapperName {
    font-size: 20px;
    font-weight: 500;
}

.areaPost .boxRight .wrapperMenu .wrapperBox {
    display: flex;
    align-items: center;
}

.areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect {
    padding-left: 35px;
}

.areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect select {
    cursor: pointer;
    min-height: 46px;
    width: 185px;
    border-color: #02bbad;
    background: #ffffff url(../images/trader-list/icon-arrow-select-grenn.png) no-repeat center right 11.5px;
    background-size: 19px 14px;
}

.areaPost .boxRight .boxProduct {
    margin-bottom: 40px;
}

.areaPost .boxRight .boxProduct .itemProduct {
    background: #fafafa;
    margin-bottom: 16px;
}

.areaPost .boxRight .boxProduct .itemProduct>a {
    display: flex;
    justify-content: space-between;
}

.areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
    width: 250px;
}

.post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
    width: 165px;
}

.areaPost .boxRight .boxProduct .itemProduct .itemPhoto img {
    width: 100%;
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent {
    width: calc(100% - 277px);
    padding-top: 18px;
    padding-right: 18px;
}

.post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemContent {
    width: calc(100% - 192px);
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop {
    display: flex;
    justify-content: space-between;
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop .listCat {
    width: calc(100% - 115px);
    margin-left: 2px;
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent .dateTime {
    width: 106px;
    font-size: 12px;
    color: #aaaaaa;
    margin-top: 2px;
    margin: 2px 0 0 auto;
    text-align: right;
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTxt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.areaPost .pagination {
    display: flex;
    justify-content: center;
}

.areaPost .pagination li {
    margin: 0 5.5px;
}

.areaPost .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #cff9f6;
    color: #02bbad;
    font-size: 16px;
    border-radius: 50%;
    padding-bottom: 3px;
    transition: all .3s;
}

.areaPost .pagination li.iconBtn a {
    padding: 0;
    position: relative;
}

.areaPost .pagination li.iconBtn a .iconPhoto {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

.areaPost .pagination li.active {}

.areaPost .pagination li.active a {
    background: #02bbad;
    color: #fff;
}

/*End-areaPost*/
/*CUSSTOM COMMON*/
.areaBannerBetween .bannerPhoto {
    margin: 0 auto 100px;
}

@media(max-width:1200px) and (min-width:769px) {

    /*boxLeft*/

    .areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect select {
        min-height: 45px;
        font-size: 14px;
    }

    .areaPost .keywords {
        padding: 0;
    }

    .areaPost .boxRight .titleRight {
        font-size: 22px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail {
        padding-right: 0;
    }

    .areaPost .boxRight .wrapperMenu .wrapperName {
        font-size: 18px;
    }
}

@media(max-width: 960px) and (min-width: 769px) {
    .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
        width: 220px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        width: calc(100% - 244px);
    }
    .areaPost .listCat li {
        margin-bottom: 7px;
        margin-right: 7px;
    }
}

@media(max-width: 900px) and (min-width: 769px) {
    .areaPost .listCat li a {
        padding: 3px 8px 5px;
    }


    .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        padding-top: 8px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
        width: 230px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle {
        font-size: 16px;
    }
}

@media(max-width: 870px) and (min-width: 769px) {

    .areaPost .boxRight .wrapperMenu {
        flex-direction: column;
        align-items: unset;
    }

    .areaPost .boxRight .wrapperMenu .wrapperBox {
        justify-content: space-between;
    }

    .areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect {
        padding-left: 10px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop {
        flex-direction: column;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop .listCat {
        width: 100%;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .dateTime {
        width: 100%;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
        width: 180px;
    }

    .areaPost .boxRight .boxProduct .itemProduct {
        align-items: center;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        padding: 7px 10px 7px 0;
        width: calc(100% - 191px);
    }
}

@media(max-width: 800px) and (min-width: 769px) {
    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop .listCat {
        width: auto;
        margin-left: 0;
        max-width: 135px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        padding-right: 15px;
        width: calc(100% - 182px);
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .dateTime {
        width: 91px;
    }
}

@media(min-width:769px) {
    .areaPost .listCat li a:hover {
        color: #fff;
        background: #02bbad;
    }

    .areaPost .pagination li a:hover {
        background: #02bbad;
        color: #fff;
    }

    .areaPost .pagination li.iconBtn a:hover .iconPhoto {
        opacity: 1;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle a:hover {
        color: #fc9b27;
    }
}

@media(max-width:768px) {
    .areaPost {
        padding-top: 14px;
        margin-bottom: 61px;
    }

    .areaPost .boxRight {
        width: 100%;
    }

    .areaPost .wrapperArea {
        margin-bottom: 11px;
    }

    .areaPost .wrapperArea .groupSelect {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .areaPost .wrapperArea .titleForm {
        margin-bottom: 7px;
        font-size: 15px;
    }

    .areaPost .wrapperArea .selectItem {
        width: 48%;
    }

    .areaPost .wrapperArea .selectItem select,
    .areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect select {
        padding: 0 7px;
        min-height: 31px;
        font-size: 13px;
        /* background: #ffffff url(../images/trader-list/icon-arrow-select.png) no-repeat top 10px right 11px; */
        background-size: 16px 11px;
        font-size: 12px;
        width: 172px;
    }

    .areaPost .boxRight .titleRight {
        flex-wrap: wrap;
        min-height: 60px;
        font-size: 16px;
        padding: 5px 15px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .areaPost .boxRight .titleRight .fsz28 {
        width: 100%;
        font-size: 17px;
    }

    .areaPost .boxRight .wrapperMenu .wrapperBox {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
    }

    .areaPost .boxRight .wrapperMenu {
        margin-bottom: 18px;
    }

    .areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect {
        padding-left: 0;
    }

    .areaPost .boxRight .wrapperMenu .wrapperBox .numberPost {
        font-size: 12px;
        color: #02bbad;
        letter-spacing: 0.3px;
        margin-bottom: -1px;
    }

    .areaPost .boxRight .boxProduct {
        margin-bottom: 30px;
    }

    .areaPost .boxRight .boxProduct .itemProduct {
        margin-bottom: 20px;
        background: transparent;
    }

    .post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
        /*width: 43.5%;*/
        width: 100px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemPhoto {
        width: 43.5%;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        position: relative;
        width: calc(100% - 46.8%);
        padding-top: 0;
        padding-right: 0;
        margin-top: -3px;
    }

    .post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemContent {
        width: calc(100% - 120px);
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemTop .listCat {
        width: 100%;
        margin-left: 0;
    }

    .areaPost .listCat li {
        margin-bottom: 7px;
        margin-right: 7px;
    }

    .areaPost .listCat li a {
        font-size: 9px;
        padding: 3px 11px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle {
        font-size: 12px;
        -webkit-line-clamp: 3;
        margin-bottom: 0;
        text-align: left;
    }

    .post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle {
        font-size: 16px;
        margin-top: 16px;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail {
        padding-right: 0;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .dateTime {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        font-size: 9px;
        margin-top: 0;
    }

    .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTxt {
        display: none;
    }

    .areaPost .pagination {
        margin-bottom: 36px;
    }

    .areaPost .pagination li {
        margin: 0 6px;
    }

    .areaPost .pagination li a {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .areaPost .keywords {
        padding: 0;
        margin-bottom: 0;
        margin-top: 37px;
    }

    .areaPost .keywords .keywordsTitle {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .areaPost .customSp .listCat li {
        margin-right: 12px;
        margin-bottom: 5.5px;
    }

    .areaPost .customSp .listCat li a {
        padding: 4px 12px;
        letter-spacing: 1.1px;
    }

    .areaBannerBetween .bannerPhoto {
        margin: 0 auto 50px;
    }
}