
/* ANIMATION HOME*/
.vnt-main-top {
    position: relative;
    background-color: #FFFFFF;
}
.vnt-main-top .img{
    position:relative;
    width:100%;
    padding-top: 45%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vnt-main-top img {
    width: 100%;
    display: none
}
#vnt-slide-home .captionWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#vnt-slide-home .bg-overlay {
    top:50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  
    -moz-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    -webkit-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    width: auto;
    height: auto;
}
#vnt-slide-home .caption {    
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 2;
    -moz-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    -webkit-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;    
    color: #FFFFFF;
    text-align: center;
}
#vnt-slide-home .slick-current .bg-overlay {
    opacity: 1;
    visibility: visible;    
}
#vnt-slide-home .slick-current .caption {
    opacity: 1;
    visibility: visible;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
#vnt-slide-home .caption {
    position: relative;    
    display: inline-block;     
    padding: 35px 50px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}
#vnt-slide-home .caption .tend {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;    
    font-weight: 800; 
}
#vnt-slide-home .caption p {
    margin-bottom: 0;
}
/*---ABOUT---*/

.line-dot::before {
    content: "";
    position: absolute;
    background-image: radial-gradient(ellipse at center,#034ea1 0,#034ea1 1px,rgba(255,255,255,0) 2px,rgba(255,255,255,0) 10px);
    background-position: -1px bottom;
    background-size: 10px 10px;
    background-repeat: repeat-x;
    width: 70vw;
    height: 10px;
    right: 100%;
    top: .7em;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 500ms width cubic-bezier(1,0,0,1);
    transition: 500ms width cubic-bezier(1,0,0,1);
}
.abouthome .des {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #666666;
    text-align: justify;
    margin-bottom: 30px;
}
.abouthome .imgWrap {
    height: 32rem;
    max-height: 120%;    
}
.abouthome .img {
    position: absolute;
    overflow: hidden;
}
.abouthome .img:nth-of-type(1) {
    width: 52%;
    height: 51%;
    top: 0;
    left: 4%;
}
.abouthome .img:nth-of-type(2) {
    width: 42%;
    height: 70%;
    bottom: 0;
    right: 0;
}
.abouthome .img:nth-of-type(3) {
    width: 42%;
    height: 47%;
    bottom: 0;
    left: 14%;
}
.abouthome .img img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-width: none;
    height: 100%;
    top: 0;
    left: 0;
}
/*=============BOX PRODUCT===========*/

/*=============BOX PROJECT===========*/
.projecthome {
    padding: 35px 0 50px;
    position: relative;
    overflow: hidden;
}
.projecthome .wrapper{
    position: relative;
    z-index: 2;
}
.projecthome .boxContent{
    position: relative;
    z-index: 1;
}
.projecthome .boxTitle .title{
    color: #ffffff;
}
.projecthome .prponsi {
    position: relative;
    margin-bottom: 45px;
}
.projecthome .bgproject{
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    height: 10000px;
    z-index: -1;
    background-color: #034ea1;
    pointer-events: none;
}
.projecthome .sl-projects 
.projecthome .sl-projects .slick-list{
    padding: 5px 0;
}
.projecthome .slick-list {
    margin: 0 -4px;
    padding: 5px 0;
}
.projecthome .slick-slide {
    padding: 0 4px;
}
.project {
  
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.12);
    box-shadow: 0 0 5px rgba(0,0,0,.12);
}
.project .caption {
    padding: 15px;
}
.project .tend {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    font-weight: 600;
    text-align: center;
}
.project .tend a {
    -webkit-line-clamp: 2;
    height: 60px;
}

