@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.text__head {
  font-size: 1.5rem;
}

.close {
  background-color: #49BB93;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: white;
}

.footer {
  background: #8BC741;
  border-top: 1px solid;
}
.footer #footer-wayang {
  background: url("../images/batik_white_loop.svg");
  position: relative;
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
}
.footer #footer-wayang img {
  margin-top: -35px;
  width: 100%;
}
.footer__mainbox {
  border-bottom: 5px solid #fff;
}
.footer .footer-menu .item {
  margin-bottom: 40px;
}
.footer .footer-menu .item .head {
  display: block;
  color: #fff;
  font-weight: 600;
}
.footer .footer-menu .item .head:hover {
  text-decoration: underline;
}
.footer .footer-menu .item .submenu {
  display: block;
  color: #fff;
}
.footer .footer-menu .item .submenu:hover {
  text-decoration: underline;
}
.footer .bg-footer img {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
}
.footer__pattern {
  background-image: url("../images/pattern/pattern2.svg");
  background-size: cover;
  width: 100vw;
  height: 20px;
  background-position: center;
}
.footer__box {
  margin-bottom: 2rem;
}
.footer__nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer__nav ul {
  margin: 0;
  padding: 0;
}
.footer__nav ul li {
  list-style: none;
  padding: 0.25rem 1rem;
}
.footer__nav ul li:first-child {
  padding-left: 0;
}
.footer__nav a {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  font-size: 0.9rem;
}
.footer__nav a:hover, .footer__nav a:focus {
  color: white;
  text-decoration: underline;
}
.footer__rowlogo .logo-brand img {
  width: 400px;
}
.footer__rowlogo .logo-partner {
  display: flex;
}
.footer__rowlogo .logo-partner img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer__rowlogo .logo-partner img:hover {
  -webkit-filter: none;
  filter: none;
}
.footer__rowlogo .logo-partner a {
  margin-right: 1rem;
  display: inline-block;
}
.footer__rowlogo .logo-partner a .wrap {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__rowlogo .logo-partner a .wrap img {
  max-width: 100%;
  max-height: 100%;
}
.footer .footer-social ul {
  margin-bottom: 0;
  list-style: none;
}
.footer .footer-social ul li {
  text-decoration: none;
}
.footer .footer-social ul li a {
  font-size: 1.75rem;
  color: white;
}
.footer .footer-social ul li a:first-child {
  margin-right: 0.5rem;
}
.footer__copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__copyright #gunungan {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.footer__copyright #gunungan::after {
  display: block;
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}
.footer__copyright #gunungan img {
  max-width: 1110px;
}
.footer__copyright .row a {
  color: white;
}
.footer__copyright .row .box-text:last-child a {
  text-align: right;
}

.bg-lightblue {
  background: #13A9C9;
}

.bg-blue {
  background: #0063AB;
}

.bg-lightgreen {
  background: #49BB93;
}

.bg-lightgreen2 {
  background: #8BC741;
}

.bg-green {
  background: #008D81;
}

