.box-fillter {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

    .box-fillter .item-fillter {
        background: #FFFFFF;
        border: 1px solid #E1E1E1;
        border-radius: 4px;
        padding: 0 6px;
        line-height: 34px;
        position: relative;
        height: 34px;
        float: left;
        margin-right: 5px;
        padding-right: 18px;
    }

        .box-fillter .item-fillter:nth-child(1) {
            width: 35px;
            padding: 0 10px;
            text-align: center;
        }

        .box-fillter .item-fillter:nth-child(2) {
            width: 100px;
        }

        .box-fillter .item-fillter:nth-child(3) {
            width: 79px;
        }

        .box-fillter .item-fillter:nth-child(4) {
            width: 91px;
        }

        .box-fillter .item-fillter:nth-child(5) {
            width: 91px;
        }

        .box-fillter .item-fillter:nth-child(6) {
            width: 101px;
        }

        .box-fillter .item-fillter:nth-child(7) {
            width: 98px;
        }

        .box-fillter .item-fillter:last-child {
            margin-right: 0;
            width: 118px;
        }

    .box-fillter .custome-select {
        width: 100%;
        display: inline-block;
    }

    .box-fillter .item-fillter .arrow {
        position: absolute;
        right: 0;
        width: 14px;
        text-align: left;
        line-height: 34px;
        top: 0;
    }

    .box-fillter .item-fillter.open .arrow i:before {
        transform: rotate(180deg);
    }

.item-fillter .number {
    background: #D41C1C;
    border-radius: 8px;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    left: 6px;
    top: 3px;
    color: #FFFFFF;
}

.item-fillter .selected {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.box-fillter .item-fillter.active {
    border-color: #135EAC
}

.rlt {
    position: relative;
}

.box-fillter .item-fillter s {
    text-decoration: none;
    position: absolute;
    top: -12px;
    font-size: 12px;
}

.box-fillter .item-fillter .arrow {
}


.box-fillter .item-fillter .selected span {
    padding-right: 10px;
}

.item-fillter .ic-fillter {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/icon/ic-filter.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.item-fillter .custome-select i:before {
    width: auto;
    margin: 0;
}

.box-type-brand {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

    .box-type-brand .inner-type-brand {
        width: 100%;
        margin: 0 -10px 0 0;
        max-height: 98px;
        overflow-y: hidden;
        overflow-x: auto;
        list-style: none;
        padding: 0 0 2px;
        white-space: nowrap;
    }

        .box-type-brand .inner-type-brand li {
            display: inline-block;
            margin-right: 26px;
            white-space: normal;
        }

    .box-type-brand .txt {
        margin: 0 0 4px;
    }

    .box-type-brand .inner-type-brand li a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        text-decoration: none;
        color: #135EAC;
    }

.inner-type-brand::-webkit-scrollbar-track,
.content-popup-scroll::-webkit-scrollbar-track,
.scroll-short::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E1E1E1;
}

.inner-type-brand::-webkit-scrollbar,
.content-popup-scroll::-webkit-scrollbar,
.scroll-short::-webkit-scrollbar {
    border-radius: 10px;
    height: 6px;
    background: #E1E1E1;
}

.inner-type-brand::-webkit-scrollbar-thumb,
.content-popup-scroll::-webkit-scrollbar-thumb,
.scroll-short::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ACACAC;
}

.content-popup-scroll::-webkit-scrollbar,
.scroll-short::-webkit-scrollbar {
    width: 6px;
}

.scroll-short {
    max-height: 381px;
    overflow-y: auto;
    padding: 0 14px 0 20px;
    margin: 0 -20px -10px;
    overflow-x: hidden;
}

.auto-complate-box {
    position: absolute;
    width: 320px;
    z-index: 9999;
    background: #fff;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.35));
    margin-top: 10px;
    display: none;
    left: 0;
}

    .auto-complate-box.open {
        display: block;
    }

.box-fillter .item-fillter.right .auto-complate-box {
    left: auto;
    right: 0;
}

    .box-fillter .item-fillter.right .auto-complate-box:after {
        left: auto;
        right: 20px;
    }

.auto-complate-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 20px;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate( -45deg);
    box-shadow: 0 0px 0px -3px rgba(0, 0, 0, .4);
}

.auto-input {
    position: relative;
    padding: 10px 10px 0;
}

    .auto-input .inp-auto {
        width: 100%;
        height: 34px;
        padding: 0 10px 0 35px;
        background: #F0F0F0;
        border: 1px solid #E1E1E1;
        border-radius: 4px;
    }

    .auto-input i {
        position: absolute;
        left: 16px;
        font-size: 16px;
        color: #888;
        top: 11px;
    }

