/**
 * --------------------------------------------------------------
 * accordion.css
 * --------------------------------------------------------------
 */
.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
	border: 1px solid #EEE;
	position: relative;
	margin-top: -1px;
	overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head, .smk_accordion .accordion_in a>.acc_head
	{
	position: relative;
	background: #F9F8F9;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #DDD;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	background: #FFF;
	color: #666;
	padding: 10px;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
	.smk_accordion .accordion_in .acc_content h2:first-of-type,
	.smk_accordion .accordion_in .acc_content h3:first-of-type,
	.smk_accordion .accordion_in .acc_content h4:first-of-type,
	.smk_accordion .accordion_in .acc_content h5:first-of-type,
	.smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head
	{
	border-radius: none;
}

.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content
	{
	border-radius: none;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
	display: block;
}

.smk_accordion .accordion_in.acc_active>.acc_head {
	background: #F9F8F9;
}

.smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
	background: url(../images/plusminus.png) center -18px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in a>.acc_head,
	.smk_accordion.acc_with_icon .accordion_in .acc_content {
	padding-left: 40px;
}

/**
 * --------------------------------------------------------------
 * form.css
 * --------------------------------------------------------------
 */

/*@import url(../notosanstc.css);*/

/**/
/* defaults */
/**/
.sky-form {
	margin: 0;
	outline: none;
	color: #404040;
	padding: 0;
	text-align: left;
	font-family: 'Noto Sans TC', sans-serif; /*'Noto Sans TC'*/
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.sky-form * {
	margin: 0;
	padding: 0;
}

.sky-form header {
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: rgba(248, 248, 248, .9);
	font-size: 25px;
	font-weight: 300;
	color: #232323;
}

.sky-form fieldset {
	display: block;
	padding: 10px 0 5px;
	border: none;
	background: rgba(255, 255, 255, .9);
}

.sky-form fieldset+fieldset {
	/* border-top: 1px solid rgba(0,0,0,.1); */

}

.sky-form section {
	margin-bottom: 20px;
}

.sky-form footer {
	display: block;
	padding: 0 25px 15px 0;
	text-align: center;
}

.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form a {
	color: #2da5da;
}

.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}

.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}

.sky-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio,
	.sky-form .checkbox, .sky-form .toggle, .sky-form .button {
	position: relative;
	display: block;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea
	{
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}

.sky-form .input-file .button:hover {
	box-shadow: none;
}

.sky-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}

/**/
/* selects */
/**/
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 5px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}

.sky-form .select i:after, .sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}

.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}

.sky-form .select-multiple select {
	height: auto;
}

/**/
/* textareas */
/**/
.sky-form .textarea textarea {
	height: auto;
	resize: none;
}

.sky-form .textarea-resizable textarea {
	resize: vertical;
}

.sky-form .textarea-expandable textarea {
	height: 39px;
}

.sky-form .textarea-expandable textarea:focus {
	height: auto;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio, .sky-form .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}

.sky-form .radio:last-child, .sky-form .checkbox:last-child {
	margin-bottom: 0;
}

.sky-form .radio input, .sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}

.sky-form .radio i, .sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}

.sky-form .radio i {
	border-radius: 50%;
}

.sky-form .radio input+i:after, .sky-form .checkbox input+i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.sky-form .radio input+i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.sky-form .checkbox input+i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}

.sky-form .radio input:checked+i:after, .sky-form .checkbox input:checked+i:after
	{
	opacity: 1;
}

.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}

.sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child
	{
	margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}

.sky-form .toggle:last-child {
	margin-bottom: 0;
}

.sky-form .toggle input {
	position: absolute;
	left: -9999px;
}

.sky-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}

.sky-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}

.sky-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}

.sky-form .toggle input:checked+i:after {
	content: 'ON';
	text-align: right;
}

.sky-form .toggle input:checked+i:before {
	right: 36px;
}

/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}

.sky-form .rating:last-child {
	margin-bottom: 0;
}

.sky-form .rating input {
	position: absolute;
	left: -9999px;
}

.sky-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}

/**/
/* buttons */
/**/
.sky-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	padding: 0 15px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

