@charset "UTF-8";
/***

Theme Name: Neo theme
Theme URI: http://korthydraulic.tw/
Description: Developer By Hieunh
Version: 1.0
Author: Nguyen Huu Hieu
Author URI: http://korthydraulic.tw/
Text Domain: neostore

***/

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.4px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}
table td, table th {
    padding: 8px !important;
    border: 1px solid rgba(0,0,0,.1);
}
a, a:hover {
    color: #CF2D2D;
}
.woocommerce div.product .woocommerce-tabs .panel {
    overflow-x: hidden;
}
.gutters-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.gutters-10 > * {
    padding-left: 10px;
    padding-right: 10px;
}
figure {
    max-width: 100%;
}
.woocommerce-product-gallery__wrapper {
    max-width: unset;
}
.archive #content tbody,
.single #content tbody {
    display: table;
    width: 100%;
}
.archive #content td,
.single #content td {
    padding: 8px;
    border: 1px solid #000;
}
img {
    max-width: 100%;
    height: auto;
}
.gutters-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.gutters-5 > * {
    padding: 0 5px;
}
.page-title {    
    font-family: 'Roboto Condensed', sans-serif;   
    text-transform: uppercase;   
    position: relative;
}
.readmore {
    color: #cf2d2d;
    text-decoration: none;
    display: inline-block;
    float: right;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.custom_button {
    display: inline-block;
    background: #5db7ca;
    padding: 0 30px;
    color: white;
    text-decoration: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    height: 47px;
    line-height: 47px;
    text-transform: uppercase;
    border: 2px solid #5db7ca;
}
.custom_button.small {
    height: 37px;
    line-height: 36px;
}
.custom_button i {
    margin-left: 5px;
}
.custom_button span,
.custom_button i {
    position: relative;
    z-index: 1;
}
.custom_button:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    background: transparent;
    z-index: 0;
    width: 100%;
}
.custom_button:hover {
    text-decoration: none;
    color: #5db7ca;
    background: transparent;
}
.custom_button:hover:after {
    opacity: 1;
    top: 0;
}
.button_white {
    background: white;
    color: #bd0225;
    font-size: 14px;
    border: 2px solid #bd0225;
}
.button_white:hover {
    color: white;
}
.button_white:after {
    opacity: 0;
    color: #bd0225;
    background: #bd0225;
}
.custom_button.size-large {
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.button_transparent {
    border: 2px solid white;
    background: transparent;
}
.button_transparent:hover {
    border-color: #ffcf0f;
    color: white;
}
.button_transparent:hover:after {
    background: #ffcf0f;
}
.aligncenter {
    margin: 10px auto;
    display: block;
}
.wp-caption-text {
    text-align: center;
    margin: 5px 0;
    font-style: italic;
}
.block {
    margin-bottom: 10px;
}
.block:last-child {
    margin-bottom: 0;
}
#sidebar .block {
    margin-bottom: 30px;
}

/*HEADER*/
.mega-home-icon a {
    font-size: 20px !important;
}
#header {
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    background: #00000000;
    position: static;
    padding: 10px 0 0;
}
.head_top {
    background: #555;
    position: static;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.head_top.t_hide {
    top: -38px;
}
.head_top .info {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.head_top ul.info li {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #666;
    padding: 12px 0;
}
.head_top ul.info li span {
    border-right: 1px solid #d0d0d0;
    padding-right: 12px;
    margin-right: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 13px;
}
.head_top ul.info li img {
    margin-right: 0;
}
.menu-top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top-header li {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.menu-top-header li:after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.menu-top-header li:last-child:after {
    display: none;
}
.menu-top-header li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.menu-top-header li a, .hotline {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 5px;
}
#header .hotline{color: #cf2d2d;font-size: 20px; font-weight: 700}
.search_header .cate_header {
    margin-top: 13px;
}
.search_header .cate_header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.search_header .cate_header ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.71;
    color: #aeaeae;
    margin-right: 12px;
}
.search_header .cate_header ul li:first-child {
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.search_header .cate_header ul li a {
    color: #888888;
    font-family: 'Montserrat', sans-serif;
}
#header .container {
    position: relative;
}
#header.affix {
    box-shadow: 0px 0px 5px grey;
    position: fixed;
    top: 0;
    padding: 0;
    background: #fffffff2;
}
#header.menu-hidden.affix {
    -webkit-transform: translate(0,0%);
    -moz-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    -o-transform: translate(0,0%);
}
#header.fix #mainMenu > li > a {
    color: #555;
}
#menu #mega-menu-wrap-primary, #menu #mega-menu-primary {
    position: static;
}

#mainMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
#header .custom-logo-link img {
    height: auto;
    width: 85px;
    top: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#header.affix .custom-logo-link img {
    height: 50px;
}
#menu{background-color: #cf2d2d;margin-top: 10px;}
#mainMenu li a {
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-transform: uppercase;
}
#mainMenu li.dropdown > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 7px;
}
#mainMenu li.dropdown {
    position: relative;
}
#mainMenu > li > .menu-dropdown {
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #000000c7;
    min-width: 200px;
    list-style: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    padding: 10px 0;
}
#mainMenu > li > .menu-dropdown .menu-dropdown {
    list-style: none;
    padding: 0;
}
#mainMenu > li > .menu-dropdown .menu-dropdown li {
    display: block;
    width: 100%;
}
#mainMenu > li > .menu-dropdown .menu-dropdown li a {
    font-weight: normal;
    border-bottom: none;
    padding: 9px 0;
    font-size: 13px;
}
#mainMenu > li > .menu-dropdown .menu-dropdown li a img {
    
