.gripProject{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.gripProject .colGr{
    width: 50%;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.itemProject{
    position: relative;
}
.itemProject .thumb a{
    display: block;
    position: relative;
    padding-top: 51.570%;
    overflow: hidden;
}
.itemProject .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.itemProject .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemProject .thumb a:hover img{
    transform: scale(1.1);
}
.itemProject .decs{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 25px;
    z-index: 2;
    pointer-events: none;
}
.itemProject .decs h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.itemProject .decs h3 a{
    color: #ffffff;
}

.itemProject .decs .ponsi{
    color: #ffffff;
}


/*  */
.vhTopInfoDt{
    padding: 35px 15px;
    background-color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    margin-top: -100px;
    z-index: 2;
}
.vhLstInfoDt li{
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.vhLstInfoDt li .name{
    width: 170px;
    color: #24408f;
    text-transform: uppercase;
    font-weight: bold;
}
.vhLstInfoDt li .txt{
    width: calc(100% - 170px);
}

.vhSliderOrther .vhItemOrther{
    width: 970px;
}
.vhSliderOrther.styBtn .slick-arrow{
    top: 47%;
}
.vhSliderOrther.styBtn .slick-prev{
    left: 110px;
}
.vhSliderOrther.styBtn .slick-next{
    right: 110px;
}
.vhItemOrther .thumb a{
    display: block;
    position: relative;
    padding-top: 51.570%;
    overflow: hidden;
}
.vhItemOrther .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
}
.vhItemOrther .thumb a:hover img{
    transform: scale(1.05);
}
.vhItemOrther .decs{
    padding: 20px 0;
    text-align: center;
}
.vhItemOrther .decs h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.vhSliderOrther .vhItemOrther{
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhSliderOrther .slick-current .vhItemOrther{
    opacity: 1;
}
@media all and (max-width: 991px){
    .itemProject .decs{
        padding: 15px 10px;
    }
    .itemProject .decs h3{
        font-size: 14px;
        line-height: 22px;
    }
    .vhTopInfoDt{
        margin-top: -50px;
    }
    .vhTopInfoDt{
        padding: 20px 15px;
    }
    .vhSliderOrther .vhItemOrther{
        width: 600px;
    }
    .vhSliderOrther.styBtn .slick-arrow{
        top: inherit;
    }
    .vhSliderOrther.styBtn .slick-prev{
        left: calc(50% - 60px);
    }
    .vhSliderOrther.styBtn .slick-next{
        left: calc(50% + 15px);
    }
    .vhItemOrther .decs h3{
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
    .gripProject .colGr{
        width: 100%;
    }
    .vhLstInfoDt li .name{
        width: 100px;
    }
    .vhLstInfoDt li .txt{
        width: calc(100% - 100px);
    }
    .vhSliderOrther .vhItemOrther{
        width: 100%;
    }
    .vhContOrther{
        padding: 0 15px;
    }
}