#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 41.666666%;
	-webkit-animation: zoomImg 30s linear infinite;
	-o-animation: zoomImg 30s linear infinite;
	animation: zoomImg 30s linear infinite;
}
@keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	transform: scale(1.1);
    }
    100%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    }
}
@-webkit-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	transform: scale(1.1);
    }
    100%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
}
@-moz-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	transform: scale(1.1);
    }
    100%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
}
@-o-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	transform: scale(1.1);
    }
    100%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
}
#vnt-slide-home .caption{
	max-width: 500px;
	pointer-events: auto;
}
#vnt-slide-home .caption .t1{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color:#ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.3s linear 0.5s;
	-o-transition: all 0.3s linear 0.5s;
	transition: all 0.3s linear 0.5s;
}
#vnt-slide-home .caption .t2{
	font-size: 45px;
	line-height: 55px;
	color:#ffffff;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.35);
	text-transform: uppercase;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.3s linear 0.7s;
	-o-transition: all 0.3s linear 0.7s;
	transition: all 0.3s linear 0.7s;
}
#vnt-slide-home .caption .link{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.3s linear 0.9s;
	-o-transition: all 0.3s linear 0.9s;
	transition: all 0.3s linear 0.9s;
}
#vnt-slide-home .caption .link a{
	display: inline-block;
	color:#ffffff;
	text-decoration: underline;
	font-size: 18px;
	line-height: 26px;
}
#vnt-slide-home .caption .link a span{
	padding-right: 30px;
	position: relative;
}
#vnt-slide-home .caption .link a span:before{
	content: "+";
	width: 20px;
	height: 20px;
	border-radius: 2px;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 20px;
	background: #ffffff;
	font-size: 12px;
	color:#0175b0;
	text-align: center;
}
#vnt-slide-home .slick-slide.slick-current .caption .t1,
#vnt-slide-home .slick-slide.slick-current .caption .t2,
#vnt-slide-home .slick-slide.slick-current .caption .link{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:50px;
	height:50px;
	background: #333333;
	border:none;
	position: absolute;
	top: 50%;
	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;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
	border-radius: 100%;
}
#vnt-slide-home .slick-prev{
	left:30px;
}
#vnt-slide-home .slick-next{
	right:30px;
}
#vnt-slide-home .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 30px;
	line-height: 38px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	background: #3db8e4;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	display: none !important;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #0eaaec;
	border-color: #0eaaec;
}
#vnt-slide-home .slick-counter{
	position: absolute;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	margin-top: 55px;
	font-size: 25px;
	line-height: 33px;
	color:#ffffff;
	font-weight: 300;
	pointer-events: none;
}
#vnt-slide-home .slick-counter span{
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
}
.scroll_bot{
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*============================================================*/
.titleHome{
	background: #f5f5f5;
	padding:15px 0px;
}
.titleHome h2{
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	padding-right: 20px;
	position: relative;
}
.titleHome h2:before{
	content: attr(data-title);
	position: absolute;
	left:100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 60px;
	line-height: 70px;
	pointer-events: none;
	color:rgba(0,0,0,0.02);
	white-space: nowrap;
	font-weight: bold;
}
.titleHome h2:after{
	content: "";
	position: absolute;
	left:100%;
	top: 50%;
	border-bottom: solid 2px #ffc917;
	width: 45px;
	z-index: 1;
}
.linkHome a {
    display: block;
    background: #e5e5e5;
    color: #3db8e4;
    padding: 28px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.linkHome a:hover{
	background: #333333;
	color:#ffffff;
}
.linkHome a span{
	padding-right: 20px;
	position: relative;
}
.linkHome a span:before{
	content: "\f101";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*===============================================================*/
.productHome .contentHome{
	padding: 50px 0;
}
.linkAll{
	position: relative;
	text-align: center;
}
.linkAll:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.linkAll:hover:before{
	border-color: #3db8e4;
}
.linkAll a {
    display: inline-block;
    background: #ffffff;
    width: 200px;
    text-align: center;
    color: #0175b0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    border: solid 1px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    padding: 12px 5px;
}
.linkAll:hover a{
	border-color: #3db8e4;
}
/*==============================================================*/
.solutionHome .contentHome{
	padding: 50px 0 40px;
}
.listSolution ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.listSolution ul li{
	width: 50%;
	padding: 0 10px;
}
.listSolution ul li a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 6px 15px;
    padding-left: 35px;
    position: relative;
}
.listSolution ul li a:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    top: 6px;
    left: 13px;
}
.listSolution ul li:hover a{
	color:#3db8e4;
}
.listSolution ul li.active a{
	background: #3db8e4;
	color:#ffffff;
}
.listSolution .mc-menu {
    background: #3db8e4;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 11px 15px;
    display: none;
}
.listSolution .mc-menu:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideSolution .slick-slide{
	padding-bottom: 25px;
	padding-right: 25px;
}
.slideSolution .item{
	position: relative;
}
.slideSolution .item .img{
	padding-top: 64.5%;
	position: relative;
	overflow: hidden;
}
.slideSolution .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slideSolution .item:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.slideSolution .item .caption{
	padding: 15px 20px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.slideSolution .item .tend{
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.slideSolution .item .tend:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: solid 2px #3db8e4;
}
.slideSolution .item .tend h3{
	font-size: 25px;
	line-height: 33px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 300;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.slideSolution .item .des{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color:#ffffff;
}
.slideSolution .item .link {
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.slideSolution .item .link a{
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #3db8e4;
	color:#ffffff;
	line-height: 40px;
	font-size: 30px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
/*============================================================*/
.serviceHome .contentHome{
	background: #222222;
}
.serviceHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.serviceHome .grid .col{
	width: 33.333333%;
}
.service{
	position: relative;
	z-index: 2;
}
.service .wrap{
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 3;
}
.service:hover .wrap{
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}
.service .link{
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.service:hover .link{
	opacity: 1;
	visibility: initial;
	pointer-events: auto;
}
.service .link a{
	display: inline-block;
	width: 130px;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 10px;
	background: #ffffff;
}
.service .link a span{
	padding-right: 15px;
	position: relative;
}
.service .link a span:before{
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#3db8e4;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.service .link a:hover{
	background: #3db8e4;
	color:#ffffff;
}
.service .link a:hover span:before{
	color:#ffffff;
}
.service .img a{
	display: block;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.service .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000000;
	opacity: 0.7;
	pointer-events: none;
}
.service .caption{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80%;
	pointer-events: none;
}
.service .icon{
	width: 70px;
	height: 80px;
	background: url(../images/main/i-c.svg) no-repeat center;
	background-size: contain;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 25px;
}
.service .icon img{
	max-height: 40px;
	max-width: 40px;
}
.service .tend{
	margin-bottom: 5px;
}
.service .tend h3{
	color:#ffffff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	text-transform: capitalize;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.service .des{
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	font-weight: 300;
	height: 48px;
	overflow: hidden;
	text-align: center;
}
.service .cap{
	background: #ffffff;
	height: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}
.service:hover .cap {
    height: 76px;
}
.service .cap .txt{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	color:#666666;
	padding: 15px 15px;
}
.service .cap .txt span{
	display: block;
	margin: 0 auto;
	max-width: 240px;
	height: 46px;
	overflow: hidden;
}
/*============================================================*/
.aboutHome .contentHome{
	padding: 35px 0 70px;
	position: relative;
}
.aboutHome .wrap{
	max-width: 50%;
}
.aboutHome .t1{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}
.aboutHome .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
.aboutHome .nam{
	font-size: 90px;
	line-height: 75px;
	color:#0175b0;
	font-weight: bold;
	margin-right: 10px;
	flex-shrink: 0;
}
.aboutHome .t2{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #666666;
}
.aboutHome .t3{
	font-size: 35px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
}
.aboutHome .wr{
	padding: 20px 50px;
	padding-top: 0;
	position: relative;
	margin-bottom: 20px;
	border-bottom: solid 2px rgba(0,0,0,0.2);
}
.aboutHome .wr:before{
	content: "“";
	font-size: 100px;
	line-height: 100px;
	color:#3db8e4;
	position: absolute;
	top: -5px;
	left: 0;
}
.aboutHome .tt1{
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.aboutHome .tt2{
	font-size: 35px;
	line-height: 44px;
	font-weight: bold;
	color:#0175b0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.aboutHome .cont{
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color:#666666;
	text-align: justify;
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 15px;
}
.aboutHome .ads{
	padding-left: 70px;
	position: relative;
}
.aboutHome .ads .img{
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border:solid 2px rgba(0,0,0,0.2);
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.aboutHome .ads .img img{
	max-width: 30px;
	max-height: 30px;
	opacity: 0.5;
}
.aboutHome .ads .tend{
	margin-bottom: 10px;
}
.aboutHome .ads .tend a{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color:#555555;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aboutHome .ads .des {
    color: #888888;
    padding-left: 10px;
    border-left: solid 2px #0175b0;
}
.aboutHome .img_about{
	position: absolute;
	top: 0;
	right: 0;
}
.slideAboutSlide .slick-arrow{
	width:20px;
	height:30px;
	background: transparent;
	border:none;
	position: absolute;
	top: 50%;
	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;
	color:#333333;
}
.slideAboutSlide .slick-prev{
	left:-50px;
}
.slideAboutSlide .slick-next{
	right:-50px;
}
.slideAboutSlide .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 30px;
	line-height: 38px;
}
.slideAboutSlide .slick-prev:before{
	content: "\f104";
}
.slideAboutSlide .slick-next:before{
	content: "\f105";
}
.slideAboutSlide .slick-arrow:hover{
	color: #3db8e4;
}
/*==============================================================*/
.newsHome{
	position: relative;
}
.newsHome .titleHome .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuNewsWrap{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	pointer-events: none;
}
.menuNewsWrap .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menuNews{
	pointer-events: auto;
}
.menuNews ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.menuNews ul li{
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 2px #999999;
}
.menuNews ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.menuNews ul li a{
	display: block;
	font-size: 16px;
	line-height: 18px;
}
.menuNews ul li.all a{
	font-weight: bold;
	color:#3db8e4;
}
.menuNews ul li.all a span{
	padding-right: 20px;
	position: relative;
}
.menuNews ul li.all a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.menuNews .mc-menu{
	display: none;
}
.menuNews .mc-menu {
    background: #3db8e4;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 9px 15px;
    display: none;
}
.menuNews .mc-menu:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsHome .contentHome{
	padding: 25px 0 40px;
}
.newsHome .news{
	margin-bottom: 0;
}
#slideNews .slick-list{
	margin: 0 -15px;
}
#slideNews .item{
	padding: 0 15px;
}
#slideNews .slick-arrow{
	width:30px;
	height:60px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	top: 50%;
	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;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
	border-radius: 100%;
	filter: grayscale(100%);
}
#slideNews .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev.svg);
}
#slideNews .slick-next{
	right:-80px;
	background-image: url(../images/i-next.svg);
}
#slideNews .slick-arrow:hover{
	filter: grayscale(0%);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1366px){
.aboutHome .img_about{
	max-width: 500px;
}
}

@media all and (max-width: 1025px){
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
.aboutHome .ads{
	margin-bottom: 25px;
}
#slideNews .slick-arrow{
	top: 30%;
	background-color:rgba(255,255,255,0.9);
	background-size: 10px;
	border-radius: 0;
}
#slideNews .slick-prev{
    left:0px;
    background-image: url(../images/i-prev.svg);
}
#slideNews .slick-next{
    right:0px;
    background-image: url(../images/i-next.svg);
}
#vnt-slide-home .slick-arrow{
	bottom: 15px;
	top:initial;
	left: 15px;
}
#vnt-slide-home .slick-next{
	margin-left: 65px;
}
}