/**/
/* icons */
/**/
@font-face {
	font-family: 'FontAwesome';
	src: url('../icons/fontawesome-webfont.eot?v=3.0.1');
	src: url('../icons/fontawesome-webfont.eot?#iefix&v=3.0.1')
		format('embedded-opentype'),
		url('../icons/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('../icons/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope:before {
	content: "\f003";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-empty:before {
	content: "\f006";
}

.icon-user:before {
	content: "\f007";
}

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-ok:before {
	content: "\f00c";
}

.icon-remove:before {
	content: "\f00d";
}

.icon-zoom-in:before {
	content: "\f00e";
}

.icon-zoom-out:before {
	content: "\f010";
}

.icon-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-cog:before {
	content: "\f013";
}

.icon-trash:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file:before {
	content: "\f016";
}

.icon-time:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download-alt:before {
	content: "\f019";
}

.icon-download:before {
	content: "\f01a";
}

.icon-upload:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-circle:before {
	content: "\f01d";
}

.icon-repeat:before, .icon-rotate-right:before {
	content: "\f01e";
}

.icon-refresh:before {
	content: "\f021";
}

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

.icon-bookmark:before {
	content: "\f02e";
}

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

.icon-align-left:before {
	content: "\f036";
}

.icon-align-center:before {
	content: "\f037";
}

.icon-align-right:before {
	content: "\f038";
}

.icon-align-justify:before {
	content: "\f039";
}

.icon-list:before {
	content: "\f03a";
}

.icon-indent-left:before {
	content: "\f03b";
}

.icon-indent-right:before {
	content: "\f03c";
}

.icon-facetime-video:before {
	content: "\f03d";
}

.icon-picture:before {
	content: "\f03e";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before {
	content: "\f044";
}

.icon-share:before {
	content: "\f045";
}

.icon-check:before {
	content: "\f046";
}

.icon-move:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-sign:before {
	content: "\f055";
}

.icon-minus-sign:before {
	content: "\f056";
}

.icon-remove-sign:before {
	content: "\f057";
}

.icon-ok-sign:before {
	content: "\f058";
}

.icon-question-sign:before {
	content: "\f059";
}

.icon-info-sign:before {
	content: "\f05a";
}

.icon-screenshot:before {
	content: "\f05b";
}

.icon-remove-circle:before {
	content: "\f05c";
}

.icon-ok-circle:before {
	content: "\f05d";
}

.icon-ban-circle:before {
	content: "\f05e";
}

.icon-arrow-left:before {
	content: "\f060";
}

.icon-arrow-right:before {
	content: "\f061";
}

.icon-arrow-up:before {
	content: "\f062";
}

.icon-arrow-down:before {
	content: "\f063";
}

.icon-share-alt:before, .icon-mail-forward:before {
	content: "\f064";
}

.icon-resize-full:before {
	content: "\f065";
}

.icon-resize-small:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-sign:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye-open:before {
	content: "\f06e";
}

.icon-eye-close:before {
	content: "\f070";
}

.icon-warning-sign:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder-close:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-resize-vertical:before {
	content: "\f07d";
}

.icon-resize-horizontal:before {
	content: "\f07e";
}

.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-sign:before {
	content: "\f081";
}

.icon-facebook-sign:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-cogs:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-up:before {
	content: "\f087";
}

.icon-thumbs-down:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-empty:before {
	content: "\f08a";
}

.icon-signout:before {
	content: "\f08b";
}

.icon-linkedin-sign:before {
	content: "\f08c";
}

.icon-pushpin:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-signin:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-sign:before {
	content: "\f092";
}

.icon-upload-alt:before {
	content: "\f093";
}

.icon-lemon:before {
	content: "\f094";
}

.icon-phone {
	margin-top: 1px;
}

.icon-phone:before {
	content: "\f095";
}

.icon-check-empty:before {
	content: "\f096";
}

.icon-bookmark-empty:before {
	content: "\f097";
}

.icon-phone-sign:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-hdd:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0a2";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-right:before {
	content: "\f0a4";
}

.icon-hand-left:before {
	content: "\f0a5";
}

.icon-hand-up:before {
	content: "\f0a6";
}

.icon-hand-down:before {
	content: "\f0a7";
}

.icon-circle-arrow-left:before {
	content: "\f0a8";
}

.icon-circle-arrow-right:before {
	content: "\f0a9";
}

.icon-circle-arrow-up:before {
	content: "\f0aa";
}

.icon-circle-arrow-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-fullscreen:before {
	content: "\f0b2";
}

.icon-group:before {
	content: "\f0c0";
}

.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-beaker:before {
	content: "\f0c3";
}

.icon-cut:before {
	content: "\f0c4";
}

.icon-copy:before {
	content: "\f0c5";
}

.icon-paper-clip:before {
	content: "\f0c6";
}

.icon-save:before {
	content: "\f0c7";
}

.icon-sign-blank:before {
	content: "\f0c8";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-sign:before {
	content: "\f0d3";
}

.icon-google-plus-sign:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-sort:before {
	content: "\f0dc";
}

.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-up:before {
	content: "\f0de";
}

.icon-envelope-alt:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-undo:before, .icon-rotate-left:before {
	content: "\f0e2";
}

.icon-legal:before {
	content: "\f0e3";
}

.icon-dashboard:before {
	content: "\f0e4";
}

.icon-comment-alt:before {
	content: "\f0e5";
}

.icon-comments-alt:before {
	content: "\f0e6";
}

.icon-bolt:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-paste:before {
	content: "\f0ea";
}

.icon-lightbulb:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-alt:before {
	content: "\f0f3";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-food:before {
	content: "\f0f5";
}

.icon-file-alt:before {
	content: "\f0f6";
}

.icon-building:before {
	content: "\f0f7";
}

.icon-hospital:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-sign:before {
	content: "\f0fd";
}

.icon-plus-sign-alt:before {
	content: "\f0fe";
}

.icon-double-angle-left:before {
	content: "\f100";
}

.icon-double-angle-right:before {
	content: "\f101";
}

.icon-double-angle-up:before {
	content: "\f102";
}

.icon-double-angle-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before {
	content: "\f10b";
}

.icon-circle-blank:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-circle:before {
	content: "\f111";
}

.icon-reply:before, .icon-mail-reply:before {
	content: "\f112";
}

.icon-folder-close-alt:before {
	content: "\f114";
}

.icon-folder-open-alt:before {
	content: "\f115";
}

.icon-expand-alt:before {
	content: "\f116";
}

.icon-collapse-alt:before {
	content: "\f117";
}

.icon-smile:before {
	content: "\f118";
}

.icon-frown:before {
	content: "\f119";
}

.icon-meh:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard:before {
	content: "\f11c";
}

.icon-flag-alt:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-reply-all:before {
	content: "\f122";
}

.icon-mail-reply-all:before {
	content: "\f122";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-unlink:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

.icon-microphone-off:before {
	content: "\f131";
}

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-empty:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-sign-left:before {
	content: "\f137";
}

.icon-chevron-sign-right:before {
	content: "\f138";
}

.icon-chevron-sign-up:before {
	content: "\f139";
}

.icon-chevron-sign-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-horizontal:before {
	content: "\f141";
}

.icon-ellipsis-vertical:before {
	content: "\f142";
}

.icon-rss-sign:before {
	content: "\f143";
}

.icon-play-sign:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-sign-alt:before {
	content: "\f146";
}

.icon-check-minus:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-sign:before {
	content: "\f14a";
}

.icon-edit-sign:before {
	content: "\f14b";
}

.icon-external-link-sign:before {
	content: "\f14c";
}

.icon-share-sign:before {
	content: "\f14d";
}

.sky-form [class^="icon-"] {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.sky-form .icon-append, .sky-form .icon-prepend {
	font-family: 'Noto Sans TC', sans-serif; /*'Noto Sans TC'*/
	position: absolute;
	top: 5px;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
}

.sky-form .icon-append {
	right: 5px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
}

.sky-form .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}

.sky-form .input .icon-prepend+input, .sky-form .textarea .icon-prepend+textarea
	{
	padding-left: 46px;
}

.sky-form .input .icon-append+input, .sky-form .textarea .icon-append+textarea
	{
	padding-right: 46px;
}

.sky-form .input .icon-prepend+.icon-append+input, .sky-form .textarea .icon-prepend+.icon-append+textarea
	{
	padding-left: 46px;
}

/**/
/* grid */
/**/
.sky-form .row {
	margin: 0 -15px;
}

.sky-form .row:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sky-form .col-1 {
	width: 8.33%;
}

.sky-form .col-2 {
	width: 16.66%;
}

.sky-form .col-3 {
	width: 25%;
}

.sky-form .col-4 {
	width: 33.33%;
}

.sky-form .col-5 {
	width: 41.66%;
}

.sky-form .col-6 {
	width: 50%;
}

.sky-form .col-8 {
	width: 66.67%;
}

.sky-form .col-9 {
	width: 75%;
}

.sky-form .col-10 {
	width: 83.33%;
}

@media screen and (max-width: 600px) {
	.sky-form .col {
		float: none;
		width: 100%;
	}
}

/**/
/* tooltips */
/**/
.sky-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}

.sky-form .tooltip:after {
	content: '';
	position: absolute;
}

.sky-form .input input:focus+.tooltip, .sky-form .textarea textarea:focus+.tooltip
	{
	opacity: 1;
}

.sky-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}

.sky-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-top: 4px solid rgba(0, 0, 0, 0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-top-right, .sky-form .textarea textarea:focus+.tooltip-top-right
	{
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}

.sky-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0, 0, 0, 0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-top-left, .sky-form .textarea textarea:focus+.tooltip-top-left
	{
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.sky-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}

.sky-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0, 0, 0, 0.9);
	border-bottom: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-right, .sky-form .textarea textarea:focus+.tooltip-right
	{
	left: 100%;
	margin-left: 5px;
}

.sky-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}

.sky-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0, 0, 0, 0.9);
}

.sky-form .input input:focus+.tooltip-left, .sky-form .textarea textarea:focus+.tooltip-left
	{
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}

.sky-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0, 0, 0, 0.9);
	border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-bottom-right, .sky-form .textarea textarea:focus+.tooltip-bottom-right
	{
	right: 0;
	left: auto;
	margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}

