@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Hind", sans-serif !important;
}

b {
  font-family: "Hind_SemiBold", sans-serif !important;
}

ul {
  list-style: none;
}

.modal-body ul {
  list-style-type: disc;
}


a {
  cursor: pointer;
  color: #000000 !important;
}
a:hover, a:active, a:focus {
  text-decoration: none !important;
}

@font-face {
  font-family: Aller;
  src: url("../fonts/aller.bold.ttf"), url("../fonts/aller.regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: Archivo_Narrow;
  src: url("../fonts/ArchivoNarrow-SemiBold.ttf");
}
@font-face {
  font-family: Hind;
  src: url("../fonts/Hind-Regular.ttf");
}
@font-face {
  font-family: Hind_SemiBold;
  src: url("../fonts/Hind-SemiBold.ttf");
}
.row {
  margin: 0 !important;
}

.st_disc {
  list-style-type: disc;
}

.txt_wh {
  color: #ffffff !important;
}

.txt_bl {
  color: #000000 !important;
}

.fr-font {
  font-size: 70px;
}
@media screen and (max-width: 786px) {
  .fr-font {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .fr-font {
    font-size: 40px;
  }
}

.sc-font {
  font-size: 60px;
}
@media screen and (max-width: 600px) {
  .sc-font {
    font-size: 35px;
  }
}

.thd-font {
  font-size: 50px;
}
@media screen and (max-width: 786px) {
  .thd-font {
    font-size: 35px;
  }
}

.ft-font {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .ft-font {
    font-size: 24px;
  }
}

.ff-font {
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .ff-font {
    font-size: 24px;
  }
}

.sx-font {
  font-size: 18px !important;
}
@media screen and (max-width: 600px) {
  .sx-font {
    font-size: 16px !important;
  }
}

.sv-font {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .sv-font {
    font-size: 15px;
  }
}

.eg-font {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .eg-font {
    font-size: 20px;
  }
}

@-webkit-keyframes smoothScrollX {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes smoothScrollX {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.sec-breadcrumb .breadcrumb {
  padding: 0.5rem 10%;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  background-color: unset;
}
@media screen and (max-width: 1290px) {
  .sec-breadcrumb .breadcrumb {
    padding: 0.5rem 5%;
  }
}
.sec-breadcrumb .breadcrumb li {
  padding: 0 10px 0 0;
}
.sec-breadcrumb .breadcrumb li::before {
  padding-right: 15px;
}

button {
  border: transparent;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
button:hover, button:active, button:focus {
  outline: unset;
}

.btn_readmore {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  font-style: oblique;
  padding: 15px 70px 15px 22px;
  font-family: "Aller", sans-serif !important;
  width: '100%';
  margin: auto;
}
@media screen and (max-width: 600px) {
  .btn_readmore {
    font-size: 14px;
    padding: 10px 70px 10px 22px;
    width: 230px;
  }
}
.btn_readmore::before, .btn_readmore::after {
  content: "";
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.btn_readmore::before {
  padding: 18px 70px 18px 22px;
  left: calc(100% - 54px);
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn_readmore::after {
  width: 57px;
  background: transparent no-repeat center center;
  background-size: 14px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn_readmore:hover, .btn_readmore:active, .btn_readmore:focus {
  padding-left: 2rem;
}
.btn_readmore:hover::before, .btn_readmore:active::before, .btn_readmore:focus::before {
  left: calc(100% - -5px);
  transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), all 500ms;
}
.btn_readmore:hover::after, .btn_readmore:active::after, .btn_readmore:focus::after {
  width: 80px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), all 500ms;
}
.btn_readmore.dark {
  background: #4D4D4D no-repeat right top;
  color: #ffffff !important;
}
.btn_readmore.dark::before {
  background: #333333;
}
.btn_readmore.dark::after {
  background-image: url("../images/icons/angle-arrow-right.svg");
}
.btn_readmore.grey {
  background: #e6e7e9 no-repeat right top;
  color: #000000 !important;
  margin: 0 auto;
}
.btn_readmore.grey::before {
  background: #c0bdc6;
}
.btn_readmore.grey::after {
  background-image: url("../images/icons/angle-arrow-pointing-to-right.svg");
}
.btn_readmore.red {
  background: #b43c3e no-repeat right top;
  color: #ffffff !important;
}
.btn_readmore.red::before {
  background: #9d2b2b;
}
.btn_readmore.red::after {
  background-image: url("../images/icons/angle-arrow-right.svg");
}
.btn_readmore.red a {
  color: #ffffff !important;
  font-family: "Aller", sans-serif !important;
}
.btn_readmore.blue {
  background: #336799 no-repeat right top;
  color: #ffffff !important;
}
.btn_readmore.blue::before {
  background: #215182;
}
.btn_readmore.blue::after {
  background-image: url("../images/icons/angle-arrow-right.svg");
}

.btn_backToTop {
  color: #bf9d3b !important;
  font-size: 50px;
}

hr {
  border-top: 1px solid #000000 !important;
  margin: 1.5rem auto !important;
}
@media screen and (max-width: 991px) {
  hr {
    margin: 1rem auto !important;
  }
}

.mb-200 {
  margin-bottom: 250px;
}
@media screen and (max-width: 1120px) {
  .mb-200 {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 991px) {
  .mb-200 {
    margin-bottom: 20px;
  }
}

.artikel .title {
  font-size: 50px;
  width: 80%;
}
@media screen and (max-width: 786px) {
  .artikel .title {
    font-size: 30px;
    width: 95%;
  }
}

.disc_type ul {
  list-style-type: disc !important;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.disc_type ul li {
  padding-left: 10px;
}
.disc_type ul li p {
  margin-bottom: 10px;
}

.sec-content_section {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
}
.sec-content_section .sticky-sidebar .s-sidebar__trigger {
  z-index: 2;
  padding: 10px 20px;
  background: #CCC;
}
@media screen and (max-width: 600px) {
  .sec-content_section .sticky-sidebar .s-sidebar__trigger {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 992px) {
  .sec-content_section .sticky-sidebar .s-sidebar__trigger {
    display: none;
  }
}
.sec-content_section .sticky-sidebar .s-sidebar__trigger i {
  display: inline-block;
  color: #30593b;
}
.sec-content_section .sticky-sidebar .nav-tabs {
  z-index: 1;
  width: 100%;
  display: block;
  border-bottom: 0;
  border-right: 1px solid transparent;
  padding-right: 15px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  .sec-content_section .sticky-sidebar .nav-tabs {
    display: none;
    width: 0;
    margin-top: 1rem;
    top: 14% !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .sec-content_section .sticky-sidebar .nav-tabs {
    top: 11% !important;
  }
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item {
  width: 300px;
  position: relative;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .ttl {
  color: #30593b !important;
  font-weight: 700;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  background: transparent;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-color: #CACACA;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .sec-content_section .sticky-sidebar .nav-tabs .nav-item .nav-link {
    padding: 8px 10px;
  }
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .nav-link.active {
  color: unset;
  font-weight: 700;
  background-color: transparent !important;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .nav-link::after {
  content: unset;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .nav-link span i {
  margin-left: auto;
  display: block;
  width: 10%;
  margin-top: -20px;
  color: #CACACA;
  font-size: 18px;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.7rem 2rem 0.7rem 2rem;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .dropdown-toggle i {
  color: #7d7979;
  font-size: 18px;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .dropdown-toggle::after {
  display: none;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .dropdown-toggle[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .menu_list-dropdwn li {
  padding: 0.5rem 0 0.5rem 3rem;
  border: 1px solid transparent;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-color: #CACACA;
}
.sec-content_section .sticky-sidebar .nav-tabs .nav-item .menu_list-dropdwn li a.active {
  font-weight: bold;
}
.sec-content ._section {
  overflow: hidden;
  display: inline-block;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
}

form.sec-form input, form.sec-form textarea {
  background: #e6e7e9;
  border-color: #e6e7e9;
}
form.sec-form input.form-control, form.sec-form textarea.form-control {
  border-radius: unset;
  padding: 1.7rem;
}
form.sec-form input.form-control:focus, form.sec-form textarea.form-control:focus {
  border-color: #8e8e8e;
  box-shadow: unset;
}
form.sec-form .form-group .custom-control {
  display: inline-block;
}
form.sec-form .form-group .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #b43c3e;
  background-color: #b43c3e;
}
form.sec-form .form-group .custom-control .custom-control-label::before {
  border-color: #e6e7e9;
  background-color: #e6e7e9;
}
form.sec-form .col-form-label {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
}

.bg-cards {
  margin-bottom: 13rem;
}
@media (max-width: 1603px) and (min-width: 992px) {
  .bg-cards {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-cards {
    margin-bottom: 1rem;
  }
}

.cards {
  margin: auto;
  display: block;
  height: 100%;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cards {
    padding: 1rem 0;
  }
}
.cards img {
  width: 100%;
  margin: auto;
  display: block;
}
.cards__primary {
  margin: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45rem;
  position: relative;
}
@media screen and (max-width: 786px) {
  .cards__primary {
    height: 30rem;
  }
}
.cards__primary .overlay_bg {
  padding: 2rem 2rem 3rem;
  width: 100%;
  background: #8d8d8d99;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 425px) {
  .cards__primary .overlay_bg {
    padding: 2rem 1rem 3rem;
  }
}
@media screen and (max-width: 425px) {
  .cards__primary .overlay_bg {
    height: 60%;
  }
}
.cards__primary .overlay_bg .o_text {
  position: relative;
}
.cards__primary .overlay_bg .o_text article {
  width: 60%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .cards__primary .overlay_bg .o_text article {
    width: 85%;
  }
}
@media screen and (max-width: 425px) {
  .cards__primary .overlay_bg .o_text article h1 {
    font-size: 30px;
  }
}
.cards__secunder {
  position: absolute;
  top: 125%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 85%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .cards__secunder {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    width: unset;
    height: unset;
    position: unset;
  }
}
.cards__secunder .plaintext {
  text-align: left;
  background: #ffffff;
  position: relative;
  padding: 1rem 1.5rem;
  height: 65%;
  box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1603px) and (min-width: 992px) {
  .cards__secunder .plaintext {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .cards__secunder .plaintext {
    position: unset;
    height: auto;
  }
}
.cards__secunder .plaintext article {
  margin-bottom: 2rem;
}
.cards .readmore_article {
  font-weight: 600;
}
.cards .readmore_article.big a {
  line-height: 1;
  font-style: italic;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-left: 15px;
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), all 500ms;
  font-family: "Aller", sans-serif !important;
}
@media screen and (max-width: 600px) {
  .cards .readmore_article.big a {
    font-size: 14px;
  }
}
.cards .readmore_article.big a::before {
  content: " ";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #fff;
  border-color: inherit;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  position: absolute;
}
.cards .readmore_article.big a:hover, .cards .readmore_article.big a:active, .cards .readmore_article.big a:focus {
  padding-left: 2rem;
}
.cards .readmore_article.small {
  border-bottom: 1px solid #b43c3e;
  bottom: 10%;
  position: absolute;
  width: 85%;
  padding: 1rem 0;
}
.cards .readmore_article.small a {
  line-height: 1;
  font-style: italic;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-left: 15px;
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), all 500ms;
  font-family: "Aller", sans-serif !important;
}
@media screen and (max-width: 600px) {
  .cards .readmore_article.small a {
    font-size: 14px;
  }
}
.cards .readmore_article.small a::before {
  content: " ";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #fff;
  border-color: inherit;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  position: absolute;
}
.cards .readmore_article.small a:hover, .cards .readmore_article.small a:active, .cards .readmore_article.small a:focus {
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .cards .readmore_article.small {
    bottom: unset;
    position: unset;
    width: unset;
  }
}

.sec_pagination {
  margin: 5rem auto 0;
}
@media screen and (max-width: 991px) {
  .sec_pagination {
    margin-bottom: 3rem;
  }
}
.sec_pagination .page-item {
  padding: 5px;
}
.sec_pagination .page-item.active .page-link, .sec_pagination .page-item.disabled .page-link {
  color: #fff !important;
  border-color: unset;
}
.sec_pagination .page-item.active .page-link {
  background-color: #30593b !important;
}
.sec_pagination .page-item.disabled .page-link {
  background-color: #CACACA !important;
}
.sec_pagination .page-item .page-link {
  padding: 5px 15px !important;
  color: #30593b !important;
  font-weight: 600;
}

.modal_section .modal-dialog {
  margin: 1.75rem auto !important;
  max-width: 100%;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .modal_section .modal-dialog {
    width: 95%;
  }
}
.modal_section .modal-dialog .modal-content {
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .modal_section .modal-dialog .modal-content {
    padding: 3rem 0;
  }
}
.modal_section .modal-dialog .modal-content .modal-header {
  border: unset;
  position: relative;
}
.modal_section .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 5%;
  top: -20px;
}
.modal_section.\--certificate .modal-dialog .modal-content {
  background-color: transparent;
  border: 1px solid transparent;
}

.fieldset {
  border: 5px solid #b43c3e;
  position: relative;
  margin: 5rem 0;
}
.fieldset .title {
  background: #b43c3e;
  color: #ffffff;
  text-align: center;
  width: 35%;
  margin: auto;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .fieldset .title {
    width: 50%;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .fieldset .title {
    width: 85%;
  }
}

.timeline_sejarah {
  margin: auto;
  width: 1100px;
}
@media screen and (max-width: 1645px) {
  .timeline_sejarah {
    width: 920px;
  }
}
@media screen and (max-width: 1437px) {
  .timeline_sejarah {
    width: 700px;
  }
}
@media screen and (max-width: 1090px) {
  .timeline_sejarah {
    width: 100%;
  }
}
.timeline_sejarah .body-wrap {
  width: 85%;
  min-height: 100%;
  margin: auto;
}
@media screen and (max-width: 1437px) {
  .timeline_sejarah .body-wrap {
    width: 100%;
  }
}
.timeline_sejarah .body-wrap .pres-timeline div div {
  padding: 3em 0;
  box-sizing: border-box;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container {
  width: 50%;
  margin: auto !important;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section {
  width: 100%;
  height: 0;
  position: absolute;
  margin-left: 15%;
  border-bottom: 5px solid #dfe3e6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
  bottom: 0;
  opacity: 0;
  background-color: #ffffff;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section.active {
  height: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 5;
  min-height: auto !important;
  text-align: center;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section.active .title {
  display: block;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section.prev {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 0;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section.next {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 0;
  display: none;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container section .title {
  display: none;
}
.timeline_sejarah .body-wrap .pres-timeline .periods-container, .timeline_sejarah .body-wrap .pres-timeline .cards-container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  transition: height 0.5s ease-in-out;
  background-color: #ffffff;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container {
    width: 570px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container {
    width: 530px;
  }
}
@media screen and (max-width: 660px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container {
    width: 400px;
  }
}
@media (min-width: 300px) and (max-width: 659px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container {
    width: 240px;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline {
  position: absolute;
  display: block;
  height: 50px;
  transition: left 0.3s ease-in-out;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #CACACA;
  list-style: none;
  padding-left: 355px;
  padding-right: 300px;
}
@media screen and (max-width: 1645px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 290px;
  }
}
@media screen and (max-width: 1437px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 230px;
  }
}
@media screen and (max-width: 991px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 215px;
  }
}
@media screen and (max-width: 767px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 175px;
  }
}
@media screen and (max-width: 660px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 90px;
  }
}
@media (min-width: 300px) and (max-width: 659px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol {
    padding-left: 50px;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
  display: inline-block;
  padding: 5px;
  top: -5px;
  margin-top: -11px;
  margin-left: 105px;
  border-radius: 50%;
  border: 3px solid transparent;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1645px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 80px;
  }
}
@media screen and (max-width: 660px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 100px;
  }
}
@media (min-width: 300px) and (max-width: 659px) {
  .timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li {
    margin-left: 60px;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li.active a {
  display: none;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li.active::before {
  content: "";
  display: block;
  height: 45px;
  width: 1px;
  position: absolute;
  top: -45px;
  left: 4px;
  transition: opacity 0.3s ease-in-out;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li.active::after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: -100px;
  left: 4px;
  transition: opacity 0.3s ease-in-out;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .timeline ol li .text_timeline {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40px;
  left: 50%;
  font-size: 16px;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: 0;
  z-index: 11;
  transition: all 0.3s ease;
  top: 33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back.hide, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next.hide {
  display: none;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back:hover, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back:active, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back:focus, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next:hover, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next:active, .timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next:focus {
  border-color: #888181;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-back {
  left: 7.5px;
}
.timeline_sejarah .body-wrap .pres-timeline .timeline-container .btn-next {
  right: -22px;
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container {
  margin: 0 8%;
}
@media screen and (max-width: 1645px) {
  .timeline_sejarah .body-wrap .pres-timeline .cards-container {
    margin: 0 auto;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section {
  width: 99%;
  position: absolute;
  margin: 0;
  border: 1px solid #f5f7f6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: 0;
  opacity: 0;
  border-radius: 8px;
  background-color: #fff;
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section.active {
  height: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 5;
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section.prev {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  z-index: 0;
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section.next {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 0;
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section .content {
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .timeline_sejarah .body-wrap .pres-timeline .cards-container section .content {
    text-align: center;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images {
    width: 100%;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images.\--kan {
  width: 40%;
}
@media screen and (max-width: 425px) {
  .timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images.\--kan {
    width: 100%;
  }
}
.timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images.\--sertifikasi {
  width: 60%;
}
@media screen and (max-width: 425px) {
  .timeline_sejarah .body-wrap .pres-timeline .cards-container section .content .tm_images.\--sertifikasi {
    width: 100%;
  }
}

.sec-banner {
  background: #30593b;
}
@media screen and (max-width: 991px) {
  .sec-banner .hd {
    display: none !important;
  }
}
.sec-banner .bn-text {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}
.sec-banner .bn-text.text {
  display: block;
  margin: auto;
  text-align: center;
  padding-left: 5%;
  color: #ffffff;
}
.sec-banner .bn-text.text h2 {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.4;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-text.text h2 {
    text-shadow: 1px 1px #000000;
  }
}
@media screen and (max-width: 576px) {
  .sec-banner .bn-text.text h2 {
    font-size: 35px;
  }
}
.sec-banner .bn-text.text h4 {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-text.text h4 {
    text-shadow: 1px 1px #000000;
  }
}
.sec-banner .bn-images {
  -ms-flex: 0 0 55%;
      flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-images {
    -ms-flex: unset;
        flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.sec-banner .bn-images .triangle {
  position: absolute;
  padding: 0;
  z-index: 1;
  border-top: 25rem solid #30593b;
  border-right: 8rem solid transparent;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-images .triangle {
    width: 60%;
  }
}
.sec-banner .bn-images .img {
  background-position: center;
  background-size: 130%;
  position: relative;
  background-repeat: no-repeat;
  height: 25rem;
}
.sec-banner .bn-images .img#product {
  background-position: bottom !important;
  background-image: url("../images/banner/product.jpg?v=2");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#product {
    background-size: 250%;
  }
}
.sec-banner .bn-images .img#sambutan {
  background-image: url("../images/banner/aboutus_greetings.jpg");
}
@media screen and (max-width: 600px) {
  .bg-image, #about_us_bg_image {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#sejarah {
  background-image: url("../images/banner/aboutus_history.jpg");
}
@media screen and (max-width: 1230px) {
  .sec-banner .bn-images .img#sejarah {
    background-size: 160%;
  }
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#sejarah {
    background-size: 240%;
  }
}
@media screen and (max-width: 425px) {
  .sec-banner .bn-images .img#sejarah {
    background-size: 280%;
  }
}
.sec-banner .bn-images .img#visimisi {
  background-image: url("../images/banner/aboutus_vimision.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#visimisi {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#nilai {
  background-image: url("../images/banner/aboutus_nilai.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#nilai {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#fasilitaskami {
  background-image: url("../images/banner/aboutus_fasilitas.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#fasilitaskami {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#penghargaan {
  background-image: url("../images/banner/aboutus_Penghargaan.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#penghargaan {
    background-size: 250%;
  }
}
.sec-banner .bn-images .img#laboratorium {
  background-image: url("../images/banner/labo.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#laboratorium {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#kerjasama {
  background-image: url("../images/banner/collab.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#kerjasama {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img#find_product {
  background-image: url("../images/banner/findproduct.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#find_product {
    background-size: 230%;
  }
}
.sec-banner .bn-images .img#berita {
  background-image: url("../images/banner/article.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#berita {
    background-size: 210%;
  }
}
.sec-banner .bn-images .img#faq {
  background-image: url("../images/banner/faq.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#faq {
    background-size: 200%;
  }
}
.sec-banner .bn-images .img#career {
  background-position: top !important;
  background-image: url("../images/banner/career.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#career {
    background-size: 230%;
  }
}
.sec-banner .bn-images .img#contactus {
  background-image: url("../images/banner/contactus.jpg");
}
@media screen and (max-width: 600px) {
  .sec-banner .bn-images .img#contactus {
    background-size: 220%;
  }
}
.sec-banner .bn-images .img .text-mob {
  text-align: center;
  color: #ffffff;
  display: none;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-images .img .text-mob {
    display: block !important;
  }
}
.sec-banner .bn-images .img .text-mob h2 {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.4;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-images .img .text-mob h2 {
    text-shadow: 1px 1px #000000;
  }
}
@media screen and (max-width: 576px) {
  .sec-banner .bn-images .img .text-mob h2 {
    font-size: 35px;
  }
}
.sec-banner .bn-images .img .text-mob h4 {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .sec-banner .bn-images .img .text-mob h4 {
    text-shadow: 1px 1px #000000;
  }
}

#home_slider_new .overlay_carousel {
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: absolute;
  opacity: 0.8;
}
#home_slider_new .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  opacity: 1;
  border-top: unset;
  border-bottom: unset;
}
@media screen and (max-width: 576px) {
  #home_slider_new .carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
  }
}
#home_slider_new .carousel-indicators .active {
  width: 40px !important;
  height: 10px !important;
  border-radius: 14px;
  margin: 0 5px;
}
@media screen and (max-width: 576px) {
  #home_slider_new .carousel-indicators .active {
    width: 25px !important;
    height: 8px !important;
  }
}
#home_slider_new .carousel-inner {
  z-index: 10;
  height: 100%;
}
#home_slider_new .carousel-inner .carousel-item img {
  opacity: 1;
  width: 100%;
  height: 100%;
}
#home_slider_new .carousel-inner .carousel-item .carousel-caption {
  bottom: unset !important;
  left: 0 !important;
  width: 55%;
  height: 100%;
  top: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #home_slider_new .carousel-inner .carousel-item .carousel-caption {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  #home_slider_new .carousel-inner .carousel-item .carousel-caption {
    width: 95%;
    right: unset;
  }
}
#home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption {
  position: relative;
  padding: 3rem 15%;
  text-align: left;
  height: 40rem;
}
@media screen and (max-width: 960px) {
  #home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption {
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  #home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption {
    padding: 3rem 10%;
  }
}
#home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption .bg_caption {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 60%;
}
@media screen and (max-width: 991px) {
  #home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption .bg_caption {
    width: 85%;
  }
}
#home_slider_new .carousel-inner .carousel-item .carousel-caption .content_caption .bg_caption p {
  margin-bottom: 2rem;
}

#article_sect {
  padding: 5rem 0;
  background-image: url("../images/home/background_art.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 576px) {
  #article_sect {
    padding: 2rem 0 5rem;
  }
}
#article_sect .article {
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (max-width: 1290px) {
  #article_sect .article {
    padding: 0 5%;
  }
}
#article_sect .article .content {
  padding: 1rem;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #article_sect .article .content {
    padding: 1rem 0;
  }
}
#article_sect .article .content .img_content {
  width: 100%;
  height: 500px;
  margin: auto;
  overflow: hidden;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) and (min-width: 992px) {
  #article_sect .article .content .img_content {
    background-size: 200%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #article_sect .article .content .img_content {
    background-size: 250%;
  }
}
@media screen and (max-width: 767px) {
  #article_sect .article .content .img_content {
    background-size: 135%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  #article_sect .article .content .img_content {
    background-size: 190%;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) and (max-width: 425px) {
  #article_sect .article .content .img_content {
    background-size: 260%;
  }
}
#article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
  background-size: 170%;
}
@media (max-width: 1290px) and (min-width: 992px) {
  #article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
    background-size: 220%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
    background-size: 270%;
  }
}
@media screen and (max-width: 767px) {
  #article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
    background-size: 145%;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  #article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
    background-size: 200%;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) and (max-width: 425px) {
  #article_sect .article .content .img_content:hover, #article_sect .article .content .img_content:active, #article_sect .article .content .img_content:focus {
    background-size: 280%;
  }
}
#article_sect .article .content .img_content.small_top {
  height: 85%;
  width: 85%;
  position: absolute;
  bottom: 17px;
  right: 17px;
}
@media screen and (max-width: 767px) {
  #article_sect .article .content .img_content.small_top {
    height: 400px;
    width: 100%;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
#article_sect .article .content .img_content.small_bottom {
  height: 85%;
  width: 85%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #article_sect .article .content .img_content.small_bottom {
    height: 400px;
    width: 100%;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
#article_sect .article .content .img_content.green {
  background-image: url("../images/home/slider_2.jpg");
}
#article_sect .article .content .img_content.blue {
  background-image: url("../images/home/slider_1.jpg");
}
#article_sect .article .content .img_content.purple {
  background-image: url("../images/home/article_2.jpg");
}
#article_sect .article .content .img_content.pink {
  background-image: url("../images/home/slider_3.jpg");
}
#article_sect .article .content .img_content .content_text {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#article_sect .article .content .img_content .content_text .overlay {
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skew(-10deg, 0deg);
          transform: skew(-10deg, 0deg);
}
#article_sect .article .content .img_content .content_text .text {
  position: relative;
  width: 80%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  color: #ffffff;
  height: 60%;
}
#article_sect .article .content .img_content .content_text .text h2 {
  text-shadow: 1px 1px #000000;
  line-height: 1.2;
}
#article_sect .article .content .img_content .content_text .text p {
  margin: 0.5rem auto 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 1px 1px #000000;
}
#article_sect .article .content .green .overlay {
  background-color: #66B512;
}
#article_sect .article .content .blue .overlay {
  background-color: #0F6E90;
}
#article_sect .article .content .purple .overlay {
  background-color: #b43c3e;
}
#article_sect .article .content .pink .overlay {
  background-color: #bf9d3b;
}

