.search_bm {
    width: 100%;
    height: 270px;
    background: url(/assets/images/uyen/news.png) no-repeat;
    background-position: 75%;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
}

.bodyCauHoi {
    width: 100%;
    background: #fff;
}

.boxContainCauHoi {
    padding: 40px 0;
}

.boxContent {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    gap: 30px;
}

.boxDataCh {
    display: flex;
    gap: 30px;
}

.boxLeft {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.boxRight {
    width: calc(100% - 70% - 30px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text_h1 {
    font-size: 26px;
    line-height: 34px;
    color: #474747;
}

.text_h1::before {
    content: url(/assets/images/uyen/tag.png);
    margin-right: 15px;
    position: relative;
}

.list_bv_bd {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.list_box_top {
    display: flex;
}

.list_box_top .cate_bv {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list_box_top .cate_bv:first-child, .list_box_top .cate_bv:nth-child(2) {
    padding-right: 2%;
}

.list_box_top .cate_bv:nth-child(2), .list_box_top .cate_bv:nth-child(3) {
    padding-left: 2%;
}

.list_box_top .cate_bv:nth-child(2) {
    border-left: 1px solid #efecec;
    border-right: 1px solid #efecec;
}

.cate_bv .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cate_bv .text, .cate_bv .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cate_bv .title a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .03em;
    color: #474747;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.cate_bv .text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #474747;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    width: 100%;
}

.list_box_top .cate_bv:first-child span, 
.list_box_top .cate_bv:nth-child(2) span, 
.list_box_top .cate_bv:nth-child(3) span {
    display: none;
}

.list_box_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #efecec;
    padding-top: 30px;
}

.list_box_bottom .cate_bv {
    display: flex;
    gap: 40px;
}

.list_box_bottom .cate_bv .img_bv {
    width: 30%;
}

.list_box_bottom .cate_bv .info {
    width: 70%;
}

.img_bv img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .boxDataCh {
        flex-direction: column;
    }

    .boxLeft, .boxRight {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .list_box_top {
        flex-direction: column;
        gap: 40px
    }

    .list_box_top .cate_bv {
        width: 100%;
        padding: 0 !important;
        border: none !important;
    }

    .list_box_bottom .cate_bv {
        gap: 20px;
    }

    .list_box_bottom .cate_bv .img_bv {
        width: 50%;
    }

    .cate_bv .img_bv img {
        height: auto;
    }
}