._design_title_1 {
    color: #000;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}
._design_title_1 > ._design_inner_1 {
    display: inline-block;
    color: #000;
    padding: 8px 20px 6px 20px;
    position: relative;
    font-size: 48px;
    line-height: 1.3;
    font-weight: bold;
}

.wrap_design_title_1 {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    ._design_title_1 > ._design_inner_1 {
        font-size: 32px;
    }
}

/*=====================*/

._design_title_2 {
    font-size: 22px;
    color: #027ec7;
    padding-bottom: 20px;
}

._design_title_2 > ._design_inner_2 {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #cfcdce;
}
._design_title_2 > ._design_inner_2 > span {
    color: #c5171b;
}
._design_title_2 > ._design_inner_2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    height: 2px;
    width: 50%;
    background-color: #c5171b;
}

@media (max-width:767px) {
    ._design_title_2 {
        font-size: 18px;
    }
}

/*=====================*/

._design_box_1_left {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
    width: 100%
}
._design_box_1_left_inner {
    width: 100%;
    font-size: 72px;
    text-align: right;
    color: transparent;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    white-space: nowrap;
    font-weight: bold;
}
._design_box_1_right {
    padding: 5%;
    text-align: justify;
    border: 6px solid #c5171b;
    border-left: 0;
    position: relative;
}
._design_box_1_right:before,
._design_box_1_right:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 5rem;
    left: 0;
    background-color: #c5171b;
}
._design_box_1_right:before {
    top: 0;
}
._design_box_1_right:after {
    bottom: 0;
}

._design_box_video {
    position: relative;
    background-color: #f3f5f6;
    padding: 40px 0 60px;
    z-index: 3;
}
/* ._design_box_video::before {
    content: "";
    position: absolute;
    left: -200vw;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #f3f5f6;
    z-index: 1;
} */

._design_box_video ._design_box_video_title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(26, 32, 44);
    padding: 5px 0;
    border-radius: 2px;
    line-height: 1.4;
    text-align: center;
}

._design_box_video ._design_box_video_desc {
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.3;;
}

._design_box_video_inner {
    max-width: 630px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

._design_box_video_content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}


._design_box_text ._design_box_text_title_1 {
    color: #000;
    line-height: 1.4;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

._design_box_text ._design_box_text_title_2 {
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
}
._design_box_text {
    padding-right: 50px;
}

._design_box_text_image {
    padding: 40px 0;
}

._design_box_text .hl-editor * {
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1.3;;
}

._design_box_text_btn {
    color: #c5171b;
    font-weight: bold;
    font-size: 18px;
}
._design_box_text_btn svg {
    font-size: 20px;
}
._design_box_text_btn:hover {
    text-decoration: none;
    color: #027ec7;
}

._design_box_heding_link ._design_box_text.type_dunglai {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    ._design_box_text {
        padding-right: 0;
    }
    ._design_box_video {
        padding: 20px 0 40px;
    }
    ._design_box_video_content {
        margin-left: 15px;
        margin-right: 15px;
    }
    ._design_box_text_image {
        padding: 20px 0;
    }
    ._design_box_text ._design_box_text_title_2 {
        font-size: 32px;
    }
    ._design_box_image {
        margin-bottom: 15px;
    }
    ._design_box_7 > .row .col-lg-4 + .col-lg-4 {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    
}