.vnt-cursor {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.vnt-cursor.isVisible {
    display: block;
}
.cursorIcon {
    width: 50px;
    height: 50px;
    pointer-events: none;
    background: none;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.cursorIcon:before, .cursorIcon:after {
    position: absolute;
    top: 50%;  
    left: 50%;  
    margin-left: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icofont";
    content: '\eab5';
    font-size: 40px;
    color: #034ea1;  
}
.cursorIcon:after {
    left: auto;
    right: 50%;  
    margin-right: -80px;
    content: '\eab8'
}
/*==BEGIN: NEWS==*/

.newshome .linkAll {
    padding-top: 50px;
}

/* =====================box 1============================= */
.abouthome{
    padding: 105px 0 65px;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: auto;
}
/* =====================box 1============================= */

/* =====================box 2============================= */
.producthome{
    padding: 50px 0 70px;

    position: relative;
}
.producthome .bgproduct{
    background-color: #f7f9fc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 440px;
}
.slproduct  .slick-list{
    padding-top: 10px;
    padding-bottom: 10px;
}
/* =====================box 2============================= */

/* =====================box 4============================= */
.logohome{
    padding: 30px 0 100px;
    position: relative;
}
.logohome::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: calc(100% + 160px);
    background-image: url('../images/bgdt1.png');
    background-position: left bottom;
    background-size: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: -1;
}
.logohome::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: calc(100% + 160px);
    background-image: url('../images/bgdt2.png');
    background-position: right bottom;
    background-size: 100% ;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: -1;
}
/* =====================box 4============================= */
.newshome{
    padding: 40px 0 60px;
    background-color: #f7f9fc;
}
.hiddenmb{
    display: block;
}
.hiddenpc{
    display: none;
}
@media all and (min-width: 1300px) { 
    .abouthome .thumbab {
        width: calc(100% + 30px);
    }
    .abouthome .thumbab {
        text-align: center;
    }
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px) { 
    #vnt-slide-home .caption .tend{
        font-size: 45px;
        line-height: 60px;
    }
}
@media all and (max-width: 991px) {           
    #vnt-slide-home .caption {
        padding: 20px
    }
    #vnt-slide-home .caption {
        font-size: 4vw;
        line-height: 6vw
    }
    #vnt-slide-home .caption .tend {
        font-size: 5vw;
        line-height: 7vw
    }  
    /* =====================box 1============================= */
    .abouthome {
        padding: 35px 0 50px;
    }     
    .abouthome .des {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    /* =====================box 1============================= */
    /* =====================box 2============================= */
    .producthome{
        padding: 35px 0 50px;
    }
    .producthome .bgproduct{
        height: 370px;
    }
    /* =====================box 2============================= */
    .project .caption {
        padding: 15px;
    }
    .project .tend {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .projecthome .bgproject{
        bottom: 83px;
    }
    .projecthome .prponsi{
        margin-bottom: 30px;
    }

    .newshome .news .tend {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .newshome .news .tend a {
        -webkit-line-clamp: 3;
        max-height:72px;
    }
    .newshome .linkAll {
        padding-top: 30px;
        text-align: center;
    }
    .news .des{
        display: none;
    }
}
@media all and (max-width: 767px) {    
    /* =====================box 1============================= */
    .hiddenpc{
        display: block;
    }
    .hiddenmb{
        display: none;
    }
    .graboutmb{
        flex-direction: column-reverse;
    }
    .abouthome .thumbab{
        margin-bottom: 15px;
    }
    .abouthome{
        background-size: 100% 100%;
    }
    /* =====================box 1============================= */

    /* =====================box 2============================= */
    .producthome .bgproduct{
        height: 340px;
    }
    /* =====================box 2============================= */
    .project .tend a {
        -webkit-line-clamp: 2;
        max-height: 64px;
        height: 64px;
    }
    .newshome .news .des {
        display: none;
    }
    .sl-news .slick-arrow{
        top: 30%;
    }

    .newshome, .logohome{
        padding: 30px 0 50px;
    }
    .logohome::before, .logohome::after{
        height: calc(100% + 140px);
    }
}
@media all and (max-width: 640px) {
    .vnt-main-top .slick-arrow {
        display: none!important;
    }    
}
@media all and (max-width: 480px) {
	#vnt-slide-home .captionWrapOut {
		bottom: 20px;
		left: 20px;
		right: 20px;
		width: auto;
	}
	#vnt-slide-home .caption {
		padding: 10px 15px
	}
	#vnt-slide-home .caption .des {
		padding: 0;
	}
    .logohome .boxTitle .title {
        padding: 0 20px;
    }
}
@media all and (max-width: 420px) {     
	#vnt-slide-home .caption .des {
	    font-size: 15px;
	    line-height: 24px;
	}  
}