.table_agens{
	margin-bottom: 30px;
}
.table_agens .table td, 
.table_agens .table th{
	border: none;
	color: #222;
	font-weight: 400;
}
.web_html_nav .nav-item {
    display: inline-block;
}
.agen_box{
	display: flex;
	padding-top: 50px;
}
.agen_box .col_left{
	min-width: 337px;
	padding-right: 15px;
}
.agen_box .col_right{
	padding-left: 15px;
	width: 100%;
	padding-top: 10px;
}
.filter_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.filter_head .name{
	font-size: 32px;
	color: #222;
}
.filter_head .clear{
	color: #194769;
	font-size: 16px;
}
.filter_html{
	font-size: 14px;
}
.filter_html .hg{
	color: #62686A;
	font-weight: bold;
}
.filter_html .checkbox{
	position: relative;
}
.filter_html .checkbox{
	padding-left: 20px;
	color: #000;
}
.filter_html .checkbox input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 3px;
}
.col_right .fun_name{
	font-size: 20px;
	color: #222;
	padding-bottom: 15px;
}
.col_right .resault{
	font-size: 16px;
	color: #62686A;
	padding-bottom: 5px;
	padding-top: 3px;
}
.table-striped tbody tr:nth-of-type(odd){
	background: #F9F9F9;
}
.page_name{
	background-image: url('../image/tg-invest.jpg');
	color: #fff;
}
.tb_col1{
	width: 33%;
	word-break: break-word;
}
.tb_col2 a{
	word-break: break-word;
}
.tb_col3{
	width: 33%;
	word-break: break-word;
}
.checkbox.red_checkbox{
	padding-left: 0;
}
.red_checkbox > label span{
	display: block;
	padding-left: 25px;
	background: url('../image/i-checkbox.svg') left center no-repeat;
}
.red_checkbox > label input{
	display: none;
}
.red_checkbox > label input:checked ~ span{
	background: url('../image/i-checkbox-checked.svg') left center no-repeat;
}
@media (max-width: 1199px) {
	.agen_box .col_left{
		min-width: 250px;
	}
	.filter_head .name{
		font-size: 24px;
	}
	.agen_box .col_right{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.table_agens{
		font-size: 14px;
	}
	.agen_box{
		flex-wrap: wrap;
	}
	.agen_box .col_left{
		padding-right: 0;
		min-width: 100%;
	}
	.filter_html .form-group{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.filter_html .hg{
		width: 100%;
	}
	.filter_html .checkbox{
		padding-right: 15px;
		width: 33.33%;
	}
	.agen_box .col_right{
		padding: 0;
	}
	.tb_col1{
		max-width: 300px;
		word-break: break-word;
	}
	.p_table{
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.filter_html .checkbox{
		width: 50%;
	}
	.p_table{
		font-size: 14px;
	}
	.p_table tr{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.p_table tr td{
		padding: 10px 15px;
		width: 100%;
		padding-bottom: 0;
	}
	.p_table tr td.tb_col1{
		padding-bottom: 0;
		font-size: 16px;
	}
	.p_table tr td.tb_col2,
	.p_table tr td.tb_col3{
		padding-bottom: 3px;
		padding-top: 0;
	}
	.p_table tr td.tb_col3{
		padding-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.agen_box{
		padding-top: 15px;
	}
}