@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

p{
  color: #303D4D;
}

button {
  box-shadow: none !important;
  color: #F0F4F6 !important;
  outline: none !important;
  border: none !important;
}
button.btn-primary {
  background-color: #204789 !important;
  padding: 10px 20px;
}
button.btn-primary:hover {
  background-color: #2a5cb2 !important;
}
button.btn-primary:active {
  background-color: #204789 !important;
}
button.btn-primary:focus {
  background-color: #204789 !important;
}

.news-cta {
  display: flex;
  align-items: center;
}
.news-cta a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #2978B5;
  text-decoration: none;
  min-width: 160px;
}
.news-cta img {
  height: 12px !important;
  width: 6px !important;
  object-fit: contain !important;
  margin-left: 10px !important;
}

.line {
  border-bottom: 2px solid #E5E5E5;
}

.navbar.navbar-dark {
  background: rgba(48, 61, 77, 0.3) !important;
}
.navbar.navbar-dark .navbar-nav li {
  margin-right: 15px;
  margin-left: 15px;
  border: 1.5px solid transparent;
  border-radius: 5px;
}
.navbar.navbar-dark .navbar-nav li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #F0F4F6;
}
.navbar.navbar-dark .navbar-nav li:hover {
  border-color: white;
}
.navbar.navbar-light .navbar-nav li {
  margin-right: 15px;
  margin-left: 15px;
  border: 1.5px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  line-height: 180%;
}
.navbar.navbar-light .navbar-nav li.active a {
  font-weight: 600;
  color: #0061A8 !important;
}
.navbar.navbar-light .navbar-nav li a {
  font-weight: 500;
  color: #5C6F80 !important;
  transition: 0.3s ease;
}
.navbar.navbar-light .navbar-nav li:hover a {
  color: #0061A8 !important;
}

