.AAA{
	font-size:20px!important;
}
.AA{
	font-size:18px!important;
}
.mobile{
	display: none;
}
.hide{
	display: none!important;
}
.font-weight-black{
	font-weight: 900!important;
}
.trans{
	background-color: transparent;
}
.eng .supersmall{
	font-size:12px;
	-webkit-transform : scale(0.75);
	 transform : scale(0.75);
}
.tc .supersmall,
.sc .supersmall{
	font-size:16px;
	-webkit-transform:scale(0.75);
	transform:scale(0.75);
}

.text_666 {
	color:#666;
}
.text_000{
	color:#000000;
}
.text_333{
	color:#333333;
}

h1.text_333{
	color:#0050ff;
}

.text_485{
	color:#48535B;
}
.text_p {
	padding-left:20px!important;
	padding-right:20px!important;
}
.text_blue{
	color:#0050ff;
}
.blue-text {
	color:#0050ff;
}
.black-text {
	color:#0050ff;
}
h1, h1.display-4 {
	font-weight:bold;
}
.content .sub-box {
	/*padding:0 3%;*/
}
h1.line {
	margin-bottom: 30px;
}
h1.line {
	position:relative;
	padding-bottom:30px;
	font-family: "Muli", "PingFang TC","Heiti TC","微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "蘋果儷中黑", "Apple LiGothic Medium",Arial, Helvetica, sans-serif;
}
h1.line:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:4px;
	width:70px;
	background-color:#0050ff;
}
.bg_25{
	background-color: #252525;
}
.noscroll {
	overflow: hidden;
}
a:hover{
	color:#0050ff;
}
html,body{
	color:#ffffff;
	font-family: "Muli","微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "蘋果儷中黑", "Apple LiGothic Medium",Arial, Helvetica, sans-serif;
}
.lang_menu_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: #0050ff;
	z-index: -1;
}
.lang_menu a:hover{
	background-color:#cefa4c;
	background-image:url("../img/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 7px;
}
.lang_menu a{
	border-top-left-radius:0!important;
	border-top-right-radius:0!important;
	border-bottom-left-radius:0!important;
	border-bottom-right-radius:0!important;
}

#search .search-box {
	position:absolute;
	width:405px;
	right:0;
	top:0;
	animation-duration: 1s;
	animation-iteration-count:1;
	display:none;
}
#search .search-box input {
	border:none;
	width:100%;
	padding:10px;
	padding-right:35px;
	background:url("../img/magnifier.png") #d1d2d4 98% 50% no-repeat;
}
.header{
	position: fixed;
	z-index: 100000;
	width: 100%;
}
.header a{
	color:#ffffff;
}
.header_placeholder{
	position: relative;
	width: 100%;
}
.topbar{
	position: relative;
	height: 50px;
}
.topbar_con span{
	line-height: 34px;
}
.topbar_con a{
	line-height: 37px;
}
.topbar_con li{
	position: relative;
}
.topbar_con li:after{
	content: '';
	position: absolute;
	background: #ffffff;
	width: 0%;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition:1.5s;
	transition:0.5s;
}
.topbar_con li.nav-item.active::after,
.topbar_con li.nav-item:hover::after{
	width: 100%;
}
.topbar_con{
	position: relative;
	z-index: 2000;
}
.topbar_con_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0050ff;
}
.menu_con{
	position: relative;
	z-index: 1000;
}
.menu_con_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: #4b00d6;
}
/*revamp bug
.submenu{
	position: relative;
	z-index: 1000;
	display: none;
}
.submenu_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: #4b00d6;

}
.submenu .col-6{
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.submenu ul li.list-group-item{
	background-color: transparent;
}
.submenu ul li.list-group-item a{
	position: relative;
	display: block;
}
.submenu ul.submenu_lv1{
	display: none;
	text-transform: uppercase;
}
.submenu ul.submenu_lv1 li.list-group-item::before{
	content:'';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #cefa4c;
	transition: 0.5s;
	animation-timing-function: ease;
	background-image: url("../img/small_arrow.png");
	background-position: 95% center;
	background-size: auto 40%;
	background-size: 7px 12px;
	background-repeat: no-repeat;
}

.submenu ul.submenu_lv1 li.list-group-item:hover::before,
.submenu ul.submenu_lv1 li.list-group-item:active::before{
	width: 100%;
}
.submenu ul.submenu_lv1 li.list-group-item a{
	background-position: 110% 110%;
	overflow: hidden;
}
.submenu ul.submenu_lv1 li.list-group-item a:hover,
.submenu ul.submenu_lv1 li.list-group-item a.active{
	transition-delay:0.5s;
	text-decoration: none;
	background-color: #cefa4c;
	background-image: url("../img/small_arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 40%;
	background-size: 15px;
	color: #4b00d6;
}
.submenu ul.submenu_lv2{
	display: none;
}
.submenu ul.submenu_lv2 li.list-group-item a{
	border-bottom:1px solid #ffffff;
}
.submenu ul.submenu_lv2 li.list-group-item:only-child a{
	border-bottom:0px;
}
.submenu ul.submenu_lv2 li.list-group-item a:hover{
	text-decoration: none;
	color: #cefa4c;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 40%;
}*/
.custom-toggler.navbar-toggler:focus{
	outline:0;
}
.custom-toggler[aria-expanded='true'] .navbar-toggler-icon{
	background-image: url("../img/cross.png");
	background-size: 70%;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("/themes/custom/hkpc/assets/img/menu.svg");
}
.topbar {
	font-size: 0.8rem;
}
.icon_size{
	display: inline-block;
	background-image: url("../img/font_size.png");
	width: 14px;
	height: 14px;
	margin-right: 10px;
	line-height: 16px;
	position: relative;
	top: 2px;
}
.A_small{
	font-size: 0.5rem;
}
.A_middle{
	font-size: 0.8rem;
}
.A_large{
	font-size: 0.9rem;
}
/*revamp bug
.icon_language{
	display: inline-block;
	background-image: url("../img/lang.png");
	width: 16px;
	height: 16px;
	margin-right: 10px;
	line-height: 16px;
	position: relative;
	top: 2px;
}
.icon_search{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../img/search.png");
	margin-right: 10px;
	line-height: 16px;
	position: relative;
	top: 2px;
}*/
#navbarNav{
	/*overflow: hidden;*/
}
.menu{
	/*height: 111px;revamp bug*/
}
.menu li{
	position: relative;
}
/*revamp bug
.menu li a{
	font-size:14px;
	font-size: 0.875em;
}

.menu li a:before{
	content:'';
	position: absolute;
	background-image: url("../img/arrow_down_white.png");
	background-size: 16px;
	left: 50%;
	margin-left: -8px;
	display: none;
	width: 16px;
	height: 11px;
	top: 2.5rem;
}

.menu li a:after{
	content: '';
	position: absolute;
	background: #ffffff;
	width: 0%;
	height: 2px;
	bottom: -33px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition:0.5s;
}
.menu li.active a:before,
.menu li a:hover:before,
.menu li a:focus:before{
	display: block;
}
.menu li.active a:after,
.menu li a:hover:after,
.menu li a:focus:after{
	width: 100%;
}*/
.logo{
	display: inline-block;
}
.slider{
	padding:0;
	position: relative;
}
.swiper-container{
	width: 100%;
	/*height: 378px;*/
	height: 489px;
}
.banner_loading{
	position: absolute;
	background-color: #212121;
	background-image: url("../img/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 15000;
	top: 0%;
	left:0%;
	width: 100%;
	height: 100%;
}
.banner{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#banner1{
	background-image: url("../img/banner1.jpg");
}
#banner2{
	background-image: url("../img/banner2.jpg");
}
#banner3{
	background-image: url("../img/banner3.jpg");
}
#banner4{
	background-image: url("../img/banner4.jpg");
}
#banner5{
	background-image: url("../img/banner5.jpg");
}
#banner6{
	background-image: url("../img/banner6.jpg");
}
.banner_text_outer{
	position: relative;
	margin:0 auto;
	width: 100%;
	max-width: 1366px;
}
.banner_text_con{
	position: relative;
	width: 40%;
	min-width: 320px;
	margin-top: 10%;
}
@media (max-height: 700px) and (min-width:1199px)  {
	.banner_text_con{
		margin-top: 0!important;
	}
}
.banner_text_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #01001f;

	opacity: 0.8;
}
.banner_text{
	position: relative;
	color:#ffffff;
	font-size: 1.5rem;
}
.float_menu{
	position: fixed;
	top: 166px;
	right: 0;
	width: 90px;
	z-index: 2500;
}
.float_block{
	position: relative;
	width: 90px;
	height: 90px;
	border:1px solid #ffffff;
	text-align: center;
	display: block;
	text-decoration: none;
	color:#ffffff;
}
.float_block:hover{
	text-decoration: underline;
	color:#ffffff;
}
.block_open{
	background-color: #4b00d6;
	background-image: url("../img/side_open.png");
 	background-repeat: no-repeat;
 	background-position: center 40%;
}

