#main {
    padding-bottom: 40px;
}
#main > .box_mid .mid-title .titleL {
    padding: 0;
}
#price-wrap #price-wrap-inner .search-control {
    margin-bottom: 30px;
}
#price-wrap #price-wrap-inner .search-control h2 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #d70018;
    margin: 0;
    margin-bottom: 15px;
}
#price-wrap #price-wrap-inner .search-control .note {
    font-size: 16px;
    line-height: 1.5em;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
#price-wrap #price-wrap-inner .search-control .note p {
    margin-bottom: 0px;
}
#price-wrap #price-wrap-inner .search-control .bg {
    width: 100%;
    display: flex;
    justify-content: center;
}
#price-wrap #price-wrap-inner .search-control .bg .input-group .form-control {
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
}
#price-wrap #price-wrap-inner .search-control #listSort {
    display: flex;
}
#price-wrap #price-wrap-inner .search-control #listSort .inner-group {
    display: inline-flex;
    line-height: 34px;
    margin-right: 20px;
}
#price-wrap #price-wrap-inner .search-control #listSort label {
    font-weight: normal;
    white-space: nowrap;
}
#price-wrap #price-wrap-inner .search-control #listSort .form-control {
    width: 32px;
    height: 24px;
    display: block;
    margin-top: 5;
    margin-right: 8px;
}
#price-wrap #price-wrap-inner .search-control button.fa-search {
    width: 100%;
    color: var(--ws-color-white);
    height: 30px;
    border: none;
    outline: none;
    font-weight: 700;
    border-radius: 3px;
    background: #ee2038;
}
#price-wrap #price-wrap-inner .search-control button.fa-search::before {
    font-weight: 400;
    padding-right: 5px;
    font-family: FontAwesome;
}
#listCat ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}
#listCat ul li a {
    display: inline-flex;
    min-height: 65px;
    padding: 15px 30px;
    border-radius: 6px;
    background: #f3f6f9;
    border: 1px solid #f3f6f9;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
