
/* end banner Home*/
.bannerHome  .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.bannerHome .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 11;
	transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	color: transparent;
	background-color: transparent;
	/* transform: translate(0%, -50%); */
	border: none;
}
.bannerHome .slick-arrow::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.bannerHome .slick-next{
	right: 50px;
}
.bannerHome .slick-prev{
	left: 50px;
}
.bannerHome .slick-next::before{
	background-image: url('../images/next.png');
}
.bannerHome .slick-prev::before{
	background-image: url('../images/prev.png');
}
.bannerHome .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.bannerHome .slick-dots li button{
	width:8px;
	height:8px;
	background: transparent;
	font-size: 0;
	padding:0;
	border:1px solid #fff;
	position: relative;
	border-radius: 100%;
}
.bannerHome .slick-dots li.slick-active button{
	opacity: 1;
	background-color: #f47721;
	border: 1px solid #f47721;
}
.bannerHome .item .img a{
	position: relative;
	padding-bottom: 650px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}
.bannerHome .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.bannerHome .caption{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	z-index: 111;
	padding: 0 ;
	transform: translate(0,-50%);
	color: #fff;
}
.bannerHome .caption .captionCt{
	opacity: 0;
	-webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
	transform: scale(0.5);
	position: relative;
}
.bannerHome .caption .t1{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 400;
	margin-bottom: 20px;
}
.bannerHome .slick-current .caption .captionCt {
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
.bannerHome .caption .t2{
	font-size: 65px;
	line-height: 65px;
	font-weight: bold;
	margin-bottom: 30px;
}
/* end banner Home*/
/* begin about Home*/

/* end about Home*/
/* begin infoNumberHome */
.aboutContactHome{
	padding: 90px 0 50px 0;
}
.aboutHome .contentHome{
	padding-right: 20px;
}
.aboutHome .contentHome .infoAbout{
	font-size: 18px;
	line-height: 27px;
}
.contactHome .item{

}
.contactHome .titleAndShare{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 40px;
} 
.contactHome .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contactHome .item .title{
	color: #00623d;
	font-size: 22px;
	line-height: 33px;
	margin-right: 20px;
}
.contactHome .item .linkSh a{
	font-size: 30px;
	margin-right: 10px;
}
.contactHome .item .linkSh a:last-child{
	float: right;
	margin-right: 0;
}
.lstboxShow{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.lstboxShow > div{
	width: 50%;
	padding: 0 20px;
}
.lstboxShow .titleBox{
	font-size: 18px;
	line-height: 27px;
	color: #f47721;
	font-weight: bold;
	margin-bottom: 10px;
}
/* end infoNumberHome */
/* begin service home */
.servicesHome{
	padding: 30px 0 70px 0;
}

.listServices .item .titleLine{
	position: relative;
	padding-top: 15px;
	color: #00623d;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
	height: 78px;
	overflow: hidden;
}
.listServices .item .titleLine a{
	color: #00623d;
}
.listServices .item .titleLine a:hover{
	color: #f47721;
}
.listServices .item .titleLine::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #f47721;
}
.listServices .item .tend{
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
/* end service home */
/* begin news home */
.newsHome{
	padding: 60px 0 70px 0;
	background-color: #f5f3f2;
}
.slidernews .slick-list{
	margin: 0 -15px;
}
.slidernews .slick-slide {
	padding: 0 15px;
}

.slidernews .thumb a{
	display: block;
	padding-bottom: 65.56%;
	height: 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.slidernews .thumb a img{
	display: none;
}
.slidernews .item:hover a{
	/* padding-bottom: 182px;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; */
}
.slidernews .item:hover a{
	color: #f47721;
}
.slidernews .item{
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}
.slidernews .item:hover{
	margin-bottom: -48px;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.slidernews .decs{
	padding: 20px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	top: 0;
}
/* .slidernews .item:hover .decs{
	top: -48px;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
} */
.slidernews .decs h3{
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 10px;
	font-weight: 400;
	height: 66px;
	overflow: hidden;
}
.slidernews .decs h3 a{
	color: #00623d;
	display: block;
}
.slidernews .decs .tend{
	height: 72px;
	overflow: hidden;
}
.slidernews .decs .date{
	color: #999999;
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}
/* .slidernews .decs .tend{
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.slidernews .item:hover .decs .tend{
	height: 48px;
	-webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
} */
/* end news home */
/* begin partnerHome home */
.partnerHome{
	padding: 50px 0 60px 0;
}
.listpartner .slick-list{
	margin: 0 -5px;
}
.listpartner .slick-slide{
	padding: 0 5px;
}
.listpartner .thumb a{
	display: block;
	position: relative;
	padding-top: 130px;
	overflow: hidden;
	height: 0;
	z-index: 1;
}
.listpartner .thumb a span{
	position: absolute;
	top: 00%;
	left: 0;
	right: 0;
	display: block;
	padding: 10px;
	color: #fff;
	opacity: 0;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listpartner .thumb a:hover span{
	opacity: 1;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listpartner .thumb a::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	opacity: 0;
	/* transform: scale(0); */
    /* border-top: solid 1px #1a53a4;
    border-bottom: solid 1px #1a53a4; */
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listpartner .thumb a:hover::before{
	opacity: 1;

	/* transform: scale(1); */
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* .listpartner .thumb a::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #1a53a4;
    border-right: solid 1px #1a53a4;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
} */
.listpartner .thumb a:hover::before{
	left: 0;
    right: 0;
}
/* .listpartner .thumb a:hover::after{
	top: 0;
    bottom: 0;
} */
.listpartner .thumb a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
}
/* end partnerHome home */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media all and (max-width: 1170px){

}
@media all and (max-width: 991px){
	.lstboxShow > div{
		width: 100%;
		margin-bottom: 30px;
		padding-left: 20px;
	}
	.lstboxShow > div:last-child{
		margin-bottom: 0;
	}
	.contentBoxAll li:first-child{
		margin-bottom: 10px;
	}
	.contactHome .titleAndShare{
		margin-bottom: 30px;
	}
	.listpartner .thumb a{
		padding-top: 100%;
	}

	.listpartner .thumb a::before{
		display: none;
	}
	.listpartner .thumb a span{
		display: none;
	}

	/* begin banner Home*/
	.bannerHome .item .img a{
		padding-bottom: 55.588%;
	}
	.bannerHome .caption .t1{
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.bannerHome .caption .t2{
		font-size: 25px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.bannerHome .caption .wrapper{
		padding: 0 20px;
	}
	.bannerHome  .slick-dots{
		bottom: 10px;
	}
	/* end banner Home*/
	/* begin about Home*/
	.aboutContactHome{
		padding: 30px 0;
	}
	.aboutHome{
		margin-bottom: 30px;
	}
	.aboutHome .contentHome{
		padding-right: 0;
	}
	.aboutHome .contentHome .infoAbout{
		font-size: 18px;
		line-height: 27px;
	}
	.contactHome .item .title{
		margin-bottom: 10px;
	}
	/* end about Home*/

	/* begin product Home*/
	.productHome{
		padding-top: 30px;
	}
	.listProduct .item{
		display: block;
		clear: both;
	}
	.listProduct .item .thumb, .listProduct .item .decs{
		width: 100%;
	}
	.listProduct .item .decs{
		padding: 20px;
	}
	.listProduct .item:nth-child(odd) .decsCt, .listProduct .item:nth-child(even) .decsCt{
		margin: 0;
		float: none;
		margin: 0 auto;
	}
	.listProduct .item .decsCt{
		padding: 25px;
	}
	.listProduct .item .decsCt .tend{
		height: 70px;
	}
	.listProduct .item .decsCt .titleLine{
		font-size: 22px;
		line-height: 34px;
	}
	/* end product Home*/
	/* begin news home */
	.newsHome{
		padding: 30px 0 50px 0;
	}
	.newsHome .contentHome{
		padding: 0 10px;
	}
	.slidernews .slick-list{
		margin: 0 -5px;
	}
	.slidernews .slick-slide {
		padding: 0 5px;
	} 
	.slidernews .decs{
		padding: 	10px;
	}
	.slidernews .decs h3{
		font-size: 18px;
		line-height: 27px;
		height: 54px;
		overflow: hidden;
	}
	.slidernews .decs .date{
		display: block;
		margin-bottom: 10px;
	}
	
	/* end news home */
	/* begin parner Home*/
	.partnerHome{
		padding: 30px 0 70px 0;
	}
	/* end parner Home*/
	.servicesHome{
		padding: 20px 0 30px 0;
	}
	.viewAllCt a span{
		padding-right: 30px;
	}
	.listServices .item .titleLine{
		font-size: 18px;
		line-height: 27px;
		height: 65px;
		margin-bottom: 15px;
	}
	.listServices .item{
		margin-bottom: 30px;
	}
	.listServices .item .tend{
		font-size: 14px;
		line-height: 22px;
		height: 70px;
		overflow: hidden;
	}
}
@media all and (max-width: 767px){
	/* begin banner Home*/

	/* end banner Home*/
	/* begin about Home*/
	/* end about Home*/
}
@media all and (max-width: 480px){

}
@media all and (max-width: 380px){

}