@import url("https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Telex&display=swap");

:root {
	--main-font-raleway: "Raleway", sans-serif;
	--main-font-roboto: "Roboto", sans-serif;
	--main-font-roboto-s: "Roboto Slab", serif;
	--main-font-mons: "Montserrat", sans-serif;

	--main-light-color: #475774;
	--main-dark-color: #24395d;
	--main-darker-color: #13213b;
	--main-darkest-color: #121828;
	--main-orange-color: #ffa737;
	--main-red-color: #e8225a;
	--main-green-color: #00ca69;
	--main-blue-color: #5b78ff;
	--main-denim-color: #106db3;
	--main-teal-color: #36b8cb;

	--main-radius: 4px;
}

* {
	font-family: "Open Sans", sans-serif;
}


.section-1 .content-section {
	text-align: center;
}


.section-content {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	border-top-right-radius: 42px;
	border-top-left-radius: 42px;
	margin-top: -50px;
}

.section-content .container {
	width: 910px;
}

.section-content .card {
	padding: 28px 44px;
	border-radius: 12px;
	margin-bottom: 82px;
	border: 1px solid #000000;
	text-align: center;
	position: relative;
}

.section-content .card .card-body h1 {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	/* identical to box height */

	color: #13213b;
}

.section-content .card .card-body p {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;

	color: #383838;
}
.section-content .non-table .number {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;

	color: #383838;
	text-align: left;
}
.section-content .non-table .description {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;

	color: #383838;
	text-align: left;
	padding-left: 10px;
}
.section-content .btn-card {
	background-color: #f16b25;
	min-width: 328px;
	color: #ffffff;
	padding: 12px 40px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	/* identical to box height */
	color: #ffffff;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-content .table thead tr,
.section-content .table thead tr th,
.section-content .table tbody tr,
.section-content .table tbody tr td {
	border: 1px solid #000000 !important;
}
.section-content .table thead tr th {
	background-color: #0da5de;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;
	/* identical to box height */

	color: #ffffff;
	text-align: center;
	padding: 22px;
}
.section-content .table tbody tr td {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #383838;
}
.section-content .table tbody tr td img {
	width: 24px;
	margin-right: 10px;
}

.section-kelas .container {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -55%);
}

