/** @format */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================

$font-default-family:   'Cabin', sans-serif;
$font-alternate-family:   'Roboto', sans-serif;
$font-secondary-family:   'Hind', sans-serif;

*/
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
h1 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h4 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h5 {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h6 {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

p {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-family: 'Sarabun', sans-serif;
  margin: 0;
}

.material-icons-round.danger {
  color: #ec4646;
}

.material-icons-round.success {
  color: #009eb3;
}

.material-icons-round.gray {
  color: #cccccc;
}

.material-icons-round.success-green {
  color: #00880d;
}

.color-danger {
  color: #ec4646 !important;
}

.color-success {
  color: #009eb3 !important;
}

.color-gray {
  color: #cccccc !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(209, 25, 28, 0.2),
      0px 0px 0px 0px rgba(230, 45, 49, 0.2);
    box-shadow: inset 0px 0px 0px 5px rgba(209, 25, 28, 0.2),
      0px 0px 0px 0px rgba(230, 45, 49, 0.2);
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(209, 25, 28, 0.4),
      0px 0px 0px 8px rgba(230, 45, 49, 0.2);
    box-shadow: inset 0px 0px 0px 3px rgba(209, 25, 28, 0.4),
      0px 0px 0px 8px rgba(230, 45, 49, 0.2);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(209, 25, 28, 0.2),
      0px 0px 0px 0px rgba(230, 45, 49, 0.2);
    box-shadow: inset 0px 0px 0px 5px rgba(209, 25, 28, 0.2),
      0px 0px 0px 0px rgba(230, 45, 49, 0.2);
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(209, 25, 28, 0.4),
      0px 0px 0px 8px rgba(230, 45, 49, 0.2);
    box-shadow: inset 0px 0px 0px 3px rgba(209, 25, 28, 0.4),
      0px 0px 0px 8px rgba(230, 45, 49, 0.2);
  }
}

.navbar-480,
.navigation-res {
  display: none;
}

.navbar-collapse-sevima-2 {
  display: none;
}

.navbar-collapse-sevima-1 {
  display: none;
}

.navbar-collapse-sevima-3 {
  display: none;
}

.navbar-collapse-sevima-4 {
  display: none;
}

.navbar-collapse-sevima-5 {
  display: none;
}

.toggle-responsive {
  display: block !important;
}

.nav-back {
  font-size: 2rem;
  color: #3949ab;
}

.nav-fix {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #f2f3f7;
}

.nav-fix .container {
  position: relative;
}

.nav-fix__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-fix__body__nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nopadding {
  padding: 0 0 0 0;
}

.hidden-1080 {
  display: none;
}

.hiden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

.btn-selengkapnya {
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  font-size: 16px;
  background-color: #e81115;
  border-radius: 50px;
  padding: 15px 35px 15px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-selengkapnya:hover {
  background: #120d2f;
  -webkit-box-shadow: 0px 12px 25px rgba(54, 54, 54, 0.25);
  box-shadow: 0px 12px 25px rgba(54, 54, 54, 0.25);
  text-decoration: none;
  color: #fff;
}

.btn-selengkapnya2 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  background-color: #f04a4a;
  border-radius: 50px;
  border: 0;
  padding: 15px 80px 15px 80px;
}

.btn-selengkapnya2:hover {
  text-decoration: none;
  background-color: #ca3030;
  color: #fff;
}

.btn-selengkapnya2:disabled {
  background-color: #f04a4a5d;
  cursor: wait !important;
}

.btn-ambil-promo {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  background-color: #3949ab;
  border-radius: 4px;
  border: 0;
  padding: 15px;
}

.btn-ambil-promo-wa {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  background-color: #27ae60;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  padding: 15px;
}

.btn-ambil-promo-wa:hover {
  color: #fff;
  text-decoration: none;
  background-color: #27ae60;
}

.btn-sevima {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vh;
  padding: 0.8125rem 1.875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}

.btn-sevima p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 600;
}

.btn-sevima p .material-icons-round {
  font-size: 0.875rem;
}

.btn-sevima.btn-sevima-primary {
  background-color: #e81115;
  border-color: #e81115;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
}

.btn-sevima.btn-sevima-primary p {
  color: #fff;
}

.btn-sevima.btn-sevima-primary:focus {
  background-color: #e81115;
  border: 1px solid transparent;
}

.btn-sevima.btn-sevima-primary:hover {
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.head-sevima {
  border-bottom: 1px solid rgba(12, 19, 37, 0.15);
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.head-sevima .left-content {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-sevima .left-content .promo-btn {
  background: #e81115;
  display: inline-block;
}

.head-sevima .left-content .promo-btn a {
  text-decoration: none;
  padding: 10px 14px;
  display: block;
  color: #fff;
  font-size: 1rem;
}

.head-sevima .left-content .promo-btn:hover {
  background: #2f4991;
}

.head-sevima .left-content .search-box {
  width: auto;
  position: relative;
  margin-left: 1rem;
}

.head-sevima .left-content .search-box input[type='text'] {
  width: 100%;
  padding: 0.6rem 1rem;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #9c9fa5;
}

.head-sevima .left-content .fa-search {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #9c9fa5;
}

.head-sevima .left-content .link-top {
  display: inline-block;
}

.head-sevima .left-content .link-top a {
  padding-left: 1rem;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  color: #9c9fa5;
}

.head-sevima .left-content .link-top a:hover {
  color: #2f4991;
}

.head-sevima .right-content {
  float: right;
}

.head-sevima .right-content .email {
  display: inline-block;
  padding: 10px 14px;
  border-right: 1px solid rgba(12, 19, 37, 0.15);
}

.head-sevima .right-content .email a {
  text-decoration: none;
  color: #9c9fa5;
  font-size: 1rem;
}

.head-sevima .right-content .email a:hover {
  color: #2f4991;
}

.head-sevima .right-content .link-sosmed {
  display: inline-block;
}

.head-sevima .right-content .link-sosmed a {
  color: #9c9fa5;
  font-size: 1rem;
}

.head-sevima .right-content .link-sosmed a:hover {
  color: #3949ab;
}

.header {
  border-bottom: 1px solid rgba(12, 19, 37, 0.15);
  padding: 0.5rem 0;
  background: #fff;
}

.header .navbar {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  padding: 0;
}

.header .navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.header .navbar .nav-item {
  margin-right: 0.8rem;
}

.header .navbar .nav-item a {
  font-weight: 500;
  color: #0c1325;
}

.header .navbar .nav-item a:hover {
  color: #3949ab;
}

.header .navbar .nav-item .dropdown-produk {
  padding: 0;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  right: 0;
  top: 3rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border: 1px solid #d7ddf0;
}

.header .navbar .nav-item .dropdown-produk .produk {
  padding: 20px;
}

.header .navbar .nav-item .dropdown-produk h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.header .navbar .nav-item .dropdown-produk a {
  text-decoration: none;
  font-weight: 500;
}

.header .navbar .nav-item .dropdown-produk .card {
  font-family: 'Exo', sans-serif;
  min-height: 120px;
  padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.header .navbar .nav-item .dropdown-produk .card p {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}

.header .navbar .nav-item .dropdown-produk .card:hover {
  border: 1px solid #ad193c;
}

.header .navbar .nav-item .dropdown-produk img {
  height: auto;
  width: 100px;
  margin-bottom: 10px;
}

.header .navbar-brand img {
  height: 50px;
}

.header .navbar-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-right .icons {
  display: inline-block;
  width: 60px;
  cursor: pointer;
}

.header .navbar-right .icons i {
  font-size: 40px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .navbar-right .icons span {
  display: block;
  text-align: center;
  padding: 9px;
  color: white;
  border-radius: 3px;
  position: absolute;
  bottom: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}

.header .navbar-right .icons span:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  bottom: 28px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.header .navbar-right .icons span.email,
.header .navbar-right .icons span.email:before {
  background: #eb1c14;
}

.header .navbar-right .icons span.wa,
.header .navbar-right .icons span.wa:before {
  background: #0dc152;
}

.header .navbar-right .icons:hover > span {
  opacity: 1;
}

.header .navbar-right img.gbr-icon {
  height: 40px;
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .header .navbar-right {
    display: none;
  }
}

.header .btn-wa {
  padding-left: 1rem;
}

.header .btn-wa .uil-whatsapp {
  font-size: 2rem;
  color: #0f2440;
}

.header .btn-wa .uil-whatsapp:hover {
  color: #0dc152;
}

.header .btn-email {
  padding-left: 1rem;
}

.header .btn-email .uil-envelope {
  font-size: 2rem;
  color: #0f2440;
}

.header .btn-email .uil-envelope:hover {
  color: #e81115;
}

.header a:hover {
  text-decoration: none;
}

#section-footer .footer-location {
  padding: 1rem 2rem 100px 2rem;
  color: #fff;
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
}

#section-footer .footer-location .pattern-border {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #0f2c7e;
  border-top-right-radius: 6.25rem;
}

@media (max-width: 767.98px) {
  #section-footer .footer-location .pattern-border {
    top: 0;
    border-top-right-radius: 0;
  }
}

#section-footer .footer-location .pattern-border img {
  padding-top: 2.75rem;
  padding-left: 2rem;
}

#section-footer .footer-location .konten-text {
  position: relative;
}

@media (max-width: 767.98px) {
  #section-footer .footer-location .konten-text {
    top: 100px;
  }
}

#section-footer .footer-location .konten-text h6 {
  padding: 1rem 0;
  line-height: 2;
}

#section-footer .footer-location .konten-text .link-maps {
  padding: 0.25rem 0 1rem;
  text-decoration: underline;
}

#section-footer .footer-location .konten-text .link-maps a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

#section-footer .footer-location .konten-text .link-maps a:hover {
  color: #fff;
}

#section-footer .footer-location .konten-text ul {
  list-style: none;
  padding-left: 0;
}

#section-footer .footer-location .konten-text li {
  padding-bottom: 0.5rem;
  vertical-align: middle;
  color: #fff;
}

#section-footer .footer-location .konten-text li a {
  color: #fff;
}

#section-footer .footer-location .konten-text li i {
  margin-right: 0.75rem;
  font-size: 1.5rem;
}

#section-footer .footer-list {
  background-color: #3949ab;
  padding: 4.1rem 1rem 1rem;
}

#section-footer .footer-list .list-link {
  margin: 0 auto;
}

#section-footer .footer-list .list-link h6 {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
}

#section-footer .footer-list .list-link ul {
  list-style: none;
  padding-left: 0;
}

#section-footer .footer-list .list-link li {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

#section-footer .footer-list .list-link li a {
  color: rgba(255, 255, 255, 0.8);
}

#section-footer .footer-list .list-link li a:hover {
  color: #fff;
}

#section-footer .footer-list .bottom-footer {
  margin: 0;
  padding-bottom: 5rem;
  padding-top: 1rem;
  color: #fff;
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#section-footer .footer-list .bottom-footer .icon-medsos {
  text-align: right;
}

#section-footer .footer-list .bottom-footer .icon-medsos img {
  margin-right: 1rem;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Sarabun', sans-serif;
  scroll-behavior: smooth;
}

@media (max-width: 767.98px) {
  html {
    font-size: 15px;
  }
}

.indexcity {
  z-index: 9999 !important;
}

.right {
  right: 0 !important;
  left: 0 !important;
}

.play-video {
  color: #fff;
  margin-left: 20px;
}

.play-video:hover,
.play-video:active,
.play-video:visited,
.play-video:link {
  color: #fff;
  text-decoration: none;
}

.nav-text {
  font-size: 18px;
  margin-left: 5px;
}

.border-red {
  border-bottom: 8px solid #f14a4b;
  width: 80px;
}

.img-hidden {
  display: none !important;
}

.img-hidden img {
  width: 100%;
  height: auto;
}

.maps-form {
  padding-left: 0;
}

.form-kontak input {
  border-radius: 0 !important;
  height: 40px;
}

.form-kontak textarea {
  border-radius: 0 !important;
}

.form-kontak select {
  border-radius: 0 !important;
  height: 40px;
}

.form-kontak label {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
}

.form-kontak .wp-select2 {
  width: 100%;
  height: 40px;
  border-radius: 0 !important;
}

.form-kontak .select2-container {
  width: 100% !important;
}

.form-kontak .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
}

.form-kontak
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  color: #495057;
}

.form-kontak .select2-container--disabled .select2-selection__rendered {
  background: #f5f5f5;
}

.form-kontak .select2-container--default .select2-selection--single {
  color: #495057;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.form-kontak
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.form-kontak
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

/*BERITA CAMPUSPEDIA*/
.card-berita-campuspedia {
  padding: 10px 24px;
  font-family: 'Cabin', sans-serif;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #d7ddf0;
  margin-bottom: 20px;
}

.card-berita-campuspedia h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
}

.card-berita-campuspedia .wp_rss_retriever ul {
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;
}

.card-berita-campuspedia
  .wp_rss_retriever
  .wp_rss_retriever_item
  a.wp_rss_retriever_title {
  display: block;
  margin-bottom: 0.5em;
  color: #000;
  margin-left: 0;
  font-size: 18px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
}

.card-berita-campuspedia
  .wp_rss_retriever
  .wp_rss_retriever_item
  a.wp_rss_retriever_readmore {
  display: block;
}

.card-berita-campuspedia .wp_rss_retriever .wp_rss_retriever_metadata {
  display: none;
}

.card-berita-campuspedia .wp_rss_retriever_image img.portrait {
  border-radius: 5px;
}

.card-berita-campuspedia .wp_rss_retriever ul:before,
.card-berita-campuspedia .wp_rss_retriever ul:after,
.card-berita-campuspedia .wp_rss_retriever_metadata:before,
.card-berita-campuspedia .wp_rss_retriever_metadata:after,
.card-berita-campuspedia .wp_rss_retriever_container:before,
.card-berita-campuspedia .wp_rss_retriever_container:after,
.card-berita-campuspedia .wp_rss_retriever_item_wrapper:before,
.card-berita-campuspedia .wp_rss_retriever_item_wrapper:after {
  display: none;
}

.card-berita-campuspedia .card-konten-camp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
}

#sevima-footer {
  background: #ebeff7;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#sevima-footer .img-logo {
  height: 50px;
}

#sevima-footer .footer-item tr {
  vertical-align: middle;
}

#sevima-footer .footer-item tr td {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}

#sevima-footer .footer-item tr td.konten {
  padding-left: 0.75rem;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  #sevima-footer .footer-item .footer-item {
    margin-bottom: 1.5rem;
  }
  #sevima-footer .footer-item tr td.konten {
    font-size: 0.7rem;
  }
}

#sevima-footer .footer-item .menu-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#sevima-footer .footer-item ul.footer-menu {
  list-style-type: none;
  padding-left: 0;
}

#sevima-footer .footer-item ul.footer-menu li {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

#sevima-footer .footer-item ul.footer-menu li i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
  font-weight: 600;
}

#sevima-footer .footer-item ul.footer-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sevima-footer .footer-item ul.footer-menu li a img {
  height: 25px;
  margin-right: 0.75rem;
}

#sevima-footer .footer-item ul.footer-menu li a:hover {
  color: #000;
}

#bottom-footer .media-sosial {
  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;
}

@media (max-width: 767.98px) {
  #bottom-footer .media-sosial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #bottom-footer .kiri {
    padding-top: 1rem;
  }
}

#bottom-footer .kiri .list-media-sosial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bottom-footer .kiri .list-media-sosial a {
  margin-right: 0.75rem;
  text-decoration: none;
}

#bottom-footer .kiri .list-media-sosial img {
  cursor: pointer;
}

/* BERITA */
.bg-grey {
  background-color: #f8f8f8;
}

.bg-grey2 {
  background-color: #f1f3fa;
}

#berita-baru {
  padding-top: 15px;
}

.berita-kiri {
  position: relative;
  margin-bottom: 15px;
}

.berita-kiri:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3954a5),
    to(rgba(0, 47, 75, 0.2))
  );
  background-image: linear-gradient(to right, #3954a5, rgba(0, 47, 75, 0.2));
  opacity: 0.9;
  border-radius: 5px;
}

.berita-kiri img {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.berita-kiri .title {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
}

.berita-kiri .title a h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  word-break: keep-all;
  display: block;
  line-height: 32px;
}

.berita-kiri .title a:hover {
  text-decoration: none;
}

.title .date i,
.title .date p {
  font-size: 14px;
  display: inline-block;
}

.title h5 {
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #f04a4a;
  margin-bottom: -5px;
}

.title .date p {
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}

.berita-kanan {
  position: relative;
  margin-bottom: 15px;
  margin-left: -15px;
}

.berita-kanan:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3954a5),
    to(rgba(0, 47, 75, 0.2))
  );
  background-image: linear-gradient(to right, #3954a5, rgba(0, 47, 75, 0.2));
  opacity: 0.9;
  border-radius: 5px;
}

.berita-kanan img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 5px;
}

.berita-kanan .title {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
}

.berita-kanan .title a h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  word-break: keep-all;
  display: block;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.berita-kanan .title a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .nav-fix__body__nav-list {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (min-width: 1025px) {
  .nav-fix__body__nav-list {
    position: unset;
  }
}

.card-berita {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 2rem;
  border: 1px solid #d7ddf0;
}

.card-berita h3 {
  font-size: 22px;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.title-berita a h4 {
  font-size: 20px;
  color: #1d1d1b;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.title-berita a:hover {
  text-decoration: none;
}

.title-berita i {
  display: inline-block;
  font-size: 14px;
  color: #828282;
}

.title-berita p {
  display: inline-block;
  font-size: 14px;
  color: #828282;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}

.desc-berita {
  margin-top: -10px;
  font-size: 16px;
  color: #1d1d1b;
  font-family: 'Sarabun', sans-serif;
}

.desc-berita p {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-berita img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-berita {
  /*display: none;*/
  margin-bottom: 30px !important;
}

.card-pencarian {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  margin-left: -15px;
  margin-bottom: 20px;
}

.card-pencarian h3 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.form-search input,
.form-search button {
  border-radius: 0;
  height: 40px;
}

.card-kategori {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  margin-left: -15px;
  margin-bottom: 20px;
}

.card-kategori h3 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.list-kategori p {
  background-color: #f04a4a;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize !important;
}

.list-kategori p a {
  color: #fff;
}

.list-kategori p a:hover {
  text-decoration: none;
}

.card-berita-kanan {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  margin-left: -15px;
  margin-bottom: 20px;
}

.card-berita-kanan h3 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.card-berita-kanan img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-berita-kanan a h4 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  margin-left: -15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-berita-kanan a:hover {
  text-decoration: none;
}

.berita-populer {
  margin-bottom: 20px;
}

#loadmore {
  border: none;
  outline: none;
}

.disabled {
  background-color: #f98b8b !important;
}

.list-iklan img {
  width: 99%;
  height: auto;
  margin-bottom: 15px;
}

.card-iklan {
  margin-left: -15px;
  margin-bottom: 10px;
  padding: 0 0 0 0;
}

.berita-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 25px;
}

.berita-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.berita-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.berita-item h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.berita-item a:hover {
  text-decoration: none;
}

#single-berita {
  padding-top: 15px;
  padding-bottom: 6rem;
}

.card-detail-berita {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #d7ddf0;
  margin-bottom: 20px;
}

.title-detail-berita {
  padding: 10px 60px;
}

.title-detail-berita h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 40px;
  margin-bottom: 20px;
}

.tag a {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 10px;
  background: #f04a4a;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize !important;
}

.tag a:hover {
  text-decoration: none;
}

.title-detail-berita .date i {
  font-size: 14px;
  display: inline-block;
  color: #828282;
}

.title-detail-berita .date p {
  font-size: 14px;
  display: inline-block;
  color: #828282;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  color: #828282;
}

.content-detail-berita {
  font-family: 'Sarabun', sans-serif;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 4rem;
  font-size: 19px !important;
  line-height: 28px;
}

.content-detail-berita p {
  line-height: 2;
  margin-bottom: 32px;
}

.thumbnail-detail-karir img {
  width: 200px;
  height: 200px;
  margin-left: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnail-detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-detail-berita img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.thumbnail-detail {
  margin-top: 20px;
  padding: 0 !important;
}

.baca-juga {
  padding: 10px 60px;
}

.baca-juga h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.baca-content img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1rem;
}

.baca-content a {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  /*	text-overflow: ellipsis;
        overflow:hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
}

.baca-content a:hover {
  text-decoration: none;
  color: #3954a5;
}

.baca-content p {
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  color: #adadad;
}

.line-hr {
  border-bottom: 0.5px solid #e0e0e0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.next-back {
  padding: 0px 60px 50px 60px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.next-back .left {
  display: inline-block;
  text-align: left;
}

.next-back .right {
  display: inline-block;
  float: right;
}

.card-berita-terkait {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 5px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  overflow: hidden;
}

.card-berita-terkait h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.berita-terkait {
  text-align: center;
}

.card-komentar {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  overflow: hidden;
}

.card-komentar h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.iklan-sevima img {
  width: 100%;
  height: auto;
  padding: 10px 60px 30px 60px;
}

#karir {
  padding-top: 2rem;
}

.card-karir {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 1.5rem 1.8rem;
  margin-bottom: 20px;
  border: 2px solid #d7ddf0;
  overflow: hidden;
}

.card-karir h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #000;
}

.card-karir p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.2rem;
}

.foto-tim {
  margin-top: 50px;
}

.foto-tim img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 10px 0px #ccc;
  box-shadow: 2px 2px 10px 0px #ccc;
}

.bekerja-di-sevima {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bekerja-di-sevima h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
}

.kerjasevima {
  margin-top: 40px;
}

.kerjasevima h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 30px;
  color: #000;
  margin-top: 0;
}

.kerjasevima p {
  font-size: 1rem;
}

.lowongan-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 2rem;
  position: absolute;
  bottom: 2rem;
  width: 89%;
}

.card-lowongan {
  width: 100%;
  height: 380px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 2px 2px 10px 0px #e8e8e8;
  box-shadow: 2px 2px 10px 0px #e8e8e8;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.lowongan-tersedia h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.card-lowongan h4 {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #595959;
}

.card-lowongan p {
  font-size: 1rem;
  margin-top: 1rem;
  font-family: 'Sarabun', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-lowongan .location p {
  color: #595959;
}

.btn-karir {
  display: block;
  width: 100%;
  height: auto;
  padding: 18px;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  background-color: #3949ab;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.btn-karir:hover {
  text-decoration: none;
  color: #fff;
}

.team-sevima h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 10px;
  color: #000;
}

.team-sevima img {
  width: 150px !important;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.team-sevima .item p {
  font-size: 1rem;
}

.team-sevima h3 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-sevima span {
  font-size: 18px;
  color: #3954a5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.team-sevima p {
  font-size: 1.2rem;
  margin-top: 15px;
}

/* PORTOFOLIO */
#kisah-sukses {
  padding-top: 80px;
  padding-bottom: 80px;
}

#kisah-sukses .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#kisah-sukses .heading span {
  font-size: 24px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  color: #ee2326;
}

#kisah-sukses .heading h3 {
  margin-top: 0;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

#kisah-sukses .heading p {
  font-size: 20px;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.6;
  color: #000;
  opacity: 0.7;
}

#kisah-sukses a {
  text-decoration: none;
}

#kisah-sukses .card {
  border: none;
  background-color: #fff;
}

#kisah-sukses .card img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#kisah-sukses .card .card-title {
  font-family: 'Poppins', sans-serif;
  color: #0c1325;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#kisah-sukses .card .card-title:hover {
  color: #3949ab;
  cursor: pointer;
}

#kisah-sukses .card .card-footer {
  background-color: #fff;
}

#kisah-sukses .card p {
  font-family: 'Hind', sans-serif;
  color: #1d1d1b;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#kisah-sukses .owl-theme .custom-nav {
  position: absolute;
  left: 50px;
  right: 50px;
}

#kisah-sukses .owl-theme .custom-nav img {
  height: 25px;
  opacity: 0.5;
}

#kisah-sukses .owl-theme .custom-nav .owl-prev,
#kisah-sukses .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#kisah-sukses .owl-theme .custom-nav .owl-prev {
  top: -350px;
  left: 0;
}

#kisah-sukses .owl-theme .custom-nav .owl-next {
  top: -350px;
  right: 0;
}

#kisah-sukses .owl-theme .owl-dots {
  margin-top: 2rem;
}

.card-kisah-sukses {
  width: 100%;
  height: auto;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
}

.card-kisah-sukses img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-kisah-sukses .date p {
  font-size: 18px;
  color: #000;
  opacity: 0.7;
  font-family: 'Sarabun', sans-serif;
  padding: 20px 20px 0px 20px;
}

.card-kisah-sukses h3 {
  padding: 0px 20px 20px 20px;
}

.card-kisah-sukses h3 > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}

#studi-kasus {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

#studi-kasus .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#studi-kasus .heading span {
  font-size: 24px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  color: #ee2326;
}

#studi-kasus .heading h3 {
  margin-top: 0;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

#studi-kasus .heading p {
  font-size: 20px;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.6;
  color: #000;
  opacity: 0.7;
}

.well-custom {
  margin-top: 30px;
  padding: 40px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.well-custom h3 > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.well-custom p {
  font-size: 18px;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.6;
  color: #000;
  opacity: 0.7;
  padding-right: 20px;
  margin-top: 15px;
}

.well-custom img {
  width: 100%;
  height: auto;
  padding: 10px;
}

#klien-kami {
  padding-top: 80px;
  padding-bottom: 8rem;
}

#klien-kami .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#klien-kami .heading span {
  font-size: 24px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  color: #ee2326;
}

#klien-kami .heading h3 {
  margin-top: 0;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

#klien-kami .heading p {
  font-size: 20px;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.6;
  color: #000;
  opacity: 0.7;
}

#klien-kami .tab-head {
  cursor: pointer;
}

/* Unduhan */
.nav-menu {
  color: #a4a4a4 !important;
  margin-top: 50px;
  margin-bottom: 40px;
}

#klien-kami {
  width: 100%;
}

#klien-kami .nav-pills {
  font-family: 'Sarabun', sans-serif;
  font-size: 18px !important;
  width: 100%;
}

#klien-kami .nav-pills .nav-item a {
  color: #999999;
}

#klien-kami .nav-pills .nav-link.active,
#klien-kami .nav-pills .show > .nav-link {
  background: transparent;
  color: #ee2326;
  border-radius: 0;
  font-weight: 600;
  border-bottom: 2px solid #ee2326;
}

.content-porto img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  margin-top: 15px;
}

/* CONTACT WA */
#contact-wa {
  overflow: hidden;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 15px 20px 20px 20px;
  background-color: #13990a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#25d319),
    to(#137a0c)
  );
  background: linear-gradient(to right, #25d319, #137a0c);
}

#contact-wa img {
  width: 100px;
  height: 100px;
  height: auto;
}

#contact-wa span {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

#contact-wa h3 {
  font-family: 'Sarabun', sans-serif;
  font-size: 15px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}

#contact-wa a {
  height: auto;
  border-radius: 5px;
  padding: 10px 16px;
  background-color: #fff;
  color: #13990a;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#contact-wa a:hover {
  background-color: #137a0c;
  color: #fff;
}

/* TENTANG SEVIMA */
#bg-tentang {
  margin-bottom: 100px;
}

#bg-tentang img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

#sepertiapa-sevima h3 {
  text-align: center;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 50px;
}

.siapa-sevima img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.siapa-sevima .content {
  margin-top: 60px !important;
  margin-bottom: 50px !important;
}

.siapa-sevima h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

.siapa-sevima p {
  font-family: 'Sarabun', sans-serif;
  font-size: 18px;
  color: #000;
  opacity: 0.7;
}

#motto {
  padding-bottom: 3rem;
}

#visi-misi {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}

#visi-misi ol {
  padding-left: 1em;
}

#visi-misi h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

#visi-misi ol > li {
  font-family: 'Sarabun', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  opacity: 0.7;
}

#visi-misi p {
  font-size: 18px;
  font-family: 'Sarabun', sans-serif;
  color: #000;
  opacity: 0.7;
}

.mt-24 {
  margin-top: -250px;
}

.motto {
  width: 100%;
  height: auto;
  background-color: #3954a5;
  border-radius: 10px;
  padding: 100px 40px;
  margin-top: -100px;
  margin-bottom: 100px;
}

.motto h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.motto p {
  font-family: 'Sarabun', sans-serif;
  font-size: 18px;
  color: #fff;
}

/*pagination*/
.pagination {
  margin-top: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3754a4;
  border-color: #3754a4;
  border-radius: 6px;
  -webkit-box-shadow: 5px 7px 15px rgba(55, 84, 164, 0.25);
  box-shadow: 5px 7px 15px rgba(55, 84, 164, 0.25);
}

.page-link {
  color: #0f2440;
  border: none;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/*SALES PARTNER*/
#asp {
  padding-top: 50px;
  padding-bottom: 50px;
}

#asp h3 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

#asp p {
  font-size: 20px;
  color: #b8b8b8;
  text-align: center;
  margin-bottom: 50px;
}

.card-asp {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(199, 199, 199, 0.25);
  box-shadow: 0px 4px 8px rgba(199, 199, 199, 0.25);
  border-radius: 5px;
  margin-bottom: 20px;
}

.card-asp img {
  width: 120px;
  height: 120px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 2px 4px #d1ddff;
  box-shadow: 0px 2px 4px #d1ddff;
  border-radius: 5px !important;
  margin-top: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-asp h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-asp span {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #f13a3c;
  font-size: 18px;
}

.btn-partner {
  margin-top: 40px;
  width: 100%;
  background-color: #4c72e4;
  color: #fff;
  font-size: 18px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px;
}

.btn-partner:hover {
  background-color: #365cd0;
}

#single-asp {
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-asp {
  position: relative;
  z-index: 0;
}

.single-asp .img-bg {
  width: 100%;
  height: auto;
  z-index: 1;
}

.img-sales-partner {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 17%;
  text-align: center;
}

.left-name {
  float: left;
  max-width: 60%;
}

.left-name h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #27316f;
  font-size: 30px;
  margin-left: 20px;
  line-height: 1.4;
}

.left-name p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #f13a3c;
  font-size: 24px;
  margin-left: 20px;
}