#cert_sect {
  background-image: url("../images/home/bg-certification.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cert_sect .certification {
  padding: 5rem 10%;
  margin: 0 4rem;
}
@media screen and (max-width: 1290px) {
  #cert_sect .certification {
    padding: 5rem 3%;
  }
}
@media screen and (max-width: 576px) {
  #cert_sect .certification {
    margin: 0 auto;
  }
}
#cert_sect .certification .slider_sec {
  margin: auto;
  display: block;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  #cert_sect .certification .slider_sec {
    width: 100%;
  }
}
#cert_sect .certification .slider_sec .title {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.2;
  text-align: center;
}
#cert_sect .certification .slider_sec .slider-for {
  padding: 3rem 0;
}
#cert_sect .certification .slider_sec .slider-for .__menu {
  margin: 0 20rem !important;
}
@media screen and (max-width: 1585px) {
  #cert_sect .certification .slider_sec .slider-for .__menu {
    margin: 0 15rem !important;
  }
}
@media screen and (max-width: 1155px) {
  #cert_sect .certification .slider_sec .slider-for .__menu {
    margin: 0 10rem !important;
  }
}
@media screen and (max-width: 880px) {
  #cert_sect .certification .slider_sec .slider-for .__menu {
    margin: 0 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  #cert_sect .certification .slider_sec .slider-for .__menu {
    margin: 0 !important;
  }
}
#cert_sect .certification .slider_sec .slider-for .__menu .top {
  position: relative;
  padding-bottom: 20px;
}
#cert_sect .certification .slider_sec .slider-for .__menu .top img {
  margin: auto;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
