/* Breadcrumbs */
.section-title-bc {
    text-align: left;
    padding-bottom: 30px;
    color: white;
}

.section-title-bc h2 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 100px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 375px) and (max-width:424px) {
    .section-title-bc h2 {
        font-size: 19pt;
        font-weight: 800;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title-bc h2 {
        font-size: 19pt;
        font-weight: 800;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .section-title-bc h2 {
        font-size: 28pt;
        font-weight: 800;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 0px;
        padding-left: 30px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

.section-title-bc h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 5px;
    background: #FDD100;
    bottom: 0;
    left: calc(0% - -100px);
    border-radius: 5px;
}

@media screen and (min-width: 375px) and (max-width:424px) {
    .section-title-bc h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 4px;
        background: #FDD100;
        bottom: 0;
        left: calc(3% - 0px);
        top: calc(100% - -10px);
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title-bc h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 4px;
        background: #FDD100;
        bottom: 0;
        left: calc(3% - 0px);
        top: calc(100% - -10px);
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .section-title-bc h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 90px;
        height: 5px;
        background: #FDD100;
        bottom: 0;
        left: calc(5% - 0px);
        top: calc(100% - -10px);
    }
}

.section-title-bc p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 375px) and (max-width:767px) {
    .section-title-bc p {
        font-size: 8pt;
        padding-left: 10px;
        position: relative;
        padding-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .section-title-bc p {
        font-size: 10pt;
        padding-left: 30px;
        position: relative;
        padding-top: 20px;
    }
}



.section-title-bc-2 {
    text-align: left;
    padding-bottom: 30px;
    color: white;
}

.section-title-bc-2 h2 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 100px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title-bc-2 h2 {
        font-size: 19pt;
        font-weight: 800;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .section-title-bc-2 h2 {
        font-size: 28pt;
        font-weight: 800;
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 0px;
        padding-left: 30px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}


.section-title-bc-2 button {
    transform: translate(100px, -20px);
    font-weight: 800;
}


@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title-bc-2 button {
        transform: translate(10px, 10px);
        font-weight: 800;
        font-size: 7pt;
        padding: 2px 5px 2px 5px;
        border-radius: 0.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .section-title-bc-2 button {
        transform: translate(30px, 10px);
        font-weight: 800;
        font-size: 11pt;
        padding: 4px 10px 4px 10px;
        border-radius: 0.2rem;
    }
}

.section-title-bc-2 .btn-warning:hover {
    color: white;
    background-color: #015850;
    border-color: #015850;
}

.section-title-bc-2 i {
    display: none;
}

.section-title-bc-2 i:hover {
    display: contents!important;
    position: absolute;
    opacity: 0;
    top: 3px;
    right: 10px;
    transition: 0.5s;
    
}

/* Section After Breadcrumbs */
.container-after-bc {
    border-radius: 20px;
    transform: translate(0px, -250px);
    margin-bottom: 8rem;
}

@media screen and (min-width: 375px) and (max-width:424px) {
    .container-after-bc {
        border-radius: 20px;
        transform: translate(0px, -65px);
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .container-after-bc {
        border-radius: 20px;
        transform: translate(0px, -90px);
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .container-after-bc {
        border-radius: 20px;
        transform: translate(0px, -120px);
    }
}


@media screen and (min-width: 997px) and (max-width:1199px) {
    .container-after-bc {
        border-radius: 20px;
        transform: translate(0px, -150px);
    }
}

/* Breadcrumbs Card */
.breadcrumbs-card .card {
    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
    background-color: white;
    border: 0px solid rgba(0, 0, 0, .125);
    box-shadow: 2px 0px 40px #00000042;
    border-radius: 20px;
    transform: translate(0px, -160px);
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .breadcrumbs-card .card {
        transform: translate(0px, -60px);
        border-radius: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .breadcrumbs-card .card {
        transform: translate(0px, -80px);
        border-radius: 10px;
    }
}


@media screen and (min-width: 997px) and (max-width:1199px) {
    .breadcrumbs-card .card {
        transform: translate(0px, -100px);
        border-radius: 10px;
    }
}

.breadcrumbs-card ul {
    list-style: none;
}

.breadcrumbs-card ul li::before {
    content: "\2022";
    color: #015850;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.breadcrumbs-card .card-body {
    padding: 30px;
    border-radius: 20px;
    background-color: white;
}

.breadcrumbs-card .card-title {
    font-size: 24pt;
    color: #015850;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .breadcrumbs-card .card-title {
        font-size: 11pt;
        color: #015850;
    }
}


@media screen and (min-width: 768px) and (max-width:996px) {
    .breadcrumbs-card .card-title {
        font-size: 11pt;
        color: #015850;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .card-text {
        font-size: 8pt;
        color: #015850;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .card-text {
        font-size: 10pt;
        color: #015850;
    }
}

.breadcrumbs-card .card-text a {
    color: #015850;
    font-weight: 800;
    font-style: italic;
}

.card-bc {
    width: 58rem;
    border-radius: 20px;
}

@media screen and (min-width: 375px) and (max-width:767px) {
    .card-bc {
        width: 23rem;
        border-radius: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .card-bc {
        width: 40rem;
        border-radius: 20px;
    }
}

@media screen and (min-width: 997px) and (max-width:1199px) {
    .card-bc {
        width: 50rem;
        border-radius: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .card-bc {
        width: 69rem;
        border-radius: 20px;
    }
}


/* Section Title */
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title h2 {
        font-size: 18pt;
        font-weight: 800;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

.section-title-dark {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title-dark h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Open Sans", sans-serif;
  }
  
  .section-title-dark h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 6px;
    background: #332C2B;
    bottom: 0;
    left: calc(50% - 50px);
    border-radius: 10px;
  }  

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title-dark h2 {
        font-size: 18pt;
        font-weight: 800;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 6px;
    background: #FDD100;
    bottom: 0;
    left: calc(50% - 50px);
    border-radius: 10px;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .section-title h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 100px;
        height: 4px;
        background: #FDD100;
        bottom: 0;
        left: calc(50% - 50px);
        border-radius: 10px;
    }
}

/* youtube */

.youtube-frame {
    width: 1000px;
    height: 480px;
    border-radius: 20px;
}

@media screen and (min-width: 375px) and (max-width:424px) {
    .youtube-frame {
        width: 320px;
        height: 180px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .youtube-frame {
        width: 360px;
        height: 200px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .youtube-frame {
        width: 650px;
        height: 350px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 997px) and (max-width:1199px) {
    .youtube-frame {
        width: 820px;
        height: 350px;
        border-radius: 10px;
    }
}

.card-filsafat {
    margin-left: 8rem;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .card-filsafat {
        margin-left: 0rem;
    }
}

/* Fakultas Homepage */




.fakultas {
    padding-top: 30px;
    background-color: #F2F2F2;
}

.fakultas-card {
    margin-top: -20px;
}

.fakultas-card .row {
    margin-top: 30px;
}


#fakultas .card {
    border-radius: 15px;
}

#fakultas .card-img {
    border-radius: 15px;
}

#fakultas .card-text {
    color: white;
    font-size: 15pt;
    font-weight: 800;
    padding: 5px 15px;
}



@media screen and (min-width: 375px) and (max-width:767px) {
    #fakultas .card-text {
        color: white;
        font-size: 8pt;
        font-weight: 800;
        padding: 0px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    #fakultas .card-text {
        color: white;
        font-size: 12pt;
        font-weight: 800;
        padding: 0px 0px;
    }
}

.fakultas-responsive {
    padding-top: 30px;
    background-color: #F2F2F2;
}

@media screen and (min-width: 996px) {
    .fakultas-responsive {
        display: none !important;
    }
}

#fakultas .btn {
    margin-top: 15px;

}

@media screen and (min-width: 375px) and (max-width:768px) {
    #fakultas .btn {
        margin-top: 15px;
        font-size: 8px;
        padding: 2px 4px;
    }
}

.inform-us {
    margin-bottom: 30px;
    max-width: 90rem;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .inform-us {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .inform-us {
        display: none !important;
    }
}


@media screen and (min-width: 1199px) {
    .inform-us-mobile {
        display: none !important;
    }
}


.inform-us-mobile {
    /* height: 47rem; */
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    border: 0px;
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .inform-us-mobile {
        height: 30rem;
        margin-bottom: 30px;
        padding: 20px;
        border-radius: 20px;
        border: 0px;
    }
}

.inform-us .cta-title {
    color: white;
    font-weight: 800;
    font-size: 12pt;
}

.inform-us .control-label {
    color: white;
    font-size: 9pt;
}

.inform-us input[type="text"],
select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 8pt;
}

.inform-us .form-check {
    font-size: 9pt;
}


.inform-us-mobile .cta-title {
    color: white;
    font-weight: 800;
    font-size: 12pt;
}

.inform-us-mobile .control-label {
    color: white;
    font-size: 9pt;
}

.inform-us-mobile input[type="text"],
select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 8pt;
}

.inform-us-mobile .form-check {
    font-size: 9pt;
}

.bg-green-gradient {
    background: rgb(1, 167, 149) !important;
    background: linear-gradient(0deg, rgba(1, 167, 149, 1) 0%, rgba(1, 133, 119, 1) 100%) !important;
}

.btn-inform-us {
    background-color: #015850;
    border: 0px;
}
@media screen and (min-width: 375px) and (max-width:768px) {
    .table-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width:2000px) {
    .table-mobile {
        display: none;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .table-biaya-desktop {
        display: none;
    }
}

.table-biaya-mobile {
    padding: 0px 10px;
}

@media screen and (min-width: 768px) and (max-width:996px) {
    .table-biaya-mobile {
        display: none;
    }
}

/* Beasiswa */

@media screen and (min-width: 375px) and (max-width:768px) {
    .card-beasiswa {
        width: 23rem;
        border-radius: 20px;
    }
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .cb-beasiswa {
        height: auto;
        width: auto;
    }
}


button.close-resp {
    border: 0 none !important;
    color: white;
    background: transparent;
    display: inline-block;
    float: right;
    font-size: 34px;
    height: 40px;
    line-height: 1;
    margin: 0px 1px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    vertical-align: top;
    /* width: 46px; */
    transform: translate(-5px, 45px);
    margin-top: -40px;
}

button.close {
    border: 0 none !important;
    color: #020202;
    background: transparent;
    display: inline-block;
    float: right;
    font-size: 34px;
    height: 40px;
    line-height: 1;
    margin: 0px 1px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    vertical-align: top;
    /* width: 46px; */
}



.login-modal label {
    font-size: 8pt;
    color: #020202;
}

.inform-modal label {
    font-size: 8pt;
    color: #020202;
}

.mc-rounded {
    border-radius: 0.7rem;
}

.mc-img-rounded {
    border-radius: 0.7rem 0px 0px 0.7rem;
}

.mc-img-rounded-resp {
    border-radius: 0.7rem 0.7rem 0px 0px;
}

.btn-submit-modal-login {
    color: #fff;
    background-color: #015850;
    border-color: #015850;
    padding: 1px 10.4rem;
    font-size: 9pt;
    font-weight: 700;
}


.btn-submit-modal {
    color: #fff;
    background-color: #015850;
    border-color: #015850;
    padding: 5px 10.4rem;
    font-size: 9pt;
    font-weight: 700;
}

@media screen and (min-width: 375px) and (max-width:424px) {
    .btn-submit-modal {
        color: #fff;
        background-color: #015850;
        border-color: #015850;
        padding: 5px 8rem;
        font-size: 9pt;
        font-weight: 700;
    }
}

@media screen and (min-width: 375px) and (max-width:767px) {
    .btn-submit-modal {
        color: #fff;
        background-color: #015850;
        border-color: #015850;
        padding: 5px 9.5rem;
        font-size: 9pt;
        font-weight: 700;
    }
}

@media screen and (min-width: 768px) and (max-width:1000px) {
    .btn-submit-modal {
        color: #fff;
        background-color: #015850;
        border-color: #015850;
        padding: 5px 12.5rem;
        font-size: 9pt;
        font-weight: 700;
    }
}



.forgot-password {
    color: #015850;
    font-size: 12px;
    font-weight: 700;
}

.register {
    color: #015850;
    font-size: 12px;
    font-weight: 700;
}


.register span {
    color: #020202;
    font-size: 12px;
    font-weight: 400;
}

/* Modal Fakultas */

@media screen and (min-width: 375px) and (max-width:768px) {
    .modal-detail-lg {
        max-width: 65rem;
    }
}

.modal-detail-lg {
    max-width: 70rem;
}

.img-fakultas {
    max-width: 8rem;
    position: absolute;
    bottom: 0;
    left: 9rem;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .img-fakultas {
        max-width: 8rem;
        position: absolute;
        bottom: 0;
        left: 2rem;
    }
}

.img-fakultas-lg {
    max-width: 12rem;
    position: absolute;
    bottom: 0;
    left: 6rem;
}

@media screen and (min-width: 375px) and (max-width:768px) {
    .img-fakultas-lg {
        max-width: 9rem;
        position: absolute;
        bottom: 0;
        left: 1rem;
    }
}

.bg-ekonomi {
    background: rgb(253, 210, 4);
    background: linear-gradient(165deg, rgba(253, 210, 4, 1) 0%, rgba(255, 233, 132, 1) 100%);
}

.bg-hukum {
    background: rgb(155, 3, 2);
    background: linear-gradient(165deg, rgba(155, 3, 2, 1) 0%, rgba(195, 104, 103, 1) 100%);
}

.bg-sosial {
    background: rgb(240, 240, 240);
    background: linear-gradient(165deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-teknik {
    background: rgb(35, 43, 89);
    background: linear-gradient(165deg, rgba(35, 43, 89, 1) 0%, rgba(102, 108, 140, 1) 100%);
}

.bg-filsafat {
    background: rgb(205, 205, 205);
    background: linear-gradient(165deg, rgba(205, 205, 205, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-industri {
    background: rgb(242, 155, 42);
    background: linear-gradient(165deg, rgba(242, 155, 42, 1) 0%, rgba(241, 207, 162, 1) 100%);
}

.bg-sains {
    background: rgb(4, 166, 228);
    background: linear-gradient(165deg, rgba(4, 166, 228, 1) 0%, rgba(168, 232, 255, 1) 100%);
}

.btn-close-detail {
    margin-left: 15px;
}

.btn-more {
    font-size: 10pt;
}

.img-navbar-mobile {
    width: 10rem;
    padding-left: 20px;
}

@media screen and (min-width: 1199px){
    .img-navbar-mobile {
        display: none;
    }
}

.icon-nav-mobile {
    font-size: 20px !important;
}

@media screen and (min-width: 1199px){
    .icon-nav-mobile {
        display: none!important;
    }
}

.footer-nav-mobile {
    padding-left: 10px;
}

@media screen and (min-width: 1199px){
    .footer-nav-mobile {
        display: none!important;
    }
}

@media screen and (min-width: 1199px){
    .copyright-nav {
        display: none!important;
    }
}

@media screen and (min-width: 1199px){
    .header-nav-mobile {
        display: none!important;
    }
}

.i-socmed-nav-mobile {
    padding: 10px !important;
}

.card-text .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}

.card-modal-detail .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}

.img-icon-cta {
    max-width: 25rem;
    position: absolute;
    bottom: 0;
    left: 1rem;
}


/*--------------------------------------------------------------
# Mahasiswa Asing Card
--------------------------------------------------------------*/
.card-mahasiswa-asing .card {
    border: 0px solid rgba(0, 0, 0, .125)
}

.card-mahasiswa-asing h4 {
    font-weight: 800;
    font-size: 21pt;
    color: #262626;
}

@media screen and (min-width: 375px) and (max-width:767px) {
    .card-mahasiswa-asing h4 {
        font-weight: 800;
        font-size: 12pt;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .card-mahasiswa-asing h4 {
        font-weight: 800;
        font-size: 12pt;
    }
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
    .card-mahasiswa-asing h4 {
        font-weight: 800;
        font-size: 14pt;
    }
}

@media screen and (min-width: 375px) and (max-width:767px) {
    .card-mahasiswa-asing p {
        font-size: 10pt;
        color: #444444;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .card-mahasiswa-asing p {
        font-size: 9pt;
        color: #444444;
    }
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
    .card-mahasiswa-asing p {
        font-size: 10pt;
        color: #444444;
    }
}

@media screen and (min-width: 375px) and (max-width:991px) {
    .card-mahasiswa-asing br {
        display: none;
    }
}


.dot {
    content: '';
    height: 3.5rem;
    width: 3.5rem;
    background-color: #fcd000;
    border-radius: 50%;
    display: inline-block;
    transform: translate(0px, 50px);
    position: relative;
    z-index: 1;
    padding: 3px;
  }

  .alphabet-title {
    padding: 4px 15px;
    color: white;
    font-weight: 600;
    font-size: 24pt;
  }

  .card-mahasiswa-asing {
    border: 0px solid rgba(0, 0, 0, .125);
    box-shadow: 7px 7px 25px #00000042;
    padding: 31px;
    border-top: 9px solid #015850;
    border-radius: 1rem;
    margin: 1vh 4vh;
    height: 20rem;
  }

  @media screen and (min-width: 475px) and (max-width:575px) {
    .card-mahasiswa-asing {
        height: 18rem;
    }
}

@media screen and (min-width: 575px) and (max-width:767px) {
    .card-mahasiswa-asing {
        height: 15rem;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .card-mahasiswa-asing {
        height: 11rem;
    }
}

@media screen and (min-width: 992px) and (max-width:1023px) {
    .card-mahasiswa-asing {
        height: 18rem;
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .card-mahasiswa-asing {
        height: 23rem;
    }
}