* {
  font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
header {
  height: 100vh;
  background-image: url(assets/bgpix@2x.jpg);
  /* background-image: url(assets/back); */
  background-size: cover;
  object-fit: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  align-items: center;
  background-position: left;
  overflow-y: hidden !important;
}

.headerkiri h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 41px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  /* padding-left: 10px; */
  padding-top: 3px !important;
}

.headerkiri p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  /* padding-left: 10px; */
  color: #fff;
}

.btn-selengkapnya {
  width: 94%;
  height: 58px;
  border-radius: 30px;
  background: #fb8c00;
  box-shadow: 0px 10px 20px rgba(250, 140, 0, 0.29);
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.navbar {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #fff !important;
  margin-left: 0;
  /* height: 140px; */
}

.navbar2 .nav-item .nav-link {
  color: #000 !important;
}

.navbar .nav-item .nav-link {
  color: #fff;
}

.navbar .nav-item .nav-link.active {
  color: #fff;
}

.sectionevent {
  width: 100%;
  /* height: 300px; */
  background-image: url(assets/bgevent@2x.jpg);
  background-size: cover;
  height: 400px;
  background: linear-gradient(#deeaff 0%, #fff 100%);
}

.sectionevent .title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #fb8c00;
  /* padding-left: 10px; */
}

.sectionevent .temukaninfo {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  color: #000;
  /* padding-left: 10px; */
  margin-bottom: 10px;
}

.berita img {
  width: 221px;
  height: 221px;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.berita {
  width: 221px;
  height: 221px;
  overflow-x: hidden;
  position: relative;
}

.berita::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(255, 255, 255, 0.11) 0%,
    rgba(2, 61, 162, 0.78) 100%
  );
  /* opacity: 0.7; */
}

.berita p {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
}

.containerberita {
  position: relative;
  /* right: -100px; */
}

.sectionberitaterbaru .title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  /* letter-spacing: 0.06em; */
  line-height: 24px;
  text-align: left;
  color: #186cb6;
  /* padding-left: 10px; */
}

.sectionberitaterbaru {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sectionberitaterbaru .lihatsemua {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #06243e;
  /* padding-right: 10px; */
}

.boxberitakiri {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  background: #fff;
  /* border: 1px solid #707070; */
  /* margin-top: 25px; */
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.boxberitakiri::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.7; */
  border-radius: 6px;
  z-index: 2;
  background: linear-gradient(#0b62aa 0%, rgba(6, 49, 85, 0.72) 100%);
}

.boxberitakiri img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.boxberitakiri p.tanggal {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.boxberitakiri .textover {
  position: absolute;
  z-index: 4;
  top: 2px;
  margin-top: 14px;
  margin-left: 14px;
}

.boxberitakiri .textover h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}

footer #location {
  display: none;
}

footer {
  height: 290px;
  margin-top: 50px;
  background-image: url(assets/bgfooter@2x.jpg);
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.alamat p {
  font-family: Montserrat;
  font-weight: medium;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #fff !important;
}

footer .menu a {
  font-family: Montserrat;
  font-weight: medium;
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin-right: 10px;
  /* margin-right: 10px; */
  /* padding-left: 10px; */
}

footer hr {
  /* border: 1px solid #fff; */
  color: white;
  border: 1px solid;
}

footer .copyright {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

footer .garis {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  /* margin-bottom: 10px; */
}

.btn-selengkapnya:hover {
  background-color: #ff6634;
  color: white;
}

#dropdownMenuButton1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #fff !important;
  outline: none;
  border: none;
}

button#dropdownMenuButton {
  outline: none;
  border: none;
}

#dropdownMenuButton:focus {
  outline: none;
  border: none;
}

.dropdown button:focus {
  outline: none;
  border: none;
}

.dropdown-item {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  color: #225480 !important;
  padding: 10px;
}

.cumb {
  height: 200px;
  width: 100%;
  background: url(assets/cumb@2x.jpg);
  background-size: cover;
  background-position: center;
}

