/* ##### fonts ##### */
@font-face {
    font-family: scFont-Regular;
   	src:url(/font/NotoSansCJKtc-Regular.otf);
	src:url(/font/Roboto-Regular.ttf);
}

@font-face {
    font-family: scFont-Medium;
   	src:url(/font/NotoSansCJKtc-Medium.otf);
	src:url(/font/Roboto-Medium.ttf);
}

@font-face {
    font-family: scFont-Demithin;
   	src:url(/font/NotoSansCJKtc-DemiLight.otf);
	src:url(/font/Roboto-Thin.ttf);
}

@font-face {
    font-family: scFont-thin;
   	src:url(/font/NotoSansCJKtc-Light.otf);
	src:url(/font/Roboto-Light.ttf);
}

.loading_popup {
	background: transparent !important;
}
#loading_spin {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #0057ab;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


body, input, button, select, textarea, span, a{
	font-family: 'scFont-Reg', Fallback, sans-serif;
    color: #323232;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

a:link {
	text-decoration: none;
}

/* visited link */
a:visited {

	text-decoration: none;
}

/* mouse over link */
a:hover {

	text-decoration: none;
}

/* selected link */
a:active {

	text-decoration: none;
}

div#swal2-content {
	display: inline-block !important;
    text-align: left;
    line-height: 28px;
	color: #323232;
}

.icheckbox_minimal-grey {
	vertical-align: top !important;
    margin-top: 5px !important;
}
/*.owl-carousel.owl-drag .owl-item.active:not(:last-child) {
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
}*/

/*a:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
    filter: alpha(opacity=80); 
	color: #29373a;
}
a, a:active, a:focus {
	outline:none;
	color: #29373a;
}*/

#main_container {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#menu_bar {
	position: fixed;
	top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
	width: 100%;
	background-color: #fff;
}
.mobile_logo,#mobile_menu_btn,#mobile_menu_lan {
	display: none;
}
#mobile_menu_btn .icon-bar{
	display: block;
    width: 25px;
    height: 2px;
    background-color: #323232;
    line-height: 14px;
    vertical-align: text-top;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#mobile_menu_btn .icon-bar + .icon-bar {
	margin-top: 7px;
}

#main_logo {
	float: left;
}

#menu_lan {
    padding: 7px 12px;
    border-radius: 15px 0px 0px 15px;
    background-color: #818181;
    float: right;
    margin: 35px 0 26px 0;
	color: #FFF;
	text-align:center;
}

#menu_lan a {
	font-size: 12px;
    color: #FFF;
}

#menu_search {
	float: right;
    margin: 35px 20px 26px 20px;
}

#menu_search input {
	border-radius: 15px;
    height: 30px;
    border: 1px #ACACAC solid;
    padding: 0 30px 0 14px;
    background-image: url(/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
	background-size: auto 100%;
}
#menu_search form {
	position: relative;
}
#menu_search form button {
	position:absolute;
	right:0;
	height:30px;
	width:30px;
	background-color:transparent;
	border:0;
	padding:0;
	z-index:5;
	cursor:pointer;
}

#menu_nav {
	float: right;
	position: relative;
}
#nav_background {
	position: absolute;
    width: 0;
    height: 73px;
    top: 20px;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#nav_background.about_us {
	width: 124px;
	background-color: #6d7e8f;
}
#nav_background.pe {
	width: 144px;
	background-color: #61acbd;
	left: 120px;
}
/*
// 2023-08-20 Enhancement
#nav_background.ga {
	width: 124px;
	background-color: #0067ab;
	left: 256px;
}*/
#nav_background.contact_us {
	width: 124px;
	background-color: #6d7e8f;
	left: 256px;
	/*left: 376px;// 2023-08-20 Enhancement*/
}
#menu_nav > ul {
	padding: 20px 0 0 0;
	margin: 0;
} 

#menu_nav > ul > li.menu_nav_items {
	float: left;
	list-style: none;
	border-radius: 10px 10px 0px 0px;
}

