body {
		background: #fff;
}
.wrapper {
		background: url(../images/header_inner_news.png) #fff no-repeat;
		background-size: 100% auto;
}
.header_title {
		/* font-family: "ACaslonPro"; */
		color: rgb(255, 255, 255);
		line-height: 0.5;
		text-align: center;
}
.header_subtitle a span {
		border-bottom: 1px solid #617b8d;
		color: #fff;
}
a:hover,
a:focus {
		text-decoration: none;
}
.main_content_text p {
		padding: 15px 0;
}
.main_content_last p {
	padding: 0;
}
.header_inner {
		width: auto;
}
.header_subtitle a {
		font-size: 15px;
		/* font-family: "Arial"; */
		text-decoration: none;
		line-height: 1.4;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		padding: 20px 0;
}
.header_subtitle span {
		font-size: 15px;
		/* font-family: "Arial"; */
		color: rgb(92, 157, 220);
		line-height: 1.4;
}
.v-divider {
		height: inherit;
		width: 1px;
		margin: 0 10px 0 11px;
		border-right: 1px solid #fff;
}
.main_content_text {
		font-size: 18px;
		/* font-family: "Arial"; */
		color: rgb(0, 0, 0);
		line-height: 1.333;
		text-align: left;
		padding: 50px 0 80px;
		clear: both;
}
.folding-angle {
		border-color: #fff #fff transparent transparent;
		border-radius: 0 0 0 3px;
		border-style: solid;
		position: absolute;
		top: 0;
		right: 0px;
		border-width: 15px;
		width: 0;
		height: 0;
		background: #5c9ddc;
}
.news_date {
		font-size: 12px;
		/* font-family: "Arial"; */
		color: rgba(255, 255, 255, 0.502);
		line-height: 1.667;
		text-align: center;
		padding-bottom: 20px;
}
.news_title {
		font-size: 24px;
		/* font-family: "ACaslonPro"; */
		color: #fff;
		line-height: 1.173;
		text-align: center;
		width: 60%;
		margin: 0 auto;
}
.news_detail_btn a {
		/* font-family: "Arial"; */
		text-transform: uppercase;
		line-height: 1.429;
		color: rgb(255, 255, 255);
		font-weight: bold;
}
.footer_wrapper {
		margin-top: -30px !important;
}
a .news_detail_btn {
		color: rgb(51, 51, 51);
		font-weight: bold;
		text-align: center;
		font-size: 14px;
}
.divider {
		margin: 20px 0;
		width: 4%;
}
.item_wrapper {
		margin-bottom: 10px;
		padding: 0 20px;
}
.event_item_img img {
		width: 100%;
}
.main_content {
		padding: 80px 0;
		/*padding: 80px 0 0 0;*/
}
.load_more {
		text-align: center;
}
.btn-default {
		color: #000;
		background-color: #e8ebed;
		border-color: #e8ebed;
		margin: 80px 0 50px 0;
}
/*.btn-default:hover {
		background: #e8ebed;
		color: #000;
		border: #e8ebed;
		cursor: pointer;
		border: 1px solid #e8ebed;
}*/

.news_item {
		background-color: #e4e8eb;
		border-radius: 3px;
		position: relative;
		padding: 10% 0;
		font-size: 17px;
		text-align: center;
		cursor: pointer;
}
.news_item:hover .news_date {
		color: rgba(255, 255, 255, 0.302);
}
.news_item:hover .news_title {
		color: #f0c46f;
}
.news_item:hover .divider {
		border-color: #717171;
}
.news_item:hover .news_detail_btn {
		color: #fff;
}
.news_name {
		font-size: 42px;
		/* font-family: "ACaslonPro"; */
		color: rgb(51, 51, 51);
		line-height: 0.571;
		text-align: center;
		margin: 20px 0 50px 0;
}
.news_item {
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		background-repeat: no-repeat;
		background-size: 100% 99.9%;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
}

@media all and (max-width: 480px) {
	.news_item {
		overflow: hidden;
	}
}

