body {
  font-family: Raleway, 'sans serif';
}
li {
  font-size: 14px;
  font-weight: 500;
}
p {
  font-size: 14px;
  font-weight: 500;
}
h2 {
  font-size: 26px;
  color: #303EAC;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  margin-bottom: 3rem;
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 50px;
  border-bottom: 3px solid #E6212A;
}
h2 b {
  font-weight: 900;
}
h4 {
  font-size: 22px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
img {
  width: 100%;
}
main {
  min-height: 100vh;
}

/* break flex row */
.flex-basis-100 {
  flex-basis: 100%;
}

.jumbotron {
  margin-bottom: 0rem;
}

/* Custom Slick Slide Arrow */
.custom-slick-arrow {
  color: #00000080;
  font-size: 28px;
  position: absolute;
  top: 50%;
  line-height: 0;
  cursor: pointer;
}
.custom-slick-arrow.fa-chevron-left {
  left: -25px;
}
.custom-slick-arrow.fa-chevron-right {
  right: -25px;
}
.custom-slick-arrow:hover {
  color: #303EAC;
}

/* Contact Top */
.contact-top {
  background: #303EAC;
  height: 32px;
}
.contact-top li {
  margin-left: auto 1rem;
  margin-right: 20px;
}
.contact-top li a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}
.contact-top li img {
  width: 16px;
  margin-right: 4px;
}
.contact-top .dropdown-menu {
  min-width: unset;
}
.contact-top a.dropdown-item {
  color: #000000;
  padding: .25rem 1rem;
}
.contact-top .dropdown-item img {
  width: initial;
  margin-right: .3rem;
}
.contact-top .nav-link {
  margin-right: -24px;
  margin-top: -3px;
}
.contact-top .link {
  font-weight: 500;
}

/* Navbar */
.navbar {
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  display: flex;
}
.navbar-brand h1 {
  margin-left: 16px;
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #9D9D9D;
}
.navbar-brand span {
  font-weight: bold;
  color:#212121;
  font-size: 18px;
}
.navbar-brand img {
  width: 75%;
  object-fit: scale-down;
}
.nav-link {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 8px 0px 8px;
  color: rgb(66, 66, 66) !important;
}
.navbar a:hover {
  color: #303EAC !important;
}
.navbar .dropdown-menu {
  min-width: max-content;
}
.navbar .dropdown-menu .nav-item .nav-link{
  font-weight: 500;
  text-align: center;
}
.active .nav-link {
  color: #303EAC !important;
  font-weight: 800;
}

/* Search Input */
.search-btn {
  display: none;
}
.search-wrapper {
  display: block;
  position: initial;
}
.search-wrapper .form-inline .input-group {
  width: 100%;
}
.search-wrapper .form-inline .input-group-prepend {
  display: none;
}

