.titleHome{
	margin-bottom: 40px;
	text-align: center;
}
.titleHome .title{
	font-size: 40px;
	line-height: 40px;
	color: #555555;
	text-transform: uppercase;
}
.titleHome .caption{
	max-width: 790px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}
/* end banner Home*/
.bannerHome  .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.bannerHome .slick-arrow{
	position: absolute;
	top: calc(50% + 130px);
	z-index: 11;
	width: 50px;
	height: 50px;
	background-color: #b6bac1;
	color: transparent;
	/* transform: translate(0%, -50%); */
	border: none;
}
.bannerHome .slick-arrow::before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	color: #fff;
}
.bannerHome .slick-next{
	right: 0;
}
.bannerHome .slick-next::before{
	content: '\f105';
}
.bannerHome .slick-prev{
	right: 55px;
}
.bannerHome .slick-prev::before{
	content: '\f104';
}
.bannerHome .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.bannerHome .slick-dots li button{
	width:10px;
	height:10px;
	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: #fff;
	border: 1px solid #fff;
}
.bannerHome .item .img{
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}
.bannerHome .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.bannerHome .caption{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	z-index: 111;
	transform: translate(0,-50%);
}
.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);
    max-width: 500px;
    background: rgba(255,255,255,0.8);
	padding: 40px 20px 50px 60px;
	float: right;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	position: relative;
	min-height: 260px;
}
.bannerHome .caption .captionCt::before{
	content: '';
	position: absolute;
	top: 0;
	right: -1000px;
	width: 1000px;
	bottom: 0;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.bannerHome .caption .t1{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #ee1c26;
	margin-bottom: 15px;
	font-family: "Roboto Condensed", sans-serif;
}
.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: 15px;
	margin-bottom: 25px;
	height: 44px;
	overflow: hidden;
}
/* end banner Home*/
/* begin about Home*/
.aboutHome{
	padding: 60px 0;

	position: relative;
}
.aboutHome::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/bgab.png');
	background-repeat: repeat;
	background-position: center bottom;
	pointer-events: none;
}
.aboutHome .vntAbout{
	display: flex;
	justify-content: space-between;
}
.aboutHome .vntAbout .col{
	width: 50%;
}
.aboutHome .vntAbout .decs{
	padding-right: 60px;
}
.aboutHome .vntAbout .decs .caption{
	font-size: 12px;
	display: inline-block;
	background-color: #312f90;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 2px 10px;
	letter-spacing: 1.1px;
}
.aboutHome .vntAbout .decs .title{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ee1c26;
	font-weight: bold;
}
.aboutHome .vntAbout .decs .decs_m{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
}
.aboutHome .vntAbout .videoInfo a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	padding-bottom: 65.56%;
	height: 0;
}
.aboutHome .vntAbout .videoInfo a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.aboutHome .vntAbout .videoInfo a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}
.aboutHome .vntAbout .videoInfo a .playvideo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	border: 3px solid #fff;
	border-radius: 100%;
	display: block;
	z-index: 11;
}
.aboutHome .vntAbout .videoInfo a .playvideo::before{
	content: '\f04b';
	position: absolute;
    left: 56%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
    line-height: 30px;
}
.aboutHome .vntAbout .videoInfo a .playvideo::after{
	content: '';
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px 0 #fff;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}
  
@-webkit-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}
.aboutHome .vntAbout .videoInfo a .txt{
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-transform: uppercase;
	z-index: 11;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 20px;
	max-width: 450px;
	width: 100%;
}
/* end about Home*/
/* begin infoNumberHome */
.infoNumberHome{
	padding: 110px 0 130px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.infoNumberHome::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/bginfo.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -2;
	-webkit-animation: zoomImg 30s linear infinite;
	-o-animation: zoomImg 30s linear infinite;
	animation: zoomImg 30s linear infinite;
	pointer-events: none;
}
@keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.3);
    	-ms-transform: scale(1.3);
    	-o-transform: scale(1.3);
    	transform: scale(1.3);
    }
    100%{
    	-webkit-transform: scale(1.5);
    	-ms-transform: scale(1.5);
    	-o-transform: scale(1.5);
    	transform: scale(1.5);
    }
}
.infoNumberHome::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
	pointer-events: none;
}
.infoNumberHome .sliderInfo .slick-list{
	margin: 0 -15px;
}
.infoNumberHome .sliderInfo .slick-slide {
	padding: 0 15px;
}
.infoNumberHome .sliderInfo .item .icon{
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}
.infoNumberHome .sliderInfo .item .icon img{
	width: 100%;
}
.infoNumberHome .sliderInfo{
	user-select: auto;
}
.infoNumberHome .sliderInfo .item .countInfo{
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	-webkit-animation: flashs 10s infinite ease-in-out;
    -moz-animation: flashs 10s infinite ease-in-out;
    -ms-animation: flashs 10s infinite ease-in-out;
    -o-animation: flashs 10s infinite ease-in-out;
    animation: flashs 10s infinite ease-in-out;
}
@-webkit-keyframes flashs {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.9
    }
}

