/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,700');*/
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJRLSzo.woff2) format('woff2');
}



a, button, input, select, h1, h2, h3, h4, h5, * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	appearance: none;
	background: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	filter: brightness(1.2);
}
body {
	font-family: 'Josefin Sans', sans-serif;
	min-width: 1024px;
	/* width: 1024px; */
}
h2 {
	color: #84b8f5;
	font-size: 48px;
	font-weight: bold;
	margin: revert;
}
h3 {
	color: #ff597b;
	font-size: 32px;
	font-weight: bold;
	margin: revert;
}
u {
	text-decoration: underline;
}



.tengah {
	text-align: center;
}
.kanan {
	text-align: right;
}
.label:before {
	display: block;
	width: 200px;
	border-top: 3px solid;
	margin-bottom: 0.5em;
	content: ' ';
}
.tengah.label:before {
	margin-left: auto;
	margin-right: auto;
}
.kanan.label:before {
	margin-left: auto;
}
.isi {
	max-width: 1848px; /* 2048px - padding */
	margin: auto;
}
.tajuk {
	font-size: 18px;
	text-shadow: gray 2px 2px 2px;
	margin-bottom: -1em;
}



.kepala {
	background: #fff7ea;
	padding: 25px 75px 0;
	position: sticky;
	top: 0;
	z-index: 9;
}
.kepala .alogo {
	display: inline-block;
	width: 210px;
	height: 60px;
	margin-right: 80px;
	text-align: center;
	vertical-align: top;
	line-height: 2.5;
}
.kepala .alogo:hover {
	text-decoration: none;
}
.kepala .alogo h1, .kepala .alogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.kepala .divmenu {
	display: inline-block;
	/* max-width: calc(100% - 350px - 10px); /* logo width and padding - buffer */
	min-height: 60px;
	padding-top: 12px;
	overflow: auto hidden;
}
.kepala .divmenu .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 50px;
}
.kepala .divmenu .menu a {
	margin: auto;
	padding-top: 14px;
	color: #4a5658;
	font-size: 22px;
	white-space: nowrap;
}
.kepala .divmenu .menu a.aktif {
	color: #083038;
	font-weight: bold;
}
.kepala .divbahasa {
	float: right;
	height: 60px;
	text-align: center;
	font-size: 16px;
}
.kepala .divbahasa .bahasa {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
	background: #ffffff;
	color: #083038;
	border: 1px solid #ffc05d;
	border-radius: 50%;
	font-size: 18px;
	letter-spacing: -2px;
	cursor: pointer;
	text-decoration: none;
}
.kepala .divbahasa .bahasa:hover {
	background: rgba(255, 89, 123, 0.2);
}
.kepala .divbahasa .bahasa.aktif {
	background: rgba(255, 89, 123, 0.4);
	font-weight: bold;
	cursor: default;
}
.kepala .sempadan {
	margin-top: 10px;
	border-bottom: 3px solid #ffc05d;
	clear: both;
}



.badan {
	background: #ffffff;
	padding: 25px 75px;
	font-size: 20px;
	line-height: 1.5;
}



.kaki {
	margin-top: 25px;
	padding: 25px 75px;
	background: #ffc05d;
	text-align: center;
	font-size: 20px;
	color: #083038;
}
.kaki .logo img {
	width: 280px;
	height: 80px;
	object-fit: contain;
}
.kaki .medsos {
	margin: 25px 0;
}
.kaki .medsos a {
	margin: 0px 1px;
}
.kaki .medsos a img {
	width: 50px;
}
.kaki .menu {
	margin: 25px 0;
}
.kaki .menu a {
	color: #083038;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px 30px;
}