.img-qr {
  width: 20%;
  height: 20%;
  position: relative;
  right: 7%;
  bottom: 20%;
  float: right;
}

.img-qr img {
  width: 100%;
  height: auto;
}

.information-partner {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20%;
}

#hero-promo {
  background: url('../img/bg-promo.png');
  -o-object-fit: cover;
  object-fit: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 400px;
  padding: 1.5rem;
}

#hero-promo .desc {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#hero-promo .image-hero img {
  width: 50%;
  height: auto;
}

#hero-promo .desc h3 {
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

#hero-promo .desc label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  color: #3949ab;
}

#hero-promo .desc p {
  font-size: 18px;
  color: #fff;
  font-family: 'Sarabun', sans-serif;
}

/* hero baru  */
#upper .desk {
  padding-top: 3rem;
  text-align: center;
}

/* #upper .image-upper img {
	display: none;
} */
/* #upper {
}



#upper {
	background: url('../img/bg-promo.png');
	-o-object-fit: cover;
	object-fit: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 100px;
	padding: 0rem;
} */

#upper .desk {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#upper .image-upper img {
	max-width: 100%;
	max-height: 100%;
}

#upper .desk h3 {
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 100px;
  color: #fff;
}

#upper .desk label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  color: #3949ab;
}

#upper .desk p {
  font-size: 18px;
  color: #fff;
  font-family: 'Sarabun', sans-serif;
}
/* hero baru end */
#hero-mitra {
  background: url('../img/bg-promo.png');
  -o-object-fit: cover;
  object-fit: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 400px;
  padding: 1.5rem;
}

#hero-mitra a {
  text-decoration: underline;
}

#hero-mitra a:hover {
  font-weight: bold;
}

#breadcrumb {
  color: white;
}

.card-promo {
  background: #ffffff;
  border: 1px solid rgba(12, 19, 37, 0.1);
  border-radius: 4px;
  width: 100%;
}

#promo {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.card-promo {
  margin-bottom: 2rem;
}

.card-promo img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card-promo .head {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.card-promo .head label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3949ab;
  margin-bottom: 5px;
}

.card-promo .head h3 {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-promo .desc {
  padding: 20px 20px 10px 20px;
}

.card-promo .desc label {
  color: rgba(12, 19, 37, 0.5);
}

.card-promo .desc h4 {
  margin-top: 0;
  color: #0c1325;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.card-promo .button {
  padding: 0px 10px 20px 10px;
}

.card-promo .btn-promo {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  background: #3949ab;
  border-radius: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.card-promo .btn-disabled {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
  background: #6e6e6e;
  border-radius: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.card-promo .btn-promo:hover {
  background-color: #2e4c9f;
}

.img-disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#single-promo {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.card-single {
  width: 100%;
}

.card-single .title h3 {
  margin-top: 10px;
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
}

.card-single .thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.card-single .nav-bread {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.nav-bread p {
  display: inline-block;
}

.nav-bread .active {
  color: #3949ab;
}

.content-promo {
  max-width: 100%;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: rgba(12, 19, 37, 0.6);
  line-height: 1.6;
}

.card-single .sub-content {
  margin-top: 2rem;
}

.card-single .sub-content label {
  color: rgba(12, 19, 37, 0.5);
}

.card-single .sub-content h4 {
  margin-top: 0;
  color: #0c1325;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.tiket-promo-res {
  display: none;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.tiket-promo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-size: 100%;
  background-image: url('../img/tiket.png');
  -webkit-filter: drop-shadow(0px 4px 30px rgba(137, 145, 166, 0.25));
  filter: drop-shadow(0px 4px 30px rgba(137, 145, 166, 0.25));
  height: 120px;
  background-repeat: no-repeat;
}

.tiket-promo h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 2.5rem 0 0 3rem;
}

.tiket-promo-res h3 {
  line-height: 1.4;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.tiket-promo-res .kode-kupon {
  margin-top: 1.5rem;
}

.kode-kupon {
  margin-top: 2.5rem;
  background: #f1f3fa;
  width: 85%;
  font-size: 1.1em;
  color: #3949ab;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 8px 8px 8px 10px;
  display: inline-block;
  border: 2px dashed #a4b4e1;
  border-radius: 4px;
}

.kode-kupon label {
  display: block;
  font-size: 14px;
  color: rgba(12, 19, 37, 0.3);
  margin-bottom: 0;
}

#single-promo .syarat-ketentuan {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.syarat-ketentuan .panel-default {
  text-decoration: none;
  background: rgba(194, 208, 252, 0.33);
  border: 1px solid #cad2e9;
  border-radius: 8px;
  margin-bottom: 2rem;
  color: #0c1325;
}

.syarat-ketentuan .panel-heading {
  text-decoration: none;
  background: rgba(194, 208, 252, 0.33);
  border: none;
  padding: 20px;
  color: #0c1325;
}

.syarat-ketentuan .panel-heading a {
  width: 100%;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.inputcode {
  width: 100%;
}

.tabs-code {
  padding-left: 0;
  width: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
  list-style: none;
}

.tabs-code .tabs-item {
  display: table-cell;
}

.tabs-code .tabs-item .tabs-link {
  display: block;
}

.tabs-code a {
  font-size: 16px;
  padding: 1.7em;
  background-color: #f1f3fa;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.tabs-code a:hover {
  background-color: #e81115;
  color: #fff;
}

.primary-code {
  border-radius: 4px;
  overflow: hidden;
}

li.active-fitur > a.tabs-link {
  background-color: #e81115 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
}

.detail-tabs {
  display: none;
  margin-top: 2rem;
}

.btn-merah {
  background: #e81115;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.2rem;
  width: auto;
  font-family: 'Poppins', sans-serif;
  padding: 18px 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-merah:hover {
  background: #120d2f;
  -webkit-box-shadow: 0px 12px 25px rgba(54, 54, 54, 0.25);
  box-shadow: 0px 12px 25px rgba(54, 54, 54, 0.25);
  color: #fff;
}

.card-info-menarik {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  margin-left: -15px;
  margin-bottom: 20px;
}

#hero-image-sevima {
  width: 100%;
  height: 85vh;
  margin-bottom: 5rem;
  background: url('../img/header/bg-header.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

#hero-image-sevima a {
  text-decoration: none;
  color: #0b1a43;
}

#hero-image-sevima a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #2962ff;
  text-decoration-color: #2962ff;
}

#hero-image-sevima h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #e81115;
}

#hero-image-sevima h1 {
  font-size: 52px;
  line-height: 63px;
  text-transform: uppercase;
  color: #0b1a43;
}

#hero-image-sevima p {
  padding-top: 0.75rem;
  font-size: 18px;
  line-height: 29px;
  color: #878c9b;
}

#hero-image-sevima .btn-primary {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  background: #2962ff;
  color: #fff;
  margin: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hero-image-sevima .btn-primary:hover {
  -webkit-box-shadow: 0px 14px 20px rgba(41, 98, 255, 0.15);
  box-shadow: 0px 14px 20px rgba(41, 98, 255, 0.15);
  border-radius: 4px;
  text-decoration: none;
}

#hero-image-sevima .btn-secondary {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  color: #0b1a43;
  background: #ffffff;
  border: 1.5px solid #cfd2db;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hero-image-sevima .btn-secondary:hover {
  border: 1.5px solid #2962ff;
  text-decoration: none;
}

#hero-image-sevima .greeting img {
  width: auto !important;
}

#hero-image-sevima .owl-carousel .owl-nav .owl-prev,
#hero-image-sevima .owl-carousel .owl-nav .owl-next {
  font-size: 3rem;
  margin: 1rem;
}

#hero-image-sevima .owl-carousel .owl-dot {
  font-size: 3rem;
  margin: 1rem;
}

#hero-image-sevima .owl-carousel .owl-nav {
  position: absolute;
  top: 100px;
}

#hero-image-sevima .owl-theme {
  z-index: 100;
}

#hero-image-sevima .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#hero-image-sevima .owl-theme .custom-nav .owl-prev,
#hero-image-sevima .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#hero-image-sevima .owl-theme .custom-nav .owl-prev i,
#hero-image-sevima .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #0c1325;
}

#hero-image-sevima .owl-theme .custom-nav .owl-prev {
  left: 0;
}

#hero-image-sevima .owl-theme .custom-nav .owl-next {
  right: 0;
}

#hero-image-sevima .card-body {
  padding: 1rem;
}

#hero-image-sevima .kolom1 {
  margin-left: auto;
}

#hero-image-sevima .kolom1 img {
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-image-sevima .kolom1 .card .card-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #0b1a43;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

#hero-image-sevima .kolom1 .card .card-text,
#hero-image-sevima .kolom1 .card .info-tanggal {
  padding-top: 0;
}

#hero-image-sevima .kolom1 .card p.info-tanggal {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #7d89aa;
}

#hero-image-sevima .kolom2 img {
  height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-image-sevima .kolom2 .card {
  min-height: 310px;
}

#hero-image-sevima .kolom2 .card .card-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0b1a43;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

#hero-image-sevima .kolom2 .card .card-text,
#hero-image-sevima .kolom2 .card .info-tanggal {
  padding-top: 0;
}

#hero-image-sevima .kolom2 .card p.info-tanggal {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #7d89aa;
}

#hero-image-sevima .kolom3 h6 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

#hero-image-sevima .kolom3 .card {
  margin: 0.5rem 0;
  border: 0px;
  background: none;
  min-height: 140px;
}

#hero-image-sevima .kolom3 .card img {
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-image-sevima .kolom3 .card h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0b1a43;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

#hero-image-sevima .kolom3 .card p.info-tanggal {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #7d89aa;
}

#hero-image-sevima .card-blue {
  position: relative;
  background: #ffffff;
  border: 1px solid #f1f3fa;
  padding: 1.3rem;
  -webkit-box-shadow: 0px 4px 80px rgba(49, 76, 111, 0.2);
  box-shadow: 0px 4px 80px rgba(49, 76, 111, 0.2);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  width: 254px;
}

#hero-image-sevima .card-blue:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #3949ab),
    color-stop(25%, #718ad0),
    color-stop(50%, #5875c7),
    color-stop(50%, #a4b4e1),
    color-stop(75%, #4061bd)
  );
  background: linear-gradient(
    to right,
    #3949ab 25%,
    #718ad0 25%,
    #5875c7 50%,
    #a4b4e1 50%,
    #4061bd 75%
  );
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero-image-sevima .card-blue h3 {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  color: #3949ab;
  font-weight: bold;
}

#hero-image-sevima .card-blue p {
  font-family: 'Sarabun', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0b1a43;
  margin-bottom: 5px;
}

#hero-image-sevima .card-blue .link {
  position: relative;
}

#hero-image-sevima .card-blue .link .ribbon-red {
  border-bottom: 8px solid #a4b4e1;
  position: absolute;
  right: 26px;
  z-index: 1;
  top: 21px;
}

#hero-image-sevima .card-blue .link a {
  z-index: 2;
  position: relative;
  float: right;
  text-decoration: none;
  color: #3949ab;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  -webkit-transition: margin-right 500ms;
  transition: margin-right 500ms;
}

#hero-image-sevima .card-blue .link a i {
  font-size: 1.3rem;
}

#hero-image-sevima .card-blue .link a:hover {
  color: #1f3779;
  margin-right: -10px;
}

#hero-image-sevima .card-red {
  position: relative;
  background: #ffffff;
  border: 1px solid #f1f3fa;
  padding: 1.3rem;
  -webkit-box-shadow: 0px 4px 80px rgba(49, 76, 111, 0.2);
  box-shadow: 0px 4px 80px rgba(49, 76, 111, 0.2);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  width: 254px;
}

#hero-image-sevima .card-red:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #e81115),
    color-stop(25%, #f68385),
    color-stop(50%, #f46365),
    color-stop(50%, #fbc2c3),
    color-stop(75%, #f46365)
  );
  background: linear-gradient(
    to right,
    #e81115 25%,
    #f68385 25%,
    #f46365 50%,
    #fbc2c3 50%,
    #f46365 75%
  );
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero-image-sevima .card-red h3 {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#hero-image-sevima .card-red p {
  font-family: 'Sarabun', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0b1a43;
  margin-bottom: 5px;
}

#hero-image-sevima .card-red .link {
  position: relative;
}

#hero-image-sevima .card-red .link .ribbon-red {
  border-bottom: 8px solid #fbc2c3;
  position: absolute;
  right: 26px;
  z-index: 1;
  top: 21px;
}

#hero-image-sevima .card-red .link a {
  z-index: 2;
  position: relative;
  float: right;
  text-decoration: none;
  color: #e81115;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: margin-right 500ms;
  transition: margin-right 500ms;
  font-size: 1rem;
}

#hero-image-sevima .card-red .link a i {
  font-size: 1.3rem;
}

#hero-image-sevima .card-red .link a:hover {
  margin-right: -10px;
  color: #b1191b;
}

#hero-image-sevima .btn-konsultasi {
  text-decoration: none;
  margin-top: -3rem;
  z-index: 5;
  position: relative;
  background: #e31e21;
  -webkit-box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
  box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
  border-radius: 100px;
  padding: 1.2rem 1.3rem;
  color: #fff;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  text-align: center;
  -webkit-animation: borderPulse 1000ms infinite ease-out;
  animation: borderPulse 1000ms infinite ease-out;
}

#hero-image-sevima .btn-konsultasi:hover {
  background: #d1191c;
}

/*-----------------------------------*/
/*-------- HALAMAN MAGANG -----------*/
/*-----------------------------------*/
#hero-image-magang {
  background-image: url('../img/bg-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  margin-bottom: 4rem;
}

#hero-image-magang p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#hero-image-magang .videoIframe {
  position: relative;
  margin-top: 6rem;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background-color: none !important;
  border-radius: 1rem;
}

#hero-image-magang .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90vh;
  background-image: url('../img/video-header.png');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 1rem;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#hero-image-magang .videoPoster:hover {
  cursor: pointer;
}

#hero-image-magang .videoPoster:before {
  content: '';
  position: absolute;
  top: 43%;
  left: 16%;
  width: 100px;
  height: 100px;
  margin: -40px 0 0 -40px;
  background-color: #e81115;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#hero-image-magang .videoPoster:after {
  content: '';
  position: absolute;
  top: 43%;
  left: 16.5%;
  width: 42px;
  height: 48px;
  margin: -15px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#hero-image-magang .videoPoster:hover:before,
#hero-image-magang .videoPoster:focus:before {
  border-color: #fff;
}

#hero-image-magang .videoPoster:hover:after,
#hero-image-magang .videoPoster:focus:after {
  border-left-color: #fff;
}

#hero-image-magang .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

#hero-image-magang .arrow {
  position: relative;
  top: 70%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#hero-image-magang .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#hero-image-magang .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

#hero-image-magang .title {
  padding-top: 6rem;
  color: #fff;
}

#hero-image-magang .title h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 38px;
}

#hero-image-magang .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 4rem;
}

#hero-image-magang .title p {
  width: 80%;
  color: #fff;
}

#magang-beneran {
  background-image: url('../img/bg-magang-beneran.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-bottom: 4.5rem;
}

#magang-beneran .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  margin-bottom: 1.5rem;
  text-align: center;
}

#magang-beneran p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#magang-beneran .grid-gambar {
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1rem;
  min-height: 300px;
}

#magang-beneran .grid-gambar .horizontal {
  grid-row: span 2;
}

#magang-beneran .grid-gambar .horizontal img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 354.63px;
}

#magang-beneran .grid-gambar .img-full {
  border-radius: 8px;
}

#menang-banyak {
  margin-bottom: 4.5rem;
}

#menang-banyak .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  margin-bottom: 1.5rem;
}

#menang-banyak p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#menang-banyak td {
  vertical-align: middle;
  height: 50px;
}

#menang-banyak td i {
  color: #3949ab;
  font-size: 2.5rem;
  margin-right: 1rem;
}

#menang-banyak ul {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0f2440;
  margin-top: 2rem;
}

#menang-banyak ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#menang-banyak ul li img {
  height: auto;
  margin-right: 1rem;
}

#menang-banyak ul li i {
  color: #3949ab;
  font-size: 2.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
}

#KataTemanMagang {
  background-image: url('../img/bg-testimoni.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4rem;
  height: 1000px;
}

#KataTemanMagang .container {
  zoom: 1;
}

#KataTemanMagang .container .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  margin-bottom: 1.5rem;
}

#KataTemanMagang .container p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#KataTemanMagang .container .title,
#KataTemanMagang .container p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

#KataTemanMagang .container .video_wrapper {
  width: 100%;
  position: relative;
  margin: 2rem 0;
  z-index: 3000;
}

#KataTemanMagang .container .videoIframe {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-box-shadow: 24px 20px 70px rgba(86, 86, 86, 0.35);
  box-shadow: 24px 20px 70px rgba(86, 86, 86, 0.35);
  border-radius: 1rem;
}

#KataTemanMagang .container .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
  background-image: url('../img/cover-video.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 1rem;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#KataTemanMagang .container .videoPoster:hover {
  cursor: pointer;
}

#KataTemanMagang .container .videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -40px 0 0 -40px;
  background-color: #e81115;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#KataTemanMagang .container .videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 51%;
  width: 42px;
  height: 48px;
  margin: -15px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#KataTemanMagang .container .videoPoster:hover:before,
#KataTemanMagang .container .videoPoster:focus:before {
  border-color: #fff;
}

#KataTemanMagang .container .videoPoster:hover:after,
#KataTemanMagang .container .videoPoster:focus:after {
  border-left-color: #fff;
}

#KataTemanMagang .container .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

#KataTemanMagang .container #owl-magang {
  padding: 0 5rem;
}

#KataTemanMagang .container #owl-magang .item {
  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;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 .card {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  border: none;
  padding: 65px 50px 100px 50px;
  margin: -50px 0 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 blockquote {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Sarabun', sans-serif;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 blockquote:before,
#KataTemanMagang .container #owl-magang .item figure.snip1167 blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

#KataTemanMagang
  .container
  #owl-magang
  .item
  figure.snip1167
  blockquote:before {
  top: 70px;
  left: 20px;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 blockquote:after {
  content: '\201D';
  right: 20px;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 .author {
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  color: #0f2440;
  text-align: center;
  position: absolute;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 .author h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

#KataTemanMagang .container #owl-magang .item figure.snip1167 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}

#KataTemanMagang .container #owl-magang .owl-nav .owl-prev,
#KataTemanMagang .container #owl-magang .owl-nav .owl-next {
  font-size: 3rem;
  margin: 1rem;
}

#KataTemanMagang .container #owl-magang .owl-dot {
  font-size: 3rem;
  margin: 1rem;
}

#KataTemanMagang .container #owl-magang .owl-nav {
  position: absolute;
  top: 100px;
}

#KataTemanMagang .container .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#KataTemanMagang .container .owl-theme .custom-nav .owl-prev,
#KataTemanMagang .container .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#KataTemanMagang .container .owl-theme .custom-nav .owl-prev i,
#KataTemanMagang .container .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #fff;
}

#KataTemanMagang .container .owl-theme .custom-nav .owl-prev {
  left: 0;
}

#KataTemanMagang .container .owl-theme .custom-nav .owl-next {
  right: 0;
}

#kontak-kami-magang {
  background-image: url('../img/ornamen.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 700px;
  background-color: #f1f3fa;
}

#kontak-kami-magang .title-magang {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  padding: 25rem 0 0;
  margin-bottom: 1.5rem;
  text-align: center;
}

#kontak-kami-magang .title-magang h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

#kontak-kami-magang .title-magang p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: rgba(15, 36, 64, 0.85);
}

#kontak-kami-magang .title-magang a {
  text-decoration: underline;
  color: #0f2440;
  font-weight: 500;
}

#kontak-kami-magang .title-karir {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  padding: 5rem 0 0;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

#kontak-kami-magang .title-karir h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

#kontak-kami-magang .title-karir p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: rgba(15, 36, 64, 0.85);
}

#kontak-kami-magang .title-karir a {
  text-decoration: underline;
  color: #0f2440;
  font-weight: 500;
}

/*-----------------------------------*/
/*-------- HALAMAN KARIR  -----------*/
/*-----------------------------------*/
#hero-image-karir {
  background-image: url('../img/bg-header-kiri.png'),
    url('../img/bg-header-kanan.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 85vh;
  background-position: top left, top right;
  margin-bottom: 6rem;
  border-top: 1px solid rgba(12, 19, 37, 0.15);
}

#hero-image-karir p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#hero-image-karir .videoIframe {
  position: relative;
  margin-top: 6rem;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background-color: none !important;
  border-radius: 1rem;
}

#hero-image-karir .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../img/foto-karir.png');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  border: none;
  border-radius: 1rem;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#hero-image-karir .videoPoster:hover {
  cursor: pointer;
}

#hero-image-karir .videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -40px 0 0 -40px;
  background-color: #3949ab;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#hero-image-karir .videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 48px;
  margin: -15px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

#hero-image-karir .videoPoster:hover:before,
#hero-image-karir .videoPoster:focus:before {
  border-color: #fff;
}

#hero-image-karir .videoPoster:hover:after,
#hero-image-karir .videoPoster:focus:after {
  border-left-color: #fff;
}

#hero-image-karir .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

#hero-image-karir .arrow {
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#hero-image-karir .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#hero-image-karir .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#hero-image-karir .title {
  padding-top: 5rem;
  color: #fff;
}

#hero-image-karir .title h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 38px;
}

#hero-image-karir .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 4rem;
}

#hero-image-karir .title p {
  width: 80%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
}

#untung-karir {
  padding-top: 3rem;
  margin-bottom: 3rem;
}

#untung-karir .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  margin-bottom: 1.5rem;
}

#untung-karir .title .heading {
  font-size: 2.75rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#untung-karir .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#5875c7)
  );
  background-image: linear-gradient(#fff, #5875c7);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#untung-karir .title .underline--magical:hover {
  background-size: 100% 88%;
}

#untung-karir p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#untung-karir td {
  vertical-align: middle;
  height: 50px;
}

#untung-karir td i {
  color: #3949ab;
  font-size: 2.5rem;
  margin-right: 1rem;
}

#untung-karir ul {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0f2440;
  margin-top: 2rem;
}

#untung-karir ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#untung-karir ul li img {
  height: auto;
  margin-right: 1rem;
}

#untung-karir ul li i {
  color: #3949ab;
  font-size: 2.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
}

#core-value {
  background-color: #5875c7;
  padding: 5rem 0;
  background-image: url('../img/ornamen1.png'), url('../img/ornamen2.png');
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  margin: 1rem 0 0rem;
}

#core-value .title h2 {
  font-size: 2.75rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}

#core-value .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#core-value .title .underline--magical:hover {
  background-size: 100% 88%;
}

#core-value .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  text-align: center;
}

#core-value #slider {
  text-align: center;
  border: 1px dashed #fff;
  padding: 5rem 4rem 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#core-value #slider h4 {
  letter-spacing: 0.17em;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
}

#core-value #slider p {
  font-size: 18px;
  font-family: 'Sarabun', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 29px;
}

#core-value #slider .arrow {
  position: absolute;
  top: 30%;
  z-index: 2;
  cursor: pointer;
  padding: 0.75rem;
  background: #f14446;
  border-radius: 50%;
}

#core-value #slider .arrow i {
  font-size: 32px;
  color: #fff;
}

#core-value #slider .arrow.prev {
  left: -40px;
}

#core-value #slider .arrow.next {
  right: -30px;
}

#core-value #slider .slide img {
  width: 100%;
}

#core-value #slider .slick-dots {
  position: absolute;
  left: 0;
  top: -50px;
  left: 0;
  right: 0;
  bottom: none;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  text-align: center;
  background-color: #5875c7;
}

#core-value #slider .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  border: 0;
  height: 40px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
  box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

#core-value #slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  font-family: 'Sarabun', sans-serif;
  font-size: 64px;
  color: rgba(164, 180, 225, 0.5);
  font-weight: bold;
  text-align: center;
  outline: none;
  position: relative;
}

#core-value #slider .slick-dots li.slick-active button {
  color: #3949ab;
}

#core-value #slider .slick-dots li button .fa {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#core-value #slider .slick-dots li.slick-active button .fa {
  bottom: -8px;
  opacity: 1;
}

#list-lowongan-kerja {
  padding: 5rem 0;
}

#list-lowongan-kerja .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #0f2440;
  margin-bottom: 1.5rem;
  text-align: center;
}

#list-lowongan-kerja .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#list-lowongan-kerja .title .underline--magical:hover {
  background-size: 100% 88%;
}

#list-lowongan-kerja .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #6d717c;
}

#list-lowongan-kerja blockquote {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  margin: 1rem 0;
  font-family: 'Sarabun', sans-serif;
}

#list-lowongan-kerja blockquote:before,
#list-lowongan-kerja blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 81px;
  font-weight: 600;
  opacity: 0.3;
  font-style: normal;
}

#list-lowongan-kerja blockquote:before {
  left: 20px;
}

#list-lowongan-kerja blockquote:after {
  content: '\201D';
  bottom: 0;
  right: 20px;
}

#list-lowongan-kerja .grid-job {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(275px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 2rem;
  margin-top: 2rem;
}

#list-lowongan-kerja .grid-job a {
  text-decoration: none;
  color: #0f2440;
}

#list-lowongan-kerja .grid-job .card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  background: none repeat scroll 0 0 #fff;
  color: #444444;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
}

#list-lowongan-kerja .grid-job .card .cover {
  border-radius: 4px 4px 0 0;
  height: 105px;
  overflow: hidden;
  z-index: -2;
}

#list-lowongan-kerja .grid-job .card .cover img {
  width: 100%;
}

#list-lowongan-kerja .grid-job .card .branded {
  position: relative;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: -55px auto 0;
  width: 120px;
  text-align: center;
}

#list-lowongan-kerja .grid-job .card .branded img {
  height: 115px;
  width: 115px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#list-lowongan-kerja .grid-job .card .content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px 20px;
}

#list-lowongan-kerja .grid-job .card .content .main {
  min-height: 140px;
}

#list-lowongan-kerja .grid-job .card .content .main h4 {
  text-align: center;
}

#list-lowongan-kerja .grid-job .card .content .main p {
  font-size: 1rem;
  margin: 1rem 0 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#list-lowongan-kerja .grid-job .card .btn {
  background: #3949ab;
  border: none;
  border-radius: 50px;
  padding: 14px 48px;
  font-size: 1rem;
  line-height: 1.5 !important;
  margin-top: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
}

#list-lowongan-kerja .grid-job .card .btn:hover {
  background-color: #4769c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#list-lowongan-kerja .grid-job .card:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  border: none;
}

#album-foto {
  padding-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-image: url('../img/ornamen-atas.png'),
    url('../img/ornamen-bawah.png');
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-color: #f1f3fa;
}

#album-foto .title h2 {
  font-size: 2.75rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  margin-bottom: 1.5rem;
  text-align: center;
}

#album-foto .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #6d717c;
}

#album-foto .grid-album {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  --ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  grid-template-areas:
    'foto1 foto1 testimoni1'
    'testimoni2 testimoni3 testimoni4'
    'testimoni5 foto2 foto2';
}

#album-foto .foto1 {
  -grid-row: 1;
  -grid-column: 1;
  -grid-column-span: 2;
  grid-area: foto1;
}

#album-foto .testimoni-1 {
  -grid-row: 1;
  -grid-column: 3;
  grid-area: testimoni1;
}

#album-foto .testimoni-2 {
  -grid-row: 2;
  -grid-column: 1;
  grid-area: testimoni2;
}

#album-foto .testimoni-3 {
  -grid-row: 2;
  -grid-column: 2;
  grid-area: testimoni3;
}

#album-foto .testimoni-4 {
  -grid-row: 2;
  -grid-column: 3;
  grid-area: testimoni4;
}

#album-foto .testimoni-5 {
  -grid-row: 3;
  -grid-column: 1;
  grid-area: testimoni5;
}

#album-foto .foto2 {
  -grid-row: 3;
  -grid-column: 2;
  -grid-column-span: 2;
  grid-area: foto2;
}

#album-foto .foto1 img,
#album-foto .foto2 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
  border-radius: 4px;
}

#album-foto .testimoni-1 .card,
#album-foto .testimoni-2 .card,
#album-foto .testimoni-4 .card,
#album-foto .testimoni-5 .card {
  border-radius: 4px;
  background-color: #fff;
  border: none;
  min-height: 500px;
}

#album-foto .testimoni-1 .card .data-diri,
#album-foto .testimoni-2 .card .data-diri,
#album-foto .testimoni-4 .card .data-diri,
#album-foto .testimoni-5 .card .data-diri {
  padding-bottom: 2rem;
}

#album-foto .testimoni-1 .card .data-diri .card-img-top,
#album-foto .testimoni-2 .card .data-diri .card-img-top,
#album-foto .testimoni-4 .card .data-diri .card-img-top,
#album-foto .testimoni-5 .card .data-diri .card-img-top {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
}

#album-foto .testimoni-1 .card .data-diri .info,
#album-foto .testimoni-2 .card .data-diri .info,
#album-foto .testimoni-4 .card .data-diri .info,
#album-foto .testimoni-5 .card .data-diri .info {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  color: rgba(15, 36, 64, 0.85);
}

#album-foto .testimoni-1 .card .data-diri .info h3,
#album-foto .testimoni-2 .card .data-diri .info h3,
#album-foto .testimoni-4 .card .data-diri .info h3,
#album-foto .testimoni-5 .card .data-diri .info h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.5;
}

#album-foto .testimoni-1 .card .data-diri .info h4,
#album-foto .testimoni-2 .card .data-diri .info h4,
#album-foto .testimoni-4 .card .data-diri .info h4,
#album-foto .testimoni-5 .card .data-diri .info h4 {
  font-size: 18px;
  font-weight: normal;
}

#album-foto .testimoni-1 .card .card-body blockquote,
#album-foto .testimoni-2 .card .card-body blockquote,
#album-foto .testimoni-4 .card .card-body blockquote,
#album-foto .testimoni-5 .card .card-body blockquote {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

#album-foto .testimoni-1 .card .card-body blockquote p,
#album-foto .testimoni-2 .card .card-body blockquote p,
#album-foto .testimoni-4 .card .card-body blockquote p,
#album-foto .testimoni-5 .card .card-body blockquote p {
  padding: 1rem 1rem 0 1.5rem;
}

