h2 {
    font-size: 2.15rem;
    font-weight: 600;
    color: #30318c;
}

/*card-news CSS part*/
/*featured article title*/
.featured-news-info > h3{
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/*featured article content*/
.featured-news-info > .f-news-content {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
	margin-bottom: 20px;
	max-height:150px;
}

/*featured article image in content*/
.featured-news-info > .f-news-content > p > img {
    display: none;
}

/*featured article video in content*/
.featured-news-info > .f-news-content > div > iframe {
    display: none;
}

/*  11/11 amend */
.post__hero.b {
    height: 400px;
    width: 100%;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat !important;
/*     background-position: center !important;
	background-position-y: 45% !important; */
}

/*Navigation Bar for Events and News*/
div.cell.medium-12.categories{
	margin: 0;
    max-width: 1600px;
    width: 100%;
}

/*Navigation Bar Remove Margin*/
.filter-post > .grid-x > aside.cell.large-12{
	margin: 0;
	width: 100%;
}

/*Navigation bar underline*/
.categories .filter {
	border-bottom: 3px solid #8c8c8c;
}

.accordion-menu.filter li {
	width: unset !important;
}
/* news & events listing */
/*Remove circle list style*/
/* div.news-list > div.grid-x{
	justify-content: center;
} */

/*Navigation unorder list*/
.menu .is-filter-active{
	list-style:none;
	position: relative;
	display: flex;
	justify-content: flex-start;
/* 	height: 130px; */
	align-items: flex-end;
	padding : 0;
}

/*Navigation order list*/
.menu .is-filter-active > li{	
	display: flex;
	max-height: 100px;
	height: 100%;
	align-items: flex-end;
}

/*Navigation bar first item (All)*/
.menu .is-filter-active > li:first-child{
	max-width: 100px;
	width: 100%;
}

/*Navigation bar second item (Events)*/
.menu .is-filter-active > li:nth-child(2){
	max-width: 200px; 
	width: 100%;
}

/*Navigation ar third item (News)*/
.menu .is-filter-active > li:last-child{
	max-width: 900px;
	width: 100%;
}

/*Link in navigation bar*/
.menu .is-filter-active > li > a{
	font-size: 30px;
	font-weight: 700;
	color: #707070;
	line-height: 50px;
}

/*Clicked title in the navigation bar*/
ul.menu.is-active > li.is-filter-active > a{
	color: #2e1a4c;
}

/*Clicked first title underline in the navigation bar*/
/* ul.menu.is-active > li.is-filter-active:first-child > a::after{
	content: "";
    background: #2e1a4c;
	width: 50px;
    height: 3px;
    display: block;
    position: absolute;
} */

/*Clicked title underline in the navigation bar*/
/* ul.menu.is-active > li.is-filter-active > a::after{
	content: "";
    background: #2e1a4c;
	width: 100px;
    height: 3px;
    display: block;
    position: absolute;
} */

/*First link in navigation bar (hover)*/
.menu .is-active > li > a:hover{
	color: #2e1a4c;
}

/*Navigation Bar first link underline (hover)*/
/* ul.menu.accordion-menu.filter > li > ul.menu.is-active > li:first-child > a:hover::after{
	content: "";
    background: #2e1a4c;
	width: 50px !important;
    height: 3px;
    display: block;
    position: absolute;
} */

/*Navigation Bar link underline (hover)*/
/* ul.menu.accordion-menu.filter > li > ul.menu.is-active > li > a:hover::after{
	content: "";
    background: #2e1a4c;
	width: 100px;
    height: 3px;
    display: block;
    position: absolute;
} */
 
/*Remove bootstrap default underline when focus*/
ul.menu.is-active > li > a:focus{
	text-decoration: none;
}

/* .is-filter-active:first-child::after{
	content: "";
	background: #2e1a4c;
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
}

.is-filter-active:nth-child(2)::after{
	content: "";
	background: #2e1a4c;
	width: 70px;
	height: 3px;
	display: block;
	position: absolute;
}

.is-filter-active:last-child::after{
	content: "";
	background: #2e1a4c;
	width: 60px;
	height: 3px;
	display: block;
	position: absolute;
} */

/* image margin*/
.news-item{
	margin: 10px;
}

/*news and event information container*/
/* .news-info{
	height: 250px;
	display: flex;
	flex-direction: column;
	padding: 20px;
} */

/*news and event information h3(All)*/
div.cell.medium-4.news-item > .news-image > a > .news-info > h3{
/* 	overflow: hidden;
	text-overflow: ellipsis;
	
	width: 100%; 
	display: -webkit-box !important;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	white-space: normal;*/
	max-width: 700px;
	line-height: 1.0;
	font-size: 24px !important;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

/*news and event information h3(Events and News)*/
div.cell.medium-4.news-item > a > .news-image > .news-info > h3{
/* 	overflow: hidden;
	text-overflow: ellipsis;
 	
    width: 100%; 
    display: -webkit-box !important;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical; 
    white-space: normal; */	
	max-width: 700px; 
	line-height: 1.0;
	font-size: 24px !important;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

div.cell.medium-8.news-item > a > .news-image > .news-info > h3{
/* 	overflow: hidden;
	text-overflow: ellipsis;
	
	width: 100%;
	display: -webkit-box !important;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	white-space: normal; */
	max-width: 700px;
	font-size: 24px !important;
	line-height: 1.0;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}


/*news and event information h3 title*/
/* .news-info > h3 > a{
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 700;
} */

/*Post Category*/
/* .news-cat > p{
	margin: 0;
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing: 1px;
} */

/*Post Date*/
.news-date{
	margin: 0;
	letter-spacing: 1px;
}

/*Paginatioin Container*/
div#news-navigation{
	display: flex;
    justify-content: end;
    height: 150px;
    flex-direction: row;
    align-items: center;
}

/*Pagination Navigation Bar*/
/* div#news-navigation > nav.navigation.pagination{
	max-width: 1500px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
} */

/*Number in Pagination Navigation Bar*/
div#news-navigation > nav.navigation.pagination > div.nav-links > a{
	background-color: #f0f0f0; 
	font-size: 20px;
    font-weight: 500;
	padding: 10px 15px;
	margin: 5px;
	border-radius: 1px;
	transition: .5s;
}

/*Dots in Pagination Navigation Bar*/
span.page-numbers.dots {
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px;
}

/*Number in Pagination Navigation Bar (hover)*/
div#news-navigation > nav.navigation.pagination > div.nav-links > a:hover{
	cursor: hand;
	background-color: #2e1a4c; 
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 500;
	padding: 10px 15px;
	margin: 5px;
	transition: .5s;
}

/*Current number page style*/
span.page-numbers.current{
	cursor: hand;
	background-color: #2e1a4c; 
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 500;
	padding: 10px 15px;
	margin: 5px;
	transition: .5s;
}

