﻿/*So sánh*/
#tabmain1, #tabmain2 {
    pointer-events: none;
    cursor: no-drop;
    -webkit-touch-callout: none;
}
.page-title {
    background-color: #363636;
    font-size: 26px;
    text-align: right;
    color: #fff;
    padding: 10px 0;
    min-height: 50px;
}
.tool_pg .list-cate ul {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .tool_pg .list-cate ul .item {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        font-size: 1rem;
        float: left;
        width: 25%;
    }
ul:not(.browser-default) li {
    list-style-type: none;
}
.tool_pg .list-cate ul .item .inner {
    height: auto !important;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}
    .tool_pg .list-cate ul .item .inner .sm_checkbox {
        margin: 0 !important;
    }
.sm_checkbox {
    position: relative;
    margin-bottom: 5px;
}
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 1;
    top: 110px;
    z-index: 1;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox label {
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
}
.sm_checkbox [type=checkbox] + label {
    display: inherit;
    margin: 0;
    height: auto;
    line-height: inherit;
    color: #000;
    font-size: 1rem;
    padding-left: 22px;
    font-weight: 600;
}
[type=checkbox] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox label .img {
    text-align: center;
    display: block;
    width: 100%;
}
    .tool_pg .list-cate ul .item .inner .sm_checkbox label .img img {
        width: 100%;
        margin: 0 !important;
        max-width: none;
    }
.tool_pg .list-cate ul .item .inner .sm_checkbox label .txt {
    margin: inherit;
    padding: inherit;
    top: inherit;
    padding-left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0.3em;
}
    .tool_pg .list-cate ul .item .inner .sm_checkbox label .txt .txt1 {
        width: 20px;
        min-width: 20px;
    }
.tool_pg .list-cate ul .item .inner .sm_checkbox [type=checkbox]:checked + label .check {
    border-color: transparent;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox [type=checkbox] + label .check {
    border: 1px solid #aaa;
    margin: 0;
    width: 15px;
    height: 15px;
    top: 1px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    .tool_pg .list-cate ul .item .inner .sm_checkbox [type=checkbox] + label .check:before {
        display: block;
        position: absolute;
        content: "";
        height: 13px;
        width: 9px;
        top: -2px;
        left: 2px;
        margin: auto;
        border: solid 3px transparent;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        border-top: 0;
        border-left: 0;
    }
.tool_pg .list-cate ul .item .inner .sm_checkbox label .txt .name {
    font-size: 1em !important;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox label .txt2 > span {
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
    .chitiet_dutoan .note2 strong:after, .clearfix:after, .page_detail_news .txt_tt:after, .page_dutoan .list_product_select .box_right .txt3:after, .page_search .heading_dt .txt1:after, .popup_specialservice .title:after, .tool_pg .list-cate ul .item .inner .sm_checkbox label .txt2 > span:after, .tool_pg .list-cate ul:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }
.tool_pg .list-cate ul .item .inner .sm_checkbox label .txt .price {
    padding-left: 0 !important;
    padding-top: 0.3em;
    color: #555;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox label .txt2 > span {
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox [type=checkbox] + label .check.unChecked:before {
    display: block;
    position: absolute;
    content: "";
    height: 13px;
    width: 9px;
    top: -2px;
    left: 2px;
    margin: auto;
    border: solid 3px transparent;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-top: 0;
    border-left: 0;
}
.tool_pg .list-cate ul .item .inner .sm_checkbox [type=checkbox]:checked + label .check.doChecked:before {
    border-color: #c8102e;
    -webkit-transform: rotate( 40deg );
    -ms-transform: rotate(40deg);
    transform: rotate( 40deg );
}

.tabs-category .nav-tabs > li > a {
    background-color: #FFF !important;
    color: #333;
    box-shadow: 0px 1px 3px #aaa;
}

.tabs-category .nav-tabs {
    margin-bottom: 10px;
}

    .tabs-category .nav-tabs > li {
        margin-right: 10px;
    }

        .tabs-category .nav-tabs > li.active > a, .tabs-category .nav-tabs > li.active > a:hover, .tabs-category .nav-tabs > li.active > a:focus {
            color: #fff !important;
            cursor: pointer;
            background-color: #c8102e !important;
            border-bottom: 2px solid#c80000;
            border-radius: 0px;
        }
#ulsosanhketqua {
    display: flex;
    position: relative;
    margin: 0px;
    padding: 0px;
    justify-content: flex-end;
}
.compare-tabs .control-tabs .nav-tabs.tab-flex-center{
    display:flex;
    justify-content:space-between;
}
#tbodyTongQuan table, #tbodyTongQuan table, #tbodyTongQuan table, #tbodyTongQuan table {
    border: none;
}
#tbodyTongQuan .tqtablelst0, #tbodyTongQuan .tqtablelst1, #tbodyTongQuan .tqtablelst2, #tbodyTongQuan .tqtablelst3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:none;
}
    #tbodyTongQuan .tqtablelst0 td,#tbodyTongQuan .tqtablelst1 td, #tbodyTongQuan .tqtablelst2 td, #tbodyTongQuan .tqtablelst3 td{
        width: 100%;
    }
#tab_dt_0 .res_block .tbltk #tbodyTongQuan tr td:first-child{
    min-width:40%;
}
.group-dckx, .group-ng-th, .group-nt-th, .group-ghe, .group-tn, .group-an, .group-atcd, .group-atbd {
    display: flex;
    justify-content: space-between;
    float: left;
}
/*ĐỘNG CƠ VÀ KỸ THUẬT*/
    .group-dckx .dc-kx-xe-2, .group-dckx .dc-kx-xe-3 {
        max-width: 270px;
    }
    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-dckx .inner .tbltk tbody tr.lv1,
    .group-dckx .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }
    .group-dckx .dc-kx-xe-1 .inner .tbltk tbody tr.lv1,
    .group-dckx .dc-kx-xe-2 .inner .tbltk tbody tr.lv1,
    .group-dckx .dc-kx-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }
    .group-dckx .dc-kx-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-dckx .dc-kx-xe-2 .inner .tbltk tbody tr.lv1 td.td,
    .group-dckx .dc-kx-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-dckx .dc-kx-xe-3 .inner .tbltk tbody tr.lv1 td.td {
        display: none !important;
    }
   
    .group-dckx .dc-kx-xe-1 .inner table.tbltk, .group-dckx .dc-kx-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-dckx .dc-kx-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-dckx .dc-kx-xe-2 .inner table.tbltk, .group-dckx .dc-kx-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-dckx .dc-kx-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-dckx .dc-kx-xe-3 .inner table.tbltk, .group-dckx .dc-kx-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-dckx .dc-kx-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }
    .group-dckx .dc-kx-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-dckx .dc-kx-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-dckx .dc-kx-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }
        .group-dckx .dc-kx-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-dckx .dc-kx-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-dckx .dc-kx-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