.banner {
  width: 100%;
  height: calc(100vh + 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner.banner-2 {
  background-size: cover;
  height: 748px;
  overflow: hidden;
  background-position: bottom;
}
.banner.banner-2 select {
  width: 100%;
}
.banner.banner-2 .form-document {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}
.banner.banner-2 .form-document .col-6 {
  width: 100%;
}
.banner.banner-2 .form-document .col-12 {
  grid-column: span 2;
}
.banner.banner-2 .form-document.full {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
  .banner.banner-2 .form-document {
    grid-template-columns: 1fr;
  }
  .banner.banner-2 .form-document .col-12 {
    grid-column: auto;
  }
  .banner.banner-2 .form-document.full {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) {
  .banner.banner-2 .form-document {
    grid-template-columns: 1fr;
  }
  .banner.banner-2 .form-document .col-12 {
    grid-column: auto;
  }
  .banner.banner-2 .form-document.full {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .banner.banner-2 .form-document {
    grid-template-columns: 1fr 1fr;
  }
  .banner.banner-2 .form-document .col-12 {
    grid-column: span 2;
  }
  .banner.banner-2 .form-document.full {
    grid-template-columns: repeat(4, 1fr);
  }
}
.banner .spacer10 {
  height: 10px;
  width: 10px;
}
.banner .spacer20 {
  height: 20px;
  width: 20px;
}
.banner.found .title-container {
  display: none;
}
@media (max-width: 576px) {
  .banner.found .title-container {
    display: block;
  }
}
@media (min-width: 576px) {
  .banner.found .title-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .banner.found .title-container {
    display: none;
  }
}
.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.banner .container {
  z-index: 2;
}
.banner p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #F0F4F6;
}
.banner h1 {
  font-weight: 500;
  font-size: 61px;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .banner h1 {
    font-size: 10vmin;
  }
}
@media (min-width: 576px) {
  .banner h1 {
    font-size: 10vmin;
  }
}
@media (min-width: 768px) {
  .banner h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .banner h1 {
    font-size: 61px;
  }
}

.banner-login {
  width: 100%;
  height: calc(100vh + 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-login:before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
    .form-signin{
      width: 500px;
      position: absolute;
      margin-top: -150px;
      margin-left: 315px;
    }
    .form-signin a{color: #fff !important;font-weight: bold;}
    .form-signin .btn{margin-top: 10px;border-radius: 40px !important;width: 100px; margin-left: auto;margin-right: auto;background: #204789 !important;}
    .form-signin .form-group{margin-bottom: 20px !important;}
    .form-signin .panel{background: #204789;color: #fff;padding: 10px;border:none !important;box-shadow: 0 7px 16px #4ca3dd, 0 4px 5px #4ca3dd;border-radius: 15px;}
    .form-signin .panel-body{padding-bottom: 10px;padding-top: 10px;}

    .form-signin .atomic-symbol{font-size: 10em !important;font-weight: 500;padding-bottom: 20spx;}
    /* .form-signin .atomic-mass{font-size: 50px;margin-top: 25px;font-weight: 600;line-height: 1.2; color:#ad0000 !important;} */
    .form-signin .element-name{font-size: 24px; margin-top:-10px;font-weight: 600;line-height: 1.2; color:#e3324f;}
    .form-signin label{color:#fff !important;}

    .form-signin .bar:before,.form-signin .bar:after{background-color:#fff !important;}

    
.form-group.form-animate-text {
  position: relative;
  margin-bottom: 45px;
}

.form-group.form-animate-text .form-text {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  background:none;
  border-bottom: 1px solid #757575;
}

.form-group.form-animate-text .form-text:focus {
  outline: none;
}

.form-group.form-animate-text label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.form-group.form-animate-text.form-animate-error label{
  color:#FF968B !important;
}


.form-group.form-animate-text.form-animate-error .bar:before,.form-group.form-animate-text.form-animate-error .bar:after{
  background-color: #FF968B !important;
  width: 50%;
}

.form-group.form-animate-text.form-animate-error .form-animate-error-msg{
  color:#FF968B !important;
  font-size: 16px;
  display: none;
}

.form-group.form-animate-text .form-text:focus ~ label,
.form-text:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #999C9E;
}

.form-group.form-animate-text .bar {
  position: relative;
  display: block;
  width: 100%;
}

.form-group.form-animate-text .bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.form-group.form-animate-text .bar:before {
  left: 50%;
}

.form-group.form-animate-text .bar:after {
  right: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .bar:before,
.form-text:focus ~ .bar:after {
  width: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  -ms-animation: inputHighlighter 0.3s ease;
  -o-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  -ms-animation: inputHighlighter 0.3s ease;
  -o-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  -ms-animation: inputHighlighter 0.3s ease;
  -o-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.achievement {
  padding: 20px 0;
}
.achievement .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  position: relative;
}
.achievement .container:before {
  content: "";
  position: absolute;
  top: calc(-76px / 2 + 10px);
  left: -20px;
  width: 76px;
  height: 76px;
  background-image: url("../assets/achievement/vector1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.achievement .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 76px;
  height: 76px;
  background-image: url("../assets/achievement/vector2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.achievement .container .item {
  padding: 10px 30px;
  position: relative;
}
.achievement .container .item:before {
  content: "";
  background-color: #204789;
  width: 3px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 10px;
}
.achievement .container .item h5 {
  font-weight: bold;
  font-size: 31px;
  line-height: 150%;
  color: #204789;
  position: relative;
}
.achievement .container .item p {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #303D4D;
}
@media (max-width: 576px) {
  .achievement .container {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
  .achievement .container .item h5 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .achievement .container {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 768px) {
  .achievement .container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 992px) {
  .achievement .container {
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-items: center;
  }
}

.swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background: #fff;
  width: 380px;
  padding: 20px;
}

.swiper-slide .swiper-slide2{
  background-position: center;
  background-size: cover;
  background: #fcf7f3 !important;
  width: 320px;
  padding: 20px;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide .slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .slideBanner{
  text-align: center;
  font-size: 18px;
  background: #fbf8f5;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .slideBanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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


.profilengo .partnerimg{
  max-width: 120px;
  height: 100px;
}

.profile .container {
  padding: 20px 100px;
}
.profile .container .rows_profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-items: center;
}
@media (max-width: 576px) {
  .profile .container {
    padding: 16px;
  }
  .profile .container .rows_profile {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .profile .container {
    padding: 16px;
  }
  .profile .container .rows_profile {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .profile .container {
    padding: 20px 100px;
  }
  .profile .container .rows_profile {
    grid-template-columns: 1fr 1fr;
  }
}
.profile .description h4 {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
}
.profile .description p {
  font-weight: normal;
  font-size: 18px;
  line-height: 184%;
  color: #5C6F80;
}
.profile .images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.profile .images .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 20px;
  align-items: center;
}
.profile .images .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 20px;
  align-items: center;
}
@media (max-width: 576px) {
  .profile .images {
    gap: 40px;
  }
  .profile .images .grid-2, .profile .images .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
}
@media (min-width: 576px) {
  .profile .images {
    gap: 40px;
  }
  .profile .images .grid-2, .profile .images .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .profile .images {
    gap: 20px;
  }
  .profile .images .grid-2 {
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
  }
  .profile .images .grid-3 {
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
  }
}
.profile .images img {
  cursor: pointer;
  transition: 0.3s ease;
}
.profile .images img:hover {
  transform: scale(1.1);
}
.profile .row-about {
  margin-top: 100px;
}
.profile .row-about .about h5 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #303D4D;
}
.profile .row-about .about p {
  color: #5C6F80;
  text-align: center;
}
.profile .row-about2 {
  margin-top: 20px;
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 576px) {
  .profile .row-about2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .profile .row-about2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .profile .row-about2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (min-width: 992px) {
  .profile .row-about2 {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .profile .row-about2 {
    padding: 0 50px;
  }
}
.profile .row-about2 .col img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.profile .row-about2 .col h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #303D4D;
  margin-top: 5px;
}
.profile .row-about2 .col p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin-top: 10px;
}
.profile .carousel-container {
  padding: 0 50px;
  margin-top: 100px;
}
.profile .carousel-container .carousel-item {
  border-radius: 16px;
  overflow: hidden;
}

.tentangsingo .box {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  /* max-height: 500px; */
}

.tentangsingo .box:hover {
  box-shadow: 10px 10px 15px rgba(192, 187, 142, 0.815);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}


.news {
  margin-top: 100px;
}
.news .rows_news {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
@media (max-width: 576px) {
  .news .rows_news {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .news .rows_news {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .news .rows_news {
    grid-template-columns: 2fr 1fr;
  }
}
.news .title {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: #303D4D;
  margin-bottom: 30px;
}
.news .news-item {
  display: flex;
}
.news .news-item img {
  width: 261px;
  height: 174px;
  border-radius: 8px;
  object-fit: contain;
}
.news .news-item .news-detail {
  margin-left: 20px;
}
.news .news-item .news-detail .news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #303D4D;
  line-height: 140%;
  margin: 0;
}
.news .news-item .news-detail .news-date {
  font-size: 16px;
  color: #A6B3BC;
  margin: 0;
}
.news .news-item .news-detail .news-meta {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #303D4D;
  line-height: 180%;
  margin: 0;
}
@media (max-width: 576px) {
  .news .news-item {
    flex-direction: column;
  }
  .news .news-item img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }
  .news .news-item .news-detail {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 576px) {
  .news .news-item {
    flex-direction: column;
  }
  .news .news-item img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }
  .news .news-item .news-detail {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .news .news-item {
    flex-direction: row;
  }
  .news .news-item img {
    width: 261px;
    height: 174px;
  }
  .news .news-item .news-detail {
    margin: 0 0 0 20px;
  }
}
.news .mini-news-item {
  border-bottom: 1px solid #D2D7DB;
  padding-bottom: 20px;
}
.news .mini-news-item .mini-news-title {
  font-weight: 400;
  font-size: 16px;
  color: #303D4D;
  line-height: 180%;
  margin: 0;
}
.news .mini-news-item .mini-news-date {
  font-weight: normal;
  font-size: 16px;
  color: #A6B3BC;
  margin: 0;
}

.footer {
  background-color: #204789;
  padding: 30px 0;
  margin-top: 100px;
}
.footer .row-footer {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 40px;
}
.footer .row-footer .footer-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.footer .row-footer .footer-social img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.footer .row-footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .row-footer .footer-main .links {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 20px;
}
.footer .row-footer .footer-main .links a {
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  color: #F0F4F6;
}
.footer .row-footer .footer-main .logo {
  width: 110px;
  object-fit: contain;
}
.footer .row-footer .footer-address p {
  font-weight: normal;
  font-size: 13px;
  line-height: 180%;
  text-align: right;
  color: #F0F4F6;
  margin: 0;
}
.footer .row-footer .footer-address hr {
  background-color: #F0F4F6;
  margin: 5px 0;
}
@media (max-width: 576px) {
  .footer .row-footer {
    grid-template-columns: 1fr;
  }
  .footer .row-footer .footer-social {
    place-items: center;
  }
}
@media (min-width: 576px) {
  .footer .row-footer {
    grid-template-columns: 1fr;
  }
  .footer .row-footer .footer-social {
    place-items: center;
  }
}
@media (min-width: 992px) {
  .footer .row-footer {
    grid-template-columns: 200px 1fr 200px;
  }
  .footer .row-footer .footer-social {
    place-items: start;
  }
}
.footer .copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 180%;
  color: #8AB6D6;
}

.list-logo {
  display: flex;
  justify-content: center;
  padding-top: 150px;
}
.list-logo .container-list-logo {
  width: 720px;
  min-height: 100px;
}
.list-logo .container-list-logo .title {
  font-weight: 600;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
}
.list-logo .container-list-logo .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
}
.list-logo .container-list-logo .list {
  column-count: 3;
  gap: 30px;
}
.list-logo .container-list-logo .list .item {
  margin-bottom: 30px;
  break-inside: avoid;
  padding: 2px;
}
.list-logo .container-list-logo .list .item a {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 16px 25px;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}
.list-logo .container-list-logo .list .item a p {
  font-size: 12px;
  text-align: center;
  color: #303D4D;
  margin: 0;
  font-weight: 300;
}
.list-logo .container-list-logo .list .item a .spacer {
  height: 30px;
}
.list-logo .container-list-logo .list .item a img {
  max-width: 126px;
  display: block;
  grid-row: 1/-1;
  grid-column: 1;
  object-fit: contain;
}
@media (max-width: 576px) {
  .list-logo .container-list-logo .list {
    column-count: 1;
  }
  .list-logo .container-list-logo .list .item.dummy {
    display: none;
  }
}
@media (min-width: 576px) {
  .list-logo .container-list-logo .list {
    column-count: 2;
  }
  .list-logo .container-list-logo .list .item.dummy {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-logo .container-list-logo .list {
    column-count: 3;
  }
  .list-logo .container-list-logo .list .item.dummy {
    display: block;
  }
}

.back-button {
  font-weight: 500;
  font-size: 16px;
  color: #2978B5;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.back-button:hover {
  color: #2978B5;
}
.back-button img {
  height: 12px;
  width: 6px;
  object-fit: contain;
  margin-right: 10px;
}

.address-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px;
  align-items: center;
}
.address-detail .logo {
  width: 120px;
  object-fit: contain;
}
.address-detail .detail h1 {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
}
.address-detail .detail .item-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.address-detail .detail .item {
  display: flex;
}
.address-detail .detail .item img {
  width: 20px;
  height: 29px;
  object-fit: contain;
}
.address-detail .detail .item p {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0 0 0 10px;
}
@media (max-width: 576px) {
  .address-detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .address-detail .logo {
    align-self: center;
    justify-self: center;
  }
  .address-detail .detail .item-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .address-detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .address-detail .logo {
    align-self: center;
    justify-self: center;
  }
  .address-detail .detail .item-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .address-detail {
    grid-template-columns: auto 1fr;
    gap: 100px;
  }
  .address-detail .detail .item-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .address-detail .detail .item-container {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}

.profile-detail .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  color: #303D4D;
  margin: 0;
}
.profile-detail .item-container {
  display: flex;
}
.profile-detail .item .item-title {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
.profile-detail .item .item-description {
  font-size: 16px;
  line-height: 180%;
  color: #303D4D;
  margin: 0;
}
.profile-detail .main-content .single-content img {
  object-fit: contain;
  width: 100%;
  border-radius: 8px;
}
.profile-detail .main-content .single-content .title {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
  margin: 0;
}
.profile-detail .main-content .single-content .footer-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin: 0;
}
.profile-detail .main-content .single-content .footer-detail .date {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
.profile-detail .main-content .grid-news .news-item .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #303D4D;
  margin: 0;
}
.profile-detail .main-content .grid-news .news-item .date {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
.profile-detail .main-content .grid-news .news-item img {
  width: 100%;
  object-fit: contain;
}

.row-publikasi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.row-publikasi .item_publikasi {
  text-decoration: none;
}
.row-publikasi .item_publikasi .image-container {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.row-publikasi .item_publikasi .image-container img {
  width: 100%;
  object-fit: contain;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease 0.1s;
}
.row-publikasi .item_publikasi .image-container:hover img {
  transform: scale(1.05);
}
.row-publikasi .item_publikasi h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #303D4D;
  margin: 0;
}
.row-publikasi .item_publikasi p {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
@media (max-width: 576px) {
  .row-publikasi {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) {
  .row-publikasi {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .row-publikasi {
    grid-template-columns: repeat(3, 1fr);
  }
}

.row-detail-news {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}
@media (max-width: 576px) {
  .row-detail-news {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .row-detail-news {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .row-detail-news {
    grid-template-columns: 1fr 350px;
  }
}
@media (min-width: 1200px) {
  .row-detail-news {
    grid-template-columns: 1fr 400px;
  }
}

.detail-news .title {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
  margin: 0;
}
.detail-news .date {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
.detail-news img {
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}
.detail-news .full-description {
  font-size: 16px;
  line-height: 180%;
  color: #303D4D;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.sidebar-right .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  color: #303D4D;
  margin: 0;
}
.sidebar-right .news-item-sidebar {
  display: flex;
}
.sidebar-right .news-item-sidebar .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #303D4D;
  margin: 0;
}
.sidebar-right .news-item-sidebar .date {
  font-size: 13px;
  line-height: 180%;
  color: #A6B3BC;
  margin: 0;
}
.sidebar-right .news-item-sidebar img {
  width: 137px;
  height: 91px;
  object-fit: contain;
  border-radius: 8px;
  margin-right: 16px;
}

.row_detail_publikasi {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
@media (max-width: 576px) {
  .row_detail_publikasi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 576px) {
  .row_detail_publikasi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .row_detail_publikasi {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
}

.detail-publikasi img {
  width: 100%;
  object-fit: contain;
}

.detail-publikasi-description h1 {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
  color: #303D4D;
  margin: 0;
}
.detail-publikasi-description .description-publikasi {
  font-size: 16px;
  line-height: 180%;
  color: #303D4D;
  white-space: pre-line;
  margin: 0;
}
.detail-publikasi-description .user-publikasi {
  display: flex;
  align-items: center;
}
.detail-publikasi-description .user-publikasi img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.detail-publikasi-description .user-publikasi p {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}

.item-detail-publikasi {
  display: flex;
  align-items: center;
}
.item-detail-publikasi .isbn {
  padding: 0px 5px;
  border: 2px solid #5C6F80;
  color: #5C6F80;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
.item-detail-publikasi .text-publikasi {
  font-size: 16px;
  line-height: 180%;
  color: #5C6F80;
  margin: 0;
}
.item-detail-publikasi .icon-publikasi {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.select2-container .select2-choice {
  padding: 5px 10px;
  height: 40px;
  width: 132px;
  font-size: 1.2em;
}

.select2-container--default .select2-selection--single {
  position: relative;
  height: 40px;
  padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  font-size: 1.3em;
  padding: 4px 12px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  color: #5C6F80;
}

.document-found {
  display: none;
}
.document-found .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
.document-found .documents {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.document-found .documents .document {
  border-radius: 8px;
  border: 0.5px solid #A6B3BC;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.document-found .documents .document p {
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #303D4D;
}
.document-found .documents .document img {
  width: 71px;
  height: 93px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .document-found .documents {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .document-found .documents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .document-found .documents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .document-found .documents {
    grid-template-columns: repeat(5, 1fr);
  }
}

.document {
  border-radius: 8px;
  border: 0.5px solid #A6B3BC;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  min-height: 150px;
}

.document img {
  width: 55px;
  height: 70px;
  object-fit: contain;
}

.navbar .navbar-dark .navbar-nav .nav-item .dropdown-item .a {
  /* color: #303D4D !important; */
}
.navbar .navbar-dark .navbar-nav .nav-item .dropdown-item .a:hover {
  color: #204789 !important;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
