/**
* Template Name: Medilab - v4.10.0
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
breadcrumbs-new
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.flag-icon-background {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain
}

.flag-icon:before {
  content: "\00a0";
}

.dropdown-menu .flag-icon {
  margin-right: 5px;
}

.flag-icon-id {
  background-image: url(/fonts/id.svg);
}

.flag-icon-eg {
  background-image: url(/fonts/flags/eg.svg)
}

.flag-icon-us {
  background-image: url(/fonts/flags/us.svg)
}

.flag-icon-gb {
  background-image: url(/fonts/flags/gb.svg)
}


body {
  font-family: "Jost", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Jost", "Raleway", "sans-serif";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dded02;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: rgb(8, 1, 1);
  line-height: 0;
}

.back-to-top:hover {
  background: #f1f0bb;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* background: linear-gradient(90deg, #13357B, #13357B 37%, rgba(3,99,54,1) 100%);  height: 40px; */
  background-color: #050505;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  z-index: 996;
  font-family: "Jost", sans-serif;

}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #f9f6f6;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #f8e303;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #dee9f4;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #faca09;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background-color: #163872f1; */
  /* background-color: #06435b; */
  /* background-color: #0b6487; */
  background: linear-gradient(90deg, rgba(4, 53, 73, 1) 0%, rgba(13, 92, 122, 1) 46%, rgba(3, 99, 54, 1) 100%);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  color: var(--bs-white);
}

#header .container .logo a {
  /* color: var(--primary); */
  color: var(--bs-white);
}

#header.header-scrolled {
  top: 0;
  /* background: linear-gradient(90deg, rgba(22,56,114,1) 0%, rgba(19,53,123,1) 37%, rgba(3,99,54,1) 100%); */
  background: linear-gradient(90deg, rgba(4, 53, 73, 1) 0%, rgba(13, 92, 122, 1) 46%, rgba(3, 99, 54, 1) 100%);
}

#header .logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Jost", "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,

.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f5f506;
  border-bottom: 3px solid rgb(231, 228, 8);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #2c4964; */
  color: var(--dark);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.header-scrolled .mobile-nav-toggle {
  color: var(--bs-white);
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

/* #header.header-scrolled .navbar-mobile>ul>li>a>span,
#header.header-scrolled .navbar-mobile>ul>li>a>i,
#header.header-scrolled .dropdown.dropdown>ul>li>a>i,
#header.header-scrolled .navbar-mobile>.bi-chevron-down,
#header.header-scrolled .navbar-mobile>.dropdown>a>i

{
  color: #050505;
} */


.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 200px; */
  height: 100vh;
  /* background: url("../img/hero-bg.jpg") top center; */
  background: #c2f1cb;
  background-size: cover;
  margin-bottom: -200px;
  margin-top: 119px;
  position: relative;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero video::-webkit-media-controls {
  display: none;
}

#hero video {

  filter: opacity(80%);

}


@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  /* padding: 60px 0; */
  padding-top: 100px;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 60px);
}




.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
  background-color: #0c395571;
}

/*** breadcrumbs-new 2 **/

.breadcrumbs-new {
  min-height: 40px;
}

.breadcrumbs-new .container-fluid {
  /* background: linear-gradient(rgba(19, 53, 123, 0.7), rgba(19, 53, 123, 0.7)), 
  url('/img/gedung-unida-panjang.png'); */

  /*background: linear-gradient(  rgba(0, 0, 1, 0.6),  rgba(0, 0, 1, 0.7)), 
  url('/img/gedung-unida-panjang.png'); */

  background: linear-gradient(rgba(0, 0, 1, 0.297), rgba(0, 0, 1, 0.384)),
    url('/img/gedung-unida-panjang.png');


  height: 400px;
}

.breadcrumbs-new .section-title-2 {
  color: #fff;
}

.breadcrumbs-new .section-title-2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumbs-new .section-title-2::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid #fff !important;
}

.breadcrumbs-new .section-title-2::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid #fff !important;
}

.breadcrumbs-new .mx-auto h2 {
  color: rgb(237, 214, 4);
}


@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }

  .breadcrumbs-new {
    padding-top: 30px;
    min-height: 40px;
  }

  .breadcrumbs-new .container-fluid {
    background: linear-gradient(rgba(19, 53, 123, 0.7), rgba(19, 53, 123, 0.7)),
      url('/img/gedung-unida-panjang.png');
    height: 300px;
  }

}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c9f80e;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# faculty
--------------------------------------------------------------*/
.faculty {
  padding-top: 10px;
  position: relative;
  z-index: 100;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)), url('/img/background/back25.png');
  background-size: cover;
  background-repeat: no-repeat;

}


.faculty .content {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  color: rgb(0, 10, 2);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.faculty .content h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.faculty .content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background: #1bbd36;
  bottom: 0;
  /* left: calc(50% - 25px); */
}

