@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Tamma&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');


body{
	font-family: 'Lato', sans-serif;
}

div{
	display: block;
}

.table-no-center tr th:nth-child(1),
.table-no-center tr td:nth-child(1){
	text-align: center;
}

.container-dt{
	max-width: 930px;
	margin: 0 auto;
}

.position-absolute{
	position: absolute;
}

.position-relative{
	position: relative;
}

.d-flex{
	display: flex;
}

.justify-content-center{
	justify-content: center;
}

.m-0{
	margin: 0;
}

.mb-0{
	margin-bottom: 0;
}

.container{
	width: 88%;
}

.d-sm-show{
	display: none;
}

.form-control{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.m-0{
	margin: 0;
}

.mt-1{
	margin-top: 1rem;
}

.mb-1{
	margin-bottom: 1rem;
}

.mb-2{
	margin-bottom: 2rem;
}

.justify-content-center{
	justify-content: center;
}

.btn-primary{
	background-color: #f5587b;
	border-color: #f5587b;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #f5587ac5 !important;
	border-color: #f5587ac5 !important;
}

.max-width-700{
	max-width: 700px;
	margin: 0 auto;
}

.max-width-900{
	max-width: 900px;
	margin: 0 auto;
}

.btn-success{
	background-color: #ff8a5c;
	border-color: #ff8a5c;
}

.btn-success:hover, .btn-success:focus{
	background-color: #ff8a5cda !important;
	border-color: #ff8a5cda !important;
}

.btn-warning{
	background-color: #801336;
	border-color: #801336;
}

.btn-warning:hover, .btn-warning:focus{
	background-color: #801335e7 !important;
	border-color: #801335e7 !important;
}

.rounded{
	border-radius: 50%;
}

.nav-data-ormas .pagination > li > a, .pagination > li > span{
    color: #373737;
}

/*Header*/

header .navbar{
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0;
	padding-bottom: 2.3rem;
	background-color: #e43845;
}

header .navbar.no-home{
	background-color: #e43946;
	padding-bottom: 2.1rem;
}

header .navbar-toggle{
	background-color: #fff;
	margin-top: 2.3rem;
}

header .navbar-toggle span{
	background-color: #e43845;
}

header .navbar .navbar-header .logo p:nth-child(2){
	margin-top: 3px;
}

header ul.navbar-nav{
	margin-top: 20px;
}

header .nav.navbar-nav > li:nth-child(4) a{
	height: 30px;
	line-height: 0;
	font-size: 1.5rem;
	margin-top: 10px;
	border-radius: 2px;
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff !important;
	font-weight: 700;
}

header ul li a{
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.333em;
	font-weight: 700;
}


header .nav > li > a:focus, 
header .nav > li > a:hover{
	color: rgb(226, 226, 226);
	background-color: transparent;
}

header .navbar-brand{
	padding-left: 0;
	padding-right: 0.3rem;
}

header .judul{
	font-size: 1.5rem;
	color: #fff;
	margin-top: 2.6rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

header .sub-judul-resp{
	font-size: 1.4rem;
	color: #fff;
}

/*End Header*/


.fa-ul li:not(i){
	font-size: 1.6rem;
	line-height: 1.5;
	color: #747474;
}

.fa-ul li i{
	font-size: 1.4rem;
	margin-top: 4.5px;
}


/*Head*/

#head{
	position: relative;
	width: 100%;
	height: 100%;
}

#head .head-content{
	position: relative;
	width: 100%;
	display: block;
	top: 40px;
	z-index: 200;
	padding: 13rem 0 0;
}

#head .head-bg{
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
	min-height: 100vh;
	background-size: contain;
	background-color: #5cb0ff;
	background-size: contain;
	background-position-x: left center;
	background-attachment: fixed;
	animation: mymove 5s infinite;
}