#menu_nav > ul > li.menu_nav_items.active {
	/*background-color: #6d7e8f;*/
}
#menu_nav > ul > li.menu_nav_items.pe.active {
	/*background-color: #61acbd*/
}

#menu_nav > ul > li.menu_nav_items > a {
	font-size: 18px;
    color: #393939;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 20px 22px 33px 22px;
    width: 100%;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all  ease 0.5s;
    transition: all ease 0.5s;
	text-decoration: none;
	display: table-cell;
	font-family: 'scFont-Thin', Fallback, sans-serif;
    font-size: 18px;
}

#menu_nav > ul > li.menu_nav_items.active > a {
	color: #FFF;
	font-weight: bold;
}

#pe_mobile_submenu {
	display: none;
	background-color: #61acbd;
}
#ga_mobile_submenu {
	display: none;
	background-color: #0067ab;
}
#pe_mobile_submenu > div,#ga_mobile_submenu > div {
	display: inline-block;
	width: calc(50% - 4px);
}
#pe_mobile_submenu > div a,#ga_mobile_submenu > div a {
	font-size: 15px;
    color: #FFF;
    line-height: 38px;
	display:block;
}
#pe_mobile_submenu > div a:hover {
	color: #a2f6f7;
}
#ga_mobile_submenu > div a:hover {
	color: #26a6db;
}
#pe_mobile_submenu > div.active a {
    color: #a2f6f7;
}
#ga_mobile_submenu > div.active a {
    color: #26a6db;
}
#pe_desktop_submenu {
	background-color: #61acbd;
	padding: 12px 60px;
	clear: both;
}
#ga_desktop_submenu {
	background-color: #0067ab;
	padding: 12px 60px;
	clear: both;
}
#pe_desktop_submenu > div,#ga_desktop_submenu > div{
	display: table;
    margin: 0 auto;
}
.menu_pe_row,.menu_ga_row {
	display: inline-block;
	//margin-right: 50px;
	margin-right: 55px;
	vertical-align: top;
}
.menu_pe_row > div,.menu_ga_row > div {
	font-size: 16px;
    line-height: 38px;
}
.menu_pe_row > div > a,.menu_ga_row > div > a {
	color: #FFF;
	display: block;
	cursor: pointer;
}
.menu_pe_row > div > a:hover {
	color: #a2f6f7;
}
.menu_ga_row > div > a:hover {
	color: #26a6db;
}
.menu_pe_row > div.active > a {
	color: #a2f6f7;
}
.menu_ga_row > div.active > a {
	color: #26a6db;
}

#main_content {
    max-width: 1920px;
    margin-top: 91px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}

.header_banner {
	padding: 45px 60px;
    background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: right center;
	background-color: #12415f;
}

.header_banner.about_us {
	background-color: #1c1c1c;
    background-image: url(/images/About_banner.png);
}

.header_banner.pe_index {
    background-image: url(/images/PE_home_banner.jpg);
}

.header_banner.news {
    background-image: url(/images/News_banner.jpg);
}

.header_banner.tandc {
	background-color: #1c1c1c;
    background-image: url(/images/T&C_banner.jpg);
}

.header_banner.pe_service {
    background-image: url(/images/service_banner.jpg);
}

.header_banner.contact_us {
	background-color: #1c1c1c;
    background-image: url(/images/Contact_banner.jpg);
}
.header_banner.ga_index {
	background-color: #d3d5d4;
    background-image: url(/images/GA_home_banner.jpg);
}
.header_banner.ga_news {
	background-color: #d3d5d4;
    background-image: url(/images/GA_News_banner.jpg);
}

.header_title div{
	display: inline-block;
	vertical-align: middle;
}
.header_title_icon {
	margin-right: 15px;
}
.header_title_text {
	font-family: 'scFont-Light', Fallback, sans-serif;
    font-size: 36px;
	letter-spacing: 2px;
	line-height: 67px;
}
.header_title_text.pe_service,.header_title_text.news,.header_title_text.pe_index {
	color: #a2f6f7;
}
.header_title_text.about_us,.header_title_text.tandc,.header_title_text.contact_us {
    color: #FFF;	
}
.header_title_text.ga_news,.header_title_text.ga_index {
    color: #021043;	
}