max-width: 22px;
}
.fix #mainMenu li .menu-dropdown {
    background: #000000cf;
}
#mainMenu li:hover .menu-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#mainMenu li .menu-dropdown a {
    text-transform: inherit;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 15px;
    display: block;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}
#mainMenu li .menu-dropdown li:hover > a {color: #349bb1;}
#mainMenu li .menu-dropdown li:last-child a {
    border: none;
}
#toggleMenu {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 8px;
    border: none;
    background: #349bb1;
    border-radius: 7px;
    display: none;
    right: 15px;
    text-align: center;
    line-height: 39px;
    color: white;
}
#toggleMenu span {
    background: white;
    height: 2px;
    display: block;
    margin: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#toggleMenu.active span:nth-of-type(1) {transform: translate(1px,2px) rotate(38deg);}
#toggleMenu.active span:nth-of-type(2) {
    display: none;
}
#toggleMenu.active span:nth-of-type(3) {transform: translate(0px,-3px) rotate(-38deg);}

/*BANNER*/
#banner {
    position: relative;
}
#banner .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background: aliceblue;
    z-index: 99;
    text-align: center;
}
#banner .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
#banner .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    color: white;
    z-index: 10;
    text-align: center;
}
#banner .caption h3 {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 200px;
    color: #efc82b;
    text-transform: uppercase;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #404040;
}
#banner .caption p {
    font-size: 22px;
    padding: 0 200px;
    text-align: center;
    margin-bottom: 40px;
}
#bannerImg {
    max-height: 450px;
    overflow: hidden;
}
.image-slider {
    width: 100%;
    padding-left: 20px;
}
.animate-border {
    position: relative;
    display: block;
    overflow: hidden;
}
.animate-border:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-left: 1px solid rgba(255,255,255,0.8);
    border-right: 1px solid rgba(255,255,255,0.8);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate-border:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-top: 1px solid rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.8);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate-border:hover:after,
.animate-border:hover:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.menu-item a img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
    padding-right: 5px !important;
}
#menu-danh-muc-san-pham a:hover {
    color: #96001c;
}

/*CONTENT HOME*/
.panel .modtitle {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.panel .modtitle a,.panel .modtitle span {
    padding: 10px 15px;
    font-size: 20px;
    color: white;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: #cf2d2d;
}
.panel .modtitle a.view_all {
    text-transform: unset;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 20px;
    background: none;
    color: #333;
    padding-right: 0;
    padding-left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.panel .modtitle a.view_all i {
    vertical-align: -1px;
    margin-left: 3px;
}
.panel .modtitle a.view_all:hover {
    color: #cf2d2d;;
}
.panel .modtitle a:after,.panel .modtitle span:after {
    content: '';
    height: 2px;
    background: #cf2d2d;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.panel .modtitle a.view_all:hover:after {
    left: 100%;
    width: 0;
}
.panel .modtitle.justify-content-center a:after, .panel .modtitle.justify-content-center span:after {
    content:'';
    border-right: 30px solid #cf2d2d;
    border-top: 44px solid transparent;
    position: absolute;
    left: -30px;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    bottom: unset;
}
.panel .modtitle a:before, .panel .modtitle span:before {
    content:'';
    border-left: 30px solid #cf2d2d;
    border-top: 45px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.panel .modtitle.justify-content-center a:before, .panel .modtitle.justify-content-center span:before {
    border-top: 44px solid transparent;
}
.panel .modtitle a.view_all:before {
    display: none;
}
#productCategories {
    width: 100%;
    overflow-x: hidden;
}
.overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.overlay h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px 2px #040101;
    text-transform: uppercase;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate-border:hover .overlay h2 {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.animate-border:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);   
}
.animate-border img {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate-border:hover .overlay {
    background: rgb(0,0,0,0);
}
.panel {
    padding: 20px 0;
}

/*SIDEBAR*/
#sidebar .widget_media_image img {
    width: 100%;
}
.block-sidebar .panel-title {
    margin-top: 0;
    margin-bottom: 0;
}
.block-sidebar .panel-title a,
 .block-sidebar .panel-title span {
    font-size: 16px;
    text-align: left;
}
.block-sidebar .line-after a:after, 
.block-sidebar .line-after span:after {
    left: 0;
    right: initial;
    width: 50px;
}
.block-sidebar .item-product {
    margin-bottom: 20px;
    overflow: hidden;
}
.block-sidebar .item-product:last-child {
    margin: 0;
}
.block-sidebar .item-product .text {
    padding: 5px 15px 10px;
}
.block-sidebar .item-product .thumb {
    width: 100%;
    margin-bottom: 10px;
    border: none;
}
.block-sidebar .item-product .title a {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #349bb1;
}
#partner .owl-carousel img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.column_product {
    height: 33.3333%;
}
.column_product .container-product {
    height: 100%;
}
.column_product .row-left {
    width: 50%;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.column_product .row-left img {}
.column_product .row-right {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    border-right: 1px solid #ebebeb;
}
.column_product .row-right .product-name {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.column_product .row-right .product-name span {
    display: block;
}
.column_product .row-right .product-name span.subtitle {
    font-size: 12px;
}
#menu-danh-muc-san-pham .menu-dropdown {
    list-style: none;
    padding-left: 10px;
}
#menu-danh-muc-san-pham .menu-dropdown a {
    font-weight: normal;
}
#menu-danh-muc-san-pham a {
    font-weight: 500;
}
/*FOOTER*/
#footer {
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
    color: white;
    background: #272727;
    padding: 60px 0px 20px;
}
#footer .custom-logo-link img {
    width: 80px;
    margin-bottom: 20px;
}
#footer .col-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#footer .col-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    left: 0;
    bottom: 0;
    background: white;
}
#footer .menu,
#sidebar .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar .menu {
    padding: 0;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer .menu a,