#head .ombak-bg{
	position: absolute;
	width: 100%;
	background: url(../../images/login/ombak.svg) no-repeat;
	background-position: center;
	background-size: cover;
	right: 0;
	height: 100%;
	bottom: -1rem;
}


.logo p,
.logo span{
	color: #fff;
	font-size: 1.1rem;
}

/* #head .head-bg .networkBall{
	position: absolute;
	background: url(../../images/login/network.svg) no-repeat;
	background-size: contain;
	animation: mymove 5s infinite;
} */

#head .head-bg::after{
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;	
	top: 0;

	
	background: rgba(255,38,38,0.74);
	background: -moz-linear-gradient(top, rgba(255,38,38,0.74) 0%, rgba(255,0,0,0.71) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,38,38,0.74)), color-stop(100%, rgba(255,0,0,0.71)));
	background: -webkit-linear-gradient(top, rgba(255,38,38,0.74) 0%, rgba(255,0,0,0.71) 100%);
	background: -o-linear-gradient(top, rgba(255,38,38,0.74) 0%, rgba(255,0,0,0.71) 100%);
	background: -ms-linear-gradient(top, rgba(255,38,38,0.74) 0%, rgba(255,0,0,0.71) 100%);
	background: linear-gradient(to bottom, rgba(255,38,38,0.84) 0%, rgba(255,0,0,0.81) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2626', endColorstr='#ff0000', GradientType=0 );
}

#head .head-content-left .jumbotron{
	background-color: transparent;
	padding: 0;
}

#head .jumbotron.cx h1{
	font-size: 4rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

#head .jumbotron.cx p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1px;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	text-align: justify;		
}

#head .head-content-right .jumbotron{

	border-radius: 19px;
	background-color: #fff;
	margin-top: -25px;

	-webkit-box-shadow: 0px 5px 43px -11px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 5px 43px -11px rgba(0,0,0,0.24);
	box-shadow: 0px 5px 43px -11px rgba(0,0,0,0.24);
}

#modal-login .rounded-user{
	display: flex;
	align-items: center;
	width: 100px;
	height: 100px;
	justify-content: center;
	border: solid 2px #12d078;
	margin-bottom: 3rem;
}

#modal-login .rounded-user i{
	font-size: 7.3rem;
	color: #12d078;
}

#modal-login .jumbotron{
	padding: 3rem 2.5rem;
	border-radius: 5px;
	background-color: #fff;
}

#head .soeciety-illustration{
    position: absolute;
    background: url(../../images/login/society-illustration.svg) no-repeat;
	width: 100%;
	background-size: 100% 100% ;
	height: 100%;
	z-index: 500;
	top: -10rem;
}

#head #illutration-box{
	margin-top: 5rem;
	position: relative;
	width: 100%;
	height: 80vh;
	display: flex;
	justify-content: center;
}

/*ALur Pengajuan*/
#alur-pengajuan h4{
	position: relative;
	font-size: 2.7rem;
	color: #000;
	margin-bottom: -40px;
	margin-top: 3rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

#alur-pengajuan .width-ap-img{
	max-width: 750px;
	margin: 0 auto;
}

.d-smi-none{
	display: block;
}

.d-mdi-none{
	display: block;
}



/*End Alur Pengajuan*/

/* Content */

.content{
	margin-top: 10rem;
}

.content .media .media-left img{
	position: absolute;
}

.box-contents{
	position: relative;
	margin-top: -200px;
	z-index: 20;
	width: 100%;
}

.box-contentdo{
	position: relative;
	margin-top: -100px;
	z-index: 20;
	width: 100%;
}


.do-img{
	width: 100%;
	z-index: 18;
	max-width: 800px;
	margin: 0 auto;
}



#syarat-ketentuan,
#data-ormas{
	position: relative;
	width: 100%;
	height: 110vh;
	overflow: hidden;
	z-index: 18;
	background-size:cover;
	background-position: center;
}