/*Mobile responsive*/
@media (min-width: 320px) and (max-width: 426px){
	div.news-list > div.grid-x.grid-margin-x{
		display: flex;
		justify-content: center;
	}/*600px start */
	
	.cell .large-12 .categories{
		margin: 0;
		padding: 0;
	}
	.cell.medium-12.categories > .accordion-menu{
		margin: 0;
 		padding: 0;
	}
	
	.menu .accordion-menu .filter{
		display: flex;
		justify-content: center;
	}
	
	.accordion-menu > li > ul{
		display: flex;
		padding: 0;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

/* 	.accordion-menu > li > ul > li{
		list-style:none;
		border-bottom: 3px solid #8c8c8c;
		padding: 0 30px;
	}
	 */
	.accordion-menu > li > ul > li:nth-child(2){
		display:flex;
		justify-content:center;
	}
	
	.accordion-menu > li > ul > li:last-child{
		display:flex;
		justify-content:flex-end;
	}

	.accordion-menu > li > ul > li > a:hover{
		color: #2e1a4c;
	}

	.accordion-menu > li > ul > li > a{
		font-size: 20px;
		font-weight: 600;
		color: #707070;
	}

	.accordion-menu > li > ul > li.is-filter-active > a{
		color: #2e1a4c;
		padding: 0;
    	line-height: 50px;
	}

	.is-filter-active:first-child > a::after{
		content: "";
		background: #2e1a4c;
		width: 30px;
		height: 3px;
		display: block;
		position: absolute;
	}
	
	.is-filter-active:nth-child(2) > a::after{
		content: "";
		background: #2e1a4c;
		width: 70px;
		height: 3px;
		display: block;
		position: absolute;
	}

	.is-filter-active:last-child > a::after{
		content: "";
		background: #2e1a4c;
		width: 60px;
		height: 3px;
		display: block;
		position: absolute;
	}

	.news-item{
		margin: 0 !important;
		display: flex;
		justify-content:center;
		align-items:center;
		max-width: 340px; 
		width: 100% !important;
		max-height: 700px;
		height: 280px;
	}

	#news-navigation{
		height: 100px;
		align-items: flex-start;
	}
	
	.nav-links{
		text-align: right;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (min-width: 426px) and (max-width: 1440px){
	.accordion-menu > li > ul > li > a:hover{
		color: #2e1a4c;
	}
	
	.accordion-menu > li > ul > li.is-filter-active > a{
		color: #2e1a4c;
		padding: 0;
    	line-height: 50px;
	}

	.is-filter-active:first-child > a::after{
		content: "";
		background: #2e1a4c;
		width: 30px;
		height: 3px;
		display: block;
		position: absolute;
	}
	
	.is-filter-active:nth-child(2) > a::after{
		content: "";
		background: #2e1a4c;
		width:70px;
		height: 3px;
		display: block;
		position: absolute;
	}

	.is-filter-active:last-child > a::after{
		content: "";
		background: #2e1a4c;
		width: 60px;
		height: 3px;
		display: block;
		position: absolute;
	}
}

@media (min-width: 427px) and (max-width: 640px){
	div.news-list > div.grid-x.grid-margin-x{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.cell.medium-4.news-item {
		width: auto;
	}
	.cell.medium-8.news-item {
		width: auto;
	}
}

@media (min-width: 640px) and (max-width: 900px){
	div.news-list > div.grid-x.grid-margin-x{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	div.cell.medium-4.news-item{
		width: auto;
	}
	
	div.cell.medium-8.news-item{
		width: auto;
	}
}

/* footer */

.footer-menus-main>li {
    -ms-flex: 1 1 17.5rem;
    -webkit-box-flex: 1;
    flex: 1 1 17.5rem;
    margin-bottom: 2.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 640px) {
    .footer-menus-main>li {
        -ms-flex-preferred-size: 10rem;
        flex-basis: 11rem;
    }

    .footer-menus-main>li>[href="#"] {
        margin-bottom: 2rem;
     }
}

.footer-menus-main {
    position: relative;
    padding-left: 2rem;
   -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.footer-menus-main>li>a{
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-menus-main a:hover, .footer-menus-main .sub-menu a:hover {
    text-decoration: underline;
}

.footer-menus-main a {
    color: inherit;
    display: inline-block;
}

ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* news and events */
.content-block .wrapper {
    height: 100%;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.hero-title {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.hero>.wrapper {
    max-width: none !important;
}

.hero .hero-title h2 {width: 1170px;margin: 0 auto;color: #ffffff;}

.hero .cell {
    width: 100% !important;
    margin: 0 !important;
}

.hero .grid-x.grid-margin-x {
	margin: 0 !important;
}

.featured-hero {
	padding-top: 50px;
}

/* .f-news-content > p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 140px;
} */

.f-hero-title h2 {
	font-size: 2.15rem !important;
    text-align: center;
    color: #5c33ad;
    font-weight: 600;
    margin-bottom: 40px;
}

.featured-news .news-info a {
    color: #2e1a4c;
    font-size: 30px;
    font-weight: 600;
}

.featured-news-image{
	position:relative;
}

.news-info {
	position: relative;
}

.fp-news .wrapper.container {
    width: 100% !important;
    margin: 0 auto !important;
/* 	max-width: 100% !important; */
}

.fp-news-card {
    margin: 0 auto !important;
}

.featured-news .featured-news-image p {
    position: absolute;
    top: 0;
    right: 0;
    /* min-width: 150px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #2e1a4c;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}

p.featured-news-date, .f-news-content {
    font-style: italic;
}

.featured-news a.button{
	max-width: 160px;
}

.featured-news h3 {
    font-size: 35px !important;
    color: #2e1a4c !important;
    font-weight: 900;
}

div.f-news-content > p:nth-child(n+3){
	display: none
}
/* 
@media (min-width:640px) and (max-width: 1024px){
	div.cell.medium-6{
		margin: 0;
		padding: 0 2%;
		width: 100% !important;
	}
} */

/*IE CSS Part*/
.news-list{
	display: flex;
	flex-wrap: nowrap;
}

ul.menu.is-active{
	display: flex;
	flex-wrap: nowrap;
}

.accordion-menu.filter > li > ul > li{
	max-width: 150px;
}

.accordion-menu.filter > li > ul > li:first-child{
	max-width: 100px;
}

/* .news-info > h3{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
} */

/* new header  */
.home .cuhkbiz-header {
/* 	background: #f2f2f2;
	position: relative; */
    z-index: 2;
    top: 0;
    position: absolute;
    width: 100%;
}

.cuhkbiz-header:before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50vw;
	z-index: -1;
}

.cuhkbiz-header .wrapper {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	background: #fff;
	border-radius: 0 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/* 	justify-content: space-between; */
	position: relative;
}

@media (min-width: 1024px) {
	.cuhkbiz-header .wrapper {
		-ms-flex-align:end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.mega-menu .wrapper {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width:1023px) {
    .cuhkbiz-header .wrapper {
        justify-content: space-between !important;
    }
}

.cuhkbiz-header .header-logo {
	line-height: 0;
}

.cuhkbiz-header .header-logo a {
	display: inline-block !important;
}

@media (min-width: 1024px) {
	.cuhkbiz-header .header-logo img {
		width: 100px !important;
	}
}

.cuhkbiz-header .header-logo img {
    width: 50px;
}

.cuhkbiz-header button {
	border: 1px solid rgba(46,26,76,.15);
    padding: 0.5em 1rem !important;
	font-size: 1.2rem;
	margin-left: 0 !important;
    margin-right: 1rem !important;
}

.cuhkbiz-header button:active,.cuhkbiz-header button:focus,.cuhkbiz-header button:hover {
	background: #f2f2f2;
}

@media (min-width: 1024px) {
	.cuhkbiz-header button {
		margin-bottom:15px;
		margin-left: 1rem;
	}
}


@media (min-width: 1024px) {
	.header-button {
		display: none;
	}
} 

.cuhkbiz-header .header-logo .logo-site img {
    margin-bottom: 10px;
    width: 150px !important;
}

.cuhkbiz-header .header-logo {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-end;
}

a.logo-site {display: flex;}

.cuhkbiz-header .header-menus li {
	margin-bottom: 0
}

.cuhkbiz-header .menu>li {
	display: inline-block;
}

.cuhkbiz-header .header-menus-quick a {
	color: #2e1a4c;
	font-size: .8rem;
	font-weight: 600
}

.cuhkbiz-header .header-menus-quick a:active,.cuhkbiz-header .header-menus-quick a:focus,.cuhkbiz-header .header-menus-quick a:hover {
	color: #5c33ad;
}

.cuhkbiz-header .header-menus-quick>li:not(:last-child):after {
	content: "•";
    margin: 0px 0.3rem;
}

.cuhkbiz-header .dropdown a {
	display: block;
}

.cuhkbiz-header .submenu a {
    font-weight: 500;
	color: #5c33ad !important;
	font-size: 18px !important;
	line-height: 1.5;
}

.cuhkbiz-header .is-dropdown-submenu.js-dropdown-active {
    min-width: 16rem !important;
}

.cuhkbiz-header .dropdown>li {
	margin-left: 1.5rem;
}

.cuhkbiz-header .dropdown>li:first-child {
    margin-left: 0 !important;
}

.cuhkbiz-header .dropdown>li>a {
	color: #2e1a4c;
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 0;
}

.cuhkbiz-header .dropdown>li>a:active,.cuhkbiz-header .dropdown>li>a:focus,.cuhkbiz-header .dropdown>li>a:hover {
	opacity: .75;
}

.cuhkbiz-header .dropdown>li>a[href="#"] {
	pointer-events: none;
}

.cuhkbiz-header .dropdown>li>a[href="#"]:after {
	content: "\e910";
	display: inline-block;
	font-family: cuhkbiz-icons;
	position: relative;
	right: 0;
	top: .25rem;
}

.cuhkbiz-header .dropdown>li.is-active>[href="#"] {
	opacity: .75;
}

.cuhkbiz-header .dropdown .sub-menu {
	-webkit-box-shadow: 0 5px 10px rgba(92,51,173,.15);
	border: 1px solid rgba(46,26,76,.15);
	box-shadow: 0 5px 10px rgba(92,51,173,.15);
	text-align: left;
}

.cuhkbiz-header .dropdown .sub-menu.first-sub:before {
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	background: #fff;
	border-left: 1px solid rgba(46,26,76,.15);
	border-top: 1px solid rgba(46,26,76,.15);
	content: "";
	display: block;
	height: 12px;
	left: 1rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	z-index: -1;
}

.cuhkbiz-header .dropdown .sub-menu>li:not(:last-child) {
	border-bottom: 1px solid rgba(46,26,76,.15);
}

.cuhkbiz-header .dropdown .sub-menu a:active,.cuhkbiz-header .dropdown .sub-menu a:focus,.cuhkbiz-header .dropdown .sub-menu a:hover {
	background: #f0ecf7;
	color: #5c33ad;
}

.cuhkbiz-header .dropdown .opens-left .sub-menu:before {
	left: auto;
	right: 1rem;
}

.cuhkbiz-header .js-dropdown-active {
	-webkit-animation: fadeIn .45s cubic-bezier(.23,1,.32,1);
	animation: fadeIn .45s cubic-bezier(.23,1,.32,1);
	z-index: 1;
}

@font-face {
  font-family: "cuhkbiz-icons";
  src: url("/assets/fonts/cuhkbiz-icons.ttf") format("truetype"),
    url("/assets/fonts/cuhkbiz-icons.woff") format("woff"),
    url("/assets/fonts/cuhkbiz-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-cuhkbiz] {
    background: #2e1a4c;
    border-top: 6px solid #4f2d7f;
	z-index: 9;
    position: relative;
	overflow-x: hidden;
}

@media (min-width: 1230px) {
	.wrapper {
		margin: 0 auto !important;
	}
}

.wrapper {
    margin: 0 15px;
    max-width: 1200px;
}

.view {
    overflow-x: hidden;
}

.cuhkbiz-header .dropdown>li>a {
    padding: 0 !important;
}

@media (min-width: 1024px) {
    .button[class*=mega-menu-], .core .grid-x:not(.important)>.cell.medium-4 p:last-child a[class*=mega-menu-]:only-child, button[class*=mega-menu-] {
        padding: 0.4em 1rem;
    }
}

.button[class*=mega-menu-], .core .grid-x:not(.important)>.cell.medium-4 p:last-child a[class*=mega-menu-]:only-child, button[class*=mega-menu-] {
    color: #2e1a4c;
	font-weight: 500;
    padding: 0.2em 1rem;
}

[type=button], [type=submit], button {
    cursor: pointer;
}

.cuhkbiz-header .menu>li {
    display: flex;
}

.cuhkbiz-header .menu {
    display: flex;
    flex-direction: row;
    align-self: end;
}

.dropdown.menu>li.is-active>a {
    color: #2e1a4c !important;
    background: transparent;
}

.is-dropdown-submenu.js-dropdown-active {
    margin-top: 8px;
}

/* @media (min-width:1024px) {
    .header-button {
        display: none;
    }
} */

@media (max-width:1023px) {
	.cuhkbiz-header .header-logo .logo-site img {
		width: 100px !important;
	}
}
/* div#hero-img {padding-top: 20px;background: #f2f2f2;} */


/* footer */
.cuhkbiz-footer {
    background: #2e1a4c;
    color: #fff;
    font-size: .875rem;
    position: relative;
}

@media (min-width: 640px) {
    .cuhkbiz-footer .wrapper>.grid-x>.cell {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }

    .cuhkbiz-footer .footer-cross-sites {
        -ms-flex-direction: column;
        -ms-flex-pack: justify;
        -ms-flex-wrap: nowrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        flex-direction: column;
        flex-wrap: nowrap !important;
        justify-content: space-between;
    }

    .cuhkbiz-footer .footer-cross-sites .footer-biz-tagline {
        -ms-flex: auto;
        -ms-flex-order: 1;
        -webkit-box-flex: 1;
        -webkit-box-ordinal-group: 2;
        flex: auto;
        order: 1;
    }

    .cuhkbiz-footer .footer-cross-sites .footer-cuhk-logo {
        -ms-flex: auto;
        -ms-flex-align: end;
        -ms-flex-order: 3;
        -ms-flex-pack: center;
        -webkit-box-align: end;
        -webkit-box-flex: 1;
        -webkit-box-ordinal-group: 4;
        -webkit-box-pack: center;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: auto;
        justify-content: center;
        order: 3;
    }

    .cuhkbiz-footer .footer-current-site {
        background: #392064;
        padding-left: 2rem;
    }

    .cuhkbiz-footer .footer-current-site:before {
        background: inherit;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 50vw;
    }
	
	.cuhkbiz-footer .footer-cross-sites .footer-biz-links {
		-ms-flex: auto;
		-ms-flex-order: 2;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 3;
		flex: auto;
		order: 2;
	}

	.cuhkbiz-footer .footer-widget li {
		display: block !important;
	}

	.footer-copyright {
		text-align: left;
	}

	.footer-accreditation img {
		margin: 0.5rem 0.5rem 0;
	}
	
	.footer-accreditation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
}

.footer-accreditation {
    text-align: center;
}

.accreditation-widget p{
    margin-bottom: 0;
}
.footer-accreditation img {
    margin: 0.25rem 0.25rem 0;
}
.cuhkbiz-footer .footer-widget li {
    display: inline-block;
}

.cuhkbiz-footer .footer-cross-sites .footer-biz-links {
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.cuhkbiz-footer .footer-cross-sites .footer-cuhk-logo {
    -ms-flex: 1 1 33%;
    -webkit-box-flex: 1;
    flex: 1 1 33%;
    text-align: center;
}

.cuhkbiz-footer .footer-cross-sites .footer-biz-tagline {
    -ms-flex: 1 1 66%;
    -webkit-box-flex: 1;
    flex: 1 1 66%;
    text-align: center;
}

.cuhkbiz-footer .wrapper>.grid-x>.cell {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.cuhkbiz-footer .footer-cross-sites {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.cuhkbiz-footer a {
    color: inherit;
    display: inline-block;
}

.cuhkbiz-footer button {
    background: hsla(0,0%,100%,.1);
    border: 0;
    color: inherit;
    margin-top: 0.5rem;
	padding: 1em 1.5rem !important;
}

.footer-widget .wp-block-group {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    color: hsla(0,0%,100%,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.cuhkbiz-footer .footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cuhkbiz-footer .footer-current-site>* {
    position: relative;
}

@media (min-width: 1024px) {
    .footer-info {
        -ms-flex-align: end;
        -ms-flex-pack: justify;
        -webkit-box-align: end;
        -webkit-box-pack: justify;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .footer-copyright {
        margin: 0;
    }
}

.footer-info {
    color: hsla(0,0%,100%,.5);
}

.fab:before {
    display: block;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    width: 2rem;
}

.cuhkbiz-footer .footer-widget a:hover {
    color: #fff;
}

.cuhkbiz-footer .footer-widget ul {
    margin: 30px 0 50px 0;
}

ul#footer-menus-main {
    min-height: 400px;
}

.footer-menus-main>li>[href="#"] {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    pointer-events: none;
}

.cuhkbiz-footer button:active, .cuhkbiz-footer button:focus, .cuhkbiz-footer button:hover {
    background: hsla(0,0%,100%,.2);
}

.contact__box .wp-block-column.section.section--white.no-margin.have-padding, .contact__box .contac__info  {
    z-index: 9;
}

.button:before {
    content: "\e903";
}

a.wp-block-button__link {
    display: flex;
}

.footer-menus-main .sub-menu a {
    line-height: 1.5 !important;
}

.footer-menus-main.menu a {
    padding: 0 !important;
    padding-right: 1rem !important;
	font-size: 17px !important;
}

.footer-menus-main .sub-menu li {
    margin-bottom: 10px !important;
}

/* mega menu  */
.show .mega-menu {
    background: #f2f2f2;
    padding: 0;
    position: fixed;
    display: block;
	border-top: 6px solid #4f2d7f;
}

.mega-menu.reveal>:last-child {
    background: none !important;
}

.button.mega-menu-close:before, .core .grid-x:not(.important)>.cell.medium-4 p:last-child a.mega-menu-close:only-child:before, button.mega-menu-close:before {
    content: "\e907";
}

@media(max-width:1024px){
	.header-buttons{display:none;}
}
.mega-menu ul.menu>li>a {
	color: #2e1a4c;
	font-weight: 600;
	font-size: 1.2rem;
}
.mega-menu .sub-menu { margin: 1rem 0;}
.mega-menu .sub-menu a:before {
	content: "\e903";
	margin-right: .25rem;
	display: inline-block;
	font-family: cuhkbiz-icons;
}
.mega-menu ul.menu>li {flex-basis: 50%; display: block !important;}

.mega-menu ul#menu-main-menu {
    margin-top: 30px;
}

.mega-menu .menu {padding: 0 2rem;}
.mega-menu ul#menu-quick-links {width: 100%;}
.mega-menu .search-bar {
	display: block;
	width: 100%;
	padding: 1rem;
	background: none;
	border-top: #80808085 solid 1px;
	margin-top: 1rem;
}
.mega-menu .search-bar label {display: block;}
.mega-menu .search-bar select {
	width: 100%;
}
.mega-menu .header-buttons {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom:4rem;
}
.mega-menu .header-buttons a {
	text-decoration: none;
	text-align: center;
}

@media (max-width:499px) {
	.mega-menu ul.menu>li {
		flex-basis: 100% !important;
	}
}

#header-menus-quick, #header-menus-main {
	width: 100%;
	justify-content: flex-end;
}

.cuhkbiz-header .header-menus-quick li:last-child a {
    padding-right: 0 !important;
}


/*  Feb 2022 */
.map-title {
/*     margin: 20px 0; */
    text-align: center;
    color: #5c33ad;
    font-size: 2.15rem;
    font-weight: 600;
}

#icon-with-text h1, #icon-with-text h3 {
    font-weight: 600 !important;
}

.slick-dots .slick-active button {
/*     background-color: #5c33ad; */
	background-color: #30318c;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
/*     width: 100%; */
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(101, 102, 106, 0.2);
	top: initial !important;
}

.news-full {
	padding-bottom: 0;
	border: 0;
	padding-left: 0;
	width: 100%;
	height: 500px;
	margin: 0;
	background-size: cover !important;
}

.news-full .item-title {
	background: rgba(46, 26, 76, 0.5) !important;
	width: 80%;
	color: white !important;
	padding: 3rem 1rem 1rem 1rem;
	position: absolute;
	bottom: 0;
}

/* .fp-news-info h3 {
    color: #ffffff !important;
} */

ul.slick-dots {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 0 !important;
}

ul.slick-dots li {
    padding: 20px;
}

.contact__info.email:before {
    content: "\f0e0";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 0 !important;
}

a.cnt_email {
    color: #ffffff;
    text-decoration: none;
}

a.cnt_email:hover {
	opacity: 0.85;
    color: white;
    text-decoration: none;
}

/* september 2022 */
.fp-hero div#n2-ss-1 .n2-ss-slide-limiter {
/*     max-height: 400px !important; */
}

.hero-content {
    position: absolute !important;
    right: 0;
}

div#map {
    padding: 70px 0;
}

.fp-map p {text-align: center !important;}

.n2-ss-section-main-content {
    height: 400px !important;
    align-self: center;
}

.n2-ss-item-content p {
    text-align: center !important;
    margin: 20px 0 !important;
}

/*stat slider*/
#fp-stat {
	background: #30318c24;
/* 	background: #2e1a4c24;  */
	padding: 30px 0;}
.fp-stat-slider img {margin: 1rem auto 2.5rem auto;}
.fp-stat-slider .slick-item {text-align: center;}
.fp-stat-slider * {font-size: 18px;}
.fp-stat-slider img:hover {transform: scale(1.1);transition: 1s;}
.fp-stat-slider span.counter {font-size: 2.15rem;}
#fp-stat .slick button {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: none;
    border: 0;
    color: #fff !important;
    font-size: 3.5rem;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#fp-stat .slick-prev {left: 0;}
#fp-stat .slick-next {right: 0;}
#fp-stat .slick button:after {font-family: cuhkbiz-icons;text-shadow: 0 4px 4px rgb(34 34 34 / 25%);}
#fp-stat .slick-prev:after {content: "\e916";}
#fp-stat .slick-next:after {content: "\e917";}
#fp-stat h2 {
    color: #fdb015;
    text-align: center;
    font-size: 2.15rem;
    font-weight: 600;
}

.inner-slick {
    display: flex !important;
}

.slider-single .slick-list.draggable {
    height: auto !important;
}

.slider-sec .slick-slide{
    width: 100% !important;
}

.fp-news-card .slick-list.draggable {
    overflow: visible !important;
}

p.fn {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*news listing*/
.news-list .grid-x {
	justify-content: left;
}

.news-item {
	position: relative;
	padding: 1rem;
	background: #f0f0f0;
	border-radius: 0 0 0 25px;
	transition: background 0.5s ease-in-out !important;
}

.news-item:hover {
	background: #c7c8c8;
	transition: background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
}

.news-cat {
    padding: 0 1rem;
    background-color: #2e1a4c;
    background-color: #30318c;
	color: #ffffff;
    width: min-content !important;
}

.news-info {
	position: relative;
	padding-top: 15px;
}

.news-list a {
	text-decoration: none;
	color: #30318c;
	font-weight: 600;
}

.news-list a:hover {
	text-decoration: underline;
}

.news-list .news-meta {
    color: #7a7c7c;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.news-cat p {
    font-size: 0.8rem;
    font-weight: 500;
}

.news-image {
	height: 250px;
	background-size: cover !important;
	/* background-position: center !important; */
	margin-bottom: 6px;
}

.divider {
    top: 0 !important;
    position: absolute !important;
}

.eael-team-content {
    opacity: 1 !important;
    height: fit-content;
    padding-top: 0 !important;
    bottom: 0 !important;
    top: unset !important;
    right: 0 !important;
    left: 0 !important;
}

h3.eael-team-member-name {
    color: #fdb015 !important;
    text-transform: capitalize !important;
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

h4.eael-team-member-position, p.eael-team-text {
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

h4.eael-team-member-position {
    margin: 0 !important;
}

p.eael-team-text {
    margin: 0 !important;
}

.journey-flow .elementor-widget-container {
    min-height: 330px;
}

.overlay-inner p {
    text-align: center !important;
}

.overlay-inner {
    padding: 20px;
}

.IOC h5 {
    font-style: normal !important;
    margin-bottom: 30px !important;
}

.IOC h1, .IOC h4{
    margin-bottom: 0;
}

.infobox-content p {
    text-align: center !important;
}

#study-map g.imapsSprite-group.imapsCircle-group {
    stroke: #9752ff6b;
    stroke-width: 5;
    animation: stroke_fill 1500ms ease-in forwards infinite alternate;
}

.elementor-divider {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

.trip-header {
    margin-bottom: 0 !important;
}


/* 4k responsive */

@media (min-width: 2560px){
	h2{
		font-size: 3rem;
	}
	.button.slick-prev.slick-arrow{
		margin-right: 10px;
	}
	.button.slick-next.slick-arrow{
		margin-left: 10px;
	}
	.n2-ss-slider .n2-ss-section-main-content {
		min-width: 100%;
	}
	.map-title {
		font-size: 3rem;
	}
	.fp-map p {
		font-size: 1.5rem;
	}
	div#map {
		padding: 35px 0;
	}
	#map > .button {
		bottom: 5%;
	}
}

/* Mobile responsive */
@media (min-width: 320px) and (max-width: 375px){
	div#n2-ss-1 .n2-style-0bdbf643efafc10e8e9ebdf398b32bb8-heading {
		padding: 0px !important;
	}
	
	div#n2-ss-1 .n2-font-220f77c5dfdb89cee02fb23bc7894976-hover {
		font-size: 150% !important;
	}
	
	div#n2-ss-1 .n2-font-9965abd0cc9b7305d5fc7c1bef3923f2-paragraph {
		font-size: 75% !important;
	}
	
	p.n2-font-9965abd0cc9b7305d5fc7c1bef3923f2-paragraph.n2-style-0bdbf643efafc10e8e9ebdf398b32bb8-heading {
		margin: 10px !important;
	}
	
	div#n2-ss-1 .n2-font-ee256f700d99fe1eae197fdb8fabe472-link a {
		font-size: 70% !important;
	}
	
	div#map {
		padding: 5px 0 !important;
	}
	
	a#color-EN {
    	font-size: 0.7rem;
	}
	
	img.alignnone.wp-image-1514 {
    	width: 100px !important;
    	height: auto !important;
	}
	
	img.alignnone.wp-image-1513 {
    	width: 80px !important;
    	height: auto !important;
		margin-top: 20px !important;
		margin-left: 10px !important;
	}
	
	img.alignnone.wp-image-1506 {
		height: 40px !important;
		margin-top: -20px;
		width: 40px !important;
	}
	
	h3{
		margin-top: 20px !important;
	}
	
	tspan {
		font-size: 10px !important;
	}
}

foreignObject {
    overflow: visible !important;
}

@media (min-width: 320px) and (max-width: 426px) {
	.cell.medium-4.news-item {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 345px) and (max-width: 375px) {
	img.alignnone.wp-image-1506 {
		margin-left: 1px !important;
		margin-bottom: 1px !important;
	}
}

@media (min-width: 376px) and (max-width: 425px){
	div#n2-ss-1 .n2-font-220f77c5dfdb89cee02fb23bc7894976-hover {
		font-size: 180% !important;
	}
	
	div#n2-ss-1 .n2-font-9965abd0cc9b7305d5fc7c1bef3923f2-paragraph {
		font-size: 90% !important;
	}
	
	div#n2-ss-1 .n2-style-0bdbf643efafc10e8e9ebdf398b32bb8-heading {
		padding: 10px 0px 10px 0px !important;
	}
	
	div#n2-ss-1 .n2-ss-button-container a div {
		font-size: 10px !important;
	}
	
	p.n2-font-9965abd0cc9b7305d5fc7c1bef3923f2-paragraph.n2-style-0bdbf643efafc10e8e9ebdf398b32bb8-heading {
		margin: 5px !important;
	}
	
	div#map {
		padding: 10px 0;
	}
	
	img.alignnone.wp-image-1514 {
    	width: 120px !important;
    	height: auto !important;
    	margin: 15px 0px 0px 2px !important;
	}
	
	img.alignnone.wp-image-1513 {
    	width: 100px !important;
    	height: auto !important;
    	margin: 22px 0px 0px 15px !important;
	}
	
	img.alignnone.wp-image-1506 {
		height: 40px !important;
		margin-top: -20px;
		width: 40px !important;
	}
	
	a#color-EN {
    	font-size: 0.7rem !important;
	}
	
	h3{
		margin-top: 1.5rem !important;
	}
	
	tspan{
		font-size: 13px;
	}
}

