/**css tuy chinh rieng cho tung trang**/
.section-title .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  	text-align:center;
  	color: var(--main-color-one);
}
.blog-listing .listing{
	text-align:justify;
  	padding:0;
}
.header-bottom-area  .work-single-item img {
	width:100%;
  	object-fit:cover;
}
.header-bottom-area  .row{
	justify-content:center;
}
@media only screen and (min-width:992px) {
  .header-bottom-area  .row > div {
	max-width:50%;
  	flex:0 0 50%;
}
}