@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  -moz-osx-font-smoothings: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #0a2540;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0a2540;
}

section {
  position: relative;
}

section .grid3 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  section .grid3 {
    width: 32%;
  }
}

.hide-mobile {
  display: none;
}

.hide-desktop {
  display: block;
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}

section.section-home-page {
  padding: 40px 0;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-home-page {
    padding: 80px 0;
  }
}

section.section-home-partner {
  padding: 60px 0;
}

@media (min-width: 992px) {
  section.section-home-partner {
    padding: 80px 0;
  }
}

section.section-about-founders {
  padding: 60px 0;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-about-founders {
    padding: 80px 0;
  }
}

section.section-about-founders + .section-about-milestone {
  padding: 60px 0;
}

@media (min-width: 992px) {
  section.section-about-founders + .section-about-milestone {
    padding: 0 0 100px;
  }
}

section.section-about-founders + .section-about-milestone::before {
  height: 280px;
}


section.section-news-featured {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-news-featured {
    padding: 80px 0 100px;
  }
}

section.section-news-other {
  padding: 60px 0;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-news-other {
    padding: 80px 0;
  }
}

section.section-news-press {
  padding: 60px 0;
}

@media (min-width: 992px) {
  section.section-news-press {
    padding: 60px 0 80px;
  }
}

section.section-news-socmed {
  padding: 60px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-news-socmed {
    padding: 80px 0;
  }
}

section.section-news-socmed {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-news-socmed  {
    padding: 0 0 100px;
  }
}

section.section-news-socmed + .section-news-kit {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-news-socmed + .section-news-kit {
    padding: 0 0 100px;
  }
}

section.section-news-kit {
  padding: 60px 0 100px;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-news-kit {
    padding: 80px 0 100px;
  }
}

section.section-contact-info {
  padding: 0;
}

section.section-contact-form {
  z-index: 2;
}

@media (min-width: 992px) {
  section.section-contact-form {
    padding: 100px 0;
  }
}

section.section-seafood-catalog {
  padding: 60px 0 80px;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-seafood-catalog {
    padding: 80px 0 100px;
  }
}

section.section-seafood-socmed {
  padding: 80px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-seafood-socmed {
    padding: 130px 0;
  }
}

section.section-seafood-aruna-crab {
  padding: 60px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-seafood-aruna-crab {
    padding: 80px 0;
  }
}

section.section-seafood-aruna-crab {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-seafood-aruna-crab {
    padding: 0 0 80px;
  }
}

section.section-foundation-contact {
  background-color: #f5f5f5;
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-foundation-contact {
    padding: 0 0 100px;
  }
}

section.section-partner-plant {
  padding: 60px 0;
}

@media (min-width: 992px) {
  section.section-partner-plant {
    padding: 100px 0;
  }
}

section.section-partner-plant + .section-partner-ide {
  padding: 0 0 60px;
}

@media (min-width: 992px) {
  section.section-partner-plant + .section-partner-ide {
    padding: 0 0 100px;
  }
}

section.section-partner-ide {
  padding: 60px 0;
}

@media (min-width: 992px) {
  section.section-partner-ide {
    padding: 100px 0;
  }
}

section.section-detail {
  padding: 50px 0 130px;
}

section.section-related {
  padding: 130px 0;
  background-color: #006aaf;
}

section.section-category {
  padding: 80px 0;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-category {
    padding: 130px 0;
  }
}

section.section-search {
  padding: 80px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-search {
    padding: 130px 0;
  }
}

section.section-search .search-wrapper {
  max-width: 640px;
  margin: 0 auto;
  background-color: #ffffff;
}

section.section-not-found {
  padding: 80px 0;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-not-found {
    padding: 130px 0;
  }
}

.app {
  position: relative;
  overflow: hidden;
}

.main-content {
  padding: 88px 0 0;
}
.main-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-title h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

@media (min-width: 768px) {
  .section-title h1 {
    font-size: 62px;
    line-height: 74px;
  }
}

.section-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .section-title h2 {
    font-size: 36px;
  }
}

.section-title h3 {
  margin: 30px 0 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 58px;
}

.section-title p {
  max-width: 690px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.section-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

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

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

.text-white {
  color: #ffffff;
}

.text-white a {
  color: #ffffff;
}

.text-primary {
  color: #006aaf;
}

.category-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 16px;
  margin: 40px 0 0;
}

