.navigator {
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, .3)
}

.navigator.left {
    left: 30px;
}

.navigator.right {
    right: 30px;
}


.img-container {
    height: calc(100vh - 80px - 40px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.img-container img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: transform .8s;
    transform: scale(1.5);
}

.img-container img.next {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.img-container img.scale {
}

.img-container img.prev {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}

.img-container img.fade-out {
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s, transform .5s linear;
    visibility: hidden;
    transform: scale(1);
}

.bg-secondary {
    background-color: #F6FBFF;
}

.bg-primary {
    background-color: #0A62A9;
}

.relative {
    position: relative !important;
}

.fc-black {
    color: #000000;
}

.fc-white {
    color: #FFF;
}

.text-center {
    text-align: center !important;
}

h1.title {
    font-size: 46px;
}

h1.title:after {
    content: "";
    display: block;
    width: 90px;
    height: 8px;
    background-color: #F5C644;
    border-radius: 10px;
    margin-top: 10px !important;
}

h1.title.text-center::after {
    margin: auto;
}

.with-tail::after {
    content: "";
    background: url('../../img/svg/tail.svg') no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-top: 110px;
    z-index: 1;
}

.with-secondary-tail:after {
    content: "";
    background: url('../../img/svg/tail-secondary.svg') no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-top: 0px;
}

/* ======================================== Section Why UNIKOM */
.why-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    display: flex;
    padding: 10px;
}

.why-card .inner {
    background: #0A62A9;
    box-shadow: 0px 4px 30px rgba(117, 194, 252, 0.48);
    border-radius: 8px;
    width: 100px;
    height: 130px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.why-card .text {
    margin-left: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    width: 100%;
}

.why-card .badge {
    font-weight: bold;
    color: #0A62A9;
    font-size: 22px;
    line-height: 24px;
}

.why-section {
    background-color: #084E87;
    padding-top: 40px;
    padding-bottom: 100px;
    background-image: url('../../img/bg_dot.png');
    position: relative;
}

/* ======================================== End of Section Why UNIKOM */

/* ---------------------------------------- Section Join With Us */
#join-us img {
    z-index: 1;
}

#join-us .term {
    margin-bottom: 50px;
    display: flex;
}

#join-us .term .icon {
    background: url('../../img/Ok.png');
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: -8px;
    margin-right: 15px;
}

#join-us .term .title {
    font-weight: bold;
    font-size: 30px;
}

#join-us .term .desc {
    display: block;
    color: #0A62A9;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

/* ======================================== End of Section Join With Us */

/* ---------------------------------------- Section Connect with UNIKOM */
#start-your-success {
    background-image: url("../../img/bg_dot.png"), url("../../img/bg_prestasi2.png");
    background-repeat: repeat, no-repeat;
    background-position: center top;
}

#start-your-success .card {
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 50px;
    padding: 5px 5px 30px 5px;
    height: 340px;
    z-index: 1;
}

@media (max-width: 991px) {
    #start-your-success .card {
        background: #FFFFFF;
        box-shadow: 0px 14px 20px rgb(0 0 0 / 5%);
        border-radius: 0px 50px;
        padding: 5px 5px 30px 5px;
        z-index: 1;
        height: 100%;
    }

    #start-your-success .card .title {
        font-size: 24px !important;
    }
}

#start-your-success .card .img {
    background: #000;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 45px 0px 0px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

#start-your-success .card .title {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin: 0px 15px 0px 15px;
    color: #0A62A9;
}

#start-your-success p {
    margin: 10px 10px 0px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #7e7e7e;
}

/* ======================================== End of Section Connect with UNIKOM */

/* ---------------------------------------- Section Connect with UNIKOM */
#connect-with-unikom .term {
    display: flex;
    transition: .5s;
    padding: 5px;
}

#connect-with-unikom .term:hover {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    transform: scale(1.1);
    transition: .5s;
    cursor: pointer;
}

#connect-with-unikom .term .icon {
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: -5px;
    margin-right: 15px;
}

#connect-with-unikom .term .title {
    font-weight: bold;
    font-size: 24px;
}

#connect-with-unikom .term .desc {
    display: block;
    color: #0A62A9;
    font-weight: bold;
    font-size: 22px;
    margin-top: 5px;
    line-height: 30px;
}

.icon-chat {
    background-image: url('../../img/icon/chat.png') !important;
}