#sidebar .menu a {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    border: none;
    color: white;
}
#footer p {
    font-size: 14px;
}
#footer .menu a:hover,
#sidebar .menu a:hover {
    color: #96001c;
}
#sidebar .menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #c6281e;
    font-size: 16px;
}
#sidebar .menu .menu-dropdown a {
    color: #333;
    font-size: 13px;
}
#footer .menu a:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
}
#footer .box {
    margin-bottom: 20px;
}
#footer .list-contact {
    list-style: none;
    padding: 10px 0;
    margin: 10px auto;
}
#footer .list-contact .wrap {
    display: flex;
    justify-content: center;
}
#footer .list-contact .text {
    overflow: hidden;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
#footer .list-contact i {
    font-size: 40px;
    padding: 0;
    float: left;
    margin-right: 10px;
}
#footer .list-contact span {
    display: block;
    color: #6d6d6d;
    font-size: 12px;
    overflow: hidden;
}
#footer .list-contact a {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
#footer-widgets {
}
#footer-widgets .widget-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: white;
}
#footer-widgets ul {
    padding: 0;
    list-style: none;
}
#footer-widgets a,#footer-widgets span {
    color: #bbb;
    font-size: 13px;
}
#footer-widgets i {
    margin-right: 5px;
    width: 10px;
    text-align: center;
}
.contactbox h3 {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}
.thongtin {
    width: 100%;
    padding-bottom: 15px;
    color: #666;
    font-weight: normal;
}
.thongtin h3 {
    font-size: 18px;
}
.thongtin h5 {
    font-size: 14px;
    font-weight: normal;
}
#footer .custom-logo-link {
    float: left;
    margin-right: 20px;
}

/*main*/
#main {
    padding: 0 0 50px 0;
}

.product_dt .product_meta {
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product_order .hotline,
.product_order .order_button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    text-align: center;
    color: white;
    background: #ed1c24;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.product_order .order_button {
    background: #349bb1;
}
.category .list-article .item  {
    margin-bottom: 30px;
    color: #333;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-align: center;
}
.category .list-article .item .description {
    color: #777777;
    line-height: 1.6
}
.category .list-article .item .thumb {
    display: block;
    overflow: hidden;
    width: 250px;
    float: left;
    margin-right: 20px;
}
.category .list-article .item .text {
    overflow: hidden;
    text-align: left;
}
.category .list-article .item .thumb img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.category .list-article .item .title a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
}
.category .list-article .item:hover img {
    transform: scale(1.1);
}
#content ul {
    /*list-style: none;*/
    /*padding-left: 0px;*/
}
.page-template-contact #content li {
    margin-bottom: 5px;
}
.page-template-contact #content a {
    color: #333;
    text-decoration: none;
}

/*SIDEBAR*/
#sidebar .block-sidebar,#sidebar .widget {
    margin-bottom: 30px;
}
.block-sidebar .line-after span, .s-block-title h1.line-after span, #sidebar .widget-title, .page-title, .wfpDescription {
    font-size: 20px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: block;
    vertical-align: top;
    color: #333;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.block-sidebar .line-after span:after, .s-block-title h1.line-after span:after, #sidebar .widget-title:after, .page-title:after {
    content: '';
    height: 2px;
    position: absolute;
    width: 50px;
    left: 0;
    bottom: 0;
    background: #bdbdbd;
    display: block;
}
#sidebar .widget-title, .wfpDescription {background: #333333;padding: 10px 15px 8px !important;color: white;font-size: 14px;margin: 0;}
#sidebar .widget-title:after {
    display: none;
}
#sidebar .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidebar .widget_categories ul a {
    display: block;
    color: #333;
    padding: 5px 0 5px 5px;
    text-decoration: none;
}
#sidebar .widget_categories ul a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.block-sidebar .line-after span:after, .s-block-title h1.line-after span:after, .page-title:after {
    left: 0;
    height: 2px;
    right: 0;
}
.block-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.block-sidebar ul .article {
    margin-bottom: 15px;
    overflow: hidden;
}
.block-sidebar ul .article .details {
    overflow: hidden;
}
.block-sidebar ul .article h3 a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
.block-sidebar ul .article .thumb {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#news-post .article.big-item .thumb {
    width: 100%;
    margin-bottom: 20px;
    float: none;
}
.title a {
    color: #555;
    text-decoration: none;
    font-size: 12px;
    margin-top: auto;
    padding: 10px;
}
.post-date {
    font-size: 12px;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
#product_album {
    padding: 50px 0 80px;
    background-size: cover;
}
#product_album .thumbnail {
    position: relative;
}
#product_album .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 35px;
}
#product_album .title:after,
#product_album .title:before {
    content:'';
    position: absolute;
    width: 2px;
    height: 0;
    background: white;
    left: 20px;
    display: block;
    top: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#product_album .title:before {
    width: 0;
    height: 2px;
}
#product_album .thumbnail:hover .title:after {
    opacity: 1;
    height: calc(100% - 40px);
}
#product_album .thumbnail:hover .title:before {
    opacity: 1;
    width: calc(100% - 40px);
}
#product_album .title a:after,
#product_album .title a:before {
    content:'';
    position: absolute;
    width: 2px;
    height: 0;
    background: white;
    right: 20px;
    display: block;
    bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
}
#product_album .title a:before {
    width: 0;
    height: 2px;
}
#product_album .thumbnail:hover .title a:after {
    opacity: 1;
    height: calc(100% - 40px);
}
#product_album .thumbnail:hover .title a:before {
    opacity: 1;
    width: calc(100% - 40px);
}
#product_album .title a:before {
    width: calc(100% - 40px);
    height: 2px;
}
#product_album .thumbnail:hover .title {
    visibility: visible;
    opacity: 1;
}
#product_album .element-item {
    padding: 0;
}
#product_album .title a {
    color: white;
}
#product_album .grid {
    width: 100%;
}
#product_album .filters-button-group {
    margin: 20px 0 40px;
    text-align: center;
}
#product_album .filters-button-group button {
    background: white;
    line-height: 1;
    color: #333;
    padding: 0 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    cursor: pointer;
    outline: none;
    padding: 12px 20px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    margin: 0 3px;
}
#product_album .filters-button-group button:first-child {
}
#product_album .filters-button-group button.is-checked, #product_album .filters-button-group button:hover {background: #414292;color: white;border-color: #414292;}
.bot_footer {
    padding: 9px 0;
    background: #333333;
    color: white;
}
.bot_footer a {
    color: #f5821f;
    text-decoration: none;
    font-size: 12px;
}
/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    display: inline-block;
}
.comment-author.vcard {
    width: 50px;
    margin-right: 10px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-top: 10px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
    margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px;
    font-family: Verdana, Geneva, sans-serif;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}