@media (min-width: 576px) {
  .category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .category-wrapper {
    margin: 100px 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.category-item {
  position: relative;
}

.category-image img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

.category-text {
  padding: 30px 0 0;
}

.category-text .news-category ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.category-text > a h3 {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.category-text > p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.category-text .news-author {
  margin: 20px 0 0;
}

.search-result-title {
  margin: 50px 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

@media (min-width: 768px) {
  .search-result-title {
    font-size: 62px;
    line-height: 74px;
  }
}

.search-result-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 16px;
  margin: 80px 0 0;
}

@media (min-width: 576px) {
  .search-result-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .search-result-wrapper {
    margin: 130px 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.search-item {
  position: relative;
}

.search-image img {
  display: block;
  width: 100%;
  height: 315px;
  margin: 0;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-text {
  padding: 30px 0 0;
}

.search-text > a h3 {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.search-text > p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.ornamen-home-orange {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: -8px;
  width: 89px;
  height: 53px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 89px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .ornamen-home-orange {
    display: block;
    bottom: -90px;
    left: -62px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 0;
}

.pagination > span,
.pagination > a {
  display: block;
  width: 52px;
  height: 52px;
  padding: 17px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 50%;
}

.pagination > * + * {
  margin: 0 0 0 25px;
}

.pagination .page-numbers.current {
  color: #006aaf;
  background-color: #ffffff;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:hover {
  cursor: pointer;
}

.btn:focus,
.btn:active {
  outline: none;
}

.btn.btn-white {
  padding: 21px 35px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5e768d;
  background-color: #ffffff;
  border-radius: 10px;
}

.btn.btn-white:hover {
  color: #006aaf;
}

.btn.btn-line-join {
  padding: 8px 32px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #ff9500;
  border-radius: 32px;
}

.btn.btn-line-join:hover {
  color: #ffffff;
  background-color: #ff9500;
  border-color: #ff9500;
}

.btn.btn-line-primary {
  padding: 8px 24px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #0a2540;
  background-color: transparent;
  border: 1px solid #c1cfdd;
  border-radius: 8px;
}

.btn.btn-line-primary:hover {
  color: #ffffff;
  background-color: #006aaf;
  border-color: #006aaf;
}

.btn.btn-line-white {
  padding: 21px 35px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.btn.btn-line-white:hover {
  color: #0a2540;
  background-color: #ffffff;
}

.btn.btn-line-mitra {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #d16d3b;
  background-color: transparent;
  border: 1px solid #d16d3b;
  border-radius: 28px;
}

.btn.btn-line-mitra:hover {
  color: #ffffff;
  background-color: #d16d3b;
}

.btn.btn-line-mitra:hover span.icon-mitra {
  background-image: url("../images/mitra-white.png");
}

.btn.btn-line-mitra span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.btn.btn-line-mitra span.icon-mitra {
  width: 35px;
  height: 35px;
  margin: 0 0 0 15px;
  background-image: url("../images/mitra-orange.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn.btn-line-default {
  padding: 21px 35px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F37125;
  background-color: transparent;
  border: 1px solid #F37125;
  border-radius: 10px;
}

.btn.btn-line-default:hover {
  color: #ffffff;
  background-color: #F37125;
}

.btn.btn-cancel {
  max-width: 295px;
  width: 100%;
  height: 55px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #bdbdbd;
  border-radius: 10px;
}

.btn.btn-submit {
  max-width: 295px;
  width: 100%;
  height: 55px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #d16d3b;
  border-radius: 10px;
}

.btn.btn-submit:hover {
  background-color: #fd874c;
}

.btn.btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102px;
  height: 102px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

@media (min-width: 992px) {
  .btn.btn-play-hero {
    left: calc(calc(100% + 130px) / 2);
  }
}

.btn.btn-play img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.btn.btn-orange {
  padding: 16px 24px;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #F37125;
  border-radius: 32px;
  font-family: 'Mulish' !important;
}

.btn.btn-orange.partner {
  width: 295px;
  height: 55px;
  padding: 16px;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #d16d3b;
  border-radius: 10px;
  font-family: 'Mulish' !important;
  text-decoration: underline !important;
}

.btn.btn-orange:hover {
  background-color: #fd874c;
}

.btn.btn-line-orange {
  max-width: 295px;
  height: 55px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #d16d3b;
  background-color: transparent;
  border: 1px solid #d16d3b;
  border-radius: 10px;
}

.btn.btn-line-orange:hover {
  background-color: #fd874c;
  color: #fff;
}

.btn.btn-seafood-na {
  width: 295px;
  height: 55px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.form-group label {
  display: block;
}

.form-group label + .form-control {
  margin: 15px 0 0;
}

.form-group label + span {
  display: block;
  margin: 15px 0 0;
}

.form-group + .form-group {
  margin: 30px 0 0;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid rgba(10, 37, 64, 0.5);
  border-radius: 10px;
}

.form-control:focus {
  outline: 0;
  border-color: #006aaf;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .form-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.form-full {
  width: 100%;
}

.form-download h3 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 55px;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .form-download h3 {
    font-size: 36px;
  }
}

.form-download .form-wrapper {
  margin: 30px 0 0;
}

textarea.form-control {
  height: 192px;
  resize: none;
}

select.form-control {
  background-image: url("../icons/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 24px) center;
}

.modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.modal.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.modal.show .modal-content {
  margin: 100px auto 0;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.modal-content {
  position: relative;
  max-width: 1220px;
  margin: 50px auto 0;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.modal-content-download {
  max-width: 560px;
}

.modal-close {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-image: url("../icons/close.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .modal-close {
    top: -20px;
    right: 0;
    width: 60px;
    height: 60px;
    background-size: 20px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-body {
  padding: 30px;
  background-color: #ffffff;
}

.modal-body.modal-youtube {
  padding: 10px;
  border-radius: 30px;
}

.modal-body.modal-download {
  padding: 40px 30px 50px;
  border-radius: 30px;
}

.modal-body .youtube-video {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: calc(calc(100% / 16) * 9) 0 0;
}

.modal-body .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}

.header-container {
  width: 100%;
  padding: 30px 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .header-container {
    padding: 15px 0;
  }
}

.header-container.scrolled {
  background-color: #ffffff;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo a {
  display: block;
}

.header-logo a img {
  display: block;
  -webkit-transform: rotateZ(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotateZ(0deg) !important;
  max-height: 28px;
  margin: 0;
}

.header-nav.open nav {
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

nav {
  position: fixed;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 992px) {
  nav {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 96px);
  margin: 0;
  padding: 40px 0;
  list-style-type: none;
  overflow: auto;
}

@media (min-width: 992px) {
  nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    overflow: initial;
  }
}

nav > ul > li {
  position: relative;
}

nav > ul > li + li {
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  nav > ul > li + li {
    margin: 0 0 0 40px;
  }
}

@media (min-width: 992px) {
  nav > ul > li.menu-item-has-children {
    padding: 0 30px 0 0;
  }
}

nav > ul > li.menu-item-has-children > a {
  padding: 0 30px 0 0;
}

@media (min-width: 992px) {
  nav > ul > li.menu-item-has-children > a {
    padding: 0;
  }
}

nav > ul > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8px;
  right: 0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
  width: 10px;
  height: 7px;
  background-image: url("../icons/navbar-dropdown.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

nav > ul > li.menu-item-has-children:hover:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

nav > ul > li.menu-item-has-children:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

nav > ul > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #0a2540;
}

nav > ul > li > a:hover {
  color: #006aaf;
}

nav > ul > li > img {
  display: block;
  max-height: 58px;
}

nav > ul > li > ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 0 0;
  list-style-type: none;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 992px) {
  nav > ul > li > ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 40px 60px 20px 20px;
  }
}

nav > ul > li > ul:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 10px;
}

@media (min-width: 992px) {
  nav > ul > li > ul:before {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
    box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.08);
  }
}

nav > ul > li > ul li {
  position: relative;
  z-index: 1;
}

nav > ul > li > ul li + li {
  margin: 20px 0 0;
}

nav > ul > li > ul li > a {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #0a2540;
}

nav > ul > li > ul li > a:hover {
  color: #006aaf;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu:hover {
  cursor: pointer;
}

.mobile-menu img {
  display: block;
  max-width: 20px;
}

.mobile-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 0;
}

@media (min-width: 992px) {
  .mobile-logo {
    display: none;
  }
}

.mobile-logo a {
  display: block;
}

.mobile-logo a img {
  display: block;
  -webkit-transform: rotateZ(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotateZ(0deg) !important;
  max-height: 28px;
}

.mobile-close {
  position: absolute;
  top: 39px;
  right: 20px;
}

@media (min-width: 992px) {
  .mobile-close {
    display: none;
  }
}

.mobile-close:hover {
  cursor: pointer;
}

.mobile-close img {
  display: block;
  max-width: 17px;
}

footer {
  padding: 40px 0 60px;
}

@media (min-width: 992px) {
  footer {
    padding: 80px 0;
  }
}

.footer-top {
  padding: 0 0 45px;
}

.footer-top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo a {
  display: block;
}

.footer-logo a img {
  display: block;
  max-height: 28px;
  margin: 0;
}

.footer-slogan {
  margin: 0 0 0 30px;
}

.footer-slogan img {
  display: block;
  max-height: 58px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0 0;
}

@media (min-width: 1200px) {
  .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-info-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .footer-info-left {
    width: calc(100% - 408px);
    padding: 0 60px 0 0;
  }
}

.footer-info-right {
  width: 100%;
}

@media (min-width: 1200px) {
  .footer-info-right {
    width: 408px;
  }
}

.footer-about {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-about {
    max-width: 353px;
  }
}

.footer-about h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0a2540;
}

.footer-about h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #0a2540;
}

.footer-about p {
  width: 100%;
  max-width: 330px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #5e768d;
  opacity: 0.8;
}

.footer-about p + h4 {
  margin: 10px 0 0;
}

.footer-menu {
  width: 100%;
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .footer-menu {
    width: auto;
    margin: 0;
  }
}

.footer-menu h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0a2540;
}

.footer-menu ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu ul li + li {
  margin: 15px 0 0;
}

.footer-menu ul li a {
  font-size: 13px;
  line-height: 150%;
  color: #5e768d;
}

.footer-menu ul li a:hover {
  color: #006aaf;
}

.footer-join {
  width: 400px !important;
  cursor: pointer;
}

.footer-join img {
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) {
  .footer-join {
    display: block;
    width: 100% !important;
    cursor: pointer;
    margin-top: 40px;
  }

  .footer-join img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .footer-join {
    width: 400px !important;
    height: 250px !important;
    cursor: pointer;
    margin-top: 0;
  }
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0 0;
  border-top: 1px solid rgba(11, 38, 63, 0.15);
}

@media (min-width: 576px) {
  .footer-bottom-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-language {
  width: 100%;
}

@media (min-width: 576px) {
  .footer-language {
    width: auto;
  }
}

.footer-language h3 {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

.footer-language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.footer-language ul li + li {
  margin: 0 0 0 20px;
}

.footer-language ul li a {
  display: block;
}

.footer-language ul li a img {
  display: block;
  width: 24px !important;
  max-height: 24px;
  height: auto !important;
  margin: 0;
}

.footer-social {
  width: 100%;
  margin: 30px 0 0;
}

@media (min-width: 576px) {
  .footer-social {
    width: auto;
    margin: 0;
  }
}

.footer-social h5 {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.footer-social ul li + li {
  margin: 0 0 0 20px;
}

.footer-social ul li a {
  display: block;
}

.footer-social ul li a img {
  display: block;
  max-height: 24px;
  margin: 0;
}

.footer-widget-wrapper .glink + .glink {
  margin: 0 0 0 20px;
}

.footer-widget-wrapper p {
  margin-top: 19px;
  margin-bottom: 40px;
}

.home-page-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

@media (min-width: 768px) {
  .home-page-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-page-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.home-page-card img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
}

.home-page-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
}

.home-page-text .btn {
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  .modifier {
    position: relative;
    height: 850px;
  }
}

.modifier-t {
  border-radius: 0;
}

@media (min-width: 992px) {
  .modifier-t {
    height: 850px;
  }
}

@media (min-width: 992px) {
  .modifier-t .modifier-item {
    height: 850px;
  }
}


.modifier-t .slick-dots {
  opacity: 0;
}

.modifier-t img {
  border-radius: 0;
}


.about-hero-bg {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .about-hero-bg {
    width: 50%;
  }
}

.about-hero-bg img {
  display: block;
  position: relative;
  width: calc(100% + 40px);
  height: 500px;
  margin: 0 -20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about-hero-bg img {
    width: calc(100% + 130px);
    margin: 0;
  }
}

.about-founders-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 50px 0 0;
}

@media (min-width: 1200px) {
  .about-founders-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.about-founders-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .about-founders-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 740px;
    flex: 0 0 740px;
    width: 740px;
  }
}

.about-founders-wrapper > img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
}

.about-founders-wrapper > h3 {
  margin: 30px 0 0;
  font-size: 24px;
  line-height: 30px;
}

.about-founders-wrapper > p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #b3dcf3;
}

.about-founders-wrapper > a {
  display: inline-block;
  margin: 15px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  text-decoration: underline;
  color: #b3dcf3;
}

.about-founders-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .about-founders-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}

.about-founders-person {
  position: relative;
}

@media (min-width: 992px) {
  .about-founders-person {
    padding: 0 0 66px;
  }
}

.about-founders-person img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}

.about-founders-detail {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.about-founders-detail h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
}

@media (min-width: 576px) {
  .about-founders-detail h3 {
    margin: 0;
    line-height: 54px;
  }
}

.about-founders-detail h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.about-founders-detail p {
  display: none;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.about-founders-detail ul {
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}

.about-founders-detail ul li + li {
  margin: 0 0 0 20px;
}

.about-founders-detail ul li a {
  display: block;
}

.about-founders-detail ul li a img {
  display: block;
  max-width: 24px;
}

.about-founders-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 80px 0 0;
}

@media (min-width: 1200px) {
  .about-founders-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 740px);
    flex: 0 0 calc(100% - 740px);
    width: calc(100% - 740px);
    padding: 0 0 0 40px;
  }
}

.about-founders-media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-founders-media-item + .about-founders-media-item {
  margin: 40px 0 0;
}

.about-founders-media-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 118px;
  flex: 0 0 118px;
  width: 118px;
}

.about-founders-media-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.about-founders-media-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 118px);
  flex: 0 0 calc(100% - 118px);
  width: calc(100% - 118px);
  padding: 0 0 0 30px;
}

