/*===============BEGIN NEWS================*/
#vnt-news {
    background: #f4f4f4;
}
.vnt-news {
    margin-bottom: 60px;
}
.news .img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}
.news .img img{
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    width:100%;
}
.news:hover .img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news .tend{
	margin-bottom: 10px;
}
.news .tend h3 {
    font-weight: normal;
}
.news .tend h3 a {
    font-size: 16px;
    line-height: 24px;
}
.news:hover .tend h3 a{
	color:#74af05;
}
.news .date {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}
.news .date:before {
    content: "\f017";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #74af05;
}
.vnt-news-button {
    text-align: Center;
}
.vnt-news-button a {
    color: #ffffff;
    background: #74af05;
    border-radius: 3px;
    padding: 10px 64px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vnt-news-button a span{
    position: relative;
    z-index: 1;
}
.vnt-news-button a:before{
    background: #598900;
    content:"";
    position: absolute;
    right:100%;
    top:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vnt-news-button a:hover:before{
    right:0;
}
/*===============END NEWS==================*/
/*===============BEGIN PRODUCT================*/
.product {
    margin-bottom: 60px;
    position: relative;
}
div#vnt-product {
    margin-bottom: 30px;
}
.product > a.product-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    border-left:solid 2px #74af05;
    border-right:solid 2px #74af05;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product > a.product-wrap:hover:before{
    top:0;
    bottom:0;
}
.product > a.product-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-top:solid 2px #74af05;
    border-bottom:solid 2px #74af05;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product > a.product-wrap:hover:after{
    left:0;
    right:0;
}
.product .img {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 20px;
}
.product .img img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product .product-wrap:hover .img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product .caption {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.product .tend h3 {
    font-weight: normal;
}
.product .tend {
    text-align: Center;
    margin-bottom: 10px;
}
.product .product-wrap:hover .tend a {
    color:#74af05;
}
.product .cart {
    text-align: center;
}
.product .cart .btn-cart {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #74af05;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border:none;
}
.product .cart .btn-cart i{
    color:#ffffff;
    position: relative;
}
.product .cart .btn-cart:before{
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    background: #598900;
    left:0;
    top:100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product .cart .btn-cart:hover:before{
    top:0;
}
.product .cart a.btn-cart i {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*===============END PRODUCT================*/
/*================BEGIN RECIVE===================*/
div#vnt-recive {
    background: url(../images/main/bg.jpg) no-repeat;
    background-size: cover;
    padding: 310px 0px 45px 0px;
}
div#vnt-recive .wrapper {
    overflow: hidden;
}
#vnt-recive .col-left {
    width: 50%;
    float: left;
}
#vnt-recive .title {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}
#vnt-recive .content {
    color: #ffffff;
    margin-bottom: 25px;
}
.form-recive input {
	float:left;
    width: 70%;
    background: #ffffff;
    border: none;
    padding: 13px 20px;
    border-radius: 25px;
}
.form-recive button{
	float:right;
	width:25%;
	background: #74af05;
    border: none;
    padding: 13px 20px;
    border-radius: 25px;
    color:#ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-recive button:hover{
    background: #598900;
}
#vnt-recive .facebook-panpage img{
	float:right;
}
/*================END REVICE===================*/
/*===========================================================*/
/*===========================================================*/
/*========================RESPONSIVE=========================*/

@media all and (max-width:1024px){
div#vnt-recive {
    padding: 60px 0px 50px;
}
.facebook-panpage{
    display: none;
}
#vnt-recive .col-left{
    width:100%;
}
.form-recive input {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.form-recive button {
    width: inherit;
    padding: 13px 58px;
    float: none;
}

}

@media all and (max-width: 991px){
.vnt-news {
    margin-bottom: 35px;
}
.news .tend h3 a {
    font-size: 14px;
    line-height: 22px;
}
.news .tend {
    margin-bottom: 5px;
}
.vnt-news .row .col-md-4:last-child {
    display: none;
}
}

@media all and (max-width: 400px){
.vnt-news .col-xs-6 {
    width: 100%;
}
.news {
    margin-bottom: 15px;
}
.vnt-product .col-xs-6 {
    width: 100%;
}
.product{
    margin-bottom: 30px;
}
}