#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
}
#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;
	font-size: 0;
	padding:0;
	border: 2px solid #fff;
	position: relative;
	border-radius: 100%;
}
#vnt-slide-home .slick-dots li.slick-active button{
	opacity: 1;
	background-color: #f05a75;
	border: 1px solid #f05a75;
}
#vnt-slide-home .item .img{
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}
#vnt-slide-home .item .img:after{
	content:'';
	background-color: rgba(0, 0, 0, 0.1);
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
}
#vnt-slide-home .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
#vnt-slide-home .item{
	position:relative;
}
#vnt-slide-home .caption{
}
#vnt-slide-home .caption .t1{
	font-size: 40px;
	line-height: 53px;
	text-shadow: 3px 3px 3px #80807f;
	text-transform: uppercase;
	font-weight: bold;
	-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 .t1{
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial
}
#vnt-slide-home .caption .t2{
	font-size: 22px;
	line-height: 37px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #80807f;
	-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 .slide-home{
	position: absolute;
	right: 0px;
	bottom: 20%;
	width: 100%;
}
#vnt-slide-home .caption{
	color: #fff;
	max-width: 425px;
	float: right;
}
#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 .slick-current .caption .view{
		margin:37px 0px;
		display:inline-block;
}
#vnt-slide-home .slick-current .caption .view a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#ffffff;
	position:relative;
	z-index:10;
}
#vnt-slide-home .slick-current .caption .view{
	position:relative;
	background-color:#f05a75;
	border-radius:25px;
	padding: 12px 50px;
}
#vnt-slide-home .slick-current .caption .view:before{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	top: 0px;
	height: 100%;
	background-color: #cc4c62;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
	border-radius: 25px;
	border-radius: 25px;
}
#vnt-slide-home .slick-current .caption .view:hover:before{
   width: 100%;
}
.aboutHome{
	padding: 120px 0 215px;
	background: url(../images/bg_home.png) no-repeat bottom;
}
.activityHome{
	padding: 60px 0 70px 0;
	background-color: #f5f5f5;
}
.activityHome .titleHome{
	margin-bottom: 90px;
}
.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 .vnt-bl-about{

}
.aboutHome .grip .item .vnt-about-left{
	max-width: 95%;
}
.aboutHome .grip .item .vnt-about-right img{
    width: 100%;
}
.aboutHome .grip .item .vnt-about-right{
	padding-left: 130px;
	position: relative;
}
.aboutHome .grip .item .bg-about{
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 10px #ffffff;
}
.aboutHome .vnt-about-right .video-about{
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 90px;
	left: 90px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #ffffff;
}
.aboutHome .vnt-about-right .video-about a{
	padding-bottom: 100%;
	display: block;
	position: relative;
	height: 0;
}
.aboutHome .vnt-about-right .video-about a > span{
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background-color: #fff;
	border: 3px solid rgba(255,255,255,0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 46px;
	color: #1c75bc;
}

.aboutHome .vnt-about-right .video-about a > span::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 > span::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 > 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: 20px;
    line-height: 25px;
    position: relative;
    font-weight: bold;
    color: #666666;
    text-transform:uppercase;
    position:relative;
    padding-top:27px;
}
.aboutHome .grip .t1:before{
	content:'';
	background-color:#f05a75;
	width:17%;
	height:3px;
	position:absolute;
	top:0px;
	left:0px;

}
.aboutHome .grip .t2{
    font-size: 70px;
    line-height: 83px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #a31b1f;
}
.aboutHome .grip .des{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 40px;
    color: #333333;
    max-width: 503px;
}
.aboutHome .view_all a{
    display: inline-block;
    min-width: 206px;
    color: #ffffff;
    text-align: center;
    padding: 12px 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;
    text-transform: uppercase;
    font-size:14px;
    background-color:#f05a75;
    border-radius:25px;
}

.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: #b42f41;
	opacity: 0;
	
}
.aboutHome .view_all a:hover::before{
	width: 100%;
	opacity: 1;
}
.aboutHome .view_all a:hover{
    color:#fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.operaHome {
    background: rgb(251,214,208);
    background: linear-gradient(90deg, rgba(251,214,208,1) 0%, rgba(252,225,221,1) 41%, rgba(254,239,239,1) 100%);
    padding: 54px 0px 50px;
}
.titleHome{
	text-align: center;
	margin-bottom: 30px;
}
.titleHome .caption {
	max-width: 683px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}