ol.commentlist_mw {
    padding-left: 0;
    margin-bottom: 40px;
}
ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #80808057;
    padding-bottom: 10px;
}
ol.commentlist_mw > li.parent {
    border: none;
}
ol.commentlist_mw > ul.children{
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw ul.children .comment-author.vcard {
    width: 30px;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
    font-size: 11px;
    color: #b4b4b4;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
    font-size: 13px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    border-radius: 0;
    font-size: 13px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
    background: white;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #ff3233;
    padding: 0 30px;
    border: none;
    float: left;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    line-height: 33px;
    height: 33px;
    border-radius: 0;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/
.tabs .nav-tabs {
    margin-bottom: 20px;
    border-color: #349bb1;
    border-width: 2px;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: #888888;
    color: white;
    padding: 10px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.nav-tabs .nav-link.active {
    background: #349bb1;
}
.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: "\f104";
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";   
}
.flexslider {
    margin-bottom: 0px;
}
.flexslider .slides {
    display: flex;
    align-items: center;
}
.flex-control-thumbs {
    position: relative;
    bottom: -5px;
}
.flex-control-thumbs .owl-item li {
    width: 100%;
    float: none;
    margin: 0;
    border: 1px solid #eee;
}
.flex-control-thumbs .owl-nav button {
    left: 20px;
    position: absolute;
    font-size: 16px !important;
    top: 50%;
    z-index: 99;
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
}
.flex-control-thumbs .owl-nav button.owl-next {
    left: initial;
    right: 20px;
}
.flex-control-thumbs:hover button {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.flex-control-thumbs:hover button.owl-next {
    left: initial;
    right: 0;
}

.meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px;
}
.meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    margin-left: 10px;
}
#comments {
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #5db7ca;
}
.taxonomy-description {
    margin: 30px 0;
}
.list-product .thumb {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #e8e8e8;
}
.list-product .text .title a {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.list-product .text .title a .subtitle {
    font-size: 13px;
    text-transform: initial;
    display: block;
    margin-top: 5px;
}
.item {
    margin-bottom: 20px;
    overflow: hidden;
}
.tax-danh_muc_san_pham .list-product .title {
    height: 40px;
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    background: #ffffffb8;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #33333321;
    letter-spacing: 5px;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    left: initial;
    letter-spacing: -5px;
}
.owl-carousel .item {
    margin: 0;
}
#partner {
    padding: 30px 0;
}
.list-partner {
    margin-top: 20px;
}

.product_note ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.product_note ul a {
    float: left;
    width: calc(50% - 1px);
    background: #fbfbfb;
    display: block;
    padding: 12px 15px;
    margin-bottom: 2px;
    margin-right: 2px;
    color: #666;
    /* text-align: center; */
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 13px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.product_note ul a:hover {
    color: white;
    background: #349bb1;
    border-color: #349bb1;
}
.product_note ul li:nth-of-type(2n) a {
    margin-right: 0;
}
.product_note ul a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -1px;
    color: #349bb1;
    width: 15px;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i], textarea {
    padding: 0 60px 0 15px;
    height: 44px;
    width: 100%;
    border: 1px solid #d2d2d2;
    outline: none;
    font-size: 13px;
}
textarea {
    min-height: 80px;
    padding: 7px 10px;
}

#orderBtn {
    width: 100%;
    border: none;
    color: white;
    text-transform: uppercase;
    background: #c82420;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#orderBtn:hover {
    background: red;
}

