/*-----------------CATE PRODUCT---------------*/
.kwicks {
    display:block;
    list-style-type:none;
    list-style:none;
    position:relative;
    margin:0;
    padding:0
}
.kwicks > * {
    display:block;
    overflow:hidden;
    padding:0;
    margin:0
}
.kwicks.kwicks-processed > * {
    margin:0;
    position:absolute
}
.kwicks-horizontal > * {
    float:left
}
.kwicks-horizontal > :first-child {
    margin-left:0
}
.kwicks-vertical > :first-child {
    margin-top:0
}
.kwicks {
    width:100%;
    height:100%
}
.kwicks > li {
    height:100%;
    width:calc(100%/9);
    float:left
}
.kwicks>li>a {
    display: block;
    position:absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1
}
#panel-1 {
    background-color:#e4312c
}
#panel-2 {
    background-color:#db763a
}
#panel-3 {
    background-color:#76a442
}
#panel-4 {
    background-color:#2680bc
}
#panel-5 {
    background-color:#009eb4
}
#panel-6 {
    background-color:#9d4a80
}
#panel-7 {
    background-color:#dc8c8c
}
#panel-8 {
    background-color:#a43d3d
}
#panel-9 {
    background-color:#7f7f7f
}
.wrap-intro .cate {
    position:relative;
    height:100%;
}
.wrap-intro .cate:before {
    position: absolute;
    top: -30%;
    left: -100%;
    width: 300%;
    height: 325px;
    content:'';
    background-color:rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.wrap-intro .cate:after {
    position:absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height:100%;
    content:'';
    z-index:1;
    webkit-box-shadow: -7px 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -7px 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: -7px 0 7px rgba(0, 0, 0, 0.3);
}
.p-cate .cate:before {
    top: -38%;
}
.wrap-intro .cate>a {
    position: absolute;;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
.wrap-intro .cate .title-cate {
    padding: 65px 50px 0;
    text-transform:uppercase;
    color:#FFFFFF;
    white-space:nowrap;
    position:relative;
}
.wrap-intro .cate .title-cate .line:before, .wrap-intro .cate .title-cate .line:after {
    position:absolute;
    content:'';
}
.wrap-intro .cate .title-cate .line:before {
    top:0;
    left:30px;
    width:1px;
    height:98px;
    background-color:#FFFFFF
}
.wrap-intro .cate .title-cate .line:after {
    top:98px;
    left:25px;
    width:11px;
    height:11px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.wrap-intro .cate .title-cate .t1 {
    display:block;
    font-weight:300;
    margin-bottom: 15px
}
.wrap-intro .cate .title-cate .t2 {
    display:block;
    font-size:20px;
    font-weight:700;
    line-height:22px;
}
.wrap-intro .img {        
    position: absolute;
    width: 100%;
    height: 150px;
}
.wrap-intro .img img {
    position: absolute;
    top:50%;
    left: 0;
    max-height: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-cate {
    margin-bottom: 40px
}
/*--------------PRODUCT---------------*/
.product {
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #eeeeee
}

.product:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.product .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.product .img > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}
.product .img a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product:hover .img a >img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.product .p-status {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product .p-status span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.product .p-status span.s-hot {
    background-color: #e01414;
    margin-bottom: 5px
}
.product .p-status span.s-new {
    background-color: #333333
}


.product .p-status .s-img {
     margin-top: 5px
}
.product .caption {
    position: relative;
    padding: 14px 10px;
    background-color: rgba(255,255,255,.9);
    color: #e4312c;
}
.product .caption:before {
    position: absolute;
    top: 0;
    right: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(228,49,44,.9);
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product:hover .caption:before {
    right: 0
}
.product .tend a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #e4312c
}
.product:hover a {
    color: #FFFFFF
}
/*==================================SIDEBAR==============================*/
.boxMenu {    
    margin-bottom: 20px;
}
.boxMenu.fixed {
    position: fixed;
    z-index: 10;
    background-color: #FFFFFF
}
.boxMenu .tab {
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e4312c;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.boxMenu .tab:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/list-icon.png) 0 0 no-repeat;
    background-size: cover;
    margin-right: 10px
}
.menuProduct {
    font-size: 14px;
}
.menuProduct li {
    position: relative;
}
.menuProduct li:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 20px;
    border-color: transparent transparent transparent #e4322c;
    opacity: 0
}
.menuProduct > ul > li.active:after,.menuProduct li:hover:after {
    opacity: 1;
    right:-20px;
}
.menuProduct li a {
    padding: 3px 5px;
    color: #666666;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;    
}
.menuProduct li:not(:last-child) a {
    border-bottom: 1px solid  #e5e5e5
}
.menuProduct > ul > li.active,.menuProduct li:hover {
    background-color: #e4312c;
}
.menuProduct > ul > li.active > a,.menuProduct li:hover > a {
    color: #FFFFFF;
}
.menuProduct li .icon {
    position: relative;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    background-color: #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.menuProduct li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    max-height: 60%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menuProduct > ul > li > ul {
    padding: 10px 15px;
}

.menuProduct > ul > li > ul > li {
    margin-bottom: 5px;
}

.menuProduct > ul > li > ul > li > a {
    display: block;
}

.menuProduct > ul > li > ul > li.active > a {
    font-weight: 600;
}

.menuProduct > ul > li > ul > li > ul {
    padding: 10px 15px;
}

.menuProduct > ul > li > ul > li > ul > li {
    margin-bottom: 5px;
}

.menuProduct ul li:last-child {
    margin-bottom: 0;
}

.menuProduct ul ul ul a {
    font-size: 13px;
}
/*=====================================================*/
.txt-heading1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fad6d5
}
.banner-product {    
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb
}
.banner-product .banner {
    position: relative;
    padding-top: 31.034451%;
    overflow: hidden;    
}
.banner-product img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.banner-product .slogan {
    position: absolute;
    top: 45px;
    left: 40px;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;   
    font-weight: 300;
    text-transform: uppercase;   
    padding-bottom: 15px 
}
.banner-product .slogan:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 48px;
    height: 2px;
    background-color: #ffffff;
}
.banner-product .slogan>span {
    display: block;
}
.vnt-product .product .caption{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}
.vnt-product .product .tend {
    -webkit-line-clamp: 1;
    max-height: 22px;
}