#syarat-ketentuan img{
	position: absolute;
	width: 100%;
	background-attachment: fixed;
	z-index: 5;
	left: 2rem;
	bottom: 13rem;
	opacity: .97;
	top: 120px;
}

#syarat-ketentuan:after,
#data-ormas:after{
	position: absolute;
	content: ' ';
	width: 100%;
	height: 70vh;
	background: url(../../images/Subtraction\ 18.svg) no-repeat;
	background-position: center;
	bottom: -100px;
	z-index: 20;
	right: 0;
	left: 0;
}

#data-ormas:before{
	position: absolute;
	content: ' ';
	width: 100%;
	height: 90vh;
	background-color: #e43846;
	z-index: -9;
	top: 0;
}

#data-ormas .mt-do{
	margin-top: 12rem;

}

#syarat-ketentuan:before{
	position: absolute;
	content: ' ';
	width: 100%;
	height: 90vh;
	background-color: #e43846;
	z-index: -9;
	top: 0;	
}

#syarat-ketentuan .sk-inner-text,
#data-ormas .sk-inner-text{
	margin-left: 3rem;
}

#syarat-ketentuan .sk-inner-text{
	margin-top: 11rem;
}

#syarat-ketentuan .sk-inner-text p,
#data-ormas .dt-inner-text p{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1px;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
}

#syarat-ketentuan .sk-inner-text p{
	text-align: justify;
}

.dt-inner-text p{
	max-width: 750px;
	margin: 0 auto;
}

#syarat-ketentuan .sk-inner-text h1{
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: -0.035;
	font-weight: 900;
	font-family: 'Ubuntu', sans-serif;

}

#data-ormas .dt-inner-text h1{
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.7;
	letter-spacing: -0.035;
	font-weight: 900;
	font-family: 'Ubuntu', sans-serif;
}

.sk-content .box h3{
	font-size: 2.6rem;
	font-weight: 900;
	color: #1A1A1A;
	font-family: 'Baloo Tamma', cursive;
}

.form-wrap-m{
	padding: 0;
}

.sk-content .box.box-left p{
	color: #040404;
	text-align: right;
	padding: 1rem;
}

.sk-content .box.box-left{
	max-width: 600px;
	margin-left: auto;
}

.sk-content .box img{
	width: 130px;
}

.sk-content .box.box-right p{
	color: #040404;
	text-align: left;
	padding: 1rem;
}

.sk-mt{
	margin-top: 5rem;
}


.syarat-ketentuan {
	margin-top: 5rem;
}

.syarat-ketentuan table tr td{
	border-top: none;
}

.syarat-ketentuan .sk-inner .table > tbody > tr > td{
	padding: 3px 0 !important;
	vertical-align: center;
	font-size: 1.6rem;
	font-weight: 300;
}

.syarat-ketentuan .sk-inner table tbody tr td:nth-child(1){
	font-size: 1.9rem;
}

.syarat-ketentuan .sk-inner .table > tbody > tr > td:nth-child(2){
	text-align: center;
}

#data-ormas img{
	position: absolute;
	width: 100%;
	z-index: 5;
	top: 4rem;
	right: 0;
	opacity: .97;
}

/* .dt-inner-text{
	position: absolute;
	bottom: 23rem;
} */

/* #data-ormas .dt-inner-text{
	margin-top: 17rem;
} */


.dt-content .media img{
	width: 100px;
}

.dt-content .media .media-dt-content table tr:nth-child(odd) td:nth-child(1){
	font-size: 1.4rem;
	vertical-align: top;
	color: #0F0F0F;
}

.dt-content .media .media-heading{
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #070707;
	font-family: 'Ubuntu', sans-serif;
}

.dt-content .media .media-dt-content table tr:nth-child(odd) td:nth-child(2):not(.not){
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	padding-left: 0.7rem;
	color: #0F0F0F;
}

.dt-content .media .media-dt-content table tr:nth-child(odd) td:nth-child(2){
	padding-left: 0.7rem;
}