@media (min-width: 426px) and (max-width: 767px){
	div#n2-ss-1 .n2-style-0bdbf643efafc10e8e9ebdf398b32bb8-heading {
		padding: 5px 0px 5px 0px !important;
	}
	
	div#n2-ss-1 .n2-font-220f77c5dfdb89cee02fb23bc7894976-hover {
		font-size: 202.5% !important;
	}
	
	div#n2-ss-1 .n2-font-9965abd0cc9b7305d5fc7c1bef3923f2-paragraph {
		font-size: 101.25% !important;
	}
	
	div#n2-ss-1 .n2-ss-button-container a div {
		font-size: 90% !important;
	}
	
	div#map {
		padding: 10px 0;
	}
	
	a#color-EN {
		font-size: 0.8rem !important
	}
	
	img.alignnone.wp-image-1506 {
		width: 50px !important;
		height: 50px !important;
		margin-top: -40px;
	}

	img.alignnone.wp-image-1513 {
		width: 120px !important;
		height: auto !important;
	}
	
	img.alignnone.wp-image-1514 {
		width: 140px !important;
		height: auto !important;
	}
	
}

@media (min-width: 768px) and (max-width: 900px){
		
	img.alignnone.wp-image-1506 {
		width: 50px !important;
		height: 50px !important;
		margin-top: -40px;
	}

	img.alignnone.wp-image-1513 {
		width: 120px !important;
		height: auto !important;
	}
	
	img.alignnone.wp-image-1514 {
		width: 140px !important;
		height: auto !important;
	}
}