.product_description ul,
.khuyen_mai ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}
.khuyen_mai ul {
    margin-top: 10px;
    padding: 15px 20px;
    background: #fafafa;
    border: 1px dashed #f5821f;
}
.product_description ul li,
.khuyen_mai ul li {
    display: flex;
    margin-bottom: 5px;
}
.product_description ul li:before,
.khuyen_mai ul li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    float: left;
    color: #f5821f;
}
.khuyen_mai ul li:before {
    content: "\f06b";
}
.khuyen_mai h4 {
    font-size: 18px;
    margin-top: 20px;
}
.wp-pagenavi {text-align: center;padding: 20px 0;}
.wp-pagenavi a, .wp-pagenavi span {padding: 0;background: #303188;color: white;border: 1px solid transparent;width: 35px;height: 35px;display: inline-block;line-height: 34px;text-align: center;margin: 0 3px;font-weight: bold;}
.wp-pagenavi span.current {
    border: 1px solid #303188;
    background: white;
    color: #303188;
}
#formDk input, #formDk textarea {
    margin-bottom: 5px;
    border: 1px solid #b5b5b5;
}
#formDk .submit-form {
    width: 100%;
    padding: 8px 10px 7px;
    border: none;
    background: #bd0225;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    cursor: pointer;
}
#popup {display: none;}
#popup .container-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup .main-popup {
    width: calc(100vw - 100px);
    height: calc(100vh - 80px);
    background: white;
    padding: 15px;
    position: relative;
}
#popup .main-popup .store-details {
    height: 100%;
    overflow: hidden;
}
.store-details h2 {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.store-details .main-text {
    position: relative;
    height: 100%;
}
.store-details .footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    z-index: 9999;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: white;
}
.store-details .footer-text a {
    color: white;
    text-decoration: none;
    background: #bd0225;
    padding: 10px 25px;
}
.maps {
    position: relative;
    padding-bottom: 100%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.store-details .maps {
    overflow: hidden;
    height: 100%;
}
.accordion .card-header {
    padding: 0;
}
.accordion .card-title {}
.accordion .card-title button {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: white;
    background: #bd0225;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.list-nv .avatar {
    margin-bottom: 20px;
}
.store-details .hotline {
    font-size: 20px;
    color: #bd0225;
}
#popup .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    outline: none;
    background: none;
    border: none;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    z-index: 99999;
}
#popup .description {
    max-height: 530px;
    padding-right: 10px;
}
.close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
}
.close.hairline::before, .close.hairline::after {
    height: 1px;
}
.close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: black;
}
.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sidebar #formDk {
    padding: 15px;
    background: #ffd200;
}
#sidebar #formDk input, #sidebar #formDk textarea {
    border: none;
    margin-bottom: 10px;
}
#sidebar #formDk .submit-form {
    padding: 10px;
}

