@charset "utf-8";

.animated#content{
	pointer-events: inherit;
}
header #control-nav-wrap a,
header #control-nav-wrap > div{
	display: none !important;
}
header #control-nav-wrap a#font-size-btn{
	display: inline-block !important;
}
#breadcrum{
	display: none;
}
#section-banner{
	display: block;
	width: 100%;
	position: relative;
}
#section-banner img{
	display: block;
	/* width: 100%; */
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#content{
	padding-top: 58px;
	max-width: 990px;
}
#content #step0 > .btn-wrap:first-of-type{
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
#content #step0 > .btn-wrap:first-of-type a{
	flex: 0 1 49%;
	max-width: 49%;
	text-align: center;
	padding: 30px 20px;
	background-color: #ffffff;
	border-radius: 15px;
	color: #0077d4;
	border: 5px solid #ffffff;
}
#content #step0 > .btn-wrap:first-of-type a strong{
	display: block;
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#content #step0 > .btn-wrap:first-of-type a.active{
	border-color: #fff000;
	color: #ffffff;
	background-color: #c45100;
}
#content #step0 > .btn-wrap:first-of-type a:hover,
#content #step0 > .btn-wrap:first-of-type a:focus{
	border-color: #fff000;
}
#content #step0 > .btn-wrap:first-of-type a.active strong{
	color: #ffffff;
}
#content #step0 > .btn-wrap + .btn-wrap{
	margin-top: 60px;
}
.form-wrap .form-col.header{
	flex: 0 1 25%;
}
#content #step1  > .btn-wrap a{
	min-width: 180px;
}
.fancybox-bg{
	background: rgba(255,255,255,.9);
}
.fancybox-slide--html .fancybox-close-small{
	padding: 2px;
	color: #999999;
	right: 5px;
    top: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#step2{
	width: 705px;
	max-width: 95%;
	border: 5px solid #ffffff;
	padding: 36px 25px;
	border-radius: 30px;
	background-color: #f2f6f7;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#step2 h2{
	margin-bottom: 6px;
}
#step2 .a-center{
	text-align: center;
}
.progress-bar{
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}
.progress-bar .bar{
	flex: 1 1 auto;
	position: relative;
	height: 5px;
	background-color: #cdd1d2;
}
.progress-bar .bar span{
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	height: 100%;
	background-color: #a17401;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.progress-bar .progress{
	flex: 0 1 auto;
	padding-left: 20px;
}
#step2 h3{
	font-size: 1.1250em;
	font-weight: 700;
	color: #333333;
	margin-bottom: 35px;
	line-height: 1.333em;
}
#step2 h3 .q{
	display: block;
    font-size: 2.444em;
    line-height: 1.2em;
    font-weight: 400;
	color: #a17401;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#step2 .form-row{
	display: flex;	
}
#step2 .form-row:not(:first-child){
	margin-top: 10px;
}
#step2 .form-row .form-col{
	flex: 0 1 100%;
}
#step2 .form-row .form-col input[type="radio"]{
	display: none;
}
#step2 .form-row .form-col label{
	display: block;
	font-size: 1.1250em;
	padding: 13px 30px;
	border-radius: 25px;
	background-color: #ffffff;
	cursor: pointer;
	border: 1px solid #cdced0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#step2 .form-row .form-col input[type="radio"]:checked + label{
	background-color: #9cd629;
	border-color: #9cd629;
}
#step2 .btn-wrap{
	margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#step2 .btn-wrap a{
	min-width: 140px;
	margin: 0 8px;
	color: #ffffff;
    font-family: 'Roboto Condensed', Microsoft JhengHei, sans-serif;
    background-color: #C34686;
    padding: 10px 20px;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#step2 .btn-wrap a:hover{
	color: #FFDB79;
    background-color: #A23A70;
    text-decoration: none;
}
#step2 .btn-wrap a.disabled{
	opacity: .7;
}
#step2 #thankyou-msg{
	display: none;
	padding: 26.3% 25px;
}
#step2 #thankyou-msg > div{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}
#step2 #thankyou-msg h2{
	margin-bottom: 0;
	flex: 0 100%;
}
#step2 #thankyou-msg .btn-wrap{
	margin-top: 34px;
	flex: 0 100%;
}
#policy p{
	margin-bottom: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#policy input[type="radio"]{
	display: none;
}
#policy input[type="radio"] + label{
	padding-left: 27px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
	float: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#policy .remarks-wrap{
	background-color: #ffffff;
	padding: 20px 20px 0;
	color: #007071;
	border: 1px solid rgba(0, 112, 113, 0.3);
}
.ui-selectmenu-menu .ui-menu{
	max-height: 207px;
}


#confirm-submit{
	display: none;
}
#confirm-submit h2{
	text-align: center;
	color: #a17401;
	font-size: 2em;
}
#confirm-submit .btn-wrap{
	display: block;
    text-align: center;
    margin-top: 30px;
}
#confirm-submit .btn-wrap a{
	display: inline-block;
    margin: 0 10px;
	color: #ffffff;
    font-family: 'Roboto Condensed', Microsoft JhengHei, sans-serif;
    background-color: #C34686;
    padding: 9px 30px;
    border-radius: 25px;
	text-decoration: none;
	min-width: 120px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#confirm-submit .btn-wrap a:hover,
#confirm-submit .btn-wrap a:focus{
	color: #FFDB79;
    background-color: #A23A70;
}


@media screen and (max-width: 1279px){
	header #control-nav-wrap a#font-size-btn{
		display: none !important;
	}
}


@media screen and (max-width: 1279px) and (min-width: 769px){
	header #header-top{
		height: 70px;
	}
}



@media screen and (max-width: 960px){
	#section-banner img{
		width: 211.87%;
	}
	
}


@media screen and (max-width: 830px){
	#content #step0 > .btn-wrap:first-of-type{
		flex-wrap: wrap;
		max-width: 455px;
		margin: -20px auto 0;
	}
	#content #step0 > .btn-wrap:first-of-type a{
		max-width: none;
		flex: 0 1 100%;
		margin-top: 20px;
	}
}


@media screen and (max-width: 768px){
	header #header-top{
		height: 50px;
	}
	#content{
		padding-top: 38px;
	}
	#step2{
		border-radius: 20px;
		padding: 26px 15px;
	}
	.progress-bar{
		margin-bottom: 11px;
	}
	#step2 h3{
		margin-bottom: 23px;
	}
	#step2 h3 .q{
		font-size: 2.143em;
	}
	#step2 .btn-wrap{
		margin-top: 27px;
	}
	#content #step0 > .btn-wrap:first-of-type{
		margin: -10px auto 0;
	}
	#content #step0 > .btn-wrap:first-of-type a{
		margin-top: 10px;
		padding: 20px 10px;
	}
	#content #step0 > .btn-wrap + .btn-wrap{
		margin-top: 30px;
	}
	#content #step0 > .btn-wrap:first-of-type a strong{
		font-size: 2em;
	}
	#content .form-wrap .form-col{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#content .form-wrap .form-col.header + .form-col + .form-col{
		margin-top: -30px;
	}
}

@media screen and (max-width: 420px){
	#step2 .btn-wrap a,
	#content #step1 > .btn-wrap a{
		min-width: 110px;
		margin: 0 4px;
	}
}










