.due_banner_hero {
    position: relative;
    padding-top:160px;
    margin-bottom:80;
    border-radius: 30px;
	background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}
.due_banner_hero::before{
	position: absolute;
    content: '';
    top: 40px;
    left: 0;
    right: 0;
    width: 40%;
    height: 80%;
    margin: 0 auto;
    z-index:-1;
    background-image: url(../img/home/home_bg-02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.due_banner_hero .row {
    position: relative;
}

.due_banner_hero .txt_wrap .txt {
    max-width: auto;
}

.due_banner_hero .txt_wrap h5 {
    font-size: 20px;
    color: var(--c3);
}

.due_banner_hero .txt_wrap h1 span {
    color: var(--c2);
}


.due_banner_hero .img img {
    border-radius:30px;
}

@media(max-width:990px) {
    .due_banner_hero::before {
        display:none;
    }
    .due_banner_hero .img {
        position: relative;
    }
}


/* ---- global_due_graphic_service_sec ----  */

.global_due_graphic_service_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_due_graphic_service_sec .col-lg-4 .wrap {
    margin-bottom: 40px;
}

.global_due_graphic_service_sec .col-lg-4:nth-last-child(3) .wrap,
.global_due_graphic_service_sec .col-lg-4:nth-last-child(2) .wrap,
.global_due_graphic_service_sec .col-lg-4:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_due_graphic_service_sec .img img {
    border-radius: 20px;
}

.global_due_graphic_service_sec .content {
    position: relative;
    padding-left: 42px;
    margin-top: 16px;
}

.global_due_graphic_service_sec .content .icons {
    position: absolute;
    top: 4px;
    left: 0;
}

.global_due_graphic_service_sec .content .icons i {
    font-size: 28px;
    color: var(--c1);
}

.global_due_graphic_service_sec .content ul {
    padding-top: 12px;
    padding-left: 20px;
}

.global_due_graphic_service_sec .content ul li {
    list-style: disc;
    margin-bottom: 6px;
}

.global_due_graphic_service_sec .content ul li:last-of-type {
    margin-bottom: 0px;
}

@media(max-width:990px) {
    .global_due_graphic_service_sec .col-lg-4:nth-last-child(3) .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .global_due_graphic_service_sec .col-lg-4:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}


/* --- global_due_advanced_solution ---  */

.global_due_advanced_solution {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--c5);
}

.global_due_advanced_solution .wrap {
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(9, 9, 9, 0.25);
}

.global_due_advanced_solution .wrap .txt {
    margin-top: 20px;
}

@media(max-width:990px) {
    .global_due_advanced_solution .col-md-6 {
        margin-bottom: 40px;
    }
    .global_due_advanced_solution .col-md-6:nth-last-child(2),
    .global_due_advanced_solution .col-md-6:nth-last-child(1) {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .global_due_advanced_solution .col-md-6:nth-last-child(2) {
        margin-bottom: 40px;
    }
}


/* --- global_due_vr_app_sec ---  */

.global_due_vr_app_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_due_vr_app_sec .title_sec {
    margin-bottom: 30px;
}


/* --- global_due_sbs_choose_item ---  */

.global_due_sbs_choose_item {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_due_sbs_choose_item .title {
    margin-bottom: 40px;
}

.global_due_sbs_choose_item .flex {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.global_due_sbs_choose_item .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 20px 20px 0;
}

.global_due_sbs_choose_item .img img {
    display: none;
}

.global_due_sbs_choose_item .content {
    width: 56%;
    padding: 40px 0;
}

.global_due_sbs_choose_item .content .item {
    position: relative;
    padding-left: 54px;
    margin-bottom: 24px;
}

.global_due_sbs_choose_item .content .item:last-of-type {
    margin-bottom: 0px;
}

.global_due_sbs_choose_item .content .item .img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 40px;
}

.global_due_sbs_choose_item .content .item .img img {
    display: block;
}

@media(max-width:990px) {
    .global_due_sbs_choose_item .flex {
        flex-wrap: wrap;
    }
    .global_due_sbs_choose_item .img {
        position: relative;
        width: 100%;
        background-image: unset !important;
    }
    .global_due_sbs_choose_item .img img {
        display: block;
        width: 100%;
    }
    .global_due_sbs_choose_item .content {
        width: 100%;
        padding-bottom: 0px;
    }
}

@media(max-width:767px) {}