.float_block_text_close {
	color: #4b00d6;
}

.block_close{
 	background-color: #cefa4c;
 	background-image: url("../img/side_close.png");
 	background-repeat: no-repeat;
 	background-position: center 40%;
	background-size: 28px;
}
.block_careers{
	background-color: #4b00d6;
	background-image: url("../img/side_careers.png");
	background-repeat: no-repeat;
	background-position: center 40%;
	border-top:0;
}
.block_tender_info{
	background-color: #4b00d6;
 	background-image: url("../img/side_tender_info.png");
	background-repeat: no-repeat;
	background-position: center 40%;
	border-top:0;
}
.block_contact_us{
	background-color: #4b00d6;
	background-image: url("../img/side_contact.png");
	background-repeat: no-repeat;
	background-position: center 40%;
	border-top:0;
}
.breadcrumb_con,.breadcrumb{
	background-color: #0050ff;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "|";
	font-weight: 400;
	padding-left: 0.5rem;
	position: relative;
	top: -1px;
}
.breadcrumb-item.active{
	color:#fff;
}
.page_title{
	/*font-size: 3.8rem;*/
	font-size: 3.125rem;
}
.subscribe_con{
	position: relative;
	padding:55px 0;
	background-color: #0050ff;
}
.signup_now{
	position: relative;
	height: 53px;
	height: auto;
	overflow: auto;
}