#album-foto .testimoni-1 .card .card-body blockquote:before,
#album-foto .testimoni-1 .card .card-body blockquote:after,
#album-foto .testimoni-2 .card .card-body blockquote:before,
#album-foto .testimoni-2 .card .card-body blockquote:after,
#album-foto .testimoni-4 .card .card-body blockquote:before,
#album-foto .testimoni-4 .card .card-body blockquote:after,
#album-foto .testimoni-5 .card .card-body blockquote:before,
#album-foto .testimoni-5 .card .card-body blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  opacity: 0.3;
  font-style: normal;
}

#album-foto .testimoni-1 .card .card-body blockquote:before,
#album-foto .testimoni-2 .card .card-body blockquote:before,
#album-foto .testimoni-4 .card .card-body blockquote:before,
#album-foto .testimoni-5 .card .card-body blockquote:before {
  left: 20px;
}

#album-foto .testimoni-1 .card .card-body blockquote:after,
#album-foto .testimoni-2 .card .card-body blockquote:after,
#album-foto .testimoni-4 .card .card-body blockquote:after,
#album-foto .testimoni-5 .card .card-body blockquote:after {
  content: '\201D';
  right: 20px;
}

#album-foto .testimoni-3 .card {
  border-radius: 4px;
  background-color: #fff;
  border: none;
  min-height: 500px;
}

#album-foto .testimoni-3 .card .data-diri {
  padding-top: 2rem;
}

#album-foto .testimoni-3 .card .data-diri .card-img-top {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
}

#album-foto .testimoni-3 .card .data-diri .info {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  color: rgba(15, 36, 64, 0.85);
}

#album-foto .testimoni-3 .card .data-diri .info h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.5;
}

#album-foto .testimoni-3 .card .data-diri .info h4 {
  font-size: 1rem;
  font-weight: normal;
}

#album-foto .testimoni-3 .card .card-body blockquote {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Sarabun', sans-serif;
}

#album-foto .testimoni-3 .card .card-body blockquote p {
  padding: 1rem 1rem 0 1.5rem;
}

#album-foto .testimoni-3 .card .card-body blockquote:before,
#album-foto .testimoni-3 .card .card-body blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  opacity: 0.3;
  font-style: normal;
}

#album-foto .testimoni-3 .card .card-body blockquote:before {
  left: 20px;
}

#album-foto .testimoni-3 .card .card-body blockquote:after {
  content: '\201D';
  right: 20px;
  bottom: 10px;
}

#coba-album-foto {
  padding-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-image: url('../img/ornamen-atas.png'),
    url('../img/ornamen-bawah.png');
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-color: #f1f3fa;
}

#coba-album-foto .title h2 {
  font-size: 2.75rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  color: #0f2440;
  margin-bottom: 1.5rem;
  text-align: center;
}

#coba-album-foto .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #6d717c;
}

#coba-album-foto .grid-album {
  margin-top: 3rem;
  display: -grid;
  display: grid;
  -grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  grid-template-areas:
    'foto1 foto1 testimoni1'
    'testimoni2 testimoni3 testimoni4'
    'testimoni5 foto2 foto2';
}

#coba-album-foto .foto1 {
  -grid-row: 1;
  -grid-column: 1;
  -grid-column-span: 2;
  grid-area: foto1;
}

#coba-album-foto .testimoni-1 {
  -grid-row: 1;
  -grid-column: 3;
  grid-area: testimoni1;
}

#coba-album-foto .testimoni-2 {
  -grid-row: 2;
  -grid-column: 1;
  grid-area: testimoni2;
}

#coba-album-foto .testimoni-3 {
  -grid-row: 2;
  -grid-column: 2;
  grid-area: testimoni3;
}

#coba-album-foto .testimoni-4 {
  -grid-row: 2;
  -grid-column: 3;
  grid-area: testimoni4;
}

#coba-album-foto .testimoni-5 {
  -grid-row: 3;
  -grid-column: 1;
  grid-area: testimoni5;
}

#coba-album-foto .foto2 {
  -grid-row: 3;
  -grid-column: 2;
  -grid-column-span: 2;
  grid-area: foto2;
}

#coba-album-foto .foto1 img,
#coba-album-foto .foto2 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
  border-radius: 4px;
}

#coba-album-foto .testimoni-1 .card,
#coba-album-foto .testimoni-2 .card,
#coba-album-foto .testimoni-3 .card,
#coba-album-foto .testimoni-4 .card,
#coba-album-foto .testimoni-5 .card {
  border-radius: 4px;
  background-color: #fff;
  border: none;
  min-height: 500px;
  width: 100%;
}

#coba-album-foto .testimoni-1 .card img,
#coba-album-foto .testimoni-2 .card img,
#coba-album-foto .testimoni-3 .card img,
#coba-album-foto .testimoni-4 .card img,
#coba-album-foto .testimoni-5 .card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#coba-album-foto .testimoni-1 .card .data-diri,
#coba-album-foto .testimoni-2 .card .data-diri,
#coba-album-foto .testimoni-3 .card .data-diri,
#coba-album-foto .testimoni-4 .card .data-diri,
#coba-album-foto .testimoni-5 .card .data-diri {
  padding-bottom: 2rem;
}

#coba-album-foto .testimoni-1 .card .data-diri .card-img-top,
#coba-album-foto .testimoni-2 .card .data-diri .card-img-top,
#coba-album-foto .testimoni-3 .card .data-diri .card-img-top,
#coba-album-foto .testimoni-4 .card .data-diri .card-img-top,
#coba-album-foto .testimoni-5 .card .data-diri .card-img-top {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
}

#coba-album-foto .testimoni-1 .card .data-diri .info,
#coba-album-foto .testimoni-2 .card .data-diri .info,
#coba-album-foto .testimoni-3 .card .data-diri .info,
#coba-album-foto .testimoni-4 .card .data-diri .info,
#coba-album-foto .testimoni-5 .card .data-diri .info {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  color: rgba(15, 36, 64, 0.85);
}

#coba-album-foto .testimoni-1 .card .data-diri .info h3,
#coba-album-foto .testimoni-2 .card .data-diri .info h3,
#coba-album-foto .testimoni-3 .card .data-diri .info h3,
#coba-album-foto .testimoni-4 .card .data-diri .info h3,
#coba-album-foto .testimoni-5 .card .data-diri .info h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.5;
}

#coba-album-foto .testimoni-1 .card .data-diri .info h4,
#coba-album-foto .testimoni-2 .card .data-diri .info h4,
#coba-album-foto .testimoni-3 .card .data-diri .info h4,
#coba-album-foto .testimoni-4 .card .data-diri .info h4,
#coba-album-foto .testimoni-5 .card .data-diri .info h4 {
  font-size: 18px;
  font-weight: normal;
}

#coba-album-foto .testimoni-1 .card .card-body blockquote,
#coba-album-foto .testimoni-2 .card .card-body blockquote,
#coba-album-foto .testimoni-3 .card .card-body blockquote,
#coba-album-foto .testimoni-4 .card .card-body blockquote,
#coba-album-foto .testimoni-5 .card .card-body blockquote {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Sarabun', sans-serif;
}

#coba-album-foto .testimoni-1 .card .card-body blockquote p,
#coba-album-foto .testimoni-2 .card .card-body blockquote p,
#coba-album-foto .testimoni-3 .card .card-body blockquote p,
#coba-album-foto .testimoni-4 .card .card-body blockquote p,
#coba-album-foto .testimoni-5 .card .card-body blockquote p {
  padding: 1rem 1rem 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#coba-album-foto .testimoni-1 .card .card-body blockquote:before,
#coba-album-foto .testimoni-1 .card .card-body blockquote:after,
#coba-album-foto .testimoni-2 .card .card-body blockquote:before,
#coba-album-foto .testimoni-2 .card .card-body blockquote:after,
#coba-album-foto .testimoni-3 .card .card-body blockquote:before,
#coba-album-foto .testimoni-3 .card .card-body blockquote:after,
#coba-album-foto .testimoni-4 .card .card-body blockquote:before,
#coba-album-foto .testimoni-4 .card .card-body blockquote:after,
#coba-album-foto .testimoni-5 .card .card-body blockquote:before,
#coba-album-foto .testimoni-5 .card .card-body blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  opacity: 0.3;
  font-style: normal;
}

#coba-album-foto .testimoni-1 .card .card-body blockquote:before,
#coba-album-foto .testimoni-2 .card .card-body blockquote:before,
#coba-album-foto .testimoni-3 .card .card-body blockquote:before,
#coba-album-foto .testimoni-4 .card .card-body blockquote:before,
#coba-album-foto .testimoni-5 .card .card-body blockquote:before {
  left: 20px;
}

#coba-album-foto .testimoni-1 .card .card-body blockquote:after,
#coba-album-foto .testimoni-2 .card .card-body blockquote:after,
#coba-album-foto .testimoni-3 .card .card-body blockquote:after,
#coba-album-foto .testimoni-4 .card .card-body blockquote:after,
#coba-album-foto .testimoni-5 .card .card-body blockquote:after {
  content: '\201D';
  right: 20px;
}

#foto-karyawan {
  padding-top: 4rem;
}

#foto-karyawan .c-level {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

#foto-karyawan .c-level .column {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(225px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 2rem;
}

#foto-karyawan .c-level .box {
  position: relative;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 65px;
  margin-top: 7rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#foto-karyawan .c-level .box:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  border: none;
}

#foto-karyawan .c-level .box-inner {
  padding: 40px 20px 10px;
}

#foto-karyawan .c-level .avatar {
  border-radius: 50%;
  -webkit-box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
  top: -75px;
  margin-left: -75px;
  left: 50%;
  position: absolute;
}

#foto-karyawan .c-level .avatar img {
  width: 150px;
  border-radius: 50%;
  display: block;
}

#foto-karyawan .c-level h1,
#foto-karyawan .c-level h3,
#foto-karyawan .c-level h4,
#foto-karyawan .c-level h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

#foto-karyawan .c-level h2 {
  font-size: 2.75rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#foto-karyawan .c-level .name,
#foto-karyawan .c-level .followers-title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 2px;
  color: #3a3a3a;
}

#foto-karyawan .c-level .occupation {
  font-size: 1rem;
  font-style: italic;
  color: #707070;
  margin-bottom: 2px;
}

#foto-karyawan .c-level .location {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

#foto-karyawan .c-level .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 1px;
  display: table;
  margin: 0 auto;
}

#foto-karyawan .c-level .social-list > li {
  float: left;
  display: block;
}

#foto-karyawan .c-level .social-list > li > a {
  display: block;
  width: 45px;
  height: 55px;
  line-height: 55px;
  font-size: 28px;
  text-decoration: none;
  color: #b3b3b3;
  border-right: 1px solid #ededed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#foto-karyawan .c-level .social-list > li > a:hover {
  color: #fff;
}

#foto-karyawan .c-level .social-list > li > a:hover i.uil-envelope {
  background: #cd2129;
}

#foto-karyawan .c-level .social-list > li > a:hover i.uil-linkedin {
  background: #1683bc;
}

#foto-karyawan .c-level .social-list > li:last-child > a {
  border-right: none;
}

#foto-karyawan .cf {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(125px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1rem;
  *zoom: 1;
}

#foto-karyawan .cf img {
  -webkit-transition: all 0.8s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 125px;
}

#foto-karyawan .cf:after {
  content: ' ';
  clear: both;
}

#foto-karyawan .cf .boxes {
  background: black;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}

#foto-karyawan .cf .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 10;
}

#foto-karyawan .cf .overlay .info {
  position: absolute;
  bottom: 0;
  left: 10px;
  text-align: left;
}

#foto-karyawan .cf .overlay .info h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.75;
}

#foto-karyawan .cf .overlay .info h4 {
  font-size: 0.75rem;
  font-weight: normal;
}

#foto-karyawan a {
  color: #0c1325;
}

#foto-karyawan .nav {
  margin: 1rem 0 3rem;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#foto-karyawan .nav-link {
  padding: 0.5rem 2rem;
}

#foto-karyawan .nav-pills .nav-link.active,
#foto-karyawan .nav-pills .show > .nav-link {
  background-color: #3949ab !important;
  border-radius: 50px;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  color: #fff;
}

#kontak-kami-karir {
  background-image: url('../img/ornamen.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 5rem 0;
  margin-top: 5rem;
  background-color: #f1f3fa;
}

#kontak-kami-karir .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f2440;
  margin-bottom: 1.5rem;
  text-align: center;
}

#kontak-kami-karir .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

#kontak-kami-karir .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: rgba(15, 36, 64, 0.85);
}

#kontak-kami-karir .title a {
  text-decoration: underline;
  color: #0f2440;
  font-weight: 500;
}

/*-----------------------------------*/
/*-------- END HALAMAN KARIR  -------*/
/*-----------------------------------*/
.alert {
  margin-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.alert-warning {
  color: #ffff;
  background-color: #0b0b20;
  border-color: #0b0b20;
}

a.link-alert {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  margin-left: 1rem;
  border-radius: 0.25rem;
  background-color: #f78100;
  cursor: pointer;
  font-weight: bold;
}

a.link-alert:hover {
  background-color: #cf6b00;
}

.footer-alert {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  line-height: 2;
}

/*-------------------------------------*/
/* ------- TESTIMONI NEW PAGE ---------*/
/*-------------------------------------*/
#section-header-testimoni {
  padding: 4rem 0;
  background: url('../img/ornamen2-testimoninew.png'),
    url('../img/ornamen3-testimoninew.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-color: #2a2eb5;
}

#section-header-testimoni .title-header {
  width: 400px;
  margin: 0 auto;
  color: #fff;
}

#section-header-testimoni .title-header span {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: 'Sarabun', sans-serif;
}

#section-header-testimoni .title-header h2 {
  font-weight: bold;
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
}

#section-header-testimoni .title-header p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 24px;
}

#section-header-testimoni .title-header .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-header-testimoni .title-header .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-header-testimoni .title-header .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position-y: 7px;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position-y: 7px;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-header-testimoni
  .title-header
  .button-selengkapnya
  .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/angle-down.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-header-testimoni .title-header .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-header-testimoni .nopadding {
  padding-right: 0;
}

#section-header-testimoni .gbr-header {
  position: absolute;
  right: 0;
}

#section-video-testimoni {
  background: url('../img/Subtract-testimoninew.png'),
    url('../img/ornamen-testimoninew.png');
  background-position: top left, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-color: #f5f4ff;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

#section-video-testimoni .title {
  text-align: center;
  margin-bottom: 3rem;
}

#section-video-testimoni .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-video-testimoni .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-video-testimoni .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-video-testimoni .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#section-video-testimoni .modal-body {
  position: relative;
  padding: 0px;
}

#section-video-testimoni .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

#section-video-testimoni .title {
  text-align: center;
  margin-bottom: 3rem;
}

#section-video-testimoni .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-video-testimoni .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-video-testimoni .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-video-testimoni .video-testimoni {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

#section-video-testimoni .video-testimoni .btn-playvideo {
  position: relative;
}

#section-video-testimoni .video-testimoni .btn-playvideo .video-btn {
  background: none;
  border: none;
  width: 230px;
  position: absolute;
  right: 0;
  top: 100px;
}

#section-video-testimoni .video-testimoni .btn-playvideo .video-btn:focus,
#section-video-testimoni .video-testimoni .btn-playvideo .video-btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#section-video-testimoni .video-testimoni .gbr-yutub {
  width: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#section-video-testimoni .video-testimoni .video-wrapper {
  width: 420px;
  position: relative;
  border-radius: 8px;
}

#section-video-testimoni .video-testimoni .video-wrapper .video-player {
  position: relative;
  padding-top: 56.4%;
  border-radius: 8px;
}

#section-video-testimoni .video-testimoni .video-wrapper iframe {
  border-radius: 8px;
  position: absolute;
  top: -90000px;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
  -webkit-transition: top 0.05s, opacity 0.45s;
  transition: top 0.05s, opacity 0.45s;
}

#section-video-testimoni .video-testimoni .video-wrapper iframe.watch {
  top: 0;
  opacity: 1;
}

#section-video-testimoni .video-testimoni .video-wrapper .video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  height: 100% !important;
  width: 100% !important;
  z-index: 10;
  -webkit-transition: visibility 0.33s, opacity 0.33s;
  transition: visibility 0.33s, opacity 0.33s;
}

#section-video-testimoni .video-testimoni .video-wrapper .video-trigger img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  border-radius: 8px;
}

#section-video-testimoni
  .video-testimoni
  .video-wrapper
  .video-trigger.removed {
  opacity: 0;
  visibility: hidden;
}

#section-video-testimoni .video-testimoni .video-wrapper .video-trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.33s;
  transition: 0.33s;
  border-radius: 8px;
}

#section-video-testimoni .video-testimoni .video-wrapper .video-trigger .text {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: auto;
  min-width: 300px;
  top: 35%;
  margin: 0 auto;
  color: white;
  text-align: center;
  z-index: 1;
}

#section-video-testimoni
  .video-testimoni
  .video-wrapper
  .video-trigger
  .text
  .btn-play {
  width: 60%;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  -flex-item-align: center;
  -grid-row-align: center;
  align-self: center;
}

#section-video-testimoni
  .video-testimoni
  .video-wrapper
  .video-trigger
  .text
  .btn-play:hover {
  opacity: 0.4;
}

#section-video-testimoni
  .video-testimoni
  .video-wrapper
  .video-trigger
  a#play-video {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  position: absolute;
  top: 0;
}

#section-video-testimoni .video-testimoni .text {
  margin-left: 2rem;
  width: 550px;
  position: relative;
}

#section-video-testimoni .video-testimoni .text blockquote {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.125rem;
  color: #0f2440;
  font-weight: 500;
  line-height: 1.5;
}

#section-video-testimoni .video-testimoni .text blockquote p {
  padding-top: 0.75rem;
}

#section-video-testimoni .video-testimoni .text blockquote:before,
#section-video-testimoni .video-testimoni .text blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  opacity: 0.3;
  font-style: normal;
}

#section-video-testimoni .video-testimoni .text blockquote:before {
  top: 0px;
}

#section-video-testimoni .video-testimoni .text blockquote:after {
  content: '\201D';
  right: 20px;
  bottom: 40px;
}

#section-video-testimoni .video-testimoni .text .nama-testimoni {
  font-size: 22px;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
  font-weight: bold;
}

#section-video-testimoni .video-testimoni .text .universitas-testimoni {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #7c849e;
}

#section-tab-testimoni {
  /* With arrow tabs */
  /* lined tabs */
}

#section-tab-testimoni .title {
  text-align: center;
  margin-bottom: 3rem;
}

#section-tab-testimoni .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-tab-testimoni .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-tab-testimoni .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-tab-testimoni .grid-card {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(275px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

#section-tab-testimoni .card-body .tag-blue {
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background-color: #f1f3fa;
  border-radius: 50px;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#section-tab-testimoni .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  color: #0f2440;
}

#section-tab-testimoni .card-footer {
  background-color: #fff;
  border-top: none;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-align: start;
  -flex-align: start;
  align-items: flex-start;
}

#section-tab-testimoni .card-footer .pentagon-shape {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  height: 80px;
  min-width: 80px;
  background-color: red;
}

#section-tab-testimoni .card-footer .pentagon-shape .gbr-profpic {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

#section-tab-testimoni .card-footer .desc {
  margin-left: 1rem;
}

#section-tab-testimoni .card-footer .desc .nama-testimoni {
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
  font-weight: bold;
}

#section-tab-testimoni .card-footer .desc .universitas-testimoni {
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #7c849e;
  margin-bottom: 0;
  font-size: 0.75rem;
}

#section-tab-testimoni .card-footer .desc a {
  font-weight: bold;
}

#section-tab-testimoni .card-footer .video-btn {
  background: none;
  border: none;
  color: #007bff;
  font-weight: bold;
}

#section-tab-testimoni .card-footer .video-btn:focus,
#section-tab-testimoni .card-footer .video-btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#section-tab-testimoni .nav-item a {
  color: #7c849e;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 576px) {
  #section-tab-testimoni .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  #section-tab-testimoni .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

#section-tab-testimoni .with-arrow .nav-link.active {
  position: relative;
}

#section-tab-testimoni .with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3949ab;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

#section-tab-testimoni .lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

#section-tab-testimoni .lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

#section-tab-testimoni .lined .nav-link.active {
  background: none;
  color: #3949ab;
  border-color: #3949ab;
}

#section-gambar-testimoni {
  margin-bottom: 3rem;
  padding: 4rem 0;
  background: url('../img/ornamen-testimoninew.png'),
    url('../img/ornamen-testimoninew.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-color: #f5f4ff;
}

#section-gambar-testimoni .title {
  text-align: center;
  margin: 3rem 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#section-gambar-testimoni .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-gambar-testimoni .grid-gambar-testimoni {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(250px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
}

#section-gambar-testimoni
  .grid-gambar-testimoni
  .card-gambartestimoni
  .caption
  p {
  text-decoration: none;
  color: #0f2440;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  padding-top: 1rem;
}

#section-gambar-testimoni .grid-gambar-testimoni .card-gambartestimoni img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#section-gambar-testimoni
  .grid-gambar-testimoni
  .card-gambartestimoni
  img:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
}

#section-jumlah-universitas {
  margin-bottom: 3rem;
}

#section-jumlah-universitas .grid-konten-peta {
  display: -grid;
  display: grid;
  gap: 1rem;
  -grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 auto;
  width: 90%;
}

#section-jumlah-universitas .grid-konten-peta .item-peta {
  text-align: center;
}

#section-jumlah-universitas .grid-konten-peta .item-peta img {
  height: 60px;
}

#section-jumlah-universitas .grid-konten-peta .item-peta h3 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
  padding-top: 1rem;
}

#section-jumlah-universitas .grid-konten-peta .item-peta p {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-pricing-sevima .grid-harga {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(300px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 1rem;
}

#section-pricing-sevima .item-produk {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(275px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-row: auto;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
}

#section-pricing-sevima .card-footer {
  background: none;
  border: none;
  -webkit-box-pack: end;
  -flex-pack: end;
  justify-content: flex-end;
}

#section-pricing-sevima .card-produk:nth-child(1):hover {
  border: 2px solid #0f2c7e;
  -webkit-box-shadow: 8px 8px 0 rgba(15, 44, 126, 0.2);
  box-shadow: 8px 8px 0 rgba(15, 44, 126, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(1):hover
  .card-footer
  .btn-primary {
  background-color: #0f2c7e;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(2):hover,
#section-pricing-sevima .card-produk:nth-child(4):hover {
  border: 2px solid #e81115;
  -webkit-box-shadow: 8px 8px 0 #fbc2c3;
  box-shadow: 8px 8px 0 #fbc2c3;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(2):hover
  .card-footer
  .btn-primary,
#section-pricing-sevima
  .card-produk:nth-child(4):hover
  .card-footer
  .btn-primary {
  background-color: #e81115;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(3):hover {
  border: 2px solid #37ab47;
  -webkit-box-shadow: 8px 8px 0 rgba(55, 171, 71, 0.2);
  box-shadow: 8px 8px 0 rgba(55, 171, 71, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(3):hover
  .card-footer
  .btn-primary {
  background-color: #37ab47;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(5):hover {
  border: 2px solid #9a1636;
  -webkit-box-shadow: 8px 8px 0 rgba(154, 22, 54, 0.2);
  box-shadow: 8px 8px 0 rgba(154, 22, 54, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(5):hover
  .card-footer
  .btn-primary {
  background-color: #9a1636;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(6):hover {
  border: 2px solid #00a99d;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 169, 157, 0.2);
  box-shadow: 8px 8px 0 rgba(0, 169, 157, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(6):hover
  .card-footer
  .btn-primary {
  background-color: #00a99d;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(7):hover {
  border: 2px solid #1b2e51;
  -webkit-box-shadow: 8px 8px 0 rgba(27, 46, 81, 0.2);
  box-shadow: 8px 8px 0 rgba(27, 46, 81, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(7):hover
  .card-footer
  .btn-primary {
  background-color: #1b2e51;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(8):hover {
  border: 2px solid #f3810a;
  -webkit-box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(8):hover
  .card-footer
  .btn-primary {
  background-color: #f3810a;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(9):hover {
  border: 2px solid #f15a27;
  -webkit-box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(9):hover
  .card-footer
  .btn-primary {
  background-color: #f15a27;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk:nth-child(10):hover {
  border: 2px solid #008e50;
  -webkit-box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-pricing-sevima
  .card-produk:nth-child(10):hover
  .card-footer
  .btn-primary {
  background-color: #008e50;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-pricing-sevima .card-produk {
  border: 2px solid #eaeaea;
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 0 #f1f3fa;
  box-shadow: 8px 8px 0 #f1f3fa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

#section-pricing-sevima .card-produk .card-title {
  border-bottom: 2px dashed #eaeaea;
  margin-bottom: 0.25rem;
  padding: 1rem;
}

#section-pricing-sevima .card-produk .card-title h4 {
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
}

#section-pricing-sevima .card-produk .card-body {
  padding-bottom: 0;
}

#section-pricing-sevima .card-produk .card-body .konten {
  min-height: 225px;
}

#section-pricing-sevima .card-produk .card-body .konten h6 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #7c849e;
}

#section-pricing-sevima .card-produk .card-body .konten ul {
  padding-left: 0.65rem;
}

#section-pricing-sevima .card-produk .card-body .konten li {
  list-style-type: '\2B9E';
  color: #f8a3a4;
}

#section-pricing-sevima .card-produk .card-body .konten li p {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Sarabun', sans-serif;
  padding-left: 0.75rem;
  margin-bottom: 0;
  color: #7c849e;
}

#section-pricing-sevima .card-produk hr {
  margin: 0;
}

#section-pricing-sevima .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#section-pricing-sevima .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.5rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.2);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-pricing-sevima .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  padding-right: 2rem;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
}

#section-pricing-sevima .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-pricing-sevima .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-pricing-sevima .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-pricing-sevima .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* ---- HALAMAN BERITA & EVENT -----*/
#section-header-berita {
  height: 100vh;
  margin-top: 2rem;
}

#section-header-berita .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-header-berita .title-section a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-header-berita .title-section a:hover {
  color: #3949ab;
}

#section-header-berita .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-header-berita .card-video {
  padding-right: 1.25rem;
}

#section-header-berita .card-video .video-list {
  padding-right: 1.25rem;
  margin-bottom: 2rem;
}

#section-header-berita .card-video .video-list .btn-playvideo {
  position: relative;
}

#section-header-berita .card-video .video-list .btn-playvideo .video-btn {
  background: none;
  border: none;
  position: absolute;
  right: 65px;
  top: 35px;
}

#section-header-berita
  .card-video
  .video-list
  .btn-playvideo
  .video-btn
  .btn-play {
  width: 50px;
}

#section-header-berita .card-video .video-list .btn-playvideo .video-btn:focus,
#section-header-berita
  .card-video
  .video-list
  .btn-playvideo
  .video-btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#section-header-berita .card-video .video-list .gbr-yutub {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-width: 200px;
}

#section-header-berita .card-video .title-video-list a {
  text-decoration: none;
}

#section-header-berita .card-video .title-video-list h5 {
  font-size: 1rem;
  font-weight: 600;
  font-weight: 'Poppins', sans-serif;
  color: #0f2440;
}

#section-header-berita .card-video .title-video-list h5:hover {
  color: #3949ab;
}

#section-header-berita .card-video .title-video-list span {
  color: #7c849e;
  font-weight: 500;
  font-size: 0.875rem;
}

#section-header-berita .title-video {
  text-align: left;
  padding: 0.75rem 0;
}

#section-header-berita .title-video a {
  text-decoration: none;
}

#section-header-berita .title-video h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#section-header-berita .title-video h4:hover {
  color: #3949ab;
}

#section-header-berita .title-video span {
  color: #7c849e;
  font-weight: 500;
}

#section-header-berita .video-utama .btn-playvideo {
  position: relative;
}

#section-header-berita .video-utama .btn-playvideo .video-btn {
  background: none;
  border: none;
  position: absolute;
  right: 300px;
  top: 170px;
}

#section-header-berita .video-utama .btn-playvideo .video-btn .btn-play {
  width: 80px;
}

#section-header-berita .video-utama .btn-playvideo .video-btn:focus,
#section-header-berita .video-utama .btn-playvideo .video-btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#section-header-berita .video-utama .gbr-yutub {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 425px;
}

#section-header-berita .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#section-header-berita .modal-body {
  position: relative;
  padding: 0px;
}

#section-header-berita .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

#section-header-berita .content-section {
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
}

#section-header-berita #style-4::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}

#section-header-berita #style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#section-header-berita #style-4::-webkit-scrollbar-thumb {
  background-color: #0f2440;
}

#section-header-berita .sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

#section-header-berita .sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}

#section-header-berita .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
}

#section-header-berita .sidebar-item {
  text-align: center;
}

#section-header-berita .sidebar-item h3 {
  background: gold;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  border-bottom: solid 1px #fff;
}

#section-berita-terbaru {
  margin-bottom: 4rem;
  padding-top: 2rem;
}

#section-berita-terbaru .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-berita-terbaru .title-section a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-berita-terbaru .title-section a:hover {
  color: #3949ab;
}

#section-berita-terbaru .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-berita-terbaru .grid-card-beritaterbaru {
  display: -grid;
  display: grid;
  -grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

#section-berita-terbaru .utama {
  -grid-row: 1;
  -grid-row-span: 2;
  -grid-column: 1;
  -grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

#section-berita-terbaru .utama .card {
  height: 100%;
}

#section-berita-terbaru .utama .card .card-body .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-berita-terbaru .utama .card .card-body span {
  color: #7c849e;
  font-weight: 500;
  font-size: 0.875rem;
}

#section-berita-terbaru .utama .card .card-body .title-berita {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-berita-terbaru .utama .card .card-body .title-berita a {
  color: #0f2440;
}

#section-berita-terbaru .utama .card .card-body .title-berita a:hover {
  color: #3949ab;
  text-decoration: none;
}

#section-berita-terbaru .utama .card .card-body .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-berita-terbaru .utama .card .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-berita-terbaru .utama .card .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-berita-terbaru
  .utama
  .card
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-berita-terbaru .utama .card .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-berita-terbaru .utama .card .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-berita-terbaru .utama .card .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7c849e;
  margin-top: 1rem;
}