.panjiberanda h2, .panjiberanda h3 {
	background: linear-gradient( 90deg,
		rgba(255, 89, 123, 1) 10%,
		rgba(255, 192, 93, 1) 100%
	);
	background-clip: text;
	color: transparent;
	font-weight: bold;
}
.panjiberanda h2 {
	display: inline-block;
	font-size: 60px;
	transform: scaleX(1.1);
	transform-origin: top left;
}
.panjiberanda .pita {
	font-size: 60px;
	margin: 0 0 1em -2em;
}
.panjiberanda .bola {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000000;
	float: left;
	z-index: -1;
	margin: 0 -50px -50px 0;
	font-size: 60px;
}
.panjiberanda .bola1 {
	background: #84b8f5;
	top: 0.75em;
	left: -0.25em;
}
.panjiberanda .bola2 {
	background: #ffc05d;
	top: 3em;
	left: -0.25em;
}
.panjiberanda .bola3 {
	background: #ffc05d;
	top: 4.5em;
	left: 40vw;
}
.panjiberanda .bola4 {
	background: #ff597b;
	top: 6.25em;
	left: -12.5vw;
	float: right;
}
.panjiberanda h3 {
	/* font-size: 96px; */
	margin-top: 0;
}
.panjiberanda .panah {
	width: 240px;
	height: 160px;
	margin: -160px 0 0 -240px;
	position: relative;
	left: 240px;
}
.panjiberanda .tombol:hover {
	text-decoration: none;
}
.panjiberanda .tombol input[type=button] {
	background: #84b8f5;
	color: #ffffff;
	border-radius: 5px;
	margin: 25px 5px;
	box-shadow: 0px 26px 30px -16px #84b8f580;
	font-size: 32px;
	font-family: inherit;
	padding: 25px 10px;
	cursor: pointer;
}
.panjiberanda .tombol:hover input[type=button] {
	box-shadow: 0px 26px 30px -16px #84b8f5c0;
}
.panjiberanda .tautan {
	color: #000000;
	text-decoration: underline;
}
.panjiberanda .tautan:hover {
	color: #4a5658;
}
.perihal {
	background-color: #ffc05d;
	font-size: 20px;
}
.perihal .foto {
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	margin: 0 5vw;
	background-size: cover;
	background-position-x: 35%;
}
.perihal .teks {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 400px - 15vw);
	margin-right: 5vw;
}
.perihal .butir {
	background: linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
	border-radius: 40px;
	margin: 1em 0;
	padding: 1.5em;
}
.perihal .butir h4 {
	color: #ff597b;
	font-size: 24px;
	margin-bottom: 0.8em;
}
.perihal .butir img {
	float: left;
	width: 96px;
	height: 96px;
	margin: 16px 32px 16px 8px;
}
.perihal .butir p {
	font-size: 18px;
}
@media only screen and (max-width: 1200px) {
	.perihal .foto {
		margin-left: 0;
	}
	.perihal .teks {
		width: calc(100% - 400px - 5vw);
		margin-right: 0;
	}
	.perihal .butir img {
		float: left;
		margin: -4px 32px -4px 4px;
	}
}
.layanan .divbutir {
	columns: 2;
	width: max-content;
	margin: auto;
	text-align: left;
}
.layanan .divbutir li {
	margin: 0 2em;
}
.layanan .tombol:hover {
	text-decoration: none;
}
.layanan .tombol input[type=button] {
	background: #ffc05d;
	border-radius: 5px;
	margin: 25px 5px;
	box-shadow: 0px 26px 30px -16px #ffc05d80;
	font-size: 20px;
	font-family: inherit;
	padding: 18px 10px;
	cursor: pointer;
}
.layanan .tombol:hover input[type=button] {
	box-shadow: 0px 26px 30px -16px #ffc05dc0;
}
.layanan .sempadan {
	margin-top: 50px;
	border-bottom: 3px solid #84b8f5;
	clear: both;
}
.mitra {
	margin-bottom: 5em;
}
.mitra img {
	height: 56px;
	margin: 0.8em 1em;
}
.kisah .divbutir {
	display: flex;
}
.kisah .butir {
	width: 25%;
	margin-right: 15px;
	padding: 10px;
	background: #ffffee;
	border-radius: 15px;
	text-align: left;
	position: relative;
}
.kisah .butir:last-child {
	margin: 0;
}
.kisah .butir::before {
	content: '\201C';
	color: #ffc05d;
	font-size: 80px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1;
	margin-bottom: -0.25em;
	display: block;
}
.kisah .penulis {
	position: absolute;
	bottom: 10px;
}
.kisah .penulis .nama {
	font-weight: bold;
}
.kisah .penulis .jabatan {
	font-size: 16px;
}
.kisah .kutipan {
	font-size: 18px;
	color: #404020;
	margin-bottom: 5em;
}