.sky-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0, 0, 0, 0.9);
	border-left: 4px solid transparent;
}

.sky-form .input input:focus+.tooltip-bottom-left, .sky-form .textarea textarea:focus+.tooltip-bottom-left
	{
	right: auto;
	left: 0;
	margin-top: 5px;
}

/**/
/* normal state */
/**/
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea,
	.sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i,
	.sky-form .icon-append, .sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
	background-color: #2da5da;
}

.sky-form .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.sky-form .button {
	background-color: #2da5da;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.sky-form .button.button-secondary {
	background-color: #b3b3b3;
}

.sky-form .icon-append, .sky-form .icon-prepend {
	color: #ccc;
}
/* hacking */
.sky-form .icon-append, .sky-form .icon-prepend {
	color: #900;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea,
	.sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i
	{
	border-color: #8dc9e5;
}

.sky-form .rating input+label:hover, .sky-form .rating input+label:hover
	~ label {
	color: #2da5da;
}

.sky-form .button:hover {
	opacity: 1;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus,
	.sky-form .radio input:focus+i, .sky-form .checkbox input:focus+i,
	.sky-form .toggle input:focus+i {
	border-color: #2da5da;
}

/**/
/* checked state */
/**/
.sky-form .radio input+i:after {
	background-color: #2da5da;
}

.sky-form .checkbox input+i:after {
	color: #2da5da;
}

.sky-form .radio input:checked+i, .sky-form .checkbox input:checked+i,
	.sky-form .toggle input:checked+i {
	border-color: #2da5da;
}

.sky-form .rating input:checked ~ label {
	color: #2da5da;
}

/**/
/* error state */
/**/
.sky-form .state-error input, .sky-form .state-error select, .sky-form .state-error textarea,
	.sky-form .radio.state-error i, .sky-form .checkbox.state-error i,
	.sky-form .toggle.state-error i {
	background: #fff0f0;
}

.sky-form .state-error select+i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}

.sky-form .toggle.state-error input:checked+i {
	background: #fff0f0;
}

.sky-form .note-error {
	color: #ee9393;
}

/**/
/* success state */
/**/
.sky-form .state-success input, .sky-form .state-success select,
	.sky-form .state-success textarea, .sky-form .radio.state-success i,
	.sky-form .checkbox.state-success i, .sky-form .toggle.state-success i
	{
	background: #f0fff0;
}

.sky-form .state-success select+i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}

