.vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: left;
	padding: 0 50px;
}
.vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: #fff;
	font-size: 0;
	padding:0;
	border:1px solid #fff;
	position: relative;
	border-radius: 100%;
}
.vnt-slide-home .slick-dots li.slick-active button{
	opacity: 1;
	background-color: transparent;
}
.vnt-slide-home .item .img{
	position: relative;
	/* padding-bottom: 40%; */
	overflow: hidden;
}
.vnt-slide-home .item .img img{
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%; */
}
.vnt-slide-home .caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	z-index: 11;
	color: #fff;
}
.vnt-slide-home .caption .t1{
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 10px;
	font-weight: 900;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
	transform: scale(0.5);
	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;
}
/* .vnt-slide-home .caption .t3{
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
	transform: scale(0.5);
	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;
} */
/* .vnt-slide-home .slick-current .caption .t3{
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
} */
.vnt-slide-home .caption .t1::first-letter {
	font-size: 70px;
}
.vnt-slide-home .slick-current .caption .t1{
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
.vnt-slide-home .caption .t2{
	font-size: 30px;
	line-height: 45px;
	color: #990000;
	font-weight: 900;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
	transform: scale(0.5);
	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;
	margin-bottom: 10px;
}
.vnt-slide-home .slick-current .caption .t2{
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
.vnt-slide-home .caption .t3{
	font-size: 100px;
	line-height: 100px;
	font-family: 'Baloo Thambi';
	color: rgba(255,255,255, 0.7);
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255, 0.7);
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear ;
	transition: all 0.5s linear ;
}

.activityHome{
	padding: 60px 0 70px 0;
	background-color: #f5f5f5;
}
.activityHome .titleHome{
	margin-bottom: 90px;
}

.titleHome{
	text-align: center;
	margin-bottom: 30px;
}
.titleHome .caption {
	max-width: 730px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}
.titleHome h2{
	font-size: 45px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: normal;
    position: relative;
    display: inline-block;
	padding-top: 25px;
	font-weight: bold;
}
.titleHome h2::before{
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #1c75bc;
}
.titleHome .des{
	margin-top: 10px;
	font-size: 15px;
	line-height: 23px;
}
.listProject .item .thumb{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    overflow: hidden;
}
.listProject .item{
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 5px 5px 5px;
}
.listProject .item .decs{
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 100px;
}
.listProject .item .decs h3{
	font-size: 18px;
	line-height: 27px;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.listProject .thumb a{
	display: block;
	height: 0;
	padding-top: 280px;
	position: relative;
	overflow: hidden;
}
.listProject .thumb a:hover img{
	transform: scale(1.05);
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.listProject .thumb a img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.listProject .slick-list{
	margin: 0 -10px;
}
.listProject .slick-slide{
	padding: 0 10px;
}
/* activevity */
.vnt-activity .activity:nth-child(even) .grid{
	flex-direction: row-reverse;
}
.vnt-activity .activity .item{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 60px;
}
.vnt-activity .activity .item:nth-child(even) .col1{
	order: 1;
	padding-left: 50px;
	padding-right: 0;
}
.vnt-activity .activity .item:nth-child(even) .col1 .icon{
	right: initial;
	left: -70px;
}
.vnt-activity .activity .item:nth-child(even) .col2{
	text-align: right;
}
.vnt-activity .activity .item:nth-child(even) .col2 .viewDetail{
	padding-right: 30px;
}
.activity .grid{
    margin-bottom: 20px;
}
.activity:last-child .grid{
    margin-bottom: 0;
}
.vnt-activity .activity .item .col1{
	width: 40%;
	padding-right: 50px;
}
.vnt-activity .activity .item .col2{
	width: 60%;
	padding: 0 60px;
}
.activity .img{
	position: relative;
}
.activity .img img{
	width: 100%;
}
.activity .img a{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 0;
	padding-top: 70%;
}
.activity .img a img{
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
	transition: all 2s;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.activity .img a:hover img{
	transform: scale(1.05);
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.activity .img .icon{
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translate(0, -50%);
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.activity .img .icon img{
	position: absolute;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.activity .tend{
	margin-bottom: 10px;
}
.activity .tend a{
	display: block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px;
}
.activity .item:hover .tend a{
	color:#ff3333;
}
.activity .des{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	height: 72px;
	overflow: hidden;
	margin-bottom: 25px;
}

.activity .link a {
    display: inline-block;
    width: 160px;
    border: solid 1px #555555;
    color: #555555;
    text-align: center;
    padding: 10px 10px;
}
.activity:hover .link a{
	/* border-color: #ed9f30; */
	color:#1c75bc;
}
.activity .link:hover a{
	/* border-color: #ed9f30; */
	color:#fff;
}
.vnt_info_new{
	padding: 20px 0 0 0;
}
.vnt_info_new .listItemNews ul{
	margin-bottom: 30px;
}
.vnt_info_new .listItemNews .viewDetail a{
	font-size: 13px;
}
.vnt_info_new .listItemNews li:first-child{
	padding-top: 0;
}
.vnt_info_new .listItemNews li{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.vnt_info_new .listItemNews li .date{
	font-size: 12px;
	color: #cccccc;
	margin-bottom: 5px;
}
.vnt_info_new .listItemNews li h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.vnt_info_new .row{
	margin: 0 -5px;
	/* margin-bottom: 30px; */
	display: flex;
}
.vnt_info_new .row >div:nth-child(1){
	order:2;
}
.vnt_info_new .row >div:nth-child(2){
	order: 3;
}
.vnt_info_new .row >div:nth-child(3){
	order: 1;
}
.vnt_info_new .row .col-sm-6, .vnt_info_new .row .col-md-6 {
	padding: 0 5px;
}
.vnt_info_new .slideBanner .item .thumb{
	position: relative;
	padding-bottom: 395px;
    height: 0;
	overflow: hidden;
	border-radius: 10px;
}
.vnt_info_new .slideBanner .item a:hover img{
	transform: scale(1.05);
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.vnt_info_new .slideBanner .item .thumb img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.vnt_info_new .slideBanner .item{
	position: relative;
}
.vnt_info_new .slideBanner .item a{
	height: auto;
}
.vnt_info_new .slideBanner .item .decs{
	padding: 15px 0;
	color: #fff;
	z-index: 11;
}
.vnt_info_new .slideBanner .item .decs h3{
	font-size: 20px;
	line-height: 30px;
}

.vnt_info_new .slideBanner .item .decs_title{
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
	height: 25px;
	overflow: hidden;
}
.vnt_info_new .slideBanner .item .decs_date::before{
	color: #efac08;
}
.vnt_info_new .slick-dots{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
	text-align: right;
	padding: 0 20px;
}
.vnt_info_new .slick-dots li{
	display: inline-block;
    margin: 0 5px;
}
.vnt_info_new .slick-dots li button{
	width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
}
.vnt_info_new .slick-dots li.slick-active button{
	background-color: #efac08;
	border: 2px solid #efac08;
}
.vnt_info_new .col{
	background-color: #f2f5f8;
	margin-bottom: 10px;
}
.vnt_info_new .col .thumb{
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.vnt_info_new .col .thumb img{
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
	transition: all 3s linear;
}
.vnt_info_new .col a:hover img{
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
	transition: all 3s linear;
	transform: scale(1.05);
}
.vnt_info_new .col a .thumb{
	width: 30%;
	position: relative;
	padding-bottom: 125px;
	height: 0;
}
.vnt_info_new .col a .thumb img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
	transition: all 2s linear;
}
.vnt_info_new .col a .decs{
	padding: 10px 15px;
	width: 70%;
}
.vnt_info_new .col a .decs h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	height: 20px;
	overflow: hidden;
}
.vnt_info_new .col a .decs .decs_text{
	margin-bottom: 5px;
	line-height: 1.4;
	height: 35px;
	overflow: hidden;
	font-size: 13px;
}
.vnt_info_new .decs_date{
	position: relative;
	padding-left: 20px;
}
.vnt_info_new .decs_date::before{
	content: "\f017";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #0095da;
}
.vnt_info_new .col a .decs_date{
	display: inline-block;
	margin-bottom: 10px;
}
.vnt_info_new .col a .decs_date::before{
	left: 0;
}
/* begin newshome */
.newsHome{
	padding: 60px 120px 70px 120px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.partnerHome{
	padding: 60px 120px 70px 120px;
}
.partnerHome{
	background-color: #f1f1f1;
}
.listpartner .slick-list{
	margin: 0 -15px;
}
.listpartner .slick-slide {
	padding: 0 15px;
}
.listpartner .slick-arrow{
	border: 1px solid #b60303;
	border-radius: 0;
	width: 30px;
	height: 30px;
}
.listpartner .slick-arrow::before{
	color: #b60303;
	font-size: 20px;
}
.listpartner  .slick-prev{
	left: -50px;
}
.listpartner  .slick-next{
	right: -50px;
}
.listpartner .thumb a{
	display: block;
    position: relative;
    padding-bottom: 120px;
    height: 0;
    background-color: #fff;
}
.listpartner .thumb a::before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #b60303;
    border-bottom: solid 1px #b60303;
    -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::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #b60303;
    border-right: solid 1px #b60303;
    -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::after{
	top: 0;
    bottom: 0;
}
.listpartner .thumb a img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
	max-height: 90%;
	image-rendering: pixelated;
}
.mainHead{
	background-color: #c81828;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menuTop ul li a{
	color: #fff;
}
.languageTop .icon, .searchTop .icon{
	color: #fff;
}
.menu_mobile .icon_menu{
	background: #c81828;
	color: #ffffff;
}
.menu_mobile .icon_menu .style_icon,.menu_mobile .icon_menu .style_icon:before,
.menu_mobile .icon_menu .style_icon:after {
	background: #ffffff;
}
.menuTop > ul > li.current > a, .menuTop > ul > li:hover > a{
    color: #f9de47;
}
.menuTop ul li ul li a{
	color: #333333;
}
/* end newshome */
.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 30%;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
}
.slideNews .slick-dots li.slick-active button{
    background: #1c75bc;
    border: 1px solid #1c75bc;
}
.slideNews{
    position: relative;
}
.slideNews::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #c81828;
    width: 1000px;
    right: -1000px;
}
.slideNews .slick-arrow{
    width:45px;
    height:60px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
}
.slideNews .slick-prev{
    right: -65px;
    left: initial;
    top: 75px;
}
.slideNews .slick-prev::before{
    content: '';
    background-image: url('../images/news/prev.png');
    width: 45px;
    height: 60px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.slideNews .slick-next{
    right: -65px;
    left: initial;
    top: 170px;
}
.slideNews .slick-next::before{
    content: '';
    background-image: url('../images/news/next.png');
    width: 45px;
    height: 60px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.newsS{
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width: 66.666%;
}
.newsS .img a{
	display: block;
	position: relative;
}

.newsS .img a::before{
	content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.newsS .img a::after{
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.4);
    border-right: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.newsS .img a:hover::before{
	left: 15px;
    right: 15px;
}
.newsS .img a:hover::after{
	top: 15px;
    bottom: 15px;
}
.newsS .img img{
    width: 100%;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.newsS .caption{
    overflow: hidden;
    padding: 10px 30px;
    width: 33.333%;
}
.newsS .tend{
    margin-bottom: 20px;
}
.newsS .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
	overflow: hidden;
	max-height: 55px;
	overflow: hidden;
}
.newsS .des{
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    font-weight: 300;
	margin-bottom: 40px;
	max-height: 70px;
	overflow: hidden;
}
.newsS .date{
    font-size: 14px;
    line-height: 13px;
    position: relative;
    color: #cccccc;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}
.newsS .date span{
    padding-left: 20px;
    position: relative;
}
.contentNews{
	position: relative;
}
.viewAllCT{
	position: absolute;
	right: 0;
	bottom: 30px;
	min-width: 120px;
	text-align: center;
	padding: 0 10px;
	right: -120px;
}
.viewAllCT a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.viewAllCT a:hover{
	transform: translateY(-10px);
}
/*begin aboutHome */
.aboutHome{
	padding: 60px 120px 70px 120px;
	overflow: hidden;
}
.aboutHome .grip{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}
.aboutHome .grip .item{
    width: 50%;
}
.aboutHome .grip .item:nth-child(1){
	order: 2;
}
.aboutHome .grip .item:nth-child(2){
	order: 1;
}
.aboutHome .grip .item .vnt-about-left{
	max-width: 95%;
}
.aboutHome .grip .item .vnt-about-right img{
    width: 100%;
}
.aboutHome .grip .item .vnt-about-right{
	position: relative;
	margin-left: 60px;
}
.aboutHome .grip .item .bg-about{
	overflow: hidden;
	position: relative;
	padding-bottom: 65.56%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.aboutHome .vnt-about-right .video-about{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	width: 80px;
	height: 80px;
}
.aboutHome .vnt-about-right .video-about a{
	display: block;
	color: #fff;
}
.aboutHome .vnt-about-right .video-about a span{
	display: block;
}
.aboutHome .vnt-about-right .video-about a .fa-play{
	background-image: url('../images/main/iconvideo.png');
	width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}
.aboutHome .vnt-about-right .video-about a .fa-play::before{
	background-color: rgba(255,255,255,1);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    -webkit-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 1s 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%;
}
.aboutHome .vnt-about-right .video-about a .fa-play::after{
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: '';
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #fff;
    opacity: .6;
    -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-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(10deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(10deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(10deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-10deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-10deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(10deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-10deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(10deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: 0
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: 0
    }
} 
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1.5) skew(1.5deg);
        opacity: 0
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1.5deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1.5) skew(2deg);
        opacity: 0
    }
}
@-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 .vnt-about-right .video-about a .txt{
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 20px;
	width: 100px;
}
.aboutHome .vnt-about-right .video-about a > span span{
	line-height: 46px;
}
.aboutHome .vnt-about-right .video-about img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.aboutHome .grip .t1{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
	position: relative;
	font-weight: bold;
	padding-top: 20px;
}
.aboutHome .grip .t1::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 3px;
	background-color: #1c75bc;
}
.aboutHome .grip .t2{
    font-size: 55px;
    line-height: 83px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 20px;
	color: #ff3333;
}
.aboutHome .grip .des{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 40px;
}
.aboutHome .view_all a{
    display: inline-block;
    min-width: 200px;
    color: #fff;
    text-align: center;
    padding: 15px 30px;    
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
	font-weight: bold;
	border-radius: 25px;
	background: rgb(28,117,188);
	background: linear-gradient(90deg, rgba(28,117,188,1) 0%, rgba(88,201,234,1) 100%);
	text-transform: uppercase;
	font-size: 13px;
}
.aboutHome .view_all a::before{
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0%;
    background: #1c75bc;
	opacity: 0;
	border-radius: 25px;
}
.aboutHome .view_all a:hover::before{
	width: 100%;
	opacity: 1;
}
.aboutHome .view_all a:hover{

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.aboutHomeIF{
	position: relative;
	display: flex;
}
.aboutHomeIF .thumb{
	width: 360px;
}
.aboutHomeIF .thumb img{
	width: 100%;
}
.aboutHomeIF .decs{
	width: calc(100% - 360px);
	padding: 50px 0 40px 90px;
}
.aboutHomeIF .decs .titlebox .captions{
	font-size: 24px;
	font-weight: 800;
	line-height: 36px;
	color: #666666;
	font-style: italic;
}
.aboutHomeIF .decs .titlebox .title{
	font-size: 80px;
	color: #c81828;
	line-height: 80px;
	font-family: 'Baloo Thambi';
}
.aboutHomeIF .decs .titlebox{
	margin-bottom: 60px;
}
.aboutHomeIF .decs .yearbox{
	position: relative;
	margin-left: -80px;
}
.aboutHomeIF .decs .yearbox .txt{
	font-size: 54px;
    line-height: 60px;
    font-family: 'Baloo Thambi';
    color: rgba(162,8,15, 0.7);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(162,8,15, 0.7);
}
.aboutHomeIF .decs .yearbox .year{
	font-family: 'Baloo Thambi';
	font-size: 126px;
	line-height: 126px;
	color: #e0c8c9;
}
.aboutHomeIF .iconImg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	padding: 0 0 30px 0;
}
/*end aboutHome */

/* begin serviceHome */
.serviceHome{
	padding: 50px 0 50px 120px;
	background-color: #f1f1f1;
	position: relative;
	overflow: hidden;
}
.serviceHome::before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: 410px;
    height: 100%;
    background-image: url('../images/main/bgservice.jpg');
    z-index: 0;
}
.serviceHome .serviceLider .thumb{
	margin-bottom: 30px;
}
.serviceHome .serviceLider .thumb a{
	display: block;
	position: relative;
}
.serviceHome .serviceLider .thumb a::before{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.serviceHome .serviceLider .thumb a:hover::before{
	left: 15px;
    right: 15px;
}
.serviceHome .serviceLider .thumb a::after{
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.4);
    border-right: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.serviceHome .serviceLider .thumb a:hover::after{
	top: 15px;
    bottom: 15px;
}
.serviceHome .serviceLider .thumb img{
	width: 100%;
}
.serviceHome .serviceLider .decs{
	max-width: 580px;
	color: #fff;
}

.serviceHome .serviceLider .decs h3{
	display: inline-block;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
.serviceHome .serviceLider .decs h3::after{
	content: '';
	background-image: url('../images/main/linedv.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
}
.serviceHome .serviceLider .decs h3 a{
	color: #fff;
}
.serviceHome .serviceLider .decs .tend{
	margin-bottom: 40px;
}
.serviceLider .slick-arrow{
	top: initial;
	bottom: 18%;
    width: 70px;
    height: 50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
}
.serviceLider .slick-prev{
	right: 200px;
	left: initial;
}
.serviceLider .slick-prev::before{
	content: '';
    background-image: url('../images/main/prev1.png');
    width: 60px;
    height: 45px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.serviceLider .slick-next{
	right: 120px;
	left: initial;
}
.serviceLider .slick-next::before{
	content: '';
    background-image: url('../images/main/next1.png');
    width: 60px;
    height: 45px;
    background-position: bottom;
    background-repeat: no-repeat;
}
/* end serviceHome */
/* begin qualitytHome */
.qualitytHome{
	padding: 80px 120px 80px 120px;
	background-repeat: no-repeat;
	background-position: center 10%;
	overflow: hidden;
}
.qualitytHome .bgQuality{
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 20px;
}
.qualitytHome .boxTop{
	max-width: 460px;
	border: 5px solid #c81828;
	text-align: center;
	padding: 20px 5px 5px 5px;
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
}
.qualitytHome .boxTop .titleBox .caption{
	font-size: 30px;
	line-height: 45px;
	font-weight: 800;
}
.qualitytHome .boxTop .titleBox .title{
	font-size: 60px;
	line-height: 80px;
	color: #c81828;
	margin-bottom: 10px;
	font-weight: 800;
}
.qualitytHome .boxTop .contentBox .thumb{
	max-width: 140px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.qualitytHome .boxTop .contentBox .decs{
	max-width: 310px;
	margin: 0 auto;
	color: #666666;
	margin-bottom: 10px;
}
.qualitytHome .boxTop::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -125px;
	width: 5px;
	height: 120px;
	background-color: #c81828;
}
.qualitytHome .boxmain{
	border: 5px solid #c81828;
	position: relative;
	padding:80px 30px 30px; 
}
.qualitytHome .boxmain .listQuality{
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
}
.qualitytHome .boxmain .listQuality .item{
	width: 33.333%;
	text-align: center;
}

.qualitytHome .boxmain .listQuality .item .icon{
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.qualitytHome .boxmain .listQuality .item a{
	display: block;
}
.qualitytHome .boxmain .listQuality .item a:hover{
	transform: translateY(-5px);
}
.qualitytHome .boxmain .listQuality .item .txt{
	display: block;
	max-width: 200px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
.qualitytHome .boxmain .iconBox{
	position: absolute;
	left: 50%;
	top: -50px;
	width: 100px;
	height: 100px;
	border: 5px solid #c81828;
	padding: 5px;
	transform: translate(-50%, 0);
	border-radius: 100%;
	background-color: #fff;
	z-index: 1;
}
.qualitytHome .boxmain .iconBox img{
	width: 100%;
}
.qualitytHome .boxmain .listQuality .icon{
	max-width: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: inline-block;
}
.qualitytHome .boxmain .listQuality .icon img{
	width: 100%;
}
/* end qualitytHome */
/* begin productHome */
.productHome{
	background-color: #f1f1f1;
	padding: 80px 120px;
	overflow: hidden;
}
.productHome .titlePro{
	text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}
.productHome .titlePro strong{
	font-weight: 900;
    color: #c81828;
    font-size: 72px;
    line-height: 85px;
    display: block;
}
.productHome .titlePro span{
    font-size: 36px;
    line-height: 54px;
    color: #c81828;
}
.productHome .contentProBox .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: relative;
}
.productHome .contentProBox .item:nth-child(odd)::before{
	content: '';
	position: absolute;
    position: absolute;
    bottom: -25px;
    right: 20%;
    width: 250px;
	height: 130px;
	background-image: url('../images/main/productLine1.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.productHome .contentProBox .item.lazyloading:nth-child(odd)::before{
	height: 0;
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.productHome .contentProBox .item:nth-child(even)::before{
	content: '';
	position: absolute;
	bottom: -75px;
    right: 25%;
    width: 250px;
	height: 130px;
	background-image: url('../images/main/productLine2.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.productHome .contentProBox .item.lazyloading:nth-child(even)::before{
	height: 0;
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.productHome .contentProBox .item:last-child::before{
	display: none;
}
.productHome .contentProBox .item .thumb{
	width: 40%;
}
.productHome .contentProBox .item .thumb a{
	display: block;
}
.productHome .contentProBox .item .thumb a img{
	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.productHome .contentProBox .item .thumb a:hover img{
	transform: translateY(-20px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.productHome .contentProBox .item .thumb img{
	width: 100%;
}
.productHome .contentProBox .item .decs{
	width: 40%;
}
.productHome .contentProBox .item .decs h3{
	font-size: 30px;
	line-height: 45px;
	font-family: 'Baloo Thambi';
	margin-bottom: 10px;
}
.productHome .contentProBox .item .decs .tend{
	max-width: 390px;
	margin-bottom: 20px;
}
.productHome .contentProBox .item .iconPro{
	width: 20%;
	text-align: right;
	padding: 0 50px;
}
.productHome .contentProBox .item .iconPro a{
	display: inline-block;
}
.productHome .contentProBox .item .iconPro a img{
	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.productHome .contentProBox .item .iconPro a:hover img{
	transform: translateY(-20px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.productHome .contentProBox .item:nth-child(even) .thumb{
	order: 3;
}
.productHome .contentProBox .item:nth-child(even) .decs{
	order: 2;
	text-align: right;
	position: relative;
}
.productHome .contentProBox .item:nth-child(even) .decs .tend{
	float: right;
}
.productHome .contentProBox .item:nth-child(even) .iconPro{
	text-align: left;
	
}
/* end productHome */
/*begin kitchenHome */
.kitchenHome{
	position: relative;
	overflow: hidden;
	padding: 90px 120px 70px 120px;
	overflow: hidden;
}
.kitchenHome::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	max-height: 310px;
	height: 100%;
	background-image: url('../images/main/bgKitchen.jpg');
	z-index: -1;
}
.kitchenHome .kitchenItem{
	display: flex;

}
.kitchenHome .kitchenItemL{
	width: 40%;
	color: #fff;
	padding-right: 20px;
} 
.kitchenHome .titleBox{
	font-size: 60px;
	line-height: 90px;
	font-weight: bold;
	margin-bottom: 100px;
	margin-top: 50px;
	text-transform: uppercase;
}
.kitchenHome .kitchenItemL .lstKitchen {
	margin-bottom: 50px;
}
.kitchenHome .kitchenItemL .lstKitchen li{
	margin-bottom: 20px;
}
.kitchenHome .kitchenItemL .lstKitchen a{
	font-size: 24px;
	font-weight: bold;
}
.kitchenHome .kitchenItemL .lstKitchen a span{
	color: #c81828;
    margin-right: 10px;
    font-weight: 500;
	font-size: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.kitchenHome .kitchenItemL .lstKitchen a span img{
	width: 100%;
}
.kitchenHome .kitchenItemR{
	width: 60%;
}
.kitchenHome .kitchenItemR a{
	display: block;
	position: relative;
}
.kitchenHome .kitchenItemR a:hover{
	transform: translateY(-5px);
}
.kitchenHome .kitchenItemR a::before{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.kitchenHome .kitchenItemR a:hover::before{
	left: 15px;
    right: 15px;
}
.kitchenHome .kitchenItemR a::after{
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.4);
    border-right: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.kitchenHome .kitchenItemR a:hover::after{
	top: 15px;
    bottom: 15px;
}
.kitchenHome .kitchenItemR img{
	width: 100%;
}
/*end kitchenHome */
/* begin all */
.wrapperHome{
	position: relative;
}
.wrapperHome .titleHomne{
	color: #fff;
	position: absolute;
	width: 120px;
	left: -120px;
	text-align: center;
}
.boxHomeEffect.show .wrapperHome .titleHomne{
	-webkit-animation: flyflyfly 30s 1s linear infinite;
    -o-animation: flyflyfly 30s 1s linear infinite;
    animation: flyflyfly 30s 1s linear infinite;
}
.wrapperHome.titleRedHome .titleHomne{
	color: #c81828;
}
.wrapperHome.titleGrayHome .titleHomne{
	color: #666666;
}
.wrapperHome.titleRedHome .titleHomne .text::before{
	background-color: #c81828;
}
.wrapperHome.titleGrayHome .titleHomne .text::before{
	background-color: #666666;
}
.wrapperHome.titleGrayHome .titleHomne .nume{
	border: 1px solid #666666;
}
.wrapperHome.titleRedHome .titleHomne .nume{
	border: 1px solid #c81828;
}
.wrapperHome .titleHomne .nume{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.boxHomeEffect.show .kitchenHome .wrapperHome .titleHomne{
	color: #f5f5f5;
}
.boxHomeEffect.show .kitchenHome .wrapperHome .titleHomne .nume{
	border: 1px solid #f5f5f5;
}
.boxHomeEffect.show .kitchenHome .wrapperHome .titleHomne  .text::before{
	background-color: #f5f5f5;
}
.wrapperHome .titleHomne .text{
	display: block;
	padding-top: 70px;
	position: relative;
	text-transform: uppercase;
}
.wrapperHome .titleHomne .text::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	width: 1px;
	height: 50px;
}
.wrapperHome .titleHomne .text span{
	transform: rotate(-90deg);
	display: block;
	margin-top: 20px;
}
@-webkit-keyframes flyflyfly{
    0% {
        top: 0px;
    }
    100% {
        top:100%;
    }
}
@-moz-keyframes flyflyfly{
    0% {
        top: 0px;
    }
    100% {
        top : 100%;
    }
}
@-o-keyframes flyflyfly{
    0% {
        top:0px;
    }
    100% {
        top:100%;
    }
}
@keyframes flyflyfly{
    0% {
        top:0px;
    }
    100% {
        top:100%;
    }
}
/* end all */

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (mIN-width: 1400px){
	.listpartner .thumb a{
		padding-bottom: 150px;
	}
}
@media all and (max-width: 1170px){
	.aboutHome .grip .item .vnt-about-left{
		max-width: 100%;
		margin-bottom: 40px;
	}
	.aboutHome .grip .t2{
		font-size: 45px;
	}
	.aboutHomeIF .iconImg, .wrapperHome .titleHomne{
		display: none;
	}
	.productHome .contentProBox .item:nth-child(odd)::before, .productHome .contentProBox .item:nth-child(even)::before, .productHome .contentProBox .item .iconPro{
		display: none;
	}
	.kitchenHome .titleBox{
		font-size: 50px;
	}
	.aboutHomeIF .decs{
		padding: 50px 0 40px 50px;
	}
	.productHome .contentProBox .item .thumb{
		width: 50%;
	}
	.productHome .contentProBox .item .decs{
		width: 50%;
	}
}
@media all and (max-width: 991px){
	/*begin kitchenHome */
	/*end kitchenHome *
	/*begin aboutHome */
	.aboutHome{
		padding: 30px 20px;
	}
	.activity .img .icon{
		display: none;
	}
	.vnt-activity .activity .item{
		display: block;
		margin-bottom: 30px;
	}
	.vnt-activity .activity .item .col1, .vnt-activity .activity .item .col2{
		width: 100%;
		padding: 0;
	}
    .vnt_info_new .slideBanner .item a{
		padding-bottom: initial;
	}
	.vnt_info_new .colBanner{
		margin-bottom: 20px;
	}
    .titleHome h2{
		font-size: 28px;
		line-height: 36px;
    }
    .activity .tend a{
		font-size: 25px;
		line-height: 33px;
	}
	.activity .grid{
		display: block;
	}
	.activity .grid .col1,
	.activity .grid .col2{
		width: 100%;
	}
	.activity .caption{
		padding: 20px 10px;
		max-width: initial;
	}
	.activity .img a{
		height:initial;
	}
	.vnt-slide-home .item .img{
		/* padding-bottom: 50%; */
	}
	.aboutHome .grip .item .vnt-about-right{
		margin-left: 0;
	}
	.aboutHome .grip .item:first-child{
		margin-bottom: 30px;
	}
	.aboutHome .grip .t2{
		font-size: 35px;
		line-height: 57px;
	}
	.activityHome .titleHome{
		margin-bottom: 30px;
	}
	.vnt-activity .activity .item:nth-child(even) .col1{
		padding-left: 0;
	}
	.vnt-activity .activity .item:nth-child(even) .col2{
		text-align: left;
	}
	.listProject .slick-list{
		margin: 0;
	}
	.listProject .slick-slide{
		padding: 0;
	}

	.listProject .item .decs{
		padding: 10px;
	}
	.listProject .item .decs h3{
		font-size: 13px;
		line-height: 22px;
	}
	.partnerHome{
		padding: 50px 20px;
	}
	.newsHome{
		padding: 50px 20px;
	}
	.vnt_info_new .row{
		display: block;
	}
	.vnt_info_new .row > div{
		display: inline-block;
		vertical-align: top;
	}
	.vnt_info_new .row > div:nth-child(1){
		width: 50%;
		vertical-align: top;
	}
	.vnt_info_new .row > div:nth-child(2){
		width: 50%;
		margin-left: -4px;
		vertical-align: top;
	}
	.vnt_info_new .row > div:nth-child(3){
		width: 100%;
	}
	.vnt_info_new .slideBanner .item .thumb{
		padding-bottom: 65.56%;
	}
	.vnt_info_new .col .thumb a{
		display: block;
		padding-bottom: 65.56%;
		height: 0;
		position: relative;
	}
	.vnt_info_new .col .thumb a img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	.vnt_info_new .slideBanner .item .decs h3{
		font-size: 13px;
		line-height: 22px;
		height: 45px;
		overflow: hidden;
		font-weight: 500;
	}
	.vnt_info_new .col .decs{
		font-size: 13px;
		line-height: 22px;
		height: 45px;
		overflow: hidden;
		font-weight: 500;
	}
	.vnt_info_new .slideBanner .item .decs{
		padding: 10px 0;
	}
	.vnt_info_new{
		padding-top: 0;
	}
	.listpartner .slick-prev{
		left: -10px
	}
	.listpartner .slick-next{
		right: -10px;
	}
	.listpartner .slick-list{
		margin: 0 -5px;
	}
	.listpartner .slick-slide {
		padding: 0 5px;
	}
	/* 
	 */
	.aboutHomeIF .decs .titlebox{
		margin-bottom: 0px;
	 }
	.aboutHomeIF .decs .titlebox .captions{
		font-size: 18px;
		line-height: 27px;
	}
	.aboutHomeIF .decs .titlebox .title{
		font-size: 45px;
		line-height: 60px;
	}
	.aboutHomeIF .decs .yearbox{
		margin-left: 0;
		margin-bottom: 20px;
	}
	.aboutHomeIF .decs .yearbox .txt{
		font-size: 45px;
	}
	.aboutHomeIF .decs .yearbox .year{
		font-size: 80px;
		line-height: 80px;
	}
	.aboutHomeT{
		margin-bottom: 30px;
	}
	.aboutHome .grip .des{

	}
/* begin serviceHome */
	.serviceHome{
		padding: 0;
	}
	.serviceHome::before{
		max-height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.serviceHome .serviceLider .decs{
		padding: 0 20px 100px 20px;
	}
	.serviceLider .slick-prev{
		right: 80px;
	}
	.serviceLider .slick-next{
		right: 20px;
	}
	.serviceLider .slick-arrow{
		bottom: 0px;
	}
	.serviceHome .serviceLider .decs h3, .qualitytHome .boxTop .titleBox .caption{
		font-size: 24px;
		line-height: 36px;
	}
	.qualitytHome{
		padding: 50px 20px;
		background-image: none!important;
	}
	.qualitytHome .boxTop .titleBox .title{
		font-size: 43px;
		line-height: 65px;
	}
	.qualitytHome .boxTop{
		padding: 20px 0px 5px 0px;
	}
	.qualitytHome .bgQuality{
		background-size: 320px;
		background-position: center 20px;
	}
	/* 
	 */
	 .productHome{
		 padding: 50px 20px;
	 }
	 .productHome .titlePro{
        font-size: 20px;
        line-height: 30px;
    }
    .productHome .titlePro span{
        font-size: 24px;
        line-height: 36px;
    }
	.productHome .titlePro strong{
        font-size: 50px;
        line-height: 65px;
	}
	.slideNews::before{
		top: initial;
		left: -20px;
		right: 0;
		height: 120px;
	}
	.newsS .caption{
		padding: 30px 0px;
	}
	.newsS{
		display: block;
		margin-bottom: 140px;
	}
	.newsS .img, .newsS .caption{
		width: 100%;
	}
	.viewAllCT{
		right: initial;
		left: -10px;
		bottom: 45px;
	}
	.slideNews .slick-prev{
		top: initial;
		bottom: 25px;
		right: 90px;
		transform: rotate(-90deg);
		z-index: 11;
	}
	.slideNews .slick-next{
		top: initial;
		bottom: 25px;
		right: 10px;
		transform: rotate(-90deg);
		z-index: 11;
	}
	.kitchenHome{
		padding: 50px 20px;
	}
	.kitchenHome .titleBox{
		font-size: 48px;
		line-height: 60px;
		color: #fff;
		order: 1;
		margin-bottom: 40px;
   		margin-top: 0px;
	}
	.kitchenHome .kitchenItemR{
		margin-bottom: 30px;
	}
	.kitchenHome .kitchenItem{
		flex-direction: column-reverse;
	}
	.kitchenHome .kitchenItemL,.kitchenHome .kitchenItemR{
		width: 100%;
	}
}
@media all and (max-width: 768px){
    .aboutHome .grip{
		flex-direction: column;
    }
    .aboutHome .grip .item{
        width: 100%;
    }
    #slideNews .news .caption{
		padding: 10px 15px;
		padding-bottom: 30px;
	}
	#slidePartner .slick-list{
		margin: 0 -5px;
	}
	#slidePartner .item{
		padding: 0 5px;
	}
	#slideNews{
		display: block;
		margin-bottom: 30px;
	}
	#slideNews .item{
		width: 100%;
		margin-bottom: 0;
	}
	.vnt-slide-home .caption .t1{
		font-size: 22px;
		line-height: 33px;
		padding-left: 50px;
		margin-bottom: 5px;
	}
	.vnt-slide-home .caption .t2{
		font-size: 16px;
		line-height: 28px;
		padding-left: 50px;
		margin-bottom: 5px;
	}
	.vnt-slide-home .caption .t1::first-letter {
		font-size: 50px;
	}
	.vnt-slide-home .caption .t3{
		font-size: 45px;
		line-height: 60px;

	}
	.vnt-slide-home .caption .wrapper{
		padding: 0 20px;
	}
	.vnt-slide-home .slick-dots{
		bottom: 10px;
		text-align: center;
	}
	.aboutHomeIF{
		flex-direction: column-reverse;
	}
	.aboutHomeIF .decs{
		width: 100%;
	}
	.aboutHomeIF .decs{
		padding: 0;	
	}
	.aboutHomeIF .thumb{
		width: 100%;
	}
}
@media all and (max-width: 767px){

	.vnt_info_new .slideBanner .item .decs_title{
		font-size: 14px;
	}
	.vnt_info_new .col a .thumb{
		padding-bottom: 90px;
		width: 35%;
	}

	.vnt_info_new .col a .decs h3{
		font-size: 13px;
		height: auto;
	}
	.vnt_info_new .col a .decs_text{
		display: none
	}
	.vnt-slide-home .item .img{
		/* padding-bottom: 100%; */
	}
	.qualitytHome .boxmain .listQuality{
		flex-direction: column;
	}
	.qualitytHome .boxmain .listQuality .item{
		width: 100%;
		margin-bottom: 40px;
	}
	.qualitytHome .boxmain .listQuality .item .txt{
		max-width: 100%;
	}
	.productHome .contentProBox .item{
		display: block;
		margin-bottom: 30px;
	}
	.productHome .contentProBox .item .thumb, .productHome .contentProBox .item .decs{
		width: 100%;
	}
	.productHome .contentProBox .item:nth-child(even) .decs{
		text-align: left;
	}

}
@media all and (max-width: 480px){
	.listProject .thumb a{
		padding-top: 140px;
	}
}
@media all and (max-width: 380px){

}