@media (min-width: 427px) and (max-width: 639px){
	.news-item {
		margin: 10px !important;
	}
}

/*  */
.mega-menu .tabs-content {
    border: none !important;
    background: transparent !important;
}

.mega-menu .tabs {
    border-right: 1px solid rgba(46,26,76,.15) !important;
    border-left: none !important;
	border-top: none !important;
    border-bottom: none !important;
    background: transparent !important;
}

.tabs-title>a:hover {
    background: #f0ecf7 !important;
    color: #2e1a4c;
    font-size: 1rem !important;
}

.tabs-title>a {
    background: #f0ecf7 !important;
    color: #2e1a4c;
    font-size: 1rem !important;
}

.mega-menu .wrapper {
    margin-bottom: 2rem !important;
}

.fa-globe-asia:before {
    color: #ffffff !important;
}

.fa-user-friends:before {
    color: #ffffff;
}

.ha-ia-content-description {
    text-align: center;
    font-weight: 400 !important;
}


.sg-popup-id-499 .fas, .sg-popup-id-532 .fas, .sg-popup-id-535 .fas {
    color: #ffffff !important;
}

.sg-popup-id-499 .fa-map-marker-alt:before, 
.sg-popup-id-532 .fa-map-marker-alt:before, 
.sg-popup-id-535 .fa-map-marker-alt:before {
    font-size: 30px !important;
}

