.faq_title{
	color: rgba(0,0,0,.5) !important;
	font-weight: 600;
	background-color: #fff;
	font-size: 16px;
	padding-right: 25px;
	padding-left: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: #ddd;
	border-radius: 4px;
	position: relative;
	display: block;
	padding: 16px 40px 16px 20px;
	border: 1px solid rgba(167,167,167,.2);
	margin: 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
	font-weight: 400;
}
.faq_title.dang_mo{
	color: #000 !important;
	background-color: #f5f5f5;

}
.faq_description{
	padding: 35px;
}
.box_title_cat{
	display: table;
	margin-bottom: 20px;
	margin-top: 20px;
}
.box_title_cat i{
	font-size: 24px;
	color: #c80;
	padding: 5px;
	margin-right: 15px;
	margin-left: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #ddd;
	border-radius: 4px;
	margin: 0;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	vertical-align: sub;
	box-sizing: content-box;
	transition: all .2s ease-in-out;
}
.box_title_cat h2{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.faq_title i{
	float: right;
	margin-top: 5px;
}
.cz_acc_close_icon{
	display: none !important;
}
.cz_acc_open_icon{
	color: #c80 !important; 
}
.dang_mo .cz_acc_open_icon{
	display: none !important;
	
}

.dang_mo .cz_acc_close_icon{
	display: inline-block !important;
	color: rgba(0,0,0,.4);
}
.h2_faq{
	color: #4a4a4a;
    font-family: 'Lora';
    font-weight: 700;
    font-size: 30px;
}
.h3_faq{
	font-size: 16px;
    color: #4a4a4a;
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 1.6;
}
.hinh_anh_faq img{
	width: 100%;
	height: auto;
}
.hinh_anh_faq{
	margin-bottom: 20px;
}