.dt-content .media .media-dt-content table tr td.not{
	font-size: 1.4rem;
	font-weight: 300;
	color: #0F0F0F;
}

.dt-content .media .media-dt-content table tr:nth-child(even) td:nth-child(1){
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: 0.7rem;
	color: #0F0F0F;
}

.dt-mt{
	margin-top: 3rem;
}

.dt-content .media .media-left{
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.dt-content .media .media-body hr{
	margin: 10px;
}

.box-content{
	padding: 2rem;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #eee;
	opacity: 0.87;
}

.box-content{
	background-color: #fff;
}

.box-content:hover{
	opacity: 1;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
}

table tr td .photo-do{
	width: 90px;
	height: 90px;
}

table tr td .photo-do img{
	width: 100%;
	object-fit: cover;
}

.syarat-ketentuan table tr td:nth-child(1) i{
	font-size: 2.2rem;
	line-height: 1.3;
	vertical-align: top;
}

.syarat-ketentuan table tr td:nth-child(2){
	font-size: 2.2rem;
	font-weight: 600;
	vertical-align: top;
	line-height: 1.2;
}

.syarat-ketentuan table tr td:nth-child(3) h1{
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.3;
}

.syarat-ketentuan table tr td:nth-child(3) p{
	font-size: 1.4rem;
	line-height: 1.42857143;
	letter-spacing: 0.011em;
	font-weight: 300;
}

/* media */

.media.sk .media-body h4{
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: 600;
}

.media.sk .media-body p{
	font-size: 1.4rem;
	line-height: 1.42857143;
	font-weight: 300;
	letter-spacing: 0.011em;
}

.mwidth-880{
	max-width: 880px;
	margin: 0 auto;
}

.box-sk h1{
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.003em;
	font-weight: 800;
	color: #0f0d0b;
	font-family: 'Ubuntu', sans-serif;
}

.box-sk p{
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 300;
	color: #747474;
}

.box-sk + .box-sk{
	margin-top: 2rem;
}

/* endcontent */

/*Footer*/
footer{
	background-color: transparent;
	padding: 3em 0;
	color: #fff;
}

footer p{
	font-size: 1.5rem;
	font-weight: 300;
	color: #e0e0e0;;
}
/*End footer*/


/*Registrasi*/
.bg-registrasi{
	position: relative;
	width: 100%;
	height: 100%;

	/*background: rgba(0,209,28,1);
	background: -moz-linear-gradient(top, rgba(0,209,28,1) 0%, rgba(0,21,138,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,209,28,1)), color-stop(100%, rgba(0,21,138,1)));
	background: -webkit-linear-gradient(top, rgba(0,209,28,1) 0%, rgba(0,21,138,1) 100%);
	background: -o-linear-gradient(top, rgba(0,209,28,1) 0%, rgba(0,21,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,209,28,1) 0%, rgba(0,21,138,1) 100%);
	background: linear-gradient(to bottom, rgba(0,209,28,1) 0%, rgba(0,21,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d11c', endColorstr='#00158a', GradientType=0 );*/
}

.ml-r{
	margin-left: 1.5rem;
}
/*End Registrasi*/


.margin-top-ap{
    margin-top: 6rem;
}


#data-ormas .modal-dialog{
	margin-top: 14rem;
}

#dinamic-banner{
	margin-top: 1rem;
}

#dinamic-banner .pos-img-bn{
	justify-content: space-between;
}

#dinamic-banner{
	padding: 3.5rem 0;
	background: rgb(228, 228, 228);
}

#dinamic-banner .pos-img-bn img{
		filter: grayscale(90%);
		opacity: 0.6;
}

#dinamic-banner .pos-img-bn img:hover{
	filter: grayscale(0%);
	opacity: 0.9;
}

footer#kontak{
	position: relative;
	background: rgb(15, 15, 15);
}

