.search_bm {
    width: 100%;
    height: 270px;
    background: url(/assets/images/br_bm.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

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

.boxContainBieuMau {
    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;
}

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

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

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

.boxItem {
    display: flex;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECECEC;
}

.text_h1 {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 26px;
    line-height: 33px;
}

.text_bm, .info p {
    font-size: 16px;
    line-height: 24px;
}

.number_view {
    font-size: 15px;
    line-height: 24px;
}

.cate_bv {
    width: 38%;
}

.cate_bv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info .td_bm {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #474747;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.number_view {
    color: #999999;
}

.number_view::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/assets/images/loc/view_bm_2.png);
    margin-left: 6px;
    margin-bottom: -3px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    justify-content: center;
    gap: 3px;
}
.boxcontain_pagination a, .boxcontain_pagination .link_page {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s;
    cursor: pointer;
    background: #FFF;
}
.boxcontain_pagination .link_page.active,
.boxcontain_pagination .link_page:hover,
.boxcontain_pagination a.active,
.boxcontain_pagination a:hover {
    border-color: #4c5bd4;
    background: #4c5bd4;
    color: #FFF;
}

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

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

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

    .cate_bv {
        width: 100%;
        height: 250px;
    }
}