@media (max-width: 768px) {
    #header {
        padding: 10px 0;
        height: auto;
        top: 0;
        position: static;
    }
    .category .list-article .item .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }
    #productCategories .animate-border {
        margin: 10px 10px 0;
    }
    #featured .col-md-3 {
        margin-bottom: 15px;
    }
    #menu {
        /* display: none; */
        position: absolute;
        z-index: 999;
        background: white;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        top: 17px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
    }
    #menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    #mainMenu {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        background: #2f3087;
    }
    #mainMenu li a {
        padding: 10px 15px;
        background: #2f3087;
        color: white;
        border-bottom: 1px dashed white;
    }
    #mainMenu li:last-child a {
        border: none;
    }
    .search_header {
        margin-top: 15px;
    }
    #searchForm {
        width: 100%;
    }
    #header .custom-logo-link img {
        width: auto;
        height: 45px;
    }
    #toggleMenu {
        display: block;
        top: 5px;
        background: #cf2d2d;
    }
    #header.affix #toggleMenu {
        top: 5px;
    }
    #mainMenu li .menu-dropdown {
        position: static;
        padding: 0;
        visibility: unset;
        opacity: 1;
    }
    #mainMenu li .menu-dropdown a {
        background: white;
        color: #2f3087;
        padding-left: 25px;
    }
    #panel-1 .content {
        padding: 0;
    }
    #footer .row > *:nth-of-type(2) {
        margin: 20px 0;
    }
    #listCategories {
        margin-top: 20px;
    }
    .search_header .cate_header {
        display: none;
    }
    #banner .item {
        overflow: hidden;
        width: 100%;
    }
    #banner img {
        height: auto;
        width: 100%;
        max-width: unset;
    }
    #banner .caption p,#banner .caption h3 {
        margin-right: 0;
        padding: 0 15px;
        font-size: 16px;
    }
    #banner .caption h3 {
        font-size: 20px;
    }
    .breadcrumb {
        padding: 0;
        margin-bottom: 10px;
    }
    #mainMenu > li:hover > a, #mainMenu .current-menu-item a {
        color: white;
    }
    #mainMenu > li:hover > a, #mainMenu .current-menu-item a:after {
        display: none;
    }
    .page #mainContent .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #panel-1 .title {
        width: 100%;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px !important;
    }
    #panel-1 .text-right {
        text-align: center !important;
    }
}
@media(max-width: 580px){
	.woocommerce .woocommerce-breadcrumb {display: none;}
}
.quick_shop {
    
}
.quick_shop a {
    width: 40px;
    height: 40px;
    border: 2px solid #349bb1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #349bb1;
    background:white;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(150%) translateY(-50%);
    -webkit-transform: translateX(150%) translateY(-50%);
    -moz-transform: translateX(150%) translateY(-50%);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.column_product:hover .quick_shop a {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.sp-hotro {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.media-heading {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}
.sp-hotro .list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sp-hotro .list li {
    font-size: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sp-hotro .list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.sp-hotro .list li .media-left {
    margin-right: 10px;
}
.sp-hotro-img {
    border-radius: 50%;
}
.sp-hotro-hl {
    color: red;
}
.sp-hotro .list li .media-body a {
    color: #333;
    text-decoration: none;
}
.sp-hotro-td {
    font-size: 12px;
    color: #349bb1;
    font-weight: bold;
    margin-bottom: 5px;
}
#modal-callback-request .modal-content {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.surrvey-bg {
    position: relative;
}
.surrvey-bg img {
    max-height: 100%;
    max-width: 100%;
}
.button-close-request {
    position: absolute;
    top: 37%;
    right: 57pt;
    height: 30px;
    width: 30px;
}
#modal-callback-request .text-request {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15%;
    margin-left: -30pt;
}
#modal-callback-request .text-request p {
    color: #fff;
}
#modal-callback-request .mr-28 {
    margin-bottom: 24px;
}
#modal-callback-request input {
    width: 100%;
    border-radius: 8px;
    border: none;
}
.box-form-input span {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 15px;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    background: #eee;
    border-left: 1px solid #ddd;
}
#modal-callback-request .box-form-input {
    width: 60%;
    display: inline-table !important;
    position: relative;
}
#modal-callback-request .btn-request-danger {
    background-color: #d42628;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
}
.btn-request-danger .fa-phone {
    margin-right: 4px;
}
.flexslider .slides img {
    border: 1px solid #dadada;
}
.tags-hot p {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
}
.tags-hot a {
    color: #333;
}
.tags-hot a:after {
    content: ',';
    display: inline-block;
    margin: 2px 0;
}
.tags-hot a:last-child:after {
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.breadcrumb {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: .92em;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb li {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 24px;
    line-height: 21px;
    margin-right: 3px;
    padding: 0 15px 0 20px;
    background: #FFF;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.breadcrumb li:first-child {
    border-left: 1px solid #ddd;
    border-color: #F4A137 !important;
}
.breadcrumb li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.breadcrumb li:first-child a {
    color: #F4A137;
}
.breadcrumb li:after {
    content: "";
    background: #fff;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    height: 17px;
    width: 16px;
    position: absolute;
    right: -8px;
    top: 3px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.breadcrumb li:first-child:after, .breadcrumb li:first-child:before {
    border-color: #F4A137;
}
.breadcrumb li + li:before {
    content: "";
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    height: 18px;
    width: 17px;
    position: absolute;
    left: -9px;
    top: 2px;
    transform: rotate(135deg);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.breadcrumb li + li:hover {
    border-color: #F4A137;
    background: #F4A137;
}
.breadcrumb li + li:hover:after, .breadcrumb li + li:hover:before {
    border-color: #F4A137;
}
.breadcrumb li + li:hover:after, .breadcrumb li + li:hover:before {
    border-color: #F4A137;
    background: #F4A137;
}
.breadcrumb li + li:hover:before {
    background: white;
}
.breadcrumb li + li:hover a {
    color: #fff;
}
.woocommerce div.product .product_title {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
}
.product_meta .sku {
    color: #cc2419;
    font-size: 13px;
}
.product_meta {
    position: relative;
    font-size: 12px;
}
.product-short-description {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.product-short-description p {
    margin: 5px 0;
}
#dst_gmua .single_add_to_cart_button {
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 0px;
    font-size: 1.2em;
    background: #cf2d2d;
    font-family: 'Montserrat', sans-serif;
}
#dst_gmua .price {
    font-size: 18px;
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f3f3f3;
    color: #cf2d2d;
    font-family: 'Montserrat', sans-serif;
}
#dst_gmua .price del {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    color: #333;
}
#dst_gmua .price ins {
    text-decoration: none;
}
.dst_cproduct {
    padding-top: 15px;
}
.dtnb {
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #ebebeb;
    padding: 15px;
    font-size: 13px;
}
.product-tags {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}
.product-tags a {
    font-size: 13px;
    color: #333;
    font-weight: normal
}
.single-product .info-product-social ul {
    width: 100%;
    border-radius: 4px;
    background-color: #f8f8f8;
    border: solid 1px #e9e9e9;
    padding: 12px 18px;
}
.single-product .info-product-social ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 13px;
}
.single-product .info-product-social ul li .img {
    width: 38px;
    margin-top: 4px;
}
.single-product .info-product-social ul li .info {
    margin-left: 15px;
}
.single-product .info-product-social ul li .info strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}
.single-product .info-product-social ul li .info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    margin-top: -6px;
}
.single-product .info-product-social ul li:last-child {
    border-bottom: none;
    margin-bottom: -16px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs img {
    width: 100%;
    min-height: unset;
    max-width: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    background: #f4f4f4;
    border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ce3030;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 30px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.news .title {
    font-size: 14px;
    text-transform: uppercase;
    background: #f4f4f4;
    padding: 0 15px;
    line-height: 39px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.list-post .item .img-thumbnail {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.list-post .item .post-name {}
.list-post .item .post-name a {
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 1.4;
    text-decoration: none;
}
.related-products {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    margin: 20px 0;
}
.related-products h2.title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.item-product {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    margin-bottom: 20px;
}
.carousel .item-product {
}
.item-product:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}
.item-product .product-name {
    margin: 0;
}
.item-product .product-name a {
    font-size: 13px;
    display: block;
    padding: 10px 0 5px;
    text-decoration: none;
    color: #333;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.item-product .price {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.item-product .price b {
    color: #cf2d2d;
    font-size: 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #cf2d2d;
    font-size: 15px;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}
#newPost .post-name, #newPost .text p {
    margin-bottom: 0;
}
#newPost .post-name a {
    font-size: 15px;
    display: block;
    padding: 10px 0 5px;
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
#menu-danh-muc-san-pham li a {   
    display: block;    
    padding: 5px;    
    color: #333;    
    font-size: 15px;    
    border-bottom: 1px solid #ebebeb;    
    text-decoration: none;
}
#menu-danh-muc-san-pham li:last-child a {
    border: none;
}
#product-news .item-product {
    box-shadow: none;
}
#product-news .thumbnail-img {
    width: 80px;
    float: left;
    margin-right: 10px;
}
#product-news .text {
    padding: 0;
}
#product-news .text a {
    padding-top: 0;
}
#product-news .text .price {
    font-size: 15px;
}