.sky-form .toggle.state-success input:checked+i {
	background: #f0fff0;
}

.sky-form .note-success {
	color: #6fb679;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input, .sky-form .select.state-disabled,
	.sky-form .textarea.state-disabled, .sky-form .radio.state-disabled,
	.sky-form .checkbox.state-disabled, .sky-form .toggle.state-disabled,
	.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}

.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select,
	.sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i,
	.sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i
	{
	border-color: #e5e5e5;
}

/**
 * --------------------------------------------------------------
 * desktop.css
 * --------------------------------------------------------------
 */

/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/* max width set to 1380px by default, change for yours */
body {
	font-family: 'Noto Sans TC', sans-serif; /*'Noto Sans TC'*/
	font-weight: 300;
	color: #111;
}

* {
	margin: 0;
	padding: 0;
	line-height: 0;
	box-sizing: border-box;
}

a, a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

header {
	z-index: 8;
	background: #0987d3;
	position: absolute;
	width: 100%;
	top: 0;
	max-width: 1380px;
	margin: 0 auto;
	height: 140px;
	border-bottom: 3px solid #E8213E;
	text-align: center;
}

#dimension {
	position: fixed;
	top: 6px;
	left: 0;
	font-size: 11px;
	color: #000;
	z-index: 999999;
}

#outerWrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1380px;
	overflow: hidden;
}

footer {
	width: 100%;
	max-width: 1380px;
	background: #E2E2E2;
	color: #666;
	font-size: 11px;
	line-height: 11px;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #DDD;
	position: fixed;
	bottom: 0;
	display: block;
}

.container {
	margin-top: 210px;
	margin-bottom: 120px;
	min-height: 360px;
}

.container2 {
	margin-top: 50px;
	display: none;
}

.container3 {
	margin-top: 100px;
	display: none;
}

.clear {
	clear: both;
}

.blue {
	color: #0987d3;
}

.red {
	color: #C00;
}

.notFullWidth {
	width: 90%;
	margin: 0 auto;
}

.moveUp {
	margin-top: -30px;
}

.normalFont {
	font-size: 13px;
	line-height: 21px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 148px;
}

.logo img {
	width: 100%;
}

.coolboy {
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 118px;
	display: block;
}

.coolboy img {
	width: 100%;
}

.coolboy2 {
	display: none;
}

.callcenter {
	position: absolute;
	top: 50px;
	right: 20px;
	width: auto;
	height: 40px;
	display: none;
}

.callcenter img {
	height: 100%;
}

.email {
	position: absolute;
	top: 50px;
	right: 190px;
	width: auto;
	height: 40px;
	display: none;
}

.email img {
	height: 100%;
}

.callcenter2 {
	position: absolute;
	top: 50px;
	right: 10px;
	width: auto;
	height: 40px;
	display: none;
}

.callcenter2 img {
	height: 100%;
}

.email2 {
	position: absolute;
	top: 58px;
	width: auto;
	height: 28px;
	display: none;
}

.email2 img {
	height: 100%;
}

.title {
	width: 240px;
	margin: 45px auto;
}

.title img {
	width: 100%;
}

.alert {
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	top: 131px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1380px;
	text-align: center;
	background: none;
}

.alert span {
	font-size: 14px;
	/*ASA-312*/
	line-height: 16px;
	/* line-height: 14px; */
	padding: 4px 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #E8213E;
	color: #FFF;
}

.help {
	position: absolute;
	left: 0;
	right: 0;
	top: 158px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1380px;
	text-align: right;
}

.helpBtn {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 6px 10px 6px 13px;
	background: #FFDD15;
	color: #111;
	display: inline-block;
	/*ASA-312*/
	/* margin-right:10px; */
	letter-spacing: 3px;
}