.titleHome h2{
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	padding-bottom: 35px;
	margin-bottom: 20px;
	position: relative;
}
.titleHome h2:after{
	content:'';
	background-color:#f05a75;
	position:absolute;
	height:3px;
	bottom:0px;
	width:82px;
	left:50%;
	transform: translate(-50%, 0%);
}
.titleHome .des{
	margin-top: 10px;
	font-size: 15px;
	line-height: 23px;
}
.listProject .item .thumb{
    overflow: hidden;
    position:relative;
    background: #ffffff;
}
.listProject .item .decs{
	padding:0px 10px
}
.listProject .item .decs h3{
	color:#333333;
	font-size:15px;
	font-weight: 500;
	text-align: center;
	line-height: 25px;
	margin-top: 20px;
}
.listProject .item .decs .price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 165px;
	margin: 0 auto;
}

.listProject .item .decs .reduce {
    color: #a31b1f;
    font-size: 15px;
    font-weight: bold;
    /* text-align: center; */
}
.listProject .item .decs .normal {
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
    /* text-align: center; */
}
.listProject .item .decs h3 a{
	color:#333333;
	font-size:15px;
	/* font-weight:300; */
}
.listProject .item{
	overflow: hidden;
	padding: 0 15px 15px 0px;
	position: relative;
}
.listProject .item:hover .thumb::before {
    left: 0px;
    right: 0px;
    opacity:1;
}
.listProject .item .thumb:before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border: solid 1px #b22d3e;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
    opacity:0;
}
.listProject .thumb a:hover img{
 -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.listProject .item .thumb a{
	display: block;
	height: 0;
	padding-top: 269px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.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-arrow {
    position: absolute;
    top: auto;
    bottom: 0px;
}
.listProject .slick-prev {
     left: calc(50% - 50px);
}
.listProject .slick-next {
     left: 50%;
     right: auto;
}
.listProject {
	padding: 0px 0px 77px;
}    
/* begin newshome */
.projectHome{
	position: relative;
	padding: 54px 0px 50px;
	background: rgb(254,239,239);
	background: linear-gradient(90deg, rgba(254,239,239,1) 0%, rgba(252,225,221,1) 41%, rgba(251,214,208,1) 100%);
}
.operaHome .item {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0 15px 5px 15px;
    position: relative;
}
.operaHome .item .decs {
    text-align: center;
    padding: 53px 20px 50px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color:#fff;
    font-size: 12px;
    color: #333333;
    line-height:34px;
}
.operaHome .item .decs h3{
	color:#333333;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
    margin-bottom:10px;
}
.operaHome .item .decs p{
	font-size:14px;
	color:#666666;
	font-weight: 500;
	line-height:25px;
}
.operaHome .item .thumb{
	
    overflow: hidden;
}
.operaHome .thumb a{
	display: block;
	height: 0;
	padding-top: 247px;
	position: relative;
	overflow: hidden;
}
.operaHome .thumb a:hover img{
	transform: scale(1.05);
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.operaHome .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;
}
.operaHome .item .icon{position: absolute;bottom: 47%;right: 30px;}
.operaHome .icon a{
    width: 60px;
    height: 60px;
    background: #f05a75;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    border: solid 3px #fff;
}
.operaHome .icon a img{
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.operaHome .item .view{
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	position:relative;
	padding-bottom:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
.operaHome .item:hover .view,.operaHome .item:hover .decs h3 a{
	color: #f05a75;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.operaHome:hover .item .view:after{
	content:'';
	background-color: #f05a75;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.operaHome .item .view:after{
	content:'';
	background-color:#eeeeee;
	height:2px;
	width:100%;
	position:absolute;
	left: 0px;
	bottom:0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.newsHome{
	position: relative;
	padding: 54px 0px 50px;
}
.slide_tt .item{
	position:relative;
}
.slide_tt .decs{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background: url(../images/bong.png) repeat-x;
	padding: 27px 15px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.slide_tt .decs h3{font-size:18px;font-weight:bold;}
.slide_tt .decs h3 a{color:#ffffff;}
.slide_tt .decs .date{
	position:relative;
	color:#ffffff;
	font-size:13px;
}
.slide_tt .decs .date:before{
	font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
}
.slide_tt .thumb{overflow: hidden;border-radius: 10px;}
.slide_tt img{
	border-radius: 10px;
	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;
}
.slide_tt img:hover{
	border-radius:18px;
	 -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.slide_tt .slick-dots {
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 25px;
    text-align: right;
}
.tt_bottom .item{
	background:#f5f5f5;
	margin-bottom:20px;
}
.tt_bottom .item .thumb a{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tt_bottom .item img{
	border-radius: 10px;
	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;
}
.tt_bottom .item img:hover{
	  -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.tt_bottom .item .decs{
    padding: 20px 10px 0px 0px;
} 
.tt_bottom .item .decs h3{
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
} 
.tt_bottom .item .decs h3 a{
	color:#333333;
} 
.tt_bottom .item .decs p{
	font-size:13px;
	color:#666666;
} 
.tt_bottom .item .decs .date{
	font-size:13px;
	color:#999999;
} 
.tt_bottom .item .decs .date:before{
	font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
	color:#f05a75;
}
.vnt_info_news{
	margin-bottom:50px;
}
.newsletter{
	background:url(../images/newsletter.png) no-repeat center;
	background-size:100% 100%;
	color: #ffffff;
	text-align: center;
	font-size:13px;
	line-height:25px;
	padding:68px 0px 60px;
	background-attachment: fixed;
}
.newsletter .tt1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height:36px;
}
.newsletter .content {
  max-width:473px;
  margin:0 auto;
}
.newsletter .content .form-email{
	position:relative;
	width:100%;
	margin: 27px 0px;
}
.newsletter .content .form-email input{
	width:100%;
	background:#ffffff;
	color:#999999;
	font-size:13px;
	position:relative;
	border: none;
	padding: 12px 25px;
	border-radius: 25px;
	width: 473px;
	/* margin: 27px 0px; */
}
.newsletter .content .form-email #do_submit{
	font-size:13px;
	position: absolute;
	font-weight:bold;
	background:#f05a75;
	color:#ffffff;
	border: none;
	padding: 10px 25px;
	border-radius: 25px;
	top: 0px;
	border: solid 2px #ffffff;
	right: 0px;
	text-transform:uppercase
}
.newsletter .content .form-email #do_submit span:before{
	 content: "\f1d9";
	 font-family: FontAwesome;
	 padding-right: 5px;
}
   
/* end newshome */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media all and (max-width: 1170px){
	.aboutHome .grip .item .vnt-about-left{
		max-width: 100%;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.aboutHome .grip .t2{
		font-size: 45px;
	}
}
@media all and (max-width: 991px){
	.newsletter .content .form-email input{
		width:100%;
	}
	.newsletter .input-group {
		position: relative;
		display: block;
		border-collapse: separate;
	}
	.slide_tt{
		margin-bottom:20px;
	}
	.tt_bottom .item .decs p{
		display:none;
	}
	.operaHome .item .icon{
		display:none;
	}
	#vnt-slide-home .slide-home{
		display:none;
	}
	.operaHome .thumb a{
		    padding-top: 65.666666%;
	}
	.operaHome .item .decs h3 {
		color: #333333;
		font-size: 13px;
		text-transform: uppercase;
	}
	.operaHome .item .decs p {
		font-size: 11px;
		color: #666666;
		font-weight: 300;
	}
	.operaHome .item .view {
		font-size: 11px;
		color: #333333;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.operaHome .item {
		margin-bottom: 40px;
	
		overflow: hidden;
		padding: 0 5px 0px 0px;
	}
	.operaHome .item .decs {
		text-align: center;
		padding: 7px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		/* height: 100px; */
		background-color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color: #666666;
	}
	.aboutHome{
		padding: 30px 0;
	}
	.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{
		padding-left: 30px;
	}
	.aboutHome .vnt-about-right .video-about{
		bottom: 50px;
		left: -5px;
	}
	.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;
	}
	.projectHome::before{
		max-height: 428px;
	}
	
	.listProject .item .decs{
		padding: 10px;
	}
	.listProject .item .decs h3{
		font-size: 13px;
		line-height: 22px;
	}
	.partnerHome, .projectHome{
		padding: 30px 0;
	}
	.newsHome{
		padding: 40px 0;
	}
	.vnt_info_new .row{
		display: block;
	}
	

	.vnt_info_new .col .thumb a{
		display: block;
		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: 12px;
		line-height: 20px;
		height: 56px;
		overflow: hidden;
		font-weight: 500;
	}
	.vnt_info_new .slideBanner .item .decs{
		padding: 10px 0;
	}
	.vnt_info_new{
		padding-top: 0;
	}
}
@media all and (max-width: 768px){
    .aboutHome .grip{
        display: block;
    }
    .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;
	}
	#vnt-slide-home .caption .t2{
		font-size: 16px;
		line-height: 28px;
	}
	#vnt-slide-home .caption{
		bottom: 15%;
	}
	#vnt-slide-home .caption .wrapper{
		padding: 0 20px;
	}
	#vnt-slide-home .slick-dots{
		bottom: 10px;
	}
}

@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: 65.56%;
	}
}

@media all and (max-width: 480px){
	.listProject .item .thumb a{
		padding-top: 180px;
	}
}

@media all and (max-width: 380px){

}