<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.nav-bar-left {
	margin-left: 15px;
}

.employer_logo {
	margin-bottom: 15px;
}

#custom_checkbox {
	height: 20px;
	width: 20px;
	border: 1px solid #666666;
	border-radius: 5px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	line-height: 20px;
	color: white;
	text-align: center;
	font-size: 0.8rem;
}

#custom_checkbox:hover {
	cursor: pointer;
}

.whatsapp-button {
	width: 50px;
    height: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
    margin-right: 15px;
    margin-bottom: 15px;
}

#employer_logo_wrp {
	background-color: white!important;
}

body {
	background: url('/css/assets/images/jobfair/vmce_bg.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b5492;
}

.vacancy_wrapper .col-md-4 {
	padding: 0;
}

.vacancy_wrapper .col-md-8 {
	padding-right: 0;
}

#picture_wrp {
    position: relative;
    cursor: pointer;
    background: #f4f4f4;
    display: table;
    background-size: cover;
    background-position: center center;
    color: #999;
}

#btn-crop-wrap .btn {
	margin-bottom: 5px;
}

.jobseeker_picture {
    border-radius: 50%;
    padding-top: 60px!important;
    width: 200px!important;
    height: 200px!important;
}

.logo_wrp {
    width: 255px;
    height: 145px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    margin: auto;
}

.image {
    position: absolute;
    top: -1000px;
    width: 100%;
    left: 0;
}

.form-group {
	margin-bottom: .5rem;
}

.margin-right-15px {
	margin-right: 15px;
}

.hide {
	display: none;
}

.inputTxtError {
	border-color: red;
}

.error {
	color: red;
}

.select2-container {
	width: 100%!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.center {
	text-align: center;
}

.margin-top15px {
	margin-top: 15px;
}

.important {
	color: red;
}

.right {
	text-align: right;
}

.lds-ripple {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #d94562;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.img-responsive {
	width: 100%;
}

.vmce-logo {
	height: 35px;
}

.navbar.navbar-expand-md.navbar-light {
    border-color: #101010;
    background: #101010;
}

a.nav-link {
	color: #f1f1f1!important;
}

.navbar-light .navbar-toggler {
    color: #FFF;
    border-color: #FFF;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}

.white {
	color: white!important;
}

#app {
    position: relative;
    height: auto !important;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#main {
    padding-bottom: 15.5rem;
    padding-top: 30px;
}

#authentication_wrapper {
	border: 1px solid #dadce0;
    border-radius: 8px;
    flex-shrink: 0;
    transition: .2s;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

#video_main, #authentication_main, #term_and_condition_main, #register_confirmation, #purchase_confirmation {
	padding-bottom: 10rem;
	margin-top: 30px;
	margin-bottom: -8rem;
}

.play-wrapper {
    width: 65px;
    height: 45px;
    background-color: rgb(55, 54, 54);
    border-radius: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    margin-left: -35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    opacity: 0.8;
    cursor: pointer;
}

.play-wrapper:hover {
	background-color: rgb(206, 23 ,23);
	opacity: 1;
}

.other_videos {
	position: relative;
}

#home div {
	height: 673px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
    position: relative;
}

#wh-widget-send-button {
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 90px;
    width: 60px;
    visibility: visible;
    transition: none !important;
    right: 0;
}

#wh-widget-send-button iframe {
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
    color: #666!important;
    background-color: #F3F3F3;
}

footer {
    width: 100%;
    color: #fff;
    position: absolute;
    background-image: url(https://static.wixstatic.com/media/a06280_167ffe0bb21341b891ee112804722a93~mv2.jpg/v1/fill/w_644,h_161,al_c,lg_1,q_80/a06280_167ffe0bb21341b891ee112804722a93~mv2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
}

#footer_copy_right {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: black;
    text-align: center;
}

.btn-primary {
    background-color: #d94562;
    border: 2px solid #FFF;
    border-radius: 80px;
}

.mb_ft {
	padding-top: 30px;
	padding-bottom: 30px;
}

#event_schedule {
	margin-top: 30px;
	margin-bottom: 30px;
}

#video {
	margin-top: 30px;
}

#event_schedule_wrap, #job_vacancy_wrap, #video_wrap {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

#video_wrap {
	margin-bottom: 15px;
}

#job_vacancy_wrap .box_content, #booth .box_content {
	background-color: #266baf;
}

#booth .box_content {
	padding-top: 15px;
	padding-bottom: 15px;
}

#booth .box_content img {
	cursor: pointer;
}

#vacancy_wrapper {
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
}

.vacancy_header {
	font-weight: 900;
}

.clear-margin {
	margin: 0;
}

.clearfix {
	clear: both;
}

.vacancy_wrapper {
    background-color: white;
    padding: 15px;
    margin-bottom: 30px;
    color: #666;
    text-align: left;
}

.vacancy_wrapper p {
	margin-bottom: 0;
}

.vacancy_wrapper h1 {
	font-size: 1.1rem;
}

#view_all_jobs {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background-color: rgba(12, 64, 105, 0.6);
    text-align: center;
}