.cumb li {
  display: inline;
  font-family: "Hind Siliguri" !important;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #3b3b3b;
}

.cumb ol {
  padding: 0;
}
.detailberita .sidebar {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.detailberita .sidebar ul li {
  list-style: none;
  border-right: 1px solid #efefef;
}

.detailberita .sidebar a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px 0;
  /* border-right: 1px solid gray; */
  border-right: 3px solid transparent;
  transition: 0.4s;
}
.detailberita .sidebar a.active {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  border-right: 3px solid blue;
}
.detailberita .sidebar a:hover {
  border-right: 3px solid blue;
  transition: 0.4s;
}
.detailberita {
  padding-top: 70px;
}

.sidebar ul {
  padding: 0;
}

.tanggalberita {
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #a4adba;
  align-items: centder;
  display: flex;
  padding-top: 0;
}

.list-berita .tanggalberita {
  font-size: 12px;
}

.list-berita .tanggalberita span {
  font-family: "Poppins", sans-serif !important;
  margin-left: 0px !important;
}

.gambarberita img {
  width: 100%;
  height: 468px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  margin-top: 20px;
}

.detailberita .judul {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #2b2b2b;
  margin-top: 10px;
  margin-bottom: 10px;
}

.detailberita p {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #272727;
}

.beritaterbaru {
  margin-top: 20px;
  height: 377px;
  background: #f5fafe;
  position: relative;
}

.beritaterbaru .title {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #225480;
}

.beritaterbaru .lihatsemua {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #06243e;
}

.detailberita h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.detailberita .kebijakan ul li {
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

.detailberita .kebijakan ul {
  padding: 0;
}

.detailberita .kebijakan span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #1f1f1f;
}

.detailberita .kebijakan p {
  font-family: Tahoma;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4c4c4c;
  margin-bottom: 0;
}

.kebijakan a {
  text-decoration: none;
}

.cumb h3 {
  font-size: 30px;
  font-weight: 100;
}

.list-berita .tanggalberita img {
  display: none;
}

.sejarah h1 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}

.sejarah p {
  font-family: Tahoma;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-align: justify;
  color: #707070;
}

.hymne h5 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
}

.hymne ul {
  padding-left: 20px;
}

.hymne ul li {
  font-family: Tahoma;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #393333;
  color: #707070;
}

.hymne p {
  font-family: Tahoma;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #393333;
  color: #707070;
}

.textoverlay {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
  color: #ededed;
}

.list-berita ul li {
  list-style: none;
  margin-top: 20px;
}

.list-berita .judulberita {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  text-align: left;
  color: #2b2b2b;
}

.list-berita img#gambar-list-berita {
  margin-right: 20px;
  width: 150px;
  height: 100px;
  background-size: cover;
  object-fit: cover;
}
.list-berita ul {
  padding: 0;
}
.list-berita ul li {
  border-bottom: 1px solid #efefef;
}

.list-berita ul li {
  padding-bottom: 20px;
}

.list-berita .judulberita {
  line-height: 20px;
  margin-bottom: 10px;
}

.berita2 img {
  width: 100%;
  height: 221px;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
.berita2 {
  width: 800px;
  height: 221px;
  overflow-x: hidden;
  position: relative;
}

.berita2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(255, 255, 255, 0.11) 0%,
    rgba(2, 61, 162, 0.78) 100%
  );
  /* opacity: 0.7; */
}

.berita2 p {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
}

.containerevent .gambarevent img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-size: cover;
}

.containerevent {
  background-color: #fb8c00;
  position: relative;
}

.containerevent .informasievent {
  width: 70%;
  height: 106px;
  background: linear-gradient(#14a4ea 0%, #0b62aa 100%);
  position: absolute;
  right: 0;
  top: 140px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  /* top: -100px; */
}

.informasievent span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  line-height: 3px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}

.informasievent h3 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  color: #fff;
}