.tr {
  text-align: right;
}
.tr p {
  text-align: right;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInU;
  animation-name: slideInU;
}
.header::before {
  content: "";
  background: url("../images/batik_blk_looping.svg") #fff;
  width: 100%;
  height: 20px;
  opacity: 0;
  display: block;
  background-repeat: repeat-x;
}
.header .logo__color {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header.is-fixed, .header.page {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.header.is-fixed .header__top, .header.page .header__top {
  background: white;
  opacity: 1;
}
.header.is-fixed .header__top::before, .header.page .header__top::before {
  background: url("../images/pattern/pattern3.svg") center repeat-x;
  background-size: cover;
}
.header.is-fixed .header__top .navbar-social a, .header.page .header__top .navbar-social a {
  color: #1BA9C7;
}
.header.is-fixed .header__top .navbar-social a:hover, .header.page .header__top .navbar-social a:hover {
  opacity: 0.5;
}
.header.is-fixed .header__bottom, .header.page .header__bottom {
  background: rgba(21, 147, 107, 0.85);
}
.header.is-fixed {
  position: fixed !important;
  top: 0;
}
.header.is-fixed::before {
  opacity: 1;
}
.header.page::before {
  opacity: 1;
}
.header__topct {
  padding-top: 20px;
  margin-bottom: -5px;
}
.header__top {
  background: rgba(153, 193, 60, 0.8);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.header__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: url("../images/pattern/pattern2.svg") center repeat-x;
  background-size: cover;
}
.header__top .navbar-brand img {
  width: 400px;
}
.header__top .navbar-social ul {
  margin-bottom: 0;
  list-style: none;
}
.header__top .navbar-social ul li {
  text-decoration: none;
}
.header__top .navbar-social ul li a {
  font-size: 1.75rem;
  color: white;
}
.header__top .navbar-social ul li a:hover {
  opacity: 0.5;
}
.header__top .navbar-social ul li a:first-child {
  margin-right: 0.25rem;
}
.header__bottomct {
  transition: all ease 0.5s;
}
.header__bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__bottom .navbar-brand img {
  max-height: 70px;
  min-width: 100px;
}
.header__bottom .navbar-nav .nav-item {
  margin-right: 2rem;
}
.header__bottom .navbar-nav .nav-item .dropdown-menu {
  display: flex;
  display: -webkit-flex;
  border: none;
  opacity: 0;
  background: transparent;
  font-size: 0.9rem;
  padding: 0;
  margin-top: 0;
  visibility: hidden;
}
.header__bottom .navbar-nav .nav-item .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}
.header__bottom .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-weight: 400;
  color: white;
  padding: 0 0.5rem;
}
.header__bottom .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
  text-decoration: underline;
}
.header__bottom .navbar-nav .nav-link {
  color: white;
  font-size: 1.2rem;
}
.header__bottom .navbar-nav .nav-link:hover {
  color: white;
  text-decoration: underline;
}
.header__bottom .toggle-nav {
  cursor: pointer;
}
.header__bottom .toggle-nav__box {
  cursor: pointer;
  align-items: end;
}
.header__bottom .toggle-nav__box span {
  background: white;
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.header__bottom .toggle-nav__box span:nth-child(1) {
  width: 20px;
}
.header__bottom .toggle-nav__box span:nth-child(3) {
  width: 15px;
}
.header .toggle-mobile {
  display: none;
}
.header .toggle-mobile__box {
  cursor: pointer;
}
.header .toggle-mobile__box span {
  background: white;
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.header:hover {
  background: rgba(21, 147, 107, 0.85);
}
.header:hover::before {
  opacity: 1;
}

.menu {
  background: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-top: 4rem;
  padding-bottom: 3rem;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  margin-top: -100px;
  top: 0;
}
.menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0;
}
.menu__boxlink {
  margin-bottom: 30px;
}
.menu__boxlink .logo-partner {
  display: flex;
}
.menu__boxlink .logo-partner img {
  width: 60px;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}
.menu__boxlink .logo-partner img:hover {
  -webkit-filter: none;
  filter: none;
}
.menu__boxlink .logo-partner a {
  padding: 0 5px;
}
.menu__boxlink .logo-partner a .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.menu__boxlink .logo-partner a .wrap img {
  max-width: 100%;
  max-height: 100%;
}
.menu__linklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__linkitem {
  color: black;
}
.menu__linkitem:hover {
  text-decoration: underline;
  color: black;
}
.menu__texthead {
  display: block;
  color: black;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.menu__texthead:hover {
  text-decoration: underline;
  color: black;
}
.menu__icon-social ul {
  margin-bottom: 0;
  list-style: none;
}
.menu__icon-social ul li {
  text-decoration: none;
}
.menu__icon-social ul li a {
  font-size: 1.75rem;
  color: black;
}
.menu__icon-social ul li a:hover {
  opacity: 0.5;
}
.menu__icon-social ul li a:first-child {
  margin-right: 0.5rem;
}
.menu__copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid black;
}
.menu__copyright .row a {
  color: black;
}
.menu__copyright .row .box-text:last-child a {
  text-align: right;
}

.mm-spn a {
  text-transform: uppercase;
  color: white;
  font-family: "Roboto", sans-serif;
}

.search {
  background: #fff;
  position: fixed;
  width: 100vw;
  z-index: 9999;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  margin-top: -100px;
  top: 0;
}
.search.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0;
}
.search__form input {
  font-weight: 100;
  font-size: 4rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #f1f1f1;
  box-shadow: none;
  border-radius: 0;
}
.search__form input:focus {
  outline: none;
  box-shadow: none;
}

.ct-slider {
  overflow: hidden;
}
@media (min-width: 992px) {
  .ct-slider .slider,
  .ct-slider .slide {
    height: 100vh;
  }
}
.ct-slider .slick-track {
  overflow: hidden;
}
.ct-slider .slide {
  position: relative;
}
.ct-slider .slide .copy {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.ct-slider .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ct-slider .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-duration: 4.5s;
    transition: all 0.5s linear;
    animation-direction: alternate;
  }
}
.ct-slider .slide .slide__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-direction: alternate;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.ct-slider .slide .slide__content {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 180px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ct-slider .slide .slide__content--headings {
  text-align: left;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1;
}
.ct-slider .slide .slide__content--headings .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: 70%;
}
.ct-slider .slide .slide__content--headings .animated {
  transition: all 0.5s ease alternate;
}
.ct-slider .slide .slide__content .more {
  background: #97C13C;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  font-size: 25px;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: 300;
}
.ct-slider .slide .slide__content .more svg {
  width: 20px;
}
.ct-slider .slider-logos {
  position: absolute;
  z-index: 9;
  bottom: 50px;
  width: 100%;
}
.ct-slider .slider-logos__box .logo-link {
  margin-right: 15px;
  display: inline-block;
}
.ct-slider .slider-logos__box .logo-link .wrap {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
}
.ct-slider .slider-logos__box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 100%;
}
.ct-slider .slider-logos__box img:hover {
  -webkit-filter: none;
  filter: none;
}

