.c-px{
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}
.c-pt{
	padding-top: 15rem !important;
}
.c-pt-sm {
	padding-top: 10rem !important;
}
.sect {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}
.sect-row {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.sect-top {
	padding-top: 5rem;
}
.sect-bot {
	padding-bottom: 5rem;
}
.sect-m {
	margin-left: 7rem !important;
	margin-right: 7rem !important;
}


@media (min-width: 992px) {
	.c-px-lg{
		padding-left: 8rem !important;
		padding-right: 8rem !important;
	}
	.c-pt-lg{
		padding-top: 15rem !important;
	}
	.sect-lg {
		padding-left: 7rem !important;
		padding-right: 7rem !important;
	}
	.sect-row-lg {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.sect-top-lg {
		padding-top: 5rem;
	}
	.sect-bot-lg {
		padding-bottom: 5rem;
	}
	.sect-m-lg {
		margin-left: 7rem !important;
		margin-right: 7rem !important;
	}
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
}




.bg-img {
	width: 100%;
	height: auto;
	position: relative;
}
/*.intro-content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-right: 150px;
	transform: translate(0%, -50%);
}
.intro-sect {
}
*/
@media (max-width: 900px) {
    .sect {
		padding-left: 20px;
		padding-right: 20px;
	}
}

body.dark .cd-horizontal-timeline .events {
	background: rgb(209, 220, 250);
}
body.light .cd-horizontal-timeline .events {
	background: rgba(23, 68, 137, 0.5);
}

body.dark .cd-horizontal-timeline .events a.selected::after {
	background-color: #1a81f6;
	border-color: #1a81f6;
}
body.dark .cd-horizontal-timeline .events a.older-event::after {
	border-color: #1a81f6;
	background-color: #1a81f6;
}
body.dark .cd-horizontal-timeline .events a.other-node.selected::after {
	background-color: #1a81f6;
	border-color: #1a81f6;
}
body.dark .cd-horizontal-timeline .events a.other-node.older-event::after {
	border-color: #1a81f6;
	background-color: #1a81f6;
}
body.light .cd-horizontal-timeline .events a.selected::after {
	background-color: #174489;
	border-color: #174489;
}
body.light .cd-horizontal-timeline .events a.older-event::after {
	border-color: #174489;
	background-color: #174489;
}
body.light .cd-horizontal-timeline .events a.other-node.selected::after {
	background-color: #174489;
	border-color: #174489;
}
body.light .cd-horizontal-timeline .events a.other-node.older-event::after {
	border-color: #174489;
	background-color: #174489;
}
.cd-horizontal-timeline .filling-line {
	background-color: #1a81f6;
}
.cd-horizontal-timeline .events a.older-event {
	font-family: ceraBold;
}

/* button */
.look-further{
	cursor: pointer;
}
.sucor-btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	padding: 0.5rem 1rem;
	text-decoration: none !important;
	border-color:transparent;
	cursor: pointer;
}
.large-btn {
	padding: 0.75rem 0.3rem;
	width: 20vw;
}
.white-btn {
	background-color: #FAFAFA;
}
.blue-btn {
	background-color: #1a81f6;
}
.grey-btn {
	background-color: #2a2b2e;
}
.black-btn {
	background-color: #1d1e20;
}
.trans-btn-30 {
	background-color: rgba(255, 255, 255, 0.3);
}
.trans-btn-10 {
	background-color: rgba(255, 255, 255, 0.1);
}
.sucor-btn.focus,
.sucor-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.25);
}
.border-white {
	border: #fafafa 2px solid;
}
.lang-option {
	padding: 0 0.5rem;
	cursor: pointer;
	color: #777;
}
.lang-option.active {
	color: #1a81f6;
}
.lang-id {
	border-right: #2a2b2e 1px solid;
}
.lang-en {
	border-left: #2a2b2e 1px solid;
}

.direktur-sel{
	height: 25rem;
}
@media (min-width: 992px) {
	.direktur-sel{
		height: 30rem;
	}
}
.direktur-sel img {
	mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black 75%, transparent 100%);
}