/*==========================================================*/
.productThumbnail {
    position: relative;
    margin-bottom: 40px;
}

.productThumbnail .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5
}

.productThumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 94%;
    max-height: 94%;
}
.mainImg {
    position: relative;
}
#vnt-thumbnail-for {
    margin-bottom: 3px;
}
div#vnt-thumbnail-nav {
    background-color: #f5f5f5;
    padding: 12px 42px;
}
div#vnt-thumbnail-nav .slick-list {
    margin: 0 -10px;
}

div#vnt-thumbnail-nav .item {
    padding: 0 10px;
    cursor: pointer;
}

div#vnt-thumbnail-nav .item .img {
    border: solid 1px #e0b9b9;
}

div#vnt-thumbnail-nav .slick-slide.slick-current .img {
    border-color: #f20000;
}

div#vnt-thumbnail-nav .slick-arrow {
    position: absolute;
    width: 25px;
    height: 15px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #333333;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

div#vnt-thumbnail-nav .slick-prev {
    left: 10px;
}

div#vnt-thumbnail-nav .slick-next {
    right: 10px;
}

div#vnt-thumbnail-nav .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 50px;
    color: #666666;
}

div#vnt-thumbnail-nav .slick-prev:before {
    content: "\f104";
}

div#vnt-thumbnail-nav .slick-next:before {
    content: "\f105";
}

