@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2018-7-12

=========================================================== */
/*

	features
	external


=========================================================== */
/* ===========================================================

	features

=========================================================== */
/* investment-highlight
----------------------------------------------------------- */
.investment-highlight h3 {
	position: relative;
	margin-left: 50px !important;
}
.investment-highlight h3 em {
	position: absolute;
    top: -0.5em;
    left: -50px;
	font-family: 'Oswald', sans-serif;
	font-size: 5.0rem;
	display: inline-block;
	width: 40px;
	text-align: center;
}
/* investment-highlight__figure
----------------------------------------------------------- */
.investment-highlight__figure {
	display: flex;
	justify-content: center;
	position: relative;
}
.investment-highlight__figure li {
	width: 360px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.investment-highlight__figure li:first-child {
	background-color: #0b3190;
	margin-right: 40px;
}
.investment-highlight__figure li:last-child {
	background-color: #12a0e9;
	margin-left: 40px;
}
.investment-highlight__figure li:first-child::before,
.investment-highlight__figure li:first-child::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background-color: #aaa;
	position: absolute;
	top: 50%;
	right: -42px;
	margin-top: -25px;
}
.investment-highlight__figure li:first-child::before {
	transform: rotate(-45deg);
}
.investment-highlight__figure li:first-child::after {
	transform: rotate(45deg);
}
.investment-highlight__figure dl {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.investment-highlight__figure dt {
	border-bottom: solid 1px #fff;
	padding: 0.5em;
}
.investment-highlight__figure dd {
	padding: 0.5em;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
	.investment-highlight__figure {
		display: block;
	}
	.investment-highlight__figure li:first-child::before,
	.investment-highlight__figure li:first-child::after {
		top: inherit;
		right: 50%;
		bottom: -55px;
		margin-top: 0;
	}
	.investment-highlight__figure li {
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.investment-highlight__figure li:first-child {
		margin: 0 0 60px;
	}
	.investment-highlight__figure li:last-child {
		margin-left: 0;
	}
}
/* ===========================================================

	external

=========================================================== */
/* pipeline
----------------------------------------------------------- */
.pipeline {
	margin: 0 300px;
}    
.pipeline table {
	border: solid 1px #a1bde2;
}
.pipeline table th {
	background-color: #fff;
	border: none !important;
	border-right: none;
}
.pipeline table th.office,
.pipeline table th.residential,
.pipeline table th.hotel,
.pipeline table th.commercial {
	color: #fff;
}
.pipeline table th.office {
	background-color: #0b3190;
}
.pipeline table th.residential {
	background-color: #57a481;
}
.pipeline table th.hotel {
	background-color: #a26b39;
}
.pipeline table th.commercial {
	background-color: #8780ab;
}
.pipeline table td {
	width: 15%;
	text-align: right;
	border-left: none;
}
@media screen and (max-width: 1200px) {
	.pipeline {
		margin: 0;
	} 
}