@media (max-width: 1340px) and (min-width:1280px){

}
@media (max-width: 1279px) and (min-width:1025px) {
	.company_item_left{
		width: 57%;
	}
	.border_top1{
		width: 5%;
	}
	.border_top2{
		width: 95%;
	}
	.company_item_right{
		width: 40%;
	}
	.company_item_right img{
		width: 100%;
	}
}
@media (max-width: 1024px) and (min-width:769px) {
	.company_item_left{
		width: 51%;
	}
	.border_top1{
		width: 5%;
	}
	.border_top2{
		width: 95%;
	}
	.company_item_right{
		width: 46%;
	}
	.company_item_right img{
		width: 100%;
	}
	.contact_style1{
		margin-bottom: 10px;
	}
	.contact_style2_item{
		margin-bottom: 10px;
	}
	.border_top{
		margin-bottom: 20px;
	}
	.company_item_left h5{
		margin-bottom: 20px;
	}
	.company_item{
		margin-bottom: 40px;
	}
	.page_content{
		padding-bottom: 50px;
	}
	.page_content .content{
		padding: 50px;
	}
}
@media (max-width: 768px) and (min-width:500px) {
	.company_item_left{
		width: 51%;
	}
	.border_top1{
		width: 5%;
	}
	.border_top2{
		width: 95%;
	}
	.company_item_right{
		width: 46%;
	}
	.company_item_right img{
		width: 100%;
	}
	.contact_style1{
		margin-bottom: 10px;
	}
	.contact_style2_item{
		margin-bottom: 10px;
	}
	.border_top{
		margin-bottom: 20px;
	}
	.company_item_left h5{
		margin-bottom: 20px;
	}
	.company_item{
		margin-bottom: 40px;
	}
	.page_content{
		padding-bottom: 50px;
	}
	.page_content .content{
		padding: 50px;
	}
}
@media (max-width: 499px){
	.company_item_left{
		width: 51%;
	}
	.border_top1{
		width: 5%;
	}
	.border_top2{
		width: 95%;
	}
	.company_item_right{
		width: 46%;
	}
	.company_item_right img{
		width: 100%;
	}
	.contact_style1{
		margin-bottom: 10px;
	}
	.contact_style2_item{
		margin-bottom: 10px;
	}
	.border_top{
		margin-bottom: 20px;
	}
	.company_item_left h5{
		margin-bottom: 20px;
	}
	.company_item{
		margin-bottom: 40px;
	}
	.page_content{
		padding-bottom: 50px;
	}
	.page_content .content{
		padding: 50px;
	}
	
	
	.page_content .content{
		padding: 50px 10px;
	}
	.company_item{
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    flex-direction: column;
	}
	.company_item_left{
		width: 100%;
	}
	.company_item_right{
		width: 100%;
	}
} 