@media (max-width: 995px) {
    .list-inline.lang{margin-top: 0; padding-left: 0; padding-right: 0}
    .nav {
        padding: 5px 5px 2px;
        background: #6d2f38;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%);
        -ms-scroll-chaining: chained;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .nav .menutc {
        width: 910px;
    }
    #tab-description img{
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    .menutc li {
        margin: 0 2px 3px;
        float: left;
        height: 39px;
        padding: 10px;
        display: flex;
        align-items: center; /* Vertical center alignment */
        justify-content: center; /* Horizontal center alignment */
        text-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
        background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
        background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
        background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .menutc li a {
        float: left;
        min-width: 65px;
        width: auto;
        margin: 3px;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        color: #222;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    ul.cols-5 > li {
        width: 33.333%;
    }
}
@media (max-width: 812px) {
    header {
        height: auto !important;
        border-bottom: none;
    }
    body.quickcheckout-checkout #content.col-sm-12 {
        padding: 18px 18px !important;
    }
    .footer-social{text-align: center}
    .row.row-checkout{
        margin: 0 -10px !important;
    }
    /*Disible auto zoom*/
    select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
        font-size: 13px;
    }
    .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
        font-size: 13px;
    }
    .input-group .input-group-addon {
        font-size: 13px;
        height: 30px;
    }
    .block-action #button-cart{
        width: 49%;
    }
    .block-action .buy_ins{
        width: 49%;
        float: right;
        margin: 0;
    }
    .section-header .filter-panel .list{display: none;}
    #product #button-cart{
        margin-bottom: 8px;
    }
    ::-webkit-scrollbar {
        width: 2px;
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #a55100;
    }
    .l-p-none{padding-left: 0 !important;}
    .r-p-none{padding-right: 0 !important;}
    .f-left, .left {
        float: left !important;
    }
    .module-product-group .section-header .left{
        float: none !important;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .module-product-group .section-header h2 {
        //border-bottom: 1px solid rgba(182, 99, 14, 0.5);
        margin-bottom: 4px;
        text-align: center;
        background: none;
        display: block;
        padding: 1px 27px 3px;
    }
    .module-product-group .section-header h2, .module-product-group .section-header h2 a{
        display: inline-block;
        border-radius: 3px;
        padding: 6px 20px;
        font-size: 17px;
        font-weight: bold;
        background: #802f3a;
        color: #fff;
        position: relative;
        z-index: 1;
        text-transform: none;
    }
    .wrapper-breadcrumb{
        background: rgba(100, 47, 26, 0.6);
        border: none;
        border-bottom: 1px solid rgba(182, 99, 14, 0.5);
        margin: 0 0 15px;
    }
    .breadcrumb{
        padding: 2px 0 5px;
    }
    .popup_footer_support {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 769px;
        margin: 10px auto 0;
        background: #fff;
        display: none;
        border: 1px solid #eaeaea;
        z-index: 999;
    }
    .popup_footer_support_content {
        overflow: hidden;
        clear: both;
    }
    .popup_footer_support_content.w3 .popup_support_item {
        display: inline-block;
        width: 33.3333%;
        float: left;
    }
    .popup_support_item.class_2 a, .popup_support_item.class_2 button {
        background: #288ad6;
    }
    .popup_support_item a, .popup_support_item button {
        display: block;
        text-align: center;
        padding: 6px 10px 5px;
        background: #fd6e1d;
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
        background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
        background: -moz-linear-gradient(top,#f59000,#fd6e1d);
        background: -ms-linear-gradient(top,#f59000,#fd6e1d);
        background: -o-linear-gradient(top,#f59000,#fd6e1d);
        color: #fff;
        line-height: 18px;
    }
    .popup_support_item button {
        width: 100%;
        border: 0;
        padding: 6px 0;
        height: 47px;
        box-sizing: border-box;
    }
    .popup_support_item.class_3 a span, .popup_support_item.class_3 a {
        background: #fff;
        color: #333;
    }
    .flex-group{
        margin-bottom: 10px;
    }
    .popup_footer_content.opent {
        position: fixed;
        width: 45%;
        text-align: center;
        bottom: 47px;
        margin: 0 auto;
        right: 0;
        border: 0;
        z-index: 99;
        display: none;
    }
    .content-detail p img{
        display: block;
        max-width: 100% !important;
        height: auto !important;
    }
    .popup_footer_content.xem_nhanh.opent.support_xem_nhanh {
         position: absolute;
         bottom: 48px;
         top: auto;
         right: 0;
         width: auto;
         left: auto;
         background: #fff;
     }
    .popup_footer_content .closer_popup_footer_suppor {
        background: #9a0216;
        color: #fff;
        padding: 10px 10px;
        display: block;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
    }

    .popup_footer_content a {
        background: #e1a801 !important;
        font-size: 15px !important;
        padding: 10px 10px !important;
        margin: 0;
        border-bottom: 1px solid #e6ce83;
        color: #fff !important;
        text-align: left;
    }
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
        width: auto !important;
        overflow: hidden;
    }
    .products-container{
        margin-left: -5px;
        margin-right: -5px;
    }
    .sales-percent{
        right: 1px;
    }
    .wrapper-desc {
        padding: 15px;
        margin-bottom: 0;
        border-left: none;
        border-right: none;
    }
    .wrapper-desc img{
        display: block;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .block-form-contact{
        background-image: none;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
    .box-category, .product-gird{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px;
        border: 1px solid #eee;
    }
    #hastag{height: 50px;}
    #topmobile{
        background: #12693a;
        left: 0;
        right: 0;
        top: 0;
        transition: all 0.4s ease-in-out 0s;
        z-index: 98;
        padding: 7px 0;
        min-height: 46px;
        position: fixed;
    }
    #topmobile .m-logo img{max-height: 32px}
    .m-logo{
        border: 1px solid #168a4d;
        background: #19864c;
        border-radius: 4px;
    }
    .m-logo i{
        color: #fff;
        font-size: 29px;
        text-align: center;
        display: block;
    }
    .headroom{
        will-change: transform;
        -webkit-transition: transform 200ms linear;
        -moz-transition: transform 200ms linear;
        -ms-transition: transform 200ms linear;
        -o-transition: transform 200ms linear;
        transition: transform 200ms linear;
    }
    .headroom.pinned{
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .headroom.unpinned{
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .mb-search #search{
        margin: 0;
    }
    .mb-search #search .input-lg {
        height: 31px;
        padding: 0 5px;
        box-shadow: none;
        border: none;
        border-radius: 2px 0 0 2px;
    }
    .mb-search #search .btn-lg{
        padding: 6px 11px 5px;
        background: #19a95c;
        border: 1px solid #19a95c;
        border-radius: 0 2px 2px 0;
    }
    aside.iline{
        background: red;
        right: 24px;
        position: relative;
        top: 15px;
    }
    .total-mini-cart{
        background: url(../image/cart.png) no-repeat scroll 0 0 / 28px auto;
        display: inline-block;
        height: 27px;
        width: 28px;
        color: #fff;
        text-align: center;
        padding-top: 7px;
        font-weight: bold;
        font-size: 12px;
    }
    .total-mini-cart a{color: #fff;}
    #m-polygon{
        border-bottom: 3px solid #b11c16;
    }
    #m-polygon .owl-carousel .owl-buttons div i{
        font-size: 18px !important;
    }
    .block-product-detail{
        border: 1px solid #f9b804;
        padding: 10px;
    }
    #video_detail iframe{
        max-width: 100%;
        height: 350px;
    }
    .module-product-group .section-header{
        background: none;
        border: none;
        font-size: 24px;
        margin: 5px 0 0;
    }
    ul.cols.cols-5{
        border: none;
    }
    .module-product-group .section-header{

    }
    footer{
        padding-top: 30px !important;
    }
    footer.device-mobile{
        text-align: center;
        padding: 15px 0;
        font-size: 12px;
        line-height: 18px;
        border-top: 0;
    }
    .device-mobile .address{
        line-height: 16px;
        font-size: 12px;
        color: #eee;
    }
    footer h5{
        color: #76b51b;
    }
    footer a{
        color: #FF8C00;
    }
    .device-mobile .address li{margin: 0}
    .device-mobile aside h5{
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    .device-mobile .card h5{
        font-size: 14px;
        padding: 2px 0;
        position: relative;
        color: #76b51b;
        margin: 0;
    }
    .device-mobile .card h5 i{
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .device-mobile i.glyphicon{display: none}
    .device-mobile .footer-bottom {
        background: transparent;
        color: #999;
        padding: 10px 0 0;
        line-height: 15px;
        font-size: 12px;
        margin-top: 10px;
    }
    .device-mobile .footer-social i{
        font-size: 22px;
        margin: 0 3px 5px;
    }

    .cta-bottom-wrapper {
        width: 100%;
        position: fixed;
        bottom: -2px;
        z-index: 990;
        overflow: hidden;
        transition: opacity .5s ease-in-out , transform .5s ease-in-out;
        font-size: 15px;
        display: block;
    }
    .cta-bottom-inner {
        width: 100%;
        border-spacing: 10px;
        margin: 0 auto;
        position: relative;
        clear: both;
        display: table;
        height: 100%;
    }
    .cta-bottom-inner .phone {
        float: left;
    }
    .cta-bottom-inner .phone .call {
        display: block;
        color: #fff;
        font-weight: bold;
        background: #76b51b;
        padding: 10px 0 8px;
        border-radius: 25px;
        width: 140px;
        text-align: center;
    }
    .cta-bottom-inner .chatzalo {
        float: right;
    }
    .cta-bottom-inner .chatzalo .cta-form {
        display: block;
        color: #fff;
        font-weight: bold;
        background: #08f;
        padding: 10px 0 8px;
        text-align: center;
        border-radius: 25px;
        width: 140px;
    }
}
@media (min-width: 767px) {

}

@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
@media (max-width: 478px) {
    ul.cols-5 > li {
        width: 50%;
    }
}
@media (max-width: 478px) {

}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    .pw-product-info h3{
        font-size: 14px;
        height: 54px;
        display: block;
        overflow: hidden;
    }
    .price-box .price {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .old-price .price, .old-price > span {
        font-size: 13px;
        font-weight: normal;
        color: #ce891c;
        text-decoration: line-through;
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }

    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }

    .col-sm-5th-4 {
        width: 80%;
    }

    .col-sm-5th-3 {
        width: 60%;
    }

    .col-sm-5th-2 {
        width: 40%;
    }

    .col-sm-5th-1 {
        width: 20%;
    }

    .col-sm-5th-pull-5 {
        right: 100%;
    }

    .col-sm-5th-pull-4 {
        right: 80%;
    }

    .col-sm-5th-pull-3 {
        right: 60%;
    }

    .col-sm-5th-pull-2 {
        right: 40%;
    }

    .col-sm-5th-pull-1 {
        right: 20%;
    }

    .col-sm-5th-pull-0 {
        right: auto;
    }

    .col-sm-5th-push-5 {
        left: 100%;
    }

    .col-sm-5th-push-4 {
        left: 80%;
    }

    .col-sm-5th-push-3 {
        left: 60%;
    }

    .col-sm-5th-push-2 {
        left: 40%;
    }

    .col-sm-5th-push-1 {
        left: 20%;
    }

    .col-sm-5th-push-0 {
        left: auto;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }

    .col-md-5th-5 {
        float: left;
        width: 100%;
    }

    .col-md-5th-4 {
        width: 80%;
    }

    .col-md-5th-3 {
        width: 60%;
    }

    .col-md-5th-2 {
        width: 40%;
    }

    .col-md-5th-1 {
        width: 20%;
    }

    .col-md-5th-pull-5 {
        right: 100%;
    }

    .col-md-5th-pull-4 {
        right: 80%;
    }

    .col-md-5th-pull-3 {
        right: 60%;
    }

    .col-md-5th-pull-2 {
        right: 40%;
    }

    .col-md-5th-pull-1 {
        right: 20%;
    }

    .col-md-5th-pull-0 {
        right: auto;
    }

    .col-md-5th-push-5 {
        left: 100%;
    }

    .col-md-5th-push-4 {
        left: 80%;
    }

    .col-md-5th-push-3 {
        left: 60%;
    }

    .col-md-5th-push-2 {
        left: 40%;
    }

    .col-md-5th-push-1 {
        left: 20%;
    }

    .col-md-5th-push-0 {
        left: auto;
    }

    .col-md-5th-offset-5 {
        margin-left: 100%;
    }

    .col-md-5th-offset-4 {
        margin-left: 80%;
    }

    .col-md-5th-offset-3 {
        margin-left: 60%;
    }

    .col-md-5th-offset-2 {
        margin-left: 40%;
    }

    .col-md-5th-offset-1 {
        margin-left: 20%;
    }

    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
        float: left;
    }

    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }

    .col-lg-5th-4 {
        width: 80%;
    }

    .col-lg-5th-3 {
        width: 60%;
    }

    .col-lg-5th-2 {
        width: 40%;
    }

    .col-lg-5th-1 {
        width: 20%;
    }

    .col-lg-5th-pull-5 {
        right: 100%;
    }

    .col-lg-5th-pull-4 {
        right: 80%;
    }

    .col-lg-5th-pull-3 {
        right: 60%;
    }

    .col-lg-5th-pull-2 {
        right: 40%;
    }

    .col-lg-5th-pull-1 {
        right: 20%;
    }

    .col-lg-5th-pull-0 {
        right: auto;
    }

    .col-lg-5th-push-5 {
        left: 100%;
    }

    .col-lg-5th-push-4 {
        left: 80%;
    }

    .col-lg-5th-push-3 {
        left: 60%;
    }

    .col-lg-5th-push-2 {
        left: 40%;
    }

    .col-lg-5th-push-1 {
        left: 20%;
    }

    .col-lg-5th-push-0 {
        left: auto;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}