.cbs .sg-popup-id-532 {
    bottom: 0 !important;
}

.admission-flip a {
    display: inline-block !important;
	text-decoration: underline !important;
}

.custom-button {
	-ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1);
    align-items: center;
    border: 1px solid;
    border-radius: 0;
    color: #5c33ad;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    padding: 0.8rem 2rem;
    text-decoration: none;
    transition: all .45s;
	text-decoration: none !important;
}

.custom-button:hover {
    background: rgba(92,51,173,.1);
    color: #5c33ad;
}

a.flipbox-button {
    border: 1px solid #5C33AD;
	padding: 0.8rem 2rem !important;
	text-decoration: none !important;
}

.custom-button:before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.admission-flip tbody {
    border: 1px solid #5c33ad;
    background-color: transparent;
}

.admission-flip tr {
    border: 1px solid #5c33ad;
    background-color: transparent !important;
}

.admission-flip th:first-child, .admission-flip td:first-child {
    border-right: 1px solid #5c33ad;
}

.flip-knowledge .elementor-flip-box__back .elementor-flip-box__layer__inner, .flip-network .elementor-flip-box__back .elementor-flip-box__layer__inner {
    display: flex;
    flex-direction: row-reverse;
    height: 350px;
    align-items: center;
}

.flip-knowledge .elementor-flip-box__back .elementor-flip-box__layer__title {
    background-color: #2e1a4c;
    color: #ffffff !important;
    height: 350px;
    margin: 0 !important;
	padding: 0 10px; !important;
    justify-content: center;
    letter-spacing: 0 !important;
    display: flex;
    width: 50% !important;
    flex-direction: column;
}