/*NGOẠI THẤT*/
    .group-ng-th .nt-xe-2, .group-ng-th .nt-xe-3 {
        max-width: 270px;
    }

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-ng-th .inner .tbltk tbody tr.lv1,
    .group-ng-th .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-ng-th .nt-xe-1 .inner .tbltk tbody tr.lv1,
    .group-ng-th .nt-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-ng-th .nt-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

    .group-ng-th .nt-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-ng-th .nt-xe-2 .inner .tbltk tbody tr.lv1 td.td,
    .group-ng-th .nt-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-ng-th .nt-xe-3 .inner .tbltk tbody tr.lv1 td.td {
        display: none !important;
    }

    .group-ng-th .nt-xe-1 .inner table.tbltk, .group-ng-th .nt-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-ng-th .nt-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-ng-th .nt-xe-2 .inner table.tbltk, .group-ng-th .nt-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-ng-th .nt-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-ng-th .nt-xe-3 .inner table.tbltk, .group-ng-th .nt-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-ng-th .nt-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-ng-th .nt-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-ng-th .nt-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-ng-th .nt-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

    .group-ng-th .nt-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
    .group-ng-th .nt-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
    .group-ng-th .nt-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
        max-height: 49px;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
    }
/*NỘI THẤT*/
    .group-nt-th .noi-t-xe-2, .group-nt-th .noi-t-xe-3 {
        max-width: 30%;
    }

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-nt-th .inner .tbltk tbody tr.lv1,
    .group-nt-th .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-nt-th .noi-t-xe-1 .inner .tbltk tbody tr.lv1,
    .group-nt-th .noi-t-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-nt-th .noi-t-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-nt-th .noi-t-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-nt-th .noi-t-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-nt-th .noi-t-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-nt-th .noi-t-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-nt-th .noi-t-xe-1 .inner table.tbltk, .group-nt-th .noi-t-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-nt-th .noi-t-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-nt-th .noi-t-xe-2 .inner table.tbltk, .group-nt-th .noi-t-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-nt-th .noi-t-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-nt-th .noi-t-xe-3 .inner table.tbltk, .group-nt-th .noi-t-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-nt-th .noi-t-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-nt-th .noi-t-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-nt-th .noi-t-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-nt-th .noi-t-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-nt-th .noi-t-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-nt-th .noi-t-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-nt-th .noi-t-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
    /*Ghế*/
    .group-ghe .g-xe-2, .group-ghe .g-xe-3 {
        max-width: 270px;
    }

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-ghe .inner .tbltk tbody tr.lv1,
    .group-ghe .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-ghe .g-xe-1 .inner .tbltk tbody tr.lv1,
    .group-ghe .g-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-ghe .g-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-ghe .g-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-ghe .g-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-ghe .g-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-ghe .g-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-ghe .g-xe-1 .inner table.tbltk, .group-ghe .g-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-ghe .g-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-ghe .g-xe-2 .inner table.tbltk, .group-ghe .g-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-ghe .g-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-ghe .g-xe-3 .inner table.tbltk, .group-ghe .g-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-ghe .g-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-ghe .g-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-ghe .g-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-ghe .g-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-ghe .g-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-ghe .g-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-ghe .g-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
    /*TIỆN NGHI*/
    .group-tn .tn-xe-2, .group-tn .tn-xe-3 {
        max-width: 270px;
    }

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-tn .inner .tbltk tbody tr.lv1,
    .group-tn .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-tn .tn-xe-1 .inner .tbltk tbody tr.lv1,
    .group-tn .tn-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-tn .tn-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-tn .tn-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-tn .tn-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-tn .tn-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-tn .tn-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-tn .tn-xe-1 .inner table.tbltk, .group-tn .tn-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-tn .tn-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-tn .tn-xe-2 .inner table.tbltk, .group-tn .tn-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-tn .tn-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-tn .tn-xe-3 .inner table.tbltk, .group-tn .tn-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-tn .tn-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-tn .tn-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-tn .tn-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-tn .tn-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-tn .tn-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-tn .tn-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-tn .tn-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
    /*AN NINH*/
    .group-an{
        width:100%;
    }
        .group-an .an-xe-1{
            width:50%;
        }
        .group-an .an-xe-2, .group-an .an-xe-3 {
            width: 25%;
        }

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-an .inner .tbltk tbody tr.lv1,
    .group-an .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-an .an-xe-1 .inner .tbltk tbody tr.lv1,
    .group-an .an-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-an .an-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-an .an-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-an .an-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-an .an-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-an .an-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-an .an-xe-1 .inner table.tbltk, .group-an .an-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-an .an-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-an .an-xe-2 .inner table.tbltk, .group-an .an-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-an .an-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-an .an-xe-3 .inner table.tbltk, .group-an .an-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-an .an-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-an .an-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-an .an-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-an .an-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-an .an-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-an .an-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-an .an-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
    /*AN TOÀN CHỦ ĐỘNG*/
