.block-group li,
.block-group li .details {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical
}

.block-group li,
.block-group li .details p {
	overflow: hidden;
	-webkit-box-orient: vertical
}

.home.home-banner-parallax{
	background: url(../../img/img-banner-home-bg-shs.jpg) center center no-repeat;
	background-size: cover;
}

.home-banner-parallax{
	height: 550px;
}
.home-banner {
	width: 100%;
	height: 450px;
	position: relative;
	margin-top: -450px;
}
.home-banner .desc {}

.home-banner .desc-box {
	width: 100%;
	height: 213px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .71)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .71));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .71))
}

.block-group li,
.block-group li h5 {
	display: -webkit-flex;
	display: -ms-flexbox;
	position: relative;
	width: 100%
}

.main-container .desc {
	padding: 0 15px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-family: Montserrat-SemiBold;
	position: absolute;
	bottom: 40px
}

.main-container .desc.mobile {
	font-size: 15px;
	padding: 20px;
	line-height: 22px;
	background-color: #1d2245;
	letter-spacing: .28px;
	margin-bottom: 20px
}

.block-group{
	padding-top: 20px;
}
.block-group li {
	height: 260px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .05);
	margin-left: auto;
	margin-right: auto;
}

.block-group li h5 {
	font-family: Montserrat-Bold;
	font-size: 24px;
	height: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d2245;
	z-index: 3;
	text-align: center;
	letter-spacing: 0.3px;
}

.block-group li .bg,
.block-group li .block-item-bg,
.block-group li .border,
.block-group li .details {
	position: absolute;
	left: 0;
	bottom: 0
}

.block-group li h5.outer {
	-webkit-transition: .4s cubic-bezier(.17, .67, .22, 1.17);
	transition: .4s cubic-bezier(.17, .67, .22, 1.17)
}

.block-group li h5.inside {
	color: #cecee8
}

.block-group li .border {
	content: "";
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#ABBBE0), to(#CECEE8));
	background: -webkit-linear-gradient(left, #ABBBE0, #CECEE8);
	background: linear-gradient(to right, #ABBBE0, #CECEE8);
	right: 0
}

.block-group li .details {
	top: 0;
	right: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .4s cubic-bezier(.17, .67, .22, 1.17);
	transition: .4s cubic-bezier(.17, .67, .22, 1.17);
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
	opacity: 0
}

.block-group li .bg {
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#384a86), to(#1d2245));
	background: -webkit-linear-gradient(bottom, #384a86, #1d2245);
	background: linear-gradient(to top, #384a86, #1d2245)
}

@-webkit-keyframes opacityAnimate {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes opacityAnimate {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.block-group li.wym{
	background: url(../../img/wym@2x.png) center center no-repeat #FFFFFF;
	background-size: 50%;
}
.block-group li.laisai{
	background: url(../../img/laisai@2x.png) center center no-repeat #FFFFFF;
	background-size: 50%;
}
.block-group li .block-item-bg {
	width: 100%;
	bottom: -10px;
	transition-property:opacity bottom;
	transition-duration:.5s;
	transition-delay:.3s;
	opacity: 0;
}

.block-group li.active .block-item-bg {
	opacity: 1;
	bottom: 0;
}

.block-group li .details h6 {
	font-size: 22px;
	position: relative;
	z-index: 1;
	font-family: Montserrat-Bold;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #5c92c0
}

.block-group li .details .details-text {
	width: 100%
}

.block-group li .details p {
	height: auto;
	padding: 0;
	margin: 15px;
	line-height: 20px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
	word-wrap: break-word
}

.block-group li .details a {
	outline: 0;
	border: none;
	width: auto;
	height: auto;
	margin: 5px;
	color: #fff;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
/* 	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .15);
	background-color: #5c92c0;
	border-radius: 25px; */
	position: relative;
	z-index: 10;
	transition: .5s ease;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	padding-bottom: 3px;
}
.block-group li .details a:hover{
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.block-group li .details a:active{
	border-bottom: 2px solid rgba(187, 213, 235, 1);
	color: #BBD5EB;
}

.block-group li.active .bg {
	opacity: 1
}

.block-group li.active h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: auto;
	margin-bottom: 0;
}

.block-group li.active h5.outer {
	opacity: 0;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.block-group li.active .details {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.footer {
	margin-top: 0;
	padding-bottom: 20px;
}

@media (min-width:768px) {

	.home-banner {
		height: 650px;
		margin-top: -650px;
	}
	.home-banner-parallax{
		height: 650px;
	}
	.desc.mobile {
		display: none
	}

	.home-banner .desc {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		display: block;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 40px;
		width: 620px
	}

	.home-banner .desc-box {
		display: block
	}

	.block-group li {
		width: 300px
	}

	.block-group {
		padding: 50px 30px 30px 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 622px;
		margin: 0 auto
	}
}

@media (min-width:1024px) {
	.home-banner .desc {
		width: 790px
	}

	.block-group {
		width: 940px;
		margin: 0 auto
	}
}

@media (min-width:1440px) {

	.home-banner {
		height: 700px;
		margin-top: -700px;
	}
	.home-banner-parallax{
		height: 700px;
	}
	.block-group li .details .btn {
		width: auto;
		height: auto;
		line-height: 14px;
		font-size: 14px
	}

	.home-banner .desc-box {
		height: 300px
	}

	.main-container .desc {
		font-size: 22px;
		line-height: 32px
	}

	.home-banner .desc {
		width: 1000px
	}

	.block-group {
		width: 1340px
	}

	.block-group li {
		width: 433px;
		height: 347px
	}

	.block-group li h5 {
		font-size: 30px
	}

	.block-group li.active h5 {
		height: auto;
		margin-bottom: 0;
	}

	.block-group li .details p {
		height: auto;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	
	.footer{
		padding-bottom: 0;
	}
}
