/*=================BANNER====================*/
#banner{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#banner1{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
#banner img{
    max-width: 100%;
}
#banner1 .arrowjssor{
    position: absolute;
    width: 70px;
    height:70px;
    top: 50%;
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#banner1 .arrowjssor:hover{
    background: rgba(251,109,26,1);
}
#banner1 .arrowjssor:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: fontawesome;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
}
#banner1 .arrowleft{
    left: 20px;
}
#banner1 .arrowright{
    right: 20px;
}
#banner1 .arrowleft:after{
    content: "\f053";
}
#banner1 .arrowright:after{
    content: "\f054";
}
#banner1 .jssorb13{
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#banner1 .jssorb13 div{
    margin: 0 5px;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
#banner1 .jssorb13 div.av{
    background: transparent;
    border-color: #fb6d1a;
}
/*=================BANNER====================*/
/*=================ABOUT====================*/
.vnt-about {
    background: #ffffff;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
}
.vnt-about .wrapper{
    padding: 60px 15px;
    text-align: center;
    background: url(../images/main/quote.png) no-repeat 0 -15px;
}
.vnt-about .about-text1{
    font-weight:bold;
    color: #fb6d1a;
    font-size: 55px;
    line-height: 70px;
}
.vnt-about .about-text1 h2{
    font-size: 55px;
    line-height: 70px;
    font-weight: bold;
}
.vnt-about .about-text2{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}
.vnt-about .about-text2 strong{
    color: #fb6d1a;
}
.vnt-about .item{
    margin-bottom: 30px;
}
.vnt-about .item strong{
    display: inline-block;
}
.vnt-about .item strong span{
    font-size: 36px;
}
    /*=================ABOUT====================*/
/*=================INFO COMPANY====================*/
.vnt-vntrust{
    padding: 40px 0;
}
.vnt-vntrust .wrap-text{
    color: #cccccc;
    text-align: center;
    margin-bottom: 20px;
}
.vnt-vntrust .wrap-text .text1{
    font-size: 45px;
    line-height:  55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}
.vnt-vntrust .wrap-text .text1 h2{
    font-size: 45px;
    line-height:  55px;
    font-weight: bold;
}
.vnt-vntrust .wrap-text .text2{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}
.vnt-vntrust .wrap-text .text3{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 5px;
}
.vnt-vntrust .wrap-text .text5{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
}
.vnt-vntrust .wrap-text .text5 span{
    font-weight: bold;
    color: #fb6d1a;
}
.vnt-vntrust .wrap-text .text5 span a{
    color: #fb6d1a;
}
.vnt-vntrust .wrap_link{
    margin: 0 -15px 50px -15px;
}
.vnt-vntrust .wrap_link ul{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.vnt-vntrust .wrap_link ul:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-vntrust .wrap_link ul li:first-child{
    border-top: 1px solid #515151;
}
.vnt-vntrust .wrap_link ul li{
    border-bottom: 1px solid #515151;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0 15px 30px;
    position: relative;
}
.vnt-vntrust .wrap_link ul li:before{
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
    top: 15px;
    left: 0;
    color: #bbd761;
    font-size: 26px;
    line-height: 30px;
}
.vnt-vntrust .wrap_link ul li a{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vnt-vntrust .wrap_link ul li a:hover{
    color: #bbd761;
}
#slide-info{
    margin-bottom: 30px;
}
#slide-info .witem{
    margin: 0 auto;
    width: 308px;
    height: 354px;
    background: url(../images/main/bg-item.png) no-repeat 0 0;
    text-align: center;
}
#slide-info .witem .icon{
    height: 180px;
    overflow: hidden;
    padding: 30px;
}
#slide-info .witem .icon i{
    font-size: 90px;
    line-height: 100px;
    color: #fb6d1a;
}
#slide-info .witem .icon i.small{
    font-size: 40px;
}
#slide-info .witem .text{
    height: 120px;
    overflow: hidden;
    padding: 15px 20px 0 20px;
    font-size: 28px;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
