.mod-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.mod-content #vnt-sidebar{
	width: 270px;
}
.mod-content #vnt-main{
	width:-webkit-calc(100% - 270px);
	width:-moz-calc(100% - 270px);
	width:-o-calc(100% - 270px);
	width:calc(100% - 270px);
	padding-left: 30px;
}
.news{
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 10px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 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;
}
.news:hover .img img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .caption{
    padding-top: 15px;
}
.news .date{
    font-size: 13px;
    line-height: 12px;
    color: #888888;
    position: relative;
    margin-bottom: 10px;
}

.news .tend{
    margin-bottom: 10px;
    position: relative;
}

.news .tend a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    height: 52px;
    overflow: hidden;
}
.news:hover .tend a{
    color:#f63c01;
}
.news .des{
    color: #666666;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news .des *{
    font-size: 14px !important;
    line-height: 22px !important;
    color: #666666 !important;
    padding: 0 !important;
    font-weight: normal !important;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #2155a9;
}
.the-title h1{
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
.the-content p{
    padding: 0;
    margin-bottom: 10px;
}
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #2d87ff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 65px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
div#slide-more .slick-arrow:after{
    font-family: FontAWesome;
    font-size: 26px;
    line-height: 34px;
    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#slide-more .slick-prev:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
    font-weight: 600;
}
/*=============================================================*/
.theOther .title{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    position: relative;
}
.theOther .title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:-1px;
    width:45px;
    border-bottom: solid 1px #2d87ff;
}
.theOther .title h2{
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}
.theOther ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.theOther ul li:before{
    content: "\f0da";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
.theOther ul li a{
    font-size: 15px;
    line-height: 23px;
    display: block;
}
.theOther ul li a span{
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
#slideOther .slick-list{
    margin: 0 -15px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .news{
    margin-bottom: 0;
}
#slideOther .slick-arrow {
    width: 35px;
    height: 35px;
    background: #ff8058;
    color: #fff;
    border-radius: 100%;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#slideOther .slick-prev{
    left: -60px;
}
#slideOther .slick-next{
    right: -60px;
}
#slideOther .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: 20px;
    line-height: 28px;
}
#slideOther .slick-prev:before{
    content: "\f104";
}
#slideOther .slick-next:before{
    content: "\f105";
}
#slideOther .slick-arrow:hover{
    background: #d84f25;
}
#slideOther .slick-arrow:hover:before{
    color:#ffffff;
}
/*  */
.boxFilter{
	background: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.boxFilter .title{
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #f63c01;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
}
.boxFilter .filterPrices{
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.boxFilter .filterBrand{
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.boxFilter .menuProduct{
	padding: 10px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.menuProduct ul{

}
.menuProduct ul li{
	margin-bottom: 5px;
}
.menuProduct ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4px 10px 4px;
	padding-left: 35px;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left 10px;
    font-size: 16px;
    line-height: 24px;
    background-size: 20px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menuProduct ul li a .img{
	width: 34px;
    height: 34px;
	position: absolute;
	left: 0;
}
.menuProduct ul li a .img img{
	max-width: 20px;
    max-height: 20px;
	mix-blend-mode: difference;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.menuProduct ul li a:hover{
	color:#f63c01;
}
/*  */
.titleALL{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.titleALLBd{
    margin-bottom: 40px;
}
.titleALL .titlePage{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f63c01;
    margin-bottom: 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .the-title h1{
        font-size: 24px;
        line-height: 32px;
    }
    .news{
        margin-bottom: 40px;
    }
    .news .tend a{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .mod-content{
		display: block;
		margin: 0;
	}
	.mod-content #vnt-sidebar{
		padding: 0;
		width: 100%;
	}
	.mod-content #vnt-main{
		padding: 0;
		width: 100%;
    }
    .boxFilter{
		padding: 0;
		margin-bottom: 30px;
	}
	.boxFilter .title{
		padding: 9px 15px;
		border-bottom: solid 1px rgba(0,0,0,0.1);
		margin-bottom: 0;
	}
	.filterMadein{
		overflow: auto;
	}
	.filterBrand,
	.filterPrices,
	.filterMadein,
	.filterStar{
		padding: 15px;
		display: none;
	}
	.boxFilter .title{
		position: relative;
		cursor: pointer;
	}
	.boxFilter .title:before{
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		right:10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.boxFilter.active .filterBrand,
	.boxFilter.active .filterPrices,
	.boxFilter.active .filterMadein,
	.boxFilter.active .filterStar{
		display: block;
	}
	.boxFilter .menuProduct{
		display: none;
	}
	.boxFilter.active .menuProduct{
		display: block;
	}
}
@media all and (max-width: 767px){
	.mod-content{
		display: block;
		margin: 0;
	}
	.mod-content #vnt-sidebar,
	.mod-content #vnt-main{
		width: 100%;
		padding: 0;
	}
}
@media all and (max-width: 420px){
    .vnt-news .row .col-xs-6{
        width: 100%;
    }
    #slideOther{
        padding-bottom: 55px;
    }
    #slideOther .slick-arrow {
        top:initial;
        bottom: 0;
        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;
    }
}