.bg-color-gizi {
  background-color: #63a941 !important;
}
.color-gizi {
  color: #63a941 !important;
}
.border-color-white {
  border-color: white;
}

.logo_navbar {
  height: 55px !important;
}
.logo_navbar_mobile {
  height: 25px !important;
}

.sticky-header-shrink #header-wrap #logo .logo_navbar {
  height: 40px !important;
}

body:not(.side-header) .slider-parallax .slider-inner {
  top: 0;
}

.vertical-middle_alt {
  margin-top: 4rem;
}

#top-bar {
  z-index: 4;
}

.hero_welcome-text {
  font-size: 42px;
}

.team-image img {
  object-fit: cover;
  height: 270px;
}

.content-wrap_alt {
  padding: 0px 0px;
}

.menu-item.current-active > .menu-link {
  color: #63a941 !important;
}

.dark .widget_links li a:hover {
  color: #115200 !important;
}

.entry-title h2 a:hover {
  color: #63a941 !important;
}

.dark .top-links-item_gizi:hover {
  background-color: #59a036 !important;
}

.struktur-organisasi_img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.nav-pills_gizi .nav-link.active {
  background-color: #63a941 !important;
}
.nav-pills_gizi .nav-link.active h3 {
  color: #fff !important;
}

.tenaga-pengajar_info {
  font-size: 14px;
  line-height: 1.2;
}

.pengajar_img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.table > :not(caption) > * > * {
  padding: 0.35rem 0.35rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: transparent;
}

.entry-image_sidebar img {
  width: 100%;
  height: 55px;
  object-fit: cover;
}

.entry-image_related-post img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.related-post_text {
  font-size: 12px;
  line-height: 1.2;
}

/* .akreditasi_img{
  object-fit: cover;
} */

.block-misc-search .top-search-form-2 {
  opacity: 1;
  background-color: #eee;
  top: 100%;
  height: 0%;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}

.block-misc-search.top-search-open .top-search-form {
  transform: scaleY(1);
  height: 100%;
}

.block-misc-search .top-search-form-2 input::-moz-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}
.block-misc-search .top-search-form-2 input:-ms-input-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}
.block-misc-search .top-search-form-2 input::-webkit-input-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}

.block-misc-search .dark.top-search-form-2 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
.block-misc-search .dark.top-search-form-2 input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
.block-misc-search .dark.top-search-form-2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.real-estate-icons {
  font-size: 16px;
  line-height: 2;
}

.real-estate-icons i.big-icon {
  position: relative;
  font-size: 32px;
  margin-right: 10px;
  top: 8px;
}

.real-estate-icons span i.thumb-icon {
  position: absolute;
  visibility: hidden;
  top: 0px;
  right: 30px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 64px;
  line-height: 1;
  z-index: 1;
}

.real-estate-icons [class^="col-"]:hover span i.thumb-icon {
  visibility: visible;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row-alt:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container-alt {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 28px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.clr-white{
  color: white;
}

@media only screen and (max-width: 600px) {
  .hero_welcome-text {
    font-size: 36px;
  }

  .sec-jurusan_heading {
    font-size: 38px;
  }

  .akreditasi_img-2 {
    width: 100%;
  }
}