#slide-info .witem .text span{
    display: block;
}
#slide-info .slick-dots{
    text-align: center;
}
#slide-info .slick-dots li{
    margin: 0 5px;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#slide-info .slick-dots li.slick-active{
    background: transparent;
    border-color: #fb6d1a;
}
#slide-info .slick-dots li button:before{
    content: "";
}
/*=================INFO COMPANY====================*/
/*=================QU� TR�NH PH�T TRI?N====================*/
#develop{
    margin-bottom: 40px;
}
#develop .item{
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#develop.slick-initialized .item,
#develop .item:first-child{
    display: block;
}
#develop .item{
    display: none;
}
#develop .item .i-img{
    display: none;
}
#develop .item .i-img img{
    width: 100%;
}
#develop .item .desc{
    width: 378px;
    width: -webkit-calc((100% - 1200px)/2 + 378px);
    width: -moz-calc((100% - 1200px)/2 + 378px);
    width: calc((100% - 1200px)/2 + 378px);
    min-width: 370px;
    min-height: 610px;
    border-right: 8px solid #fb6d1a;
    background: rgba(27,27,27,0.9);
}
#develop .item .desc .wrap-desc{
    width: 370px;
    margin-left: auto;
    padding: 90px 30px 140px 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
#develop .item .desc .number{
    font-size: 100px;
    line-height: 120px;
    font-family: 'Lobster', cursive;
    color: #b3d351;
    margin-bottom: 10px;
}
#develop .item .desc .text1{
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: bold;
}
#develop .item .desc .text2{
    font-size: 29px;
    line-height: 39px;
}
#develop .item .desc .text3{
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
#develop .item .desc .text3 span{
    font-weight: normal;
}
#develop .item .desc .text4{
    font-size: 16px;
    line-height: 30px;
}
#develop .item .desc .text5{
    font-size: 23px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