.signup_now a {
	color: #0050ff!important;
}

.signup_now a.button.black.font-weight-black {
    background-color: #cefa4c;
}

.signup_now a.black.button:after {
    background-color: #cefa4c;
	background-image:url("../img/arrows_b.png");
}

a.button {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	color: #FFF;
	position: relative;
	text-decoration: none;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 0.8rem;
	max-width:610px;
}
a.button:hover{
	text-decoration: underline;
}
a.button:after {
	content:'';
	position:absolute;
	width:40px;
	height:100%;
	right:-40px;
	top:0;
	/*background-image:url("../img/signup_arrow.png");*/
	background-image:url("../img/arrows.png");
	background-size: 15px;
	background-position:center center;
	background-repeat:no-repeat;
	/*border-left:#FFF 1px solid;*/
}

a.blue.button:after, .blue {
	background-color:#0050ff;
}

a.black.button:after, .black {
	background-color:#0050ff;
}

a.red.button:after, .red {
	background-color:#505050;
}

a.gray.button:after, .gray {
	background-color:#0050ff;
}

a.green.button:after, .green {
	background-color:#009175;
}

a.blue.button:after, a.black.button:after, a.red.button:after, a.gray.button:after, a.green.button:after {
	background-image: url(../img/arrows_w.png);
}

.followus_con{
	position: relative;
	padding:32px 0;
	background-color: #cefa4c;
}

.followus h3{
	color: #414141;
}
.social_icon{
	margin-left: 10px;
	text-decoration: none;
}
.social_icon:hover{
	cursor:pointer;
	text-decoration: underline;
}
#social_10year img{
	width: 90px;
}
.footer_menu_con{
	position: relative;
	background-color: #414141;
}

.footer_menu_con h6, .footer_menu_con a{
	color: #c0c0c0;
}

.footer_menu_con .col-lg-auto{
	padding-bottom: 0;
}
.footer_menu{
	position: relative;
}
.col_border{
	position: relative;
	width: 1px;
	padding:0;
	border-right:1px solid lightgrey;
}
.footer_menu_con .col-auto ul li a{
	font-size: 0.875rem;
}
.footer_con{
	position: relative;
	background-color: #c0c0c0;
}

.footer_con p, .footer_con a, .footer_con span, .footer_con .copyright{
	color: #414141!important;
}