.group-atcd {
    width: 100%;
}

    .group-atcd .atcd-xe-1 {
        width: 50%;
    }

    .group-atcd .atcd-xe-2, .group-atcd .atcd-xe-3 {
        width: 25%;
    }
   

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-atcd .inner .tbltk tbody tr.lv1,
    .group-atcd .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-atcd .atcd-xe-1 .inner .tbltk tbody tr.lv1,
    .group-atcd .atcd-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-atcd .atcd-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-atcd .atcd-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-atcd .atcd-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-atcd .atcd-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-atcd .atcd-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-atcd .atcd-xe-1 .inner table.tbltk, .group-atcd .atcd-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-atcd .atcd-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-atcd .atcd-xe-2 .inner table.tbltk, .group-atcd .atcd-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-atcd .atcd-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-atcd .atcd-xe-3 .inner table.tbltk, .group-atcd .atcd-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-atcd .atcd-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-atcd .atcd-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-atcd .atcd-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-atcd .atcd-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-atcd .atcd-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-atcd .atcd-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-atcd .atcd-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }
    /*AN TOÀN BỊ ĐỘNG*/
.group-atbd {
    width: 100%;
}

.group-atbd .atbd-xe-1 {
    width: 50%;
}

.group-atbd .atbd-xe-2, .group-atbd .atbd-xe-3 {
    width: 25%;
}

    #tab_dt_0 .res_block .tbltk #tbodyTongQuan tr,
    .group-atbd .inner .tbltk tbody tr.lv1,
    .group-atbd .inner .tbltk tbody tr.lv2 {
        background-color: transparent !important;
    }

    .group-atbd .atbd-xe-1 .inner .tbltk tbody tr.lv1,
    .group-atbd .atbd-xe-2 .inner .tbltk tbody tr.lv1,
    .group-group-atbd .atbd-xe-3 .inner .tbltk tbody tr.lv1 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-atbd .atbd-xe-2 .inner .tbltk tbody tr.lv1 td.th, .group-atbd .atbd-xe-2 .inner .tbltk tbody tr.lv1 td.td,
        .group-atbd .atbd-xe-3 .inner .tbltk tbody tr.lv1 td.th, .group-atbd .atbd-xe-3 .inner .tbltk tbody tr.lv1 td.td {
            display: none !important;
        }

    .group-atbd .atbd-xe-1 .inner table.tbltk, .group-atbd .atbd-xe-1 .inner table.tbltk tbody tr td:last-child table,
    .group-atbd .atbd-xe-1 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-atbd .atbd-xe-2 .inner table.tbltk, .group-atbd .atbd-xe-2 .inner table.tbltk tbody tr td:last-child table,
    .group-atbd .atbd-xe-2 .inner table.tbltk tbody tr td:last-child table tbody tr,
    .group-atbd .atbd-xe-3 .inner table.tbltk, .group-atbd .atbd-xe-3 .inner table.tbltk tbody tr td:last-child table,
    .group-atbd .atbd-xe-3 .inner table.tbltk tbody tr td:last-child table tbody tr {
        border: none !important;
    }

    .group-atbd .atbd-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-atbd .atbd-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2,
    .group-atbd .atbd-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 {
        height: 60px !important;
        overflow: hidden;
    }

        .group-atbd .atbd-xe-1 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-atbd .atbd-xe-2 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td,
        .group-atbd .atbd-xe-3 .inner .tbltk tbody tr.lv1 td:last-child table tbody tr.lv2 td {
            max-height: 49px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: block;
        }

    /*So sánh*/
