@charset "utf-8";
/*
Theme Name: CKGSB
*/

@import 'css/define-fonts.css';
@import 'css/define-common.css';
/*@import 'css/module-image.css';*/
/*@import 'css/module-history-new.css';*/
/*@import 'css/module-quick-facts.css';*/
/*@import 'css/module-content-normal.css';*/
/*@import 'css/module-content-columns.css';*/
/*@import 'css/module-swiper-normal.css';*/
/*@import 'css/module-special-admissions.css';*/
/*@import 'css/module-facts-and-figures.css';*/
/*@import 'css/module-tab-page.css';*/
/*@import 'css/module-download.css';*/
/*@import 'css/module-special-fees.css';*/
/*@import 'css/module-form.css';*/
/*@import 'css/module-programs-recommend.css';*/
/*@import 'css/module-other-programs.css';*/
/*@import 'css/module-programs-list.css';*/
/*@import 'css/module-careers.css';*/
/*@import 'css/module-career-services-tab.css';*/
/*@import 'css/module-interest.css';*/
/*@import 'css/module-section.css';*/
/*@import 'css/module-list-items.css';*/
/*@import 'css/module-resource-single.css';*/
/*@import 'css/module-privacy-policy.css';*/
/*@import 'css/module-news-events.css';*/
/*@import 'css/module-news-list.css';*/
/*@import 'css/module-student-voices.css';*/
/*@import 'css/page-library.css';*/
/*@import 'css/case.css';*/
/*@import 'css/module-figures-wb.css';*/
/*@import 'css/module_cc_swiper.css';*/

.loader {
	width: 24px;
	height: 24px;
	border: 3px solid #FFF;
	border-bottom-color: #0095d8;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	display: none;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.bg_img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.box_con_oz .bg_img {
	display: block;
}

.box_con_oz .editimg {
	display: none;
}

.box_con_oz .main {
	position: relative !important;
	padding: 40px 0;
}



#header {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: 7;
	background: #fff;
	font-size: 18px;
	box-shadow: 0 1px 1px #ddd;
	height: 92px;
}

#header .main {
	/*width:1440px;*/
	margin: 0px auto;
}

#headerBox {
	width: 100%;
	float: left;
	/*padding:34px 80px;*/
	box-sizing: border-box;
}

#headerBox .logo {
	float: left;
	width: 174px;
	background: url(images/logo.png) left center no-repeat;
	background-size: contain;
	height: 54px;
	margin: 21px 0 25px 34px;
}

#headerBox .logo a {
	width: 100%;
	height: 100%;
	float: left;
}

#hmenu {
	margin-top: 41px;
	margin-left: 90px;
}

#header #hmenu {
	float: left;
	float: right;
	margin-right: 250px;
	margin-top: 34px;

}

#header .menu ul {
	width: 100%;
	float: left;
}

#header .menu ul li {
	float: left;
	margin-left: 20px;
	color: #999;

	padding-bottom: 34px;
}

#header .menu ul li.ckgsb-blue a {
	color: #1495d8;
}

#header .menu ul li ul li {
	padding-bottom: 0;
}

#header .menu ul li:first-child {
	margin-left: 0px;
}

#header .menu ul li.current_page_item {
	color: #333;
}

#header .menu ul li.current-page-ancestor {
	color: #333;
}

#header .menu ul li.menu-item-home.current-page-ancestor {
	color: #999;
}

#header .menu ul li .tmenu {
	width: 100%;
	height: 32px;
	float: left;
	position: relative;
	line-height: 32px;
}

#header .menu ul li a {
	font-size: 18px;
	color: inherit;
	font-family: 'Din-Medium', Arial, Helvetica, sans-serif;
	color: #333;
}

body #header .menu ul li.current-menu-item a,
body #header .menu ul li.current-menu-parent a,
body #header .menu ul li.current-menu-ancestor a,
body #header .menu ul li.current-page-parent a,
body #header .menu ul li.current-page-ancestor a,
body #header .menu ul li a:hover {
	color: #1495d8;
}

#header .menu ul li.current_page_item a {
	color: #333;
}

#header .menu ul li.current-page-ancestor a {
	color: #333;
}

#header .menu ul li:first-child.current-page-ancestor a {
	color: #999;
}

#header .menu ul li.menu-item-home.current-page-ancestor a {
	color: #999;
}

#header .menu ul li.menu-item-home.current-page-ancestor a:hover {
	color: #1295d8;
}

#header .menu ul li b {
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0px;
	bottom: -34px;
	background: url(images/icon-up.jpg) center bottom no-repeat;
	font-size: 0px;
	line-height: 0px;
	display: none;
}

#header .menu ul li.haschild .tmenu {
	padding-right: 7px;
}

#header .menu ul li.haschild .tmenu:after {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '\25BC';
	color: inherit;
	font-size: 11px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .menu ul li.haschild:hover b {
	display: block;
}

#hmenu ul li .drop {
	width: 100%;
	background: #222;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 3;
}

#hmenu ul li.blue-menu .drop {
	background: #104c6d;
}

#dmain {
	width: 100%;
	float: left;
	color: #fff;
}

#dmain .main {
	width: 1440px;
	margin: 0px auto;
}

#drop {
	width: 100%;
	float: left;
	padding: 36px 80px;
	box-sizing: border-box;
	position: relative;
}

#drop .tdiv {
	width: 100%;
	float: left;
}

#drop .left {
	width: 300px;
	float: left;
}

#drop .left .video {
	width: 100%;
	float: left;
	position: relative;
}

#drop .left .video .img {
	width: 100%;
	float: left;
}

#drop .left .video .img img {
	width: 100%;
	float: left;
}

#drop .left .video span {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 2;
	background: url(images/icon-play.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

#drop .left .title {
	margin-top: 7px;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}

#drop .left .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
}

#drop .left .button {
	margin-top: 10px;
}

#drop .left .button a {
	height: 34px;
	float: left;
	border: 2px solid #fff;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff !important;
	text-align: center;
	line-height: 30px;
	padding: 0 12px;
	box-sizing: border-box;
}

#drop .left .button a:hover {
	color: #0095d8 !important;
	border: 2px solid #0095d8;
}

#drop .border-1 {
	width: 51px;
	position: absolute;
	left: 431px;
	top: 0px;
	height: 100%;
	padding: 36px 0px;
	box-sizing: border-box;
}

#drop .border div {
	width: 100%;
	height: 100%;
	border-left: 1px solid #9b9b9b;
	box-sizing: border-box;
}

#drop .center {
	width: 820px;
	float: left;
	margin-left: 103px;
}

#drop .center ul {
	width: 100%;
	float: left;
	position: relative;
}

#drop.drop_2 .center>ul {
	padding-left: 460px;
	box-sizing: border-box;
}

#drop .center ul li {
	width: 360px;
	float: left;
	margin: 0px;
	clear: both;
}

#drop .center ul li+li {
	margin-top: 10px;
}

#drop .center ul li:last-child {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	width: 460px;
}

#drop.drop_2 .center>ul>li:last-child {
	right: auto;
	left: 0;
}

#drop .center ul li .title {
	width: 100%;
	float: left;
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0095d8;
	text-transform: none;
}

#drop .center ul li .title a {
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: none;
	/*text-decoration: underline;*/
}

#drop .center ul li .title a:hover {
	color: #0095d8;
}

#drop .center ul li .list {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#drop .center ul li .list ul {
	width: 100%;
	float: left;
}

#drop .center ul li .list ul li {
	width: 100%;
	float: left;
	margin: 0px;
	line-height: 28px;
	text-indent: 10px;
}

#drop .center ul li .list ul li:last-child {
	position: static;
}

#drop .center ul li:first-child .list ul li:first-child {
	text-indent: 0px;
}

#drop .center ul li .list ul li a {
	font-size: 15px;
	font-family: arial;
	color: #fff;
	text-transform: none;
	/*text-decoration: underline;*/
}

#drop .center ul li:first-child .list ul li:first-child a {
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#drop .center ul li .list ul li a:hover {
	color: #0095d8;
}

#drop .center ul li:last-child .list ul li {
	text-indent: 0;
	margin-top: 10px;
	line-height: 22px;
}

#drop .center ul li:last-child .list ul li:first-child {
	margin-top: 0;
}

#drop .center ul li:last-child .list ul li a {
	font-family: 'Din-Bold';
	font-size: 18px;
}

#drop .right {
	width: 200px;
	float: right;
}

#drop .right .imgs ul {
	width: 100%;
	float: left;
}

#drop .right .imgs ul li {
	width: 100%;
	float: left;
	margin: 0px;
}

#drop .right .imgs ul li+li {
	margin-top: 15px;
}

#drop .right .imgs ul li .title {
	font-family: Din-Medium, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}

#drop .right .imgs ul li .img {
	margin-top: 11px;
}

#drop .right .imgs ul li .img img {
	width: 100%;
	float: left;
	height: auto;
}

#drop .right .texts {
	margin-top: 39px;
}

#drop .right .texts ul {
	width: 100%;
	float: left;
}

#drop .right .texts ul li {
	width: 100%;
	float: left;
	margin: 0px;
}

#drop .right .texts ul li+li {
	margin-top: 4px;
}

#drop .right .texts ul li a .title {
	font-family: Din-Medium, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0095d8;
	text-transform: none;
}

#drop .border-2 {
	width: 51px;
	position: absolute;
	right: 280px;
	top: 0px;
	height: 100%;
	padding: 36px 0px;
	box-sizing: border-box;
	display: none;
}

#header>.right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background: #eff7fe;

	color: #656565;
	font-size: 18px;
	font-family: 'Din-Medium';
	text-transform: none;
	line-height: 22px;
	padding-left: 29px;
}

#header .right {
	float: right;
}

.dps {
	background: #eff7fe;
}

#locations {
	color: #656565;
	font-family: 'Din-Medium';
	float: left;
	margin-right: 3px;
	width: 130px;
	margin-top: 34px;
	position: relative;
}

#locations ul {
	width: 100%;
	float: left;
}

#locations ul li {
	width: 100%;
	float: left;
	font-family: 'Din-Medium';
	font-size: 16px;
	color: #999;
	line-height: 32px;
	text-transform: none;
	display: none;

	color: #656565;
	font-size: 18px;
	font-family: 'Din-Medium';
	text-transform: none;
	line-height: 22px;
	line-height: 32px;
}

#locations .arr,
#lan .arr {
	display: inline-block;
	margin: 0 0 0 6px;
}

body #locations ul li:first-child {
	display: block;
	margin-bottom: 34px;
}

#locations ul li:first-child span {
	float: left;
}

#locations ul li:first-child:after {
	width: 32px;
	height: 32px;
	float: left;
	content: '\25BC';
	color: inherit;
	line-height: 32px;
	text-align: left;
	font-size: 11px;
}

#locations ul:hover li {
	display: block;
}

#locations ul li a {
	color: #f19831;
}

#locations ul li.current a {
	color: #999;
}

#locations svg,
#lan svg,
#hmenu svg {
	fill: #656565;
	width: 6px;
	height: 6px;
	vertical-align: middle;
}

#header .menu ul li .arr {
	display: none;
}

#header .menu ul li.haschild .arr {
	display: inline-block;
	padding: 0 0 0 5px;
}

body #header .menu ul li.haschild .tmenu {
	padding-right: 0;
}

body #header .menu ul li.haschild .tmenu:after {
	display: none;
}

#locations .globe {
	display: inline-block;
	padding: 0 10px 0 0;
}

#locations .globe svg {
	width: 16px;
	height: 16px;
}

body #locations ul li:first-child:after {
	display: none;
}

#search {
	width: 66px;
	height: 100px;
	float: left;
	position: relative;
	margin-left: 26px;
	background-color: #1495d8;
}

#search a.switch {
	width: 66px;
	background: #1495d8;
	display: block;
	padding: 40px 25px 36px 26px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#search a.switch svg {
	fill: #fff;
	width: 15px;
	height: 15px;
	stroke: #fff;
}

#search a.switch svg path {
	fill: #fff;
}

#search a.switch .s_close {
	display: none;
}

#search.opend a.switch .s_open {
	display: none;
}

#search.opend a.switch .s_close {
	display: inline-block;
}

#search a.switch .s_close svg {
	width: 21px;
	height: 21px;
}

#search .form {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 100vw;
	height: 96px;
	overflow: hidden;
	display: none;
	z-index: 3;
	background: #0095d8;
}

#search.opend a.switch {
	background: none;
}

#search.opend a.switch:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "×";
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 1px;

	display: none;
}

#search.opend .form {
	display: block;
}

#search .form form {
	width: 100%;
	height: 96px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#search .form form table {
	width: 400px;
	margin: 0;
	position: relative;
}

#search .form form table .gsc-search-button {
	margin: 0;
}

#search .form form label {
	display: none;
}

#search .form form button svg {
	display: none;
}

#search .form form input {
	width: 348px !important;
	float: left;
	border: none;
	margin: 0px;
	height: 50px !important;
	background: #fff;
	padding: 0px 20px !important;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Din-Regular", Arial;
	text-indent: 0 !important;
	background-image: none !important;
}

#search .form form button {
	width: 50px;
	float: left;
	height: 50px;
	background: url(images/icon-right-arrow-yellow.png) center center no-repeat #fff;
	overflow: hidden;
	cursor: pointer;
	margin-left: 2px;
	padding: 0;
	border: none;
	border-radius: 0;
}

#search .form form button span {
	display: none;
}

#search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 2px;
}

#search .gsc-input-box {
	border: none;
	background: none;
}

#search .gsib_a {
	padding: 0;
}

#search .gsib_b {
	position: absolute;
	right: 0;
	top: 11px;
}

#lan {
	float: left;
	width: 76px;
	position: relative;
	height: 32px;
	text-transform: none;
	margin-top: 34px;
	color: #656565;
	font-family: 'Din-Medium', Arial;
}

#lan>div {
	float: left;
	line-height: 32px;
	color: #656565;
	position: relative;
	padding-right: 0px;

	color: #656565;
	font-size: 18px;
	font-family: 'Din-Medium';
	text-transform: none;
	line-height: 32px;
}

#lan>div:after {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '\25BC';
	color: inherit;
	line-height: 32px;
	text-align: right;
	font-size: 11px;

	display: none;
}

#lan>div>img {
	width: 100%;
	height: auto;
}

#lan ul {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 30px;
	display: none;
}

#lan:hover ul {
	display: block;
}

#lan ul li {
	width: 100%;
	float: left;
}

#lan ul li a {
	width: 100%;
	float: left;
	color: #333;
}

#lan ul li a img {
	width: 100%;
	height: auto;
}

#submenu-sticky-wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

#submenu {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#submenu .main,
.submenuBox_custom>.main {
	width: 1440px;
	margin: 0px auto;
}

#submenuBox {
	width: 100%;
	float: left;
	height: 80px;
	padding: 0px 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#submenuBox .pageTitle {
	float: left;
	font-size: 18px;
	color: #fff;
	text-transform: none;
}

#submenuBox .pageTitle a {
	color: #fff;
}

#submenuBox .pageSub {
	float: left;
	margin-left: 80px;
}

#submenuBox .pageSub ul {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}

#submenuBox .pageSub ul li {
	float: left;
	margin-left: 20px;
}

#submenuBox .pageSub ul li:first-child {
	margin-left: 0px;
}

#submenuBox .pageSub ul li a {
	font-size: 16px;
	/*color:#999;*/
	color: #fff;
	text-transform: none;
}

#submenuBox .pageSub ul li a:hover {
	color: #1295d8;
}

#submenuBox .pageSub ul li.current_page_item a {
	/*color: #1295d8;*/
	color: #1495d9;
}

#submenuBox .pageSub ul li.current_page_parent a {
	/*color:#fff;*/
	color: #1495d9;
}