.auto-complate-box .list-option-auto {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    max-height: 320px;
    top: 2px;
    background: #fff;
    width: 100%;
    overflow: auto;
    z-index: 999;
}

.list-option-auto li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}

    .list-option-auto li.active {
        font-weight: bold;
    }

.auto-complate-box .list-option-auto::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E1E1E1;
}

.auto-complate-box .list-option-auto::-webkit-scrollbar {
    border-radius: 10px;
    width: 3px;
    background: #E1E1E1;
}

.auto-complate-box .list-option-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ACACAC;
}

.auto-complate-box .group-action,
.content-popup-search .group-action {
    background: #FFFFFF;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.content-popup-search .group-action {
    width: calc(100% + 40px);
    padding: 10px 20px 0;
    margin: 0 -20px -10px;
}

    .auto-complate-box .group-action .btn-border,
    .auto-complate-box .group-action .btn-green,
    .content-popup-search .group-action .btn-border,
    .content-popup-search .group-action .btn-green {
        border-radius: 4px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
        height: 40px;
        width: calc(50% - 5px);
        padding: 10.5px 0;
        float: left;
    }

.content-full-search .title-sm {
    font-size: 14px;
    line-height: 16px;
}

.auto-complate-box .group-action .btn-border,
.content-popup-search .group-action .btn-border {
    border: 1px solid #4DB848;
    color: #4DB848;
    margin-right: 7px;
    background: #fff;
}

.list-option-auto li .box-radio {
    position: relative;
    padding-right: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
}

    .list-option-auto li .box-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .list-option-auto li .box-radio .checkmark {
        position: absolute;
        right: 0px;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        border: 1px solid #ACACAC;
        left: auto;
    }

.box-radio .checkmark:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #4DB848;
    display: none;
    border-radius: 7px;
}

.box-radio input:checked ~ .checkmark {
    border-color: #4DB848;
}

    .box-radio input:checked ~ .checkmark:after {
        display: block;
    }

.box-show-fillter .title {
    margin: 20px 0 15px;
}

.auto-complate-box .box-padding {
    padding: 0 10px;
}

    .auto-complate-box .box-padding .title {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0;
    }

    .auto-complate-box .box-padding .list-price {
        margin: 10px -5px 7px;
    }

        .auto-complate-box .box-padding .list-price:after {
            content: '';
            display: block;
            clear: both;
        }

.auto-complate-box .box-status-car {
    margin: 10px -5px 0;
    padding: 0 10px
}

    .auto-complate-box .box-status-car .item-check {
        width: 145px;
        margin-top: 0;
        margin-bottom: 3px;
    }

.item-check {
    display: block;
    float: left;
    margin: 5px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    width: 93px;
    height: 30px;
    position: relative;
}

    .item-check .hide {
        display: none;
    }

    .item-check .label-check {
        border: 1px solid #E1E1E1;
        border-radius: 4px;
        padding: 7px 0px;
        text-align: center;
        display: block;
        cursor: pointer;
    }

    .item-check .hide:checked + .label-check {
        background: #fff;
        color: #135EAC;
        border-color: #135EAC;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    border-radius: 4px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.box-filter-anchor {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
    min-height: 40px;
}

    .box-filter-anchor .item {
        width: 50%;
        text-align: center;
        float: left;
        height: 40px;
        padding: 10px 0;
        font-weight: normal;
        font-size: 14px;
        color: #222222;
        text-align: center;
        border-right: 1px solid #E1E1E1;
    }

        .box-filter-anchor .item i {
            color: #888;
        }

    .box-filter-anchor .icon-arrow-combo {
        font-size: 18px;
    }

    .box-filter-anchor .item:last-child {
        border-right: 0;
    }

    .box-filter-anchor .list {
        margin: 10px 0;
        padding: 0;
    }

        .box-filter-anchor .list li {
            list-style: none;
            width: 100%;
            float: left;
            font-weight: normal;
            font-size: 14px;
            line-height: 30px;
            color: #222222;
            position: relative;
            padding: 0 10px;
            padding-right: 25px;
        }

            .box-filter-anchor .list li a {
                display: block;
                color: #222222;
            }

            .box-filter-anchor .list li.active:before {
                content: '\e814';
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                line-height: 30px;
                width: 20px;
                color: #4DB848;
                font-size: 18px;
                position: absolute;
                right: 10px;
                top: 0;
            }