.icon-fb {
    background-image: url('../../img/icon/fb.png') !important;
}

.icon-ig {
    background-image: url('../../img/icon/ig.png') !important;
}

.icon-wa {
    background-image: url('../../img/icon/wa.png') !important;
}

.icon-snackvideo {
    background-image: url('../../img/icon/snackvideo.png') !important;
}

.icon-helo {
    background-image: url('../../img/icon/helo.png') !important;
}

.icon-youtube {
    background-image: url('../../img/icon/youtube-icon.png') !important;
}

.icon-linkedin {
    background-image: url('../../img/icon/linkedin-icon.png') !important;
}

.icon-twitter {
    background-image: url('../../img/icon/twitter-icon.png') !important;
}
.icon-tiktok {
    background-image: url('../../img/icon/tiktok-icon.png') !important;
}
.icon-google {
    background-image: url('../../img/icon/google-icon.png') !important;
}
.icon-line {
    background-image: url('../../img/icon/line-icon.png') !important;
}

/* ======================================== End of Section Connect with UNIKOM */

/* ---------------------------------------- Section Our Community */
#our-community .card {
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 50px;
    padding: 5px 5px 30px 5px;
    z-index: 1;
    transition: .5s;
}

#our-community .card .img {
    background: #000;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 45px 0px 0px;
    height: 150px;
    background-size: cover;
    background-position: center;
}

#our-community .card .title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    color: #0A62A9;
}

#our-community {
    position: relative;
    z-index: 0;
}

/* ======================================== End of Section Our Community */

/* ---------------------------------------- Section Research and Development */
#research-and-development .card {
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 50px;
    padding: 5px 5px 30px 5px;
    height: 370px;
    z-index: 1;
    transition: .5s;
}

@media (max-width: 991px) {
    #research-and-development .card {
        background: #FFFFFF;
        box-shadow: 0px 14px 20px rgb(0 0 0 / 5%);
        border-radius: 0px 50px;
        padding: 5px 5px 30px 5px;
        z-index: 1;
        height: 100%;
    }

    #research-and-development .card .title {
        font-size: 24px !important;
    }
}

#start-your-success .card:hover,
#akreditasi .card:hover,
#our-community .card:hover,
#research-and-development .card:hover {
    transition: .5s;
    transform: scale(1.1);
    cursor: pointer;
}

#research-and-development .card .img {
    background: #000;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 45px 0px 0px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

#research-and-development .card .title {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#research-and-development p {
    margin: 5px 10px 0px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #7e7e7e;
}

#research-and-development {
    position: relative;
    z-index: 0;
}

.triangle-left {
    width: 0;
    height: 0;
    border-bottom: 400px solid rgba(255, 255, 255, 0.1);
    border-right: 70vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.triangle-right {
    width: 0;
    height: 0;
    border-bottom: 600px solid rgba(255, 255, 255, 0.1);
    border-left: 50vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* ======================================== End of Section Research and Development */


/* ---------------------------------------- Section Rector */
#rector {
    position: relative;
}

#rector .bg-primary {
    border-radius: 60px;
    background-image: url('../../img/svg/mask-left.svg'), url('../../img/svg/mask-right.svg');
    background-size: 100%, 60%;
    background-repeat: no-repeat, no-repeat;
    background-position: top, right;
}

#rector p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #fff3e0;
    padding: 0;
}

#rector img {
    /*box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);*/
    /*border-radius: 0px 45px 0px 0px;*/
    position: absolute;
    top: -80px;
    width: 350px;
    height: 350px;
}

#rector .box {
    position: absolute;
    top: 300px;
    margin-left: 20px;
    color: #FFF;
}

@media (max-width: 991px) {
    #rector p {
        padding: 10px 25px;
    }

    #rector img {
        position: relative;
        top: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #rector .box {
        position: initial;
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#rector .social-media {
    display: flex;
    align-content: center;
    justify-content: center;
}

#rector a {
    font-size: 28px;
    margin-left: 15px;
    color: #FFFFFF !important;
    transition: .5s;
}

#rector a:hover {
    color: #4183c4 !important;
    transition: .5s;
}

#rector h3 {
    font-size: 16px;
}

/* ======================================== End of Section Rector */

