/* .t3-footer {
  background-image: url(/images/joomlart/slideshow/sl-2.jpg);
} */

/* .wrap.t3-sl.t3-sl-8 {

  background-image: url(/images/content/bg-covid.jpg);
  background-position: 50%;
  background-size: cover;
}

.wrap.t3-sl.t3-sl-8::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
} */

/* top-nav */
.top-nav {
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  font-size: 1px;
  font-family: proximanova;
}

.top-nav-left {
  display: flex;
  align-items: center;
}

.top-nav-left a {
  margin-right: 5px;
  color: #333;
  text-decoration: none;

}

.top-nav-right {
  display: flex;
  align-items: center;
}

.top-nav-right a {
  margin-left: 5px;
  color: #333;
  text-decoration: none;

}

.top-nav-right a:first-child {
  margin-left: 0;
}

.top-nav a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  padding: 3px 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.top-nav a:before,
.top-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.top-nav a:before {

  transform-origin: right;
  transform: scaleX(0);
}

.top-nav a:after {
  background-color: #06337b;
  transform-origin: left;
  transform: scaleX(0);
}

.top-nav a:hover {
  color: #fff;

}

.top-nav a:hover:before,
.top-nav a:hover:after {
  transform: scaleX(1);
}

.top-nav a:hover:before {
  transform-origin: left;
}

.top-nav a:hover:after {
  transform-origin: right;
}




/* to-nav_end */


/*wbk*/
.custom-button.wbk { /* Menambahkan class .custom-button-2.wbk */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    height: 150px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.custom-button-2.wbk { /* Menambahkan class .custom-button-2.wbk */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    /*background: linear-gradient(358.04deg,rgba(0,0,0,.7) 11.25%,rgba(0,0,0,0) 55.51%);*/
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    text-align: center; /* Tengahkan teks horizontal */
}

.container a.custom-button-2.wbk:hover {
    text-decoration: none; /* Hilangkan garis bawah saat tombol dihover */
}

.custom-button.wbk:hover,
.custom-button-2.wbk:hover { /* Mengatur tampilan tombol saat dihover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.custom-button.wbk a,
.custom-button-2.wbk a {
    text-decoration: none; /* Hilangkan garis bawah dari tautan */
    color: inherit; /* Gunakan warna teks asli */
}

.custom-button.wbk img,
.custom-button-2.wbk img { /* Menambahkan class .custom-button-2.wbk img */
    height: 80px;
    margin-bottom: 10px;
}
