.backward-forward {
  z-index: 999;
  margin: auto;
  position: fixed;
  top: 20px; left: 20px ; 
  padding: 0;
}

.backward-forward li {
	display: inline-block;
	padding: 0 3px;
}
.backward-forward li a {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.backward-forward li a:hover {
	background: rgba(28, 123, 195, 1);
	border-color: #1c7bc3;
}


.absen{
	display: block;
}

.absen a{
	text-decoration: none;
}
/*------ LEFT ------*/
.absen .left{ 
	height: 100vh;
	display:table;
	text-align: center; 
	position: relative;
}

.absen .inner{ 
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.absen .left a.logo{ 
	width:300px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:80px;
}
.absen .cnt-block{ 
	max-width: 490px; 
	margin: 0 auto;
	position:relative;
	z-index:2;
}
.absen .cnt-block h1{ 
	display: block; 
	padding-bottom: 40px; 
	font-size: 60px;
}

.absen .cnt-block .p-konten{ 
	overflow-y: auto; 
	max-height:300px;
}


.absen .cnt-news{
	max-width: 490px; 
	position:relative;
	margin: 0 auto;
	z-index:2;	
	text-align: center;
}

.stay-connected{
    width: 100%;
    position: absolute;
    bottom: 80px;
}
.stay-connected h2{
    padding-bottom: 25px;
    font-size: 18px;
    text-transform: inherit;
}
.absen ul.follow-us {
	display: block;
}
.absen ul.follow-us li {
	display: inline-block;
	padding: 0 3px;
}
.absen ul.follow-us li a {
	width: 38px;
	height: 38px;
	display: block;
	background: rgba(28, 123, 195, 0.3);
	border-radius: 50%;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.absen ul.follow-us li a:hover {
	background: rgba(28, 123, 195, 1);
	border-color: #1c7bc3;
}

/*------ RIGHT ------*/
.absen .right{ 
	height: 100vh;
	display:table; 
	text-align:center;
	position: relative;
	color:#fff;
}
.absen .right:after{ 
	width: 100%; 
	height: 100%; 
	display: block; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	content: ""; 
	background: rgba(144, 0, 0, 0.7);
}

.absen .right .ready{
	display:block;
	padding-bottom:60px;
}
.absen .right h2{
	padding-bottom:20px;
	font-size:35px;
	text-transform:inherit;
	color:#fff;
}
.absen .right ul{
	display:block;
}
.absen .right ul li{
	display:inline-block;
	position:relative;	
	padding:0 20px;
	font-weight:300;
	color:#fff;
}
.absen .right ul li:after {
	display:inline-block;
	vertical-align:middle;
	color: #fff;
	content: ":";
	font-size: 60px;
	position:absolute;
	right:-5px;
	top:18%;
}
.absen .right ul li:last-child:after {
	display:none;
}
.absen .right ul li span{
	display:block;
    font-size: 13px;
	text-transform:uppercase;
}
.absen .right ul li .count{ 
	font-size:70px;
    font-weight: 300;
	line-height:70px;
}
.absen .stay-tuned{
	max-width: 400px;
    margin: 0 auto;
}
.absen .stay-tuned p{
	max-width:320px;
    padding-bottom: 25px;
	margin:0 auto;
	opacity:0.7;
	font-size: 17px;
}

.absen .stay-tuned #mc_embed_signup_scroll {
    position: relative;
}

.absen .stay-tuned input::-webkit-input-placeholder {
	text-transform:none;
}
.absen .stay-tuned input:-moz-placeholder { /* Firefox 18- */
	text-transform:none;
}
.absen .stay-tuned input::-moz-placeholder {  /* Firefox 19+ */
	text-transform:none;
}
:-ms-input-placeholder {
	text-transform:none;
}
.absen .stay-tuned .clear {
    float: center;
}
.absen .stay-tuned .clear .button-left {
    font-size: 25px;
    background: #2c97ea;
    color: #fff;
    padding: 15px 20px;
    border:none;
    border-radius: 30px 0 0 30px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: 0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
}

.absen .stay-tuned .clear .button-right {
   	font-size: 25px;
    background: #ff9600;
    padding: 15px 20px;
    border:none;
    color: #fff;
    border-radius: 0 30px 30px 0;
    transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	cursor: pointer;
}

.absen .stay-tuned .clear .button-center {
    font-size: 20px;
    background: #2c97ea;
    color: #fff;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #ffe9a7;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
}

.absen .stay-tuned .clear .button-center small{
	display: block;
	font-size: 14px;
}

.absen .stay-tuned .clear .button-left:hover{
    background: #105c98;
}

.absen .stay-tuned .clear .button-right:hover{
    background: #c37301;
}
.absen .stay-tuned .clear .bg-1{
	background: #2ecc71;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.absen .stay-tuned .clear .bg-2{
	background: #2c97ea;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.absen .stay-tuned .clear .bg-3{
	background: #f0bc01;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.absen .stay-tuned .clear .bg-4{
	background: #00426a;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.absen .stay-tuned .clear .bg-5{
	background: #1CD7CE;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.absen .stay-tuned .clear .bg-6{
	background: #2c97ea;
	.background-image: url('../../../image/45-degree-fabric-dark.png');
}

.text-left {
	text-align: left;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width:1199px) {
	
	.absen .cnt-block{
		max-width:400px;
	}
	.absen .cnt-block h1{
		font-size:50px;
	}
	.absen .right ul li{
		padding:0 15px;	
	}
	.absen .right ul li .count{
		font-size:60px
	}
}

@media (max-width: 991px) {
	.absen .left,
	.absen .right{
		width:100%;
	}
}




/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.absen .left, 
	.absen .right{
		display:block;
		height:auto;
		padding-top:80px;
		padding-bottom:80px;
	}
	.absen .inner{
		display:inline-block;
		position:inherit;
	}
	.absen .left a.logo{
		display:block;
		position:inherit;
		top:auto;
	}
	.absen .cnt-block{
		padding:60px 0 40px 0;	
	}
	.stay-connected{
		position:inherit;	
		bottom:auto;
	}
}

/* Landscape phones and down */
@media (max-width: 640px) {

	.absen .right .cnt-block{
		padding:0px;
	}
	.absen .right ul li:after{
		font-size:50px;	
	}
	.absen .right ul li .count{
		font-size:60px;
		line-height:60px;
	}
	.absen .cnt-block h1{
		font-size:50px;	
		padding-bottom:30px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.absen .left, 
	.absen .right {
		padding-bottom:50px;
		padding-top:50px;
	}
	.absen .cnt-block{
		padding:40px 0;
	}
	.absen .cnt-block h1{
		font-size:40px;
	}
	.absen .right ul li{
		padding:0 15px;	
	}
	.absen .right ul li:after{
		font-size:40px;	
		top:13%;
	}
	.absen .right ul li .count{
		font-size:44px;
		line-height:50px;	
	}
}

/* iPhone 6 and down */
@media (max-width: 375px) {
	.absen .right ul li{
		padding:0 12px;	
	}
	.absen .stay-tuned input[type="email"]{
		width:calc(100% - 90px);	
	}
	.absen .stay-tuned .clear .button{
		width:90px;	
	}
}


/* iPhone 4 */
@media (max-width: 320px) {
	.absen .cnt-block h1{
		font-size:34px;
	}
	.absen .right ul li {
 		padding: 0 8px;
	}
}

/* Spinner */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* DESEN LIST */
.media-list .media {
  padding : 1.25rem;
  margin-top : 0;
}
.media-list .media .media-left {
  padding-left : 1rem;
}
.media-list .media .media-right {
  padding-right : 1rem;
}
.media-list .media .media-head {
  font-weight : 600;
}
.media-list .media:first-child {
  padding-top : 0;
}
.media-list .media.list-group-item:first-child {
  padding-top : 1.25rem;
}
.media-list .media.list-group-item:last-child {
  padding-bottom : 1.25rem;
}
.media-list .media:last-child {
  padding-bottom : 0;
}
.media-list .media .media-notation {
  color : silver;
  font-size : 0.66667rem;
  margin-right : 5px;
}
.media-list .media .media-notation a {
  padding-left : 0.5rem;
}
.media-list .media .media-notation i[class^='icon-'] {
  font-size : 0.7rem;
  margin-left : 0.3rem;
}
.media-list .media [class*='avatar-'] {
  position : relative;
  padding-left : 0 !important;
  margin-left : 0;
}
.media-list .media [class*='avatar-'] i {
  position : absolute;
  left : 1px;
  top : 1px;
  width : 10px;
  height : 10px;
  border : 2px solid white;
  border-radius : 100%;
}

.media-list.media-linked .media {
  padding : 0;
}
.media-list.media-linked .media .media-link {
  padding : 1.25rem;
  color : #373A3C;
  display : block;
}
.media-list.media-linked .media .media-link:hover {
  background-color : #F7F7F7;
}
.media-list.media-linked .media .media-head {
  padding : 1.25rem;
}

.media-list.media-bordered .media {
  border-top : 1px solid rgba(0, 0, 0, 0.1);
}
.media-list.media-bordered .media:first-child {
  border-top : 0;
}



.parsley-errors-list li{
	list-style:none;
	margin: 0px !important;
}
.parsley-errors-list {
	list-style:none;
	padding: 0px !important;
}


/*-----------------------
	Page Loader
-----------------------*/
	
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
#loading .element {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
}
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff9600;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

 @-webkit-keyframes sk-foldCubeAngle {
	 
	 0%, 10% {
	 -webkit-transform: perspective(140px) rotateX(-180deg);
	 transform: perspective(140px) rotateX(-180deg);
	 opacity: 0;
	}
	 25%, 75% {
	 -webkit-transform: perspective(140px) rotateX(0deg);
	 transform: perspective(140px) rotateX(0deg);
	 opacity: 1;
	}
	 90%, 100% {
	 -webkit-transform: perspective(140px) rotateY(180deg);
	 transform: perspective(140px) rotateY(180deg);
	 opacity: 0;
	}
}

 @keyframes sk-foldCubeAngle {
	 
	 0%, 10% {
	 -webkit-transform: perspective(140px) rotateX(-180deg);
	 transform: perspective(140px) rotateX(-180deg);
	 opacity: 0;
	}
	 25%, 75% {
	 -webkit-transform: perspective(140px) rotateX(0deg);
	 transform: perspective(140px) rotateX(0deg);
	 opacity: 1;
	}
	 90%, 100% {
	 -webkit-transform: perspective(140px) rotateY(180deg);
	 transform: perspective(140px) rotateY(180deg);
	 opacity: 0;
	}
}


@media (min-width: 992px) {
  .modal-lg-cs {
    max-width: 80% !important;
  }
}