/*list brand*/
.list-brand {
    padding: 10px;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-bottom: 16px;
    display: inline-block;
}

    .list-brand .item {
        width: 80px;
        height: 65px;
        text-align: center;
        float: left
    }

        .list-brand .item .name {
            margin: 0;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: #000000;
            margin-top: 6px;
            height: 28px;
        }

        .list-brand .item .more {
            height: 43px;
            display: inline-block;
            width: 80px;
        }

            .list-brand .item .more i:before {
                line-height: 43px;
                color: #222222;
                font-size: 16px;
                margin-top: 3px;
            }


.box-link-car-list {
    width: 100%;
    display: inline-block;
    padding: 14px 0 19px 20px;
    border-radius: 4px;
    margin: 10px 0;
}

    .box-link-car-list .heading {
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        text-transform: none;
        margin-bottom: 10px;
    }

    .box-link-car-list .list-link {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #135EAC;
    }

        .box-link-car-list .list-link .link {
            display: block;
        }

        .box-link-car-list .list-link a {
            color: #135EAC;
            padding: 0 10px;
        }

            .box-link-car-list .list-link a:first-child {
                padding-left: 0;
            }

.inner-type-format {
    margin: 0 -20px;
    padding: 10px 14px;
    border-top: 1px solid #E1E1E1;
}

    .inner-type-format:after {
        content: '';
        display: block;
        clear: both;
    }

    .inner-type-format .item-type-format {
        width: 70px;
        float: left;
        margin: 7.5px 6px;
        padding: 5px;
        height: 61px;
        text-align: center;
        cursor: pointer;
    }

.item-type-format .ic-type {
    width: 100%;
    height: 26px;
    display: block;
    margin: auto
}

.item-type-format .name {
    font-weight: normal;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 14px;
}

