body {
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #000;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-position: inside;
}
.img_product .sale span {
    width: 34px;
    height: 44px;
    padding-top: 22px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-image: url(https://theme.hstatic.net/1000340278/1000734872/14/sale.svg?v=61);
    display: block;
    background-color: transparent;
    line-height: 1.1;
}
.box_right .danhgia,
.product_item_inner .danhgia {
    display: flex;
    align-items: center;
}
.box_right .lex-star,
.product_item_inner .lex-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box_right span {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.box_right .lex-star {
    flex-basis: 30%;
}
.box_right .lex-star a {
    font-size: 1.3rem;
    color: #e7e411;
}
.product_item_inner .lex-star,
.box_right span,
.product_item_inner span {
   /* flex-basis: 50%; */
}
.product_item_inner span {
    color: #000;
    padding-left: 10px;
}
.box_right .lex-star a.active,
.product_item_inner .lex-star a.active {
    color: #e71111;
}
.product_item_inner .lex-star a {
    color: #e7e411;
    font-size: 13px;
}
.product_item .box_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mr_10 {
    margin: 0 -10px
}
.pd_10 {
    padding: 0 10px
}
.mr_5 {
    margin: 0 -5px
}
.pd_5 {
    padding: 0 5px
}
.mr_75 {
    margin: 0 -7.5px
}
.pd_75 {
    padding: 0 7.5px
}
.list-inline {
    margin-left: 0;
}
a:hover,
a:focus {
    color: #ff384b;
    text-decoration: none;
}
.container {
    max-width: 80%;
}
.w_100 {
    width: 100%
}
.cl_0 {
    color: #000
}
.color {
    color: #ff384b
}
#go_top {
    position: fixed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 100px;
    right: 25px;
}
/*=============================*/
.nav-toggle {
    padding: 15px 0 0;
    color: #000;
    font-size: 20px;
}
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
.header_top {
    background: #e4e4e4;
    color: #8b461d;
}
.header__top {
    justify-content: space-between;
}
.header_top_left {
    padding: 8px 0;
}
.header_top_left li {
    float: left;
    padding-right: 30px;
}
.header_top_left li i {
    padding-right: 5px;
}
.header_top_right {
    padding: 8px 0;
}
.notification .count_note {
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #ff384b;
    color: #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}
.list_notification {
    width: 360px;
    top: 37px;
    right: 0;
    background: #fff;
    z-index: 999;
    display: none;
    padding: 10px;
}
.list_notification:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #ebebeb;
    margin-left: -9px;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 80%;
    content: " ";
    height: 0;
    pointer-events: none;
}
.header_top_right:hover .list_notification {
    display: block;
}
.note_item {
    padding-left: 60px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.note_item:last-child {
    border-bottom: 0;
}
.note_item img {
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    object-fit: cover;
}
.note_item .title_note {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.note_item .title_note:hover {
    color: #ff384b;
}
.note_item .time_note {
    color: #999;
    font-size: 12px;
}
.header_middle {
    color: #ffa800;
}
.logo_pc {
    max-width: 80%;
    max-height: 100%;
}
.logo_pc img {
    max-width: 100%;
    padding: 2px 0;
    height: 76px;
}
.search_middle {
    padding: 20px 0;
}
.search_middle .form-group {
    margin-bottom: 5px;
}
.search_middle select {
    height: 42px;
    border: 1;
    border: 1px solid #ced4da;
}
.search_middle input.form-control {
    border-radius: 0;
    height: 42px;
    border: 1;
    padding-right: 50px;
    border-left: 1px solid #e8e8e8;
}
.search_middle .btn_search {
    top: 2px;
    right: 2px;
    padding: 8px 10px;
    background: #ffa800;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    height: 42px;
}
.keysearch li {
    float: left;
}
.keysearch li a {
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-right: 1px dashed #fff;
    display: inline-block;
    height: 10px;
    line-height: 8px;
}
.keysearch li:last-child a {
    border-right: 0;
}
.middle_rigth {
    justify-content: space-between;
}
.middle_rigth .account,
.middle_rigth .cart_header {
    padding: 25px 0;
}
.icon_top {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.account>a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
}
.group_account {
    background: #fff;
    width: 150px;
    border-radius: 5px;
    top: 70px;
    left: 10px;
    padding: 10px;
    z-index: 9999;
    display: none;
}
.group_account:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
}
.group_account a {
    padding: 2px 0;
    display: inline-block;
}
.account:hover .group_account {
    display: block;
}
.cart_header a {
    color: #ffa800;
}
.text-cart {
    line-height: 35px;
}
.count_prd {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    color: #ff384b;
    font-size: 11px;
    top: 20px;
    left: 20px;
}
.quick_viewcart {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    z-index: 9999;
    top: 70px;
    width: 330px;
    right: 0;
    display: none;
}
.cart_header:hover .quick_viewcart {
    display: block;
}
.quick_viewcart:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #fff transparent;
}
.product_cart_item {
    padding-left: 100px;
}
.image_product_cart {
    width: 90px;
    height: 110px;
    object-fit: contain;
    top: 0;
    left: 0;
}
.prodcut_cart_inner .name_product_cart a {
    display: block;
    color: #000;
    padding-right: 10px;
}
.prodcut_cart_inner .name_product_cart a:hover {
    color: #ff384b;
}
.prodcut_cart_inner .price_product_cart {
    color: #ff384b;
    font-weight: bold;
}
.number_product_cart {
    margin-top: 5px;
}
.number_product_cart input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
}
.number_product_cart .value-button {
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    cursor: pointer;
}
.number_product_cart .value-button:hover {
    color: #ff384b;
}
.number_product_cart .increaseValue {
    background: #e1e1e1;
    border-bottom: 0;
}
.product_cart_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.delete_product_cart {
    right: 0;
    top: 0;
}
.sum_cart {
    font-size: 18px;
    justify-content: space-between;
}
.sum_cart .sum_money {
    font-size: 20px;
    font-weight: bold;
}
.link_cart {
    padding: 8px 10px;
    border: 1px solid #ff384b;
    background: #ff384b;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}
.link_cart:hover {
    background: #fff;
    color: #ff384b;
}
/*==========MENU=========*/
.title_col_category {
    padding: 10px 20px;
    background: #b95d01;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.title_col_category i {
    padding-right: 10px;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}
/* .menu_main .nav-menu>.menu-item>.menu-link:hover a {
    color: #ffa800;
} */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #efefef;
}
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #fff;
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-menu {
    background-color: #954d05;
    color: #fff;
}
.nav-menu>.menu-item.is-active {
    background: #2a2a4d;
}
.nav-menu>.menu-item:hover {
    background: #2a2a4d;
}
.nav-menu>.menu-item.is-active.has-dropdown:after,
.nav-menu>.menu-item:hover.has-dropdown:after {
    color: #ff384b;
}
.nav-menu>.menu-item.is-active a,
.nav-menu>.menu-item:hover a {
    color: #000;
}
.nav-menu .menu-link {
    color: #fff;
    display: block;
    padding: 10px 15px;
}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown>.menu-link {
    display: inline-block;
}
.has-dropdown:after {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    height: 30px;
    content: "+";
    color: #fff;
    line-height: 25px;
}
.has-dropdown.is-active:after {
    content: "\2013";
}
.nav-dropdown {
    display: none;
    background-color: #2a2a4d;
}
.has-dropdown.is-active>.nav-dropdown {
    display: block;
}
.nav-dropdown .nav-dropdown {
    background-color: #2a2a4d;
}
.nav-dropdown .menu-item {
    border-bottom: 1px solid #fff;
}
.nav-dropdown .menu-item .menu-link {
    display: block;
    padding: 5px 10px;
}
@media (min-width: 992px) {
    .header_menu {
        background-color: #954d05;
        color: #fff;
    }
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu>.menu-item:hover,
    .nav-menu>.menu-item.is-active {
        background-color: transparent;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    .nav-menu>.has-dropdown:after {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        content: "\f107";
        font-family: FontAwesome;
        color: #000;
    }
    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 3px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }
    .nav-dropdown {
        left: -35%;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 185px;
        margin: 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    .has-dropdown:hover>.nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
    .nav-dropdown .menu-item:last-child {
        border-bottom: none;
    }
    .nav-dropdown>.menu-item:hover>.menu-link,
    .nav-dropdown>.nav-dropdown>.menu-item:hover>.menu-link {
        color: #ff384b;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
    .nav-menu>.menu-item>.menu-link {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .nav-menu>.menu-item.active>.menu-link {
        color: #ffa800;
    }
    .nav-menu>.menu-item.active .nav-menu>.menu-item:hover {
        background: #7f1624;
    }
    .nav-menu>.menu-item {
        position: relative;
    }
    .nav-menu {
        display: flex;
        justify-content: space-between;
    }
    .nav-menu,
    .nav {}
    .nav-menu>.menu-item.is-active>.menu-link,
    .nav-menu>.menu-item:hover>.menu-link {
        color: #ffa800;
    }
    .nav-dropdown>.menu-item {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #fff;
    }
    .menu_multilevel {
        position: static !important;
    }
    .menu_multilevel .nav-dropdown {
        left: 0;
        width: 100%;
        background: #fff;
    }
    .menu_multilevel.has-dropdown:after {
        position: relative;
        top: 0;
        right: 10px;
    }
    .menu_multilevel>.nav-dropdown {
        --col-menu: 5;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
        grid-gap: 10px 5px;
        padding: 10px;
        list-style: none;
    }
    .menu_multilevel>.nav-dropdown .nav-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        margin-top: 10px;
        box-shadow: none;
        transform: inherit;
    }
    .menu_multilevel .nav-dropdown .has-dropdown:after {
        content: "" !important;
    }
    .menu_multilevel>.nav-dropdown>.menu-item {
        padding: 10px 0;
        text-transform: uppercase;
        background: #fff;
        border-bottom: 0;
    }
    .menu_multilevel>.nav-dropdown>.menu-item>.menu-link {
        padding: 0;
        color: #000;
        font-weight: bold;
        font-size: 12px;
    }
    .menu_multilevel>.nav-dropdown>.menu-item>.menu-link:hover {
        color: #ff384b;
    }
    .menu_multilevel .nav-dropdown .nav-dropdown .menu-item {
        background: #fff;
        border-bottom: 0;
    }
    .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link {
        text-transform: none;
        color: #909090;
        padding: 3px 0;
        font-size: 13px;
    }
    .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link:before {
        content: "\f105";
        font-family: FontAwesome;
        padding-right: 5px;
    }
    .menu_multilevel .nav-dropdown .nav-dropdown .menu-item .menu-link:hover {
        color: #ff384b;
    }
}
@media (max-width: 991px) {
    .menu-item {
        border-bottom: 1px solid #212529;
    }
    .menu-item:last-child {
        border-bottom: 0;
    }
    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #212529;
    }
    .nav-dropdown>.menu-item>.menu-link {
        padding: 10px 30px;
    }
    .nav-menu>.menu-item.is-active a,
    .nav-menu>.menu-item:hover a {
        color: #fff;
    }
    .nav-dropdown .nav-dropdown .menu-item>.menu-link {
        padding: 10px 40px;
    }
    .nav-menu>.menu-item.is-active.has-dropdown:after,
    .nav-menu>.menu-item:hover.has-dropdown:after {
        color: #fff;
    }
    .menu .menu-item.d-block {
        padding: 5px;
        background: #954d05;
    }
    .nav-container {
        background: #954d05
    }
    .has-dropdown:after {
        line-height: 40px;
    }
}
.list_category {
    width: 100%;
    left: 0;
    top: 42px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.col_category:hover .list_category {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.list__cate .cate_parent img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    padding-right: 5px;
}
.cate_parent {
    position: static;
    margin-bottom: 1px;
    /*display: flex;*/
}
.cate_parent a {
    display: block;
    width: 100%;
    padding: 10px;
    position: relative;
}
.cate_parent:hover>a {
    background: #d0771e;
    color: #fff;
}
.cate_parent:hover>a img {
    -webkit-filter: grayscale(0) invert(1);
    filter: grayscale(0) invert(1);
}
.cate_parent>a:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 23px 0 21px 9px;
    border-color: transparent #d0771e;
    display: none;
    width: 0;
    z-index: 1;
    margin-top: 0;
    right: -8px;
    top: 0;
}
.cate_parent:hover>a:after {
    display: block;
}
.has_dropdown:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-weight: bold;
    padding: 10px;
    transform: translateY(-45px);
}
.has_dropdown:hover:after {
    color: #fff;
}
.cate_dropdown {
    position: absolute;
    width: 335%;
    height: 100%;
    left: 262px;
    top: 0;
    background: #fff;
    padding: 10px 30px;
    overflow-y: hidden;
    display: none;
}
.cate_parent:hover .cate_dropdown {
    display: block;
}
.cate_child {
    float: left;
    width: calc(100% / 3);
}
.cate_child a {
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
    color: #000;
}
.cate_child a:hover {
    color: #fe5767;
}
/*=======================*/
.section_list_category {
    margin-top: 40px;
}
.title_category_hot {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    background-color: #ffa800;
    border: 1px solid #ccc;
}
.slider_category_hot {
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-top: 0;
}
.category_hot_item {
    padding: 15px;
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.gc-thumbs-area {
    border: 1px solid #e1e1e1!important;
}
.category_hot_item img {
    border: 3px solid #ef9326;
    height: 110px;
    width: 110px !important;
    margin-bottom: 20px;
}
.category_hot_item:hover {
    border: 1px solid #fe5767;
}
.name_category_hot {
    color: #954d05;
    font-weight: bold;
}
.category_hot_item .name_category_hot:hover {
    color: #fe5767;
}
.section_qc {
    margin: 25px 0;
}
.overflow {
    overflow: hidden;
}
.hover_zoom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hover_zoom:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
.title_sale {
    padding: 8px 15px;
    background: #954d05;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
/*======PRODUCT==========*/
.product_item {
    margin-bottom: 20px;
}
.product_item .img_product {
    overflow: hidden;
}
.product_item .img_product img {
    height: 180px;
    object-fit: contain;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product_item .img_product:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
.product_item .img_product .img_thumnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    opacity: 0;
}
.product_item:hover .img_thumnail:before {
    opacity: 0.4;
}
.group_action {
    text-align: center;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 9;
}
.group_action .quick_view_product,
.group_action .add_cart_now {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    color: #303f39;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    outline: none;
    border: 0;
    line-height: 40px;
    margin: 0 2px;
    z-index: 9999;
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.quick_view_product:hover,
.add_cart_now:hover {
    background: #ff384b;
    color: #fff;
}
.product_item:hover .quick_view_product,
.product_item:hover .add_cart_now {
    opacity: 1;
    -webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
@-webkit-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}
@-moz-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}
@-o-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}
@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}
.product_item .sale {
    top: 10px;
    right: 10px;
}
.product_item .sale img {
    width: 30px;
    height: 40px;
}
.name_product a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 5px;
}
.name_product a:hover {
    color: #fe5767;
}
.box_price .price_modal_new {
    font-size: 12px;
    color: #ff384b;
    font-weight: bold;
    display: block;
}
.box_price .price_modal_old {
    color: #acb2b0;
    text-decoration: line-through;
    font-size: 12px;
}
.modal_detail_product .glass-case {
    width: 480px !important;
    height: 390px !important;
}
.modal_detail_product .gc-display-area {
    height: 100% !important;
}
.btn-danger.delete_cart {
    color: #fff;
}
@media(min-width: 1600px) {
    .modal_detail_product .modal-dialog {
        max-width: 50%;
    }
}
.modal_detail_product .modal-dialog {
    max-width: 70%;
}
.modal_detail_product .modal-content {
    min-height: 420px;
}
.modal_detail_product .gc-icon {
    display: none !important;
}
.modal_detail_product .gc-lens,
.modal_detail_product .gc-lens,
.modal_detail_product .gc-zoom {
    display: none !important;
}
.modal_detail_product .close {
    position: absolute;
    top: -15px;
    right: -20px;
    opacity: 1;
    color: #fff;
}
.modal_detail_product .modal-header {
    border-bottom: 0;
    padding: 0;
}
#loginform .modal-header {
    display: flex;
    flex-direction: row-reverse;
}
.modal_detail_right .name_product_modal {
    font-size: 18px;
    margin-bottom: 10px;
}
.price_modal {
    margin-bottom: 10px;
}
.price_modal .price_modal_new {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}
.price_modal .price_modal_old {
    color: #acb2b0;
    text-decoration: line-through;
    padding-left: 15px;
    font-size: 16px;
}
.list_color li {
    display: inline-block;
}
.list_color li .btn_color {
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.list_color li .btn_color:focus {
    box-shadow: none;
}
.list_color li.active .btn_color {
    border: #fe5767 solid 2px;
}
.group_add {
    /*justify-content: space-between;*/
    margin: 20px 0;
}
.group_add .detail-info-entry {
    width: 120px;
    height: 50px;
    line-height: 35px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
.group_add .detail-info-entry input {
    border: 0;
    outline: none;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
}
.group_add .detail-info-entry input:focus {
    box-shadow: none;
}
.group_add .detail-info-entry .btn-default {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    background: #6e7874;
    color: #fff;
    font-weight: bold;
}
.add_cart_modal {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    background: #954d05;
    color: #fff;
    border: 0;
    border-radius: 5px;
    line-height: 50px;
    margin-left: 20px;
}
/*=======================*/
.slider_product_sale {
    border: 1px solid #ccc;
}
.slider_product_sale .item {
    padding: 10px;
    border-right: 1px solid #ccc;
}
.slider .owl-nav {
    top: -30px !important;
}
.slider.slide_nav .owl-nav {
    top: -20px !important;
    right: -3px;
}
.slider_white .owl-nav img {
    -webkit-filter: grayscale(0) invert(1);
    filter: grayscale(0) invert(1);
}
.slider .owl-prev {
    left: 97% !important;
    opacity: 1 !important;
}
.slider .owl-next {
    right: -1% !important;
    opacity: 1 !important;
}
.slider.slide_nav .owl-prev {
    left: 96% !important;
    opacity: 1 !important;
}
.slider.slide_nav .owl-next {
    right: 1% !important;
    opacity: 1 !important;
}
.banner_sale_item .item img {
    height: 165px;
    object-fit: cover;
}
.banner_sale {
    margin: 30px 0;
}
.banner_sale_item img {
    height: 165px;
    object-fit: cover;
}
.title {
    height: 40px;
}
.probycate_sec1 .title {
    border-bottom: 2px solid #954d05;
}
.probycate_sec2 .title {
    border-bottom: 2px solid #954d05;
}
.probycate_sec3 .title {
    border-bottom: 2px solid #ff505a;
}
.title_probycate {
    padding: 8px 15px;
    background: #954d05;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0;
    left: 0;
}
.probycate_sec1 .title_probycate {
    background: #954d05;
}
.probycate_sec2 .title_probycate {
    background: #954d05;
}
.probycate_sec3 .title_probycate {
    background: #954d05;
}
.probycate_sec4 .title {
    border-bottom: 2px solid #954d05;
}
.probycate_sec5 .title {
    border-bottom: 2px solid #954d05;
}
.probycate_sec6 .title {
    border-bottom: 2px solid #954d05;
}
.title_probycate a {
    color: #fff;
    font-weight: bold;
}
.title_probycate:hover a {
    color: #ff0000;
}
.list_category_child {
    top: 50px;
    right: 50px;
    line-height: 33px;
    overflow-x: scroll;
    width: 95%;
}
.list_category_child li {
    display: inline-block;
    padding: 0 10px;
}
.list_category_child li a {
    color: #000;
    white-space: nowrap;
}
.list_category_child li a:hover {
    color: #fe5767;
}
.product_bycategory {
    padding: 15px;
    padding-top: 70px;
    border: 1px solid #ccc;
    border-top: 0;
}
.product_bycate {
    margin-bottom: 30px;
}
.product_bycate .title_probycate {}
.tilte_bycate_hot a {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding-right: 20px;
    line-height: 55px;
}
.tilte_bycate_hot:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fe5767;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: -1;
}
.description_hot {
    line-height: 25px;
    padding: 5px 0;
}
.product_hot {
    margin: 15px 0 30px;
}
.product_hot .owl-nav [class*='owl-'] {
    padding: 12px 20px;
    background: #ebebeb;
    border-radius: 5px;
    opacity: 1 !important;
}
.product_hot .owl-nav [class*='owl-']:hover {
    background: #fe5767;
}
.product_hot .owl-nav [class*='owl-']:hover img {
    -webkit-filter: grayscale(0) invert(1);
    filter: grayscale(0) invert(1);
}
.footer {
    background: #242442;
    color: #fff;
    position: relative;
}
.footer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #954d05;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.footer_top {
    padding: 30px 0;
}
.title_footer {
    font-size: 16px;
    font-weight: bold;
    color: #d7d7d7;
    margin-bottom: 10px
}
.footer_top_item ul li {
    line-height: 30px;
}
.footer_top_item ul li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}
.footer_top_item ul li a:hover {
    color: #fe5767;
}
.link_network li {
    display: inline-block;
    margin-right: 10px;
}
.link_network li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
}
.link_network li a:hover {
    border-radius: 50%;
    background: #fff;
    color: #6e7874;
}
.mail_footer input.form-control,
.mail_footer .btn_send {
    height: 52px;
    line-height: 52px;
    border: 0;
    background: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.mail_footer input.form-control::placeholder {
    font-size: 13 px;
    color: #000;
}
.mail_footer input:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right-color: #f5f5f5;
}
.mail_footer input:last-child {
    border-right-color: #f5f5f5;
}
.mail_footer .btn_send {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 35%;
    line-height: 30px;
}
.footer_bottom {
    padding-bottom: 30px;
}
.copy_right {
    padding: 15px 0;
    background: #613103;
    color: #fff;
}
.copy_right span {
    color: #fe5767;
}
.back_link {
    border-top: 1px solid #ebebeb;
}
.back_link .breadcrumb {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding: 0 10px;
    font-size: 12px;
}
.breadcrumb li a:hover {
    color: #fe5767;
}
.breadcrumb li:last-child a {
    color: #fe5767;
}
.breadcrumb li:last-child a:after {
    content: "";
}
.main {
    background: #ebebeb;
}
.main_sec {
    background: #fff;
    padding: 10px;
}
.title_sec {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}
/*==========NEWS=======*/
.news_item {
    margin-bottom: 20px;
}
.news_left_first .news_item {
    padding-left: 140px;
}
.news_left_first .news_item img {
    width: 130px !important;
    height: 100px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.time_news {
    padding: 5px;
    background: #ff384b;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 10px;
    color: #fff;
}
.news_left_first .news_item .news_item_inner {
    min-height: 100px;
}
.news_item_inner .title_news {
    font-weight: bold;
    font-size: 14px;
}
.list_news_bottom li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.news_right .news_item img {
    height: 300px;
    object-fit: cover;
}
.news_right .news_item_inner {
    margin-top: 10px;
}
.news_item .title_news:hover {
    color: #ff384b;
}
.list_news .news_item {
    padding-left: 255px;
    margin-bottom: 15px;
}
.list_news .news_item img {
    width: 240px !important;
    height: 180px;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.list_news .news_item .title_news {
    margin-bottom: 5px;
}
.list_news .news_item .description_news {
    line-height: 25px;
}
.list_news .news_item .news_item_inner {
    min-height: 180px;
}
/*======================*/
.title_right {
    border-bottom: 2px solid #954d05;
}
.title_right span {
    padding: 5px 10px;
    background: #954d05;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.list_menu_right {
    border: 1px solid #ebebeb;
    border-top: 0;
}
.has_sub {
    position: relative;
}
.has_sub .toggle_menu {
    position: absolute;
    padding: 10px;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.has_sub .toggle_menu[aria-expanded="true"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.list_menu_right .li_right_item a {
    display: block;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    border-bottom: solid 1px #ebebeb;
    color: #000;
}
.list_menu_right .li_right_item:last-child a,
.menu_sub .li_right_item a {
    border-bottom: 0;
}
.list_menu_right>.li_right_item.has_sub>.menu_sub {
    border-top: 1px solid #ebebeb;
}
.has_sub.active>a,
.has_sub.active>.toggle_menu {
    color: #ff384b;
}
.menu_sub .menu_sub .li_right_item {
    padding-left: 20px;
}
.list_menu_right .menu_sub .li_right_item>a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
}
.list_menu_right .menu_sub .li_right_item>a:hover,
.li_right_item:hover>a,
.li_right_item:hover>.toggle_menu,
.list_menu_right .menu_sub .li_right_item:hover>.toggle_menu {
    color: #ff384b;
}
.col_right_item {
    margin-bottom: 25px;
}
.col_right_item .news_left {
    margin-top: 15px;
}
.col_right_item .news_left_first .news_item {
    padding-left: 100px;
}
.col_right_item .news_left_first .news_item img {
    width: 90px !important;
    height: 70px;
}
.col_right_item .news_left_first .news_item .news_item_inner {
    min-height: 70px;
}
.col_right_item .time_news {
    font-size: 12px;
}
/*=====FILTER========*/
.filter-content {
    margin: 20px 0;
}
.select_title {
    font-size: 18px;
    color: #0038AE;
}
.clearall {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}
.list_filter_check {
    padding-left: 30px;
    line-height: 25px;
}
.filter_item {
    margin-bottom: 20px;
}
.filter_group {
    padding: 10px;
    border: 1px solid #ebebeb;
    max-height: 270px;
    overflow-y: auto;
}
.filter_item ::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.filter_item ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.filter_item ::-webkit-scrollbar-thumb {
    background: #919aa8;
    border-radius: 20px;
}
.filter_item ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.type_item {
    margin: 0;
    cursor: pointer;
    line-height: 28px;
    min-width: 100%;
    float: left;
    padding: 0px;
    position: relative;
}
.type_item * {
    cursor: pointer;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
}
.filter input[type="checkbox"],
.filter input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
.type_item--check-box input {
    display: block;
    z-index: 9;
    width: 20px;
    height: 20px;
}
.type_item--check-box .fa {
    margin-right: 15px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 4px;
}
.type_item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    /*border-radius: 50%;*/
    font-size: 18px;
    border: solid 2px #ebebeb;
    line-height: 40px;
    position: absolute;
    top: -17px;
    height: 20px !important;
    width: 20px;
    background: #fff;
}
.type_item--check-box input:checked+.fa,
.type_item--check-box input+span {
    color: #f45a53;
}
.type_item--check-box input:checked+.fa:before,
.type_item--check-box input+span:before {
    border-color: #f45a53;
}
.type_item--check-box input:checked+.fa:after,
.type_item--check-box input+span:after {
    font-family: 'FontAwesome';
    content: "";
    color: #f45a53;
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    /*border-radius: 50%;*/
    background: #f45a53;
    top: -12px;
    font-size: 12px;
    left: 5px;
}
.filter_color .type_item {
    float: left;
    width: 20%;
    min-width: 20%;
    margin-bottom: 10px;
}
.filter_color .type_item--check-box input+.fa:before {
    width: 35px;
    height: 35px !important;
    border-radius: 50%;
}
.filter_color .type_item--check-box .color_bg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}
.filter_color .type_item--check-box input:checked+.fa:before,
.filter_color .type_item--check-box input+span:before {
    border-color: #fff;
}
.filter_color .type_item--check-box input:checked+.fa:after,
.filter_color .type_item--check-box input+span:after {
    width: 8px;
    height: 8px;
    top: -5px;
    left: 13px;
    background: #fff;
    z-index: 9;
}
/*======================*/
.title_all {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.title_all>span {
    font-size: 20px;
    color: #222;
    font-weight: 400;
}
.sort_by {
    right: 10px;
    top: 10px;
    padding-bottom: 20px;
}
.list_sort {
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 180px;
    right: 0;
    top: 25px;
    display: none;
    z-index: 99;
}
.list_sort li a {
    display: block;
    color: #000;
    padding: 5px 0;
}
.list_sort li a:hover {
    color: #f45a53;
}
.sort_by:hover .list_sort {
    display: block;
}
.list_all_product {
    margin: 20px 0 40px;
}
.list_all_product .product_item {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}
.gc-icon:before {
    font-family: FontAwesome;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
}
.gc-icon-close:before {
    content: "\f00d" !important;
}
.gc-icon-prev:before {
    content: "\f104" !important;
}
.gc-icon-next:before {
    content: "\f105" !important;
}
.gc-icon-download:before {
    content: "\f019" !important;
}
.gc-icon-enlarge:before {
    content: "\f065" !important;
}
.gc-icon-compress:before {
    content: "\f066" !important;
}
.product_detail_image .gc-lens {
    width: 100px !important;
    height: 100px !important;
}
.product_detail_image .gc-zoom {
    width: 415px !important;
    height: 500px !important;
}
.group_price .price_new {
    font-size: 24px;
    font-weight: bold;
    color: #ff384b;
    padding-right: 10px;
}
.group_price .price_old {
    font-size: 16px;
    color: #ccc;
    text-decoration: line-through;
}
.description_product {
    line-height: 25px;
    margin: 20px 0;
}
.add_now {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    background: #f1db25;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.img_qc {
    margin-top: 25px;
}
.content_product {
    margin: 30px 0;
}
.list_tab_product {
    background: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
.list_tab_product .nav-link {
    padding: 10px 25px;
    background: #ebebeb;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #fe5767;
    color: #fff;
}
.content_detail .tab-content {
    line-height: 30px;
}
.content_detail .tab-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.slider_product_related .product_item {
    border: 1px solid #ebebeb;
    padding: 10px;
}
.slider_product_related .product_item .img_product img {
    height: 240px;
}
.content_detail img,
.tab_product_item img {
    max-width: 100%;
    height: auto !important;
}
/*=====SETMEDIA==========*/
@media (max-width: 991px) {
    .list-img.owl-carousel.owl-drag .owl-item{
        height: 111px;
    }
    .list-img .item1{
        height: 100%;
    }
    .list-img .item1 img{
 
    object-fit: cover;
    }
    .open-filters {
        padding: 5px 10px;
        background: #f45a53;
        color: #fff;
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 9;
        font-size: 18px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    }
    .open-filters.is-visible {
        visibility: visible;
        right: 270px;
    }
    .open-filters.is-visible i:before {
        content: '\f00d';
    }
    .group_filter_all {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        overflow-y: auto;
        visibility: hidden;
        width: 270px;
        height: 100%;
        min-height: 100%;
        margin: 0;
        padding: 10px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
    }
    .group_filter_all.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border: 1px solid #ccc;
    }
    .list_tab_product {
        position: relative;
    }
    .list_tab_product .nav-link {
        padding: 10px;
        font-size: 13px;
    }
}
@media(max-width: 576px) {
    .header_middle {
        position: relative;
        padding-bottom: 60px;
    }
    .search_middle {
        padding-bottom: 5px;
    }
    .search_absolute {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .logo_pc {
        max-width: 100%;
    }
    .logo_pc img {
        padding: 5px 0;
    }
    .middle_rigth {
        justify-content: flex-end;
    }
    .middle_rigth .cart_header {
        padding: 15px 0
    }
    .group_account_mb,
    .group_account_mb a {
        color: #fff;
    }
    .slider .owl-nav {
        top: -35px !important;
    }
    .slider .owl-prev {
        left: 94% !important;
    }
    .slider .owl-next {
        right: -3% !important;
    }
    .slider.slide_nav .owl-prev {
        left: 90% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-prev {
        left: 86% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-next {
        right: 5% !important;
    }
    .banner_sale_item {
        margin-bottom: 10px;
    }
    .banner_sale_item img {
        height: auto
    }
    .footer_top_item {
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 1px solid #9e9e9e;
    }
    .mail_footer {
        margin-top: 15px;
    }
    .mail_footer .d-flex {
        display: block !important;
    }
    .mail_footer input {
        border-radius: 5px !important;
        margin-bottom: 10px;
    }
    .mail_footer .btn_send {
        width: 100%;
        border-radius: 5px !important;
    }
    .list_news .news_item {
        padding-left: 150px;
    }
    .list_news .news_item img {
        width: 130px !important;
        height: 100px;
    }
    .list_news .news_item .news_item_inner {
        min-height: 100px;
    }
    .col_right {
        margin-top: 20px;
    }
    .main {
        background: #fff;
    }
    .group_add {
        display: flex;
    }
    .add_cart_modal,
    .add_now {
        width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .header_middle {
        position: relative;
        padding-bottom: 80px;
    }
    .search_middle {
        padding-bottom: 5px;
    }
    .search_absolute {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .logo_pc {
        max-width: 100%;
    }
    .logo_pc img {
        padding: 5px 0;
        display: block;
        margin: 0 auto;
    }
    .middle_rigth {
        justify-content: flex-end;
    }
    .middle_rigth .cart_header {
        padding: 15px 0
    }
    .group_account_mb,
    .group_account_mb a {
        color: #fff;
    }
    .slider .owl-nav {
        top: -35px !important;
    }
    .slider .owl-prev {
        left: 96% !important;
    }
    .slider .owl-next {
        right: -2% !important;
    }
    .slider.slide_nav .owl-prev {
        left: 94% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-prev {
        left: 90% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-next {
        right: 5% !important;
    }
    .banner_sale_item {
        margin-bottom: 10px;
    }
    .banner_sale_item img {
        height: auto
    }
    .footer_top_item {
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 1px solid #9e9e9e;
    }
    .mail_footer {
        margin-top: 15px;
    }
    .main {
        background: #fff;
    }
    .group_add {
        justify-content: flex-start;
    }
    .add_cart_modal,
    .add_now {
        margin: 0 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .title_col_category {
        padding: 10px;
    }
    .slider .owl-nav {
        top: -35px !important;
    }
    .slider .owl-prev {
        left: 96% !important;
    }
    .slider .owl-next {
        right: -2% !important;
    }
    .slider.slide_nav .owl-prev {
        left: 95% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-prev {
        left: 93% !important;
    }
    .slider_category_hot.slider.slide_nav .owl-next {
        right: 3% !important;
    }
    .banner_sale_item img {
        height: 135px;
    }
    .banner_category img {
        height: 620px;
        object-fit: cover;
    }
    .mail_footer .btn_send {
        width: 40%;
    }
    .group_add {
        display: block !important;
    }
    .add_cart_modal,
    .add_now {
        margin: 10px 10px 0 0;
    }
}
.delete_cart {
    color: red;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
li.chophep{
    border: 1px solid #b95d01;
    padding: 5px;
    cursor: pointer;
}
li.chophep.active{
    background: #b95d01;
    color: white;
}
.title-box{
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.title-box--link{
    font-size: 16px;
    color: #954d05;
}
.title-box--link:hover{
    color: tomato;
}
.list-img li{
    list-style: none;
}
.clearfix{
    clear: both;
}
.tab-content table{
    max-width: 100% !important;
}
.product_detail_image.active{
    display: none;
}
.list-img .owl-next,
.list-img .owl-prev {
    background-color: tomato !important;
}
.list-img .owl-next i,
.list-img .owl-prev i{
 padding: 5px 5px;
}
.boxMb.active{
    display: block;
}
.boxMb{
    display: none;
}
.fixx{
    justify-content: space-between;
}
.fixxx{
    justify-content: center;
}
.list-img .owl-stage-outer{
    height: 68px;
}
.list-img .owl-stage-outer .owl-stage .owl-item .item1_pc,
.list-img .owl-stage-outer .owl-stage .owl-item,
.list-img .owl-stage-outer .owl-stage{
    height: 100%;
}
.newItem{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999;
}
.newItem img{
    width: 50%;
    height: 70%;
}
.icon_close{
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 50px;
    right: 35px;
    cursor: pointer;
}
.pc_video-cha{
    display: none !important;
}
@media (min-width: 1000px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 80% !important;
    }
}
@media (max-width: 999px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 100% !important;
    }
    .imgBox{
        margin-bottom: 15px;
    }
}