/*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;
}

@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;
    }

    /* FB452 */
    .post-type-archive-aipost .areaPost .boxRight .boxProduct .itemProduct .itemContent .itemContail .itemTitle {
        margin-top: 0;
        font-size: 12px;
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }
    /* END FB452 */


    .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;
    }
}



/* START ROW449 */

.areaPost {
    padding: 49px 0 0;
    margin-bottom: 20px;
}
.areaPost .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1225px;
}

.boxLeft {
    float: left;
}
.boxRight {
    float: right;
    width: calc(100% - 295px);
}
.boxRight .sectionBg {
    padding: clamp(30px, 5.9vw, 40px) clamp(30px, 5.6vw, 69px) clamp(30px, 5.9vw, 49px);
}

.areaPost .boxRight .titleRight {
    margin-bottom: 21px;
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    background-color: #39B767;
    padding: 11px 28px 12px;
    min-height: 61px;
    display: block;
    /*align-items: center;*/
    letter-spacing: 1px;
    line-height: 1;
}
.areaFaq {
    margin-bottom: 100px;
}
.areaPost .keywords {
    display: none;
}
/* traderIntro */
.traderIntro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.traderIntro .introInfo {
    width: 100%;
    max-width: 501px;
    text-align: center;
    border: 3px solid #333333;
    background-color: #fff;
    border-radius: 25px;
    padding: 28px 30px 35px;
}
.traderIntro .introInfo .infoNote {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.traderIntro .introInfo .infoNote .line {
    position: relative;
    padding: 0 20px;
}
.traderIntro .introInfo .infoNote .line::before,
.traderIntro .introInfo .infoNote .line::after  {
    content: "";
    position: absolute;
    top: 58%;
    left: 1px;
    transform: translateY(-50%) rotate(-30deg);
    width: 2px;
    height: 34px;
    background-color: #333333;
}
.traderIntro .introInfo .infoNote .line::after  {
    left: auto;
    right: 1px;
    transform: translateY(-50%) rotate(30deg);
}
.traderIntro .introInfo .infoSub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}
.traderIntro .introInfo .infoSub .sub {
    line-height: 1.3;
}
.traderIntro .introInfo .infoSub .sub.subBig {
    font-size: 30px;
}
.traderIntro .introInfo .infoSub .infoRed {
    display: inline-block;
    color: #FE4710;
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 3px;
    margin: 0 -8px 0 0px;
    transform: translateY(4px);
}
.traderIntro .introEstimate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: calc(100% - 511px);
    border: 3px solid #333333;
    background-color: #E5F6F1;
    border-radius: 16px;
    padding: 22px;
}
.traderIntro .introEstimate .estimateIcon {
    width: 45%;
}
.traderIntro .introEstimate .estimateBtn {
    width: 149px;
}
.traderIntro .introEstimate .estimateBtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 149/134;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #FE6F10;
    box-shadow: 0 4px 0 #FE4710;
    border-radius: 10px;
    padding: 0px 0 12px 0;
    letter-spacing: 1px;
    transition: all .3s;
    text-align: center;
    line-height: 1.3;
}
.traderIntro .introEstimate .estimateBtn a .icon {
    position: relative;
}
.traderIntro .introEstimate .estimateBtn a .icon::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 51%;
    transform: translateX(-50%);
    width: 18px;
    aspect-ratio: 1 / 1;
    background: url(../images/index/main-icon-arrow.svg)no-repeat center/100%;
}
@media(max-width: 1225px) and (min-width: 769px) {
    .traderIntro .introInfo {
        width: calc(100% - 320px);
        max-width: inherit;
        padding: 25px 20px;
    }
    .traderIntro .introInfo .infoNote {
        font-size: 18px;
    }
    .traderIntro .introInfo .infoSub {
        font-size: 22px;
    }
    .traderIntro .introInfo .infoSub .infoRed {
        font-size: 65px;
    }
    .traderIntro .introInfo .infoSub .sub.subBig {
        font-size: 24px;
    }
    .traderIntro .introEstimate {
        justify-content: center;
        width: 310px;
        gap: 20px;
        padding: 20px;
    }
    .traderIntro .introEstimate .estimateBtn a {
        font-size: 18px;
    }
    .traderIntro .introEstimate .estimateBtn {
        width: 120px;
    }
}
@media(max-width: 1200px) and (min-width: 769px) {
    .boxRight {
        width: calc(100% - 265px);
    }
}
@media(max-width: 1100px) and (min-width: 769px) {
    .traderIntro .introInfo .infoNote {
        font-size: 14px;
    }
    .traderIntro .introInfo .infoNote .line {
        padding: 0 10px;
    }
    .traderIntro .introInfo .infoNote .line::before, 
    .traderIntro .introInfo .infoNote .line::after {
        width: 1px;
        height: 23px;
    }
    .traderIntro .introInfo .infoSub {
        font-size: 18px;
    }
    .traderIntro .introInfo .infoSub .infoRed {
        font-size: 60px;
    }
    .traderIntro .introInfo .infoSub .sub.subBig {
        font-size: 22px;
    }
    .traderIntro .introEstimate {
        justify-content: center;
        width: 310px;
        gap: 20px;
        padding: 20px;
    }
    .traderIntro .introEstimate .estimateBtn a {
        font-size: 16px;
        aspect-ratio: 149 / 125;
    }
}
@media(max-width: 1035px) and (min-width: 769px) {
    .traderIntro {
        justify-content: center;
    }
    .traderIntro .introInfo {
        width: 400px;
    }
}
@media (max-width: 900px) and (min-width: 769px) {
    .boxRight {
        width: calc(100% - 240px);
    }
}
@media (min-width: 769px) {
    .traderIntro .introEstimate .estimateBtn a:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}