#section-berita-terbaru .utama .card .card-footer {
  background: #fff;
  border: none;
}

#section-berita-terbaru .utama .card .card-footer .read-more {
  font-weight: bold;
  color: #0f2440;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#section-berita-terbaru .utama .card .card-footer .read-more:hover {
  color: #3949ab;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#section-berita-terbaru .utama .card:hover .card-body .title-berita a {
  color: #3949ab;
}

#section-berita-terbaru .konten .card-img-top {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

#section-berita-terbaru .konten .card .card-body .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-berita-terbaru .konten .card .card-body span {
  color: #7c849e;
  font-weight: 500;
  font-size: 0.875rem;
}

#section-berita-terbaru .konten .card .card-body .title-berita {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-berita-terbaru .konten .card .card-body .title-berita a {
  color: #0f2440;
}

#section-berita-terbaru .konten .card .card-body .title-berita a:hover {
  color: #3949ab;
  text-decoration: none;
}

#section-berita-terbaru .konten .card .card-body .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-berita-terbaru .konten .card .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-berita-terbaru .konten .card .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-berita-terbaru
  .konten
  .card
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-berita-terbaru .konten .card .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-berita-terbaru .konten .card .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-berita-terbaru .konten .card:hover .card-body .title-berita a {
  color: #3949ab;
}

#section-dunia-kampus {
  margin-bottom: 4rem;
}

#section-dunia-kampus .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-dunia-kampus .title-section a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-dunia-kampus .title-section a:hover {
  color: #3949ab;
}

#section-dunia-kampus .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-dunia-kampus .sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

#section-dunia-kampus .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
}

#section-dunia-kampus .content-section {
  display: -grid;
  display: grid;
  -grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 1rem;
}

#section-dunia-kampus .content-section .card {
  height: 100%;
}

#section-dunia-kampus .content-section .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  height: 215px;
  width: 100%;
}

#section-dunia-kampus .content-section .card-body span a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-dunia-kampus .content-section .card-body a {
  text-decoration: none;
}

#section-dunia-kampus .content-section .card-body .title-berita {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
}

#section-dunia-kampus .content-section .card-body .title-berita:hover {
  color: #3949ab;
}

#section-dunia-kampus .content-section .card-body .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-dunia-kampus .content-section .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-dunia-kampus .content-section .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-dunia-kampus
  .content-section
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-dunia-kampus .content-section .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-dunia-kampus .content-section .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-dunia-kampus .content-section .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7c849e;
  margin-top: 1rem;
}

#section-dunia-kampus .content-section .card-footer {
  background: #fff;
  border: none;
}

#section-dunia-kampus .content-section .card-footer a {
  font-weight: bold;
  color: #0f2440;
}

#section-dunia-kampus .sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 1.25rem;
}

#section-dunia-kampus .sidebar-item .list-campuspedia .card-list {
  padding-right: 1.25rem;
  margin-bottom: 1rem;
}

#section-dunia-kampus .sidebar-item .list-campuspedia .card-list .gbr-list {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  width: 100px;
  height: 70px;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia {
  margin-left: 1rem;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  span
  a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  a {
  text-decoration: none;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .title-berita {
  font-size: 1rem;
  font-weight: bold;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .title-berita:hover {
  color: #3949ab;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .post-meta
  a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-dunia-kampus
  .sidebar-item
  .list-campuspedia
  .card-list
  .title-campuspedia
  .post-meta
  a:hover {
  text-decoration: underline;
}

#section-dunia-kampus .sidebar-item .cta-all a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-dunia-kampus .sidebar-item .cta-all a:hover {
  color: #3949ab;
}

#section-all-berita {
  margin-bottom: 1rem;
}

#section-all-berita .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-all-berita .title-section a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-all-berita .title-section a:hover {
  color: #3949ab;
}

#section-all-berita .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-all-berita .grid-all-berita {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(300px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 1rem;
}

#section-all-berita .grid-all-berita .card {
  height: 100%;
}

#section-all-berita .grid-all-berita .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  height: 215px;
  width: 100%;
}

#section-all-berita .grid-all-berita .card-body span a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-all-berita .grid-all-berita .card-body a {
  text-decoration: none;
}

#section-all-berita .grid-all-berita .card-body .title-berita {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
}

#section-all-berita .grid-all-berita .card-body .title-berita:hover {
  color: #3949ab;
}

#section-all-berita .grid-all-berita .card-body .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-all-berita .grid-all-berita .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-all-berita .grid-all-berita .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-all-berita
  .grid-all-berita
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-all-berita .grid-all-berita .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-all-berita .grid-all-berita .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-all-berita .grid-all-berita .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7c849e;
  margin-top: 1rem;
}

#section-all-berita .grid-all-berita .card-footer {
  background: #fff;
  border: none;
}

#section-all-berita .grid-all-berita .card-footer a {
  font-weight: bold;
  color: #0f2440;
}

#section-all-berita .nav-page {
  margin: auto 0;
}

/* --- HALAMAN DETAIL BERITA --- */
#header-detailberita {
  padding-top: 2rem;
}

#header-detailberita .title-header {
  margin-bottom: 1rem;
}

#header-detailberita .title-header .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#header-detailberita .title-header .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#header-detailberita .title-header .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#header-detailberita .title-header .post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#header-detailberita .title-header .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#header-detailberita .title-header .post-meta a:hover {
  text-decoration: underline;
}

#header-detailberita .title-header .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-top: 0.75rem;
}

#header-detailberita img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #header-detailberita .title-header .title {
    font-size: 1.75rem;
  }
}

.content-detail {
  padding: 2rem 0;
  position: relative;
  background: #fff;
}

.content-detail h1 {
  font-size: 1.625rem;
  line-height: 1.125;
}

.content-detail a {
  font-weight: bold;
  word-break: break-all;
}

.content-detail p {
  line-height: 2;
  font-family: 'Sarabun', sans-serif;
  margin: 0 0 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.content-detail p iframe {
  max-width: 100%;
  min-height: 300px;
}

.content-detail h2 {
  font-size: 1.375rem;
  font-family: 'Sarabun', sans-serif;
  margin: 1rem 0;
}

.content-detail h3 {
  font-size: 1.25rem;
  font-family: 'Sarabun', sans-serif;
  margin: 1rem 0;
}

.content-detail img {
  margin: 1rem 0;
  width: 100%;
  height: auto;
}

.content-detail .gbr-konten {
  margin: 1rem 0;
}

.content-detail .make-me-sticky {
  -webkit-posigion: sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  padding: 0 15px;
}

.content-detail .about-us-blog {
  padding: 1.5rem 2.5rem;
  border-radius: 24px 4px 24px 4px;
  margin-bottom: 1.5rem;
  background: #f1f3fa;
}

.content-detail .about-us-blog .title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0;
  margin-bottom: 0.25rem;
  color: #212529;
  font-weight: 600;
}

.content-detail .about-us-blog .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
  color: rgba(15, 36, 64, 0.85);
  text-align: justify;
}

.content-detail .tag {
  font-size: 1rem;
  margin: 2rem 0;
}

.content-detail .tag a {
  background: #e0e0e0;
  border-radius: 20px;
  color: #828282;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin-left: 0.5rem;
  margin-right: 0;
}

.content-detail .tag a:hover {
  background: #3949ab;
  color: #fff;
}

.content-detail .nav-berita .nav-prev {
  display: inline-block;
}

.content-detail .nav-berita .nav-next {
  display: inline-block;
  float: right;
}

.content-detail .nav-next {
  right: 0 !important;
  left: 0 !important;
}

.content-detail .nav-berita {
  margin-top: 2rem;
}

.content-detail .nav-berita .nav-next,
.content-detail .nav-berita .nav-prev {
  width: 50%;
}

.content-detail .nav-berita span {
  color: #828282;
  font-size: 0.75rem;
}

.content-detail .nav-berita span:hover {
  text-decoration: none;
  color: #3949ab;
}

.content-detail .nav-berita .title-berita {
  margin-top: 0.75rem;
}

.content-detail .nav-berita .title-berita a {
  color: #0f2440;
}

.content-detail .nav-berita .title-berita a:hover {
  text-decoration: none;
  color: #3949ab;
  font-weight: bold;
}

.content-detail .nav-berita .title-berita a h6 {
  font-size: 1.125rem;
  word-break: break-word;
  line-height: 1.5;
  font-family: 'Sarabun', sans-serif;
  font-weight: bold;
}

.conten-tambahan {
  padding: 4rem 0;
  position: relative;
  background: #fafafa;
}

.conten-tambahan #section-artikel-menarik {
  margin-bottom: 1rem;
}

.conten-tambahan #section-artikel-menarik .title-section {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
}

.conten-tambahan #section-artikel-menarik .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.conten-tambahan #section-artikel-menarik .list-artikelterkait {
  display: -grid;
  display: grid;
  -grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -grid-rows: (1fr) [1];
  grid-template-rows: repeat(1, 1fr);
  gap: 1rem;
}

.conten-tambahan #section-artikel-menarik .item .card {
  border: none;
  min-height: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fafafa;
}

.conten-tambahan #section-artikel-menarik .item .card .card-img-top {
  border-radius: 4px;
}

.conten-tambahan #section-artikel-menarik .item .card .card-body {
  padding: 1rem 0;
}

.conten-tambahan #section-artikel-menarik .item .card .card-body .kategori {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
  text-decoration: none;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .kategori:hover {
  color: #3949ab;
}

.conten-tambahan #section-artikel-menarik .item .card .card-body .title-berita {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .title-berita
  a {
  color: #0f2440;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .title-berita
  a:hover {
  color: #3949ab;
}

.conten-tambahan #section-artikel-menarik .item .card .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

.conten-tambahan #section-artikel-menarik .item .card .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card
  .card-body
  .post-meta
  a:hover {
  text-decoration: underline;
}

.conten-tambahan
  #section-artikel-menarik
  .item
  .card:hover
  .card-body
  .title-berita
  a {
  color: #3949ab;
}

.conten-tambahan #section-berita-penting {
  margin-bottom: 2rem;
}

.conten-tambahan #section-berita-penting .title-section {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
}

.conten-tambahan #section-berita-penting .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.conten-tambahan #section-berita-penting .list-beritapenting {
  display: -grid;
  display: grid;
  -grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}

.conten-tambahan #section-berita-penting .list-beritapenting .card-list {
  padding-right: 1.25rem;
  margin-bottom: 1rem;
  width: auto;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .gbr-list {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  width: 100px;
  height: 70px;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting {
  margin-left: 1rem;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .post-meta
  a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .post-meta
  a:hover {
  text-decoration: underline;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .title-berita {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .title-berita
  a {
  color: #0f2440;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .title-berita
  a:hover {
  color: #3949ab;
  text-decoration: none;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list
  .title-beritapenting
  .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

.conten-tambahan
  #section-berita-penting
  .list-beritapenting
  .card-list:hover
  .title-beritapenting
  .title-berita
  a {
  color: #3949ab;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .conten-tambahan #section-berita-penting {
    display: -grid;
    display: grid;
    -grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -grid-rows: (1fr) [3];
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .conten-tambahan #section-berita-penting .list-beritapenting {
    display: -grid;
    display: grid;
    -grid-columns: 1fr;
    grid-template-columns: 1fr;
    -grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
}

.conten-tambahan #section-campuspedia-instagram {
  margin-bottom: 2rem;
}

.conten-tambahan #section-campuspedia-instagram .title-section {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
}

.conten-tambahan #section-campuspedia-instagram .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.conten-tambahan #section-campuspedia-instagram .list-campuspedia .card-list {
  padding-right: 1.25rem;
  margin-bottom: 1rem;
  width: auto;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .gbr-list {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  width: 100px;
  height: 70px;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .title-campuspedia {
  margin-left: 1rem;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .title-campuspedia
  a {
  text-decoration: none;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .title-campuspedia
  .title-berita {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .title-campuspedia
  .title-berita:hover {
  color: #3949ab;
  text-decoration: none;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list
  .title-campuspedia
  .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

.conten-tambahan
  #section-campuspedia-instagram
  .list-campuspedia
  .card-list:hover
  .title-campuspedia
  .title-berita {
  color: #3949ab;
}

.conten-tambahan #section-kolom-comment {
  margin-bottom: 4rem;
}

.conten-tambahan #section-kolom-comment .title-section {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
}

.conten-tambahan #section-kolom-comment .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.conten-tambahan #section-kolom-comment #disqus_thread #placement-top {
  display: none !important;
}

.wpmi-list.wpmi-layout-3 .wpmi-item,
.wpmi-list.wpmi-layout-6 .wpmi-item {
  width: auto !important;
}

/*--- HALAMAN PARTNERSHIP ---*/
#section-header-listpartner {
  margin-bottom: 3rem;
}

#section-header-listpartner .nopadding {
  padding: 0;
  margin: 0;
}

#section-header-listpartner .img-partner {
  width: 100%;
}

#section-header-listpartner .header-partner {
  margin: auto;
}

#section-header-listpartner .title-header {
  width: 400px;
  margin: auto;
}

#section-header-listpartner .title-header span {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: 'Sarabun', sans-serif;
}

#section-header-listpartner .title-header h2 {
  font-weight: bold;
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  color: #0f2440;
}

#section-header-listpartner .title-header p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 24px;
  color: #7c849e;
}

#section-header-listpartner .title-header .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-header-listpartner .title-header .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-header-listpartner .title-header .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position-y: 7px;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position-y: 7px;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-header-listpartner
  .title-header
  .button-selengkapnya
  .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/angle-down.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-header-listpartner .title-header .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-list-partner .card-listberita {
  display: -grid;
  display: grid;
  -grid-rows: auto;
  grid-template-rows: auto;
  -grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: 'img content';
  margin-top: 3rem;
  width: 100%;
}

#section-list-partner .card-listberita .img-berita {
  -grid-row: 1;
  -grid-column: 2;
  grid-area: img;
  height: 150px;
  width: 300px;
  padding: 2rem;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  -webkit-box-shadow: 7px 10px 20px rgba(139, 159, 216, 0.15);
  box-shadow: 7px 10px 20px rgba(139, 159, 216, 0.15);
  border-radius: 20px;
}

#section-list-partner .card-listberita .img-berita .card-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 300px;
  height: 120px;
}

#section-list-partner .card-listberita .konten-berita {
  -grid-row: 1;
  -grid-column: 3;
  grid-area: content;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -flex-direction: column;
  flex-direction: column;
}

#section-list-partner .card-listberita .konten-berita .card-body {
  padding: 0 1.25rem;
}

#section-list-partner .card-listberita .konten-berita .card-body .title-berita {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-list-partner .card-listberita .konten-berita .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7c849e;
  margin-top: 1rem;
}

#section-afiliasi .title {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  width: 60%;
  text-align: center;
}

#section-afiliasi .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-afiliasi .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-afiliasi .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-afiliasi p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #0f2440;
}

#section-afiliasi .section-header-afiliasi {
  background: url('../img/ornamen2-testimoninew.png'),
    url('../img/ornamen3-testimoninew.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: auto, auto;
  background-color: #2a2eb5;
}

#section-afiliasi .section-header-afiliasi .title-header {
  width: 400px;
  margin: 0 auto;
  padding: 4rem 0;
}

#section-afiliasi .section-header-afiliasi .title-header span {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
}

#section-afiliasi .section-header-afiliasi .title-header h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  color: #fff;
}

#section-afiliasi .section-header-afiliasi .title-header p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 24px;
  color: #fff;
}

#section-afiliasi .section-header-afiliasi .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-afiliasi .section-header-afiliasi .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-afiliasi .section-header-afiliasi .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position-y: 7px;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position-y: 7px;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-afiliasi
  .section-header-afiliasi
  .button-selengkapnya
  .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/angle-down.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#section-afiliasi .section-header-afiliasi .nopadding {
  padding-right: 0;
}

#section-afiliasi .section-header-afiliasi .gbr-header {
  position: absolute;
  right: 0;
  height: 580px;
}

#section-afiliasi .section-problem-afiliasi {
  margin-bottom: 5rem;
  background: url('../img/Subtract-testimoninew.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 6rem 0 3rem;
}

#section-afiliasi .section-problem-afiliasi ul {
  padding-left: 0;
}

#section-afiliasi .section-problem-afiliasi ul li {
  list-style: none;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #0f2440;
}

#section-afiliasi .section-problem-afiliasi ul li span i {
  font-size: 2rem;
  color: #e81115;
}

#section-afiliasi .section-what-afiliasi {
  margin-bottom: 5rem;
}

#section-afiliasi .section-step-afiliasi {
  margin-bottom: 5rem;
  text-align: center;
  background-color: #f5f4ff;
  padding: 5rem;
  background-image: url('../img/ornamen-testimoninew.png'),
    url('../img/ornamen-testimoninew.png');
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}

#section-afiliasi .section-step-afiliasi .text-desc {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #0f2440;
  text-align: center;
}

#section-afiliasi .section-step-afiliasi .text-desc a {
  border: none;
  color: #007bff;
  font-weight: bold;
}

#section-afiliasi .section-benefit-afiliasi {
  margin-bottom: 5rem;
}

#section-afiliasi .section-benefit-afiliasi ol li {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  color: #0f2440;
  margin-bottom: 0.5rem;
}

#section-afiliasi .section-sk-afiliasi {
  margin-bottom: 5rem;
}

#section-afiliasi .section-sk-afiliasi ol li {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  color: #0f2440;
  margin-bottom: 0.5rem;
}

#section-afiliasi .section-simulasi-afiliasi {
  margin-bottom: 5rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  color: #0f2440;
}

#section-afiliasi .section-simulasi-afiliasi .img-chat {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
}

#section-afiliasi .section-simulasi-afiliasi .text-detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 36, 64, 0.2);
}

#section-afiliasi .section-simulasi-afiliasi .text-detail a {
  color: #e81115;
}

#section-afiliasi .section-simulasi-afiliasi .text-detail i.uil-check-circle {
  font-size: 1.75rem;
  color: #0daf0d;
}

#section-afiliasi .section-pelajari-afiliasi {
  margin-bottom: 5rem;
  text-align: center;
}

#section-afiliasi .section-pelajari-afiliasi .card {
  padding: 1rem;
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
  border: none;
  height: 545px;
}

#section-afiliasi .section-pelajari-afiliasi .card:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 12px 40px rgba(33, 64, 136, 0.15);
  box-shadow: 0px 12px 40px rgba(33, 64, 136, 0.15);
  border: none;
}

#section-afiliasi .section-pelajari-afiliasi .img-card {
  border-radius: 10px;
}

#section-afiliasi .section-pelajari-afiliasi .card-body {
  padding: 0;
}

#section-afiliasi .section-pelajari-afiliasi .card-title {
  font-size: 1.5rem;
}

#section-afiliasi .section-pelajari-afiliasi .card-konten {
  line-height: 1.5;
}

#section-afiliasi .section-pelajari-afiliasi .button-download {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  margin-top: 1.25rem;
}

#section-afiliasi .section-pelajari-afiliasi .btn-download {
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #3949ab;
  color: #3949ab;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  font-size: 18px;
  font-weight: 500;
  font-family: 'Sarabun', sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#section-afiliasi .section-pelajari-afiliasi .btn-download:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-afiliasi .section-pelajari-afiliasi .btn-siakad {
  border: 1px solid #3949ab;
  color: #3949ab;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
}

#section-afiliasi .section-pelajari-afiliasi .btn-gofeeder {
  margin-left: 0.5rem;
  border: 1px solid #e81115;
  color: #e81115;
  -webkit-box-shadow: 6px 6px 0 0 rgba(164, 55, 55, 0.22);
  box-shadow: 6px 6px 0 0 rgba(164, 55, 55, 0.22);
}

#section-afiliasi .section-jumlah-universitas {
  margin-bottom: 3rem;
}

#section-afiliasi .section-jumlah-universitas .grid-konten-peta {
  display: -grid;
  display: grid;
  gap: 1rem;
  -grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 auto;
  width: 90%;
}

#section-afiliasi .section-jumlah-universitas .grid-konten-peta .item-peta {
  text-align: center;
}

#section-afiliasi .section-jumlah-universitas .grid-konten-peta .item-peta img {
  height: 60px;
}

#section-afiliasi .section-jumlah-universitas .grid-konten-peta .item-peta h3 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
  padding-top: 1rem;
}

#section-afiliasi .section-jumlah-universitas .grid-konten-peta .item-peta p {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
}

/*--- HALAMAN LIST BERITA ---*/
#section-header-listberita {
  margin-top: 3rem;
}

#section-header-listberita .title-listberita span {
  font-weight: bold;
  font-size: 16px;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
}

#section-header-listberita .title-listberita h2 {
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
  font-size: 36px;
  color: #0f2440;
}

#section-header-listberita .title-listberita p {
  color: #7c849e;
}

#section-header-listberita .card-listberita {
  display: -grid;
  display: grid;
  -grid-rows: 275px;
  grid-template-rows: 275px;
  -grid-columns: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr;
  grid-template-areas: 'date img content';
  margin-top: 3rem;
  width: 100%;
}

#section-header-listberita .card-listberita .date-berita {
  -grid-row: 1;
  -grid-column: 1;
  grid-area: date;
  margin-right: 2.5rem;
  color: rgba(12, 19, 37, 0.75);
  font-weight: bold;
}

#section-header-listberita .card-listberita .date-berita p {
  overflow: hidden;
  margin-bottom: -0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#section-header-listberita .card-listberita .date-berita h3 {
  font-size: 64px;
  padding: 0;
  margin-bottom: -0.25rem;
  font-weight: bold;
}

#section-header-listberita .card-listberita .img-berita {
  -grid-row: 1;
  -grid-column: 2;
  grid-area: img;
}

#section-header-listberita .card-listberita .img-berita .card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 275px;
  width: 100%;
  border-radius: 10px;
}

#section-header-listberita .card-listberita .konten-berita {
  -grid-row: 1;
  -grid-column: 3;
  grid-area: content;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -flex-direction: column;
  flex-direction: column;
}

#section-header-listberita .card-listberita .konten-berita .card-body {
  padding: 0 1.25rem;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-header-listberita .card-listberita .konten-berita .card-body span {
  color: #7c849e;
  font-weight: 500;
  font-size: 0.875rem;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .title-berita {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .title-berita
  a {
  color: #0f2440;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .title-berita
  a:hover {
  color: #3949ab;
  text-decoration: none;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta
  a {
  text-decoration: none;
  color: #7d89aa;
  font-weight: 600;
  font-size: 0.75rem;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta
  a:hover {
  text-decoration: underline;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-body
  .post-meta
  .meta-author
  span {
  text-decoration: none;
  color: #7d89aa;
  font-weight: 600;
}

#section-header-listberita .card-listberita .konten-berita .card-body p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #7c849e;
  margin-top: 1rem;
}

#section-header-listberita .card-listberita .konten-berita .card-footer {
  background: #fff;
  border: none;
  -webkit-box-pack: end;
  -flex-pack: end;
  justify-content: flex-end;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-footer
  .read-more {
  font-weight: bold;
  color: #0f2440;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#section-header-listberita
  .card-listberita
  .konten-berita
  .card-footer
  .read-more:hover {
  color: #3949ab;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (max-width: 991.98px) {
  #section-header-listberita .card-listberita {
    grid-template-areas:
      'date img'
      'content content';
    -grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -grid-rows: auto;
    grid-template-rows: auto;
  }
  #section-header-listberita .card-listberita .konten-berita .card-body,
  #section-header-listberita .card-listberita .konten-berita .card-footer {
    padding: 0;
  }
}

#section-populerberita {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

#section-populerberita .title-section {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
}

#section-populerberita .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-populerberita .list-terpopuler .card-list {
  padding-right: 1.25rem;
  margin-bottom: 1rem;
}

#section-populerberita .list-terpopuler .card-list .circle {
  background: rgba(55, 84, 164, 0.1);
  color: rgba(12, 19, 37, 0.75);
  font-size: 2rem;
  font-weight: bold;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  padding: 0 1.25rem;
}

#section-populerberita .list-terpopuler .card-list .title-populer {
  margin-left: 1rem;
}

#section-populerberita .list-terpopuler .card-list .title-populer .category {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-populerberita .list-terpopuler .card-list .title-populer span {
  color: #7c849e;
  font-weight: 500;
  font-size: 0.875rem;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .title-berita {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .title-berita
  a {
  color: #0f2440;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .title-berita
  a:hover {
  color: #3949ab;
  text-decoration: none;
}

#section-populerberita .list-terpopuler .card-list .title-populer .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-populerberita .list-terpopuler .card-list .title-populer .post-meta a {
  text-decoration: none;
  color: #7d89aa;
  font-weight: 600;
  font-size: 0.75rem;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .post-meta
  a:hover {
  text-decoration: underline;
}

#section-populerberita
  .list-terpopuler
  .card-list
  .title-populer
  .post-meta
  .meta-author
  span {
  text-decoration: none;
  color: #7d89aa;
  font-weight: 600;
}

#section-populerberita .list-kategori p {
  font-size: 0.875rem;
  line-height: 1.5;
  background: rgba(15, 36, 64, 0.05);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

#section-populerberita .list-kategori p a {
  text-decoration: none;
  color: #0f2440;
}

#section-populerberita .list-kategori p:hover {
  cursor: pointer;
  background: #0f2440;
}

#section-populerberita .list-kategori p:hover a {
  color: #fff;
}

/*--- HALAMAN SLA ---*/
#section-header-sla {
  padding: 4rem 0;
}

#section-header-sla .title-header {
  width: 400px;
  margin: 0 auto;
  color: #0f2440;
}

#section-header-sla .title-header span {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: 'Sarabun', sans-serif;
}

#section-header-sla .title-header h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
}

#section-header-sla .title-header p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 24px;
}

#section-header-sla .title-header .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-header-sla .title-header .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-header-sla .title-header .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-header-sla .title-header .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-header-sla
  .title-header
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position-y: 7px;
}

#section-header-sla
  .title-header
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-sla .title-header .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-header-sla
  .title-header
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position-y: 7px;
}

#section-header-sla
  .title-header
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 25px;
  width: 15px;
  height: 3px;
  opacity: 1;
}

#section-header-sla .title-header .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-header-sla .title-header .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/angle-down.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-header-sla .title-header .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-header-sla .ornamen {
  background-color: #3949ab;
  width: 500px;
  height: 400px;
  border-radius: 10px;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  z-index: -1;
}

#section-header-sla .gbr-header {
  border-radius: 10px;
  width: 95%;
}

#section-sla {
  padding-top: 3rem;
  padding-bottom: 8rem;
  height: 100%;
}

#section-sla .content-section {
  height: 100%;
}

#section-sla .sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

#section-sla .sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section-sla .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  padding: 0 15px;
}

#section-sla .make-me-sticky .form-email {
  background-color: #e6e6ff;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #ccccff;
  -webkit-box-shadow: 10px 10px 10px rgba(204, 204, 255, 0.35);
  box-shadow: 10px 10px 10px rgba(204, 204, 255, 0.35);
}

#section-sla .make-me-sticky .btn-submit {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #e81115;
  border-radius: 50px;
  width: 100%;
  padding: 0.65rem;
  font-size: 1.1rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 #fbc2c3;
  box-shadow: 5px 5px 0 #fbc2c3;
}

#section-sla .make-me-sticky input[type='text']:focus {
  border: 1px solid #383838;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  #section-sla .make-me-sticky {
    position: relative;
  }
}

#section-sla .title-section,
#section-sla .content-section,
#section-sla .sidebar-section {
  background: #fff;
}

#section-sla .title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

#disqus_thread #placement-top {
  display: none !important;
}

.author_bio_section {
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #ccc;
}

.author_name {
  font-size: 16px;
  font-weight: bold;
}

.author_details img {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#section-card-event {
  background-color: #f1f3fa;
  padding: 5rem 0;
}

#section-card-event .title {
  margin-bottom: 3rem;
}

#section-card-event .title h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-card-event .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #7c849e;
}

#section-card-event .grid-all-berita {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(300px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
}

#section-card-event .grid-all-berita .card {
  height: 100%;
  border: none;
  border-radius: 8px;
}

#section-card-event .grid-all-berita .card-img-top .img-event {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

#section-card-event .grid-all-berita .card-img-top .kategori {
  position: absolute;
  top: 10px;
  left: 1rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}

#section-card-event .grid-all-berita .card-body {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#section-card-event .grid-all-berita .card-body span {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #3949ab;
  font-weight: bold;
  background-color: #f1f3fa;
  padding: 0.5rem;
  border-radius: 4px;
}

#section-card-event .grid-all-berita .card-body .title-berita {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
  margin-top: 1rem;
}

#section-card-event .grid-all-berita .card-body .card-text {
  padding-top: 0.75rem;
  color: #7c849e;
}

#section-card-event .grid-all-berita .card-footer {
  background: #fff;
  border: none;
  border-radius: 8px;
}

#section-card-event .grid-all-berita .card-footer a {
  font-weight: bold;
  color: #0f2440;
}

#section-card-event .grid-all-berita .button-selengkapnya {
  background: #3949ab;
  border: none;
  border-radius: 50px;
  padding: 14px 48px;
  font-size: 1rem;
  line-height: 1.5 !important;
  margin-top: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.22);
}

#section-card-event .grid-all-berita .button-selengkapnya:hover {
  background-color: #4769c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-card-event .grid-all-berita a.button-selengkapnya {
  color: #fff !important;
  font-weight: bold;
}

#section-card-event .grid-all-berita .btn-disabled {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  background: #6e6e6e;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 48px;
  font-size: 1rem;
  line-height: 1.5 !important;
  margin-top: 2rem;
}

#section-card-event .grid-all-berita .img-disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#section-card-event .button-selengkapnya-all {
  padding-top: 1.5rem;
  margin-left: 3.25rem;
  margin-bottom: 1.5rem;
}

#section-card-event .button-selengkapnya-all .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-card-event .button-selengkapnya-all .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-card-event .button-selengkapnya-all .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-card-event .button-selengkapnya-all .btn-primary:focus:after {
  background-position: 18px;
}