.about-founders-media-text h3 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.about-founders-media-text p {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #b3dcf3;
}

.about-founders-media-text a {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  text-decoration: underline;
  color: #b3dcf3;
}

.about-founders-video {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 70px 0 0;
  padding: calc(calc(100% / 16) * 9) 0 0;
}

.about-founders-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-milestone-wrapper {
  position: relative;
  top: 0;
  margin: 0;
  padding: 60px 20px 86px;
  background-color: #ffffff;
  border-radius: 20px;
}

@media (min-width: 320px) {
  .about-milestone-wrapper {
    padding: 40px 20px;
  }
}

@media (min-width: 992px) {
  .about-milestone-wrapper {
    padding: 130px 60px;
  }
}

@media (min-width: 1200px) {
  .about-milestone-wrapper {
    padding: 80px 80px 100px;
  }
}

.about-milestone-step {
  margin: 80px 0 0;
}

@media (min-width: 320px) {
  .about-milestone-step {
    margin: 40px 0 0;
  }
}

@media (min-width: 992px) {
  .about-milestone-step {
    padding: 0 46px;
  }
}

/* .about-milestone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
} */

/* @media (min-width: 992px) {
  .about-milestone-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.about-milestone-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
} */

/* @media (min-width: 992px) {
  .about-milestone-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.about-milestone-item:nth-child(2n):before {
  content: "";
  position: absolute;
  top: -104px;
  left: calc(50% - 8px);
  width: 16px;
  height: 104px;
  background-image: url("../images/milestone-arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

/* @media (min-width: 992px) {
  .about-milestone-item:nth-child(2n):before {
    top: -85px;
    left: 185px;
    width: 218px;
    height: 131px;
    background-image: url("../images/milestone-arrow-right.png");
  }
} */

/* .about-milestone-item:nth-child(2n + 3):before {
  content: "";
  position: absolute;
  top: -104px;
  left: calc(50% - 8px);
  width: 16px;
  height: 104px;
  background-image: url("../images/milestone-arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

/* @media (min-width: 992px) {
  .about-milestone-item:nth-child(2n + 3):before {
    top: -85px;
    left: 454px;
    width: 218px;
    height: 131px;
    background-image: url("../images/milestone-arrow-left.png");
  }
}

.about-milestone-item + .about-milestone-item {
  margin: 120px 0 0;
} */

/* .about-milestone-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 403px;
  margin: 25px auto 0;
} */

/* @media (min-width: 992px) {
  .about-milestone-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 403px;
    flex: 0 0 403px;
    width: 403px;
    margin: 0;
  }
} */

/* .about-milestone-image img {
  display: block;
  width: 100%;
  margin: 0;
} */

.about-milestone-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .about-milestone-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 454px);
    flex: 0 0 calc(100% - 454px);
    width: calc(100% - 454px);
    text-align: left;
  }
}

.about-milestone-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #0a2540;
}

.about-milestone-text p {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #0a2540;
  opacity: 0.8;
}

.about-milestone-button {
  margin: 56px 0 0;
}

@media (min-width: 992px) {
  .about-milestone-button {
    margin: 70px 0 0;
  }
}

.founder-ornamen-orange {
  position: absolute;
  z-index: 0;
  top: -46px;
  left: -48px;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .founder-ornamen-orange {
    display: none;
  }
}

.milestone-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  top: 100%;
  right: -10px;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .milestone-ornamen-orange {
    display: block;
    top: -74px;
    right: -10px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.milestone-ornamen-blue {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 15px;
  width: 300px;
  height: 228px;
  background-image: url("../images/pattern-grey-fish.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: center;
}

@media (min-width: 320px) {
  .milestone-ornamen-blue {
    right: 0;
    bottom: -30px;
    width: 200px;
    height: 177px;
    background-size: 200px auto;
  }
}

@media (min-width: 992px) {
  .milestone-ornamen-blue {
    right: 0;
    bottom: 0;
    width: 278px;
    height: 250px;
    background-size: 278px auto;
  }
}

.news-featured-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .news-featured-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news-featured-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .news-featured-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .news-featured-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 625px;
    flex: 0 0 625px;
    width: 625px;
  }
}

.news-featured-image img {
  display: block;
  width: 100%;
  height: 436px;
  margin: 0;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .news-featured-image img {
    height: auto;
  }
}

.news-featured-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 26px 0 0;
}

@media (min-width: 992px) {
  .news-featured-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    padding: 0 0 0 40px;
  }
}

@media (min-width: 1200px) {
  .news-featured-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 671px);
    flex: 0 0 calc(100% - 671px);
    width: calc(100% - 671px);
    padding: 0;
  }
}

.news-featured-text > a {
  display: block;
  margin: 20px 0 0;
}

.news-featured-text > a h3 {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #0a2540;
}

.news-featured-text > p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #0a2540;
  opacity: 0.8;
}

.news-featured-text .news-category ul li a {
  color: #ff9500;
}

.news-featured-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0 0;
}

.news-featured-text-bottom .news-author {
  margin: 0;
}

.news-featured-text-bottom > a {
  display: inline-block;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(10, 37, 64, 0.5);
}

.news-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-category ul li {
  position: relative;
}

.news-category ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.8;
}

.news-category ul li + li {
  margin: 0 0 0 10px;
  padding: 0 0 0 12px;
}

.news-category ul li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #0a2540;
  border-radius: 1px;
}

.news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0 0;
}

.news-author-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
}

.news-author-image img {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 21px;
}

.news-author-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 42px);
  flex: 0 0 calc(100% - 42px);
  width: calc(100% - 42px);
  padding: 0 0 0 15px;
}

.news-author-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.news-author-info p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

.news-other-container {
  margin: 50px 0 0;
}

.news-other-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 16px;
}

@media (min-width: 576px) {
  .news-other-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .news-other-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-other-item {
  position: relative;
}

.news-other-image img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

.news-other-text {
  padding: 30px 0 0;
}

.news-other-text .news-category ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.news-other-text > a h3 {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.news-other-text > p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.news-other-text .news-author {
  margin: 20px 0 0;
}

.news-other-button {
  margin: 80px 0 0;
}

.news-press-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px 16px;
  margin: 50px 0 0;
}

@media (min-width: 576px) {
  .news-press-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .news-press-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-press-item {
  position: relative;
}

.news-press-image img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

.news-press-text {
  padding: 40px 0 0;
}

.news-press-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
}

.news-press-text p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  opacity: 0.8;
}

.news-press-text a {
  display: inline-block;
  margin: 40px 0 0;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(10, 37, 64, 0.5);
}

.news-kit-wrapper {
  width: 100%;
  max-width: 914px;
  margin: 25px auto 0;
  padding: 40px 17px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 42px 82px rgba(36, 43, 75, 0.08);
  box-shadow: 0px 42px 82px rgba(36, 43, 75, 0.08);
}

@media (min-width: 768px) {
  .news-kit-wrapper {
    margin: 50px auto 0;
  }
}

.news-kit-wrapper img {
  display: block;
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
}

.news-kit-button {
  margin: 40px 0 0;
  text-align: center;
}

.socmed-wrapper {
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .socmed-wrapper {
    margin: 50px auto 0;
  }
}

@media (min-width: 992px) {
  .socmed-wrapper {
    padding: 40px 30px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 42px 82px rgba(36, 43, 75, 0.08);
    box-shadow: 0px 42px 82px rgba(36, 43, 75, 0.08);
  }
}

.socmed-wrapper > h3 {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.socmed-wrapper > h3 + .sbi {
  margin: 60px 0 0 !important;
}

.socmed-wrapper > h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.socmed-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .socmed-grid {
    margin: 50px auto 0;
  }
}

@media (max-width: 576px) {
  .socmed-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .socmed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .socmed-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.socmed-item {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 664px;
}

@media (max-width: 576px) {
  .socmed-item {
    margin: 0 auto;
  }
}

.socmed-item .instagram-media {
  background: #fff;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5),
    0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  width: 100%;
  max-width: 540px;
  min-width: 300px;
  padding: 0;
  width: 99.375%;
}

.socmed-item .fb-post {
  width: 100% !important;
}

.socmed-item .fb-post span {
  width: 100% !important;
}

.socmed-item .fb-post span iframe {
  width: 100% !important;
}

.socmed-item > iframe {
  min-height: 362px;
}

.socmed-image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 20px 20px 0 0;
}