.faculty .content p {
  margin-bottom: 30px;
  color: #111;
}

.faculty .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.faculty .content .more-btn i {
  font-size: 14px;
}

.faculty .content .more-btn:hover {
  color: #55b061;
  background: #fff;
}

.faculty .icon-boxes .icon-box {
  text-align: left;
  border-radius: 10px;
  background: rgb(253, 253, 253);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.faculty .icon-boxes .icon-box i {
  font-size: 40px;
  /* color: #1977cc; */
  color: #02a212;
  margin-bottom: 30px;
}

.faculty .icon-boxes .icon-box h4 a {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: rgb(0, 10, 2);
}

.faculty .icon-boxes .icon-box p {
  font-size: 15px;
  /* color: #848484; */
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faculty .icon-boxes .section-title {
  text-align: left;
  padding-bottom: 10px;
}

.faculty .icon-boxes .section-title h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.faculty .icon-boxes .section-title h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #1bbd36;
  bottom: 0;
  /* left: calc(50% - 25px); */
}


/* .icon-boxes-block::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
} */

/* .services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
} */

/* .icon-boxes-block {
  background: #fff;
}

.icon-boxes-block:hover {
  background: #d1830d;
} */


.faculty .icon-box-button {
  background: #fff;
  padding: 20px;
}

.faculty .icon-box-button h4 {
  text-align: left;
  color: #111;
}

.faculty .icon-box-button p {
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.faculty .btn-outline-success:hover {
  background: #c3f91f;
  color: #111;
}



.faculty .icon-box-button h4 {
  color: #111;
}

.faculty .icon-box-button {
  background: #fff;
  padding: 20px;
}

.faculty .icon-box-button p {
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.faculty .btn-outline-success:hover {
  background: #c3f91f;
  color: #111;
}

.faculty .accordion-body p,
.faculty .accordion-body li {
  font-size: 15px;
}

.faculty .accordion-body li a {
  color: #050505;
}

.faculty .accordion-body li a:hover {
  color: #2c55fa;
}

.faculty .accordion-collapse {
  background-color: #eff4f5;
}

.faculty .accordion-header button {
  font-family: "Raleway", sans-serif;
  font-family: "Jost", sans-serif;
  color: #171817;
  font-size: 20px;
  /* text-transform: uppercase; */
}

.faculty .accordion-header button.collapsed {
  color: #022f05;
  font-weight: 600;
  /* background-color: #f5f506; */
}

.faculty .accordion-header button.collapsed:hover {
  color: #06b8af;
}


/*-----------------------------------------------
# MBKM
------------------------------------------------ */


/* #mbkm .background-image {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), 
  url('/img/background/back24.png');
  background-size: cover;
  background-repeat: no-repeat;
} */


.mbkm .icon-box {
  margin-top: 10px;
}

.mbkm .mbkm-title {
  font-size: 28px;
  color: #6b0303;
  background-color: #b7daa7;
  padding: 10px;
  margin-bottom: 15px;

}

.mbkm .row {
  background: #eff6f2;
}

.mbkm .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.mbkm .icon-box .icon i {
  color: #1977cc;
  font-size: 26px;
}

.mbkm .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.mbkm .icon-box:hover .icon i {
  color: #fff;
}

.mbkm .icon-box .title {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.mbkm .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.mbkm .icon-box .title a:hover {
  color: #1977cc;
}

.mbkm .icon-box .description {
  margin-left: 50px;
  /* font-weight: 700; */
  margin-bottom: 10px;
  font-size: 16px;
}

#mbkm .icon-boxes p {
  font-size: 16px;
  color: black;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about .background-image {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url('/img/background/back4.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #014909;
  margin-bottom: 10px;
}

.about .icon-boxes p {
  font-size: 16px;
}

.about .icon-box {
  color: #050505;
  margin-top: 10px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 28px;
}

.about .icon-box .title a {
  /* color: #343a40; */
  color: #05579e;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 25px;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}

.about .video-box {
  background: url("/storage/image/Thumbnail-Video-Profil.jpeg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

#hymne .video-box-hymne {
  background: url("/storage/image/Thumbnail-Himne.jpeg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}




.about .icon-box-mbkm .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box-mbkm .icon i {
  color: #1977cc;
  font-size: 26px;
}

.about .icon-box-mbkm:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box-mbkm:hover .icon i {
  color: #fff;
}

.about .icon-box-mbkm .title {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box-mbkm .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box-mbkm .title a:hover {
  color: #1977cc;
}

.about .icon-box-mbkm .description {
  margin-left: 50px;
  /* font-weight: 700; */
  margin-bottom: 10px;
  font-size: 16px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background-image: linear-gradient(rgba(162, 170, 184, 0.9),
      rgba(162, 170, 184, 0.9)), url('/storage/image/gedung-unida-panjang.png');

  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #172238; */
  padding: 75px 0px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  /* background: #fafbf4; */
  opacity: 0.8;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #a4c355;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #050505;
  font-weight: bold;

}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
  margin-top: 50px;
  padding: 30px;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #02430c;
}

.departments .nav-link.active {
  color: #eef834;
  border-color: #1977cc;
  background: #294a01;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  /* justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5; */
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

/* .doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
} */

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #c6ef66;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#slider-agenda {
  background-color: #065f82c2;
}

.testimonials .testimonial-wrap {
  padding-left: 20px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* padding: 10px 10px 10px 10px; */
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  /* min-height: 230px; */
  min-height: 250px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: rgba(100, 155, 243, 0.742);
  border-radius: 10px;

}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  /* min-height: 230px;
  max-height: 230px; */
  /* left: -45px; */
  height: 280px;
  height: 300px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  display: none;
}

.testimonials .swiper-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 0;
    margin: 10px;
    min-height: 90px;
    border-radius: 10px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
    height: 200px;
  }

  .testimonials .swiper-pagination {
    /* margin-top: 10px; */
    display: none;
  }

  .testimonials .swiper-wrapper {
    margin-bottom: 0;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  /* background: linear-gradient(90deg, rgba(22,56,114,1) 0%, rgba(19,53,123,1) 37%, rgba(3,99,54,1) 100%); */
  background: linear-gradient(90deg, rgba(4, 53, 73, 1) 0%, rgba(13, 92, 122, 1) 46%, rgba(3, 99, 54, 1) 100%);
  text-align: left;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #d0d0d2;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  margin-bottom: 0;
  color: #3d3c3c;
  text-transform: lowercase;
}

#footer .footer-top .footer-contact h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Jost", "Raleway", sans-serif;
  color: #3d3c3c;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links h4 {
  font-size: 18px;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Jost", "Raleway", sans-serif;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  color: #050505;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #669102;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #c4e93e;
  color: #fff;
  text-decoration: none;
}

/* news */
/* ============== */

/* #news .background-image {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url('/img/background/back20.png');
  background-size: cover;
  background-repeat: no-repeat;
} */

.time-post {
  font-style: italic;
  font-size: 14px;
  color: #166ab5;
  /* font-family: "Raleway", sans-serif; */
}

.title-post {
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  color: #050505;
  padding-top: 10px;

}



/* Slider */

.main-banner {
  /* padding-top: 118; */
  padding-top: 0;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  /* background-color: rgba(0, 8, 4, 0.082); */
  /* background-color: rgb(185, 211, 14, 0.6); */
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 75%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 2px #434544;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
  color: #a8f52d;
  letter-spacing: 1px;
  text-shadow: 2px 2px #434544;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

@media screen and (max-width: 1180px) {

  .main-banner .caption h6 {
    font-weight: 600;
    font-size: 22px;
  }

  .main-banner .caption h2 {
    font-size: 22px;
  }

  #bg-video {
    min-width: 100%;
    min-height: 50vh;

    max-width: 100%;
    max-height: 50vh;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 600;
    font-size: 22px;
  }

  .main-banner .caption h2 {
    font-size: 22px;
  }

  #bg-video {
    min-width: 100%;
    min-height: 50vh;

    max-width: 100%;
    max-height: 50vh;
  }

  #footer .footer-top .footer-contact h4 {
    font-size: 20px;
    font-weight: 500;
  }

  #footer .footer-top .footer-contact p {
    font-size: 12px;
  }

  #footer .footer-top .footer-contact h6 {
    font-size: 14px;
  }

  .page-content #myTable_wrapper {
    font-size: 12px;
  }

}


/* Features */

section.features .col-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #074f6cdd;
  color: #fff;
  padding: 30px;
}