#news {
    padding: 30px 0;
}
#news .post-item {
    margin-bottom: 19px;
    overflow: hidden;
}
#news .post-item .thumb {
    float: left;
    width: 40%;
    margin-right: 10px;
}
#news .post-item.post-big-size .thumb {
    width: 100%;
    margin-bottom: 10px;
}
#news .post-item.post-big-size {
    background: white;
    margin: 0;
}
#news .post-item.post-big-size .text {
    padding: 0 15px 10px;
    overflow: hidden;
}
#news .post-item .text .post-title a {
    font-size: 14px;
    display: block;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#news .post-item .text .post-title:hover a {
    color: #cf2d2d;
}
#nds .content {
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 1.4;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
     flex: 0 0 100%; 
     max-width: 100%; 
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: unset;
    -ms-flex: unset;
     flex: unset; 
     max-width: unset; 
}
.wp-pagenavi {text-align: center;padding: 20px 0;}
.wp-pagenavi a, .wp-pagenavi span {padding: 0;background: #CF2D2D;color: white;border: 1px solid transparent;width: 35px;height: 35px;display: inline-block;line-height: 34px;text-align: center;margin: 0 3px;font-weight: bold;}
.wp-pagenavi span.current {
    border: 1px solid #CF2D2D;
    background: white;
    color: #CF2D2D;
}
.list-product {
    margin: 0 -10px;
}
.flickity-prev-next-button {
    position: absolute;
    top: 40%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    color: #111;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
}
.carousel .flickity-prev-next-button:hover, .carousel .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    margin: 0 !important;
    border-radius: 0;
    opacity: 0;
}
.carousel .flickity-prev-next-button.previous {
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    transform: translateX(-10%);
    right: auto !important;
    left: -1px !important;
}
.carousel .flickity-prev-next-button.next {
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    left: auto !important;
    right: -1px !important;
}
.carousel:hover .flickity-prev-next-button {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: .7;
}
.carousel .flickity-prev-next-button:hover {
    opacity: 1;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #cf2d2d;
    font-family: 'Montserrat', sans-serif;
}
.shop_table, .woocommerce-checkout, .cart_totals {
    font-family: 'Montserrat', sans-serif;   
}
.adblock {
    background: #ebebeb;
    /* height: 150px; */
    margin: 20px 0;
    padding: 10px;
}
.adblock div {
    font-size: 30px;
    border: 2px dashed #d0d0d0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #cf2d2d;
}

#feedback {
    padding-top: 30px;
}

#feedback ul {
    padding: 0;
    list-style: none;
}

#feedback ul li {
    margin-bottom: 5px;
}

#feedback .owl-carousel {
    background: #cf2d2d;
    padding-bottom: 10px;
}
#feedback .owl-carousel .thumb img {
    width: 100%;
    height: auto;
}
#feedback .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
#feedback .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    margin: 2px;
}
#feedback .owl-carousel .owl-dots .owl-dot.active {
    background: #ffffff6b;
}

#feedback .item .thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#feedback .item .text {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 13px;
}

#feedback .owl-nav button {   
    color: #cf2d2d;
}

#feedback .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

#feedback .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

#feedback .item .text h3 {
    font-size: 16px;
}

.block-group-categories {
    margin-bottom: 20px;
}

#listCategory .main-category-block {
    padding: 15px;
    border: 1px solid #ebebeb;
    font-family: 'Montserrat', sans-serif;
    height: calc(100% - 48px);
}
#listCategory .readmore {
    display: block;
    text-align: left;
    width: 100%;
    text-decoration: none;
    background: #f9f9f9;
    padding: 15px;
    float: none;
    border: 1px solid #ebebeb;
    border-top: none;
}
#listCategory .readmore:hover {
    color: white;
    background: #cf2d2d;
    border-color: #cf2d2d;
}
#listCategory .thumb img {
    width: 100%;
}
#listCategory .parent-category-name a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 10px;
    margin-top: 10px;
}
#listCategory .list-categories-child {
    padding: 5px 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
#listCategory .list-categories-child li {
    display: block;
    float: left;
    padding: 5px;
    width: 33.3333%;
}
#listCategory .list-categories-child li a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
#listCategory .list-categories-child li a i {
    margin-right: 3px;
    color: #cf2d2d;
}

