#vnt-header{
    height: auto;
}
.fp-tableCell > div{

}
.fp-tableCell .vntfooter{
    min-height: 100vh;
}
.vnt-slider-home .item{
    min-height: 100vh;
    padding-top: 80px;
}
.vnt-slider-home .item .img{
    height: calc(100vh - 80px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vnt-slider-home .item img{
    display: none;
}
/* box 2 */
/* producthome */

.itemproductm{
    min-height: 100vh!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    padding-top: 80px;
    height: 100%;
}
.itemproductm a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
}
.itemproductm .title{
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
.itemproductm .title h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.itemproductm .title h3::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    background-color: #fff;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemproductm:hover .title h3::before{
    width: 80%;
}
.itemproductm .thumb{
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
.itemproductm .thumb img{
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.itemproductm:hover .thumb img{
    transform: scale(1.05);
}
/* box 3 */
.producthomeh{
    min-height: 100vh!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    background-image: url('../images/bgproduct.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 110px 0 30px;
}
.producthomeh::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}
.producthomeh .wrapping{
    width: 100%;
}
.lsproducth .slick-list {
    margin: 0 -8px;
}
.lsproducth .slick-slide{
    padding: 0 8px;
}
.itemproducth .decs{
    padding: 20px 10px;
    text-align: center;
    color: #fff;
}
.itemproducth .decs .title{
    margin-bottom: 5px;
}
.itemproducth .decs h3{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
}
.itemproducth .decs h3 a{
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemproducth .decs .tend{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.itemproducth .thumb a{
    padding-top: 111.2%;
}
/* box 4 */
.newshome{
    background-color: #01677e;
    padding: 110px 0 30px;
    min-height: 100vh!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}
.newshome .wrapping{
    width: 100%;
}
.titlehome{
    text-align: center;
    margin-bottom: 25px;
}
.titlehome h2{
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
}
.viewall{
    text-align: center;
}
.viewall a{
    display: inline-block;
    position: relative;
    padding: 8px 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    z-index: 1;
}
.viewall a::before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: -2;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewall a:hover::before{
    width: 100%;
}
.viewall a:hover{
    color: #01677e;
}
.itemnews{
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.itemnews .decs{
    padding: 15px 20px 30px;
}
.itemnews .decs .caption{
    color: #fd475d;
    font-weight: bold;
    margin-bottom: 5px;
}
.itemnews .decs .name{
    margin-bottom: 5px;
}
.itemnews .decs .name h3{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    height: 48px;
    overflow: hidden;
}
.itemnews .decs .tend{
    color: #666666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.fp-tableCell .vntfooter{
    padding: 110px 0 30px;
}

@media all and (min-width: 1026px){
    /* custom effect */
    .fp-section{
        position: relative;
        overflow: hidden;
    }
    .bgEffect{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        pointer-events: none;
    }
    .bgEffect::before, .bgEffect::after{
        content: '';
        background-color: #ffffff;
        opacity: 0.9;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .bgEffect.effectLine::before{
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        right: 0;
        width: 0%;
    }
    .bgEffect.effectLine::after{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 50%;
        right: 0;
        width: 0%;
    }
    .fp-section.active .bgEffect.effectLine::before, .fp-section.active .bgEffect.effectLine::after{
        width: 100%;
        transition-duration: 2s;
        transition-delay: 3s;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffect.effectLine::before, .fp-section.active.fp-completely .bgEffect.effectLine::after{
        transition-delay: 0.5s;
        opacity: 0;
    }
    .bgEffect.effectLine1::before{
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 0%;
    }
    .bgEffect.effectLine1::after{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 0;
    }
    .fp-section.active .bgEffect.effectLine1::before, .fp-section.active .bgEffect.effectLine1::after{
        height: 100%;
        transition-duration: 2s;
        transition-delay: 3s;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffect.effectLine1::before, .fp-section.active.fp-completely .bgEffect.effectLine1::after{
        transition-delay: 0.5s;
        opacity: 0;
    }
    /*  */
    .bgEffectFull{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0%;
        z-index: 11;
        background-color: #ffffff;
        opacity: 0.9;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
        pointer-events: none;
    }
    .fp-section.active  .bgEffectFull{
        height: 100%;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffectFull{
        opacity: 0;
        transition-delay: 0.5s;

    }
    .bgEffectFull.bgEffectFullTop{
        top: initial;
        bottom: 0;
    }
    /*  */
    .bgEffectRight{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        z-index: 11;
        background-color: #ffffff;
        opacity: 0.9;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
        pointer-events: none;
    }
    .fp-section.active .bgEffectRight{
        width: 100%;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffectRight{
        opacity: 0;
        transition-delay: 0.5s;
    }
    /*  */
    .bgEffectLeft{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 11;
        background-color: #ffffff;
        opacity: 0.9;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
        pointer-events: none;
    }
    .fp-section.active .bgEffectLeft{
        width: 100%;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffectLeft{
        opacity: 0;
        transition-delay: 0.5s;
    }
    /*  */
    .bgEffectZoom{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        pointer-events: none;
    }
    .fp-section.active .bgEffectZoom{

    }
    .bgEffectZoom::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #ffffff;
        opacity: 0.9;
    }
    .bgEffectZoom::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0%;
        background-color: #ffffff;
        opacity: 0.9;
    }
    .fp-section.active .bgEffectZoom::before{
        width: 50%;
        transition-duration: 2s;
        transition-delay: 3s;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active .bgEffectZoom::after{
        width: 50%;
        transition-duration: 2s;
        transition-delay: 3s;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-section.active.fp-completely .bgEffectZoom::before, .fp-section.active.fp-completely .bgEffectZoom::after{
        transition-delay: 0.5s;
        opacity: 0;
    }
    .boxAboutHome > div{
        transform: translateY(100px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .itemproductm .flcen .title{
        opacity: 0;
        visibility: hidden;
        transform: translateY(50px);
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }
    .fp-completely .itemproductm .flcen .title{
        transform: initial;
        opacity: 1;
        visibility: initial;
    }
    .fp-completely .itemproductm .flcen .title{
        transition-delay: 0.5s;
    }
    .itemproductm .flcen .thumb{
        opacity: 0;
        visibility: hidden;
        transform: translateY(100px);
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .fp-completely .itemproductm .flcen .thumb{
        transform: initial;
        opacity: 1;
        visibility: initial;
    }
    .fp-completely .itemproductm .flcen .thumb{
        transition-delay: 0.7s;
    }
    .itemproducth{
        transform: rotateY( 90deg) skewY(10deg);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
        transition-delay: 0.3s;
    }
    .fp-completely .itemproducth{
        transform: initial;
        opacity: 1;
        visibility: initial;
    }
    .lstmewshome .gripnews > div{
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        transition: all 0.8s linear;
    }

    .lstmewshome .gripnews > div:nth-child(1), .lstmewshome .gripnews > div:nth-child(2){
        transform: translateX(-100px);
    }
    .lstmewshome .gripnews > div:nth-child(3), .lstmewshome .gripnews > div:nth-child(4){
        transform: translateX(100px);
    }
    .fp-completely .lstmewshome .gripnews > div{
        transform: initial;
        opacity: 1;
        visibility: initial;
    }
    .fp-completely .lstmewshome .gripnews > div:nth-child(1){
        transition-delay: 0.6s;
    }
    .fp-completely .lstmewshome .gripnews > div:nth-child(2){
        transition-delay: 0.3s;
    }
    .fp-completely .lstmewshome .gripnews > div:nth-child(3){
        transition-delay: 0.3s;
    }
    .fp-completely .lstmewshome .gripnews > div:nth-child(4){
        transition-delay: 0.6s;
    }

    /*  */
}
@media all and (max-width: 1200px){
    .itemproductm{
        padding-top: 0;
    }
    .producthomeh, .newshome{
        padding-top: 30px;
    }
    .fp-tableCell .vntfooter{
        padding: 50px 0 70px;
    }
    .fp-section, .fp-tableCell{
        height: 100%!important;
    }
}
@media all and (max-width: 991px){
    #vnt-header{
        height: 60px;
    }
    .vnt-slider-home .item{
        min-height: 100%;
        padding-top: 0px;
    }
    .vnt-slider-home .item .img{
        height: auto;
        padding-top: 46%;
    }
    .fp-tableCell .vntfooter{
        padding: 20px 0 20px;
        min-height: auto;
    }
    .itemnews{
        margin-bottom: 10px;
    }
    .newshome{
        padding: 30px 0 50px;
    }
    .lstmewshome{
        margin-bottom: 30px;
    }
    .producthomeh{
        min-height: 100%!important;
        padding: 30px 0;
    }
    .itemproductm{
        min-height: 100%!important;
        padding: 25px 0;

    }
    .itemproductm .flcen{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        max-width: 300px;
        width: 100%;
    }
    .itemproductm .thumb{
        order: 1;
        width: 120px;
        text-align: center;
        padding: 0;
    }
    .itemproductm .title{
        order: 2;
        width: calc(100% - 120px);
        margin-bottom: 0;
        text-align: left;
        padding-left: 20px;
    }
    .titlehome h2{
        font-size: 25px;
        line-height: 37px;
    }
    .itemnews .decs{
        padding: 10px 10px 20px;
    }
    .itemnews .decs .caption{
        font-size: 12px;
        line-height: 21px;
    }
    .itemnews .decs .name h3{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .itemnews .decs .tend{
        font-size: 13px;
        line-height: 21px;
        height: 63px;
    }
}
@media all and (max-width: 767px){
    .itemproductm .title h3{
        font-size: 22px;
        line-height: 34px;
    }
}