.features-content:hover {
  background-color: #f5a425;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}


.content-hide a:hover {
  color: #0852f3;
}

.features-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.features-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-align: center;
}

.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
}

.features-content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
  font-size: 16px;
}


@media screen and (max-width: 767px) {

  .features {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .features-content {
    padding: 15px;
    margin-top: 10px;
  }



  .features-content h4 {
    font-size: 14px;
  }

  .features-content p {
    display: none;
  }

  .features-content p.hidden-sm {
    display: block;
  }

  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}


@media (max-width: 995) {
  .features-content .content-show h4 i {
    display: none;
  }

}

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
  position: relative;
}

.guide .guide-item .guide-img .guide-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: -50px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--bs-primary);
  background: var(--bs-light);
  z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
  transform: scale(1.1);
}

.guide .guide-item .guide-title {
  position: relative;
  background: var(--bs-light);
  transition: 0.5s;
}

.guide .guide-item .guide-title::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
  height: 100%;
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
  position: relative;
  color: var(--bs-white) !important;
  z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4,
.guide .guide-item:hover .guide-title .guide-title-inner h5 {
  color: var(--bs-white);
}

.guide-title .guide-title-inner span {
  font-size: 14px;
}

.guide-title .guide-title-inner h4 a,
.guide-title .guide-title-inner h5 a {
  color: #050505;
}