#submenuBox .pageSub ul li.apply {
	border: 1px solid #fff;
	border-radius: 0px;
	line-height: 34px;
	padding: 0px 28px;
	box-sizing: border-box;
	position: relative;
}

#submenuBox .pageSub ul li.apply:hover {
	border: 1px solid #0095d8;
}

#submenuBox .pageSub ul li.apply:after {
	content: "";
	width: 9px;
	height: 10px;
	background: url(images/bg-apply-new.png) center top no-repeat;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
}

#submenuBox .pageSub ul li.apply:hover:after {
	background-position: center bottom;
}

#submenuBox .pageSub ul li.apply a {
	color: #fff;
	/*color:#1295d8;*/
}

#submenuBox .pageSub ul li.apply:hover a {
	color: #0095d8;
}

#main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 92px;}
@media (max-width: 992px) {
	#main {margin-top: 60px;}
}

#video {
	width: 100%;
	float: left;
	position: relative;
}

#video .video_image {
	width: 100%;
	float: left;
}

#video .video_image img {
	width: 100%;
	float: left;
	height: auto;
}

#video .video_box {
	width: 1003px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -501.5px;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#video .video_box .video_title {
	font-size: 40px;
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-transform: none;
}

#video .video_box .video_subtitle {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 32px;
	margin-top: 19px;
	text-align: center;
}

#video .video_box .video_button {
	font-size: 40px;
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	color: #0095d8;
	line-height: 60px;
	margin-top: 65px;
}

#video .video_box .video_button span {
	position: relative;
	cursor: pointer;
}

#video .video_box .video_button span:before {
	content: "\25BA";
	font-size: 24px;
	position: absolute;
	left: -30px;
	top: -4px;
}

#video .video_box .video_button b {
	display: none;
}

#video .video_url {
	display: none;
}

#video .video_act {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	display: none;
}

#video .video_act .video_act_box {
	width: 100%;
	height: 100%;
	float: left;
}

#video .video_act .video_close {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	background: url(images/icon-close.jpg) center center no-repeat;
	cursor: pointer;
	border-radius: 100%;
}

#video .video_act_local {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	display: none;
	background: #000;
}

#video .video_act_local .video_local_box {
	width: 100%;
	float: left;
	height: 100%;
}

#video .video_act_local .video_local_box .projekktor {
	width: 100%;
	height: 100%;
	float: left;
}

#video .video_act_local .video_local_close {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

#video .video_act_local .video_local_close:before {
	content: "\2716";
	color: #000;
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
}

#video .video_box .video_button div {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#video .video_box .video_button div:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 8px;
	height: 11px;
	background: url(images/icon-right-arrow-white.png) center center no-repeat;
	top: 50%;
	margin-top: -5px;
}

#video .video_box .video_button div a {
	color: #fff;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#video.video_width_b {
	display: flex;
	justify-content: center;
	background: #eee;
}

#video .main {
	width: 1440px;
	float: left;
	padding: 0px 208px 21px;
	box-sizing: border-box;
}

#video .videoBox {
	width: 100%;
	float: left;
	position: relative;
}

#video.video_width_b .video_box {
	width: 100%;
	left: 0px;
	margin-left: 0px;
}

#video.video_width_b .video_box .video_button_yes {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

#video.video_width_b .video_box .video_button_yes a {
	width: 112px;
	height: 112px;
	background: #fff;
	display: flex;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}

#video.video_width_b .video_box .video_button_yes a:before {
	content: "\25BA";
	color: #0095d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin-left: 10px;
}

#video.video_width_b .video_act {}

#video.video_more_yes .video_box .video_title {
	font-size: 40px;
	color: #fff;
}

#video.video_more_yes .video_box .video_subtitle {
	font-size: 21px;
	line-height: 32px;
	color: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	text-align: center;
}

#video .video_box .video_button_yes {
	width: 100%;
	float: left;
	margin-top: 0px;
	display: flex;
	justify-content: center;
	padding: 32px 0px 36px;
	align-items: center;
}

#video .video_box .video_button_yes a {
	width: 112px;
	height: 112px;
	background: url(images/icon-play-big.png) center center no-repeat;
}

#video.video_more_yes .video_box .video_user {
	width: 100%;
	float: left;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

#video .video_box .video_user_position,
#video .video_box .video_user {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 32px;
	color: #fff;
}

#video.video_more_yes .video_box .video_show_more {
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

#video.video_more_yes .video_box .video_show_more a {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 51px;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#video.video_more_yes .video_box .video_show_more a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

#video.vbox_medium .video_box .video_title {
	font-size: 36px;
	color: #999;
}

#video.vbox_medium .video_box .video_subtitle {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 0px;
	padding: 0px 360px;
	box-sizing: border-box;
}

#video.vbox_medium .video_box .video_user_position {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#boxVideoMore {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	display: none;
}

#boxVideoMore .main {
	width: 1440px;
	margin: 0px auto;
}

#videoMore {
	width: 100%;
	float: left;
	padding: 48px 210px 115px;
	box-sizing: border-box;
}

#videoMore .title {
	width: 100%;
	float: left;
	font-size: 36px;
	line-height: 60px;
	color: #999;
}

#videoMore .content {
	width: 100%;
	float: left;
	margin-top: 9px;
	font-size: 15px;
	color: #222;
	line-height: 23px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#videoMore .content p {
	padding-bottom: 23px;
}

#videoMore .slideup {
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

#videoMore .slideup a {
	width: 95px;
	height: 34px;
	float: left;
	display: block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 15px;
	color: #ccc;
	text-transform: none;
}

#msg {
	width: 100%;
	float: left;
}

#msg .main {
	width: 1440px;
	margin: 0px auto;
}

#msg.msgLong2_yes .main {
	width: 100%;
}

#msgBox {
	width: 100%;
	float: left;
	padding: 104px 196px;
	box-sizing: border-box;
	background: url(images/bg-box-msg.png) left top no-repeat;
}

#msgBox .msgBoxMain {
	width: 100%;
	float: left;
	padding-right: 275px;
	min-height: 275px;
	box-sizing: border-box;
	position: relative;
}

#msgBox .msgBoxMain .msg_info {
	width: 100%;
	float: left;
	padding-right: 140px;
	box-sizing: border-box;
}

#msgBox .msgBoxMain .msg_info .msg_title {
	width: 100%;
	float: left;
	font-family: 'Din-ProBold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #333;
	line-height: 40px;
	text-transform: none;
}

#msgBox .msgBoxMain .msg_info .msg_content {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	box-sizing: border-box;
	position: relative;
}

#msgBox .msgBoxMain .msg_info .msg_content:before {
	content: "";
	position: absolute;
	left: -160px;
	top: -55px;
	width: 101px;
	height: 69px;
	background: url(images/icon-quotes.png) 0px 0px no-repeat;
}

#msgBox .msgBoxMain .msg_info .msg_content a {
	color: #F19831;
}

#msgBox .msgBoxMain .msg_info .msg_content a:hover {
	text-decoration: underline;
}

#msgBox .msgBoxMain .msg_info .msg_user {
	width: 100%;
	float: left;
	margin-top: 26px;
}

#msgBox .msgBoxMain .msg_info .msg_user span {
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

#msgBox .msgBoxMain .msg_info .msg_user span.msg_user_name {
	position: relative;
}

#msgBox .msgBoxMain .msg_info .msg_user span.msg_user_name:before {
	content: '';
	width: 53px;
	height: 1px;
	position: absolute;
	left: -59px;
	top: 50%;
	/*background: url(images/icon-line.png) center center no-repeat;*/
	background: #666;
}

#msgBox .msgBoxMain .msg_img {
	width: 250px;
	height: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: none;
	overflow: hidden;
	border-radius: 100%;
}

/*#msgBox .msgBoxMain .msg_img:before {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/icon-cover-1.png) center center no-repeat;
	content: '';
}
#msgBox .msgBoxMain .msg_img:after {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/icon-cover-2.png) center center no-repeat;
	content: '';
}*/
#msgBox .msgBoxMain .msg_img img {
	width: 100%;
	float: left;
	height: auto;
}

#msg.msgLong2_yes {
	background: #ececec;
}

#msgBox.msgLong_yes {
	padding: 0px;
}

#msgBox.msgLong_yes .msgBoxMain {
	background: #0095d8;
}

#msgBox.msgLong_yes .msgBoxMain .msg_img:before {
	display: none;
}

#msgBox.msgLong_yes .msgBoxMain .msg_img:after {
	display: none;
}

#msgBox.msgLong_yes .msgBoxMain {
	padding: 0px;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info {
	padding: 0px;
	width: 50%;
	/*float:right;*/
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	height: 100%;
	padding: 60px 106px 0px 50px;
	box-sizing: border-box;
	background: #0095d8;
}

#msgBox .msgBoxMain .msg_info.msg_info_spe {
	width: 25% !important;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_title {
	margin-top: 0;
	font-size: 36px;
	color: #fff;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	padding-left: 0px;
	font-style: normal;
	margin-top: 7px;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content:before {
	display: none;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

#msgBox .msgBoxMain .msg_info.msg_info_spe .msg_content {
	overflow: hidden;
	overflow-y: auto;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content p {
	margin: 11px 0;
	width: 100%;
	float: left;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content ul {
	width: 100%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content ul li {
	width: 100%;
	float: left;
	list-style-type: disc;
	break-inside: avoid;
}

#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content ul li p {
	margin-top: 0;
}

#msgBox.msgLong_yes .msgBoxMain .msg_img {
	width: 50%;
	float: left;
	border-radius: 0px;
	height: auto;
	position: relative;
}

#msgBox.msgLong_yes .msgBoxMain .msg_img img {
	float: left;
	width: 100%;
	height: auto;
}

#msgBox .seemore {
	width: 100%;
	float: left;
	margin-top: 100px;
	font-size: 21px;
	font-family: 'Din-Bold';
}

#msgBox .seemore a {
	color: #F19831;
	text-transform: none;
}

#msgBox .seemorecon {
	width: 50%;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	padding: 60px 106px 0px 50px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	font-family: arial;
	display: none;
}

#msgBox .seemorecon.seemorecon_spe {
	width: 100%;
	display: block;
	overflow: hidden;
	overflow-y: auto;
}

#msgBox .seemorecon p {
	margin: 11px 0;
	width: 100%;
	float: left;
}

#msgBox .seemorecon ul {
	width: 100%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

#msgBox .seemorecon ul li {
	list-style-type: disc;
	width: 100%;
	float: left;
}

#msgBox .seemorecon ul li p {
	margin-top: 0;
}

#fig {
	width: 100%;
	float: left;
}

#fig .main {
	width: 1440px;
	margin: 0px auto;
}

#figBox {
	width: 100%;
	float: left;
	padding: 100px 0px;
	background: url(images/bg-box-fig.png) right top no-repeat;
}

#figBox .fig_title {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Din-ProBold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #333;
	text-transform: none;
}

#figBox .fig_content {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	margin-top: 6px;
	padding: 0 150px;
	box-sizing: border-box;
}

#figBox .fig_list {
	width: 100%;
	float: left;
	margin-top: 70px;
	padding: 0px 212px;
	box-sizing: border-box;
}

#figBox .fig_list ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#figBox .fig_list ul li {
	float: left;
	max-width: 220px;
	text-align: center;
}

#figBox .fig_list ul li:first-child {
	margin-left: 0px;
}

#figBox .fig_list ul li .number {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Din-Bold', Arial, Helvetica, sans-serif;
	font-size: 100px;
	line-height: 60px;
	color: #222;
}

#figBox .fig_list ul li .numberImage {
	height: 171px;
}

#figBox .fig_list ul li .detail {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #9b9b9b;
	position: relative;
}

#figBox .fig_list ul li .detail:before {
	content: '';
	width: 62px;
	height: 1px;
	background: url(images/icon-line-blue.png) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -31px;
	top: -15px;
}

#figBox .fig_more {
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

#figBox .fig_more a {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 51px;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#figBox .fig_more a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

#story {
	width: 100%;
	float: left;
}

.single-program.postid-2298 #story {
	background: #f0f2ef;
}

#story .main {
	width: 1440px;
	margin: 0px auto;
}

#storyBox {
	width: 100%;
	float: left;
	padding: 100px 149px;
	box-sizing: border-box;
	/*background: url(images/bg-box-story.png) left top no-repeat;*/
}

#storyBox>.title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #333;
	line-height: 60px;
	text-transform: none;
}

#storyBox .content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	margin-top: 6px;
	font-family: Arial;
}

#storyBox.storyBox-faculty .content {
	padding: 0 150px;
	box-sizing: border-box;
}

#storyBox .list {
	width: 100%;
	float: left;
	margin-top: 40px;
}

#storyBox.storyBox-faculty .list {
	padding: 0 150px;
	box-sizing: border-box;
}

#storyBox .list ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#storyBox .list.list-section ul {
	display: block;
}

#storyBox .list.list-section ul+ul {
	margin-top: 60px;
}

#storyBox .list ul li {
	width: 330px;
	float: left;
	position: relative;
}

#storyBox .list.list-section ul li+li {
	margin-left: 76px;
}

#storyBox .list ul li .img {
	width: 330px;
	float: left;
	height: 230px;
	overflow: hidden;
	position: relative;
}

#storyBox .list ul li .img img {
	width: 100%;
	height: 100%;
	float: left;
	transition: 1s;
}

#storyBox .list ul li:hover .img img {
	transform: scale(1.1);
}

#storyBox .list ul li .img>a {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#storyBox .list ul li .hasplay>a:before {
	content: '';
	width: 66px;
	height: 66px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	cursor: pointer;
	background: url(images/icon-play.png) center center no-repeat;
	border-radius: 100%;
}

#storyBox .list ul li:hover .hasplay a:before {
	background-color: #0095d8;
}

#storyBox .list ul li .fileLocal {
	width: 338px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}

#storyBox .list ul li .fileLocal .fileLocalClose {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	right: -15px;
	top: -15px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

#storyBox .list ul li .fileLocal .fileLocalClose:before {
	content: "\2716";
	color: #000;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
}

#storyBox .list ul li .fileLocal .projekktor {
	width: 100%;
	height: 100%;
	float: left;
}

#storyBox .list ul.ppcontextmenu.inactive {
	display: none;
}

#storyBox .list ul li .fileurl {
	display: none;
}

#storyBox .list ul li .title {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 23px;
	color: #1295d8;
	font-family: 'Din-Bold';
	text-align: left;
	padding: 17px 0px 15px;
	border-bottom: 1px solid #c1c1c1;
}

#storyBox .list ul li .title a {
	color: #0095d8;
	text-transform: none;
}

#storyBox .list ul li .title a:hover {
	text-decoration: underline;
}

#storyBox .list ul li .info {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin-top: 15px;
}

#storyBox .showmore {
	width: 100%;
	float: left;
	margin-top: 45px;
	display: flex;
	justify-content: center;
}

#storyBox .showmore a {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 51px;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#storyBox .showmore a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

#banner {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

#banner img {
	width: 100%;
	float: left;
	height: auto;
}

#banner .main {
	width: 1440px;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0px;
	margin-left: -720px;
}

#bannerBox {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 208px;
	box-sizing: border-box;
}

#bannerBox .title {
	font-size: 24px;
	color: #fff;
	opacity: 1;
	font-family: "Din-ProBold", Arial;
}

#bannerBox .detail {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	opacity: 1;
	font-family: Arial;
	margin-top: 12px;
}

#nlg {
	width: 100%;
	float: left;
	background: url(images/bg-box-story.png) left top no-repeat;
}

#nlg .main {
	width: 1440px;
	margin: 0px auto;
}

#nlgBox {
	width: 100%;
	float: left;
	padding: 90px 152px 80px;
	box-sizing: border-box;
}