@media all and (max-width: 991px){
#vnt-slide-home .img{
}
#vnt-slide-home .caption .t1,
#vnt-slide-home .caption .link a{
	font-size: 14px;
	line-height: 22px;
}
#vnt-slide-home .caption .t2{
	font-size: 24px;
	line-height: 32px;
}
#vnt-slide-home .slick-counter{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	top:initial;
	bottom: 25px;
	right: 25px;
}
.titleHome h2{
	font-size: 20px;
}
.productHome .contentHome,
.solutionHome .contentHome{
	padding: 25px 0;
}
.listSolution{
	position: relative;
	margin-bottom: 10px;
}
.listSolution .mc-menu{
	display: block;
}
.listSolution.active ul{
	display: block;
}
.listSolution ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	display: none;
	margin: 0;
	z-index: 2;
	border:solid 1px rgba(0,0,0,0.15);
}
.listSolution ul li{
	padding: 0;
	width: 100%;
}
.listSolution ul li a{
	font-size: 14px;
	line-height: 22px;
	padding: 9px 10px;
	padding-left: 25px;
}
.listSolution ul li.active a{
	background: #f5f5f5;
	color:#3db8e4;
}

.service .tend h3{
	font-size: 25px;
	line-height: 35px;
}
.service .des{
	font-size: 14px;
	line-height: 22px;
}
.aboutHome .nam{
	font-size: 70px;
	line-height: 65px;
}
.aboutHome .t2{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .t3{
	font-size: 30px;
	line-height: 40px;
}
.aboutHome .tt1{
	font-size: 20px;
	line-height: 30px;
}
.aboutHome .tt2{
	font-size: 30px;
	line-height: 40px;
}
.aboutHome .img_about{
	max-width: 300px;
}
.aboutHome .wrap {
    max-width: 65%;
}
.menuNewsWrap{
	position: relative;
	margin-top: 25px;
	top:initial;
	right:initial;
}
.menuNewsWrap .wrapper{
	display: block;
	padding: 0;
}
.menuNews .mc-menu{
	display: block;
}
.menuNews ul{
	background: #f5f5f5;
	border:solid 1px rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}
.menuNews.active ul{
	display: block;
}
.menuNews ul li{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.menuNews ul li a{
	font-size: 14px;
	line-height: 22px;
	padding: 8px 15px;
}
#slideNews .slick-list{
	margin: 0 -10px;
}
#slideNews .item{
	padding: 0 10px;
}
}

