.container-staff {
	position: relative;
	width: 100%;
	/*	max-width: 1040px;*/
	/*not to see neighbor slide*/
	margin: 0 auto;
	height: auto;
}

.box1-staff {
	/*	position: absolute;*/
	/*	width:95%;*/
	/*	height: 300px;*/
	height: auto !important;
	border-radius: 0px 30px 30px 0px;
	background-color: #009BDF;
	z-index: 99;
	padding: 25px;
	opacity: 1;
}

.box2-staff {
	/*	position: absolute;*/
	/*not to disappear the content*/
	/*	width: calc(100% + 100px);*/
	/*not to see neighbor slide*/
	/*	height: 800px;*/
	height: auto !important;
	border-radius: 0px 30px 30px 0px;
	background-color: rgba(0, 182, 181, 0.25);
	z-index: 2;
	/*	top: 50px;*/
	margin-top: -60px;
	padding-top: 80px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-family: 'FrutigerLTStd-Light';
}

html[lang="zh-Hans-HK"] .box2-staff {
	font-family: 'NotoSansSC-Light';
}

html[lang="zh-Hant-HK"] .box2-staff {
	font-family: 'NotoSansHK-Light';
}

@media only screen and (max-width: 768px) {
	.box1-staff {
		padding-bottom: 5px;
	}

	.box2-staff {
		margin-top: -80px;
		padding-top: 100px;
		padding-left: 25px;
		padding-right: 25px;
	}
}



.container-custom {
	padding-bottom: 55px;
	/*55px + 25 px margin-bottomm for 80px to footer*/
}

.slider-big-image {
	border-radius: 50px 50px 50px 0;
	max-width: 614px;
	height: auto;

}

.slide-title-h5 {
	text-transform: uppercase;
	font-size: 14pt;
	color: white;
	font-family: 'FrutigerLTStd-Bold';
}

html[lang="zh-Hans-HK"] .slide-title-h5 {
	font-family: 'NotoSansSC-Bold';
}

html[lang="zh-Hant-HK"] .slide-title-h5 {
	font-family: 'NotoSansHK-Bold';
}

.slide-title-content {
	text-align: left;
	color: white;
	/* new added */
	font-family: 'FrutigerLTStd-Light';
}

html[lang="zh-Hans-HK"] .slide-title-content {
	font-family: 'NotoSansSC-Light';
}

html[lang="zh-Hant-HK"] .slide-title-content {
	font-family: 'NotoSansHK-Light';
}

.xc-font-sm .slide-title-h5 {
	font-size: 12pt;
}

.xc-font-lg .slide-title-h5 {
	font-size: 16pt;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
}

.slick-prev {
	left: 10px;
	z-index: 999;
}

.slick-next {
	right: 10px;
	z-index: 999;
}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
	opacity: 1;
	color: #FFFFFF;
}

.slider-for {
	max-width: 614px;
	margin: 0 auto;
}


.slider-nav.slick-slider {
	margin: 26px 0px 26px 0px;
	width: 100%;
}

.slider-nav .slick-slide.slick-current {
	margin: 0 3px;
	border: 2px solid #2ab673;
}

.slider-nav .slick-slide {
	margin: 0 5px;
	width: 100%;
}