#section-card-event .button-selengkapnya-all .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-card-event .button-selengkapnya-all .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-card-event .button-selengkapnya-all .btn-primary:hover:after {
  background-position: 18px;
}

#section-card-event .button-selengkapnya-all .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-card-event .button-selengkapnya-all .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-card-event .button-selengkapnya-all .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#section-card-event .nav-page {
  margin: auto 0;
}

#section-card-event a {
  text-decoration: none;
  color: #0f2440;
}

#section-card-event a:hover {
  color: #3949ab;
}

@media (max-width: 575.98px) {
  #section-card-event {
    padding: 2em 0 0 0;
  }
  #section-card-event .title {
    margin-bottom: 2rem;
  }
  #section-card-event .title p {
    display: none;
  }
}

#section-gabung-event {
  margin-top: 5rem;
  margin-bottom: 3rem;
  position: relative;
}

#section-gabung-event .ornamen1 {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -100px;
}

#section-gabung-event .ornamen1 img.event2 {
  height: 280px;
}

#section-gabung-event .ornamen2 {
  z-index: -1;
  position: absolute;
  left: 430px;
  top: 20px;
}

#section-gabung-event .title-kolom {
  margin: auto;
  padding-left: 4rem;
  padding-top: 15rem;
}

#section-gabung-event .title h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-gabung-event .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #7c849e;
}

#section-gabung-event .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-gabung-event .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-gabung-event .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-gabung-event .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-gabung-event .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-gabung-event .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-gabung-event .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-gabung-event .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-gabung-event .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-gabung-event .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-gabung-event .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url(https://www.objectivity.co.uk/styles/assets/ico_arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-gabung-event .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-gabung-event .item {
  display: -grid;
  display: grid;
  -grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
}

#section-gabung-event .card {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  text-align: center;
  padding: 0 2rem;
  border: 1px solid rgba(164, 180, 225, 0.3);
  -webkit-box-shadow: 7px 15px 20px 5px rgba(197, 225, 249, 0.2);
  box-shadow: 7px 15px 20px 5px rgba(197, 225, 249, 0.2);
}

#section-gabung-event .card .text {
  margin: auto;
}

#section-gabung-event .card .point {
  font-size: 72px;
  font-weight: bold;
  color: #3754a4;
}

#section-gabung-event .card .desc {
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  color: #3754a4;
}

#section-gabung-event .card:nth-child(even) {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#section-gabung-event .card:nth-child(1) {
  background-color: #5875c7;
}

#section-gabung-event .card:nth-child(1) .point,
#section-gabung-event .card:nth-child(1) .desc {
  color: #fff;
}

#section-gabung-event .card:nth-child(3) .point {
  font-size: 50px;
  font-weight: bold;
}

#section-gabung-event .card:nth-child(4) {
  background-color: #ef2427;
}

#section-gabung-event .card:nth-child(4) .desc {
  color: #fff;
}

#section-gabung-event .card:nth-child(4) .point {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.livechat {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url('../img/header-livechat.png'),
    url('../img/header-ornamen.png');
  background-repeat: no-repeat;
  background-position: bottom right, top left;
  background-size: 700px, 17%;
  background-color: rgba(69, 236, 144, 0.708);
  height: 100%;
}

.livechat .img-mobile {
  display: none;
}

.livechat .title {
  margin-bottom: 3rem;
}

.livechat .title .title-header {
  font-size: 56px;
  font-weight: bold;
}

.livechat .title .desc {
  font-size: 20px;
  opacity: 0.7;
}

.livechat .grid-livechat {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(240px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -grid-rows: auto;
  grid-template-rows: auto;
  gap: 1.5rem;
}

.livechat .card {
  -webkit-box-shadow: 0 7px 10px 4px rgba(59, 53, 66, 0.2);
  box-shadow: 0 7px 10px 4px rgba(59, 53, 66, 0.2);
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.livechat .card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.livechat .card-img-top {
  background-color: rgba(229, 228, 228, 0.5);
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 4px 4px 0 0;
  height: 100px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.livechat .card-title {
  font-size: 1rem;
  text-align: center;
  color: #2d3e50;
}

.livechat .btn-livechat {
  border-radius: 50px;
  background: #3949ab;
  display: block;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 0 rgba(55, 84, 164, 0.22);
  box-shadow: 4px 4px 0 0 rgba(55, 84, 164, 0.22);
  margin-top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.livechat .btn-livechat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  .livechat {
    background-image: none;
    background-color: rgba(69, 164, 236, 0.1);
  }
  .livechat .img-mobile {
    display: block;
  }
}

/* SECTION HERO JURUSAN */
.hero-jurusan {
  background: url('../img/ornamen2-testimoninew.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-color: #2a2eb5;
  color: #fff;
}

.hero-jurusan .hero-jurusan-text {
  padding: 3rem 0;
}

.hero-jurusan .hero-jurusan-text h1 {
  font-weight: bold;
  font-size: 2.25rem;
  font-family: 'Poppins', sans-serif;
}

.hero-jurusan .hero-jurusan-text p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 24px;
}

.hero-jurusan .hero-jurusan-img {
  width: 30%;
}

.hero-jurusan .hero-jurusan-img img {
  height: 25rem;
}

@media (max-width: 996px) {
  .hero-jurusan .hero-jurusan-img img {
    height: 15rem;
  }
}

/*-------- HOMEPAGE--------*/
#section-hero {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#section-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

#section-hero .background-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#section-hero .background-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    179.08deg,
    rgba(3, 13, 38, 0.65) 1.74%,
    rgba(3, 13, 38, 0.9) 98.52%
  );
}

#section-hero .cs-hero-layout {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

#section-hero .cs-hero-layout-fullwidth {
  min-height: auto;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero {
  padding: 3rem 0;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  height: 100%;
  -flex-wrap: wrap;
  flex-wrap: wrap;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title {
  color: #fff;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -flex: 0 0 calc(100% - 380px);
  flex: 0 0 calc(100% - 380px);
  max-width: calc(100% - 380px);
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .hero-konten {
  width: 100%;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title span a {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  color: #e81115;
  font-family: 'Sarabun', sans-serif;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .hero-title-berita {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .hero-title-berita
  a {
  color: #fff;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .post-meta
  a:hover {
  text-decoration: underline;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title p {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-family: 'Sarabun', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .btn-read-more {
  margin-top: 3rem;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .btn-read-more
  .btn-primary {
  background-color: #e81115;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-title
  .btn-read-more
  .btn-primary:hover {
  -webkit-box-shadow: 0px 14px 34px rgba(227, 30, 33, 0.15);
  box-shadow: 0px 14px 34px rgba(227, 30, 33, 0.15);
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
  background: #fff;
  border-radius: 4px;
  position: relative;
  width: 100%;
  padding: 2.5rem 2.5rem 1rem;
  /* OWL*/
  /*------------------------------ vertical bootstrap slider----------------------------*/
  /*------------------------------- vertical carousel indicators ------------------------------*/
  /* END OWL*/
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .pinned-tittle {
  position: absolute;
  z-index: 10;
  background-color: #3949ab;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  top: -20px;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list article {
  min-height: 185px;
  max-height: 200px;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .cs-post {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  span
  a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .cs-title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .cs-title
  a {
  color: #0f2440;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .cs-title
  a:hover {
  text-decoration: none;
  color: #3949ab;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7d89aa;
  letter-spacing: 0.1em;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .post-meta
  > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-thumbnail
  .post-meta
  .meta-author
  span {
  text-decoration: none;
  color: #7d89aa;
  font-weight: bold;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-pict {
  margin-left: 1rem;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .cs-post
  .cs-post-pict
  img {
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .link-more-berita {
  border-top: 1px solid #a8aab2;
  padding-top: 0.5rem;
  font-weight: bold;
  color: #3949ab;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .carousel-inner,
#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .carousel,
#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .carousel-item,
#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .container,
#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .fill {
  width: 100%;
  background-position: center center;
  background-size: cover;
}

#section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list .slide-wrapper {
  display: inline;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .slide-wrapper
  .container {
  padding: 0;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.carousel-item-next,
#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.carousel-item-prev,
#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.next.carousel-item-left,
#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.carousel-item-prev.carousel-item-right,
#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-inner
  > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-indicators {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  right: auto;
  height: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-indicators
  li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #e81115;
}

#section-hero
  .cs-hero-layout-fullwidth
  .cs-hero
  .hero-list
  .carousel-indicators
  li.active {
  margin-bottom: 5px;
  background: #e81115;
}

#section-hero .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#section-hero .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#tentang-kami {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#tentang-kami h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

#tentang-kami p {
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}

#tentang-kami .img-tentang-kami {
  position: relative;
}

#tentang-kami .img-tentang-kami img {
  width: 100%;
  padding-left: 10px;
  height: auto;
}

#section-tentang-v3 {
  padding-bottom: 5rem;
  padding-top: 5rem;
  background-color: #f1f3fa;
  background-image: url('../img/aksen-dotbiru.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

#section-tentang-v3 .container {
  max-width: 75rem;
}

#section-tentang-v3 .text-konten .title {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

#section-tentang-v3 .text-konten .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.5;
}

#section-tentang-v3 .text-konten .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-tentang-v3 .text-konten .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-tentang-v3 .text-konten p {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(15, 36, 64, 0.85);
}

#section-tentang-v3 .gambar-konten {
  text-align: center;
  position: relative;
  z-index: 1;
}

#section-tentang-v3 .gambar-konten .gambar-sevima {
  border-radius: 100px 10px 10px 10px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#section-tentang-v3 .gambar-konten .img-pattern {
  width: 400px;
  height: 280px;
  position: absolute;
  background: #3949ab;
  top: 55px;
  border-radius: 20px;
  right: 45px;
  z-index: -1;
}

#section-tentang-v3 .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-tentang-v3 .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-tentang-v3 .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-tentang-v3 .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-tentang-v3 .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-tentang-v3 .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-testimoni-event {
  padding-top: 6.25rem;
  margin-top: 9rem;
  position: relative;
  background-image: url('../img/bg-event.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 550px;
}

#section-testimoni-event .ornamen1 {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 20px;
}

#section-testimoni-event .ornamen1 img.event1 {
  height: 230px;
}

#section-testimoni-event .ornamen2 {
  z-index: -1;
  position: absolute;
  right: 640px;
  bottom: 40px;
}

#section-testimoni-event .ornamen2 img.event2 {
  height: 250px;
}

#section-testimoni-event .title-kolom {
  margin: auto;
}

#section-testimoni-event .title h1 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-testimoni-event .title h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-testimoni-event .title p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #7c849e;
}

#section-testimoni-event .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: start;
  -flex-pack: start;
  justify-content: start;
  padding-top: 1.5rem;
}

#section-testimoni-event .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-testimoni-event .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-testimoni-event .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-testimoni-event .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-testimoni-event .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-testimoni-event .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-testimoni-event .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-testimoni-event .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-testimoni-event .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-testimoni-event .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url(https://www.objectivity.co.uk/styles/assets/ico_arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-testimoni-event .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-testimoni-event #inner {
  margin: auto;
  text-align: left;
  background: #fff;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 24px rgba(47, 52, 185, 0.06);
  box-shadow: 0px 8px 24px rgba(47, 52, 185, 0.06);
  border: 1px solid rgba(164, 180, 225, 0.3);
}

#section-testimoni-event #quote-wrapper {
  position: relative;
  min-height: 325px;
  padding: 40px 3rem;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
}

#section-testimoni-event #quote-quote a {
  color: #020202;
  text-decoration: none;
}

#section-testimoni-event #quote-quote a:hover {
  color: #020202;
  text-decoration: underline;
}

#section-testimoni-event .quote-desc {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -flex-direction: column;
  flex-direction: column;
}

#section-testimoni-event #quote-attrib {
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  color: #0c1325;
  font-weight: bold;
  margin-bottom: 0;
}

#section-testimoni-event #quote-univ {
  color: rgba(12, 19, 37, 0.5);
  font-size: 14px;
  font-family: 'Sarabun', sans-serif;
  -webkit-box-align: end;
  -flex-align: end;
  align-items: flex-end;
}

#section-testimoni-event .quote {
  margin-left: 2rem;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-testimoni-event blockquote {
  font-family: 'Sarabun', sans-serif;
  color: #0c1325;
  font-size: 20px;
  line-height: 1.3em;
  padding-top: 1em;
  position: relative;
  z-index: 1;
  font-weight: normal;
  margin-bottom: 0.75em;
}

#section-testimoni-event blockquote::before {
  content: '“';
  color: #e0ddd7;
  font-family: georgia, serif;
  font-size: 6em;
  position: absolute;
  left: -0.25em;
  top: 0.35em;
  z-index: -10;
}

#section-testimoni-event .img-profil {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#section-testimoni-event .owl-theme .custom-nav {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
}

#section-testimoni-event .owl-theme .custom-nav .owl-prev,
#section-testimoni-event .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 55px;
  width: 55px;
  color: transparent;
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
}

#section-testimoni-event .owl-theme .custom-nav .owl-prev:focus,
#section-testimoni-event .owl-theme .custom-nav .owl-next:focus {
  outline: none;
}

#section-testimoni-event .owl-theme .custom-nav .owl-prev {
  right: 115px;
  background-image: url('../img/nav-left.png');
  background-repeat: no-repeat;
}

#section-testimoni-event .owl-theme .custom-nav .owl-next {
  right: 50px;
  background-image: url('../img/nav-right.png');
  background-repeat: no-repeat;
}

#section-produk-v2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

#section-produk-v2 .sp-wrapper-layout {
  position: relative;
  width: 100%;
}

#section-produk-v2 .sp-container-produk {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#section-produk-v2 .title {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  width: 60%;
  text-align: center;
}

#section-produk-v2 .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-produk-v2 .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-produk-v2 .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-produk-v2 .item-produk {
  display: -grid;
  display: grid;
  -grid-columns: (minmax(275px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-row: auto;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
}

#section-produk-v2 .card-produk:nth-child(1):hover {
  border: 2px solid #0f2c7e;
  -webkit-box-shadow: 8px 8px 0 rgba(15, 44, 126, 0.2);
  box-shadow: 8px 8px 0 rgba(15, 44, 126, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(1):hover .card-body .btn-primary {
  background-color: #0f2c7e;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(2):hover,
#section-produk-v2 .card-produk:nth-child(4):hover {
  border: 2px solid #e81115;
  -webkit-box-shadow: 8px 8px 0 #fbc2c3;
  box-shadow: 8px 8px 0 #fbc2c3;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(2):hover .card-body .btn-primary,
#section-produk-v2 .card-produk:nth-child(4):hover .card-body .btn-primary {
  background-color: #e81115;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(3):hover {
  border: 2px solid #37ab47;
  -webkit-box-shadow: 8px 8px 0 rgba(55, 171, 71, 0.2);
  box-shadow: 8px 8px 0 rgba(55, 171, 71, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(3):hover .card-body .btn-primary {
  background-color: #37ab47;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(5):hover {
  border: 2px solid #9a1636;
  -webkit-box-shadow: 8px 8px 0 rgba(154, 22, 54, 0.2);
  box-shadow: 8px 8px 0 rgba(154, 22, 54, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(5):hover .card-body .btn-primary {
  background-color: #9a1636;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(6):hover {
  border: 2px solid #00a99d;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 169, 157, 0.2);
  box-shadow: 8px 8px 0 rgba(0, 169, 157, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(6):hover .card-body .btn-primary {
  background-color: #00a99d;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(7):hover {
  border: 2px solid #1b2e51;
  -webkit-box-shadow: 8px 8px 0 rgba(27, 46, 81, 0.2);
  box-shadow: 8px 8px 0 rgba(27, 46, 81, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(7):hover .card-body .btn-primary {
  background-color: #1b2e51;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk:nth-child(8):hover {
  border: 2px solid #f3810a;
  -webkit-box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  box-shadow: 8px 8px 0 rgba(243, 129, 10, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2 .card-produk:nth-child(8):hover .card-body .btn-primary {
  background-color: #f3810a;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 #section-produk-v2 .card-produk:nth-child(9):hover {
  border: 2px solid #008e50;
  -webkit-box-shadow: 8px 8px 0 rgba(29, 243, 10, 0.2);
  box-shadow: 8px 8px 0 rgba(29, 243, 10, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#section-produk-v2
  #section-produk-v2
  .card-produk:nth-child(9):hover
  .card-body
  .btn-primary {
  background-color: #008e50;
  color: #fff;
  cursor: pointer;
  border: none;
}

#section-produk-v2 .card-produk {
  border: 2px solid #eaeaea;
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 0 #f1f3fa;
  box-shadow: 8px 8px 0 #f1f3fa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

#section-produk-v2 .card-produk .card-title {
  border-bottom: 2px dashed #eaeaea;
  margin-bottom: 0.25rem;
  padding: 1rem;
}

#section-produk-v2 .card-produk .card-title h4 {
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
}

#section-produk-v2 .card-produk .card-body .konten {
  min-height: 150px;
}

#section-produk-v2 .card-produk .card-body .konten h6 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-produk-v2 .card-produk .card-body .konten ul {
  padding-left: 0.65rem;
}

#section-produk-v2 .card-produk .card-body .konten li {
  list-style-type: '\2B9E';
  color: #f8a3a4;
}

#section-produk-v2 .card-produk .card-body .konten li p {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Sarabun', sans-serif;
  padding-left: 0.75rem;
  margin-bottom: 0;
  color: rgba(15, 36, 64, 0.85);
  text-transform: capitalize;
}

#section-produk-v2 .card-produk hr {
  margin: 0;
}

#section-produk-v2 .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#section-produk-v2 .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  padding: 0.5rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.2);
  box-shadow: 6px 6px 0 0 rgba(55, 84, 164, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-produk-v2 .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  padding-right: 2rem;
}

#section-produk-v2 .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
}

#section-produk-v2 .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-produk-v2 .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-produk-v2 .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-produk-v2 .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-produk-v2 .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-produk-v2 .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-produk-v2 .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-produk-v2 .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-peta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f3fa;
  border-radius: 0 275px 0 275px;
}

#section-peta .sp-container-peta {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

#section-peta .st-row-peta {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-peta .title {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}

#section-peta .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-peta .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-peta .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-peta .grid-konten-peta {
  width: 100%;
  margin-bottom: 1.4rem;
}

#section-peta .grid-konten-peta .item-peta {
  text-align: center;
}

#section-peta .grid-konten-peta .item-peta img {
  height: 60px;
}

#section-peta .grid-konten-peta .item-peta h3 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
  padding-top: 1rem;
}

@media (max-width: 767.98px) {
  #section-peta .grid-konten-peta .item-peta h3 {
    font-size: 1.4rem;
    line-height: 34px;
  }
}

#section-peta .grid-konten-peta .item-peta p {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-peta #image-map {
  text-align: center;
}

#section-peta #image-map .img-peta {
  height: 400px;
}

#section-peta #image-map ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
}

#section-peta #image-map ul li {
  position: relative;
  list-style: none;
  width: 13px;
  height: 13px;
  background: #e81115;
  margin: 0 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #fff;
  /*box-shadow: 0 0 0 2px #fff, 0 0 0 3px red;*/
}

#section-peta #image-map ul li:hover {
  background: #3949ab;
  /*box-shadow: 0 0 0 4px #333, 0 0 0 6px #86ff3b;*/
}

#section-peta #image-map ul li .content {
  position: absolute;
  bottom: 35px;
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

#section-peta #image-map ul li .content h4 {
  font-family: 'Poppins', sans-serif;
  color: rgba(15, 36, 64, 0.85);
  text-decoration: underline;
  font-weight: 500;
}

#section-peta #image-map ul li .content:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  bottom: -15px;
  left: 46%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#section-peta #image-map ul li .content .list-kampus {
  text-align: left;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-peta #image-map ul li .content .list-kampus tr {
  vertical-align: middle;
}

#section-peta #image-map ul li .content .list-kampus img {
  height: 25px;
  padding-right: 0.75rem;
}

#section-peta #image-map ul li .content hr {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

#section-peta #image-map ul li .content .lihat-mitra {
  text-decoration: none;
  color: #3949ab;
  font-family: 'Sarabun', sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
}

#section-peta #image-map ul li:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -10px red;
    box-shadow: 0 0 -10px red;
  }
  40% {
    -webkit-box-shadow: 0 0 20px red;
    box-shadow: 0 0 20px red;
  }
  60% {
    -webkit-box-shadow: 0 0 20px red;
    box-shadow: 0 0 20px red;
  }
  100% {
    -webkit-box-shadow: 0 0 -10px red;
    box-shadow: 0 0 -10px red;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -10px red;
    box-shadow: 0 0 -10px red;
  }
  40% {
    -webkit-box-shadow: 0 0 20px red;
    box-shadow: 0 0 20px red;
  }
  60% {
    -webkit-box-shadow: 0 0 20px red;
    box-shadow: 0 0 20px red;
  }
  100% {
    -webkit-box-shadow: 0 0 -10px red;
    box-shadow: 0 0 -10px red;
  }
}

#section-peta #image-map ul .button-glow {
  -webkit-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

#section-peta #image-map li {
  position: absolute;
}

#section-peta #image-map #aceh-new {
  left: 70px;
  bottom: 370px;
}

#section-peta #image-map #sumatra-new {
  left: 100px;
  bottom: 290px;
}

#section-peta #image-map #riau-new {
  left: 107px;
  bottom: 264px;
}

#section-peta #image-map #lampung-new {
  left: 103px;
  bottom: 153px;
}

#section-peta #image-map #banten-new {
  left: 90px;
  bottom: 122px;
}

#section-peta #image-map #jabar-new {
  left: 60px;
  bottom: 100px;
}

#section-peta #image-map #jateng-new {
  left: 73px;
  bottom: 90px;
}

#section-peta #image-map #jatim-new {
  left: 65px;
  bottom: 90px;
}

#section-peta #image-map #bali-new {
  left: 130px;
  bottom: 52px;
}

#section-peta #image-map #papua-new {
  left: 580px;
  bottom: 165px;
}

#section-peta #image-map #maluku-new {
  left: 255px;
  bottom: 210px;
}

#section-peta #image-map #sulawesi-new {
  left: 45px;
  bottom: 220px;
}

#section-peta #image-map #kalimantan-new {
  left: -160px;
  bottom: 243px;
}

#section-peta .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
  padding-top: 1.5rem;
}

#section-peta .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-peta .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-peta .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-peta .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-peta .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-peta .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-peta .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-peta .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-peta .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-peta .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-peta .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#berita-home {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-color: #f1f3fa;
}

#berita-home .title {
  text-align: center;
}

#berita-home .title h3 {
  font-weight: 700;
  font-size: 2.3rem;
  color: #212529;
  font-family: 'Poppins', sans-serif;
}

#berita-home .title p {
  font-size: 1.2rem;
  color: #1d1d1b;
  font-family: 'Sarabun', sans-serif;
}

#berita-home #owl-berita {
  padding-top: 3rem;
}

#berita-home #owl-berita a {
  text-decoration: none;
}

#berita-home #owl-berita .card-berita {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

#berita-home #owl-berita .card-berita:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

#berita-home #owl-berita .card-berita img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 200px;
}

#berita-home #owl-berita .card-berita .desc {
  padding: 1rem;
}

#berita-home #owl-berita .card-berita .desc h3 {
  font-family: 'Poppins', sans-serif;
  color: #0c1325;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#berita-home #owl-berita .card-berita .desc h3:hover {
  color: #3949ab;
}

#berita-home #owl-berita .card-berita .desc span {
  color: #e81115;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
}

#berita-home #owl-berita .card-berita .desc p {
  margin-top: -5px;
  font-family: 'Sarabun', sans-serif;
  color: #1d1d1b;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#berita-home .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#berita-home .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#berita-home .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#berita-home .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
}

#berita-home .btn-primary:focus:after {
  background-position: 18px;
}

#berita-home .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#berita-home .btn-primary:hover:after {
  background-position: 18px;
}

#berita-home .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#berita-home .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #0f2c7e;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#berita-home .btn-default:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-default:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-default:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#berita-home .btn-default:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #104719;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#berita-home .btn-light:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-light:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#berita-home .btn-light:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#berita-home .btn-light:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #104719;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#berita-home .btn-default--primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.14);
}

#berita-home .btn-default--primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#produk-sevima {
  background-image: url('../img/bg-produk.jpg');
  /* Set a specific height */
  min-height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

#produk-sevima .produk-sevima {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#produk-sevima .produk-sevima .border-red2 {
  border-bottom: 8px solid #f14a4b;
  width: 80px;
  margin: 0px auto;
}

#produk-sevima .produk-sevima h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  color: #fff;
}

#produk-sevima .produk-sevima p {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}

#produk-sevima .produk-sevima .info-produk {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}

#produk-sevima .produk-sevima .info-produk:hover .overlay-produk {
  background-color: rgba(55, 84, 164, 0.8);
}

#produk-sevima .produk-sevima .info-produk:hover .text-overlay {
  opacity: 1 !important;
}

#produk-sevima .produk-sevima .info-produk h4 a {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: -10px;
  margin-top: 0;
}

#produk-sevima .produk-sevima .info-produk h4 a:hover {
  color: #000;
  text-decoration: none;
}

#produk-sevima .produk-sevima .info-produk p {
  font-size: 16px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 10px;
}

#produk-sevima .produk-sevima .info-produk .info-produk-image {
  padding: 10px;
}

#produk-sevima .produk-sevima .info-produk .info-produk-image img {
  width: auto;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

#produk-sevima .produk-sevima .info-produk .overlay-produk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /* opacity: 0; */
  background-color: rgba(55, 84, 164, 0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#produk-sevima .produk-sevima .info-produk .overlay-produk .text-overlay {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#section-video-v2 {
  background-image: url('../img/aksen-biru.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
  /*tooltip */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#section-video-v2 .title {
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
}

#section-video-v2 .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-video-v2 .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-video-v2 .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-video-v2 .video-wrapper {
  -webkit-box-pack: end;
  -flex-pack: end;
  justify-content: end;
  position: relative;
}

#section-video-v2 .video-wrapper .video-player {
  position: relative;
  padding-top: 56.4%;
}

#section-video-v2 .video-wrapper iframe {
  position: absolute;
  top: -90000px;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
  -webkit-transition: top 0.05s, opacity 0.45s;
  transition: top 0.05s, opacity 0.45s;
}

#section-video-v2 .video-wrapper iframe.watch {
  top: 0;
  opacity: 1;
}

#section-video-v2 .video-wrapper .video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  -webkit-transition: visibility 0.33s, opacity 0.33s;
  transition: visibility 0.33s, opacity 0.33s;
  background-image: url('../img/gbr-yutub.jpg');
}

#section-video-v2 .video-wrapper .video-trigger.removed {
  opacity: 0;
  visibility: hidden;
}

#section-video-v2 .video-wrapper .video-trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

#section-video-v2 .video-wrapper .video-trigger .text {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30%;
  position: relative;
  width: auto;
  margin: auto 0;
  color: white;
  z-index: 1;
}

#section-video-v2 .video-wrapper .video-trigger .text .btn-play {
  width: 450px;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  -flex-item-align: center;
  -grid-row-align: center;
  align-self: center;
}

#section-video-v2 .video-wrapper .video-trigger .text .btn-play:hover {
  opacity: 0.4;
}

#section-video-v2 .video-wrapper .video-trigger a#play-video {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
}

#section-video-v2 .testimoni-slider .card-body {
  padding-top: 0rem;
  max-height: 275px;
}

#section-video-v2 .testimoni-slider .card-body blockquote {
  padding-left: 1rem;
}

#section-video-v2 .testimoni-slider .card-body blockquote p {
  padding: 0rem 1rem 0 1.5rem;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-video-v2 .testimoni-slider .card-body blockquote:before,
#section-video-v2 .testimoni-slider .card-body blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  opacity: 0.8;
  font-style: normal;
  color: #e81115;
}

#section-video-v2 .testimoni-slider .card-body blockquote:before {
  left: 20px;
  top: -20px;
}

#section-video-v2 .testimoni-slider .card-body blockquote:after {
  content: '\201D';
  right: 20px;
}

#section-video-v2 .testimoni-slider .data-diri {
  margin: 0 3.875rem;
}

#section-video-v2 .testimoni-slider .data-diri .card-img-top {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: relative;
}

#section-video-v2 .testimoni-slider .data-diri .info {
  text-align: left;
  margin-top: 2rem;
  position: relative;
}

#section-video-v2 .testimoni-slider .data-diri .info h3 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: 'Sarabun', sans-serif;
  color: #0f2440;
}

#section-video-v2 .testimoni-slider .data-diri .info h4 {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-video-v2 .testimoni-slider .owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}

#section-video-v2 .testimoni-slider .owl-buttons .owl-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}

#section-video-v2 .testimoni-slider .owl-buttons .owl-next:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
  content: '\f105';
}

#section-video-v2 .testimoni-slider .owl-buttons .owl-prev:hover:before,
#section-video-v2 .testimoni-slider .owl-buttons .owl-next:hover:before {
  opacity: 1;
}

#section-video-v2 .testimoni-slider .owl-prev {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#section-video-v2 .testimoni-slider .owl-next {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  left: auto;
  right: 0;
}

#section-video-v2 .testimoni-slider .owl-theme .owl-controls {
  margin-top: 40px;
}

#section-video-v2 .testimoni-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}

#section-video-v2 .testimoni-slider .owl-theme .owl-dots {
  text-align: left;
  margin-left: 3.25rem;
}

#section-video-v2 .testimoni-slider .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.4;
  background: url('../img/christiningrum.png') no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
}

#section-video-v2
  .testimoni-slider
  .owl-theme
  .owl-dots
  .owl-dot:nth-child(2)
  span {
  background: url('../img/agus.jpg') no-repeat;
  background-size: cover;
}

#section-video-v2
  .testimoni-slider
  .owl-theme
  .owl-dots
  .owl-dot:nth-child(3)
  span {
  background: url('../img/Abdurrahman.png') no-repeat;
  background-size: cover;
}

#section-video-v2
  .testimoni-slider
  .owl-theme
  .owl-dots.clickable
  .owl-dot:hover
  span {
  opacity: 0.5;
}