#chon-xe .btn_next > *, #so-sanh .btn_next > * {
    background-color: #4D4D4D;
    background-color: #c8102e;
    -webkit-box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
    padding-bottom: 3px;
    color: #fff;
    text-align: center;
    min-width: 140px;
    line-height: 35px;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}
.btn_next a {
    cursor: pointer !important;
    outline: none;
}
#chon-xe .btn_next, #so-sanh .btn_next {
    cursor: pointer;
}
#chon-xe .heading_dt, #so-sanh .heading_dt {
    position: relative;
    padding-top: 10px;
}
.heading_dt .txt2 {
    font-size: 3rem;
    margin-top: 5px;
}
.heading_dt .txt1 {
    font-size: 1.7rem;
    font-weight: 300;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-family: Arial;
}
.btn_next a {
    cursor: pointer !important;
    outline: none;
}
#chon-xe .btn_next_pc, #so-sanh .btn_next_pc {
    position: absolute;
    top: 0;
    right: 0;
}
    .page-content .bg-header {
        height: 62px;
    }

    .page-content .bg-header .bg-top {
        height: 62px;
    }

.page-content .page-title {
    background-color: #363636;
    font-size: 26px;
    text-align: right;
    color: #fff;
    padding: 10px 0;
    height: 62px;
}

    .page-content .page-title h1 {
        margin: 0;
    }