.guide-title .guide-title-inner h4 a:hover,
.guide-title .guide-title-inner h5 a:hover {
  transition: 0.5s;
  color: rgb(248, 240, 10);
  font-size: 24px;
}

#sistem-informasi .guide .guide-item .guide-img-efects img {
  max-height: 200px;
  /* min-height: 200px; */
  object-fit: cover;
  object-position: 100% 0;
}

/*** DOSEN ***/

.dosen .guide-item {
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.dosen .input-group label,
.dosen .input-group select,
.dosen .input-group button,
.dosen .input-group input {
  font-size: 16px;
}

.dosen .guide-item .guide-img img {
  max-height: 300px;
  object-fit: cover;
  object-position: 100% 0;
}

.dosen .guide-item .guide-title .guide-title-inner p {
  font-size: 14px;
}

/** IMG ANIMATE **/

.grow img {
  transition: 1s ease;
}

.grow img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1s ease;
}

.circle img {
  transition: 1s ease;
}

.circle img:hover {
  border-radius: 50%;
  transition: 1s ease;
}

.rotate img {
  transition: 1s ease;
}

.rotate img:hover {
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
  transition: 1s ease;
}


.brighten img {
  filter: brightness(80%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.brighten img:hover {
  filter: brightness(100%);
}

.brighten50 img {
  filter: brightness(80%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.brighten50 img:hover {
  filter: brightness(100%);
}


/** TEXT ANIMATED **/

.wrapper {
  text-align: center;
}

.wrapper h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #095fab 10%, #25abe8 50%, #57d75b 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
  display: inline-block;
}



@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


/****/


.text-fill {
  background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  animation: reveal 3000ms ease-in-out forwards 200ms,
    glow 2500ms linear infinite 2000ms;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px #434544;

}

@keyframes reveal {
  80% {
    letter-spacing: 8px;
  }

  100% {
    background-size: 300% 300%;
    /* background-size: 100% 100%; */
  }
}

@keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff;
    text-shadow: 0 0 8px rgb(241, 176, 12);
  }
}

/** ============== **/

.why-unida .img-fluid {
  margin-top: -75px;
  border-radius: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: var(--bs-white);
}


.why-unida .content-inner:hover {
  position: relative;
  background: #03859c;
}

.why-unida .content-inner:hover h4,
.why-unida .content-inner:hover h6 {
  color: var(--bs-white) !important;
}

.why-unida .content-inner p {
  font-size: 14px;
  color: black;
}


.why-unida .content-inner h5 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  color: #166ab5;
}


.why-unida .why-desc h5 {
  font-size: 20px;
}

.why-unida .why-desc .why-detail h4 {
  font-size: 22px;
  color: #ec5e12;

}

.why-unida .why-desc .why-detail h6 {
  font-size: 18px;
  color: #050505;
  padding-left: 40px;
  font-weight: 200;
}


/*** END Why Unida ***/


/*** Profile Dosen ***/


.profile-dosen .section-title {
  padding-top: 50px;
}

.dosen-karya .content-inner img {
  max-height: 350px;
  object-fit: cover;
  object-position: 100% 0;
  width: 100%;
}

.profile-dosen .pakar {
  font-size: 15px;
  padding-top: 20px;
}

.profile-dosen .span-email {
  font-size: 15px;
  color: #166ab5;
}

.profile-dosen .card-title {
  font-size: 22px;
  font-weight: bold;
  color: #17568d;
}


.profile-dosen .social .btn-link {
  font-size: 14px;
  padding-left: 5px;
}

.profile-dosen .social .btn-link:hover {
  font-size: 14px;
  padding-left: 5px;
  color: red;
}


.dosen-karya .tab-class .tab-content table {
  font-size: 14px;
}

.dosen-karya .tab-class .tab-content table .btn-link {
  font-size: 14px;
}

.dosen-karya .profile-img {
  padding-right: 50px;
}

/*** END Profile Dosen ***/



/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 120px;
  transition: .5s;
}

.fact-item:hover .fact-icon {
  background: var(--dark);
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: .5;
}

.fact-item:hover .fact-icon i {
  color: #FFFFFF;
}

/*** Page Sambutan ***/

.sambutan .entry-content {
  color: black;
  padding-left: 20px;
}

.sambutan .entry-content p {
  font-size: 16px;
  text-align: justify;
}


/** ============== **/

.img-shadow {
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
  filter: drop-shadow(7px 7px 5px rgb(2, 2, 2));
}

/*** breadcrumbs ***/
/* #breadcrumbs { */
/* background-color: rgba(19, 53, 123, .7); */
/* background-color: #0c3955a1; */
/* } */

#breadcrumbs .container ol li a {
  font-size: 16px;
  color: #fff;
  /* font-weight: 700; */
}