.out {
	position: absolute;
	/*ASA-312*/
	/* right: 150px; */
	top: 158px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1380px;
	text-align: left;
}

.privacy {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
}

.privacyBtn {
	font-size: 14px;
	line-height: 14px;
	padding: 14px 10px;
	background: #888;
	color: #FFF;
	margin-top: 9px;
}

.form {
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 13px;
	line-height: 13px;
}

.heading {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.bigHeading {
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
}

.center {
	text-align: center;
}

.extraSpace {
	margin-bottom: 20px;
}

.moreExtraSpace {
	margin-bottom: 50px;
}

.icon-append img {
	height: 100%;
}

ul.paymentCard {
	display: table;
	text-decoration: none;
	margin: 0 auto;
	padding: 0 0 10px 0;
	list-style: none;
	/* For IE, the outcast */
	zoom: 1;
	border: 1px solid #DDD;
}

ul.paymentCard li {
	float: left;
	height: 36px;
	border-right: 1px solid #DDD;
	padding: 0 20px;
	text-align: center;
}

ul.paymentCard li:last-child {
	border-right: none;
}

ul.paymentCard li img {
	height: 100%;
}

ul.paymentCard span {
	width: 100%;
	display: block;
	text-align: center;
	background: #CCC;
	color: #000;
	padding: 5px 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

ul.paymentCard2 {
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
	/* For IE, the outcast */
	zoom: 1;
}

ul.paymentCard2 li {
	float: none;
	height: 48px;
	padding: 0;
	margin: 10px 0;
	text-align: left;
}

ul.paymentCard2 li:last-child {
	height: 30px;
}

ul.paymentCard2 li img {
	height: 100%;
	padding-left: 20px;
	vertical-align: middle;
}

.fixed {
	position: fixed;
	top: -72px;
}

.reminder {
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	padding-left: 10px;
}

.table {
	display: table;
	width: 75%;
	margin: 0 auto;
}

.cell {
	/*ASA-312*/
	/* float: left;
		width: 70%; */
	display: table-cell;
	font-size: 13px;
	line-height: 21px;
	padding: 5px 10px;
	vertical-align: middle;
}

.cellA {
	width: 30%;
	/*ASA-312*/
	vertical-align: top;
}

.cellB {
	vertical-align: top;
}

.cellC {
	width: 100%;
}

.cellD {
	/*ASA-312*/
	/* width:70%; */
	width: 100%;
}

.cell span {
	float: right;
	font-size: 13px;
	line-height: 21px;
}

.odd {
	background: #F2F2F2;
	padding: 0;
}

.notice {
	width: 75%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	background: #F2F2F2;
}

.notice ul {
	margin: 0;
	padding: 5px 0 0 20px;
	list-style: square;
}

.notice ul li {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}

.btnWrapper {
	display: table;
	width: 75%;
	margin: 10px auto 50px auto;
}

.mustInput {
	width: 75%;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

.asterisk {
	color: #CC0000;
	font-size: 16px;
	font-weight: normal;
}

.myform .input input {
	height: 32px;
	padding: 5px;
	margin: 0;
}

.accordion {
	width: 90%;
	margin: 0 auto;
}

.accordion span {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 30px 0 15px;
}

.accordion ul {
	width: 100%;
	margin: 0;
	padding: 10px 30px;
}

.accordion ul li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.acc_content a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	padding: 3px 6px;
	background: #2DA5DA;
	color: #FFF;
	margin: 5px;
	display: inline-block;
}

.quote {
	padding: 5px 10px;
	margin-top: 5px;
	border: 2px solid #EEE;
	font-size: 12px;
	line-height: 18px;
}

.quote_3in1 {
	font-size: 14px;
	line-height: 21px;
	padding: 15px 0;
	border-bottom: 1px solid #DDD;
}

.helpImg {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: none;
}

.helpImgWider {
	max-width: 720px;
}

.helpImg img {
	width: 100%;
}

/* ADDED AT 2019-04-01 FOR ONLINE SERVICES */
.service_wrapper {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
}

ul.service_table {
	width: 100%;
	margin: 0;
	display: table;
	padding: 0;
	list-style: none;
	table-layout: fixed;
	background: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 60px 5px 40px 5px;
}

ul.service_table li {
	width: 33.3%;
	height: 120px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}

ul.service_table li>div {
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.service_table li.orange {
	background: #FF892F;
	color: #FFF;
}

ul.service_table li.orange:hover {
	background: #FD6A00;
}

ul.service_table li.green {
	background: #8FC62D;
	color: #FFF;
}

ul.service_table li.green:hover {
	background: #75BA00;
}

ul.service_table li.blue {
	background: #36B4F1;
	color: #FFF;
}

ul.service_table li.blue:hover {
	background: #039FE9;
}

.effect {
	position: relative;
}

.effect:before, .effect:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #AAA;
	-moz-box-shadow: 0 15px 10px #AAA;
	box-shadow: 0 15px 10px #AAA;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.shadow {
	-moz-box-shadow: inset 0 0 10px #BBB;
	-webkit-box-shadow: inset 0 0 10px #BBB;
	box-shadow: inset 0 0 10px #BBB;
}

#otp, #submitBtn, #successMsg, #failMsg {
	display: none;
}

#captcha {
	text-transform: uppercase;
}

