@font-face {
	font-family: 'FPTBook';
	src: url("../font/fptBook.eot");
	src: url("../font/fptBook.eot?#iefix") format("embedded-opentype"), url("../font/fptBook.woff2") format("woff2"), url("../font/fptBook.woff") format("woff"), url("../font/fptBook.ttf") format("truetype"), url("../font/fptBook.svg#fptBook") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FPTLight';
	src: url("../font/fptLight.eot");
	src: url("../font/fptLight.eot?#iefix") format("embedded-opentype"), url("../font/fptLight.woff2") format("woff2"), url("../font/fptLight.woff") format("woff"), url("../font/fptLight.ttf") format("truetype"), url("../font/fptLight.svg#fptLight") format("svg");
	font-weight: 300;
	font-style: normal;
}
/* --- pop up modal --- */
#lightbox {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 100000001;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 17px;
}
#lightbox .modal-close {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lightbox .dialog {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	max-width: 800px;
	min-height: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#lightbox .dialog .content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
	/*max-height:400px;
			height:100%;
			flex-direction: column;
			top:50%;
			transform:translateY(-50%);
			*/
	border: 4px solid rgba(255, 255, 255, 0.2);
	/*Disable by AK on 20191024 1028*/
	/*padding: 50px;
  margin-top: 20px;*/
}
#lightbox .dialog .content .wrapper {
	width: 100%;
}
/*Disable by AK on 20191024 1028*/
/*#lightbox .dialog .content .wrapper img {
  width: 80%;
  margin: auto;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}*/