#footer {
	background-color: #1c1c1c;
	background-image: url(/images/screen-logo_white.jpg);
	background-repeat:no-repeat;
	background-position: right 45px top 57px;
	padding: 45px 10px;
	position: relative;
}
a#footer_home {
	width: 250px;
    height: 50px;
    position: absolute;
    z-index: 10;
    right: 30px;
}
.footer_company_container {
	display: inline-block;
}
.footer_menu,.footer_hk_company {
	padding: 0 35px;
	display: inline-block;
	border-right: 1px #585858 solid;
	vertical-align: top;
}
.footer_sh_company {
	padding: 0 35px;
	display: inline-block;
}
.footer_menu a {
	display: block;
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 16px;
    color: #FFF;
    //line-height: 38px;
    line-height: 30px;
}
.footer_menu a.pe_color {
	color: #36abcd;
}
.footer_menu a.ga_color {
	//color: #ec9e08;
	color: #0067ab;
}
.footer_header {
	font-family: 'scFont-Regular', Fallback, sans-serif;
    font-size: 16px;
    color: #6d7e8f;
    line-height: 30px;
    font-weight: bold;
}
.footer_address {
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height: 25px;
	margin-bottom: 16px;
}
.footer_info {
	position: relative;
	padding: 0 0 0 45px;
	margin-top: 5px;
}
.footer_info > span {
	font-family: 'scFont-Regular', Fallback, sans-serif;
    font-size: 15px;
    color: #6d7e8f;
    line-height: 25px;
	font-weight: bold;
	position: absolute;
	top: 0;
    left: 0;
}
.footer_info > div,.footer_info a {
	font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height: 25px;
}
.footer_copyright {
	position: absolute;
    right: 45px;
    bottom: 54px;
    padding: 0;
    font-family: 'scFont-thin', Fallback, sans-serif;
    font-size: 13px;
    color: #FFF;
}