.loading {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.loading img {
	width: 42px;
}

.loading_msg {
	width: 100%;
	text-align: center;
	padding-top: 28px;
}

.modal {
	max-width: 640px;
}

.error_msg {
	font-size: 13px;
	text-align: left;
	color: #B00;
	padding-top: 15px;
	display: none;
}

#count_down {
	display: none;
}

.quote_3in1 {
	font-size: 14px;
	line-height: 21px;
	padding: 15px 0;
	border-bottom: 1px solid #DDD;
}

/*ASA-312*/
table th, table td {
	font-size: 13px;
	font-weight: normal;
}

.confirm-payment .alert-warning {
	color: #8a6d3b;
	position: relative;
	line-height: 16px;
	background: #fcf8e3;
	z-index: unset;
	top: 0px;
}

.confirm-payment .alert-dismissible {
	padding-right: inherit;
}

#passengerTable table th {
	background-color: #eeeeee
}

#passengerTable table th, #passengerTable table td {
	border: 1px solid #DDD;
}

#passengerTable {
	display: flex;
	flex-wrap: wrap;
}

.payment-amount-font {
	font-size: xx-large;
}

.alert-dismissible .close {
	position: absolute;
	top: unset;
	right: 0;
}

.tnc-list a {
	line-height: 18px;
}

.confirm-payment hr {
	width: 90%;
}

#passengerTable .mob-table-head {
	display: none;
}

#passengerTable .cb-paynow {
	text-align: center;
}

#passengerTable .cell {
	padding: 5px;
}

.confirm-payment .asterisk {
	line-height: 22px;
}

/**
 * --------------------------------------------------------------
 * tablet.css
 * --------------------------------------------------------------
 */
@media only screen and (min-width: 480px) and (max-width: 1024px) {
	.coolboy {
		position: absolute;
		bottom: 0;
		right: 20px;
		width: 118px;
		display: block;
	}
	.title {
		margin: 45px auto;
	}
	.logo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 128px;
	}
	.form {
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 13px;
		line-height: 13px;
	}
	.heading {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	ul.paymentCard li {
		float: left;
		height: 30px;
		border-right: 1px solid #DDD;
		padding: 0 10px;
		text-align: center;
	}
	.table, .mustInput, .notice, .btnWrapper {
		width: 90%;
	}

	/*ASA-312*/
	/* .cell {
	width: 70%;
} */
	.cellA {
		width: 30%;
	}
	.cellC {
		width: 100%;
	}

	/* ADDED AT 2019-04-01 FOR ONLINE SERVICES */
	.service_wrapper {
		width: 95%;
		margin: 0 auto;
		padding: 0;
		padding-top: 30px;
	}
	ul.service_table li {
		font-size: 17px;
	}

	/*ASA-312*/
	.cellD {
		width: 100%;
	}
	.payment-amount-font {
		font-size: x-large;
	}
}

