@font-face {
    font-family: 'Oxygen Light';
    src: url('fonts/Oxygen-Light.eot');
    src: url('fonts/Oxygen-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oxygen-Light.woff2') format('woff2'),
        url('fonts/Oxygen-Light.woff') format('woff'),
        url('fonts/Oxygen-Light.ttf') format('truetype'),
        url('fonts/Oxygen-Light.svg#Oxygen-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen Reg';
    src: url('fonts/Oxygen-Regular.eot');
    src: url('fonts/Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oxygen-Regular.woff2') format('woff2'),
        url('fonts/Oxygen-Regular.woff') format('woff'),
        url('fonts/Oxygen-Regular.ttf') format('truetype'),
        url('fonts/Oxygen-Regular.svg#Oxygen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen Bold';
    src: url('fonts/Oxygen-Bold.eot');
    src: url('fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oxygen-Bold.woff2') format('woff2'),
        url('fonts/Oxygen-Bold.woff') format('woff'),
        url('fonts/Oxygen-Bold.ttf') format('truetype'),
        url('fonts/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

.grecaptcha-badge{
	visibility: hidden;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overline: auto;
	color: #fff;
	background-color: #2b2a33;
}

button,
input,
select,
textarea{
	outline: none;
}

.modal-alert,
.modal-proses{
	width: 95%;
	max-width: 450px;
	top: 20% !important;
	color: #000;
	font-family: 'Oxygen Reg';
	font-size: 16px;
}
	.processing{
		font-family: 'Oxygen Reg';
		font-size: 18px;
		color: #23366f;
		width: 100%;
		text-align: center;
	}
	
.modal-success{
	width: 95%;
	position: relative;
	display: block;
	max-width: 400px;
	top: 20% !important;
	color: #1d71b9;
	font-family: 'Oxygen Bold';
	font-size: 22px;
	text-align: center;
	padding: 10px;
}

.err{
	position: relative;
	display: block;
	color: #f00;
	text-align: left;
	display: none;
	font-family: 'Oxygen Reg';
	font-size: 14px;
	margin-top:5px;
}
	.text-error,
	.text-error:focus{
		border: solid 1px red;
	}
	
	.text-link{
		cursor: pointer;
		padding-bottom: 2px;
		border-bottom: solid 1px #fff;
	}
	
	.body{
		position: relative;
		display: block;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #d5e3f0;
		background-image: url('../../images/BG.jpg');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
		.signout{
			color: #1d60a4;
			cursor: pointer;
			position: fixed;
			top: 5px;
			right: 5px;
			z-index: 99;
		}
	
		.content{
			position: relative;
			display: block;
			width: 100%;
		}
			.box-login{
				position: relative;
				display: block;
				width: 80%;
				min-height: 70vh;
				left: 50%;
				transform: translateX(-50%);
				font-family: 'Oxygen Reg';
				font-size: 16px;
				color: #000;
				padding-bottom: 50px;
			}
				.form-group{
					position: relative;
					display: block;
					margin-bottom: 20px;
				}
				.form-group-daftar{
					margin-bottom: 20px;
				}
					.form-group-daftar label{
						color: #fda529;
					}
					.text-field{
						position: relative;
						display: block;
						width: 100%;
						border: solid 1px #000;
						background-color: #f6f6f6;
						font-family: 'Oxygen Reg';
						color: #000;
						font-size: 16px;
						padding: 10px 20px;
						border-radius: 10px;
					}
					.btn-submit{
						background-color: #1d71b9;
						font-size: 16px;
						color: #fff;
						font-family: 'Oxygen Bold';
						padding: 10px 50px;
						text-align: center;
						border: none;
						border-radius: 10px;
					}
						
						
				.jdl-register{
					font-size: 20px;
					font-family: 'Montserrat Medium';
					margin-bottom: 50px;
					text-align: center;
					color: #fda529;
				}	
						
				
				.box-home{
					position: relative;
					display: block;
					width: 85%;
					min-height: 65vh;
					left: 50%;
					transform: translateX(-50%);
				}
					.frame-home{
						position: relative;
						display: block;
						text-align: center;
					}
						.btn-home-menu{
							position: relative;
							display: block;
							width: 100%;
							text-align: left;
							padding: 25px 35px;
							background-image: url('../../images/Button-menu-utama.png');
							background-size: 100% 100%;
							color: #fff;
							font-family: 'Oxygen Bold';
							font-size: 22px;
							line-height: 25px;
							padding-bottom: 30px;
							border: none;
							border-radius: 10px;
						}
						
					.frame-content{
						position: relative;
						display: block;
						text-align: left;
						padding-bottom: 30px;
						font-family: 'Oxygen Reg';
						font-size: 16px;
						color: #000;
					}
						.box-img-content{
							position: relative;
							display: block;
							margin-bottom: 30px;
						}
						.judul-about{
							position: relative;
							display: block;
							font-family: 'Oxygen Bold';
							font-size: 28px;
							color: #2f6598;
							margin-bottom: 30px;
						}
						.isi-about{
							position: relative;
							display: block;
							color: #7c7c7c;
							text-align: justify;
							margin-bottom: 50px;
						}
							.box-visi-misi{
								position: relative;
								display: block;
								width: 100%;
								background-image: url('../../images/bg-about-mission-vision.png');
								background-position: top center;
								background-size: cover;
								padding: 20px;
								color: #fff;
								margin-bottom: 50px;
							}
								.judul-visi-misi{
									font-size: 26px;
									margin-bottom: 10px;
								}
							.box-pilar{
								position: relative;
								display: block;
								color: #7c7c7c;
								margin-bottom: 50px;
							}
								.judul-pilar{
									font-family: 'Oxygen Bold';
									font-size: 32px;
									color: #2f6598;
									margin-bottom: 20px;
								}
								.isi-pilar{
									position: relative;
									display: block;
									width: 100%;
									margin-bottom: 20px;
								}
									.no-pilar{
										position: relative;
										display: inline-block;
										font-family: 'Oxygen Bold';
										font-size: 42px;
										line-height: 42px;
										color: #2f6598;
										width: 7%;
										vertical-align: top;
									}
									.des-pilar{
										position: relative;
										display: inline-block;
										width: 90%;
									}
										.sub-judul-pilar{
											color: #2f6598;
										}
							
							.menu-product{
								position: relative;
								display: block;
								width: 100%;
								cursor: pointer;
							}
							.des-product{
								position: relative;
								display: none;
								padding: 20px;
								text-align: center;
							}
								.btn-product{
									position: relative;
									width: 90%;
									margin-bottom: 10px;
									background-color: #1d5ea2;
									color: #fff;
									font-size: 14px;
									border: none;
									border-radius: 10px;
									padding: 10px;
								}
									.flip-container {
										perspective: 1000px;
										width: 100%;
										height: auto;
										position: relative;
										margin-bottom: 20px;
									}
										.flip-card {
											width: 100%;
											height: 100%;
											transform-style: preserve-3d;
											transition: transform 0.5s;
										}
										.flip-card.flipped {
											transform: rotateY(180deg);
										}
										.flip-card > img {
											width: 100%;
											height: 100%;
											backface-visibility: hidden;
										}
										.flip-card .back {
											transform: rotateY(180deg);
											position: absolute;
											top: 0;
											left: 0;
											width: 100%;
											height: 100%;
										}
							
							.box-play{
								position: relative;
								display: block;
								color: #2f6598;
								font-size: 18px;
								margin-bottom: 50px;
							}
								.isi-play{
									position: relative;
									display: block;
									width: 100%;
									margin-bottom: 20px;
									text-align: center;
								}
							.box-isi-quiz{
								position: relative;
								display: none;
								padding: 10px;
								margin-bottom: 50px;
							}
								.judul-quiz{
									position: relative;
									display: block;
									width: 100%;
									font-family: 'Oxygen Bold';
									color: #2f6598;
									font-size: 24px;
									border-bottom: solid 1px #2f6598;
									padding: 10px;
									margin-bottom: 10px;
								}
								.isi-quiz{
									position: relative;
									display: block;
									width: 100%;
									font-family: 'Oxygen Reg';
									color: #2f6598;
									font-size: 18px;
									padding: 10px;
									margin-bottom: 30px;
								}
									.jdl-jawab{
										position: relative;
										display: block;
										padding: 10px 0px;
										margin-top: 30px;
										border-top: solid 1px #2f6598;
										border-bottom: solid 1px #2f6598;
										font-family: 'Oxygen Bold';
									}
									.jawab{
										position: relative;
										display: block;
										padding: 10px 0px;
										border-bottom: solid 1px #2f6598;
										font-size: 16px;
									}
									.quiz-result{
										position: relative;
										display: block;
										padding: 10px 30px;
										margin-bottom: 10px;
										text-align: center;
										font-family: 'Oxygen Reg';
										color: #2f6598;
									}
							
							.box-contact{
								position: relative;
								display: block;
								color: #2f6598;
								font-size: 18px;
								margin-bottom: 50px;
							}
								.isi-contact{
									position: relative;
									display: block;
									width: 100%;
									margin-bottom: 20px;
								}
									.icon-contact{
										position: relative;
										display: inline-block;
										width: 10%;
										vertical-align: top;
									}
										.icon-contact img{
											width: 100%;
										}
										
									.des-contact{
										position: relative;
										display: inline-block;
										width: 85%;
										padding-left: 2%;
									}
						
						.box-close{
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
						}
							.btn-close{
								background-color: #1d71b9;
								font-size: 16px;
								color: #fff;
								font-family: 'Oxygen Bold';
								padding: 10px 50px;
								text-align: center;
								border: none;
								border-radius: 10px;
							}
	
	.box-scan{
		width: 100%;
		position: relative;
		display: block;
		left: 50%;
		transform: translateX(-50%);
	}
		.info-scan{
			position: relative;
			display: block;
			width: 100%;
			font-family: 'Objectivity Reg';
			font-size: 22px;
			color: #fff;
			text-align: center;
		}
		.frame-button{
			position: absolute;
			width: 100%;
			display: block;
			margin-top: 20px;
			text-align: center;
			bottom: 10px;
		}
			.box-button{
				position: relative;
				display: inline-block;
				width: 45%;
				margin: 0px 2%;
			}
	.box-result{
		position: relative;
		display: none;
		padding-top: 5vh;
		text-align: center;
		color: #fff;
		font-family: 'Objectivity Reg';
		font-size: 20px;
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
	}
		#result{
			margin-bottom: 20px;
		}
	
	.body-absen{
		position: relative;
		display: block;
		width: 100%;
		min-height: 100%;
		background-image: url('../../images/bg-absen.jpg'), url('../../images/bg-absen-bottom.jpg');
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		background-position: top center, top center;
	}
		.box-scan-absen{
			width: 80%;
			position: relative;
			display: block;
			left: 50%;
			transform: translateX(-50%);
		}
			.header-absen{
				position: relative;
				display: block;
				text-align: center;
				padding-top: 50px;
				margin-bottom: 20px;
			}
				.header-absen img{
					width: 80%;
				}
			.info-scan-absen{
				position: relative;
				display: block;
				width: 100%;
				font-family: 'Objectivity Reg';
				font-size: 22px;
				color: #fff;
				text-align: center;
				margin-bottom: 20px;
			}
			.box-button-scan{
				position: relative;
				display: block;
				width: 100%;
				text-align: right;
			}
				.btn-scan{
					border: none;
					background-color: transparent;
					width: 42px;
					margin: 0px 5px;
				}
				.btn-scan img{
					width: 100%;
				}

.responsive-iframe-container{
	position: relative;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 aspect ratio (height/width) */
}
.responsive-iframe-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #aaa;
	border: none;
}


/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
				.box-home{
					min-height: 71vh;
				}
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	.body{
		max-width: 50vh;
	}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
	.content-undian{
		width: 100%;
		min-height: 100%;
		background-repeat:no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
		background-position: center center;
	}
		.undi-1{
			background-image: url('../../images/Emas.jpg');
		}
		.undi-2{
			background-image: url('../../images/Tablet-A7-Lite.jpg');
		}
		.undi-3{
			background-image: url('../../images/SmartWatch.jpg');
		}
		.undi-4{
			background-image: url('../../images/Voucher-MAP.jpg');
		}
		.undi-5{
			background-image: url('../../images/Voucher-Gopay.jpg');
		}
		
			.acak{
				position: relative;
				display: block;
				width: 45%;
				height: 13vh;
				left: 50%;
				transform: translateX(-40%);
				text-align: center;
			}
				.acak1{
					top: 46.5vh;
				}
				
				#acak-nama{
					position: relative;
					display: inline-block;
					vertical-align: top;
				}
					.undi1{
						width: 100%;
						height: 13vh;
					}
					
					.tabel-nama{
						position: relative;
						display: table;
						width: 100%;
						height: 100%;
					}
						.nama{
							position: relative;
							display: table-cell;
							vertical-align: middle;
							font-family: "Work Sans Medium";
							color: #7d0500;
						}
						.nama .comp{
							font-family: "Work Sans Regular";
							color: #7d0500;
						}
							.undi1 .nama{
								line-height: 5.5vh;
								font-size: 3vw;
							}
							.undi1 .nama .comp{
								font-size: 1.8vw;
							}
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
	
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
	
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		
}