.title {
    text-align: center;
    font-family: 'Roboto-Bold', sans-serif;
    text-transform: uppercase;
}

.title h4 {
    font-size: 18px;
    position: relative;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #005a98;
    font-weight: 600;

}

.title h4::after {
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    height: 3px;
    width: 50px;
    background-image: url(../image/img/line.png);
    display: block;
    transform: translateY(-50%);
}

.title h4::before {
    position: absolute;
    right: 0;
    content: '';
    top: 50%;
    height: 3px;
    width: 50px;
    background-image: url(../image/img/line.png);
    display: block;
    transform: translateY(-50%);
    transform: scale(-1);
}

.title h2 {
    margin-top: 15px;
    font-size: 30px;
    color: #005a98;
    font-weight: 600;
}

.service_chidl {
    margin-top: 54px;
    text-align: center;
}

.service_chidl_title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #2e3291;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 600;
    display: -webkit-box;
    max-width: 100%;
    height: 53px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_chidl_content {
    font-size: 14px;
    font-family: 'Roboto-Bold', sans-serif;
/*    font-weight: 600;*/
    line-height: 2rem;
    display: -webkit-box;
    max-height: 4.0rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.service_chidl .service_chidl_img img {
    width: 100%;
    transition: all 0.3s;

}

.service_chidl .service_chidl_img img:hover {
    transform: scale(1.15);
}
.service{
    margin-bottom: 46px;
}
.phantrang{
    text-align: center;
    margin-top: 64px;
}
.phantrang_nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.phantrang_nav li a{
    padding: 2px 7px;
    border: 1px solid #dfdfdf;
    margin-right: 5px;
    color: #000;
}
.phantrang_nav li:hover a{
    background-color: #fb3f40;
    color: #fff;
}
.number.active a{
    background-color: #fb3f40;
    color: #fff;
}