.socmed-text {
  position: relative;
  padding: 50px 25px 25px;
}

.socmed-text > img.socmed-profile {
  display: block;
  position: absolute;
  top: -38px;
  left: 25px;
  width: 76px;
  margin: 0;
}

.socmed-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.socmed-text p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.news-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .news-ornamen-orange {
    display: block;
    top: 190px;
    left: 70px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.press-ornamen-blue {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .press-ornamen-blue {
    display: block;
    top: 140px;
    right: 45px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.social-ornamen-blue {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .social-ornamen-blue {
    display: block;
    top: 100px;
    left: 50px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.download-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .download-ornamen-orange {
    display: block;
    top: 80px;
    right: 207px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.download-ornamen-blue {
  display: none;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .download-ornamen-blue {
    display: block;
    bottom: 83px;
    left: 140px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .contact-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

.contact-info-text {
  width: 100%;
  padding: 78px 0 100px;
}

@media (min-width: 992px) {
  .contact-info-text {
    width: 458px;
    padding: 0;
  }
}

.contact-info-text h2 {
  margin: 0;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
}

@media (min-width: 1200px) {
  .contact-info-text h2 {
    font-size: 62px;
    line-height: 74px;
  }
}

.contact-info-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.contact-info-text p {
  margin: 25px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.contact-info-text p + h3 {
  margin: 40px 0 0;
}

.contact-info-text p.phone {
  font-size: 20px;
  line-height: 30px;
}

.contact-info-image {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-info-image {
    width: calc(100% - 458px);
    padding: 0 0 0 31px;
  }
}

.contact-info-image img {
  display: block;
  position: relative;
  width: calc(100% + 40px);
  height: 353px;
  margin: 0 -20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .contact-info-image img {
    height: 706px;
  }
}

@media (min-width: 992px) {
  .contact-info-image img {
    width: calc(100% + 130px);
    height: 797px;
    margin: 0;
  }
}

.section-faq .card-question {
  padding: 24px 55px 24px 24px;
  background-color: #fff;
  border-radius: 20px;
  margin: 12px 10px;
  position: relative;
  cursor: pointer;
}

.section-faq .bg-blue {
  position: absolute;
  height: 150px;
  left: 0;
  top: 0;
  background: #006aaf;
  right: 0;
}

.section-faq .card-question .title-card {
  font-size: 22px;
  color: #2f2f2f;
  margin: 0 0 8px;
}

.section-faq .card-question .desc-card {
  color: #828282;
  /* transition: all 0.5s ease; */
}

.section-faq .card-question .button-toggle-card {
  font-size: 37px;
  position: absolute;
  cursor: pointer;
  width: 25px;
  text-align: center;
  top: 12px;
  right: 24px;
}

.section-faq .wrapper-card-question {
  width: 100%;
  vertical-align: text-top;
  display: inline-block;
}

@media (min-width: 992px) {
  .section-faq .wrapper-card-question {
    width: 49%;
  }
}

.section-faq .section-title {
  margin-bottom: 12px;
}

.section-faq .wrapper-faq {
  box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.074328);
  border-radius: 20px;
  padding: 42px 0;
  background-color: #f5f5f5;
}

.contact-form-wrapper {
  padding: 40px 30px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}

.section-contact-form .modal-conf,
.section-contact-form .modal-mail-sent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(000, 000, 000, 0.6);
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.section-contact-form .wrapper-confirmation-modal,
.section-contact-form .wrapper-sent-modal {
  padding: 20px;
  background-color: #fff;
  display: block;
  max-width: 325px;
  position: relative;
  top: 50%;
  margin: -60px auto 0;
  border-radius: 6px;
}

.section-contact-form .wrapper-sent-modal {
  text-align: center;
}

.section-contact-form .wrapper-sent-modal img {
  padding-top: 20px;
}

.section-contact-form .wrapper-confirmation-modal .ajax-loader {
  position: absolute;
  top: 20px;
  right: 20px;
}

.section-contact-form .wrapper-confirmation-modal .action-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.section-contact-form .wrapper-confirmation-modal .action-item .btn-cancel {
  margin-right: 10px;
  width: 94%;
}

.section-contact-form .wrapper-confirmation-modal .action-item .btn-submit {
  margin-left: 10px;
  width: 94%;
}

.section-contact-form .wrapper-confirmation-modal .title-modal {
  font-weight: bold;
  margin: 0;
}

.section-contact-form .wrapper-sent-modal .title-modal {
  font-weight: bold;
  font-size: 22px;
}

.section-contact-form .wrapper-sent-modal .close-modal {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #e0e0e0;
  font-size: 24px;
  cursor: pointer;
}

.section-contact-form .wrapper-confirmation-modal .desc-modal {
  font-size: 14px;
  margin: 10px 0 20px;
}

.section-contact-form h2 {
  padding-bottom: 80px;
}

.contact-form-wrapper .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-wrapper .form-group {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .contact-form-wrapper .form-group {
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
}

.contact-form-wrapper .form-group.form-full {
  width: 100%;
}

.contact-form-wrapper .form-control {
  width: 100%;
  font-family: "Mulish", sans-serif;
}

.contact-form-wrapper .button-group {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .contact-form-wrapper .button-group {
    text-align: right;
  }
}

.contact-ornamen-blue {
  display: block;
  position: absolute;
  z-index: 0;
  right: -35px;
  bottom: 108px;
  width: 134px;
  height: 82px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 134px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .contact-ornamen-blue {
    display: none;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 549px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.contact-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .contact-ornamen-orange {
    display: block;
    bottom: 70px;
    left: 40px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.seafood-hero-bg {
  position: relative;
}

.seafood-hero-bg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.seafood-hero-image img {
  height: 475px;
}

@media (min-width: 1200px) {
  .seafood-hero-image img {
    height: 624px;
  }
}

.seafood-hero-desktop {
  display: none;
}

@media (min-width: 992px) {
  .seafood-hero-desktop {
    display: block;
  }
}

.seafood-hero-desktop img {
  height: auto;
}

@media (min-width: 1200px) {
  .seafood-hero-desktop img {
    height: 624px;
  }
}

.seafood-hero-mobile {
  display: block;
}

@media (min-width: 992px) {
  .seafood-hero-mobile {
    display: none;
  }
}

.seafood-hero-mobile img {
  height: 626px;
}

@media (min-width: 576px) {
  .seafood-hero-mobile img {
    height: auto;
  }
}

.seafood-catalog-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin: 50px 0 0;
}

@media (min-width: 576px) {
  .seafood-catalog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .seafood-catalog-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .seafood-catalog-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.seafood-catalog-item {
  position: relative;
  padding: 0 0 55px;
  background-color: #ffffff;
  border-radius: 20px;
}

.seafood-catalog-item.expand {
  z-index: 2;
}

.seafood-catalog-item.expand .seafood-catalog-detail {
  top: calc(100% - 175px);
  -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.1);
  box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.1);
}

.seafood-catalog-item.expand .seafood-catalog-detail p {
  display: block;
}

.seafood-catalog-item.expand .seafood-catalog-mp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seafood-catalog-item.expand .seafood-catalog-more img {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.seafood-catalog-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
}

.seafood-catalog-image {
  width: 100%;
}

.seafood-catalog-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}

.seafood-catalog-text {
  width: 100%;
  padding: 20px 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .seafood-catalog-text {
    text-align: left;
  }
}

.seafood-catalog-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.seafood-catalog-text p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.8;
}

.seafood-catalog-detail {
  position: absolute;
  z-index: 0;
  top: calc(100% - 155px);
  left: 0;
  width: 100%;
  padding: 100px 20px 0;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}

.seafood-catalog-detail p {
  display: none;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.seafood-catalog-mp {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% + 40px);
  margin: 20px -20px 0;
}

.seafood-catalog-icon {
  margin: 20px 20px 0;
}

.seafood-catalog-icon img {
  display: block;
  max-height: 40px;
  margin: 0;
}

.seafood-catalog-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 20px;
}

.seafood-catalog-more:hover {
  cursor: pointer;
}

.seafood-catalog-more span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ff9500;
  opacity: 0.8;
}

.seafood-catalog-more img {
  display: block;
  max-width: 10px;
  margin: 0 0 0 10px;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.seafood-catalog-marketplace {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 130px 0 0;
}

@media (min-width: 992px) {
  .seafood-catalog-marketplace {
    grid-template-columns: repeat(2, 1fr);
  }
}

.seafood-catalog-marketplace .marketplace-card {
  padding: 222px 30px 50px;
  border-radius: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .seafood-catalog-marketplace .marketplace-card {
    padding: 35px 30px;
    text-align: left;
  }
}

.seafood-catalog-marketplace .marketplace-card.tokopedia {
  background-color: #47b44e;
  background-image: url("../images/bg-tokopedia.png");
  background-repeat: no-repeat;
  background-size: 440px;
  background-position: center calc(0% - 101px);
}

@media (min-width: 992px) {
  .seafood-catalog-marketplace .marketplace-card.tokopedia {
    background-position: calc(100% + 62px) center;
  }
}

.seafood-catalog-marketplace .marketplace-card.shopee {
  background-color: #e7502d;
  background-image: url("../images/bg-shopee.png");
  background-repeat: no-repeat;
  background-size: 438px;
  background-position: center calc(0% - 101px);
}

@media (min-width: 992px) {
  .seafood-catalog-marketplace .marketplace-card.shopee {
    background-position: calc(100% + 62px) center;
  }
}

.seafood-catalog-marketplace .marketplace-card h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .seafood-catalog-marketplace .marketplace-card h3 {
    max-width: 307px;
  }
}

.seafood-catalog-marketplace .marketplace-card .btn {
  margin: 30px 0 0;
}

.seafood-form-wrapper {
  margin: 70px 0 0;
  padding: 40px 30px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}

.seafood-form-wrapper .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seafood-form-wrapper .form-group {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .seafood-form-wrapper .form-group {
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
}

.seafood-form-wrapper .form-group.form-full {
  width: 100%;
}

.seafood-form-wrapper .form-control {
  width: 100%;
}

.seafood-form-wrapper .button-group {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .seafood-form-wrapper .button-group {
    text-align: right;
  }
}

.seafood-aruna-crab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .seafood-aruna-crab-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.seafood-aruna-crab-text {
  width: 100%;
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  .seafood-aruna-crab-text {
    width: 400px;
    margin: 0;
  }
}

.seafood-aruna-crab-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.seafood-aruna-crab-text p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #5e768d;
}

.seafood-aruna-crab-text .btn {
  margin: 30px 0 0;
}

.seafood-aruna-crab-text .btn + .btn {
  margin: 20px 0 0;
}

.seafood-aruna-crab-image {
  position: relative;
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  .seafood-aruna-crab-image {
    width: calc(100% - 432px);
    margin: 0 0 0 32px;
  }
}

.seafood-aruna-crab-image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}

.catalog-logo {
  width: 400px;
  height: 150px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-image: url("../images/LOGO-SBA-04-PUTIH.png");
}

@media (max-width: 576px) {
  .catalog-logo {
    width: calc(100% - 50px);
  }
}

.catalog-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .catalog-ornamen-orange {
    display: block;
    right: -62px;
    bottom: 91px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.foundation-reatured-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .foundation-reatured-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

.foundation-reatured-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: calc(100% + 40px);
  height: 436px;
  margin: 0 -20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .foundation-reatured-image img {
    left: -130px;
    width: calc(100% + 130px);
    height: 560px;
    margin: 0;
  }
}

.foundation-reatured-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .foundation-reatured-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .foundation-reatured-text {
    padding: 80px 0 80px 75px;
  }
}

.foundation-reatured-text > a h1 {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #0a2540;
}

.foundation-reatured-text > p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #0a2540;
  opacity: 0.8;
}

.foundation-gallery-top {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 50px auto 0;
}

@media (min-width: 576px) {
  .foundation-gallery-top {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .foundation-gallery-top {
    width: 880px;
  }
}

.foundation-gallery-bottom {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 202px auto 0;
}

@media (min-width: 576px) {
  .foundation-gallery-bottom {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .foundation-gallery-bottom {
    width: 880px;
    margin: 200px auto 0;
  }
}

.foundation-partnership-text {
  max-width: 890px;
  margin: 0 auto 50px;
}

.foundation-partnership-text > h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin: 0;
}

.foundation-partnership-text > p {
  opacity: 0.8;
  line-height: 28px;
  font-size: 16px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .foundation-partnership-text > h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .foundation-partnership-text > p {
    opacity: 0.8;
    line-height: 28px;
    font-size: 16px;
    margin: 35px 0 0 0;
  }
}

.foundation-partnership-button > button {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.foundation-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  top: -54px;
  left: -33px;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .foundation-ornamen-orange {
    display: block;
    top: 135px;
    left: 130px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.gallery-top-slider {
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .gallery-top-slider {
    width: 880px;
  }
}

@media (min-width: 992px) {
  .gallery-top-slider {
    width: 1320px;
  }
}

.gallery-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: calc(100% + 82px);
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .gallery-top-nav {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-top-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: calc(100% + 40px);
    width: 880px;
  }
}

.gallery-top-nav button {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  opacity: 0.5;
}

.gallery-top-nav button:hover {
  cursor: pointer;
  opacity: 1;
}

.gallery-top-nav button img {
  display: block;
  width: 60px;
}

.gallery-top-nav button + button {
  margin: 0 0 0 20px;
}

.gallery-top-carousel {
  border-radius: 20px;
}

.gallery-top-carousel .slick-dots {
  position: absolute;
  right: 0;
  top: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .gallery-top-carousel .slick-dots {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-top-carousel .slick-dots {
    top: calc(100% + 70px);
    width: 880px;
  }
}

.gallery-top-carousel .slick-dots li {
  position: relative;
}

.gallery-top-carousel .slick-dots li:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.gallery-top-carousel .slick-dots li.slick-active:before {
  opacity: 1;
}

.gallery-top-carousel .slick-dots li + li {
  margin: 0 0 0 20px;
}

.gallery-top-carousel .slick-dots li button {
  display: none;
}

.gallery-top-carousel img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

@media (min-width: 576px) {
  .gallery-top-carousel img {
    margin: 0 20px;
  }
}

.gallery-bottom-slider {
  position: absolute;
  left: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .gallery-bottom-slider {
    width: 880px;
  }
}

@media (min-width: 992px) {
  .gallery-bottom-slider {
    width: 1320px;
  }
}

.gallery-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: calc(100% + 82px);
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .gallery-bottom-nav {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-bottom-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: calc(100% + 40px);
    width: 880px;
  }
}

.gallery-bottom-nav button {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  opacity: 0.5;
}

.gallery-bottom-nav button:hover {
  cursor: pointer;
  opacity: 1;
}

.gallery-bottom-nav button img {
  display: block;
  width: 60px;
}

.gallery-bottom-nav button + button {
  margin: 0 0 0 20px;
}

.gallery-bottom-carousel {
  border-radius: 20px;
}

.gallery-bottom-carousel .slick-dots {
  position: absolute;
  top: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .gallery-bottom-carousel .slick-dots {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-bottom-carousel .slick-dots {
    top: calc(100% + 70px);
    width: 880px;
  }
}

.gallery-bottom-carousel .slick-dots li {
  position: relative;
}

.gallery-bottom-carousel .slick-dots li:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.gallery-bottom-carousel .slick-dots li.slick-active:before {
  opacity: 1;
}

.gallery-bottom-carousel .slick-dots li + li {
  margin: 0 0 0 20px;
}

.gallery-bottom-carousel .slick-dots li button {
  display: none;
}

.gallery-bottom-carousel img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

@media (min-width: 576px) {
  .gallery-bottom-carousel img {
    margin: 0 20px;
  }
}

.section-partner-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .section-partner-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.partner-hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .partner-hero-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.partner-hero-text {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .partner-hero-text {
    width: 50%;
    padding: 0 68px 0 0;
    text-align: left;
  }
}

.partner-hero-text h1 {
  margin: 10px 0 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
}

@media (min-width: 992px) {
  .partner-hero-text h1 {
    max-width: 80%;
  }
}

@media (min-width: 576px) {
  .partner-hero-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.partner-hero-text p {
  margin: 20px 0 24px;
  font-size: 16px;
  line-height: 28px;
  color: #5e768d;
}

@media (min-width: 992px) {
  .partner-hero-text p {
    max-width: 80%;
  }
}

.partner-hero-image-mobile {
  position: relative;
  width: 100%;
  height: 500px;
}
.partner-hero-image {
  display: none;
}

@media (min-width: 992px) {
  .partner-hero-image {
    display: block;
    width: 50%;
    position: relative;
    height: 500px;
  }

  .partner-hero-image-mobile {
    display: none;
  }
}

.partner-hero-image img,
.partner-hero-image-mobile img {
  display: block;
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.partner-hero-image-mobile img {
  height: 100%;
}

@media (min-width: 992px) {
  .partner-hero-image img {
    width: calc(100% + 130px);
    height: 500px;
    margin: 0;
  }
}

.section-partner-howtobe {
  background-color: #006aaf;
  padding: 40px 0;
}

.partner-howtobe-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px -35px 0;
}

.partner-howtobe-item {
  width: 100%;
  text-align: center;
  margin: 0 0 48px 0;
}

@media (min-width: 430px) {
  .partner-howtobe-item {
    width: 40%;
    text-align: center;
    margin: 0 5% 48px 5%;
  }
  .partner-howtobe-item-top img {
    max-width: 100%;
  }
  .partner-howtobe-item-top p {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .partner-howtobe-item {
    width: 25%;
    margin: 0;
  }
}

.partner-howtobe-item-top {
  position: relative;
}

.partner-howtobe-item-top img {
  display: inline-block;
  margin: 0 auto 27px;
  min-width: 10px;
  min-height: 10px;
}

@media (min-width: 768px) {
  .partner-howtobe-item-top img {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
}

.partner-howtobe-item-top h3 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .partner-howtobe-item-top h3 {
    margin: 20px 0 0;
  }
}

.partner-howtobe-item-top p {
  color: #fff;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
  width: 220px;
}

.section-partner-type {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.section-partner-type .partner-ornamen-orange {
  top: 94px;
}


.partner-type-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .partner-type-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partner-ornamen-orange {
  position: absolute;
  z-index: 0;
  top: 94px;
  left: -33px;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}


@media (min-width: 992px) {
  .partner-ornamen-orange {
    top: 193px;
    left: 34px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.partner-ornamen-blue {
  position: absolute;
  z-index: 0;
  right: -7px;
  bottom: 48px;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .partner-ornamen-blue {
    right: 22px;
    bottom: 60px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.partner-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 30px 35px 35px;
  background-color: #ffffff;
  border-radius: 20px;
}

.partner-type-item > p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.partner-type-item a {
  cursor: pointer;
  padding: 24px 0 19px 0;
  border-bottom: 1px solid #828282;
  color: #f37125;
  float: right;
  font-weight: bold;
}

.partner-type-picture {
  width: 100%;
  height: 64px;
  margin-bottom: 16px;
}

.partner-type-picture img {
  display: block;
  width: 74px;
  height: 100%;
  float: left;
  margin: 0 32px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.partner-type-picture h4 {
  float: left;
}

.partner-type-info {
  width: 100%;
}

.partner-type-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.partner-type-info p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}

.partner-plant-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .partner-plant-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.partner-plant-text {
  width: 100%;
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .partner-plant-text {
    width: 460px;
    padding: 0 40px 0 0;
  }
}

.partner-plant-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.partner-plant-text p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #5e768d;
}

.partner-plant-text p + p {
  margin: 28px 0 0;
}

.partner-plant-image {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .partner-plant-image {
    width: calc(100% - 460px);
  }
}

.partner-plant-image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}

.section-partner-story {
  background: #006aaf;
  padding: 40px 0 140px;
}

@media (min-width: 576px) {
  .section-partner-story {
    padding: 40px 0 140px;
  }
}

.partner-story-wrapper {
  padding: 40px 0;
}

.career-story-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 74px);
  flex: 0 0 calc(100% - 74px);
  width: calc(100% - 74px);
  padding: 0 0 0 18px;
}

.career-story-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.career-story-info p {
  margin: 5px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}

.career-story-item {
  margin: 0 20px;
}

.career-story-item img {
  width: 100%;
}

.career-story-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 20px;
}

.career-story-picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
}

.career-story-picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}


.partner-story-wrapper .career-story-item {
  /* background-color: red; */
  margin: 0 20px;
  /* min-height: 310px; */
}

.partner-slider {
  position: relative;
}

.partner-slider .gallery-nav {
  left: 0 !important;
  justify-content: center;
  width: 100%;
}

@media (min-width: 992px) {
  .partner-slider .gallery-nav {
    justify-content: flex-start;
  }
  .partner-slider .gallery-carousel .slick-dots {
    width: 880px;
  }
}

.partner-slider .gallery-carousel .slick-dots {
  left: 0 !important;
  width: 100%;
}

/* 
.partner-ide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .partner-ide-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.partner-ide-image {
  width: 100%;
}

@media (min-width: 992px) {
  .partner-ide-image {
    width: calc(100% - 460px);
  }
}

.partner-ide-image img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

@media (min-width: 576px) {
  .partner-ide-image img {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .partner-ide-image img {
    height: 480px;
  }
}

.partner-ide-text {
  width: 100%;
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .partner-ide-text {
    width: 460px;
    padding: 0 0 0 40px;
  }
}

.partner-ide-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.partner-ide-text .btn {
  margin: 30px 0 0;
}

.partner-ide-carousel {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.partner-ide-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .partner-ide-carousel .slick-dots {
    left: 38px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.partner-ide-carousel .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0.5;
}

.partner-ide-carousel .slick-dots li + li {
  margin: 0 0 0 35px;
}

.partner-ide-carousel .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #ffffff;
  opacity: 1;
}

.partner-ide-carousel .slick-dots li button {
  display: none;
} */

.detail-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.detail-top ul li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #f59260;
  opacity: 0.8;
}

.detail-top ul + h1 {
  margin: 20px 0 0;
}

.detail-top + .detail-wrapper {
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .detail-top + .detail-wrapper {
    margin: 80px 0 0;
  }
}

.detail-top h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}

@media (min-width: 768px) {
  .detail-top h1 {
    font-size: 62px;
    line-height: 74px;
  }
}

.detail-top h1 + .news-author {
  margin: 44px 0 0;
}

.detail-top h1 + img {
  margin: 62px 0 0;
}

.detail-top .news-author + img {
  margin: 62px 0 0;
}

.detail-top > img {
  display: block;
  width: 100%;
  max-height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}

.detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .detail-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.detail-content {
  width: 100%;
}

@media (min-width: 992px) {
  .detail-content {
    width: calc(100% - 434px);
    padding: 0 100px 0 0;
  }
}

.detail-content > h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}

.detail-content > h3 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}

.detail-content > p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #5e768d;
}