#breadcrumbs .container ol li {
  font-size: 16px;
  /* color: rgb(244, 244, 22); */
  /* font-weight: 700; */
}

/*** Packages Start ***/
.packages .packages-item .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;
}

.packages .packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages .packages-carousel {
  position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

/*** Packages End ***/


/*** ***/

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
#icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}

#icon-boxes .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

#icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

#icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

#icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#icon-boxes .title a {
  color: #05579e;
}

#icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}



/** WIDGET-AKSEN **/

.widget-aksen .content {
  padding: 20px;
  background: #13357B;
  border-radius: 4px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

.widget-aksen .content h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}

.widget-aksen .content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}

.widget-aksen .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.widget-aksen .more-btn i {
  font-size: 14px;
}

.widget-aksen .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.widget-aksen .icon-boxes .icon-box {
  border-radius: 10px;
  /* background: #f89d0b; */
  background: #03859c;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  width: 100%;
  border: 10;
  font-family: "Jost", sans-serif;
}

.widget-aksen .content:hover,
.widget-aksen .icon-boxes .icon-box:hover {
  box-shadow: 0 0 5px #141414;
  /* background: #03859c; */
  background: #f89d0b;
}


.widget-aksen .icon-boxes .icon-box h4 {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  /* font-family: "Jost", sans-serif; */
}

.widget-aksen .icon-boxes .icon-box p {
  font-size: 16px;
  color: #fff;
}


/** CUSTOM BUTTON **/

.custom-btn {
  display: inline-block;
  background-color: #0c3955;
  padding: 6px 20px 8px 20px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
  font-size: 14px;
}

.custom-btn i {
  font-size: 14px;
}

.custom-btn:hover {
  color: #fff;
  background: #369d13;
}


/* =================== */
/** WIDGET-AKSEN **/

.widget-aksen2 .content {
  padding: 20px;
  background: #13357B;
  border-radius: 4px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

.widget-aksen2 .content h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}

.widget-aksen2 .content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}

.widget-aksen2 .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.widget-aksen2 .more-btn i {
  font-size: 14px;
}

.widget-aksen2 .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.widget-aksen2 .icon-boxes .icon-box {
  border-radius: 10px;
  /* background: #f89d0b; */
  background: #03859c;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  width: 100%;
  border: 10;
  font-family: "Jost", sans-serif;
}


.widget-showing {
  display: none;
}

.widget-aksen2 .content:hover .widget-showing {
  /* box-shadow: 0 0 5px #141414;
  background: #f89d0b; */
  transition: all 10s ease-out;
  display: block;
}

.widget-aksen2 .content:hover .widget-aksen2 .content .widget-showing::before {
  visibility: hidden;
}

.widget-aksen2 .content:hover .widget-aksen2 .content .widget-showing::after {
  visibility: visible;
}


.widget-aksen .content:hover,
.widget-aksen .icon-boxes .icon-box:hover {
  box-shadow: 0 0 5px #141414;
  background: #f89d0b;
}


.widget-aksen .icon-boxes .icon-box h4 {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  /* font-family: "Jost", sans-serif; */
}

.widget-aksen .icon-boxes .icon-box p {
  font-size: 16px;
  color: #fff;
}


/* HYMNE */

/* #hymne .background-image {
  background-image: linear-gradient(rgba(17, 45, 75, 0.8), rgba(17, 45, 75, 0.8)), 
  url('/storage/image/gedung-unida.jpg');
  background-size: cover;
  background-repeat: no-repeat;
} */

#hymne .entry-content .content-inner p {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: black;
}

#hymne .section-title {
  color: black;
}

/** PERINGKAT **/

#peringkat {
  padding-top: 10px;
  position: relative;
  z-index: 100;
  /* background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/img/background/back25.png');
  background-size: cover;
  background-repeat: no-repeat; */
}

.background-peringkat {
  background: url('/img/background/back37.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#peringkat .card-header {
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#peringkat .card-body .card-title {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #111;
}


/** FASILITAS **/
/* #sarana .background-image {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url('/img/background/back25.png');
  background-size: cover;
  background-repeat: no-repeat;
} */


#sarana .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
  /* color: #ffffff; */
}

#sarana .packages-img .packages-info {
  background: rgba(0, 0, 0, .3);
  color: var(--bs-white);
}

#sarana .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.9s;
  z-index: 3;
}

#sarana .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

#sarana .packages-img:hover small,
#sarana .packages-img:hover small i {
  color: var(--bs-white) !important;
}

#sarana .packages-img img {
  transition: 0.5s;
}


#sarana .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

/** **/
.data-pagination .pagination .page-item a {
  background-color: #084723;
  color: var(--bs-white);
}

.data-pagination .pagination .page-item span {
  background-color: #05ab4d;
  color: var(--bs-white);
}


