.page-template-page_dichvu .page_dv {
    background-color: var(--bg-2);
}

.page_dv1 {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -356.805px 100% 223.647%;
    position: relative;
}

.page_dv1 .section_subtitle {
    color: #E8CE9E;
    font-weight: 600;
    position: relative;
    z-index: 4;
}

.page_dv1 .section_title {
    color: #E8CE9E;
    font-size: 40px;
    position: relative;
    z-index: 4;
}

.page_dv2 {
    padding: 100px 0;
}

.page_dv2 .box_image img {
    border-radius: 10px;
}

.page_dv2 .row:not(:last-child) {
    margin-bottom: 72px;
}

.page_dv2 .box_des {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.page_dv2 .box_des .subtitle {
    color: var(--c-red, #ED3237);
    font-style: italic;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .page_dv2 .row:not(:last-child){
        margin-bottom: 30px;
    }
    .page_dv2 .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .page_dv2 .box_image {
        margin-bottom: 20px;
    }
    .page_dv1 .section_title{
        line-height: normal;
    }   
    
}