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

.page_cauhoi .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;
}

.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: 20px;
}

.h1_text {
    text-align: center;
}

.banner_cdth {
    width: 100%;
    margin-bottom: 60px;
}

.box_ndent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 2px solid #f3f1f1;
    padding-bottom: 20px;
}

.box_title {
    border-left: 5px solid #ffa800;
    padding-bottom: 30px;
}

.box_title a {
    font-size: 18px;
    line-height: 22px;
    margin-left: 20px;
    color: #222;
    border-bottom: 1px solid #222;
    padding-bottom: 2px;
}

.box_teaser {
    background-color: #f1f4fc;
    color: #474747;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}

ul.box_item {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.box_item li {
    list-style-type: none;
    width: calc(100% / 3);
}

.box_item .item_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item_content img {
    width: 100%;
}

.item_title {
    font-size: 16px;
    line-height: 20px;
    color: #474747;
}

.item_teaser {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #666;
    font-size: 16px;
    line-height: 20px;
}

.box_ndent .box_content ul li:first-child, .box_ndent .box_content ul li:nth-child(2) {
    padding-right: 2%;
}

.box_ndent .box_content ul li:nth-child(2), .box_ndent .box_content ul li:nth-child(3) {
    padding-left: 2%;
}

.box_ndent .box_content ul li:nth-child(2) {
    border-left: 1px solid #efecec;
    border-right: 1px solid #efecec;
}

.box_content_uv .box_item {
    gap: 50px;
}

li.li_first {
    width: 70%;
}

.item_content_uv {
    width: 100%;
    position: relative;
}

.box_ndent .box_content_uv .item_content_uv img {
    width: 500px;
    height: 380px;
    object-fit: cover;
}

.nd_bv {
    position: absolute;
    top: 20%;
    right: 0;
    width: 460px;
    padding: 35px 25px;
    background-color: #fff;
    z-index: 5;
    box-shadow: 4px 1px 30px 10px rgba(164, 164, 164, .1);
}

.box_item_other {
    display: flex;
    flex-direction: column;
}

.box_item_other li {
    width: 100%;
}

.box_item_other li h3 {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

.box_item_other li a {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    li.li_first {
        width: 100%;
    }

    .box_content_uv .box_item {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    ul.box_item {
        flex-direction: column;
        gap: 20px
    }

    .box_item li {
        width: 100%;
        padding: 0 !important;
        border: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    .nd_bv {
        position: unset;
        width: 100%;
        padding: 20px 5px;
        text-align: justify;
    }

    .box_content_uv .box_item {
        gap: 20px;
    }
}