*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #CEEBF8;
}
@font-face {
	font-family: "SamsungBold";
	src: url("https://solvefortomorrowindonesia.com/fonts/samsung/SamsungSharpSans-Bold.ttf");
}
@font-face {
	font-family: "SamsungMedium";
	src: url("https://solvefortomorrowindonesia.com/fonts/samsung/SamsungSharpSans-Medium_0.ttf");
}
@font-face {
	font-family: "SamsungRegular";
	src: url("https://solvefortomorrowindonesia.com/fonts/samsung/SamsungSharpSans-Regular.ttf");
}
html,
body {
	font-family: 'SamsungMedium', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	line-height: 1.5px;
	letter-spacing: 0px;
	background-color: #000000;
	color: #08284b;
	font-weight: 300;
	width: 100%;
	height: 100%;
	transition: ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 600;
}
p {
	font-family: 'SamsungMedium', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	transition: all 0.3s;
}
p:last-child
{
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'SamsungBold', sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 600;
}
small
{
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0;
}
ul
{
	padding: 0px;
	margin-left: 15px;
}
a
{
	color: #2189ff;
	font-size: 16px;
	line-height: 1.33;
	letter-spacing: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-font-smoothing: antialiased;
}
a:focus,
a:hover {
	color: #fff;
	text-decoration: none;
	color: inherit !important;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
img.rounded
{
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
i
{
	transition: all 0.3s;
}

.btn-transition {
	display: inline-block;
	position: relative;
	min-width: 200px;
	padding: 15px 20px;
	border-radius: 30px;
	background-color: #0303c6;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
}
.btn-transition span {
	opacity: 0;
	display: inline-block;
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -4.5px;
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	transform: translate(0, -20px);
}
.btn-transition span.spn-space
{
	margin-left: 5px;
}
.btn-transition span.spn-right
{
	margin-right: 5px;
}
.btn-transition:before {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-text);
	opacity: 1;
	transform: translate(0, 0px);
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	width: 100%;
	color: #fff;
	padding: 0 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: row;
}
.btn-transition:hover:before, .btn-transition:focus:before {
	opacity: 0;
	transform: translate(0, 20px);
}
.btn-transition:hover span, .btn-transition:focus span {
	opacity: 1;
	transform: translate(0, 0);
}
.btn-transition:hover span:nth-child(1), .btn-transition:focus span:nth-child(1) {
	transition-delay: 0.025s;
}
.btn-transition:hover span:nth-child(2), .btn-transition:focus span:nth-child(2) {
	transition-delay: 0.05s;
}
.btn-transition:hover span:nth-child(3), .btn-transition:focus span:nth-child(3) {
	transition-delay: 0.075s;
}
.btn-transition:hover span:nth-child(4), .btn-transition:focus span:nth-child(4) {
	transition-delay: 0.1s;
}
.btn-transition:hover span:nth-child(5), .btn-transition:focus span:nth-child(5) {
	transition-delay: 0.125s;
}
.btn-transition:hover span:nth-child(6), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.15s;
}
.btn-transition:hover span:nth-child(7), .btn-transition:focus span:nth-child(7) {
	transition-delay: 0.175s;
}
.btn-transition:hover span:nth-child(8), .btn-transition:focus span:nth-child(8) {
	transition-delay: 0.2s;
}
.btn-transition:hover span:nth-child(9), .btn-transition:focus span:nth-child(9) {
	transition-delay: 0.225s;
}
.btn-transition:hover span:nth-child(10), .btn-transition:focus span:nth-child(10) {
	transition-delay: 0.25s;
}
.btn-transition:hover span:nth-child(11), .btn-transition:focus span:nth-child(11) {
	transition-delay: 0.275s;
}
.btn-transition:hover span:nth-child(12), .btn-transition:focus span:nth-child(12) {
	transition-delay: 0.3s;
}
.btn-transition:hover span:nth-child(13), .btn-transition:focus span:nth-child(13) {
	transition-delay: 0.325s;
}
.btn-transition:hover span:nth-child(14), .btn-transition:focus span:nth-child(14) {
	transition-delay: 0.350s;
}
.btn-transition:hover span:nth-child(15), .btn-transition:focus span:nth-child(15) {
	transition-delay: 0.375s;
}
.btn-transition:hover span:nth-child(16), .btn-transition:focus span:nth-child(16) {
	transition-delay: 0.400s;
}
.btn-transition:hover span:nth-child(17), .btn-transition:focus span:nth-child(17) {
	transition-delay: 0.425s;
}
.btn-transition:hover span:nth-child(18), .btn-transition:focus span:nth-child(18) {
	transition-delay: 0.450s;
}
.btn-transition:hover span:nth-child(19), .btn-transition:focus span:nth-child(19) {
	transition-delay: 0.475s;
}
.btn-transition:hover span:nth-child(20), .btn-transition:focus span:nth-child(20) {
	transition-delay: 0.5s;
}
.sft-btn {
	outline: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	white-space: nowrap;
	align-items: center;
	position: relative;
	display: inline-flex;
	-webkit-box-pack: center;
	vertical-align: middle;
	justify-content: center;
	-webkit-box-align: center;
	transition-timing-function: cubic-bezier(0.33,0,0.3,1);
	transition-duration: .2s;
	text-decoration: none;
	outline: 0;
}
.sft-btn:hover
{
	
}
.sft-btn:active,
.sft-btn:focus
{
	
}
.sft-btn--contained
{
	border: 0;
	color: #fff !important;
	background-color: #2189ff !important;
	padding: 10px 24px 10px 24px;
	border-radius: 20px;
}
.sft-btn--outlined
{
	color: #fff !important;
	border: 1px solid #fff;
	padding: 10px 24px 10px 24px;
	border-radius: 20px;
}
.sft-btn--contained:hover
{
	color: #fff;
}
.sft-btn--outlined:hover
{
	color: #fff !important;
	background-color: rgba(255,255,255,0.15) !important;
}
.sft-btn--outlined.yellow:hover
{
	color: #e9a85f !important;
}
.sft-bg--white
{
	background-color: #fff !important;
	color: #000 !important;
	padding: 10px 24px;
	border-radius: 20px;
	letter-spacing: 0.5px;
}
.sft-bg--white:hover
{
	color: #000 !important;
}
.sft-bg--red
{
	background-color: #f54036 !important;
	color: #fff !important;
	padding: 10px 48px;
	border-radius: 20px;
	letter-spacing: 0.5px;
}
.sft-bg--red:hover
{
	color: #fff !important;
}
.cta
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	vertical-align: middle;
	-webkit-transition-property: color,background-color,border-color,border-bottom-color;
	transition-property: color,background-color,border-color,border-bottom-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.33,0,0.3,1);
	transition-timing-function: cubic-bezier(0.33,0,0.3,1);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	white-space: nowrap;
}
.cta:hover
{
	color: #ddd !important;
	background-color: rgba(255,255,255,0.15) !important;
	border-color: #ddd !important;
}
.wa-bg
{
	background-color: #25D366 !important;
}
/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #fff;
}

