
.project_caption h3{
	font-size: 18px;
    font-family: GothamBook;
    margin-bottom: 12px;
}
.project_caption .back_btn{
	float: right;
}
.project_caption .back_btn a , .project_caption .back_btn span{
	font-size: 18px;
	font-family: PingFangSC-regular;
	color: #333;
}
.project_caption .back_btn span{
	margin: 0 10px;
}
.project_caption hr{
	margin-bottom: 35px;
	margin-top: 10px;
}
.project_txt img{
	max-width: 100%;
}
.project_txt_row1::after{
	content: "";
	display: block;
	clear: both;
}
.project_txt_row1{
	margin-bottom: 32.5px;
	line-height: 26px;
	
}
.project_txt_row1 p{
	text-align: justify;
	margin-bottom: 0;

}

.project_view_footer{

}
.project_view_footer::after{
	text-align: center;
}


.project_top{
	font-size: 16px;
	line-height: 20pt;
	font-family: PingFangSC-regular;
	text-align: center;
	cursor: pointer;
}
.project_top img{
	width: 26px;
    margin-right: 5px;
}
.floor3{
	margin-top: 15px;
}

.footer_row{
	padding-bottom: 85px;
	margin-top: 100px;
}

.project_view_footer span{
	margin: 0 15px;
}
.project_view_footer a , .project_view_footer span{
	font-size: 16px;
	line-height: 20pt;
	font-family: PingFangSC-regular;
	float: left;
}

@media screen and (min-width:2100px ) {
	.project_top{
		font-size: 14pt;
	}
	.project_view_footer a , .project_view_footer span{
		font-size: 14pt;
		line-height: 20pt;
	}
} 


@media screen and (max-width:768px ) {
	.project_caption{
	padding-left: 45px;
	padding-right: 45px;
}
	.project_txt_row1 .col-md-2{
		padding-left: 45px !important;
		padding-right: 45px;
	}
	
	.project_txt_row1 .col-md-5{
		width: 100%;
	    padding-right: 45px !important;
  		  padding-left: 45px;
	} 
	.project_caption .back_btn{
		display: none;
	}
}