#cert_sect .certification .slider_sec .slider-for .__menu .top .circle_shd {
  width: 70px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #808080;
  opacity: 0.2;
  box-shadow: 20px 10px 5px 0px rgba(179, 179, 179, 0.75);
}
@media screen and (max-width: 767px) {
  #cert_sect .certification .slider_sec .slider-for .__menu .text_slider {
    text-align: center;
  }
}
#cert_sect .certification .slider_sec .slider-nav {
  padding-bottom: 2rem;
  margin: auto;
  display: block;
  width: 60%;
}
@media screen and (max-width: 1400px) {
  #cert_sect .certification .slider_sec .slider-nav {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  #cert_sect .certification .slider_sec .slider-nav {
    width: 80%;
  }
}
#cert_sect .certification .slider_sec .slider-nav .slick-slide {
  position: relative;
  padding-bottom: 20px;
}
#cert_sect .certification .slider_sec .slider-nav .slick-slide.slick-current.slick-active.slick-center .sm-circle_shd {
  background: #5c5c5c !important;
  opacity: 0.7;
}
#cert_sect .certification .slider_sec .slider-nav .slick-slide img {
  margin: auto;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  width: 100px;
}
@media screen and (max-width: 992px) {
  #cert_sect .certification .slider_sec .slider-nav .slick-slide img {
    width: 85px;
  }
}
@media screen and (max-width: 992px) and (max-width: 425px) {
  #cert_sect .certification .slider_sec .slider-nav .slick-slide img {
    width: 70px;
  }
}
#cert_sect .certification .slider_sec .slider-nav .slick-slide .sm-circle_shd {
  width: 70px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #808080;
  opacity: 0.2;
  box-shadow: 20px 10px 5px 0px rgba(179, 179, 179, 0.75);
}
#cert_sect .certification .slider_sec .slider-nav button.slick-prev {
  left: -50px;
  top: 30%;
}
@media screen and (max-width: 576px) {
  #cert_sect .certification .slider_sec .slider-nav button.slick-prev {
    left: -30px;
  }
}
#cert_sect .certification .slider_sec .slider-nav button.slick-prev::before {
  content: "\221F";
  font-size: 40px;
  display: inline-block;
  color: #c0bdc6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 576px) {
  #cert_sect .certification .slider_sec .slider-nav button.slick-prev::before {
    font-size: 25px;
  }
}
#cert_sect .certification .slider_sec .slider-nav button.slick-next {
  top: 30%;
}
#cert_sect .certification .slider_sec .slider-nav button.slick-next::before {
  content: "\221F";
  font-size: 40px;
  display: inline-block;
  color: #c0bdc6;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 576px) {
  #cert_sect .certification .slider_sec .slider-nav button.slick-next::before {
    font-size: 25px;
  }
}

