/*******************************************/
.owl-nav {
    position:absolute;
    top:50%;
    right:0;
    margin-top:-45px;
}
.owl-nav div {
    background:#4fb950;
    color:#FFF;
    width:45px;
    height:45px;
    font-size:18px;
    text-align: center;
    padding: 15px;
}
.owl-nav div.owl-prev {
    margin-bottom:1px;
}
.owl-dots {
    position:absolute;
    bottom:35px;
    left:0;
    right:0;
    text-align:center;
}
.owl-dot {
    display:inline-block;
    margin:0 5px;
    border:2px solid transparent;
    border-radius:100%;
}
.owl-dot.active {
    border-color:#FFF;
}
.owl-dot.active span {
    background-color:#4fb950;
}
.owl-dot span {
    width:10px;
    height:10px;
    display:block;
    border-radius:100%;
    background:#FFF;
}
.slide-text {
    position:relative;
}
a.banner-title {
    position:absolute;
    z-index:100;
    bottom:100px;
    background:#4fb950;
    padding:23px 15px;
    color:#ffffff;
    text-transform:uppercase;
    font-size:32px;
    font-family: 'Roboto Condensed', sans-serif;
    transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    opacity:0;
    visibility:hidden;
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
}
.active a.banner-title {
    opacity:1;
    visibility:visible;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
#slider-banner .slide-text {
    display:block;
}
.slide-text {
    display:none;
}
/*******************************************/