#lightbox .dialog .content .wrapper img.details {
	width: 69%;
}
#lightbox .dialog .content .wrapper p.wording {
	max-height: 350px;
	overflow-y: auto;
	font-family: "FPTLight", "Helvetica Neue", Helvetica, Arial, STHeitiTC-light, STHeiti, "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	text-align: justify;
	padding: 15px 10px;
}
@media (max-width: 320px) {
	#lightbox .dialog .content .wrapper p.wording {
		font-size: 16px;
	}
}
/*#lightbox .dialog .content .wrapper a.applyButton {
	width: 73%;
	margin: auto;
	background-color: #dc2229;
	border-radius: 100px;
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}*/
#lightbox .dialog .content .wrapper a:hover {
	background-color: #ff323a;
}
#lightbox .dialog .content .wrapper span {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	z-index: 11;
}
#lightbox .dialog .content .wrapper span:hover {
	opacity: 1;
}
.overflowHidden {
	overflow: hidden;
}
@media (max-width: 768px) {
	#lightbox {
		padding-right: 0;
	}
}
@media (max-width: 468px) {
	#lightbox .dialog .content {
		/*Disable by AK on 20191024 1028*/
		/*padding: 40px;*/
		margin-top: 0px;
	}
	#lightbox .dialog .content .wrapper img {
		width: 100%;
	}
	#lightbox .dialog .content .wrapper img.details {
		width: 83%;
	}
	#lightbox .dialog .content .wrapper a {
		/*Disable by AK on 20191024 1028*/
		/*width: 85%;*/
	}
	#lightbox .dialog .content .wrapper span {
		top: 0;
		right: 5px;
	}
}
/*# sourceMappingURL=modal.css.map */
/* W&H 2018 visual */
.background-image {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 225px;
	z-index: 1;
	overflow: hidden;
}
#lightbox .dialog .content .wrapper .background-image img {
	position: sticky;
	width: 100%;
	padding: 0;
	top: -100px;
}
/*CSS by AK for FA 2019 on 20191024 1028*/
#lightbox .dialog .content{
	border: 3px solid rgba(11, 11, 119, 0.71)
}
#lightbox .wrapper{
	position: relative;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	background-color: #FFF;
}
#lightbox .closeBtn {
	position: absolute;
	right: 16px;
	top: 10px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 0 !important;
}
#lightbox .closeBtn:hover{
	background-color: transparent !important;
}
#lightbox .closeBtn span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	position: relative !important;
	top: inherit !important;
	right: inherit !important;
	cursor: inherit !important;
	opacity: inherit !important;
	z-index: inherit !important;
}
#lightbox .closeBtn span:before{
	content: '';
	position: absolute;
	top: 11px;
	right: -18px;
	display: block;
	width: 3px;
	height: 30px;
	background-color: #000000;
	transform: rotate(-45deg);
	transform-origin: 0% -50%;
}
#lightbox .closeBtn span:after{
	content: '';
	position: absolute;
	top: 0px;
	right: -39px;
	display: block;
	width: 3px;
	height: 30px;
	background-color: #000000;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
}
#lightbox .headerImage{
	background-color: #0e037d;
}
#lightbox .headerImage img {
	width: 100%;
	max-height: 150px;
	max-width: 667px;
	margin: 0 auto;
	display: block;
}
#lightbox .bodyContent {
	margin: 0 auto;
	max-width: 90%;
	padding: 40px 15px 40px;
}
#lightbox .bodyContent h1 {
	font-weight: 600;
	color: #004380;
	font-size: 32px;
	letter-spacing: 3px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 15px;
}
#lightbox .bodyContent p {
	font-weight: 300;
	/*color: #FFFFFF;*/
	font-size: 18px;
	line-height: 34px;
	text-align: left;
}
#lightbox .bodyContent p + p {
	margin: 15px 0 25px;
}
#lightbox .bodyContent p.contact{
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #a8c6ff;
	height: 18px;
	text-align: center;
}
#lightbox .bodyContent p.contact+p.contact{
	margin-top: 0;
}
#lightbox .bodyContent p.contact a span{
	font-size: 14px;
	color: #a8c6ff;
}
#lightbox .bodyContent a {
	width: inherit;
	min-height: 50px;
	display: table;
	margin: 0 auto;
	background: #00b0c2;
	border-style: solid;
	border-width: 2px;
	border-color: #00b0c2;
	border-radius: 30px;
	padding-top: inherit !important;
	padding: 0 15px !important;
	font-size: 18px !important;
	color: #FFFFFF !important;
	height: 18px !important;
	margin-top: 8px !important;
	margin-bottom: 0px !important;
}
#lightbox .bodyContent a.nonBtn {
	width: inherit;
	min-height: inherit;
	display: inline;
	font-size: 18px;
	margin: 0;
	background: none;
	border-style: solid;
	border-width: 0px;
	border-color: #FF000A;
	border-radius: 30px;
	padding-top: inherit !important;
	padding: 0 !important;
}
#lightbox .bodyContent a.nonBtn:hover{
	border-color: transparent;
	background-color: transparent !important;
	text-decoration: none;
}
#lightbox .bodyContent a:hover{
	border-color: #FF000A;
	background: #DA2128;
	text-decoration: none;
}
#lightbox .bodyContent a span {
	color: #FFF;
	font-family: "FPTBook", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0px;
	text-align: center;
	position: relative !important;
	top: inherit !important;
	right: inherit !important;
	cursor: pointer !important;
	opacity: inherit !important;
	z-index: inherit !important;
	display: table-cell;
	vertical-align: middle;
}
#lightbox .bodyContent a.nonBtn span {
	color: #FFF;
	font-family: "FPTLight", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: center;
	position: relative !important;
	top: inherit !important;
	right: inherit !important;
	cursor: pointer !important;
	opacity: inherit !important;
	z-index: inherit !important;
	display: inline;
	vertical-align: middle;
}
@media only screen and (max-width: 375px){
#lightbox .headerImage img {
	width: 100%;
	max-height: inherit;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
	#lightbox .bodyContent {
	max-width: 100%;
}
	#lightbox .bodyContent h1 {
	font-weight: 600 !important;
	font-size: 32px !important;
}
}