/*Category*/
.breadcrumb li:last-child>a {
    color: #000;
}
.cate-banner img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.listinfo ul{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border: 1px solid #3e8d27;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.listinfo.new-policy ul{
    border: 1px solid #329b3a;
}
.listinfo li{
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 2px;
}
.listinfo ul li:first-child {
    flex-direction: column;
    background: #3e8d27;
    color: #fff;
    position: relative;
    max-width: 175px;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
    padding-right: 20px;
    font-weight: bold;
}
.listinfo.new-policy ul li:first-child {
    background-color: #329b3a;
}
.listinfo.new-policy ul li:first-child,
.listinfo.new-policy ul li:nth-child(2),
.listinfo.new-policy ul li:last-child {
    font-weight: bold;
}
.listinfo.new-policy ul li p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision;
}
.listinfo.new-policy ul li:first-child:after {
    content: '';
    vertical-align: middle;
    border-top: 31px solid #fff;
    border-left: 17px solid #3e8d27;
    border-right: 3px solid #fff;
    border-bottom: 31px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.listinfo.new-policy ul li:first-child:after {
    border-left: 17px solid #329b3a;
}
.listinfo.new-policy ul li:nth-child(2) {
    color: #329b3a;
}
.listinfo.new-policy ul li:last-child {
    border-left: 1px solid #329b3a;
    text-align: center;
    color: #329b3a;
    font-weight: bold;
    flex: 2;
    padding: 10px 15px;
}

[class^="newiconcs-"], [class*="newiconcs-"] {
    background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/category/newpolicy082020.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    zoom: .6;
    background-size: unset;
}
.newiconcs-free1 {
    background-position: -275px -22px;
    width: 60px;
    height: 50px;
}
.newiconcs-free2 {
    background-position: -21px -22px;
    width: 60px;
    height: 50px;
}
.newiconcs-free3 {
    background-position: -110px -22px;
    width: 60px;
    height: 50px;
}
.newiconcs-free4 {
    background-position: -190px -22px;
    width: 60px;
    height: 50px;
}
.product {
    margin-top: 5px;
}


.boxQuickFilter.hasImg {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 10px;
}
.boxQuickFilter.hasImg .flex-new {
    display: flex;
}
.boxQuickFilter.hasImg a {
    display: inline-block;
    width: calc(100%/8 - 4px);
    text-align: center;
    position: relative;
    vertical-align: top;
    padding: 5px 0 0;
}
.boxQuickFilter.hasImg a.check {
    font-weight: bold;
}
.boxQuickFilter.hasImg .flex-new a {
    flex: 1 100%;
}
.boxQuickFilter.hasImg a img {
    width: auto;
    height: 75px;
    object-fit: cover;
    display: block;
    margin: auto;
    max-width: 130px;
}
.boxQuickFilter.hasImg.cat-2162 a img {
    height: auto;
}
.boxQuickFilter.hasImg a span {
    color: #333;
    padding: 10px 10px 0;
    display: block;
    line-height: 18px;
}
.boxQuickFilter.hasImg a.check span {
    color: #288ad6;
    font-weight: bold;
}
.boxQuickFilter.hasImg a:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 60%;
    background: #eee;
}
.boxQuickFilter.hasImg a:last-child {
    border-right: 0;
}
.category-wrapper .breadcrumb {
    background: transparent;
    padding: 5px 0;
}
.box-pros {
    position: relative;
    background: #fff;
}


.list-dw {
    background: none;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.title-boxgs {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    background: #f1f1f1;
    display: flex;
}
#gsct.list-dw .title-boxgs {
    overflow: hidden;
    margin-top: 0;
    padding: 5px 0;
}



