.pagination {
	margin-top:0px;
}
/******* CSS cho note_write_list_faqs *********/
.note_write_faqs{
	padding:20px;
	background:#f3f3f3;
	border-top:7px solid #c2c2c2;
	border-bottom:1px solid #cecece;
}
.note_faqs{
	float:left;
	width:255px;
	margin-right:40px;
	font-weight:normal;
	color:#6e6e6e;
}
.note_faqs .note_1{
	font-family:"utm_aquarelle";
	font-size:36px;
	font-weight:normal;
	color:#5a5a5a;
	line-height:normal;
}
.note_faqs .note_2{
	font-family:"utm_amerika_sans";
	font-size:48px;
	font-weight:normal;
	color:#2a2a2a;
	line-height:35px;
}
.write_faqs{
	float:left;
	padding-top:120px;
}

.write_faqs a{
	text-decoration:none;
}
  
.box-faqs {
} 

.box-faqs .box-item{
	border-bottom: 1px dotted #d9d9d9;	
}

.box-faqs .box-item.last{
	border-bottom:none;
}

.box-item .box-item_title{
	background: url(../images/icon_question.png) 3px 25px no-repeat;
  padding: 20px 0 20px 30px;
}

.box-item .box-item_title a {
	text-decoration:none; 
	color:#494949;
}

.box-item .box-item_title a:hover{
	color:#17851c;
}

.box-item .box-item_title .poster{
	font-weight:bold;
	color:#333;
}

.box-item .box-item_title .date_post{
	font-weight:normal;
	color:#a0a0a0;
}

.box-item .box-item_content {
	background:url(../images/item_content.gif) top left repeat-x;
  margin-bottom: 20px;
  margin-left: 30px;
	display:none;
	padding-top:8px;
}

.box-item .box-item_content .box-item_content_add{
	background:url(../images/item_content_add.gif) top left repeat-y #efefef;
	padding: 0 17px;
}

.box-item .box-item_content .answer_by{
	font-weight:bold;
	color:#c01118;
}

.box-item .box-item_content .answer_content{
	color:#333;
	font-weight:normal;
	padding-bottom:10px;
}
/*BOX -faqs*/
.box-faqs ul {	list-style:none;}
.box-faqs li {background:url(../images/arr_question.gif) 0 3px no-repeat; padding:2px;	padding-left: 20px;}

/*OTHER*/
.list-other {
	padding:5px 0px;
}
.list-other h3 { font-weight:bold; }
.list-other ul {list-style:none;padding-left:15px;}
.list-other li {background: url(../images/icon_li.gif) 0 10px no-repeat;	padding-left: 10px;}
/*DETAIL*/
.boxDetail {
	
} 
h2.title {
	font-size:14px; 
	margin-bottom:5px;	
}
.tools {
	background: url(../images/hr.gif) top repeat-x;
	padding-top:10px;
	
	margin-top:10px;
}
.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

 
/* box_sidebar */
.sidebar-faqs ul {list-style:none;padding-top:5px	;}
.sidebar-faqs li {
	background:url(../images/hr.gif) bottom repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}
.sidebar-faqs li.last { background:none;	} 

.sidebar-faqs div {
	background:url(../images/icon_li.gif) 0px 10px no-repeat;
	padding-left:10px;	
	
}
 
 
.sidebar-faqs h3{
	padding-top:5px;
	font-weight:bold;	
}
.sidebar-faqs .faqs-date {
	color:#7e9baf;
}

#banner_footer li {
	padding:0px 8px;	
	float:left;
}
 @media screen and (max-width: 767px){
	 .note_faqs{
		 width: 100%;
		 margin-right: 0;
	 }
	 .write_faqs{
		 padding-top: 20px;
	 }
 }