.bg-table-xj{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(../../images/bg.jpg) no-repeat;
	background-attachment: fixed;
	top: 0;
	background-size: cover;
}

.bg-table-table{
	background: #fff;
	width: 100%;
	padding: 4rem 2rem;
	border-radius: 10px;
	min-height: 80vh;
}

.syarat .table > tbody > tr > td{
	border-top: none;
}

.syarat .table > tbody > tr > td a{
	text-decoration: none;
	color: rgb(15, 15, 15);
	transition: all 0.3s ease;
}

.syarat .table > tbody > tr:hover >td:nth-child(1){
	background: #fff;
	color: #000;
}


.syarat .table > tbody > tr.active >td:nth-child(1){
	background: #fff;
	color: #000;
}
.syarat .table > tbody > tr.active  > td:nth-child(2) a{
	font-weight: 600;
	margin-left: 10px;
	color: #2e5f64;
	transition: all 0.3s ease;
}


.syarat .table > tbody > tr > td:nth-child(1){
	background: rgb(0, 65, 245);
	color: #fff;
	text-align: center;
}

.syarat .table > tbody > tr:hover > td a{
	font-weight: 600;
	margin-left: 10px;
	color: #2e5f64;
	transition: all 0.3s ease;
}

.title-fps{
	font-size: 2.5rem;
	line-height: 0.9;
	letter-spacing: -0.023em;
	font-weight: 700;
}

#pendaftaran input.form-control,
#pendaftaran select.form-control{
	background-color: #f7f7f7;
	border-color: #e1e1e1;
}

#pendaftaran input.form-control.input-sm{
	padding: 17px 10px;
}

#Pendaftaran label{
	font-size: 1.5rem;
	line-height: 1.6;
}

#pendaftaran select.form-control{
	background-color: #f7f7f7;
	border-color: #e1e1e1;
	line-height: 0;
	height: calc(17px + 17px);
	vertical-align: middle;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

#pendaftaran-header{
	position: relative;
	width: 100%;
	height: 25vh;
	background-color: #e43845;
	overflow: hidden;
}

#pendaftaran-header:before{
	position: absolute;
	content: ' ';
	width: 100%;
	height: 55vh;
	background: url(../../images/regisombak.svg) no-repeat;
	background-size:cover;
	background-position: center;
	bottom: -100px;
	z-index: 20;
}

#pendaftaran-header .sk-inner-text h1{
	color: #fff;
	font-size: 3.3rem;
	line-height: 1.3;
	letter-spacing: -0.005em;
	font-weight: 900;
	font-family: 'Kaushan Script', cursive;
}

.btn-100{
	width: 100%;
}

#login{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#login .login-photo{
	position: absolute;
	top: 12.6rem;
}


#login .panel{
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 2rem;
}

#login .panel .btn{
	border-radius: 1px;
}

#login .panel form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 380px;
	width: 100%;
}

#login .panel form input.form-control{
	border-color: #CEC9C9;
	border-radius: 1px;
	box-shadow: none;
}

#login .panel .b-log-t{
	font-size: 1.6rem;
	line-height: 1.429;
	margin-bottom: 1.8rem;
}

#login .panel form label{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
}

#login .col-sm-5{
	padding-left: 0;
	padding-right: 0;
}

#login .x .login-img-bg{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
}

#login .x .login-img-bg h1{
	color: #1c1c1c;
	font-weight: 800;
	font-size: 3.5rem;
	line-height: 1;
}

#login .x .login-img-bg h4{
	color: #2f2f2f;
	font-weight: 300;
	max-width: 350px;
	font-size: 1.6rem;
	line-height: 1.4;
	width: 100%;
	
}

.image-resp{
	display: none;
}

#login .col-sm-7 {
	padding-left: 0;
	padding-right: 0;
}

#login .x .panel{
	background-color: transparent;
}

