/*==============================SLIDE HOME========================*/
div#vnt-slide-home{
    margin-bottom: 20px;
}
div#vnt-slide-home.slick-initialized .item,
div#vnt-slide-home .item:first-child{
    display: block;
}
div#vnt-slide-home .item{
    display: none;
}
div#vnt-slide-home .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    background: none;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div#vnt-slide-home .slick-prev{
    left:10px;
}
div#vnt-slide-home .slick-next{
    right:10px;
}
div#vnt-slide-home .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    background: #fff;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
div#vnt-slide-home .slick-prev:before{
    content: "\f053";
}
div#vnt-slide-home .slick-next:before{
    content: "\f054";
}
div#vnt-slide-home .slick-arrow:hover{
    background: none;
}
div#vnt-slide-home .slick-arrow:hover:before {
    background: #333333;
    color: #fff;
}
div#vnt-slide-home .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
div#vnt-slide-home .slick-dots li{
    display: inline-block;
    margin: 0 4px;
}
div#vnt-slide-home .slick-dots li button{
    width:15px;
    height:15px;
    background: #ffffff;
    border-radius: 100%;
    padding:0;
    font-size: 0;
    border:none;
}
div#vnt-slide-home .slick-dots li.slick-active button{
    background: rgba(247,63,70,0.9);
}
/*=======================BOX HOME====================*/
.categoryMenu{
    float: left;
}
.categoryMenu ul li {
    float: left;
    border-left: solid 2px #ffffff;
}
.categoryMenu ul li a {
    display: block;
    background: #e9e9e9;
    padding: 10px 20px;
    border: solid 1px #e9e9e9;
}
.categoryMenu ul li a:hover,
.categoryMenu ul li.active a{
    background: #ffffff;
    border-color: #ed3f46;
    color: #ed3f46;
}
.allMenu{
    float: left;
    border-left: solid 2px #ffffff;
}
.allMenu a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    background: #e2e2e2;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 15px;
    border: solid 1px #e2e2e2;
}
.allMenu a:hover{
    background: #ffffff;
    border-color: #ed3f46;
    color: #ed3f46;
}
.slideProductImg{
    margin-bottom: 15px;
}
.menuFeature ul li{
    float:left;
    border-right:solid 10px #ffffff;
}
.menuFeature ul li:last-child{
    border-right: none;
}
.menuFeature ul li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    padding: 10px 15px;
    display: block;
    background: #ffffff;
    border: solid 1px #666666;
}
.menuFeature ul li.new a:hover,
.menuFeature ul li.new.active a{
    color:#0ec1f4;
    border-color: #0ec1f4;
}
.menuFeature ul li.promation a:hover,
.menuFeature ul li.promation.active a{
    color:#f12626;
    border-color: #f12626;
}
.menuFeature ul li.most a:hover,
.menuFeature ul li.most.active a{
    color:#4a8b53;
    border-color: #4a8b53;
}
.menuFeature ul li.hightlight a:hover,
.menuFeature ul li.hightlight.active a{
    color:#4775c9;
    border-color: #4775c9
}
#slideFeature{
    border:solid 1px #dddddd;
    border-bottom: none;
}
#slideFeature .item{
    border:solid 1px #dddddd;
    margin: -1px 0px 0px -1px;
}
#slideFeature .slick-arrow {
    width: 44px;
    height: 44px;
    border: none;
    background: #e9e9e9;
    position: absolute;
    top: -38px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
    z-index: 1;
}
#slideFeature .slick-next{
    right:0;
}
#slideFeature .slick-prev{
    right: 47px;
}
#slideFeature .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: 30px;
    line-height:38px;
    
}
#slideFeature .slick-prev:before{
    content: "\f104";
}
#slideFeature .slick-next:before{
    content: "\f105";
}
#slideFeature .slick-arrow:hover{
    background: #f44236;
    color:#ffffff;
}
/*=======================PRODUCT=====================*/
.gridP{
    margin-bottom: 10px;
}
.gridP:after{
    content: "";
    display: block;
    clear: both;
}
.gridP .col{
    width:20%;
    float:left;
    border:solid 1px #dddddd;
    margin: -1px 0px 0px -1px;
}
/*======================BTN MORE======================*/
.btnMore {
    text-align: center;
}
.btnMore a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    background: #f1f1f1;
    color: #333333;
    padding: 6px 22px;
    position: relative;
    overflow: hidden;
}
.btnMore a span{
    position: relative;
    z-index: 3;
}
.btnMore a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #bcd02f;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.btnMore a:hover:after{
    right:0;
}
/*========================PARTNER====================*/
.gridPR{
    margin: 0 -8px;
}
.gridPR:after{
    content: "";
    clear: both;
    display: block;
}
.gridPR .col{
    width:33.33%;
    float:left;
    padding:0 8px;
}
.partner{
    margin-bottom: 20px;
}
.partner a{
    display: block;
    padding-top: 55%;
    position: relative;
    background: #ffffff
}
.partner a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
    width:100%;
}
div#vnt-slide-partner .slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    width: 12px;
    height: 20px;
    position: absolute;
    top: -53px;
    right: 5px;
    color:#ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div#vnt-slide-partner .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: 33px;
    line-height: 33px;
}
div#vnt-slide-partner .slick-prev:before{
    content: "\f104";
}
div#vnt-slide-partner .slick-next:before{
    content: "\f105";
}
div#vnt-slide-partner .slick-prev{
    margin-right: 30px
}
div#vnt-slide-partner .slick-arrow:hover{
    color:#bcd02f;
}
/*=========================FIXED-FIXED-FIXED======================*/
.toolsSidebarHome {
    width:100%;
    max-width: 285px;
}
.toolsSidebarHomeWrap.fixed {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    top: 0;
}
.toolsSidebarHomeWrap.fixed-fixed .toolsSidebarHome {
    position: absolute;
    bottom: 20px;
    left: 5px;
    width: 100%;
}
.view_all a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #f44236;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1170px){
}

@media all and (max-width: 991px){
    ul.img-star{
        left:0;
    }
    .gridP .col{
        width:25%;
    }
    .boxProductDrop .title {
        position: relative;
        cursor: pointer;
    }
    .boxProductDrop .title:before {
        content: "\f078";
        font-family: FontAwesome;
        width: 44px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        background: #f5f5f5;
        color: #333333;
        padding-top: 11px;
    }
    .boxProductDrop.active .title:before{
        content: "\f077";
    }
    .boxProductDrop .content{
        display: none;
    }
    div#vnt-slide-home .slick-arrow{
        display: none !important;
    }
}

@media all and (max-width: 640px){
    .gridP .col{
        width:33.33%;
    }
}

@media all and (max-width: 520px){
    .gridP .col{
        width:50%;
    }
}

@media all and (max-width: 460px){
    .menuFeature ul li a {
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .gridP .col{
        width:50%;
    }
}