.service{
    margin-bottom: 45px;
}
.service .img{
    padding-top: 66.66666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.service .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service:hover .img img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.service .tend{
    margin-bottom: 5px;
}
.service .tend a{
    font-size: 18px;
    line-height: 26px;
    display: block; 
    word-break:break-all;

}
.service:hover .tend a{
    color:#1591cd;
}
.service .des{
    color: #666666;
}
.service .des *{
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
/*==================================================*/
.theOther .title{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    position:relative;
}
.theOther .title:before{
    content:"";
    position:absolute;
    bottom:-1px;
    left:0;
    width:55px;
    border-bottom:solid 3px #1591cd;
}
.theOther .title h2{
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;

}
.theOther ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.theOther ul li:before{
    content: "\f0da";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
.theOther ul li a{
    font-size: 15px;
    line-height: 23px;
}
.theOther ul li a span{
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
#slideOther .slick-list{
    margin: 0 -15px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .slick-arrow {
    position: absolute;
    right: 0;
    top: -80px;
    background: #e5e5e5;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}
#slideOther .slick-prev{
    margin-right: 45px;
}
#slideOther .slick-arrow:before{
    font-family: FontAwesome;
    font-size:20px;
    line-height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slideOther .slick-prev:before{
    content:"\f104";
}
#slideOther .slick-next:before{
    content:"\f105";
}
#slideOther .slick-arrow:hover{
    background: #1591cd;
}
#slideOther .slick-arrow:hover:before{
    color:#ffffff;
}
#slideOther .service{
    margin-bottom: 0;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 768px){
    #slideOther .slick-list{
        margin: 0 -10px;
    }
    #slideOther .item{
        padding: 0 10px;
    }
    #slideOther{
        padding-bottom: 50px;
    }
    #slideOther .slick-arrow {
        top: initial;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #slideOther .slick-prev{
        margin-left: -25px;
    }
    #slideOther .slick-next{
        margin-left: 25px;
    }
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){

}

@media all and (max-width: 370px){
    .vnt-service .row .col-xs-6{
        width: 100%;
    }
}













/*News*/
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #1591cd;
}
.the-title h1{
    font-size: 26px;
    line-height: 34px; 

}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #333333;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;

}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 65px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
div#slide-more .slick-arrow:after{
    font-family: FontAWesome;
    font-size: 26px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#slide-more .slick-prev:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;

    text-transform: uppercase;
    font-weight: normal;
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .the-title h1{
        font-size: 24px;
        line-height: 32px;
    }
}