#content {
    min-height: 60vh;
}

.compare-tabs .control-tabs .nav-tabs {
    margin: 0px 0px 20px 0px;
    position: relative;
}

.page-compare {
    margin-top: 20px;
    padding-bottom: 20px;
}

.control-tabs {
    margin-bottom: 20px;
}

    .control-tabs .nav-tabs {
        border: none
    }

    .control-tabs .tab-lg {
        height: auto !important;
        max-height: 70px;
        margin-left: auto;
        margin-right: auto;
    }

        .control-tabs .tab-lg .nav-item:last-of-type {
            margin-right: 0;
        }

        .control-tabs .tab-lg .nav-item {
            margin-right: 7px;
            height: auto;
            line-height: 0;
        }

        .control-tabs .tab-lg li.nav-item.active {
            background-color: #c8102e;
            color: #fff;
        }

        .control-tabs .tab-lg .nav-item a {
            background-color: #ededed;
            padding: 10px 0;
            box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
            text-align: center;
            transition: all 0.2s;
            min-width: 190px;
        }

    .control-tabs .nav-tabs > li.active > a, .control-tabs .nav-tabs > li.active > a:hover, .control-tabs .nav-tabs > li.active > a:focus {
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        margin: 0;
        border: none;
    }

    .control-tabs .tab-lg a.nav-link {
        color: #000;
        font-size: 15px;
    }

        .control-tabs .tab-lg a.nav-link:hover {
            background-color: #d3d3d3;
        }

    .control-tabs .nav-item.active a.nav-link .number {
        color: #FFF;
    }

    .control-tabs .nav-item a.nav-link .number {
        font-size: 16px;
        font-weight: bold;
        color: #ccc;
        font-family: 'SVN-Aguda-Black',Arial,sans-serif;
    }

        .control-tabs .tab-lg a.nav-link .number {
            display: block;
        }

/**/

.menu {
    margin-bottom: 0px;
}

.rm-md {
    padding-left: 0px;
    padding-right: 0px;
}

.slideshow {
    background: #363636;
    min-height: 200px;
    overflow: hidden;
}

#carousel-rm {
    height: 285px;
    margin-top: 10px;
}

.sub-catogory .navigation {
    background: #FFF;
    height: 140px;
    margin: 0px 0px 15px 0px;
    padding-top: 30px;
}

.slideshow .slide {
    margin-bottom: 0px;
}

.rm-icon-accessories div {
    display: block;
    width: 56px;
    height: 56px;
    margin: auto;
    background: #fdd100;
    border-radius: 30px;
    margin-bottom: 3px;
}