.ct-slider .slide.slick-active .slide__img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.section-content .text__head {
  color: #1BAAC8;
  margin-bottom: 2rem;
  font-weight: 500;
}
.section-content .p-section {
  padding-top: 80px;
}
.section-content__one .maps-content img {
  width: 100%;
  margin-bottom: 2.5rem;
}
.section-content__one .maps-content__para {
  font-size: 1.3rem;
}
.section-content__one .maps-content__para span {
  color: #00678F;
  font-weight: 500;
}
.section-content__two .box-collapse {
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.section-content__two .box-collapse.bg-lightblue {
  background-color: rgb(218, 241, 248);
}
.section-content__two .box-collapse.bg-lightgrey {
  background-color: rgb(243, 244, 246);
}
.section-content__two .box-collapse.bg-lightgreen {
  background-color: rgb(230, 242, 217);
}
.section-content__two .box-collapse__para {
  width: 60%;
}
.section-content__two .box-collapse__para .accordion {
  --tw-bg-opacity: 0.05;
  background-color: rgb(55, 65, 81, var(--tw-bg-opacity));
  padding: 2rem 1.5rem;
  border-radius: 0.375rem;
}
.section-content__two .box-collapse__para .accordion-header {
  position: relative;
}
.section-content__two .box-collapse__para .accordion-header:hover .linkcpy {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.section-content__two .box-collapse__para .accordion-item {
  border: none;
  background-color: transparent;
  padding-top: 1rem;
  position: relative;
}
.section-content__two .box-collapse__para .accordion-item:first-child {
  padding-top: 0;
}
.section-content__two .box-collapse__para .accordion-item:last-child .accordion-button {
  border-bottom: none;
}
.section-content__two .box-collapse__para .accordion-item .linkcpy {
  color: white;
  text-align: center;
  line-height: 30px;
  width: 20px;
  height: 20px;
  background-color: rgb(22, 97, 117);
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 10px;
  opacity: 0;
  transition: all 0.2s ease;
}
.section-content__two .box-collapse__para .accordion-item .linkcpy svg {
  width: 15px;
  height: 15px;
}
.section-content__two .box-collapse__para .accordion-button {
  font-family: "Montserrat", sans-serif;
  font-size: 1.025rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(209, 213, 219);
}
.section-content__two .box-collapse__para .accordion-button:not(.collapse) {
  color: black;
  box-shadow: none;
  background-color: transparent;
}
.section-content__two .box-collapse__para .accordion-body {
  font-size: 0.9rem;
}
.section-content__two .box-collapse__icon img {
  width: 130px;
  margin-bottom: 1rem;
}
.section-content__two .box-collapse__icon p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.section-content__three .row-annual__col a {
  display: block;
  width: 100%;
  background-color: #49BB93;
  padding: 3rem;
  text-align: center;
  color: white;
  font-size: 3.5rem;
}
.section-content__four .row-article__box {
  margin-bottom: 3rem;
}
.section-content__four .row-article__box h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  background: #97C13C;
  padding: 15px;
}
.section-content__four .row-article__box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin: 0 0 1.25rem 0;
}
.section-content__four .row-article__box p {
  color: black;
  font-size: 0.9rem;
}

#annual-report {
  padding: 100px 0;
  margin-top: 150px;
  position: relative;
}
#annual-report::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#annual-report .copy {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  right: 0;
}
#annual-report h2 {
  color: #ffffff;
}

.slider [data-animation-in],
.slider [data-animation-out] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

.ovy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
}
.ovy.show {
  visibility: visible;
  opacity: 1;
}

#px-wrap {
  min-height: 450px;
  position: relative;
}
#px-wrap .copy {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  right: 0;
}

.article-content .article-image {
  position: relative;
}
.article-content .article-image .image-source {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
}
.article-content .date {
  margin: 15px 0 30px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.btn-download {
  background: #97C13C;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  position: relative;
  padding-left: 45px;
}
.btn-download::before {
  content: "";
  background: url("../images/icons/btn-download.png") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  background-size: contain;
  left: 15px;
}
.btn-download a {
  color: #fff;
}

.btn-more {
  background: #97C13C;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  font-size: 25px;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 300;
  transition: all ease 0.5s;
}
.btn-more svg {
  width: 20px;
}
.btn-more:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.page-banner {
  position: relative;
}
.page-banner .copy {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  right: 0;
}

img.invert {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
img.invert:hover {
  -webkit-filter: none;
  filter: none;
}

.page-item.active .page-link {
  background-color: #97C13C;
  border-color: #97C13C;
}

.btn-hover {
  text-decoration: none;
  transition: all ease 0.5s;
}
.btn-hover:hover {
  opacity: 0.8;
}

.card-green {
  background: #8BC741;
  color: #fff;
  padding: 40px 20px;
  font-size: 14px;
  min-height: 100%;
}
.card-green.bg-2 {
  background: #15936B;
}
.card-green .image {
  text-align: center;
  min-height: 150px;
}
.card-green .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px;
  font-size: 21px;
  min-height: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}

h2.section-title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.partners .item {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .item img {
  max-height: 80px;
  max-width: 300px;
}

#contact-banner {
  background: #8BC741;
  color: #fff;
  padding-top: 100px;
  min-height: 750px;
  background-position: center center;
}
#contact-banner h1 {
  font-weight: bold;
  font-size: 60px;
}
#contact-banner #address {
  font-size: 22px;
  font-weight: bold;
}
#contact-banner #address img {
  max-width: 20px;
  margin-right: 10px;
}
#contact-banner #email a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 17px;
}
#contact-banner .icon-link {
  color: #fff;
}
#contact-banner .icon-link:hover {
  color: red;
}

