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

.boxLeft {
    float: left;
}


.boxRight .WrapperSelectMenu .boxSelectMenu .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;
    font-family: 'Noto Sans JP', sans-serif;
}


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

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

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

.boxRight .WrapperSelectMenu {}

.boxRight .WrapperSelectMenu .headingMenu {
    font-size: 14px;
    font-weight: 500;
    color: #02bbad;
    /* FB360 */
    margin-bottom: 0;
    /* END FB360 */
}

.boxRight .WrapperSelectMenu .boxSelectMenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* FB360 */
    width: calc(100% - 170px);
    /* END FB360 */
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li {
    /* FB360 */
    width: calc(100% / 6 - 9px);
    margin-right: 5px;
    margin-top: 5px;
    height: auto;
    /* END FB360 */
}
/* FB360 */
.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:nth-child(6n),
.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:last-child {
    margin-right: 0;
}
/* END FB360 */

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a {
    display: flex;
    /* FB360 */
    justify-content: space-evenly;
    padding: 8px 5px;
    /* END FB360 */
    align-items: center;
    border-radius: 5px;
    background-color: #fc9b27;
    min-height: 36px;
    height: 100%;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a.disable {
    opacity: 0.3;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .photo {
    width: 28px;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .title {
    /* FB360 */
    width: calc(100% - 30px);
    font-size: 10px;
    /* END FB360 */
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect {
    margin-top: -14px;
}

.boxRight .WrapperSelectMenu .boxSelectMenu .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;
}

.boxRight .boxProduct {
    margin-bottom: 34px;
}

.boxRight .boxProduct .itemProduct {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 19px 33px;
    box-shadow: rgba(14, 30, 37, 0.15) 0px -1px 1px 0, rgba(14, 30, 37, 0.15) 0px 1px 5px 1px;
}

.boxRight .boxProduct .itemProduct+.itemProduct {
    margin-top: 35px;
}

.boxRight .boxProduct .itemProduct .leftProduct {
    width: 345px;
}

.boxRight .boxProduct .itemProduct .leftProduct .titleProduct {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 25px;
    font-weight: bold;
    color: #303030;
}

.boxRight .boxProduct .itemProduct .leftProduct .subText {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct {}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .photoProduct {
    width: 100%;
    margin-bottom: 16px;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .photoProduct img {
    width: 100%;
    height: 100%;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto li.active {
    opacity: 0.5;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto {
    display: flex;
    flex-wrap: wrap;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto li {
    width: calc(100% / 6 - 8px);
    margin-right: 9px;
    margin-bottom: 8px;
}

.boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto li:nth-child(6n) {
    margin-right: 0;
}

.boxRight .boxProduct .itemProduct .rightProduct {
    padding: 19px 0 0;
    width: 304px;
}

.boxRight .boxProduct .itemProduct .rightProduct .listCategory {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.boxRight .boxProduct .itemProduct .rightProduct .listCategory li {
    margin-right: 7px;
    width: 36px;
}

.boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fc9b27;
    width: 100%;
    min-height: 36px;
}

.boxRight .boxProduct .itemProduct .rightProduct .listCategory li a.active {
    opacity: 0.3;
    pointer-events: none;
}

.boxRight .boxProduct .itemProduct .rightProduct .listCategory li>a img {
    width: 26px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
    padding: 7px 30px 6px 17px;
    width: 100%;
    margin-bottom: 10px;
    background: #fefae4;
    border-radius: 10px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
    font-size: 18px;
    display: inline-block;
    width: 105px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList {
    width: 115px;
    margin-top: 4px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
    font-size: 16px;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fc9b27;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore.ScoreRed {
    color: #e00404;
    font-size: 22px;
    font-weight: bold;
}

.boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList>li {
    width: 19px;
    display: inline-block;
    margin-right: 3px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo {
    margin-bottom: 15px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li {
    margin-bottom: 9px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .titleInfo {
    color: #02bbad;
    font-size: 16px;
    margin-bottom: 4px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo {
    color: #303030;
    font-size: 14px;
    margin-left: 2px;
    letter-spacing: 1px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo.fz12 {
    font-size: 12px;
    letter-spacing: -0.1px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo.fzBig {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    letter-spacing: 0;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #e00404;
    letter-spacing: -1px;
    margin-left: 10px;
    margin-top: -15px;
}

.boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price .fz24 {
    font-size: 24px;
}

.boxRight .btnNextLink {
    width: 304px;
    margin: 0 auto;
}

.boxRight .btnNextLink a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    background-color: #fc9b27;
    width: 99%;
    display: block;
    text-align: center;
    padding: 13.5px 0;
    border-radius: 26px;
    transition: .15 all linear;
}

.areaBannerInfo .bannerPhoto {
    margin: 50px auto;
    max-width: 1000px;
    width: 100%;
}

.areaFaq {
    margin-bottom: 130px;
}

@media(min-width:769px) {

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a:hover,
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a:hover {
        background-color: #02bbad;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink:hover {
        color: #02bbad;
    }


    .boxLeft .formSearch .btnSubmit button:hover {
        background-color: #02bbad;
    }
}

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


    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect select {
        min-height: 45px;
        font-size: 14px;
    }

    .wrapperArea {
        margin-bottom: 15px;
    }

    .boxRight .titleRight {
        margin-bottom: 30px;
        font-size: 22px;
        padding: 10px 15px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect select {
        width: 100%;
    }

    .boxRight .boxProduct .itemProduct {
        padding: 30px 30px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu {
        margin-bottom: 30px;
        align-items: flex-end;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect {
        margin-top: 10px;
        width: 140px;
    }
    
    /* FB360 */
    /* .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
        width: 72%;
    } */
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
        width: calc(100% - 160px);
    }
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li {
        width: calc(100% / 6 - 5px);
    }
    /* END FB360 */

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .title {
        width: calc(100% - 30%);
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .photo {
        width: 25px;
        margin-bottom: 3px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a {
        justify-content: center;
        align-items: center;
    }

    .boxRight .boxProduct .itemProduct .leftProduct {
        width: 52%;
        margin-top: -13px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct {
        padding: 0;
        width: 45%;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .titleProduct {
        /* font-size: 18px; */
    }

    .boxRight .boxProduct .itemProduct .leftProduct .subText {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        font-size: 16px;
        width: 100px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
        /* font-size: 14px; */
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
        /* font-size: 12px; */
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .titleInfo {
        /* font-size: 14px; */
        margin-bottom: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo {
        /* font-size: 12px; */
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li {
        margin-bottom: 4px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo.fzBig {
        /* font-size: 12px; */
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price {
        /* font-size: 24px; */
        margin-left: 10px;
        margin-top: -15px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price .fz24 {
        /* font-size: 14px; */
        margin-top: 4px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo.fz12 {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        padding: 7px 15px 6px 15px;
    }

    .boxRight .btnNextLink {
        width: 240px;
    }

    .boxRight .btnNextLink a {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media (max-width: 1135px) and (min-width: 769px) {
    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .titleInfo {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo {
        font-size: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price {
        font-size: 26px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price .fz24 {
        font-size: 20px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo.fz12 {
        font-size: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
        font-size: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        width: 90px;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .boxRight .boxProduct .itemProduct {
        padding: 30px 20px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price {
        font-size: 25px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .infoDetail .listInfo li .textInfo .price .fz24 {
        font-size: 19px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a {
        flex-direction: column;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .title {
        width: 100%;
        min-height: 24px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect select {
        font-size: 13px;
        min-height: 40px;
    }
}

@media (max-width: 1055px) and (min-width: 769px) {
    .infoDetail.pc {
        display: none;
    }

    .infoDetailMobile.sp {
        display: block;
    }

    /* .boxLeft .boxEstimate .titleEstimate {
        font-size: 16px;
    } */

    .boxRight .boxProduct .itemProduct .leftProduct {
        width: 100%;
        margin-bottom: 11px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        border-radius: 3px;
        min-height: 45px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct {
        width: 100%;
        padding: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li>a img {
        width: 60%;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto.pc {
        display: none;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .boxCatRate {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory {
        margin-bottom: 0;
        width: 30%;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li {
        margin-right: 7px;
        width: calc(100% / 3 - 6px);
        margin-bottom: 3px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li:nth-child(3n) {
        margin-right: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        width: 67%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0;
        height: 96px;
    }

    .boxRight .infoDetailMobile {
        margin-bottom: 7px;
    }

    .boxRight .btnNextLink {
        width: 252px;
    }

    .boxRight .infoDetailMobile .listPhoto {
        display: flex;
        flex-wrap: wrap;
    }

    .boxRight .infoDetailMobile .listPhoto li {
        width: calc(100% / 6 - 8px);
        margin-right: 9px;
        margin-bottom: 8px;
    }

    .boxRight .infoDetailMobile .listPhoto li.active {
        opacity: 0.5;
    }

    .boxRight .infoDetailMobile .listPhoto li:nth-child(6n) {
        margin-right: 0;
    }

    .boxRight .infoDetailMobile .boxInfo {
        margin-bottom: 23px;
    }

    .boxRight .infoDetailMobile .boxInfo .textAddres {
        font-size: 18px;
        padding-left: 22px;
        font-weight: 500;
        background: url(../images/trader-list/icon-location.png) no-repeat left center;
        background-size: 13px 18px;
        letter-spacing: 1.4px;
        margin-bottom: 10px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle {
        font-size: 18px;
        padding-left: 21px;
        letter-spacing: 0.6px;
        font-weight: 500;
        background: url(../images/trader-list/icon-saddle.png) no-repeat top 16px left;
        background-size: 13px 17px;
        margin-bottom: 10px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price {
        font-size: 28px;
        font-weight: bold;
        color: #e00404;
        display: inline-block;
        margin-left: 12px;
        letter-spacing: 0px;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .titleProduct {
        /* font-size: 20px; */
        margin-bottom: 2px;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .subText {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        font-size: 18px;
        width: 110px;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .photoProduct {
        margin-bottom: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList {
        width: 80px;
        margin-top: 4px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList>li {
        width: 15px;
        margin-right: -1px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore.ScoreRed {
        /* font-size: 17px; */
        margin: 0 -10px 0 2px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle.fz-sp {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li {
        margin-bottom: 6px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
        font-size: 18px;
        margin-right: -16px;
        display: inline-block;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
        font-size: 14px;
        margin: 0 0 0 -4px;
        letter-spacing: 0.7px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price .fz24 {
        display: inline-block;
        transform: translateY(-2px);
        font-size: 25px;
    }

    .boxRight .infoDetailMobile .boxInfo .textInfo.fz12 {
        font-size: 15px;
        margin-top: 0;
        padding-left: 21px;
    }

    .boxRight .boxProduct .itemProduct {
        flex-direction: column;
        padding: 20px;
        border-radius: 5px;
    }

    .boxRight .btnNextLink a {
        padding: 8.5px 0;
    }

    .boxRight .boxProduct .itemProduct+.itemProduct {
        margin-top: 25px;
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
        width: 231px;
        justify-content: initial;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li {
        width: calc((100% /3) - 7px);
        margin: 10px 10px 0 0;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:nth-child(n + 4) {
        margin-top: 10px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li+li {
        margin-left: 0;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:nth-child(3n) {
        margin-right: 0;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .photo {
        width: 30px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .title {
        /* FB 349 */
        font-size: 13px;
        /* END FB 349 */
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    /* .boxLeft {
        width: 265px;
    } */

    .boxRight {
        width: calc(100% - 280px);
    }

    /* .boxLeft .boxEstimate .titleEstimate {
        font-size: 14px;
    }

    .boxLeft .boxEstimate .listTable li .name {
        font-size: 12px;
    }

    .boxLeft .boxEstimate .listTable li .detail .fz-big {
        font-size: 18px;
    }

    .boxLeft .boxEstimate .listTable li .detail .subText {
        font-size: 14px;
    }

    .boxLeft .boxEstimate .listTable li.itemEst .name {
        font-size: 12px;
        min-width: 70px;
    }

    .boxLeft .boxEstimate .listTable li .name {
        min-width: 80px;
    }

    .boxLeft .boxEstimate .listTable li.itemEst .detail .roboto {
        font-size: 16px;
    }

    .boxLeft .boxEstimate .listTable li.itemEst .detail .subText {
        font-size: 12px;
    } */
}

@media(max-width: 900px) and (min-width: 769px) {
    .boxRight .boxProduct .itemProduct .itemContent {
        padding-top: 8px;
        width: calc(100% - 245px);
    }

    .boxRight .boxProduct .itemProduct .á»‰temPhoto {
        width: 230px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        padding: 7px 15px 6px 15px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        font-size: 14px;
        width: 80px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle.fz-sp {
        font-size: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
        font-size: 12px;
    }

    .boxRight .infoDetailMobile .boxInfo .textAddres {
        font-size: 14px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle {
        font-size: 14px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price {
        font-size: 24px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price .fz24 {
        font-size: 20px;
    }

    .boxRight .infoDetailMobile .boxInfo .textInfo.fz12 {
        font-size: 14px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        min-height: 40px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        height: 83px;
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        min-height: 35px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        height: 73px;
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        min-height: 30px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        height: 63px;
    }
}

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

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        min-height: 27px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        height: 57px;
    }
}


@media(max-width:768px) {
    .areaTrader {
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .boxLeft {
        display: none;
    }

    .boxRight {
        width: 100%;
    }
    .boxRight .sectionBg {
        padding: 3.2vw 2.4vw 3.2vw;
    }

    .boxRight .titleRight {
        font-size: 16px;
        padding: 5px 15px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }

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


    .boxSelectMobile {
        padding: 0 13px;
    }

    .wrapperArea {
        margin-bottom: 11px;
    }

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

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

    .wrapperArea .selectItem {
        width: 48%;
    }

    .wrapperArea .selectItem select,
    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect select {
        padding: 5px 10px;
        min-height: 30px;
        font-size: 13px;
        background: #ffffff url(../images/trader-list/icon-arrow-select.png) no-repeat top 11px right 9px;
        background-size: 16px 11px;
    }

    .wrapperArea .selectItem select {
        border: 1px solid #02bbad;
        background: #ffffff url(../images/trader-list/icon-arrow-select-grenn.png) no-repeat top 11px right 9px;
        background-size: 16px 11px;
        appearance: none;
        width: 100%;
    }

    .boxRight .WrapperSelectMenu {
        padding: 0 13px;
    }

    .boxRight .WrapperSelectMenu .titleSelectMenu {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .areaBannerInfo .bannerPhoto {
        margin: 25px auto;
        max-width: 1000px;
        width: 100%;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .photo {
        width: 41%;
        min-height: 22px;
        margin-right: 7px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li {
        width: calc(100% / 3 - 4px);
        /* FB360 */
        margin-right: 0;
        margin-top: 0;
        /* END FB360 */
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:nth-child(3n + 4) {
        margin-left: 0;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li+li {
        margin-left: 5px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:nth-child( n + 4) {
        margin-top: 5px;
    }

    /* FB360 */
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li:last-child {
        margin-right: 0;
    }
    /* END FB360 */

    .wrapperArea .selectItem+.selectItem {
        margin-top: 0;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
        width: 100%;
        margin-bottom: 20px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect {
        margin-top: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }

    .boxRight .WrapperSelectMenu .headingMenu {
        margin-bottom: 0;
        /* FB 349 */
        font-size: 13px;
        /* END FB 349 */
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a {
        /* flex-direction: column; */
        /* justify-content: flex-start; */
        min-height: 52px;
        padding: 7px 5px;
        justify-content: center;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .title {
        /* width: 100%; */
        font-size: 11px;
        text-align: left;
        width: 51%;
    }

    .boxRight .boxProduct .itemProduct .leftProduct {
        width: 100%;
        margin-bottom: 11px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li a {
        border-radius: 3px;
        min-height: 27px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct {
        width: 100%;
        padding: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li>a img {
        width: 80%;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .listPhoto.pc {
        display: none;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .boxCatRate {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 1px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory {
        margin-bottom: 0;
        width: 30%;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li {
        margin-right: 7px;
        width: calc(100% / 3 - 6px);
        margin-bottom: 3px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li:nth-child(3n) {
        margin-right: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate {
        width: 67%;
        padding: 4px 30px 6px 7px;
    }

    .boxRight .infoDetailMobile {
        margin-bottom: 7px;
    }

    .boxRight .btnNextLink {
        width: 252px;
    }

    .boxRight .infoDetailMobile .listPhoto {
        display: flex;
        flex-wrap: wrap;
    }

    .boxRight .infoDetailMobile .listPhoto li {
        width: calc(100% / 6 - 8px);
        margin-right: 9px;
        margin-bottom: 8px;
    }

    .boxRight .infoDetailMobile .listPhoto li.active {
        opacity: 0.5;
    }

    .boxRight .infoDetailMobile .listPhoto li:nth-child(6n) {
        margin-right: 0;
    }

    .boxRight .infoDetailMobile .boxInfo {
        margin-bottom: 13px;
    }

    .boxRight .infoDetailMobile .boxInfo .textAddres {
        padding-left: 22px;
        font-size: 12px;
        font-weight: 500;
        background: url(../images/trader-list/icon-location.png) no-repeat left center;
        background-size: 13px 18px;
        letter-spacing: 1.4px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle {
        padding-left: 21px;
        font-size: 12px;
        letter-spacing: 0.6px;
        font-weight: 500;
        background: url(../images/trader-list/icon-saddle.png) no-repeat top 15.5px left;
        background-size: 13px 17px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price {
        font-size: 26px;
        font-weight: bold;
        color: #e00404;
        display: inline-block;
        margin-left: 2px;
        letter-spacing: 0px;
    }

    .boxRight .WrapperSelectMenu .boxSelectMenu .wrapperSelect select {
        min-height: 20px;
        font-size: 12px;
        padding: 5px 13px 6px;
        width: 130px;
        background: #02bbad url(../images/trader-list/icon-arrow-select-white.png) no-repeat center right 10px;
        background-size: 10px 7px;
        color: #fff;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .titleProduct {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .subText {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle {
        font-size: 14px;
        width: 72px;
    }

    .boxRight .boxProduct .itemProduct .leftProduct .boxPhotoProduct .photoProduct {
        margin-bottom: 0;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList {
        width: 80px;
        margin-top: 4px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateList>li {
        width: 15px;
        margin-right: -1px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore.ScoreRed {
        font-size: 17px;
        margin: 0 -10px 0 2px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateTitle.fz-sp {
        font-size: 12px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li {
        margin-bottom: 1px;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore {
        font-size: 13px;
        margin-right: -16px;
        display: inline-block;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .garbageRate>li .garbageRateScore .textLink {
        /* FB 349 */
        font-size: 13px;
        /* END FB 349 */
        margin: 0 0 0 -4px;
        letter-spacing: 0.7px;
    }

    .boxRight .infoDetailMobile .boxInfo .textSabdle .price .fz24 {
        display: inline-block;
        transform: translateY(-2px);
        font-size: 22px;
    }

    .boxRight .infoDetailMobile .boxInfo .textInfo.fz12 {
        /* FB 349 */
        font-size: 13px;
        /* END FB 349 */
        margin-top: -1px;
        padding-left: 21px;
    }

    .boxRight .boxProduct .itemProduct {
        flex-direction: column;
        padding: 6px 14px 11px;
        border-radius: 5px;
    }

    .boxRight .btnNextLink a {
        font-size: 15px;
        padding: 8.5px 0;
    }

    .boxRight .boxProduct .itemProduct+.itemProduct {
        margin-top: 25px;
    }

}

@media(min-width:410px) and (max-width:768px) {
    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a .photo {
        width: 25%;
    }

    .boxRight .boxProduct .itemProduct .rightProduct .listCategory li>a img {
        width: 50%;
        padding: 2%;
    }
}

/*217*/
.navigation-wrapper {
    position: relative;
    /* overflow: hidden; */
}

.navigation-wrapper .arrow {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 53.9%;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navigation-wrapper .arrow.arrow--left {
    background-image: url(../images/common/arrow-left.png);
    left: -17px;
}

.navigation-wrapper .arrow.arrow--right {
    background-image: url(../images/common/arrow-right.png);
    right: -17px;
}
.areaFaq {
    margin-bottom: 100px;
}
.areaSearchCompany {}
.areaSearchCompany .wrapSearchCompany {}
.areaSearchCompany .wrapSearchCompany .titleSearchCompany {
    color: #393939;
    font-size: 20px;
    margin-bottom: 10px;
}
.areaSearchCompany .wrapSearchCompany .titleSearchCompany span {
    color: #e42025;
}
.areaSearchCompany .wrapSearchCompany .listSearchCompany {}
.areaSearchCompany .wrapSearchCompany .listSearchCompany li {
    display: inline;
    padding-right: 8px;
    margin-right: 6px;
    line-height: 2;
    position: relative;
    border-right: 2px solid #dddddd;
}

.areaSearchCompany .wrapSearchCompany .listSearchCompany li:after:last-child {
    display: none;
}
.areaSearchCompany .wrapSearchCompany .listSearchCompany li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.areaSearchCompany .wrapSearchCompany .listSearchCompany li a {
    color: #6984fa;
    margin-bottom: 9px;
}

@media (min-width: 769px) {
    .areaSearchCompany .wrapSearchCompany .listSearchCompany li a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}

@media (max-width: 768px) {
    .navigation-wrapper .arrow {
        width: 23px;
        height: 34px;
        top: 44.9%;
    }

    .navigation-wrapper .arrow.arrow--left {
        left: 18px;
    }

    .navigation-wrapper .arrow.arrow--right {
        right: 20px;
    }
    .areaFaq {
        margin-bottom: 60px;
    }
    .areaSearchCompany .wrapSearchCompany .titleSearchCompany {
        font-size: 18px;
    }
}
/* end 217 */

/* START ROW449 */
/* 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) {
    .traderIntro {
        justify-content: center;
    }
    .traderIntro .introInfo {
        width: 100%;
        padding: 20px 15px;
    }
    .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%;
        max-width: 350px;
    }
    .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 */