#develop .item .desc .text5 span{
    font-weight: normal;
}
#develop .slick-arrow{
    bottom: 60px;
    width: 25px;
    height: 40px;
    top: auto;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#develop .slick-arrow:hover{
    color: #b3d351;
}
#develop .slick-prev{
    right: auto;
    left: -webkit-calc((100% - 1200px)/2 + 30px);
    left: -moz-calc((100% - 1200px)/2 + 30px);
    left: calc((100% - 1200px)/2 + 30px);
}
#develop .slick-next{
    right: auto;
    left: -webkit-calc((100% - 1200px)/2 + 80px);
    left: -moz-calc((100% - 1200px)/2 + 80px);
    left: calc((100% - 1200px)/2 + 80px);
}
#develop .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: fontawesome;
    font-size: 45px;
    line-height: 45px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#develop .slick-prev:after{
    content: "\f053";
}
#develop .slick-next:after{
    content: "\f054";
}
/*=================QU� TR�NH PH�T TRI?N====================*/
/*=================T?M NH�N====================*/
.vnt-tamnhin .item{
    background: #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.vnt-tamnhin .item:nth-child(2n+2){
    color: #cccccc;
    background: #464646;
}
.vnt-tamnhin .item .item-desc{
    width: 370px;
    width: -webkit-calc((100% - 1200px)/2 + 370px);
    width: -moz-calc((100% - 1200px)/2 + 370px);
    width: calc((100% - 1200px)/2 + 370px);
    min-width: 370px;
}
.vnt-tamnhin .item .item-desc .item-wrap-desc{
    width: 370px;
    margin-left: auto;
    padding: 60px 30px 30px 15px;
    min-height: 400px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.vnt-tamnhin .item.show .item-desc .item-wrap-desc{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}
.vnt-tamnhin .item .item-desc .i-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.vnt-tamnhin .item:nth-child(2n+2) .item-desc .i-title{
    color: #ffffff;
}
.vnt-tamnhin .item .item-desc .i-title h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}
.vnt-tamnhin .item .item-desc .i-text1{
    font-size: 36px;
    line-height: 46px;
}
.vnt-tamnhin .item .item-desc .i-text2{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.vnt-tamnhin .item .item-desc .i-text3{
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.vnt-tamnhin .item .item-img{
    position: absolute;
    top: 0;
    left: -webkit-calc((100% - 1200px)/2 + 370px);
    left: -moz-calc((100% - 1200px)/2 + 370px);
    left: calc((100% - 1200px)/2 + 370px);
    bottom: 0;
    right: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.vnt-tamnhin .item .item-img img{
    display: none;
}
/*=================T?M NH�N====================*/
/*=================TH�NH VI�N====================*/
.vnt-member .member-text{
    padding: 100px 0 130px 0;
    background: #262626;
    font-size: 16px;
    line-height: 24px;
    color: #cccccc;
    text-align: center;
}
.vnt-member .member-text .mt-title{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #ffffff;
    position: relative;
}
.vnt-member .member-text .mt-title:after{
    width: 110px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    -webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -o-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    transform:translate(-50%,0);
}
.vnt-member .member-text .mt-title h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.vnt-member .member-text .mt-content{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #cccccc;
    margin-bottom: 20px;
}
.vnt-member .member-text .mt-content > div{
    margin-bottom: 5px;
}
.vnt-member .member-text .mt-content .style_text{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
}
.vnt-member .member-text .mt-content .style_text span{
    color: #b3d351;
    display: inline-block;
}
.vnt-member .member-text .mt-content strong{
    color: #ffffff;
}
.vnt-member .member-img{
    background: #f47831;
    padding: 40px 0;
}
.vnt-member .member-img .wrap-member-img{
    margin-top: -125px;
    position: relative;
    min-height:  540px;
    margin-bottom: 60px;
}
#slider-kyniem {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap-member-img .slideImg{
    -webkit-transform:scale(0) rotate(0deg);
    -moz-transform:scale(0) rotate(0deg);
    -o-transform:scale(0) rotate(0deg);
    -ms-transform:scale(0) rotate(0deg);
    transform:scale(0) rotate(0deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wrap-member-img.show .slideImg{
    -webkit-transform:scale(1) rotate(3deg);
    -moz-transform:scale(1) rotate(3deg);
    -o-transform:scale(1) rotate(3deg);
    -ms-transform:scale(1) rotate(3deg);
    transform:scale(1) rotate(3deg);
}
.slideImg #slider-kyniem .arrowleft{
    left: 45%;
    position: absolute;
    width: 30px;
    height:30px;
    top: 87%;
    background: url(../images/main/arrows.png) no-repeat 0px 0px;
    cursor: pointer;
}
.slideImg #slider-kyniem .arrowright{
    right: 45%;
    position: absolute;
    top: 87%;
    width: 30px;
    height:30px;
    background: url(../images/main/arrows.png) no-repeat -30px 0px;
    cursor: pointer;
}
.slideImg{
    border: 14px solid #ffffff;
    margin-left: 50px;
    margin-right: 270px;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    transform:rotate(3deg);
    -webkit-box-shadow:10px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:10px 10px 0px rgba(0,0,0,0.2);
    box-shadow:10px 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}
.slideImg img{
    width: 100%;
}
.img_absolute{
    width: 340px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top:30px;
}
.img_absolute .images1{
    width: 280px;
    height: 180px;
    border: 7px solid #ffffff;
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    transform:rotate(-3deg);
    -webkit-box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}
.wrap-member-img .img_absolute .images1{
    -webkit-transform:scale(0) rotate(360deg);
    -moz-transform:scale(0) rotate(360deg);
    -o-transform:scale(0) rotate(360deg);
    -ms-transform:scale(0) rotate(360deg);
    transform:scale(0) rotate(360deg);
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
    opacity: 0;
}
.wrap-member-img.show .img_absolute .images1{
    -webkit-transform:scale(1) rotate(-3deg);
    -moz-transform:scale(1) rotate(-3deg);
    -o-transform:scale(1) rotate(-3deg);
    -ms-transform:scale(1) rotate(-3deg);
    transform:scale(1) rotate(-3deg);
    opacity: 1;
}
.img_absolute .images2{
    width: 280px;
    height: 180px;
    margin-left: 17px;
    margin-top: -10px;
    border: 7px solid #ffffff;
    -webkit-transform:rotate(-9deg);
    -moz-transform:rotate(-9deg);
    -o-transform:rotate(-9deg);
    -ms-transform:rotate(-9deg);
    transform:rotate(-9deg);
    -webkit-box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    box-shadow:5px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}
.wrap-member-img .img_absolute .images2{
    -webkit-transform:scale(0) rotate(-9deg);
    -moz-transform:scale(0) rotate(-9deg);
    -o-transform:scale(0) rotate(-9deg);
    -ms-transform:scale(0) rotate(-9deg);
    transform:scale(0) rotate(-9deg);
    -webkit-transition:all 1s cubic-bezier(.175,.885,.32,1.275) 0.4s;
    -moz-transition:all 1s cubic-bezier(.175,.885,.32,1.275) 0.4s;
    -o-transition:all 1s cubic-bezier(.175,.885,.32,1.275) 0.4s;
    transition:all 1s cubic-bezier(.175,.885,.32,1.275) 0.4s;
    opacity: 0;
}
.wrap-member-img.show .img_absolute .images2{
    -webkit-transform:scale(1) rotate(-9deg);
    -moz-transform:scale(1) rotate(-9deg);
    -o-transform:scale(1) rotate(-9deg);
    -ms-transform:scale(1) rotate(-9deg);
    transform:scale(1) rotate(-9deg);
    opacity: 1;
}
.img_absolute .images1 img,
.img_absolute .images2 img{
    width: 100%;
}
.img_absolute .k-text{
    width: 280px;
    margin-left: 45px;
    margin-top: 0px;
    -webkit-transform:rotate(-9deg);
    -moz-transform:rotate(-9deg);
    -o-transform:rotate(-9deg);
    -ms-transform:rotate(-9deg);
    transform:rotate(-9deg);
    overflow: hidden;
    text-align: center;
}
.img_absolute .k-text p{
    font-family: 'UTMAmericanSans';
    font-size: 37px;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    text-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.img_absolute .k-text p span{
    color: #000000;
}
.wrap-member-img .img_absolute .k-text{
    -webkit-transform:scale(1.5) rotate(-9deg);
    -moz-transform:scale(1.5) rotate(-9deg);
    -o-transform:scale(1.5) rotate(-9deg);
    -ms-transform:scale(1.5) rotate(-9deg);
    transform:scale(1.5) rotate(-9deg);
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    opacity: 0;
}
.wrap-member-img.show .img_absolute .k-text{
    -webkit-transform:scale(1) rotate(-9deg);
    -moz-transform:scale(1) rotate(-9deg);
    -o-transform:scale(1) rotate(-9deg);
    -ms-transform:scale(1) rotate(-9deg);
    transform:scale(1) rotate(-9deg);
    opacity: 1;
}
.vnt-nhanvien{
    margin: 0 30px 0 210px;
}
#nhanvien .n-item{
    margin: 0 10px;
}
#nhanvien .n-item .item-thumbnail{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
#nhanvien .n-item .item-thumbnail img{
    width: 100%;
}
#nhanvien .n-item .item-thumbnail img.hover_show{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#nhanvien .n-item .item-thumbnail:hover img.hover_show{
    opacity: 1;
}
#nhanvien .n-item .item-descripton{
    text-align: center;
    color: #ffffff;
}
#nhanvien .n-item .item-descripton .text1{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 5px;
}
#nhanvien .n-item .item-descripton .text2{
    font-size: 18px;
    line-height: 25px;
    padding: 0;
}
#nhanvien .slick-arrow{
    width: 62px;
    height: 62px;
    background: url(../images/main/prev-next-62.png) no-repeat;
    top: 40%;
}
#nhanvien .slick-prev{
    background-position: 0px -62px;
    left: -190px;
}
#nhanvien .slick-next{
    background-position: -62px -62px;
    left: -110px;
}
#nhanvien .slick-prev:hover{
    background-position: 0px 0px;
}
#nhanvien .slick-next:hover{
    background-position: -62px 0px;
}