#section-video-v2 .testimoni-slider .owl-theme .owl-dots .owl-dot.active span,
#section-video-v2
  .testimoni-slider
  .owl-theme
  .owl-dots
  .owl-dot.active:hover
  span {
  border-color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  #section-video-v2 .testimoni-slider .owl-buttons {
    bottom: 30%;
  }
}

#section-video-v2 .testimoni-slider .button-selengkapnya {
  padding-top: 1.5rem;
  margin-left: 3.25rem;
  margin-bottom: 1.5rem;
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-video-v2
  .testimoni-slider
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position: 18px;
}

#section-video-v2
  .testimoni-slider
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-video-v2
  .testimoni-slider
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position: 18px;
}

#section-video-v2
  .testimoni-slider
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-video-v2 .testimoni-slider .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-video-v2 .testimoni-slider .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-video-v2 .background-video {
  background: #3949ab;
  border: none;
  color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 30px 60px rgba(3, 0, 71, 0.15);
  box-shadow: 0px 30px 60px rgba(3, 0, 71, 0.15);
  padding: 2rem;
  margin-top: 2rem;
  width: auto;
}

#section-video-v2 h6 {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}

#section-video-v2 h5 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Sarabun', sans-serif;
}

#section-video-v2 .hero-video {
  position: -webkit-sticky;
  position: sticky;
}

#section-video-v2 iframe {
  border-radius: 10px;
}

#section-video-v2 #youtubevideotabs {
  float: left;
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
}

#section-video-v2 #youtubevideotabs li {
  list-style-type: none;
  padding: 10px 0;
  height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.75rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #section-video-v2 #youtubevideotabs li {
    width: 220px;
    display: inherit;
  }
}

@media (max-width: 767.98px) {
  #section-video-v2 #youtubevideotabs li {
    width: 320px;
    display: inherit;
  }
}

#section-video-v2 #youtubevideotabs li .tooltipwrapper {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  left: 50%;
  margin-left: -60px;
}

#section-video-v2 #youtubevideotabs li .tooltiptext {
  color: #fff;
  text-align: left;
  font-size: 14px;
  white-space: normal;
  max-width: 300px;
  word-wrap: break-word;
  display: inline-block;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  padding: 8px;
}

#section-video-v2 #youtubevideotabs li .tooltiptext::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
}

#section-video-v2 #youtubevideotabs li.active {
  background: #e81115;
  border-radius: 4px;
  padding-left: 1rem;
}

#section-video-v2 #youtubevideotabs li:hover .tooltipwrapper {
  visibility: visible;
}

#section-video-v2 ::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

#section-video-v2 ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

#section-video-v2 ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#section-video-v2 ::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}

#section-kisah-sukses {
  margin-bottom: 3rem;
  margin-top: 1rem;
  /* Click the image one by one to see the different layout */
  /* Owl Carousel */
  /* Icon CSS */
}

#section-kisah-sukses .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-kisah-sukses .title-section a {
  color: #0f2440;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
}

#section-kisah-sukses .title-section a:hover {
  color: #3949ab;
}

#section-kisah-sukses .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-kisah-sukses .sks-wrapper-layout {
  position: relative;
  width: 100%;
}

#section-kisah-sukses .sks-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#section-kisah-sukses .owl-prev {
  background: url('../img/nav-kiri.png') left center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

#section-kisah-sukses .owl-next {
  background: url('../img/nav-kanan.png') right center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

#section-kisah-sukses .owl-prev:hover,
#section-kisah-sukses .owl-next:hover {
  opacity: 0.5;
}

#section-kisah-sukses .owl-prev:focus,
#section-kisah-sukses .owl-next:focus {
  outline: none;
}

#section-kisah-sukses .owl-item {
  opacity: 0.5;
}

#section-kisah-sukses .active {
  opacity: 1;
}

#section-kisah-sukses .center {
  border-bottom: 5px solid #e81115;
}

#section-kisah-sukses .item {
  position: relative;
}

#section-kisah-sukses .item .card {
  border: none;
  height: 100%;
  border-radius: 0px;
}

#section-kisah-sukses .item .card .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#section-kisah-sukses .item .card .card-body {
  padding: 0.75rem;
  padding-left: 0rem;
}

#section-kisah-sukses .item .card .card-body span a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-kisah-sukses .item .card .card-body .cs-title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

#section-kisah-sukses .item .card .card-body .cs-title a {
  color: #0f2440;
  font-weight: 600;
}

#section-kisah-sukses .item .card .card-body .cs-title a:hover {
  text-decoration: none;
  color: #3949ab;
}

#section-kisah-sukses .item .card .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  color: #7d89aa;
  letter-spacing: 0.1em;
}

#section-kisah-sukses .item .card .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-kisah-sukses
  .item
  .card
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-kisah-sukses .item .card .card-body .post-meta a {
  text-decoration: none;
  color: #7d89aa;
  font-weight: bold;
}

#section-kisah-sukses .item .card .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-komunitas-v2 {
  margin-bottom: 5rem;
}

#section-komunitas-v2 .title {
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}

#section-komunitas-v2 .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

#section-komunitas-v2 .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-komunitas-v2 .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-komunitas-v2 .konten {
  background-image: url('../img/gbr-komuniti.png');
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
  max-width: 90rem;
  margin: 0 auto;
}

#section-komunitas-v2 .konten .kosong {
  -webkit-box-flex: 0;
  -flex: 0 0 calc(100% - 500px);
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
}

#section-komunitas-v2 .konten .kosong img {
  display: none;
  height: 300px;
}

#section-komunitas-v2 .konten .text-konten {
  width: 100%;
  margin-top: 12rem;
  margin-right: 1rem;
}

#section-komunitas-v2 .konten .text-konten h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
}

#section-komunitas-v2 .konten .text-konten p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Sarabun', sans-serif;
  color: rgba(15, 36, 64, 0.85);
}

#section-komunitas-v2 .konten .text-konten .button-selengkapnya {
  padding-top: 1.5rem;
}

#section-komunitas-v2 .konten .text-konten .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-komunitas-v2 .konten .text-konten .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:focus:after {
  background-position: 18px;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:hover:after {
  background-position: 18px;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-komunitas-v2
  .konten
  .text-konten
  .button-selengkapnya
  .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-komunitas-v2 .konten .text-konten .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-logo-partnership {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#section-logo-partnership .title {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  width: 60%;
  text-align: center;
}

#section-logo-partnership .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  #section-logo-partnership .title h2 {
    font-size: 1.4rem;
    line-height: 34px;
  }
}

#section-logo-partnership .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-logo-partnership .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-logo-partnership .grid-logo {
  display: -grid;
  display: grid;
  -grid-rows: auto;
  grid-template-rows: auto;
  -grid-columns: (auto) [9];
  grid-template-columns: repeat(9, auto);
  gap: 2rem;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  #section-logo-partnership .grid-logo {
    -grid-columns: (auto) [3];
    grid-template-columns: repeat(3, auto);
  }
}

#section-logo-partnership .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  padding-top: 1.5rem;
  -webkit-box-pack: center;
  -flex-pack: center;
  justify-content: center;
}

#section-logo-partnership .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-logo-partnership .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-logo-partnership .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-logo-partnership .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-logo-partnership .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-logo-partnership .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-logo-partnership .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-logo-partnership .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-logo-partnership .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-logo-partnership .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-logo-partnership .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#perguruan-tinggi {
  padding: 6rem 0;
  margin: 8rem 0;
  background-image: url(../img/bg-client.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#perguruan-tinggi .konten {
  padding-top: 15%;
}

#perguruan-tinggi .konten h1 {
  font-size: 2.3rem;
  font-family: 'Poppins', sans-serif;
}

#perguruan-tinggi .konten h4 {
  color: #1d1d1b;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: 'Sarabun', sans-serif;
}

#kata-mereka {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}

#kata-mereka .kata-mereka h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-align: center;
}

#kata-mereka .kata-mereka p {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 3rem;
}

#kata-mereka .kata-mereka .testimoni-scroll img {
  width: 50px;
  margin-top: 50px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#kata-mereka .kata-mereka #owl-testimoni {
  margin-top: 40px;
}

#kata-mereka .kata-mereka #owl-testimoni img {
  width: 80px !important;
  height: 80px !important;
  -o-object-position: top;
  object-position: top;
}

#kata-mereka .kata-mereka #owl-testimoni .card-testimoni {
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 15px;
}

#kata-mereka .kata-mereka #owl-testimoni .card-testimoni h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 30px;
}

#kata-mereka .kata-mereka #owl-testimoni .card-testimoni p {
  text-align: left;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  font-size: 20px;
}

#kata-mereka .kata-mereka #owl-testimoni .card-testimoni span {
  font-family: 'Sarabun', sans-serif;
  color: #a0a0a0;
  font-size: 20px;
}

#kata-mereka .kata-mereka #owl-testimoni .tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #fff #fff transparent transparent;
}

#kata-mereka .kata-mereka #owl-testimoni .tri-right.left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: 90px;
  bottom: auto;
  z-index: -1;
  border: 12px solid;
  border-radius: 5px;
  border-color: #fff #fff transparent transparent;
}

#section-event-berita {
  margin-bottom: 4rem;
}

#section-event-berita .title {
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}

#section-event-berita .title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f2440;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  #section-event-berita .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
}

#section-event-berita .title .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-event-berita .title .underline--magical:hover {
  background-size: 100% 88%;
}

#section-event-berita .title-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #3949ab;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -flex-pack: justify;
  justify-content: space-between;
}

#section-event-berita .title-section h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  color: #fff;
  background-color: #3949ab;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

#section-event-berita .item .card {
  border: none;
  height: 350px;
}

#section-event-berita .item .card .card-img-top {
  border-radius: 4px;
}

#section-event-berita .item .card .card-body {
  padding: 1rem 0;
}

#section-event-berita .item .card .card-body span a {
  font-size: 0.75rem;
  font-family: 'Sarabun', sans-serif;
  color: #e81115;
  font-weight: bold;
}

#section-event-berita .item .card .card-body a {
  text-decoration: none;
}

#section-event-berita .item .card .card-body .title-berita {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
}

#section-event-berita .item .card .card-body .title-berita:hover {
  color: #3949ab;
}

#section-event-berita .item .card .card-body .post-meta {
  font-family: 'Sarabun', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #7c849e;
  letter-spacing: 0.1em;
}

#section-event-berita .item .card .card-body .post-meta > li {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
}

#section-event-berita
  .item
  .card
  .card-body
  .post-meta
  > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#section-event-berita .item .card .card-body .post-meta a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#section-event-berita .item .card .card-body .post-meta a:hover {
  text-decoration: underline;
}

#section-cta-v2 {
  background-color: #f1f3fa;
  max-width: 1200px;
  margin-right: 0;
  margin-left: auto;
  border-top-left-radius: 150px;
}

#section-cta-v2 .text-konten {
  margin: auto;
  text-align: left;
  padding-left: 3rem;
}

#section-cta-v2 .text-konten h2 {
  font-size: 2.125rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #0f2440;
}

#section-cta-v2 .text-konten a.link-wa {
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  margin-left: 1.2rem;
  display: inline-block;
  background: none;
  color: #e81115;
  border: 1px solid #e81115;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#section-cta-v2 .text-konten a.link-wa:hover {
  background-color: #e81115;
  color: #fff;
  text-decoration: none;
}

#section-cta-v2 .text-konten .underline--magical {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a4b4e1),
    to(#a4b4e1)
  );
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

#section-cta-v2 .text-konten .underline--magical:hover {
  background-size: 100% 88%;
}

#section-cta-v2 .text-konten .button-selengkapnya {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  padding-top: 1.5rem;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #e81115;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#section-cta-v2 .text-konten .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #c10205;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #section-cta-v2 .text-konten .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#section-cta-v2 .text-konten p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #0f2440;
}

#section-cta-v2 .gambar-konten {
  display: -webkit-box;
  display: -flexbox;
  display: flex;
  -webkit-box-pack: end;
  -flex-pack: end;
  justify-content: flex-end;
}

#section-cta-v2 .pattern-cta {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -39px;
}

#section-cta-v2 .pattern-cta .aksen-cta {
  height: 85px;
}

#kontak-kami {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#kontak-kami .maps iframe {
  width: 100%;
  -webkit-box-shadow: 0 0 10px #515151;
  box-shadow: 0 0 10px #515151;
  height: 600px;
}

#kontak-kami .maps-overlay {
  z-index: -1;
  margin-top: 20px;
  width: 90%;
  position: absolute;
  height: 600px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2e4382),
    to(#66457e)
  );
  background: linear-gradient(to right, #2e4382, #66457e);
}

#kontak-kami .kontak-kami .row {
  margin: 2rem 0;
}

#kontak-kami .kontak-kami h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1.2rem;
}

#kontak-kami .kontak-kami p {
  font-size: 1.2rem;
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
}

/*--------- RESPONSIVE -----------*/
@media (min-width: 1600px) {
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    max-width: 90rem !important;
  }
  #section-berita-v2 .sb-container-berita {
    max-width: 90rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  #section-produk-v2 .sp-container-produk {
    max-width: 90rem !important;
  }
  #section-cta-form .scf-wrapper-layout {
    background: #f1f3fa;
  }
  #section-cta-form .scf-container-form .scf-row {
    max-width: 90rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  #section-form-page .fp-container {
    margin: 0 auto !important;
  }
}

@media (min-width: 1200px) {
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    max-width: 75rem;
  }
  #section-kisah-sukses-v2 .container {
    max-width: 75rem;
  }
}

@media (min-width: 992px) {
  #section-hero .cs-hero-right-column .hero-konten {
    width: 100%;
  }
  #section-hero .cs-hero .hero-list {
    -webkit-box-flex: 0;
    -flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 0 !important;
  }
  #section-kisah-sukses .artikel-portofolio-mobile {
    display: none;
  }
  section#partners {
    min-height: 705px;
    max-height: 705px;
  }
  section#partners img {
    position: absolute;
  }
  section#partners img#disney {
    top: -53px;
    left: 200px;
  }
  section#partners img#bb {
    top: 60px;
    left: 28rem;
  }
  section#partners img#heetch {
    top: 212px;
    left: 85px;
  }
  section#partners img#marionnaud {
    left: -90px;
  }
  section#partners img#shine {
    left: 0rem;
    bottom: 110px;
  }
  section#partners img#dougs {
    left: 21rem;
    bottom: 0;
  }
  section#partners img#cityscoot {
    top: -20px;
    right: 20rem;
  }
  section#partners img#gaumont {
    top: 150px;
    right: 75px;
  }
  section#partners img#coverd {
    top: 280px;
    right: 70px;
  }
  section#partners img#rc {
    right: 15rem;
  }
  section#partners img#mimabio {
    right: 30rem;
    bottom: -3rem;
  }
  section#partners img#clubmed {
    right: 1rem;
    bottom: 30px;
  }
  section#partners #category {
    color: rgba(18, 33, 62, 0.2);
  }
  section#partners #category #activities {
    position: absolute;
    top: -20px;
    left: 0;
  }
  section#partners #category #health {
    position: absolute;
    top: 145px;
    left: 120px;
  }
  section#partners #category #traveling {
    position: absolute;
    top: 275px;
    left: -70px;
  }
  section#partners #category #sale {
    position: absolute;
    left: -30px;
    bottom: 125px;
  }
  section#partners #category #needs {
    position: absolute;
    left: 180px;
    bottom: 70px;
  }
  section#partners #category #supply {
    position: absolute;
    bottom: 120px;
    right: 400px;
  }
  section#partners #category #hotel {
    position: absolute;
    right: 100px;
    bottom: 200px;
  }
  section#partners #category #technology {
    position: absolute;
    top: 300px;
    right: 15rem;
  }
  section#partners #category #shopping {
    position: absolute;
    top: 6rem;
    right: 170px;
  }
  section#partners #category #decoration {
    position: absolute;
    top: 0;
    right: 37rem;
  }
  #section-komunitas-v2 .konten-mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #section-hero .background-image {
    border-bottom-right-radius: none;
  }
  #section-hero .background-image img {
    border-bottom-right-radius: none;
  }
  #section-hero .background-image::after {
    border-bottom-right-radius: none;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero {
    padding-bottom: 5rem;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title {
    -webkit-box-flex: 1;
    -flex: 1;
    flex: 1;
    max-width: 100%;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .hero-desc {
    margin-top: 1.5rem;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem !important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 3rem;
  }
  #section-hero
    .cs-hero-layout-fullwidth
    .cs-hero
    .hero-list
    .carousel-indicators {
    margin: none;
    bottom: -6.5rem;
    top: auto;
    right: 0;
    left: 0;
    height: 20px;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  #section-tentang-v3 .gambar-konten {
    margin-top: 3rem;
  }
  #section-tentang-v3 .gambar-konten .img-pattern {
    width: 300px;
    height: 260px;
    right: 0;
  }
  #section-tentang-v3 .text-konten .title h2 {
    font-size: 1.75rem;
  }
  #section-produk-v2 .sp-container-produk {
    padding: 0 1rem;
  }
  #section-produk-v2 .title {
    width: 100%;
  }
  #section-produk-v2 .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-peta .sp-container-peta {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section-peta .item-peta h3 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-peta .title {
    width: 100%;
  }
  #section-peta .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-video-v2 .testimoni-slider {
    padding-top: 3rem;
  }
  #section-video-v2 .testimoni-slider .data-diri {
    padding-bottom: 0;
  }
  #section-video-v2 .title {
    margin-bottom: 0;
  }
  #section-video-v2 .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-kisah-sukses .artikel-portofolio {
    display: none;
  }
  #section-kisah-sukses .artikel-portofolio-mobile {
    padding: 1rem;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card {
    border: none;
    border-radius: 10px;
    min-height: 300px;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-img-top {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body {
    padding: 0.75rem;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body span a {
    font-size: 0.75rem;
    font-family: 'Sarabun', sans-serif;
    color: #e81115;
    font-weight: bold;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body .cs-title {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .cs-title
    a {
    color: #0f2440;
    font-weight: 500;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .cs-title
    a:hover {
    text-decoration: none;
    color: #3949ab;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body .post-meta {
    font-family: 'Sarabun', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -flexbox;
    display: flex;
    -flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    color: #7d89aa;
    letter-spacing: 0.1em;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    > li:not(:last-child):after {
    margin-right: 0.5rem;
    content: '\b7';
    margin-left: 0.5rem;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    a {
    text-decoration: none;
    color: #7d89aa;
    font-weight: bold;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    a:hover {
    text-decoration: underline;
  }
  #section-komunitas-v2 .konten {
    display: none;
  }
  #section-komunitas-v2 .title {
    margin-bottom: 1rem;
  }
  #section-komunitas-v2 .title h2 {
    font-size: 1.75rem;
  }
  #section-komunitas-v2 .konten-mobile {
    text-align: center;
  }
  #section-komunitas-v2 .konten-mobile img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #section-komunitas-v2 .konten-mobile .text-konten {
    width: 100%;
    padding-top: 2rem;
  }
  #section-komunitas-v2 .konten-mobile .text-konten h4 {
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Sarabun', sans-serif;
    color: #0f2440;
  }
  #section-komunitas-v2 .konten-mobile .text-konten p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya {
    padding-top: 1.5rem;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn {
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0.8125rem 1.875rem;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
    box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 100vh;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary {
    color: #fff;
    background-color: #e81115;
    border-color: #e81115;
    padding-right: 5.0625rem;
    min-height: 3.25rem;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:focus {
    color: #fff;
    background-color: #e81115;
    border: 1px solid transparent;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:focus:after {
    background-position: 18px;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:focus:before {
    right: 30px;
    width: 10px;
    opacity: 1;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:hover {
    color: #fff;
    background-color: #e81115;
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:hover:after {
    background-position: 18px;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:hover:before {
    right: 30px;
    width: 10px;
    opacity: 1;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 32px;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out,
      width right 0.3s ease-in-out ease-in 0.3s;
    transition: opacity 0.3s ease-in-out,
      width right 0.3s ease-in-out ease-in 0.3s;
    content: '';
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:after {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    width: 3.4375rem;
    height: 2.5rem;
    background-color: #c10205;
    background-image: url('../img/ico_arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
    content: '';
    border-radius: 100vh;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  #section-komunitas-v2 .konten-mobile .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  #section-cta-v2 .text-konten {
    margin-top: 3rem;
  }
  #section-cta-v2 .text-konten h2 {
    font-size: 1.5rem;
  }
  #section-footer .footer-location {
    position: relative;
  }
  #section-footer .bottom-footer {
    margin: 0 auto;
    text-align: center;
  }
  #section-footer .bottom-footer .icon-medsos {
    text-align: center !important;
  }
  #section-form-page .fp-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section-form-page .fp-container .fp-text {
    padding-right: 0;
  }
  #section-form-page .fp-container .fp-text h2 {
    font-size: 3rem;
  }
  #section-form-page
    .fp-container
    .fp-form
    .contact-form
    .nav-tabs
    .radio-text {
    text-align: start;
  }
  #section-form-page .fp-container.flex.wrapper {
    text-align: center;
  }
  #section-form-page .scroll {
    position: relative;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 2rem;
  }
  #section-form-page .gradient-bg.gradient-bg-contact-us {
    height: 100%;
  }
  #kontak-kami-magang .title-magang {
    padding: 15rem 1rem;
  }
  #kontak-kami-karir {
    padding: 4rem 0 6rem;
  }
  #kontak-kami .maps-form {
    padding-top: 3rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
  }
  #berita .card-kategori {
    margin-bottom: 7rem;
  }
}

@media (max-width: 767.98px) {
  .hero-video iframe {
    height: 200px;
  }
  .background-video .title-list {
    margin-top: 1rem;
  }
  #section-hero
    .cs-hero-layout-fullwidth
    .cs-hero
    .hero-title
    .hero-title-berita {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .hero-desc {
    margin-top: 1.5rem;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 3rem;
  }
  #section-peta {
    border-radius: 0px;
  }
  #section-video-v2 .video-wrapper {
    padding: 0 1rem;
  }
  #section-video-v2 .video-wrapper .video-trigger .text .btn-play {
    width: 100%;
    float: none;
  }
  #section-kisah-sukses-v2 {
    padding-bottom: 2rem;
  }
  #section-kisah-sukses-v2 .pattern-kiri,
  #section-kisah-sukses-v2 .pattern-kanan {
    display: none;
  }
  #section-kisah-sukses-v2 .grid-kisah-sukses {
    display: none;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .card {
    border-radius: 10px;
    margin-bottom: 1rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    .card-title {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote {
    padding-left: 1rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote
    p {
    padding: 1rem 1rem 0 1.5rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:before,
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:after {
    font-family: 'FontAwesome';
    content: '\201C';
    position: absolute;
    font-size: 2rem;
    font-weight: 600;
    opacity: 0.8;
    font-style: normal;
    color: #e81115;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:before {
    left: 20px;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:after {
    content: '\201D';
    right: 20px;
    bottom: 1px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card {
    border: none;
    border-radius: 10px;
    min-height: 300px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-img-top {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body {
    padding: 0.75rem;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body span a {
    font-size: 0.75rem;
    font-family: 'Sarabun', sans-serif;
    color: #e81115;
    font-weight: bold;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body .cs-title {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .cs-title
    a {
    color: rgba(15, 36, 64, 0.85);
    font-weight: 500;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .cs-title
    a:hover {
    text-decoration: none;
    color: #3949ab;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta {
    font-family: 'Sarabun', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    color: #7d89aa;
    letter-spacing: 0.1em;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    > li:not(:last-child):after {
    margin-right: 0.5rem;
    content: '\b7';
    margin-left: 0.5rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    a {
    text-decoration: none;
    color: #7d89aa;
    font-weight: bold;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    a:hover {
    text-decoration: underline;
  }
  #section-cta-v2 {
    border-top-left-radius: 0px;
  }
  #section-cta-v2 .text-konten {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  #section-cta-v2 .text-konten .button-selengkapnya {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #section-cta-v2 .gambar-konten {
    margin-bottom: 6rem;
  }
  #section-form .title-about h2 {
    width: 100%;
  }
  #section-form .sf-konten {
    padding: 2rem;
  }
  #section-form .sf-konten .nav-tabs {
    margin-bottom: 2rem;
  }
  #section-form .sf-konten .nav-tabs .radio {
    margin-bottom: 2rem;
  }
  #section-form-page #fp-contact .fp-container-contact {
    -ms-grid-columns: 250px;
    grid-template-columns: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #section-video .video-wrapper .video-trigger .text {
    top: 40%;
  }
  #section-video .video-wrapper .video-trigger .text .text-testimoni {
    padding-left: 1rem;
  }
  #section-video .video-wrapper .video-trigger .text .text-testimoni p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  #section-kisah-sukses-v2 {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  #section-kisah-sukses-v2 .grid-kisah-sukses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr 415px 225px;
    grid-template-rows: 1fr 415px 225px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  #section-kisah-sukses-v2 .grid7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 1 / 1 / 2 / 13;
  }
  #section-kisah-sukses-v2 .grid1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 2 / 1 / 3 / 5;
  }
  #section-kisah-sukses-v2 .grid2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3 / 1 / 4 / 5;
  }
  #section-kisah-sukses-v2 .grid3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 2 / 5 / 3 / 9;
  }
  #section-kisah-sukses-v2 .grid4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 3 / 5 / 4 / 9;
  }
  #section-kisah-sukses-v2 .grid6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-area: 2 / 9 / 3 / 13;
  }
  #section-kisah-sukses-v2 .grid5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-area: 3 / 9 / 4 / 13;
  }
  #section-kisah-sukses-v2 .grid1 .card,
  #section-kisah-sukses-v2 .grid3 .card,
  #section-kisah-sukses-v2 .grid6 .card {
    min-height: 415px;
  }
  #section-kisah-sukses-v2 .grid2 .card,
  #section-kisah-sukses-v2 .grid4 .card,
  #section-kisah-sukses-v2 .grid5 .card {
    height: 225px;
  }
  #section-kisah-sukses-v2 .grid2 .card-img-overlay,
  #section-kisah-sukses-v2 .grid4 .card-img-overlay,
  #section-kisah-sukses-v2 .grid5 .card-img-overlay {
    padding-top: 3rem !important;
  }
  #section-kisah-sukses-v2 .pattern-kanan {
    width: 200px;
    height: 400px;
    position: absolute;
    background: #e81115;
    border-radius: 0px;
    right: -10px;
    bottom: 130px;
    z-index: 0;
  }
  #section-kisah-sukses-v2 .pattern-kiri {
    border-radius: 0px;
  }
  #section-kisah-sukses-v2 .grid7 .card-img-top {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses-v2 .grid7 .card-body blockquote:after {
    bottom: 1px;
  }
  #section-form .sf-konten {
    padding: 3rem;
  }
  #section-form .title-about h2 {
    width: 60%;
  }
}

.ebook-page .hero-ebook {
  background: url('../img/ornamen2-testimoninew.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-color: #2a2eb5;
  color: #fff;
}

.ebook-page .hero-ebook .hero-ebook-text {
  padding: 5rem 0 3rem;
}

.ebook-page .hero-ebook .hero-ebook-text h1 {
  font-weight: bold;
  font-size: 2.25rem;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 575.98px) {
  .ebook-page .hero-ebook .hero-ebook-text h1 {
    font-size: 1.85rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.ebook-page .hero-ebook .hero-ebook-text p {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.5rem;
}

.ebook-page .hero-ebook .hero-ebook-img {
  width: 30%;
}

.ebook-page .hero-ebook .hero-ebook-img img {
  height: 25rem;
}

@media (max-width: 996px) {
  .ebook-page .hero-ebook .hero-ebook-img img {
    height: 15rem;
  }
}

.ebook-page #section-all-ebook {
  margin-bottom: 5rem;
}

.ebook-page #section-all-ebook .title-section {
  margin-bottom: 3rem;
  text-align: center;
}

.ebook-page #section-all-ebook .title-section h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  margin-bottom: 0;
}

.ebook-page #section-all-ebook .grid-all-ebook {
  margin: 0 -0.5rem;
}

.ebook-page #section-all-ebook .grid-all-ebook .card {
  padding: 1rem 0.5rem;
  height: 100%;
  border: none;
}

.ebook-page #section-all-ebook .grid-all-ebook .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -webkit-box-shadow: -4px -4px 18px -3px rgba(0, 0, 0, 0.36);
  box-shadow: -4px -4px 18px -3px rgba(0, 0, 0, 0.36);
}

.ebook-page #section-all-ebook .grid-all-ebook .card-body {
  padding: 1.5rem 1rem 0;
}

.ebook-page #section-all-ebook .grid-all-ebook .card-body a {
  text-decoration: none;
}

.ebook-page #section-all-ebook .grid-all-ebook .card-body .title-ebook {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
  margin: 0;
}

.ebook-page #section-all-ebook .grid-all-ebook .card-body .title-ebook:hover {
  color: #3949ab;
}

@media (max-width: 575.98px) {
  .ebook-page #section-all-ebook .title-section {
    margin-bottom: 2rem;
  }
  .ebook-page #section-all-ebook .title-section h3 {
    font-size: 1.675rem;
    line-height: 2.5rem;
  }
  .ebook-page #section-all-ebook .grid-all-ebook .card-body {
    padding: 1rem 0.625rem 0;
  }
  .ebook-page #section-all-ebook .grid-all-ebook .card-body .title-ebook {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.ebook-page #section-all-ebook .nav-page {
  margin: auto 0;
}

.ebook-page #header-single-ebook {
  background: url('../img/ornamen2-testimoninew.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-color: #2a2eb5;
  color: #fff;
  padding: 5rem 0 3rem;
  margin-bottom: 5rem;
}

.ebook-page #header-single-ebook .container .row {
  margin: 0 -1.5rem;
}

.ebook-page #header-single-ebook .container .row .col {
  padding: 0 1.5rem;
}

.ebook-page #header-single-ebook .container .row .col.left .cover-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.ebook-page #header-single-ebook .container .row .col.right .title-ebook {
  font-weight: bold;
  font-size: 2.25rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 2rem;
  line-height: 3rem;
}