.section-kelas .title-box {
	background-color: #f26f27;
	border-radius: 8px;
	padding: 5px 75px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.section-kelas .container .content {
	background-color: #fff;
	box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
	border-radius: 12px;
	margin-top: 50px;
}

.section-kelas .card {
	border: none;
	border-radius: 40px;
	padding: 20px;
}

.section-kelas .card-img-top {
	border-radius: 12px;
	box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
}

.section-kelas .card .card-body {
	margin: 0;
}

.section-kelas .card .card-body .card-title {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 161.5%;
	color: #f45400;
}

.section-kelas .card .card-body .card-text {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 161.5%;
	color: #000000;
	margin-bottom: 0;
}

.section-tentang .content {
	padding: 50px;
}

.section-tentang .content .img-content {
	padding-left: 50px;
	padding-right: 50px;
	-webkit-filter: drop-shadow(5px 5px 5px #2222225e);
	filter: drop-shadow(5px 5px 5px #2222225e);
}

.section-skema {
	background-image: url("../img/Vector.png"), url("../img/Group\ 52.png");
	background-repeat: no-repeat;
	background-size: cover, contain;
	background-position: center, top;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.section-skema .container {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 50px 60px;
	background-color: #ffffff;
}

.section-skema .container h1 {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;

	color: #13213b;
}

.section-skema .container p {
	width: 976px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	color: #383838;
}

.section-skema .table-bordered tr,
.section-skema .table-bordered td,
.section-skema .table-bordered th {
	border: 1px solid #000000 !important;
}

.section-skema .table thead th {
	background: #f16b25;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;

	color: #ffffff;

	text-align: center;
}

.section-skema .table tbody tr td {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.02em;

	color: #383838;

	text-align: left;

	padding: 30px;
}

.section-skema .container h4 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	/* identical to box height */

	color: #13213b;
}

.section-skema .container .btn-table {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f16b25;
	border-radius: 10px;
	color: #ffffff;
	padding: 18px 72px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 33px;

	color: #ffffff;
}

.section-syarat {
	background-repeat: no-repeat;
	background-size: cover, contain;
	background-position: center, top right;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.section-syarat .container {
	border-radius: 10px;
	padding: 25px;
	background-color: #ffffff;
}

.section-syarat .container table {
	margin-top: 10px;
}

.section-syarat .container tbody tr td {
	padding-bottom: 30px;
}

.clear {
	clear: both;
	margin: 5px;
}

/* utilities */
section .btn {
	border-radius: 24px;
}

#footer ul li{
	list-style-type: none;
	color: white !important;
	text-decoration: none !important;
}


#footer ul li a{
	list-style-type: none;
	color: white !important;
	text-decoration: none !important;
}


.ask .btn-gabung {
	font-family: "Open Sans", sans-serif;
	border-radius: 12px;
	background-color: #f16b25;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 24px;
	font-weight: 700;
}
.career .career-content h1 {
	background-color: #f26f27;
	width: 484px;
	border-radius: 12px;
	margin-bottom: 30px;
}
.career .career-content p {
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	/* identical to box height, or 55px */

	color: #000000;
}
@media (min-width: 236px) {

	.career .career-content h1 {
		background-color: #f26f27;
		width: 484px;
		line-height: 1.5;
		margin: 30px 0;
		border-radius: 12px;
		margin-bottom: 30px;
	}

	nav ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
	}

	.bg-ka-darker {
		background: var(--main-darker-color);
		color: white;
	}

	.bg-footer{
		background-color: #24395D;
		color: white;
		padding: 2% 0;
	}

	.section-content .non-table .number {
		font-size: 32px;
		vertical-align: top;
	}

	.section-content .non-table .description {
		font-size: 14px;
		text-align: justify;
		vertical-align: middle;
	}

	.section-content .btn-card {
		min-width: 200px;
		padding: 10px 16px;
		font-size: 18px;
	}

	.section-1 {
		padding: 25px 0;
		height: 100%;
		background-image: url("../img/bg\ oren.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: fill;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	.section-1 .img-section {
		width: 100%;
	}
	.section-1 .content-section h1 {
		font-family: "Open Sans", sans-serif;
		/*font-size: 54px;*/
		font-style: italic;
		font-weight: 500;
		line-height: 127.5%;
		font-size: 1rem;
		letter-spacing: 0.095em;
		color: #ffffff;
	}
	.section-1 .content-section p {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 161.5%;
		color: #ffffff;
	}
	.section-1 .content-section .btn-new {
		color: #ffffff;
		font-family: "Open Sans", sans-serif		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		/* identical to box height */
		text-align: center;
		letter-spacing: 0.035em;
		background: rgba(255, 150, 0, 0.18);
		border: 4px solid #ffffff;
		padding: 10px 27px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.section-kelas {
		margin-top: 330px;
		padding-top: 80px;
		background-color: #f26f27;
		position: relative;
		height: 368px;
	}

	.section-tentangsection-tentang {
		background-image: url("../img/Vector.png"), url("../img/Group\ 46.png");
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, left;
		margin: 40px 0;
	}
	.section-tentang .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 5px 15px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.section-tentang h1 {
		margin: 0;
		padding: 0;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1rem;
		line-height: 51px;
		color: #ffffff;
	}
	.section-tentang .content .content-desc {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		line-height: 161.5%;
	}

	.section-tentang .content .content-slogan {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1rem;
		line-height: 33px;
		color: #13213b;
	}
	.section-tentang .content {
		padding: 15px;
		background-color: white;
	}
	.section-kelas h1 {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1rem;
		line-height: 51px;
		color: #ffffff;
		margin: 0;
		padding: 0;
	}
	.section-kelas {
		margin-top: 330px;
		padding-top: 80px;
		background-color: #f26f27;
		position: relative;
		height: 368px;
	}

	.section-kelas .container {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -55%);
	}

	.section-kelas .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 5px 35px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.section-kelas .container .content {
		background-color: #fff;
		box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		border-radius: 12px;
		margin-top: 35px;
	}

	.section-kelas .card {
		border: none;
		border-radius: 40px;
		padding: 20px;
	}

	.section-kelas .card-img-top {
		border-radius: 12px;
		box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
	}

	.section-kelas .card .card-body {
		margin: 0;
	}

	.section-kelas .card .card-body .card-title {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 161.5%;
		color: #f45400;
	}

	.section-kelas .card .card-body .card-text {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 161.5%;
		color: #000000;
		margin-bottom: 0;
	}

	.section-skema {
		background-image: url("../img/Vector.png"), url("../img/Group\ 52.png");
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, top;
		padding-top: 55px;
		padding-bottom: 100px;
		position: relative;
	}

	.section-skema .container {
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 10px;
		padding: 20px;
		background-color: rgba(255, 255, 255, 0);
	}

	.section-skema .container h1 {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 600;
		line-height: 54px;
		color: #13213b;
	}

	.section-skema .container p {
		width: 100%;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		color: #383838;
	}

	.section-skema .table-bordered tr,
	.section-skema .table-bordered td,
	.section-skema .table-bordered th {
		border: 1px solid #000000 !important;
	}

	.section-skema .table thead th {
		background: #f16b25;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1rem;
		line-height: 21px;

		color: #ffffff;

		text-align: center;
	}

	.section-skema .table tbody tr td {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0.02em;

		color: #383838;

		text-align: left;

		padding: 30px;
	}

	.section-skema .container h4 {
		margin-top: 50px;
		margin-bottom: 50px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 33px;
		/* identical to box height */

		color: #13213b;
	}

	.section-skema .container .btn-table {
		position: absolute;
		bottom: 1%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #f16b25;
		border-radius: 10px;
		color: #ffffff;
		padding: 18px 5px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 1rem;
		line-height: 33px;
		width: 85%;
		color: #ffffff;
	}

	.section-syarat {
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, top right;
		padding-top: 30px;
		padding-bottom: 100px;
		position: relative;
	}

	.section-syarat .container {
		border-radius: 10px;
		padding: 25px;
		background-color: #ffffff;
	}

	.section-syarat .container h1 {
		background-color: #f16b25;
		width: 100%;
		padding: 20px 20px;
		border-radius: 8px;
		text-align: center;
		text-transform: capitalize;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
		font-size: 1rem;
	}

	.section-syarat .container table {
		margin-top: 10px;
	}

	.section-syarat .container tbody tr td {
		padding-bottom: 30px;
	}

	.section-syarat .container .number {
		float: left;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 60px;
		color: #ffcb05;
		height: 46px;
	}

	.clear {
		clear: both;
		margin: 35px;
	}

	.section-syarat .container .text {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 30px;
		/* or 29px */

		color: #383838;
	}

	.section-keuntungan {
		background-image: url("../img/Vector.png"), url("../img/bg54.png");
		background-repeat: no-repeat;
		background-size: cover, cover;
		background-position: center, top;
		padding-top: 50px;
	}

	.section-keuntungan .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 5px 22px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.section-keuntungan h1 {
		margin: 0;
		padding: 0;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 51px;
		color: #ffffff;
		font-size: 1.3rem;
	}

	.section-keuntungan .content-desc {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.1rem;
		line-height: 161.5%;
		margin: 40px 0;
		/* or 55px */
		text-align: center;
	}

	.section-keuntungan ul li {
		list-style-type: none;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #ffffff;
		width: 86%;
		margin: 20px 0;
		padding: 15px;
		border-radius: 10px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.section-keuntungan ul li:first-child {
		background-color: #f26f27;
	}

	.section-keuntungan ul li:nth-child(2) {
		background-color: #f26f27;
		/*margin-left: 30px;*/
	}

	.section-keuntungan ul li:last-child {
		background-color: #f26f27;
		/*margin-left: 60px;*/
	}

	.section-keuntungan img {
		width: 70%;
	}

	.section-keuntungan .ask {
		background-color: #f16b25;
		width: 100%;
		height: 145px;
		position: relative;
		padding: 40px 0;
	}

	.section-keuntungan .text {
		background-color: #ffffff;
		border-radius: 8px;
		border: 4px solid #f16b25;
		width: 90%;
		text-align: center;
		position: absolute;
		left: 50%;
		font-size: 1rem;
		padding: 3px;
		transform: translate(-50%, -55%);
	}
}

@media (min-width: 768px) {
	.section-1 {
		padding-top: 5%;
		height: 100vh;
		background-size: cover;
		border-bottom-left-radius: 22px;
		border-bottom-right-radius: 22px;
	}
	.section-content .btn-card {
		min-width: 335px;
		padding: 10px 16px;
		font-size: 18px;
	}

	.section-1 .img-section {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.section-1 .content-section h1 {
		font-size: 2.5rem;
	}
	.section-1 .content-section p {
		width: 80%;
		font-size: 2rem;
		margin-top: 40px;
	}
	.section-1 .img-section {
		width: 650px;
	}
	.section-1 .content-section .btn-new {
		margin-top: 50px;
		font-size: 2rem;
		line-height: 39px;
		padding: 17px 37px;
	}
	.section-tentang {
		background-image: url("../img/Vector.png"), url("../img/Group\ 46.png");
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, left;
		/*padding: 3rem 0 !important;*/
		margin: 3rem 0 !important;
	}
	.section-tentang .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 15px 50px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.section-tentang .content .content-desc {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 161.5%;
		/* or 55px */
		text-align: justify;
	}
	.section-tentang .content .content-slogan {
		padding-top: 20px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 33px;
		color: #13213b;
	}
	.section-tentang .content {
		padding: 50px;
		background-color: rgba(255, 255, 255, 0);
	}
	.section-kelas {
		margin-top: 300px;
	}

	.section-kelas .container {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -55%);
	}

	.section-kelas .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 15px 75px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.section-kelas .container .content {
		background-color: #fff;
		box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 10px 4px 19px 5px rgba(0, 0, 0, 0.35);
		border-radius: 12px;
		margin-top: 50px;
	}

	.section-kelas .card {
		border: none;
		border-radius: 40px;
		padding: 20px;
	}

	.section-kelas .card-img-top {
		border-radius: 12px;
		box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 11px 11px 23px -1px rgba(0, 0, 0, 0.35);
	}

	.section-kelas .card .card-body {
		margin: 0;
	}

	.section-kelas .card .card-body .card-title {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 161.5%;
		color: #f45400;
	}

	.section-kelas .card .card-body .card-text {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 161.5%;
		color: #000000;
		margin-bottom: 0;
	}

	.section-skema {
		background-image: url("../img/Vector.png"), url("../img/Group\ 52.png");
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, top;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.section-skema .container {
		border: 1px solid #000000;
		border-radius: 10px;
		padding: 50px 60px;
		background-color: #ffffff;
	}

	.section-skema .container h1 {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 54px;

		color: #13213b;
	}

	.section-skema .container p {
		width: 976px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 62px;

		color: #383838;
	}

	.section-skema .table-bordered tr,
	.section-skema .table-bordered td,
	.section-skema .table-bordered th {
		border: 1px solid #000000 !important;
	}

	.section-skema .table thead th {
		background: #f16b25;
		padding: 30px 100px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 21px;

		color: #ffffff;

		text-align: center;
	}

	.section-skema .table tbody tr td {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0.02em;

		color: #383838;

		text-align: left;

		padding: 30px;
	}

	.section-skema .container h4 {
		margin-top: 50px;
		margin-bottom: 50px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 33px;
		/* identical to box height */

		color: #13213b;
	}

	.section-skema .container .btn-table {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #f16b25;
		border-radius: 10px;
		color: #ffffff;
		padding: 18px 72px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 33px;

		color: #ffffff;
	}

	.section-syarat {
		background-image: url("../img/Vector.png"), url("../img/Group\ 53.png");
		background-repeat: no-repeat;
		background-size: cover, contain;
		background-position: center, top right;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
		background-color: #f16b25;
	}

	.section-syarat .container {
		border: 1px solid #000000;
		border-radius: 10px;
		padding: 50px 60px;
		background-color: #ffffff;
	}

	.section-syarat .container h1 {
		background-color: #f16b25;
		width: 80%;
		padding: 20px 150px;
		border-radius: 8px;
		text-align: center;
		text-transform: capitalize;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 51px;
		color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
		font-size: 2rem;
	}

	.section-syarat .container table {
		margin-top: 10px;
	}

	.section-syarat .container tbody tr td {
		padding-bottom: 30px;
	}

	.section-syarat .container .number {
		float: left;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 60px;
		color: #ffcb05;
		height: 100px;
		display: flex;
		align-items: center;
	}

	.clear {
		clear: both;
		margin: 5px;
	}

	.section-syarat .container .text {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 30px;
		min-height: 90px;
		display: flex;
		margin: 10px 0;
		align-items: center;
		/* or 29px */

		color: #383838;
	}

	.section-keuntungan {
		background-image: url("../img/Vector.png"), url("../img/bg54.png");
		background-repeat: no-repeat;
		background-size: cover, cover;
		background-position: center, top;
		padding-top: 50px;
	}

	.section-keuntungan .title-box {
		background-color: #f26f27;
		border-radius: 8px;
		padding: 22px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.section-keuntungan h1 {
		margin: 0;
		padding: 0;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 51px;
		color: #ffffff;
		font-size: 2rem;
	}

	.section-keuntungan .content-desc {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 161.5%;
		margin: 40px 0;
		/* or 55px */
		text-align: center;
	}

	.section-keuntungan ul li {
		list-style-type: none;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #ffffff;
		width: 75%;
		margin: 20px 0;
		padding: 15px;
		border-radius: 10px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.section-keuntungan ul li:first-child {
		background-color: #f26f27;
	}

	.section-keuntungan ul li:nth-child(2) {
		background-color: #f26f27;
		margin-left: 30px;
	}

	.section-keuntungan ul li:last-child {
		background-color: #f26f27;
		margin-left: 60px;
	}

	.section-keuntungan img {
		width: 70%;
	}

	.section-keuntungan .ask {
		background-color: #f16b25;
		width: 100%;
		height: 130px;
		position: relative;
		padding: 20px 0;
	}

	.section-keuntungan .text {
		background-color: #ffffff;
		border-radius: 8px;
		border: 4px solid #f16b25;
		width: 60%;
		text-align: center;
		position: absolute;
		left: 50%;
		font-size: 1.2rem;
		padding: 15px 50px;
		transform: translate(-50%, -55%);
	}

	.navbar-ka-light,
	.navbar-ka-light a {
		color: var(--main-darker-color);
	}

	.navbar-ka-light .navbar-toggler {
		border-color: var(--main-darker-color);
		line-height: 1.4;
	}

	.navbar-toggler-icon {
		width: auto;
		height: auto;
		padding: 0.2em 0;
	}

	.navbar-nav .nav-item {
		font: 500 16px var(--main-font-mons);
	}

	.navbar-nav .dropdown-menu .dropdown-item {
		font: 500 16px var(--main-font-mons);
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		margin: 0 10px;
	}

	.bg-ka-dark {
		background: var(--main-dark-color);
		color: white;
	}

	.bg-ka-darker {
		background: var(--main-darker-color);
		color: white;
	}

	nav ul li a {
		display: block;
		padding: 25px;
		color: #fff;
		text-decoration: none;
	}

	.brand {
		width: 224px;
		height: 50px;
		background-size: contain;
		background-position: center;
		background-image: url("../v2/img/LogoBaru.png");
		background-repeat: no-repeat;
	}

	.section-tentang h1 {
		margin: 0;
		padding: 0;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 51px;
		color: #ffffff;
	}

	.section-kelas h1 {
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 51px;
		color: #ffffff;
		margin: 0;
		padding: 0;
	}

	.section-syarat .container h1 {
		background-color: #f16b25;
		width: 100%;
		padding: 20px 20px;
		border-radius: 8px;
		text-align: center;
		text-transform: capitalize;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
		font-size: 2rem;
	}
}

@media only screen and (min-width: 1200px) {
	.section-tentang {
		text-align: center !important;
	}

	.section-tentang .content-desc {
		text-align: center !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.career .career-content{
		padding: 100px 0;
	}
	.career .career-content h1 {
		width: fit-content;
		margin-bottom: 30px;
		text-align: center;
		padding: 0 20px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.career .career-content p {
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	.section-tentang .pr-5 {
		padding-right: 0 !important;
	}
	.section-tentang p {
		text-align: center;
		width: auto !important;
	}
	.section-tentang .content-slogan {
		text-align: center;
	}
	.section-skema h4 {
		margin-top: -10px !important;
		text-align: justify;
		font-size: 20px;
	}
	.section-syarat {
		padding-bottom: 0 !important;
	}
	.section-keuntungan {
		margin-top: 0px !important;
	}
	.ask .btn-gabung {
		border-radius: 10px;
		padding: 8px 24px;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.career .career-content h1 {
		width: fit-content;
		margin-bottom: 30px;
		text-align: center;
		padding: 0 20px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.career .career-content p {
		text-align: center;
		font-size: 20px;
	}
}