#page-about nav {
  border-bottom: 15px solid #8BC741;
  margin-bottom: 40px;
}
#page-about .nav-tabs {
  justify-content: start;
  align-items: end;
}
#page-about .nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 900;
  background: #15936B;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  height: 50px;
}
#page-about .nav-tabs .nav-link:hover {
  border-color: #15936B;
  opacity: 0.8;
}
#page-about .nav-tabs .nav-item.show .nav-link, #page-about .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #15936B;
  height: 70px;
  font-size: 35px;
  color: #8CC841;
}
#page-about .accordion-item {
  border: none;
}
#page-about .accordion-button.collapsed {
  color: #fff;
  background-color: #15936B;
  box-shadow: none;
  font-weight: 900;
}
#page-about .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1769B1;
  box-shadow: none;
  font-weight: 900;
}
#page-about .accordion-button::after {
  display: none;
}
#page-about .accordion-header {
  margin-bottom: 20px;
}
#page-about .team-item {
  background: #8BC741;
  color: #000;
  margin-bottom: 30px;
}
#page-about .team-item .image {
  min-width: 100%;
  min-height: 350px;
  background-size: cover;
}
#page-about .team-item .name {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 17px;
}
#page-about .team-item .content {
  padding: 0px 20px 10px 20px;
  font-size: 14px;
}
#page-about .team-item .content p {
  margin: 0;
}
#page-about .team-item .content a {
  color: #fff;
}

.lightbox-container {
  z-index: 9999;
}

.section-content__contact {
  padding-bottom: 5rem;
}
.section-content__contact .box-contact {
  margin-top: 2rem;
}
.section-content__contact .box-contact .col-xl-6:nth-child(2) .head-icon img {
  width: 30px;
}
.section-content__contact .content-head {
  padding-top: 20px;
  position: relative;
}
.section-content__contact .content-head img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.section-content__contact .content-head h2 {
  font-size: 3rem;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 9;
  color: white;
}
.section-content__contact .head-icon {
  margin-bottom: 1rem;
}
.section-content__contact .head-icon a {
  color: black;
  font-weight: 500;
}
.section-content__contact .head-icon img {
  width: 40px;
  margin-right: 10px;
}
.section-content__contact .box-logo a {
  margin-top: 2rem;
}
.section-content__contact .box-logo img {
  width: 100px;
}
.section-content__contact .maps {
  margin-left: 45px;
}