#view_all_jobs a {
    color: #F3F3F3;
}

#video_wrap iframe {
	width: 100%!important;
}

#video_wrapper #video_content, #another_video #another_video_content {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#video_wrapper .box_content, #another_video_content .box_content {
    flex: 1 1 auto;
    padding: 1.25rem;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(40,40,74,1) 35%, rgba(0,212,255,1) 100%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.another_video_content h5 {
	font-weight: 700; 
	color: white; 
	font-size: 14px;
	margin-top: 5px;
}

#video_wrapper .box_content iframe {
	width: 100% !important;
}

#more_video {
	position: relative;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.another_video_wrapper {
    width: 33.33333333%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.another_video_content {
	position: relative; 
	width: 100%;
}

#countdown {
    width: 100%;
    font-size: 40px;
    color: white;
}

.bold {
	font-weight: bold;
}

#banner_middle_bg {
    background-image: url(/css/assets/images/jobfair/banner.png);
    background-size: cover;
    height: 55vh;
    position: relative;
    line-height: 60vh;
    margin-top: 30px;
}

.box_header {
	width: 100%;
    background-color: #d94562;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 40px;
    padding-top: 7px;
}

.box_header h1 {
	font-size: 1.5rem;
	color: white;
	font-weight: 900;
}

.margin-bottom-15px {
	margin-bottom: 15px;
}

.margin-top-15px {
	margin-top: 15px;
}

.margin-bottom-35px {
	margin-bottom: 35px;
}

.margin-top-35px {
	margin-top: 35px;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.navbar {
	padding: 0;
}

#home {
	margin-bottom: 15px;
}

@media only screen and (max-width: 350px) {
	.event_not_yet_banner {
		height: 190px!important;
	}

	.event_start {
		height: 120px!important;
	}
}

@media only screen and (max-width: 600px) {
	.employer_logo {
	    flex: 0 0 25%;
    	max-width: 25%;
	}

	.nav-bar-left {
		margin-left: 0;
	}

	.modal-body img {
		height: 60px!important;
	}

	.modal-body {
		font-size: .9rem;
	}

	#countdown {
		font-size: .9rem;
	}

	#main {
		padding-bottom: 35rem;
	}

	#video_main, #authentication_main, #term_and_condition_main, #register_confirmation, #purchase_confirmation {
		margin-bottom: -10rem;
	}

	.box_header {
		padding-top: 12px;
	}

	.box_header h1 {
		font-size: .9rem;
	}

	.event_not_yet_banner {
		background-size: contain;
		height: 250px;
		background-position: top center;
	}

	.event_start {
		background-size: contain;
		height: 180px;
		background-position: top center;
		margin-top: 15px;
	}

	#event_schedule {
		margin-top: 0;
	}

	#banner_middle_bg {
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 15vh;
		line-height: 15vh;
	}

	#banner_middle_bg a {
	    background-color: rgba(217, 69, 98, 0.4);
		padding: 2px;
		font-size: .6rem;
	}

	.nav-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
		padding-left: 15px;
	}

	#home div {
		height: 30vh;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 15px;
	}
}

.bg-white {
	background-color: white;
}

.checkbox_custom {
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-left: 10px;
}

.loading_wrp .text {
	width: 100%;
	height: 16px;
	animation: shine-lines 2s infinite ease-out;
	margin: 10px auto;
	border-radius: 7px;
	background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
	background-size: 600px;
}

.loading_wrp .text ~ .text {
	background-color: #ddd;
}

@keyframes shine-lines {
	0% {
		background-position: -100%;
	}
	40%, 100% {
		background-position: 100%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	#home div {
		height: 40vh;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 15px;
	}

	#banner_middle_bg {
		background-position: top center;
		background-size: contain;
		height: 200px;
		line-height: 200px;
	}
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
	#home div {
		height: 70vh;
	}
}

@media screen and (orientation: landscape) and (max-width: 960px) {
	#main {
		padding-bottom: 37rem;
	}

	#video_main, #authentication_main, #term_and_condition_main, #register_confirmation, #purchase_confirmation {
		margin-bottom: -7rem;
	}

	.event_not_yet_banner {
		background-size: contain;
		background-position: top center;
		height: 400px;
	}

	.event_start {
		background-size: contain;
		background-position: top center;
		height: 300px;
		margin-top: 15px;
	}

	#event_schedule {
		margin-top: 0;
	}

	#home div {
		height: 110vh;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 15px;
	}

	#banner_middle_bg {
		background-position: top center;
		background-size: contain;
		height: 200px;
		line-height: 200px;
	}
}

@media screen and (orientation: landscape) and (max-width: 800px) {
	#event_schedule_wrap .employer_logo {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.vacancy_wrapper .col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.vacancy_wrapper .col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

@media (max-width:1112px) and (min-width:834px) { 
	#job_vacancy_wrap, #event_schedule_wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:1024px) and (min-width:768px) { 
	#job_vacancy_wrap, #event_schedule_wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}</pre></body></html>