.rm-icon-accessories h3 {
    margin: 0px;
    line-height: 18px;
    font-size: 13px;
    font-family: roboto-regular;
    text-align: center;
    color: #4a4a4a;
}
/*Mô tả danh mục SP*/
.text-h1 {
    font-size: 18px;
    font-family: Roboto-Medium;
    line-height: 22px;
    text-align: center;
    margin: 30px 0px 5px 0px;
    color: #1a1a1a;
}

    .text-h1 span {
        color: #d30606;
        font-size: 15px;
    }

.rm-decription {
    color: #6c6c6c;
    font-size: 14px;
    font-family: roboto-regular;
    line-height: 18px;
    text-align: center;
}

.content-head {
    margin-bottom: 40px;
}

/* Chuyên mục phụ kiện ô tô*/
.rm-car-accessory {
    margin-top: 10px;
}

.text-h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .text-h3 a {
        color: #00a652;
        text-decoration: none;
        padding: 0px 15px;
        font-size: 14px;
    }
    /*Kết quả tìm  kiếm*/
    .text-h3 span {
        color: #9a9a9a;
        padding: 0px 5px;
        margin-left: 10px;
        font-size: 14px;
        border-left: 1px solid#9a9a9a;
    }

.rm-search {
    margin-top: 10px;
}