.inner-type-format .item-type-format:hover .ic-type.sedan {
    background: url(../images/icon-type-car/sedan-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.sedan {
    background: url(../images/icon-type-car/sedan.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.suv {
    background: url(../images/icon-type-car/suv-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.suv {
    background: url(../images/icon-type-car/suv.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.pick-up {
    background: url(../images/icon-type-car/truck-haf-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.pick-up {
    background: url(../images/icon-type-car/truck-haf.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.cuv {
    background: url(../images/icon-type-car/cuv-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.cuv {
    background: url(../images/icon-type-car/cuv.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.mpv {
    background: url(../images/icon-type-car/mpv-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.mpv {
    background: url(../images/icon-type-car/mpv.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.hatchback {
    background: url(../images/icon-type-car/hatchback-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.hatchback {
    background: url(../images/icon-type-car/hatchback.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.truck {
    background: url(../images/icon-type-car/truck-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.truck {
    background: url(../images/icon-type-car/truck.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.city-car {
    background: url(../images/icon-type-car/citycar-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.city-car {
    background: url(../images/icon-type-car/citycar.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.sport-car {
    background: url(../images/icon-type-car/sportcar-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.sport-car {
    background: url(../images/icon-type-car/sportcar.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.coupe {
    background: url(../images/icon-type-car/coupe-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.coupe {
    background: url(../images/icon-type-car/coupe.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.wagon {
    background: url(../images/icon-type-car/wagon-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.wagon {
    background: url(../images/icon-type-car/wagon.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.convertible {
    background: url(../images/icon-type-car/convertible-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.convertible {
    background: url(../images/icon-type-car/convertible.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.minivan {
    background: url(../images/icon-type-car/Minivan-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.minivan {
    background: url(../images/icon-type-car/Minivan.svg) center no-repeat;
    background-size: contain;
}

.inner-type-format .item-type-format:hover .ic-type.special {
    background: url(../images/icon-type-car/specailpurpose-hv.svg)center no-repeat;
    background-size: contain;
}

.ic-type.special {
    background: url(../images/icon-type-car/specailpurpose.svg) center no-repeat;
    background-size: contain;
}

.brand-type-car {
    margin: 17px -5px 0;
    padding: 0;
}

    .brand-type-car:after {
        content: '';
        display: block;
        clear: both;
    }

    .brand-type-car li {
        display: block;
        width: calc(50% - 10px);
        float: left;
        margin: 0 5px;
        border: 1px solid #E1E1E1;
        border-radius: 4px;
        padding: 9px 10px;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        line-height: 16px;
        height: 50px;
    }

        .brand-type-car li label {
            display: block;
            font-size: 12px;
            line-height: 14px;
            color: #888888;
            margin-bottom: 2px;
        }

        .brand-type-car li i {
            position: absolute;
            font-size: 18px;
            line-height: 18px;
            color: #888888;
            right: 0px;
            top: 15px
        }

.group-status {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
}

    .group-status .caption {
        display: inline-block;
        width: 100px;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #222222;
        vertical-align: middle;
    }

.content-full-search .list-year {
    margin: 15px -5px 5px;
}

    .content-full-search .list-year:after {
        content: '';
        display: block;
        clear: both;
    }

    .content-full-search .list-year .item-check {
        width: 88px;
    }

.group-status .two-item,
.group-status .five-item,
.group-status .three-item {
    display: inline-block;
    width: 470px;
    margin: 10px 0 10px 6px;
    padding: 0;
    vertical-align: middle;
}

    .group-status .five-item .item-check {
        width: 86px;
        margin: 0 10px 0 0;
    }

    .group-status .two-item .item-check {
        width: 230px;
        margin: 0 10px 0 0;
    }

    .group-status .three-item .item-check {
        width: 150px;
        margin: 0 10px 0 0;
    }

        .group-status .two-item .item-check:last-child,
        .group-status .five-item .item-check:last-child,
        .group-status .three-item .item-check:last-child {
            margin-right: 0;
        }

.content-popup .list-option {
    padding: 0 20px;
    margin: 0 -20px;
    border-top: 1px solid #E1E1E1;
}

    .content-popup .list-option .auto-input i {
        left: 13px;
        top: 16px;
    }

    .content-popup .list-option .list-option-auto {
        border: 1px solid #E1E1E1;
        border-radius: 10px;
        padding: 0;
        margin-top: 10px;
    }

        .content-popup .list-option .list-option-auto li:last-child {
            border-bottom: 0;
        }

.header-form {
    margin: -17px 0 13px;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
}

    .header-form.inline {
        display: inline-block;
        margin-left: 10px;
    }

.content-full-search {
    padding: 20px 0px 5px 20px;
    margin: 0 -20px;
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
}

.content-popup-scroll {
    max-height: 432px;
    overflow-y: auto;
    padding-right: 13px;
    padding-bottom: 10px;
}

.content-popup .auto-input {
    padding-left: 0;
    padding-right: 0;
}




.content-full-search .row {
    margin-left: -5px;
    margin-right: -5px;
}

.item-check.w108 {
    width: 108px;
}

.item-check.w88 {
    width: 88px;
}

.color-car {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid transparent;
    border-radius: 16px;
    vertical-align: middle;
}

    .color-car.black {
        background: #222;
    }

    .color-car.white {
        background: #fff;
        border: 1px solid #ACACAC;
    }

    .color-car.silver {
        background: #E1E1E1;
    }

    .color-car.red {
        background: #E23838;
    }

    .color-car.brown {
        background: #684B30;
    }

    .color-car.green {
        background: #4DB848;
    }

    .color-car.blue {
        background: #135EAC;
    }

    .color-car.yellow {
        background: #FEC600;
    }

    .color-car.cream {
        background: #E8E8D1;
    }

    .color-car.gray {
        background: #828282;
    }

    .color-car.pink {
        background: #F48297;
    }

    .color-car.orange {
        background: #EE6010;
    }

    .color-car.two-color {
        background: linear-gradient(180deg, #1AA4E4 0%, #FFC100 100%);
    }

    .color-car.more-color {
        background: linear-gradient(180deg, #E41A1A 0%, #E4931A 16.46%, #D4E41A 35.21%, #1AE48F 53.44%, #1AA4E4 68.54%, #671AE4 84.17%, #D41AE4 100%);
    }

.list-city-all-and-price {
    margin: 0;
    padding: 0;
}

    .list-city-all-and-price li {
        width: 100%;
        float: left;
        list-style: none;
        font-size: 14px;
        line-height: 30px;
        color: #222222;
    }

        .list-city-all-and-price li a {
            color: #222222;
        }

        .list-city-all-and-price li:hover,
        .list-city-all-and-price .active {
            color: #135EAC;
            font-weight: bold;
        }

@media only screen and (min-width:960px) and (max-width: 1100px) {
    .box-fillter .item-fillter {
        padding-right: 18px;
        padding-left: 6px;
        margin-right: 5px;
    }

        .box-fillter .item-fillter:nth-child(1) {
            width: 77px;
        }

        .box-fillter .item-fillter:nth-child(2) {
            width: 95px;
        }

        .box-fillter .item-fillter:nth-child(3) {
            width: 75px;
        }

        .box-fillter .item-fillter:nth-child(4) {
            width: 88px;
        }

        .box-fillter .item-fillter:nth-child(5) {
            width: 80px;
        }

        .box-fillter .item-fillter:nth-child(6) {
            width: 90px;
        }

        .box-fillter .item-fillter:nth-child(7) {
            width: 115px;
        }

        .box-fillter .item-fillter .arrow {
            width: 15px;
        }
}