.detail-content > * + h2 {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .detail-content > * + h2 {
    margin: 50px 0 0;
  }
}

.detail-content > * + h3 {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .detail-content > * + h3 {
    margin: 50px 0 0;
  }
}

.detail-content > * + p {
  margin: 25px 0 0;
}

.detail-content > * + .post-share {
  margin: 40px 0 0;
}

.detail-sidebar {
  width: 100%;
  margin: 100px 0 0;
}

@media (min-width: 992px) {
  .detail-sidebar {
    width: 434px;
    margin: 0;
  }
}

.detail-sidebar .sidebar-widget-wrapper + .sidebar-widget-wrapper {
  margin: 50px 0 0;
}

.detail-sidebar * + .sidebar-widget-wrapper {
  margin: 50px 0 0;
}

.detail-ornamen-blue {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 209px;
  height: 123px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .detail-ornamen-blue {
    display: block;
    top: 500px;
    left: -30px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

.detail-ornamen-orange {
  display: none;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 186px;
  height: 112px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .detail-ornamen-orange {
    display: block;
    right: 34px;
    top: 2146px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-share ul li + li {
  margin: 0 0 0 20px;
}

.post-share ul li a {
  display: block;
}

.post-share ul li a img {
  display: block;
  max-width: 24px;
  margin: 0;
}

.comments-post {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.comments-post > h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.comments-post > h3 + .comments-nav {
  margin: 30px 0 0;
}

.comments-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #f5f5f5;
}

.comments-nav ul li a {
  display: block;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #acb1b5;
}

@media (min-width: 576px) {
  .comments-nav ul li a {
    padding: 18px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

.comments-nav ul li a.active {
  color: #ffffff;
  background-color: #006aaf;
}

.comments-nav + .comments-body {
  margin: 40px 0 0;
}

.comments-body {
  width: 100%;
}

.comments-form {
  display: none;
}

.comments-form.open {
  display: block;
}

.comments-wordpress {
  width: 100%;
}

.comments-wordpress .form-wrapper {
  width: 100%;
}

.comments-wordpress .form-control {
  width: 100%;
}

.comments-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.comments-title span {
  font-size: 26px;
}

.comment-list {
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}

.comment-list + .comment-respond {
  margin: 50px 0 0;
}

.comment-list > li .children {
  margin: 50px 0 0 50px;
  padding: 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  list-style-type: none;
}

.comment-list > li .children > li + li {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.comment-list > li + li {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.comment-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-list-header-image {
  width: 48px;
}

.comment-list-header-image img {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 50%;
}

.comment-list-header-text {
  width: calc(100% - 48px);
  padding: 0 0 0 20px;
}

.comment-list-header-text h4 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}

.comment-list-body .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list-body .list-inline li a {
  color: #d16d3b;
}

.comment-list-body .list-inline li + li {
  margin: 0 0 0 20px;
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}

.comment-reply-title a {
  margin: 0 0 0 6px;
}

.comment-reply-title small {
  margin: 0 0 0 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.comment-reply-title + form {
  margin: 30px 0 0;
}

.search-wrapper {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.search-wrapper .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-wrapper .form-search {
  width: calc(100% - 28px);
  font-size: 20px;
  line-height: 32px;
  background-color: transparent;
  border: 0;
}

.search-wrapper .form-search:focus,
.search-wrapper .form-search:active {
  border: 0;
  outline: none;
}

.search-wrapper .form-search::-webkit-input-placeholder {
  color: #acb1b5;
}

.search-wrapper .form-search::-moz-placeholder {
  color: #acb1b5;
}

.search-wrapper .form-search:-ms-input-placeholder {
  color: #acb1b5;
}

.search-wrapper .form-search::-ms-input-placeholder {
  color: #acb1b5;
}

.search-wrapper .form-search::placeholder {
  color: #acb1b5;
}

.search-wrapper .btn.btn-search {
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-image: url("../icons/search.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
}

.search-wrapper + .trending-wrapper {
  margin: 50px 0 0;
}

.trending-wrapper h3 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.trending-wrapper h3 + .trending-item {
  margin: 50px 0 0;
}

.trending-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trending-item + .trending-item {
  margin: 45px 0 0;
  padding: 45px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.trending-image {
  width: 116px;
}

.trending-image img {
  display: block;
  width: 100%;
  height: 116px;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.trending-text {
  width: calc(100% - 116px);
  padding: 0 0 0 25px;
}

.trending-text a h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 576px) {
  .trending-text a h3 {
    font-size: 22px;
    line-height: 33px;
  }
}

.trending-text p {
  margin: 25px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  opacity: 0.8;
}

/** gahar page **/

.gahar-hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .gahar-hero-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.gahar-hero-text {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .gahar-hero-text {
    width: 50%;
    padding: 0 68px 0 0;
    text-align: left;
  }
}

.gahar-hero-text h1 {
  margin: 10px 0 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
}

@media (min-width: 992px) {
  .gahar-hero-text h1 {
    max-width: 80%;
  }
}

@media (min-width: 576px) {
  .gahar-hero-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.gahar-hero-text h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.gahar-hero-text p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #5e768d;
}

@media (min-width: 992px) {
  .gahar-hero-text p {
    max-width: 80%;
  }
}

.gahar-hero-bg {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .gahar-hero-bg {
    width: 50%;
  }
}

.gahar-hero-bg img {
  display: block;
  position: relative;
  width: calc(100% + 40px);

  margin: 0 -20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .gahar-hero-bg img {
    width: calc(100% + 130px);
    height: 500px;
    margin: 0;
  }
}

/* gahar persyaratan */

.section-gahar-persyaratan {
  background-color: #006aaf;
  padding: 40px 0;
}

.gahar-persyaratan-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px -35px 0;
}

.gahar-persyaratan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
  margin: 0 0 75px;
  padding: 0 35px;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .gahar-persyaratan-item {
    width: 33.333333%;
  }
}

@media (min-width: 576px) {
  .gahar-persyaratan-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .gahar-persyaratan-item {
    width: 35%;
  }
}

.gahar-persyaratan-item-top {
  position: relative;
}

.gahar-persyaratan-item-top img {
  display: block;
  max-width: 62px;
  height: 50px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .gahar-persyaratan-item-top img {
    position: relative;
    top: auto;
    right: auto;
    max-width: 74px;
  }
}

.gahar-persyaratan-item-top h3 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .gahar-persyaratan-item-top h3 {
    margin: 20px 0 0;
  }
}

.gahar-persyaratan-item-top p {
  color: #fff;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .gahar-persyaratan-item-top p {
    margin: 15px 0 0;
  }
}

/* gallery */

section.section-gahar-gallery {
  padding: 60px 0 222px;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-gahar-gallery {
    padding: 80px 0 200px;
  }
}

.gahar-gallery {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 50px auto 0;
}

@media (min-width: 576px) {
  .gahar-gallery {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gahar-gallery {
    width: 880px;
  }
}

.gallery-carousel {
  border-radius: 20px;
}

.gallery-carousel .slick-dots {
  position: absolute;
  top: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .gallery-carousel .slick-dots {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-carousel .slick-dots {
    top: calc(100% + 70px);
    width: 880px;
  }
}

.gallery-carousel .slick-dots li {
  position: relative;
}

.gallery-carousel .slick-dots li:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.gallery-carousel .slick-dots li.slick-active:before {
  opacity: 1;
}

.gallery-carousel .slick-dots li + li {
  margin: 0 0 0 20px;
}

.gallery-carousel .slick-dots li button {
  display: none;
}

.gallery-carousel img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 20px;
}


.gallery-slider {
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .gallery-slider {
    width: 880px;
  }
}

@media (min-width: 992px) {
  .gallery-slider {
    width: 1320px;
  }
}

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: calc(100% + 82px);
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .gallery-nav {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: calc(100% + 40px);
    width: 880px;
  }
}

.gallery-nav button {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  opacity: 0.5;
  z-index: 1;
}

.gallery-nav button:hover {
  cursor: pointer;
  opacity: 1;
}

.gallery-nav button img {
  display: block;
  width: 60px;
}

.gallery-nav button + button {
  margin: 0 0 0 20px;
}

.gallery-carousel .slick-dots {
  position: absolute;
  right: 0;
  top: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .gallery-carousel .slick-dots {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .gallery-carousel .slick-dots {
    top: calc(100% + 70px);
    width: 880px;
  }
}

.gallery-carousel .slick-dots li {
  position: relative;
}

.gallery-carousel .slick-dots li:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.gallery-carousel .slick-dots li.slick-active:before {
  opacity: 1;
}

.gallery-carousel .slick-dots li + li {
  margin: 0 0 0 20px;
}

.gallery-carousel .slick-dots li button {
  display: none;
}

/* contact us section */

.section-gahar-contact {
  padding: 40px 0;
  background-color: #f5f5f5;
  text-align: center;
}

/* section benefit */

section.section-gahar-benefit-program {
  background-color: #f5f5f5;
}

section.section-gahar-benefit-program::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-gahar-benefit-program::before {
    display: block;
  }
}

.benefit {
  padding: 80px 50px;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  .benefit {
    position: relative;
    background-color: #006aaf;
    padding: 64px 0 100px;
  }
}

@media (max-width: 400px) {
  .benefit {
    padding: 80px 8px;
  }
}

.gahar-benefit-title {
  max-width: 722px;
  margin: 0 auto;
}

.gahar-benefit-title > h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 45px;
}

.gahar-benefit-title > p {
  color: #fff;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .gahar-benefit-title > h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
  }
}

.gahar-benefit-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .gahar-benefit-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .gahar-benefit-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gahar-benefit-items {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
}

.gahar-benefit-items img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .gahar-benefit-items {
    width: 100%;
    padding: 30px 30px 45px;
    -webkit-box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.074328);
    box-shadow: 0px 42px 84px rgba(36, 43, 75, 0.074328);
  }
}

.gahar-benefit-text > h3 {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.gahar-benefit-text > p {
  margin: 5px 0 0;
  opacity: 0.8;
  line-height: 28px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .gahar-benefit-text > p {
    margin: 5px 0 0;
  }
}

/* gahar work section */

@media (min-width: 992px) {
  section.section-gahar-work {
    padding: 0 0 100px;
  }
}

section.section-gahar-work::before {
  height: 280px;
}

section.section-gahar-work {
  padding: 40px 0;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-gahar-work {
    padding: 0 0 80px 0;
  }
}

section.section-gahar-work::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: -194px;
  left: 0;
  width: 100%;
  height: 410px;
  background-color: #006aaf;
}

@media (min-width: 992px) {
  section.section-gahar-work::before {
    display: block;
  }
}

.gahar-work-wrapper {
  position: relative;
  top: 0;
  margin: 0;
  padding: 60px 20px 86px;
  background-color: #ffffff;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .gahar-work-wrapper {
    padding: 130px 60px;
  }
}

@media (min-width: 1200px) {
  .gahar-work-wrapper {
    padding: 80px 80px 100px;
  }
}

.gahar-work-step {
  margin: 80px 0 0;
}

@media (min-width: 992px) {
  .gahar-work-step {
    padding: 0 46px;
  }
}

.gahar-work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .gahar-work-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.gahar-work-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .gahar-work-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .gahar-work-item:nth-child(even) h3 {
    text-align: right;
  }
  .gahar-work-item:nth-child(even) p {
    text-align: right;
  }
}

.gahar-work-item + .gahar-work-item {
  margin: 120px 0 0;
}

.gahar-work-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 403px;
  margin: 25px auto 0;
}