.section-content__videos, .section-content__articles, .section-content__grid {
  padding-bottom: 5rem;
}
.section-content__videos .content-head, .section-content__articles .content-head, .section-content__grid .content-head {
  padding-top: 20px;
  position: relative;
}
.section-content__videos .content-head .box-head, .section-content__articles .content-head .box-head, .section-content__grid .content-head .box-head {
  height: 350px;
  width: 100%;
  padding: 2rem;
  position: relative;
}
.section-content__videos .content-head .box-head .copy, .section-content__articles .content-head .box-head .copy, .section-content__grid .content-head .box-head .copy {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  right: 0;
}
.section-content__videos .content-head .page-title, .section-content__articles .content-head .page-title, .section-content__grid .content-head .page-title {
  color: #8CC841;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  border-bottom: 15px solid;
}
.section-content__videos .content-head p, .section-content__articles .content-head p, .section-content__grid .content-head p {
  font-size: 1rem;
  width: 50%;
}
.section-content__videos .row-videos, .section-content__articles .row-videos, .section-content__grid .row-videos {
  padding-top: 3rem;
}
.section-content__videos .row-videos .ct-video, .section-content__articles .row-videos .ct-video, .section-content__grid .row-videos .ct-video {
  position: relative;
  margin-top: 2rem;
}
.section-content__videos .row-videos .img-video img, .section-content__articles .row-videos .img-video img, .section-content__grid .row-videos .img-video img {
  width: 100%;
}
.section-content__videos .row-videos .play-btn, .section-content__articles .row-videos .play-btn, .section-content__grid .row-videos .play-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-content__videos .row-videos .play-btn img, .section-content__articles .row-videos .play-btn img, .section-content__grid .row-videos .play-btn img {
  width: 100px;
  transition: all 0.5s ease;
}
.section-content__videos .row-videos .play-btn img:hover, .section-content__articles .row-videos .play-btn img:hover, .section-content__grid .row-videos .play-btn img:hover {
  transform: scale(1.1);
}
.section-content__videos .row-videos .para-video, .section-content__articles .row-videos .para-video, .section-content__grid .row-videos .para-video {
  margin-top: 20px;
}
.section-content__videos .row-videos .para-video h3,
.section-content__videos .row-videos .para-video p, .section-content__articles .row-videos .para-video h3,
.section-content__articles .row-videos .para-video p, .section-content__grid .row-videos .para-video h3,
.section-content__grid .row-videos .para-video p {
  color: black;
}
.section-content__videos .row-videos .para-video h3, .section-content__articles .row-videos .para-video h3, .section-content__grid .row-videos .para-video h3 {
  font-size: 1.25rem;
}
.section-content__videos .row-videos .para-video p, .section-content__articles .row-videos .para-video p, .section-content__grid .row-videos .para-video p {
  font-size: 0.9rem;
  width: 100%;
}
.section-content__articles .row-articles, .section-content__grid .row-articles {
  padding-top: 3rem;
}
.section-content__articles .row-articles .ct-article, .section-content__grid .row-articles .ct-article {
  position: relative;
  margin-top: 2rem;
}
.section-content__articles .row-articles .img-box img, .section-content__grid .row-articles .img-box img {
  width: 100%;
}
.section-content__articles .ct-article .img-box img, .section-content__grid .ct-article .img-box img {
  width: 100%;
}
.section-content__articles .para-article, .section-content__grid .para-article {
  background: #8BC741;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 110px;
}
.section-content__articles .para-article h3,
.section-content__articles .para-article p, .section-content__grid .para-article h3,
.section-content__grid .para-article p {
  color: #fff;
}
.section-content__articles .para-article h3, .section-content__grid .para-article h3 {
  font-size: 1.25rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0;
}
.section-content__articles .para-article p, .section-content__grid .para-article p {
  font-size: 0.9rem;
  width: 100%;
}
.section-content__articles .article-head, .section-content__grid .article-head {
  padding-top: 2rem;
}
.section-content__articles .article-head img, .section-content__grid .article-head img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.section-content__articles .article-content, .section-content__grid .article-content {
  padding-top: 3rem;
}
.section-content__articles .article-content .text-head h1, .section-content__grid .article-content .text-head h1 {
  font-weight: bold;
}
.section-content__grid .content-head .box-head {
  height: 100%;
  padding: 3rem;
}
.section-content__grid .content-head p {
  width: 100%;
}
.section-content__grid .content-head .img-head {
  text-align: right;
}
.section-content__grid .content-head .img-head img {
  width: 250px;
}
.section-content__grid .content-head .img-head .logo img {
  width: 200px;
  height: 200px;
  object-fit: scale-down;
}
.section-content__grid .col-event,
.section-content__grid .col-grid {
  margin-bottom: 2rem;
}
.section-content__grid .ct-event .img-box,
.section-content__grid .ct-grid .img-box {
  height: 300px;
  max-height: 300px;
  padding: 3rem;
  background-size: cover;
}
.section-content__grid .ct-event .img-box.bg-active,
.section-content__grid .ct-grid .img-box.bg-active {
  position: relative;
}
.section-content__grid .ct-event .img-box.bg-active::before,
.section-content__grid .ct-grid .img-box.bg-active::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.section-content__grid .ct-event .img-box.bg-active .para-event,
.section-content__grid .ct-grid .img-box.bg-active .para-event {
  position: relative;
}
.section-content__grid .ct-event .para-event,
.section-content__grid .ct-event .para-img,
.section-content__grid .ct-grid .para-event,
.section-content__grid .ct-grid .para-img {
  margin-top: 20px;
}
.section-content__grid .ct-event .para-event h3,
.section-content__grid .ct-event .para-event p,
.section-content__grid .ct-event .para-img h3,
.section-content__grid .ct-event .para-img p,
.section-content__grid .ct-grid .para-event h3,
.section-content__grid .ct-grid .para-event p,
.section-content__grid .ct-grid .para-img h3,
.section-content__grid .ct-grid .para-img p {
  color: black;
}
.section-content__grid .ct-event .para-event h3,
.section-content__grid .ct-event .para-img h3,
.section-content__grid .ct-grid .para-event h3,
.section-content__grid .ct-grid .para-img h3 {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.section-content__grid .ct-event .para-event p,
.section-content__grid .ct-event .para-img p,
.section-content__grid .ct-grid .para-event p,
.section-content__grid .ct-grid .para-img p {
  font-size: 0.9rem;
  width: 100%;
}
.section-content__grid .ct-event .para-img,
.section-content__grid .ct-grid .para-img {
  text-align: center;
  margin-top: 0;
}
.section-content__grid .ct-event .para-img img,
.section-content__grid .ct-grid .para-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 170px;
}
.section-content__grid .ct-event .para-img img:hover,
.section-content__grid .ct-grid .para-img img:hover {
  -webkit-filter: none;
  filter: none;
}
.section-content__grid .ct-event .para-img .undp,
.section-content__grid .ct-grid .para-img .undp {
  width: 50px;
}
.section-content__grid .ct-grid .img-box {
  height: 250px;
  max-height: 250px;
}
.section-content__grid .ct-grid .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 170px;
  max-width: 170px;
}
.section-content__grid .ct-grid .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.section-content__grid .row-grid {
  padding-top: 3rem;
}
.section-content__grid .row-grid .text-para {
  color: black;
}
.section-content__grid .row-grid .logo-grid {
  margin: 3rem 0;
}
.section-content__grid .row-grid .logo-grid img {
  width: 200px;
}
.section-content__grid .row-grid .text-head {
  margin-top: 2rem;
  color: black;
}
.section-content__grid .row-user {
  padding-top: 5rem;
}
.section-content__grid .row-user .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  text-align: center;
  z-index: -1;
}
.section-content__grid .row-user .line img {
  height: 500px;
}
.section-content__grid .row-user .ct-user:first-child {
  padding-right: 150px;
}
.section-content__grid .row-user .ct-user:last-child {
  padding-left: 150px;
}
.section-content__grid .row-user .box-user {
  margin-bottom: 5rem;
}
.section-content__grid .row-user .box-user .img-user {
  padding-bottom: 2rem;
}
.section-content__grid .row-user .box-user .img-user img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.section-content__grid .row-user .box-user .info-user p {
  color: black;
}
.section-content__grid .row-user .box-user .info-user .text-name, .section-content__grid .row-user .box-user .info-user .text-name2 {
  color: #98C23C;
  font-size: 1.25rem;
}
.section-content__grid .row-user .box-user .info-user .text-division {
  color: #14AAC9;
}
.section-content__grid .row-user .box-user .info-user .text-para.tr {
  text-align: right;
}
.section-content .about-sec {
  padding-top: 0 !important;
}