.form-control[disabled] {
	border: 0;
	background-color: #dedede;
}

.form-control[disabled]:hover {
	border: 0;
}

.form-group {
	position: relative;
	margin-bottom: 40px;
}

.has-error .form-control {
	box-shadow: none;
}

input.form-control {
	position: relative;
	height: 50px;
	padding: 0 15px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: rgba(0, 0, 0, 0.15);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
	border-color: #ffffff;
}
input.form-control[readonly]
{
	background-color: transparent;
	cursor: default;
	border: 0;
}

select.form-control {
	/*color: #08284b;*/
	height: auto;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 15px 30px 15px 15px;
	/*background-color: 08284b;*/
	color: #08284b;
	border: 1px solid #CDD1E1;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19336 10L12.1934 15L17.1934 10H7.19336Z' fill='%23001B38'/%3E%3C/svg%3E%0A");
	background-size: 24px;
	box-shadow: none;

}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
	border-color: #08284b;
}

.select2-container--default .select2-selection--single {
	height: 40px !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fdcc39 !important;
	font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 5px !important;
}
textarea.form-control
{
	background-color: transparent;
	min-height: 50px;
	position: relative;s
	display: block;
	width: 100%;
	padding: 5px;
	text-transform: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	border-bottom: 2px solid #fff;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	transition: all 0.3s;
	/*resize: none;*/
}
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active
{
	border-bottom: 1px solid #fff;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.underline
{
	text-decoration: underline;
}
/*====================================== SECTION MODAL SECTION ======================================*/
.modal-content
{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.modal-header
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.modal-header .modal-logo
{
	max-width: 125px;
	margin: 0 auto 15px auto;
}
.modal-header .sam-category
{
	display: inline-block;
	position: relative;
}
.modal-header .close
{
	opacity: 0.5;
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: transparent;
	border: 1px solid #f54036;
	color: #f54036;
	border-radius: 50%;
	margin-top: -4px;
	/*margin-right: 10px;*/
	font-size: 20px;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
}
.modal-header .close span
{
	color: #fff;
	position: relative;
}
.modal-header .close:hover
{
	opacity: 1;
	background-color: #f54036;
}
.modal-body
{
	padding-bottom: 0;
}
.modal-footer
{
	padding: 15px;
	border: 0;
	text-align: center;
}
/*.modal.fade .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0all 0.5s;
	transition: all 0.5s;
}
.modal.fade.in .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	}*/
	/*====================================== SECTION END OF MODAL SECTION ======================================*/
	#select-dropdown {
		margin-top: 5px;
		background: transparent;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		outline: 0;
		display: block;
		text-align: left;
		font-size: 16px;
		width: 100%;

		color: #5A5957;
		text-decoration: none;
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		opacity: 1;
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	#select-dropdown.open {
		opacity: 0;
	}

	.button-group {
		position: relative;
		width: 215px;
	}

	.button-group .marka {
		position: absolute;
		right: 8px;
		top: 10px;
		z-index: 9999;

	}

	.button-group .marka i {
		background: grey !important;
	}

	.marka-icon-times {
		border: 1px solid grey;
		border-radius: 50%;
		top: 5px !important;
		right: 5px !important;
	}

	#dropdown-menu {
		position: absolute;
		top: -1em;
		right: 0;
		left: 0;
		margin: 1em auto;
		padding: 15px 20px;
		width: 100%;
		list-style: none;
		text-align: left;
		border-radius: 5px;
		background: #fff;
		transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transition: box-shadow .5s ease-out;
		box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
	}

	#dropdown-menu li {
		position: relative;
		line-height: 24px;
		margin-bottom: 15px;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		opacity: 0;
	}

	#dropdown-menu li:nth-last-child(1) {
		margin-bottom: 0;
	}

	#dropdown-menu li:hover {
		background-color: #33b8c41a;
	}

	#dropdown-menu li a {
		color: #5A5957;
		text-decoration: none;
		font-size: 1em;
	}

	#dropdown-menu.open {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	#dropdown-menu.open li {
		transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	.open li:nth-child(1) {
		transition-delay: 0.07s !important;
	}

	.open li:nth-child(2) {
		transition-delay: 0.14s !important;
	}

	.open li:nth-child(3) {
		transition-delay: 0.21s !important;
	}

	.open li:nth-child(4) {
		transition-delay: 0.28s !important;
	}

	.open li:nth-child(5) {
		transition-delay: 0.35s !important;
	}

	/*====================================== SECTION WORD ======================================*/
	.sam-head {
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0;
		color: #fff;
		transition: all 0.3s;
	}
	.sam-category
	{
		color: #fff;
		line-height: 1.5;
		letter-spacing: 0;
		font-weight: 600;
		color: #fff;
		transition: all 0.3s;
	}
	.sam-main
	{
		color: #fff;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0;
		color: #fff;
		transition: all 0.3s;
	}
	.sam-semi
	{
		word-wrap: break-word;
		color: #fff;
		font-weight: 300;
		line-height: 1.5;
		letter-spacing: 0;
		transition: all 0.3s;
	}
	.sam-break
	{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.sam-small
	{
		font-size: 12px;
		color: #fff;
		line-height: 1.5;
		letter-spacing: 0.5px;
		transition: all 0.3s;
	}
	.white 
	{
		color: #ffffff !important;
	}
	.black
	{
		color: #000000 !important;
	}
	.yellow
	{
		color: #e9a85f !important;
	}
	.main-color /*white*/
	{
		color: #fff !important;
	}
	.second-color /*Light Blue*/
	{
		color: #2189ff !important;
	}
	.red
	{
		color: #f54036 !important;
	}
	.grey
	{
		color: grey !important;
	}
	.info
	{
		color: rgb(86 86 86) !important;
	}
	.regular
	{
		font-family: "SamsungRegular";
		font-weight: 300;
	}
	.medium
	{
		font-family: "SamsungMedium";
		font-weight: 400;
	}
	.bold
	{
		font-weight: 600 !important;
	}
	.font-lighter
	{
		font-weight: lighter !important;
	}
	.fs21{
		font-size: 21px !important;
	}
	.x-bold
	{
		font-family: "SamsungBold";
		font-weight: 700 !important;
	}
	.box-shadow
	{
		-webkit-transition: box-shadow .5s ease-out;
		box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
		transition: box-shadow .5s ease-out;
	}
	.no-pad
	{
		padding: 0;
	}
	.block
	{
		display: block;
	}
	.rd-15
	{
		border-radius: 15px;
	}
	.rd-20
	{
		border-radius: 20px;
	}
	.rd-30
	{
		border-radius: 30px;
	}
	.full
	{
		max-width: 100% !important;
		width: 100% !important;
	}
	.inline-block
	{
		display: inline-block;
	}
	.norm
	{
		font-weight: 300;
	}
	.no-transform
	{
		text-transform: none !important;
	}
	.italic
	{
		font-style: italic;
	}
	.justify
	{
		text-align: justify;
	}
	.navbar-space
	{
		margin-top: 100px;
	}
	.bg-white
	{
		background-color: #fff !important;
	}
	.subject-title
	{
		max-width: 1440px;
		margin: 0 auto;
	}
	.subject-title .subject-image
	{
		max-width: 160px;
		margin: 0 auto 16px auto;
	}
	.subject-desc
	{
		max-width: 1440px;
		margin: 0 auto;
	/*padding-left: 25%;
	padding-right: 25%;*/
}
.subject-info
{
	max-width: 720px;
	margin: 0 auto;
}
.sticky-subhead
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
section.section-large
{
	max-width: 1920px;
	margin: 0 auto;
}
.relative
{
	position: relative;
}
.ovfl-hid
{
	overflow: hidden
}
.no-result
{
	background-color: #08284b69;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.container-fluid
{
	width: 100%;
	margin: 0;
}
.cover
{
	object-fit: cover;
}
.pointer
{
	cursor: pointer;
}
.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;   
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
	position: relative;
}
.checkbox-custom-label
{
	line-height: 24px;
	padding-left: 40px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
	background: #fff;
	border: 1px solid rgba(0,0,0,0.24);
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #000000;
	color: #fff;
	border-color: #fff;
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	/*background-color: #fff;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*border-bottom: 1px solid #fff;*/
	z-index: 99;
	will-change: transform;
	transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header nav
{
	position: relative;
	overflow: hidden;
	padding: 15px;
	/*height: 60px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease 0.3s;
}
header nav#navigation.scrolled
{
	position: relative;
	background-color: #000000;
}
header nav#navigation:before
{
	opacity: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: ease 0.6s;
}
header nav#navigation.scrolled:before
{
	opacity: 1;
	width: 100%;
}
header nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}	
#navigation
{
	/*background-color: #000000;*/
}
@media (min-width: 768px) {
	header nav ul li {
		float: left;
		margin-left: 2rem;
	}
}
@media (max-width: 768px) {
	.nav-toggle
	{
		display: block;
	}
}
.close-menu
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 85%;
}
.close-menu span
{
	display: flex;
	align-items: center;
	justify-content:  center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 20px;
	color: #000233;
	text-align: center;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}
.container-nav
{
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.container-nav .nav-cta
{
	order: 3;
}
.container-nav .nav-title img
{
	width: 175px;
}
.container-nav .nav-title
{
	padding-right: 15px;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.container-nav .nav-menu
{
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-width: 0;
	max-width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.container-nav .nav-menu .swiper-wrapper
{
	position: relative;
	justify-content: flex-end;
	margin: 0;
}
.nav-menu .swiper-button-prev,
.nav-menu .swiper-button-next
{
	top: 40%;
}
.nav-menu .swiper-button-prev
{
	/*opacity: 1;*/
	background-image: url("https://solvefortomorrowindonesia.com/images/chevron-right.svg") !important;
	background-size: 12px !important;
	left: -18px;
	box-shadow: none;
}
.nav-menu .swiper-button-prev .gradient-transition,
.nav-menu .swiper-button-next .gradient-transition
{
	width: 100%;
	height: 100%;
}
header nav#navigation.scrolled .nav-menu .swiper-button-prev .gradient-transition:before
{
	z-index: 2;
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	width: 25px;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(#000));
	background-image: linear-gradient(to left,rgba(0,0,0,0),#000);
}
header nav#navigation.scrolled .nav-menu .swiper-button-next .gradient-transition:after
{
	z-index: 2;
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	width: 25px;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(#000));
	background-image: linear-gradient(to right,rgba(0,0,0,0),#000);
}
.nav-menu .swiper-button-next
{
	/*opacity: 1;*/
	background-image: url("https://solvefortomorrowindonesia.com/images/chevron-left.svg") !important;
	background-size: 12px !important;
	right: -18px;
	box-shadow: none;
}
.nav-menu .swiper-button-next:hover,
.nav-menu .swiper-button-prev:hover
{
	box-shadow: none;
}
.container-nav .nav-cta
{
	padding-left: 15px;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.container-nav .nav-cta .sft-btn--outlined
{
	width: 30px;
	height: 30px;
	padding: 0;
	border-color: #f54036 !important;
}
.menu-right
{
	position: relative;
	display: flex;
	justify-content: flex-end;
	transition: ease 0.5s;
}
.menu-right li 
{
	position: relative;
	/*margin-left: 10px;*/
	float: none;
	transition: ease-out 1s;
}
.menu-right li a
{
	position: relative;
	color: #fff;
	display: inline-block;
	margin: 10px 5px;
	/*padding: 0 5px;*/
	text-align: center;
	font-size: 14px;
}
.menu-right li:hover a
{
	color: #fff !important;
}
.menu-right li.active a
{
	font-family: "SamsungBold";
	color: #fff;
	font-weight: 700;
	/*	border-bottom: 2px solid #2189ff;*/
}
.menu-right li.active a:before
{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}
.menu-right li a .nav-comingsoon
{
	position: absolute;
	top: -18px;
	right: -10px;
	background-color: #fff;
	border-radius: 20px;
	padding: 0 5px;
}
.menu-right li a span.li-cs
{
	opacity: 0.4;
}
.menu-right li a .nav-comingsoon span
{
	font-size: 8px;
	color: #000000;
	font-family: "SamsungBold";
}
.menu-socmed
{
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.menu-socmed .wrapper a
{
	cursor: pointer;
	display: block;
	font-size: 30px;
	color: #fff;
}
.nav-toggle {
	z-index: 10;
	position: relative;
	cursor: pointer;
	color: #fff;
	display: block;
	border-radius: 5px;
	float: right;
	height: auto;
	width: auto;
	padding: 2px 10px;
	margin-top: 0px;
}
.nav-toggle:hover
{
	color: #fff !important;
}
.nav-toggle:before
{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	border-radius: 20px;
	background-color: #fff;
	transition: ease 0.5s;
}
.nav-toggle .menu-anim
{
	margin-top: -10px;
	height: 10px;
	width: 100%;
	text-align: center;
}
.nav-toggle span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 16px;
	margin-right: 5px;
	transition: ease 0.5s;
}
.nav-toggle span:nth-child(1)
{
	animation: nav-left 7s ease infinite;
}
.nav-toggle span:nth-child(3)
{
	animation: nav-right 7s ease infinite;
}
@keyframes nav-left {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes nav-right {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0);
	}
}
.nav-toggle:hover span
{
	opacity: 0;
	transform: scale(20);
}
.nav-toggle:hover span:nth-child(1),
.nav-toggle:hover span:nth-child(3)
{
	transition: ease 0.1s;
}
.nav-toggle:hover:before
{
	width: 100%;
}
.nav-toggle span:active,
.nav-toggle span:focus,
.nav-toggle span:focus-within
{
	border-color: #0303c6;
	color: #0303c6;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper
{
	margin: 20px 0;
}
.swiper-slide {
	background: transparent;
	width: auto;
	margin-right: 20px;
	border-radius: 5px;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-wrapper .swiper-slide > a{
	width: 100%;
}
.swiper-button-wrapper
{
	position: absolute;
	top: 22px;
	text-align: center;
}
.swiper-button-next
{
	background-color: transparent;
	background-image: url("https://solvefortomorrowindonesia.com/images/chevron-right.png") !important;
	opacity: 1;
	transition: all 0.3s;
	right: 20px;
	padding: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-prev
{
	background-color: transparent;
	background-image: url("https://solvefortomorrowindonesia.com/images/chevron-left.png") !important;
	opacity: 1;
	transition: all 0.3s;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-next, .swiper-button-prev
{
	top: 45%;
	width: 48px !important;
	height: 48px !important;
	background-size: contain;
}
.swiper-button-prev:after, .swiper-button-next:after
{
	opacity: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
	opacity: 0.1
}
@media only screen and (max-device-width: 1248px)
{
	header #navigation .logo img.navbar-logo
	{

	}
	.menu-right li
	{

	}
	.menu-right li a
	{

	}
}

/*====================================== SECTION HOME PAGE ======================================*/
section.section-hero
{
	padding-top: 120px;
	/*background-image: url("https://solvefortomorrowindonesia.com/images/hero-left.png"), url("https://solvefortomorrowindonesia.com/images/hero-right.png");
	background-size: 275px, 375px, contain;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom right;*/
}
section.section-hero.hero-home
{
	/*padding-top: 175px;*/
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star.png");
	background-size: 750px;
	background-repeat: no-repeat;
	background-position: right 30% bottom;
}
.hero-left
{
	z-index: 2;
	position: absolute;
	top: -30px;
	left: 0;
	max-width: 275px;
}
.rainbow-icon
{
	z-index: 1;
	position: absolute;
	top: -30px;
	left: 0;
	max-width: 275px;
}
.hero-right
{
	position: absolute;
	top: -30px;
	right: 0;
	max-width: 375px;
}
section.section-hero .subject-desc
{
	max-width: 1024px;
	margin: 0 auto;
}
.video-kerning
{
	max-width: 450px;
	position: absolute;
	right: -250px;
	top: 0;
}
.iframe-video
{
	position: relative;
	max-width: 728px;
	margin: 50px auto;
	width: 100%;
}
.iframe-video .video-wrapper
{
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	border: 3px solid #e9a85f;
	width: 100%;
	height: 415px;
	display: block;
}
.iframe-video .poster
{
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-video .poster:before
{
	z-index: 3;
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	height: 35%;
	background-image: url("https://solvefortomorrowindonesia.com/images/video-play.png");
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	/*box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);*/
}
.iframe-video iframe
{
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.iframe-word-left
{
	position: absolute;
	top: 125px;
	left: -600px;
}
.iframe-word-right
{
	position: absolute;
	bottom: 50px;
	right: -400px;
}
section.section-fyi
{
	position: relative;
	margin-top: 75px;
	margin-bottom: 50px;
}
section.section-fyi.fyi-bg
{	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-circle.png");
background-size: 400px;
background-repeat: no-repeat;
background-position: left -50px bottom;
}
.outline-font
{
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #ffffff;
}
.outline-animation
{
	animation: outline_animation 3s ease infinite;
}
@keyframes outline_animation {
	0% {
		-webkit-text-stroke: 1px #2189ff;
	}
	20% {
		-webkit-text-stroke: 1px #ffffff;
	}
	40% {
		-webkit-text-stroke: 1px #2189ff;
	}
	60% {
		-webkit-text-stroke: 1px #ffffff;
	}
	80% {
		-webkit-text-stroke: 1px #2189ff;
	}
	100% {
		-webkit-text-stroke: 1px #2189ff;
	}
}
.fyi-list ul
{
	margin-left: 0;
}
.fyi-list ol
{
	list-style: none;
	counter-reset: my-awesome-counter;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.fyi-list ol li
{
	padding-left: 45px;
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.fyi-list ol li::before
{
	left: -5px;
	position: absolute;
	content: "0" counter(my-awesome-counter);
	font-size: 28px;
	font-family: "SamsungBold";
	line-height: 1;
}
.fyi-list ol li:last-child,
.fyi-list ul li:last-child
{
	border-bottom: 0;
}
section.section-champion
{
	background-image: url("https://solvefortomorrowindonesia.com/images/champion-bg.png"), url("https://solvefortomorrowindonesia.com/images/champion-line.png");
	background-size: contain, contain;
	background-repeat: no-repeat;
	background-position: center top 50px, top 300px center;
}
section.section-champion .subject-title span.image-champion
{
	transform: translateY(35px);
	display: inline-block;
	max-width: 115px;
}
.bg-pinyata
{
	position: absolute;
	bottom: 400px;
	width: 100%;
	z-index: -1;
}
.champ-list
{
	position: relative;
	z-index: 2;
	margin-top: 75px;
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
	grid-template-rows: repeat(3, 1fr);
	column-gap: 20px;
}
.champ-card
{
	/*justify-content: space-between;*/
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #000000;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 15px 45px 30px 45px;
}
.champ-card:nth-child(1)
{
	order: 2;
}
.champ-card:nth-child(2)
{
	order: 1;
	transform: translateY(150px)
}
.champ-card:nth-child(3)
{
	order: 3;
	transform: translateY(150px)
}
.champ-card .number
{
	display: inline-block;
	margin: -65px auto 0 auto;
	/*transform: translateY(-15px);*/
	background-color: #000000;
	/*border: 1px solid #fff;*/
	padding: 5px 10px 20px 10px;
}
.champ-card .number h1.sam-category
{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.champ-card .number h1.sam-category span
{
	font-size: 40%;
}
.champ-card .image
{
	max-width: 125px;
	margin: 0 auto 15px auto;
}
.champ-choice
{
	background-color: #000000;
	display: block;
	max-width: 720px;
	margin: 200px auto 0 auto;
	padding: 15px;
	border: 1px solid #e9a85f;
	border-radius: 20px;
}
.champ-choice .choice-heading
{
	display: block;
	text-align: center;
	margin: -30px auto 20px auto;
}
.champ-choice .choice-heading h5
{
	display: inline-block;
	background-color: #000000;
	padding: 0 30px;
}
section.section-empowering
{
	margin: 50px 0 0 0;
}
.empowering-lamp
{
	width: 100%;
	position: absolute;
	bottom: -75px;
	text-align: center;
}
.empowering-lamp .image
{
	max-width: 350px;
	margin: 0 auto;
}
.empowering-logic
{
	position: absolute;
	left: 30%;
	bottom: -175px;
}
.empowering-atom
{
	position: absolute;
	right: 30%;
	bottom: -75px;
}
.empowering-logic .image,
.empowering-atom .image
{
	max-width: 75px;
}
section.section-theme
{
	padding-top: 75px;
	background-color: #fff;
	margin-top: -60px;
}
.swiper-theme .swiper-slide
{
	display: flex;
	flex-direction: column;
}
.swiper-theme .swiper-button-prev
{
	background-image: url("https://solvefortomorrowindonesia.com/images/arrow-left.png") !important;
	box-shadow: none;
	top: 35%;
	left: 0;
}
.swiper-theme .swiper-button-next
{
	background-image: url("https://solvefortomorrowindonesia.com/images/arrow-right.png") !important;
	box-shadow: none;
	top: 35%;
	right: 0;
}
.row-theme
{
	padding: 0 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-word .theme-label
{
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.theme-word .theme-label.edu
{
	background-color: #2189ff;
}
.theme-word .theme-label.sustain
{
	background-color: #e9a85f;
}	
.theme-word ul li,
.theme-word .sam-semi
{
	text-align: justify;
}
section.section-jury,
section.section-jury-list
{
	margin-top: -10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}
section.section-jury-list
{
	display: none;
	padding-top: 0;
}
.row-five
{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.row-flex-wrap
{
	display: flex;
	flex-wrap: wrap;
}
.nav.nav-pills.nav-criteria
{	
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.nav.nav-pills.nav-criteria > li > a
{
	display: inline-block;
	border-radius: 0;
	color: #000000;
	opacity: 0.3;
	border: 2px solid transparent;
	transition: all 0.3s;
}
.nav.nav-pills.nav-criteria > li.active > a
{
	display: inline-block;
	opacity: 1;
	background-color: transparent;
	/*font-family: "SamsungBold";*/
	font-weight: 700;
	color: #000000;
	border-bottom: 2px solid #000000;
}
.criteria-card .number h1 span
{
	font-size: 32px;
	display: inline-block;
	transform: translateY(-10px);
	margin-left: -10px;
}
.criteria-card .number p.sam-semi
{
	margin-top: -20px;
	margin-bottom: 10px;
}
.jury-card .image
{
	max-width: 250px;
	height: 250px;
	margin: 0 auto 15px auto;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled
{
	opacity: 0;
}
section.section-news
{
	padding: 50px 0;
}
.news-desc
{
	position: absolute;
	bottom: 0;
	right: 30px;
	border-left: 2px solid #e9a85f;
	padding-left: 15px;
	padding-bottom: 50px;
}
.news-desc .news-wrapper
{
	max-width: 560px;
}
.news-divider
{
	width: 80%;
	height: 2px;
	margin: 15px auto 0 auto;
	background-color: #fff;
}
.fyi-list ul
{
	list-style: none;
}
.fyi-list ul li
{
	margin: 0 0 0.5rem 0;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fyi-list ul li 
{
	display: flex;
	flex-direction: row;
}
.fyi-list ul li .list-date
{
	min-width: 35%;
}
.date-info .wrapper
{
	margin-bottom: 10px;
}
.when-kerning-left
{
	max-width: 300px;
	position: absolute;
	bottom: 30%;
	left: -160px;
}
section.section-supported
{
	padding: 50px 0 75px 0;
}
.support-logo
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	column-gap: 50px;
}
.support-logo .image-logo
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	max-width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.support-logo .image-logo img
{
	max-width: 175px;
	margin: 0 auto;
}
.support-logo .image-logo:before
{
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	height: 75%;
	width: 1px;
	background-color: #fff;
}
.support-logo .image-logo:last-child:before
{
	display: none;
}
.disnone{
	display: none;
}
.disblock{
	display: none;
}
/*====================================== SECTION CONTACT ======================================*/

/*====================================== SECTION DASHBOARD PROFLE ======================================*/
section.section-profile
{
	position: relative;
	overflow: hidden;
	padding-top: 120px;
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 30px;
}
section.section-profile .kerning-right
{
	max-width: 250px;
	position: absolute;
	right: -125px;
	top: 5%;
}
.profile-body
{
	/*border: 1px solid #fff;*/
	border-radius: 10px;
	margin: 30px auto 30px auto;
	padding: 30px;
}
.form-submission .form-group
{
	margin-bottom: 20px;
}
.form-submission input,
.form-submission input:hover,
.form-submission input[disabled]
{
	background-color: transparent;
	border-color: transparent;
}
.profile-body .heading
{
	padding: 45px 0 30px 0;
	border-top: 1px solid #fff;
	margin-bottom: 45px;
}
.section-submission .cta-wrapper .wrapper
{
	margin-left: 40px;
}
.subject-change
{
	margin-top: -5px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	transition: ease 0.5s;
}
.subject-change:hover
{
	background: rgb(255 255 255 / 25%);
}
.subject-change[aria-expanded="true"] span
{
	transform: rotate(180deg);
}
.subject-change span
{
	font-size: 20px;
	transition: all 0.3s;
	position: absolute;
	top: 10px;
	right: 10px;
}
#collapseChange .row
{
	padding-top: 10px;
}
section.section-profile-edit
{
	position: relative;
	overflow: hidden;
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: top left -100px;
}
section.section-profile-edit .kerning-left
{
	max-width: 250px;
	position: absolute;
	left: -135px;
	top: 0;
}
.text-desc
{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 15px;
	margin-left: 15px;
}
.text-desc .image
{
	max-width: 64px;
}
section.section-fyi.section-fyi-profile
{
	position: relative;
	overflow: hidden;
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png"), url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px, 500px;
	background-repeat: no-repeat;
	background-position: top left -100px, top 300px right;
}
section.section-fyi.section-fyi-profile .when-kerning-right
{
	max-width: 250px;
	position: absolute;
	top: 0;
	right: -125px;
}
section.section-fyi.section-fyi-profile .subject-title
{
	/*margin-top: 20px;*/
	padding: 45px 0 30px 0;
	border-top: 1px solid #fff;
	margin-bottom: 45px;
}
/*====================================== SECTION THANK YOU PAGE ======================================*/
section.section-thankyou
{
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thankyou-logo
{
	max-width: 150px;
	margin: 0 auto 45px auto;
}
section.section-thankyou .kerning-right
{
	max-width: 350px;
	position: absolute;
	right: -175px;
	top: 10%;
}
section.section-thankyou .kerning-left
{
	max-width: 375px;
	position: absolute;
	left: -175px;
	bottom: -175px;
}
/*====================================== SECTION FAQ PAGE ======================================*/
section.section-faq
{
	margin-top: 120px;
	padding-bottom: 60px;
}
.sticky-faq
{
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}
.faq-image
{
	max-width: 250px;
	margin: 15px auto 15px auto;
}
.faq {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 0.5px solid #ccc;
	border-radius: 0;
}

.faq .card .card-header {
	z-index: 1;
	cursor: pointer;
	padding: 15px 0;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	padding-left: 10px;
	background: rgb(255 255 255 / 25%);
}
.faq .card .card-header .faq-title
{
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-body {
	padding: 30px;
	padding-left: 25px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #6F8BA4;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p
{
	margin-bottom: 14px;
	text-align: justify;
}
.faq .card .card-body ul li
{
	font-weight: 400;
	font-size: 16px;
	color: #6F8BA4;
	line-height: 28px;
	letter-spacing: 1px;
}
.faq .card  a:hover,
.faq .card  a:active,
.faq .card  a:focus,
.faq .card  a:visited,
.faq .card  a:target
{
	color: #2189ff !important;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}
	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}
/*====================================== SECTION TERMS PAGE ======================================*/
section.section-terms
{
	padding-bottom: 50px;
}
.tnc-container
{
	max-width: 720px;
	margin: 0 auto;
}
.tnc-list
{
	margin-bottom: 15px;
}
section.section-terms .subject-title p,
.tnc-list p
{
	text-align: justify
}
.tnc-list ul
{
	margin-left: 40px;
}
.tnc-list ul li
{
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
	transition: all 0.3s;
	margin-bottom: 8px;
	text-align: justify;
}
.table-periode table.table.leftright p
{
	text-align: center;
}
table.table .leftright p
{
	text-align: left;
}
.tnc-list.tncmobile table.table.leftright p,
.tnc-list.tncmobile table.table.leftright ul li
{
	text-align: left;
}
.tnc-list .table.leftright
{
	display: table-cell;
	padding: 10px 0;
}
.tnc-list .table.leftright tr
{
	border: 1px solid #fff;
}
.tnc-list .table.leftright tr td
{
	padding: 10px;
	vertical-align: middle;
	color: #fff !important;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
	transition: all 0.3s;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul li.li-alpha
{
	list-style-type: lower-alpha;
}
ul.li-disc li
{
	list-style-type: disc !important;
}
.li-disc
{
	list-style-type: disc;
}
.li-number
{
	list-style-type: number;
}
.bg-gray
{
	background-color: #d9d9d9;
	border-bottom: 1px solid #fff;
}
.table-flex
{
	display: flex;
	justify-content: space-between;
}
.ml0
{
	margin-left: 0;
}
/*====================================== SECTION CHAMPION PAGE ======================================*/
section.section-champion.section-champ
{
	padding-top: 150px;
}
section.section-champion.section-champ .subject-title
{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.section-champion.section-champ .subject-title .image-champion
{
	display: inline-block;
	max-width: 150px;
}
.champ-finalist
{
	background-color: #fff;
	border-radius: 20px;
	max-width: 720px;
	margin: 0 auto;
	padding: 30px 15px;
	text-align: center;
}
.champ-finalist .wrapper
{
	margin: -60px auto 30px auto;
}
.champ-finalist .wrapper .word
{
	background-color: #000000;
	border: 2px solid #e9a85f;
	border-radius: 10px;
	padding: 15px 45px;
	display: inline-block;
}
.champ-finalist .finalist
{
	max-height: 435px;
	height: 100%;
	overflow: auto;
}
.champ-finalist .finalist ol
{
	text-align: left;
}
.champ-finalist .finalist ol li
{
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.champ-finalist ol>li::marker
{
	font-family: "SamsungBold";
	font-weight: 700 !important;
	margin-right: 20px;
}
.section-fyi.fyi-champ
{
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.section-fyi.fyi-champ .fyi-list ul li .list-date
{
	min-width: 8%;
}
ul.list-prepare
{
	list-style-type: none;	
}
ul.list-prepare li
{
	display: block;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 30px;
}
ul.list-prepare li:before
{
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
ul.list-prepare.indent
{
	margin-left: 45px;
}
section.section-champ-choice
{
	margin: 50px 0 75px 0;
}
.choice-container
{
	max-width: 1024px;
	padding: 60px 30px;
	border: 1px solid #e9a85f;
	border-radius: 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.choice-container .image
{
	max-width: 175px;
	width: 100%;
	margin-right: 40px;
}
.choice-container .word
{
	max-width: 480px;
}
section.section-champ-video
{
	background-color: #fff;
	padding: 30px 0;
}
.video-container
{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.video-container .image
{
	max-width: 175px;
	width: 100%;
	margin-right: 40px;
}
section.section-champ-intermezo
{
	position: relative;
	height: 200px;
	overflow: hidden;
}
section.section-champ-intermezo .kerning-bottom
{
	left: -150px;
	bottom: -125px;
}
/*====================================== SECTION LOGIN PAGE ======================================*/
.modal-login .modal-content
{
	background-color: #000000;
}
.modal-login .modal-content .modal-header
{
	position: relative;
	z-index: 2;
	border: none;
}
.modal-login .modal-content .modal-body
{
	padding: 0;
}
section.section-login
{
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png"), url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 50px 0 75px 0;
}
section.section-login .card,
.register-bg .card,
.profile-body .card,
section.section-submission .card
{
	background-color: transparent;
}
.kerning-bottom
{
	max-width: 300px;
	position: absolute;
	bottom: -125px;
	right: -125px;
}
section.section-login form .login-box
{
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
section.section-login form .login-box .user-box input,
section.section-register form .login-box .user-box input,
section.section-forget form .login-box .user-box input
{
	border-color: #fff;
}
.login-row
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#show-pwd
{
	position: absolute;
	right: 15px;
	top: 20px;
	color: #fff;
	cursor: pointer;
}
.login-box .user-box
{
	min-height: 77px;
}
/*====================================== SECTION FORGET PASS PAGE ======================================*/
section.section-forget
{	
	position: relative;
	height: 100vh;
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png"), url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	/*padding-top: 120px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
section.section-forget .kerning-left,
section.section-forget .kerning-right
{
	position: absolute;
	max-width: 250px;
}
section.section-forget .kerning-left
{
	top: 100px;
	left: -120px;
}
section.section-forget .kerning-right
{
	bottom: -105px;
	right: -105px;
}
section.section-forget  .register-bg
{
	background-image: none;
	padding: 0;
	border-radius: 0;
}
section.section-forget .register-bg
{
	max-width: 720px;
	margin: 0 auto;
}
/*====================================== SECTION REGISTER PAGE ======================================*/
section.section-register
{
	padding-top: 120px;
	padding-bottom: 50px;
	overflow: hidden;
}
.register-bg
{
	background-image: url("https://solvefortomorrowindonesia.com/images/bg-star-only.png"), url("https://solvefortomorrowindonesia.com/images/bg-star-only.png");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	/*overflow: hidden;*/
	position: relative;
	/*background-color: #fff;*/
	padding: 30px 30px 40px 30px;
	border-radius: 10px;
}
.register-bg .kerning-left,
.register-bg .kerning-right
{
	position: absolute;
	max-width: 225px;
}
.register-bg .kerning-left
{
	top: -70px;
	left: -170px;
}
.register-bg .kerning-right
{
	bottom: -140px;
	right: -150px;
}
.login-box .user-box
{
	position: relative;
	margin-bottom: 40px;
}
.login-box .user-box input
{
	height: 50px;
	width: 100%;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.24);
	border-radius: 0;
	outline: none;
	background: transparent;
	transition: all 0.3s;
}
.login-box .user-box input:active,
.login-box .user-box input:focus,

{
	border-color: #000000;
}
.login-box .user-box label
{
	opacity: 0.4;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px 0;
	font-size: 16px;
	color: #000000;
	pointer-events: none;
	transition: .5s;
}
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label,
.login-box .user-box input:empty ~ label
{
	opacity: 1;
	top: -20px;
	left: 0;
	color: #000000;
	font-size: 12px;
}
.forget-back
{
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 105px;
}
small.text-danger,
.input-info
{
	display: block;
	text-align: left;
	margin-top: 5px;
}
.input-info p.sam-small
{
	font-size: 10px;
}
/*====================================== SECTION SUBMISSION PAGE ======================================*/
section.section-hero.section-submission
{
	padding-bottom: 60px;
}
.submission-upload
{
	margin: 15px 0 60px 0;
}
.submission-upload .upload-list
{
	margin-bottom: 30px;
}
.submission-upload .input-group.input-upload .form-control
{
	font-size: 15px;
	height: 35px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.submission-upload .input-group.input-upload .btn-default
{
	background-color: #e9a85f;
	color: #fff;
	border-color: #e9a85f;
}
.submission-upload .input-group.input-upload .form-control::placeholder
{
	color: #fff;
	opacity: 0.3;
}
section.section-submission .cta-wrapper 
{
	max-width: 320px;
	margin: 0 auto;
}
.row-team
{
	position: relative;
	margin-bottom: 20px;
}
.row-team:last-child(1)
{
	margin-bottom: 0;
}
.erase-team
{
	z-index: 3;
	position: absolute;
	width: auto;
	top: -75px;
	left: 0;
	left: 185px;
}
.btn-erase
{
	cursor: pointer;
	border: 1px solid red;
	background-color: transparent;
	color: red;
	border-radius: 50%;
	font-size: 16px;
	width: 30px;
	height: 30px;
	transition: all 0.3s;
}
.btn-erase:hover
{
	background-color: 1px solid transparent;
	background-color: red;
	color: #fff;
}
.add-team
{
	text-align: center;
}
/*====================================== SECTION PAGE NOT FOUND ======================================*/
section.section-notfound
{
	margin-bottom: 0;
}
.row-notfound
{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenotfound .image
{
	max-width: 480px;
	margin: 0 auto 0 auto;
}
/*====================================== SECTION FOOTER ======================================*/
.wa-floating
{
	z-index: 999;
	position: fixed;
	bottom: 2%;
	right: 20px;
	transition: all 0.3s;
}

.wa-floating:hover {
	transform: translateY(-10px);
	/*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}
.wa-floating a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.wa-floating p
{
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #0303c6;
}
.wa-floating .image {
	max-width: 60px;
}
.footer-top
{
	margin-top: 50px;
	margin-bottom: -2px;
}
.footer-top .wrapper
{
	max-width: 1024px;
	text-align: center;
}
footer.footer
{
	/*height: 200px;*/
	background-color: #fff;
	padding: 20px 0 20px 0;
	position: relative;
}
.row-footer
{
	padding-bottom: 20px;
}
.footer-menu .footer-logo .image
{
	max-width: 200px;
	margin: 0 auto 25px auto;
}
.footer-menu .footer-header
{
	margin-bottom: 30px;
}
.footer-menu ul
{
	margin: 0;
}
.footer-menu ul li
{
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.footer-menu ul li .icon .image
{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.footer-menu ul li a
{
	display: inline-block;
	width: auto;
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.footer-menu ul li:hover a
{
	transform: translateY(-3px);
	color: #fff !important;
	border-bottom: 1px solid #fff;
}
.footer-copyright
{
	background-color: #0303c6;
}
.footer-copyright .image-footer .image
{
	display: none !important;
	/*background-color: #fef9ee;*/
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	max-width: 175px;
	margin: 15px auto 0 auto;
	border-radius: 20px;
	transition: all 0.3s;
	/*box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);*/
}
.footer-copyright .image-footer .image img
{
	border-radius: 20px;
}
.footer-logo .image a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer-logo .image:hover a
{
	transform: translateY(-5px);
	box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}
.footer-copyright .copyright
{
	margin-top: 10px;
}
.footer-copyright .copyright p.sam-semi
{
	font-size: 16px
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb64 {
	margin-bottom: 64px;
}

.mb82 {
	margin-bottom: 82px;
}

.mb100
{
	margin-bottom: 100px;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt0 {
	margin-top: 0px !important;
}
.mt8 {
	margin-top: 8px;
}

.mt16 {
	margin-top: 16px;
}

.mt32 {
	margin-top: 32px;
}

.mt48 {
	margin-top: 48px;
}

.mt64 {
	margin-top: 64px;
}

.mt82 {
	margin-top: 82px;
}
.mr-5
{
	margin-right: 5px;
}
.mr-10
{
	margin-right: 10px;
}
.mt100 {
	margin-top: 100px;
}
.mt5{
	margin-top: 5px;
}