#single{
	padding: 30px 0;
}
 #single .post_content{
	padding: 30px 0;
}
#single .post_content .noi_dung{
	font-size: 1rem;
	line-height: 2.1;
	text-align: justify;
}

#single .tieu_de h1{
	text-align: center;
	color: #0f6131;
	font-size: 2.3rem
}

#single .post_content .noi_dung ul{
	padding-left: 25px;
}

#single .post_content .noi_dung ul li{
	list-style: disc;
}

#single .post_content .noi_dung ol li{
	list-style: auto
}

.related_post h2{
	text-align: center;
	color: #0f6131;
	font-size: 2rem;
}
 .related_post .slick-track{
 	display: flex;
 	flex: auto
 }
 .related_post .col_3{
 	display: flex;
 	flex-direction: column;
 	min-height: 100%;
 	height: auto;
 	flex:auto;
 }
 .related_post .col_wrapper{
 	
 	height: 100%;
 	border: 1px solid #ddd
 }
 .related_post .title{
	padding: 15px 10px;
	
}
.related_post .title a{
	color: #009844;
	font-weight: bold;
}
.related_post .img a{
	display: block;
	position: relative;
}
.related_post .img a:before{
	content: '';
	display: block;
	padding-bottom: 70%;
}
.related_post .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#dang_ky {
	background-size: cover;
}
#dang_ky .form{
	width: 75%;
	background-color: #fff;
	padding: 20px;
	margin: auto;
	text-align: center;
}
#dang_ky .form_dang_ky{
	border: 2px dashed #0f6131;
	padding: 20px;
	min-height: 517px;
}
#dang_ky .form_dang_ky .wpcf7-form-control-wrap{
	width: 100%;

}
#dang_ky .form_dang_ky input[type="text"],.form_dang_ky input[type="email"],.form_dang_ky input[type="tel"]{
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-right: none;
	border-left: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-size: 16px;
	height: 5rem;
	outline: none;

}
#dang_ky .form_dang_ky input[type="submit"]{
	background: #427ed1;
	color: #fff;
	border: none;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	display: table;
	margin:  10px auto;
}
#dang_ky .form_dang_ky input[type="submit"]:hover{
	background: #8bc34a;
}
.namlbn-tags a {
	display: inline-table; padding: 2px 4px; border-radius: 3px; background-color: #f1f1f1dd;
	line-height: 1.6; margin-right: 5px
}
.fb-comments iframe {
	width: 100% !important
}
@media(max-width: 1024px){
	#dang_ky .form{
		width: 100%;
	}
}