.vnt_trademark .grip_3{
    margin-bottom: 30px;
}
.vnt_trademark .grip_3 .item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.vnt_trademark .grip_3 .item .thumb img{
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.vnt_trademark .grip_3 .item:hover .thumb img{
    transform: scale(1.1);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.vnt_trademark .grip_3 .item:hover .logo_cp a::after{
    top: 0;
    bottom: 0;
}
.vnt_trademark .grip_3 .item:hover .logo_cp a::before{
    left: 0;
    right: 0;
}
.vnt_trademark .grip_3 .logo_cp a{
    position: absolute;
    background-color: #fff;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 0;
    display: block;
    padding-top: 80px;
}
.vnt_trademark .grip_3 .logo_cp a::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #e52126;
    border-bottom: solid 1px #e52126;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.vnt_trademark .grip_3 .logo_cp a::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #e52126;
    border-right: solid 1px #e52126;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.vnt_trademark .grip_3 .logo_cp img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 40%;
}
.vnt_trademark .boxTopInfo{
    background-color: #fff;
    padding: 0px 80px 30px;
    position: relative;
    margin-top: -70px;
    margin-bottom: 30px;
}
.vnt_trademark .topBreadcrumbLink{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.vnt_trademark .topBreadcrumbLink .linkShare ul{
    display: flex;
    align-content: center;
}
.vnt_trademark .topBreadcrumbLink .linkShare  li{
    margin-right: 10px;
}
.infoDetail .decsInfo{

}
.infoDetail .decsInfo .contentInfo{
    max-height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
}
.infoDetail .decsInfo.active .contentInfo{
    max-height: 100%;
}
.infoDetail .decsInfo .viewAll a{
    text-transform: uppercase;
    color: #00a9e8;
    position: relative;
    padding-right: 20px;
}
.infoDetail .decsInfo .viewAll a::before{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 18px;
}
.infoDetail .decsInfo .viewAll a.viewAdd::before{
    content: '\f107';
}
.infoDetail .decsInfo .viewAll a.viewRemo, .infoDetail .decsInfo.active .viewAll a.viewAdd{
    display: none;
}
.infoDetail .decsInfo.active .viewAll a.viewRemo{
    display: inline-block;
}
.infoDetail .decsInfo .viewAll a.viewRemo::before{
    content: '\f106';
}
.grip_3_list{
    margin-bottom: 20px;
}
.grip_3_list .item{
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.grip_3_list .item::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #00aff0;
    border-bottom: solid 1px #00aff0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.grip_3_list .item::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #00aff0;
    border-right: solid 1px #00aff0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.grip_3_list .item:hover::before{
    left: 0;
    right: 0;
}
.grip_3_list .item:hover::after{
    top: 0;
    bottom: 0;
}
.grip_3_list .item .thumb{
    overflow: hidden;
    position: relative;
    padding-bottom: 65.56%;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.grip_3_list .item:hover .decsTitle a{
    color: #00aff0;
}
.grip_3_list .item:hover .thumb{
    transform: scale(1.1);
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear
}
.grip_3_list .item .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grip_3_list .item .decsTitle a{
    font-size: 15px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .vnt_trademark .grip_3 .row{
        margin: 0 -10px;
    }
    .vnt_trademark .grip_3 .row > div{
        padding: 0 10px;
    }
    .vnt_trademark .grip_3 .item{
        margin-bottom: 20px;
    }
    .vnt_trademark .grip_3 .logo_cp a{
        padding-top: 35px;
    }
    .vnt_trademark .grip_3 .logo_cp img{
        width: 70%;
    }
    .vnt_trademark .boxTopInfo{
        padding: 10px 20px 30px 20px;
    }
    .vnt_trademark .topBreadcrumbLink{
        justify-content: flex-end;
    }
    .vnt_trademark .boxTopInfo .logocp{
        text-align: center;
    }
    .infoDetail .decsInfo .contentInfo{
        max-height: 150px;
    }
    .grip_3_list .row{
        margin: 0 -10px;
    }
    .grip_3_list .row > div{
        padding:  0 10px;
    }
    .grip_3_list .item{
        margin-bottom: 20px;
        padding: 20px 10px;
    }
}