@keyframes flashs {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.9
    }
}
.infoNumberHome .sliderInfo .item .countInfo .txt{
	position: relative;
	display: inline-block;
}
.infoNumberHome .sliderInfo .item .countInfo .txt span{
	font-size: 16px;
	margin-top: -10px;
	position: absolute;
	top: 0px;
	right: -10px;
}
.infoNumberHome .sliderInfo .item .tend{
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
/* end infoNumberHome */
/* begin product home */
.productHome{
	padding-top: 50px;
}
.listProduct{
	background-color: #f6f6f6;
	padding: 10px 0 1px;
}
.listProduct .item{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.listProduct .item .thumb{
	width: 55%;
}
.listProduct .item .thumb a{
	display: block;
	position: relative;
	overflow: hidden;
}
.listProduct .item .thumb a:hover img{
	transform: scale(1.1);
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.listProduct .item .thumb img{
	width: 100%;
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.listProduct .item:nth-child(even) .decs{
	order: 1;
}
.listProduct .item:nth-child(even) .thumb{
	order: 2;
}
.listProduct .item .decs{
	width: 45%;
}
.listProduct .item .decsCt{
	max-width: 570px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* box-shadow: 0 0 5px 0 rgba(0,0,0,0.1); */
	padding: 40px 40px 50px 60px;
}
.listProduct .item .decsCt .img{
	max-width: 190px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.listProduct .item .decsCt .titleLine{
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	font-size: 28px;
	line-height: 42px;
	color: #ee1c26;
	font-weight: bold;
	text-transform: uppercase;
}
.listProduct .item .decsCt .titleLine::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90px;
	height: 5px;
	background-image: url('../images/linetitle.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.listProduct .item .decsCt .titleLine a{
	color: #ee1c26;
}
.listProduct .item .decsCt .tend{
	margin-bottom: 20px;
	font-size: 16px;
	color: #444444;
	max-height: 46px;
	overflow: hidden;
}
/* end product home */
/* begin news home */
.newsHome{
	padding: 50px 0 70px 0;
}
.slidernews .slick-list{
	margin: 0 -15px;
}
.slidernews .slick-slide {
	padding: 0 15px;
}

.slidernews .thumb a{
	display: block;
	padding-top: 65.56%;
	height: 0;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.slidernews .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
	-o-transition: all 2s ease;

}
.slidernews .item:hover img{
	transform: scale(1.1);
	-webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.slidernews .item:hover a{
	color: #ee1c26;
}
.slidernews .item{
	-webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}

.slidernews .decs{
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slidernews .decs h3{
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 15px;
}
.slidernews .decs .date{
	background-color: #ee1c26;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	position: relative;
	padding-left: 35px;
	font-size: 13px;
}
.slidernews .decs .date::before{
	content: "\f073";
    font-family: fontawesome;
    position: absolute;
    left: 15px;
}
/* end news home */
/* begin partnerHome home */
.partnerHome{
	padding: 50px 0 70px 0;
	background-color: #f6f6f6;
}
.listpartner .slick-list{
	margin: 0 -10px;
}
.listpartner .slick-slide{
	padding: 0 10px;
}
.listpartner .thumb a{
	display: block;
	position: relative;
	padding-top: 120px;
	overflow: hidden;
	height: 0;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}
.listpartner .thumb a::before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #ee1c26;
    border-bottom: solid 1px #ee1c26;
    -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::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #ee1c26;
    border-right: solid 1px #ee1c26;
    -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: 60%;
	max-height: 60%;
}
/* end partnerHome home */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media all and (max-width: 1170px){

}
@media all and (max-width: 991px){
	.titleHome .title{
		font-size: 30px;
		line-height: 45px;
	}
	.titleHome{
		margin-bottom: 25px;
	}
	/* begin banner Home*/
	.bannerHome .item .img{
		padding-bottom: 50%;
	}
	.bannerHome .caption .t1{
		font-size: 22px;
		line-height: 33px;
	}
	.bannerHome .caption .t2{
		font-size: 16px;
		line-height: 28px;
	}
	.bannerHome .caption{
		bottom: 15%;
		display: none;
	}
	.bannerHome .caption .wrapper{
		padding: 0 20px;
	}
	.bannerHome  .slick-dots{
		bottom: 10px;
	}
	/* end banner Home*/
	/* begin about Home*/
	.aboutHome{
		padding-top: 40px;
	}
	.aboutHome .vntAbout{
		display: block;
	}
	.aboutHome .vntAbout .col{
		width: 100%;
	}
	.aboutHome .vntAbout .col:nth-child(1){
		margin-bottom: 40px;
	}
	.aboutHome .vntAbout .decs{
		padding-right: 0;
	}
	.aboutHome .vntAbout .decs .title{
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 5px;
	}
	.aboutHome::before{
		display: none;
	}
	.aboutHome .vntAbout .videoInfo a .playvideo{
		top: 40%;
	}
	.aboutHome .vntAbout .videoInfo a .txt{
		font-size: 14px;
		line-height: 22px;
		padding: 0 20px;
		top: calc(40% + 40px);
	}
	/* end about Home*/
	/* begin infoNumberHome Home*/
	.infoNumberHome{
		padding: 30px 0 60px 0;
	}
	/* end infoNumberHome 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{
		max-height: 70px;
	}
	.listProduct .item .decsCt .titleLine{
		font-size: 22px;
		line-height: 34px;
	}
	/* end product Home*/
	/* begin news home */
	.newsHome{
		padding: 30px 0 70px 0;
	}
	.slidernews .slick-list{
		margin: 0 -10px;
	}
	.slidernews .slick-slide {
		padding: 0 10px;
	} 
	.slidernews .decs{
		padding: 15px 10px;
	}
	.slidernews .decs h3{
		font-size: 16px;
		line-height: 25px;
		height: 75px;
		overflow: hidden;
	}
	.slidernews .decs .date{
		font-size: 12px;
		padding: 3px 10px;
		padding-left: 30px;
	}
	.slidernews .decs .date::before{
		font-size: 13px;
		left: 10px;
	}
	/* end news home */
	/* begin parner Home*/
	.partnerHome{
		padding: 30px 0 70px 0;
	}
	/* end parner Home*/
}
@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){

}