div#vnt-thumbnail-nav .slick-arrow:hover {
    color: #bcd02f;
}
.mainImg .viewImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 10;
}
.mainImg .viewImg .txt {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.mainImg .viewImg .txt span {
    padding-right: 20px;
    position: relative;
}

.mainImg .viewImg .txt span:before {
    content: "\f0b2";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 30px;
    color: #dd1a24;
}
/*============================DETAIL PRODUCT===============================*/
.productTitle {
    margin-bottom: 10px;
}

.productTitle h1 {
    font-size: 26px;
    line-height: 32px;
    color: #e4312c;
    font-weight: bold;
    text-transform: uppercase;
}
.productExcerpt {
    padding: 8px 0 12px;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.t-Attr {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}
.t-Attr .colde b {
    color: #e4312c;
}
.t-Attr .status {
    margin-left: 5px
}
.t-Attr .status:before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #4caf50;
    margin-right: 10px;
}

.t-Attr .status.on:before {
    content: '\f00c';
}

.t-Attr .status.off {
    color: #e4312c;
}

.t-Attr .status.off:before {
    content: '\f00d';
    color: #F00;
}

.t-Attr .code {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.t-Attr .code:before {
    content: '|';
    color: #6c6c6c;
    position: absolute;
    top: -3px;
    left: 0;
}

.t-Attr .code b {
    text-transform: uppercase;
    color: #333333
}
.productAttr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}
.productAttr li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    padding: 5px 0;
}
.productAttr .att {
    width: 170px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    font-size: 15px;
    line-height: 24px;    
    font-weight: 500;
    color: #333333
}
.productAttr .att:after {
    position: absolute;
    top: 0;
    left: 170px;
    width: 10px;
    height: 100%;
    content: ':';
    line-height: 24px;    
}
.productAttr .atr-brand {
    color: #0295d4;
}
.productButton {
    margin-bottom: 20px;
}

.productButton a {
    display: inline-block;
    padding: 10px 35px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background-color: #e01414;
    text-align: center;  
}
.productButton a span {
    position: relative;
    z-index: 1;
    padding-left: 35px
}

.productButton a span:before {
    position: absolute;
    top: -3px;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 26px;
    content: '';
    background: url(../images/send-icon.png) center center no-repeat;
    background-size: contain
}

.productButton a:hover {
    background-color: #333333;
    color: #FFF;
}

.row-contact {
    font-size: 16px;
    margin-bottom: 15px;
}
.row-contact b {
    font-size: 22px;
    color: #e4312c;
}
.row-contact i {
    margin-right: 5px
}
.key {
    margin-bottom: 5px;
}

.key em a {
    color: #888888;
}
.prod-social {
    margin-bottom: 25px
}
.prod-social li {
    margin: 0;
}

.prod-social i {
    width: 32px;
    text-align: left;
    color: #e4312c
}

.prod-social a:hover i {
    background: none !important;
}

.prod-social a:hover i.fa-facebook {
    color: #406aaa;
}

.prod-social a:hover i.fa-google-plus {
    color: #d84639;
}

.prod-social a:hover i.fa-twitter {
    color: #3ba9e0;
}

.prod-social a:hover i.fa-youtube-play {
    color: #e12625;
}

.productContent .tab-content {
    padding-top: 25px;
    padding-bottom: 40px;
}

/*=================BEGIN: FORM CONTACT=================*/
#popup-contact {
    width: 98%;
    margin: 80px 0;
    border: 5px solid #e7e7e7;
    overflow: visible !important
}

#popup-contact .tab {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #e18335;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

#popup-contact .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: baseline;
    margin-bottom: 20px;
}

#popup-contact .grid .img {
    float: left;
    position: relative;
    width: 105px;
    padding-top: 105px;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e18335;
}

#popup-contact .grid .caption {
    width: calc(100% - 125px);
}

#popup-contact .grid .img img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#popup-contact .caption .title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}

#popup-contact .caption .title a {
    color: #2079c6
}

#popup-contact .caption p.code b {
    text-transform: uppercase;
}

#popup-contact .form-group {
    margin-bottom: 10px;
}

#popup-contact .form-group label {
    font-size: 14px;
    font-weight: 500;
}