#listCat ul li a.active,
#listCat ul li a:hover {
    background: var(--ws-color-white);
    border-color: var(--ws-color-primary);
}
.table-list {
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
}
.table-list th {
    padding: 10px 5px;
    text-align: center;
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
    border: 1px solid var(--ws-color-primary);
}
.table-list th span {
    display: block;
    white-space: pre-line;
    text-transform: uppercase;
}
.table-list th em {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.table-list .group td {
    height: 40px;
    padding: 0 10px;
    font-weight: 700;
    background: #00704a;
    text-transform: uppercase;
    color: var(--ws-color-white);
    border-bottom: 1px solid var(--ws-color-white);
}
.table-list .category td {
    color: #00704a;
    font-weight: 700;
    background: #a9dcc2;
    text-transform: uppercase;
    height: auto;
    padding: 0 10px;
    line-height: 40px;
}
.table-list .category-item td {
    color: #d70018;
    font-weight: 700;
    background: #f3f6f9;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.table-list .product-item .row-stt {
    text-align: center;
}
.table-list .product-item td {
    padding: 15px 20px;
    font-size: 16px;
    background: var(--ws-color-white);
}
.table-list .product-item td:not(:last-child) {
    border-right: 1px solid #dbdeea;
}
.table-list .product-item td.row-title > a {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    gap: 10px;
}
.table-list .product-item td.row-price {
    font-weight: 700;
    text-align: center;
}
.table-list .product-item td.row-price .price-old {
    font-size: 12px;
    text-decoration: line-through;
    font-style: italic;
    margin-bottom: 0;
}
.table-list .product-item td.row-brand {
    text-align: center;
}
.table-list .product-item td.row-brand img {
    max-width: 80px;
    max-height: 35px;
}
.table-list .product-item:nth-child(odd) td {
    background: #f3f6f9;
}
.empty-item .row-empty {
    padding: 10px;
    color: #333;
    background: #d4ecfd;
    text-align: center;
}
#results {
    margin-bottom: 20px;
}
.ajax-loading span {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.65);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--ws-color-white);
}
.ajax-loading::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999999;
}
.group-btn {
    display: none;
    background: none;
    padding: 20px 0 0;
    border-radius: 6px;
}
.group-btn .ul-left {
    float: left;
    font-size: 16px;
    overflow: hidden;
    color: #333;
}
.group-btn .ul-left li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.group-btn .ul-left li .form-control {
    height: 30px;
    border-radius: 0;
    box-shadow: none;
}
.group-btn .ul-right {
    float: right;
}
.group-btn .ul-right.btnOption li {
    float: left;
    margin-left: 10px;
}
.group-btn .ul-right.btnOption li:first-child {
    margin-left: 0;
}
.group-btn .ul-right .btnClick {
    background: #0059af;
    border: none;
    border: 1px solid var(--ws-color-white);
    border-radius: 4px;
    color: var(--ws-color-white);
    outline: none;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.group-btn .ul-right .btnClick::before {
    font-weight: 400;
    margin-right: 5px;
    font-family: "FontAwesome";
}
.group-btn .ul-right .btnClick:hover {
    color: #333;
    background: var(--ws-color-white);
    border: 1px solid #0059af;
}
.group-btn .ul-right .btnClick#btn2 {
    background: #279cf2;
}
.btnOption {
    overflow: hidden;
    float: right;
}
.btnOption li {
    float: left;
    margin-left: 10px;
}
.btnClick {
    height: 45px;
    outline: none;
    padding: 10px 15px;
    background: var(--ws-color-primary);
    color: var(--ws-color-white);
    line-height: 25px;
    border-radius: 6px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.btnClick::before {
    font-weight: 400;
    margin-right: 5px;
    font-family: "FontAwesome";
}
.btnClick:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
@media screen and (max-width: 1200px) {
    .row-technology {
        display: none;
    }
    .bg .input-group {
        width: 50%;
        float: left;
        display: block;
        margin-bottom: 10px;
    }
    .bg .input-group:last-child {
        width: 100%;
    }
    .bg .input-group button {
        width: 100% !important;
    }
    #frm-price .form-control {
        width: 100% !important;
    }
}
@media screen and (max-width: 1024px) {
    .table-list .row-promotion {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #listCat ul {
        column-gap: 10px;
    }
    #listCat ul li a {
        padding: 10px 15px;
        min-height: auto;
    }
    .table-list th {
        font-size: 13px;
    }
    .table-list .product-item td {
        font-size: 14px;
        padding: 15px 5px;
    }
}
@media screen and (max-width: 767px) {
    .mobile-header-bottom {
        background: var(--ws-color-white);
    }
    #mobile-content {
        padding: 10px;
    }
    .row-stt {
        display: none;
    }
    .row-gift {
        display: none;
    }
    .row-technology {
        display: none;
    }
    .row-warranty {
        display: none;
    }
    .category-item td {
        padding: 10px;
    }
    .ul-left {
        float: none;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ddd;
        background: #f1f1f1;
    }
    .ul-left li {
        padding: 5px 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .btnOption {
        overflow: hidden;
        float: none;
        margin: auto;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
    .group-btn.clear {
        text-align: center;
        margin-bottom: 10px;
    }
    .product-item td.row-price {
        white-space: nowrap;
    }
    .price-wrap .form-control {
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #ddd;
        width: 100% !important;
    }
    .price-wrap #price-wrap-inner .search-control {
        margin-bottom: 10px;
    }
    .price-wrap #price-wrap-inner .search-control .bg {
        padding: 10px;
        background: #f1f1f1;
        overflow: hidden;
        display: table;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ddd;
    }
    .price-wrap #price-wrap-inner .search-control .bg .input-group {
        padding: 0;
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .price-wrap #price-wrap-inner .search-control .bg .input-group:last-child {
        margin-bottom: 0;
    }
    .price-wrap #price-wrap-inner .search-control button.fa-search {
        width: 100%;
        color: var(--ws-color-white);
        height: 30px;
        border: none;
        outline: none;
        font-weight: 700;
        border-radius: 3px;
        background: #12953c;
    }
    .price-wrap #price-wrap-inner .search-control button.fa-search::before {
        font-weight: 400;
        padding-right: 5px;
        font-family: FontAwesome;
    }
    .price-wrap #price-wrap-inner .table-list {
        table-layout: auto;
    }
    .price-wrap #price-wrap-inner .table-list .product-item td.row-brand img {
        max-width: 55px;
    }
}
@media screen and (max-width: 479px) {
    .box-qoute {
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .box-qoute .box-form-wrap {
        padding: 10px;
        border-radius: 4px;
        background: #f1f1f1;
        border: 1px solid #ddd;
    }
    .form-field .form-label,
    .form-field .form-input {
        display: block;
    }
    .field-button .form-label {
        display: none !important;
    }
    .form-field .form-label {
        width: 100%;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .form-input {
        padding: 0;
    }
    .form-field .form-label label {
        font-weight: 700;
    }
    .field-button {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-field .form-control {
        min-height: 34px;
        border: 1px solid #ddd;
    }
    .ver_img {
        max-height: 34px;
    }
    .table-list .category-item td {
        padding: 10px;
    }
    .table-list .product-item td {
        font-size: 12px;
        padding: 10px 5px;
    }
    .table-list th {
        font-size: 12px;
        white-space: nowrap;
    }
    .table-list .row-tskt,
    .table-list .row-guarantee {
        display: none;
    }
    .table-list .product-item td.row-brand img {
        max-width: 70px;
        max-height: 20px;
    }
    #price-wrap #price-wrap-inner .search-control .bg {
        padding: 5px 0;
    }
    .search-control .widget > .btn-title {
        min-width: inherit;
    }
    #listBrand .dropdown-menu {
        right: 0;
        left: auto;
    }
}