a {
	text-decoration: none;
}

button {
	outline: none !important;
}

.page {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 85%;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: grey;
}

.container-header {
	width: 100%;
	height: 100px;
	background-image: url('../image/headerweb.png');
	background-size: 1500px;
	background-repeat: no-repeat;
}

.all-menu-title {
	padding-top: 25px;
	padding-left: 10%;
	text-align: left;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.5px;
	color: white;
}

/*----CONTAINER 1----*/
.container-1 {
	width: 100%;
	padding: 30px 0px 45px;
	background-image: url('../image/bgcon1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	text-align: center;
}

.container-1-title>h2 {
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #7C7464;
}

.container-1-title>p {
	padding: 0px 30px;
	margin-top: -10px;
	font-size: 18px;
	color: #4fe364;
}

.con-1-box {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

.box {
	float: left;
	padding: 10px;
	margin: 20px;
	width: 350px;
}

.box>img {
	float: left;
}

.box-caption {
	float: left;
	margin-left: 15px;
	text-align: left;
	color: darkgray;
}

.box-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

.box-desc {
	width: 230px;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

.boxicon {
	float: left;
	width: 120px;
}

.carousel-keunggulan {
	display: none;
	margin: 0 auto;
	width: 80%;
	height: 200px;
}

#box-caption-1, #box-caption-2, #box-caption-3 {
	right: unset;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 450px;
	text-align: left;

}

.con-1-pengajuan {
	margin-top: 20px;
	width: 100%;
}

.pengajuan-left {
	float: left;
	width: 50%;
	text-align: left;
}

.table-sim-peng {
	position: relative;
	margin: 0 auto;
	width: 500px;
}

.table-sim-peng>tbody>tr>td {
	width: 400px;
}

.button-outline {
	position: absolute;
	left: 4%;
	width: 305px;
	height: 40px;
	background-color: white;
	border-left: solid 7px #82724D;
	box-shadow: 0px 4px 4px lightgray;
	transform: skew(-30deg);
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

#simulasi-button, #pengajuan-button {
	position: absolute;
	padding: 10px 10px;
	margin-left: 5px;
	width: 300px;
	height: 40px;
	transform: skew(0deg);
	background-color: white;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #82724D;
	border-left: solid 3px #82724D;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

#simulasi-button>p, #pengajuan-button>p {
	float: left;
	padding: 0px 20px;
	margin: 0;
	transform: skew(30deg);
	transition: all 0.3s ease;
}

.button-outline:hover {
	border-left: solid 7px #ebb000;
}

.button-outline:hover>#simulasi-button, .button-outline:hover>#pengajuan-button {
	border-left: solid 3px #ebb000;
}

.button-outline:hover>div>p {
	color: #ebb000;
}

.sim-icon, .aju-icon {
	position: absolute;
	margin-left: 230px;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.sim-peng-2 {
	display: none;
	justify-content: center;
	width: 100%;
}

.button-outline-2 {
	float: left;
	margin: 0px 20px;
	width: 305px;
	height: 40px;
	background-color: white;
	border-left: solid 7px #82724D;
	box-shadow: 10px 4px 4px lightgray;
	transform: skew(-30deg);
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

#simulasi-button-2, #pengajuan-button-2 {
	padding: 10px 10px;
	margin-left: 5px;
	width: 300px;
	height: 40px;
	transform: skew(0deg);
	background-color: white;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #82724D;
	border-left: solid 3px #82724D;
	transition: all 0.3s ease;
	z-index: 10;
}

#simulasi-button-2>p, #pengajuan-button-2>p {
	padding: 0px 20px;
	margin: 0;
	transform: skew(30deg);
	transition: all 0.3s ease;
}

.button-outline-2:hover {
	border-left: solid 7px #ebb000;
}

.button-outline-2:hover>#simulasi-button-2, .button-outline-2:hover>#pengajuan-button-2 {
	border-left: solid 3px #ebb000;
}

.button-outline-2:hover>div>p {
	color: #ebb000;
}

.pengajuan-right {
	float: left;
	width: 50%;
}

.sim-peng-container {
	margin: 0 auto;
	width: 500px;
}

.sim-peng-tengah, .sim-peng-bawah {
	margin: 30px 0px;
}

.sim-peng-container>div>input {
	padding: 2px 15px;
	margin: 0px 20px;
	width: 200px;
	height: 35px;
	font-size: 15px;
	border: solid 2px #FFC100;
	border-radius: 50px;
}

.sim-peng-container>div>select {
	padding: 2px 15px;
	margin: 0 20px;
	width: 200px;
	height: 35px;
	font-size: 15px;
	border: solid 2px #FFC100;
	border-radius: 50px;
}

.hitung-button {
	padding: 10px 0px;
	margin: 0 auto;
	width: 150px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	background-color: #706448;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	box-shadow: 0px 5px 4px lightgray;
	transition: all 0.3s ease;
}

.hitung-button:hover {
	background-color: #ebb000;
}