#nlgBox .title {
	text-align: center;
	font-size: 40px;
	color: #333;
	text-transform: none;
}

#nlgBox .content {
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	font-family: Arial;
	margin-top: 15px;
}

#nlgBox .cutoff {
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 56px;
	border-top: 1px dashed #979797;
}

#nlgList {
	width: 100%;
	float: left;
	margin-top: 42px;
}

#nlgList .swiper-container {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

#nlgList .swiper-container .swiper-slide {
	display: flex;
}

#nlgList .swiper-container .swiper-slide .img {
	float: left;
	width: 340px;
}

#nlgList .swiper-container .swiper-slide .img img {
	width: 340px;
	float: left;
	height: auto;
}

#nlgList .swiper-container .swiper-slide .info {
	float: left;
	margin-left: 45px;
	width: 751px;
}

#nlgList .swiper-container .swiper-slide .info .info_date {
	width: 100%;
	float: left;
	font-size: 21px;
	color: #999;
	position: relative;
	padding-bottom: 12px;
}

#nlgList .swiper-container .swiper-slide .info .info_date:after {
	content: '';
	width: 215px;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0;
	background: url(images/icon-line-gray.png) left center no-repeat;
}

#nlgList .swiper-container .swiper-slide .info .info_title {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #1295d8;
	margin-top: 19px;
}

#nlgList .swiper-container .swiper-slide .info .info_excerpt {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 32px;
	color: #666;
	margin-top: 12px;
	font-family: Arial;
}

#nlgList .swiper-container .swiper-slide .info .info_excerpt a {
	color: #333;
	text-transform: none;
	font-weight: bold;
}

#nlgList .swiper-container .swiper-slide .info .info_excerpt a:hover {
	text-decoration: underline;
}

#nlgList .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 1px solid #979797;
	border-radius: 100%;
	box-sizing: border-box;
	background: none;
	opacity: 1;
}

#nlgList .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid #0095d8;
	background: #0095d8;
}

#sta {
	width: 100%;
	float: left;
}

#sta .main {
	width: 1440px;
	margin: 0px auto;
}

#staBox {
	width: 100%;
	float: left;
	padding: 109px 208px 176px;
	box-sizing: border-box;
}

#staBox .title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #444;
	font-family: 'Din-Bold';
	text-transform: none;
}

#staBox .content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	margin-top: 2px;
	font-family: arial;
}

#staBox .list {
	width: 100%;
	float: left;
	margin-top: 50px;
}

#staBox .list ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#staBox .list ul li {
	width: 310px;
	float: left;
	font-size: 15px;
	line-height: 23px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#staBox .list ul li p {
	margin-top: 23px;
}

#staBox .list ul li p:first-child {
	margin-top: 0px;
}

#sta.sta-courses .content {
	box-sizing: border-box;
}

#staBox .list2 {
	width: 100%;
	float: left;
	margin-top: 65px;
}

#staBox .list2 ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#staBox .list2 ul li {
	width: 20%;
	float: left;
	position: relative;
	padding-top: 69px;
}

#staBox .list2 ul li .ititle {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}

#staBox .list2 ul li:nth-child(1) .ititle {
	background: #fdbf2d;
}

#staBox .list2 ul li:nth-child(2) .ititle {
	background: #be0712;
}

#staBox .list2 ul li:nth-child(2) .ititle:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 35px solid transparent;
	border-left: 30px solid #fdbf2d;
	border-bottom: 35px solid transparent;
}

#staBox .list2 ul li:nth-child(3) .ititle {
	background: #19385d;
}

#staBox .list2 ul li:nth-child(3) .ititle:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 35px solid transparent;
	border-left: 30px solid #be0712;
	border-bottom: 35px solid transparent;
}

#staBox .list2 ul li:nth-child(4) .ititle {
	background: #403251;
}

#staBox .list2 ul li:nth-child(4) .ititle:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 35px solid transparent;
	border-left: 30px solid #19385d;
	border-bottom: 35px solid transparent;
}

#staBox .list2 ul li:nth-child(5) .ititle {
	background: #4f612c;
}

#staBox .list2 ul li:nth-child(5) .ititle:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 35px solid transparent;
	border-left: 30px solid #403251;
	border-bottom: 35px solid transparent;
}

#staBox .list2 ul li:nth-child(5) .ititle:after {
	content: "";
	width: 30px;
	height: 70px;
	float: left;
	background: #fff;
}

#staBox .list2 ul li .ititle span {
	width: calc(100% - 60px);
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
}

#staBox .list2 ul li:nth-child(5) .ititle span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 30px solid #4f612c;
	border-bottom: 35px solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}

#staBox .list2 ul li .ititle .s1 {
	font-size: 15px;
	line-height: 18px;
	height: 70px;
	text-transform: none;
	color: #fff;
	display: flex;
	align-items: center;
}

#staBox .list2 ul li .img {
	width: 210px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: 18px;
}

#staBox .list2 ul li .ititle2 {
	width: 210px;
	float: left;
	height: 72px;
}

#staBox .list2 ul li .ititle2 .s2 {
	font-size: 21px;
	height: 80px;
	overflow: hidden;
	color: #333;
	margin-top: 16px;
	font-family: arial;
	font-weight: bold;
}

#staBox .list2 ul li .long {
	width: 210px;
	float: left;
	font-size: 21px;
	line-height: 48px;
	color: #0095d8;
	border-bottom: 1px solid #c1c1c1;
	font-family: arial;
}

#staBox .list2 ul li .excerpt {
	width: 210px;
	float: left;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #666;
}

#staBox .list3 {
	width: 100%;
	float: left;
	margin-top: 70px;
}

#staBox .list3 ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#staBox .list3 ul li {
	width: 220px;
	float: left;
}

#staBox .list3 ul li .l3Num {
	width: 100%;
	float: left;
	font-size: 100px;
	line-height: 60px;
	color: #222;
	display: flex;
	justify-content: center;
}

#staBox .list3 ul li .l3Num span.s2 {
	font-size: 40px;
	line-height: 18px;
}

#staBox .list3 ul li .l3Title {
	width: 100%;
	float: left;
	margin-top: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #9b9b9b;
	text-align: center;
}

#boxHis {
	width: 100%;
	float: left;
}

#boxHis .main {
	width: 1440px;
	margin: 0px auto;
}

#his {
	width: 100%;
	float: left;
	padding: 70px 208px;
	box-sizing: border-box;
}

#his .detail {
	width: 100%;
	float: left;
}

#his .detail ul {
	width: 100%;
	float: left;
}

#his .detail .jscroll-inner {
	width: 100%;
	float: left;
}

#his .detail .jscroll-inner .jscroll-added {
	width: 100%;
	float: left;
}

#his .detail ul li {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 190px;
	box-sizing: border-box;
	font-family: 'Din-Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 5px;
	border: 1px solid #979797;
}

#his .detail ul li.year {
	margin-bottom: 26px;
	margin-top: 76px;
	font-family: 'Din-Regular', Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 60px;
	color: #ececec;
	border: none;
}

#his .detail ul .jscroll-inner .jscroll-added:first-child li:first-child {
	margin-top: 0px;
}

#his .detail ul .jscroll-inner .jscroll-loading {
	height: 37px;
	background: url(images/icon-loading.gif) center center no-repeat;
	width: 100%;
	float: left;
	padding: 30px 0px;
}

#boxLoc {
	width: 100%;
	float: left;
}

#boxLoc .main {
	width: 1440px;
	margin: 0px auto;
}

#loc {
	width: 100%;
	float: left;
	padding: 83px 208px 72px;
	box-sizing: border-box;
}

#loc ul {
	width: 100%;
	float: left;
	border-top: 1px dotted #979797;
	padding: 40px 0px 38px;
	height: 100%;
	display: flex;
}

#loc ul:first-child {
	border-top: none;
	position: relative;
}

#loc ul li {
	float: left;
	width: 226px;
	margin-left: 40px;
	padding-bottom: 92px;
}

#loc ul li:first-child {
	margin-left: 0px;
}

#loc ul:first-child li:first-child {
	padding-top: 60px;
}

#loc ul:first-child li:first-child .locArea {
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	text-align: center;
}

#loc ul li .infoTop .locArea {
	width: 100%;
	float: left;
	font-size: 40px;
	line-height: 60px;
	color: #333;
	font-family: 'Din-Bold';
	text-transform: none;
}

#loc ul li .infoTop .locCon {
	width: 100%;
	float: left;
	margin-top: 8px;
	font-size: 15px;
	line-height: 23px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#loc ul li .infoBottom {
	width: 100%;
	float: left;
	margin-top: 34px;
}

#loc ul li .infoBottom div {
	width: 100%;
	float: left;
}

#loc ul li .infoBottom div a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #f19831;
}

#loc ul li .infoBottom div a:hover {
	text-decoration: underline;
}

#boxCareerDetail {
	width: 100%;
	float: left;
}

#boxCareerDetail .main {
	width: 1440px;
	margin: 0px auto;
}

#careerDetail {
	width: 100%;
	float: left;
	padding: 98px 208px 115px;
	box-sizing: border-box;
}

#careerDetail .back {
	width: 100%;
	float: left;
}

#careerDetail .back a {
	float: left;
	position: relative;
	padding-left: 21px;
	font-family: 'Din-Bold';
	font-size: 21px;
	line-height: 32px;
	color: #F19831;
	text-transform: none;
}

#careerDetail .back a:before {
	content: '';
	width: 11px;
	height: 11px;
	background: url(images/icon-back-to-list.jpg) center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#careerDetail .title {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 50px;
	color: #333;
	font-family: 'Din-Bold';
	margin-top: 15px;
}

#careerDetail .jtitle {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 18px;
	color: #333;
}

#careerDetail .jinfo {
	width: 100%;
	float: left;
	margin-top: 49px;
	border-top: 1px dotted #979797;
	padding-top: 40px;
}

#careerDetail .jinfo .clTitle {
	width: 100%;
	float: left;
	height: 52px;
}

#careerDetail .jinfo .clTitle .column {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 26px;
	text-transform: none;
	font-weight: bold;
}

#careerDetail .jinfo .clTitle .column-1 {
	width: 315px;
	padding-right: 40px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-2 {
	width: 110px;
	padding-right: 36px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-3 {
	width: 232px;
	padding-right: 30px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-4 {
	width: 232px;
	padding-right: 30px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-5 {
	width: 120px;
	padding-right: 20px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-6 {
	width: 91px;
	padding-right: 17px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-7 {
	width: 91px;
	padding-right: 17px;
	box-sizing: border-box;
}

#careerDetail .jinfo .clTitle .column-8 {
	width: 133px;
}

#careerDetail .jinfo ul {
	width: 100%;
	float: left;
}

#careerDetail .jinfo ul li {
	width: 100%;
	float: left;
	padding: 7px 0px;
	display: flex;
	align-items: center;
	min-height: 70px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li:nth-child(odd) {
	background: #ececec;
}

#careerDetail .jinfo ul li .column {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 18px;
}

#careerDetail .jinfo ul li .column-1 {
	width: 315px;
	padding-right: 40px;
	box-sizing: border-box;
	font-weight: bold;
	color: #222;
}

#careerDetail .jinfo ul li .column-1 a {
	font-weight: bold;
	color: #0095d8;
}

#careerDetail .jinfo ul li .column-2 {
	width: 110px;
	padding-right: 36px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-3 {
	width: 232px;
	padding-right: 30px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-4 {
	width: 232px;
	padding-right: 30px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-5 {
	width: 120px;
	padding-right: 20px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-6 {
	width: 91px;
	padding-right: 17px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-7 {
	width: 91px;
	padding-right: 17px;
	box-sizing: border-box;
}

#careerDetail .jinfo ul li .column-8 {
	width: 133px;
}

#careerDetail .jexcerpt {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	font-family: arial;
}

#careerDetail .jdetail {
	width: 100%;
	float: left;
	padding: 34px 0px;
	margin-top: 20px;
	border-top: 1px dotted #979797;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-family: arial;
}

#careerDetail .jdetail p {
	width: 100%;
	float: left;
	margin: 15px 0;
}

#careerDetail .jdetail ul {
	padding-left: 20px;
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#careerDetail .jdetail ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 4px 0;
	width: 100%;
	float: left;
}

#careerDetail .jdetail a {
	text-decoration: underline;
	color: #F19831;
}

#careerDetail .japply {
	width: 100%;
	float: left;
	padding: 37px 0px;
	display: flex;
	justify-content: center;
}

#careerDetail .japply div {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#careerDetail .japply div:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 8px;
	height: 11px;
	background: url(images/icon-right-arrow-white.png) center center no-repeat;
	top: 50%;
	margin-top: -5px;
}

#careerDetail .japply div a {
	color: #fff;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#careerDetail .jnote {
	width: 100%;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 15px;
	line-height: 18px;
	color: #4a4a4a;
	font-family: arial;
}

#careerDetail .jnote a {
	color: #0095d8;
	font-family: 'Din-bold';
}

#boxPMore {
	width: 100%;
	float: left;
}

#boxPMore .main {
	width: 1440px;
	margin: 0px auto;
}

#pMore {
	width: 100%;
	float: left;
	padding: 26px 24px 29px 208px;
	box-sizing: border-box;
}

#pMore .main2 {
	width: 100%;
	float: left;
}

#pMore .left {
	width: calc(100% - 610px);
	float: left;
}

#pMore .left .title {
	width: 100%;
	float: left;
	margin-top: 39px;
	font-size: 36px;
	line-height: 60px;
	color: #999;
}

#pMore .left .content {
	width: 100%;
	float: left;
	margin-top: 9px;
	font-size: 15px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

#pMore .left .content p {
	padding-top: 32px;
}

#pMore .left .content p:first-child {
	padding-top: 0px;
}

#pMore .left .download {
	width: 100%;
	float: left;
	margin-top: 42px;
}

#pMore .left .download a {
	float: left;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	text-transform: none;
	background: #0095d8;
	border-radius: 8px;
	padding: 0px 15px;
}

#pMore .right {
	width: 590px;
	float: right;
}

#pMore img {
	width: 100%;
	float: left;
}

#boxDline {
	width: 100%;
	float: left;
	background: none;
	border-top: 1px dotted #979797;
	overflow: hidden;
}

#boxDline .main {
	width: 1440px;
	margin: 0px auto;
}

#dline {
	width: 100%;
	float: left;
	padding: 34px 208px 43px;
	box-sizing: border-box;
	background: url(images/bg-box-msg.png) left top no-repeat;
}

#dline .left {
	width: calc(100% - 247px);
	float: left;
}

#dline .title {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 60px;
	color: #333;
}

#dline .content {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 32px;
	color: #222;
	font-family: arial;
}

#dline .left ul {
	width: 100%;
	float: left;
	margin-top: 32px;
}

#dline .left ul li {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 32px;
	text-transform: none;
}

#dline .left ul li+li {
	margin-top: 0;
}

#dline .left ul li a {
	font-family: 'Din-Bold';
	color: #f19831;
}

#dline .left ul li a:before {
	width: 10px;
	height: 13px;
	content: '';
	float: left;
	margin-right: 6px;
	background: url(images/icon-right-arrow-yellow.png) center bottom no-repeat;
	margin-top: 9px;
}

#dline .left ul li a:hover {
	text-decoration: underline;
}

#dline .right {
	width: 199px;
	float: right;
	height: 214px;
	background: url(images/bg-calendar.png) center center no-repeat;
	padding: 0 15px 19px 0;
	box-sizing: border-box;
}

#dline .right.editing {
	background-color: rgba(51, 51, 51, 0.3);
}

#dline .right .rbox {
	width: 100%;
	height: 100%;
}

#dline span {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: none;
	color: #fff;
}

#dline span.s1 {
	font-size: 24px;
	font-family: 'Din-Bold';
	margin-top: 23px;
}