/* Carousel */
.carousel .batasjudulcarousel {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.carousel .batasisicarousel {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel-caption {
  height: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0);
  backdrop-filter: blur(4px);  
  text-align: center;
  padding: 0px 215px 0px 215px;
}
.carousel p {
  margin-top: -8px;
}
.carousel-item img {
  height: 420px;
}

/* Akreditasi */
.akreditasi {
  background: #303EAC;
}
.akreditasi h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 0rem;
}
.akreditasi h2:after {
  content: unset;
}
.akreditasi p {
  margin: 0;
  line-height: 1.1;
}
.akreditasi-item {
  display: flex !important;
  align-items: center;
  justify-content: left;
  background-color: #ffffff;
  color: #303EAC;
  border-radius: .80rem;
  margin: 0 .5rem;
}
.akreditasi-item div {
  padding: 1rem;
}
.akreditasi-item .akreditasi-left {
  position: relative;
}
.akreditasi-item .akreditasi-left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  border-right: 2px solid #E6212A;
}
.akreditasi-item .small-text {
  font-size: 9px;
  margin-bottom: .5rem;
}
.akreditasi-item .nilai-akreditasi {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
/* .akreditasi-item .akreditasi-right {
  padding-right: 2rem;
} */
.akreditasi-item .akreditasi-right a:hover{
  text-decoration: none;
}
.akreditasi-item .akreditasi-right .batasprodi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.akreditasi-item .jenjang {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: .7rem;
}
.akreditasi-item .prodi {
  color: #303EAC;
  font-size: 20px;
  font-weight: 300;
}
/* center item */
.akreditasi-item.slick-center {
  margin-top: -.5rem;
}
.akreditasi-item.slick-center .small-text {
  font-size: 14px;
  margin-bottom: .5rem;
}
.akreditasi-item.slick-center .nilai-akreditasi {
  font-size: 62px;
  font-weight: 700;
  text-align: center;
}
.akreditasi-item.slick-center .jenjang {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: .5rem;
}
.akreditasi-item.slick-center .prodi {
  color: #303EAC;
  font-size: 20px;
  font-weight: 300;
}
.akreditasi-item.slick-center .prodi:hover {
  color: #CA161F;
  font-size: 20px;
  font-weight: 300;
}
.akreditasi .slick-list {
  padding: 1rem !important;
  max-width: 90%;
}
.akreditasi .custom-slick-arrow {
  color: #d6ddff;
}
.akreditasi .custom-slick-arrow:hover {
  color: #d6ddff;
}

/* Berita */
.batasdua {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.batastiga {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.link_berita .batasjudulinfoakademik {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.link_berita .batasisiinfoakademik {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.berita .batasjuber {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.berita .batasisiberita {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.berita {
  border-bottom: 8px solid #F5F5F5;
}
.berita h5 {
  font-size: 18px;
  font-weight: 700;
}
.berita p {
  font-size: 14px;
  font-weight: 500;
}

.button-lihatsemua a {
  color:  #303EAC;
  font-weight: 600;
  border: 1px solid #303EAC;
}
.button-lihatsemua a:hover {
  color: #ffffff;
  background-color: #303EAC;
  border: 1px solid #303EAC;
}

/* Card */
.card {
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0px -2px 4px rgba(33, 33, 33, 0.05), 0px 2px 4px rgba(33, 33, 33, 0.1);
}
.card a {
  color: #212121;
  text-decoration: none;
}
.card a:hover {
  color: #303EAC;
}
small {
  font-size: 14px;
  font-weight: 300;
}



/* Agenda */
.agenda .batasjudulagenda {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.agenda .card-text:first-of-type {
  padding: 1rem 0;
  border-top: 1px solid #9D9D9D;
  border-bottom: 1px solid #9D9D9D;
}
.agenda .date {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 800;
}
.agenda .card-text span {
  font-weight: 500;
}
.agenda .card-text small {
  color: #5F5F5F;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.agenda i {
  color: #5F5F5F;
  font-size: 14px;
  margin-right: .5rem;
}
.agenda i.bi-geo-alt-fill {
  margin-left: 16px;
  margin-right: .5rem;
}
/* Ormawa */
.ormawa {
  background-color: #F5F5F5;
}
.ormawa h2 {
  line-height: 1.5;
}
.ormawa h2::after {
  content: unset;
}
.ormawa-item {
  background-color: #ffffff;
  max-width: 320px;
  border-radius: .5rem;
  margin: 0 .8rem;
}
.ormawa-logo img {
  display: initial;
  width: initial;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 0.8rem #f5f5f5;
  margin-top: -50px;
  padding: 8px;
}
.ormawa-body {
  padding: 2rem;
}
.ormawa-body i {
  margin-right: .3rem;
}
.ormawa-item h5 {
  color: #303EAC;
  font-weight: 800;
  padding-bottom: 1rem;
  border-bottom: 1px solid #303EAC;
}
.ormawa .slick-list {
  padding-top: 50px;
  max-width: 95%;
  margin: auto;
}
.ormawa .button-lihatormawa a {
  align-items: center;
  color:  #ffffff;
  background-color: #303EAC;
  font-weight: 600;
  border: 1px solid #303EAC;
}
.ormawa .button-lihatormawa a:hover {
  background-color: #232E6C;
}

/* Kerjasama */
.kerjasama {
  border-bottom: 8px solid #F5F5F5;
}
.kerjasama-item {
  width: 280px;
  margin: 0 .5rem;
}
.kerjasama .custom-slick-arrow {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  line-height: 0;
  cursor: pointer;
}
.kerjasama .custom-slick-arrow.fa-chevron-left {
  left: -25px;
}
.kerjasama .custom-slick-arrow.fa-chevron-right {
  right: -25px;
}
.kerjasama .custom-slick-arrow:hover {
  color: #ffffff;
}


/* Galeri */
.galeri {
  background-color: #f5f5f5;
}
.galeri h2 {
  margin-bottom: 1.5rem;
}
.galeri h2::after {
  content: unset;
}
.galeri-item {
  width: 195px;
  margin: 0 .8rem;
}
.galeri-item > div {
  position: relative;
  margin: 1.5rem 0;
}
.item-caption {
  background-color: #00000020;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .3s;
}
.item-caption p {
  font-weight: 800;
  position: absolute;
  top: 15%;
}
.galeri-item .item:hover .item-caption {
  opacity: 1;
  transition: .5s;
  cursor: pointer;
}
.galeri-item .item-bottom:hover .item-caption {
  opacity: 1;
  transition: .5s;
  cursor: pointer;
}
/* Galeri Lightbox */
.galeri-lightbox {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.galeri-lightbox .close-btn {
  position: absolute;
  right: .5%;
  top: 1%;
  font-size: 28px;
  background-color: #ffffff33;
  color: #fff;
  padding: .6rem;
  line-height: .6;
  border-radius: 100px;
  cursor: pointer;
}
.galeri-lightbox .close-btn:hover {
  background-color: #ffffff55;
}
.galeri-lightbox .img-wrapper {
  display: flex;
  height: 80vh;
  margin: 10vh;
  justify-content: center;
  align-items: center;
}
.galeri-lightbox img {
  max-height: 90vh;
  max-width: 90vh;
}

/* Google Maps */
.map-container{
  overflow:hidden;
  padding-bottom:40%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


.button-ig a {
  align-items: center;
  color:  #ffffff;
  background-color: #303EAC;
  font-weight: 600;
  border: 1px solid #303EAC;
}
.button-ig a:hover {
  color: #ffffff;
  background-color:  #232E6C;
}
.button-unduh a {
  color:  #ffffff;
  background-color: #303EAC;
  font-weight: 500;
  border: 1px solid #303EAC;
}
.button-unduh a:hover {
  background-color: #232E6C;
  font-weight: 500;
  border: 1px solid #303EAC;
}


.linejudul img {
  width: auto;
}
.beritapopuler img {
  width: auto;
}
.tentanglogo img {
  width: auto;
}
.marshymne img {
  width: auto;
}


.card-logo {
  text-align: center;
  text-align-last: center;
  padding: 40px;
  border-radius: 4px;
  min-height: 300px;
}
.card-logo .button-unduh a {
  color:  #ffffff;
  background-color: #303EAC;
  font-weight: 500;
  border: 1px solid #303EAC;
}


.link_pilihan a {
  color: black;
  text-decoration: none;
}
.link_pilihan a:hover {
  color: #303EAC;
}
.link_pilihan p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.link_layanan a {
  text-decoration: none;
}
.link_layanan a:hover {
  text-decoration: underline;
}
.link_berita a {
  color: black;
  text-decoration: none;
}
.link_berita a:hover {
  color: #303EAC;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 0rem;
  padding: 0rem;
}

.table td {
  vertical-align: middle;
}
.table thead {
  border-top: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}


/* Footer */
.footer {
  border-top: 4px solid  #303EAC;
  padding: 2rem 0 1rem;
}
.logo-footer h1 {
  margin-left: 16px;
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #9D9D9D;
}
.logo-footer span {
  font-weight: bold;
  color:#212121;
  font-size: 22px;
}
.logo-footer img {
  display: flex;
}

.footer p i {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.footer .social-logos {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center
}
.footer .social-logos a {
  color: #303EAC;
  font-size: 25px;
  margin: 1rem;
}
.footer h6 {
  font-size: 18px;
  font-weight: 700px
}
.footer a,
.footer .contact a p {
  font-size: 14px;
  font-weight: 500;
  color: #5F5F5F;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.footer .contact a p {
  width: 90%;
  margin: 0 .5rem;
}
.footer .contact li:last-child a {
  align-items: baseline;
}

/* Sub Footer */
.sub-footer {
  color: #ffffff;
  text-align: center;
  padding: 2px;
  background: #303EAC;
}
.sub-footer p {
  font-size: 12px;
  font-weight: 500;
}
.sub-footer p span {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
}

/* Responsive */
@media (min-width: 768px) {
  /* Search Input */
  .contact-top {
    height: 32px;
    background: #303EAC;
  }
  .navbar-collapse {
    position: relative;
  }
  .search-btn {
    display: none;
  }
  .search-wrapper {
    display: block;
    position: initial;
  }
  .search-wrapper .form-inline .input-group {
    width: 100%;
  }
  .search-wrapper .form-inline .input-group-prepend {
    display: none;
  }

  .bataslayanan {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .card-logo {
    text-align: center;
    text-align-last: center;
    padding: 40px;
    border-radius: 4px;
    min-height: 560px;
  }
}

@media (min-width: 576px) {
  /* .akreditasi-item {
    margin: 0 1.5rem;
  } */

  .kerjasama-item {
    margin: 0 1.5rem;
  }
  .galeri-item {
    margin: 0 1rem;
  }
  .flex-basis-100 {
    flex-basis: 0;
  }
}

@media (max-width: 576px) {
  .contact-top {
    display: none;
  }
}

@media (min-width: 992px) { 
  .search-btn {
    display: block;
  }
  .search-wrapper {
    display: none;
    position: absolute;
    width: 100%;
  }
  .search-wrapper .form-inline {
    justify-content: flex-end;
  }
  .search-wrapper .form-inline .input-group {
    width: 50%;
  }
  .search-wrapper .form-inline .input-group-prepend {
    display: block;
  }
  .card-logo {
    text-align: center;
    text-align-last: center;
    padding: 40px;
    border-radius: 4px;
    min-height: 460px;
  }
 }