.data-pagination .pagination .page-item a:hover {
  background-color: #d1a208;
  color: var(--bs-white);
}

/** BACKGROUNG PAGE **/

.background-page {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url('/img/background/back70.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.background-page-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/img/background/back25.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/** PAGE POST **/


#page-post .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  background: #f4f5f67d;
}

#page-post .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
  text-transform: uppercase;
}

#page-post .sidebar .sidebar-item,
#ormawa .sidebar .sidebar-item,
#pengabdian .sidebar .sidebar-item {
  margin-bottom: 30px;
}

#page-post .entry-img img {
  max-height: 500px;
  object-fit: cover;
  object-position: 100% 0;
}

#page-post .entry-img {
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#page-post .entry-title {
  font-size: 26px;
  color: #145084;
}

#page-post .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

#page-post .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

#page-post .entry-meta ul li+li {
  padding-left: 20px;
}

#page-post .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

#page-post .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}


#page-post .entry-content {
  padding-top: 20px;
}

#page-post .entry-content p {
  font-size: 16px;
  text-align: justify;
  color: black;
}



#page-post .sidebar .search-form form,
#ormawa .sidebar .search-form form,
#pengabdian .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

#page-post .sidebar .search-form form input[type=text],
#ormawa .sidebar .search-form form input[type=text],
#pengabdian .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

#page-post .sidebar .search-form form button,
#ormawa .sidebar .search-form form button,
#pengabdian .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

#page-post .sidebar .search-form form button i,
#ormawa .sidebar .search-form form button i,
#pengabdian .sidebar .search-form form button i {
  line-height: 0;
}

#page-post .sidebar .search-form form button:hover,
#ormawa .sidebar .search-form form button:hover,
#pengabdian .sidebar .search-form form button:hover {
  background: #f8c255;
}



#page-post .sidebar .categories ul,
#ormawa .sidebar .categories ul,
#pengabdian .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

#page-post .sidebar .categories ul li+li,
#ormawa .sidebar .categories ul li+li,
#pengabdian .sidebar .categories ul li+li {
  padding-top: 10px;
}

#page-post .sidebar .categories ul a,
#ormawa .sidebar .categories ul a,
#pengabdian .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

#page-post .sidebar .categories ul a:hover,
#ormawa .sidebar .categories ul a:hover,
#pengabdian .sidebar .categories ul a:hover {
  color: #f6b024;
}

#page-post .sidebar .categories ul a span,
#ormawa .sidebar .categories ul a span,
#pengabdian .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

#page-post .sidebar .recent-posts .post-item+.post-item,
#ormawa .sidebar .recent-posts .post-item+.post-item,
#pengabdian .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

#page-post .sidebar .sidebar-item .post-item a,
#ormawa .sidebar .sidebar-item .post-item a,
#pengabdian .sidebar .sidebar-item .post-item a {
  /* color: var(--dark); */
  color: #1b68ac;
}

#page-post .sidebar .sidebar-item .post-item a:hover,
#ormawa .sidebar .sidebar-item .post-item a:hover,
#pengabdian .sidebar .sidebar-item .post-item a:hover {
  color: var(--bs-primary);
}

#page-post .sidebar .sidebar-item .post-item p,
#ormawa .sidebar .sidebar-item .post-item p,
#pengabdian .sidebar .sidebar-item .post-item p {
  color: var(--dark);
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}

#page-post .sidebar .recent-posts img,
#ormawa .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

#page-post .sidebar .recent-posts h4,
#ormawa .sidebar .recent-posts h4,
#pengabdian .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

#page-post .sidebar .recent-posts h4 a,
#ormawa .sidebar .recent-posts h4 a,
#pengabdian .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}

#page-post .sidebar .recent-posts h4 a:hover,
#ormawa .sidebar .recent-posts h4 a:hover,
#pengabdian .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

#page-post .sidebar .recent-posts time,
#ormawa .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

#page-post .sidebar .tags,
#ormawa .sidebar .tags,
#pengabdian .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}


.category-post {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

/** SEARCH RESULT **/


#page-search .result-content {
  margin-top: 10px;
}

#page-search .result-content a {
  color: #2186de;
  color: black;
  font-size: 20px;
}

#page-search .result-content a:hover {
  color: #2186de;
}

#page-search .result-content .search-desc {
  color: var(--dark);
  font-size: 16px;
  padding-top: 10px;
}

/* #page-search .sidebar .sidebar-title {
  color: #02324b;
} */

#page-search .sidebar .sidebar-item .post-item a {
  color: black;
}

#page-search .sidebar .sidebar-item .post-item a:hover {
  color: rgb(15, 147, 248);
}



/** LK **/

#lk .accordion .accordion-item button {
  font-size: 18px;
}

#lk .accordion .accordion-body p {
  font-size: 16px;
}


/*** KEMAHASISWAAN ***/

#kegiatan-mhs .card a p {
  font-size: 16px;
  color: #050505;
}