#dline span.s2 {
	font-size: 80px;
	margin-top: 40px;
	line-height: 60px;
}

#boxBorder {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

#boxBorder .main {
	float: left;
}

#border {
	width: 100%;
	float: left;
	font-size: 0px;
	line-height: 0px;
	border-top: 1px dotted #979797;
}

#border.border-solid {
	border-top: 1px solid #ccc;
}

#boxCourse {
	width: 100%;
	float: left;
}

#boxCourse .main {
	width: 1440px;
	margin: 0px auto;
}

#course {
	width: 100%;
	float: left;
	padding: 44px 208px 62px;
	box-sizing: border-box;
}

#course>ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#course ul li {
	width: 330px;
	float: left;
}

#course ul li div {
	width: 100%;
	float: left;
}

#course ul li div.title {
	font-size: 21px;
	line-height: 48px;
	color: #0095d8;
	font-family: arial;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #c1c1c1;
	text-transform: none;
}

#course ul li div.list {
	margin-top: 7px;
}

#course ul li ul {
	width: 100%;
	float: left;
}

#course ul li ul li {
	font-size: 15px;
	line-height: 32px;
	color: #666;
	width: 50%;
	font-family: arial;
}

#boxRes {
	width: 100%;
	float: left;
}

#boxRes .main {
	width: 1440px;
	margin: 0px auto;
}

#res {
	width: 100%;
	float: left;
	padding: 101px 218px;
	box-sizing: border-box;
}

#res .title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	color: #999;
}

#res .content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #4a4a4a;
	margin-top: 7px;
}

#res .list {
	width: 100%;
	float: left;
	margin-top: 89px;
}

#res .list ul {
	width: 100%;
	float: left;
}

#res .list ul li {
	width: 100%;
	float: left;
}

#res .list ul li:nth-child(n+2) {
	margin-top: 33px;
}

#res .list ul li .left {
	width: 440px;
	float: left;
	min-height: 248px;
	background: #000;
	overflow: hidden;
	margin-top: 14px;
}

#res .list ul li .left img {
	width: 100%;
	float: left;
	height: auto;
}

#res .list ul li .right {
	width: calc(100% - 440px);
	padding-left: 37px;
	float: left;
	box-sizing: border-box;
}

#res .list ul li .right .title {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	line-height: 48px;
	color: #999;
}

#res .list ul li .right .excerpt {
	width: 100%;
	float: left;
	margin-top: 7px;
	font-size: 15px;
	line-height: 23px;
	color: #222;
}

#res .more {
	width: 100%;
	float: left;
	margin-top: 79px;
	display: flex;
	justify-content: center;
}

#res .more a {
	width: 250px;
	height: 34px;
	float: left;
	border-radius: 8px;
	background: #0095d8;
	text-transform: none;
	color: #fff;
	line-height: 34px;
	text-align: center;
}

#boxVideo {
	width: 100%;
	float: left;
	position: relative;
}

#boxVideo .vimg {
	width: 100%;
	float: left;
}

#boxVideo .vimg img {
	width: 100%;
	float: left;
	height: auto;
}

#boxVideo .vmain {
	width: 1024px;
	position: absolute;
	height: 100%;
	left: 50%;
	margin-left: -512px;
	top: 0;
	padding: 85px 0;
	box-sizing: border-box;
}

#boxVideo .vmain .case {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#boxVideo .vmain .case div {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
}

#boxVideo .vmain .case .stitle {
	font-size: 21px;
	line-height: 60px;
	font-family: 'Din-Bold';
}

#boxVideo .vmain .case .btitle {
	font-size: 40px;
	line-height: 40px;
	font-family: 'Din-Bold';
}

#boxVideo .vmain .case .content {
	font-size: 21px;
	line-height: 32px;
	font-family: arial;
	margin-top: 17px;
}

#boxVideo .vmain .case .btn {
	margin-top: 68px;
	display: flex;
	justify-content: center;
}

#boxVideo .vmain .case .btn a {
	width: 112px;
	height: 112px;
	float: left;
	background: url(images/icon-play-big.png) center center no-repeat;
}

#boxVideo .vmain .case .vurl {
	display: none;
}

#boxVideo .act {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	display: none;
}

#boxVideo .act .actBox {
	width: 100%;
	height: 100%;
	float: left;
}

#boxVideo .act .actClose {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	background: url(images/icon-close.jpg) center center no-repeat;
	cursor: pointer;
	border-radius: 100%;
}

#fNews {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 34px;
}

#fNews .main {
	width: 1140px;
	margin: 0px auto;
}

#fNews .main .case {
	width: 100%;
	float: left;
}

#fNews .main .case .left {
	width: 125px;
	float: left;
}

#fNews .main .case .left .date {
	width: 98px;
	height: 105px;
	float: left;
	margin-top: 85px;
	background: url(images/bg-calendar.png) center center no-repeat;
	background-size: contain;
	padding-right: 8px;
	box-sizing: border-box;
}

#fNews .main .case .left .date .m {
	width: 100%;
	float: left;
	font-family: 'Din-Bold';
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: none;
	line-height: 38px;
}

#fNews .main .case .left .date .j {
	width: 100%;
	float: left;
	font-family: 'Din-Bold';
	color: #fff;
	font-size: 48px;
	text-align: center;
	line-height: 44px;
}

#fNews .main .case .right {
	width: calc(100% - 125px);
	float: left;
}

#fNews .main .case .right .otitle {
	width: 100%;
	float: left;
	font-family: 'Din-Bold';
	font-size: 24px;
	color: #333;
	line-height: 48px;
}

#fNews .main .case .right .detail {
	width: 100%;
	float: left;
	margin-top: 37px;
}

#fNews .main .case .right .detail .img {
	width: 330px;
	float: left;
}

#fNews .main .case .right .detail .img img {
	width: 100%;
	float: left;
}

#fNews .main .case .right .detail .info {
	width: calc(100% - 350px);
	float: right;
}

#fNews .main .case .right .detail .info .title {
	width: 100%;
	float: left;
	font-family: 'Din-Bold';
	color: #333;
	font-size: 21px;
	line-height: 23px;
}

#fNews .main .case .right .detail .info .excerpt {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-family: arial;
	color: #666;
	font-size: 15px;
	line-height: 23px;
}

#fNews .main .case .right .detail .info .tags {
	width: 100%;
	float: left;
	margin-top: 43px;
	font-family: 'Din-Regular';
	font-size: 15px;
	line-height: 23px;
	color: #0095d8;
}

#fNews .main .case .right .detail .info .tags:before {
	content: "TAG ";
	font-family: 'Din-Bold';
	color: #333;
}

#fDetail {
	width: 100%;
	float: left;
	padding-top: 34px;
	padding-bottom: 134px;
}

#fDetail .main {
	width: 1140px;
	margin: 0px auto;
}

#fDetial .main .case {
	width: 100%;
	float: left;
}

#tabT {
	width: 100%;
	float: left;
	padding-bottom: 46px;
	border-bottom: 1px dotted #979797;
	display: flex;
	white-space: nowrap;
}

#tabT li {
	float: left;
	position: relative;
	font-size: 21px;
	color: #999;
	font-family: 'Din-Bold';
	text-transform: none;
	cursor: pointer;
	margin-left: 70px;
}

#tabT li:first-child {
	margin-left: 0;
}

#tabT li.current {
	color: #F19831;
}

#tabT li.current:after {
	width: 9px;
	height: 8px;
	content: '';
	position: absolute;
	left: 50%;
	top: 40px;
	background: url(images/icon-li-active.png) center center no-repeat;
	margin-left: -4.5px;
}

#tabC {
	width: 100%;
	float: left;
	margin-top: 26px;
}

#tabC li {
	width: 100%;
	float: left;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 23px;
	color: #666;
}

#tabC li.current {
	display: block;
}

#tabC>li>* {
	width: 100%;
	float: left;
	margin: 8px 0;
}

#tabC li ul {
	padding-left: 30px;
	box-sizing: border-box;
}

#tabC li ul li {
	display: list-item;
	list-style-type: disc;
	margin: 4px 0;
}

#tabC li ol {
	padding-left: 30px;
	box-sizing: border-box;
}

#tabC li ol li {
	display: list-item;
	list-style-type: decimal;
	margin: 4px 0;
}

#tabC li a {
	color: #f19831;
	text-decoration: underline;
}

#boxBlue {
	width: 100%;
	float: left;
	border: 1px dotted #ccc;
	border-right: none;
	border-left: none;
}

#boxBlue .main {
	width: 1440px;
	margin: 0 auto;
}

#blue {
	width: 100%;
	float: left;
	padding: 50px 208px;
	box-sizing: border-box;
}

#blue .title {
	width: 100%;
	float: left;
	font-size: 21px;
	color: #0095d8;
	text-transform: none;
	line-height: 50px;
	font-family: 'Din-Bold';
}

#blue .content {
	width: 100%;
	float: left;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	font-family: arial;
	margin-top: 15px;
}

#blue .content a {
	text-decoration: underline;
	color: #f19831;
}

#blue .content p {
	width: 100%;
	float: left;
	margin-bottom: 18px;
}

#blue .content ul {
	width: 100%;
	float: left;
	margin-bottom: 18px;
	padding-left: 30px;
	box-sizing: border-box;
}

#blue .content ul li {
	list-style-type: disc;
}

#blue .moreBtn {
	width: 100%;
	float: left;
	margin-top: 48px;
}

#blue .moreBtn ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

#blue .moreBtn ul li {
	float: left;
}

#blue .moreBtn ul li+li {
	margin-left: 50px;
}

#blue .moreBtn ul li a {
	float: left;
	min-width: 360px;
	padding: 0 35px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 47px;
	font-size: 21px;
	font-family: 'Din-Bold';
	text-transform: none;
	position: relative;
	box-sizing: border-box;
}

#blue .moreBtn ul li a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

#boxProfile {
	width: 100%;
	float: left;
	background: #F0F2EF;
}

#boxProfile .main {
	width: 1440px;
	margin: 0px auto;
}

#profile {
	width: 100%;
	float: left;
	padding: 65px 208px;
	box-sizing: border-box;
}

#profile .title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #333;
	font-family: 'Din-Bold';
}

#profile .content {
	width: 100%;
	float: left;
	margin-top: 0px;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-family: arial;
}

#profile .lists {
	width: 100%;
	float: left;
	margin-top: 80px;
}

#profile .lists ul {
	width: 100%;
	float: left;
	padding: 0px;
	padding: 0px;
	list-style: none;
}

#profile .lists ul li {
	width: 176px;
	float: left;
	margin-left: 36px;
}

#profile .lists ul li:nth-child(5n+1) {
	margin-left: 0px;
}

#profile .lists ul li:nth-child(n+6) {
	margin-top: 36px;
}

#profile .lists ul li .img {
	width: 176px;
	height: 176px;
	float: left;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
}

#profile .lists ul li .name {
	width: 176px;
	float: left;
	font-family: 'Din-Bold';
	margin-top: 20px;
	font-size: 15px;
	color: #333;
	text-align: center;
}

#profile .lists ul li .info {
	width: 176px;
	float: left;
	font-family: arial;
	margin-top: 8px;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	height: 60px;
	text-align: center;
}

#profile .lists ul li img {
	width: 100%;
	height: auto;
	float: left;
}

#profile .link {
	width: 100%;
	float: left;
	margin-top: 89px;
	display: flex;
	justify-content: center;
}

#profile .link a {
	width: 360px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 51px;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	float: left;
	position: relative;
}

#profile .link a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

#boxVideoSwiper {
	width: 100%;
	float: left;
}

#boxVideoSwiper .main {
	width: 100%;
	float: left;
}

#videoSwiper {
	width: 100%;
	float: left;
	position: relative;
}

#videoSwiper .img {
	width: 100%;
	float: left;
}

#videoSwiper .img img {
	width: 100%;
	float: left;
	height: auto;
}

#videoSwiper .info {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #fff;
	height: 100%;
}

#videoSwiper .info .infoMain {
	width: 1440px;
	margin: 0px auto;
	height: 100%;
}

#videoInfo {
	width: 100%;
	float: left;
	padding: 0px 180px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#videoInfo div {
	width: 100%;
	float: left;
	text-align: center;
}

#videoInfo .btitle {
	font-size: 21px;
	color: #fff;
	line-height: 60px;
	font-family: 'Din-Bold';
}

#videoInfo .title {
	margin-top: 0px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Din-Bold';
	text-transform: none;
}

#videoInfo .stitle {
	margin-top: 17px;
	font-size: 21px;
	line-height: 32px;
	color: #fff;
	font-family: arial;
}

#videoInfo .intro {
	margin-top: 52px;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#videoInfo .action {
	margin-top: 68px;
	display: flex;
	justify-content: center;
}

#videoInfo .action a {
	width: 112px;
	height: 112px;
	float: left;
	background: url(images/icon-play-big.png) center center no-repeat;
}

#videoInfo .vfile {
	display: none;
}

#videoSwiper .video_act {
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 3;
	left: 0px;
	top: 0px;
}

#videoSwiper .video_act .video_close {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

#videoSwiper .video_act .video_close a {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

#videoSwiper .video_act .video_close a:before {
	content: "\2716";
	color: #000;
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
}

#videoSwiper .video_act .video_box {
	width: 100%;
	height: 100%;
	float: left;
}

#videoSwiper .video_act .video_box .projekktor {
	width: 100%;
	height: 100%;
	float: left;
}

#videoSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 1px solid #979797;
	border-radius: 100%;
	box-sizing: border-box;
	background: none;
	opacity: 1;
}

#videoSwiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid #0095d8;
	background: #0095d8;
}

#boxStoryListsFilter {
	width: 100%;
	float: left;
	background: #ececec;
	padding: 16px 0px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

#boxStoryListsFilter .main {
	width: 1440px;
	margin: 0px auto;
}

#storyListsFilter {
	width: 100%;
	float: left;
	padding: 0px 208px;
	box-sizing: border-box;
}

#storyListsFilter .fil {
	float: left;
}

#storyListsFilter .fil .fil1 {
	float: left;
	font-size: 21px;
	line-height: 60px;
	color: #999;
}

#storyListsFilter .fil .fil2 {
	float: left;
	width: 160px;
	font-size: 21px;
	margin-left: 3px;
}

#storyListsFilter .fil .fil2 div {
	width: 100%;
	float: left;
	color: #0095d8;
	line-height: 60px;
	cursor: pointer;
}

#storyListsFilter .fil .fil2 div span {
	float: left;
}

#storyListsFilter .fil .fil2 div:after {
	content: "\25bc";
	float: left;
	color: #0095d8;
	font-size: 12px;
	margin-left: 5px;
}

#boxStoryLists {
	width: 100%;
	float: left;
}

#boxStoryLists .main {
	width: 1440px;
	margin: 0px auto;
}

#storyLists {
	width: 100%;
	float: left;
	padding: 20px 208px 80px;
	box-sizing: border-box;
}

#storyLists .nums {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	font-family: 'Din-Regular';
	padding-bottom: 55px;
	border-bottom: 1px solid #0095d8;
}

#storyLists .nums .n1 {
	float: left;
}

#storyLists .nums .n2 {
	float: right;
}

#storyLists .nums span {
	color: #151515;
	font-family: 'Din-Bold';
}

#storyLists .jscroll-inner {
	width: 100%;
	float: left;
}

#storyLists .jscroll-inner .jscroll-added {
	width: 100%;
	float: left;
}

#storyLists .jscroll-inner .jscroll-added .jscroll-loading {
	width: 100%;
	float: left;
	padding: 30px 0px;
	background: url(images/icon-loading.gif) center center no-repeat;
	height: 37px;
}

#storyLists ul {
	width: 100%;
	float: left;
}