#loadAjaxVideo {
    display:none;
}
#loadAjaxVideo.active {
    display:block;
}
#slider-banner .item img{
    width: 100%;
}
.vnt-product{
    padding: 40px 0;

}
.vnt-product .wrapper{
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
/*.vnt-product .wrapper:after{
    position: absolute;
    content: '';
    background: url(../images/img-keo.png) no-repeat 0 0 / 100% auto;
    width: 290px;
    height: 216px;
    bottom: -180px;
    right: -100px;
}*/
.vnt-product .vp-title{
    margin-bottom: 27px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
}
.vnt-product .vp-title:after{
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 70px;
    height: 3px;
    margin-left: -35px;
    background: #316734;
}
.vnt-product .vp-title h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.grid-product{
    margin: 0 -15px;
}
.grid-product .row-product:after{
    display: block;
    content: '';
    clear: both;
}
.grid-product .item{
    margin-bottom: 30px;
    width: 33%;
    float: left;
    padding: 0 15px;
}
.grid-product .item:nth-child(3n+1){
    clear: left;
}
.grid-product .item .w-item{
    width: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    background: #4fb950;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.grid-product .item .w-item:before{
    position: absolute;
    content: '';
    bottom: 100%;
    top: 0;
    width: 100%;
    border-left: 2px solid #4fb950;
    border-right: 2px solid #4fb950;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 1;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.grid-product .item .w-item:after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    border-top: 2px solid #4fb950;
    -webkit-transition:all 0.3s ease 0.3s;
    -moz-transition:all 0.3s ease 0.3s;
    -o-transition:all 0.3s ease 0.3s;
    transition:all 0.3s ease 0.3s;
    z-index: 1;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.grid-product .item .w-item:hover:before{
    bottom: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}
.grid-product .item .w-item:hover:after{
    left: 0;
    width: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}
.grid-product .item .w-item:hover{
    background: #4fb950;
}
.grid-product .item .w-item .i-images{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
.grid-product .item .w-item .i-images img{
    width: 100%;
}
.grid-product .item .w-item .i-title a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}


.vnt-news{
    padding: 10px 0 0 0;
}
.vnt-news .vn-title{
    max-width: 480px;
    margin: 5px auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 8px 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;

    background: #bf1f2e;

    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.vnt-news .vn-title h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.vnt-news .vn-category{
    margin-bottom: 20px;
    position: relative;
}
.vnt-news .vn-category .vnt-title{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.1);
    padding:12px;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: none;
}
.vnt-news .vn-category .vnt-title:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    text-align: center;
    font-family: fontawesome;
    content: '\f0d7';
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 20px;
    line-height: 20px;
}
.vnt-news .vn-category ul{
    text-align: center;
}
.vnt-news .vn-category ul li{
    display: inline-table;
    vertical-align: top;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}
.vnt-news .vn-category ul li:first-child{
    border-left: none;
}
.vnt-news .vn-category ul li a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 30px;
}
.vnt-news .vn-category ul li a:hover{

}
.vnt-news .vn-content{

    background:#bf1f2e;
    margin: 0 -30px;
    padding: 15px;


    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.vnt-news .vn-content .item{
    width: 50%;
    float: left;
    padding: 15px;
}
.vnt-news .vn-content .item .w-item{
    background: #ffffff;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}
.vnt-news .vn-content .item .i-news .i-image{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.vnt-news .vn-content .item .i-news .i-image .i-description{
    position: absolute;
    background: rgba(0, 0, 0, 0.58);
    padding: 15px 20px;
    bottom:0;
    left: 0;
    width: 100%;
    color: #ffffff;
}
.vnt-news .vn-content .item .i-news .i-image .i-description .i-date{
    font-size: 12px;
    line-height: 20px;
}
.vnt-news .vn-content .item .i-news .i-image .i-description .i-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.vnt-news .vn-content .item .i-news .i-image .i-description .i-title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.vnt-news .vn-content .item .i-news .i-image .i-link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vnt-news .vn-content .item .i-news .i-image .i-img img{
    width: 100%;
    -webkit-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.vnt-news .vn-content .item .i-news .i-image:hover .i-img img{
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
}
.vnt-news .vn-content .item .i-news .i-desc{
    padding: 10px 15px;
    min-height: 140px;
}
.linknews li{
    margin-bottom: 5px;
}
.linknews li a{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
}
.linknews li a:after{
    position: absolute;
    font-size: 15px;
    line-height: 25px;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: '\f0da';
    color: #9b9b9b;
}
.vnt-news .vn-content .item .i-video .i-image{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #000000;
}
.vnt-news .vn-content .item .i-video .i-image img{
    width: 100%;
    opacity: 0.5;
}
.vnt-news .vn-content .item .i-video .i-image a .icon{
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 1;
    text-align: center;
}
.vnt-news .vn-content .item .i-video .i-image a .icon i{
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    border: 5px solid rgba(255,255,255,1);
}
.vnt-news .vn-content .item .i-video .i-image a .icon i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    padding: 2px;
}
.vnt-news .vn-content .item .i-video .i-image a:hover .icon:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.vnt-news .vn-content .item .i-video .i-image:hover a .icon:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.vnt-news .vn-content .item .i-video .i-desc{
    padding: 10px 15px;
    min-height: 140px;
}
.vnt-news .vn-content .item .i-video .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.vnt-news .vn-content .item .i-video .i-desc .i-title{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.vnt-news .vn-content .item .i-video .i-desc .i-title h3 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.vnt-about{
    position: relative;
    margin-top: -15px;
}
.vnt-about .dua_left{
    bottom: -90px;
    left: 0;
    background: url("../images/cay_dua_trai.png") no-repeat 0 0;
    width: 186px;
    height: 184px;
    position: absolute;
}
.vnt-about .dua_left.show{
    bottom: 5px;
    left: 40px;
}
.vnt-about .sua_left{
    background: url("../images/sua_left.png") no-repeat 0 0;
    width: 340px;
    height: 440px;
    position: absolute;
    bottom: -155px;
    left: 0;
}
.vnt-about .sua_left.show{
    bottom: 10px;
}
.vnt-about .dua_right{
    bottom: -70px;
    right: -36px;
    background: url("../images/cay_dua_phai.png") no-repeat 0 0;
    width: 316px;
    height: 200px;
    position: absolute;
}
.vnt-about .dua_right.show{
    bottom: -12px;
}
.vnt-about .sua_right{
    background: url("../images/sua_right.png") no-repeat bottom right;
    width: 333px;
    height: 469px;
    position: absolute;
    bottom: -100px;
    right: 0;
}
.vnt-about .sua_right.show{
    bottom: 10px;
}
.vnt-about .mat_troi{
    position: absolute;
    background: url("../images/mat_troi.png")no-repeat 0 0;
    width: 120px;
    height: 118px;
    right: 50px;
    top: 0;
    opacity: 0;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    transition:all .6s ease;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 40000ms;
    animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.vnt-about .mat_troi.show{
    right: 100px;
    top: 50px;
    opacity: 1;
}
.vnt-about:before{
    position: absolute;
    top: 15px;
    bottom: 10px;
    background: url("../images/main_bg.jpg") #188d28 bottom center no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    content: '';
}
.vnt-about .vnt-about-main{
    width: 60%;
    max-width: 630px;
    position: relative;
    margin:0 auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    transition:all .6s ease;
    top: 100px;
}
.vnt-about .vnt-about-main.show{
    top: 0;
    opacity: 1;
}
.vnt-about .vnt-about-main .a_img1{
    position: absolute;
    width: 240px;
    height: 240px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    bottom: 35px;
    left: -152px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 4px 5px 9px rgba(0,0,0,0.27);
    opacity: 0;
}
.vnt-about .vnt-about-main .a_img1:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.vnt-about .vnt-about-main .a_img1:hover:before{
    border: 3px dashed #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vnt-about .vnt-about-main.show .a_img1{
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.vnt-about .vnt-about-main .a_img1 .a-img{
    position: relative;
    width: 224px;
    height: 224px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.vnt-about .vnt-about-main .a_img2{
    position: absolute;
    width: 310px;
    height: 310px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    bottom: 45px;
    right: -270px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 4px 5px 9px rgba(0,0,0,0.27);
    opacity: 0;
}
.vnt-about .vnt-about-main .a_img2:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.vnt-about .vnt-about-main .a_img2:hover:before{
    border: 3px dashed #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vnt-about .vnt-about-main.show .a_img2{
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.vnt-about .vnt-about-main .a_img2 .a-img{
    position: relative;
    width: 294px;
    height: 294px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.vnt-about .vnt-about-main .a_img3{
    position: absolute;
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    top: 2px;
    left: -130px;
    z-index: 50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 4px 5px 9px rgba(0,0,0,0.27);
    opacity: 0;
}
.vnt-about .vnt-about-main .a_img3:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.vnt-about .vnt-about-main .a_img3:hover:before{
    border: 3px dashed #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vnt-about .vnt-about-main.show .a_img3{
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.vnt-about .vnt-about-main .a_img3 .a-img{
    position: relative;
    width: 214px;
    height: 214px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.vnt-about .vnt-about-main .a_img4{
    position: absolute;
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    top: 90px;
    right: -75px;
    z-index: 50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 4px 5px 9px rgba(0,0,0,0.27);
    opacity: 0;
}
.vnt-about .vnt-about-main .a_img4:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.vnt-about .vnt-about-main .a_img4:hover:before{
    border: 3px dashed #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vnt-about .vnt-about-main.show .a_img4{
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.vnt-about .vnt-about-main .a_img4 .a-img{
    position: relative;
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.vnt-about .vnt-about-main .a-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:100%;
}
.vnt-about .vnt-about-main .w-am{
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow:10px 12px 0 4px #ffffff;
    -moz-box-shadow:10px 12px 0 4px #ffffff;
    -o-box-shadow:10px 12px 0 4px #ffffff;
    -ms-box-shadow:10px 12px 0 4px #ffffff;
    box-shadow:10px 12px 0 4px #ffffff;
    z-index: 50;
}
.vnt-about .vnt-about-main .w-am:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 15px solid #2c6231;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.17);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.17);
    -o-box-shadow:0 0 10px rgba(0,0,0,0.17);
    -ms-box-shadow:0 0 10px rgba(0,0,0,0.17);
    box-shadow:0 0 10px rgba(0,0,0,0.17);
}
.vnt-about .vnt-about-main .w-am .slider-about{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.vnt-about .vnt-about-main .w-am .slider-about #slider-about{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    background: #ffffff;
}
#slider-about.slick-initialized{
    overflow: hidden;
}
#slider-about .slick-list{
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}
#slider-about .slick-list .slick-track{
    height: 100%
}
#slider-about .item{
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
#slider-about .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.slider-about .button-arrow{
    position: absolute;
    /*background: url("../images/arrow.png") no-repeat;*/
    background: #ffffff;
    border: 7px solid #4fb950;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition:background-image 0.5s ease;
    -moz-transition:background-image 0.5s ease;
    -o-transition:background-image 0.5s ease;
    transition:background-image 0.5s ease;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
.slider-about .button-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 50px;
}
.slider-about .button_prev{
    left: -30px;
    background-position: 0 0;
}
.slider-about .button_next{
    right: -45px;
    background-position: -97px 0;
}
.slider-about .button_prev:after{
    content: '\f104';
}
.slider-about .button_next:after{
    content: '\f105';
}
.slider-about .button-arrow:hover{
    /*background-image: url("../images/arrow_over.png");*/
}
#loadAjaxVideo.active{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
.lazyloading {
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.lazyloading.show {
    filter: alpha(opacity=1);
    opacity: 1;
}
.w_effect_up .effect_up{
    opacity: 0;
}
.w_effect_up.show .effect_up{
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 30%, 0);
        -moz-transform:translate3d(0, 30%, 0);
        -o-transform:translate3d(0, 30%, 0);
        -ms-transform:translate3d(0, 30%, 0);
        transform:translate3d(0, 30%, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 30%, 0);
        -moz-transform:translate3d(0, 30%, 0);
        -o-transform:translate3d(0, 30%, 0);
        -ms-transform:translate3d(0, 30%, 0);
        transform:translate3d(0, 30%, 0);
    }
    50% {
        opacity: 0.3;

    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 30%, 0);
        -moz-transform:translate3d(0, 30%, 0);
        -o-transform:translate3d(0, 30%, 0);
        -ms-transform:translate3d(0, 30%, 0);
        transform:translate3d(0, 30%, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 30%, 0);
        -moz-transform:translate3d(0, 30%, 0);
        -o-transform:translate3d(0, 30%, 0);
        -ms-transform:translate3d(0, 30%, 0);
        transform:translate3d(0, 30%, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeinup {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@media screen and (max-width: 1230px){
    .vnt-news .vn-content{
        margin: 0 -15px;
    }
}
@media screen and (max-width: 1024px){

    .vnt-product .wrapper:after{
        display: none;
    }
    .vnt-news .vn-category .vnt-title{
        display: block;
    }
    .vnt-news .vn-category ul{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,0.1);
        border-top: none;
        z-index: 50;
        display: none;
    }
    .vnt-news .vn-category.active ul{
        display: block;
    }
    .vnt-news .vn-category ul li{
        display: block;
        text-align: left;
        border-top: 1px solid rgba(0,0,0,0.1);
        border-left: none;
    }
    .vnt-news .vn-category ul li:first-child{
        border-top: none;
    }
    .vnt-news .vn-category ul li a{
        padding: 11px 12px;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .vnt-news .vn-category ul li a:hover{
        background: rgba(0, 0, 0, 0.05);
    }
    .vnt-about .vnt-about-main .a_img1,
    .vnt-about .vnt-about-main .a_img2,
    .vnt-about .vnt-about-main .a_img3,
    .vnt-about .vnt-about-main .a_img4,
    .vnt-about .mat_troi,
    .vnt-about .sua_right,
    .vnt-about .sua_left,
    .vnt-about .dua_right,
    .vnt-about .lazyloading{
        display: none !important;
    }
    .vnt-banner .item .img{
        width: 100%;
        position: relative;
        padding-top: 0;
        overflow: hidden;
        cursor: none;
    }
    .vnt-banner #slider-banner .item .img img{
        position: static;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        -webkit-transform:translate(0,0);
        -moz-transform:translate(0,0);
        -o-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0);
    }
}
@media screen and (max-width: 800px){
    .grid-product .row-product:after{
        clear: none;
    }
    .grid-product .item{
        width: 50%;
    }
    .grid-product .row-product:nth-child(2n+2) .item:nth-child(2n+1),
    .grid-product .item:nth-child(3n+1){
        clear: none;
    }
    .grid-product .row-product:nth-child(2n+2) .item:nth-child(2n+2),
    .grid-product .item:nth-child(2n+1){
        clear: left;
    }
    .vnt-news .vn-content{
        padding: 10px 15px;
    }
    .vnt-news .vn-content .item,
    .vnt-news .vn-content .item{
        width: 100%;
        padding: 10px 0;
    }
}
@media screen and (max-width: 479px){
    .grid-product .item{
        width: 100%;
    }
    .vnt-product .vp-title h2,
    .vnt-product .vp-title{
        font-size: 30px;
        line-height: 36px;
    }
    .vnt-news .vn-title h2,
    .vnt-news .vn-title{
        font-size: 20px;
        line-height: 30px;
    }
    .vnt-about .vnt-about-main{
        width: 100%;
    }
}

/********************************************************/
div.view-all {
    text-align:center;
    padding-top:10px;
}
div.view-all a {
    font-size:18px;
    text-align:center;
    color:#39b54a;
    display:inline-block;
    height:50px;
    line-height:50px;
    text-transform:uppercase;
    width:220px;
    border: 1px solid #39b54a;
    background:#ffffff;

    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
div.view-all a:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
div.view-all a:hover:before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
div.view-all a:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
div.view-all a:hover {
    background:#39b54a;
    color: #ffffff;
}
/********************************************************/

.all-product .desc {
    text-align: center;
    margin-bottom: 30px;
}


.block-contact {
    padding: 4em 0 4em 0;
    background: url(/vnt_upload/about/about_main.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-content {
    padding: 30px 30px 50px;
    background: rgba(0, 0, 0, 0.651);
    text-align: center;
    color: #ffffff;
}

.contact-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

    margin-bottom: 15px;
    position: relative;
}

.contact-title span.line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.contact-title span.name {
    margin: 0 15px;
    font-weight: 300!important;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.3;
}


.contact-desc {
    margin-bottom: 15px;
}
.contact-link {}
.contact-link a {
    position: relative;
    color: #fff;
    opacity: .8;
}
.contact-link a:before {
    content: "";
    height: 2px;
    background-color: currentColor;
    opacity: .3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: -10px;
    left: 20%;
    width: 60%;
}
.contact-link a:hover {}
.contact-link a:hover:before {
    left: 0%;
    width: 100%;
    opacity: 1;
}