.flip-knowledge .elementor-flip-box__back .elementor-flip-box__layer__overlay , 
.flip-experience .elementor-flip-box__back .elementor-flip-box__layer__overlay ,
.flip-network .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    padding: 0 !important;
}

.flip-knowledge .elementor-flip-box__layer__description {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 3px dashed #2e1a4c;
    border-right: none !important;
}

#flips .elementor-flip-box__front .elementor-icon-wrapper {
    display: none;
}

.flip-network .elementor-flip-box__back .elementor-flip-box__layer__title {
    background-color: #5c33ad;
    color: #ffffff !important;
    height: 350px;
    padding: 0 10px !important;
    margin: 0 !important;
    justify-content: center;
    letter-spacing: 0 !important;
    display: flex;
    width: 50% !important;
    flex-direction: column;
}

.flip-network .elementor-flip-box__layer__description {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 3px dashed #5c33ad;
    border-right: none !important;
}

.flip-experience .elementor-flip-box__back .elementor-flip-box__layer__inner {
    display: flex;
    flex-direction: row;
    height: 350px;
    align-items: center;
}

.flip-experience .elementor-flip-box__back .elementor-flip-box__layer__title {
    background-color: #FDB015;
    color: #ffffff !important;
    height: 350px;
    padding: 0 10px !important;
    margin: 0 !important;
    justify-content: center;
    letter-spacing: 0 !important;
    display: flex;
    width: 50% !important;
    flex-direction: column;
}

.flip-experience .elementor-flip-box__layer__description {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 3px dashed #FDB015;
    border-left: none !important;
}

.fp-news-row #ie-btn:hover {
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