#storyLists ul li {
	float: left;
	margin-top: 60px;
	width: 330px;
}

#storyLists ul li+li {
	margin-left: 17px;
}

#storyLists ul li .img {
	width: 330px;
	float: left;
	overflow: hidden;
	position: relative;
}

#storyLists ul li .img img {
	width: 100%;
	float: left;
	height: 230px;
}

#storyLists ul li .title {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 28px;
	padding: 12px 0px;
}

#storyLists ul li .title a {
	color: #0095d8;
}

#storyLists ul li .alumni {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #222;
	font-weight: bold;
}

#storyLists ul li .excerpt {
	width: 100%;
	float: left;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	line-height: 23px;
	padding-top: 12px;
	border-top: 1px solid #c1c1c1;
}

#storyLists ul li .img b {
	width: 66px;
	height: 66px;
	position: absolute;
	background: url(images/icon-play.png) center center no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	z-index: 2;
	cursor: pointer;
	display: none;
}

#storyLists ul li.ftype-2 .img b {
	display: block;
}

#storyLists ul li .img span {
	width: 31px;
	height: 31px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(images/default-story-right-bottom.png) center center no-repeat;
}

#boxMagazine {
	width: 100%;
	float: left;
}

#boxMagazine .main {
	width: 1440px;
	margin: 0px auto;
}

#magazine {
	width: 100%;
	float: left;
	padding: 52px 208px 80px;
	box-sizing: border-box;
}

#magazine .tdiv {
	width: 100%;
	float: left;
}

#magazine .title {
	font-size: 40px;
	line-height: 60px;
	color: #333;
	text-align: center;
	text-transform: none;
	font-family: 'Din-Bold';
}

#magazine .content {
	margin-top: 7px;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-family: arial;
}

#magazine .lists {
	margin-top: 0px;
}

#listsMagazine {
	width: 100%;
	float: left;
}

#listsMagazine .jscroll-inner {
	width: 100%;
	float: left;
}

#listsMagazine .jscroll-inner .jscroll-added {
	width: 100%;
	float: left;
}

#listsMagazine .jscroll-inner .jscroll-added .jscroll-loading {
	width: 100%;
	float: left;
	padding: 30px 0px;
	background: url(images/icon-loading.gif) center center no-repeat;
	height: 37px;
}

#listsMagazine li {
	width: 330px;
	float: left;
	height: 468px;
	overflow: hidden;
	margin-left: 17px;
	margin-top: 70px;
}

#listsMagazine li .img {
	width: 100%;
	float: left;
	height: 420px;
	overflow: hidden;
	background: #000;
}

#listsMagazine li .img:not(.has-image) img {
	height: 100%;
	object-fit: cover;
}

#listsMagazine li .img img {
	width: 100%;
	float: left;
	height: auto;
}

#listsMagazine li .ftitle {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 48px;
	color: #0095d8;
}

/*#listsMagazine li:nth-child(n+4) {
	margin-top:70px;
}*/
#listsMagazine li:nth-child(3n+1) {
	margin-left: 0px;
}

#boxSResult {
	width: 100%;
	float: left;
	position: relative;
	display: none;
}

#boxSResult .main {
	width: 1440px;
	margin: 0px auto;
}

#sresult {
	width: 100%;
	float: left;
	padding: 96px 208px;
	box-sizing: border-box;
}

#sresult .jscroll-inner {
	width: 100%;
	float: left;
	padding-top: 66px;
}

#sresult .jscroll-inner .jscroll-added {
	width: 100%;
	float: left;
}

#sresult .jscroll-inner .jscroll-added .jscroll-loading {
	width: 100%;
	float: left;
	padding: 30px 0px;
	background: url(images/icon-loading.gif) center center no-repeat;
	height: 37px;
}

#searchTitle {
	width: 100%;
	height: 96px;
	position: absolute;
	left: 0;
	top: 0;
	background: #0095d8;
}

#searchTitle .main {
	padding: 0px 80px;
	box-sizing: border-box;
	font-family: "Din-Bold", Arial;
	font-size: 24px;
	color: #fff;
	height: 96px;
	display: flex;
	align-items: center;
}

#sresult .item {
	width: 100%;
	float: left;
	padding: 30px 0px;
	border-bottom: 1px solid #eee;
}

#sresult .item .title {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 23px;
}

#sresult .item .title a {
	color: #0095d8;
}

#sresult .item .img {
	width: 200px;
	float: left;
	height: 140px;
	overflow: hidden;
	margin-top: 20px;
}

#sresult .item .img img {
	width: 100%;
	float: left;
	height: auto;
}

#sresult .item .excerpt {
	width: 100%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #4a4a4a;
	margin-top: 20px;
}

#sresult .item .excerpt.ex-yes {
	width: calc(100% - 220px);
}

#sresult .empty {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4a4a4a;
	line-height: 23px;
	margin-top: 30px;
}

#facultyEE {
	width: 100%;
	float: left;
}

#facultyEE .main {
	width: 1024px;
	margin: 0 auto;
}

#fEE {
	width: 100%;
	float: left;
	padding: 80px 0;
}

#fEE .fEETitle {
	width: 100%;
	float: left;
	font-size: 40px;
	line-height: 60px;
	color: #333;
	font-family: 'Din-Bold';
	text-transform: none;
	text-align: center;
}

#fEE ul {
	width: 100%;
	float: left;
}

#fEE ul li {
	width: 100%;
	float: left;
	padding: 55px 0;
}

#fEE ul li+li {
	border-top: 1px dotted #979797;
}

#fEE ul li .img {
	width: 175px;
	float: left;
	height: 175px;
	overflow: hidden;
	border-radius: 100%;
}

#fEE ul li .img img {
	width: 100%;
	height: auto;
	float: left;
}

#fEE ul li .info {
	width: 305px;
	float: left;
	padding: 0 15px 0 28px;
	box-sizing: border-box;
}

#fEE ul li .info div {
	width: 100%;
	float: left;
}

#fEE ul li .info .name {
	font-family: 'Din-Bold';
	color: #0095d8;
	font-size: 21px;
	line-height: 24px;
}

#fEE ul li .info .pos {
	margin-top: 24px;
	font-family: arial;
	font-size: 15px;
	line-height: 21px;
	color: #6c6d6e;
	font-family: 'Din-Medium';
}

#fEE ul li .info .pos a {
	text-decoration: underline;
	color: #f19831;
}

#fEE ul li .detail {
	width: calc(100% - 480px);
	float: left;
}

#fEE ul li .detail div {
	width: 100%;
	float: left;
}

#fEE ul li .detail .dt {
	font-family: 'Din-Bold';
	color: #333;
	font-size: 21px;
	line-height: 24px;
}

#fEE ul li .detail .dd {
	margin-top: 24px;
	font-family: arial;
	font-size: 14px;
	line-height: 27px;
	color: #6c6d6e;
	font-family: 'Din-Medium';
}

#fEE ul li .detail .dd a {
	text-decoration: underline;
	color: #f19831;
}

#singlevideo {
	width: 100%;
	float: left;
}

#singlevideo .singlevideomain {
	width: 1440px;
	margin: 0 auto;
}

#singlevideo .singlevideomain .vinfo {
	width: 100%;
	float: left;
	padding: 90px 218px;
	box-sizing: border-box;
}

#singlevideo .singlevideomain .vinfo .vtitle {
	width: 100%;
	float: left;
	font-family: 'Din-Bold';
	font-size: 40px;
	line-height: 60px;
	color: #333;
	text-transform: none;
	text-align: center;
}

#singlevideo .singlevideomain .vinfo .vcon {
	width: 100%;
	float: left;
	font-family: arial;
	font-size: 21px;
	line-height: 32px;
	color: #333;
	text-align: left;
	margin-top: 20px;
	text-align: center;
}

#singlevideo .singlevideomain .vinfo .vcon p+p {
	margin-top: 16px;
}

#singlevideo .singleVideoFile iframe {
	width: 100% !important;
	height: 100% !important;
	float: left;
}

#sub {
	width: 100%;
	float: left;
	background: #1295d8;
	padding: 100px 0px;
}

#sub .main {
	width: 1440px;
	margin: 0px auto;
}

#subBox {
	width: 100%;
	float: left;
}

#subBox .title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	text-transform: none;
}

#subBox .content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	color: #fff;
	font-family: Arial;
}

#subBox .form {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#subBox .form form {
	width: 400px;
	margin: 0px auto;
}

#subBox .form form input {
	width: 348px;
	height: 50px;
	float: left;
	border: none;
	padding: 0px 20px;
	box-sizing: border-box;
	font-family: "Din-Regular", Arial;
	font-size: 16px;
}

#subBox .form form input[type='submit'] {
	width: 50px;
	height: 50px;
	float: right;
	background: url(images/icon-right-arrow-yellow.png) center center no-repeat #fff;
	cursor: pointer;
}

#subBox .form div.mce_inline_error,
#subBox .form div#mce-error-response {
	clear: both;
	width: 348px;
	float: left;
	box-sizing: border-box;
	background: none;
	font-family: arial;
	font-weight: normal;
	color: #f00;
	padding: 15px 20px;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}

#subBox .form div#mce-error-response a {
	display: none;
}

#fmenu {
	width: 100%;
	float: left;
}

#fmenu .main {
	width: 1440px;
	margin: 0px auto;
}

#fmenuBox {
	width: 100%;
	float: left;
	padding: 47px 80px;
	box-sizing: border-box;
}

#fmenuBox>ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

#fmenuBox>ul>li {
	float: left;
}

#fmenuBox>ul>li>a {
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
	font-family: "Din-ProBold", Arial;
	font-size: 18px;
	color: #333;
	text-transform: none;
}

#fmenuBox>ul>li>ul {
	float: left;
	clear: both;
	margin-top: 15px;
}

#fmenuBox>ul>li>ul>li {
	float: left;
	font-size: 15px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #333;
}

#fmenuBox>ul>li>ul>li>a {
	color: #333;
}

#fmenuBox ul li a:hover {
	color: #0095d8;
}

#bottom {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 90px;
}

#bottom .social {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

#bottom .social ul {
	float: left;
}

#bottom .social ul li {
	width: 34px;
	height: 35px;
	float: left;
	background-image: url(images/icon-social.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	cursor: pointer;
}

#bottom .social ul li a {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}

#bottom .social ul li:first-child {
	margin-left: 0;
	background-position: 0 0;
}

#bottom .social ul li:nth-child(2) {
	background-position: -49px 0;
}

#bottom .social ul li:nth-child(3) {
	background-position: -98px 0;
}

#bottom .social ul li:nth-child(4) {
	background-position: -147px 0;
}

#bottom .social ul li:nth-child(5) {
	background-position: -196px 0;
}

#bottom .social ul li:nth-child(6) {
	background-position: -245px 0;
}

#bottom .social ul li:first-child:hover {
	background-position: 0 -35px;
}

#bottom .social ul li:nth-child(2):hover {
	background-position: -49px -35px;
}

#bottom .social ul li:nth-child(3):hover {
	background-position: -98px -35px;
}

#bottom .social ul li:nth-child(4):hover {
	background-position: -147px -35px;
}

#bottom .social ul li:nth-child(5):hover {
	background-position: -196px -35px;
}

#bottom .social ul li:nth-child(6):hover {
	background-position: -245px -35px;
}

#bottom .copyright {
	width: 100%;
	float: left;
	margin-top: 40px;
	font-family: "Din-Regular", Arial;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	text-align: center;
}

#bottom .copyright a {
	color: #999;
	text-decoration: underline;
}

#totop {
	width: 3pc;
	height: 3pc;
	position: fixed;
	z-index: 5;
	right: 13px;
	bottom: 236px;
	background: url(images/icon-back-to-top.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	cursor: pointer;
}

.editimg {
	position: relative;
}

.editimg .uploadact {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 33px;
	z-index: 4;
}

#boxImg .editimg .uploadact {
	bottom: 0;
}

.editimg .uploadact .up1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #ff0;
}

.editimg .uploadact .up2 {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

.editimg a {
	width: 64px;
	height: 28px;
	font-size: 12px;
	background-color: rgba(51, 51, 51, 0.3);
	color: #fff;
	text-align: center;
	line-height: 28px;
	float: left;
}

.editimg a+a {
	margin-left: 2px;
}

.editimg form {
	display: none;
}

.editshow {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	display: none;
}

.contentBox {
	width: 100%;
	float: left;
}

.contentBox .main {
	width: 1440px;
	margin: 0 auto;
}

.contentBox .main .mainBox {
	width: 100%;
	float: left;
}

#swiperOver {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
}

#swiperBox {
	width: 600px;
	height: 482px;
	float: left;
	position: relative;
}

#swiperBox .swiper-container {
	width: 100%;
	height: 360px;
	float: left;
}

#swiperBox .gallery-thumbs {
	width: 100%;
	height: 112px;
	float: left;
	margin-top: 10px;
}

#swiperBox .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	float: left;
}

#swiperBox .swiper-pagination {
	display: none;
}

#swiperBox .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	opacity: 1;
	background: none;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#swiperBox .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

#swiperBox .closeBox {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	right: -20px;
	top: -20px;
	background: url(images/icon-close.jpg) center center no-repeat;
	cursor: pointer;
	border-radius: 100%;
	background-size: contain;
}

#swiperBox .swiper-button-next {
	right: -50px;
	margin-top: -83px;
}

#swiperBox .swiper-button-prev {
	left: -50px;
	margin-top: -83px;
}

#swiperBox .swiper-top .swiper-slide {
	overflow-y: hidden;
	overflow-y: auto;
}

#swiperBox .swiper-top .swiper-slide img {
	width: 100%;
	float: left;
	height: auto;
}

#swiperBox .gallery-thumbs .swiper-slide {
	cursor: pointer;
}

#swiperBox .gallery-thumbs .swiper-slide-active:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	border: 2px solid #fff;
	box-sizing: border-box;
	left: 0;
	top: 0;
}

#newsandevents {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #eee;
}

#newsandevents .main {
	width: 1140px;
	margin: 0 auto;
}

#newsandevents .main #recentNews {
	padding: 0;
	margin: 0;
}

#newsandevents .main #recentNews ul li .title {
	font-size: 21px;
}

#header .menu>ul>li:last-child>.sub-menu {
	width: 230px !important;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info {
	width: 1136px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -568px;
	top: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: none;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	text-transform: none;
	position: relative;
}

.single-program .mba-program-language .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.single-program .mba-program-language #boxSwiperN .swiper-slide:after {
	display: none;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
	background-color: transparent;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	background: #fff;
}

.mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title:after {
	content: "";
	position: absolute;
	width: 79px;
	height: 1px;
	background: url(./images/icon-line-white.png) center center no-repeat;
	left: 50%;
	margin-left: -40px;
	bottom: -16px;
	display: block !important;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .content {
	display: block !important;
}

.mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .imgover {
	opacity: 1;
}

@media screen and (max-width: 1600px) {
	#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content.columns {
		font-size: 13px;
		line-height: 18px;
	}

	#msgBox .seemore {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1520px) {
	#hmenu {
		margin-left: 60px;
	}
}