@media (min-width: 992px) {
  .gahar-work-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 403px;
    flex: 0 0 403px;
    width: 403px;
    margin: 0;
  }
}

@media (max-width: 765px) {
  .gahar-ornamen-blue {
    display: none;
  }
  .gahar-ornamen-orange {
    display: none;
  }
}

.gahar-ornamen-blue {
  display: none;
  position: absolute;
  z-index: 0;
  top: 100%;
  right: -10px;
  width: 186px;
  height: 112px;
  background-image: url("../images/blue-wave.png");
  background-repeat: no-repeat;
  background-size: 186px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .gahar-ornamen-blue {
    display: block;
    top: 376px;
    right: 55px;
    width: 248px;
    height: 149px;
    background-size: 248px auto;
  }
}

.gahar-ornamen-orange {
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 15px;
  width: 209px;
  height: 123px;
  background-image: url("../images/orange-wave.png");
  background-repeat: no-repeat;
  background-size: 209px auto;
  background-position: center;
}

@media (min-width: 992px) {
  .gahar-ornamen-orange {
    right: auto;
    bottom: 90px;
    left: 40px;
    width: 278px;
    height: 164px;
    background-size: 278px auto;
  }
}

@media (max-width: 992px) {
  .gahar-work-image img {
    display: block;
    position: absolute;
    left: calc(50% - 30px);
    margin: 0;
    top: -22px !important;
    padding: 2px 0;
    z-index: 1;
    background-color: #fff;
  }
}

