
    .fillter{
        background: #eeeeee;
        padding: 20px;
        margin-bottom: 40px;
    }
    .fillter .gird_item{
        margin: 0 -5px;
    }
    .fillter .gird_item .item{
        padding: 0 5px;
        float: left;
        width: 16.667%;	
    }
    .fillter .gird_item .item .form-control{
        padding: 0 10px;
        background: #fff;
        border-radius: 0;
        color: #333;
        outline: none;
        width: 100%;
        height: 40px;
    }
    .fillter .gird_item .item button{
        width: 100%;
        background: #0f3252;
        font-weight: 400;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        border: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .fillter .gird_item .item button:hover{
        background: #e83033;
    }

    .cat_style{
        margin-bottom: 35px;
        padding: 0;
        position: relative;
    }
    .cat_style .cat_title{
        font-size: 16px;
        line-height: 45px;
        color: #fff;
        padding: 0 15px;
        text-transform: uppercase;
        position: relative;
        background: #0f3252;
        text-align: left;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 1px;
    }
    .cat_style .cat_title:after{
        content: '\f0c9';
        font-family: fontAwesome;
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cat_style .cat_content{
        
    }
    .cat_style .title_wrap{
        position: relative;
    }
    .cat_style .title_wrap a{
        font-size: 13px;
        line-height: 24px;
        color: #333;
        background: #f5f5f5;
        font-weight: 500;
        padding: 10px 35px 10px 30px;
        cursor: pointer;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 1px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        display: block;
    }
    .cat_style .title_wrap a:after{
        content: '\f105';
        font-family: fontAwesome;
        font-size: 14px;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cat_style .title_wrap .button-sub{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .cat_style .title_wrap .button-sub:after{
        content: '\f055';
        font-family: fontAwesome;
        font-size: 16px;
        color: #333;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cat_style .wrap_cat.show .title_wrap .button-sub:after{
        content: '\f056';
    }
    .cat_style .wrap_cat.show .title_wrap a{
        background: #e83033;
        color: #fff;
    }
    .cat_style .title_wrap:hover a, .cat_style .wrap_cat.show .title_wrap:hover a{
        background: #e83033;
        color: #fff;
    }
    .cat_style .wrap_cat.show .title_wrap .button-sub:after,.cat_style .wrap_cat .title_wrap:hover .button-sub:after{
        color: #fff;
    }
    .cat_style .wrap_cat{
        
    }
    .cat_style .wrap_cat .content_wrap{
        display: none;
    }
    .cat_style .wrap_cat.show .content_wrap{
        display: block;
    }
    .cat_style .content_wrap .title_sub{
        position: relative;
        font-size: 14px;
        line-height: 22px;
        color: #919191;
        font-weight: 400;
        cursor: pointer;
        display: block;
        padding: 10px 20px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .cat_style .content_wrap .title_sub:hover,.cat_style .content_wrap .wrap_sub.show .title_sub,.cat_style .content_wrap .wrap_sub.show .title_sub:after{
        color: #3e4095;
    }
    .cat_style .content_wrap .title_sub:after{
        content: '\f101';
        font-family: fontAwesome;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cat_style .content_wrap .title_sub .button-sub{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .cat_style .content_wrap .title_sub .button-sub:after{
        content: '+';
        font-size: 16px;
        color: #919191;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cat_style .content_wrap .wrap_sub.show .title_sub .button-sub:after{
        content: '-';
    }
    .cat_style .content_wrap .title_sub:hover{
        
    }
    .cat_style .content_wrap .wrap_sub{
        position: relative;
    }
    /*.cat_style .content_wrap .wrap_sub .content_sub{
        display: none;
    }
    .cat_style .content_wrap .wrap_sub.show .content_sub{
        display: block;
    }*/
    .cat_style .content_wrap .wrap_sub .content_sub ul li a{
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        background: #e9e9e9;
        font-weight: 400;
        cursor: pointer;
        display: block;
        padding: 10px 30px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .cat_style .content_wrap .wrap_sub .content_sub ul li:hover a,
    .cat_style .content_wrap .wrap_sub .content_sub ul li.active a{
        color: #e83033;
    }
    .cat_style .content_wrap .wrap_sub .content_sub ul li a:after{
        content: '';
        border-bottom: 1px solid #fff;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
    }
    .product .gird_item{
        margin: 0 -15px;
    }
	 .item2{height:450px !important}
    @media(max-width:480px)
	{
	  .item2{height:350px !important}

	 }
    .product .gird_item .item{
        padding: 0 15px;
        float: left;
        width: 33.33%;
        margin-bottom: 30px;
	    overflow:hidden;
		
    }
	 .product .gird_item .item1{
        padding: 0 15px;
        float: left;
        width: 33%;
		height:350px;
        margin-bottom: 30px;
	    overflow:hidden;
    }
	
	
    .wrap_product{

    }
    .wrap_product .i-img{
        padding-top: 100%;
        position: relative;
		height:250px;
        overflow: hidden;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }
    .wrap_product .i-img 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%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);

    }
	
    .wrap_product:hover .i-img img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .wrap_product .i-desc{
        text-align: center;
		background:#009849;
		color:#fff;
		padding:10px;
    }
    .wrap_product .i-desc .i-title h3 a{
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
		text-transform:uppercase
	
    }
    .wrap_product:hover .i-desc .i-title h3 a{
        color: #e83033;
    }
    .wrap_product .i-desc .i-content{
        font-size: 14px;
        line-height: 20px;
        color: #333;
        font-weight: 500;
    }

    .detail{
        margin-bottom: 45px;
    }
    div#vnt-thumbnail-for{
        margin-bottom: 15px;
    }
    div#vnt-thumbnail-for .img{
        position: relative;
        padding-top: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ddd;
    }
    div#vnt-thumbnail-for .img 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%);
    }

    div#vnt-thumbnail-nav{
        
    }
    div#vnt-thumbnail-nav .slick-list{
        margin: 0 -8px;
    }
    div#vnt-thumbnail-nav .item{
        padding: 0 8px;
    }
    div#vnt-thumbnail-nav .img{
        overflow: hidden;
        position: relative;
        background: #f5f5f5;
        cursor: pointer;
        padding: 100% 0 0;
    }
    div#vnt-thumbnail-nav .img:after{
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        border: 2px solid #999;
    }
    div#vnt-thumbnail-nav .slick-current .img:after{
        border: 2px solid #0f3252;
    }
    div#vnt-thumbnail-nav .img 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%);
    }
    #vnt-thumbnail-for .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
    }
    #vnt-thumbnail-for .slick-arrow:hover{
        background: #e83033;
    }
    #vnt-thumbnail-for .slick-arrow:after {
        position: absolute;
        font-family: FontAwesome;
        font-size: 16px;
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #vnt-thumbnail-for .slick-next:after {
        content: '\f105';
    }
    #vnt-thumbnail-for .slick-prev:after {
        content: '\f104';
    }
    #vnt-thumbnail-for .slick-next {
        right: 10px;
    }
    #vnt-thumbnail-for .slick-prev {
        left: 10px;
    }

    .info_product{
        padding: 30px;
        background: #f5f5f5;
    }
    .info_product .i-title h1{
        font-size: 25px;
        line-height: 35px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 600;
        color: #333;
    }
    .info_product .gird-info .item{
        margin-bottom: 15px;
    }
    .info_product .gird-info .item .itemL{
        width: 90px;
        position: relative;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        float: left;
    }
    .info_product .gird-info .item .itemL span{
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
    }
    .info_product .gird-info .item .itemL:after{
        content: ':';
        position: absolute;
        right: 0;
        top: 0;
    }
    .info_product .gird-info .item .itemR{
        float: left;
        padding-left: 15px;
        font-size: 13px;
        line-height: 20px;
        width: calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -o-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
    }
    .info_product .gird-info .item .itemR strong{
        font-size: 16px;
        line-height: 24px;
        color: #e83033;
    }
    .info_product .gird-info .item .itemR ul.color:after{
        content: '';
        display: block;
        clear: both;
    }
    .info_product .gird-info .item .itemR ul.color li{
        float: left;
        width: 60px;
        margin-right: 15px;
    }
    .info_product .gird-info .item .itemR ul.color li:last-child{
        margin-right: 0;
    }
    .info_product .gird-info .item .itemR ul.color li .img{
        padding-top: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        background: #fff;
    }
    .info_product .gird-info .item .itemR ul.color li.active .img{
        border: 2px solid #244461;
    }
    .info_product .gird-info .item .itemR ul.color li .img 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%);
    }
    .info_product .gird-info .item .mt{
        font-size: 15px;
        line-height: 22px;
        color: #333;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .info_product .gird-info .item .mt-list li{
        padding-left: 15px;
        margin-bottom: 5px;
        position: relative;
        font-size: 13px;
        line-height: 20px;
        color: #555555;
    }
    .info_product .gird-info .item .mt-list li:after{
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #999;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .contact-info a{
        display: block;
        line-height: 52px;
        width: 320px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        background: #0f3252;
        margin-bottom: 25px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .contact-info a:hover{
        background: #e83033;
    }
    .contact-info a span{
        display: inline-block;
        position: relative;
        padding-left: 35px;
    }
    .contact-info a span:after{
        content: '\f003';
        font-weight: 400;
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .info_product .like_share{
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }
    .wrapScroll{
        position: relative;
        padding-left: 80px;
    }
    .wrapScroll .mnfixed_wrap{
        position: absolute !important;
        left: 10px !important;
        top: 0 !important;
    }
    .menu_scroll{
        z-index: 999;
    }
    .menu_scroll ul:after{
        content: '';
        display: block;
        clear: both;
    }
    .menu_scroll ul li {
        display: block;
        vertical-align: top;
        position: relative;
        margin-bottom: 2px;
    }
    .menu_scroll ul li:last-child{
        margin-bottom: 0;
    }
    .menu_scroll ul li a {
        font-size: 12px;
        line-height: 16px;
        width: 100px;
        height: 90px;
        color: #333;
        font-weight: 400;
        padding: 10px;
        position: relative;
        background: #f4f4f4;
        display: block;
        z-index: 999;
        text-align: center;   
        text-transform: uppercase;     
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu_scroll ul li a span{
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu_scroll ul li a:hover,
    .menu_scroll ul li a.current{
        background: #0f3252;
        color: #fff;
    }
    .scrollContent .title{
        font-size: 25px;
        line-height: 35px;
        color: #333333;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 3px solid #ddd;
        padding-bottom: 10px;
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .scrollContent .title span{
        display: inline-block;
        position: relative;
    }
    .scrollContent .title span:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -13px;
        border-bottom: 3px solid #0f3252;
    }
    .scrollContent .box1,
    .scrollContent .box2,
    .scrollContent .box3,
    .scrollContent .box4{
        margin-bottom: 40px;
    }
    .scrollContent .box1 h2{
        font-size: 16px;
        line-height: 24px;
        color: #555555;
        margin-bottom: 15px;
    }
    .scrollContent p{
        font-size: 14px;
        line-height: 22px;
        color: #333;
        padding: 0;
        margin-bottom: 15px;
    }
    .scrollContent .box3 img{
        width: 100%;
    }

    .other{

    }
    .other .title{
        font-size: 26px;
        line-height: 36px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .other .title:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 2px;
        background: #0f3252;
    }
    .slide_other .slick-list{
        margin: 0 -15px;
    }
    .slide_other .slick-list .item{
        padding: 0 15px;
    }
    .slide_other .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: -51px;
        bottom: auto;
        right: 0;
        height: 40px;
        display: block;
        width: 40px;
        background: #f4f4f0;
    }
    .slide_other .slick-arrow:hover{
        background: #0f3252;
    }
    .slide_other .slick-arrow:hover:after{
        color: #fff;
    }
    .slide_other .slick-arrow:after {
        position: absolute;
        font-family: FontAwesome;
        line-height: 38px;
        font-size: 20px;
        color: #999;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slide_other .slick-next:after {
        content: '\f105';
    }
    .slide_other .slick-prev:after {
        content: '\f104';
    }
    .slide_other .slick-next {
        bottom: auto;
    }
    .slide_other .slick-prev {
        left: auto;
        right: 44px;
    }

/*******************************************************/
    @media screen and (max-width: 1300px){
        .wrapScroll{
            padding-left: 115px;
        }
    }

    @media screen and (max-width: 1024px){
        .cat_style .cat_title:after{
            display: block;
        }
        .cat_style .title_wrap{
            margin-top: 0;
        }
        .cat_style .cat_content{
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 10;
            display: none;
        }
        .cat_style.active .cat_content{
            display: block;
        }
		
        .product .col-lg-3,.product .col-lg-9{
            width: 100%;
        }
        .wrapScroll{
            padding-left: 0;
        }
        .menu_scroll{
            display: none !important;
        }
        .productThumbnail{
            margin-bottom: 20px;
        }
        .info_product{
            padding: 20px;
        }
        .info_product.block_show{
            background: #fff;
            padding: 0;
        }
        .info_product.block_show .i-title{
            font-size: 24px;
            line-height: 35px;
            margin-bottom: 20px;
        }
        .detail{
            margin-bottom: 25px;
        }
        .scrollContent .title{
            font-size: 22px;
            line-height: 32px;
            padding-top: 0;
        }
        .box1 .img{
            text-align: center;
        }
        .scrollContent .box1,
        .scrollContent .box2,
        .scrollContent .box3,
        .scrollContent .box4{
            margin-bottom: 25px;
        }
        .slide_other .slick-list{
            margin: 0 -5px;
        }
        .slide_other .slick-list .item{
            padding: 0 5px;
        }
        .info_product .gird-info .item .itemR.itemFull{
            width: calc(100%);
            width: -webkit-calc(100%);
            width: -o-calc(100%);
            width: -moz-calc(100%);
            margin-top: 15px;
            padding-left: 0;
        }
        .other .title{
            font-size: 22px;
            line-height: 32px;
        }
        .slide_other{
            padding-bottom: 55px;
        }
        .slide_other .slick-arrow{
            top: initial;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        .slide_other .slick-next{
            margin-left: 24px;
        }
        .slide_other .slick-prev{
            margin-left: -24px;
            right: initial;
        }
    }

    @media screen and (max-width: 991px){
        .fillter{
            padding: 10px 10px 0;
            margin-bottom: 30px;
        }
        .fillter .gird_item .item{
            width: 50%;
            margin-bottom: 10px;
        }
        .product .gird_item{
            margin: 0 -5px;
        }
        .product .gird_item .item{
            width: 50%;
            padding: 0 5px;
            margin-bottom: 20px;
        }
        .wrap_product .i-desc .i-title h3 a{
            padding: 14px;
            line-height: 20px;
            padding: 0 10px;
        }
        .contact-info a{
            width: 100%;
        }
    }