html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*scroll-behavior: smooth;*/
}

body {
  font-family: "Manrope";
  background-color: #f0f5f8;
  color: #323232;
  font-weight: 500;
}

::-webkit-scrollbar {
  background: transparent;
  border-radius: 20px;
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background: #23a55a;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #027533;
}

.text-primary {
  opacity: 1;
  color: #23a55a !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: #fb9c10 !important;
}

.secondary-gradient {
  opacity: 1;
  background: linear-gradient(84.9deg, #0066a2 -3.43%, #0085d2 102.99%);
}

.bg-mute {
  --bs-bg-opacity: 1;
  background-color: #dadada !important;
  color: #333;
}

.bg-mute td {
  background-color: #dadada !important;
}

.bg-secondary {
  background-color: #0085d2 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-weight: 900;
  margin-bottom: 1.563rem;
}

.nav-link {
    font-weight: 600 !important;
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .h6,
  h6 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  p,
  dl,
  ol,
  ul {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

p,
dl,
ol,
ul {
  font-size: 1rem;
  line-height: 1.5;
}

main ul li {
  margin-bottom: 10px;
}

ul li:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: calc(1.125rem + ((1vw - 0.36rem) * 0.9615));
  font-weight: 500;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 4.5rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.2vw);
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    opacity: 1;
    transition: 0.3s;
  }
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  opacity: 1;
}

a i {
  margin-left: 10px;
}

a:hover,
.nav-link:focus,
.nav-link:hover {
  color: #23a55a;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}

.part-article {
  margin-bottom: 35px;
}

.part-article:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .title-row {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}

.title-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.title-row a {
  color: initial;
}

/* .title-row h1, .title-row h2, .title-row h3, .title-row h4 {
  position: relative;
  margin-bottom: 20px;
}

.title-row h1:before, .title-row h2:before, .title-row h3:before, .title-row h4:before {
  content: "";
  position: absolute;
  width: 75px;
  top: 125%;
  height: 2px;
  left: 0;
  background-color: #23a55a;
} */

.alert-success {
  color: #01461f;
  background-color: #b2eecc;
  border: 0 !important;
}

/* START BUTTON */

@media (min-width: 992px) {
  .btn {
    font-size: 1rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.5rem 1rem;
  border-radius: 9px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: initial;
}

.btn i {
  margin-left: 12px;
  font-size: 20px;
  vertical-align: middle;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1.275rem;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.75rem 1.375rem;
    font-size: 1.125rem;
  }
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
  }
}

.btn-primary {
  color: #fff;
  background-color: #23a55a;
  border-color: #23a55a;
  font-weight: 500;
}

.btn-light {
  color: #23a55a;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-weight: 500;
}

.btn-light:hover {
  color: #027533;
  background-color: #e8fff2;
  border-color: #f9fffc;
}

.btn-outline-primary {
  color: #23a55a;
  border-color: #23a55a;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #23a55a;
  border-color: #23a55a;
}

@media (min-width: 1200px) {
  .primary-gradient {
    background: linear-gradient(85deg, #23a55a 0%, #51c984 100%);
    color: #fff;
    padding: 6px 16px;
    box-shadow: 0px 0px 0px -5px transparent;
    transition: 0.3s;
    border: 0 !important;
    font-size: 18px;
    font-weight: 600;
  }
}

.primary-gradient {
  background: linear-gradient(85deg, #23a55a 0%, #51c984 100%);
  color: #fff;
  padding: 5px 8px;
  box-shadow: 0px 0px 0px -5px transparent;
  transition: 0.3s;
  border: 0 !important;
  font-size: 12px;
}

.primary-gradient:hover {
  box-shadow: 0px 12px 16px -5px rgba(4, 18, 27, 0.1);
  color: #fff;
}

@media (min-width: 1200px) {
  .primary-gradient i {
    margin-left: 10px;
    font-size: 22px;
  }
}

.primary-gradient i {
  margin-left: 5px;
  font-size: 18px;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #23a55a !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #027533;
  border-color: #027533;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #027533;
  border-color: #027533;
}

.btn-link {
  font-weight: 500;
  color: #23a55a;
  text-decoration: none;
}

.btn-link:hover {
  color: #027533;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(2, 117, 51, 0.25);
}

/* END BUTTON */

/* START NAVBAR */

.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, 0.5);
}

.bs-icon.bs-icon-rounded {
  border-radius: 0.5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar-brand img {
  height: 45px;
}

.header-main .navbar-brand img {
  filter: grayscale(1) invert(1) brightness(100);
}

.header-main.onfixed .navbar-brand img {
  filter: none;
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 55px;
  }
}