.footer_con ul li{
	position: relative;
}
.footer_con ul li:after{
	content:'|';
	position: relative;
	top: -1px;
	right: -0.5rem;
	color: #414141;
}
.footer_con ul li:last-of-type:after{
	content:'';
}
.footer_menu_con a,
.footer_con a{
	text-decoration: none;
}
.footer_menu_con a:hover,
.footer_con a:hover{
	text-decoration: underline;
	color:initial;
}
.list-group-item{
	border:0;
}
.swiper-pagination-bullet{
	opacity: 0.5;
	box-sizing: border-box;
	border:1px solid #fff;
}
.swiper-pagination-bullet-active{
	box-sizing: border-box;
	border:1px solid #fff;
}

@media only screen and (max-width: 1023px) {

	.topbar_con a{
		-webkit-transform : scale(0.75);
		transform : scale(0.75);
	}
}
@media only screen and (max-width: 1199px) {
	#search {
		position:static;
	}
	#search .search-box { width:100%; }
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	h1.line { font-size:1.563rem; }
	.menu{
		height: auto;
	}
	.menu li.active a:before,
	.menu li a:hover:before,
	.menu li a:focus:before{
		display: none;
	}
	.menu li.active a:after,
	.menu li a:hover:after,
	.menu li a:focus:after{
		width: 0%;
	}
	#navbarNav{
		overflow: scroll;
		overflow-x:hidden;
		-webkit-overflow-scrolling: touch;
	}
	.navbar-brand img{
		height: 35px;
		width:auto;
	}
	.menu .submenu_lv1 .list-group-item{
		background-color: transparent;
		border:0;
	}
	.menu .submenu_lv1 > .list-group-item > a{
		position: relative;
		text-decoration: none;
		display: block;
		text-transform: uppercase;
	}
	.menu .submenu_lv1 > .list-group-item > a .dropdown_arrow{
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 10%;
		background-color: transparent;
		background-image: url("../img/arrow_down.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 10px;
		left: 90%;
		top: 0;
		border-left:1px solid #fff;
	}
	.menu .submenu_lv1 > .list-group-item > a .dropdown_arrow.nodropdown{
		width: 0;
		border:0;
	}
	.menu .submenu_lv1 > .list-group-item > a.active{
		background-color: #2a6b92;

	}
	.menu .submenu_lv1 > .list-group-item > a .dropdown_arrow.active{
		background-image: url("../img/arrow_up.png");
	}
	.menu .submenu_lv2 li.list-group-item{
		background-color: transparent;
		border-bottom:1px solid #ffffff;
				text-transform: uppercase;
	}
	.list-group-item:last-child{
		border-bottom-right-radius:0;
		border-bottom-left-radius:0;
	}
	.mobile_careers{
		background-color: #4b00d6;
		background-image: url("../img/side_careers.png");
		border-top:1px solid #fff;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center 35%;
		padding-left:0px;
		padding-right:0px;
	}
	.mobile_tender_info{
		background-color: #4b00d6;
		background-image: url("../img/side_tender_info.png");
		border-top:1px solid #fff;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center 35%;
	}
	.mobile_contact_us{
		background-color: #4b00d6;
		background-image: url("../img/side_contact.png");
		border-top:1px solid #fff;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center 35%;
	}
	.float_menu{
		display: none;
	}
	.breadcrumb-item+.breadcrumb-item{
		padding-left: 0;
	}
	/*.breadcrumb-item+.breadcrumb-item::before{*/
		/*padding-right: 0;*/
	/*}*/
	.page_title{
		font-size: 1.875rem;
	}
	.page_des{
		font-size: 1.1rem;
	}
	.footer_con ul li:after{
		content:'';
	}
	.banner_text{
		font-size: 1.125rem;
	}
	.btn_backtop{
		position: fixed;
		top: 80%;
		right: 0;
		width: 40px;
		height: 40px;
		background-color: #000000;
		background-image: url("../img/arrow_up.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px;
		z-index: 20000;
		display: none;
	}
	.copyright{
		font-size:0.8rem;
	}
}

div{
    /*outline:1px solid red;*/
}

.gray-on .header,
.gray-on .submenu_mobile,
.gray-on .submenu,
.gray-on #banners,
.gray-on #spotlight,
.gray-on #whatsnew,
.gray-on #social,
.gray-on .slide,
.gray-on #slides_bg,
.gray-on .slides,
.gray-on .footer,
.gray-on .btn_float,
.gray-on .btn_float_expand_outer,
.gray-on .homev2 #cover
{

	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray; /* IE6-9 */
}

ul {
	padding-left: 20px;
}
ol {
	padding-left: 20px;
}