/**
 * --------------------------------------------------------------
 * mobile.css
 * --------------------------------------------------------------
 */
@media only screen and (min-width: 100px) and (max-width: 479px) {
	.coolboy {
		display: none;
	}
	.title {
		width: 188px;
		margin: 68px auto;
	}
	.logo {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 108px;
	}
	header {
		height: 118px;
	}
	footer {
		font-size: 10px;
		line-height: 10px;
		padding: 20px 10px;
		text-align: left;
		border-top: 1px solid #DDD;
		position: fixed;
		bottom: 0;
	}
	.privacyBtn {
		padding: 8px 10px;
	}
	.alert {
		z-index: 99;
		position: fixed;
		left: 0;
		right: 0;
		top: auto;
		bottom: 50px;
		display: block;
		width: 100%;
		text-align: left;
		background: #E8213E;
	}
	.alert span {
		font-size: 13px;
		line-height: 20px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		display: block;
		/*ASA-312*/
		/* padding: 6px 10px; */
		/* width: 70%; */
	}
	.coolboy2 {
		z-index: 100;
		position: fixed;
		right: 5px;
		bottom: 50px;
		display: block;
		width: 100px;
		text-align: center;
	}
	.coolboy2 img {
		width: 100%;
	}
	.container {
		margin-top: 180px;
		margin-bottom: 150px;
	}
	.help {
		position: absolute;
		left: 0;
		right: 0;
		top: 142px;
	}
	.out {
		position: absolute;
		top: 142px;
		/*ASA-312*/
		/* right: 70px; */
	}
	.form {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 13px;
		line-height: 13px;
	}
	.heading {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	ul.paymentCard li {
		float: left;
		height: 25px;
		border-right: 1px solid #DDD;
		padding: 0 5px;
		text-align: center;
	}
	.table, .mustInput, .notice, .btnWrapper {
		width: 90%;
	}
	.cell {
		width: 60%;
	}
	.cellA {
		width: 40%;
	}
	.cellC {
		width: 100%;
	}
	.cellD {
		width: 100%;
	}
	.cell span {
		float: none;
	}
	.myform .input input {
		height: 39px;
		padding: 5px;
		margin: 0;
	}

	/* ADDED AT 2019-04-01 FOR ONLINE SERVICES */
	.service_wrapper {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		padding-top: 0;
	}
	ul.service_table {
		display: block;
		padding: 40px 5px 20px 5px;
	}
	ul.service_table li {
		width: 100%;
		display: block;
		margin: 10px 0;
		height: 88px;
		font-size: 17px;
		line-height: 24px;
		padding: 0;
	}
	ul.service_table li.orange {
		background: #FF892F;
		color: #FFF;
		padding-top: 32px;
	}
	ul.service_table li.green {
		background: #8FC62D;
		color: #FFF;
		padding-top: 20px;
	}
	ul.service_table li.blue {
		background: #36B4F1;
		color: #FFF;
		padding-top: 32px;
	}

	/*ASA-312*/
	.alert-dismissible .close {
		top: 0px;
		right: 0px;
		position: absolute;
	}
	.confirm-payment .table, .confirm-payment .mustInput {
		width: 100%;
	}
	.payment-amount-font {
		font-size: x-large;
	}
	.confirm-payment .cellA {
		width: 20%;
	}
	.confirm-payment .table-long .cellA {
		width: 30%;
	}
	.confirm-payment hr {
		width: 100%;
	}

	/* Force table to not be like tables anymore */
	/* #passengerTable table, thead, tbody, th, td, tr {
	display: block;
} */
	#passengerTable table thead {
		display: none;
	}
	#passengerTable .mob-table-head {
		display: block;
		line-height: 18px;
		width: 40%;
	}
	#passengerTable .cb-paynow {
		text-align: left;
	}
	#passengerTable .cell {
		display: flex;
		width: 100%;
	}
	#passengerTable .paxname {
		background-color: #ddd;
	}
	@media screen and (max-width: 320px) {
		.confirm-payment .alert span {
			padding: 0px;
		}
		.confirm-payment .cellA {
			width: 25%;
		}
		.confirm-payment .table-long .cellA {
			width: 35%;
		}
	}
}