#login .y .panel .margin-login-text{

	text-align: left;
}

#login .y .panel .margin-login-text h1{
	font-size: 1.7rem;
	line-height: 0.7;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

#login .y .panel .margin-login-text h4{
	font-size: 1.3rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	font-weight: 400;
	color: #757575;
}


@media (max-width: 1170px){
	#head .jumbotron.cx h1{
		font-size: 3.2rem;
	}

	#head .soeciety-illustration{
		top: 0;
		width: 500px;
		background-size: 500px;
		left: 50%;
		transform: translateX(-50%);
	}

	#head .ombak-bg{
		height: 70%;
	}

	#syarat-ketentuan img{
		width: 400px;
	}
	
}


@media(max-width : 970px){
	#syarat-ketentuan img{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	#syarat-ketentuan .sk-inner-text{
		margin-top: 19rem;
	}

	/* #data-ormas .dt-inner-text{
		margin-top: 19rem;
	} */
}


@media(max-width: 767px){

	.container{
		width: 96%;
	}

	.btn-sm-100{
		width: 100%;
	}

	.d-smi-none{
		display: none;
	}

	.w-sm-100{
		width: 100%;
	}

	.text-sm-center{
		text-align: center;
	}

	.mt-sm-1{
		margin-top: 1rem;
	}

	.collapsed-sm{
		display: none;	
	}

	#head .head-content{
		padding: 10rem 0;
	}

	#head .head-content{
		top: 20px;
	}

	#head .jumbotron.cx h1{
		font-size: 3rem;
	}

	.d-sm-show{
		display: block;
	}

	#head .head-content-right .jumbotron{
		margin-top: 0;
	}
	
	#alur-pengajuan h4{
		margin-bottom: 0;
		font-size: 3rem;
	}

	#head .soeciety-illustration{
		width: 100%;
	}
	
	.mt-sm-1{
		margin-top: 1rem;
	}

	#head .ombak-bg{
		height: 60%;
	}

	#head .soeciety-illustration{
		width: 400px;
		background-size: 400px;
		left: 50%;
		transform: translateX(-50%);
	}

	#head #illutration-box{
		margin-top: 3rem;
		height: 60vh;
	}

	.margin-top-ap{
		margin-top: 3rem;
	}

	#dinamic-banner .pos-img-bn{
		flex-direction: column;
		align-items: center;
	}

	#syarat-ketentuan,
	#data-ormas{
		height: 100vh;
		overflow: hidden;
	}

	#syarat-ketentuan img{
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	.do-img{
		height: 300px;
	}

	#syarat-ketentuan:before, #data-ormas:before{
		height: 100vh;
		bottom: -70px;
	}

	.do-img{
		height: 45vh;
	}


	.d-mdi-none{
		display:none;
	}

	#syarat-ketentuan .sk-inner-text{
		margin-top: 15rem;
		margin-left: 0;
	}

	#data-ormas .dt-inner-text{
		margin-top: 5rem;
		margin-left: 0;
	}

	#syarat-ketentuan .sk-inner-text h1, 
	#data-ormas .dt-inner-text h1{
		font-size: 2.7rem;
	}

	#syarat-ketentuan .sk-inner-text p, 
	.sk-content p, #data-ormas .dt-inner-text p{
		font-size: 1.5rem;
	}

	/* #syarat-ketentuan::after, #data-ormas::after{
		height: 32vh;
	} */

	.box-sk{
		margin-top: 2rem;
	}

	.box-sk h1{
		font-size: 2.3rem;
	}

	.box-sk p{
		font-size: 1.5rem;
	}

	.nav.navbar-nav.sk{
		text-align: center;
	}

	.box-content{
		margin-top: 3rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.dt-mt{
		display: none;
	}

	.image-resp{
		display: block;
	}

	.image-resp img{
		max-width: 300px;
		width: 100%;
		position: absolute;
		left: 50%;
		top: -40px;
		transform: translate(-50%, -50%);
		z-index: 2000;
	}

	header .nav.navbar-nav > li:nth-child(4) a{
		margin-top: 10px;
		margin-left: 0;
	}

}