.panjilayanan {
	margin-top: -50px;
	background: #000000 url('../gambar/layanan_panji.jpg') center no-repeat;
	background-size: 2048px auto;
	color: #ffffff;
}
.panjilayanan .kanan {
	width: 60%;
	margin-left: 40%;
	text-shadow: #000000 1px 1px 2px;
}
.panjilayanan .tombol input[type=button] {
	background: #84b8f5;
	color: #ffffff;
	border-radius: 5px;
	margin: 25px 5px;
	box-shadow: 0px 26px 30px -16px #84b8f580;
	text-shadow: gray 2px 2px 2px;
	font-size: 20px;
	font-family: inherit;
	padding: 18px 10px;
	cursor: pointer;
}
.panjilayanan .tombol:hover input[type=button] {
	box-shadow: 0px 26px 30px -16px #84b8f5c0;
}
.detaillayanan .divbutir {
	display: flex;
	margin: 1em 0;
}
.detaillayanan .butir {
	width: 22.5%;
	margin-right: 20px;
	padding: 10px;
	background: #eeeeee;
	box-shadow: lightgray 3px 3px 10px 1px;
	border-radius: 15px;
	text-align: center;
	position: relative;
}
.detaillayanan .butir:first-child {
	margin-left: auto;
}
.detaillayanan .butir:last-child {
	margin-right: auto;
}
.detaillayanan .navigasi .butir:hover {
	background: #ffc05d20;
	box-shadow: gray 3px 3px 10px 2px;
}
.detaillayanan .navigasi .butir.aktif {
	background: #ffc05d40;
	box-shadow: gray 3px 3px 10px 2px;
}
.detaillayanan .tambahan .butir {
	width: 46.5%;
}
.detaillayanan a.butir {
	color: #000000;
	text-decoration: none;
}
.detaillayanan .butir img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.detaillayanan .butir b {
	display: block;
	margin: 0.8em 0;
	font-size: 19px;
	letter-spacing: -1.5px;
}
.detaillayanan .butir p {
	font-size: 16px;
}
.detaillayanan .butir a {
	color: blue;
}
.divsalindia {
	background-color: #ffc05d40;
}
.divsalindia::before {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffc05d40;
	content: '';
	display: block;
	margin: -40px auto 25px;
}
#pengalaman.salindia, #produksi.salindia, #kru.salindia, #data.salindia {
	display: none;
}
#pengalaman.salindia:target, #produksi.salindia:target, #kru.salindia:target, #data.salindia:target {
	display: block;
}
.salindia {
	scroll-margin-top: 160px;
}
.salindia.aktif {
	display: block !important;
}
.salindia p {
	margin: revert;
}
.alasan .sempadan {
	margin-top: 25px;
	border-top: 3px solid #84b8f5;
}
.alasan .divbutir {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
	padding: 0 25px;
	text-align: center;
}
.alasan .butir {
	width: 400px;
	min-height: 225px;
	margin: 0 auto auto;
}
.alasan .butir img {
	display: block;
	width: 320px;
	height: 160px;
	margin: 0 auto 0.5em;
	object-fit: contain;
	/* background: #ffffee; */
}
.alasan .butir b {
	font-size: 22px;
}
.alasan .butir p {
	text-align: justify;
	margin: revert;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 18px;
}
.kakilayanan {
	padding: 0 75px;
	margin: 25px 0 -50px;
	background: #84b8f5;
}
.kakilayanan h2 {
	color: #000000;
	font-size: 32px;
}
.kakilayanan .ilustrasi {
	vertical-align: bottom;
	width: 400px;
	margin: -25px 5vw 5px;
	background-size: contain;
}
.kakilayanan .teks {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 400px - 15vw);
	margin-right: 5vw;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
	.kakilayanan .ilustrasi {
		margin-left: 0;
	}
	.kakilayanan .teks {
		width: calc(100% - 400px - 5vw);
		margin-right: 0;
	}
}
.kakilayanan .tombol:hover {
	text-decoration: none;
}
.kakilayanan .tombol input[type=button] {
	background: #ff597b;
	color: #ffffff;
	border-radius: 5px;
	margin: 25px 5px;
	box-shadow: 0px 26px 30px -16px #ff597b80;
	font-size: 20px;
	font-family: inherit;
	padding: 18px 10px;
	cursor: pointer;
}
.kakilayanan .tombol:hover input[type=button] {
	box-shadow: 0px 26px 30px -16px #ff597bc0;
}
.kakilayanan .tautan {
	color: #000000;
	margin-left: 1em;
}
.kakilayanan .tautan:hover {
	color: #4a5658;
}



