.home_section.product{
	background: #f3f4f5;
    margin-top: 0px;	
}

.product_submenu ul li{
	display: inline-block;
    width: 205px;
    height: 42px;
    background: #fff;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
    margin-right: 15px;
    border-radius: 0px;
    cursor: pointer;
	text-align:center;
	margin-bottom:10px;

}

.product_submenu ul li.active{
    background: #b30000;
    color: #fff;

}

.product_submenu ul li:hover{
    background: #b30000;
    color: #fff;

}

.product_container{
	margin-top:50px;

}

.product_container .col-lg-6{
	padding:0px 5px;
}


.product_container .item{
	text-align: center;
    padding:20px;
	background-color:#fff;
}

.product_container .item.left{
	height:490px;
	
}


.product_container .item.left img{
	max-height:450px;
	overflow:hidden;
}


.product_container .right .item{
    height: 220px;
    margin-bottom: 10px
}

.product_container .right .item img{
   max-height: 170px;
}

.product_container .product_title{
	text-align: center;
    font-size: 24px;
    color: #333333;
	font-weight:700;

}


@media (max-width: 991px){
	.product_container .item.left{
		margin-bottom:20px;
		height: auto;
	}

}

@media (max-width: 767px){
	.product_submenu ul li{
		width:100%;
		height: 60px;
		background: #fff;
		line-height: 60px;
		font-size: 18px;
		
	}
}


@media (max-width: 450px){
	.product_container .col-lg-6{
		width:100%;
		
	}
	.product_container .right .item{
    height: auto;
	}
	.product_container .right .item img{
		max-height: unset;
	}
}
