/* @Banner */
.enrollment-process .process.mobile {
    display: none;
}
.enrollment-process .process.desktop {
    display: block;
}
.enrollment-process .description ,
.enrollment-process .main-description {
    color: var(--black-color);
}
.enrollment-process .main-banner div {
    /* top: 0; */
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.enrollment-process .main-banner {
    position: relative;
}
.enrollment-process .main-banner .banner-detail {
    top: 40%;
    z-index: 5;
    display: grid;
    height: 100px;
    position: absolute;
    justify-content: center;
}
.enrollment-process .main-banner .banner-title {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: var(--white-color);
}
.enrollment-process .main-banner .wrap-radius {
    height: 50px;
    z-index: 2;
    bottom: 50px;
    width: 100%;
    position: absolute;
}
.enrollment-process .main-banner .wrap-radius img {
    width: 100%;
}

/* @All Program */
.enrollment-process .all-program .main-title {
    font-weight: bold;
    margin-bottom: 25px;
}
.enrollment-process .all-program .main-description {
    font-size: 19px;
    color: var(--description-color);
}
.enrollment-process .process ol {
    margin-left: 15px;
}

/* @process */
.enrollment-process .process .col-lg-6:first-child::before {
    content: '';
    background-color: var(--orange-color);
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.enrollment-process .process .col-6:first-child figure:not(:last-child) {
    margin-bottom: 100px;
}
.enrollment-process .process figure {
    width: 450px;
    padding: 30px 25px;
    border-radius: 10px;
    position: relative;
    background-color: var(--bg-gray-color);
}
.enrollment-process .process figure .title {
    line-height: 1.6;
    font-weight: bold;
    color: var(--blue-color);
}
.enrollment-process .process figure .description * {
    font-size: 18px;
    word-break: break-word;
}
.enrollment-process .process figure .description p {
    color: var(--description-color);
}
.enrollment-process .process .col-6:first-child::after {
    content: '';
    background-color: var(--green-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
}
.enrollment-process .process .col-6:first-child::before {
    content: '';
    background-color: var(--orange-color);
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.enrollment-process .process .col-6:last-child::after {
    content: '';
    background-color: var(--blue-color);
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: -13px;
    height: 25px;
    width: 25px;
    z-index: 1;
}
.enrollment-process .process .triangle {
    border-top: 2px solid var(--orange-color);
}
.enrollment-process .process .col-6:first-child .triangle {
    position: absolute;
    top: 55px;
    right: -105px;
    width: 105px;
}
.enrollment-process .process .col-6:last-child .triangle {
    position: absolute;
    top: 55px;
    left: -105px;
    width: 105px;
}


.enrollment-process .process .col-6:last-child figure {
    float: right;
    margin-top: 100px;
}

/* @Enroll Now */
.enrollment-process .enroll-now .thumbnail {
    display: flex;
    position: relative;
}
.enrollment-process .enroll-now .thumbnail img {
    border-radius: 10px;
}
.enrollment-process .enroll-now .detail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-around;
}
.enrollment-process .enroll-now .detail .title {
    margin: 0;
    font-weight: bold;
    color: var(--white-color);
}
.enrollment-process .enroll-now .detail a {
    font-size: 18px;
    padding: 18px 45px;
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--green-color);
}

/* ================== Responsive on device =================== */

/* @mac book */
@media (width: 1336px) {}

/* Desktop */
@media(max-width: 1440px) {
    .enrollment-process .main-banner .wrap-radius {
        bottom: 30px;
    }
}

/* Laptop */
@media(max-width: 1280px) {
    .enrollment-process .main-banner .wrap-radius {
        bottom: 22px;
    }
}

/* iPad */
@media(max-width: 769px) {
    .enrollment-process .main-banner div {
        height: 350px;
    }
    .enrollment-process .main-banner .banner-title {
        font-size: 50px;
    }
    .enrollment-process .main-banner .wrap-radius {
        bottom: -7px;
    }
    .enrollment-process .process figure {
        width: 95%;
    }
    .enrollment-process .process figure .title {
        font-size: 18px;
    }
    .enrollment-process .all-program .main-description ,
    .enrollment-process .process figure .description {
        font-size: 16px;
    }
    .enrollment-process .process figure {
        padding: 18px;
    }
    .enrollment-process .process .col-6:first-child .triangle {
        right: -30px;
        width: 31px;
    }
    .enrollment-process .process .col-6:last-child .triangle {
        left: -32px;
        width: 32px;
    }
}

  /* Mobile */
@media(max-width: 576px) {
    .enrollment-process .process.desktop {
        display: none;
    }
    .enrollment-process .process.mobile {
        display: block;
    }
    .enrollment-process .main-banner div {
        height: 210px;
    }
    .enrollment-process .main-banner .banner-title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .enrollment-process .main-banner .banner-description {
        font-size: 16px;
        height: 60px;
    }
    .enrollment-process .main-banner .wrap-radius {
        bottom: -30px;
    }
    .enrollment-process .process figure {
        width: 100%;
    }
    .enrollment-process .enroll-now .detail .title {
        font-size: 18px;
    }
    .enrollment-process .enroll-now .detail a {
        font-size: 18px;
        padding: 3px 10px;
    }
}