/* @media screen and (max-width: 1024px) {
	body {
		zoom: 0.7 !important;
	}
} */

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info {
	display: block;
	padding: 100px 0 0 0;
	width: 940px;
	margin-left: -470px;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title {
	font-size: 38px;
	line-height: 42px;
	text-align: left;
	text-transform: none;
	padding: 0 100px 0 0;
	width: auto;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Din-Medium';
	background: #1495d8;
	display: inline-block;
	width: auto;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button:hover {
	opacity: .8;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button div {
	border-bottom-width: 0;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button a {
	color: #fff;
	font-family: 'Din-Medium';
	display: block;
	padding: 12px 18px;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button svg {
	fill: #fff;
	width: 12px;
	height: 12px;
	margin-left: 48px;
}

#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .button path {
	fill: #fff !important;
}



.home_news {
	clear: both;
	padding: 96px 0 42px 0;
}

.home_news,
.home_news a {
	color: #656565;
	font-size: 16px;
	font-family: 'Din-Regular';
	line-height: 22px;
}

.home_news .main {
	width: 1020px;
	margin: 0px auto;
}

.home_news .main ul li {
	width: 29.4%;
	float: left;
	margin: 0 0 40px 5.8%;
}

.home_news .main ul li.no_ml {
	margin-left: 0;
}

.home_news .title,
.home_news .title a {
	color: #333;
	font-size: 20px;
	font-family: 'Din-Medium';
	line-height: 24px;
}

.home_news .title a:hover {
	color: #1295d8;
}

.home_news .title {
	padding: 0 0 8px;
}

.home_news .img {
	margin: 0 0 24px;
}

.home_news .img img {
	display: block;
}

.home_news .meta {
	padding: 0 0 16px;
}

.home_news .more,
.home_news .more a {
	color: #1495d8;
	font-size: 16px;
	font-family: 'Din-Bold';
	line-height: 20px;
}

.home_news .more a:hover {
	color: #1295d8;
}

.home_news .more {
	border-top: 1px solid #1495d8;
	padding: 7px 0;
}

.home_news .main ul li .img {
	overflow: hidden;
}

.home_news .main ul li .img img {
	transition: 1s;
}

.home_news .main ul li:hover .img img {
	transform: scale(1.1);
}


.centerd_text {
	padding: 42px 0 42px 0;
	color: #333;
	font-size: 18px;
	font-family: 'Din-Regular';
	line-height: 24px;
	text-align: center;
}

.centerd_text .main {
	max-width: 940px;
	margin: 0px auto;
}

.centerd_text .title {
	color: #333;
	font-size: 38px;
	font-family: 'Din-Bold';
	line-height: 42px;
	padding: 0 5% 27px;
}

.centerd_text .content {
	padding: 0 0 24px;
}


.icon_list {
	color: #333;
	font-size: 18px;
	font-family: 'Din-Regular';
	line-height: 24px;
	text-align: center;
	padding: 43px 0 88px 0;
}

.icon_list .main {
	max-width: 940px;
	margin: 0px auto;

}

.icon_list .img {
	padding: 0 0 20px;
}

.icon_list .img img {
	display: block;
	max-width: 124px;
	margin: 0 auto;
}

.icon_list ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 52px;
}

.icon_list .title {
	color: #333;
	font-size: 20px;
	font-family: 'Din-ProBold';
	line-height: 24px;
	padding: 0 0 11px;
}

.icon_list .desc {
	padding: 0 10px;
}

.icon_list .stitle {
	color: #00aaff;
	font-size: 28px;
	font-weight: normal;
	font-family: 'Din-Medium';
	line-height: 34px;
	padding: 0 0 72px;
}


.numbers {
	clear: both;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 118px 0 118px;
	color: #333;
	font-size: 18px;
	font-family: 'Din-Regular';
	line-height: 22px;
}

.numbers .main {
	width: 940px;
	margin: 0px auto;
}

.numbers .number {
	color: #1495d8;
	font-size: 60px;
	font-family: 'Din-Regular';
	line-height: 42px;
	padding: 0 0 18px;
}

.numbers li {
	padding: 0 0 82px;
	width: 25%;
	float: left;
}

.numbers .stitle {
	color: #333;
	font-size: 38px;
	font-family: 'Din-ProBold';
	line-height: 42px;
	padding: 0 0 88px;
}

.numbers .title {
	padding: 0 20px 0 0;
}

.numbers .more {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: 'Din-Medium';
	display: inline-block;
	padding: 12px 18px;
	background: #1495d8;
}

.numbers .more svg {
	fill: #fff;
	width: 12px;
	height: 12px;
	margin-left: 48px;
}

.numbers .more path {
	fill: #fff !important;
}

.numbers .more:hover {
	opacity: .8;
}


.mod_programs {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 118px 0 125px;
	color: #fff;
	font-size: 20px;
	font-family: 'Din-Regular';
	line-height: 24px;
}

.mod_programs .main {
	width: 940px;
	margin: 0px auto;
}

.mod_programs .stitle {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Din-ProBold';
	line-height: 42px;
	padding: 0 0 18px;
	text-align: center;
}

.mod_programs .stext {
	text-align: center;
	padding: 0 160px 92px;
}

.mod_programs .ul_box,
.mod_programs .ul_box_2 {
	position: relative;
}

.mod_programs ul {
	position: relative;
}

.mod_programs .ul_box:before,
.mod_programs .ul_box_2:before,
.mod_programs .ul_box_3:before {
	display: block;
	content: '';
	width: 31.9%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .9;
}

.mod_programs .ul_box_2:before {
	left: 34.05%;
}

.mod_programs .ul_box_3:before {
	left: 68.1%;
}

.mod_programs li {
	text-align: center;
	margin: 0 0 0 2.15%;
	width: 31.9%;
	float: left;
}

.mod_programs li,
.mod_programs li a {
	color: #333;
	font-size: 20px;
	font-family: 'Din-Regular';
	line-height: 24px;
}

.mod_programs li a {
	display: block;
	padding: 20px 30px 53px;
}

.mod_programs li a:hover .title {
	color: #0095d8;
}

.mod_programs li.no_ml {
	margin-left: 0;
	clear: both;
}

.mod_programs li svg {
	fill: #0095d8;
	width: 12px;
	height: 12px;
	margin-left: 9px;
}

.mod_programs li path {
	fill: #0095d8 !important;
}

.mod_programs li .title {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Din-ProBold';
	line-height: 28px;
	border-bottom: 1px solid #0095d8;
	padding: 19px 0 28px;
}

.mod_programs li .text {
	padding: 29px 0 0 0;
}


#site_knowledge {
	clear: both;
}

#site_knowledge .lists,
#site_knowledge .lists a {
	color: #333;
	font-size: 32px;
	font-family: 'Din-Regular';
	line-height: 38px;
}

#site_knowledge .lists a:hover {
	color: #1295d8;
}

#site_knowledge .lists a {
	display: block;
	overflow: hidden;
}

#site_knowledge .list {
	background: #eff7fe;
}

#site_knowledge .img {
	width: 27.08%;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}

#site_knowledge .bg {
	height: 260px;
	background-repeat: no-repeat;
	background-position: top 50%;
	background-size: cover;
	transition: 1s;
}

#site_knowledge .lists a:hover .bg {
	transform: scale(1.1);
}

#site_knowledge .info {
	width: 72.92%;
	float: right;
}

#site_knowledge .info_title {
	padding: 0 88px 0 75px;
}

#site_knowledge .info_title_inner {
	height: 260px;
	padding: 0 26px 0 0;
	position: relative;
}

.td {
	height: 260px;
	display: table-cell;
	vertical-align: middle;
}

#site_knowledge svg {
	fill: #0095d8;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -13px 0 0 0;
}

#site_knowledge path {
	fill: #0095d8 !important;
}

#site_knowledge .title_txt {
	max-width: 480px;
}

#site_knowledge .list_1 {
	background: #c5e5f4;
}

#site_knowledge .list_1 .img {
	float: right;
}

#site_knowledge .list_1 .info {
	float: left;
}

#site_knowledge .list_2 {
	background: #d9d9d9;
}

#site_knowledge .s_box {
	color: #fff;
	font-size: 20px;
	font-family: 'Din-Regular';
	line-height: 24px;
	text-align: center;
	background: #333;
	padding: 69px 0 84px;
}

#site_knowledge .s_box .title {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Din-ProBold';
	line-height: 42px;
	padding: 0 0 18px;
}

#site_knowledge .s_box_inner {
	max-width: 510px;
	margin: 0 auto;
}


body #story {
	padding-top: 38px;
	padding-bottom: 40px;
}

body #storyBox .content {
	color: #333;
	font-size: 20px;
	font-family: 'Din-Regular';
	line-height: 24px;
	text-align: center;
	max-width: 610px;
	margin: 0 auto;
	float: none;
}

body #storyBox>.title {
	color: #333;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Din-ProBold';
	line-height: 42px;
	text-align: center;
	text-transform: none;
	padding: 0 0 20px;
}

body #story .main {
	width: 1388px;
}

body #storyBox .list ul li .title a {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Din-Medium';
	line-height: 24px;
	text-align: center;
	text-transform: none;
}

body #storyBox .list ul li .title a:hover {
	color: #1495d8;
	text-decoration: none;
}

body #storyBox .list ul li .title {
	text-align: center;
	border-bottom-width: 0;
	padding: 28px 0 0;
}

body #storyBox .list ul li .info {
	color: #656565;
	font-size: 16px;
	font-family: 'Din-Regular';
	line-height: 20px;
	text-align: center;
	margin: 10px 0 0 0;
}

body #storyBox .list {
	margin-top: 56px;
}


body #subBox .title {
	text-transform: none;
}


#swiper_hm {
	position: relative;
}

#swiper_hm #boxSwiperN {}

.h_menus {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 111;
	padding: 61px 0 64px 0;
}

.h_menus,
.h_menus a {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Din-ProBold';
	line-height: 24px;
}

.h_menus a:hover {
	color: #ccc;
}

.h_menus_inner {
	width: 940px;
	margin: 0 auto;
}

.h_menus .name {
	font-size: 16px;
	font-family: 'Din-Regular';
	line-height: 20px;
	text-transform: none;
	padding: 0 0 16px;
}

.h_menus ul li {
	padding: 19px 0;
	border-top: 1px solid #fff;
}

.h_menus ul li:first-child {
	border-top: none;
}

.h_menus ul li ul li,
.h_menus ul li ul li a {
	font-size: 16px;
	font-family: 'Din-Medium';
	line-height: 20px;
}

.h_menus ul li ul {
	padding: 16px 0 0 0;
}

.h_menus ul li ul li {
	border-top: none;
	padding: 4px 0;
}

.h_menu {
	width: 31.9%;
	float: left;
	margin-left: 2.15%;
}

.h_menu_1 {
	margin-left: 0;
}


body #fmenuBox>ul>li>a {
	text-transform: none;
}

#drop {
	min-height: 286px;
}

#recentNews .title a {
	color: #0095D8;
}

#recentNews .title a:hover {
	color: #0095D8;
}

body div.is_stuck {
	z-index: 4444 !important;
}

#boxConNormal .main:after {
	display: block;
	content: '';
	clear: both;
}

.sc_tt {
	clear: both;
}




.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles*********************************/
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	margin: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme*********************************/
.flexslider {
	padding: 0;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	/*    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;*/
}

.flexslider .swiper-slide {
	/*    -webkit-transition:opacity 2.4s ease;
    -moz-transition:opacity 2.4s ease;
    -ms-transition:opacity 2.4s ease;
    -o-transition:opacity 2.4s ease;
    transition:opacity 2.4s ease;*/
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

_:-ms-fullscreen,
:root .flexslider .swiper-slide {
	/*	-webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease;*/

	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

_:-ms-lang(x),
.flexslider .swiper-slide {
	/*	-webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease;*/

	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

@supports (-ms-accelerator:true) {
	.flexslider .swiper-slide {
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
	}
}

.ie_11 .flexslider .swiper-slide {
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.ie_10 .flexslider .swiper-slide {
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
	display: none;
}

.flex-direction-nav a {
	width: 15px;
	height: 100%;
	width: 37px;
	height: 57px;
	position: absolute;
	top: 50%;
	margin: -29px 0 0 0;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}

.flex-direction-nav a.flex-prev {
	left: 0;
}

.flex-direction-nav a {
	width: 18px;
	height: 100%;
	top: 0;
	margin: 0;
}

.flex-direction-nav a.flex-prev {
	left: 15px;
}

.flex-direction-nav a.flex-next {
	right: 0;
}

.flex-direction-nav a.flex-next {
	right: 15px;
}

/* Control Nav */
.flex-control-nav {
	line-height: 0;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	text-align: center;
	padding: 0;
	z-index: 9999;
	width: 100%;
	margin: 0;
}

.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	padding: 0;
	margin: 0 5px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	border: 1px solid #979797;
	background: transparent;
	border-radius: 100%;

	box-sizing: border-box;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a:after {
	display: none;
}

.flex-control-paging li a.flex-active {
	cursor: default;
	border: 1px solid #0095d8;
	background: #0095d8;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


body .ee_menu#swiper_hm #swiperN .swiper-container .swiper-wrapper .swiper-slide .info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70px !important;
}

body .ee_menu #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title {
	padding-right: 0 !important;
}

body .ee_menu #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title:after {
	display: none;
}

body .ee_menu #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .content {
	font-family: 'Din-Regular';
	font-size: 22px;
	line-height: 26px;
	margin-top: 27px;
	width: 70%;
}


.ee_has_btns {
	padding: 0 0 190px;
}

.ee_btns_wrapper {
	position: absolute;
	bottom: 125px;
	left: 0;
	width: 100%;
	z-index: 333;
}

.ee_btns {
	text-align: center;
	width: 1132px;
	margin: 0px auto;
}

.ee_btns *,
.ee_btns *:before,
.ee_btns *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ee_btn {
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	font-family: 'Din-Medium';
	display: block;
	float: left;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.ee_btn_tt {
	display: block;
	padding: 46px 10%;
}


.upcoming_programs #pro {
	padding-bottom: 97px;
	padding-top: 105px;
}

.upcoming_programs #pro .title {
	color: #333;
	font-size: 38px;
}

.upcoming_programs #pro .swiper .swiper-container {}

.upcoming_programs #pro .swiper {
	margin-top: 76px;
}

.upcoming_programs #pro .swiper .swiper-slide .img {
	width: 300px;
	height: 210px;
}

.upcoming_programs #pro .swiper .swiper-container .swiper-button:before {
	color: rgba(20, 149, 216, 0.5);
	font-size: 40px;
}

.upcoming_programs #pro .swiper .swiper-slide .title {
	margin-top: 24px;
	height: auto;
}

.upcoming_programs #pro .swiper .swiper-slide .title a {
	color: #333;
	font-size: 20px;
	line-height: 24px;
}

.upcoming_programs #pro .swiper .swiper-slide .excerpt {
	color: #656565;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Din-Regular';
	border-top: none;
	margin-top: 14px;
	padding-top: 0;
}

.upcoming_programs #pro .swiper .swiper-container .swiper-button-prev {
	left: -50px;
}

.upcoming_programs #pro .swiper .swiper-container .swiper-button-next {
	right: -50px;
}

.upcoming_programs .more_button {
	padding: 57px 0 0 0;
}

.more_button {
	text-align: center;
	clear: both;
}

.more_button a {
	display: inline-block;
	font-family: 'Din-Regular';
	font-size: 20px;
	line-height: 28px;
	padding: 11px 27px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	color: #ffffff;
	background: #1495d8;
}

.more_button a:hover {
	background: #1b73a0;
}

#story .more_button {
	padding: 107px 0 0 0;
}

.home_news .more_button {
	padding: 56px 0 0 0;
}

.ee_voices {
	position: relative;
	background: #eff7fe;
	padding: 60px 0 147px;
}

.ee_voices:before {
	display: block;
	content: '';
	width: 100%;
	height: 64.6%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #3a475a;
}

.ee_voices #voc {
	width: 940px;
	margin: 0 auto;
	float: none;
	padding: 0;
}

.ee_voices #voc .left .content:before {
	display: none;
}

.ee_voices #voc .swiper-container .swiper-wrapper {
	background: #fff;
	box-shadow: 0 10px 26px 0 rgba(51, 51, 51, 0.15);
}

.ee_voices #voc .swiper-container {
	overflow: visible;
}

.ee_voices #voc .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
}