.bg-wave {
  background-image: url("../img/wave-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.header-main,
.header-secondary {
  position: fixed;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 15%,
    rgba(26, 26, 26, 0) 90.1%
  );
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 1.2s;
}

.header-secondary {
  background: url("../img/wave-bg.svg"),
    linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.header-secondary .header-boxed .container {
  padding: 0;
}

.header-secondary .top-nav .nav-link {
  color: #333;
}

.header-secondary .header-boxed .bg-wave {
  background: transparent;
}

.header-main .navbar {
  /* background-color: #fff;*/
  /* box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.15); */
  /* border-radius: 12px; */
  /*overflow: hidden;*/
  transition: 0.5s;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.top-nav .nav-link {
  padding: 2px 2px;
  font-size: 12px;
  color: #fff;
}

@media (min-width: 576px) {
  .top-nav .nav-link {
    padding: 5px;
    font-size: 12px;
    color: #fff;
  }
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #51c984;
  /*font-weight: 500;*/
}

.header-main.onfixed {
  background: url("../img/wave-bg.svg"), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.15);
  -webkit-box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.15);
}

.header-main.onfixed .navbar {
  background: transparent;
  box-shadow: none;
}

.header-main.onfixed .top-nav .nav-link,
.onfixed .navbar-dark .navbar-nav .nav-link {
  color: #666;
}

.navbar-nav .dropdown-menu {
  border: #f0f5f8;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
}

.lang a {
  padding: 0;
}

.lang img {
  width: 28px;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.navbar-nav .dropdown-menu .dropdown-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}

.sub-nav {
  background: linear-gradient(85deg, #23a55a 0%, #51c984 100%);
}

.sub-nav .nav {
  flex-wrap: nowrap;
  justify-content: start;
  overflow-x: auto;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: 15px;
}
@media (min-width: 992px) {
  .sub-nav .nav {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto;
  }
}

.sub-nav li {
  margin-bottom: 0;
  white-space: nowrap;
}

.sub-nav .nav-link {
  font-size: 15px;
  color: #fff;
  padding: 5px 12px;
  font-weight: 300;
}

.sub-nav .nav-link.active {
  font-weight: 600;
}

.navbar-light .navbar-toggler {
  color: rgb(35, 165, 90);
  border-color: rgba(2, 117, 51, 0.15);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/ic-menu.svg");
}

@media (max-width: 768px) {
  .onfixed .navbar-dark .navbar-toggler {
    color: rgb(61 61 61 / 25%);
    border-color: rgb(22 22 22 / 25%);
  }
  .onfixed .navbar-dark .navbar-toggler-icon {
    filter: invert(1);
  }
}
@media (max-width: 768px) {
  .header-main .navbar-collapse {
    background-color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  .header-main .navbar-collapse .nav-link {
    color: #333;
  }
}
/* END NAVBAR */

/* MAIN */

.section {
  position: relative;
  padding: 2.5em 0;
}

@media (min-width: 1200px) {
  .section {
    position: relative;
    padding: 5em 0;
  }
}

.section-minimal {
  padding: 1.7em 0;
  position: relative;
}

@media (min-width: 992px) {
  .section-minimal {
    padding: 3.5em 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  .section.hero {
    padding-top: 10em;
    padding-bottom: 5em;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom-left-radius: 0;
    /*background-image: url("../../assets/img/MG_9983.jpeg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.section.hero {
  padding-top: 10em;
  padding-bottom: 5em;
  display: flex;
  align-items: end;
  overflow: hidden;
  /*background-image: url("../../assets/img/MG_9983.jpeg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.video-bg {
  /*background: transparent;*/
}

.hero.video-bg video,
.hero.video-bg iframe,
.hero.video-bg .video-source {
  z-index: 15;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  object-fit: cover;
}

.section.hero .container {
  z-index: 50;
}

.section.hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 0;
  z-index: 25;
  margin: auto;
  bottom: 50%;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .top-minus-medium {
    margin-top: -2.5em;
  }
}

.top-minus-medium {
  margin-top: -1em;
  position: relative;
  z-index: 50;
}

@media (min-width: 1200px) {
  .boxed-card {
    position: relative;
    z-index: 50;
    padding: 2.5rem;
    border-radius: 24px;
  }
}

.boxed-card {
  position: relative;
  z-index: 50;
  padding: 15px;
  background-color: #fff;
  background-image: url("../img/wave-right.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.15);
  border-radius: 14px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .boxed-card {
    position: relative;
    z-index: 50;
    padding: 1.7rem;
    border-radius: 16px;
    overflow: hidden;
  }
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.card-news {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

@media (min-width: 992px) {
  .card-news {
    border-radius: 12px;
  }
}

.card-news:hover {
  box-shadow: 0px 35px 40px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 35px 40px -5px rgba(0, 0, 0, 0.15);
}

.card-news .inner {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (min-width: 992px) {
  .card-news .inner img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
}

.card-news .inner img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .card-news .inner img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
}

.card-news .inner .content {
  padding: 10px;
  height: 120px;
}

@media (min-width: 992px) {
  .card-news .inner .content {
    padding: 15px;
  }
}

.card-news .inner .content small {
  font-size: 75%;
}

.card-news .inner .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .card-news .inner .content p {
    -webkit-line-clamp: 3;
  }
}

.card-news .inner .content p {
  font-size: 15px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.karir {
  background-color: #e7f5ed;
}

footer {
  position: relative;
  border-top: 1px solid #d1d5db;
  color: #666;
  background-image: url("../img/wave-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

footer .f-top {
  padding: 2.5em 0;
}

footer .f-bottom {
  /*background: #E5EBEF;*/
  padding: 1.5em;
}

@media (min-width: 768px) {
  .footer-widget h5 {
    font-weight: 700;
    color: #23a55a;
    margin-bottom: 20px;
  }
}

.footer-widget h5 {
  font-weight: 700;
  color: #23a55a;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footer-widget {
    position: relative;
    margin-bottom: 35px;
  }
}

.footer-widget {
  position: relative;
  margin-bottom: 20px;
}

.footer-widget::last-child {
  margin-bottom: 0;
}

.footer-link {
  margin: 0;
}

@media (min-width: 768px) {
  .footer-link li {
    margin: 12px 0;
    display: block;
  }
}

.footer-link li {
  margin: 5px 0;
  display: block;
}

.footer-link a {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.footer-link a:hover {
  color: #027533;
}

.social-link {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .social-link {
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.social-link a {
  display: inline-block;
}

.social-link a img {
  width: 25px;
  height: 25px;
}

@media (min-width: 992px) {
  .social-link a img {
    width: 35px;
    height: 35px;
  }
}

footer hr {
  border: 1px dashed #d4e1e9;
}

.alert-pengumuman {
  background: linear-gradient(84.9deg, #0066a2 -3.43%, #0085d2 102.99%);
  display: flex;
  width: 100%;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 0;
  align-items: center;
  margin-bottom: 0;
}

.alert-pengumuman .alert-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 12px 26px;
  background-color: #035f95;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .alert-pengumuman .alert-heading {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 8px 10px;
    background-color: #035f95;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-right: 5px;
  }
}

.alert-pengumuman .alert-heading span {
  display: none;
}

@media (min-width: 768px) {
  .alert-pengumuman .alert-heading span {
    display: block;
  }
}

@media (min-width: 768px) {
  .alert-pengumuman .alert-heading i {
    display: none;
  }
}

.alert-pengumuman .inner-text {
  margin-right: 25px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .alert-pengumuman .inner-text {
    margin-right: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

.alert-pengumuman .inner-text span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .alert-pengumuman .inner-text span {
    font-size: 13px;
  }
}

.alert-pengumuman .inner-text a {
  font-size: 12px;
  color: #fff;
  padding: 5px 5px;
  background: #0574b4;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .alert-pengumuman .inner-text a {
    font-size: 12px;
    color: #fff;
    padding: 5px 12px;
    background: #0574b4;
    border-radius: 50px;
  }
}

.alert-pengumuman .btn-close {
  padding: 5px;
  font-size: 10px;
  top: 35px;
  bottom: 35px;
  margin: auto;
}

@media (min-width: 576px) {
  .alert-pengumuman .btn-close {
    padding: 12px;
    font-size: 12px;
    top: 24px;
    bottom: 50px;
    margin: auto;
  }
}

.float-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
}

@media (min-width: 992px) {
  .float-button .float-link {
    padding: 12px;
    align-items: center;
    width: 350px;
    border-radius: 12px;
  }
}

.float-button .float-link {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  background: url("../img/wave-bg.svg"),
    linear-gradient(#23a55a, #23a55a);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  cursor: pointer;
  width: auto;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.25);
  -webkit-box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.25);
}

.float-frame {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  width: 350px;
  height: initial;
  background: #23a55a;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -5px rgba(13, 52, 30, 0.25);
  /*transform: translateY(100%);*/
  /*opacity: 0;*/
  display: none;
  transition: all 0.3s;
}

.float-frame .nav-tabs {
  border: 0px;
  background-color: #027533;
}

.float-frame .nav-link {
  padding: 10px 12px;
  border-radius: 0px;
  border: 0px;
  color: #8bdfaf;
  font-size: 14px;
  font-weight: 600;
}

.float-frame .nav-tabs .nav-item.show .nav-link,
.float-frame .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.float-button .float-link:hover {
  margin-bottom: 5px;
}

.float-frame .tab-content {
  padding: 10px;
}

.float-frame .inner-link {
  padding: 0;
  margin: 0;
  border: 1px solid #38c675;
  border-radius: 8px;
}

.float-frame .inner-link a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}

.float-frame .inner-link a:hover {
  background-color: #149c4e;
}

.float-button .float-link:hover {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .float-button .float-link img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.float-button .float-link img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.float-button .float-link p {
  margin-bottom: 5px;
}

.float-button .float-link p.small {
  margin: 0;
}

/* END MAIN */

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #027533;
  border-color: #027533;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #027533;
  border-color: #027533;
  box-shadow: 0 0 0 0.25rem rgba(2, 117, 51, 0.25);
}

.hero-landing {
  position: relative;
  padding: 5em 0 2.5em 0;
  min-height: 500px;
  background-color: #000;
  overflow: hidden;
  border-bottom-left-radius: 35px;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .hero-landing {
    padding: 15em 0 5em 0;
    min-height: 500px;
    border-bottom-left-radius: 75px;
  }
}

.hero-single {
  position: relative;
  padding: 15em 0 2.5em 0;
  min-height: 380px;
  background-color: #23a55a;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  display: flex;
  align-items: flex-end;
  background-image: url("../img/wave-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .hero-single {
    padding: 15em 0 2.5em 0;
    min-height: 400px;
    border-bottom-left-radius: 75px;
  }
}

@media (min-width: 992px) {
  .hero-single {
    padding: 15em 0 5em 0;
    min-height: 500px;
    border-bottom-left-radius: 100px;
  }
}

@media (min-width: 1200px) {
  .hero-landing {
    padding: 15em 0 5em 0;
    min-height: 85vh;
    border-bottom-left-radius: 100px;
  }
}

.hero-landing .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  opacity: 0.8;
}

.hero-image.ostart {
  object-position: top center;
}

.hero-landing.land-artikel:before {
  display: none;
}

.hero-landing.land-artikel .hero-image {
  opacity: 1;
}

.hero-landing .container {
  position: relative;
  z-index: 50;
}

.card-quote {
  padding: 25px 50px;
  min-height: 150px;
  border-radius: 16px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-image: url("../img/pupuk-indonesia-profil-quotes-short.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  box-shadow: none;
}
.card-quote .inner {
  width: 100%;
}

@media (min-width: 992px) {
  .card-quote {
    background-image: url("../img/pupuk-indonesia-profil-quotes-long.png");
    padding: 25px 50px;
    min-height: 250px;
  }
  .card-quote .inner {
    width: 50%;
  }
}

.card-quote:before {
  content: url("../img/icon-quote.svg");
  position: absolute;
  top: 25px;
  left: 25px;
}

.card-quote h4 {
  margin: 0;
  position: relative;
  z-index: 10;
}

.card-quote .image-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  z-index: 1;
  opacity: 0.2;
}

.card-phase {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: start;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .card-phase {
    flex-direction: row;
  }
}

.card-phase .connector {
  margin-top: 0;
}

@media (min-width: 992px) {
  .card-phase .connector {
    margin-top: 5%;
  }
}

.card-phase .card {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-phase .card:last-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .card-phase .card:last-child {
    margin-top: 10%;
  }
}

.card {
  border: 0px;
  background-color: #e6e6e6;
  border-radius: 12px;
}

.connector {
  background-image: url("../img/connector-horizontal.svg");
  width: 100%;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .connector {
    background-image: url("../img/line-connector.svg");
    height: 100px;
  }
}

.hr-transparent {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  margin: 25px auto;
}

.hr-35 {
  width: 50%;
  margin: 35px auto;
  border: 1px solid #cccccc;
}

@media (min-width: 768px) {
  .hr-35 {
    width: 35%;
    margin: 50px auto;
    border: 1px solid #cccccc;
  }
}

.hr-35.mt-small {
  margin: 25px auto;
}

.list-separator {
  margin: 0;
}

@media (min-width: 768px) {
  .list-separator li {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    font-family: "Lato";
    color: #4d4d4d;
    position: relative;
  }
}

.list-separator li {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  font-family: "Lato";
  color: #4d4d4d;
  position: relative;
}

@media (min-width: 768px) {
  .list-separator li:after {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 100;
    opacity: 0.5;
  }
}

.list-separator li:after {
  content: "|";
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 100;
  opacity: 0.5;
}

.list-separator li:last-child:after {
  content: none;
}

.rounded-large {
  border-radius: 24px;
}

@media (min-width: 992px) {
  .card-aper {
    display: flex;
    align-items: start;
    padding: 15px;
    gap: 10px;
    color: #333;
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .card-aper img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    object-fit: contain;
  }
}

.card-aper {
  display: flex;
  align-items: start;
  padding: 12px 0;
  gap: 8px;
  color: #333;
  transition: 0.3s;
}

.card-aper img {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  object-fit: contain !important;
  position: relative !important;
}

.card-aper .inner {
  width: 100%;
  position: relative;
}

.card-aper .inner h5 {
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.card-aper .inner p {
  color: #333;
}

.card-aper .inner h5 i {
  margin-left: 15px;
}

.card-aper:hover h5 {
  color: #23a55a;
}

.page-title {
  position: relative;
  padding-top: 15em;
  /*background: linear-gradient(180deg, #40e084 15%, rgba(240, 245, 248, 0.5) 90%);*/
  background: transparent;
  padding-bottom: 2.5em;
  text-align: center;
}

@media (min-width: 992px) {
  .page-title {
    position: relative;
    padding-top: 17em;
    /*background: linear-gradient(180deg, #40e084 15%, rgba(240, 245, 248, 0.5) 90%);*/
    background: transparent;
    padding-bottom: 5em;
    text-align: center;
  }
}

.page-title h2 {
  margin: 0;
}

.card-direksi {
  text-align: center;
  cursor: pointer;
}

.card-direksi img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card-direksi p {
  margin-bottom: 0;
  font-weight: 800;
}

.card-direksi small {
  color: #0085d2;
  font-weight: 800;
}

.modal-content {
  border-radius: 16px;
}

.modal-title {
  text-align: center;
  width: 100%;
}

.modal-header {
  border: 0px;
}

.modal-default .modal-content {
  border-radius: 16px;
}

.modal-default .modal-body {
  padding: 25px;
  border-radius: 16px;
}

.modal-default .two-side {
  display: flex;
  align-items: start;
}

.modal-default .two-side .side-image {
  width: 250px;
  height: 300px;
  object-fit: cover;
  margin-left: -50px;
  border-radius: 16px;
}

.modal-default .two-side .inner {
  padding: 0 24px;
  width: 100%;
}

.modal-default .two-side .inner .title {
  margin-bottom: 24px;
}

.modal-default .two-side .inner .title h4 {
  margin-bottom: 0px;
}

.list-penghargaan {
  display: flex;
  flex-wrap: wrap;
}

.list-penghargaan > * {
  flex: 0 0 auto;
  width: 50%;
  margin: 15px 0 !important;
}

@media (min-width: 768px) {
  .list-penghargaan > * {
    flex: 0 0 auto;
    width: 33.33%;
    margin: 15px 0 !important;
  }
}

@media (min-width: 992px) {
  .list-penghargaan > * {
    flex: 0 0 auto;
    width: 25%;
    margin: 15px 0 !important;
  }
}

.item-penghargaan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 10px;
}

@media (min-width: 992px) {
  .item-penghargaan {
    gap: 15px;
    padding: 20px;
  }
}

.item-penghargaan img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .item-penghargaan img {
    width: 200px;
    height: 250px;
    object-fit: contain;
  }
}

.item-penghargaan p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}

@media (min-width: 992px) {
  .item-penghargaan p {
    margin: 0;
    font-weight: 800;
  }
}

.item-penghargaan small {
  color: #666666;
}

.item-penghargaan .source {
  font-weight: 600;
}

.product-small {
  display: flex;
  align-items: start;
}

.product-small img {
  width: 120px;
  height: 75px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .product-small img {
    width: 200px;
    height: 120px;
  }
}

.product-small .inner {
  text-align: left;
  width: 100%;
  padding: 0 0px 0px 8px;
}

@media (min-width: 992px) {
  .product-small .inner {
    text-align: left;
    width: 100%;
    padding: 0 15px;
  }
}

.product-small .inner h5 {
  margin-bottom: 5px;
}

.blockquote-mini {
  padding: 10px;
  background: #e6e6e6;
  border-radius: 8px;
}

.blockquote-mini p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

.tab-rayonisasi {
  background: #fff;
  position: relative;
}

.tab-rayonisasi .nav-tabs {
  display: flex;
  align-items: start;
  justify-content: center;
  border-color: #23a55a;
}

.tab-rayonisasi .nav-tabs .nav-item {
  flex: 0 0 auto;
  margin-bottom: 0;
  width: 33.33%;
}

@media (min-width: 768px) {
  .tab-rayonisasi .nav-tabs .nav-item {
    flex: 0 0 auto;
    margin-bottom: 0;
    width: 20%;
  }
}

.tab-rayonisasi .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 0px !important;
  color: #555;
  transition: 0.3s;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .tab-rayonisasi .nav-tabs .nav-link {
    border: 0 !important;
    border-radius: 0px !important;
    color: #555;
    transition: 0.3s;
  }
}

.tab-rayonisasi .nav-tabs .nav-link.active {
  background: linear-gradient(85deg, #23a55a 0%, #51c984 100%);
  color: #fff;
  font-weight: 700;
}

.tab-rayonisasi .nav-tabs .nav-link:focus,
.tab-rayonisasi .nav-tabs .nav-link:hover {
  background: linear-gradient(85deg, #23a55a 0%, #51c984 100%);
  color: #fff;
}

.styled-table {
  position: relative;
}

.styled-table .table {
  background: #fff;
  border-radius: 4px !important;
  border: 1px solid #d6e1db;
}

.styled-table thead {
  color: #23a55a;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #e7f5ed;
  color: #4d4d4d;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #e7f5ed;
  color: var(--bs-table-hover-color);
}

.table > :not(:first-child) {
  border-top: 2px solid var(--bs-success);
}

.table caption {
  font-size: 12px;
}

.produk-card {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.produk-card .card-body {
  padding: 0;
  margin-left: 15px;
  width: 100%;
}

.produk-card .card-img-top {
  width: 75px !important;
  height: 75px !important;
  object-fit: contain;
  min-width: 75px;
}

@media (min-width: 768px) {
  .produk-card .card-img-top {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px;
  }
}

.produk-card .card-link {
  font-size: 14px;
  font-weight: 600;
  color: #23a55a;
}

.produk-card .card-link i {
  margin-left: 5px;
}

.boxed-card.primary-gradient {
  background-color: #23a55a;
}

.item-jasa {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding: 15px 0;
  flex-direction: column;
}

@media (min-width: 576px) {
  .item-jasa {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    position: relative;
    padding: 15px 0;
  }
}

.item-jasa .figure {
  min-width: 100%;
  width: 100%;
  height: 200px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .item-jasa .figure {
    min-width: 200px;
    width: 200px;
    height: 180px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .item-jasa .figure {
    min-width: 400px;
    width: 400px;
    height: 280px;
    margin-right: 20px;
  }
}

.item-jasa .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.item-jasa .item-body {
  width: 100%;
  display: inline-block;
}

.backdrop {
  backdrop-filter: brightness(50%);
  backdrop-filter: contrast(50%);
  backdrop-filter: drop-shadow(0 0 5px #000);
  backdrop-filter: grayscale(100%);
  backdrop-filter: hue-rotate(90deg);
  backdrop-filter: invert(100%);
  backdrop-filter: opacity(50%);
  backdrop-filter: sepia(100%);
  backdrop-filter: saturate(100%);
}

.swiper {
  height: 300px;
  padding: 25px 0;
  width: 100%;
  position: relative;
  z-index: 50;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background: #f0f5f8;
}

.swiper-button-next,
.swiper-button-prev {
  /*top: auto;*/
  /*bottom: 30%;*/
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.slide-card {
  padding: 20px;
  box-shadow: 0px 10px 10px -5px rgba(13, 52, 30, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  height: initial;
  backdrop-filter: blur(5px);
  justify-content: flex-end;
  place-self: flex-end;
}

.square-slide img {
  height: 250px;
  object-fit: contain;
}

.slide-card a {
  display: none;
}

.slide-card h4 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide-active {
  background-color: #fff;
}

.swiper-slide-active a {
  display: block;
}

.slide-card h4 {
  color: #333;
  margin-bottom: 15px;
}

.meta-tag li {
  background-color: #333;
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
  font-size: 12px;
  margin: 0;
}

@media (min-width: 992px) {
  .meta-tag li {
    padding: 3px 12px;
    font-size: 15px;
  }
}

.card-pengumuman {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  transition: 0.3s;
  flex-direction: column;
}

@media (min-width: 768px) {
  .card-pengumuman {
    flex-direction: row;
    border-radius: 12px;
  }
}

.card-pengumuman:hover {
  box-shadow: 0px 35px 40px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 35px 40px -5px rgba(0, 0, 0, 0.15);
}

.card-pengumuman img {
  width: 100%;
  height: 100px;
  min-width: 80px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .card-pengumuman img {
    width: 75px;
    /*height: initial;*/
    min-width: 75px;
    object-fit: cover;
  }
}

.card-pengumuman .inner {
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .card-pengumuman .inner {
    padding: 12px 10px;
    width: 100%;
  }
}

.card-pengumuman .inner small {
  font-size: 75%;
}

.card-pengumuman .inner p {
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .article-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.art-meta {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .art-meta {
    margin: 0;
    justify-content: flex-start;
  }
}

.art-meta .meta-postby {
  display: flex;
  align-items: start;
}

.art-meta li {
  border-right: 1px solid #ddd;
  padding-right: 25px;
  padding-left: 25px;
}

.art-meta li:first-child {
  padding-left: 0px;
}

.art-meta li:last-child {
  border: 0px;
  padding-right: 0px;
}

.article-wrap .meta-postby img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  object-fit: cover;
  overflow: hidden;
}

.article-wrap .meta-postby .inner {
  padding: 5px 8px;
}

.article-wrap .meta-postby .inner small {
  font-size: 12px;
  color: #b3b3b3;
  display: block;
  line-height: 1;
}

.article-wrap .meta-postby .inner span {
  font-size: 14px;
  display: block;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
}

.article-wrap .meta-date {
  font-size: 11px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .article-wrap .meta-date {
    font-size: 14px;
  }
}

.article-wrap .meta-date span {
  display: block;
  white-space: nowrap;
}

.article-wrap-title {
  padding: 35px 0;
}

.article-wrap-title p {
  margin: 0;
  color: #808080;
}

.article-wrap-main {
  color: #4d4d4d;
}

.article-wrap-main .embed-doc,
.article-wrap-main iframe {
  width: 100%;
  height: 450px;
  margin: 35px auto;
  display: block;
}

@media (min-width: 992px) {
  .article-wrap-main .embed-doc,
  .article-wrap-main iframe {
    width: 100%;
    height: 700px;
    margin: 35px auto;
    display: block;
  }
}

.article-wrap-main .figure {
  width: 100%;
  margin: 15px 0;
  text-align: center;
  background-color: #eee;
}

.article-wrap-main .figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sidebar-left .sidebar-title {
  font-size: 18px;
  font-weight: bolder;
}

.sidebar-card {
  position: relative;
}

.sidebar-card h5 {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-card p,
.sidebar-card small {
  color: #808080;
}

.page-link {
  position: relative;
  display: block;
  color: #23a55a;
  text-decoration: none;
  background-color: #fff;
  border: 0px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #23a55a;
  border-color: #dee2e6;
}

.card-transparent {
  background: transparent;
}

.card-transparent .card-body {
  padding: 0;
}

.side-filter {
  background-color: #0066a2;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.side-filter .title {
  color: #caebfe;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .side-filter .title {
    color: #caebfe;
  }
}

.side-filter .form-check {
  margin-bottom: 12px;
}

.side-filter .form-check:last-child {
  margin-bottom: 0px;
}

.side-filter .form-group {
  margin-bottom: 15px;
  border-bottom: 0px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .side-filter .form-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #035f95;
    padding-bottom: 25px;
  }
}

.side-filter .form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0px;
}

.job-item {
  display: flex;
  padding: 15px;
}

.job-item .brief-icon {
  width: 75px;
  height: 75px;
  min-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.job-item .brief-icon i {
  font-size: 58px;
  margin: 0;
}

.job-item .job-desc {
  width: 100%;
  color: #fff;
}

.job-item .job-desc h5 {
  margin-bottom: 10px;
}

.job-item:hover {
  background-color: #0066a2;
}

.job-item .job-meta {
  display: flex;
  justify-content: space-between;
}

.job-item .job-meta span {
  font-size: 12px;
  color: #caebfe;
}

.job-pagination .page-link {
  background: transparent;
  color: #fff;
}

.job-pagination .page-item:first-child .page-link {
  background: #0066a2;
  border-radius: 2px;
  color: #0696e9;
}

.job-pagination .pagination {
  justify-content: flex-end;
}

.karir-detail img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.9rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  background-color: #f0f5f8;
  background-clip: padding-box;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.9rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  background-color: #f0f5f8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #808080;
  font-size: 14px;
}

.blank-section {
  min-height: 350px;
  padding: 5em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-comp {
  text-align: center;
}

.error-comp img {
  width: 150px;
  height: 150px;
  margin-bottom: 0px;
}

.error-comp h1 {
  color: #808080;
  margin: 0 auto;
  font-size: 120px;
}

.list-contact i {
  margin-right: 16px;
  color: #23a55a;
  font-size: 24px;
}

.list-contact span {
  font-weight: 700;
  color: #333333;
}

.list-contact.kantor {
    position: relative;
}
.list-contact.kantor li {
    display: flex;
}
.list-contact.kantor li i {
    background-color: #23a55a;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    line-height: 50px !important;
}
.white-box {
  background-image: none;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 25px 50px -5px rgb(13 52 30 / 15%);
  padding: 30px;
}
.row.manajemen-anak-perusahaan {
    margin: 50px 0 0 0;
}
.row.manajemen-anak-perusahaan .col.map {
    width: 20% !important;
    flex: 20%;
    margin: 10px 0;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog {
  max-width: 1200px;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog h3 {
  font-size: 27px;
    margin: 30px 0 10px 0;
    color: #23a55a !important;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
    max-height: 610px;
    overflow: hidden;
    overflow-y: scroll;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body .col-md-3 {
  padding: 15px;
  width: 20% !important;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body .col-md-3 img {
  border-radius: 10px;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body .col-md-3 h5 {
  margin: 10px 0 5px 0;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body .col-md-3 h6 {
  margin: 0;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.call-to-action {
  position: relative;
  padding: 3.5em 0;
  background-color: #23a55a;
  background-image: url("../img/wave-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #fff;
}

.search-form {
  width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .search-form {
    width: 75%;
    margin: auto;
  }
}

.search-form h2 {
  margin-bottom: 20px;
}

.search-form .input-group .input-group-text {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 15px 25px;
  border: 0px;
}

.search-form .input-group {
  border-radius: 50px;
  box-shadow: 0px 25px 15px -5px rgba(24, 31, 27, 0.15);
}

.search-resutl-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .search-resutl-list {
    gap: 25px;
  }
}

.search-resutl-list .search-item {
  display: flex;
  align-items: start;
  gap: 15px;
  color: #333;
}

.search-resutl-list .search-item img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .search-resutl-list .search-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .search-resutl-list .search-item img {
    width: 250px;
    height: 180px;
    object-fit: cover;
  }
}

.search-resutl-list .search-item .detail {
  width: 100%;
}

@media (max-width: 576px) {
  .search-resutl-list .search-item .detail h4 {
    font-size: 18px;
  }
}

.search-resutl-list .search-item .detail p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}

.search-resutl-list .search-item .detail h4 {
  margin-bottom: 10px;
}

.search-resutl-list .search-item .detail h4 span {
  color: #23a55a;
  font-style: italic;
  text-decoration: underline;
}

.search-resutl-list .search-item .detail small {
  color: #888;
}

.search-resutl-list .search-item .detail p span {
  color: #23a55a;
  text-decoration: underline;
  font-style: italic;
  font-weight: 500;
}

.search-nav {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cusrsor: pointer;
}

.search-nav i {
  margin: 0 !important;
  font-size: 28px;
}

.modal-search .modal-content {
  background-color: transparent;
  color: #fff;
  border: 0px !important;
}

.modal-search .modal-content form {
  text-align: center;
}

.input-group .input-group-text {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid transparent;
}

.rounded .form-control {
  border-radius: 50px;
}

.modal-backdrop {
  opacity: 0.8 !important;
}
.fit-cover {
  object-fit: cover;
}

.child-logo img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}

.kolapse {
  position: relative;
}

.kolapse i {
  position: absolute;
  top: 5%;
  right: 0;
  vertical-align: bottom;
  font-size: 20px;
  transition: 0.3s;
  margin: auto;
}

.kolapse[aria-expanded="false"] i {
  transform: rotate(0deg);
}

.kolapse[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.accordion.nostyle .accordion-item {
  background: transparent;
  border: 0px;
}

.accordion.nostyle .accordion-button {
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 10px 0;
  font-weight: 700;
  color: inherit;
  font-size: 20px;
}

.accordion.nostyle .accordion-body {
  padding: 0;
}

.accordion-button::after {
  background-image: url("../img/ic-expand.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/ic-expand.svg");
  transform: rotate(-180deg);
}

.invert .accordion-button::after {
  filter: invert(1);
}

.path-timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.path-timeline li {
  padding-left: 40px;
  position: relative;
}

.path-timeline li:last-child {
  padding-bottom: 0;
}

.path-timeline .info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  color: #23a55a;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  background: #149c4e;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 5px;
}

.path-timeline li:last-child .timeline-marker:after {
  content: none;
}

.path-timeline li:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #8bdfaf;
}

.timeline-content {
  padding-bottom: 25px;
  color: #555;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.section-bg {
  background-color: #000000 !important;
  position: relative;
  color: #fff;
}

.section-bg .container {
  z-index: 25;
  position: relative;
}

.section-bg .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  opacity: 0.5;
}

.swiperLogo a {
  display: block;
  text-align: center;
}

.swiperLogo a img {
  height: 75px;
  width: 100px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.7);
}

.swiperLogo img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #23a55a;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #23a55a;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.bg-quotes {
  background-image: url("../img/pupuk-indonesia-profil-quotes-long.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  box-shadow: none;
}

@media (max-width: 576px) {
  .bg-quotes {
    background-image: url("../img/pupuk-indonesia-profil-quotes-short.png");
  }
}

.nav-tabs.nostyle {
  border: 0px;
}

.nostyle .nav-item .nav-link {
  background-color: transparent;
  border: 0px;
  font-weight: 700;
  border-radius: 2px;
}

.nostyle .nav-item .nav-link.active {
  background-color: #23a55a;
  color: #fff;
}

.card-paragraph {
  display: flex;
}

.card-paragraph img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 12px;
}

.card-paragraph p {
  width: 100%;
}

/* -------------- override css ----------------- */
/* .header-boxed {max-width: 1600px;}
.navbar .container {max-width: 1600px;} */
/* ul.navbar-nav li:first-child {display: none;} */
.navbar-collapse .me-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
.logo-asean {
  margin-right: 1rem !important;
  height: 38px !important;
}
.logo-bumn {
  /* height: 28px !important; */
  height: 60px !important;
  margin-right: 1rem !important;
}

.hero-landing {
  min-height: 100vh;
}

.section.hero h1.display-4 {
  font-weight: 400;
}
.section.hero h4.mb-2 {
  margin: 25px 0 !important;
  font-size: 24px;
}
.skema-distribusi {
  background-color: transparent;
  /* box-shadow: 0px 25px 50px -5px rgb(13 52 30 / 15%); */
  border-radius: 4px;
  margin-top: -2em;
  overflow: hidden;
}
.kepemilikan-saham img {
  width: 100%;
  max-width: 1022px;
}
.penghargaan {
  justify-content: space-around;
}
.penghargaan img {
  width: 42% !important;
}
.logo-makmur {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}
.wbs {
  text-align: center;
}
.wbs img {
  max-width: 70%;
  margin-bottom: 15px;
}
.link-inline a {
  display: inline;
}
.pso-check {
  float: left;
}
.pso-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a.lifeatpi {
  color: #23a55a;
  border-color: #fff;
  background-color: #fff;
  margin-left: 20px;
}

.card-direksi img {
  border-radius: 15px;
  width: 190px;
  height: 190px;
}

.section.karir {
  padding: 12em 0;
  height: 610px;
}
.section.karir .mb-lg-5 {
  margin-bottom: 0 !important;
}

.section.produk {
  padding: 12em 0;
  height: 610px;
}
.section.riset {
  padding: 9em 0;
  height: 610px;
}

.square {
  position: relative;
  margin: 0 10px;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.square span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d88d7;
  mix-blend-mode: darken;
  border-radius: 32% 58% 65% 47% / 48% 35% 35% 55%;
  transition: 0.5s;
  animation: animate 9s linear infinite;
}

.pupuk-indonesia:hover span:nth-child(1) {
  border: none;
  background: #23a55aeb;
  color: #fff;
}

.square span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5911e;
  mix-blend-mode: hard-light;
  border-radius: 40% 59% 63% 45% / 41% 35% 56% 59%;
  transition: 0.5s;
  animation: animate 8s linear infinite;
}

.pupuk-indonesia:hover span:nth-child(2) {
  border: none;
  background: #23a55a52;
  color: #fff;
}

.square span:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e8741;
  mix-blend-mode: hard-light;
  border-radius: 42% 51% 60% 46% / 38% 56% 51% 65%;
  transition: 0.5s;
  animation: animate2 7s linear infinite;
}

.pupuk-indonesia:hover span:nth-child(3) {
  border: none;
  background: #23a55aab;
  color: #fff;
}

.pi-content {
  position: relative;
  padding: 40px 60px;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  z-index: 1000;
}
.pi-content h2 {
  font-size: 24px !important;
}

.square:hover .pi-content {
  color: #fff;
}

.pi-highlight .card {
  margin: 50px 0;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.pi-highlight .card a {
  display: block;
  z-index: 2;
}
.pi-highlight .card a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.pi-highlight .card a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.2s linear;
}
.pi-highlight .card a > div {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
}
.pi-highlight .card a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: 0.2s linear;
}
.pi-highlight .card a:hover img {
  transform: scale(1.1);
  transition: 0.2s linear;
}
.pi-highlight .card.one {
  left: 50px;
  position: relative;
}
.pi-highlight .card.two {
  left: 0;
  position: relative;
}
.pi-highlight .card.three {
  left: 0;
  position: relative;
}
.pi-highlight .card.four {
  left: 50px;
  position: relative;
}
.pi-highlight .card.five {
  right: 50px;
  position: relative;
}
.pi-highlight .card.six {
  right: 0;
  position: relative;
}
.pi-highlight .card.seven {
  right: 0;
  position: relative;
}
.pi-highlight .card.eight {
  right: 50px;
  position: relative;
}

.anak-perusahaan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.anak-perusahaan .col {
  overflow: hidden;
  position: relative;
  padding: 50px;
  border-radius: 10px;
  width: 48%;
  --bs-gutter-y: 24px;
}
.anak-perusahaan .col a.card-aper {
  position: relative;
  z-index: 9;
  display: block;
}
.anak-perusahaan .col a.card-aper img {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 4px;
  width: auto !important;
  border-radius: 7px;
  height: 50px !important;
}
.anak-perusahaan .col a.card-aper .inner h5 {
  color: #fff;
  font-size: 22px;
}
.anak-perusahaan .col a.card-aper .inner h5:hover {
  color: #23a55a;
}
.anak-perusahaan .col a.card-aper .inner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 600;
}
.anak-perusahaan .col img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.anak-perusahaan .col:after {
  content: "";
  background-color: rgb(7 12 24 / 54%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pabrik .carousel-control-next, .pabrik .carousel-control-prev {
    width: 50px;
}
.pabrik .carousel-control-next-icon, .pabrik .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-position: 50%;
    background-size: 70% 70%;
    background-color: #000;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.lang.popup {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
}
.lang.popup span {
  margin-right: 10px;
}
.lang.popup a {
  margin-right: 10px;
  white-space: normal;
  clear: none;
  width: auto;
}
.lang.popup a:hover {
  background-color: #000;
  border-radius: 100%;
}
.modal-header.custom {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 1;
}
.modal-header.custom .btn-close {
  padding: 5px !important;
  background-color: #fff !important;
  opacity: 0.9;
}
.modal-header.custom .btn-close:hover {
  opacity: 0.7;
}

#pupuk-indonesia-group .nav {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}
#pupuk-indonesia-group .nav li {
    flex: inherit;
    margin-bottom: 0;
}
#pupuk-indonesia-group .nav li a.nav-link {
    color: #999;
    background-color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    border-radius: 0;
}
#pupuk-indonesia-group .nav li a.nav-link.active {
    color: #23a55a;
    background-color: #fff;
    border-bottom: 2px solid #23a55a;
    padding-bottom: 20px;
    border-radius: 0;
}
#pupuk-indonesia-group .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#pupuk-indonesia-group .row .col-md-2 {
    padding: 0;
    width: 18%;
    margin: 1%;
}
#pupuk-indonesia-group .row .col-md-2 a {
    display: block;
}
#pupuk-indonesia-group .row .col-md-2 a .figure {
    margin-bottom: 0;
}
#pupuk-indonesia-group .row .col-md-2 a .figure img {
    margin-bottom: 10px;
    height: auto !important;
    width: auto !important;
}
#pupuk-indonesia-group .row .col-md-2 a h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    padding-top: 10px;
	padding-bottom:30px;
    display: block;
    width: 100%;
    text-align: center;
}
.pi-group-wrap {
    position: relative;
}
.pi-group-heading {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: normal;
    z-index: 99;
    color: #000;
}
.pi-group-heading h2 {
    font-size: 24px;
}
.pi-group-heading p {
    font-size: 14px;
}
.pi-highlight.mobile {
  display: none;
  visibility: hidden;
}
.pi-animation {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: #fff;
	 filter: saturate(9) blur(8px) contrast(18);
	 mix-blend-mode: normal;
	 transform: scale(3);
    width: 450px;
    margin: 0 auto;
    padding: 100px 0;
}
.pi-animation > span {
	 position: absolute;
}
.pi-animation > span:nth-of-type(1) {
	 left: 50%;
	 width: 150px;
	 height: 150px;
	 animation: spin-3 8s ease-in-out infinite forwards;
}
.pi-animation > span:nth-of-type(1) span {
	 width: 30px;
}
.pi-animation > span:nth-of-type(2) {
	 left: 20%;
	 width: 150px;
	 height: 100px;
	 animation: spin-4 6s ease-in-out infinite;
}
.pi-animation > span:nth-of-type(2) span {
	 width: 21px;
}
.pi-animation > span:nth-of-type(3) {
	 left: 48%;
	 top: 48%;
	 width: 100px;
	 height: 100px;
	 animation: spin-5 3.5s ease-in-out infinite forwards;
}
.pi-animation > span:nth-of-type(3) span {
	 width: 25px;
}
.pi-animation > span:nth-of-type(4) {
	 left: 28%;
	 top: 48%;
	 width: 200px;
	 height: 200px;
	 animation: spin-2 4.5s ease-in-out infinite forwards;
}
.pi-animation > span:nth-of-type(4) span {
	 width: 20px;
}
.pi-animation > span:nth-of-type(5) {
	 left: 50%;
	 top: 25%;
	 width: 200px;
	 height: 200px;
	 animation: spin-6 3.5s ease-in-out infinite forwards;
}
.pi-animation > span:nth-of-type(5) span {
	 width: 20px;
}
.pi-animation > span > span {
	 position: absolute;
	 background: yellow;
	 right: 20px;
	 top: 20px;
	 aspect-ratio: 1;
	 border-radius: 50%;
}
.pi-animation-buble {
	 position: relative;
	 width:135px;
	 aspect-ratio: 1;
	 background: navy;
	 color: #fff;
	 border-radius: 50%;
}
.pi-animation-buble > div {
	 position: absolute;
	 aspect-ratio: 1;
	 border-radius: 50%;
	 background: transparent;
}
.pi-animation-buble > div > span {
	 position: absolute;
	 aspect-ratio: 1;
	 background: green;
	 border-radius: 50%;
}
.pi-animation-buble > div:nth-child(1) {
	 left: -5px;
	 width: 70px;
	 animation: spin-1 5s ease-in infinite forwards;
}
.pi-animation-buble > div:nth-child(1) > span {
	 width: 50px;
}
.pi-animation-buble > div:nth-child(2) {
	 left: 10px;
	 bottom: 0;
	 width: 80px;
	 animation: spin-2 3s ease-in 1.5s infinite forwards;
}
.pi-animation-buble > div:nth-child(2) > span {
	 width: 60px;
}
 @keyframes spin-1 {
	 0% {
		 transform: rotate(90deg);
	}
	 100% {
		 transform: rotate(450deg);
	}
}
 @keyframes spin-2 {
	 0% {
		 transform: rotate(-50deg);
	}
	 100% {
		 transform: rotate(310deg);
	}
}
 @keyframes spin-3 {
	 0% {
		 transform: rotate(220deg);
	}
	 100% {
		 transform: rotate(580deg);
	}
}
 @keyframes spin-4 {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @keyframes spin-5 {
	 0% {
		 transform: rotate(-100deg);
	}
	 100% {
		 transform: rotate(260deg);
	}
}
 @keyframes spin-6 {
	 0% {
		 transform: rotate(210deg);
	}
	 100% {
		 transform: rotate(570deg);
	}
}

.sdgs {
    position: relative;
}
.sdgs:before {
    content: "";
    position: absolute;
    margin-top: -75px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 24px;
    max-width: 1340px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px 16px 0 0;
}
.sdgs .container.sdgs-inner {
    padding: 30px 20px 20px 20px;
    border-radius: 16px;
    margin-top: -75px;
    position: relative;
}
.sdgs .container.sdgs-inner .row {
    justify-content: center;
}
.sdgs .container.sdgs-inner .row .col {
    width: 11.1%;
}
.sdgs .container.sdgs-inner .row .col a {
    display: block;
}
.sdgs .container.sdgs-inner .row .col a .sdgs-img {
    width: 100%;
    border-radius: 0 !important;
}
.sdgs .container.sdgs-inner .row .col .modal {
    z-index: 99999;
}

.pi-icon-wrap {
    position: relative;
    padding: 40px 0;
}
.pi-icon-wrap .icon-pi {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 461px;
    margin: 0 auto;
    background-image: url("../img/content/icon-pi.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pi-icon-wrap .icon-pi .circle-1 {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 1px;
    top: 0;
    background: transparent;
    transition: .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
}
.pi-icon-wrap .icon-pi .circle-1 a {
    display: block;
    position: relative;
    border: 10px solid transparent;
}
.pi-icon-wrap .icon-pi .circle-1 a:hover {
    background: #f0f5f8;
    transition: .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
    border: 10px solid #ee7c36;
}
.pi-icon-wrap .icon-pi .circle-1 a:before {
    content: "";
    background-color: #ee7c36;
    position: absolute;
    width: 0;
    height: 3px;
    top: 32px;
    left: 102%;
    visibility: hidden;
    transition: .2s linear;
}
.pi-icon-wrap .icon-pi .circle-1 a:hover:before {
    background-color: #ee7c36;
    width: 200px;
    visibility: visible;
    transition: .2s linear;
}
.pi-icon-wrap .icon-pi .circle-1 a .card {
    overflow: hidden;
    position: absolute;
    top: -77px;
    left: 180px;
    width: 270px;
}
.pi-icon-wrap .icon-pi .circle-1 a .card .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.pi-icon-wrap .icon-pi .circle-1 a .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.2s linear;
}
.pi-icon-wrap .icon-pi .circle-1 a .card:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.pi-icon-wrap .icon-pi .circle-1 a:hover .card:after {
    content: "";
    background-color: #f3702acc;
}
.pi-icon-wrap .icon-pi .circle-2 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 33px;
    top: 88px;
    background: transparent;
    transition: .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
}
.pi-icon-wrap .icon-pi .circle-2 a {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    background: radial-gradient(#26a7df, #107ab9);
    transition: .2s ease-in-out;
}
.pi-icon-wrap .icon-pi .circle-2 a:hover {
    background: radial-gradient(#26a7df, #107ab9);
    transition: .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
}
.pi-icon-wrap .icon-pi .circle-2 a:before {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 200px;
    height: 3px;
    top: -15px;
    right: 83%;
    transition: .2s linear;
    transform: rotate(26deg);
    z-index: -1;
    visibility: hidden;
}
.pi-icon-wrap .icon-pi .circle-2 a:hover:before {
    background-color: #107ab9;
    visibility: visible;
    transition: .2s linear;
    transform: rotate(26deg);
}
.pi-icon-wrap .icon-pi .circle-2 a .card {
    overflow: hidden;
    position: absolute;
    top: -133px;
    left: -371px;
    width: 270px;
}
.pi-icon-wrap .icon-pi .circle-2 a .card .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.pi-icon-wrap .icon-pi .circle-2 a .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.2s linear;
}
.pi-icon-wrap .icon-pi .circle-2 a .card:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.pi-icon-wrap .icon-pi .circle-2 a:hover .card:after {
    content: "";
    background-color: #107ab9cc;
}
.pi-icon-wrap .icon-pi .circle-3 {
    border-radius: 100%;
    width: 158px;
    height: 158px;
    position: absolute;
    right: 40px;
    top: 201px;
    background: transparent;
    transition: .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
}
.pi-icon-wrap .icon-pi .circle-3 a {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    background: radial-gradient(#87c43f, #149b43);
    transition: .2s ease-in-out;
}
.pi-icon-wrap .icon-pi .circle-3 a:hover {
    background: radial-gradient(#87c43f, #149b43);
    transition: .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
}
.pi-icon-wrap .icon-pi .circle-3 a:before {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 0;
    height: 3px;
    top: 80px;
    left: 99%;
    transition: .2s linear;
    z-index: -1;
    visibility: hidden;
}
.pi-icon-wrap .icon-pi .circle-3 a:hover:before {
    background-color: #149b43;
    visibility: visible;
    transition: .2s linear;
    width: 200px;
}
.pi-icon-wrap .icon-pi .circle-3 a .card {
    overflow: hidden;
    position: absolute;
    top: -28px;
    left: 250px;
    width: 270px;
}
.pi-icon-wrap .icon-pi .circle-3 a .card .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.pi-icon-wrap .icon-pi .circle-3 a .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.2s linear;
}
.pi-icon-wrap .icon-pi .circle-3 a .card:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.pi-icon-wrap .icon-pi .circle-3 a:hover .card:after {
    content: "";
    background-color: #149b43cc;
}
.pi-icon-wrap .icon-pi .circle-4 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 200px;
    top: 161px;
    background: transparent;
    transition: .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
}
.pi-icon-wrap .icon-pi .circle-4 a {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    background: radial-gradient(#f9ed32, #f8b225);
    transition: .2s ease-in-out;
}
.pi-icon-wrap .icon-pi .circle-4 a:hover {
    background: radial-gradient(#f9ed32, #f8b225);
    transition: .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
}
.pi-icon-wrap .icon-pi .circle-4 a:before {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 120px;
    height: 3px;
    top: 90px;
    right: 90%;
    transition: .2s linear;
    transform: rotate(-22deg);
    z-index: -1;
    visibility: hidden;
}
.pi-icon-wrap .icon-pi .circle-4 a:hover:before {
    background-color: #f8b225;
    visibility: visible;
    transition: .2s linear;
    transform: rotate(-22deg);
    z-index: -1;
}
.pi-icon-wrap .icon-pi .circle-4 a .card {
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -350px;
    width: 270px;
}
.pi-icon-wrap .icon-pi .circle-4 a .card .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.pi-icon-wrap .icon-pi .circle-4 a .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.2s linear;
}
.pi-icon-wrap .icon-pi .circle-4 a .card:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.pi-icon-wrap .icon-pi .circle-4 a:hover .card:after {
    content: "";
    background-color: #f8b225cc;
}
.pi-icon-wrap .icon-pi .circle-5 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 361px;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    transition: .2s ease-in-out;
}
.pi-icon-wrap .icon-pi .circle-5 a {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    transition: .2s ease-in-out;
    background: radial-gradient(#fbb040, #f3702a);
}
.pi-icon-wrap .icon-pi .circle-5 a:hover {
    background: radial-gradient(#fbb040, #f3702a);
    transition: .2s ease-in-out;
    cursor: pointer;
    transform: scale(1.1);
}
.pi-icon-wrap .icon-pi .circle-5 a:before {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 120px;
    height: 3px;
    top: 100px;
    right: 85%;
    transition: .2s linear;
    transform: rotate(-25deg);
    z-index: -1;
    visibility: hidden;
}
.pi-icon-wrap .icon-pi .circle-5 a:hover:before {
    background-color: #f3702a;
    visibility: visible;
    transition: .2s linear;
    transform: rotate(-25deg);
    z-index: -1;
}
.pi-icon-wrap .icon-pi .circle-5 a .card {
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: -345px;
    width: 270px;
}
.pi-icon-wrap .icon-pi .circle-5 a .card .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.pi-icon-wrap .icon-pi .circle-5 a .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.2s linear;
}
.pi-icon-wrap .icon-pi .circle-5 a .card:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.pi-icon-wrap .icon-pi .circle-5 a:hover .card:after {
    content: "";
    background-color: #f3702acc;
}
.pi-highlight.mobile .pi-icon-wrap .icon-pi {background: none;}
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-1 a .card,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-2 a .card,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-3 a .card,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-4 a .card,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-5 a .card {
    position: relative;
    display: none;
}
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-1 a:before,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-2 a:before,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-3 a:before,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-4 a:before,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-5 a:before {
    position: relative;
    display: none;
    visibility: hidden;
}
.pi-icon-wrap .icon-pi .circle-1 .modal-content .modal-body img {
    width: 100%;
    margin-bottom: 10px;
}
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-1 a.btn-primary,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-2 a.btn-primary,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-3 a.btn-primary,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-4 a.btn-primary,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-5 a.btn-primary {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-1 a.btn-primary:hover,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-2 a.btn-primary:hover,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-3 a.btn-primary:hover,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-4 a.btn-primary:hover,
.pi-highlight.mobile .pi-icon-wrap .icon-pi .circle-5 a.btn-primary:hover {
    background-color: #027533;
    border-color: #027533;
}

.f-bottom .container .col-xxl-2 {
    width: 25%;
}

.testimony {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimony .people {
    position: relative;
}
.testimony .people img {
    width: 100%;
    border-radius: 16px;
}
.testimony .people-quote h5 {
    font-family: 'Serif';
    font-weight: 400;
}
.carousel-navigation .carousel-control-next, .carousel-navigation .carousel-control-prev {
    width: 30px;
}
.carousel-indicators.testimony-slide {
    position: relative;
    margin-top: 20px;
}
.carousel-indicators.testimony-slide [data-bs-target] {
    background-color: #8f999f;
}
.carousel-indicators.testimony-slide li.active {
    background-color: #23a55a !important;
}

@media (max-width: 1200px) {
  a.lifeatpi {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .card-direksi img {
    width: 150px;
    height: 150px;
  }
  .page .container {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
    #pupuk-indonesia-group {margin-top: -30px;}
    #pupuk-indonesia-group .nav li {display: block; width: 100%;}
    #pupuk-indonesia-group .nav li a.nav-link {
        padding-bottom: 10px;
    }
    #pupuk-indonesia-group .nav li a.nav-link.active {
        padding-bottom: 10px;
    }
    #pupuk-indonesia-group .row .col-md-2 {
        width: 31.33333%;
        margin: 1%;
    }
    .pi-group-wrap {
        display: none;
    }
  .card-direksi img {
    width: 100px;
    height: 100px;
  }
  .section.karir {
    padding: 5em 0;
    height: 534px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .section.karir img {
    right: unset;
    width: auto;
  }
  .section.produk {
    padding: 5em 0;
    height: 534px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .section.produk img {
    left: unset;
    width: auto;
  }
  .section.riset {
    padding: 5em 0;
    height: 534px;
    display: flex;
    align-items: center;
  }
  .square {
    width: 300px;
    height: 300px;
  }
  .pi-highlight.desktop {
      display: block;
      visibility: visible;
  }
  .pi-highlight.desktop .pi-icon-wrap .icon-pi {
    background: none;
  }
  .pi-icon-wrap {overflow: hidden; padding: 0 15px; margin-top: -15px;}
  .pi-icon-wrap .icon-pi {height: auto; max-width: 100%; display: block;}
  .pi-icon-wrap .icon-pi .circle-1 {position: relative; width: 100%; height: auto; right: 0; left: 0; top: 0;}
  .pi-icon-wrap .icon-pi .circle-2 {position: relative; width: 100%; height: auto; right: 0; left: 0; top: 0;}
  .pi-icon-wrap .icon-pi .circle-3 {position: relative; width: 100%; height: auto; right: 0; left: 0; top: 0;}
  .pi-icon-wrap .icon-pi .circle-4 {position: relative; width: 100%; height: auto; right: 0; left: 0; top: 0;}
  .pi-icon-wrap .icon-pi .circle-5 {position: relative; width: 100%; height: auto; right: 0; left: 0; top: 0;}

  .pi-icon-wrap .icon-pi .circle-1 a,
  .pi-icon-wrap .icon-pi .circle-2 a,
  .pi-icon-wrap .icon-pi .circle-3 a,
  .pi-icon-wrap .icon-pi .circle-4 a,
  .pi-icon-wrap .icon-pi .circle-5 a {
    background: none;
    border: 0;
  }
  .pi-icon-wrap .icon-pi .circle-1 a:hover {
    background: none;
    transition: none;
    transform: none;
    cursor: pointer;
    border: 0;
  }
  .pi-icon-wrap .icon-pi .circle-2 a:hover,
  .pi-icon-wrap .icon-pi .circle-3 a:hover,
  .pi-icon-wrap .icon-pi .circle-4 a:hover,
  .pi-icon-wrap .icon-pi .circle-5 a:hover {
    background: none;
    transition: none;
    transform: none;
    cursor: pointer;
    border: 0;
  }
  .pi-icon-wrap .icon-pi .circle-1 a:before,
  .pi-icon-wrap .icon-pi .circle-2 a:before,
  .pi-icon-wrap .icon-pi .circle-3 a:before,
  .pi-icon-wrap .icon-pi .circle-4 a:before,
  .pi-icon-wrap .icon-pi .circle-5 a:before {
    background: none;
    display: none;
    visibility: hidden;
  }
  .pi-icon-wrap .icon-pi .circle-1 a:hover:before,
  .pi-icon-wrap .icon-pi .circle-2 a:hover:before,
  .pi-icon-wrap .icon-pi .circle-3 a:hover:before,
  .pi-icon-wrap .icon-pi .circle-4 a:hover:before,
  .pi-icon-wrap .icon-pi .circle-5 a:hover:before {
    display: none;
    visibility: hidden;
    content: none;
    transform: none;
  }
  .pi-icon-wrap .icon-pi .circle-1 a .card {position: relative; top: 0; left: 0;width: 100%;}
  .pi-icon-wrap .icon-pi .circle-2 a .card {position: relative; top: 0; left: 0;width: 100%;}
  .pi-icon-wrap .icon-pi .circle-3 a .card {position: relative; top: 0; left: 0;width: 100%;}
  .pi-icon-wrap .icon-pi .circle-4 a .card {position: relative; top: 0; left: 0;width: 100%;}
  .pi-icon-wrap .icon-pi .circle-5 a .card {position: relative; top: 0; left: 0;width: 100%;}
  
  .pi-highlight.mobile {
      display: none;
      visibility: hidden;
  }
  .pi-highlight .card {
    margin: 10px 0;
  }
  .pi-highlight .card.one {
    left: 0;
    position: relative;
  }
  .pi-highlight .card.two {
    left: 0;
    position: relative;
  }
  .pi-highlight .card.three {
    left: 0;
    position: relative;
  }
  .pi-highlight .card.four {
    left: 0;
    position: relative;
  }
  .pi-highlight .card.five {
    right: 0;
    position: relative;
  }
  .pi-highlight .card.six {
    right: 0;
    position: relative;
  }
  .pi-highlight .card.seven {
    right: 0;
    position: relative;
  }
  .pi-highlight .card.eight {
    right: 0;
    position: relative;
  }
  .pi-highlight .container .row .right-group {
      margin-top: -20px;
  }
  .pi-icon-wrap .icon-pi
  .anak-perusahaan .col {
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    margin: 0 30px 30px 30px;
    /*height: 220px;*/
    height: auto;
    display: flex;
    align-items: center;
  }
  .anak-perusahaan .col a.card-aper .inner h5 {
      font-size: 19px;
  }
  .anak-perusahaan .col {
    width: 100%;
    padding: 20px;
  }
  .sdgs:before {
        content: "";
        margin-top: -40px;
    }
    .sdgs .container.sdgs-inner {
        margin-top: -40px;
    }
  
  .sdgs .container.sdgs-inner .row .col {
      width: 33.3333%;
  }
  .testimony {
      display: block;
      text-align: center;
  }
  .testimony .people {
      width: 100%;
      max-width: 75%;
      margin: 0 auto;
  }
  .testimony .people-quote {
      width: 100%;
      text-align: center;
      padding: 20px 25px 0 25px;
  }
  section.direksi .container .title-row {
    margin-bottom: 0 !important;
  }
  #modal-direksi .modal-body {
    display: block;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
  }
  #modal-direksi .modal-body img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0;
    border-radius: 16px;
    margin-bottom: 20px;
  }
  #modal-direksi .modal-body .inner {
    padding: 0;
  }
  section.leadership .container {
    padding: 30px 5px 10px 5px;
  }
  section.leadership .container h3 {
    margin-bottom: 0;
  }
  .carousel-navigation .carousel-control-next {
      right: -20px;
  }
  .carousel-navigation .carousel-control-prev {
      left: -20px;
  }
  .row.manajemen-anak-perusahaan {margin-top: 20px;}
  .row.manajemen-anak-perusahaan .col.map .modal .modal-dialog h3 {
    font-size: 21px;
  }
  .row.manajemen-anak-perusahaan .col.map {
    width: 50% !important;
    flex: 50%;
    margin: 10px 0;
  }
  .row.manajemen-anak-perusahaan .col.map .modal .modal-dialog .modal-body .col-md-3 {
    width: 50% !important;
    padding: 5px;
  }
  .skr .row {
    flex: 0 0 100%;
  }
  .akhlak .col-auto {
    width: 100%;
  }
  .akhlak .col-auto h6.text-primary {
    margin-bottom: 5px;
  }
  .standar-kebijakan-rekrutmen {
    display: block;
    margin-top: 0;
  }
  .standar-kebijakan-rekrutmen .col {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  .faq-karir {
    display: block;
    margin-top: 0;
  }
  .faq-karir .col {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  .publikasi-grid {
    display: flex;
  }
  .publikasi-grid .col {
    width: 50%;
    margin: 10px 0;
  }
  .publikasi-grid .col .card-news .inner .content .title {
    font-size: 16px;
    font-weight: 600 !important;
  }
  .more-read {
    display: flex;
  }
  .more-read .col {
    width: 50%;
    margin: 10px 0;
  }
  footer .f-bottom {
    padding: 40px 10px;
  }
  footer .f-bottom .row {
    display: block;
    text-align: center;
  }
  footer .f-bottom .row .col {
    width: 100% !important;
  }
  .f-bottom .container .col-xxl-2 {
    width: 100% !important;
  }
  .f-bottom .container .col-xxl-2 .social-link {
    display: block;
  }
}
@media (min-width: 576px) {
.tjsl .container .part-article .row .modal-dialog {
      max-width: 800px !important;
  }
}

@media (max-width: 576px) {
  .logo-bumn {
    height: 18px !important;
  }
  .navbar-brand img {
    height: 37px;
  }
  .section.hero h1.display-4 {
    margin-top: 30px;
  }
  .section.hero h4.mb-2 {
    margin: 15px 0 25px 0 !important;
    font-size: 18px;
  }
  #pupuk-indonesia-group .rounded-3 {
      margin-bottom: 0 !important;
      padding: 0 !important;
  }
  #pupuk-indonesia-group .row .col-md-3 {
      width: 50% !important;
  }
  #pupuk-indonesia-group .row .col-md-2 {
    width: 46%;
    margin: 2%;
  }
  .penghargaan {
    display: block !important;
  }
  .penghargaan img {
    width: 100% !important;
    margin: 15px 0;
  }
  .wbs img {
    max-width: 100%;
  }
  .direksi-komisaris .col {
    width: 50% !important;
    margin-top: 30px;
  }
  .card-direksi img {
    width:96%;
    height: 96%;
  }
  .laporan-tahunan .col {
    width: 100%;
    flex: 0 0 100% !important;
  }
  .laporan-tahunan .col .card img {
    height: auto;
  }
}
