.daf-ctn {
    position: relative;
    display: block;
    overflow: hidden !important;
    width: 100%;
}

.daf-head {
    position: relative;
    display: block;
    padding: 190px 20px 0px;
    margin: 0px auto 40px;
    text-align: center;
}

.daf-icon {
    position: relative;
    display: block;
    width: 46px;
    height: 54px;
    margin: 0px auto 10px;
}

.daf-title {
    position: relative;
    display: table;
    font-size: 38px;
    line-height: 38px;
    margin: 0px auto 125px;
    letter-spacing: 1.5px;
}

.daf-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    right: calc(100% + 8px);
    top: -25px;
}

.daf-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    left: calc(100% + 8px);
    bottom: 20px;
}

.daf-title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}


.daf-pros {
    position: relative;
    display: block;
    background: url('../../img/design/pendaftaran/pendaftaran-background.png') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
}

.daf-pros-content {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1096px;
    margin: 0px auto;
    padding: 130px 0px 90px;
    font-size: 0px;
}

.daf-pros-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 424px;
    margin: 0px 136px 0px 0px;
}

.daf-pros-info-head {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 0px 15px;
    border-radius: 25px 25px 0px 0px;
    background-image: linear-gradient(to right, #8d87ef, #17a6d3, #40e2a3);
    color: #fff;
    text-align: center;
}

.daf-pros-info-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.7px;
}

.daf-pros-info-title span {
    position: relative;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.daf-pros-info-content {
    position: relative;
    display: block;
    padding: 35px 20px 40px;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 25px 25px;
}

.daf-pros-info-link-group {
    position: relative;
    display: block;
    margin: 0px auto 25px;
}

.daf-pros-info-link-group:nth-child(2) {
    margin-bottom: 30px;
}

.daf-pros-info-link-hint {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 0px auto 7px;
}

.daf-pros-info-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 248px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0.5px;
    border-radius: 25px;
    margin: 0px auto;
}

.daf-pros-info-link.daftar {
    background: #8e87ef;
}

.daf-pros-info-link.lihat {
    background: #16a6d3;
}

.daf-pros-timeline {
    position: relative;
    display: block;
    padding-top: 25px;
}

.daf-pros-timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 248px;
    height: 2px;
    background: #989898;
    top: 0px;
    left: calc((100% - 248px) / 2);
}

.daf-pros-timeline-group {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 0px auto 10px;
}

.daf-pros-timeline-group:last-child {
    margin-bottom: 0px;
}

.daf-pros-timeline-group span {
    position: relative;
    display: block;
    margin: 0px auto 10px;
    letter-spacing: 1.2px;
}

.daf-pros-timeline-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #989898;
    color: #989898;
    margin: 0px 32px;
}

/* .daf-pros-timeline-link:last-child {
    margin-left: 64px;
} */

.daf-pros-vid {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (424px + 136px));
    margin-top: -45px;
}

.daf-pros-vid.with-img {
    margin-top: -61px;
}

.daf-pros-link {
    position: relative;
    display: table;
    height: 40px;
    line-height: 38px;
    background: #2fe19b;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 0px 30px;
    border-radius: 20px;
    margin-bottom: 15px;

    -webkit-transition: background 0.6s, color 0.6s;
    -moz-transition: background 0.6s, color 0.6s;
    -ms-transition: background 0.6s, color 0.6s;
    transition: background 0.6s, color 0.6s;
}

.daf-pros-link:hover {
    background: #fff;
    color: #2fe19b;

    -webkit-transition: background 0.6s, color 0.6s;
    -moz-transition: background 0.6s, color 0.6s;
    -ms-transition: background 0.6s, color 0.6s;
    transition: background 0.6s, color 0.6s;
}

.daf-pros-vid-group {
    position: relative;
    display: block;
    margin: 0px auto 35px;
}

.daf-pros-vid-group iframe {
    width: 100%;
}

.daf-pros-vid-group:last-child {
    margin-bottom: 0px;
}