/*=================TH�NH VI�N====================*/
/*=================KH�CH H�NG====================*/
.vnt-customer .vc-text{
    padding: 65px 0 120px 0;
    color: #ffffff;
    text-align: center;
}
.vnt-customer .vc-text .text1{
    font-size: 55px;
    line-height: 65px;
}
.vnt-customer .vc-text .text2{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.info-customer{
    background: #313131;
    padding: 40px 0;
    border-bottom: 1px solid #444444;    
    color: #ffffff;
}
.info-customer .icLeft{
    float: left;
    width: 370px;
}
.info-customer .icRight{
    width: 770px;
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    float: right;
}
.info-customer .number{
    font-size: 114px;
    line-height: 120px;
}
.info-customer .text1{
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 65px;
}
.info-customer .text2{
    font-size: 19px;
    line-height: 24px;
    padding-left: 65px;
}
#customer{
    margin-top: 30px;
}
#customer .item{
    margin-left: 20px;
}
#customer .item .img{
    max-width: 150px;
    margin-left: auto;
    background: #ffffff;
}
#customer .item .img a{
    display: block;
    padding-top: 100%;
    position: relative;
}
#customer .item .img a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    max-height: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vnt-doanhso{
    position: relative;
}
.vnt-doanhso .ds-img img{
     width: 100%;
}
.vnt-doanhso .ds-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.vnt-doanhso .ds-text .dst-img{
    text-align: center;
    padding: 0 30px;
    position: relative;
    -webkit-transform:translate(0, -60%);
    -moz-transform:translate(0, -60%);
    transform:translate(0, -60%);
    margin-bottom: -80px;
}
.vnt-doanhso .ds-text .dst-number{
    font-size: 65px;
    line-height: 75px;
    color: #262626;
    font-weight: bold;
    text-align: center;
}
.vnt-doanhso .ds-text .dst-desc{
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    font-weight: bold;
}
/*=================KH�CH H�NG====================*/
/*=================TH�NH T?U====================*/
.thanhtuu{
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}
.grid-thanhtuu{
    margin: 0 -15px;
}
.grid-thanhtuu .item{
    width: 50%;
    float: left;
    padding: 15px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
    clear: none;
}
.grid-thanhtuu .item:nth-child(2n+1){
    clear: left;
}
.grid-thanhtuu .item:nth-child(2n+2){
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    transform: translate(100%,0);
}
.grid-thanhtuu .item:nth-child(2n+1){
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.grid-thanhtuu .item.show:nth-child(n){
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}
.grid-thanhtuu .item .wrap-item{
    position: relative;
}
.grid-thanhtuu .item .wrap-item .i-desc{
    width: 200px;
    min-height: 350px;
    text-align: center;
    padding: 40px 20px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 24px;
}
.grid-thanhtuu .item .wrap-item .i-desc .text1{
    font-size: 16px;
    line-height:  26px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.grid-thanhtuu .item .wrap-item .i-desc .text2{
    font-size: 55px;
    line-height:  65px;
    font-weight: bold;
    color: #fb6e1c;
    margin-bottom: 15px;
    -webkit-text-shadow: 3px 3px 0 #ffffff;
    -moz-text-shadow: 3px 3px 0 #ffffff;
    text-shadow: 3px 3px 0 #ffffff;
}
.grid-thanhtuu .item:nth-child(2n+2) .wrap-item .i-desc .text2{
    color: #b3d351;
}
.grid-thanhtuu .item .wrap-item .i-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.grid-thanhtuu .item .wrap-item .i-img img{
    display: none;
}
/*=================TH�NH T?U====================*/
/*=================T?I SAO====================*/
.vnt-why{
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #353535;
}
.vnt-why .why-left{
    width: 440px;
    float: left;
    padding: 45px 0 35px 0;
}
.vnt-why .div-text{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.vnt-why .div-button a{
    display: block;
    width: 320px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 17px;
    background: #0090eb;
    overflow: hidden;
    position: relative;
}
.vnt-why .div-button a.color{
    background-color: #fb6e1c;
}
.vnt-why .div-button a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.vnt-why .div-button a:hover:before{
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.vnt-why .div-button a span{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}
.vnt-why .div-button a i{
    padding-right: 15px;
    font-size: 32px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.vnt-why .why-right{
    width: 630px;
    float: right;
}
#slider-why{
    margin-right: -78px;
    margin-bottom: 30px;
}
#slider-why .item{
    height: 430px;
    background: url("../images/main/bg-why.png") no-repeat 0 100%;
    padding: 45px 120px 120px 80px;
}
#slider-why .item .wrap-item{
    height: 270px;
    overflow: hidden;
}
#slider-why .item .wrap-item .i-title{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 40px;
    position: relative;
}
#slider-why .item .wrap-item .i-title:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '' attr(data_number) ' ';
}
.list-content li{
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #cccccc;
}
.list-content li:before{
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 24px;
    line-height: 34px;
    font-family: fontawesome;
    content: "\f05d";
    color: #b4d351;
}
#slider-why .slick-dots{
    bottom: 25px;
    left: -70px;
}
#slider-why .slick-dots li,
#slider-why .slick-dots li button{
    width: 16px;
    height: 16px;
}
#slider-why .slick-dots li{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider-why .slick-dots li:hover,
#slider-why .slick-dots li.slick-active{
    background: transparent;
    border-color: #fb6e1c;
}
#slider-why .slick-dots li button:before{
    display: none;
}
/*=================T?I SAO====================*/
/*=================VIDEO====================*/
#video{
    width: 100%;
    margin-top: 50px;
    background-color: transparent;
    position: relative;
    z-index: 100;
}
#video .wrapper .f-video{
    margin: 0 auto -110px auto;
    max-width: 853px;
    position:  relative;
    background-color:#000000;
}
/*=================VIDEO====================*/
/*=================CAM K?T====================*/
#camket{
    width: 100%;
    background:url(../images/main/bg-footer1.jpg) no-repeat center bottom fixed ;
    padding: 160px 0 70px 0;
    z-index: 100;
}
.logo-camket{
    text-align: center;
}
.logo-camket img{
    max-width: 100%;
}
#camket .c-title{
    margin-top: 20px;
    margin-bottom: 380px;
    width: 100%;
    text-align: center;
}
#camket .c-title .c-camket{
    font-size: 75px;
    line-height:  85px;
    color: #ffffff;
    font-family: 'Lobster', cursive;
    padding-bottom: 10px;
}
#camket .c-title div{
    padding: 0px;
    color:#ffffff;
    font-family: 'OpenSans';
    font-size: 18px;
    line-height: 26px;
}
#camket .slick-dots{
    text-align: center;
}
#camket .slick-dots li,
#camket .slick-dots li button{
    width: 16px;
    height: 16px;
}
#camket .slick-dots li{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#camket .slick-dots li:hover,
#camket .slick-dots li.slick-active{
    background: transparent;
    border-color: #fb6e1c;
}
#camket .slick-dots li button:before{
    display: none;
}
.grid-camket{
    width: 100%;
    margin-top: 30px;
}
.grid-camket .node-camket{
    padding: 0px 14px 0px 70px;
}
.grid-camket .node-camket.node1{
    background:url(../images/main/nangcao.png) no-repeat left 15px;
}
.grid-camket .node-camket.node2{
    background:url(../images/main/tangcuong.png) no-repeat left 15px;
}
.grid-camket .node-camket.node3{
    background:url(../images/main/phattrien.png) no-repeat left 15px;
}
.grid-camket .node-camket .c-content{
    position: relative;
    min-height: 460px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
}
.grid-camket .node-camket .c-content:after{
    position: absolute;
    content:"";
    top: 30px;
    left: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #ffffff;
}
.grid-camket .node-camket .c-content h3{
    font-family: 'OpenSans-Bold';
    font-size:20px;
    line-height: 25px;
    text-transform: uppercase;
}
.grid-camket .node-camket .c-content h3 span{
    font-size:16px;
    line-height: 22px;
    display: block;
}
.grid-camket .node-camket .c-content ul{
    width: 100%;
}
.grid-camket .node-camket .c-content ul li{
    padding-left: 45px;
    margin-top: 8px;
    min-height: 41px;
    font-size: 14px;
    line-height: 20px;
}
.grid-camket .node-camket .c-content ul li.item1{
    background:url(../images/main/icon-01.png) no-repeat left top;
}
.grid-camket .node-camket .c-content ul li.item2{
    background:url(../images/main/icon-02.png) no-repeat left top;
}
.grid-camket .node-camket .c-content ul li.item3{
    background:url(../images/main/icon-03.png) no-repeat left top;
}
.grid-camket .node-camket .c-content ul li.item4{
    background:url(../images/main/icon-04.png) no-repeat left top;
}
.grid-camket .node-camket .c-content ul li.item5{
    background:url(../images/main/icon-05.png) no-repeat left top;
}
.grid-camket .node-camket .c-content ul li p{
    padding: 0px;
}
.grid-camket .node-camket .c-content ul li .i-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
/*=================CAM K?T====================*/
.lazyloading {
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lazyloading.show {
    filter: alpha(opacity=1);
    opacity: 1;
}
.w_effect_up .effect_up{
    opacity: 0;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    transform:scale(0.6);
    -webkit-transition:all 1s cubic-bezier(.175,.885,.32,1.275);
    -moz-transition:all 1s cubic-bezier(.175,.885,.32,1.275);
    -o-transition:all 1s cubic-bezier(.175,.885,.32,1.275);
    transition:all 1s cubic-bezier(.175,.885,.32,1.275);
}
.w_effect_up.show .effect_up{
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
@media screen and (max-width: 1199px){
    .vnt-tamnhin .item .item-desc{
        width: 370px;
        min-width: 0;
    }
    .vnt-tamnhin .item .item-img{
        left: 370px;
    }
    .vnt-why .why-left{
        width: 330px;
    }
    .vnt-why .div-text{
        font-size: 28px;
        line-height: 38px;
    }
    #develop .slick-prev{
        right: auto;
        left: 30px;
    }
    #develop .slick-next{
        right: auto;
        left: 80px;
    }
}
@media screen and (max-width: 1024px){
    #develop .item{
        background-image: none !important;
    }
    #develop .item .i-img{
        display: block;
    }
    #develop .item .desc{
        width: 100%;
        border-right: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        min-width: 0;
        min-height: 0;
    }
    #develop .item .desc .wrap-desc{
        width: 100%;
        padding: 35px 15px 20px 15px;
        text-align: center;
    }
    #develop .item .desc .number{
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 0;
    }
    #develop .item .desc .style1{
        margin-bottom: 0;
    }
    #develop .slick-arrow{
        top: 90px;
    }
    #develop .slick-prev{
        left: 50%;
        margin-left: -200px;
    }
    #develop .slick-next{
        right: 50%;
        left: auto;
        margin-right: -200px;
    }
    .vnt-tamnhin .item .item-desc{
        width: 100%;
    }
    .vnt-tamnhin .item .item-desc .item-wrap-desc{
        width: 100%;
        min-height: 0;
    }
    .vnt-tamnhin .item .item-desc .i-title,
    .vnt-tamnhin .item .item-desc .i-title h2{
        font-size: 28px;
        line-height: 38px;
    }
    .vnt-tamnhin .item .item-img{
        position: static;
        left: 0;
    }
    .vnt-tamnhin .item .item-img img{
        display: block;
    }
    .vnt-member .member-text{
        padding-top: 30px;
    }
    .vnt-member .member-text .mt-title,
    .vnt-member .member-text .mt-title h2{
        font-size: 32px;
        line-height: 42px;
    }
    .vnt-member .member-img .wrap-member-img{
        min-height: 0;
    }
    .img_absolute{
        display: none;
    }
    .slideImg{
        margin-right: 0;
        margin-left: 0;
    }
    #slider-kyniem{
        width: 100%;
    }
    .vnt-nhanvien {
        margin: 0 0 80px 0;
    }
    #nhanvien .slick-arrow{
        top: auto;
        bottom: -120px;
    }
    #nhanvien .slick-prev{
        left: 50%;
        margin-left: -70px;
    }
    #nhanvien .slick-next{
        right: 50%;
        left: auto;
        margin-right: -70px;
    }
    .vnt-doanhso .ds-text .dst-img{
        margin-bottom: -60px;
    }
    .vnt-doanhso .ds-text .dst-img img{
        max-width: 350px;
    }
    .vnt-doanhso .ds-text .dst-number{
        font-size: 55px;
        line-height: 65px;
    }
    .vnt-customer .vc-text {
        padding: 30px 0 80px 0;
    }
    .info-customer .icLeft{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .info-customer .icRight{
        width: 100%;
        float: none;
    }
    #customer{
        margin: 0 -10px;
    }
    #customer .item{
        margin: 0 10px;
    }
    #customer .item .img{
        max-width: none;
    }
    .grid-thanhtuu .item .wrap-item .i-desc{
        width: 100%;
        min-height: 0;
        padding: 15px;
    }
    .grid-thanhtuu .item .wrap-item .i-img{
        position: relative;
        left: 0;
    }
    .grid-thanhtuu .item .wrap-item .i-img img{
        display: block;
        width: 100%;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .desc-top{
        float: left;
        width: 145px;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .i-content{
        padding-left: 160px;
        padding-top: 10px;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .text1{
        margin-bottom: 0;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .text2{
        margin-bottom: 0;
        font-size: 55px;
        line-height: 60px;
    }
    .vnt-why .why-left{
        width: 100%;
        padding: 30px 0;
    }
    .vnt-why .why-right{
        width: 100%;
        float: right;
    }
    #slider-why{
        margin: 0 -15px;
        background: #3c3c3c;
        padding: 25px 15px 90px 15px; 
    }
    #slider-why .item{
        background: none;
        padding: 0;
        height: auto;
    }
    #slider-why .item .wrap-item{
        height: auto;
    }
    #slider-why .slick-dots{
        left: 0;
        padding-left: 15px;
        text-align: center;
    }
    #slider-why .slick-dots li, #slider-why .slick-dots li button{
        width: 24px;
        height: 24px;
    }
    #video{
        margin: 30px 0;
    }
    #video .wrapper .f-video{
        margin: 0 auto;
    }
    #camket{
        padding: 30px 0 70px 0;
        background: url(../images/main/bg-footer1.jpg) no-repeat center 80% scroll;
    }
    #camket .c-title{
        margin-top: 0;
        margin-bottom: 20px;
    }
    #camket .c-title .c-camket{
        font-size: 50px;
        line-height: 60px;
    }
    #camket .slick-dots li, #camket .slick-dots li button {
        width: 24px;
        height: 24px;
    }
    .vnt-tamnhin .item .item-desc .item-wrap-desc{
        padding-top: 30px;
    }
    .vnt-tamnhin .item .item-desc .i-text1,
    .vnt-tamnhin .item .item-desc .i-text2,
    .vnt-tamnhin .item .item-desc .i-text3{
        text-align: center;
    }
    .vnt-vntrust .wrap_link ul{
        width: 100%;
    }
    .vnt-vntrust .wrap_link ul li:first-child {
        border-top: 0;
    }
    .vnt-vntrust .wrap_link ul:first-child li:first-child{
        border-top: 1px solid #515151;
    }
}
@media screen and (max-width: 992px){
    .grid-thanhtuu{
        margin: 0 -10px;
    }
    .grid-thanhtuu .item{
        padding: 10px;
    }
}
@media screen and (max-width: 768px){
    .vnt-about{
        font-size: 24px;
        line-height: 34px;
    }
    .grid-thanhtuu .item{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    #slide-info .witem {
        width: 220px;
        height: 260px;
        background-size: 100%;
    }
    #slide-info .witem .icon {
        height: 120px;
        overflow: hidden;
        padding: 25px 15px;
    }
    #slide-info .witem .text{
        height: 100px;
        font-size: 20px;
        line-height: 25px;
        padding-top: 28px;
    }
    #slide-info .witem .icon i {
        font-size: 60px;
        line-height: 70px;
    }
    #slide-info .witem .icon i.small{
        font-size: 28px;
    }
    .vnt-vntrust .wrap-text .text1,
    .vnt-vntrust .wrap-text .text1 h2{
        font-size: 28px;
        line-height: 38px;
    }
    .vnt-vntrust .wrap-text .text2{
        font-size: 18px;
        line-height: 28px;
    }
    .vnt-doanhso .ds-text .dst-img img {
        max-width: 300px;
    }
    .vnt-doanhso .ds-text .dst-img{
        margin-bottom: -55px;
    }
    .vnt-doanhso .ds-text .dst-number {
        font-size: 45px;
        line-height: 55px;
    }
}
@media screen and (max-width: 639px){
    .vnt-doanhso .ds-text{
        position: relative;
        margin-bottom: 30px;
    }
    .vnt-doanhso .ds-text .dst-number{
        color: #ffffff;
    }
    .vnt-doanhso .ds-text .dst-desc{
        color: #ffffff;
    }
}
@media screen and (max-width: 479px){
    .vnt-vntrust .wrap-text .text1,
    .vnt-vntrust .wrap-text .text1 h2{
        font-size: 20px;
        line-height: 30px;
    }
    #develop .item .desc .number{
        font-size: 80px;
        line-height: 90px;
    }
    #develop .item .desc .style1{
        font-size: 24px;
        line-height: 34px;
    }
    #develop .slick-arrow{
        top: 80px;
    }
    #develop .slick-prev{
        margin-left: -135px;
    }
    #develop .slick-next{
        margin-right: -135px;
    }
    .vnt-doanhso .ds-text .dst-img {
        margin-bottom: -30px;
    }
    .vnt-doanhso .ds-text .dst-img img {
        max-width: 230px;
    }
    .vnt-doanhso .ds-text .dst-number {
        font-size: 40px;
        line-height: 50px;
    }
    .vnt-customer .vc-text .text1, .vnt-customer .vc-text .text2{
        font-size: 40px;
        line-height: 50px;
    }
    .vnt-doanhso .ds-text .dst-desc{
        font-size: 15px;
        line-height: 25px;
    }
    .info-customer .number {
        font-size: 95px;
        line-height: 100px;
    }
    .info-customer .text1 {
        font-size: 37px;
        line-height: 47px;
        padding-left: 54px;
    }
    .info-customer .text2 {
        font-size: 16px;
        line-height: 24px;
        padding-left: 54px;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .desc-top{
        width: 100%;
        float: none;
    }
    .grid-thanhtuu .item .wrap-item .i-desc .i-content{
        padding-top: 0;
        padding-left: 0;
    }
    .vnt-why .div-button a{
        width: 100%;
    }
    #slider-why .item .wrap-item .i-title {
        font-size: 35px;
        line-height: 45px;
    }
    #develop .item .desc .text1{
        font-size: 25px;
        line-height: 35px;
    }
    #develop .item .desc .text3{
        font-size: 30px;
        line-height: 40px;
    }
    #develop .item .desc .text4{
        font-size: 15px;
        line-height: 30px;
    }
    #develop .item .desc .text5 {
        font-size: 20px;
        line-height: 35px;
    }
    .vnt-member .member-text .mt-content .style_text{
        font-size: 20px;
        line-height: 30px;
    }
}