.gahar-work-image img {
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: 10px;
  background-color: #fff;
  margin: 0;
  z-index: 1;
}

.gahar-work-2-line {
  border-left: 1px dashed #828282;
  height: 50%;
  position: absolute;
  top: 300px;
  left: calc(50% - 8px);
}

@media (min-width: 1105px) and (max-width: 1200px) {
  .gahar-work-2-line {
    height: 45%;
    top: 335px;
  }
}

@media (min-width: 992px) and (max-width: 1105px) {
  .gahar-work-2-line {
    height: 50%;
    top: 335px;
  }
}

.gahar-work-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: #fff;
}

@media (min-width: 992px) {
  .gahar-work-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 518px);
    flex: 0 0 calc(100% - 518px);
    width: calc(100% - 518px);
    text-align: left;
  }
}

.gahar-work-text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  color: #0a2540;
}

.gahar-work-text p {
  margin: 0;
  width: 99%;
  font-size: 16px;
  line-height: 28px;
  color: #0a2540;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .gahar-work-text p {
    width: 100%;
  }
}

/* pencapaian */

.section-gahar-pencapaian {
  padding: 70px 0;
  background-color: #f5f5f5;
}

.section-gahar-pencapaian .filter-area {
  padding: 23px 0;
  font-size: 18px;
  margin: 0 auto;
  max-width: 968px;
}