#listCategory .list-categories .col-md-6 {
    margin-bottom: 30px;
}
.woocommerce table.shop_table th {
    font-size: 15px;
}
#featured .item {
    padding: 30px 25px 20px;
    background: #ffffff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    box-shadow: 1px 1px 3px #a9a9a9;
    height: 100%;
}
#featured .item a {
    text-decoration: none;
}
#featured .item a p {
    color: #333;
}
#featured .item:hover {
    box-shadow: 1px 1px 3px #4a4a4a;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#featured .icon i {
    font-size: 60px;
    color: #cf2d2d;
    margin-bottom: 15px;
}
#featured h3 {
    font-size: 16px;
    color: #cf2d2d;
    font-weight: bold;
}
.list-ff {}
.list-ff .item {}
.list-ff .item .icon {
    background: #cf2d2d;
    width: 35px;
    height: 35px;
    color: white;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.list-ff .item .text {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.list-ff .item .text h3 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.list-ff .item .text .ct {
    font-size: 12px;
    font-style: italic;
}
.list-ff .item .text .ct p {
    margin: 0;
}
.j_dr1 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.j_dr1 ul li {
	padding: 3px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
.meta-single {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product_meta > * {
    display: inline-block;
    margin-right: 10px;
}
.border-right {
    border-right: 1px solid #ebebeb;
}
.archive #mainContent .box {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    padding: 15px;
}
.term-description {
    padding-bottom: 50px;
}
.archive #mainContent .box .expand, .archive #mainContent .box .collapse {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #0000007d;
    color: white;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.panel .list-product .item {
    padding: 0 10px;
}
.fillter {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.fillter-row {
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
.fillter-row:last-child {
    border-bottom: none;
}
.f-label {
    min-width: 100px;
    border-right: 1px solid #ebebeb;
    padding: 8px;
}
.f-value {
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px;
}
.f-value .item {
    display: inline-block;
    margin: 0 5px;
}
.f-color .item a {
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin: 0 5px;
}
.menu-danh-muc-san-pham-container,#sidebar .list-products {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 10px;
}
.sb-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.4;
}
#billing_country_field {
    display: none;
}

@media (min-width: 980px) {
    #menu-list {
        display: none;
    }
}
@media (max-width: 768px) {
    #main {
        padding-top: 0 !important;
    }
    #menu .left-col, #menu .right-col, #category-menu, #header .right-col {
        display: none !important;
    }
    .head_top, .hotline_header {
        display: none;
    }
    #slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .image-slider {
        width: 100%;
    }
    .banner_item {
        margin-bottom: 20px;
    }
    #listCategory .list-categories-child li {
        width: 50%;
    }
    .item-product .thumbnail-img img {
        max-width: unset;
        width: 100%;
    }
    .item-product .thumbnail-img img.sales {
        width: auto;
    }
    #nds {
        margin-bottom: 20px;
    }
    #sidebar {
        order: 3;
    }
    .f-value {
        display: block;
    }
    .panel .modtitle a, .panel .modtitle span {
        font-size: 13px;
    }
    .panel .modtitle a:before, .panel .modtitle span:before {
        display: none;
    }
    .panel .modtitle a.view_all {
        padding-top: 10px;
    }
    .panel .modtitle.justify-content-center a, .panel .modtitle.justify-content-center span {
        font-size: 20px;
    }
    .panel .modtitle.justify-content-center a:before, .panel .modtitle.justify-content-center span:before {
        display: block;
    }
    #banner {
        display: none;
    }
    .home #banner {
        display: block;
    }
    .panel .list-product .item {
        padding: 0 5px;
    }
}
@media (max-width: 340px) {
    .panel .modtitle a.view_all {
        display: none;
    }
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #333333;
}
.wpfFilterWrapper {
    padding: 0 !important;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.wpfFilterWrapper label, .wpfFilterWrapper select, .wpfPriceFilterRange, .wpfFilterWrapper .ui-slider-handle {
    height: 40px;
    padding: 0 5px;
    font-weight: 600;
    outline: none;
    border-radius: 0;
}
.wpfFilterWrapper {
    margin-bottom: 30px !important;
}
.cart-ic {
    color: white;
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.cart-ic:hover {
    color: white;
    text-decoration: none;
}
.dst_ncart {
    position: absolute;
    top: -3px;
    z-index: 99;
    background: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    left: 50%;
}
.form-search {
    display: inline-block;
    position: relative;
    z-index: 9999999;
}
.form-search i.fa-search {
    color: white;
    margin-left: 10px;
    cursor: pointer;
}
.form-search form {
    position: absolute;
    z-index: 999999999;
    right: 0;
    border-top: 2px solid red;
    width: 320px;
    font-family: 'Montserrat', sans-serif;
    top: calc(100% + 10px);
    display: none;
}
.form-search #text-search {
    width: 100%;
    border: none;
    background: white;
    font-size: 13px;
    padding: 7px 100px 7px 10px;
}
.form-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #333;
    color: white;
    font-size: 13px;
    width: 90px;
    text-align: center;
}
.product_meta i {
    font-size: 14px;
    margin-right: 3px;
}
.product_meta strong,
.product_meta p {
    font-weight: normal;
}
.product_meta .fa-tags {
    font-size: 10px;
    margin-right: 5px;
}
.sales {
    position: absolute;
    z-index: 9;
    left: -3px;
    top: -3px;
    width: auto;
}
.thumbnail-img {
    position: relative;
}
.flickity-enabled.is-draggable .flickity-viewport {
    padding: 10px 0;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{width: 45px;height: 45px;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before{top: 15px;left: 15px;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::after{top: 25px;left: 27px;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {pointer-events: none;}