.karir-icon {
	width: 45px;
	height: 45px;
	flex-shrink: 0;
	margin-top: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.book-content * {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
}
.book-content img {
	width:100% !important;
	height: auto !important;
}
.boris_content * {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
}
.boris_content img {
	width:100% !important;
	height: auto !important;
}

/* border-radius */
.corner-radius-xl {
	border-radius: 22px;
}
.corner-radius-lg {
	border-radius: 20px;
}
.corner-radius-md {
	border-radius: 16px;
}
.corner-radius-sm {
	border-radius: 12px;
}
.corner-radius-xs {
	border-radius: 8px;
}
.corner-radius-xxs {
	border-radius: 4px;
}
.login-captcha-round img{
	border-radius: 8px;
}



/* width */
.w-5 {
	width: 5% !important;
}
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-40 {
	width: 40% !important;
}
.w-45 {
	width: 45% !important;
}
.w-50 {
	width: 50% !important;
}
.w-55 {
	width: 55% !important;
}
.w-60 {
	width: 60% !important;
}
.w-65 {
	width: 65% !important;
}
.w-70 {
	width: 70% !important;
}
.w-75 {
	width: 75% !important;
}
.w-80 {
	width: 80% !important;
}
.w-85 {
	width: 85% !important;
}
.w-90 {
	width: 90% !important;
}
.w-95 {
	width: 95% !important;
}
.w-100 {
	width: 100% !important;
}

.h-5 {
	height: 5% !important;
}
.h-10 {
	height: 10% !important;
}
.h-15 {
	height: 15% !important;
}
.h-20 {
	height: 20% !important;
}
.h-25 {
	height: 25% !important;
}
.h-30 {
	height: 30% !important;
}
.h-35 {
	height: 35% !important;
}
.h-40 {
	height: 40% !important;
}
.h-45 {
	height: 45% !important;
}
.h-50 {
	height: 50% !important;
}
.h-55 {
	height: 55% !important;
}
.h-60 {
	height: 60% !important;
}
.h-65 {
	height: 65% !important;
}
.h-70 {
	height: 70% !important;
}
.h-75 {
	height: 75% !important;
}
.h-80 {
	height: 80% !important;
}
.h-85 {
	height: 85% !important;
}
.h-90 {
	height: 90% !important;
}
.h-95 {
	height: 95% !important;
}
.h-100 {
	height: 100% !important;
}
@media (min-width: 576px) {
	.w-sm-5 {
		width: 5% !important;
	}
	.w-sm-10 {
		width: 10% !important;
	}
	.w-sm-15 {
		width: 15% !important;
	}
	.w-sm-20 {
		width: 20% !important;
	}
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-30 {
		width: 30% !important;
	}
	.w-sm-35 {
		width: 35% !important;
	}
	.w-sm-40 {
		width: 40% !important;
	}
	.w-sm-45 {
		width: 45% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-55 {
		width: 55% !important;
	}
	.w-sm-60 {
		width: 60% !important;
	}
	.w-sm-65 {
		width: 65% !important;
	}
	.w-sm-70 {
		width: 70% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-80 {
		width: 80% !important;
	}
	.w-sm-85 {
		width: 85% !important;
	}
	.w-sm-90 {
		width: 90% !important;
	}
	.w-sm-95 {
		width: 95% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.h-sm-5 {
		height: 5% !important;
	}
	.h-sm-10 {
		height: 10% !important;
	}
	.h-sm-15 {
		height: 15% !important;
	}
	.h-sm-20 {
		height: 20% !important;
	}
	.h-sm-25 {
		height: 25% !important;
	}
	.h-sm-30 {
		height: 30% !important;
	}
	.h-sm-35 {
		height: 35% !important;
	}
	.h-sm-40 {
		height: 40% !important;
	}
	.h-sm-45 {
		height: 45% !important;
	}
	.h-sm-50 {
		height: 50% !important;
	}
	.h-sm-55 {
		height: 55% !important;
	}
	.h-sm-60 {
		height: 60% !important;
	}
	.h-sm-65 {
		height: 65% !important;
	}
	.h-sm-70 {
		height: 70% !important;
	}
	.h-sm-75 {
		height: 75% !important;
	}
	.h-sm-80 {
		height: 80% !important;
	}
	.h-sm-85 {
		height: 85% !important;
	}
	.h-sm-90 {
		height: 90% !important;
	}
	.h-sm-95 {
		height: 95% !important;
	}
	.h-sm-100 {
		height: 100% !important;
	}
}

@media (min-width: 768px) {
	.w-md-5 {
		width: 5% !important;
	}
	.w-md-10 {
		width: 10% !important;
	}
	.w-md-15 {
		width: 15% !important;
	}
	.w-md-20 {
		width: 20% !important;
	}
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-30 {
		width: 30% !important;
	}
	.w-md-35 {
		width: 35% !important;
	}
	.w-md-40 {
		width: 40% !important;
	}
	.w-md-45 {
		width: 45% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-55 {
		width: 55% !important;
	}
	.w-md-60 {
		width: 60% !important;
	}
	.w-md-65 {
		width: 65% !important;
	}
	.w-md-70 {
		width: 70% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-80 {
		width: 80% !important;
	}
	.w-md-85 {
		width: 85% !important;
	}
	.w-md-90 {
		width: 90% !important;
	}
	.w-md-95 {
		width: 95% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
	
	.h-md-5 {
		height: 5% !important;
	}
	.h-md-10 {
		height: 10% !important;
	}
	.h-md-15 {
		height: 15% !important;
	}
	.h-md-20 {
		height: 20% !important;
	}
	.h-md-25 {
		height: 25% !important;
	}
	.h-md-30 {
		height: 30% !important;
	}
	.h-md-35 {
		height: 35% !important;
	}
	.h-md-40 {
		height: 40% !important;
	}
	.h-md-45 {
		height: 45% !important;
	}
	.h-md-50 {
		height: 50% !important;
	}
	.h-md-55 {
		height: 55% !important;
	}
	.h-md-60 {
		height: 60% !important;
	}
	.h-md-65 {
		height: 65% !important;
	}
	.h-md-70 {
		height: 70% !important;
	}
	.h-md-75 {
		height: 75% !important;
	}
	.h-md-80 {
		height: 80% !important;
	}
	.h-md-85 {
		height: 85% !important;
	}
	.h-md-90 {
		height: 90% !important;
	}
	.h-md-95 {
		height: 95% !important;
	}
	.h-md-100 {
		height: 100% !important;
	}
}
@media (min-width: 992px) {
	.w-lg-5 {
		width: 5% !important;
	}
	.w-lg-10 {
		width: 10% !important;
	}
	.w-lg-15 {
		width: 15% !important;
	}
	.w-lg-20 {
		width: 20% !important;
	}
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-30 {
		width: 30% !important;
	}
	.w-lg-35 {
		width: 35% !important;
	}
	.w-lg-40 {
		width: 40% !important;
	}
	.w-lg-45 {
		width: 45% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-55 {
		width: 55% !important;
	}
	.w-lg-60 {
		width: 60% !important;
	}
	.w-lg-65 {
		width: 65% !important;
	}
	.w-lg-70 {
		width: 70% !important;
	}
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-80 {
		width: 80% !important;
	}
	.w-lg-85 {
		width: 85% !important;
	}
	.w-lg-90 {
		width: 90% !important;
	}
	.w-lg-95 {
		width: 95% !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}
	
	.h-lg-5 {
		height: 5% !important;
	}
	.h-lg-10 {
		height: 10% !important;
	}
	.h-lg-15 {
		height: 15% !important;
	}
	.h-lg-20 {
		height: 20% !important;
	}
	.h-lg-25 {
		height: 25% !important;
	}
	.h-lg-30 {
		height: 30% !important;
	}
	.h-lg-35 {
		height: 35% !important;
	}
	.h-lg-40 {
		height: 40% !important;
	}
	.h-lg-45 {
		height: 45% !important;
	}
	.h-lg-50 {
		height: 50% !important;
	}
	.h-lg-55 {
		height: 55% !important;
	}
	.h-lg-60 {
		height: 60% !important;
	}
	.h-lg-65 {
		height: 65% !important;
	}
	.h-lg-70 {
		height: 70% !important;
	}
	.h-lg-75 {
		height: 75% !important;
	}
	.h-lg-80 {
		height: 80% !important;
	}
	.h-lg-85 {
		height: 85% !important;
	}
	.h-lg-90 {
		height: 90% !important;
	}
	.h-lg-95 {
		height: 95% !important;
	}
	.h-lg-100 {
		height: 100% !important;
	}
}
@media (min-width: 1200px) {
	.w-xl-5 {
		width: 5% !important;
	}
	.w-xl-10 {
		width: 10% !important;
	}
	.w-xl-15 {
		width: 15% !important;
	}
	.w-xl-20 {
		width: 20% !important;
	}
	.w-xl-25 {
		width: 25% !important;
	}
	.w-xl-30 {
		width: 30% !important;
	}
	.w-xl-35 {
		width: 35% !important;
	}
	.w-xl-40 {
		width: 40% !important;
	}
	.w-xl-45 {
		width: 45% !important;
	}
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-55 {
		width: 55% !important;
	}
	.w-xl-60 {
		width: 60% !important;
	}
	.w-xl-65 {
		width: 65% !important;
	}
	.w-xl-70 {
		width: 70% !important;
	}
	.w-xl-75 {
		width: 75% !important;
	}
	.w-xl-80 {
		width: 80% !important;
	}
	.w-xl-85 {
		width: 85% !important;
	}
	.w-xl-90 {
		width: 90% !important;
	}
	.w-xl-95 {
		width: 95% !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}
	
	.h-xl-5 {
		height: 5% !important;
	}
	.h-xl-10 {
		height: 10% !important;
	}
	.h-xl-15 {
		height: 15% !important;
	}
	.h-xl-20 {
		height: 20% !important;
	}
	.h-xl-25 {
		height: 25% !important;
	}
	.h-xl-30 {
		height: 30% !important;
	}
	.h-xl-35 {
		height: 35% !important;
	}
	.h-xl-40 {
		height: 40% !important;
	}
	.h-xl-45 {
		height: 45% !important;
	}
	.h-xl-50 {
		height: 50% !important;
	}
	.h-xl-55 {
		height: 55% !important;
	}
	.h-xl-60 {
		height: 60% !important;
	}
	.h-xl-65 {
		height: 65% !important;
	}
	.h-xl-70 {
		height: 70% !important;
	}
	.h-xl-75 {
		height: 75% !important;
	}
	.h-xl-80 {
		height: 80% !important;
	}
	.h-xl-85 {
		height: 85% !important;
	}
	.h-xl-90 {
		height: 90% !important;
	}
	.h-xl-95 {
		height: 95% !important;
	}
	.h-xl-100 {
		height: 100% !important;
	}
}

@media (min-width: 1400px) {
	.w-xxl-5 {
		width: 5% !important;
	}
	.w-xxl-10 {
		width: 10% !important;
	}
	.w-xxl-15 {
		width: 15% !important;
	}
	.w-xxl-20 {
		width: 20% !important;
	}
	.w-xxl-25 {
		width: 25% !important;
	}
	.w-xxl-30 {
		width: 30% !important;
	}
	.w-xxl-35 {
		width: 35% !important;
	}
	.w-xxl-40 {
		width: 40% !important;
	}
	.w-xxl-45 {
		width: 45% !important;
	}
	.w-xxl-50 {
		width: 50% !important;
	}
	.w-xxl-55 {
		width: 55% !important;
	}
	.w-xxl-60 {
		width: 60% !important;
	}
	.w-xxl-65 {
		width: 65% !important;
	}
	.w-xxl-70 {
		width: 70% !important;
	}
	.w-xxl-75 {
		width: 75% !important;
	}
	.w-xxl-80 {
		width: 80% !important;
	}
	.w-xxl-85 {
		width: 85% !important;
	}
	.w-xxl-90 {
		width: 90% !important;
	}
	.w-xxl-95 {
		width: 95% !important;
	}
	.w-xxl-100 {
		width: 100% !important;
	}
	
	.h-xxl-5 {
		height: 5% !important;
	}
	.h-xxl-10 {
		height: 10% !important;
	}
	.h-xxl-15 {
		height: 15% !important;
	}
	.h-xxl-20 {
		height: 20% !important;
	}
	.h-xxl-25 {
		height: 25% !important;
	}
	.h-xxl-30 {
		height: 30% !important;
	}
	.h-xxl-35 {
		height: 35% !important;
	}
	.h-xxl-40 {
		height: 40% !important;
	}
	.h-xxl-45 {
		height: 45% !important;
	}
	.h-xxl-50 {
		height: 50% !important;
	}
	.h-xxl-55 {
		height: 55% !important;
	}
	.h-xxl-60 {
		height: 60% !important;
	}
	.h-xxl-65 {
		height: 65% !important;
	}
	.h-xxl-70 {
		height: 70% !important;
	}
	.h-xxl-75 {
		height: 75% !important;
	}
	.h-xxl-80 {
		height: 80% !important;
	}
	.h-xxl-85 {
		height: 85% !important;
	}
	.h-xxl-90 {
		height: 90% !important;
	}
	.h-xxl-95 {
		height: 95% !important;
	}
	.h-xxl-100 {
		height: 100% !important;
	}
}
