.areaTrader {
    padding: 49px 0 116px;
}

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

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

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

.boxRight .WrapperSelectMenu {}

.boxRight .WrapperSelectMenu .headingMenu {
    font-size: 14px;
    font-weight: 500;
    color: #02bbad;
    margin-bottom: 9px;
}

.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;
    width: calc(100% - 222px);
}

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li {
    width: calc(100% / 6 - 9px);
}

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

.boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #fc9b27;
    padding: 5px;
    min-height: 36px;
}

.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 {
    width: calc(100% - 30px);
    /* FB 349 */
    font-size: 13px;
    /* END FB 349 */
    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;
    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: 367px;
}

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

    .boxRight .WrapperSelectMenu .boxSelectMenu .listSelectMenu {
        width: 72%;
    }

    .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: 0 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% - 295px);
    }

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

    .boxLeft {
        display: none;
    }

    .boxRight {
        width: 100%;
    }

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

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

    .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 */