.section-gahar-pencapaian .filter-area .periode {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.section-gahar-pencapaian .filter-area .periode span {
  padding: 13px 8px;
  min-width: 118px;
  background: #e0e0e0;
  border-radius: 6px;
  display: block;
  clear: both;
  font-size: 14px;
  width: inherit;
  font-weight: 700;
  margin: 10px 0 0;
}

@media (min-width: 430px) {
  .section-gahar-pencapaian .filter-area .periode span {
    margin-left: 12px;
    display: inline-block;
    margin: 0;
    clear: none;
  }
}

.section-gahar-pencapaian .filter-area .wilayah {
  position: relative;
  display: block;
  float: right;
  width: 50%;
}

@media (min-width: 768px) {
  .section-gahar-pencapaian .filter-area .periode,
  .section-gahar-pencapaian .filter-area .wilayah {
    width: auto;
    display: inline;
  }
  .section-gahar-pencapaian .filter-area .periode {
    float: none;
  }
  .section-gahar-pencapaian .filter-area .wilayah {
    float: none;
    padding-left: 13px;
  }
}

.section-gahar-pencapaian .filter-area input {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 13px 13px 13px 40px;
  height: 44px;
  width: 100%;
}

.section-gahar-pencapaian .filter-area .search {
  position: relative;
  float: right;
  width: 100%;
  margin: 22px 0;
}

@media (min-width: 768px) {
  .section-gahar-pencapaian .filter-area .search {
    width: auto;
    margin: 0;
  }
  .section-gahar-pencapaian .filter-area input {
    width: auto;
  }
}

.section-gahar-pencapaian .filter-area .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
}

.section-gahar-pencapaian .filter-area select {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 44px;
  width: inherit;
  clear: both;
  padding: 10px 8px;
  margin: 10px 0 0;
  min-width: 125px;
  display: block;
}

@media (min-width: 430px) {
  .section-gahar-pencapaian .filter-area select {
    clear: none;
    margin: 0;
    display: inline;
  }
}

.section-gahar-pencapaian table {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  border-spacing: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-collapse: separate;
  overflow: hidden;
}

.section-gahar-pencapaian table th,
.section-gahar-pencapaian table td {
  font-size: 18px;
  padding: 16px;
  border-bottom: 1px solid #e6e7e9;
}

.section-gahar-pencapaian table tr:last-child td {
  border-bottom: 0;
}

.section-gahar-pencapaian table tr:nth-child(even) {
  background: #f9fafc;
}

.section-gahar-pencapaian table tr:nth-child(odd) {
  background: #fff;
}

.section-gahar-pencapaian table th {
  background: #e0e0e0;
}

.section-gahar-pencapaian table .wording-notfound-1 {
  font-size: 18px;
}

.section-gahar-pencapaian table .wording-notfound-2 {
  font-size: 14px;
}

.section-gahar-pencapaian .pagination {
  margin-top: 18px;
}

.section-gahar-pencapaian .pagination .wrapper-page {
  margin: 0 auto;
}

.section-gahar-pencapaian .pagination .wrapper-page span {
  position: relative;
}

.section-gahar-pencapaian .wrapper-page a,
.section-gahar-pencapaian .pagination .wrapper-page span {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 14px;
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  background: #fff;
  padding: 5px;
}

.section-gahar-pencapaian .wrapper-page a.jp-current {
  background: #005181;
  border-color: #005181;
  color: #fff;
}

.section-gahar-pencapaian .wrapper-page a.jp-next::after {
  content: ">";
}

.section-gahar-pencapaian .wrapper-page a.jp-previous::after {
  content: "<";
}

.section-gahar-pencapaian .wrapper-page a.jp-disabled {
  background: #919eab;
}

.section-gahar-pencapaian .wrapper-page a:first-child,
.section-gahar-pencapaian .wrapper-page a:last-child {
  color: #c4cdd5;
}

/* testimonials gahar */

section.section-gahar-story {
  padding: 32px 0 60px;
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  section.section-gahar-story {
    padding: 60px 0 100px;
  }
}

.testi-ornamen-orange {
  position: absolute;
  z-index: 0;
  top: 64px;
  right: -7px;
  width: 186px;
  height: 112px;
  background-size: 186px auto;
  background-image: url("../images/orange-wave.png");
}

.gahar-title {
  font-size: 40px !important;
}

.gahar-description {
  margin: 1px auto 0 !important;
}

@media (min-width: 992px) {
  .testi-ornamen-orange {
    top: 117px;
    right: 22px;
    background-size: 186px auto;
  }
}

.testi-ornamen-blue {
  position: absolute;
  z-index: 0;
  left: -33px;
  top: 64px;
  width: 209px;
  background-size: 186px auto;
  height: 123px;
  background-size: 248px auto;
  background-image: url("../images/blue-wave.png");
}

@media (min-width: 992px) {
  .testi-ornamen-blue {
    top: 117px;
    left: 34px;
    bottom: 60px;
    background-size: 248px auto;
  }
}

@media (max-width: 765px) {
  .testi-ornamen-blue {
    display: none;
  }
  .testi-ornamen-orange {
    display: none;
  }
}

.gahar-story-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .gahar-story-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gahar-story-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 30px 35px 35px;
  background-color: #ffffff;
  border-radius: 20px;
}

.gahar-story-item > p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.gahar-story-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0;
}

.gahar-story-picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
}

.gahar-story-picture img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}

.gahar-story-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 74px);
  flex: 0 0 calc(100% - 74px);
  width: calc(100% - 74px);
  padding: 0 0 0 18px;
}

.gahar-story-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.gahar-story-info p {
  margin: 5px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}

/** end gahar page **/

img[data-src] {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
}

.clear {
  clear: both;
}

/* custom menu for switch language */

li#menu-item-3773 {
  border: thin solid #E0E0E0;
  display: flex;
  width: 106px;
  padding: 8px 8px;
  border-radius: 20px;
}

li#menu-item-3773::after {
  margin-top: 10px;
  margin-right: 15px;
}

#menu-item-3773 > .sub-menu > li {
  display: flex;
  min-width: 50px;
}

li#menu-item-3773 > img,
img.flag {
  margin-right: 10px;
}

li#menu-item-3773 > a {
  margin-top: 3px;
  text-transform: uppercase;
}

li#menu-item-3773 > .sub-menu > li > a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  li#menu-item-3773 {
    /* width: 100%; */
    display: block;
    border-radius: 0;
    text-align: center;
    border: none;
  }

  li#menu-item-3773 > img {
    display: inline-grid;
    margin-left: -47px !important;
  }

  li#menu-item-3773 > a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    margin-top: -25px !important;
    margin-right: -6px !important;
  }

  li#menu-item-3773 > .sub-menu {
    width: 100% !important;
    padding-bottom: 11px !important;
    margin-top: 16px;
  }

  li#menu-item-3773 > .sub-menu > li {
    text-align: center !important;
    padding: 10px;
  }

  li#menu-item-3773 > .sub-menu > li > a > img {
    display: inline-grid !important;
    margin-left: -5px !important;
    margin-right: 10px;
  }

  li#menu-item-3773 > .sub-menu > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -23px !important;
    margin-right: -30px !important;
    text-transform: uppercase;
  }

  li#menu-item-3773::after {
    margin-right: 12px;
  }
}

@media(max-width: 768px) {
  .language-swither-menu-desktop {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .language-swither-menu-mobile {
    visibility: hidden;
  }
  .language-swither-menu-desktop {
  }
}

/* end custom menu for switch language */

a.sbi_load_btn {
  border: thin solid #F37125 !important;
}