#vnt-content {
    padding-bottom: 0;
}
/*===BEGIN: ABOUT===*/
.vnt-about {
    padding: 100px 0 50px;
    padding-top: 480px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.vnt-about:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../images/main/per.png) repeat-x center top;
    height: 247px;
}
.gioiThieu {
    margin-bottom: 100px;
    max-width: 520px;
    padding: 35px 60px;
    color: #ffffff;
    position: absolute;
    top: 90px;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.gioiThieu .gTitle {
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}
.gioiThieu .gContent {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 16px;
}
.about-mb {
}
.slide-about {
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
.slide-about:after {
    display: block;
    content: '';
    clear: both;
}
.slide-about .item {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}
.slide-about .slick-arrow {
    width: 50px;
    height: 50px;
    top: 40%;
}
.slide-about .slick-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;
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
}
.slide-about .slick-prev {
    left: 0px;
}
.slide-about .slick-next {
    right: 0px;
}
.slide-about .slick-prev:after {
    content: '\f104';
}
.slide-about .slick-next:after {
    content: '\f105';
}
.vnt-about .row *[class^="col-"]{
    z-index: 2;
}
.item-about {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.item-about .i-icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 16px;
}
.item-about .i-icon i {
    font-size: inherit;
    line-height: inherit;
}
.item-about .i-number {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fcf13f;
    margin-bottom: 16px;
}
.item-about .i-number .counter {
    font-size: 60px;
    line-height: 60px;
}
.item-about .i-text {
    font-size: 13px;
    line-height: 20px;
}
/*===END: ABOUT===*/
/*===BEGIN: LABEL===*/
.vnt-lable {
    position: relative;
    padding-top: 80px;
    margin-bottom: 50px;
}
.vnt-lable .title-main {
    margin-bottom: 30px;
}
.lable-content {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.vnt-lable:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 270px;
    content: '';
    background: #f2f2f2;
}
.vnt-lable:after {
    position: absolute;
    bottom: -140px;
    right: 0;
    content: '';
    background: url("../images/main/bg1.png");
    width: 345px;
    height: 650px;
}
.vnt-lable .wrapper {
    position: relative;
    z-index: 1;
}
.vnt-lable .lable-img {
    margin-bottom: 50px;
}
.effect-about {
    width: 538px;
    height: 538px;
    margin: 0 auto;
    position: relative;
}
.effect-about .item {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 10px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    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%);
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    opacity: 0;
}
.effect-about.show .item {
    opacity: 1;
    z-index: 1;
}
.effect-about .item:after {
    position: absolute;
    content: '';
    -webkit-transition:all 0.5s 3s ease;
    -moz-transition:all 0.5s 3s ease;
    -o-transition:all 0.5s 3s ease;
    transition:all 0.5s 3s ease;
    opacity: 0;
}
.effect-about.show .item:after {
    opacity: 1;
}
.effect-about .item1 {
    transition-delay: 0.4s;
}
.effect-about .item1:after {
    background: url("../images/main/a1.png") no-repeat;
    width: 86px;
    height: 14px;
    right: -96px;
    top: 50%;
}
.effect-about.show .item1 {
    left: -120px;
}
.effect-about .item2 {
    transition-delay: 0.8s;
}
.effect-about.show .item2 {
    top: 0;
    left: 0;
}
.effect-about .item2:after {
    background: url("../images/main/a2.png") no-repeat;
    width: 63px;
    height: 63px;
    left: 134px;
    top: 140px;
}
.effect-about .item3 {
    transition-delay: 1.2s;
}
.effect-about.show .item3 {
    top: -110px;
}
.effect-about .item3:after {
    background: url("../images/main/a3.png") no-repeat;
    width: 14px;
    height: 86px;
    left: 50%;
    top: 158px;
}
.effect-about .item4 {
    transition-delay: 1.6s;
}
.effect-about.show .item4 {
    top: 0;
    left: 538px;
}
.effect-about .item4:after {
    background: url("../images/main/a4.png") no-repeat;
    width: 65px;
    height: 61px;
    left: -40px;
    bottom: -40px;
}
.effect-about .item5 {
    transition-delay: 2s;
}
.effect-about.show .item5 {
    left: 658px;
}
.effect-about .item5:after {
    background: url("../images/main/a5.png") no-repeat;
    width: 86px;
    height: 14px;
    top: 50%;
    left: -95px;
}
.effect-about .item img {
    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%);
    max-width: 120px;
    max-height: 160px;
}
.effect-about .item6 {
    position: relative;
    z-index: 1;
    -webkit-transition:all 0.1s 3s ease;
    -moz-transition:all 0.1s 3s ease;
    -o-transition:all 0.1s 3s ease;
    transition:all 0.1s 3s ease;
}
.effect-about.show .item6 {
    z-index: 0;
}
.effect-about .link-arrow {
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.effect-about .link-arrow a {
    display: block;
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b71318;
    color: #ffffff;
}
.effect-about .link-arrow a:hover {
    background-color: #666666;
    color: #ffffff;
}
.effect-about .link-arrow a i {
    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-size: 15px;
    line-height: 25px;
}
.effect-about-mb {
    margin: 0 -15px;
}
.effect-about-mb:after {
    display: block;
    content: '';
    clear: both;
}
.effect-about-mb .item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.effect-about-mb .w-item {
    background: #ffffff;
    padding-top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.effect-about-mb .w-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.effect-about-mb .w-item img{
    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%);
    max-width: 70%;
    max-height: 100%;
}
.effect-about-mb .link-arrow {
    position: absolute;
    left: 50%;
    bottom: -120px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.effect-about-mb .link-arrow a {
    display: block;
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1a1f5a;
    color: #ffffff;
}
.effect-about-mb .link-arrow a:hover {
    background-color: #666666;
    color: #ffffff;
}
.effect-about-mb .link-arrow a i {
    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-size: 15px;
    line-height: 25px;
}
    /*===END: LABEL===*/
/*===BEGIN: PRODUCT===*/
.vnt-product {
    padding: 50px 0;
}
.slide-prod {
    margin: 0 15px;
}
.slide-prod:after {
    display: block;
    content: '';
    clear: both;
}
.slide-prod .item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.slide-prod .slick-arrow {
    width: 24px;
    height: 42px;
    background: url("../images/main/arrow.png") no-repeat 0 0;
    top: 34%;
}
.slide-prod .slick-prev {
    background-position: 0 0;
    left: -20px;
}
.slide-prod .slick-next {
    background-position: -24px 0;
    right: -20px;
}
    /*===END: PRODUCT===*/
/*===BEGIN: SERVICE===*/
.vnt-service {
    padding: 50px 0 0 0;
    position: relative;
}
.vnt-service:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    width: 540px;
    height: 750px;
    background: url("../images/main/bg2.png") no-repeat 0 0 / 100% auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.vnt-service .wrap-service {
    position: relative;
    z-index: 1;
}
.service-text {
    max-width: 600px;
    padding: 0 0 0 15px;
    margin-left: auto;
}
.service-title {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d723b;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.service-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 130px;
    height: 2px;
    background: #0d723b;
}
.service-conent {
    size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.list-service:after {
    display: block;
    content: '';
    clear: both;
}
.list-service .item {
    width: 50%;
    float: left;
}
.item-service {
    position: relative;
}
.item-service .i-img{
    overflow: hidden;
}
.item-service .i-img a{
    display: block;
    padding-top: 66%;
    position: relative;
}
.item-service .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-service:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-service .i-title {
    pointer-events: none;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.item-service .i-title a {
    color: #ffffff;
}
.item-service-2 .i-img{
    overflow: hidden;
}
.item-service-2 .i-img a{
    display: block;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-service-2:hover .i-img a{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-service-2 .i-desc {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    pointer-events: none;
    color: #ffffff;
}
.item-service-2 .i-title {
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.item-service-2 .i-title a {
    color: #ffffff;
}
.item-service-2 .i-status {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.inline-block {
    display: inline-block;
}
    /*===END: SERVICE===*/
/*===BEGIN: NEWS===*/
.vnt-news {
    padding: 100px 0;
}
.title-main {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d723b;
    background: -webkit-linear-gradient(#b5171d, #E21D24);
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab-news .tab-nav ul:after {
    display: block;
    content: '';
    clear: both;
}
.tab-news .tab-nav ul li {
    width: 50%;
    float: left;
}
.tab-news .tab-nav ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    background: #f9f9f9;
    border-right: 1px solid #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tab-news .tab-nav ul li a.active ,
.tab-news .tab-nav ul li a:hover {
    background: #d51920;
    color: #ffffff;
}
.tab-news .tab-content {
    display: none;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 30px;
}
.tab-news .tab-content.active {
    display: block;
}
.list-news .item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.item-news .i-date {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
}
.item-news .i-title {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    max-height: 44px;
}
.item-news .i-content {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    max-height: 44px;
}
.item-news-2 .i-img{
    overflow: hidden;
}
.item-news-2 .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.item-news-2 .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-news-2:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#slide_fnews {
    margin-bottom: 20px;
}
#slide_fnews.slick-initialized .item,
#slide_fnews .item:first-child{
    display: block;
}
#slide_fnews .item{
    display: none;
    position: relative;
}
#slide_fnews .item .i-img{
    overflow: hidden;
}
#slide_fnews .item .i-img a{
    display: block;
    padding-top: 50%;
    position: relative;
}
#slide_fnews .item .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#slide_fnews .item:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#slide_fnews .item .i-desc {
    background: #ebebeb;
    height: 90px;
    padding: 20px 120px 20px 20px;
    color: #333;
}
#slide_fnews .item .i-date {
    font-size: 14px;
    line-height: 25px;
}
#slide_fnews .item .i-title {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#slide_fnews .item .i-title a {
    color: #333;
}
#slide_fnews .slick-arrow {
    width: 35px;
    height: 55px;
    background: #ffffff;
    top: auto;
    bottom: -8px;
    -webkit-transition:background 0.5s ease;
    -moz-transition:background 0.5s ease;
    -o-transition:background 0.5s ease;
    transition:background 0.5s ease;
}
#slide_fnews .slick-arrow:hover {
    background-color: #d1d1d1;
}
#slide_fnews .slick-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%);
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    font-family: FontAwesome;
}
#slide_fnews .slick-prev {
    left: auto;
    right: 55px;
}
#slide_fnews .slick-next {
    right: 15px;
}
#slide_fnews .slick-prev:after {
    content: '\f104';
}
#slide_fnews .slick-next:after {
    content: '\f105';
}
    /*===END: NEWS===*/