.btn-eventmendatang {
  width: 144px;
  height: 32px;
  border-radius: 16px;
  background: #dd0e12;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  padding: 0;
}

.gambardetailevent img {
  width: 100%;
}

.card-event {
  border-radius: 4px;
  margin-right: 30px;
  box-shadow: 0 0 50px 5px rgb(0 0 0 / 5%);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  width: 100%;
}

.card-event .footerevent {
  background-color: #eceff1;
  border-radius: 0 0 4px 4px;
  padding: 30px;
}

.card-event .bodyevent {
  padding: 20px;
}

.btn-event {
  border-radius: 30px;
  background: #fff;
  border: 1px solid #2f53d4;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 13px;
  color: #2f53d4;
  padding: 6px 15px;
  margin-bottom: 30px;
}

.card-event h6 {
  font-weight: 700;
  font-size: 12px;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.card-event h5 {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
  margin: 0;
  line-height: 1.5;
}

.card-event .garis {
  margin: 20px 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #a5adba;
}

.card-event a.registrasi:hover {
  border-right: 3px solid transparent;
}

.card-event .registrasi {
  /* padding: 15px 40px; */
  border-radius: 56px;
  display: block;
  width: 280px;
  text-align: center;
  background-color: transparent;
  /* background: linear-gradient(90deg, #0000ba, rgba(2, 2, 255, 0.6));
   */
  background: #0000ba;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
}
img#pakiwan {
  display: block;
  width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.sejarah .titlealamat {
  font-size: 16px;
  font-weight: bold;
}

.sejarah .btn-hubungikami {
  /* padding: 15px 40px; */
  border-radius: 56px;
  display: block;
  width: 280px;
  text-align: center;
  background-color: transparent;
  /* background: linear-gradient(90deg, #0000ba, rgba(2, 2, 255, 0.6));
   */
  background: #0000ba;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img#pakiwan {
    display: block;
    width: 500px !important;
    /* margin-left: auto;
    margin-right: auto; */
    /* margin-top: 20px; */
  }

  .list-berita .tanggalberita img {
    display: block;
  }

  /* .boxberitakiri {
  } */
  img#pakiwan {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }

  footer #location {
    display: block;
  }

  * {
    font-family: "Montserrat", sans-serif;
  }

  .container {
    padding: 0;
  }

  header {
    height: 100vh;
    background-image: url(assets/bgpix@2x.jpg);
    /* background-image: url(assets/back); */
    background-size: cover;
    object-fit: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
  }

  .headerkiri h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 64px;
    line-height: 65px;
    text-align: left;
    color: #fff;
    padding-top: 100px !important;
  }

  .headerkiri p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #fff;
  }

  .btn-selengkapnya {
    width: 277px;
    height: 66px;
    border-radius: 30px;
    background: #fb8c00;
    box-shadow: 0px 10px 20px rgba(250, 140, 0, 0.29);
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }

  .navbar {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #fff !important;
    margin-left: 0;
    height: 140px;
  }

  .navbar .navbar-brand img {
    width: 100px;
    margin-left: 10px !important;
  }

  .navbar2 .nav-item .nav-link {
    color: #000 !important;
  }

  .navbar .nav-item .nav-link {
    color: #fff;
  }

  .navbar .nav-item .nav-link.active {
    color: #fff;
  }

  .sectionevent {
    width: 100%;
    height: 380px;
    background-image: url(assets/bgevent@2x.jpg);
    background-size: cover;
    height: 520px;
    background: linear-gradient(#deeaff 0%, #fff 100%);
  }

  .sectionevent .title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #fb8c00;
  }

  .sectionevent .temukaninfo {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #000;
  }

  .berita img {
    width: 221px;
    height: 221px;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .berita {
    width: 221px;
    height: 221px;
    overflow-x: hidden;
    position: relative;
  }

  .berita::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      rgba(255, 255, 255, 0.11) 0%,
      rgba(2, 61, 162, 0.78) 100%
    );
    /* opacity: 0.7; */
  }

  .berita p {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .containerberita {
    position: relative;
    /* right: -100px; */
  }

  .sectionberitaterbaru .title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 24px;
    text-align: left;
    color: #186cb6;
  }

  .sectionberitaterbaru {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectionberitaterbaru .lihatsemua {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #06243e;
  }

  .boxberitakiri {
    width: 100%;
    height: 628px;
    border-radius: 6px;
    background: #fff;
    /* border: 1px solid #707070; */
    /* margin-top: 25px; */
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .boxberitakiri::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.7; */
    border-radius: 6px;
    z-index: 2;
    background: linear-gradient(#0b62aa 0%, rgba(6, 49, 85, 0.72) 100%);
  }

  .boxberitakiri img {
    width: 100%;
    height: 628px;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
  }

  .boxberitakiri p.tanggal {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 24px;
    text-align: left;
    color: #fff;
  }

  .boxberitakiri .textover {
    position: absolute;
    z-index: 4;
    top: 2px;
    margin-top: 24px;
    margin-left: 24px;
  }

  .boxberitakiri .textover h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: left;
    color: #fff;
  }

  footer {
    height: 424px;
    margin-top: 50px;
    background-image: url(assets/bgfooter@2x.jpg);
    background-size: cover;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
  }

  .alamat p {
    font-family: Montserrat;
    font-weight: medium;
    font-size: 16px;
    text-align: left;
    color: #fff !important;
  }

  footer .menu a {
    font-family: Montserrat;
    font-weight: medium;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }

  footer hr {
    /* border: 1px solid #fff; */
    color: white;
    border: 1px solid;
  }

  footer .copyright {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  .btn-selengkapnya:hover {
    background-color: #ff6634;
    color: white;
  }

  #dropdownMenuButton1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #fff !important;
    outline: none;
    border: none;
  }

  button#dropdownMenuButton {
    outline: none;
    border: none;
  }

  #dropdownMenuButton:focus {
    outline: none;
    border: none;
  }

  .dropdown button:focus {
    outline: none;
    border: none;
  }

  .dropdown-item {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #225480 !important;
    padding: 10px;
  }

  .cumb {
    height: 200px;
    width: 100%;
    background: url(assets/cumb@2x.jpg);
    background-size: cover;
    background-position: center;
  }

  .cumb li {
    display: inline;
    font-family: "Hind Siliguri" !important;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #3b3b3b;
  }

  .cumb ol {
    padding: 0;
  }
  .detailberita .sidebar {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-decoration: none;
  }

  .detailberita .sidebar ul li {
    list-style: none;
    border-right: 1px solid #efefef;
  }

  .detailberita .sidebar a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 0;
    /* border-right: 1px solid gray; */
    border-right: 3px solid transparent;
    transition: 0.4s;
  }
  .detailberita .sidebar a.active {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    border-right: 3px solid blue;
  }
  .detailberita .sidebar a:hover {
    border-right: 3px solid blue;
    transition: 0.4s;
  }
  .detailberita {
    padding-top: 70px;
  }

  .sidebar ul {
    padding: 0;
  }

  .tanggalberita {
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #a4adba;
    align-items: centder;
    display: flex;
    padding-top: 0;
  }

  .list-berita .tanggalberita span {
    font-family: "Poppins", sans-serif !important;
    margin-left: 4px !important;
  }

  .gambarberita img {
    width: 100%;
    height: 468px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin-top: 20px;
  }

  .detailberita .judul {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #2b2b2b;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .detailberita p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #272727;
  }

  .beritaterbaru {
    margin-top: 20px;
    height: 377px;
    background: #f5fafe;
    position: relative;
  }

  .beritaterbaru .title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #225480;
  }

  .beritaterbaru .lihatsemua {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #06243e;
  }

  .detailberita h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
  }

  .detailberita .kebijakan ul li {
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
  }

  .detailberita .kebijakan ul {
    padding: 0;
  }

  .detailberita .kebijakan span {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #1f1f1f;
  }

  .detailberita .kebijakan p {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #4c4c4c;
    margin-bottom: 0;
  }

  .kebijakan a {
    text-decoration: none;
  }

  .cumb h3 {
    font-size: 30px;
    font-weight: 100;
  }

  .sejarah h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px !important;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
  }

  .sejarah p {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    text-align: justify;
    color: #707070;
  }

  .hymne h5 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
  }

  .hymne ul {
    padding-left: 20px;
  }

  .hymne ul li {
    font-family: Tahoma;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #393333;
    color: #707070;
  }

  .hymne p {
    font-family: Tahoma;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #393333;
    color: #707070;
  }

  .textoverlay {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    color: #ededed;
  }

  .list-berita .tanggalberita {
    font-size: 16px;
  }

  .list-berita ul li {
    list-style: none;
    margin-top: 20px;
  }

  .list-berita .judulberita {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-align: left;
    color: #2b2b2b;
  }

  .list-berita img#gambar-list-berita {
    margin-right: 20px;
    width: 150px;
    height: 100px;
    background-size: cover;
    object-fit: cover;
  }

  .list-berita ul li {
    border-bottom: 1px solid #efefef;
  }

  .list-berita ul li {
    padding-bottom: 20px;
  }

  .list-berita .judulberita {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .berita2 img {
    width: 100%;
    height: 221px;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
  }
  .berita2 {
    width: 800px;
    height: 221px;
    overflow-x: hidden;
    position: relative;
  }

  .berita2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      rgba(255, 255, 255, 0.11) 0%,
      rgba(2, 61, 162, 0.78) 100%
    );
    /* opacity: 0.7; */
  }

  .berita2 p {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .containerevent .gambarevent img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
  }

  .containerevent {
    background-color: #fb8c00;
    position: relative;
  }

  .containerevent .informasievent {
    width: 405px;
    height: 156px;
    background: linear-gradient(#14a4ea 0%, #0b62aa 100%);
    position: absolute;
    right: 0;
    top: 250px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    /* top: -100px; */
  }

  .informasievent span {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #fff;
  }

  .informasievent h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #fff;
  }

  .btn-eventmendatang {
    width: 144px;
    height: 32px;
    border-radius: 16px;
    background: #dd0e12;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    padding: 0;
  }

  .gambardetailevent img {
    width: 100%;
  }

  .card-event {
    border-radius: 4px;
    margin-right: 30px;
    box-shadow: 0 0 50px 5px rgb(0 0 0 / 5%);
    transition: all 0.3s ease;
    margin-bottom: 30px;
  }

  .card-event .footerevent {
    background-color: #eceff1;
    border-radius: 0 0 4px 4px;
    padding: 30px;
  }

  .card-event .bodyevent {
    padding: 20px;
  }

  .btn-event {
    border-radius: 30px;
    background: #fff;
    border: 1px solid #2f53d4;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
    color: #2f53d4;
    padding: 6px 15px;
    margin-bottom: 30px;
  }

  .card-event h6 {
    font-weight: 700;
    font-size: 12px;
    color: #1f1f1f;
    margin-bottom: 5px;
  }

  .card-event h5 {
    font-size: 14px;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0;
    line-height: 1.5;
  }

  .card-event .garis {
    margin: 20px 0;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #a5adba;
  }

  .card-event a.registrasi:hover {
    border-right: 3px solid transparent;
  }

  .card-event .registrasi {
    /* padding: 15px 40px; */
    border-radius: 56px;
    display: block;
    width: 280px;
    text-align: center;
    background-color: transparent;
    /* background: linear-gradient(90deg, #0000ba, rgba(2, 2, 255, 0.6));
     */
    background: #0000ba;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: white !important;
  }
}
@media (min-width: 768px) {
  .boxberitakiri {
    margin-bottom: 30px;
  }
}