.pagination-box {
  padding-top: 3rem;
}
.pagination-box .page-link {
  border: 0;
  color: black;
}

.modal-content {
  border-radius: 0;
}
.modal-body {
  padding: 0;
}
.modal-body iframe {
  width: 100%;
}

.modal-backdrop.show {
  opacity: 0.8;
}

@media screen and (max-width: 1920px) {
  .header__topct {
    padding-top: 1.025rem;
  }
}
@media screen and (max-width: 1280px) {
  .ct-slider .slide .slide__content--headings .text {
    font-size: 60px;
  }
  .footer #footer-wayang img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__bottom .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  .ct-slider {
    position: relative;
  }
  .ct-slider .slider {
    height: 100%;
  }
  .ct-slider .slide {
    height: 100%;
  }
  .ct-slider .slide .slide__img {
    position: static;
    transform: translate(0%);
  }
  .ct-slider .slide .slide__img img {
    width: 100vw;
    object-fit: cover;
    height: 490px;
  }
  .ct-slider .slide .slide__content {
    padding-bottom: 100px;
  }
  .ct-slider .slide .slide__content--headings {
    font-size: 40px;
  }
  .ct-slider .slide .slide__content--headings h2 {
    font-size: 2rem;
  }
  .ct-slider .slide .slide__content .more {
    font-size: 22px;
  }
  .ct-slider .slider-logos__box .logo-link .wrap {
    width: 50px;
    height: 50px;
  }
  .section-content .p-section {
    padding-top: 5vh;
  }
  .section-content__videos.p-section {
    padding-top: 25vh;
  }
  .section-content__videos .row-videos .play-btn {
    top: 25%;
  }
  .section-content__videos .row-videos .play-btn img {
    width: 80px;
  }
  .section-content__grid .row-user .ct-user:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user .box-user .img-user {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-division {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name:before,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2:before {
    margin-right: auto;
    width: 80px;
  }
  .section-content__grid .line {
    display: none;
  }
  .section-content__grid .tr {
    text-align: justify;
  }
  .section-content__grid .tr p {
    text-align: justify;
  }
  .footer .bg-footer img {
    height: 35vh;
  }
  .footer__rowlogo .logo-brand img {
    width: 250px;
  }
  .footer__rowlogo .logo-partner img {
    width: 60px;
  }
  .footer__rowlogo .logo-other img {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .footer #footer-wayang img {
    margin-top: -10px;
  }
  .footer__copyright #gunungan::after {
    border-bottom: 1px solid #fff;
    bottom: 0px;
  }
  .header__top .navbar-brand img {
    width: 250px;
  }
  .header__bottom .navbar-nav {
    display: none;
  }
  .header.is-fixed .toggle-mobile span {
    background: black;
  }
  .header .navbar-social {
    display: none;
  }
  .header .toggle-mobile {
    display: block;
  }
  .header__bottom .navbar-brand img {
    max-height: 50px;
  }
  .menu {
    padding-top: 1rem;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  .menu.show {
    transform: translateY(0);
    transform: translateX(0);
  }
  .ct-slider .slide .slide__content--headings .text {
    font-size: 40px;
    max-width: 100%;
  }
  .section-content__two .box-collapse {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-content__two .box-collapse__icon {
    text-align: center;
  }
  .section-content__two .box-collapse__para {
    width: 100%;
  }
  .section-content__two .box-collapse__para .accordion-button {
    font-size: 1rem;
  }
  .section-content__four .row-article__box img {
    width: 100%;
  }
  .section-content__contact .box-contact .col-12 {
    margin-bottom: 2rem;
  }
  .section-content__contact.p-section {
    padding-top: 5vh;
  }
  .section-content__contact .content-head img {
    height: 200px;
  }
  .section-content__contact .maps {
    margin: 0;
  }
  .section-content__contact .maps iframe {
    width: 100% !important;
    height: 300px;
  }
  .section-content__videos.p-section {
    padding-top: 8vh;
  }
  .section-content__videos .content-head .box-head {
    height: 300px;
  }
  .section-content__videos .content-head p {
    width: 100%;
  }
  .section-content__videos .row-videos .play-btn {
    top: 25%;
  }
  .section-content__videos .row-videos .play-btn img {
    width: 80px;
  }
  .section-content__articles.p-section {
    padding-top: 8vh;
  }
  .section-content__articles .content-head .box-head {
    height: 300px;
  }
  .section-content__articles .content-head p {
    width: 100%;
  }
  .section-content__articles .article-head img {
    height: 300px;
  }
  .section-content__grid.p-section {
    padding-top: 6vh;
  }
  .section-content__grid .content-head h2 {
    font-size: 2rem;
  }
  .section-content__grid .content-head .img-head img {
    width: 150px;
  }
  .section-content__grid .ct-event .img-box {
    height: 260px;
    max-height: 260px;
    padding: 1rem;
  }
  .section-content__grid .row-user .ct-user:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user .box-user .img-user {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-division {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name:before,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2:before {
    margin-right: auto;
    width: 80px;
  }
  .section-content__grid .about-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-content__grid .xs-pb0 {
    padding-bottom: 0;
  }
  .line {
    display: none;
  }
  .footer .bg-footer img {
    height: 25vh;
  }
  .footer__nav ul li {
    padding: 0.25rem 0.5rem;
  }
  .footer__rowlogo .logo-brand img {
    width: 200px;
  }
  .footer__rowlogo .logo-partner img {
    width: 30px;
  }
  .footer__rowlogo .logo-other img {
    width: 10s0px;
  }
  .linkcpy {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .section-content .about-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-content .xs-pb0 {
    padding-bottom: 0;
  }
  .section-content__four .row-article__box {
    margin-bottom: 1rem;
  }
  .section-content__grid .row-user .ct-user:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user .box-user .img-user {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-division {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name:before,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2:before {
    margin-right: auto;
    width: 80px;
  }
  .section-content .tr {
    text-align: justify;
  }
  .section-content .tr p {
    text-align: justify;
  }
  .footer .bg-footer img {
    height: 25vh;
  }
  .footer__rowlogo .logo-brand img {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__rowlogo .logo-other img {
    width: 80px;
  }
  #px-wrap {
    height: auto;
  }
  .footer__rowlogo {
    flex-direction: column;
  }
  .section-content__one .maps-content__para {
    font-size: 16px;
  }
  .section-content__two .box-collapse {
    padding: 2rem 15px;
  }
  .accordion-button, .accordion-body {
    padding: 1rem 0;
  }
  .section-content .p-section {
    padding-top: 70px;
  }
  .ct-slider .slide .slide__content .more {
    margin-top: 15px;
    font-size: 14px;
    padding: 8px 15px;
  }
  #annual-report {
    margin-top: 70px;
  }
  .ct-slider .slide .slide__content--headings {
    font-size: 24px;
  }
  .section-content__grid .ct-grid .img-box {
    padding: 30px;
  }
  .btn-more {
    font-size: 16px;
    padding: 8px 15px;
  }
  h2.section-title {
    font-size: 25px;
  }
  .partners .item img, .img-fluid {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .section-content__videos .row-videos .play-btn, .section-content__articles .row-videos .play-btn, .section-content__grid .row-videos .play-btn {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .footer #footer-wayang {
    height: 30px;
  }
}
@media screen and (max-width: 512px) {
  .footer #footer-wayang {
    height: 20px;
  }
  #contact-banner {
    min-height: 400px;
  }
  .ct-slider .slider-logos {
    bottom: 20px;
  }
  .ct-slider .slider-logos__box .logo-link .wrap {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .section-content .about-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-content__two .box-collapse__para .accordion {
    padding: 0.9rem 1rem;
  }
  .section-content__two .box-collapse__para .accordion-button {
    font-size: 0.8rem;
  }
  .section-content__three .row-annual__col a {
    font-size: 1.5rem;
  }
  .section-content__four .row-article__box h2 {
    font-size: 1.25rem;
    color: #1BAAC8;
    background: none;
    padding: 15px 0;
  }
  .section-content__four .row-article__box img {
    height: 100px;
    width: 100px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .section-content__contact {
    padding-bottom: 0;
  }
  .section-content__contact.p-section {
    padding-top: 8vh;
  }
  .section-content__contact .content-head img {
    height: 160px;
  }
  .section-content__contact .content-head h2 {
    font-size: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-content__videos.p-section {
    padding-top: 8vh;
  }
  .section-content__videos .row-videos {
    padding-top: 1rem;
  }
  .section-content__videos .content-head h2 {
    font-size: 2rem;
  }
  .section-content__videos .content-head p {
    width: 100%;
    font-size: 0.9rem;
  }
  .section-content__videos .content-head .box-head {
    height: 100%;
  }
  .section-content__articles.p-section, .section-content__grid.p-section {
    padding-top: 8vh;
  }
  .section-content__articles .row-articles, .section-content__grid .row-articles {
    padding-top: 1rem;
  }
  .section-content__articles .content-head h2, .section-content__grid .content-head h2 {
    font-size: 2rem;
  }
  .section-content__articles .content-head p, .section-content__grid .content-head p {
    width: 100%;
    font-size: 0.9rem;
  }
  .section-content__articles .content-head .box-head, .section-content__grid .content-head .box-head {
    height: 100%;
  }
  .section-content__articles .article-head img, .section-content__grid .article-head img {
    height: 200px;
  }
  .section-content__grid .logo img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
  }
  .section-content__grid.p-section {
    padding-top: 10vh;
  }
  .section-content__grid .row-grid {
    padding-top: 2rem;
  }
  .section-content__grid .row-grid .text-head {
    margin-top: 0rem;
  }
  .section-content__grid .row-grid .logo-grid img {
    width: 175px;
    margin-bottom: 1rem;
  }
  .section-content__grid .tr {
    text-align: justify;
  }
  .section-content__grid .tr p {
    text-align: justify;
  }
  .section-content__grid .row-user .ct-user:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .section-content__grid .row-user .ct-user .box-user .img-user {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-division {
    text-align: center;
  }
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name:before,
  .section-content__grid .row-user .ct-user .box-user .info-user .text-name2:before {
    margin-right: auto;
    width: 80px;
  }
  .section-content__grid .content-head .box-head {
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
  }
  .section-content__grid .content-head .box-head h2,
  .section-content__grid .content-head .box-head p {
    position: relative;
    z-index: 1;
  }
  .section-content__grid .content-head .img-head {
    opacity: 0.7;
    border-radius: 50%;
    padding: 3rem;
    position: absolute;
    right: -30px;
    top: -20px;
  }
  .section-content__grid .content-head .img-head img {
    width: 30px;
  }
  .section-content__grid .ct-grid .img-box {
    height: 150px;
    max-height: 150px;
  }
  .section-content__grid .ct-grid .para-img img {
    max-height: 100px;
  }
  .footer__nav ul.d-flex {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .footer__rowlogo .logo-other {
    display: none;
  }
  .footer__copyright .row a {
    font-size: 0.8rem;
  }
  .xs-pb0 {
    padding-bottom: 0;
  }
  .section-content__grid .ct-grid .img-box img {
    max-height: 90px;
    max-width: 80px;
  }
  #contact-banner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #contact-banner h1 {
    font-size: 30px;
  }
  #contact-banner #address {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .menu {
    overflow: auto;
    padding-top: 1rem;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  .menu.show {
    transform: translateY(0);
    transform: translateX(0);
  }
  .menu__boxlink .logo-partner img {
    width: 30px;
  }
  .menu__copyright .box-text {
    font-size: 0.8rem;
    text-align: center !important;
  }
  .menu__copyright .box-text:last-child a {
    text-align: center !important;
  }
  .menu__icon-social .d-flex {
    padding-left: 0;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .section-content__four .row-article__box h2 {
    font-size: 1.025rem;
  }
}
@media screen and (max-width: 380px) {
  .footer__rowlogo {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .footer__rowlogo .logo-brand {
    margin-bottom: 1rem;
  }
  .footer__rowlogo .logo-brand img {
    width: 120px;
  }
}
@media screen and (max-width: 280px) {
  .header__top .navbar-brand img {
    width: 150px;
  }
  .ct-slider .slider-logos {
    left: 15%;
  }
  .section-content__two .box-collapse {
    padding: 0.5rem;
  }
  .section-content__two .box-collapse__para .accordion-button {
    padding: 0.5rem;
  }
  .section-content__two .box-collapse p {
    font-size: 1rem;
  }
  .section-content__three .row-annual__col {
    width: 100%;
  }
  .section-content__four .row-article__box {
    width: 100%;
  }
  .footer__rowlogo {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .footer__rowlogo .logo-brand {
    margin-bottom: 1rem;
  }
  .footer__rowlogo .logo-brand img {
    width: 120px;
  }
  .footer .box-text {
    width: 100%;
    text-align: center;
  }
  .footer .box-text a {
    text-align: center !important;
  }
}

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