#kegiatan-mhs .card a .author {
  font-size: 13px;
  padding: 10px;
  font-style: italic;
}

/** TITLE SECTION 2**/
.area-title {
  margin-top: 75px;
  margin-bottom: 50px;
  text-align: center;
}

.section-title-2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: darkblue;
}

.section-title-2::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid darkblue !important;
}

.section-title-2::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid darkblue !important;
}

.mx-auto h2 {
  color: darkblue;
}


@media screen and (max-width: 1180px) {}

@media screen and (max-width: 767px) {

  .why-unida .img-fluid {
    margin-top: -30px;
  }

  .area-title {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "Jost", "Raleway", "sans-serif";
  }

  .custom-btn {
    font-size: 12px;
  }

  .dosen .guide-item {
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .dosen .input-group label,
  .dosen .input-group select,
  .dosen .input-group button,
  .dosen .input-group input {
    font-size: 12px;
  }

  .profile-dosen .nav-item a {
    font-size: 12px;
  }

  .profile-dosen .profile-img {
    padding-right: 10px;
  }

  .profile-dosen .profile-content {
    padding-top: 50px;
  }


}


/** ============== **/

#sejarah .entry-content h5 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#sejarah .entry-content h6 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
}



/** PRESTASI **/

#ormawa .packages-img img {
  max-height: 230px;
  object-fit: cover;
  object-position: 100% 0;
}

#prestasi .packages-img img {
  max-height: 300px;
  object-fit: cover;
  object-position: 100% 0;
}

#prestasi .packages-img,
#ormawa .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
  /* color: #ffffff; */
}

#prestasi .packages-img .packages-info,
#ormawa .packages-img .packages-info {
  background: rgba(0, 0, 0, .6);
  color: var(--bs-white);
}

#prestasi .packages-content h3,
#ormawa .packages-content h3 {
  color: rgb(31, 75, 186)
}

#prestasi .packages-img::after,
#ormawa .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.9s;
  z-index: 3;
}

#prestasi .packages-img:hover.packages-img::after,
#ormawa .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

#prestasi .packages-img:hover small,
#prestasi .packages-img:hover small i,
#ormawa .packages-img:hover small,
#ormawa .packages-img:hover small i {
  color: var(--bs-white) !important;
}

#prestasi .packages-img img,
#ormawa .packages-img img {
  transition: 0.5s;
}


#prestasi .packages-item .packages-img:hover img,
#ormawa .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.page-content {
  padding-top: 100px;
  padding-bottom: 50px;
}

.page-content #myTable_wrapper {
  font-size: 15px;
}

#pengabdian {
  font-size: 16px;
}

#pengabdian .btn {
  font-size: 14px;
}


/**  PAGE WITh SIDEBAR **/

.page-with-sidebar .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  background: #f4f5f67d;
}

.page-with-sidebar .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
  text-transform: uppercase;
}

.page-with-sidebar .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.page-with-sidebar .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.page-with-sidebar .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.page-with-sidebar .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.page-with-sidebar .sidebar .search-form form button i {
  line-height: 0;
}

.page-with-sidebar .sidebar .search-form form button:hover {
  background: #f8c255;
}


.page-with-sidebar .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.page-with-sidebar .sidebar .categories ul li+li {
  padding-top: 10px;
}

.page-with-sidebar .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.page-with-sidebar .sidebar .categories ul a:hover {
  color: #f6b024;
}

.page-with-sidebar .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.page-with-sidebar .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.page-with-sidebar .sidebar .sidebar-item .post-item a {
  color: #1b68ac;
}

.page-with-sidebar .sidebar .sidebar-item .post-item a:hover {
  color: var(--bs-primary);
}

.page-with-sidebar .sidebar .sidebar-item .post-item p {
  color: var(--dark);
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}

.page-with-sidebar .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.page-with-sidebar .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.page-with-sidebar .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}

.page-with-sidebar .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.page-with-sidebar .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.page-with-sidebar .sidebar .tags {
  margin-bottom: -10px;
}


/** KALENDER **/

.kalender-akademik ul.timeline {
  list-style-type: none;
  position: relative;
}

.kalender-akademik ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

.kalender-akademik ul.timeline>li {
  margin: 20px 0;
  padding-left: 50px;
}

.kalender-akademik ul.timeline>li>a {
  color: #0d4e87;
  font-weight: 600;
  font-size: 14px;
}

.kalender-akademik ul.timeline>li>span {
  color: #0d4e87;
  font-weight: 600;
  font-size: 14px;
}

.kalender-akademik ul.timeline>li>p {
  font-size: 14px;
}

.kalender-akademik ul.timeline ul.sub-timeline>li>a {
  color: #0e0f0f;
  font-weight: 400;
  font-size: 16px;
}

.kalender-akademik ul.timeline ul.sub-timeline>li>span {
  color: #0e0f0f;
  font-weight: 400;
  font-size: 14px;
}