.ee_voices #voc .swiper-container .swiper-wrapper:before,
.ee_voices #voc .swiper-container .swiper-wrapper .swiper-slide:before {
	display: block;
	content: '';
	width: 31.9%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #9aa7ba;
}

.ee_voices #voc .left {
	width: 60.2%;
	float: left;
	padding: 48px 0 196px 0;
	position: relative;
}

.ee_voices #voc .left .content {
	padding: 0 0 0 52px;
	color: #656565;
	font-family: 'Din-Regular';
	font-size: 28px;
	line-height: 36px;
}

.ee_voices #voc .left .title {
	color: #1495d8;
	font-family: 'Din-Regular';
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	position: absolute;
	bottom: 48px;
	left: 52px;
	padding: 0;
}

.ee_voices #voc .right {
	width: 31.9%;
	float: right;
	padding: 0;
	position: relative;
	background: #9aa7ba;
}

.ee_voices #voc .right .img {
	width: auto;
	height: auto;
	border-radius: 0;
	margin-top: 0;
	background: #fff;
}

.ee_voices #voc .right .img img {
	width: 100%;
}

.ee_voices #voc .pos {
	clear: both;
	color: #fff;
	font-family: 'Din-Regular';
	font-size: 20px;
	line-height: 28px;
	padding: 29px 38px 0 38px;
}

.ee_voices #voc .pos .uname {
	color: #fff;
	font-family: 'Din-Regular';
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 0 18px;
}

.ee_voices #voc .swiper-container {
	padding-bottom: 50px;
}

.ee_voices .flex-control-nav {
	width: 31.9%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #656565;
	left: auto;
	padding: 18px 0;
}

.ee_voices .flex-control-paging li a {
	width: 14px;
	height: 14px;
	background: #939393;
	border: none;
	margin: 0 8px;

}

.ee_voices .flex-control-paging li a.flex-active {
	background: #fff;
}

.ee_voices .flex-direction-nav {
	display: block;
}

.ee_voices .flex-direction-nav a.flex-prev,
.ee_voices .flex-direction-nav a.flex-next {
	width: 50px;
	height: 50px;
	display: block;
	z-index: 9999;
}

.ee_voices .flex-direction-nav a.flex-prev {
	background: url(images/prev.png) no-repeat 50% 50%;
	bottom: 0;
	top: auto;
	right: 31.9%;
	left: auto;
	margin-right: -50px;
}

.ee_voices .flex-direction-nav a.flex-next {
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	background: url(images/next.png) no-repeat 50% 50%;
}


.more_button_orange {
	clear: both;
	text-align: center;
	text-align: center;
	margin-top: 70px;
	line-height: 60px;
}

.more_button_orange a {
	display: inline-block;
	padding: 0 35px;
	height: 51px;
	border-bottom: 4px solid #c86b00;
	background: #f19831;
	color: #fff;
	text-align: center;
	line-height: 47px;
	font-size: 21px;
	font-family: 'Din-Bold', Arial;
	text-transform: none;
	position: relative;
	min-width: 360px;
	box-sizing: border-box;
}

.more_button_orange a:after {
	content: "+";
	font-size: 24px;
	font-family: arial;
	color: #fff;
	position: absolute;
	right: 14px;
}

.text_link_url {
	clear: both;
	text-align: center;
	padding: 80px 0 0;
	font-size: 23px;
	font-family: "Din-Bold", Arial;
}

.text_link_url a {
	color: #F19831;
}

.global-popup {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.global-popup__content {
	line-height: 1.2;
}

.featherlight {
	background: rgba(0, 0, 0, 0.2) !important;
}

.featherlight-content img {
	max-width: 150px;
	height: auto;
}

.featherlight-content img.wp-image-9519 {
	max-width: 100px;
}

.featherlight .global-popup {
	display: block;
}

.featherlight .featherlight-content {
	width: 80%;
	padding: 50px 50px 0 !important;
	max-width: 900px;
}

.featherlight .featherlight-content p {
	margin-bottom: 40px;
}

.featherlight .featherlight-close-icon {
	border: 3px solid #000 !important;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px !important;
	width: 40px !important;
}

@media only screen and (min-width: 1024px) {
	#boxDown+#boxDline {
		position: relative;
		margin-top: 62px;
	}
}

.acceptance-944 {
	display: none;
}

#form .form .left .items2 .item .note b.checked:before {
	opacity: 0;
}

#form .form .left .items2 .item .note b.checked.is-checked:before {
	opacity: 1;
}

.pdf-cover picture,
.pdf-cover picture img {
	height: 100%;
}

/*Custom mega menu style*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#mg-menu {
	max-width: 1440px;
	margin: auto;
	padding: 36px 30px;
	font-family: 'Din-Medium', Arial, Helvetica, sans-serif;
}

.w50 {
	width: 50%;
	box-sizing: border-box;
}

.w40 {
	width: 40%;
	box-sizing: border-box;
}

.w60 {
	width: 60%;
	box-sizing: border-box;
}

.mg-menu-left {
	width: 66%;
	box-sizing: border-box;
	border-right: 1px solid #2296d6;
}

.mg-menu-right {
	width: 33%;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 0px;
}

#mg-menu li {
	display: block;
	width: 100%;
	margin-left: 0 !important;
	font-family: 'Din-Regular';
	font-size: 18px;
	position: relative;
	padding-left: 22px;
}

#mg-menu li:not(:last-child) {
	margin-bottom: 10px;
}

#mg-menu li a,
#mg-menu .mg-menu-right ul li {
	color: #FFF !important;
}

#mg-menu li:hover a {
	color: #1495d9 !important;
}

.icon-arrow-left {
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #2295da;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 8px;
	left: 0;
}

.has-arrow {
	padding-left: 22px;
	position: relative;
}

.has-arrow .icon-arrow-left {
	top: 12px;
}

h2.mg-title {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'Din-Bold', sans-serif;
	font-size: 24px;
}

h3.mg-subtitle {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'Din-Bold', sans-serif;
	font-size: 24px;
}

h3.mg-subtitle a {
	color: #FFF !important;
}

h3.mg-subtitle a:hover {
	color: #1495d9 !important;
}

#mg-menu p {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Din-Medium', sans-serif;
}

#mg-menu img {
	margin: 20px 0;
	max-width: 100%;
	height: auto;
}

.mg-menu-left-content-right {
	padding-left: 20px;
	padding-right: 20px;
}

h3.mg-sublist-title {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Din-Bold', sans-serif;
	font-size: 18px;
}

h3.mg-sublist-title:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #2496d6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mg-sub-list {
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.mg-menu-left-content-right h3.mg-subtitle {
	padding-left: 20px;
}

.discover {
	color: #218eca !important;
}

.discover:hover {
	color: #fff !important;
}

#header .menu ul li.menu-item-has-children {
	position: relative;
}

#header .sub-menu {
	position: absolute;
	background: #0b4b6e;
	width: 300px !important;
	top: 100%;
	left: -15px;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
}

#header .menu ul li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

#header .menu ul>li.menu-item-has-children .arr {
	display: inline-block;
	padding: 0 0 0 5px;
}

#header .sub-menu li {
	display: block;
	width: 100%;
}

#header .sub-menu li .arr {
	display: none;
	display: none !important;
}

#header .menu ul li.menu-item-has-children .sub-menu a {
	color: #FFF;
}

#header .sub-menu li {
	position: relative;
	margin-left: 0 !important;
	padding-left: 20px;
}

#header .sub-menu>li:before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #2295da;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 12px;
	left: 0;
}

#header .menu ul li.menu-item-has-children .sub-menu li:hover a {
	color: #1495d9;
}

#header .sub-menu li.menu-item-has-children .sub-menu {
	position: static;
	width: auto !important;
	padding: 0;
}

#header .sub-menu li.menu-item-has-children .sub-menu li {
	padding-left: 0;
}

#header .sub-menu li.menu-item-has-children .sub-menu li a {
	font-size: 16px;
	color: #a5b4bf !important;
}

#header .sub-menu li.menu-item-has-children .sub-menu li:hover a {
	color: #1495d9 !important;
}

#header .sub-menu li.menu-item-has-children .sub-menu li:before {
	display: none;
}

#header .menu ul>li.menu-item-has-children:hover .arr {
	padding: 0px 0 0 5px;
	transform: rotateX(180deg);
}

#header .menu #mg-menu ul li a {
	font-size: 15px;
	line-height: 20px;
}

#header .menu #mg-menu .mg-menu-right ul li {
	font-family: 'Din-Medium', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.grecaptcha-badge {
	display: none;
}

/*FOOTER*/
.footer-bottom {
	background: #f4f4f4;
}

.footer-bottom-menu {
	max-width: 1325px;
	margin: auto;
	padding: 38px 0;
}

.footer-bottom-menu-inner>* {
	box-sizing: border-box;
}

.w100 {
	width: 100%;
}

.footer-bottom-col-1 {
	width: 14.8%;
	padding: 0 20px;
}

.footer-bottom-col-2 {
	width: 40.7%;
	flex-wrap: nowrap;
}

.footer-bottom-col-2>div {
	padding: 0 15px;
	box-sizing: border-box;
}

.footer-bottom-col-2 .nav-1 {
	width: 32%;
}

.footer-bottom-col-2 .nav-2 {
	width: 32.5%;
}

.footer-bottom-col-2 .nav-3 {
	width: 35.5%;
}

.footer-bottom-col-3 {
	width: 44.5%;
}

.logo-footer {
	display: block;
}

.logo-footer img {
	max-width: 100%;
	height: auto;
}

.copyright {
	text-align: center;
	padding: 20px 0;
}

.copyright p {
	font-family: Din-Medium;
	font-size: 12px;
	color: #313131;
}

.copyright p a {
	color: #313131;
	text-decoration: underline;
}

.foot-menu-list {
	margin-bottom: 5px;
}

.foot-menu-title {
	font-family: Din-Bold, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	color: #313131;
}

.foot-menu-title a {
	color: #313131
}

.foot-menu-subtitle {
	font-family: Din-Bold, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #313131;
}

.foot-menu-subtitle a {
	color: #313131
}

.foot-menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #313131;
	margin: 0 0 10px;
}

.foot-menu-item a {
	color: #313131;
}

.fs-14 {
	font-size: 14px;
	margin-top: 10px;
}

.space-top {
	margin-top: 33px;
}

.footer-bottom-col-3>div {
	padding: 0 20px;
	box-sizing: border-box;
}

.footer-bottom-col-3 .nav-1 {
	width: 42.5%;
}

.footer-bottom-col-3 .nav-2 {
	width: 26.5%;
}

.footer-bottom-col-3 .nav-3 {
	width: 31%;
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-right: 83px !important;
}

.footer-social ul {
	list-style: none;
	display: inline-block;
}

.footer-social ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 28px;

}

.footer-social ul li a {
	color: #1495d9;
}

.foot-menu-list li:hover>a {
	color: #1495d8;
}

.foot-menu-subtitle~.foot-menu-subtitle {
	margin-top: 12px;
}

#ckgsb-program h3.mg-sublist-title {
	color: #f19831 !important;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-family: "Din-Medium", sans-serif;
	font-weight: normal;
}

#ckgsb-program .mg-subtitle {
	margin-bottom: 15px !important;
}

.mg-menu-right {
	padding-left: 30px;
}

#ckgsb-program .mg-menu-left-content-right {
	padding-left: 30px;
	padding-right: 30px !important;
	border-right: 1px solid #2296d6;
}

#ckgsb-program {
	padding-top: 90px !important;
}

.rst-next-section {
	text-align: center;
}

#ckgsb-program .mg-sub-list:last-child {
	margin: 0;
}

#ckgsb-program .ckgsb-program-content #mg-menu {
	padding-bottom: 80px;
}

.go-next h4 {
	font-weight: 500;
}

body #storyBox .list {
	margin-top: 10px;
}

.home-blog-view-all {
	min-width: 160px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.footer-social ul li {
	position: relative;
}

.ee_program_header {
	clear: left;
}

#we_chat {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.addthis-smartlayers {
	display: none !important;
}

.single-new .addthis-smartlayers,
.single-program .addthis-smartlayers {
	display: block !important;
}

.atss-left {
	left: auto !important;
	float: right !important;
	right: 13px !important;
}

.addthis-smartlayers #at4-share,
.addthis-smartlayers #at4-soc {
	top: auto !important;
	bottom: calc(236px + 3pc);
}

#at4-share #at4-scc.at4-show {
	display: none !important;
}

.rst-heading-form p a.rst_calendar_popup {
	color: #1495d9;
	text-decoration: underline;
}

.calendar_popup {
	max-width: 470px;
	padding: 50px 30px;
	border-top: 3px solid #1495d9;
	box-shadow: 0 24px 32px 0 rgba(0, 41, 89, 0.1), 0 -1px 8px 0 rgba(0, 41, 89, 0.05);
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;

	background: #fff;
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 0;
	visibility: hidden;
}

.body_popup_calendar .calendar_popup {
	visibility: visible;
}

.calendar_popup h1 {
	font-weight: 500;
	font-size: 1.5em;
	padding: 0 0 10px;
	color: #313131;
	min-height: 15px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.calendar_popup p {
	margin: 0 0 15px 0;
	color: #313131;
	font-size: 16px;
}

.body_popup_calendar #main {
	position: static;
}

.body_popup_calendar:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: black;
	content: "";
	opacity: 0.6;
}

.close-calendar_popup {
	width: 20px;
	height: 20px;
	background: url('images/icon-close-popup.png') no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	content: "";
}

.calendar_popup a.contact-email {
	display: inline-block;
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	border: 1px #ececec solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.calendar_popup a.contact-email:hover {
	border: 1px #aaa solid;
}

.calendar_popup .logo {
	background-image: url(images/logo-spritesheet.png);
	background-size: 380px 1504px;
	background-position: -1px -1px;
	width: 15px;
	height: 15px;
}

.calendar_popup .logo {
	width: 26px;
	height: 25px;
}

.calendar_popup span.logo,
.calendar_popup a.logo {
	display: inline-block;
	background-repeat: no-repeat;
}

.calendar_popup span {
	text-indent: -9999px;
	position: absolute;
	overflow: hidden;
}

.logo.apple-calendar-logo {
	background-position: -220px -522px;
}

.calendar_popup span.outlook-calendar-logo,
.calendar_popup span.apple-calendar-logo {
	top: 2px;
	left: 3px;
}

.logo.outlook-calendar-logo {
	background-position: -245px -522px;
}

.logo.gmail-calendar-logo {
	background-position: -245px -545px;
}

.calendar_popup span.gmail-calendar-logo {
	top: 5px;
	left: 3px;
}

.logo.yahoo-calendar-logo {
	background-position: -220px -544px;
}

.calendar_popup span.yahoo-calendar-logo {
	top: 3px;
	left: 2px;
}

.search #boxSResult {
	display: block;
}

.search #search .form {
	display: block;
}

.search #search a.switch .s_open {
	display: none;
}

.search #search a.switch .s_close {
	display: inline-block;
}



#storyBox .list-story ul li {
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
}

#storyBox .list-story ul li .img {
	width: 100%;
}

#storyBox .list-story ul li .img img {
	object-fit: cover;
}

body #storyBox .list-story ul li .title {
	height: auto !important;
}

.list-story .slick-prev:before,
.list-story .slick-next:before {
	color: #333;
	display: none;
}

.list-story .slick-prev,
.list-story .slick-next {
	top: 115px;
	width: 32px;
	height: 48px;
}

.list-story .slick-prev {
	background: url(./images/arrow_left5.png) no-repeat center;
	left: -30px;
}

.list-story .slick-next {
	background: url(./images/arrow_right5.png) no-repeat center;
	right: -30px;
}

.number span.unit {
	margin-left: -16px;
}