.ebook-page #header-single-ebook .container .row .col.right .abstrak-ebook {
  margin: 0;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.6rem;
  font-family: 'Sarabun', sans-serif;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya {
  margin-top: 2.5rem;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red {
  color: #fff;
  background-color: #e81115;
  border-color: #e81115;
  min-height: 3.25rem;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:focus {
  color: #fff;
  background-color: #e81115;
  border: 1px solid transparent;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:focus:after {
  background-position: 18px;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:hover {
  color: #fff;
  background-color: #e81115;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:hover:after {
  background-position: 18px;
}

.ebook-page
  #header-single-ebook
  .container
  .row
  .col.right
  .button-selengkapnya
  .btn-red:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .ebook-page #header-single-ebook {
    padding: 3rem 0 2rem;
    margin-bottom: 3rem;
  }
  .ebook-page #header-single-ebook .container .row {
    margin: 0 -1rem;
  }
  .ebook-page #header-single-ebook .container .row .col {
    padding: 0 1rem;
  }
  .ebook-page #header-single-ebook .container .row .col.right {
    margin-top: 1rem;
  }
  .ebook-page #header-single-ebook .container .row .col.right .title-ebook {
    font-size: 1.85rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.ebook-page #ebook-content .container .row .col-12 .content-section {
  font-family: 'Sarabun', sans-serif;
}

.ebook-page #ebook-content .container .row .col-12 .content-section p {
  font-size: 1.125rem;
  line-height: 1.6rem;
  margin-bottom: 1.325rem;
}

.ebook-page
  #ebook-content
  .container
  .row
  .col-12
  .content-section
  .title-form {
  margin: 5rem 0 3rem;
  text-align: center;
}

.ebook-page #ebook-content .container .row .col-12 .content-section select,
.ebook-page #ebook-content .container .row .col-12 .content-section input,
.ebook-page
  #ebook-content
  .container
  .row
  .col-12
  .content-section
  .select2-selection {
  border-radius: 4px !important;
}

.ebook-page #ebook-content .container .row .col-12 .content-section .wpcf7 {
  margin: 0 auto 7rem;
  max-width: 480px;
  font-family: 'Sarabun', sans-serif;
}

.ebook-page
  #ebook-content
  .container
  .row
  .col-12
  .content-section
  .wpcf7
  label {
  font-size: 1rem;
  font-weight: 400;
}

.ebook-page
  #ebook-content
  .container
  .row
  .col-12
  .content-section
  .wpcf7
  .btn-selengkapnya2 {
  margin: 2rem 0 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .ebook-page
    #ebook-content
    .container
    .row
    .col-12
    .content-section
    .title-form {
    margin: 3rem 0 2rem;
  }
  .ebook-page #ebook-content .container .row .col-12 .content-section .wpcf7 {
    margin-bottom: 4rem;
  }
  .ebook-page
    #ebook-content
    .container
    .row
    .col-12
    .content-section
    .btn-selengkapnya2 {
    margin: 2rem 0 0;
    width: 100%;
  }
}

.ebook-page #rekomendasi-ebook {
  margin-bottom: 5rem;
}

.ebook-page #rekomendasi-ebook .title-section {
  margin-bottom: 3rem;
  text-align: center;
}

.ebook-page #rekomendasi-ebook .title-section h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  margin-bottom: 0;
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook {
  margin: 0 -0.5rem;
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook .card {
  padding: 1rem 0.5rem;
  height: 100%;
  border: none;
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -webkit-box-shadow: -4px -4px 18px -3px rgba(0, 0, 0, 0.36);
  box-shadow: -4px -4px 18px -3px rgba(0, 0, 0, 0.36);
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-body {
  padding: 1.5rem 1rem 0;
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-body a {
  text-decoration: none;
}

.ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-body .title-ebook {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #0f2440;
  font-family: 'Sarabun', sans-serif;
  margin: 0;
}

.ebook-page
  #rekomendasi-ebook
  .rekomendasi-ebook
  .card-body
  .title-ebook:hover {
  color: #3949ab;
}

.ebook-page #rekomendasi-ebook .link-list a {
  text-decoration: none;
}

.ebook-page #rekomendasi-ebook .link-list a h4 {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Sarabun', sans-serif;
  color: #3949ab;
  margin: 0;
  text-decoration: underline;
}

.ebook-page #rekomendasi-ebook .link-list a h4:hover {
  color: #0f2440;
}

@media (max-width: 575.98px) {
  .ebook-page #rekomendasi-ebook .title-section {
    margin-bottom: 2rem;
  }
  .ebook-page #rekomendasi-ebook .title-section h3 {
    font-size: 1.675rem;
    line-height: 2.5rem;
  }
  .ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-body {
    padding: 1rem 0.625rem 0;
  }
  .ebook-page #rekomendasi-ebook .rekomendasi-ebook .card-body .title-ebook {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.ebook-page #cta-siakadcloud .container {
  background-color: #0f4b89;
  border-radius: 50px;
  margin: 2rem auto 10rem;
  width: 75vw;
}

@media (max-width: 991.98px) {
  .ebook-page #cta-siakadcloud .container {
    margin-top: 4rem;
  }
}

@media (max-width: 575.98px) {
  .ebook-page #cta-siakadcloud .container {
    margin-top: 10rem;
  }
}

.ebook-page #cta-siakadcloud .container .row {
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.ebook-page #cta-siakadcloud .container .row > img {
  position: absolute;
}

.ebook-page #cta-siakadcloud .container .row > img#topright {
  top: 20px;
  right: 30px;
}

.ebook-page #cta-siakadcloud .container .row > img#botright {
  bottom: 0;
  right: 0;
}

.ebook-page #cta-siakadcloud .container .row .left {
  background-image: url('../img/ebook/siakad-ad/bg-info-header-2.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ebook-page #cta-siakadcloud .container .row .left .mockup {
  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;
}

.ebook-page #cta-siakadcloud .container .row .left .mockup img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .ebook-page #cta-siakadcloud .container .row .left .mockup img {
    width: 320px;
    max-width: 90%;
    margin: 1rem;
    margin-top: 2rem;
  }
}

.ebook-page #cta-siakadcloud .container .row .right {
  padding: 4rem;
  padding-left: 2rem;
}

@media (max-width: 991.98px) {
  .ebook-page #cta-siakadcloud .container .row .right {
    padding: 2rem 3rem !important;
  }
}

.ebook-page #cta-siakadcloud .container .row .right h2 {
  font-size: 2.4rem;
  line-height: 52px;
  color: #fff;
  margin-bottom: 16px;
}

.ebook-page #cta-siakadcloud .container .row .right p {
  font-size: 1rem;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}

.ebook-page #cta-siakadcloud .container .row .right .cta-button .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

.ebook-page #cta-siakadcloud .container .row .right .cta-button .btn-primary {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:focus {
  color: #fff;
  background-color: #ffb300;
  border: 1px solid transparent;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:focus:after {
  background-position: 18px;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:hover {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:hover:after {
  background-position: 18px;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

.ebook-page
  #cta-siakadcloud
  .container
  .row
  .right
  .cta-button
  .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #ef6c00;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (max-width: 767.98px) {
  .ebook-page #cta-siakadcloud .container .row .right h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }
  .ebook-page #cta-siakadcloud .container .row .right p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 2rem;
  }
  .ebook-page #cta-siakadcloud .container .row .right .btn {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199.98px) {
  #hero-image-karir {
    height: 60vh;
  }
  #hero-image-karir .title h2 {
    zoom: 0.8;
  }
  #hero-image-karir .title p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .tiket-promo h3 {
    font-size: 18px;
    padding: 1.1rem 0 0 2rem;
  }
  .kode-kupon {
    margin-top: 1.2rem;
  }
  #hero-image-magang p,
  #magang-beneran p,
  #menang-banyak p,
  #KataTemanMagang p,
  #kontak-kami-magang p {
    font-size: 1rem;
  }
  #hero-image-magang .title {
    padding-top: 0;
  }
  #hero-image-magang .title h2 {
    zoom: 0.6;
  }
  #hero-image-magang .title p {
    line-height: 1.5;
  }
  #hero-image-magang .arrow {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  #section-header-berita {
    height: auto;
  }
  #section-header-berita .sidebar-item {
    position: relative;
  }
  #section-header-berita .header-berita-mobile {
    margin-top: 1rem;
  }
  #section-header-berita .video-utama .btn-playvideo .video-btn {
    right: 120px;
    top: 80px;
  }
  #section-header-berita .card-video .video-list .btn-playvideo .video-btn {
    right: 30px;
    top: 20px;
  }
  #section-header-berita
    .card-video
    .video-list
    .btn-playvideo
    .video-btn
    .btn-play {
    width: 35px;
  }
  .zoom-me .img-header .gbr-header {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .conten-tambahan #section-artikel-menarik .list-artikelterkait {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .hiden-xs {
    display: none;
  }
  .visible-xs {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    margin-bottom: 2rem;
  }
  .custom-toggler .navbar-toggler-icon {
    padding: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.5' y1='1.5' x2='18.5' y2='1.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='8.5' x2='18.5' y2='8.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='15.5' x2='18.5' y2='15.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .navbar-toggler {
    background: #3754a4;
  }
  .hide-xs {
    display: none;
  }
  .head-sevima {
    display: none;
  }
  .navbar-hide {
    display: block;
  }
  .navbar-collapse-sevima-2 {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    padding-top: 3rem;
    max-height: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.1s;
  }
  .navbar-collapse-sevima-2 .navbar-480 {
    display: block;
  }
  .navbar-collapse-sevima-2 .navigation-res {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse-sevima-2 .navigation-res ul {
    padding-left: 0;
    list-style: none;
  }
  .navbar-collapse-sevima-2 .navigation-res ul .promo-mobile {
    background: #3754a4;
    border-radius: 4px;
    padding-left: 1rem;
  }
  .navbar-collapse-sevima-2 .navigation-res ul .promo-mobile a {
    color: #fff;
  }
  .navbar-collapse-sevima-2 .navigation-res ul .promo-mobile a:hover {
    color: #fff;
  }
  .navbar-collapse-sevima-2 .navigation-res ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7ddf0;
  }
  .navbar-collapse-sevima-2 .navigation-res ul li a {
    color: rgba(12, 19, 37, 0.5);
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }
  .navbar-collapse-sevima-2 .navigation-res ul li a i {
    float: right;
  }
  .navbar-collapse-sevima-2 .navigation-res ul li a:hover {
    color: rgba(12, 19, 37, 0.8);
  }
  .navbar-collapse-sevima-2 .navigation-res h4 {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .navbar-collapse-sevima-2 .navigation-res a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  .navbar-collapse-sevima-2 .navigation-res .card {
    font-family: 'Exo', sans-serif;
    height: auto;
    padding: 15px 15px 0px 15px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .navbar-collapse-sevima-2 .navigation-res .card p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .navbar-collapse-sevima-2 .navigation-res .card:hover {
    border: 1px solid #3754a4;
    text-decoration: none;
  }
  .navbar-collapse-sevima-2 .navigation-res .card img {
    height: auto;
    width: 100px;
    margin-bottom: 10px;
  }
  .navbar-collapse-sevima-2 .navbar-toggler {
    float: right;
    margin-top: 4%;
  }
  .navbar-collapse-sevima {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    padding-top: 3rem;
    max-height: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.1s;
  }
  .navbar-collapse-sevima .navbar-480 {
    display: block;
  }
  .navbar-collapse-sevima .navigation-res {
    display: block;
    border-bottom: 1px solid #d7ddf0;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse-sevima .navigation-res .search-box {
    width: auto;
    position: relative;
    margin-top: 1rem;
  }
  .navbar-collapse-sevima .navigation-res .search-box input[type='text'] {
    width: 100%;
    padding: 0.6rem 1rem;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #9c9fa5;
  }
  .navbar-collapse-sevima .navigation-res .fa-search {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #9c9fa5;
  }
  .navbar-collapse-sevima .navigation-res ul {
    padding-left: 0;
    list-style: none;
  }
  .navbar-collapse-sevima .navigation-res ul .promo-mobile {
    background: #3754a4;
    border-radius: 4px;
    padding-left: 1rem;
  }
  .navbar-collapse-sevima .navigation-res ul .promo-mobile a {
    color: #fff;
  }
  .navbar-collapse-sevima .navigation-res ul .promo-mobile a:hover {
    color: #fff;
  }
  .navbar-collapse-sevima .navigation-res ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7ddf0;
  }
  .navbar-collapse-sevima .navigation-res ul li a {
    color: rgba(12, 19, 37, 0.5);
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }
  .navbar-collapse-sevima .navigation-res ul li a i {
    float: right;
  }
  .navbar-collapse-sevima .navigation-res ul li a:hover {
    color: rgba(12, 19, 37, 0.8);
  }
  .navbar-collapse-sevima .navigation-res .btn-kontak {
    text-align: center;
    font-size: 1rem;
    width: 100%;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
  }
  .navbar-collapse-sevima .navigation-res .btn-wa {
    border: 1px solid #0dc152;
  }
  .navbar-collapse-sevima .navigation-res .btn-wa .uil-whatsapp {
    color: #0dc152;
  }
  .navbar-collapse-sevima .navigation-res .btn-wa h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2440;
    margin: 0;
  }
  .navbar-collapse-sevima .navigation-res .btn-email {
    border: 1px solid #e81115;
  }
  .navbar-collapse-sevima .navigation-res .btn-email .uil-envelope {
    color: #e81115;
  }
  .navbar-collapse-sevima .navigation-res .btn-email h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2440;
  }
  .navbar-collapse-sevima .navigation-res .link-sosmed {
    text-align: center;
    padding-top: 14px;
    display: inline-block;
  }
  .navbar-collapse-sevima .navigation-res .link-sosmed a {
    color: #9c9fa5;
    font-size: 1.5rem;
  }
  .navbar-collapse-sevima .navbar-toggler {
    float: right;
    margin-top: 4%;
  }
  .navbar-collapse-sevima-3 {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    padding-top: 3rem;
    max-height: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.1s;
  }
  .navbar-collapse-sevima-3 .navbar-480 {
    display: block;
  }
  .navbar-collapse-sevima-3 .navigation-res {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse-sevima-3 .navigation-res ul {
    padding-left: 0;
    list-style: none;
  }
  .navbar-collapse-sevima-3 .navigation-res ul .promo-mobile {
    background: #3754a4;
    border-radius: 4px;
    padding-left: 1rem;
  }
  .navbar-collapse-sevima-3 .navigation-res ul .promo-mobile a {
    color: #fff;
  }
  .navbar-collapse-sevima-3 .navigation-res ul .promo-mobile a:hover {
    color: #fff;
  }
  .navbar-collapse-sevima-3 .navigation-res ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7ddf0;
  }
  .navbar-collapse-sevima-3 .navigation-res ul li a {
    color: rgba(12, 19, 37, 0.5);
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }
  .navbar-collapse-sevima-3 .navigation-res ul li a i {
    float: right;
  }
  .navbar-collapse-sevima-3 .navigation-res ul li a:hover {
    color: rgba(12, 19, 37, 0.8);
  }
  .navbar-collapse-sevima-3 .navbar-toggler {
    float: right;
    margin-top: 4%;
  }
  .navbar-collapse-sevima-5,
  .navbar-collapse-sevima-1 {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    padding-top: 3rem;
    max-height: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.1s;
  }
  .navbar-collapse-sevima-5 .navbar-480,
  .navbar-collapse-sevima-1 .navbar-480 {
    display: block;
  }
  .navbar-collapse-sevima-5 .navigation-res,
  .navbar-collapse-sevima-1 .navigation-res {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse-sevima-5 .navigation-res ul,
  .navbar-collapse-sevima-1 .navigation-res ul {
    padding-left: 0;
    list-style: none;
  }
  .navbar-collapse-sevima-5 .navigation-res ul .promo-mobile,
  .navbar-collapse-sevima-1 .navigation-res ul .promo-mobile {
    background: #3754a4;
    border-radius: 4px;
    padding-left: 1rem;
  }
  .navbar-collapse-sevima-5 .navigation-res ul .promo-mobile a,
  .navbar-collapse-sevima-1 .navigation-res ul .promo-mobile a {
    color: #fff;
  }
  .navbar-collapse-sevima-5 .navigation-res ul .promo-mobile a:hover,
  .navbar-collapse-sevima-1 .navigation-res ul .promo-mobile a:hover {
    color: #fff;
  }
  .navbar-collapse-sevima-5 .navigation-res ul li,
  .navbar-collapse-sevima-1 .navigation-res ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7ddf0;
  }
  .navbar-collapse-sevima-5 .navigation-res ul li a,
  .navbar-collapse-sevima-1 .navigation-res ul li a {
    color: rgba(12, 19, 37, 0.5);
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }
  .navbar-collapse-sevima-5 .navigation-res ul li a i,
  .navbar-collapse-sevima-1 .navigation-res ul li a i {
    float: right;
  }
  .navbar-collapse-sevima-5 .navigation-res ul li a:hover,
  .navbar-collapse-sevima-1 .navigation-res ul li a:hover {
    color: rgba(12, 19, 37, 0.8);
  }
  .navbar-collapse-sevima-5 .navbar-toggler,
  .navbar-collapse-sevima-1 .navbar-toggler {
    float: right;
    margin-top: 4%;
  }
  #hero-image-magang {
    background-image: none;
    text-align: center;
    height: 100%;
  }
  #hero-image-magang .title {
    padding-top: 4rem;
    color: #0f2440;
  }
  #hero-image-magang .title h2 {
    font-size: 3rem;
  }
  #hero-image-magang .title p {
    color: #0f2440;
    margin: auto;
  }
  #hero-image-magang .video_wrapper {
    width: 100%;
    position: relative;
  }
  #hero-image-magang .videoIframe {
    zoom: 0.5;
  }
  #hero-image-magang .videoPoster {
    zoom: 0.5;
  }
  #hero-image-magang .videoPoster:hover {
    cursor: pointer;
  }
  #hero-image-magang .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    background-color: #e81115;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #hero-image-magang .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 48px;
    margin: -15px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #magang-beneran .grid-gambar {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #magang-beneran .grid-gambar .horizontal {
    grid-column: span 2;
  }
  #magang-beneran .grid-gambar .img-full {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
  }
  #menang-banyak .title {
    margin-top: 1rem;
  }
  #KataTemanMagang .video_wrapper {
    width: 100%;
    position: relative;
    margin: 2rem 0;
    z-index: 3000;
  }
  #KataTemanMagang .videoIframe {
    zoom: 0.85;
  }
  #KataTemanMagang .videoPoster {
    zoom: 0.85;
  }
  #KataTemanMagang .videoPoster:hover {
    cursor: pointer;
  }
  #KataTemanMagang .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    background-color: #e81115;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #KataTemanMagang .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 51%;
    width: 42px;
    height: 48px;
    margin: -15px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #KataTemanMagang .videoPoster:hover:before,
  #KataTemanMagang .videoPoster:focus:before {
    border-color: #fff;
  }
  #KataTemanMagang .videoPoster:hover:after,
  #KataTemanMagang .videoPoster:focus:after {
    border-left-color: #fff;
  }
  #KataTemanMagang .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }
  #KataTemanMagang .owl-carousel {
    padding: 0 !important;
  }
  #hero-image-sevima ul#slider-header {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  #hero-image-sevima .card-blue,
  #hero-image-sevima .card-red {
    width: auto;
  }
  #hero-image-sevima .kolom1 .card {
    margin-bottom: 2rem;
  }
  #hero-image-sevima .kolom1 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px !important;
  }
  #hero-image-karir {
    background-image: none;
    text-align: center;
    height: 100%;
    margin-bottom: 0rem;
  }
  #hero-image-karir .title {
    padding-top: 4rem;
    color: #0f2440;
  }
  #hero-image-karir .title h2 {
    font-size: 3rem;
  }
  #hero-image-karir .title p {
    color: #0f2440;
    margin: auto;
  }
  #hero-image-karir .video_wrapper {
    width: 100%;
    position: relative;
  }
  #hero-image-karir .videoIframe {
    zoom: 0.5;
  }
  #hero-image-karir .videoPoster {
    height: 100vh;
    zoom: 0.5;
  }
  #hero-image-karir .videoPoster:hover {
    cursor: pointer;
  }
  #hero-image-karir .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #hero-image-karir .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 48px;
    margin: -15px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .tiket-promo {
    display: none;
  }
  .tiket-promo-res {
    display: block;
    -webkit-box-shadow: 0px 4px 30px rgba(137, 145, 166, 0.25);
    box-shadow: 0px 4px 30px rgba(137, 145, 166, 0.25);
    background: #fff;
    padding: 20px;
  }
  #foto-karyawan .cf {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
  #foto-karyawan .cf img {
    height: 100px;
  }
  #section-afiliasi .title {
    width: 100%;
  }
  #section-afiliasi .title h2 {
    font-size: 1.75rem;
  }
  #section-afiliasi .section-header-afiliasi {
    background-image: none;
    margin-bottom: 2rem;
  }
  #section-afiliasi .section-header-afiliasi .title-header {
    width: 100%;
  }
  #section-afiliasi .section-header-afiliasi .title-header h2 {
    font-size: 2.5rem;
  }
  #section-afiliasi .section-header-afiliasi .gbr-header {
    display: none;
  }
  #section-afiliasi .section-problem-afiliasi {
    background-image: none;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  #section-afiliasi .section-step-afiliasi {
    background-image: none;
    padding: 1rem;
  }
  #section-afiliasi .section-pelajari-afiliasi .card {
    height: auto;
    margin-bottom: 1rem;
  }
  #section-afiliasi .section-pelajari-afiliasi .button-download {
    display: block;
  }
  #section-afiliasi .section-pelajari-afiliasi .btn-gofeeder {
    margin-left: 0;
    margin-top: 1rem;
  }
  #section-header-testimoni .gbr-header {
    display: none;
  }
  #section-tab-testimoni .grid-card {
    padding-right: 0;
    padding-left: 0;
  }
  #section-kisah-sukses-testimoni .sks-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section-gabung-event .title-kolom {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    margin-bottom: 2rem;
  }
  #section-gabung-event .title-kolom .title h2 {
    font-size: 1.75rem;
  }
  #section-gabung-event .ornamen1,
  #section-gabung-event .ornamen2 {
    display: none;
  }
  #section-gabung-event .card {
    padding: 1rem;
  }
  #section-gabung-event .card .point {
    font-size: 36px !important;
  }
  #section-gabung-event .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
  #section-gabung-event .item .card:nth-child(even) {
    -webkit-transform: none;
    transform: none;
  }
  #section-testimoni-event {
    background: none;
    background-color: rgba(245, 244, 255, 0.5);
    margin-top: 1rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
    height: auto;
  }
  #section-testimoni-event .ornamen1,
  #section-testimoni-event .ornamen2 {
    display: none;
  }
  #section-testimoni-event .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-testimoni-event .kotak-testi {
    margin-top: 2rem;
  }
  #section-testimoni-event .img-profil {
    margin: 0 auto;
  }
  #section-testimoni-event #quote-wrapper {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  #section-testimoni-event blockquote {
    font-size: 1rem;
  }
  #section-testimoni-event .owl-theme .custom-nav {
    bottom: 50%;
  }
  #section-testimoni-event .owl-theme .custom-nav .owl-prev {
    left: 0;
    height: 40px;
    width: 40px;
    background-size: contain;
  }
  #section-testimoni-event .owl-theme .custom-nav .owl-next {
    right: 0;
    height: 40px;
    width: 40px;
    background-size: contain;
  }
}

@media (max-width: 400px) and (min-width: 300px) {
  .img-sales-partner {
    width: 200px !important;
    height: 200px !important;
  }
}

@media (max-width: 480px) {
  #core-value #slider h4 {
    font-size: 18px;
  }
  .img-sales-partner {
    width: 220px !important;
    height: 220px !important;
  }
  #contact-wa span {
    font-size: 18px;
  }
  #contact-wa h3 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .next-back {
    font-size: 14px;
    font-family: poppins;
  }
  .title-detail-berita h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .content-detail-berita {
    font-family: hind;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 18px !important;
  }
  #kisah-sukses .heading,
  #studi-kasus .heading {
    display: block !important;
  }
  #owl-testimoni img {
    width: 50px !important;
    height: 50px !important;
  }
  .card-iklan {
    margin-left: 0;
  }
  .testimoni-scroll img {
    width: 50px;
    height: auto !important;
    margin-top: 50px;
  }
  .berita-home h3,
  .tentang-kami h3 {
    font-size: 2.3em;
  }
  .produk-sevima h3,
  .kata-mereka h3,
  .kontak-kami h3 {
    font-size: 2.3em;
    line-height: 1.5;
  }
  .card-testimoni {
    margin-top: 10px;
  }
  .card-testimoni h3 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .card-testimoni span {
    font-size: 1.3em;
  }
  .kata-mereka p,
  .kontak-kami p,
  .tentang-kami p,
  .produk-sevima p {
    font-size: 1.3em;
  }
  .info-produk h4 a {
    font-size: 1.1em;
    padding: 0 10px;
  }
  .info-produk p {
    font-size: 1em;
    padding: 0 10px;
  }
  .border-red {
    border-bottom: 5px solid #f14a4b;
    width: 50px;
  }
  .maps iframe {
    height: 400px;
  }
  #tentang-kami {
    margin-top: 0;
  }
  .title-detail-berita {
    padding: 8px 24px;
  }
  .content-detail-berita {
    padding: 15px 24px;
  }
  .iklan-sevima img {
    padding: 10px 24px 30px;
  }
  .baca-juga {
    padding: 10px 24px;
  }
  .baca-content img {
    margin-bottom: 20px;
  }
  .baca-content a {
    font-size: 18px;
    font-weight: 700;
  }
  .baca-content p {
    font-size: 12px;
    margin-top: 2px;
  }
  .berita-terkait a > h4 {
    font-size: 16px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .title-detail-berita h3 {
    font-size: 30px;
  }
}

@media (max-width: 1080px) {
  .btn-selengkapnya {
    font-size: 14px;
    padding: 10px 25px 10px 25px;
  }
  .small-text {
    font-size: 25px;
  }
  .card-iklan {
    margin-left: 0;
  }
  .nav-text {
    font-size: 14px;
  }
  .hidden-1080 {
    display: block;
  }
  .testimoni-scroll img {
    width: 50px;
    height: auto !important;
    margin-top: 50px;
  }
  .berita-kanan {
    margin-left: 0px !important;
  }
  .card-pencarian,
  .card-kategori,
  .card-berita-kanan {
    margin-left: 0px !important;
    width: 97% !important;
  }
  .list-iklan img {
    width: 100% !important;
  }
  .content-detail-berita {
    font-family: hind;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 24px;
    font-size: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .sumome-share-client-light.sumome-share-client-small.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar.sumome-share-client-wrapper-mobile-bottom-bar-scroll {
    display: none !important;
  }
  /*--- berita ---*/
  #section-berita-terbaru .grid-card-beritaterbaru {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  #section-berita-terbaru .utama {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
  #section-berita-terbaru .konten1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  #section-berita-terbaru .konten2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  #section-berita-terbaru .konten3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  #section-berita-terbaru .konten4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
  }
  #section-dunia-kampus .sidebar-item {
    position: relative;
    margin-left: 0;
    margin-top: 1rem;
  }
  #section-dunia-kampus .content-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .conten-tambahan #section-artikel-menarik .list-artikelterkait {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
  /*--- end berita ---*/
  #section-header-testimoni {
    background: url('../img/ornamen2-testimoninew.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #2a2eb5;
  }
  #section-header-testimoni .title-header {
    width: 100%;
  }
  #section-header-testimoni .title-header h2 {
    font-size: 3rem;
  }
  #section-video-testimoni {
    background: none;
    background-color: #f5f4ff;
    padding: 3rem 0;
  }
  #section-video-testimoni .video-testimoni {
    display: inline;
  }
  #section-video-testimoni .video-testimoni .text {
    margin-left: 0;
    width: 100%;
  }
  #section-video-testimoni .video-testimoni .btn-playvideo .video-btn {
    top: 50px;
  }
  #section-tab-testimoni .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  #section-kisah-sukses-testimoni {
    background: none;
  }
  #section-kisah-sukses-testimoni .title {
    width: 100%;
  }
  #section-gambar-testimoni {
    width: 100%;
  }
  #section-gambar-testimoni .grid-gambar-testimoni {
    -ms-grid-columns: (minmax(150px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
  #hero-promo .image-hero img {
    display: none;
  }
  #hero-image-sevima h1 {
    line-height: 1;
    font-size: 1.75rem;
  }
  #hero-image-sevima .greeting img {
    width: 70% !important;
  }
  #foto-karyawan .marketing,
  #foto-karyawan .c-level {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #album-foto .grid-album {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-template-areas:
      'foto1'
      'testimoni1'
      'testimoni2'
      'testimoni3'
      'testimoni4'
      'testimoni5'
      'foto2';
  }
  #album-foto .foto1 img,
  #album-foto .foto2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 355px;
  }
  #core-value {
    background-image: none;
  }
  #core-value #slider {
    zoom: 0.9;
  }
  #core-value #slider .arrow {
    top: 40%;
  }
  #hero-promo .desc {
    padding-top: 3rem;
    text-align: center;
  }
  .info-produk-image img {
    max-width: 100%;
    height: auto;
  }
  .berita-item h4 {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .left-name h4 {
    font-size: 26px;
  }
  .left-name p {
    font-size: 20px;
  }
  .berita-terkait a > h4 {
    top: 40%;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .card-testimoni {
    margin-top: 10px;
  }
  .card-testimoni h3 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .card-testimoni span {
    font-size: 1.3em;
  }
  .column-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .info-produk h4 a {
    font-size: 1.1em;
    padding: 0 10px;
  }
  .info-produk p {
    font-size: 1em;
    padding: 0 10px;
  }
  .next-back {
    font-size: 16px;
    font-family: poppins;
  }
  .content-detail-berita {
    font-family: hind;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 40px;
    font-size: 18px !important;
  }
  .kerjasevima {
    text-align: center !important;
  }
  .kerjasevima h4 {
    margin-top: 15px;
  }
  .berita-terkait img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
  }
  .baca-content a,
  .title-detail-berita .date {
    margin-top: 15px !important;
  }
  .small-text {
    font-size: 18px;
    font-weight: 500;
  }
  .main-text {
    font-size: 28px;
    line-height: 30px;
  }
  .caption-slider {
    padding: 5% 0px 0px 40px;
  }
  .img-tentang-kami img {
    width: 100%;
    padding-left: 10px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .berita-home {
    position: relative !important;
    margin-top: 0px;
  }
  .slide-berita {
    border: 1px solid #c4c4c4;
    overflow: hidden;
    border-radius: 5px;
  }
  #owl-testimoni {
    margin-top: 20px;
  }
  .padding-0 {
    padding-left: 15px;
  }
  .maps-overlay {
    visibility: hidden !important;
  }
  .hide-780 {
    display: none !important;
  }
  .img-hidden {
    margin-top: 20px;
    display: block !important;
  }
  .testimoni-scroll img {
    width: 80px;
    height: auto !important;
    margin-top: 50px;
  }
  #section-header-listpartner {
    margin-top: 1rem;
  }
  #section-header-listpartner .title-header {
    width: auto;
  }
  #section-header-listpartner .title-header h2 {
    line-height: 1.25;
    font-size: 2.75rem;
  }
  #section-header-listpartner .img-partner {
    display: none;
  }
  #section-list-partner .card-listberita {
    grid-template-areas:
      'img'
      'content';
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 1rem;
  }
  #section-list-partner .card-listberita .img-berita {
    width: auto;
  }
  #section-list-partner .card-listberita .konten-berita .card-body {
    padding: 1rem;
  }
}