.kalender-akademik ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}



/*** Packages BEASISWA Start ***/

.packages-beasiswa .packages-item .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages-beasiswa .packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, .8);
}

.packages-beasiswa .packages-item .packages-img .packages-info small,
.packages-beasiswa .packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;
}

.packages-beasiswa .packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages-beasiswa .packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

.packages-beasiswa .packages-item .packages-img small,
.packages-beasiswa .packages-item .packages-img small i {
  transition: 0.5s;
}

.packages-beasiswa .packages-item .packages-img:hover small,
.packages-beasiswa .packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;

}

.packages-beasiswa .packages-item .packages-img img {
  transition: 0.5s;
}

.packages-beasiswa .packages-item .packages-img:hover img {
  transform: scale(1.05);
}

.packages-beasiswa .packages-item .packages-img .packages-price {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages-beasiswa .packages-carousel-beasiswa {
  position: relative;
}

.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-prev {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-prev i,
.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-prev:hover,
.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-prev:hover i,
.packages-beasiswa .packages-carousel-beasiswa .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

/*** Packages BEASISWA ***/


/** PROFIl PRODI **/

.profil-prodi .tab-class .nav-item a.active {
  background: var(--bs-success) !important;
}

.profil-prodi .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.profil-prodi .tab-class .tab-content .karya-dosen-img:hover .search-icon {
  background: rgba(1, 82, 60, 0.4);
}


/** TAB-NAV-BTN **/

.tab-nav-btn .nav-item a {
  font-size: 14px;
  background-color: var(--bs-white);
  border-radius: 20px;
  color: #05579e;
  min-width: 100px;
}

.tab-nav-btn .nav-item:hover .profile-dosen .nav-item a {
  background-color: #03859c;
}

.tab-nav-btn .nav-item a.active {
  background-color: #0b4076;
  color: var(--bs-white);
}

.tab-nav-btn .tab-class .tab-content table {
  font-size: 14px;
}

.tab-nav-btn .tab-class .tab-content table .btn-link {
  font-size: 14px;
}



#unit-kerja .section-title h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

#unit-kerja .section-title h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#unit-kerja .section-title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 60px);
}

#unit-kerja .content-inners p {
  font-size: 17px;
  text-align: justify;
  padding: 10px 30px 0px 30px;
}


#unit-kerja .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}

#unit-kerja .accordion-item .accordion-body .btn {
  font-size: 16px;
}

#unit-kerja .accordion-item .accordion-body .link-btn {
  padding-left: 20px;
}


/** SLIDE AGENDA **/


#slide-agenda .agenda-header {
  text-align: center;
  padding: 10px;
  color: #e6cc07;
  background: linear-gradient(90deg, rgb(9, 157, 88) 0%, rgb(2, 12, 16) 46%, rgb(9, 157, 88) 100%);
}

#slide-agenda .area-agenda {
  background: blanchedalmond;
}

#slide-agenda .agenda-inner {
  max-height: 350px;
}

#slide-agenda .agenda-item {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid rgb(66, 65, 65);
}


#section-pmb .img-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(75%, -50%);
}

#section-pmb .img-element img {
  max-width: auto;
  max-height: 400px;
}

#section-pmb .inner-pmb {
  position: relative;
  height: 400px;
  background: linear-gradient(rgba(4, 96, 70, 0.811), rgba(13, 147, 156, 0.461), rgba(4, 81, 86, 0.895)), url('/img/background/back99.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#section-pmb .centered-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}

#section-pmb .centered-element h1 {
  color: rgb(194, 8, 8);
}

#section-pmb .centered-element h3 {
  color: rgb(13, 13, 13);
}

#section-pmb .centered-element h1,
#section-pmb .centered-element p {
  padding-top: 20px
}

@media (max-width: 1366px) {
  #section-pmb .centered-element {
    transform: translate(-75%, -50%);
  }

  #section-pmb .img-element {
    transform: translate(40%, -50%);
  }
}

@media (max-width: 995px) {
  #section-pmb .img-element {
    transform: translate(30%, -50%);
  }
}

@media (max-width: 768px) {

  #section-pmb .inner-pmb {
    height: 300px;
  }

  #section-pmb .centered-element h1,
  #section-pmb .centered-element p {
    padding-top: 10px
  }

  #section-pmb .centered-element h3 {
    font-size: 18px;
  }

  #section-pmb .img-element {
    transform: translate(40%, -50%);
    /* display: none; */
  }

  #section-pmb .img-element img {
    max-width: auto;
    max-height: 300px;
  }

  #section-pmb .centered-element {
    transform: translate(-80%, -50%);
  }

}

@media (max-width: 595px) {
  #section-pmb .centered-element {
    transform: translate(-50%, -50%);
  }

  #section-pmb .img-element {
    display: none;
  }

}