.box-pros .cate {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #f3f3f3;
    overflow: visible;
}
.list-dw .cate-hot {
    margin: 0;
    border-left: 0;
    background: #fff;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}
.cate-hot h3.name{
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 14px;
    min-height: 38px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#product-list .col-md-3{
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    margin-bottom: 0;
}


#gsct.list-dw .title-boxgs strong {
    font-size: 20px;
    line-height: 2;
    margin-right: 10px;
    color: #cf1717;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 65%;
    font-weight: bold;
}
.group-countdown {
    margin: 8px 0 0 5px;
    line-height: 2;
}
#gsct .title-boxgs span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.prdWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: stretch;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-left: 1px solid #f3f3f3;
}
.prdWrapper .prdItem {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    color: #333;
}
.prdWrapper.prodCol_owl .prdItem {
    border: none;
    height: calc(100% - 20px);
}
.prdWrapper .prDeliAndComp {
    display: flex;
    padding: 6px 0 0;
}
.prdWrapper .prdLblInsWrapper {
    position: relative;
    z-index: 5;
    margin-bottom: 5px;
}
.prdWrapper .prdItem .prdRow {
    display: flex;
}
.prdWrapper .prdImageHrf {
    position: relative;
    line-height: 0;
    display: block;
}
.prdWrapper .prdLblInsWrapper>* {
    font-size: 11px;
    line-height: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    border: 1px solid;
}
.prdWrapper .prdLblInsWrapper .prdLblIns {
    background-color: #fbda03;
    color: #333;
    border-color: #fbda03;
    margin-right: 4px;
}
.prdWrapper .prdLblInsWrapper .prdLblIns b {
    color: #333;
}
.prdWrapper .prdImageThumbWrapper {
    margin: 15px 0;
}
.prdWrapper .prdImageThumbWrapper .prdImageThumb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prdWrapper.prodCol_owl .prdImageThumbWrapper .prdImageThumb {
    height: 165px;
}
.prdWrapper.isOneCate .prdImageThumbWrapper .prdImageThumb {
    height: unset;
    max-height: 287px;
    overflow: hidden;
}
.prdWrapper .prdImageThumbWrapper .prdImageThumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.prdWrapper .prdLblCampaign {
    margin-bottom: 5px;
}
.prdWrapper .prdTSKTWrapper {
    display: flex;
    flex-wrap: wrap;
}
.prdWrapper .prdItem .prdRow {
    display: flex;
}
.prdWrapper .prdScriptsWrapper {
    margin-top: 4px;
    margin-bottom: 0;
}
.prdWrapper .prdPriceWrapper {
    margin-top: 5px;
}
.prdWrapper .prdNameWrapper .prdName {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 61px;
    margin: 0;
    margin-right: 3px;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 1.4em;
}
.prdWrapper .prdNameWrapper .prdName h4 {
    color: #e3701d;
}
.prdWrapper .prdPriceWrapper .prPrice {
    color: #d12c1f;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.prdWrapper .prdPriceWrapper .prOldPrice {
    color: #333;
    display: inline-block;
    text-decoration: line-through;
    margin-top: 5px;
    font-weight: normal;
}
.prdWrapper .prdPriceWrapper .prPromoText {
    display: block;
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.prdWrapper .prdPriceWrapper .prPromoText b {
    color: #333;
}
.prdWrapper.prodCol_owl .owl-item {
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.prodCol_owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prodCol_owl .owl-nav button {
    width: 23px;
    height: 42px;
    background: #333!important;
    opacity: .5!important;
    color: #fff!important;
    border-radius: 0!important;
    margin: 0!important;
}
.prodCol_owl .owl-nav button span {
    font-size: 32px;
}
.prodCol_owl .owl-nav button:focus {
    outline: none;
}
.orderby {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    z-index: 99;
}
.orderby div {
    display: inline-block;
    margin-right: 10px;
}
.orderbar-v2 .ordertype {
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
#scroll-MLN .orderbar-v2 .ordertype.twonum {
    margin-left: 10px;
}
.orderby span {
    color: #666;
    font-size: 12px;
}
.orderby a {
    color: #333;
    font-size: 14px;
    display: inline-block;
}
.orderbar-v2 .ordertype a {
    padding: 3px 10px;
    border: 1px solid #666;
    border-radius: 4px;
    color: #666;
    margin: 0 5px;
}
.orderbar-v2 .ordertype.twonum a {
    font-size: 13px;
}
.orderbar-v2 .ordertype a.check {
    border: 1px solid #288ad6;
    background: #288ad6;
    color: #fff;
}
#product-list .col-md-3 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.prdWrapper .prRating .starLight {
    background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/icondetaildesktop@1x.v202012112320.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.prdWrapper .prRating .starHaft {
    background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/icondetaildesktop@1x.v202012112320.png);
    background-repeat: no-repeat;
    background-position: -208px -16px;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.prdWrapper .prRating .starDark {
    background-image: url(https://cdn.tgdd.vn/dmx2016/Content/images/icondetaildesktop@1x.v202012112320.png);
    background-repeat: no-repeat;
    background-position: -15px 0;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.catetag {
    background: #fff;
    margin-top: 15px;
    overflow: hidden;
    height: 48px;
}
.catetag a {
    display: inline-block;
    margin: 15px 10px;
}
.catetag a:before {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
}
.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: 400px;
    background: #fff;
    cursor: pointer;
}
.viewmore:hover {
    background: #288ad6;
    border-color: #288ad6;
    color: #fff;
}
.viewmore:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.viewmore:hover:after {
    border-top: 6px solid #fff;
}




.manufacture {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
}
.filter-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.filter h2 {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}
.filter a {
    display: inline-block;
    color: #4a90e2;
    vertical-align: top;
}
.iconcate-checkbox {
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.manufacture i {
    margin: 0 2px 0 0;
    position: relative;
    top: 1px;
}
.manufacture img {
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
    object-fit: scale-down;
    width: 100px;
}
.filter-checkbox {
    margin-right: 5px;
}
.filter a:hover {
    color: #333;
}
.manufacture a.more {
    display: block;
    padding: 5px 10px;
    width: 100%;
}
a.more:after {
    content: '';
    border-top: 5px solid #4a90e2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 5px;
}
#price {
    display: block;
    overflow: visible;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 10px;
}
#price a {
    padding: 5px 0 5px 20px;
    position: relative;
}
.utilities {
    display: block;
    overflow: visible;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 10px;
}
.utilities .filter-wrapper {
    flex-direction: column;
    margin-top: 5px;
    padding: 0px 10px 5px;
}
.utilities a {
    padding-bottom: 8px;
    position: relative;
}
.filter-wrapper .check {
    color: #333;
}
.filter-mobile {
    display: none;
}


@media (max-width: 349px) {
    .area_order a {
        width: 100% !important;
    }
}



@media (min-width: 768px) and (max-width: 992px) {
    .colorandpic li div {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bottom_order .area_order .buy_repay {
        width: 48% !important;
    }
}

@media (max-width: 992px) {
    form[name=fOrderReview] {
        display: flex;
        flex-direction: column;
    }

    form[name=fOrderReview] .left, form[name=fOrderReview] .right {
        width: 100%;
    }

    .checkexist {
        width: 100%;
    }

    .right_content {
        width: 100%;
    }

    .left_content {
        width: 100%;
    }

    .title_text {
        display: block;
    }

    .wrap_wrtp .pop {
        margin-top: 0;
    }

    .box_content {
        display: flex !important;
        flex-flow: column-reverse;
    }

    .checkexist .layerstore {
        left: 0;
    }

    .area_article {
        display: block;
        overflow: hidden;
        font-size: 15px;
        color: #333;
        line-height: 22px;
        padding-bottom: 10px;
        max-width: 100% !important;
    }

    .area_article h3 {
        font-size: 16px !important;
        padding-bottom: 5px !important;
        padding-top: 10px !important;
    }

    .area_article h2, .area_article h3 {
        display: block;
        padding: 0;
        color: #333;
        font-weight: bold;
        text-align: left !important;
    }

    .area_article p {
        margin: 0;
        text-align: center !important;
    }

    .order-review {
        background: white;
        padding: 0;
    }

    [class^="icondmx-"], [class*="icondmx-"] {
        background-image: url(../image/smallmood.png);
        background-repeat: no-repeat;
        background-size: 284px 196px !important;
    }

    .icondmx-good {
        background-position: -155px -92px;
        width: 21px;
        height: 21px;
    }

    .icondmx-bad {
        background-position: -184px -92px;
        width: 21px;
        height: 21px;
    }

    .boxRtAtc .likeshare {
        display: block !important;
    }

    .order-review .right a {
        font-size: 13px;
    }

    .order-review .right a.replay-icon {
        display: none;
    }

    .order-review .right {
        display: flex;
        justify-content: space-between;
    }

    .order-review .left {
        padding: 10px;
    }

    .order-review .left p {
        font-size: 13px;
    }

    .tltArt {
        display: block;
    }

    .compare .tcpr {
        position: unset;
    }

    .tableparameter h3 {
        display: none;
    }

    .tltArt h3 {
        display: block !important;
        margin-left: 70px;
        padding-top: 10px;
    }

    .tableparameter .closebtn {
        display: none;
    }

    .fullparameter {
        padding: 0;
        width: 100%;
    }

    .fullparameter .scroll {
        padding: 0;
    }

    .fullparameter .scroll img {
        width: 100%;
    }

    .fullparameter ul {
        padding: 0;
        width: 100%;
    }

    .compare li h3 {
        font-weight: normal;
        font-size: 13px;
    }

    .compare li a img {
        width: 100px;
        object-fit: contain;
    }

    .accessories li strong.gs {
        margin-right: 0;
    }

    .accessories.borderBot {
        position: relative;
    }

    .accessories .viewall {
        position: absolute;
        top: 21px;
        right: 0;
    }

    .compare h4 {
        font-size: 18px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .compare div.sggProd {
        top: unset !important;
        bottom: 0 !important;
        width: 100% !important;
    }

    .compare {
        position: relative;
    }

    .accessories h3 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .accessories li {
        overflow: visible;
        width: 33.33% !important;
    }

    .accessories li a {
        padding: 10px 10px 0;
        display: flex;
        flex-flow: column;
    }

    .accessories ul {
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
        margin-top: 15px !important;
    }

    aside.right_content {
        padding-left: 0 !important;
    }

    aside.left_content {
        padding-right: 0 !important;
    }

    h1 {
        display: block;
        overflow: hidden;
        line-height: 1.3em;
        font-size: 16px !important;
        color: #333;
        padding: 0 10px 4px 10px;
        font-weight: 600 !important;
    }

    .ratingresult {
        padding: 0;
    }

    .breadcrumb li a {
        color: #333;
        font-size: 12px;
    }

    .rowtop h1 {
        margin: 5px 0 0 0;
    }

    .newslist {
        display: none;
    }

    .title_bold {
        display: block;
        overflow: hidden;
        font-size: 16px !important;
        color: #333;
        font-weight: 600;
    }

    .right_content {
        margin: 0;
    }

    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .pro-news {
        display: block !important;
    }

    .left_content {
        margin: 0;
    }

    .characteristics h4, .characteristics h3, .characteristics h2 {
        margin-top: 10px;
    }

    section .box-content.row {
        flex-flow: column-reverse;
    }

    .item2020 {
        display: flex !important;
        overflow: auto !important;
        max-width: 100%;
        flex-wrap: nowrap !important;
        margin-bottom: 40px;
    }

    .bdx {
        display: none !important;
    }

    .compare li {
        overflow: visible;
        width: 33.333%;
        margin-right: 30px;
    }

    .info_sp {
        display: none;
    }

    .sggProd {
        /*display: none!important;*/
    }

    .area_order {
        width: 100% !important;
    }

    .rowtop {
        flex-flow: column;
    }

    .likeshare {
        display: none;
    }

    .icon-position {
        /*display: none;*/
    }

    .text-viewimage {
        display: none;
    }

    section {
        min-width: auto;
        padding: 0 10px;
    }

    .rowdetail {
        border-top: none;
    }

    .rightInfo.phone {
        width: 100% !important;
    }

    .box-online {
        margin: 0 0 10px 0;
    }

    .colorandpic {
        padding: 0;
    }

    .memory, .callorder {
        padding: 0;
    }

    .area_price {
        padding: 0 0 10px 0;
    }

    .price_sale {
        margin: 0;
    }

    .area_promotion {
        margin: 0;
    }

    .promo_BHX, .area_order {
        margin: 10px 0;
    }

    .callorder {
        background: #f4f4f4;
        margin: 10px 0;
    }

    .callorder .ct {
        margin-bottom: 8px;
    }

    /*Category*/
    .category-wrapper .breadcrumb {
        padding: 0 8px !important;
    }
    ul.listinfoTivi2020.new-policy-082020, .boxQuickFilter.hasImg, #gsct.list-dw .title-boxgs {
        margin-left: 8px!important;
        margin-right: 8px!important;
    }
    .listinfoTivi2020 li {
        margin: 10px 2px;
        padding: 0;
    }
    .listinfoTivi2020 li {
        border-right: 1px solid rgba(128,128,128,.1);
    }
    .listinfoTivi2020 li:nth-child(6) {
        border-right: none;
    }
    .viewmore {
        width: 100%;
    }
    ul.listinfoTivi2020.new-policy-082020 li:first-child, ul.listinfoTivi2020.new-policy-082020 li:nth-child(2), ul.listinfoTivi2020.new-policy-082020 li:last-child {
        display: none;
    }
    .listinfoTivi2020 li {
        flex-direction: column;
    }
    .boxQuickFilter.hasImg a {
        width: calc(100%/3 - 4px);
    }
    .boxQuickFilter.hasImg .flex-new {
        max-width: 100%;
        overflow: auto;
    }
    .boxQuickFilter.hasImg a img {
        max-width: 100px;
    }
    #gsct.list-dw .title-boxgs strong {
        font-size: 14px;
    }
    #gsct.list-dw .title-boxgs {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .group-countdown {
        margin: 0;
    }
    .group-countdown {
        margin-top: 0
    }
    #scroll-MLN .orderbar-v2 .ordertype.twonum {
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    /*.product {*/
    /*    padding-right: 0!important;*/
    /*}*/
    section.type0 {
        padding: 0;
    }
    /*aside.filter.bannerFilter {*/
    /*    display: none;*/
    /*}*/
    .filter-mobile {
        display: block;
        background: #fff;
        margin-bottom: 10px;
        padding: 0 8px;
    }
    .filter-mobile .wrapper {
        display: flex;
        padding-top: 1px;
    }
    .filter-mobile h2 {
        font-weight: 600;
        margin: 10px 0!important;
        padding-top: 5px;
    }
    .filter-mobile .mobile {
        padding-right: 10px;
    }
}

h3 {
    margin-top: 0!important;
}

@media (max-width: 480px) {
    .colorandpic li div {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 768px) {
    .colorandpic li div {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .pro-news ul {
        display: flex;
    }
    .compare li {
        padding: 0 10px;
    }
    .newslist li a {
        display: flex;
        flex-flow: column;
    }
    .newslist li img {
        width: 100%;
        height: auto;
    }
    .newslist li h3 {
        margin-top: 10px!important;
    }
    .pro-news.newslist li:not(:first-child) {
        margin-left: 15px;
    }
}

.wrap_wrtp .pop .ctW .bh a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid #4a90e2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin: 4px 0 0 5px;
}

.wrap_wrtp .pop .ctW .cs h2::after {
    content: "";
    width: 0;
    right: 15px;
    top: 15px;
    border-left: 5px solid transparent;
    border-top: 5px solid #288ad6;
    border-right: 5px solid transparent;
    position: absolute;
    transform: rotate(180deg);
}

.wrap_wrtp .pop .ctW .cs h2.down::after {
    transform: rotate(0);
}
.wrap_wrtp .pop .ctW .cs h2::after {
    content: "";
    width: 0;
    right: 15px;
    top: 15px;
    border-left: 5px solid transparent;
    border-top: 5px solid #288ad6;
    border-right: 5px solid transparent;
    position: absolute;
    transform: rotate(180deg);
}
.iconcom-unstar {
    width: 22px;
    height: 20px;
    background-position: -121px -80px;
}



@media (max-width: 992px) {
    /*Category*/
    .category-wrapper .breadcrumb {
        padding: 0 8px !important;
    }
    .listinfo.new-policy ul,
    .boxQuickFilter.hasImg, #gsct.list-dw .title-boxgs {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .listinfo ul li {
        margin: 10px 2px;
        padding: 0;
    }
    .listinfo ul li {
        border-right: 1px solid rgba(128,128,128,.1);
    }
    .listinfo ul li:nth-child(6) {
        border-right: none;
    }
    .listinfo.new-policy ul li:first-child,
    .listinfo.new-policy ul li:nth-child(2),
    .listinfo.new-policy ul li:last-child {
        display: none;
    }
    .listinfo ul li {
        flex-direction: column;
    }

    /*ul.listinfoTivi2020.new-policy-082020, .boxQuickFilter.hasImg, #gsct.list-dw .title-boxgs {*/
    /*    margin-left: 8px!important;*/
    /*    margin-right: 8px!important;*/
    /*}*/
    /*.listinfoTivi2020 li {*/
    /*    margin: 10px 2px;*/
    /*    padding: 0;*/
    /*}*/
    /*.listinfoTivi2020 li {*/
    /*    border-right: 1px solid rgba(128,128,128,.1);*/
    /*}*/
    /*.listinfoTivi2020 li:nth-child(6) {*/
    /*    border-right: none;*/
    /*}*/
    /*ul.listinfoTivi2020.new-policy-082020 li:first-child,*/
    /*ul.listinfoTivi2020.new-policy-082020 li:nth-child(2),*/
    /*ul.listinfoTivi2020.new-policy-082020 li:last-child {*/
    /*    display: none;*/
    /*}*/
    /*.listinfoTivi2020 li {*/
    /*    flex-direction: column;*/
    /*}*/

    .viewmore {
        width: 100%;
    }
    .boxQuickFilter.hasImg a {
        width: calc(100%/3 - 4px);
    }
    .boxQuickFilter.hasImg .flex-new {
        max-width: 100%;
        overflow: auto;
    }
    .boxQuickFilter.hasImg a img {
        max-width: 100px;
    }
    #gsct.list-dw .title-boxgs strong {
        font-size: 14px;
    }
    #gsct.list-dw .title-boxgs {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .group-countdown {
        margin: 0;
    }
    .group-countdown {
        margin-top: 0
    }
    #scroll-MLN .orderbar-v2 .ordertype.twonum {
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    /*.product {*/
    /*    padding-right: 0!important;*/
    /*}*/
    section.type0 {
        padding: 0;
    }
    /*aside.filter.bannerFilter {*/
    /*    display: none;*/
    /*}*/
    .filter-mobile {
        display: block;
        background: #fff;
        margin-bottom: 10px;
        padding: 0 8px;
    }
    .filter-mobile .wrapper {
        display: flex;
        padding-top: 1px;
    }
    .filter-mobile h2 {
        font-weight: 600;
        margin: 10px 0!important;
        padding-top: 5px;
    }
    .filter-mobile .mobile {
        padding-right: 10px;
    }
    .js-fil-bar.open .prevent{
        background: #f6f6f6;
        padding: 0 10px;
    }
    .js-fil-bar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 51;
        /*padding: 2% 24% 2% 2%;*/
        padding: 0 22% 0 0;
        transition: all 450ms;
        transform: translateX(-100%);
    }
    .js-fil-bar.open{
        transition: all 450ms;
        transform: translateX(0);
    }
    .js-fil-bar:before, .js-fil-bar:after{
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1;
        display: none;
    }
    .js-fil-bar:before{
        left: 0;
        width: 80%;
        background: #f6f6f6;
    }
    .js-fil-bar:after{
        right: 0;
        width: 20%;
        background: rgba(0, 0, 0, 0.85);
    }
    .js-fil-bar{
        overflow-y: scroll;
        background: rgba(0, 0, 0, 0.85);
    }


    .js-fil-close {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        height: 100%;
        width: 20%;
        right: 0;
        top: 0;
    }
    .js-fil-close img{
        background: #4c4c4c;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        right: 15%;
        top: 10px;
    }
    .js-open-filter{
        position: relative;
        width: 100%;
        right: 0;
        z-index: 20;
        background: #4a90e2;
        color: #fff;
        text-align: center;
        margin-bottom: .5rem;
        border-radius: 0;
        cursor: pointer;
        font-size: 13px;
        transition: all 450ms;
        transform: translateX(0);
        padding: 10px 0;
    }
    .js-open-filter.exit{
        transition: all 450ms;
        transform: translateX(100%);
    }
    .js-open-filter i{
        font-size: 18px;
        margin-bottom: 3px;
    }

}




@media (min-width: 1200px) {
    aside.filter.bannerFilter {
        padding: 0;
        height: fit-content;
    }
    aside.filter {
        overflow: hidden;
        background: #fff;
        margin-top: 5px;
        padding: 10px!important;
    }
}
.brand-name,
.price-name,
.allAttr-name {
    font-size: 18px;
    padding-left: 10px;
    font-weight: 700;
}
.brand-filter{
    max-height: 190px;
    overflow: hidden;
}
.brand-filter-full{
    margin-bottom: 10px;
    max-height: unset;
}
.utilities .filter-item{
    margin: 2.5px 0;
}
.filter-item span{
    color: #4a90e2;
}