/* footer testimonials */
.footer-slick .slick-arrow {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: none;
    border: 0;
    color: #ffffff;
    font-size: 3rem;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    filter: drop-shadow(0px 6px 18px #9c9c9c);
    -webkit-filter: drop-shadow(0px 6px 18px #9c9c9c);
    text-shadow: 0px 6px 18px #9c9c9c;
}

.footer-slick .slick-arrow.fa-chevron-left {
    left: -3rem;
}

.footer-slick .slick-arrow.fa-chevron-right {
    right: -3rem;
}

/* .footer-slick .slick-dots .slick-active button {
    background-color: transparent !important;
} */

.yellow-quote:before {
    content: '';
    background-image: url(/wp-content/themes/cuhk/assets/images/icons/left-quote.yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
    display: block;
}

.yellow-quote:after {
    content: '';
    background-image: url(/wp-content/themes/cuhk/assets/images/icons/left-quote.yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
    display: block;
    transform: scale(-1, -1);
} 

.yellow-quote>* {
    width: 400%;
    text-align: center;
}

.yellow-quote {
    display: flex;
    flex-direction: row;
}

.footer-slick {
	padding: 50px 0;
}

/* .quote-image img {
    width: 130% !important;
    max-width: none !important;
} */

.quote-footer {
    background-color: #ffffff;
/*     position: absolute;
    right: 0px;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%); */
}

.footer-slick .slick-item {
    position: relative;
}

.citation-name {
    font-weight: 700;
    font-size: 22px;
    font-style: normal !important;
}

.banner__quote-citation {
    margin-top: 20px;
}

.elementor-section .slick-next:after, .elementor-section .slick-prev:after {
    display: none;
}

.elementor-section .slick-next i, .elementor-section .slick-prev i{
    color: #ffffff !important;
}

.exchange-slider div#n2-ss-2 .nextend-arrow img {
    width: 50px;
}

/* timeline */
.study-plan .ue_timeline_item_content_inside> .ue_timeline_item_title, 
.study-plan .ue_timeline_item_content_inside> .ue_timeline_item_subtitle {
    display: inline-block !important;
}

.study-plan .ue_timeline_item_text strong {
    color: #FDB015 !important;
}

.study-plan img.ue_timeline_item_icon_image {
    width: 100% !important;
}

.study-plan .ue_timeline_item:nth-child(odd) .ue_timeline_item_text:before {
    display: block;
    content: '';
    border-top: 2px dashed;
    width: 100%;
    position: absolute;
    top: -20px;
}

.study-plan .ue_timeline_item_text {
    margin-top: 30px !important;
    position: relative;
}

.study-plan .ue_timeline_item:nth-child(even) .ue_timeline_item_text:before {
    display: block;
    content: '';
    border-top: 2px dashed;
    width: 100%;
    position: absolute;
    top: -20px;
}

.study-plan .ue_timeline_item_pointer_inside {
    width: 25px !important;
    border-radius: 50%;
    display: inline-block;
	clip-path: none !important;
}

.study-plan .ue_timeline_item_pointer_spacer {
	display:none;
}

.study-plan .ue_timeline_item:nth-child(odd) .ue_timeline_item_content {
    flex-direction: row-reverse !important;
}

.study-plan .ue_timeline_item:nth-child(even) .ue_timeline_item_content {
    flex-direction: row !important;
}

.study-plan .ue_timeline_item:nth-child(odd) .ue_timeline_item_title, 
.study-plan .ue_timeline_item:nth-child(odd) .ue_timeline_item_text p {
    margin-left: 30px;
}

.study-plan .ue_timeline_item:nth-child(even) .ue_timeline_item_title, 
.study-plan .ue_timeline_item:nth-child(even) .ue_timeline_item_text p {
    margin-left: 30px;
}

.study-plan .ue_timeline_item_icon_holder {
    border-radius: 50% 50% 50% 0 !important;
    position: absolute;
    transform :rotate(-45deg);
    margin: 0px 0 0 0px;
	box-shadow: none !important;
}

.study-plan .ue_timeline_item_icon_holder img {
    transform: rotate(45deg) !important;
}
/*  */

a.wp-block-button__link:focus {
 	text-decoration: none !important; 
}

.study-trip .elementor-cta__content {
    background-color: #2e1a4c !important;
}

.study-trip .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    color: #ffffff !important;
}

.study-trip .elementor-cta:hover .elementor-cta__bg-overlay {
    background-color: transparent !important;
}

.alumni-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fdb015;
}

.uc-icons {
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dev-content .elementor-cta__content {
    min-height: 520px;
}

@media (max-width:1024px) {
	.dev-content .elementor-cta__content {
		min-height: 300px;
	}
}

#contact-info i {
    color: #ffffff !important;
}

#contact-info h3 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.contact-icon i:before {
    font-size: 28px;
}

.contact-icon a {width: 60px;height: 60px;}

.director-member .eael-team-content {
    padding: 20px 30px !important;
}

.student-alumni a {
	text-decoration: underline !important;
}

/* fp banner  */

#hero-img .wrapper {
    max-width: 100%;
}

/* .hero-slick .slick-slide, .hero-slick .slick-track {
    width: 100% !important;
} */

.banner-background {
    height: 800px;
    background-size: cover;
}

.fp-banner-group {
    max-width: 700px !important;
    height: 400px;
    left: 30%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.fp-banner-text p {
   text-align: center !important;
/* 	font-size:24px;
	background-color:#fdb015;
	padding: 10px 20px;
   display: inline;
	font-weight:500; */
}

.fp-banner-title h1 {
    color: #3031b4 !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -2px;
}

.slick-slide {
    position: relative;
}

/* dec.22  */
.cuhkbiz-header .header-menus-quick > li:not(:last-child)::after {
    content: '\f111' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html {
    scroll-behavior: smooth;
}

/* mobile responsive  */
@media (max-width: 1023px) {	
	.cuhkbiz-header .header-menus {
		display: none !important;
	}
	
	#hero-img .wrapper {
		margin: 0 !important;
	}
} 

@media (max-width:900px) {
	.fp-banner-group {
		padding: 20px !important;
		height: 300px;
		width: 450px !important;
	}

	.fp-banner-title h1 {
		font-size: 35px !important;
	}

	.slider-first .cell {
		width: 100% !important;
		margin: 0 !important;
	}

	.slider-first {
		margin: 0 50px;
	}


	.fp-news-row #ie-btn {
		margin-bottom: 0 !important;
	}
}

@media (max-width:1133px) {
/* 	.quote-image {
		position: absolute;
		left: 10px;
	}

	.footer-slick {
		height: 600px;
	}

	.quote-footer {
		transform: translate(0%, 8%) !important;
	} */
	
	.footer-slick .slick-arrow.fa-chevron-left {
		left: 0 !important;
	}
	
	.footer-slick .slick-arrow.fa-chevron-right {
		right: 0;
	}
	
	#cta-banner .banner__quote-text {
		font-size: 1.8rem !important;
	}
}

.mega-menu {
    background: #f2f2f2 !important;
    padding: 0 !important;
}

@media (max-width:800px) {
	.flip-knowledge .elementor-flip-box__back h3 {
		font-size: 20px !important;
	}
}

@media (max-width:500px) {
    .sgpb-popup-builder-content-532 p {
        font-size: 17px;
        text-align: unset !important;
		width: 450px !important;
    }
}

@media (max-width:767px) {
	.elementor-1743 .elementor-element.elementor-element-a2c3bab .elementor-repeater-item-5ab95db .swiper-slide-bg {background-position-y: 30%; transition-duration: unset !important;}
	
	.elementor-1743 .elementor-element.elementor-element-112bdce .elementor-repeater-item-24fb61a .swiper-slide-bg {
		background-position-y: 70%;
		transition-duration: unset !important;
	}
	
	.elementor-1743 .elementor-element.elementor-element-2b6ea5e .elementor-repeater-item-24fb61a .swiper-slide-bg {
		background-position-y: 30%;
		transition-duration: unset !important;
	}

	.elementor-1743 .elementor-element.elementor-element-2b6ea5e .elementor-repeater-item-5ab95db .swiper-slide-bg {
		background-position-y: 25%;
		transition-duration: unset !important;
	}

	.elementor-1743 .elementor-element.elementor-element-f6ea5f8 .elementor-repeater-item-5ab95db .swiper-slide-bg {
		background-position-y: 10%;
		transition-duration: unset !important;
	}
}

div#mega-menu {
    overflow-x: hidden;
}

@media (min-width: 768px) {
	g.amcharts-Sprite-group.amcharts-Container-group.amcharts-Component-group.amcharts-Legend-group {
		display: none;
	}
	
	.amcharts-custom {
		height: 370px;
	}
}

.yellow-quote p {
    text-align: center !important;
}