/*===BEGIN: NHOT===*/
.vnt-nhot {
    padding: 100px 0;
    position: relative;
    background-position: 50% 50%;
    /*background-repeat: no-repeat;*/
     /*-webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;*/
}
.vnt-nhot:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.3);
}
.vnt-nhot .wrapper  {
    position: relative;
    z-index: 1;
}
.vnt-nhot .text {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    color: #ffffff;
}
.slider-choose {
    margin: 0 -15px;
}
.slider-choose:after {
    display: block;
    content: '';
    clear: both;
}
.slider-choose .item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.slider-choose .slick-arrow {
    width: 50px;
    height: 50px;
    top: 40%;
}
.slider-choose .slick-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;
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
}
.slider-choose .slick-prev {
    left: -20px;
}
.slider-choose .slick-next {
    right: -20px;
}
.slider-choose .slick-prev:after {
    content: '\f104';
}
.slider-choose .slick-next:after {
    content: '\f105';
}
.item-choose .i-img {
    max-width: 200px;
    margin: 0 auto 15px;
}
.item-choose .i-img a {
    display: block;
    padding-top: 100%;
    background: url("../images/main/bg-choose.png") no-repeat 50% 50% / 100% auto;
    position: relative;
}
.item-choose .i-img a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-choose .i-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-choose .i-title {
    text-align: center;
}
.item-choose .i-title a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
/*===END: NHOT===*/
@media screen and (max-width: 1370px){
    .vnt-service:before {
        width: 280px;
        height: 380px;
    }
}
@media screen and (max-width: 1024px){
    .vnt-nhot .text {
        font-size: 30px;
        line-height: 40px;
    }
    .vnt-service:before {
        display: none;
    }
}
@media screen and (max-width: 991px){
    .vnt-news {
        padding: 40px 0;
    }
    .title-main {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .slider-choose {
        margin: 0 30px;
    }
    .slider-choose .slick-prev {
        left: -40px;
    }
    .slider-choose .slick-next {
        right: -40px;
    }
    .vnt-nhot {
        padding: 30px 0;
    }
    .vnt-nhot .loadLeft {
        margin-bottom: 30px;
    }
    .service-text {
        max-width: none;
        padding: 0 15px;
        margin-left: auto;
    }
    .service-title {
        font-size: 25px;
        line-height: 35px;
    }
    .item-service-2 .i-img a {
        height: auto;
        padding-top: 60%;
    }
    .vnt-service {
        padding-top: 30px;
    }
    .vnt-lable:after {
        display: none;
    }
    .vnt-product {
        padding: 30px 0;
    }
    .vnt-about {
    padding: 250px 0 30px;
    background-attachment: scroll;
    }
    .gioiThieu {
        margin-bottom: 0;
        max-width: none;
        border-left: 0;
        color: #000000;
        padding: 30px 0;
        display: none !important;
    }
    .gioiThieu .gTitle {
        font-size: 25px;
        line-height: 35px;
    }
    .gioiThieu .link-more-3 a {
        color: #333333;
    }
    .item-about .i-number .counter{
        font-size:50px;
        line-height:60px;
    }
    .vnt-lable {
        position: relative;
        padding: 40px 0;
        background: #f2f2f2;
        margin-bottom: 30px;
    }
    .vnt-lable:before {
        display: none;
    }
    .vnt-lable .lable-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 639px) {
    #slide_fnews .item .i-title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        white-space: normal;
    }
    #slide_fnews .item .i-desc {
        height: 115px;
    }
    .slide-prod {
        margin: 0 -5px;
    }
    .slide-prod .item {
        padding: 0 5px;
    }
    .slide-prod .slick-prev {
        left: 0;
    }
    .slide-prod .slick-next {
        right: 0;
    }
    .list-service .item {
        width: 100%;
        margin-bottom: 1px;
    }
    .item-service-2 .i-img a {
        padding-top: 66.666666%;
    }
    .item-service-2 .i-desc {
        top: auto;
        bottom: 15px;
    }
    .item-service-2 .i-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .item-service-2 .i-status,
    .item-service-2 .link-more-3 {
        display: none;
    }
    .effect-about-mb .item {
        width: 50%;
    }
}