.modal {
		/*     position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1050;
		width: 80%;
		margin: -20% 0 0 -40%;
		overflow: auto;
		background-color: #ffffff;
		border: 1px solid #999;
		border: 1px solid rgba(0,0,0,0.3);
		-moz-border-radius: 6px;
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
		box-shadow: 0 3px 7px rgba(0,0,0,0.3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box; */
}
.modal.fade {
		/* top: -25%; */
		/* -webkit-transition: opacity 0.3s linear,top 0.3s ease-out; */
		/*     -moz-transition: opacity 0.3s linear,top 0.3s ease-out;
		-ms-transition: opacity 0.3s linear,top 0.3s ease-out;
		-o-transition: opacity 0.3s linear,top 0.3s ease-out; */
		/* transition: opacity 0.3s linear,top 0.3s ease-out; */
}
.fade {
		/*     opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.15s linear;
		-moz-transition: opacity 0.15s linear;
		-ms-transition: opacity 0.15s linear;
		-o-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear; */
}
.modal-body {
		max-height: 400px;
		padding: 15px;
		overflow-y: auto;
}
.modal.fade.in {
		/* top: 60%; */
}
/*.close-thik{
	color: #0d1a27 !important;
	opacity: 0.7 !important;
	font-weight: normal !important;
}
.close-thik:after {
		content: '\2573';
}*/