.divacaralampau {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
	padding: 25px;
	text-align: center;
}
.acaralampau {
	width: 320px;
	height: 240px;
	overflow: hidden;
	margin: auto;
	/* background: #bbbbbb; */
	background: #000000;
	color: #ffffff;
}
.acaralampau img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.acaralampau div {
	position: relative;
	top: -240px;
}
.acaralampau .judul {
	font-size: 32px;
	margin-top: 40px;
}
.acaralampau .subjudul {
	font-size: 24px;
}
.acaralampau .lokasi {
	margin-top: 40px;
}



.hubungi {
	border-radius: 20px;
	margin: 25px 0;
	padding: 10px;
	display: flex;
	box-shadow: lightgray 3px 3px 20px 5px;
}
.hubungi .kontak {
	border-radius: 15px 0 0 15px;
	padding: 25px;
	width: 50%;
	background: linear-gradient( 0deg,
		rgba(255, 89, 123, 1) 10%,
		rgba(255, 192, 93, 1) 100%
	);
	overflow: hidden;
}
.hubungi .kontak h4 {
	margin-bottom: revert;
	font-size: 24px;
}
.hubungi .kontak .bola {
	background: linear-gradient( 180deg, rgba(132, 184, 245, 1) 0%, rgba(132, 184, 245, 0) 100% );
	border-radius: 50%;
}
.hubungi .kontak .divbutir {
	color: #ffffff;
	margin: 2em 0;
	font-weight: bold;
}
.hubungi .kontak .butir {
	margin: 0.75em 0;
	font-size: 22px;
}
.hubungi .kontak .butir img {
	width: 1em;
	height: 1em;
	margin: 0 0.25em 0.25em 0;
	object-fit: contain;
	vertical-align: middle;
}
.hubungi .kontak .butir a {
	color: #ffffff;
	display: inline-block;
}
.hubungi .kontak .bola1 {
	width: 200px;
	height: 200px;
	position: relative;
	right: -65%;
	margin-top: 2em;
}
.hubungi .kontak .bola2 {
	width: 360px;
	height: 360px;
	position: relative;
	right: -75%;
	margin: -25% 0 -20%;
}
.hubungi .pesan {
	border-radius: 0 15px 15px 0;
	padding: 25px;
	width: 50%;
	background: #ffffee;
	overflow: hidden;
	position: relative;
}
.hubungi .pesan h4 {
	margin-bottom: revert;
	font-size: 24px;
}
.hubungi .pesan table {
	width: 100%;
	margin-top: -10px;
}
.hubungi .pesan table tr td, .hubungi .pesan table tr th {
	padding: 10px;
}
@media only screen and (max-width: 1200px) {
	.hubungi .pesan table tr td, .hubungi .pesan table tr th {
		display: block;
	}
}
.hubungi .pesan p {
	font-size: 16px;
	color: #4a5658;
}
.hubungi .pesan label {
	margin-right: 0.5em;
	display: inline-block;
}
.hubungi .pesan input::placeholder, .hubungi .pesan textarea::placeholder {
	font-style: italic;
	color: gray;
} 
.hubungi .pesan input[type=text],
.hubungi .pesan input[type=tel],
.hubungi .pesan input[type=email],
.hubungi .pesan textarea {
	width: 100%;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	background-color: #ffffff;
	font-size: inherit;
	font-family: inherit;
}
.hubungi .pesan input[type=text]:focus,
.hubungi .pesan input[type=tel]:focus,
.hubungi .pesan input[type=email]:focus,
.hubungi .pesan textarea:focus {
	outline: none;
	box-shadow: none;
	border-bottom: 2px solid #4488ff;
	margin-bottom: -1px;
}
.hubungi .pesan input[type=radio] {
	width: revert;
	height: revert;
	appearance: revert;
}
.hubungi .pesan textarea {
	height: 8em;
}
.hubungi .pesan img {
	width: 360px;
	transform-origin: top left;
	transform: rotate(-25deg);
	object-fit: cover;
	position: absolute;
	right: 25px;
	bottom: -125px;
	filter: drop-shadow(lightgray 2px 2px 2px);
}
.hubungi .pesan .tombol input[type=submit] {
	background: #84b8f5;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 26px 30px -16px #84b8f580;
	font-size: 20px;
	font-family: inherit;
	padding: 10px 15px;
	cursor: pointer;
}
.hubungi .pesan .tombol:hover input[type=submit] {
	box-shadow: 0px 26px 30px -16px #84b8f5c0;
}
