.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;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

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

.boxItem {
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.titleBoxItem {
    line-height: 57px;
    background: #043379;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.dataBoxItem {
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding: 11px 23px;
    border: 1px solid #000000;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dataBoxItem .imgBanner {
    width: 100%;
    object-fit: cover;
}

.listNews {
    width: 100%;
    border-top: 1px solid #000000;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.listNews ul.row {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.listNewsli.col-12 {
    list-style: none;
}

.listNews ul li a {
    color: #2268A7;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.listNews ul li::marker {
    content: "";
}

li.col-12 {
    display: flex;
    gap: 15px;
}

.btn_add {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 38px;
    background: #043379;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

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

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

@media screen and (max-width: 767px) {
    .boxItem {
        width: 100%;
    }
}