.knowledge {
	margin-top: 50px;
}

.knowledge .title {
    font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #9D552F;
	margin-bottom: 25px;
}

.knowledge .hr {
    background: #F9E34C;
    border-radius: 3px;
    width: 150px;
    height: 5px;
    margin: 0px auto
}

.knowledge .description {
	margin-top: 50px;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	color: #000000;;
}

.knowledge .button {
	margin-top: 50px
}

.knowledge .button .btn {
	margin-right: 20px;
	background: #C4C4C4;
    border-radius: 18px;
    
}

.knowledge .button .btn a {
	color: #fff;
	text-decoration: none
}

.knowledge .button .btn:hover {
	background: #9D552F
}

.knowledge .button .active {
	background: #9D552F
}

.knowledge .name_cat_knowledge {
    font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #9D552F;
	margin-bottom: 10px;
	margin-top: 40px
}

.knowledge .hr_full {
	background: #F9E34C;
	height: 3px;
	margin-bottom: 40px
}

.knowledge .image {
	margin-bottom: 30px
}

.knowledge .image img {
	width: 100%
}

.knowledge .name {
	margin-bottom: 20px
}

.knowledge .name a{
    font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.knowledge .name a:hover {
	color: #9D552F
}

/*chi tiết bài viết*/
.detail_knowledge {
	margin-top: 50px
}

.detail_knowledge .name {
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	color: #9D552F;
	margin-bottom: 30px
}

.detail_knowledge .detail {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #000000;
	margin-bottom: 100px
}

.detail_knowledge .other_service {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px
}

.detail_knowledge .image img {
    width: 100%
}

.detail_knowledge .name_related {
	margin-top: 5px;
	margin-bottom: 20px
}

.detail_knowledge .name_related a {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.detail_knowledge .name_related a:hover {
	color: #9D552F
}

/*phân trang*/
.knowledge .home-project ul {
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px
}

.knowledge .home-project ul li {
	margin-right: 8px;
	padding: 0
}

.knowledge .home-project ul li a {
	color: #161615;
    text-decoration: none;
    border: 1px
    solid #E5E5E5!important;
    width: 30px!important;
    height: 30px!important;
    padding: 6px 10px;
}

.knowledge .home-project ul li.active a {
	color: #fff;
    width: 30px!important;
    background: #9D552F!important;
    height: 30px!important;
    padding: 6px 10px;
    border-radius: 0%;
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) {
	.knowledge .button .btn {
		margin-right: 10px;
		margin-bottom: 20px
	}

	.knowledge .image {
		margin-bottom: 10px
	}

	.knowledge .name {
		margin-bottom: 40px
	}

	.knowledge .description_knowledge {
		display: none
	}

	.knowledge .name a {
		font-size: 16px;
        line-height: 20px;
	}

	.detail_knowledge .name {
		font-size: 27px;
		line-height: 35px
	}
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
	.knowledge .button .btn {
		margin-right: 10px;
		margin-bottom: 15px
	}

	.knowledge .name {
		margin-bottom: 10px;
	}

	.knowledge .name a {
		font-size: 17px;
		line-height: 20px
	}

	.knowledge .description_knowledge {
		margin-bottom: 35px;
	}
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
	.knowledge .button .btn {
		margin-right: 0px
	}

	.knowledge .name {
		margin-bottom: 10px
	}

	.knowledge .name a {
		font-size: 18px
	}

	.detail_knowledge .name {
		line-height: 40px
	}
}