.hitung, .lanjut, .lanjut-2 {
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.hitung {
	background-color: #FFC100;
}

.hitung:hover, .lanjut:hover {
	background-color: #7C7464;
	color: white;
}

.pengajuan-button {
	padding: 10px 0px;
	margin: 0 auto;
	width: 150px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	background-color: #7C7464;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	border: 0;
	box-shadow: 0px 5px 4px lightgray;
	transition: all 0.3s ease;
}

.pengajuan-button:hover {
	background-color: #ebb000;
}




/*----SERVICE----*/

.container-2 {
	width: 100%;
	padding: 50px 0px;
	background-image: url('../image/bgcon2.png');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.container-2-title>h2 {
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #7C7464;
}

.container-2-title>p {
	padding: 0px 30px;
	margin-top: -10px;
	font-size: 18px;
	color: #7C7464;
}

.service-left {
	float: left;
	width: 50%;
}

.service-right {
	float: right;
	width: 50%;
}

.service-caption {
	padding: 15% 10%;
	text-align: left;
}

.service-title {
	font-family: 'releway', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #7C7464;
}

.service-desc {
	width: 500px;
	font-family: 'lato', sans-serif;
	font-size: 18px;
	color : #86836D;
	letter-spacing: 0.5px;
	line-height: 27px;
	text-align: justify;
}

.tombol-ajukan {
	padding: 15px 0px;
	margin-top: 50px;
	width: 220px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
	color: white;
	border-radius: 50px;
	box-shadow: 0px 5px 5px 0px #eddc87;
	cursor: pointer;
	transition: all 0.3s ease;
}

.tombol-ajukan:hover {
	background-image: linear-gradient(to bottom, #856919, #5c480e);
}





/*------------MENU DARI BANNER-------------*/

.container-sm-1 {
	padding: 70px 0px 50px;
	width: 100%;
	text-align: center;
	background-color: white;
}

.sm-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-sm-2 {
	padding-bottom: 50px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-sm-2-1 {
	text-align: justify;
	margin: 0 auto;
	width: 80%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}

.container-sm-2-1>p {
	margin: 0 auto 20px;
}

.container-sm-2-1-1 {
	padding: 50px 0px;
	width: 100%;
	text-align: center;
	border-top: solid 2px #7C7464;
}

.container-sm-title>h2 {
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #7C7464;
}

.container-sm-2-desc {
	text-align: justify;
	margin: 50px auto;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}

.container-sm-2-desc:last-child {
	margin-bottom: 0px;
}

.sm-img {
	float: left;
	position: relative;
	margin-right: 5%;
	width: 100px;
	height: 100px;
}

.loket-img {
	width: 100%;
}

.container-stop-desc {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}





/*----SUPPORT----*/
.container-support {
	width: 100%;
	padding: 50px 0px;
	text-align: center;
	border-top: solid 2px #ffdd00;
}

.container-support-title>h2 {
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #7C7464;
}

.container-support-title>p {
	padding: 0px 30px;
	margin-top: -10px;
	font-size: 18px;
	color: #7C7464;
}

.support-img-con, .support-img-con-2 {
	display: flex;
	justify-content: center;
	padding: 10px 15px;
	width: 100%;
}

.support-img-con-2 {
	border-top: 3px solid;
	padding: 10px 15px 0px;
 	border-image: radial-gradient(grey,transparent) 1.5;
}

.support-img {
	float: left;
	position: relative;
	margin: 0px 3%;
	width: 250px;
	height: 100px;
}

.support-img-2 {
	float: left;
	position: relative;
	margin: 0px 3%;
	width: 100px;
	height: 100px;
}

.support-img>img, .support-img-2>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*----WARNING----*/
.container-warning {
	width: 100%;
	padding: 50px 0px 0px;
	text-align: center;
	border-top: solid 2px #6ad979;
}

.container-warning-title>h2 {
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #7C7464;
}

.container-warning-title>p {
	padding: 0px 30px;
	margin-top: -10px;
	font-size: 18px;
	color: #4fe364;
}

.container-warning-desc>p {
	width: 100%;
	padding: 30px 0px 0px;
	text-align: center;
	font-size: 18px;
}




/*----BERITA & ARTIKEL----*/

.container-3 {
	width: 100%;
	text-align: center;
}

#container-3-left {
	background-image: url('../image/listberita.png');
	background-size: 100% 80px;
	background-repeat: no-repeat;
}

#container-3-right {
	background-image: url('../image/listartikel.png');
	background-size: 100% 80px;
	background-repeat: no-repeat;
}

.container-3-title {
	padding: 10px 0px;
}

.container-3-title>h4 {
	padding: 10px 0px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: white;
}

#title-berita {
	border-right: 1px solid;
 	border-image: radial-gradient(#f5ffa6,transparent) 1;
}

#title-artikel {
	border-left: 1px solid;
 	border-image: radial-gradient(#f5ffa6,transparent) 1;
}

.berita, .artikel {
	float: left;
	width: 50%;
}

.con-3-berita, .con-3-artikel {
	width: 100%;
	background-image: linear-gradient(to bottom, white , #ededed);
	border-bottom: solid 1px lightgray;
}

.con-3-berita {
	border-right: solid 1px lightgray;
}

.con-3-artikel {
	border-left: solid 1px lightgray;
}

.con-3-berita>img {
	float: right;
	width: 200px;
	margin: 25px 10px;
	border: solid 3px lightgray;
	border-radius: 20px;
}

.con-3-artikel>img {
	float: left;
	width: 200px;
	margin: 25px 10px;
	border: solid 3px lightgray;
	border-radius: 20px;
}

.con-3-caption-berita {
	float: left;
	padding: 20px 50px;
	width: 450px;
	text-align: left;
}

.con-3-caption-artikel {
	float: right;
	padding: 20px 50px;
	width: 450px;
	text-align: left;
}

.con-3-judul {
	margin: 0;
	font-family: 'Open sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	color: gray;
}

.con-3-waktu {
	margin: 0;
	font-size: 'Open sans', sans-serif;
	font-size: 10px;
	color: darkgray;
}

.con-3-desc {
	margin-top: 20px;
	width: 350px;
	font-family: 'Open sans', sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #8E8E8E;
}

.con-3-tombol-berita {
	float: left;
	padding: 10px 0px;
	width: 150px;
	background-color: #706448;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	box-shadow: 0px 5px 4px lightgray;
	transition: all 0.3s ease;
}

.con-3-tombol-artikel {
	float: left;
	width: 150px;
	padding: 10px 0px;
	background-color: #706448;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	box-shadow: 0px 5px 4px lightgray;
	transition: all 0.3s ease;
}

.con-3-tombol-berita:hover, .con-3-tombol-artikel:hover {
	background-color: #ebb000;
}

.link-menu-berita, .link-menu-artikel {
	padding: 10px 0px;
	background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	border-left: 2px solid;
 	border-image: radial-gradient(#f5ffa6,transparent) 1;
}

.link-menu-berita:hover, .link-menu-artikel:hover {
	background-image: linear-gradient(to bottom, #856919, #5c480e);
	cursor: default;
}




/*----PROMO----*/

.container-4 {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
}

.bgpromo {
	width: 100%;
}

.bgpromo-mobile, .bgpromo-mobile-2 {
	display: none;
	width: 100%;
}

.mobile-app-gif{
	position: absolute;
	bottom: 0px;
	left: 8px;
	width: 30%;
}

.con-4-caption {
	position: absolute;
	top: 15%;
	right: 8px;
	padding: 50px 50px 100px;
	width: 65%;
}

.con-4-caption>h1 {
	font-family: 'Montserrat', sans-serif;
	color: #ebb101;
}

.con-4-caption>p {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #ae8e2d;
	text-align: justify;
}

.con-4-caption>h3 {
	margin-top: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #ae9a60;
}








/*-----SEJARAH PERUSAHAAN-----*/

.container-s {
	padding: 70px 0px 0px;
	width: 100%;
}

.container-s-1 {
	padding: 0px 80px;
	height: 1150px;
	background-color: white;
	overflow: hidden;
	opacity: 0.9;
}

.container-s-1-1 {
	padding: 50px 0px 50px;
	margin: 0 auto;
	width: 750px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 33px;
	color: #737373;
}

.sejarah-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	color: #363636;
}

.container-s-2 {
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: white;
	overflow: hidden;
	z-index: -1;
}

.img-s-2 {
	width: 900px;
	height: 1150px;
	box-shadow: inset 0px 0px 5px gray;
	-webkit-filter: brightness(0.8);
			filter: brightness(0.8);
}

.container-s-2-1 {
	padding: 120px 0px 120px 5%;
	background-color: #eaeddb;
}






/*--------------JEJAK PERSEROAN------------*/

.container-jp {
	width: 100%;
	padding-bottom: 50px;
	background-color: white;
}

.container-jp-1 {
	padding-top: 20px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-jp-1-1 {
	padding: 50px 0px 50px 0px;
	width: 100%;
	background-color: white;
	text-align: center;
}

.container-jp-1-1>img {
	margin-top: 50px;
}

.img-jp-1 {
	width: 83%;
	border-top: solid 10px #F4CF00;
	border-bottom: solid 10px #F4CF00;
	box-shadow: 0px 2px 10px lightgray;
}

.container-jp-2-1 {
	margin: 0px auto 50px;
	padding: 30px;
	width: 83%;
	text-align: center;
	border-bottom: solid 10px #F4CF00;
	box-shadow: 0px 2px 10px lightgray;
}

.container-jp-2-1-1 {
	margin-top: 30px;
}

.container-jp-2-1-1>p {
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: #737373;
}








/*------------VISI MISI-------------*/

.container-vm {
	padding: 70px 0px 50px;
	width: 100%;
}

.vm-title-container {
	float: left;
	padding: 0px 3%;
	padding-top: 300px;
	width: 35%;
}

.vm-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 55px;
	color: #363636;
}

#vm-title-2 {
	display: none;
}

.container-vm-1 {
	float: left;
	width: 65%;
	box-shadow: 5px 5px 10px grey;
}

.container-vm-1-1, .container-vm-1-2, .container-vm-1-3 {
	padding: 50px 5%;
	width: 100%;
	border-left: solid 6px #ffd34d;
}

.container-vm-1-2 {
	border-left: solid 6px #ffc000;
}

.container-vm-1-3 {
	border-left: solid 6px #d99102;
}

.vision, .mission, .value {
	float: left;
	width: 30%;
}

.vision-desc, .mission-desc, .value-desc {
	float: left;
	width: 70%;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #363636;
}

.mission-desc>ul, .value-desc>ul {
	padding-left: 20px;
}





/*------------SAHAM-------------*/

.container-ps {
	padding: 70px 0px 0px;
	width: 100%;
}

.ps-title-container {
	width: 100%;
	height: 300px;
	background-image: url('../image/team.jpg');
	background-size: cover;
	background-position: center;
}

.ps-title-content {
	width: 100%;
	height: 300px;
	background-color: rgb(16, 107, 21,0.7);
}

.ps-title {
	padding-top: 150px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 55px;
	color: white;
}

.container-ps-2 {
	width: 100%;
	height: 200px;
	background-color: #f7f7f7;
}

.ps-box-container {
	position: absolute;
	padding: 30px 0px;
	margin-top: -80px;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
}

.ps-box {
	float: left;
	position: relative;
	padding: 40px 0px;
	margin: 0px 3%;
	width: 27.33%;
	text-align: center;
	background-color: white;
	transition: all 0.3s ease;
}

.ps-box:hover {
	margin-top: -10px;
	box-shadow: 0px 5px 15px #b5b5b5;
}

.ps-box>table {
	margin: 0 auto;
	width: 80%;
}

.td-saham {
	width: 40%;
}

.ps-box-img {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
}

.ps-box-img>img {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #363636;
}

.ps-box>table>tbody>tr>td {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	letter-spacing: 0.2px;
	color: #525252;
}

.container-ps-3 {
	padding: 50px 5% 100px;
	width: 100%;
	background-color: rgb(102, 232, 100, 0.05);
}

.container-ps-3-1 {
	width: 100%;
	background-color: white;
	box-shadow: 0px 10px 20px #b5b5b5;
}

.container-ps-3-1-desc {
	float: left;
	padding: 100px 100px;
	width: 50%;
	background-color: #33452e;
}

.container-ps-3-1-desc>p {
	font-family: 'Raleway', serif;
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #cae8c1;
	line-height: 27px;
}

.container-ps-3-1-desc-2 {
	float: right;
	padding: 100px 100px;
	width: 50%;
	background-color: #fff;
}

.container-ps-3-1-img>img {
	width: 100%;
}

.ps-title-1 {
	margin-top: 50px;
	font-family: 'Playfair display', serif;
}

.container-ps-3-1-desc-2>p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #525252;
	line-height: 27px;
}





/*------------BOC-------------*/

.container-boc {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: rgb(102, 232, 100, 0.05);
}

.boc-title {
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-boc-1 {
	padding: 50px 0px;
	width: 100%;
	text-align: center;
}

.container-boc-1-1 {
	margin-top: 50px;
	width: 90%;
	background-color: white;
	box-shadow: 3px 3px 25px #ffc10761;
}

.container-boc-1-2 {
	float: right;
	margin-top: 100px;
	width: 90%;
	background-color: white;
	box-shadow: 3px 3px 25px #ffc10761;
}

.container-boc-1-1-img {
	float: right;
	width: 50%;
	text-align: right;
}

.container-boc-1-2-img {
	float: left;
	width: 50%;
	text-align: left;
}

.container-boc-1-1-desc {
	float: right;
	padding: 50px 5% 50px 10%;
	width: 50%;
	text-align: left;
}

.container-boc-1-2-desc {
	float: left;
	padding: 50px 10% 50px 5%;
	width: 50%;
	text-align: left;
}

.container-boc-1-1-desc>h3, .container-boc-1-2-desc>h3 {
	font-family: cambria;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #fc7c21;

}

.container-boc-1-1-desc>h4, .container-boc-1-2-desc>h4 {
	font-family: cambria, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #949494;
}

.container-boc-1-1-desc>p, .container-boc-1-2-desc>p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 32px;
	color: #7a7a7a;
    text-align: justify;
}








/*--------------LAPORAN KEUANGAN--------------*/

.container-lk {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.lk-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-lk-1 {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	width: 100%;
	background-color: white;
}

.container-lk-1-1 {
	margin: 0px 100px;
	width: 250px;
	text-align: center;
	box-shadow: 0px 2px 10px lightgray;
}

.container-lk-1-1>img {
	width: 250px;
	height: 350px;
}

.container-lk-1-1-1>p {
	margin-top: 20px;
	padding: 10px 0px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 25px;
	color: #737373;
}

.submit-lk {
	width: 250px;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #F4CF00;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.submit-lk>a {
	color: white;
}

.submit-lk:hover {
	background-color: #7C7464;
	color: white;
}

.submit-lk>a:hover {
	text-decoration: none;
	color: white;
}

.pdf-container {
	position: fixed;
	width: 100%;
	height: 100%;
}

.modal-penghargaan-content {
    margin: auto;
    width: 600px;
    background-color: transparent;
}

.modal-penghargaan-header {
	padding: 0;
}

.penghargaan-img {
	width: 600px;
}




/*------------PENGHARGAAN-------------*/

.container-p {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.p-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-p-2 {
	display: flex;
	justify-content: center;
	margin: 30px 0px 100px;
	width: 100%;
	background-color: white;
}

.container-p-2:last-child {
	margin-bottom: 0px;
}

.container-p-2-1 {
	margin: 0px 70px;
	padding: 30px;
	text-align: center;
	border-bottom: solid 10px #F4CF00;
	box-shadow: 0px 2px 10px lightgray;
}

.container-p-2-1>img {
	margin: 0 auto;
	width: 300px;
}

.container-p-2-1-1 {
	margin-top: 30px;
}

.container-p-2-1-1>p {
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 25px;
	color: #737373;
}

.reward-name {
	font-family: 'Lora', sans-serif;
	font-weight: bold;
}

.container-p-3 {
	float: left;
	padding: 0px 0px 100px 0px;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
}

.container-p-3-1 {
	margin-top: 30px;
	padding: 50px 10% 0px 0px;
	width: 50%;
}

.container-p-3-1-1 {
	float: right;
}

.container-p-3-2 {
	margin-top: 30px;
	width: 30%;
}

.container-p-3-2>img {
	width: 320px;
	height: 200px;
}






/*------------SOSIAL-----------*/

.container-ts-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.ts-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-ts-1-1 {
	padding: 50px 80px;
}

.container-ts-1-1-1 {
	margin: 0 auto;
	width: 750px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 33px;
	color: #737373;
}

.container-ts-1-2 {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: white;
}

.container-ts-1-2-1 {
	margin: 0px 30px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: solid 10px #F4CF00;
	box-shadow: 0px 2px 10px lightgray;
}

.container-ts-1-2-1>p {
	padding: 20px 0;
	background-color: #EE9802;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: white;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.container-ts-1-2-1>div {
	float: left;
	padding: 0px 50px ;
}

#header-sosial {
	float: left;
    padding: 15px 0px;
    width: 50%;
    background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
    text-align: center;
}

.container-ts-1-2-1>div>img {
	margin: 0 auto;
	width: 300px;
}

.container-ts-p-1 {
	margin-top: 30px;
}

.container-ts-p-1>p {
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 25px;
	color: #737373;
}

.ts-p-besar {
	margin: 0 auto;
	padding: 20px 50px;
	width: 1100px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 25px;
	color: #404040;
}

.container-ts-2-2 {
	display: flex;
	justify-content: center;
	width: 100%;
}

.container-ts-2-2-1, .container-ts-2-2-2 {
	margin-top: 50px;
	padding: 0px 50px;
}

.container-ts-2-2-1 {
	width: 400px;
}

.container-ts-2-2-2 {
	width: 600px;
	border-left: solid 1px lightgray;
}

.ts-p-kecil {
	padding-top: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #969696;
	line-height: 22px;
}










/*--------------FORM APLIKASI--------------*/

.container-f-a-1 {
	padding: 70px 0px 100px 0px;
	width: 100%;
	background-color: white;
}

.container-f-a-1-1 {
	width: 100%;
	background-color: white;
}

.f-a-title {
	padding-top: 20px;
	padding-left: 10%;
	height: 100px;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: white;
}

.table-form-aplikasi {
	margin: 0 auto;
	width: 60%;
	text-align: center;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
}

.table-form-aplikasi>tbody>tr>th {
	height: 100px;
	font-size: 20px;
	text-align: center;
}

.table-form-aplikasi>tbody>tr>td, .table-form-aplikasi>tbody>tr>th {
	padding: 10px 5px;
}

.table-form-aplikasi>tbody>tr>td {
	text-align: left;
}

.form-aplikasi-input {
	text-indent: 10px;
	width: 100%;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #595959;
}

.table-form-aplikasi>tbody>tr>td>input:focus, .table-form-aplikasi>tbody>tr>td>select:focus {
	outline: 0;
}

.submit-pengajuan {
	margin: 0 auto;
	padding: 10px 80px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #7C7464;
	color: white;
	border-radius: 50px;
	border: 0;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.submit-pengajuan:hover {
	background-color: #FFC100;
	color: white;
}

.container-sim-1 {
	padding: 50px 0px;
	margin: 50px auto;
	width: 90%;
	background-color: #FDEDBE;
	box-shadow: 0px 0px 10px #EADAAD;
}

.table-sim {
	margin: 0 auto;
	margin-top: 50px;
	width: 60%;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
}

.table-sim>tbody>tr>td {
	padding: 5px 0px;
}

.table-sim>tbody>tr>td>input:focus, .table-sim>tbody>tr>td>select:focus {
	outline: 0;
}

.simulasi-input {
	text-align: center;
	width: 100%;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: white;
	color: gray;
}








/*------------MULTIGUNA-------------*/

.container-m-1 {
	padding: 70px 0px 50px;
	width: 100%;
	text-align: center;
	background-color: white;

}


.m-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.img-m-1 {
	width: 100%;
	height: auto;
	box-shadow: inset 0px 0px 5px gray;
	-webkit-filter: brightness(0.8);
			filter: brightness(0.8);
}

.container-m-2 {
	padding: 25px 0px 25px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-m-2-1 {
	text-align: justify;
	margin: 0 auto;
	width: 1000px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}

.container-m-3 {
	margin: 0 auto;
	width: 70%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	letter-spacing: 0.5px;
	border-bottom: solid 10px #F4CF00;
	box-shadow: 0px 0px 10px lightgray;
}

.tombol-persyaratan-pembayaran {
	float: left;
	padding: 15px 0px;
	width: 50%;
	background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
	text-align: center;
}

#tombol-persyaratan {
	border-right: solid 1px;
	border-image: radial-gradient(#f5ffa6,transparent) 1;
}

#tombol-pembayaran {
	border-left: solid 1px;
	border-image: radial-gradient(#f5ffa6,transparent) 1;
}

.tombol-persyaratan-pembayaran:hover {
	background-image: linear-gradient(to bottom, #856919, #5c480e);
	cursor: default;
}

#table-persyaratan {
	display: block;
}

.table-persyaratan {
	margin: 30px auto;
	width: 90%;
}

.table-persyaratan>tbody>tr>th {
	padding: 3px 10px;
	background-color: #706448;
	text-align: center;
	color: white;
	border: solid 2px white;
}

.table-persyaratan>tbody>tr>td {
	padding: 3px 10px;
	background-color: #F3E3C3;
	text-align: left;
	font-size: 14px;
	color: #363636;
	border: solid 2px white;

}

.table-persyaratan>tbody>tr>td:first-child {
	width: 40px;
	text-align: center;
}

#cara-pembayaran {
	display: none;
	margin: 30px auto;
	width: 90%;
}

#cara-pembayaran>p {
	color: #727272;
}

#cara-pembayaran>img {
	width: 100%;
}

.container-m-4 {
	display: flex;
	justify-content: center;
	padding: 0px 0px 100px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-m-4>button {
	float: left;
	margin: 0px 10%;
	padding: 10px 0px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #706448;
	color: white;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.container-m-4>button:hover {
	background-color: #E8CC00;
}






/*------------MODAL KERJA-------------*/

.container-mk-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
	border-top: solid 2px #6ad979;
}

.mk-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.img-mk-1 {
	width: 100%;
	height: auto;
	box-shadow: inset 0px 0px 5px gray;
	-webkit-filter: brightness(0.8);
			filter: brightness(0.8);
}

.container-mk-2 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-mk-2-1 {
	text-align: justify;
	margin: 0 auto;
	width: 1000px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}

.container-mk-3 {
	display: flex;
	justify-content: center;
	padding: 0px 0px 100px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-mk-3>button {
	float: left;
	margin: 0px 10%;
	padding: 10px 0px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #706448;
	color: white;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.container-mk-3>button:hover {
	background-color: #E8CC00;
}





/*------------INVESTASI-------------*/

.container-i-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.i-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.img-i-1 {
	width: 100%;
	height: auto;
	box-shadow: inset 0px 0px 5px gray;
	-webkit-filter: brightness(0.8);
			filter: brightness(0.8);
}

.container-i-2 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-i-2-1 {
	text-align: justify;
	margin: 0 auto;
	width: 1000px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
}

.container-i-3 {
	display: flex;
	justify-content: center;
	padding: 0px 0px 100px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-i-3>button {
	float: left;
	margin: 0px 10%;
	padding: 10px 0px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #7C7464;
	color: white;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.container-i-3>button:hover {
	background-color: #E8CC00;
}





/*------------PERSYARATAN-------------*/

.container-pk-1 {
	padding: 70px 0px 50px 0px;
	width: 100%;
	text-align: center;
	background-color: white;
	overflow: hidden;
}

.pk-title {
	padding-top: 20px;
	padding-left: 10%;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: white;
}

.container-pk-1-1 {
	text-align: left;
	padding: 50px 30px;
	margin: 50px auto 0px;
	width: 90%;
	background-color: #ffface;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #737373;
	box-shadow: 0px 2px 10px #DFD89C;
}

.container-pk-1-1>p, .container-pk-1-1>ul {
	margin: 0 auto;
	width: 500px;
}

.container-pk-2 {
	display: flex;
	justify-content: center;
	padding: 0px 0px 100px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-pk-1>button {
	margin-top: 50px;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.container-pk-1>button:hover {
	background-color: #7C7464;
}

.container-pk-1-1-1 {
	width: 100%;
	text-align: center;
}

.container-pk-1-1-1>button {
	padding: 10px 0px;
	margin-top: 50px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #7C7464;
	color: white;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.container-pk-1-1-1>button:hover {
	background-color: #E8CC00;
}








/*------------KANTOR CABANG-------------*/

.container-c-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.c-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

.container-c-1-list {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.list-cabang {
	list-style-type: none;
	margin: 0 auto;
	margin-top: 20px;
}

.list-cabang>li {
	display: inline-block;
	margin: 0px 15px;
	padding: 5px 0px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	cursor: pointer;
	border-bottom: solid 1.5px #F4CF00;
	transition: all 0.5s ease;
}

.list-1>li:first-child {
	background-color: #fff4b0;
}

.list-cabang-2 {
	display: none;
	float: left;
	padding: 0px;
	list-style-type: none;
}

.list-cabang-2>li {
	margin: 20px 25px 0px;
	padding: 10px 0px;
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	cursor: pointer;
	border-bottom: solid 1px #FFC100;
	transition: all 0.5s ease;
}

.container-c-1-1 {
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
	height: 510px;
	background-color: #ffffcc;
	border-bottom: solid 5px #FFC100;
}

.table-cabang-desc {
	margin: 0 auto;
}

.table-cabang-desc>tbody>tr>td {
	padding: 5px 0px;
	width: 800px;
	height: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: white;
}

.table-cabang-desc>tbody>tr>td:first-child {
	padding-right: 20px;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}

.table-cabang-desc>tbody>tr>td {
	transition: all 0.5 ease;
}

#cabang-1, #alamat-1 {
	background-color: #7C7464;
}

#alamat-1 {
	padding: 0px 50px;
	font-size: 15px;
	line-height: 30px;
}







/*------------KARIR-------------*/

.container-k-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.k-title {
	padding-top: 30px;
	padding-left: 10%;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: white;
}

.container-k-1-1, .container-k-1-2 {
	background-color: transparent;
	overflow: hidden;
}

.container-k-1-1 {
	width: 100%;
}

.container-k-2 {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}

.container-k-1-1>p {
	margin: 0 auto;
	width: 1000px;
	text-align: justify;
}

.container-img-k-1, .container-img-k-2, .container-img-k-3 {
	margin-top: 10px;
	width: 350px;
	text-align: center;
	overflow: hidden;
}

.img-k-1, .img-k-2, .img-k-3 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: solid 10px #f7f7f7;
	box-shadow: inset 0px 0px 5px gray;
}

.container-k-2 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #737373;
}

.container-img-k-1>p, .container-img-k-2>p, .container-img-k-3>p {
	margin: 10px 10px;
}

.container-k-1-1, .container-k-3 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 33px;
	color: #737373;
}

.container-k-1-1>ul {
	list-style-type: circle;
	padding-left: 18px;
}

.container-k-3 {
	margin: 0 auto;
	padding: 50px 10% 100px 10%;
	width: 100%;
	background-color: #ffffcc;
	border-top: solid 5px #FFC100;
	overflow: hidden;
}

.container-k-3>ul {
	padding: 18px;
}

.container-k-3-1 {
	width: 100%;
	text-align: center;
}

.container-k-3-1>button {
	margin-top: 50px;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.container-k-3-1>button:hover {
	background-color: #7C7464;
	color: white;
}







/*--------------KONTAK KAMI--------------*/

.container-kk-1 {
	padding: 70px 0px 100px 0px;
	width: 100%;
	background-color: white;
}

.kk-title {
	padding-top: 20px;
	padding-left: 10%;
	height: 100px;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: white;
}

.table-form-kontak {
	margin: 0 auto;
	margin-top: 50px;
	width: 60%;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
}

.table-form-kontak>tbody>tr>th {
	height: 100px;
	font-size: 20px;
	text-align: center;
}

.table-form-kontak>tbody>tr>td, .table-form-kontak>tbody>tr>th {
	padding: 10px 5px;
}

.form-kontak-input {
	text-indent: 10px;
	width: 100%;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #999999;
}

.table-form-kontak>tbody>tr>td>input:focus, .table-form-kontak>tbody>tr>td>select:focus {
	outline: 0;
}

.submit-kontak {
	margin: 0 auto;
	padding: 10px 80px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #7C7464;
	color: white;
	border-radius: 50px;
	border: 0;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.submit-kontak:hover {
	background-color: #EBB000;
	color: white;
}







/*--------------BERITA--------------*/

.container-b-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.b-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}


.container-b-1-1 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 70px;
	background-color: #ffffcc;
	border-bottom: solid 7px #FFC100; 
	text-align: center;
	overflow: hidden;
}

.container-b-1-1-1 {
	margin: 0 auto;
	margin-bottom: 70px;
	width: 100%;
}

.container-b-1-1-1>ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 85%;
	text-align: left;
	border-bottom: solid 1px #F4CF00; 
	overflow: hidden;
}

.container-b-1-1-1>ul>li {
	text-align: left;
}

.container-b-1-1-1>ul>li>h3 {
	text-align: left;
	font-family: 'Crimson Text', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #363636;
}

.container-b-1-1-1>ul>li>p {
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #737373;
}

.img-berita {
	float: left;
	margin-right: 50px;
	width: 400px;
}

.container-b-1-1-1>ul>li {
	margin-top: 30px;
	padding-bottom: 50px;
}

.container-b-1-1-1>ul>li>button {
	float: left;
	padding: 15px 10px;
	width: 220px;
	background-image: linear-gradient(to bottom, #856919, #5c480e);
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 50px;
	box-shadow: 3px 4px 3px lightgray;
	transition: all 0.3s ease;
}

.container-b-1-1-1>ul>li>button:hover {
	background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
}

.page-berita {
	margin-top: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 1px;
}

.page-berita>a {
	padding: 0px 5px;
	color: #363636;
}







/*--------------BERITA LENGKAP--------------*/

.container-bl-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.bl-title {
	padding-top: 30px;
	padding-left: 10%;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: white;
}

.container-bl-1-1 {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

.container-bl-1-1-1 {
	margin-top: 30px;
	width: 80%;
	background-color: white;
	overflow: hidden;
}

.container-bl-1-1-1>ul {
	padding: 0;
	list-style-type: none;
}

.container-bl-1-1-1>ul>li {
	text-align: left;
}

.container-bl-1-1-1>ul>li>h3 {
	text-align: left;
	font-family: 'Crimson Text', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #363636;
}

.container-bl-1-1-1>ul>li>p {
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #737373;
}

.img-berita-lengkap {
	float: right;
	margin-bottom: 30px;
	margin-left: 50px;
	width: 450px;
	border: solid 10px #f7f7f7;
}

.container-bl-1-1-1>ul>li {
	margin-top: 30px;
	padding-bottom: 50px;
	border-bottom: solid 1px lightgray;
}





/*--------------SEARCH--------------*/

.container-src-1 {
	padding: 70px 0px 50px;
	width: 100%;
	background-color: white;
}

.src-title {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}


.container-src-1-1 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 70px;
	background-color: #ffffcc;
	border-bottom: solid 7px #FFC100; 
	text-align: center;
	overflow: hidden;
}

.container-src-1-1-1 {
	margin: 0 auto;
	width: 100%;
}

.container-src-1-1-1>ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 85%;
	text-align: left;
	border-bottom: solid 1px #F4CF00; 
	overflow: hidden;
}

.container-src-1-1-1>ul>li {
	text-align: left;
}

.container-src-1-1-1>ul>li>h3 {
	text-align: left;
	font-family: 'Crimson Text', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #363636;
}

.container-src-1-1-1>ul>li>p {
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #737373;
}

.container-src-1-1-1>ul>li {
	margin-top: 30px;
	padding-bottom: 50px;
}

.container-src-1-1-1>ul>li>button {
	float: left;
	padding: 15px 10px;
	width: 220px;
	background-image: linear-gradient(to bottom, #856919, #5c480e);
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 50px;
	box-shadow: 3px 4px 3px lightgray;
	transition: all 0.3s ease;
}

.container-src-1-1-1>ul>li>button:hover {
	background-image: linear-gradient(to bottom, #FBBD0B, #FB950B);
}






/*------------ADMIN PAGE--------------*/

.adm-title {
	margin-left: 30px;
	font-family: 'Roboto', sans-serif;
}

.adm-body {
	 background-color: #e6e6e6;
}

.adm-top {
	width: 100%;
	height: 50px;
	background-color: #363636;
	border-bottom: solid 2px gray;
}

.adm-top-title {
	float: left;
	padding: 13px 0px 0px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: white;
}

.adm-nav>ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0;
}

.adm-nav>ul>a {
	text-decoration: none;
}

.adm-nav>ul>a>li {
	border-bottom: solid 1px #e6e6e6;
}

.adm-nav>ul>a>li {
	padding: 0px 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 40px;
	color: #363636;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s ease;
}

.adm-nav>ul>a>li:hover {
	background-color: lightgray;
	color: white;
}

.adm-nav {
	position: fixed;
	width: 20%;
	height: 100%;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 2px 15px lightgray;
}

.judul-banner {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.article-container {
	float: right;
	display: flex;
	justify-content: center;
	width: 80%;
	background-color: #e6e6e6;
}

.banner {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	width: 98%;
	background-color: white;
	box-shadow: 0px 2px 15px lightgray;
}

.c-input-banner {
	margin-top: 50px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.input-banner {
	text-indent: 10px;
	width: 100%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #595959;
}

.submit-banner {
	width: 100%;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.submit-banner:hover {
	background-color: #7C7464;
	color: white;
}

.table-banner {
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #363636;
	border: solid 1px lightgray;
}

.banner-action {
	width: 150px;
	text-align: center;
}

.banner-urutan {
	width: 50px;
	text-align: center;
}

.banner-keterangan {
	width: 200px;
}

.banner-image {
	width: 200px;
}

.table-banner>tbody>tr>th {
	padding: 3px 5px;
	background-color: lightgray;
}

.table-banner>tbody>tr>td {
	padding: 3px 5px;
	background-color: white;
}

.add {
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	margin-left: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.add:hover {
	background-color: #7C7464;
	color: white;
}

.edit {
	background-color: white;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #363636;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.edit:hover {
	color: #FFC100;
}

.banner-view {
	padding-bottom: 10px;
}

.promo {
	margin: 0 auto;
	margin-top: 30px;
	width: 95%;
}

.c-input-promo {
	padding-bottom: 30px;
	width: 400px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.input-promo {
	text-indent: 10px;
	width: 100%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #595959;
}

.submit-promo {
	width: 100%;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.submit-promo:hover {
	background-color: #7C7464;
	color: white;
}

.table-promo {
	margin-top: 20px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #363636;
	border: solid 1px lightgray;
}

.promo-action {
	width: 150px;
	text-align: center;
}

.promo-urutan {
	width: 50px;
	text-align: center;
}

.promo-keterangan {
	width: 200px;
}

.promo-image {
	width: 200px;
}

.table-promo>tbody>tr>th {
	padding: 3px 5px;
	background-color: lightgray;
}

.table-promo>tbody>tr>td {
	padding: 3px 5px;
	background-color: white;
}

.add {
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.add:hover {
	background-color: #7C7464;
	color: white;
}

.edit {
	background-color: white;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #363636;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.edit:hover {
	color: #FFC100;
}

.promo-view {
	padding-bottom: 70px;
}

.laporan {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 70px;
	width: 95%;
}

.c-input-laporan {
	padding-bottom: 30px;
	width: 400px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.input-laporan {
	text-indent: 10px;
	width: 100%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #595959;
}

.submit-laporan {
	width: 100%;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.submit-laporan:hover {
	background-color: #7C7464;
	color: white;
}

.table-laporan {
	margin-top: 20px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #363636;
	border: solid 1px lightgray;
}

.laporan-action {
	width: 150px;
	text-align: center;
}

.laporan-urutan {
	width: 50px;
	text-align: center;
}

.laporan-keterangan {
	width: 200px;
}

.laporan-image {
	width: 200px;
}

.table-laporan>tbody>tr>th {
	padding: 3px 5px;
	background-color: lightgray;
}

.table-laporan>tbody>tr>td {
	padding: 3px 5px;
	background-color: white;
}

.add {
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.add:hover {
	background-color: #7C7464;
	color: white;
}

.edit {
	background-color: white;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #363636;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.edit:hover {
	color: #FFC100;
}

.berita-admin {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 70px;
	width: 95%;
}

.c-input-berita {
	padding-bottom: 30px;
	width: 400px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.input-berita {
	text-indent: 10px;
	width: 100%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 0;
	background-color: #f2f2f2;
	color: #595959;
}

.submit-berita {
	width: 100%;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	transition: all 0.5s ease;
}

.submit-berita:hover {
	background-color: #7C7464;
	color: white;
}

.table-berita {
	margin-top: 20px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #363636;
	border: solid 1px lightgray;
}

.berita-action {
	width: 150px;
	text-align: center;
}

.berita-tanggal {
	width: 100px;
	text-align: center;
}

.berita-judul {
	width: 150px;
}

.berita-desc {
	width: 120px;
}

.berita-descfull {
	width: 500px;
	text-align: justify;
}

.berita-image {
	width: 120px;
}

.table-berita>tbody>tr>th {
	padding: 10px 10px;
	background-color: lightgray;
}

.table-berita>tbody>tr>td {
	padding: 10px 10px;
	background-color: white;
	vertical-align: top;
}

.add {
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #FFC100;
	color: white;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.add:hover {
	background-color: #7C7464;
	color: white;
}

.edit {
	background-color: white;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #363636;
	border: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.edit:hover {
	color: #FFC100;
}


/* Styles for website counter container */
.website-counter {
  background-color: #FCC21F;
  height: 25px;
  width: 100px;
  color: white;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  margin-top: -15px;
}

.ccnumber{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    border-radius: 10px;
    border: 2px solid #FFC100;
}
    
iframe{
	display: none;
}



/*------------Button Tanggung Jawab Sosial-------------*/
.container-sosial-btn>button {
	padding: 18px 0px;
	margin-top: 5px;
	width: 230px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #7C7464;
	color: white;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: none;
	box-shadow: 3px 4px 3px lightgrey;
}

.container-sosial-btn>button:hover {
	background-color: #e3a509;
}





/*------------Wistleblowing-------------*/
.container-w {
	padding: 70px 0px 0px;
	width: 100%;
	background-color: white;
}

.wistleblowing {
    margin: auto;
    padding: 80px 50px 70px;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 15px;
    letter-spacing: 0.5px;
    color: grey;
}


.table-wistleblowing {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0.8px;
	color: grey;

    width: 80%;
    border-collapse: separate;
    border-spacing: 0 8px;
}




/*------------Hubungi Kami-------------*/
.container-hk-1 {
	padding: 50px 0px 0px;
	width: 100%;
}

.container-hk-2 {
	padding: 25px 0px 10px 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}