@media all and (max-width: 768px){
.slideSolution .item .tend h3{
	font-size: 25px;
	line-height: 33px;
}
.slideSolution .item .des{
	font-size: 14px;
	line-height: 22px;
}
#slideNews .slick-list{
	margin: 0 -5px;
}
#slideNews .item{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){
.serviceHome .grid{
	display: block;
}
.serviceHome .grid .col{
	width: 100%;
}
.serviceHome .contentHome .wrapper{
	padding: 0;
}
.aboutHome .wrap{
	max-width: initial;
}
.aboutHome .img_about{
	max-width: initial;
	position: initial;
	text-align: right;
}
.aboutHome .t1{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .nam{
	font-size: 50px;
	line-height: 45px;
}
.aboutHome .t2{
	font-size: 12px;
	line-height: 20px;
}
.aboutHome .t3{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .tt1{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .tt2{
	font-size: 24px;
	line-height: 32px;
}
.aboutHome .wr{
	padding: 20px 30px;
	padding-top: 0;
	padding-right: 0;
}
.aboutHome .wr:before {
    font-size: 70px;
    line-height: 70px;
    top: -6px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
#vnt-slide-home .img{
	height: 350px;
}
}

@media all and (max-width: 380px){
#vnt-slide-home .img {
    height: 220px;
}
}