@charset "utf-8";

.btnArea,
.btnArea > .btn-group{
	display: none;
}

.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	overflow: hidden;
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.line-divide {
	display: inline-block;
	width: 90px;
	height: 2px;
	background-color: #444;
}
.summary {
	line-height: 180%;
}
.intro {
	position: relative;
	background-position: center 100%;
	background-repeat: no-repeat;
}
.intro:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,.5) 100%);
}


.overview .block {
	padding: 2rem 0;
	border-bottom: 1px solid #dedede;
}
.overview .block.top {
	border-top: 2px solid #444;
}

.overview .table {
	border-top: 2px solid #444;
}
.overview th,
.overview td {
	border-left: 1px solid #efefef;
	padding: 1.1rem 0.5rem;
	text-align: center;
	white-space: nowrap;
}
.overview th {
	font-weight: 500;
}
.overview th:first-child,
.overview td:first-child {
	border-left: 0;
}
.overview .table-active {
	--bs-table-bg-state: rgba(0,0,0,0.025);
}


.list-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: .7rem;
	width: 14px;
	height: 14px;
	border: 4px solid rgb(var(--main-rgb));
	border-radius: 50%;
}


.invest .nav-pills .nav-link {
	border: 2px solid transparent;
}
.invest .nav-pills .nav-link:hover,
.invest .nav-pills .nav-link.active, 
.invest .nav-pills .show > .nav-link {
	color: rgb(var(--main-rgb));
	border: 2px solid;
	border-color: rgb(var(--main-rgb));
	background-color: #fff;
}

.invest .block {
	background-position: center 100%;
	background-repeat: no-repeat;
}
.invest .circle {
	width: 220px;
	height: 220px;
}
.invest .box-tree:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -50px;
	width: 1px;
	height: 50px;
	border-left: 1px solid #dedede;
	z-index: -1;
}
.invest .block-invest {
	position: relative;
	display: flex;
	justify-content: center;

}
.invest .block-invest > h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 13px;
	transform: translateY(-9px);
	background-color: #fff;
	border: 9px solid #fff;
	border-left: 9px solid #EC2046;
	border-right: 0;
}
.invest .circle-dash {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #dedede;
}

.invest .block-connect {
	position: relative;
}
.invest .block-connect:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -32px;
	width: 31px;
	height: 6px;
	transform: rotate(90deg);
	transform-origin: left;
	background-image: url(../img/line-connect.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 31px 6px;
}
.invest .col-lg:first-child .block-connect:before {
	display: none;
}
.invest .block-connect.lg:before {
	content: '';
	position: absolute;
	left: -80px;
	top: 50%;
	width: 80px;
	height: 1px;
	background: rgb(var(--main-rgb));
	z-index: -1;
}

.invest .block-orbit {
	padding: 30px 10px;
}
.invest .block-orbit:before {
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	width: calc(100% - 60px);
	height: 360px;
	border-radius: 50rem;
}
.invest .block-orbit .box-img {
	position: relative;
	padding-bottom: 50px;
}
.invest .block-orbit .box-img:before {
	content: '';
	position: absolute;	
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 50px;
	background-color: rgb(var(--main-rgb));
}

.invest	.caret-right:before {
	content: '\F231';
	position: absolute;
	left: -7px;
	top: 50%;
	font-family:'Bootstrap-icons';
	color: rgb(var(--main-rgb));
	transform: translateY(-50%);
}
.invest	.caret-right.t10:before {
	top: 20%;
}	
	
.invest	.arrow-line {
	position: relative;
}
.invest	.arrow-line:before {
	content: '';
	position: absolute;
	left: 50%;
	background-color: rgb(var(--main-rgb));
	z-index: -1;
}
.invest	.arrow-line.down:before {
	bottom: -30px;
	width: 1px;
	height: 30px;
}
.invest	.arrow-line.left:before {
	left: -30px;
	height: 1px;
	width: 30px;
}
.invest	.arrow-line.up:before {
	top: -30px;
	width: 1px;
	height: 30px;
}
.invest	.arrow-line.up-arrow:before {
	top: -30px;
	width: 1px;
	height: 30px;
}
.invest	.arrow-line.up-arrow:after {
	content: '\F235';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-7px);
	color: rgb(var(--main-rgb));
	font-family:'Bootstrap-icons';
}


.invest .tab-header {
    transition: opacity 0.3s ease-in-out;
}
.invest .tab-header.hidden {
    display: none !important;
}

.bg-gray-444 {
	background-color: #444;
}

.invest .continue .step {
	position: relative;
	height: 100px;
}
.invest .continue .step:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 1px;
	height: 30px;
	background-color: rgb(var(--main-rgb));
}
.invest .continue .step.none:before {
	display: none;
}

@media (min-width: 992px) {
	.invest .block-connect:before {
		left: -30px;
		top: 50%;
		transform: rotate(0) translateY(-50%);
		width: 31px;
		height: 6px;
	}
	.mt-lg-up {
		margin-top: -5rem;
	}
	.invest .block-orbit:before {
		background-color: #FAFAFA;
	}
	.invest .continue {
		border-radius: 50rem !important;
	}
	.invest .continue .step {
		width: 30%;
		height: 150px;
	}
	.invest .continue .step:before {
		left: auto;
		right: -5rem;
		top: 50%;
		width: 5rem;
		height: 1px;
	}
	.invest .needs:before {
		content: '';
		position: absolute;
		left: auto;
		right: -3rem;
		top: 50%;
		width: 4rem;
		height: 1px;
		background-color: rgb(var(--main-rgb));
		z-index: -1;
	}
	.invest .process p {
		height: 190px;
	}
}
@media (min-width: 1200px) {
	.page-header {
		min-height: 400px;
		border-radius: 40px;
	}
	.invest .nav-pills .nav-link {
		padding-top: 1.1rem !important;
		padding-bottom: 1.1rem !important;
	}
	.list-box:before {
		left: .5rem;
		top: 1rem;
	}

}
@media (min-width: 1400px) {
	
}

@media (max-width: 1199px) {
	.page-header {
		padding: 2rem 2rem;
		min-height: 240px;
		border-radius: 20px;
	}
}
@media (max-width: 991px) {
	.summary {
		font-size: 16px !important;
	}
	.invest .block-invest > h3:before {
		display: none;
	}
	.invest .continue .step h4 {
		font-size: 20px;
		line-height: 140%;
	}
}

/*mobile sm*/
@media (max-width: 576px) {
	#kso-page .page-header .display-2 {
		font-size: 36px;
	}
	#kso-page .page-header .fs-5 {
		font-size: 1rem !important;
	}
	#kso-page.invest .display-5 {
		font-size: 28px;
	}
	#kso-page.invest h4 {
		font-size: 18px;
	}
	#kso-page.invest h1 {
		font-size: 24px;
	}
	.list-box:before {
		top: .55rem;
	}

	#kso-page.fund .page-header,
	#kso-page.fund .page-header .fs-15,
	#kso-page.fund .form-select {
		font-size: 14px;
	}
	#kso-page.fund .item .form-select {
		padding: 0.375rem 1rem 0.375rem 0.5rem;
		width: 84px;
		font-size: 13px;
		background-size: 10px 8px;
		background-position: right 0.3rem center;
	}
	.summary {
		line-height: 160% !important;
	}

}