


.section-1{

	background-color: #f8f8f8;
	
	background-position: right bottom;
	background-size: 50% auto;
	background-repeat: no-repeat;
	/* min-height: 300px; */

	position: relative;
}
.s-1-m{
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	left: 50%;
	/* transform: translateX(-50%); */
	/* background:rgba(0,0,0,.06); */
	background-image: url(../images/new-about-3-0-1.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.video-play-btn{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	padding: 0px;
	transform: translate(-50%, -50%);
	color:rgba(255, 255, 255,.9);
}
.video-play-btn:hover,
.video-play-btn:focus{
	color:rgba(255, 255, 255,1);
}

.video-play-btn .icon-play {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	padding: 0px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(214,80,81,.8);
	text-align: center;
	transition: .25s all ease-out ;

	box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .1);
}

.video-play-btn:hover .icon-play {
	background-color: rgba(214,80,81,.95);
	width: 70px;
	height:70px;
	padding: 5px;
}


.video-play-btn .icon-play:after {
	content: "";
	display: inline-block;
	margin-top: 14px;
	margin-left: 5px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 16px dashed;
	border-left: 16px solid\9;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	z-index: 2;
}
.video-play-btn .icon-play:before {
	content: "";
	position:absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	padding: 0px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(0,0,0,.1);
	text-align: center;
	transition: all .35s ease-in-out;
	z-index: 1;
}

.video-play-btn:hover .icon-play:before {
	width: 130px;
	height: 130px;
	background-color: rgba(0,0,0,.06);
}



.s-1-r{
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}


@media (min-width: 1441px) {
	.section-1{
		background-size: 50% auto;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-1-r{
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.section-1{
		background-position: right;
		background-size: 30% auto;
	}
	.s-1-r{

	}
	
}

@media (max-width: 768px) {
	.section-1{
		background-position:bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.s-1-l{
		 background-color: rgba(248,248,248);
	}
	.s-1-r{
		padding-bottom: 50%;
		background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgb(247, 247, 247) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgb(247, 247, 247) 100%);
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgb(247, 247, 247) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}

	.video-play-btn{
		display: none;
	}
}




.section-2{

}

.img-list{

}
.img-list-item{
	padding-bottom: 280px;
	background-color: #f8f8f8;
	margin:10px auto;
	background-size: cover;
	background-position: center;
}







@media (min-width: 1441px) {
	
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.img-list-item{
		padding-bottom: 250px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.img-list-item{
		padding-bottom: 200px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.img-list-item{
		padding-bottom: 150px;
	}
}

@media (max-width: 768px) {
	.row.min-gutter {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.min-gutter > [class*='col-'] {
		padding-right: 4px;
		padding-left: 4px;
	}
	.img-list-item{
		margin:4px auto;
		padding-bottom: 160px;
	}
}

.section-3{
	
}
.link-list{

}
.link-list-item{
	/* background-color:#f8f8f8; */
	color:#444;
	transition: all .3s ease;
	margin-bottom: 30px;
}
.link-list-item:hover{
	background-color:#f2f2f2;
	color:#222
}
.link-list-item .img {
	padding-bottom: 200px;
	background-color: #f8f8f8;
	margin:10px auto;
	background-size: cover;
	background-position: center bottom;
}
.link-list-item h4 {
	font-size: 15px;
	line-height: 24px;
}
.link-list-item p {
	color:#666;
	font-size: 12px;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.link-list-item{
		height: 250px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.link-list-item{
		height: 200px;
	}
	.link-list-item .img {
		padding-bottom: 100px;
		background-color: #f8f8f8;
		margin:10px auto;
		background-size: cover;
		background-position: center;
	}
}

@media (max-width: 768px) {
	.link-list-item{
		height: 200px;
	}
	.link-list-item .img {
		padding-bottom: 100px;
		background-color: #f8f8f8;
		margin:10px auto;
		background-size: cover;
		background-position: center;
	}
}

