.kw-heading{
    font-size: 36px;
    margin: 0 0 20px;
}

.item_post a{
    display: block;
    position: relative;
    margin-bottom: 30px;
    -moz-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 8px;
    overflow: hidden;
}
.item_post a img {
    width: 100%;
    transition: all .3s;
    display: block;
    max-height: 280px;
    object-fit: cover;
}
.item_post:hover img {
    transform: scale(1.05);
}
.article-post-meta{
    font-size: 14px;
}
.article-post-meta .author {
    position: relative;
    margin-right: 17px;
}
.article-post-meta .author::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #8a8a8a;
    right: -8px;
    top: 5px;
}
.article-post-meta .author i{
    margin-right: 5px;
}
.item_post_content{
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 20px 15px 0px;
    color: #8f8f93;
}
.item_post_content h2{
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    text-align: justify;
    color: #3c297c;
}

.post_excerpt {
    line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item_post .article-more {
    background-color: #fcf5f2;
    padding: 9px 15px;
}
.article-more span {
    padding: 10px 28px;
    background-color: #2eb9d6;
    border-color: #2eb9d6;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    border-radius: 25px;
    display: inline-block;
}

.article-more span:hover {
    color: #fff;
    background: #f2c731;
    border-color: #f2c731;
}
nav.navigation.pagination {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

nav.navigation.pagination a.page-numbers {
    padding: 5px;
    text-decoration: none;
}

nav.navigation.pagination a.page-numbers:hover {
    text-decoration: underline;
}

.single-pagination a {
    display: inline-block;
    font-weight: bold;
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 25px 0;
}
.single-pagination>div{
}
.single-pagination-prev a::before {
    content: "\f104";
    font-family: 'FontAwesome';
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-pagination-next a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    float: right;
    margin-left: 10px;
}
/* single */
.single-heading {
    margin: 0px 0 15px;
    font-size: 24px;
    line-height: 1.2;

}
.relatedcat h3 {
    font-size: 30px;
}
/* page */
.box_ch {
	border:1px solid #f5d461;
	border-radius: 8px;
	margin-bottom: 10px;
}
.box_ch .title_ch {
	padding:.7em 15px;
	display:flex;
	align-items:center;
	cursor:pointer;
	font-size:18px;
}
.box_ch .title_ch {
	background: none;
	border: none;
	color: #3c297c;
	font-size: 22px;
	font-weight: 700;
	padding-left: 25px;
	position: relative;
	text-align: left;
	margin: 0;
}
.box_ch .title_ch::before {
	color: #3c297c;
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 18px;
	font-style: normal;
	margin-right: 10px;
}
.box_ch.active .title_ch::before {
	content: "\f068";
}
.box_ch .content_ch {
	padding:20px;
}
/**/
.faq_cauhoi{
	margin-bottom: 30px;
}
.pagefaq_form__title {
	font-size: 24px;
	font-weight: 600;
	color: #3c297c;
	margin: 13px 0px;
}
.pagefaq_form__desc{
	margin-bottom: 35px;
}

.faq-form input.wpcf7-form-control.wpcf7-text,
.faq-form textarea.wpcf7-form-control.wpcf7-textarea{
	background-color: #f5f5f5;
}

@media only screen and (max-width: 990px) {
    .pagefaq_form__title,
    .box_ch .title_ch{
        font-size: 20px;
    }
    /**/
    .kw-heading {
        font-size: 28px;
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 768px) {
    .kw-heading {
        font-size: 25px;
    }
    .entry-content .col-mb {
        width: 50%;
    }
    .article-more span {
        padding: 5px 20px;
        font-size: 13px;
    }
    .post_excerpt {
        font-size: 11px;
    }

    .item_post h4 {
        font-size: 13px;
    }

    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }

    .post_excerpt p {
        margin: 0;
    }
    .relatedcat h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .single-heading {
        font-size: 21px;
    }
}
@media only screen and (max-width: 500px) {
    .post_excerpt {
        display: none;
    }
}