#hire_sec {
  position: relative;
}
#hire_sec .overlay_hire {
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #CACACA;
  position: absolute;
  opacity: 0.5;
}
#hire_sec .parallax {
  background-image: url("../images/home/hire_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
#hire_sec .parallax .hire_content {
  color: #000000;
  text-align: left;
  padding: 5rem 13%;
  position: relative;
}
@media screen and (max-width: 1111px) {
  #hire_sec .parallax .hire_content {
    padding: 5rem 8%;
  }
}
@media screen and (max-width: 1111px) and (max-width: 991px) {
  #hire_sec .parallax .hire_content {
    text-align: center;
  }
}
#hire_sec .parallax .hire_content h1 {
  font-family: "Hind_SemiBold", sans-serif !important;
  line-height: 1.2;
}
#hire_sec .parallax .hire_content p {
  padding: 2rem 25% 2rem 0;
  text-align: justify;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #hire_sec .parallax .hire_content p {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  #hire_sec .parallax .hire_content .btn_readmore {
    margin: auto;
  }
}

.product_slick-sli .slider-for {
  margin-bottom: 4rem;
}
@media screen and (max-width: 786px) {
  .product_slick-sli .slider-for {
    margin-bottom: 1rem;
  }
}
.product_slick-sli .slider-for .bn_image {
  width: 99%;
  border: 1px solid #CACACA;
}
.product_slick-sli .slider-for .bn_image img {
  margin: auto;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .product_slick-sli .slider-for .bn_image img {
    width: 100%;
  }
}
.product_slick-sli.slider-nav {
  width: calc(100% / 12 * 4) !important;
}
.product_slick-sli .slider-nav {
  width: 90%;
  margin: 0 auto;
}
.product_slick-sli .slider-nav .slick-list .slick-track {
  margin-left: unset !important;
}
.product_slick-sli .slider-nav .slick-slide .img-slick {
  width: auto;
  margin: auto 0.5rem;
  border: 1px solid #CACACA;
}
@media screen and (max-width: 499px) {
  .product_slick-sli .slider-nav .slick-slide .img-slick {
    width: 70%;
    margin: auto;
  }
}
.product_slick-sli .slider-nav .slick-slide .img-slick img {
  margin: 2.5rem auto;
  background: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 786px) {
  .product_slick-sli .slider-nav .slick-slide .img-slick img {
    margin: 1rem auto;
  }
}
.product_slick-sli .slider-nav .slick-slide.slick-current.slick-active.slick-center .img-slick {
  border: 1px solid #888181;
}
.product_slick-sli .slider-nav .slick-dots {
  display: none !important;
}
.product_slick-sli .slider-nav button.slick-next {
  right: -4%;
}
@media screen and (max-width: 425px) {
  .product_slick-sli .slider-nav button.slick-next {
    right: -2%;
  }
}
.product_slick-sli .slider-nav button.slick-next::before {
  content: "\25BA";
}
.product_slick-sli .slider-nav button.slick-prev {
  left: -6%;
}
.product_slick-sli .slider-nav button.slick-prev::before {
  content: "\25C4";
}
.product_slick-sli .slider-nav button.slick-prev::before, .product_slick-sli .slider-nav button.slick-next::before {
  font-size: 30px !important;
  opacity: 1 !important;
  color: #9a2d2a !important;
}
.product_slick-sli .slider-nav button.slick-prev:hover, .product_slick-sli .slider-nav button.slick-prev:active, .product_slick-sli .slider-nav button.slick-prev:focus, .product_slick-sli .slider-nav button.slick-next:hover, .product_slick-sli .slider-nav button.slick-next:active, .product_slick-sli .slider-nav button.slick-next:focus {
  color: #000000 !important;
}
.product_desc .nav-tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 3rem;
  float: left;
  width: 100%;
  margin-right: 100px;
  border-right: 1px solid transparent;
  padding-right: 15px;
}
@media screen and (max-width: 425px) {
  .product_desc .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
}
.product_desc .nav-tabs .nav-item .nav-link.active {
  color: unset !important;
  font-weight: unset;
  background-color: #CACACA !important;
  border-bottom: 1px solid #CACACA !important;
}
.product_desc .contents_tb {
  padding: 4rem 5%;
}
.product_desc .contents_tb article h1, .product_desc .contents_tb article h2, .product_desc .contents_tb article h3 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .product_desc .contents_tb article h1, .product_desc .contents_tb article h2, .product_desc .contents_tb article h3 {
    font-size: 24px;
  }
}
.product_desc .contents_tb article p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .product_desc .contents_tb article p {
    font-size: 16px !important;
  }
}
.product .menu {
  margin: auto;
  text-align: center;
}
.product .menu .menu__list {
  margin: 1rem 0;
  display: inline-block;
  -ms-flex: 20%;
      flex: 20%;
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 576px) {
  .product .menu .menu__list {
    padding: 1rem 0;
  }
}
.product .pd_text h3, .product .pd_text h5 {
  font-family: "Archivo_Narrow", sans-serif !important;
}
.product .pd_text h5 {
  color: #66B512;
}
.product .images img {
  width: 100%;
  margin: auto;
  display: block;
}