.daf-pros-vid-title {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.7px;
    margin: 0px 0px 15px;
}

.daf-syar {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1096px;
    margin: 0px auto;
    padding: 120px 0px 0px;
    font-size: 0px;
    margin-bottom: -120px;
    z-index: 1;
}

.daf-syar.mob {
    display: none;
}

.daf-syar > * {
    font-size: 16px;
}

.daf-syar-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 100px;
    width: 424px;
    margin-right: 136px;
}

.daf-syar-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 65px;
    top: 35px;
    left: -62px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-syar-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    top: 138px;
    left: calc(100% + 24px);
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-syar-icon {
    position: relative;
    display: block;
    margin: 0px 0px 15px;
    width: 59px;
}

.daf-syar-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 39px;
    letter-spacing: 1.2px;
    color: #16a6d3;
    margin: 0px 0px 20px;
}

.daf-syar-desc {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 20px;
}

.daf-syar-list {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 27px;
}

.daf-syar-list:before {
    position: absolute;
    display: block;
    width: 27px;
    left: 0px;
    top: 0px;
}

.daf-syar-list:nth-child(4):before {
    content: '*';
}

.daf-syar-list:nth-child(5):before {
    content: '**';
}

.daf-syar-list:nth-child(6):before {
    content: '***';
}

.daf-syar-view {
    position: relative;
    display: block;
    font-size: 0px;
}

.daf-syar-view > * {
    font-size: 16px;
}

.daf-syar-wr {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.daf-syar-tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (424px + 136px));
    border: 4px solid #16a6d3;
    border-radius: 25px;
    overflow: hidden;
    background: #16a6d3;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.daf-syar-tab:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    background: #16a6d3;
    left: 0px;
    top: 0px;
}

.daf-syar-tab:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    left: 0px;
    bottom: 0px;
}

.daf-syar-tab table {
    width: 100%;
    border: 0px;
    border-spacing: 0px;
    background: #fff;
}

.daf-syar-tab tr:nth-child(odd) {
    background: #efefef;
}

.daf-syar-tab tr:first-child {
    height: 45px;
    background: #16a6d3;
    color: #fff;
}

.daf-syar-tab td, .daf-syar-tab th {
    padding: 13px 7px;
    font-weight: normal !important;
}

.daf-syar-tab td:first-child, .daf-syar-tab th:first-child {
    padding-left: 15px;
}

.daf-syar-tab td:last-child, .daf-syar-tab th:last-child {
    padding-right: 15px;
}

.daf-syar-but-group {
    position: absolute;
    display: block;
    width: calc(100% - (424px + 136px));
    bottom: -22px;
    right: 0px;
    font-size: 0px;
    text-align: center;
}

.daf-syar-but-group > * {
    position: relative;
    display: block;
}

.daf-syar-but-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border: 4px solid #16a6d3;
    background: #fff;
    border-radius: 50%;
    margin: 0px 16px;
    opacity: 0;

    -webkit-transition: background 0.5s, opacity 0.5s;
    -moz-transition: background 0.5s, opacity 0.5s;
    -ms-transition: background 0.5s, opacity 0.5s;
    transition: background 0.5s, opacity 0.5s;
}