/*full icondesktop*/
[class^="rm-icondesktopfull-"], [class*="rm-icondesktopfull-"] {
    background-image: url(/Html/desktop/img/icondesktop-v1.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 586px 137px;
}

/*phụ kiện đi kèm*/
.rm-icon-accessories .rm-icondesktopfull-cusac {
    background-position: 1px -96px;
    width: 26px;
    height: 30px;
    margin-left: 8px;
    margin-top: 3px;
}

.rm-icon-accessories .rm-icondesktopfull-capsac {
    background-position: -23px -96px;
    width: 30px;
    height: 33px;
    margin: 4px;
}

.rm-icon-accessories .rm-icondesktopfull-oplung {
    background-position: -55px -96px;
    width: 28px;
    height: 33px;
    margin: 2px 0px 0px 6px;
}

.rm-icon-accessories .rm-icondesktopfull-tainghe {
    background-position: -88px -96px;
    width: 34px;
    height: 32px;
    margin: 2px 7px;
}

.rm-icon-accessories .rm-icondesktopfull-loabluetooth {
    background-position: -127px -96px;
    width: 29px;
    height: 30px;
    margin: 1px 7px;
}

.rm-icon-accessories .rm-icondesktopfull-pinduphong {
    background-position: -185px -103px;
    width: 20px;
    height: 30px;
    margin: 4px 4px 0px 9px;
}

.rm-icon-accessories .rm-icondesktopfull-giadodienthoai {
    background-position: -209px -102px;
    width: 25px;
    height: 33px;
    margin: 4px 8px;
}

.rm-icon-accessories .rm-icondesktopfull-kinh {
    background-position: -234px -103px;
    width: 25px;
    height: 30px;
    margin-top: 5px;
    margin-left: 8px;
}

.rm-icon-accessories .rm-icondesktopfull-thenho {
    background-position: -257px -103px;
    width: 36px;
    height: 30px;
    margin: 3px;
}

.rm-icon-accessories .rm-icondesktopfull-phukienkhac {
    background-position: -293px -103px;
    width: 33px;
    height: 28px;
    margin: 5px;
}

/* Slide Carousel */
/*.slide .carousel-control {
    top: 35%;
    z-index: 2;
    opacity: 0.6;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 29px;
    background: #e2dad3;
    box-shadow: 0px 2px 2px #9a9a9a;
    color: #000;
    display: block!important;
    text-decoration: none;
}*/

.adv_left {
    left: 6px !important;
}

.adv_right {
    right: 6px !important;
}


/*bộ lọc*/

.tab-content .toolleft {
    font-size: 13px;
    width: 95%;
    font-weight: 400;
}

    .tab-content .toolleft .collapsible {
        box-shadow: none;
        border: 0 solid #ccc;
        margin: 0px;
        padding:0px;
    }

    .tab-content .toolleft .inner-box ul.collapsible.collapsible-accordion {
        padding-left: 0;
        list-style-type: none;
    }

    .tab-content .toolleft .collapsible li {
        border-bottom: solid 1px #eee;
    }

    .tab-content .toolleft a {
        background-color: #fff;
    }

        .tab-content .toolleft a:hover {
            text-decoration: none;
        }

    .tab-content .toolleft .collapsible .collapsible-header {
        border: 0;
        line-height: inherit;
        padding: 3px 20px;
        border-bottom: 0px solid #eee;
        position: relative;
        margin-bottom: 0px;
        font-weight: 700;
        background-color: #f9f9f9;
        text-transform: uppercase;
        color: #545454;
        font-weight: 400;
        text-align: left;
    }

    .tab-content .toolleft .collapsible-header {
        display: block;
        cursor: pointer;
        min-height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .tab-content .toolleft .collapsible .collapsible-header.collapsed:before {
        transform: rotate( -45deg );
    }

    .tab-content .toolleft .collapsible .collapsible-header:before {
        transform: rotate( 45deg );
        background-color: #c8102e;
        margin-right: 3px;
    }

    .tab-content .toolleft .collapsible .collapsible-header:after, .toolleft .collapsible .collapsible-header:before {
        position: absolute;
        right: 7%;
        top: 50%;
        height: 2px;
        width: 10px;
        content: "";
    }

    .tab-content .toolleft .collapsible .collapsible-header span {
        line-height: 43px;
        font-size: 11px;
    }

    .tab-content .toolleft .collapsible .collapsible-header.collapsed:after {
        transform: rotate( 45deg );
    }

    .tab-content .toolleft .collapsible .collapsible-header:after {
        transform: rotate( -45deg );
        background-color: #c8102e;
        margin-right: -3px;
    }

    .tab-content .toolleft .collapsible .collapsible-body {
        border-bottom: 0px solid #eee;
        background-color: #EDEDED;
        color: #989898;
    }

    .tab-content .toolleft .collapsible li {
        border-bottom: 1px solid #eee;
    }

    .tab-content .toolleft .sub-item:active {
        display: block;
        margin: 0 0;
    }

    .tab-content .toolleft .inner-collapsible {
        padding: 10px;
    }

    .tab-content .toolleft .collapsible-body p {
        padding: 0 20px;
        height: 25px;
        margin: 0;
    }

    .tab-content .toolleft .collapsible [type=checkbox] + label {
        font-size: inherit;
        line-height: 18px;
        padding-left: 25px;
    }

    .tab-content .toolleft label {
        display: inherit;
        color: #555;
    }

    .tab-content .toolleft  [type=checkbox]:checked, [type=checkbox]:not(:checked) {
        position: absolute;
        left: -9999px;
        opacity: 0;
    }

    .tab-content .toolleft  [type=checkbox] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.tab-content .toolleft .collapsible [type=checkbox] + label:before, .toolleft .collapsible [type=checkbox]:not(.filled-in) + label:after {
    border-width: 1px;
    border-color: #fff;
    height: 13px;
    width: 13px;
    background-color: #FFF;
}

.tab-content .toolleft  [type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0);
}

.tab-content .toolleft  [type=checkbox] + label:before, [type=checkbox] + label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

.tab-content .toolleft .collapsible [type=checkbox]:checked + label:before {
    border-right-color: #EC1B30 !important;
    border-bottom-color: #EC1B30 !important;
    width: 8px;
    height: 15px;
    top: -2px;
    left: 0;
    border-width: 2px;
    background-color: transparent;
}

.tab-content .toolleft [type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-right: 2px solid #EF5350;
    border-bottom: 2px solid #EF5350;
    transform: rotate( 40deg );
}