.sec-content .contact {
  padding: 3rem 0;
}
.sec-content .contact .contact_form {
  text-align: left;
  padding-right: 7rem;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .sec-content .contact .contact_form {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-content .contact .contact_form {
    padding: 0 1rem 4rem;
  }
}
.sec-content .contact .contact_lokasi {
  color: #000000;
  text-align: left;
  padding-left: 7rem;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .sec-content .contact .contact_lokasi {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-content .contact .contact_lokasi {
    padding: 1rem;
  }
}
.sec-content .contact .contact_lokasi .map {
  height: 400px;
  width: 100%;
}
.sec-content .contact .contact_lokasi .address {
  width: 65%;
}
@media screen and (max-width: 1290px) {
  .sec-content .contact .contact_lokasi .address {
    width: 100%;
  }
}
.sec-content .contact .contact_lokasi .address ul {
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}
.sec-content .contact .contact_lokasi .address ul i {
  padding-right: 15px;
}

.temu-produk .menu {
  margin: auto;
  text-align: center;
}
.temu-produk .menu .menu__list {
  margin: 1rem 0;
  display: inline-block;
  -ms-flex: 20%;
      flex: 20%;
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 576px) {
  .temu-produk .menu .menu__list {
    padding: 1rem 0;
  }
}
.temu-produk .maps img {
  display: block;
  margin: auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .temu-produk .maps img {
    width: 100%;
  }
}

.sec-content .labo {
  margin: 2rem auto;
}
@media screen and (max-width: 991px) {
  .sec-content .labo {
    margin-bottom: 5rem;
  }
}
.sec-content .labo .bg-labo {
  width: 100%;
  margin: 2rem 0 0 !important;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo {
    margin: 0 !important;
    padding: 0 15px;
  }
  .sec-content .labo .bg-labo .top {
    text-align: center;
  }
}
.sec-content .labo .bg-labo .content {
  width: 90%;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .content {
    width: 100%;
  }
}
.sec-content .labo .bg-labo .content img {
  width: 100%;
  display: block;
  box-shadow: 10px 10px 30px -7px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .content img {
    margin-top: 3rem;
  }
  .sec-content .labo .bg-labo .content img.logo {
    float: unset !important;
    margin: 0.5rem auto;
    padding: 1rem 0;
  }
}
.sec-content .labo .bg-labo .content img.logo {
  margin-left: auto;
  width: 150px;
}
.sec-content .labo .bg-labo .content_text {
  width: 90%;
  display: block;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .content_text {
    width: 100%;
    padding: 1rem 0;
  }
}
.sec-content .labo .bg-labo .content_text h4 {
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .content_text h4 {
    margin: 1rem 0;
  }
}
.sec-content .labo .bg-labo .content_text p {
  text-align: justify;
}
.sec-content .labo .bg-labo .content_text .info {
  margin: 2rem auto;
  width: 50%;
  display: block;
}
@media (max-width: 1786px) and (min-width: 1502px) {
  .sec-content .labo .bg-labo .content_text .info {
    width: 60%;
  }
}
@media (min-width: 1300px) and (max-width: 1501px) {
  .sec-content .labo .bg-labo .content_text .info {
    width: 70%;
  }
}
@media (max-width: 1300px) and (min-width: 806px) {
  .sec-content .labo .bg-labo .content_text .info {
    width: 80%;
  }
}
@media (min-width: 717px) and (max-width: 806px) {
  .sec-content .labo .bg-labo .content_text .info {
    width: 90%;
  }
}
@media screen and (max-width: 716px) {
  .sec-content .labo .bg-labo .content_text .info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sec-content .labo .bg-labo .content_text .info .xs {
    padding: 0 15px !important;
  }
}
.sec-content .labo .bg-labo .content_text .info ul {
  list-style: disc;
}
@media screen and (max-width: 575px) {
  .sec-content .labo .bg-labo .content_text .info ul {
    -webkit-padding-start: 15px !important;
            padding-inline-start: 15px !important;
  }
}
.sec-content .labo .bg-labo .right {
  width: 100%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  float: right;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .right {
    float: unset;
    -ms-flex: unset !important;
        flex: unset !important;
    max-width: unset !important;
    width: 100%;
    margin: 0;
  }
}
.sec-content .labo .bg-labo .right.\--top {
  width: 100%;
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  max-width: 30%;
}
.sec-content .labo .bg-labo .right.\--top .content {
  width: 83%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .right.\--top .content {
    width: 100%;
  }
}
.sec-content .labo .bg-labo .right.\--top .content img {
  box-shadow: unset;
}
.sec-content .labo .bg-labo .left {
  width: 100%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .sec-content .labo .bg-labo .left {
    float: unset;
    -ms-flex: unset !important;
        flex: unset !important;
    max-width: unset !important;
    width: 100%;
    margin: 0;
  }
}
.sec-content .labo .bg-labo .left.\--top {
  width: 100%;
  -ms-flex: 0 0 70%;
      flex: 0 0 70%;
  max-width: 70%;
}

.certficate {
  width: 100%;
  display: block;
  margin: 3rem auto;
}
.certficate .img-cert {
  grid-template-columns: repeat(3, minmax(1px, 1fr));
  padding: 0 20px;
  display: grid;
  grid-gap: 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .certficate .img-cert {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}
@media screen and (max-width: 786px) {
  .certficate .img-cert {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .certficate .img-cert {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
    padding: 0 5px;
  }
}
.certficate .img-cert .\--item {
  padding: 10px;
}
.certficate .img-cert .\--item img {
  width: 100%;
  margin: auto;
  display: block;
}

.kerjasama .menu {
  margin: auto;
  text-align: center;
}
.kerjasama .menu .menu__list {
  margin: 1rem 0;
  display: inline-block;
  -ms-flex: 20%;
      flex: 20%;
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 576px) {
  .kerjasama .menu .menu__list {
    padding: 1rem 0;
  }
}
.kerjasama hr {
  border-top-color: #CACACA !important;
}
.kerjasama .content {
  margin: 4rem auto;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .kerjasama .content {
    text-align: center;
  }
}
.kerjasama .content ul {
  list-style-type: disc !important;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.kerjasama .content .img_k1 {
  width: 130px;
}
@media screen and (max-width: 576px) {
  .kerjasama .content .img_k1 {
    width: 100px;
  }
}
.kerjasama .content .img_k2 {
  width: 200px;
}
@media screen and (max-width: 576px) {
  .kerjasama .content .img_k2 {
    width: 150px;
  }
}
.kerjasama .content .img_k3 {
  width: 400px;
}
@media screen and (max-width: 576px) {
  .kerjasama .content .img_k3 {
    width: 280px;
  }
}

.faq {
  margin: 1rem auto;
  width: 85%;
}
.faq_section {
  padding: 0.8rem 0;
}
.faq_section a {
  padding: 5px 0;
  margin: 10px auto;
}
.faq_section a .i_par {
  background-image: url("../images/icons/angle-down_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.3rem 1rem;
  float: right;
  height: 30px;
}
.faq_section a[aria-expanded=true] i {
  background-image: url("../images/icons/angle-right_circle.png");
}
.faq_section_bg {
  margin: 1rem auto;
}
.faq_section_bg .bg_faq {
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .faq_section_bg .bg_faq {
    width: 100%;
  }
}
.faq_section_bg .bg_faq a .i_ch {
  background-image: url("../images/icons/angle-down.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.3rem 1rem;
  float: right;
  height: 30px;
}
.faq_section_bg .bg_faq a[aria-expanded=true] i {
  background-image: url("../images/icons/angle-right.png");
}
.faq_section_bg .bg_faq__article {
  padding: 10px 0;
  margin: 1rem 0;
}

.karir .jd_text {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .karir .jd_text {
    width: 100%;
  }
}
.karir .jd_text--red {
  background: #b43c3e;
  padding: 2rem 2rem 1.5rem 2rem;
  width: 40%;
}
@media screen and (max-width: 992px) {
  .karir .jd_text--red {
    width: 70%;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 600px) {
  .karir .jd_text--red {
    width: 90%;
  }
}
.karir .bg_ahli {
  display: block;
  margin: 2rem auto;
  width: 90%;
  padding: 5rem 0;
}
@media screen and (max-width: 992px) {
  .karir .bg_ahli {
    width: 95%;
    padding: 3rem 0 0;
  }
}
.karir .bg_ahli .content {
  background: #ffffff;
  margin: auto;
  height: 100%;
  box-shadow: 0px 0px 25px 7px #d4d4d4;
}
.karir .bg_ahli .content .img {
  text-align: center;
}
.karir .bg_ahli .content .img img {
  width: 100%;
}
.karir .bg_ahli .content .img-purple {
  background: #5b4f7d;
}
.karir .bg_ahli .content .img-yellow {
  background: #ed9e35;
}
.karir .bg_ahli .content .img-orange {
  background: #ce613a;
}
.karir .bg_ahli .content .img-dark {
  background: #807876;
}
.karir .bg_ahli .content .img-red {
  background: #b8413b;
}
.karir .bg_ahli .content .img-green {
  background: #6f9349;
}
.karir .bg_ahli .content .text {
  padding: 1rem;
}
.karir .bg_ahli .content .text a {
  font-weight: 800;
}
.karir .bg_ahli .content .text a i {
  padding: 0 8px;
  font-size: 16px;
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), all 500ms;
}
.karir .bg_ahli .content .text:hover a i, .karir .bg_ahli .content .text:active a i, .karir .bg_ahli .content .text:focus a i {
  padding: 0 15px;
}
.karir .bg_ahli .content .text .modal-content {
  background: url("../images/karir/bg_modal.jpg") center no-repeat;
  background-size: cover;
}

header.header .top-header {
  padding: 5px 10%;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1290px) {
  header.header .top-header {
    padding: 5px 5%;
  }
}
@media screen and (max-width: 600px) {
  header.header .top-header__left {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  header.header .top-header__left a img {
    width: 150px;
  }
}
header.header .top-header__right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  header.header .top-header__right {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    text-align: center;
    padding-top: 5px;
  }
}
header.header .top-header__right ul {
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header.header .top-header__right ul li {
  display: inline;
  padding-left: 22px;
  line-height: 2.5;
}
@media screen and (max-width: 600px) {
  header.header .top-header__right ul li {
    padding-left: 10px;
  }
}
header.header .top-header__right ul li a {
  font-weight: 500;
  font-family: "Hind_SemiBold", sans-serif !important;
}
header.header .top-header__right ul li a:hover, header.header .top-header__right ul li a:active, header.header .top-header__right ul li a:focus {
  color: #5c5c5c !important;
}
header.header .top-header__right ul li a i {
  font-weight: normal !important;
}

header.header .bottom-header__top {
  /* background: url("../images/top_header.jpg"); */
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 65%;
  height: 130px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
@media (max-height: 768px) and (max-width: 1370px) {
  header.header .bottom-header__top {
    height: 100px;
  }
}
header.header .bottom-header__top.n-home {
  height: 100px;
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__top.n-home {
    height: unset;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__top {
    height: unset;
    border: unset;
  }
}
header.header .bottom-header__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, white 35%, transparent);
}
header.header .bottom-header__top .logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 10%;
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__top .logo {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  header.header .bottom-header__top .logo {
    padding-left: 5%;
  }
}
header.header .bottom-header__top .logo img {
  width: 500px;
}
@media (max-height: 768px) and (max-width: 1370px) {
  header.header .bottom-header__top .logo img {
    width: 400px;
  }
}
header.header .bottom-header__bottom.ss_header {
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header {
    /* background: url("../images/top_header.jpg") center center no-repeat; */
    background-size: cover;
    height: 100px;
    position: relative;
    height: 100px;
    /* background: url("../images/top_header-small.jpg") center center no-repeat; */
    background-size: cover;
    border-bottom: unset;
  }
  header.header .bottom-header__bottom.ss_header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, white 35%, transparent);
    border-bottom: unset;
  }
  header.header .bottom-header__bottom.ss_header nav {
    padding: 5px 3%;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-brand {
    margin-right: 0;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-brand img {
    width: 450px;
  }
}
@media screen and (max-width: 991px) and (max-height: 768px) and (max-width: 1370px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-brand img {
    width: 400px;
  }
}
@media screen and (max-width: 991px) and (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-brand img {
    width: 350px;
  }
}
@media screen and (max-width: 991px) and (min-width: 350px) and (max-width: 424px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-brand img {
    width: 280px;
  }
}
@media screen and (max-width: 991px) and (max-width: 349px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-brand img {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-brand, header.header .bottom-header__bottom.ss_header nav::before {
    -webkit-animation: smoothScrollX 1s forwards !important;
            animation: smoothScrollX 1s forwards !important;
    -webkit-animation-fill-mode: smoothScrollX 1s forwards !important;
            animation-fill-mode: smoothScrollX 1s forwards !important;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-toggler {
    padding: 1px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse {
    z-index: 999;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing {
    transition: height 0.4s ease-in-out 0.4s !important;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing .navbar-nav {
    height: 100%;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing .navbar-nav .nav-link {
    font-weight: 500;
    font-family: "Hind_SemiBold", sans-serif !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 1290px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav {
    margin-left: auto;
    margin-right: unset;
    width: unset;
  }
}
@media screen and (max-width: 991px) and (max-width: 1700px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav {
    border: 1px solid #CACACA;
    border-bottom: 2px solid #CACACA;
    border-top: unset;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav .nav-item {
    padding: 0;
    margin: unset;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav .nav-item.ls-- a {
    text-align: left;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    background: #ffffff !important;
    padding: 0.5rem 1.5rem !important;
    opacity: 1 !important;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    width: auto;
    left: 0 !important;
    border: 0 solid transparent;
  }
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    background: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) and (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 350px) and (max-width: 424px) {
  header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom.ss_header nav .navbar-collapse.collapsing {
    margin-top: 3px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 577px) and (max-width: 991px) {
  header.header .bottom-header__bottom.ss_header {
    height: 80px;
  }
}
@media screen and (max-width: 991px) and (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom.ss_header {
    height: 65px;
  }
}
@media screen and (max-width: 991px) and (max-width: 424px) {
  header.header .bottom-header__bottom.ss_header {
    height: 55px;
  }
}
header.header .bottom-header__bottom._header {
  background: url("../images/top_header.jpg") center center no-repeat;
  background-size: cover;
  height: 100px;
  position: relative;
  height: auto;
  border-bottom: 1px solid #CACACA;
  background: #ffffff;
  position: fixed;
}
header.header .bottom-header__bottom._header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, white 35%, transparent);
  border-bottom: unset;
}
header.header .bottom-header__bottom._header nav {
  padding: 5px 3%;
}
header.header .bottom-header__bottom._header nav .navbar-brand {
  margin-right: 0;
}
header.header .bottom-header__bottom._header nav .navbar-brand img {
  width: 450px;
}
@media (max-height: 768px) and (max-width: 1370px) {
  header.header .bottom-header__bottom._header nav .navbar-brand img {
    width: 400px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom._header nav .navbar-brand img {
    width: 350px;
  }
}
@media (min-width: 350px) and (max-width: 424px) {
  header.header .bottom-header__bottom._header nav .navbar-brand img {
    width: 280px;
  }
}
@media screen and (max-width: 349px) {
  header.header .bottom-header__bottom._header nav .navbar-brand img {
    width: 260px;
  }
}
header.header .bottom-header__bottom._header nav .navbar-brand, header.header .bottom-header__bottom._header nav::before {
  -webkit-animation: smoothScrollX 1s forwards !important;
          animation: smoothScrollX 1s forwards !important;
  -webkit-animation-fill-mode: smoothScrollX 1s forwards !important;
          animation-fill-mode: smoothScrollX 1s forwards !important;
}
header.header .bottom-header__bottom._header nav .navbar-toggler {
  padding: 1px !important;
}
@media screen and (max-width: 576px) {
  header.header .bottom-header__bottom._header nav .navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
}
header.header .bottom-header__bottom._header nav .navbar-collapse {
  z-index: 999;
}
header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
  transition: height 0.4s ease-in-out 0.4s !important;
}
header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing .navbar-nav {
  height: 100%;
}
header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing .navbar-nav .nav-link {
  font-weight: 500;
  font-family: "Hind_SemiBold", sans-serif !important;
}
@media screen and (max-width: 1290px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing .navbar-nav .nav-link {
    font-size: 14px;
  }
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav {
  margin-left: auto;
  margin-right: unset;
  width: unset;
}
@media screen and (max-width: 1700px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav {
    border: 1px solid #CACACA;
    border-bottom: 2px solid #CACACA;
    border-top: unset;
  }
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  margin: unset;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item.ls-- a {
  text-align: left;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  background: #ffffff !important;
  padding: 0.5rem 1.5rem !important;
  opacity: 1 !important;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  width: auto;
  left: 0 !important;
  border: 0 solid transparent;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background: #ffffff;
}
header.header .bottom-header__bottom._header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
  margin-top: 5px;
}
@media (max-height: 768px) and (max-width: 1700px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
    margin-top: 5px !important;
  }
}
@media (min-width: 577px) and (max-width: 1370px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
    margin-top: 0 !important;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
    margin-top: -1px !important;
  }
}
@media screen and (max-width: 424px) {
  header.header .bottom-header__bottom._header nav .navbar-collapse.collapse.show, header.header .bottom-header__bottom._header nav .navbar-collapse.collapsing {
    margin-top: 1px !important;
  }
}
@media (min-width: 1371px) and (max-width: 1700px) {
  header.header .bottom-header__bottom._header {
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1370px) {
  header.header .bottom-header__bottom._header {
    height: 75px;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  header.header .bottom-header__bottom._header {
    height: 70px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom._header {
    height: 55px;
  }
}
@media (min-width: 350px) and (max-width: 424px) {
  header.header .bottom-header__bottom._header {
    height: 48px;
  }
}
@media screen and (max-width: 349px) {
  header.header .bottom-header__bottom._header {
    height: 45px;
  }
}
header.header .bottom-header__bottom._header nav {
  padding: 5px 10%;
  margin: 0;
}
@media screen and (max-width: 1290px) {
  header.header .bottom-header__bottom._header nav {
    padding: 5px 5%;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom._header nav {
    padding: 0 3%;
  }
}
header.header .bottom-header__bottom._header nav .logo {
  display: block;
}
header.header .bottom-header__bottom._header nav .navbar-collapse {
  margin-top: 0;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  transition: unset !important;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  background: transparent !important;
  padding: 0.5rem !important;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  left: 10% !important;
}
header.header .bottom-header__bottom._header nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background: #ffffff;
}
header.header .bottom-header__bottom._header nav .navbar-toggler {
  background-color: transparent;
  border: 2px solid #939393 !important;
}
header.header .bottom-header__bottom nav {
  padding: 0;
  margin: 0 10%;
}
@media screen and (max-width: 1290px) {
  header.header .bottom-header__bottom nav {
    margin: 0 5%;
  }
}
@media screen and (max-width: 991px) {
  header.header .bottom-header__bottom nav {
    margin: 0;
  }
}
header.header .bottom-header__bottom nav .navbar-brand {
  margin-right: 0;
}
header.header .bottom-header__bottom nav .navbar-brand img {
  width: 450px;
}
@media (max-height: 768px) and (max-width: 1370px) {
  header.header .bottom-header__bottom nav .navbar-brand img {
    width: 400px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  header.header .bottom-header__bottom nav .navbar-brand img {
    width: 350px;
  }
}
@media (min-width: 350px) and (max-width: 424px) {
  header.header .bottom-header__bottom nav .navbar-brand img {
    width: 280px;
  }
}
@media screen and (max-width: 349px) {
  header.header .bottom-header__bottom nav .navbar-brand img {
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  header.header .bottom-header__bottom nav .logo {
    display: none;
  }
}
header.header .bottom-header__bottom nav .collapse .navbar-nav {
  width: 100%;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item {
  margin: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  transition: all 500ms ease-in;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item.fr-- {
  margin-left: unset;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item.fr-- a {
  text-align: left;
  padding-left: 0;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item.ls-- {
  margin-right: unset;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item.ls-- a {
  text-align: right;
  padding-right: 0;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:hover .dropdown-menu, header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:active .dropdown-menu, header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:focus .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  transition: all 500ms ease-in;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item, header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:active .dropdown-menu .dropdown-item, header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item:focus .dropdown-menu .dropdown-item {
  background: #ffffff;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-family: "Hind_SemiBold", sans-serif !important;
}
@media screen and (max-width: 1290px) {
  header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item .dropdown-menu {
  left: auto;
  margin: 1px 0;
  border: unset;
  padding: 0;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 500;
  background: #ffffff;
}
header.header .bottom-header__bottom nav .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #CACACA;
}
header .navbar-toggler {
  background-color: transparent;
  border: 2px solid #2a2828 !important;
}
@media screen and (max-width: 374px) {
  header .navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
}

.sec-content {
  padding: 5rem 10%;
}
@media screen and (max-width: 1290px) {
  .sec-content {
    padding: 5rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec-content {
    padding: 2rem 5% 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .sec-content {
    padding: 2rem 2% 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-content {
    margin-top: 1rem;
  }
}
.sec-content .tab-content section {
  padding: 0 0 0 2rem;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 991px) {
  .sec-content .tab-content section {
    padding: 0 10px;
  }
}
.sec-content .tab-content section.active {
  display: block;
  background: transparent;
  min-height: 165px;
}

footer .footer__top {
  background: #b43c3e;
  padding: 5rem 10%;
  position: relative;
}
@media screen and (max-width: 1745px) {
  footer .footer__top {
    padding: 5rem 3%;
  }
}
@media screen and (max-width: 1380px) {
  footer .footer__top .mb {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .footer__top .left {
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 1380px) {
  footer .footer__top .left {
    text-align: center;
  }
}
footer .footer__top .left h4 {
  padding-bottom: 10px;
  font-family: "Hind_SemiBold", sans-serif !important;
}
footer .footer__top .left ul {
  -webkit-padding-start: unset;
          padding-inline-start: unset;
  padding-top: 10px;
}
footer .footer__top .left ul li {
  display: inline-block;
  padding-right: 15px;
}
footer .footer__top .right {
  text-align: center;
  background: #bf9d3b;
  padding: 3.5rem;
  box-shadow: 15px 15px 14px -7px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: -45px;
  right: 10%;
  width: 100%;
}
@media screen and (max-width: 1380px) {
  footer .footer__top .right {
    position: unset;
    top: 0;
    right: 0;
    margin: 3rem auto 0;
    width: 32rem;
  }
}
@media screen and (max-width: 600px) {
  footer .footer__top .right {
    padding: 35px 15px;
    width: 100%;
  }
}
footer .footer__top .right h5 {
  margin-bottom: 20px;
}
footer .footer__top .right p {
  font-weight: 600;
}
footer .footer__bottom {
  padding: 1rem 10%;
}
@media screen and (max-width: 1745px) {
  footer .footer__bottom {
    padding: 1rem 5%;
  }
}
footer .footer__bottom h3 {
  font-style: italic;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  footer .footer__bottom h3 {
    text-align: center;
  }
}
#panel-ads {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  width: 100px;
}

#panel-ads .ads-list {
  background: white;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 15px;
  text-align: center;
}

#panel-ads .ads-list:last-child {
  border-bottom: 1px solid #ccc;
}

#panel-ads .ads-list .fas,
#panel-ads .ads-list .fab {
  font-size: 40px;
}

#panel-ads .ads-list .ads-text {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
}

#panel-ads .ads-list:hover {
  background: #b43c3e;
  border-color: #b43c3e;
}

#panel-ads .ads-list:hover .fas,
#panel-ads .ads-list:hover .fab,
#panel-ads .ads-list:hover .ads-text {
  color: white;
}

/**************************************
        Start: Responsive Layout
***************************************/
/*******************Media Query for Dekstop********************/
@media screen and (max-width: 1700px) {
  #change._header nav.navbar {
    float: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-toggler {
    display: block !important;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.collapse {
    display: none !important;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.collapsing {
    transition: height 0.5s ease-in-out 0.5s !important;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.collapsing .navbar-nav {
    height: 100%;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.collapsing .navbar-nav .nav-link {
    font-weight: 500;
    font-family: "Hind_SemiBold", sans-serif !important;
  }
}
@media screen and (max-width: 1700px) and (max-width: 1290px) {
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.collapsing .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1700px) {
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse.show {
    display: block !important;
  }
}
@media screen and (max-width: 1700px) {
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav {
    -ms-flex-direction: column;
        flex-direction: column;
    float: none !important;
    width: 100%;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav li {
    float: none;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
    background: #ffffff !important;
    text-align: left !important;
    padding: 0.5rem 1.5rem !important;
    opacity: 1 !important;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link:hover, #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link:active, #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link:focus {
    color: #747474 !important;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    left: 0 !important;
    opacity: 1 !important;
    margin-right: auto;
    width: 100%;
  }
  #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover, #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:active, #change._header nav.navbar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #747474 !important;
  }
}
@media (min-height: 300px) {
  #content nav .nav-tabs, #content .s-sidebar__trigger {
    position: -webkit-sticky;
    position: sticky;
    top: 13%;
  }
}
@media screen and (min-height: 300px) and (max-width: 991px) {
  #content nav .nav-tabs, #content .s-sidebar__trigger {
    top: 10%;
  }
}
@media screen and (min-height: 300px) and (max-width: 991px) and (max-width: 576px) {
  #content nav .nav-tabs, #content .s-sidebar__trigger {
    top: 8%;
  }
}
/*******************Media Query for Tablet********************/
@media (max-width: 991px) {
  .s-sidebar__trigger:hover + .nav.nav-tabs, .s-sidebar__trigger:active + .nav.nav-tabs, .s-sidebar__trigger:focus + .nav.nav-tabs {
    width: auto;
    display: block;
    margin-right: 20px;
  }
  .s-sidebar__trigger:hover + .nav.nav-tabs .nav-item, .s-sidebar__trigger:active + .nav.nav-tabs .nav-item, .s-sidebar__trigger:focus + .nav.nav-tabs .nav-item {
    width: 15em;
  }

  .sec-content .sticky-sidebar .nav-tabs:hover, .sec-content .sticky-sidebar .nav-tabs:active, .sec-content .sticky-sidebar .nav-tabs:focus {
    width: auto;
    display: block;
    margin-right: 20px;
  }
  .sec-content .sticky-sidebar .nav-tabs .nav-item:hover, .sec-content .sticky-sidebar .nav-tabs .nav-item:active, .sec-content .sticky-sidebar .nav-tabs .nav-item:focus {
    width: 15em;
  }
}
/*******************Media Query for Mobile********************/
/*******************Media Query for Small-Mobile********************/
/**************************************
        End: Responsive Layout
***************************************/

.truncate .truncate-text{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
}


/* masonry */
.masonry {
  column-count: 2;    /* 2 columns */
  column-gap: 1rem;   /* space between columns */
}

@media (max-width: 840px) {
    .masonry {
        column-count: 1 !important;
    }
}

.masonry img {
  width: 100%;
  display: block;
  margin-bottom: 1rem; /* vertical spacing */
}

/* static page */
.static-page .row {
    margin-bottom: 20px !important;
}
.static-page img {
    max-width: 100%;
    /* box-shadow: 10px 10px 30px -7px rgba(0, 0, 0, 0.35); */
}
.static-page div.middle {
    margin: auto !important;
}
.static-page div.center {
    text-align: center !important;
}
@media (max-width: 540px) {
    .static-page .col-12 {
        max-width: 100% !important;
    }
}