@media (max-width: 1120px) {
	#main_content {
		margin-top: 76px;
	}
	.desktop_logo {
		width: 220px;
	}
	#nav_background {
		height: 56px;
		top: 20px;
	}
	#nav_background.about_us {
		width: 102px;
	}
	#nav_background.pe {
		width: 120px;
		left: 98px;
	}
	/*
	// 2023-08-20 Enhancement
	#nav_background.ga {
		width: 102px;
		left: 210px;
	}
	*/
	#nav_background.contact_us {
		width: 102px;
		left: 210px;
		/*left: 308px; // 2023-08-20 Enhancement*/
	}
	#menu_nav > ul > li.menu_nav_items > a {
		font-size: 16px;
		padding: 8px 15px 28px 15px;
	}
	#menu_search {
		margin: 23px 15px 14px 15px;
	}
	#menu_lan {
		margin: 23px 0 14px 0;
	}
	#footer {
		padding: 45px;
	}
	.footer_menu {
		display: block;
		padding: 0 0 20px 0;
		border-bottom: 1px #585858 solid;
		border-right: 0;
	}
	.footer_company_container {
		display: block;
		padding: 20px 0;
		border-right: 0;
	}
	.footer_hk_company {
		padding: 0 35px 0 0;
	}
	.footer_copyright {
		position: relative;
		display: block;
		right: auto;
		bottom: auto;
		padding: 20px 0 0 0;
		text-align: right;
	}
}
@media (min-width: 971px) {
	#menu_nav,#menu_lan {
		display: block !important;
	}	
}
@media (max-width: 970px) { /* mobile menu */
	.desktop_logo {
		display: none;
	}
	#nav_background,#nav_background.about_us,#nav_background.pe,#nav_background.ga,#nav_background.contact_us {
		background-color:transparent;;
	}
	#mobile_menu_btn {
		margin: 17px 10px 17px 15px;
		float: left;
	}
	#mobile_menu_btn,.mobile_logo {
		display: block;
	}
	#mobile_menu_btn.active .icon-bar:nth-child(1) {
		display: none;
	}
	#mobile_menu_btn.active .icon-bar:nth-child(2) {
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		margin-top: 10px;
	}
	#mobile_menu_btn.active .icon-bar:nth-child(3) {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		margin-top: -2px;
	}
	#menu_search {
		margin: 15px 15px;
	}
	#menu_search input {
		height: 24px;
		max-width: 100%;
		box-sizing: border-box;
	}
	#menu_lan {
		display: none;
		margin: 14px 0 14px 0;
		padding: 4px 12px;
	}
	#menu_nav {
		float: none;
		width: 100%;
		clear: both;
		border-bottom: 3px #787878 solid;
	}
	#menu_nav > ul {
		padding: 10px 0;
		margin: 0;
	}
	#menu_nav > ul > li.menu_nav_items {
		padding: 8px 20px;
		display: block;
		width: 100%;
		text-align: left;
		margin: 0 auto;
		float: none;
		border-radius: 0;
	}
	#menu_nav > ul > li.menu_nav_items.active {
		background-color: transparent;
	}
	/*#menu_nav > ul > li.menu_nav_items.pe.active {
		background-color: transparent;
	}*/
	#menu_nav > ul > li.menu_nav_items > a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		padding: 0;
	}
	#menu_nav > ul > li.menu_nav_items > a:hover {
		opacity: 0.7;
	}
	#menu_nav > ul > li.menu_nav_items.active > a {
		color: #393939;
	}
	#main_content {
		margin-top: 54px;
	}
	#menu_nav {
		display: none;
	}
	#pe_desktop_submenu,#ga_desktop_submenu {
		display: none;
	}
	#pe_mobile_submenu,#ga_mobile_submenu {
		display: block;
	}
	#menu_nav > ul > li.menu_nav_items.pe {
		background-color: #61acbd;
		margin-bottom: 10px;
	}
	#menu_nav > ul > li.menu_nav_items.ga {
		background-color: #0067ab;
		margin-bottom: 10px;
	}
	#menu_nav > ul > li.menu_nav_items.pe > a {
		color: #fff;
		margin-bottom: 10px;
	}
	#menu_nav > ul > li.menu_nav_items.ga > a {
		color: #fff;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.header_banner {
		padding: 25px 40px;
	}
	.header_banner.about_us {
		background-position: right -100px center;
	}
	.header_title_text {
		font-size: 32px;
		line-height: 60px;
	}
	#footer {
		padding: 30px;
		background-position: right 30px top 42px;
	}
	a#footer_home {
		width: 240px;
		height: 50px;
		right: 18px
	}
	.footer_hk_company {
		display: block;
		padding: 0 0 20px 0;
		border-bottom: 1px #585858 solid;
		border-right: 0;
	}
	.footer_sh_company {
		display: block;
		padding: 20px 0 0 0;
		border-right: 0;
	}
}
@media (max-width: 480px) {
	.header_banner.about_us {
		background-position: right -180px center;
	}
	#footer {
		padding: 20px;
		background-position: right 20px top 32px;
	}
	a#footer_home {
		right: 10px
	}
	#menu_search {
		width: 160px;
		margin: 15px 10px;
	}
	   
}
@media (max-width: 414px) {
	.header_banner {
		padding: 20px;
		background-position: right -60px center;
	}
	.header_title_text {
		font-size: 26px;
		line-height: 50px;
	}
	#footer {
		background-size: 50% auto;
	}
	a#footer_home {
		width: 55%;
	}
	.footer_menu a {
		line-height: 32px;
	}
	.footer_address {
		line-height: 22px;
		margin-bottom: 14px;
	}
	.footer_info > div, .footer_info a {
		line-height: 22px;
	}
}
@media (max-width: 410px) {
	.mobile_logo {
		width: 148px;
	}
	#mobile_menu_btn {
		margin: 17px 5px 17px 10px;
	}
	#mobile_menu_btn .icon-bar {
		width: 20px;
	}
	#mobile_menu_btn .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	#menu_search {
		width: 100px;
	}
}