/* ---------------------------------------- Helper */
.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-5 {
    margin-left: 50px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-5 {
    margin-right: 50px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.pl-5 {
    padding-left: 50px !important;
}

.pr-1 {
    padding-right: 10px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.pr-5 {
    padding-right: 50px !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.p-6 {
    padding: 60px !important;
}

.p-7 {
    padding: 70px !important;
}

.p-8 {
    padding: 80px !important;
}

.p-9 {
    padding: 90px !important;
}

.p-10 {
    padding: 100px !important;
}

/* ======================================== End of Helper */

/* PMB */
#testimoni {

}

.swiper {
    padding-bottom: 50px !important;
}

#testimoni .card {
    background: #FFFFFF;
    box-shadow: 0px 27px 28px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 25px;
    margin: 20px;
    margin-bottom: 30px;
}

#testimoni img {
    margin-bottom: 25px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

#testimoni p.desc {
    color: #293052;
    line-height: 30px;
    font-size: 18px;
    min-height: 300px;
}

#testimoni hr {
    border: 0px;
    border-bottom: 1px dashed #DBDBDB;
}

#testimoni h3, #testimoni p.title {
    text-align: center;
}

#testimoni h3 {
    font-size: 24px;
    color: #293052;
    margin-bottom: 10px;
}

#testimoni p.title {
    font-size: 16px;
    color: #C5C5C5;
    margin: 0;
}

/* Prestasi */
#prestasi p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #7E7E7E;
    text-align: justify;
}

#prestasi .graph {
    display: flex;
    text-align: center;
}

#prestasi .graph .card {
    margin-right: 50px;
}

#prestasi .badge {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: #7E7E7E;
    text-align: center;
}

#prestasi .card p {
    font-size: 18px;
    line-height: 150%;
    color: #7E7E7E;
}

#prestasi .card-prestasi {
    position: relative;
}

#prestasi .card-prestasi img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    height: 300px;
}

#prestasi .card-prestasi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    border-radius: 8px;
    background-color: rgba(9, 86, 149, 0.4);
    z-index: 1;
}

#prestasi .card-prestasi.h-custom img {
    height: 400px;
}

#prestasi .card-prestasi.h-custom:before {
    height: 400px;
}

#prestasi .caption {
    font-size: 24px;
    padding: 30px;
    background: none;
    z-index: 3;
}

#prestasi .caption strong {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#prestasi .caption span {
    display: block;
}

/* Fasilitas */
#fasilitas {
    background: url('../../img/fasilitas/bg-tour.webp') rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: overlay;
    color: #fff;
    text-align: center;
    padding: 130px 0px;
}

#fasilitas h1 {
    font-size: 38px;
    font-weight: bold;
}

#fasilitas p {
    font-size: 20px;
    font-weight: normal;
}

#fasilitas button {
    width: 250px;
}

.border-white {
    border-color: white;
    color: white;
}

#instagram {
    position: relative;
    z-index: 0;
}

#instagram img {
    border: 5px solid #F5F9FC;
    border-radius: 15px;
}


/* Shine */
.shine:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-30deg);
    animation-name: shine;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
    );
}

@keyframes shine {
    0% {
        left: -100;
        top: 0;
    }
    50% {
        left: 120px;
        top: 0px;
    }
    100% {
        left: 290px;
        top: 0;
    }
}

.right.menu.pmb a {
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}

.right.menu.pmb .item:hover a {
    background: #0c406d !important;
    color: #fff !important;
}

/* ---------------------------------------- Section Research and Development */
#akreditasi .card {
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 50px;
    padding: 5px 5px 30px 5px;
    z-index: 1;
    transition: .5s;
}

#akreditasi .img:after {
    content: ' ';
    background: url(../../img/akreditasi/unggul.webp) no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: 100%;
    right: 15px;
    bottom: 100px;
}

#akreditasi .img {
    background-position: top left;
    background-repeat: no-repeat;
}

#akreditasi .card:hover {
    transition: .5s;
    transform: scale(1.02);
    cursor: pointer;
}

#akreditasi .card .img {
    background: #000;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0px 45px 0px 0px;
    height: 250px;
    background-size: cover;
    background-position: center;
}

#akreditasi .card .title {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
}

#akreditasi p {
    margin: 15px 10px 0px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #7e7e7e;
}

#akreditasi {
    position: relative;
    z-index: 0;
}

/* Flex */
.flex-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

@media (max-width: 991px) {
    .flex-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end !important;
    }

    .flex-container a {
        width: 100%;
        display: block;
        text-align: center;
    }
}