#popup-contact .form-group .required {
    color: #F00;
}

#popup-contact .faForm {
    position: relative;
}

#popup-contact .faForm:before {
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
}

.form-contact input, .form-contact textarea, .form-contact select {
    width: 100%;
    border: none;
    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    background: #f5f5f5;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    color: #333;
}

.form-contact textarea {
    height: 150px;
    resize: none;
    padding-top: 10px;
}

.form-contact .captcha {
    margin: 25px 0 !important;
}

.form-contact button {
    font-size: 16px;
    line-height: 24px;
    background: #e18335;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.form-contact button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #2079c6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-contact button:hover:before {
    bottom: 0;
}

.form-contact button span {
    position: relative;
}

.form-contact button {
    width: 100%;
}

.form-contact button.bor-effect::before, .form-contact button.bor-effect::after {
    border-color: transparent;
}
/*=============================================================*/
.boxToolsProduct {
    margin-bottom: 30px;
}
.boxToolsProduct .txt-heading1 {
    font-size: 22px;
    line-height: 30px
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 992px) {
    .wrap-intro {
        width: 100%;
        padding: 0 40px;
        height: 620px;
        margin: auto;
    }    
    .wrap-intro .img {        
        top: 185px;
        left: 50px;       
    }
    .wrap-intro .img img {        
        -moz-filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .wrap-intro #panel-1 .img img {
        width:93px;
        height:147px
    }
    .wrap-intro #panel-2 .img img {
        width:169px;
        height:128px
    }
    .wrap-intro #panel-3 .img img {
        width:173px;
        height:130px
    }
    .wrap-intro #panel-4 .img img {
        width:130px;
        height:126px
    }
    .wrap-intro #panel-5 .img img {
        width:117px;
        height:117px
    }
    .wrap-intro #panel-6 .img img {
        width:84px;
        height:117px
    }
    .wrap-intro #panel-7 .img img {
        width:108px;
        height:128px
    }
    .wrap-intro #panel-8 .img img {
        width:148px;
        height:102px
    }
    .wrap-intro #panel-9 .img img {
        width:125px;
        height:130px
    }    
    #popup-content {
        max-width: 970px;
    }
    .product .caption {
         position: absolute;
         left: 5px;
         right: 5px;
         bottom: 5px;       
    }
    .boxMenu .menuProduct { 
        display: block!important
    }
    #popup-contact {
        max-width: 890px;
    }
    .p-menuTab .list-tab > li {
        float: left;
        margin-right: 10px;
        position: relative;
    }

    .p-menuTab .list-tab > li > a {
        display: block;
        text-transform: uppercase;
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        border: 1px solid #cbcbcb
    }

    .p-menuTab .list-tab > li.active > a, .p-menuTab .list-tab > li.active > a:focus, .p-menuTab .list-tab > li.active > a:hover, .p-menuTab .list-tab > li:hover > a {
        color: #FFF;
        background-color: #e3312c;
        border-color: #e3312c;
    }
}
@media all and (min-width: 1200px) {   
    .boxMenu.fixed { 
        width: calc((25*1200px)/100 - 30px);
        left: calc((100% - 1170px)/2);
    }
}
@media all and (max-width: 991px) {    
    .p-cate {
        padding: 0 20px 0;
        margin-bottom: 30px
    }
    .p-cate .cate:before {
        top: -75%;
    }
    .kwicks > li {
        position: relative!important;
        width: 100%!important;
        left: auto!important;
        right: auto!important;
        margin-bottom: 1px
    }
    .wrap-intro .cate {
        padding: 12px 10px;
        min-height: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .wrap-intro .cate:before, .wrap-intro .cate:after {
        display: none
    }
    .wrap-intro .img {
        position: relative;
        width: 46px;
        height: 46px;
        margin-right: 35px;
        background-color: #FFFFFF;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .wrap-intro .cate .title-cate {
        width: calc(100% - 81px);
        position: static;
        padding: 0;
        white-space: initial;
    }
    .wrap-intro .cate .title-cate .t1 {
        margin-bottom: 5px
    }
    .wrap-intro .cate .title-cate .t2 {
        font-size: 18px
    }
    .wrap-intro .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 60%;
        max-height: 60%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);        
    }
    .wrap-intro .cate .title-cate .line:before {
        height: 68%;
        left: 75px
    }
    .wrap-intro .cate .title-cate .line:after {
        top: 68%;
        left: 70px
    }
    .boxHome .slideProduct .slick-slide>div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
    }
    .product {
        margin-bottom: 10px
    }
    .product .caption {
        padding: 14px 0
    }
    .linkAll a {
        padding: 0 50px;
        height: 50px;
        line-height: 50px;
    }
    .txt-heading1 {
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .vnt-product .row {
        margin: 0 -5px;
    }
    .vnt-product .row *[class^='col-'] {
        padding: 0 5px
    }  
    .boxMenu .tab {
        background-color: #e4312c;
        color: #FFFFFF;
        cursor: pointer;
    } 
    .boxMenu .tab:before {
        -moz-filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .boxMenu .tab:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 26px;
        color: #FFFFFF;
    }
    .boxMenu {
        position: relative!important;
        top: auto!important;
    }
    .boxMenu .menuProduct {        
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);        
        display: none;
        margin-bottom: 25px
    }
    .banner-product {
        padding-bottom: 0;
        border: none;
    }    
    .productThumbnail {
        margin-bottom: 30px;
    }

    .productFacebook {
        margin-bottom: 30px;
    }

    .productTitleWrap {
        margin-bottom: 20px;
    }
    #popup-content .tick label {
        margin-bottom: 10px;
    }

    #popup-content .buttons {
        display: block;
    }

    #popup-content .content {
        max-height: 245px;
    }

    #popup-content .buttons .button-web {
        width: 100%;
        margin: 8px 0 !important;
    }
    .p-menuTab .title {
        padding: 12px 15px;
        position: relative;
        background: #e4312c;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .p-menuTab .title:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 26px;
        color: #FFFFFF;
    }

    .p-menuTab .title:hover {
        cursor: pointer;
    }

    .p-menuTab .list-tab {        
        border: solid 1px #e2e2e2;
        border-top: none;
        width: 100%;       
        overflow: auto;        
        display: none;
    }
    .p-menuTab.active .list-tab {
        display: block;
    }
    .p-menuTab .list-tab > li {
        float: none;
        display: block;
        margin: 0;
    }
    .p-menuTab .list-tab li a {
        padding: 8px 15px;
        border: none;
        border-bottom: solid 1px #eeeeee;
        display: block;
        text-transform: uppercase;
    }

    .p-menuTab .list-tab li li a {
        padding-left: 25px;
        font-size: 13px;
    }

    .p-menuTab .list-tab li li li a {
        padding-left: 40px;
        color: #999999;
    }  
}

@media all and (max-width: 767px) {        
    #slideOther {
        padding-bottom: 55px;
    }

    #slideOther .slick-arrow {
        bottom: 0;
        top: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #slideOther .slick-prev {
        margin-left: -25px;
    }

    #slideOther .slick-next {
        margin-left: 25px;
    }

    .vnt-product .grid.v2 .col {
        width: 50%;
    }
}

@media all and (max-width: 640px) {   
    .banner-product .slogan {
        top: 15px;
        left: 12px;
        font-size: 12px;
        line-height: 16px;
    } 	
    .productButton {
        display: block;
    }

    .productButton a {
        display: block;  
    } 
}
@media all and (max-width: 480px) {
    .boxFilter .grid .col {
        width: 100%;
    }
}

@media all and (max-width: 390px) {
    .productAttr .att {
        width: 90px
    }
    .productAttr .att:after {
        left: 90px
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .boxMenu .tab {
        font-size: 14px
    }
    .boxMenu.fixed {
        width: calc(25% - 30px);
        left: 15px;
    }
}