.ajax_loading {
	text-align: center;
	padding: 40px 0 0;
}

.video-fullwidth {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
	margin-top: 40px;
}

.video-fullwidth iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.agenda_event h3 {
	padding-right: 50px;
}

/*new respon*/

.width-1-3 .blog-item {
	width: 100%;
}

.page-id-7010 #submenu {
	bottom: auto !important;
	position: absolute !important;
}

#header #menu-item-34781 .sub-menu {
	width: 230px !important;
}

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

	.page-template-template-program-brochure #boxConNormal.content_nav .main h2,
	.page-template-template-program-contact #boxConNormal.content_nav .main h2 {
		font-size: 16px !important;
	}

	.single-program #boxConNormal.content_nav .main h2 {
		font-size: 20px !important;
	}

	.know-menu-main ul li {
		margin: 0 10px !important;
	}

	.know-menu-main ul li a {
		font-size: 14px !important;
	}

	.know-list-social a {
		font-size: 18px !important;
	}

	.single-program #boxConNormal.content_nav .main .content_nav_box a {
		font-size: 14px !important;
	}

	.page-template-template-program-brochure #boxConNormal.content_nav .main .content_nav_box a,
	.page-template-template-program-contact #boxConNormal.content_nav .main .content_nav_box a {
		font-size: 14px !important;
	}

	#submenuBox .pageSub ul li a {
		font-size: 14px !important;
	}

	.feature-highlight img {
		width: 100%;
	}

	#boxNewsLists .boxNote .main,
	#boxNewsLists .boxFil .main,
	#boxNewsLists .boxLists .main,
	#singlevideo .singlevideomain,
	#boxPrivacy .main,
	#fig_wb .main,
	#ccsw .main,
	#lib .content {
		max-width: 1440px;
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#boxImg .main {
		max-width: 1440px;
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#submenu .main {
		max-width: 1440px;
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#con .main,
	#boxLoc .main,
	#boxConNormal .main,
	#boxSection .main,
	#boxItem .rmain,
	#videoSwiper .info .infoMain,
	.contentBox .main,
	#boxProfile .main,
	body #story .main,
	#boxVoc .main {
		max-width: 1440px;
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.rst-thumb-about-europe-right>img {
		width: 100%;
	}

	#conBox .con_detail_two.dimgs>ul>li {
		width: 33.333% !important;
	}

	#newsroom_box #news {
		width: auto !important;
		margin-left: -20px;
		margin-right: -20px;
	}

	#newsroom_box #news .item {
		width: 33.333%;
		margin-left: 0 !important;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#header .menu ul li .tmenu {
		height: auto !important;
	}


}

@media only screen and (min-width: 2160px) {
	.know-topic-post-list .know-post-it {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (min-width: 1950px) {
	.vac-container {
		max-width: 90% !important;
	}

	.vac-item,
	.stories-row .story-col,
	.vab-item {
		width: 20% !important;
	}

	.page-template-template-about-careers .vac-item {
		width: 100% !important;
	}

	.alumni-container {
		max-width: 75% !important;
	}

	body .container-2,
	.page-template-page-about .container-2 {
		max-width: 75% !important;
	}

	body .alumni-header-container {
		max-width: 90%;
	}

	body .banner_ai_big_data_info {
		max-width: 90%;
	}

	body.single-program #boxConNormal.content_nav .main {
		max-width: 90%;
		padding: 0px 15px !important;
	}

	body #submenu .main {
		width: 90%;
	}

	#submenu #submenuBox {
		padding-left: 15px;
		padding-right: 15px;
	}

	body .rst_custom_submenu #submenuBox {
		padding-left: 0;
		padding-right: 0;
	}

	body .video_box_banner .main,
	body .container-key-facts,
	body #ckgsb-program .ckgsb-program-content #mg-menu {
		max-width: 80%;
	}

	.page-template-page-about #boxSection .main,
	.single-story #boxConNormal .main {
		width: 90%;
	}

	.single-story #conNormal {
		padding-left: 15px;
		padding-right: 15px;
	}

	.single-story #conNormal .content img {
		margin: 0 auto;
		display: block;
	}

	.feature-highlight img {
		width: 100%;
	}

	.page-template-page-about #section .lists .swiper-slide .img {
		width: 100%;
	}

	.page-template-page-about #section .lists .swiper-slide .img img {
		height: 100%
	}

	body .footer-bottom-menu,
	.container-innovation-achievements,
	.container-home2,
	.page-template-template-europe .rst-container-europe {
		max-width: 90%;
	}

	.page-template-template-europe .rst_container_banner_faculty_listing,
	.rst_container_faculty {
		max-width: 76.5%;
	}

	.page-template-template-europe .rst-inner-contact-map {
		max-width: 90%;
	}

	.page-template-template-europe .rst-inner-form-contact {
		width: 100%;
	}

	.page-template-template-europe .rst-thumb-box-team {
		width: 60%;
	}

	.page-template-template-europe .rst-info-box-team {
		width: 50%;
	}

	.page-template-template-europe .rst-thumb-team-right {
		width: 250px;
	}

	.page-template-template-europe .rst-box-thumb-team img {
		width: 180px;
		height: 180px;
	}

	.page-template-template-europe .rst-thumb-team-right {
		width: 250px;
	}

	.page-template-template-europe .rst-main-team {
		width: calc(100% - 250px);
	}

	.page-template-template-europe .rst-info-box-team2 {
		padding: 40px;
	}

	.page-template-template-program .container-program,
	.page-id-24166 .rst_container_banner_faculty2 {
		max-width: 90%;
	}

	.page-id-24166 .rst_container_bar_faculty_listing {
		max-width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-id-24166 .rst_facts_figures .rst_container_faculty {
		max-width: 80%;
	}

	.page-id-24166 .rst_container_banner_faculty_listing {
		max-width: 78%;
	}

	.kc_test_2 .test-row .test-col-1 {
		width: 25%;
	}

	.page-id-8052 .numbers .main {
		width: 90%;
	}

	.page-id-8052 .numbers li {
		width: 20%;
	}

	.page-id-8052 .numbers .stitle {
		text-align: center;
	}

	.rst-list-video .it-video {
		width: 20%;
	}

	.rst-list-video .it-video:nth-child(3n+1) {
		clear: none;
	}

	.rst-list-video {
		display: flex;
		flex-wrap: wrap;
	}

	.single-blog .content-blog,
	.single-blog .content-title,
	.single-blog .baner-blog {
		width: 90%;
	}

	.single-blog .content-blog p img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.single-blog .related-articles {
		width: 90%;
	}

	.single-blog .list-article {
		width: 100%;
	}

	.single-blog .list-article .item-article img {
		width: 100%;
	}

	.rst_container_bar_bci,
	body .know-header-menu .know-container,
	body .know-container-2 {
		max-width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.rst_container_chart_bci,
	.rst_container_bci,
	.rst_container_bci2 {
		max-width: 90%;
	}

	body .know-container,
		/*
		.rst-container-event,
		.single-event .container-single-event,
		.single-event .single-main-event,
		*/
	body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
		max-width: 90%;
	}

	body .know-post-it .know-ar-feature-it {
		height: 300px;
	}

	body .know-footer-top-bg {
		padding-left: 0;
		padding-right: 0;
	}

	#boxPrivacy .main,
	#ccsw .main,
	#lib .content,
	#boxImg .main {
		width: 90%;
	}

	.page-id-1698 #swiperN .swiper-container .swiper-wrapper .swiper-slide .info {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.page-template-page-library #boxImg .main {
		margin-left: 0;
		transform: translateX(-50%);
	}

	#boxNewsLists .boxFil .main,
	#boxNewsLists .boxNote .main,
	#boxNewsLists .boxLists .main {
		width: 90%;
	}

	#boxNewsLists #newsFil,
	#newsNote,
	#recentNews,
	#news,
	#pagi {
		padding-left: 15px;
		padding-right: 15px;
	}

	#recentNews ul li {
		width: 30%;
	}

	#boxConNormal .main {
		width: 90%;
	}

	.page-template-template-form-start #boxConNormal.content_nav .main {
		max-width: 90%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	body.page-template-template-home-knowledge .know-header-menu .know-container,
	body.archive .know-header-menu .know-container {
		padding-left: 0;
		padding-right: 0;
	}

	.archive .know-topic-right {
		width: 10.5%;
	}

	.archive .know-topic-post {
		width: 89.5%;
	}

	.page-template-template-program-brochure .rst-brochure-left {
		width: 73%;
	}

	.page-template-template-program-brochure .rst-brochure-right {
		width: 27%;
	}

	.page-template-template-program-brochure #boxConNormal.content_nav .main {
		max-width: 90%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.page-template-template-program-brochure .rst-container-europe {
		max-width: 80%;
	}

	.page-id-8052 #boxConNormal.conImg .main {
		margin-left: 0;
		transform: translateX(-50%);
	}

	.page-template-template-europe .rst-about-europe-left {
		width: 50%;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.page-template-template-europe .rst-about-europe-right {
		width: 50%;
	}

	.page-template-template-europe .rst-thumb-about-europe-right img {
		width: 100%;
	}

	.banner_ai_big_data_info_new_style .item_ai_big_data_info {
		width: 25%;
	}
}

.rst-form-general-enquiry .gform_wrapper .top_label #field_82_13 .gfield_label {
	color: #313131;
	font-size: 15px;
	display: block;
	font-family: "Din-Medium";
	font-weight: 400;
	display: inline-block;
	line-height: 1.3;
	clear: both;
}

body .rst-form-general-enquiry .gform_wrapper ul li.gfield#field_82_13 {
	margin-top: 25px !important;
}

.footer-bottom-menu-inner>div {
	z-index: 1;
}

@media (min-width: 1441px) {
	#header .menu ul li .tmenu {
		height: auto;
		min-height: 32px;
	}
}

.kc-more-stories.testimonials-bottom {
	margin-bottom: 0;
	background: #fff;
	padding: 0 0 40px;
	margin-top: 0;
}

.page-template-module-alumni .alumni-test-thumb-bg {
	padding-bottom: 60px;
}

/* .sm_logo_group {
	z-index: -1;
} */
.sm_logo_group img {
	mix-blend-mode: multiply;
}

/*Locations CSS*/
#locations ul li:first-child,
#locations ul li:first-child span {
	color: #656565;
	background: transparent;
}

#locations ul li:first-child {
	margin-left: 0;
	margin-bottom: 44px;
}

#locations ul li,
#lan ul li {
	background: #222;
	/*display: block;*/
	margin-left: -20px;
}

#locations ul li,
#locations ul li a,
#lan ul li,
#lan ul li a {
	color: #fff;
}

#locations ul li a,
#lan ul li a {
	display: block;
	padding: 6px 20px;
}

#locations ul li:nth-of-type(2),
#lan ul li:nth-of-type(1) {
	position: relative;
}

#locations ul li:nth-of-type(2):before,
#lan ul li:nth-of-type(1):before {
	display: block;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #222;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}

#locations ul li:nth-of-type(2) a,
#lan ul li:nth-of-type(1) a {
	padding-top: 15px;
}

#lan ul li:nth-of-type(1) a {
	padding-top: 23px;
}

#locations ul li:last-child a,
#lan ul li:last-child a {
	padding-bottom: 23px;
}

#locations ul li a:hover,
#lan ul li a:hover {
	color: #0095d8;
}

#lan {
	padding-bottom: 36px;
}

#lan ul {
	width: 100%;
	top: 66px;
}

#lan ul li,
#lan ul li a {
	float: none;
	width: auto;
}

/* New Style */
.b-sp {
	display: none !important;
}

#item .sitem .s2 img,
#voc .right .img img {
	height: 100%;
	object-fit: cover;
}

.clearfix::after {
	content: '';
	display: block;
}

.single-program .mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info:after {
	display: none !important;
}



@media (max-width: 767px) {
	.b-pc {
		display: none !important;
	}

	.b-sp {
		display: block !important;
	}

	#singlevideo .singlevideomain .vinfo {padding:0;}


}

.form_newsletter-wrap {
	max-width: 589px;
	margin: auto;
}

.form_newsletter-row>* {
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px;
}

.form_newsletter-row {
	margin: 0 -5px 20px;
	display: flex;
	flex-wrap: wrap;
}

.form_newsletter-row-item input {
	width: 100% !important;
}

.form_newsletter-row-item input.error {
	border-color: #f00;
}

.page-id-49077 #submenuBox .pageSub {
	flex-grow: 1;
}

.page-id-49077 #submenuBox .pageSub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#boxResS .main {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-id-49077 #submenuBox .pageSub {
		flex-grow: 1;
	}

	#submenuBox {
		width: 100%;
		float: left;
		padding: 10px 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#submenuBox .pageSub ul li {
		float: left;
		width: 50%;
		margin-left: 0;
	}

	.page-id-49077 #submenuBox .pageSub ul {
		justify-content: flex-start;
	}

	.page-id-49077 #submenuBox .pageTitle {
		display: none;
	}

	#submenuBox .pageSub {
		margin-left: 0;
	}

	.newsletter-event-bottom input[type="text"]::-webkit-input-placeholder,
	.newsletter-event-bottom input[type="email"]::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #000;
	}

	.newsletter-event-bottom input[type="text"]::-moz-placeholder,
	.newsletter-event-bottom input[type="email"]::-moz-placeholder {
		/* Firefox 19+ */
		color: #000;
	}

	.newsletter-event-bottom input[type="text"]:-ms-input-placeholder,
	.newsletter-event-bottom input[type="email"]:-ms-input-placeholder {
		/* IE 10+ */
		color: #000;
	}

	.newsletter-event-bottom input[type="text"]:-moz-placeholder,
	.newsletter-event-bottom input[type="email"]:-moz-placeholder {
		/* Firefox 18- */
		color: #000;
	}

	.selected-company #section {
		padding: 0;
	}

	.single-program .mba-program #swiperN .swiper-container .swiper-wrapper .swiper-slide .info {
		margin-left: 0;
	}

	.single-program .mba-program-language #swiperN .swiper-container .swiper-wrapper .swiper-slide .info .title {
		text-align: center;
		font-size: 30px;
		line-height: 32px;
		color: #fff;
		font-family: 'Din-Bold';
		text-transform: none;
	}

	.mba-program-language #section .lists .swiper-wrapper {
		flex-wrap: wrap;
	}

	.mba-program-language #section .lists .swiper-slide,
	.mba-program-language #section .lists .swiper-slide .title,
	.mba-program-language #section .lists .swiper-slide .line,
	.mba-program-language #section .lists .swiper-slide .con {
		width: 100%;
	}

	.mba-program-language #section .lists .swiper-slide .title {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 20px;
		font-family: 'Din-Bold';
		color: #333;
		text-align: left;
		margin-top: 6px;
		margin-bottom: 0;
	}

	.mba-program-language #section .lists .swiper-slide .line {
		width: 100%;
		float: left;
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px solid #ccc;
		height: auto;
	}

	.mba-program-language #section .lists .swiper-slide .con {
		width: 100%;
		float: left;
		font-size: 13px;
		line-height: 18px;
		color: #333;
	}
}

@media (min-width: 992px) {
	.hide-desk {
		display: none;
	}
}

.bar_right_event .addeventatc svg {
	width: 20px;
	height: auto;
}

@media (max-width: 991px) {
	.hide-mob {
		display: none;
	}

	.bar_right_event .addeventatc {
		width: 34px !important;
		height: 34px !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	.bar_right_event .addeventatc .hide-desk {
		display: flex;
	}

	.bar_right_event .register_action {
		max-width: 90px;
	}
}
.single-program .ee-main{
	float: none;
}
#lan > div{
	gap: 5px;
	display: flex;
	align-items: center;
}
#search a.switch span.s_open{
	display: inline-block;
}