@media (max-width: 768px) {
    .areaPost {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }
    .areaPost .wrapperArea .selectItem select, 
    .areaPost .boxRight .wrapperMenu .wrapperBox .wrapperSelect select {
        width: 150px;
    }
    .traderIntro {
        justify-content: center;
    }
    .areaPost .boxRight > .sectionBg {
        padding: 3.2vw 2.4vw 3.2vw;
    }
    .areaPost .boxRight .titleRight {
        font-size: 16px;
        padding: 5px 15px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    .traderIntro .introInfo {
        width: 100%;
        padding: 20px 15px;
        /* FB452 */
        max-width: 380px;
        /* END FB452 */
    }
    .traderIntro .introInfo .infoNote {
        font-size: 16px;
    }
    .traderIntro .introInfo .infoNote .line {
        padding: 0 10px;
    }
    .traderIntro .introInfo .infoNote .line::before, 
    .traderIntro .introInfo .infoNote .line::after {
        height: 22px;
    }
    .traderIntro .introInfo .infoSub {
        font-size: 16px;
    }
    .traderIntro .introInfo .infoSub .infoRed {
        font-size: 42px;
    }
    .traderIntro .introInfo .infoSub .sub.subBig {
        font-size: 20px;
    }
    .traderIntro .introEstimate {
        width: 100%;
        /* FB452 */
        max-width: 380px;
        /* END FB452 */
    }
    .traderIntro .introEstimate .estimateBtn {
        width: 139px;
    }
    .traderIntro .introEstimate .estimateBtn a {
        font-size: 16px;
        aspect-ratio: 149 / 104;
    }
}

/* traderIntro */

@media(min-width:769px) and (max-width:1250px) {
    .boxRight .sectionBg {
        padding: clamp(30px, 5.9vw, 40px) clamp(30px, 5.6vw, 50px) clamp(30px, 5.9vw, 49px);
    }
}

@media(min-width:769px) and (max-width:1100px) {
    .boxRight .sectionBg {
        padding: clamp(30px, 5.9vw, 40px) clamp(30px, 5.6vw, 30px) clamp(30px, 5.9vw, 49px);
    }
}
/* areaListReview */
.areaListReview .sectionBg {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 37px;
    background: #E5F6F1;
    padding: clamp(30px, 5.9vw, 38px) clamp(30px, 5.6vw, 37px);
    margin-bottom: 23px;
}
.areaListReview .sectionBg .reviewsWrapIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 58px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.areaListReview .sectionBg .reviewsWrapIntro .introPhoto {
    width: 243px;
}
.areaListReview .sectionBg .reviewsWrapIntro .introInfo {
    transform: translate(-6px, -8px);
}
.areaListReview .sectionBg .reviewsWrapIntro .introTitle {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.areaListReview .sectionBg .reviewsWrapIntro .introTitle .titleGreen {
    display: inline-block;
    color: #39B767;
    margin-right: 5px;
}
.areaListReview .sectionBg .reviewsWrapIntro .introSub {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.7;
}
.areaListReview .sectionBg .ListReview {
    width: 100%;
}
.areaListReview .sectionBg .ListReview .reviewRateScore>li:not(:last-child) {
    margin-bottom: 10px;
}
.areaListReview .sectionBg .ListReview .reviewRateScore > li {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 21px;
}
.areaListReview .sectionBg .ListReview .reviewRateScore .reviewBox .reviewRate .reviewPerson .reviewInfor {
    margin-top: 0;
}
.areaListReview .sectionBg .ListReview .reviewRateScore .reviewBox .reviewRate .reviewPerson .reviewInfor .reviewStartScore {
    margin-bottom: 5px;
}
.areaListReview .sectionBg .ListReview .reviewRateScore .reviewBox .reviewWrapContent {
    gap: 11px 25px;
}
.areaListReview .sectionBg .ListReview .reviewBox .btnReadMore {
    width: 100%;
    max-width: none;
    text-align: right;
    overflow: hidden;
    margin: 0 -1px 0 0;
}
.areaListReview .sectionBg .ListReview .reviewBox .btnReadMore a {
    position: relative;
    width: 100%;
    max-width: 234px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border: 3px solid #333333;
    background-color: #7EF5AA;
    border-radius: 60px;
    float: right;
    padding: 8px 15px 10px 5px;
}
.areaListReview .sectionBg .ListReview .reviewBox .btnReadMore a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 4px;
}
@media(max-width: 1250px) and (min-width: 1051px) {
    .areaListReview .ListReview .reviewRateScore .reviewBox .reviewContent {
        width: 100%;
    }
    .areaListReview .ListReview .reviewRateScore .reviewBox .reviewWrapContent .wrapReviewRight {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
    .areaListReview .ListReview .reviewRateScore .reviewBox .reviewWrapContent .wrapReviewRight .imgReviewRight {
        width: calc(50% - 5px);
    }
    .areaListReview .ListReview .reviewRateScore .reviewBox .reviewWrapContent .wrapReviewRight .imgReviewRight:not(:last-child) {
        margin-bottom: 0;
    }
}
@media (max-width: 1220px) and (min-width: 769px) {
    .areaListReview .sectionBg {
        padding: 4vw 4vw;
    }
}
@media(max-width: 1050px) and (min-width: 769px) {
    .areaListReview .sectionBg {
        justify-content: center;
    }
    .areaListReview .sectionBg .ListReview {
        width: 100%;
    }
}
@media(max-width: 950px) and (min-width: 769px) {
    .areaListReview .sectionBg .ListReview .reviewBox .btnReadMore a {
        float: none;
        margin: 0 auto;
    }
}
@media(min-width: 769px) {
    .areaListReview .sectionBg .ListReview .reviewBox .btnReadMore a:hover:before {
        border-color: #fff;
    }
}
@media(max-width:768px) {
    .areaListReview {
        margin-bottom: 10px;
    }
    .areaListReview .sectionBg {
        padding: 30px 0;
        gap: 20px;
        margin: 0;
    }
    .areaListReview .sectionBg .reviewsWrapIntro .introPhoto {
        width: 25%;
        max-width: 200px;
        margin: 0;
    }
    .areaListReview .sectionBg .reviewsWrapIntro .introTitle {
        font-size: 26px;
    }
    .areaListReview .sectionBg .reviewsWrapIntro .introSub {
        font-size: 14px;
    }
    .areaListReview .sectionBg .reviewsWrapIntro {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .areaListReview .sectionBg .ListReview {
        width: 100%;
    }
}
/* areaListReview */
/* END ROW449 */