.daf-syar-but-item.prev:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.daf-syar-but-item.prev:after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.daf-syar-but-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../../img/design/svg/arrow_icon_blue.svg') no-repeat;
    background-position: 50% !important;
    background-size: 24px auto !important;
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.daf-syar-but-item:after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../../img/design/svg/arrow_icon_white.svg') no-repeat;
    background-position: 50% !important;
    background-size: 24px auto !important;
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.daf-syar-but-item.active {
    cursor: pointer;
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.daf-syar-but-item.active:hover {
    background: #16a6d3;

    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.daf-syar-but-item.active:hover:before {
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.daf-syar-but-item.active:hover:after {
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.daf-hub {
    position: relative;
    display: block;
    width: 100%;
    background: #eeeef3;
    padding: 160px 0px 90px;
}

.daf-hub:before {
    content: '';
    position: absolute;
    display: block;
    width: 268px;
    height: 268px;
    top: -50px;
    right: 40px;
    background: url('../../img/design/svg/circle_icon_gradient.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-hub:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    top: 833px;
    right: 132px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-hub-content {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1096px;
    margin: 0px auto;
    font-size: 0px;
}

.daf-hub-content > * {
    font-size: 16px;
}

.daf-hub-icon {
    position: relative;
    display: block;
    margin: 0px 0px 15px;
    width: 75px;
}

.daf-hub-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 39px;
    letter-spacing: 1.2px;
    color: #16a6d3;
    margin: 0px auto 55px;
    color: #8e87ef;
}

.daf-hub-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 65px;
    top: -150px;
    left: -62px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-hub-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    top: 10px;
    right: calc(100% + 24px);
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.daf-hub-title > span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.7px;
    padding-top: 23px;
    color: #222;
}

.daf-hub-title > span > a {
    border-bottom: 1px solid #222;
}

.daf-hub-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 3) - 24px);
    max-width: 312px;
    margin: 0px 24px 50px 0px;
    letter-spacing: 0.7px;
}

.daf-hub-item-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 15px;
}

.daf-hub-item-contact {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 15px;
}

.daf-hub-item-inf {
    position: relative;
    display: block;
    padding-left: 24px;
}

.daf-hub-item-inf.person:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 26px;
    left: 0px;
    top: 0px;
    background: url('../../img/design/svg/tim_seleksi_icon_purple.svg') no-repeat;
    background-size: 13px auto !important;
    background-position: left center !important;
}

.daf-hub-item-inf.whatsapp:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 26px;
    left: 0px;
    top: 0px;
    background: url('../../img/design/svg/whatsapp_icon.svg') no-repeat;
    background-size: 16px auto !important;
    background-position: left center !important;
}

@media screen and (max-width : 768px) {
    .daf-pros-info {
        display: block;
        width: 100%;
        margin: 0px 0px 50px;
    }

    .daf-pros-vid {
        width: 100%;
        margin: 0px !important;
    }

    .daf-syar.desk {
        display: none;
    }

    .daf-syar.mob {
        display: block;
    }

    .daf-syar {
        margin-bottom: 100px;
    }

    .daf-syar-item {
        width: 100%;
        margin: 0px 0px 50px;
        padding: 0px;
    }

    .daf-syar-item br {
        display: none;
    }

    .daf-syar-tab {
        width: 100%;
    }

    .daf-syar-but-group {
        width: 100%;
    }

    .daf-hub-title br {
        display: none;
    }

    .daf-hub-title:before {
        left: 0px;
    }

    .daf-hub-item {
        width: calc((100% / 2) - 24px);
    }
}

@media screen and (max-width : 500px) {
    .daf-head {
        padding-top: 150px;
    }

    .daf-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .daf-title:before {
        right: auto;
        left: 0px;
        top: -44px;
    }

    .daf-title:after {
        left: auto;
        right: 0px;
        bottom: -44px;
    }

    .daf-title span {
        margin-top: 5px;
    }

    .daf-title br {
        display: none;
    }

    .daf-pros-content {
        padding: 80px 0px;
        width: calc(100% - 40px);
    }

    .daf-syar {
        padding-top: 100px;
        width: calc(100% - 40px);
    }

    .daf-syar-item:before {
        top: -80px;
        left: 0px;
    }

    .daf-syar-title {
        font-size: 30px;
        line-height: 32px;
    }

    .daf-hub {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .daf-hub-content {
        width: calc(100% - 40px);
    }

    .daf-hub-title {
        font-size: 30px;
        line-height: 32px;
    }

    .daf-content {
        width: calc(100% - 40px);
    }

    .daf-hub-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .daf-hub:before {
        right: -100px;
    }

    .daf-hub:after {
        right: 20px;
    }

    .daf-pros-vid-group iframe {
        height: 178px;
    }
}
