.boxAbout{
    margin-bottom: 20px;
    clear: both;
}
.boxAbout .title_line{
    position: relative;
    text-align: center;
    padding-top: 80px;
    font-size: 25px;
    font-family: 'Roboto';
    color: #00a9e8;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 30px;
}
.boxAbout .title_line::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 60px;
    background-color: #00a9e8;
}
.content_grip p{
    padding: 0;
    margin-bottom: 5px;
}
.content_grip .item_pd{
    position: relative;
    padding-bottom: 30px;
    padding-right: 20px;
    z-index: 1;
    margin-bottom: 20px;
}
.content_grip .item_pd img{
    width: 100%;
}
.content_grip .item_pd::before{
    content: '';
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ddd;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 20px;
    z-index: -1;
}
.content_grip h3{
    margin-bottom: 5px;
    font-size: 16px;
}
.content_grip .item_1{
    margin-bottom: 20px;
}
.content_grip_2{
    position: relative;
    min-height: 470px;
}
.content_grip .item_1 .line{
    display: inline-block;
   text-decoration: underline;
   font-family: 'Roboto';
   font-weight: bold;
}
.content_grip_2 .thumb{
    width: 55%;
    float: right;
    min-height: 470px;
}
.content_grip_2 .thumb img{
    width: 100%;
}
.content_grip_2 .decs{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    float: left;
    width: 50%;
    background-color: #fff;
    padding: 20px;
} 
.content_grip .item{
}
@media only screen and (max-width: 1170px) {
    .content_grip_2 .thumb, .content_grip_2{
        min-height: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .content_grip_2 .thumb{
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        float: none;
    }
    .content_grip_2 .decs{
        position: static;
        width: 100%;
        transform: translate(0);
        float: none;
    }
}