.yellow-quote {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.logo-site {
    text-decoration: none;
    font-weight: 600;
    color: #4f2d7f;
    font-size: 25px;
    line-height: 1.7rem !important;
    margin-left: 10px;
    margin-bottom: 7px;
}

.slick-slide>div {
    display: flex;
}
.fp-stat-sliderer{
	margin-top:20px;
}
.slicker{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.slicker>div{
	text-align:center;
	width:33.3%;
	margin-top:30px
}
.slick-item-ater{
	width:80%;
	margin:auto;
	text-align:center;
	margin-top:30px;
	
}
.slick-item-ater .counter{
	font-size:28px;
}
blockquote { border: 0 !important;}

.quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    position: relative;
}

.quoteimage {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

div#tagline {
	background-color: #30318c;
	padding: 40px 0;
}

@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-5%);
	}
	75% {
		transform: translateX(-2%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
.tagline-title p {
	color: #ffffff !important;
	font-style: italic;
	text-align: center !important;
	transform: translateX(-50%);
    opacity: 0;
	font-size: 40px;
	font-weight: 900;
    animation: slide-in-anim 1.5s ease-out forwards;
}

blockquote:before {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: transparent !important;
    font-size: 2.2rem !important;
    left: 10px !important;
    top: -9px !important;
    content: "\f10d" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 600 !important;
}

blockquote:after {
	-webkit-transform: translate(-50%, -50%);
	background: transparent;
	color: #fdb015;
    content: "\f10e" !important;
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 600 !important;
    font-size: 2.2rem;
    font-style: normal;
    right: -35px;
    line-height: 1;
    padding: 0 .5rem;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -44px;
}

#heroboxes {
	padding: 40px 0;
}

.box-content h4 {
    font-weight: 600;
    margin: 5px 0 0 0 !important;
}

.box-content p {
    margin-bottom: 5px  !important;
}

.box-content.default:hover .box-content.hover {
 	visibility: visible;
	-webkit-animation: fadeTop 0s cubic-bezier(.77,0,.175,1) 1;
	animation: fadeTop 0s cubic-bezier(.77,0,.175,1) 1;
}

.box-content.default {
    position: relative;
    overflow: hidden;
}

.box-content.default>h4 {
    position: absolute;
    bottom: 0;
    padding: 15px 50px 15px 50px;
    width: 100%;
    color: #ffffff;
	z-index: 9;
}

/* 
.box-content.default h4 {
    margin: 10px 50px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff !important;
}

.box-content.default {
    position: relative;
} */

.gradient-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 110%);
    z-index: 1;
}

.box-content.hover {
/*     background: linear-gradient(to right, #2e1a4c , #5c33ad); */
	background: linear-gradient(to right, #30318c, #48487e);
    position: absolute;
    bottom: 0px;
    padding: 20px 40px 10px;
    background: transparent;
    width: 100%;
    color: #ffffff;
    z-index: 8;
	transition: all .15s ease-in-out;
}

.box-content.default {
    border-bottom: 8px solid !important;
/*     border-image: linear-gradient(to right, #2e1a4c , #5c33ad); */
		border-image: linear-gradient(to right, #30318c, #48487e);
    border-image-slice: 1 !important;
    border-style: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.box-content.hover p {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
}

.box-content.default:hover .box-content.hover {
    height: 180px;
/*     background: linear-gradient(to right, #2e1a4c, #5c33ad); */
	background: linear-gradient(to right, #30318c, #48487e);
}

.box-content.default:hover .box-content.hover p {
    opacity: 1;
    max-height: 100%;
}

.default:hover .shape {
    height: 50px;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    background: inherit;
    transition: all 600ms;
    transform: rotate(3deg);
}

.eael-circle-inner:after {
    content: 'GBS journey';
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.eael-circle-inner .active {
    z-index: 4;
}

.eael-circle-inner .eael-circle-btn-content.active {
    padding: 50px;
	background: #ffffff;
}

.eael-circle-content p {
    text-align: center !important;
}

div#uc_unlimited_timeline_elementor_a02ba8c_item3,
.study-plan #uc_unlimited_timeline_elementor_a02ba8c_item5 .ue_timeline_item_content,
.study-plan #uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_content  {
    flex-direction: row-reverse !important;
}

div#uc_unlimited_timeline_elementor_a02ba8c_item4, .study-plan #uc_unlimited_timeline_elementor_a02ba8c_item3 .ue_timeline_item_content {
    flex-direction: row !important;
}

#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_pointer_inside , 
#uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_pointer_inside {
    margin-top: 71px;
}

#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_subtitle {
    margin-left: 30px;
}

#no-content i.fa-toggle.fas.fa-angle-right {
    display: none;
}

div#no-content {
    pointer-events: none;
}

#uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_title, #uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_subtitle, 
#uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_text p{
    margin-left: 50px;
}

#uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_icon_holder:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    background-image: url("../../../../..//wp-content/uploads/2024/09/UK.png");
    background-position: center;
    background-size: contain;
    border-radius: 50% 50% 0% 50% !important;
    position: absolute;
/*     transform: rotate(-87deg); */
    margin: 0px 0 0 0px;
    box-shadow: none !important;
}

div#uc_unlimited_timeline_elementor_a02ba8c_item4 .ue_timeline_item_icon_holder {
	transform: translate(30px, 0);
}

.ue_timeline_item_icon {
    position: relative;
}

#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_title, #uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_subtitle, 
#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_text p{
    padding-right: 50px;
}

#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_icon_holder:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    background-image: url("../../../../../wp-content/uploads/2024/09/Canada.png");
    background-position: center;
    background-size: contain;
    border-radius: 50% 50% 0% 50% !important;
    position: absolute;
/*     transform: rotate(-87deg); */
    margin: 0px 0 0 0px;
    box-shadow: none !important;
}

#uc_unlimited_timeline_elementor_a02ba8c_item2 .ue_timeline_item_icon_holder {
	transform: translate(30px, 0);
}

#uc_unlimited_timeline_elementor_a02ba8c_item2  img.ue_timeline_item_icon_image {
    transform: none !important;
}

main.gbs-stories {
    margin: 50px 0;
}

.authors-details {
    font-style: italic;
}

.single-quote {
    margin: 50px 0;
}

.single-quote p {
    text-align: center !important;
    color: #000000;
}

.gbs-stories h3 {
    margin-top: 10px;
}

.elementor-background-overlay {
    background-color: #00000070;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.top-banner {
    position: relative;
}

.banner-title {
    position: absolute;
    bottom: 0;
	display: flex;
    flex-direction: row;
	align-items: self-start;
}

.banner-title h2 {
    font-size: 50px;
    color: #ffffff;
}

.border {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    width: 36px;
    padding-top: 30px !important;
    margin-right: 15px;
}


video {
	object-fit: cover;
    width: 100%;
    height: 800px;
    display: block;
}

.link-to a {
    color: #ffffff;
}

#for-jupas-candidates--tab table {
    width: auto !important;
    margin: 15px 0 5px 0 !important;
}

.eael-advance-tabs .eael-tabs-nav>ul li {
	width: 50%;
}

g.google-visualization-tooltip {
    display: none;
}

.eael-circle-btn:hover {
    background-color: #30318c !important;
}

.elementor-2219 .elementor-element.elementor-element-9f063c8 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon .eael-circle-icon-inner span.eael-circle-btn-txt {
    color: #ffffff !important;

}