@media (max-width: 1190px) {
  .img-sales-partner {
    width: 380px;
    height: 380px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-image-sevima h1 {
    line-height: 1;
    font-size: 2rem;
  }
  #hero-image-sevima .card-blue,
  #hero-image-sevima .card-red {
    margin: auto;
    width: 500px !important;
  }
  #hero-image-sevima .kolom1 {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  #hero-image-sevima .medium-kiri {
    padding-left: 5rem;
  }
  #hero-image-sevima .medium-kanan {
    padding-right: 5rem;
  }
  #hero-image-karir {
    background-image: none;
    text-align: center;
    height: 100%;
  }
  #hero-image-karir .video_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #hero-image-karir .videoIframe {
    zoom: 0.8;
  }
  #hero-image-karir .videoPoster {
    zoom: 0.8;
  }
  #hero-image-karir .videoPoster:hover {
    cursor: pointer;
  }
  #hero-image-karir .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #hero-image-karir .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 48px;
    margin: -15px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #foto-karyawan .c-level {
    margin-left: auto;
    margin-right: auto;
  }
  #foto-karyawan .nav {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  #album-foto .grid-album {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    grid-template-areas:
      'foto1 foto1'
      'testimoni1 testimoni2'
      'testimoni5 testimoni4'
      'testimoni3 foto2';
  }
  #section-header-testimoni {
    background: url('../img/ornamen2-testimoninew.png'),
      url('../img/ornamen4-testimoninew.png');
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    background-size: auto, contain;
    background-color: #2a2eb5;
  }
  #section-header-testimoni .title-header {
    width: 400px;
    margin-left: 4rem;
    float: left;
    color: #fff;
  }
  #section-kisah-sukses-testimoni .title {
    width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  #hero-image-magang .title h2 {
    zoom: 0.7;
  }
  #hero-image-magang .title p {
    width: 80%;
  }
  #hero-image-magang .arrow {
    position: relative;
    top: 35%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #hero-image-magang .video_wrapper {
    width: 100%;
    position: relative;
  }
  #hero-image-magang .videoIframe {
    zoom: 0.8;
  }
  #hero-image-magang .videoPoster:hover {
    cursor: pointer;
  }
  #hero-image-magang .videoPoster:before {
    content: '';
    position: absolute;
    top: 43%;
    left: 14%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    background-color: #e81115;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #hero-image-magang .videoPoster:after {
    content: '';
    position: absolute;
    top: 43%;
    left: 14%;
    width: 42px;
    height: 48px;
    margin: -15px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  #hero-image-karir {
    zoom: 0.9;
  }
  #hero-image-karir .title {
    padding-top: 5rem;
  }
  #hero-image-karir .videoIframe {
    position: relative;
    margin-top: 5rem;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    background-color: none !important;
    border-radius: 1rem;
  }
}

@media (min-width: 1440.98px) {
  #hero-image-magang p,
  #magang-beneran p,
  #menang-banyak p,
  #KataTemanMagang p,
  #kontak-kami-magang p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #hero-image-magang .title p {
    width: 80%;
  }
  #hero-image-magang .arrow {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/*--------- TES HOMEPAGE-----------*/
@media (min-width: 1600px) {
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    max-width: 90rem !important;
  }
  #section-berita-v2 .sb-container-berita {
    max-width: 90rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  #section-produk-v2 .sp-container-produk {
    max-width: 90rem !important;
  }
  #section-cta-form .scf-wrapper-layout {
    background: #f1f3fa;
  }
  #section-cta-form .scf-container-form .scf-row {
    max-width: 90rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  #section-form-page .fp-container {
    margin: 0 auto !important;
  }
}

@media (min-width: 1200px) {
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    max-width: 75rem;
  }
  #section-kisah-sukses-v2 .container {
    max-width: 75rem;
  }
}

@media (min-width: 992px) {
  #section-hero .cs-hero-right-column .hero-konten {
    width: 100%;
  }
  #section-hero .cs-hero .hero-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 0 !important;
  }
  #section-kisah-sukses .artikel-portofolio-mobile {
    display: none;
  }
  section#partners {
    min-height: 705px;
    max-height: 705px;
  }
  section#partners img {
    position: absolute;
  }
  section#partners img#disney {
    top: -53px;
    left: 200px;
  }
  section#partners img#bb {
    top: 60px;
    left: 28rem;
  }
  section#partners img#heetch {
    top: 212px;
    left: 85px;
  }
  section#partners img#marionnaud {
    left: -90px;
  }
  section#partners img#shine {
    left: 0rem;
    bottom: 110px;
  }
  section#partners img#dougs {
    left: 21rem;
    bottom: 0;
  }
  section#partners img#cityscoot {
    top: -20px;
    right: 20rem;
  }
  section#partners img#gaumont {
    top: 150px;
    right: 75px;
  }
  section#partners img#coverd {
    top: 280px;
    right: 70px;
  }
  section#partners img#rc {
    right: 15rem;
  }
  section#partners img#mimabio {
    right: 30rem;
    bottom: -3rem;
  }
  section#partners img#clubmed {
    right: 1rem;
    bottom: 30px;
  }
  section#partners #category {
    color: rgba(18, 33, 62, 0.2);
  }
  section#partners #category #activities {
    position: absolute;
    top: -20px;
    left: 0;
  }
  section#partners #category #health {
    position: absolute;
    top: 145px;
    left: 120px;
  }
  section#partners #category #traveling {
    position: absolute;
    top: 275px;
    left: -70px;
  }
  section#partners #category #sale {
    position: absolute;
    left: -30px;
    bottom: 125px;
  }
  section#partners #category #needs {
    position: absolute;
    left: 180px;
    bottom: 70px;
  }
  section#partners #category #supply {
    position: absolute;
    bottom: 120px;
    right: 400px;
  }
  section#partners #category #hotel {
    position: absolute;
    right: 100px;
    bottom: 200px;
  }
  section#partners #category #technology {
    position: absolute;
    top: 300px;
    right: 15rem;
  }
  section#partners #category #shopping {
    position: absolute;
    top: 6rem;
    right: 170px;
  }
  section#partners #category #decoration {
    position: absolute;
    top: 0;
    right: 37rem;
  }
  #section-komunitas-v2 .konten-mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #section-hero .background-image {
    border-bottom-right-radius: none;
  }
  #section-hero .background-image img {
    border-bottom-right-radius: none;
  }
  #section-hero .background-image::after {
    border-bottom-right-radius: none;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero {
    padding-bottom: 5rem;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .hero-desc {
    margin-top: 1.5rem;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem !important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 3rem;
  }
  #section-hero
    .cs-hero-layout-fullwidth
    .cs-hero
    .hero-list
    .carousel-indicators {
    margin: none;
    bottom: -6.5rem;
    top: auto;
    right: 0;
    left: 0;
    height: 20px;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  #section-tentang-v3 .gambar-konten {
    margin-top: 3rem;
  }
  #section-tentang-v3 .gambar-konten .img-pattern {
    width: 300px;
    height: 260px;
    right: 0;
  }
  #section-tentang-v3 .text-konten .title h2 {
    font-size: 1.75rem;
  }
  #section-produk-v2 .sp-container-produk {
    padding: 0 1rem;
  }
  #section-produk-v2 .title {
    width: 100%;
  }
  #section-produk-v2 .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-peta .sp-container-peta {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section-peta .item-peta h3 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-peta .title {
    width: 100%;
  }
  #section-peta .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-video-v2 .testimoni-slider {
    padding-top: 3rem;
  }
  #section-video-v2 .testimoni-slider .data-diri {
    padding-bottom: 0;
  }
  #section-video-v2 .title {
    margin-bottom: 0;
  }
  #section-video-v2 .title h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  #section-kisah-sukses .artikel-portofolio {
    display: none;
  }
  #section-kisah-sukses .artikel-portofolio-mobile {
    padding: 1rem;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card {
    border: none;
    border-radius: 10px;
    min-height: 300px;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-img-top {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body {
    padding: 0.75rem;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body span a {
    font-size: 0.75rem;
    font-family: 'Sarabun', sans-serif;
    color: #e81115;
    font-weight: bold;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body .cs-title {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .cs-title
    a {
    color: #0f2440;
    font-weight: 500;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .cs-title
    a:hover {
    text-decoration: none;
    color: #3949ab;
  }
  #section-kisah-sukses .artikel-portofolio-mobile .item .card-body .post-meta {
    font-family: 'Sarabun', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    color: #7d89aa;
    letter-spacing: 0.1em;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    > li:not(:last-child):after {
    margin-right: 0.5rem;
    content: '\b7';
    margin-left: 0.5rem;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    a {
    text-decoration: none;
    color: #7d89aa;
    font-weight: bold;
  }
  #section-kisah-sukses
    .artikel-portofolio-mobile
    .item
    .card-body
    .post-meta
    a:hover {
    text-decoration: underline;
  }
  #section-komunitas-v2 .konten {
    display: none;
  }
  #section-komunitas-v2 .title {
    margin-bottom: 1rem;
  }
  #section-komunitas-v2 .title h2 {
    font-size: 1.75rem;
  }
  #section-komunitas-v2 .konten-mobile {
    text-align: center;
  }
  #section-komunitas-v2 .konten-mobile img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #section-komunitas-v2 .konten-mobile .text-konten {
    width: 100%;
    padding-top: 2rem;
  }
  #section-komunitas-v2 .konten-mobile .text-konten h4 {
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Sarabun', sans-serif;
    color: #0f2440;
  }
  #section-komunitas-v2 .konten-mobile .text-konten p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya {
    padding-top: 1.5rem;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn {
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0.8125rem 1.875rem;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
    box-shadow: 6px 6px 0 0 rgba(239, 36, 39, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 100vh;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary {
    color: #fff;
    background-color: #e81115;
    border-color: #e81115;
    padding-right: 5.0625rem;
    min-height: 3.25rem;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:focus {
    color: #fff;
    background-color: #e81115;
    border: 1px solid transparent;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:focus:after {
    background-position: 18px;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:focus:before {
    right: 30px;
    width: 10px;
    opacity: 1;
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:hover {
    color: #fff;
    background-color: #e81115;
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:hover:after {
    background-position: 18px;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:hover:before {
    right: 30px;
    width: 10px;
    opacity: 1;
  }
  #section-komunitas-v2
    .konten-mobile
    .button-selengkapnya
    .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 32px;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out,
      width right 0.3s ease-in-out ease-in 0.3s;
    transition: opacity 0.3s ease-in-out,
      width right 0.3s ease-in-out ease-in 0.3s;
    content: '';
  }
  #section-komunitas-v2 .konten-mobile .button-selengkapnya .btn-primary:after {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    width: 3.4375rem;
    height: 2.5rem;
    background-color: #c10205;
    background-image: url('../img/ico_arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
    content: '';
    border-radius: 100vh;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  #section-komunitas-v2 .konten-mobile .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  #section-cta-v2 .text-konten {
    margin-top: 3rem;
  }
  #section-cta-v2 .text-konten h2 {
    font-size: 1.5rem;
  }
  #section-footer .footer-location {
    position: relative;
  }
  #section-footer .bottom-footer {
    margin: 0 auto;
    text-align: center;
  }
  #section-footer .bottom-footer .icon-medsos {
    text-align: center !important;
  }
  #section-form-page .fp-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section-form-page .fp-container .fp-text {
    padding-right: 0;
  }
  #section-form-page .fp-container .fp-text h2 {
    font-size: 3rem;
  }
  #section-form-page
    .fp-container
    .fp-form
    .contact-form
    .nav-tabs
    .radio-text {
    text-align: start;
  }
  #section-form-page .fp-container.flex.wrapper {
    text-align: center;
  }
  #section-form-page .scroll {
    position: relative;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 2rem;
  }
  #section-form-page .gradient-bg.gradient-bg-contact-us {
    height: 100%;
  }
  #kontak-kami-magang .title-magang {
    padding: 15rem 1rem;
  }
  #kontak-kami-karir {
    padding: 4rem 0 6rem;
  }
  #kontak-kami .maps-form {
    padding-top: 3rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
  }
  #berita .card-kategori {
    margin-bottom: 7rem;
  }
}

@media (max-width: 767.98px) {
  .hero-video iframe {
    height: 200px;
  }
  .background-video .title-list {
    margin-top: 1rem;
  }
  #section-hero
    .cs-hero-layout-fullwidth
    .cs-hero
    .hero-title
    .hero-title-berita {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-title .hero-desc {
    margin-top: 1.5rem;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #section-hero .cs-hero-layout-fullwidth .cs-hero .hero-list {
    margin-top: 3rem;
  }
  #section-peta {
    border-radius: 0px;
  }
  #section-video-v2 .video-wrapper {
    padding: 0 1rem;
  }
  #section-video-v2 .video-wrapper .video-trigger .text .btn-play {
    width: 100%;
    float: none;
  }
  #section-kisah-sukses-v2 {
    padding-bottom: 2rem;
  }
  #section-kisah-sukses-v2 .pattern-kiri,
  #section-kisah-sukses-v2 .pattern-kanan {
    display: none;
  }
  #section-kisah-sukses-v2 .grid-kisah-sukses {
    display: none;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .card {
    border-radius: 10px;
    margin-bottom: 1rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    .card-title {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote {
    padding-left: 1rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    color: rgba(15, 36, 64, 0.85);
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote
    p {
    padding: 1rem 1rem 0 1.5rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:before,
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:after {
    font-family: 'FontAwesome';
    content: '\201C';
    position: absolute;
    font-size: 2rem;
    font-weight: 600;
    opacity: 0.8;
    font-style: normal;
    color: #e81115;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:before {
    left: 20px;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .card
    .card-body
    blockquote:after {
    content: '\201D';
    right: 20px;
    bottom: 1px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card {
    border: none;
    border-radius: 10px;
    min-height: 300px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-img-top {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body {
    padding: 0.75rem;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body span a {
    font-size: 0.75rem;
    font-family: 'Sarabun', sans-serif;
    color: #e81115;
    font-weight: bold;
  }
  #section-kisah-sukses-v2 .grid-mobile-kisahsukses .item .card-body .cs-title {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .cs-title
    a {
    color: rgba(15, 36, 64, 0.85);
    font-weight: 500;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .cs-title
    a:hover {
    text-decoration: none;
    color: #3949ab;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta {
    font-family: 'Sarabun', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    color: #7d89aa;
    letter-spacing: 0.1em;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    > li:not(:last-child):after {
    margin-right: 0.5rem;
    content: '\b7';
    margin-left: 0.5rem;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    a {
    text-decoration: none;
    color: #7d89aa;
    font-weight: bold;
  }
  #section-kisah-sukses-v2
    .grid-mobile-kisahsukses
    .item
    .card-body
    .post-meta
    a:hover {
    text-decoration: underline;
  }
  #section-cta-v2 {
    border-top-left-radius: 0px;
  }
  #section-cta-v2 .text-konten {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  #section-cta-v2 .text-konten .button-selengkapnya {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #section-cta-v2 .gambar-konten {
    margin-bottom: 6rem;
  }
  #section-form .title-about h2 {
    width: 100%;
  }
  #section-form .sf-konten {
    padding: 2rem;
  }
  #section-form .sf-konten .nav-tabs {
    margin-bottom: 2rem;
  }
  #section-form .sf-konten .nav-tabs .radio {
    margin-bottom: 2rem;
  }
  #section-form-page #fp-contact .fp-container-contact {
    -ms-grid-columns: 250px;
    grid-template-columns: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #section-video .video-wrapper .video-trigger .text {
    top: 40%;
  }
  #section-video .video-wrapper .video-trigger .text .text-testimoni {
    padding-left: 1rem;
  }
  #section-video .video-wrapper .video-trigger .text .text-testimoni p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  #section-kisah-sukses-v2 {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  #section-kisah-sukses-v2 .grid-kisah-sukses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr 415px 225px;
    grid-template-rows: 1fr 415px 225px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  #section-kisah-sukses-v2 .grid7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 1 / 1 / 2 / 13;
  }
  #section-kisah-sukses-v2 .grid1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 2 / 1 / 3 / 5;
  }
  #section-kisah-sukses-v2 .grid2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3 / 1 / 4 / 5;
  }
  #section-kisah-sukses-v2 .grid3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 2 / 5 / 3 / 9;
  }
  #section-kisah-sukses-v2 .grid4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 3 / 5 / 4 / 9;
  }
  #section-kisah-sukses-v2 .grid6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-area: 2 / 9 / 3 / 13;
  }
  #section-kisah-sukses-v2 .grid5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-area: 3 / 9 / 4 / 13;
  }
  #section-kisah-sukses-v2 .grid1 .card,
  #section-kisah-sukses-v2 .grid3 .card,
  #section-kisah-sukses-v2 .grid6 .card {
    min-height: 415px;
  }
  #section-kisah-sukses-v2 .grid2 .card,
  #section-kisah-sukses-v2 .grid4 .card,
  #section-kisah-sukses-v2 .grid5 .card {
    height: 225px;
  }
  #section-kisah-sukses-v2 .grid2 .card-img-overlay,
  #section-kisah-sukses-v2 .grid4 .card-img-overlay,
  #section-kisah-sukses-v2 .grid5 .card-img-overlay {
    padding-top: 3rem !important;
  }
  #section-kisah-sukses-v2 .pattern-kanan {
    width: 200px;
    height: 400px;
    position: absolute;
    background: #e81115;
    border-radius: 0px;
    right: -10px;
    bottom: 130px;
    z-index: 0;
  }
  #section-kisah-sukses-v2 .pattern-kiri {
    border-radius: 0px;
  }
  #section-kisah-sukses-v2 .grid7 .card-img-top {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #section-kisah-sukses-v2 .grid7 .card-body blockquote:after {
    bottom: 1px;
  }
  #section-form .sf-konten {
    padding: 3rem;
  }
  #section-form .title-about h2 {
    width: 60%;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999999;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 20px;
  outline: none;
  width: 80%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  -webkit-transform: translate(830px, -30px);
  transform: translate(830px, -30px);
}

.modal-header {
  background-image: url('../img/ornamenbox.png');
  -webkit-transform: translate(-68px, -128px);
  transform: translate(-68px, -128px);
  background-repeat: no-repeat;
  color: black;
  padding: 190px;
  border-bottom: none;
}

.modal-header h2 {
  color: #2c2c2c;
  font-weight: bold;
  font-size: 36px;
  -webkit-transform: translate(90px, -10px);
  transform: translate(90px, -10px);
}

.modal-header h3 {
  color: #2c2c2c;
  font-weight: normal;
  font-size: 20px;
  -webkit-transform: translate(-220px, 50px);
  transform: translate(-220px, 50px);
  opacity: 80%;
}

.modal-bg {
  background-image: url('../img/ornamenbox.png');
  -webkit-transform: translate(-68px, -128px);
  transform: translate(-68px, -128px);
  background-repeat: no-repeat;
  color: black;
  padding: 150px;
  border-bottom: none;
}

.modal-bg h2 {
  color: #2c2c2c;
  font-weight: bold;
  font-size: 36px;
  -webkit-transform: translate(90px, 20px);
  transform: translate(90px, 20px);
}

.modal-bg h3 {
  color: #2c2c2c;
  font-weight: normal;
  font-size: 20px;
  -webkit-transform: translate(90px, 20px);
  transform: translate(90px, 20px);
  opacity: 80%;
}

.modal-body {
  position: relative;
  color: #2c2c2c;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: translate(0px, -250px);
  transform: translate(0px, -250px);
}

.h7,
h7 {
  padding-bottom: 1rem;
  margin-top: -6rem;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 36px;
}

.h8,
h8 {
  color: #2c2c2c;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 2rem;
}

.header .row {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.problem-container {
  width: 100%;
}

.card-problem {
  width: 100%;
  height: 100%;
}

.card.col1 {
  color: #0c1325;
  font-weight: bolder;
  font-size: 20px;
  padding-left: 20px;
  padding-top: 35px;
  height: 280px;
  width: 210px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  border: none;
  -webkit-box-direction: normal;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border-radius: 10px;
  margin-right: 10px;
  /* margin-left: 0%; */
  -webkit-box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.1);
  box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.1);
  /* margin-top: -240px; */
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.penjelasannya {
  color: #0c1325;
  opacity: 70%;
  font-size: 16px;
  font-weight: normal;
  padding-right: 20px;
  padding-top: 24px;
  line-height: 25px;
}

.card.dalam1 {
  height: 7px;
  width: 210px;
  background-color: #41a8d1;
  top: -248px;
  left: -20px;
  border-radius: 10px 10px 0 0;
}

.card.dalam2 {
  height: 7px;
  width: 210px;
  background-color: #59c59a;
  top: -248px;
  left: -20px;
  border-radius: 10px 10px 0 0;
}

.card.dalam3 {
  height: 7px;
  width: 210px;
  background-color: #fd989b;
  top: -248px;
  left: -20px;
  border-radius: 10px 10px 0 0;
}

.card.dalam4 {
  height: 7px;
  width: 210px;
  background-color: #4f7bf3;
  top: -248px;
  left: -20px;
  border-radius: 10px 10px 0 0;
}

.card.dalam5 {
  height: 7px;
  width: 210px;
  background-color: #aec07b;
  top: -248px;
  left: -20px;
  border-radius: 10px 10px 0 0;
}

.btn__custom {
  border-color: transparent;
  background: none;
  outline: none;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 180px;
  height: 50px;
}

.btn__custom__outline {
  background: none;
  outline: #ef2427;
  border: thin solid #ef2427 !important;
  color: #ef2427;
}

.btn__custom__outline:hover {
  background: #ef2427;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn__custom__fill {
  background: #ef2427 !important;
  color: #ffffff;
}

.btn__custom__fill:hover {
  background: #3949ab !important;
  outline: #007bff;
  color: #fff;
}

.btn1 {
  font-size: 14px;
  font-weight: bold;
}

.btn1__custom {
  margin-top: 50px;
  border-color: transparent;
  background: none;
  height: 35px;
  width: 170px;
  outline: none;
  border-radius: 99999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn1__custom__outline {
  background: none;
  outline: #41a8d1;
  border: thin solid #41a8d1 !important;
  color: #41a8d1;
}

.btn1__custom__outline:hover {
  background: #41a8d1;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn1__custom__fill {
  background: #41a8d1 !important;
  color: #ffffff;
}

.btn1__custom__fill:hover {
  background: none !important;
  outline: #41a8d1;
  border: thin solid #41a8d1 !important;
  color: #41a8d1;
}

.btn2 {
  font-size: 14px;
  font-weight: bold;
}

.btn2__custom {
  margin-top: 50px;
  border-color: transparent;
  background: none;
  height: 35px;
  width: 170px;
  outline: none;
  border-radius: 99999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn2__custom__outline {
  background: none;
  outline: #59c59a;
  border: thin solid #59c59a !important;
  color: #59c59a;
}

.btn2__custom__outline:hover {
  background: #59c59a;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn2__custom__fill {
  background: #59c59a !important;
  color: #ffffff;
}

.btn2__custom__fill:hover {
  background: none !important;
  outline: #59c59a;
  border: thin solid #59c59a !important;
  color: #59c59a;
}

.btn3 {
  font-size: 14px;
  font-weight: bold;
}

.btn3__custom {
  margin-top: 50px;
  border-color: transparent;
  background: none;
  height: 35px;
  width: 170px;
  outline: none;
  border-radius: 99999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn3__custom__outline {
  background: none;
  outline: #fd989b;
  border: thin solid #fd989b !important;
  color: #fd989b;
}

.btn3__custom__outline:hover {
  background: #fd989b;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn3__custom__fill {
  background: #fd989b !important;
  color: #ffffff;
}

.btn3__custom__fill:hover {
  background: none !important;
  outline: #fd989b;
  border: thin solid #fd989b !important;
  color: #fd989b;
}

.btn4 {
  font-size: 14px;
  font-weight: bold;
}

.btn4__custom {
  margin-top: 50px;
  border-color: transparent;
  background: none;
  height: 35px;
  width: 170px;
  outline: none;
  border-radius: 99999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn4__custom__outline {
  background: none;
  outline: #4f7bf3;
  border: thin solid #4f7bf3 !important;
  color: #4f7bf3;
}

.btn4__custom__outline:hover {
  background: #4f7bf3;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn4__custom__fill {
  background: #4f7bf3 !important;
  color: #ffffff;
}

.btn4__custom__fill:hover {
  background: none !important;
  outline: #4f7bf3;
  border: thin solid #4f7bf3 !important;
  color: #4f7bf3;
}

.btn5 {
  font-size: 14px;
  font-weight: bold;
}

.btn5__custom {
  margin-top: 50px;
  border-color: transparent;
  background: none;
  height: 35px;
  width: 170px;
  outline: none;
  border-radius: 99999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn5__custom__outline {
  background: none;
  outline: #aec07b;
  border: thin solid #aec07b !important;
  color: #aec07b;
}

.btn5__custom__outline:hover {
  background: #aec07b;
  outline: none;
  border: thin solid transparent !important;
  color: #ffffff;
}

.btn5__custom__fill {
  background: #aec07b !important;
  color: #ffffff;
}

.btn5__custom__fill:hover {
  background: none !important;
  outline: #aec07b;
  border: thin solid #aec07b !important;
  color: #aec07b;
}

.pl-5,
.px-5 {
  padding-left: 1rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
/*# sourceMappingURL=main.css.map */

#pricing-new {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

#pricing-new h6.item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3949ab;
  text-transform: uppercase;
}

#pricing-new .text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#pricing-new .harga {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#pricing-new article {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#pricing-new button {
  width: auto;
  border: 1px solid #e2f4eb;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pricing-new a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

#pricing-new a.btn-kontak:hover {
  background: #ef6c00;
  -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  color: #fff;
}

#pricing-new table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#pricing-new th {
  background: #f9fffc;
  border: 1px solid #e2f4eb;
  display: none;
  padding: 2rem 1rem;
}

#pricing-new td,
#pricing-new th {
  height: 53px;
}

#pricing-new td {
  border: 1px solid #e2f4eb;
  empty-cells: show;
  vertical-align: middle;
  background: #f9fffc;
}

#pricing-new td i.uil-check-circle {
  color: #3949ab;
  font-size: 1.5rem;
}

#pricing-new td i.uil-times-circle {
  color: rgba(79, 79, 79, 0.2);
  font-size: 1.5rem;
}

#pricing-new td,
#pricing-new th {
  text-align: center;
}

#pricing-new td.default i.uil-check-circle {
  color: #ffa000;
  font-weight: bold;
}

#pricing-new td.default i.uil-times-circle {
  color: rgba(255, 160, 0, 0.25);
  font-weight: bold;
}

#pricing-new .sep {
  background: rgba(170, 187, 231, 0.25);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}

#pricing-new .fitur {
  background: #3949ab;
  color: #fff;
  font-size: 1rem;
  text-align: left !important;
}

#pricing-new .txt-l {
  font-size: 28px;
  font-weight: bold;
}

#pricing-new .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

#pricing-new .tick {
  font-size: 18px;
  color: #2ca01c;
}

#pricing-new .hide {
  border: 0;
  background: none;
}

#pricing-new .col-11 {
  padding: 0;
  margin: 0;
}

#pricing-new .price-mobile {
  position: relative;
}

#pricing-new .price-mobile .card {
  border: none;
  background: linear-gradient(212.16deg, #aabbe7 13.32%, #3949ab 90.99%);
}

#pricing-new .price-mobile .card a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

#pricing-new .price-mobile .card .item-mobile {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  text-align: center;
}

#pricing-new .price-mobile .card .box-harga {
  background-color: white;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 97px;
}

#pricing-new .price-mobile .card .box-harga p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#pricing-new .price-mobile .card .box-harga .harga-mobile {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
}

#pricing-new .price-mobile .card .box-harga .bulan {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3949ab;
  font-weight: bold;
}

#pricing-new .price-mobile .card .box-harga .diskon {
  font-size: 0.875rem;
  padding-top: 1rem;
}

#pricing-new .price-mobile .card .card-konten {
  color: #fff;
  padding: 0 1rem 1rem 1rem;
}

#pricing-new .price-mobile .card .card-konten ul li {
  list-style: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  line-height: 2;
  font-family: 'Hind', sans-serif;
}

#pricing-new .price-mobile .card .card-konten li.none {
  color: rgba(255, 255, 255, 0.25);
}

#pricing-new .price-mobile .card .card-konten li.akreditasi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#pricing-new .price-mobile .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev,
#pricing-new .price-mobile .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev i,
#pricing-new .price-mobile .owl-theme .custom-nav .owl-next i {
  font-size: 4rem;
  color: #555;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev {
  left: -25px;
  top: 50px;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-next {
  right: -25px;
  top: 50px;
}

/* CSS Dewe */
.select2-selection__arrow{
	top: 3.5em !important;
}

.wpforms-form button[type=submit] {
    /* font-family: "Poppins",sans-serif; */
    /* color: #fff; */
    /* font-size: 16px; */
    background-color: #f04a4a !important;
    border-radius: 50px !important;
    border: 0 !important;
    padding: 15px 80px 35px 80px !important;
}