html {
  overflow-x: hidden;
}

.header-top_logo {
  width: 380px;
}

.header-layout_unit .header-top {
  background-color: #fff;
  padding: 20px 0px;
}

.main-menu_unit>ul>li>a {
  padding: 15px 0px;
}

.main-menu_unit>ul>li {
  margin: 0px 20px;
}

.menu-active a {
  color: #2364aa;
}

.hero-style_unit .hero-title {
  color: #fff;
  font-size: 46px;
}

.welcome_text {
  color: #fff;
  margin: 0;
  font-size: 32px;
}

.hero-utama_unit .container {
  padding: 0 330px;
}

.info-box_email {
  font-size: 16px !important;
}

.external-link.style2.widget_nav_menu a:before {
  display: none;
}

.external-link.style2.widget_nav_menu a {
  padding: 0px 0px 0px 5px;
  margin-bottom: 15px;
}

.footer-social i {
  font-size: 18px;
}

.hero-shape img {
  height: auto;
  width: 100vw !important;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}

.recent-post .blog-meta a {
  font-size: 14px;
}

.recent-post .media-img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.informasi-jurusan .blog-meta span i,
.informasi-jurusan .blog-meta a i,
.berita-artikel .blog-meta span i,
.berita-artikel .blog-meta a i,
.blog-meta a i {
  color: #4d5765;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.blog-single:not(.has-post-thumbnail) {
  background-color: white;
}

.hero-utama_unit .container-penjaminan-mutu {
  padding: 0px 100px;
}

/* 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;
}

.card-dipa {
  border: 1px solid #ecf1f9;
  border-radius: 10px;
}

.card-dipa img {
  min-height: 220px;
  object-fit: cover;
  max-height: 220px;
}

.card-dipa .blog-meta a {
  font-size: 12px;
}

.card-dipa .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.judul-logo{
  width: 70%;
}

.judul-unit,
.judul-unit-alt{
  font-size: 1.25rem;
  color: #2364AA;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .header-top_logo {
    width: 220px;
  }

  .as-menu-toggle {
    background-color: #fff;
  }

  .as-menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .hamburger-icon {
    color: #202020;
  }

  .hero-utama_unit .container {
    padding: 0 10px;
  }

  .welcome_text {
    font-size: 24px;
  }

  .hero-style_unit .hero-title {
    font-size: 28px;
  }

  .hero-shape img {
    height: 100vh;
    max-width: auto;
  }

  .blog-audio img,
  .blog-img img,
  .blog-video img {
    height: 270px;
  }

  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }

  .blog-text {
    line-height: 1.5;
    font-size: 14px
  }

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

  .blog-bottom_tags {
    font-size: 14px;
  }

  .judul-unit{
    font-size: .85rem;
  }

  .judul-unit-alt{
    font-size: .8rem;
  }
}
