section {
	background-color: #ffffff;
}

#hket-group  {
	background: url("/images/others/hket-group/hket-group-bg.jpg") center center;
	background-size: cover;
	padding: 100px 0;
}

#hket-group .bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#hket-group .company-name {
	display: block;
}


.hket-group  {
	background-color: #FFF;
}

.hket-group  h1 {
	font-size: 28px;
	margin-bottom: 24px;
}

.hket-group .sec-nav {
	font-size: 16px;
	text-align: center;
	margin-bottom: 32px;
}

.hket-group .sec-nav ul li {
	margin: 0 8px;
}

.hket-group .sub-sec {
	display: block;
	margin: 0 0 24px 0;
}

.hket-group .sub-sec .row {
	margin: 0;
}

.hket-group .sub-sec ul li {
	margin-bottom: 16px;
}

.hket-group .sub-sec .extra {
	display:none;
}
.hket-group .sub-sec .sec-title {
	margin-bottom: 16px;
}
.hket-group .sub-sec .sec-title .icon {
	display: inline-block;
	width: 69px;
	height: 50px;
	vertical-align: middle;
}
.hket-group #media .sec-title .icon {
	background: url("/images/others/hket-group/hket-group-sprite.png") -8px -6px no-repeat;
	background-size: 85px 262px;
}
.hket-group #fin-tech .sec-title .icon {
	background: url("/images/others/hket-group/hket-group-sprite.png") -8px -73px no-repeat;
	background-size: 85px 262px;
}
.hket-group #job-ad-training .sec-title .icon {
	background: url("/images/others/hket-group/hket-group-sprite.png") -8px -139px no-repeat;
	background-size: 85px 262px;
}
.hket-group #life-style .sec-title .icon {
	background: url("/images/others/hket-group/hket-group-sprite.png") -8px -204px no-repeat;
	background-size: 85px 262px;
}
.hket-group .sub-sec .sec-title .text {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	line-height: 1.2;
}

.hket-group ul  li {
	margin-bottom: 20px;
	padding: 0;
}

.hket-group ul li span {
	margin: 0 4px;
}

.hket-group ul ul li {
	margin-bottom: 12px;
}

.hket-group .company-info {
	display: block;
	margin: 0 auto 40px auto;
	text-align: left;
}

.hket-group .company-info a {
	font-size: 22px;
}

.hket-group .company-info .company-name {
	display: block;
	margin-bottom: 0;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
}

.hket-group-v3 h1 {
	font-size: 40px;
	text-align: left;
	color: #3280B3;
	font-weight: bold;
	margin-bottom: 10px;
}
.hket-group-v3 .company-info .company-name {
	font-size: 18px;
}
.hket-group-v3 .company-info a {
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .hket-group .job-ad-training { clear: both; }
}
@media only screen and (max-width: 767px) {
	.hket-group .sub-sec .sec-title .text {
		width: 70%;
	}
}
@media only screen and (max-width: 480px) {
    .hket-group .company-info h2 { font-size: 22px; }
	.hket-group .company-info a { font-size: 18px; }
	.hket-group .company-info .company-name { font-size: 22px; }
    .hket-group-v3 .company-info .company-name { font-size: 18px; }
	
	.hket-group .sub-sec .sec-title .text {
		font-size: 18px;
	}
}