.modal_news_date {
		font-size: 12px;
		/* font-family: "Arial"; */
		color: rgba(51, 51, 51, 0.502);
		line-height: 1.667;
		width: 50%;
}
.modal_news_close {
		/*     width: 50%; */
}
.modal-header {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		padding: 30px 4% 20px;
}
.modal-header {
		border-bottom: none;
		border-top: 2px solid #5c9ddc;
}
.modal_content_title {
		font-size: 48px;
		/* font-family: "ACaslonPro"; */
		color: rgb(51, 51, 51);
		line-height: 1;
		text-align: left;
}
.modal_content_subtitle {
		font-size: 18px;
		/* font-family: "Arial"; */
		color: rgb(0, 0, 0);
		line-height: 1.555;
		text-align: left;
}
.modal_content_text {
		font-size: 15px;
		/* font-family: "Arial"; */
		color: rgb(0, 0, 0);
		line-height: 1.4;
		text-align: left;
}
.modal_text_wrapper {
		width: 92%;
		margin: 0 auto;
		padding: 10px 0;
}
.next_news {
		background-color: #5c9ddc;
		-webkit-box-shadow: inset 0px 24px 51px -28px rgba(61, 61, 61, 0.43);
		-moz-box-shadow: inset 0px 24px 51px -28px rgba(61, 61, 61, 0.43);
		box-shadow: inset 0px 24px 51px -28px rgba(61, 61, 61, 0.43);
		color: #fff;
		padding: 20px 0 10px 0px;
}
.next_news_title a {
		font-size: 24px;
		/* font-family: "MinionPro"; */
		color: rgb(255, 255, 255);
		line-height: 1.169;
		text-align: left;
}
.next_news_title a span {
		/* font-family: "Arial"; */
}
.next_news_date {
		font-size: 12px;
		/* font-family: "Arial"; */
		color: rgba(183, 220, 255, 0.502);
		line-height: 1.667;
		width: 92%;
		margin: 0 auto;
}
.banner_inner {
		background: url(../images/banner_news.png) #fff no-repeat;
		background-size: 100% auto;
		width: auto;
		height: 304px;
}
.event_title {
		font-size: 24px;
		/* font-family: "ACaslonPro"; */
		color: rgb(51, 51, 51);
		line-height: 1.173;
		text-align: left;
		padding: 0px 0 10px 0;
}
.event_description {
		font-size: 15px;
		/* font-family: "Arial"; */
		color: rgb(51, 51, 51);
		line-height: 1.4;
		text-align: left;
}
.event_date {
		font-size: 12px;
		/* font-family: "Arial"; */
		color: black;
		font-style: italic;
		line-height: 1.667;
		text-align: left;
		padding-bottom: 20px;
}
.event_item {
		display: flex;
		justify-content: center;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-webkit-align-items: center;
		margin: 20px 0;
}
.event_item_img img {
		width: 100%;
}
.event_detail_btn {
		/* font-family: "Arial"; */
		text-transform: uppercase;
		line-height: 1.429;
}
.header_subtitle_footer {
		font-size: 48px;
		/* font-family: "ACaslonPro"; */
		color: rgb(92, 157, 220);
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-top: 90px;
}
.header_title_footer {
		text-align: center;
		padding-top: 10px;
}
.header_title_footer a {
		font-size: 15px;
		/* font-family: "Arial"; */
		color: rgb(255, 255, 255);
		line-height: 0.5;
}
a .event_detail_btn {
		color: rgb(51, 51, 51);
		font-weight: bold;
		text-align: left;
		font-size: 14px;
}
@media screen and (max-width: 1600px) {
		.main_content_text {
				width: 65%;
		}
		.learn_more {
				/*margin-top: 60px !important;*/

				margin-bottom: 60px !important;
		}
}
@media screen and (max-width: 1024px) {
		.modal.fade.in {
				/* top: 40%; */
		}
}
@media screen and (max-width: 768px) {
		.modal.fade.in {
				/* top: 30%; */
		}
		.header_subtitle {
				margin-top: 71px;
		}
		.footer_wrapper {
				margin-top: 0px;
		}
		.wrapper {
				background: url(../images/header_inner_news.png) #fff no-repeat 45% 0%;
				background-size: 125% auto;
		}
		.main_content_text {
				padding: 50px 0;
		}
		.modal_content_title {
				font-size: 40px;
		}
		.modal_content_subtitle {
				font-size: 16px;
		}
		.modal_content_text {
				font-size: 14px;
		}
		.header_subtitle_footer {
				margin-top: 60px;
		}
		.main_content {
				padding: 40px 0 0 0;
		}
		.banner_inner {
				height: 220px;
		}
		.event_detail_btn,
		.event_description {
				display: none;
		}
		.divider {
				visibility: visible;
		}
		.footer_wrapper {
				margin-top: -20px;
		}
}
@media screen and (max-width: 568px) {
		.main_content_text {
				padding: 0px 0 50px;
		}
}
@media screen and (max-width: 425px) {
		.header_subtitle_footer {
				font-size: 32px;
		}
		.banner_inner {
				height: 180px;
		}
		.header_title_footer {
				padding-top: 10px;
		}
		.divider {
				margin: 5px 0;
				width: 10%;
		}
		.event_date {
				padding-bottom: 10px;
		}
		.event_title {
				font-size: 15px;
		}
		.modal_content_title {
				font-size: 30px;
		}
		.modal_content_subtitle,
		.modal_content_text {
				font-size: 13px;
		}
		.modal.fade.in {
				/* top: 20%; */
		}
		.next_news_title a {
				font-size: 20px;
		}
		.wrapper {
				background: url(../images/header_inner_news_m.png) #fff no-repeat 45% 0%;
				background-size: 120% auto;
		}
		.main_content_text {
				padding: 30px 0;
		}
		.main_content_text {
				width: 85%;
		}
		.footer_wrapper {
				margin-top: -20px;
		}
		.slick-prev,
		.slick-next {
				background-size: 70%;
				background-repeat: no-repeat;
				top: 104%;
		}
		.slick-prev {
				left: 25px;
		}
		.slick-next {
				right: 25px;
		}
		.slick-dots {
				bottom: -15px;
		}
		.slick-dotted.slick-slider {
				margin-bottom: 30px;
		}
		.banner_inner {
				background: url(../images/banner_news.png) #fff 50% 0% no-repeat;
				background-size: 170% auto;
		}
}
@media screen and (max-width: 375px) {
		.wrapper {
				background-size: 130% auto;
		}
		.modal_content_title {
				font-size: 25px;
		}
		.footer_wrapper {
				margin-top: -40px;
		}
}
@media screen and (max-width: 320px) {
		.wrapper {
				background-size: 140% auto;
		}
		.main_content_text {
				width: 88%;
		}
		.main_content_text {
				padding: 0px 0;
		}
		/*.main_content {
		padding: 20px 0;
}*/

		.news_title {
				font-size: 16px;
		}
		.news_detail_btn a {
				font-size: 11px;
		}
		.footer_wrapper {
				margin-top: -70px;
		}
		.event_item {
				margin: 5px 0;
		}
		.header_title_footer {
				padding-top: 0px;
		}
		.header_subtitle_footer {
				margin-top: 40px;
		}
		.banner_inner {
				background-size: 190% auto;
		}
}
@media screen and (min-width: 269px) {
		.banner_inner {
				height: 152px;
		}
		.header_subtitle_footer {
				margin-top: 50px;
		}
}
@media screen and (min-width: 321px) {
		.banner_inner {
				height: 170px;
		}
		.header_subtitle_footer {
				margin-top: 50px;
		}
}
@media screen and (min-width: 425px) {
		.header_subtitle_footer {
				margin-top: 50px;
		}
}
@media screen and (min-width: 426px) {
		.banner_inner {
				height: 138px;
		}
		.header_subtitle_footer {
				margin-top: 16px;
		}
}
@media screen and (min-width: 480px) {
		.banner_inner {
				height: 155px;
		}
		.header_subtitle_footer {
				margin-top: 26px;
		}
}
@media screen and (min-width: 550px) {
		.banner_inner {
				height: 173px;
		}
		.header_subtitle_footer {
				margin-top: 35px;
		}
}
@media screen and (min-width: 610px) {
		.banner_inner {
				height: 192px;
		}
		.header_subtitle_footer {
				margin-top: 45px;
		}
}
@media screen and (min-width: 615px) {
		.banner_inner {
				height: 192px;
		}
}
@media screen and (min-width: 641px) {
		.banner_inner {
				height: 198px;
		}
}
@media screen and (min-width: 716px) {
		.banner_inner {
				height: 232px;
		}
}
@media screen and (min-width: 716px) {
		.banner_inner {
				height: 216px;
		}
}
@media screen and (min-width: 765px) {
		.banner_inner {
				height: 216px;
		}
}
@media screen and (min-width: 769px) {
		.banner_inner {
				height: 232px;
		}
}
@media screen and (min-width: 800px) {
		.banner_inner {
				height: 240px;
		}
}
@media screen and (min-width: 950px) {
		.banner_inner {
				height: 260px;
		}
}
@media screen and (min-width: 990px) {
		.banner_inner {
				height: 280px;
		}
}
@media screen and (min-width: 1031px) {
		.banner_inner {
				height: 293px;
		}
}
@media screen and (min-width: 1050px) {
		.banner_inner {
				height: 310px;
		}
}
@media screen and (min-width: 1090px) {
		.banner_inner {
				height: 315px;
		}
}
@media screen and (min-width: 1136px) {
		.banner_inner {
				height: 330px;
		}
}
@media screen and (min-width: 1170px) {
		.banner_inner {
				height: 330px;
		}
}
@media screen and (min-width: 1250px) {
		.banner_inner {
				height: 335px;
		}
}
@media screen and (min-width: 1280px) {
		.banner_inner {
				height: 361px;
		}
}
@media screen and (min-width: 1338px) {
		.banner_inner {
				height: 370px;
		}
}
@media screen and (min-width: 1400px) {
		.banner_inner {
				height: 390px;
		}
}
@media screen and (min-width: 769px) {
		.header_subtitle_footer {
				margin-top: 67px;
		}
}
@media screen and (min-width: 1000px) {
		.header_subtitle_footer {
				margin-top: 97px;
		}
}
@media screen and (min-width: 1166px) {
		.header_subtitle_footer {
				margin-top: 122px;
		}
}
@media screen and (min-width: 1250px) {
		.header_subtitle_footer {
				margin-top: 122px;
		}
}
@media screen and (min-width: 1300px) {
		.header_subtitle_footer {
				margin-top: 148px;
		}
}
.modal_content {
		padding-bottom: 0;
}