@media(max-width: 660px){
	.image-resp img{
		width: 250px;
	}
}


@media(max-width: 451px ){

	.do-img{
		z-index: 30;
	}

	#head .jumbotron.cx h1{
		font-size: 2.52rem;
	}

	#alur-pengajuan h4{
		font-size: 2.58rem;
	}

	#head .soeciety-illustration{
		width: 100%;
	}

	#head .ombak-bg{
		height: 40%;
	}

	#head .soeciety-illustration{
		width: 260px;
		background-size: 260px;
		left: 50%;
		transform: translateX(-50%);
	}

	#head #illutration-box{
		height: 40vh;
	}

	.image-resp img{
		max-width: 200px;
	}

	.margin-top-ap{
		margin-top: 2rem;
	}

	#data-ormas img{
		margin: auto;
	}

	.content{
		margin-top: 8.8rem;
	}

	.d-smi-none{
		display: none;
	}

	.form-wrap-m{
			padding: 1rem;
	}

	.box-sk h1{
		font-size: 1.8rem;
	}

	.box-sk p{
		font-size: 1.3rem;
	}

	#syarat-ketentuan .sk-inner-text h1{
		font-size: 2rem;
	
	}

	#syarat-ketentuan .sk-inner-text p, 
	.sk-content p, #data-ormas .dt-inner-text p{
		font-size: 1.3rem;
	}

	#data-ormas .dt-inner-text h1{
		line-height: 1.2;
	}

	#head .jumbotron.cx p{
		font-size: 1.3rem;		
	}

	.dt-content .media .media-heading{
		font-size: 1.7rem;
	}

	.dt-content .media .media-dt-content table tr:nth-child(2n+1) td:nth-child(2):not(.not){
		font-size: 1.4rem;
	}

	.dt-content .media .media-dt-content table tr:nth-child(2n) td:nth-child(1){
		font-size: 1.2rem;
	}

	.dt-content .media .media-dt-content table tr:nth-child(2n+1) td:nth-child(2){
		font-size: 1.2rem;
	}

	header .sub-judul-resp{
		font-size: 1.1rem;
	}
	#head .head-content-left .jumbotron{
		margin-top: 5rem;
	}

	#login .panel .b-log-t{
		font-size: 1.3rem;
	}

	footer p{
		font-size: 1.2rem;
	}

}

@media(min-width: 767px){
	.mt-nav{
		margin-top: 2.2rem;
	}
}


@media screen and (max-height : 631px){
	#syarat-ketentuan,
	#data-ormas{
		height: 700px;
	}

	#data-ormas:before{
		height: 700px;
	}

	#syarat-ketentuan:after,
	#data-ormas:after{
		
		height: 100vh;
	}

	#syarat-ketentuan:before{
		height: 700px;	
	}
}


@media screen and (max-height: 680px){
	.m-sk-resp{
		margin-top: 120px;
	}

	
}


@media only screen and (max-width : 414px) and (max-height: 806px){
	.box-contentdo{
		margin-top: -170px;
	}
}


@media only screen and (min-height : 682px){
	.image-resp img{
		top: -100px;
	}
}
header .navbar{
  background-color:  #fff;
}    

header .judul{
  color: #000;
}

header .sub-judul-resp{
  color: #000;
}

.logo p{
  color: #000;
}

footer#kontak{
  display: none;
}

header .nav.navbar-nav > li > a{
      color: #030303 !important;
}

header .nav.navbar-nav > li:nth-child(4){
	margin-left: 10px;
}

header .nav > li{
	margin-left: ;
}

footer#kontak{
  display: none !important;
}

@media(max-width: 767px){

  header .nav > li > a{
      color: #000;
  }
}