/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --color-black: 0, 0, 0;
  --color-dark: 45, 45, 45;
  --color-yellow: 250, 184, 68;
  --color-blue: 0, 0, 119;
  --color-cyan: 35, 193, 202;
  --color-red: 219, 22, 60;
  --color-light-blue: 70, 145, 217;
}

html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Syne', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2D2D2D;
}

body.disable {
  height: 100vh;
  overflow: hidden;
}

/*.menubar-main {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
/*  padding: 24px 30px;*/
/*  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);*/
/*}*/

/*.menubar-rounded {*/
/*  border-radius: 42px;*/
/*  padding: 14px 30px;*/
/*  margin: 30px 25px 0 25px;*/
/*}*/

/*.blue-themes .menubar-main {*/
/*  background-color: #000077;*/
/*}*/

/*.white-themes .menubar-main {*/
/*    background-color: #ffffff;*/
/*}*/

/*.red-themes .menubar-main {*/
/*  background-color: #DB163C;*/
/*}*/

/*.menubar-right {*/
/*  display: flex;*/
/*  flex: 0 0 80%;*/
/*}*/

/*.menubar-left {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  flex: 0 0 20%;*/
/*}*/

/*.brand-logo {*/
/*  position: relative;*/
/*  margin-right: 30px;*/
/*  z-index: 1060;*/
/*}*/

/*.brand-logo img {*/
/*  height: 36px;*/
/*}*/

/*.main-menu {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.25);*/
/*  padding-left: 20px;*/
/*}*/

/*.main-menu .menu-link,*/
/*.menubar-left .menu-link {*/
/*  display: inline-block;*/
/*  padding: 1px 5px;*/
/*  color: #0D4985;*/
/*  font-size: 12px;*/
/*    justify-content: center;*/
/*  letter-spacing: 1px;*/
/*  text-transform: uppercase;*/
/*  text-decoration: none;*/
/*  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);*/
/*}*/

/*.main-menu .menu-link:hover,*/
/*.menubar-left .menu-link:hover {*/
/*  color: #fab844;*/
/*}*/

/* Additional Start */
.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.relative {
  position: relative !important;
}

.sec-about-us {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/hero-tentang-kami.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.sec-about-us .hero-title {
  bottom: 70px !important;
  top: unset !important;
}

.sec-about-us .hero-title h1 {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
}

.box-world-map {
  padding: 40px 80px;
  gap: 20px;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
  background: #FFF;
  box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}

.box-gabung-bersama {
  background: #F9BB53;
  width: Fill (1, 352px)px;
  height: Hug (343.25px)px;
  padding: 40px 200px;
  gap: 16px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.box-gabung-bersama-tp {
  width: 305px;
  height: 305px;
  background: #FDE8C5;
  border-radius: 100%;
  position: absolute;
  top: -50%;
  right: -100px;
}

.box-gabung-bersama-bl {
  width: 305px;
  height: 305px;
  background: #FDE8C5;
  border-radius: 100%;
  position: absolute;
  bottom: -40%;
  left: -80px;
}

.career-form {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #FFF;
  box-shadow: 0px 4px 20px 12px rgba(0, 0, 0, 0.13);
  border-top: 1px solid #D9D9D9;
  border-radius: 100px;
  transform: translateX(-50%);
  width: 60%;
}

.lowongan-box {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  gap: 0px;
  border-radius: 16px;
  border-top: 6px solid #0D4985;
  box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.08);
}

.lowongan-box .kotak {
  width: 200px;
  height: 200px;
  border-radius: 26px;
  background-color: #66A7E6;
  opacity: 0.25;
  position: absolute;
  right: -20px;
  top: -15px;
}

.lowongan-box h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 36.5px;
}

.lowongan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lowongan-box .btn-outline-success:hover {
  color: #FFF !important;
}

.founder-square {
  width: 240px;
  height: 240px;
  border-radius: 26px;
  background-color: #9CE1E5;
  position: absolute;
  left: -100px;
}

.founder-box-name {
  border-radius: 16px;
  position: absolute;
  bottom: 125px;
  left: 50%;
  background: linear-gradient(90deg, #145EAB 0%, #23C1CA 100%);
  transform: translateX(-50%);
}

.border-gradient-kanan {
  position: relative;
  border: none;
}

.border-gradient-kanan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
  background: linear-gradient(to bottom, #145EAB, #23C1CA);
}

.career-life-box {
  margin-bottom: 1.5rem;
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.08);
}

.career-life-box h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 36.5px;
  padding: 0;
  margin: 0;
}

.career-life-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.career-life-box img {
  width: 100%;
  height: 210px;
  border-radius: 8px;
  background-color: #FFFFFF;
  object-position: center;
  object-fit: cover;
}

.career-life-box.orange {
  background-color: #FD7F3E;
}

.career-life-box.pink {
  background-color: #EF98A6;
}

.career-life-box.cyan {
  background-color: #5EB8BD;
}

.career-life-box.blue {
  background-color: #07A5CF;
}

.career-life-box.green {
  background-color: #18A824;
}

.career-life-box.yellow {
  background-color: #FAA929;
}

.section-career-life {
  padding: 100px 0 80px;
  position: relative;
  background-color: #073562;
}

.contact-us-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/contact-us-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.contact-us-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
}

.contact-us-box .contact-padding {
  padding: 50px 65px;
}

.contact-us-box .map {
  height: 700px;
}

.contact-us-box .half-square {
  position: absolute;
  width: 25%;
  height: 100%;
  /* height: 500px; */
  right: 0;
  background: #66A7E6;
  z-index: 0;
}

.contact-us-box .contact {
  width: 360px;
  padding: 24px;
  border-bottom: 1px solid #757575;
}

.contact-us-box .contact img {
  width: 30px;
  margin-right: 10px;
}

.faq-hero .faq-positioning {
  width: 100%;
  position: absolute;
  bottom: -75px;
}

.faq-card {
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  background: #D9F3FC;
  box-shadow: 12px 12px 24px 2px rgba(0, 0, 0, 0.13);
  /* position: absolute;
  bottom: -75px;
  z-index: 3; */
}

.faq-form {
  left: 50%;
  background-color: #FFF;
  box-shadow: 0px 4px 20px 12px rgba(0, 0, 0, 0.13);
  border-top: 1px solid #D9D9D9;
  border-radius: 100px;
  transform: translateX(-50%);
  width: 60%;
}

.faq-topic {
  padding: 8px 12px;
  border-radius: 12px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.faq-topic:hover {
  background: #f0f0f0;
  /* Warna saat hover */
  transform: scale(1.05);
  /* Membesarkan elemen saat hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* Efek shadow saat hover */
  cursor: pointer;
  /* Ubah cursor menjadi tangan */
}

.faq-topic img {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  object-fit: cover;
}

.loker .loker-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #EFEFEF;
  padding: 24px;
  border-radius: 16px;
  transition: all .3s ease;
  background: #FFFFFF;
  text-decoration: none;
}

.loker .loker-card:hover {
  border: 4px solid #6ADAE1;
  transform: scale(1.05);
  cursor: pointer;
}

.loker .loker-card .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #454545;
}

.loker .loker-card .gaji {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.42px;
  text-align: right;
  color: #196ABC;
  padding-top: 6px;
}

.loker .loker-card .text {
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #353535;
  padding: 4px 8px;
  border-radius: 8px;
  background: #EFEFEF;
}

.loker .loker-card .text.red {
  background: #FADDE2;
}

.loker .loker-card .text.green {
  background: #D7F4F4;
}

.loker .loker-card .text.blue {
  background: #DBEBFA;
}

.loker .loker-card .text.yellow {
  background: #FDF0D9;
}

.loker .loker-card .text .shape {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 4px;
}

.loker .loker-card .img-sekolah {
  width: 48.45px;
  height: 48.45px;
  padding: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 1.38px 1.38px 4.13px 0px rgba(0, 0, 0, 0.25) inset;
  object-fit: contain;
}

.loker .loker-card .nama-sekolah {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #196ABC;
}

.loker .loker-card .place {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.42px;
  color: #585858;
  display: flex;
  justify-content: start;
  align-content: center;
}

.loker .loker-card .book {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.42px;
  color: #585858;
  display: flex;
  justify-content: start;
  align-content: center;
}
.loker .loker-card .school {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.42px;
  color: #585858;
  display: flex;
  justify-content: start;
  align-content: center;
}

.loker .loker-card .place::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: contain;
  background-image: url('../img/icon-pin-location.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.loker .loker-card .book::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: contain;
  background-image: url('../img/book-icon-guru.png');
  background-repeat: no-repeat;
  background-position: center;
}

.loker .loker-card .school::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: contain;
  background-image: url('../img/icon/ico-school.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.loker .loker-card .line {
  height: 1px;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  /* margin: 10px 0; */
}

.loker .loker-card .ago {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #616161;
}

.loker .loker-card:hover .lowongan-svg-hover svg path {
  /* stroke: #145EAB; */
  /* fill: #145EAB; */
  transition: all 0.3s ease;
}

.support-card {
  padding: 24px 24px;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  transition: transform .3s ease-in-out;
}

.support-card:hover {
  transform: scale(1.05);
}

.support-card h1 {
  color: #1E1E1E;
  font-size: 25px;
  font-weight: 600;
  line-height: 36.5px;
  margin: 0;
  padding: 0;
}

.support-card p {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.support-card img {
  color: #D9D9D9;
  height: 100px;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  object-fit: contain;
}

.support-card-colored {
  padding: 16px;
  min-height: 100%;
}

.support-card-colored.pink {
  background: #FCE9EC;
  border: 1px solid #EF98A6;
}

.support-card-colored.pink .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(244, 185, 195, 0.25);
}

.support-card-colored.yellow {
  background: #FEF8EC;
  border: 1px solid #FCDDA9
}

.support-card-colored.yellow .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-radius: 26px;
  background: rgba(253, 232, 197, 0.5);
}

.support-card-colored.blue {
  background: #E9F3FC;
  border: 1px solid #9EC8EF
}

.support-card-colored.blue .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  background-image: url('../img/triangle-blog.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.support-card-colored.tosca {
  background: #EAF9F9;
  border: 1px solid #9CE1E5
}

.support-card-colored.tosca .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  background-image: url('../img/Native-Ellipse.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.support-card-colored.orange {
  background: #FFEBE6;
  border: 1px solid #FE7954
}

.support-card-colored.orange .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(255, 215, 204, 1);
}

.section-native-guaranteed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
  background: url('../img/native-hero-guaranteed.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-native-guaranteed .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.section-native-guaranteed .asterix {
  position: absolute;
  top: -45px;
  left: -40px;
  width: 245px;
  height: 245px;
  opacity: 0.5 !important;
  background-blend-mode: color-dodge;
}

.section-native-guaranteed .rounded {
  position: absolute;
  bottom: -65px;
  right: -60px;
  width: 261px;
  height: 262px;
  border-radius: 26px !important;
  opacity: 0.5 !important;
  background: #66A7E6;
  background-blend-mode: color-dodge;
}

.hover-scale {
  transition: all .3s ease-in-out !important;
}

.hover-scale:hover {
  transform: scale(1.05) !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-contain {
  object-fit: contain !important;
}

.object-fill {
  object-fit: fill !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-move {
    cursor: move !important;
}

.cursor-grab {
    cursor: grab !important;
}
/* Additional End */

.menubar-main {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 30px;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.menubar-rounded {
  border-radius: 42px;
  padding: 14px 30px;
  margin: 30px 25px 0 25px;
}

.blue-themes .menubar-main {
  background-color: #000077;
}

.white-themes .menubar-main {
  background-color: #ffffff;
}

.red-themes .menubar-main {
  background-color: #DB163C;
}

.menubar-right {
  display: flex;
  flex: 1;
  /* Allow this to take remaining space */
  justify-content: center;
  /* Center content horizontally */
}

.menubar-left {
  display: flex;
  justify-content: flex-end;
  /* Keep this on the right */
  flex: 0 0 20%;
  /* Adjust as needed */
}

.brand-logo {
  position: relative;
  margin-right: 30px;
  z-index: 1060;
}

.brand-logo img {
  height: 36px;
}

.main-menu {
  display: flex;
  /* Make the menu a flex container */
  justify-content: center;
  /* Center the menu links */
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 20px;
  flex-grow: 1;
  /* Allow it to take remaining space */
}

.main-menu .menu-link {
  padding: 10px 10px;
  color: #0D4985;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.main-menu .menu-link:hover {
  color: #fab844;
}

.nav-toolbar {
  text-align: right;
  display: flex;
  align-items: center;

}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  transform: translateX(100%);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
  overflow-y: auto;
}

#menu-overlay.show {
  transform: translateX(0);
}

.mobile-menu {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-menu .mobile-link {
  display: block;
  color: #FAB844;
  font-size: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  padding: 24px 0;
}

.sec-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/school-landing-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-hero-teacher {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/teacher-landing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-hero-blog {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/blog-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-hero-native {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/hero-native.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 6;
}

.sec-landing {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/bg-landing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bd-hero::before {
  content: '';
  background-color: rgba(0, 0, 119, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-pb,
.career-hero {
  position: relative;
  width: 100%;
  height: 650px;
}

.sec-pb {
  background: url('../img/pb-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-hero {
  background: url('../img/home/Hero-homepage-01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

.career-hero-detail {
  background: url('../img/hero-career-detail.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

.faq-hero {
  background: url('../img/faq-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 3;
  width: 100%;
  height: 80vh;
}

.blog-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/hero-blog.svg') no-repeat center;
  background-size: cover;
}

.blog-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/*.blog-hero > * {*/
/*    position: relative;*/
/*    z-index: 2; !* Konten di atas overlay *!*/
/*}*/


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 119);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 119, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 119, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 119, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000077", endColorstr="#000000", GradientType=1);
}

.hero-overlay.hero-red {
  background: rgb(219, 22, 60);
  background: -moz-linear-gradient(0deg, rgba(219, 22, 60, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(219, 22, 60, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(219, 22, 60, 1) 0%, rgba(216, 216, 216, 0.2) 20%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000077", endColorstr="#000000", GradientType=1);
}

.hero-overlay.hero-yellow {
  background: linear-gradient(180deg, #FAB844 4.47%, rgba(254, 162, 0, 0.0001) 50.81%);
  mix-blend-mode: normal;
  transform: rotate(-180deg);
}

.hero-overlay.hero-black {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: normal;
  transform: rotate(-180deg);
}

.hero-title {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-title h1,
h1 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.inner-title h1 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 90px;
  z-index: 3;
  position: relative;
}

.blog-intro {
  position: relative;
  z-index: 20;
  margin-bottom: 10vh;
}

.scroll-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.scroll-line {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  margin-top: 32px;
  overflow: hidden;
}

.title h1 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.scroll-line:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-animation-name: line-animation;
  animation-name: line-animation;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@keyframes line-animation {
  0% {
    top: 0;
    height: 0;
  }

  25% {
    height: 20px;
  }

  50% {
    height: 20px;
  }

  75% {
    height: 20px;
  }

  100% {
    top: 100%;
    height: 0;
  }
}

.scroll-down {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Mobile Menu */
.hamburger {
  position: relative;
  display: none;
  padding: 8px 0;
  background-color: transparent;
  border-color: transparent;
  z-index: 1060;
}

.hamburger .line {
  width: 26px;
  height: 4px;
  background-color: #FAB844;
  display: block;
  margin: 3px auto;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger:focus {
  outline: none;
  box-shadow: none;
}

.hamburger.is-active .line {
  background-color: #fff;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/* Button */
.btn {
  padding: .875rem 25px;
  font-size: 14px;
  border-radius: 25px;
  letter-spacing: 1.52px;
  transition: all 200ms ease-in-out;
}

.btn-toolbar {
  padding: .475rem 1.6rem;
  color: #000000;
  background-color: #6ADAE1;
  border-color: #6ADAE1;
  font-weight: 600;
}

.btn-toolbar:hover {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-toolbar:focus {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-toolbar:active,
.btn-toolbar.active,
.show>.btn-toolbar.dropdown-toggle {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-toolbar:active:focus,
.btn-toolbar.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-outline-tosca {
  padding: .475rem 1.6rem;
  color: #000000;
  border-color: #6ADAE1;
  font-weight: 600;
}

.btn-outline-tosca:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #23C1CA;
}

.btn-outline-tosca:focus {
  border-color: #23C1CA;
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-outline-tosca:active,
.btn-outline-tosca.active,
.show>.btn-outline-tosca.dropdown-toggle {
  border-color: #23C1CA;
}

.btn-outline-tosca:active:focus,
.btn-outline-tosca.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-yellow {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DB163C;
  background-color: #FAB844;
  border-color: #FAB844;
  transition: all 200ms ease-in-out;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-yellow:focus {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-yellow:active,
.btn-yellow.active,
.show>.btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-yellow:active:focus,
.btn-yellow.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-red {
  font-size: 12px;
  text-transform: uppercase;
  color: #FAB844;
  background-color: #DB163C;
  border-color: #DB163C;
}

.btn-red.auth {
  min-width: 140px;
}

.btn-red:hover {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-red:focus {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-red:active,
.btn-yellow.active,
.show>.btn-red.dropdown-toggle {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-red:active:focus,
.btn-red.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-blue {
  font-size: 12px;
  text-transform: uppercase;
  color: #FAB844;
  background-color: #000077;
  border-color: #000077;
}

.btn-blue:hover {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-blue:focus {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-blue:active,
.btn-yellow.active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #23C1CA;
  border-color: #23C1CA;
}

.btn-blue:active:focus,
.btn-blue.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 193, 202, 0.5);
}

.btn-arrow {
  padding: .875rem 2.6rem .875rem 1.6rem;
  background-image: url('../img/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn-arrow:hover,
.btn-arrow:focus {
  background-image: url('../img/arrow-right-light.svg');
}

.btn-auth {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.img-auth {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.img-auth img {
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.auth-info {
  text-align: right;
  display: block;
  margin-right: 10px;
}

.lh-10 {
  line-height: 18px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #FAB844;
}

.auth-drop {
  min-width: 200px;
}

.section-home-intro {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: #000077;
}

.section-about {
  padding: 90px 0 180px 0;
  position: relative;
}

.section-program {
  padding: 90px 0 50px 0;
  position: relative;
  z-index: 5;
}

.section-program::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #000077;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.section-join {
  padding: 70px 0 110px 0;
  position: relative;
}

.section-teacher-intro {
  padding: 70px 0 0 0;
  position: relative;
  z-index: 1;
}

.section-teacher-intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #000077;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.section-pb-intro {
  padding: 100px 0 10px;
  position: relative;
  z-index: 3;
}

.section-pb-intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #FAB844;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.bg-blue {
  background-color: #000077;
}

.bg-red {
  background-color: #DB163C;
}

.bg-yellow {
  background-color: #FAB844;
}

.bg-grey {
  background-color: #F9F9F9;
}

.ico-asterix {
  text-align: center;
  padding: 50px 0;
}

.title-scroll {
  overflow: hidden;
}

.title-scroll .heading-title {
  white-space: nowrap;
}

.heading-title {
  font-weight: 600;
  margin: 0;
  position: relative;
}

h1.heading-title {
  font-size: 120px;
}

h3.heading-title {
  font-size: 50px;
}

.sub-heading.lg {
  font-size: 60px;
  line-height: 70px;
}

.sub-heading {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.sub-heading.sm {
  font-size: 40px;
  line-height: 50px;
}

.landing-subtitle {
  font-size: 60px;
  line-height: 70px;
}

.sub-title.lg {
  font-size: 30px;
}

.sub-title {
  font-size: 25px;
}

.text-red {
  color: #DB163C !important;
}

.text-yellow {
  color: #FAB844 !important;
}

.text-blue {
  color: #000077 !important;
}

.text-lightblue {
  color: #196ABC !important;
}

.text-white {
  color: #fff;
}

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

.pos-l-01 {
  transform: translateX(-13%);
}

.pos-r-01 {
  transform: translateX(10%);
}

.pos-l-02 {
  transform: translateX(-25%);
}

.pos-r-02 {
  transform: translateX(7%);
}

.pos-l-03 {
  transform: translateX(-70%);
}

.pos-r-03 {
  transform: translateX(70%);
}

.pos-l-04 {
  transform: translateX(-400%);
}

.pos-r-04 {
  transform: translateX(400%);
}

.pos-l-05 {
  transform: translateX(-85%);
}

.pos-r-05 {
  transform: translateX(85%);
}

.pos-l-06 {
  transform: translateX(-165%);
}

.pos-r-06 {
  transform: translateX(150%);
}

.pos-l-07 {
  transform: translateX(-220%);
}

.pos-r-07 {
  transform: translateX(220%);
}

.pos-l-08 {
  transform: translateX(-350%);
}

.pos-r-08 {
  transform: translateX(330%);
}

.about-section {
  margin-top: 90px;
  position: relative;
}

.about-left {
  max-width: 500px;
}

.about-right {
  max-width: 450px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.geo-about {
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 1;
  overflow: hidden;
}

.section-services {
  padding: 100px 0 80px;
  position: relative;
}

.section-layanan {
  padding: 100px 0 20px;
  position: relative;
}

.section-layanan::before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FAB844;
}

.section-komunitas {
  padding: 100px 0 80px;
  position: relative;
}

.service-heading {
  margin-top: 120px;
  font-weight: 500;
}

.light-heading {
  font-weight: 500;
}

.flip-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
}

.landing {
  margin-top: 60px;
}

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

.flip-left {
  flex: 0 0 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.flip-right {
  flex: 0 0 50%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 410px;
  perspective: 1000px;
  margin-bottom: 40px;
}

.flip-card.flip-card.for-school {
  height: 460px;
  display: block;
}

.flip-card.flip-card.for-native {
  height: 270px;
  display: block;
}

.flip-card.journey {
  height: 330px;
  display: block;
}

.flip-card.for-teacher {
  height: 480px;
  display: block;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-card .flip-card-inner.is-flipped {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back,
.flip-card-front.refer,
.flip-card-back.refer,
.journey .flip-card-front,
.journey .flip-card-back {
  position: absolute;
  background: #FAB844;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.for-native .flip-card-front,
.for-native .flip-card-back {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.for-native .flip-card-front::after,
.for-native .flip-card-back::after,
.journey .flip-card-front::after,
.journey .flip-card-back::after {
  background-image: url(../img/icon/ico-flip.svg);
  background-size: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  content: '';
}

.for-native .flip-card-front h5 {
  margin-top: 15px;
  color: #007;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.3%;
}

.for-native .flip-card-back {
  color: #007;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.3%;
}

.flip-card-front.native,
.flip-card-back.native {
  background: #DB163C;
}

.flip-card-back.native h5 {
  color: #FAB844;
  font-size: 28px;
}

.journey h4 {
  color: #007;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.journey .flip-card-front,
.journey .flip-card-back {
  background: #fff;
  padding: 30px;
}

.journey .flip-card-back {
  font-weight: 500;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-text {
  line-height: 36px;
  font-weight: 600;
  color: #000077;
  margin-bottom: 24px;
}

.flip-card-text.large {
  font-size: 30px;
}

.flip-card-text.xl {
  font-size: 40px;
  line-height: 47px;
}

.flip-card-text.xxl {
  font-size: 50px;
  line-height: 57px;
}

.flip-card-text.small {
  font-size: 25px;
}

.flip-card-cursor {
  display: inline-block;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.flip-card-front:hover .flip-card-cursor,
.box-related:hover .flip-card-cursor {
  transform: translateX(50%);
}

.ico-journey {
  border-radius: 15px;
  background: #007;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card p {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.ico-close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.flip-card.for-teacher {
  margin-top: 10vh;
}

.bg-asterix {
  position: absolute;
  left: 155px;
  bottom: 205px;
  z-index: -1;
  transition: all 200ms linear;
}

.bg-asterix.native {
  position: absolute;
  left: -155px;
  top: 35px;
  bottom: auto;
  z-index: -1;
  transition: all 200ms linear;
}

.bg-asterix.low {
  position: absolute;
  left: -180px;
  bottom: -100px;
  z-index: -3;
  transition: all 200ms linear;
}

.bg-asterix.top-left {
  position: absolute;
  left: -100px;
  top: -80px;
  bottom: unset;
  z-index: 2;
  transition: all 200ms linear;
}

.bg-asterix.top-left img {
  width: 250px;
  height: 250px;
  opacity: .5;
}

.bg-asterix.top-right {
  position: absolute;
  left: unset;
  right: 0;
  top: 20px;
  bottom: unset;
  z-index: 2;
  transition: all 200ms linear;
}

.bg-asterix.top-right img {
  width: 250px;
  height: 250px;
  /* opacity: .5; */
}

.bg-asterix.timelines {
  position: absolute;
  left: -180px;
  bottom: 0px;
  z-index: 1;
  transition: all 200ms linear;
}

.bg-asterix.red {
  position: absolute;
  left: -150px;
  bottom: 20px;
  z-index: -3;
  transition: all 200ms linear;
}

.bg-semi-donut {
  position: absolute;
  left: -180px;
  bottom: -100px;
  z-index: -3;
  transition: all 200ms linear;
}

.bg-asterix img {
  width: 552px;
  height: 552px;
}

.section-register {
  padding: 140px 0 240px;
  position: relative;
  overflow: hidden
}

.layer-text {
  position: relative;
  z-index: 1;
}

.ico-asterix-large {
  margin-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.geo-register {
  position: absolute;
  left: 0;
  bottom: -100px;
}

.section-benefit {
  padding: 90px 0;
  position: relative;
}

.checklist-wrapper {
  margin-top: 90px;
}

.checklist-wrapper .row .col-md-4:first-child,
.checklist-wrapper .row .col-md-4:nth-child(2) {
  border-right: 1px solid #e7e7e7;
}

.checklist-item {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 30px;
}

.mt-fasilitas {
  margin-top: 50px;
}

.pt-fas {
  padding-top: 60px;
}

.ico-checklist {
  margin-bottom: 30px;
}

.pad-col {
  padding-top: 130px;
}

.bg-circle {
  width: 32px;
  height: 32px;
  background-color: #23C1CA;
  border-radius: 100%;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  z-index: 1;
}

.section-contact {
  padding: 60px 0 80px;
  position: relative;
}

.box-card {
  position: relative;
  margin-top: 90px;
  border-radius: 30px;
  padding: 90px 60px;
  text-align: center;
  z-index: 1;
}

.box-card-list {
  margin-top: 90px;
}

.box-card-item {
  padding: 0 30px;
}

.box-card-img {
  margin-bottom: 60px;
}

.box-card-title {
  font-size: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
}

.contact-info {
  position: relative;
  z-index: 1080;
}

.bg-compass {
  position: absolute;
  top: 150px;
  right: -200px;
  transition: all 200ms linear;
}

.bg-compass img {
  width: 632px;
  height: 632px;
}

.section-thesail {
  padding: 20px 0 0;
  position: relative;
  z-index: 10;
}

.section-thesail::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.box-sail {
  margin-top: 90px;
}

.box-icon {
  position: relative;
  display: flex;
  margin: 120px auto;
  max-width: 660px;
  background-color: #DB163C;
  border-radius: 30px;
  transform: translateX(50px);
  z-index: 1;
}

.box-icon-content {
  padding: 60px 60px 50px 80px;
}

.box-icon-img {
  flex: 0 0 40%;
  margin-left: -100px;
}

.box-icon-title {
  font-size: 35px;
  font-weight: 600;
  color: #FAB844;
  margin-bottom: 32px;
}

.box-icon-title.teacher {
  margin-bottom: 10px;
}

.geo-thesail {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.geo-semi-donut {
  position: absolute;
  right: -100px;
  bottom: -210px;
}

.geo-circle {
  position: absolute;
  left: -350px;
  bottom: 200px;
  overflow: hidden;
  z-index: -1;
}

.geo-thesail-alt {
  position: absolute;
  left: 0;
  bottom: 200px;
  overflow: hidden;
}

.step-sub-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.step-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 24px;
}

.section-step {
  padding: 0;
  position: relative;
}

.section-step::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 0;
  background-color: #DB163C;
}

.step-box {
  margin-top: 90px;
  position: relative;
}

.line-step {
  position: absolute;
  top: 100px;
  left: 20%;
  width: 70%;
  height: 3px;
  border-bottom: 3px dashed #DB163C;
  z-index: -1;
  margin: auto;
}

.step-item {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.step-image {
  margin-bottom: 30px;
}

.box-counter {
  position: relative;
  padding: 30px 30px;
  border-radius: 30px;
}

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

.counter-text {
  font-size: 110px;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 60px;
}

.counter-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.counter-desc {
  font-size: 20px;
}

.counter-line {
  position: absolute;
  content: ' ';
  background-color: #F08484;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 80%;
  transform: translate(-50%, -50%);
}

.contact-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1080;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.contact-overlay.show {
  visibility: visible;
  opacity: 1;
}

.contact-wrapper {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1080;
}

.contact-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  padding: 80px 60px 60px 60px;
}

.contact-title {
  font-size: 40px;
  line-height: 50px;
}

.button-close {
  position: absolute;
  top: 30px;
  right: 60px;
  background-color: transparent;
  border: none;
}

.footer {
  padding: 60px 0 50px;
}

.footer-widget {
  margin-bottom: 36px;
}

.brand-footer {
  margin-bottom: 36px;
}

.copyright {
  color: #000000;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  color: #FAB844;
  margin-bottom: 36px;
}

ul.footer-menu {
  margin: 0;
  padding: 0;
}

ul.footer-menu li {
  list-style: none;
  color: #fff;
}

ul.footer-menu li a {
  color: #fff;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

ul.footer-menu li a:hover,
ul.footer-menu li a:focus {
  color: #FAB844;
}

.social-link {
  display: flex;
  align-items: center;
}

.social-link a {
  color: #DB163C;
  font-size: 28px;
  width: 45px;
  height: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.social-link a:hover,
.social-link a:focus {
  color: #FAB844;
}

.social-link a:first-child {
  padding-left: 0;
}

.social-link a:last-child {
  padding-right: 0;
}

.social-link a:hover img {
  filter: invert(85%) sepia(91%) saturate(3915%) hue-rotate(323deg) brightness(101%) contrast(96%);
}

.section-contact-alt {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
}

.bg-asterix-alt {
  position: absolute;
  right: -200px;
  bottom: -0%;
  z-index: -2;
  transition: all 200ms linear;
}

.bg-asterix-alt img {
  width: 615px;
  height: 615px;
}

.section-teacher {
  padding: 160px 0;
  position: relative;
}

.section-testimonial {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.section-promo {
  padding-top: 190px;
  position: relative;
  z-index: 1;
}

.section-gallery {
  padding: 160px 0;
  position: relative;
  z-index: 10;
}

.box-tab {
  margin-top: 90px;
}

.box-tab .heading-title {
  padding-right: 15%;
}

.tab-menu {
  margin-top: 60px;
}

.nav-tabs {
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link {
  width: 24.5%;
  font-size: 20px;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #C9C9C9;
  text-transform: uppercase;
  color: #C9C9C9;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #DB163C;
  isolation: isolate;
  color: #DB163C;
}

.nav-tabs .nav-link.active {
  color: #DB163C;
  background-color: transparent;
  border-color: #DB163C;
}

.section-step-alt {
  padding: 100px 0;
  position: relative;
  z-index: 3;
}

.section-step-alt .counter-line {
  background-color: #FD496B;
}

.section-step-alt .line-step {
  z-index: 1;
}

.section-thesail-alt {
  padding: 320px 0 10px;
  position: relative;
}

.section-thesail-alt::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 260px;
  left: 0;
  bottom: 0;
  background-color: #000077;
}

.space-control {
  padding: 0 30px;
}

.section-forteacher {
  padding: 160px 0 0;
  position: relative;
}

.box-teacher {
  margin-top: 0px;
}

.card-expand-wrap {
  margin-top: 60px;
}

.card-expand-holder {
  position: relative;
  height: 320px;
}

.card-expand-item {
  position: absolute;
  width: 100%;
  padding: 46px 36px;
  border-radius: 30px;
  z-index: 1;
}

.card-offset {
  margin-top: 60px;
}

.card-expand-img {
  margin-bottom: 80px;
  height: 132px;
}

.accordion-button {
  background-color: transparent;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  padding: 0;
  border: none;
  align-items: flex-start;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  margin-top: 6px;
  width: 30px;
  height: 30px;
  background-size: 30px;
  filter: invert(1);
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  padding: 24px 0 0;
  color: #fff;
  line-height: 26px;
}

.box-contact {
  position: relative;
  z-index: 1080;
}

#chat-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 500;
}

#chat-icon .chat-bubble {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #DB163C;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
  transition: all 300ms ease-in-out;
}

#chat-icon .chat-bubble:hover,
#chat-icon .chat-bubble:focus {
  background-color: rgb(253, 0, 51);
  transform: scale(1.1);
}

#chat-icon .chat-bubble img {
  width: 45px;
}

/* Register Style */
.grey-bg {
  background: #F9F9F9;
}

.sub-header {
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 115px 0 30px 0;
}

.sub-header.detail {
  padding-top: 160px;
}

.sub-header.profile {
  padding: 165px 0 50px 0;
}

.sub-header.blue {
  background: #000077;
}

.sub-header.red {
  background: #DB163C;
}

.mr-content {
  min-height: 700px;
  padding-bottom: 80px;
}

.current-info {
  margin-bottom: 30px;
}

.register-heading {
  font-weight: 500;
  font-size: 40px;
  color: #DB163C;
  margin-bottom: 56px;
}

.register-heading.blue {
  color: #000077;
}

.row-status {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.pr-1 {
  padding-right: 15px;
}

.pl-1 {
  padding-left: 15px;
}

.info-status {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #C9C9C9;
}

.info-status.active {
  border-bottom: 3px solid #000077;
}

.info-status.red.active {
  border-bottom: 3px solid #DB163C;
}

.info-status.filled {
  border-bottom: 3px solid #23C1CA;
}

.info-status .icon {
  padding-right: 20%;
}

.info-status .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  color: #C9C9C9;
  letter-spacing: 2px;
}

.info-status.active .text {
  color: #000077;
}

.info-status.red.active .text {
  color: #DB163C;
}

.info-status.filled .text {
  color: #23C1CA;
}

.info-status .icon img {
  filter: invert(0) sepia(19) saturate(103%) hue-rotate(39deg) brightness(-203%) contrast(0%);
  opacity: 0.5;
}

.info-status.filled .icon img {
  filter: invert(61%) sepia(104%) saturate(481%) hue-rotate(135deg) brightness(62%) contrast(100%)
}

.info-status.active .icon img {
  filter: none;
  opacity: 1;
}

.form-control.form-register {
  border: 0.75px solid #C9C9C9;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(201, 201, 201, 0.25);
  border-radius: 26px;
  font-family: "Work Sans";
  padding: 12px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  height: 45px;
  transition: all 200ms ease-in-out;
}

.form-control.form-register.form-contact {
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group.form-contact {
  margin-bottom: 24px;
}

textarea.form-control.form-register {
  min-height: 200px;
  margin-bottom: 15px;
}

.form-control.form-register:focus,
.form-control.form-register:hover,
.form-control.form-register.is-filled {
  border: 0.75px solid #000077;
  color: #000077;
}

.form-control.form-register::selection,
.form-control.form-register:hover {
  border: 0.75px solid #000077;
  color: #000077;
}

.form-control.form-register.is-invalid,
textarea.form-control.form-register.is-invalid {
  border: 1px solid #DB163C;
}

.form-label {
  letter-spacing: 1.6px;
  color: #2D2D2D;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Work Sans";
  transition: all 200ms ease-in-out;
}

.form-label.require {
  position: relative;
}

.form-label.require::after {
  content: "*";
  color: #DB163C;
}

.link-cancel {
  display: inline-block;
  position: relative;
}

.copy-content {
  margin-top: 12px;
  margin-bottom: 24px;
}

.copy-data {
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  color: #000077;
  display: inline-block;
  margin-right: 16px;
  transition: all 300ms ease;
}

.copy-data:hover {
  color: #000077;
}

.copy-data img {
  margin-right: 10px;
}

.next-box {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link-cancel {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #DB163C;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.link-cancel:hover {
  color: #c10e32;
  text-decoration: underline;
}

.link-cancel::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  margin-top: 30px;
  background-color: #DB163C;
}

.btn-next {
  background: #DB163C;
  color: #FAB844;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "Work Sans";
  transition: all 200ms ease-in-out;
}

.btn-next:hover {
  background: #bb0e31;
  color: #FAB844;
}

.btn-next.disable {
  background: #C9C9C9;
  color: #fff;
}

.btn-next.disable img {
  margin-left: 10px;
  filter: brightness(0) invert(1);
  width: 8px;
}

.btn-next.disable:hover img {
  margin-left: 10px;
  filter: brightness(0) invert(1);
  width: 8px;
}

.btn-next:hover img {
  filter: none;
}

.btn-next:focus {
  box-shadow: 0 0 0 0.25rem rgb(219 22 60 / 5%);
}

.btn-next.disable:focus {
  box-shadow: 0 0 0 0.25rem rgb(201 201 201 / 5%);
}

.about-info {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #9F9F9F;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.btn-upload {
  cursor: pointer !important;
  background-image: url(../img/upload-icon.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding: .875rem 1.6rem .875rem 3.6rem;
}

.box-upload {
  display: flex;
  align-items: center;
}

.box-upload.file {
  flex-wrap: wrap;
}

.box-upload .img-part {
  margin-right: 30px;
}

.upload-img {
  width: 80px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.form-check-input {
  border: 1px solid #DB163C;
}

.form-check-input:checked {
  background-color: #DB163C;
  border-color: #DB163C;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-inline {
  display: inline-block;
  margin: 10px 0;
}

.heading-mini {
  font-size: 30px;
  line-height: 40px;
  color: #000077;
  margin-bottom: 30px;
}

.jenjang-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jenjang-head .text-part {
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #DB163C;
}

.btn-delete {
  outline: 0;
  border: 0;
  background: transparent;
}

.jenjang-item {
  margin-bottom: 30px;
}

.box-btn-add {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.btn-bordered-red {
  border: 2px solid #DB163C;
  color: #DB163C;
  display: flex;
  align-items: center;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
}

.btn-bordered-red:hover {
  border: 2px solid #DB163C;
  background: #DB163C;
  color: #FAB844;
  display: flex;
  align-items: center;
}

.btn-bordered-red:hover img {
  filter: invert(74%) sepia(92%) saturate(818%) hue-rotate(327deg) brightness(108%) contrast(96%);
}

.btn-bordered-red:focus {
  box-shadow: none;
}

.btn-bordered-red span {
  position: relative;
  align-items: center;
  display: flex;
}

.btn-bordered-red span::before {
  font-family: "Work Sans";
  font-weight: 700;
  content: "+";
  font-size: 17px;
  line-height: 22px;
  margin-right: 15px;
}

.for-btn {
  display: flex;
}

.prev-arrow {
  margin-right: 15px;
  width: 9px;
}

.mr15 {
  margin-right: 15px;
}

.box-white {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 40px;
}

.box-white.r-15 {
  padding: 15px;
}

.mt70 {
  margin-top: 70px;
}

.review-heading {
  font-weight: 500;
  font-size: 40px;
  line-height: 75px;
  color: #000077;
}

.mb0 {
  margin-bottom: 0;
}

.review-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-item .fr {
  width: 30%;
}

.review-data {
  color: #DB163C;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  width: 70%;
}

.review-data p {
  line-height: 30px;
}

.review-jenjang {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
  color: #FAB844;
}

.popup-overlay,
.verify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.popup-overlay.show,
.verify-overlay.show {
  visibility: visible;
  opacity: 1;
}

.box-popup-photo {
  max-width: 550px;
  width: 100%;
  background: #000077;
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 80px 15px;
  position: relative;
}

.box-popup-photo.red,
.box-popup-verify.red {
  background: #DB163C;
}

.box-popup-verify {
  max-width: 766px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 80px 7%;
  position: relative;
  text-align: center;
  color: #fff;
}

.box-popup-verify p {
  margin: 40px 0;
}

.popup-close {
  background: #FAB844;
  color: #DB163C;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  outline: 0;
  border: 0;
  font-weight: bold;
  z-index: 2;
}

.popup-close:hover {
  background: #dfa137;
}

.inner-popup {
  display: flex;
  justify-content: center;
}

.box-photo {
  background: #fff;
  border-radius: 50%;
  padding: 30px;
  margin-bottom: 50px;
}

.box-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.heading-popup {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #DB163C;
}

.heading-popup-2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  left: 25px;
  position: absolute;
  color: #454545;
}

.heading-popup.yellow {
  color: #FAB844;
}

.btn-rounded-yellow {
  background: #FAB844;
  letter-spacing: 1.6px;
  font-weight: 500;
  font-size: 12px;
  color: #DB163C;
  font-family: "Work Sans";
  text-transform: uppercase;
  margin: 0 5px;
}

.btn-rounded-yellow:hover {
  background: #e0a338;
  color: #DB163C;
}

.btn-hold {
  border: 2px solid #FAB844;
  letter-spacing: 1.6px;
  font-weight: 500;
  font-size: 12px;
  color: #FAB844;
  font-family: "Work Sans";
  text-transform: uppercase;
  margin: 0 5px;
}

.btn-hold:hover {
  background: #FAB844;
  color: #DB163C;
}

.success-content {
  padding: 150px 0;
  text-align: center;
}

.success-heading {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #DB163C;
  margin: 40px 0;
}

.text-des {
  max-width: 460px;
  width: 100%;
  margin-bottom: 50px;
}

.txt-share {
  margin-top: 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000077;
}

.share-icon {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.share-icon li {
  display: inline-block;
  margin: 0 10px;
}

.share-icon li a {
  display: inline-block;
}

.share-icon li a:hover {
  opacity: 0.8;
}

.form-check-label {
  font-family: "Work Sans";
  cursor: pointer;
}

.form-ket {
  width: 95%;
}

.delete-ket {
  filter: invert(27%) sepia(97%) saturate(5929%) hue-rotate(339deg) brightness(87%) contrast(98%);
}

.file-name {
  font-family: "Work Sans";
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #000077;
  margin-left: 15px;
}

.file-download {
  text-decoration: none;
  display: block;
}

.font-blue {
  color: #000077;
}

.img-cover {
  position: relative;
}

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

.next-arrow {
  padding-left: 10px;
}

.vs__dropdown-toggle {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: flex !important;
  padding: 8px 10px !important;
  background: #fff !important;
  border: 0.75px solid #C9C9C9 !important;
  border-radius: 40px !important;
  white-space: normal !important;
  box-shadow: 0px 2px 4px rgb(201 201 201 / 25%);
}

.vs__actions {
  display: none !important;
}

.upload-info {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  color: #9F9F9F;
}

.vs--open .vs__dropdown-toggle {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.icn-sl {
  width: 120px;
}

.icn-cr {
  width: 60px;
}

.video {
  max-width: 570px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.play-video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-play {
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}

.btn-play:hover {
  opacity: 1;
}

.img-foreign {
  margin-left: -100px;
}

.img-explore {
  position: relative;
  z-index: 10;
}

.img-explore img {
  margin-top: -100px;
  margin-left: 150px;
  display: inline-block;
}

.img-explore.community img {
  margin-left: 250px;
  display: inline-block;
}

.pe-explore {
  padding-left: 150px;
}

.school-partner {
  z-index: 40;
  position: relative;
  margin-top: 90px;
}

.box-teacher {
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.12);
}

.box-teacher img {
  border-radius: 20px;
}

.pt-sail {
  padding-top: 90px;
}

.box-name {
  background: #DB163C;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  padding: 20px;
  bottom: -20px;
  min-width: 240px;
}

.box-name h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #FAB844;
}

.box-name ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.box-name li {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.box-name li::after {
  color: #fff;
  content: "|";
  font-weight: 400;
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 26px;
}

.box-name li:last-child::after {
  display: none;
}

.box-influence {
  margin-top: 90px;
  background: #000077;
  box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 80px;
  position: relative;
}

.box-fasilitas {
  margin-top: 140px;
  background: #DB163C;
  box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 60px;
  position: relative;
}

.center-circle {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.center-circle img {
  width: 68px;
}

.swiper.testimonials {
  overflow: visible;
}

.testimonials .swiper-slide {
  width: 75%;
  height: auto;
}

.box-testimonial {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 30px;
  padding: 40px;
  height: 100%;
}

.pagination-slider {
  position: relative;
  display: block;
  height: 5px;
  margin-top: 70px;
}

.swiper-pagination-progressbar {
  background: #C9C9C9;
  border-radius: 3px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #DB163C;
  border-radius: 3px;
}

.geo-rectangle {
  position: absolute;
  right: -300px;
  bottom: -100px;
  z-index: -1;
}

.geo-rectangle.profile {
  position: absolute;
  right: -300px;
  bottom: -300px;
  z-index: -2;
  width: 80%;
}

.geo-rectangle-right {
  position: absolute;
  right: -400px;
  bottom: -300px;
  z-index: -1;
}

.geo-rectangle-top {
  position: absolute;
  right: -25%;
  top: -15%;
  z-index: 1;
}

.geo-rectangle-top img {
  max-width: 50%;
}

.geo-quarter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 550px;
}

.inner-gallery {
  min-height: 70vh;
  width: 100%;
  position: relative;
}

.img-first,
.img-second,
.img-third {
  overflow: hidden;
  border-radius: 20px;
}

.img-first {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.img-second {
  position: absolute;
  right: 30%;
  top: 0;
}

.img-third {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.gallery {
  padding-top: 50px;
}

.scroll-info {
  color: #fff;
  letter-spacing: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 50;
}

.scroll-info::before {
  content: '';
  width: 80px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.section-find {
  padding: 80px 0;
  position: relative;
}

.section-find::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #000077;
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-teacher {
  margin-top: 80px;
  border-radius: 30px;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.12);
}

.image-teacher img {
  border-radius: 30px;
}

.btn-komunitas {
  margin-top: 250px;
}

.testimonial-image {
  background-image: url(../img/ico-asterix-lg.svg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
}

.intro-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 414px;
  color: #fff;
  position: relative;
  padding: 40px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 30px;
  margin-bottom: 60px;
}

.items-icon {
  margin-top: -80px;
}

.box-pb-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.mb-pb {
  margin-bottom: 80px;
}

.pt-pb {
  padding-top: 80px;
}

.section-bahasa {
  position: relative;
  padding: 50px 0 0;
  z-index: 1;
}

.section-bahasa::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #F9F9F9;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-pengajar {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}

.bg-semi-left {
  position: absolute;
  left: -100px;
  bottom: 38%;
  z-index: -1;
}

.bg-pengajar {
  position: absolute;
  right: -324px;
  bottom: -85%;
  z-index: -1;
}

.bg-pengajar img {
  transform: rotate(129deg);
}

.section-sail {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.section-fr {
  padding: 20vh 0;
  position: relative;
  z-index: 1;
}

.ico-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.section-search {
  padding: 90px 0;
  position: relative;
}

.btn-search {
  padding: 12px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-search:hover {
  border-color: transparent;
}

#career-tab .nav-link {
  background: 0 0;
  border: 0;
  display: inline-block;
  border-radius: 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  color: #2D2D2D;
  position: relative;
  transition: all 150ms ease-in-out;
}

#career-tab .nav-link.active,
#career-tab .show>.nav-link {
  color: #DB163C;
  padding-left: 60px;
  background-color: transparent;
}


#career-tab .nav-link.active::before {
  content: '';
  width: 65px;
  position: absolute;
  left: -30px;
  height: 1px;
  background-color: #DB163C;
  top: 50%;
  transform: translateY(-50%);
}

#career-tab .nav-link:hover {
  color: #DB163C;
}

.card-items {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  transition: all 150ms ease-in-out;
  padding-right: 50px;
}

.card-items::after {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #000077;
  transition: all 150ms ease-in-out;
}

.card-items.no-arrow::after {
  display: none;
}

.card-items.yellow-arrow::after {
  color: #FAB844;
}

.card-items:hover {
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.09);
}

.card-items:hover::after {
  color: #FAB844;
}

.card-items.yellow-arrow:hover::after {
  color: #000077;
}

.card-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.card-info li {
  display: inline-block;
  color: #000077;
  border: 1px solid #000077;
  padding: 5px 15px;
  border-radius: 40px;
  margin-right: 5px;
}

.card-info li span {
  color: #DB163C;
}

.featured-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.img-blog {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-left: -40px;
}

.featured-pagination {
  position: relative;
  height: 20px;
}

.featured-pagination .swiper-horizontal>.swiper-pagination-bullets,
.featured-pagination .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #DB163C;
}

.blog-img a {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

.blog-img a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 278px;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-img a:hover img {
  transform: scale(1.2);
}

.pt-blog {
  padding-top: 70px;
}

.list-content {
  padding: 50px 0;
  position: relative;
}

.ico-explore {
  position: absolute;
  right: 0;
  bottom: -140px;
}

.img-profile {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}

.img-profile img {
  object-fit: cover;
  object-position: center;
  height: 120px;
  overflow: hidden;
}

.pro,
.new {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.pro {
  color: #FAB844;
  background: #000077;
}

.new {
  color: #fff;
  background: #FAB844;
}

.info-top,
.inner-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.info-top .it-list {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #000077;
}

.info-top .it-list::after {
  content: '';
  display: inline-block;
  width: 1px;
  border-right: 1px solid #EA6C84;
  height: 30px;
  margin: 0 15px;
}

.inner-info li {
  border: 0;
  padding: 0;
  font-size: 13px;
}

.inner-info.red li {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #DB163C;
}

.inner-info li::after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  color: rgba(0, 0, 119, 0.2);
}

.inner-info.red li::after {
  color: #DB163C;
}

.info-top .it-list:last-child:after,
.inner-info li:last-child:after {
  display: none;
}

.btn-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000077;
  width: 100%;
}

.btn-filter:focus,
.btn-filter:hover {
  color: #000077;
}

.btn-filter::after {
  content: "\e907";
  font-family: 'icomoon';
  font-size: 23px;
  transition: all 200ms ease-in-out;
}

.btn-filter.collapsed::after {
  transform: rotate(-180deg);
}

.price-input {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 0;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 40px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #DB163C;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #000077;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000077;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000077;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.page-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  color: #000077;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.active>.page-link,
.page-link.active,
.page-link:hover {
  z-index: 3;
  color: #FAB844;
  background: #DB163C;
  border-color: #DB163C;
}

.active>.page-link:focus,
.page-link.active:focus,
.page-item:first-child .page-link:focus,
.page-item:last-child .page-link:focus {
  box-shadow: none;
}

.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
  min-width: 80px;
  background-color: transparent;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: transparent;
}

.site-filter {
  border: 1px solid #000077;
}

.img-school {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-school.sm {
  width: 90px;
  height: 90px;
}

.img-school img {
  width: 50%;
}

.side-info {
  margin-top: -127px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.big-pic {
  width: 190px;
  height: 190px;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));

}

.big-pic img {
  object-fit: cover;
  object-position: center;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
}

.big-pic.school {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  filter: none;
}

.big-pic.school img {
  height: auto;
}

.p-big-pic {
  padding-top: 40px;
}

.activity-box {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  overflow: hidden;
}

.left-triangle {
  position: absolute;
  left: -150px;
  bottom: 0;
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.ico-top {
  position: absolute;
  right: 0;
  width: 300px;
  bottom: -150px;
}

.ico-top img {
  width: 300px
}

.ico-top-semi {
  position: absolute;
  right: -150px;
  bottom: -50px;
}

.ico-triangle {
  position: absolute;
  right: 0;
  bottom: -250px;
}

.icon-qc {
  position: absolute;
  right: -100px;
  bottom: -50px;
  width: 400px;
}

.left-circle {
  position: absolute;
  left: -250px;
  bottom: -40px;
  z-index: 1;
  width: 500px;
}

#tab-profile.nav-tabs .nav-item {
  margin-right: 30px;
}

#tab-profile.nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #DB163C;
  padding: 0;
}

#tab-profile.nav-tabs .nav-link.active,
#tab-profile.nav-tabs .nav-link:hover {
  color: #000077;
  background-color: transparent;
  border-color: #000077;
}

.box-status {
  width: 167px;
  height: 145px;
  border: 1px solid #DB163C;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-status.profile {
  max-width: 160px;
  max-height: 145px;
  border: 1px solid #DB163C;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-value {
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  color: #DB163C;
}

#faq-accordion .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#faq-accordion .accordion-button {
  background-color: transparent;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #000077;
  border: none;
  align-items: flex-start;
}

#faq-accordion .accordion-button::after {
  content: "\e904";
  font-family: 'icomoon';
  background-image: none;
  color: #DB163C;
  filter: none;
}

.top-register {
  position: absolute;
  bottom: -80px;
  right: 0;
}

.content-bd {
  line-height: 28px;
}

.img-blog {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

.img-blog img {
  height: 320px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.img-blog-detail {
  z-index: -1;
}

.box-related h5 {
  min-height: 60px;
}

.box-related {
  height: 100%;
  display: block;
}

.related .swiper-slide {
  height: auto;
}

.turncate {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.semi-blog-detail {
  position: absolute;
  width: 75%;
  right: -80%;
  z-index: 1;
}

.img-blog-detail-2 {
  position: absolute;
  right: -370px;
  top: 200px;
  z-index: 3;
}

.bg-asterix.asterix-bd {
  position: absolute;
  left: -200px;
  z-index: -1;
}

.image-section-bd {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}

.img-blog-detail {
  margin-left: -150px;
}

.img-review {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 430px;
  height: 350px;
  filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.12));
}

.img-review.top {
  z-index: 3;
}

.img-review.bottom {
  z-index: 2;
  margin-top: -140px;
  margin-left: 200px;
}

.img-review img {
  object-fit: cover;
  object-position: center;
  height: 380px;
}

.img-review.right-top {
  z-index: 1;
}

.img-review.right-bottom {
  z-index: 3;
  margin-top: -140px;
  margin-left: 150px;
}

.info-blog {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.info-blog li {
  border: 1px solid #FAB844;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  margin-right: 15px;
}

.link-more {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.6px;
  color: #000077;
  text-decoration: none;
  text-transform: uppercase;
}

.link-more::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000077;
}

.link-more::after {
  content: "\e906";
  font-family: 'icomoon';
  padding-left: 15px;
  color: #000077;
  font-size: 20px;
}

.box-related {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 20px;
  overflow: hidden;
  color: #2D2D2D;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.box-related:hover {
  color: #2D2D2D;
}

.box-related h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000077;
}

.img-related {
  height: 180px;
  overflow: hidden;
}

.img-related img {
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.related-category {
  border: 1px solid #DB163C;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #DB163C;
  display: inline-block;
  margin-bottom: 10px;
}

.related {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.related .swiper-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.pengajar-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 100px;
}

.img-promo {
  overflow: hidden;
  height: 280px;
  border-radius: 20px;
}

.img-promo img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.ttl-promo {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #000077;
}

.promo.swiper-button-next::after,
.promo.swiper-button-prev::after {
  display: none;
}

.promo.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
}

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

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

.box-nav {
  background: #DB163C;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 20px;
  padding: 15px;
  position: sticky;
  z-index: 410;
  margin-top: -150px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.side-nav {
  list-style: none;
}

.side-nav a {
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 150ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-nav a::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 10px;
  width: 50px;
  height: 2px;
  background-color: transparent;
}

.side-nav a.active {
  color: #FAB844;
  padding-left: 40px;
}

.side-nav a.active::before {
  background-color: #FAB844;
}

.header {
  height: 90px;
}

.first-section {
  padding-top: 70px;
}

.second-section {
  padding-top: 20px;
}

.last-section {
  padding: 70px 0;
}

.blog-section {
  padding: 70px 0 90px;
}

.login-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vh 0;
}

.btn-eye {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 5px;
  padding: 0;
  border-radius: 0;
  border: 0;
  opacity: 0.8;
}

.btn-eye:hover {
  opacity: 1;
}

.btn-eye::before {
  content: '';
  background-image: url('../img/icon/ico-eye.svg');
  width: 24px;
  height: 24px;
}

.btn-eye.show::before {
  background-image: url('../img/icon/ico-eye-close.svg');
}

.shadow-logo {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.25));
}

.inner-login {
  max-width: 350px;
  width: 100%;
  position: relative;
}

.inner-register {
  max-width: 550px;
  width: 100%;
  position: relative;
}

.inner-register.native {
  max-width: 650px;
}

.range::after {
  content: '-';
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 33px;
}

.login-card {
  background-color: rgb(var(--color-yellow));
  border-radius: 30px;
  padding: 35px 0 45px 0;
}

.login-card a {
  color: rgb(var(--color-red));
  text-decoration: none;
}

.login-card a:hover {
  color: rgb(var(--color-cyan));
}

.asterix-login {
  position: absolute;
  top: 0px;
  left: -20%;
  z-index: -1;
  width: 150px;
}

.semi-login {
  position: absolute;
  bottom: -30px;
  right: -50%;
  z-index: 0;
  width: 400px;
}

.for-login {
  background-color: #FFD489;
}

#login-tab {
  border-bottom: 0px solid transparent;
}

#login-tab .nav-link {
  width: auto;
  letter-spacing: 0;
  border: none;
  border-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  color: #DB163C;
  display: flex;
  text-align: left;
  align-items: center;
}

#login-tab .nav-link:focus {
  box-shadow: none;
  border: 0;
}

#login-tab .nav-link.active {
  background-color: #FFD489;
}

.ico-login {
  width: 20px;
  margin-right: 10px;
}

.section-profile-content {
  position: relative;
  padding: 0 0 80px;
  z-index: 1;
}

.section-profile-content::before {
  position: absolute;
  content: '';
  background: #ffffff;
  height: 130px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section-profile-content.blue::before {
  background: #000077;
}

.profile-image {
  width: 190px;
}

.info-profile {
  width: calc(100% - 190px);
  padding-left: 30px;
}

.btn-profile {
  min-width: 180px;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-profile.school {
  min-width: 180px;
  position: relative;
}

.border-right {
  border-right: 1px solid #EDEDED;
}

.left-top {
  width: 250px;
}

.doc-ico {
  width: 14px;
}

#pengalaman.swiper-pagination,
#sertifikasi.swiper-pagination {
  bottom: 0;
}

.asterix.profile {
  position: absolute;
  left: -125px;
  top: -130px;
  z-index: -1;
  transition: all 200ms linear;
}

.asterix.profile img {
  width: 400px;
}

.upload-photo label {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.grid-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.col-telepon {
  max-width: 240px;
}

.img-wrap-profile {
  max-width: 190px;
  width: 100%;
  position: relative;
}

.box-lengkapi {
  background: #FAB844;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
  border-radius: 18px;
  padding: 15px 25px;
}

.section-first {
  padding: 80px 0 40px 0;
  position: relative;
  z-index: 8;
}

.testi-native {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.image-testimonial-native {
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  max-width: 350px;
}

.testimonial-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.name-native {
  border-radius: 20px;
  background: #DB163C;
  padding: 20px;
  min-width: 250px;
}

.name-native h4 {
  display: inline-block;
  margin-bottom: 15px;
  color: #FAB844;
  font-size: 30px;
  font-weight: 600;
  line-height: 15.5px;
}

.name-native p {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.text-native {
  font-family: "Work Sans";
  font-size: 14px;
  border-radius: 30px;
  background: #FFF;
  max-width: 450px;
  padding: 20px;
}

.native-info {
  border-radius: 20px;
  background: #DB163C;
  padding: 30px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.native-info.offset {
  margin-top: 80px;
}

.native-info img {
  margin-bottom: 40px;
}

.native-info h4 {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 50px;
  font-weight: 700;
  line-height: 47.5px;
}

.native-info h6 {
  color: #FAB844;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47.5px;
}

#accordion-g .accordion-button:not(.collapsed),
#accordion-g .accordion-button {
  color: #007;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 47.5px;
  background-color: transparent;
}

#accordion-g .accordion-body {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  padding: 24px 0 0;
  color: #007;
  line-height: 26px;
}

#accordion-g .accordion-button {
  display: flex;
  align-items: center;
}

#accordion-g .accordion-button::after {
  background-image: url(../img/icon/red-arrow.svg);
  filter: none;
  margin-top: 0;
  background-position: center;
}

#accordion-g .accordion-button::before {
  background-image: url(../img/asterix-yellow.svg);
  width: 20px;
  height: 20px;
  content: '';
  background-size: 20px;
  background-position: center;
  margin-right: 15px;
}

#accordion-g .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

#accordion-g .accordion-item {
  padding: 5px 0;
  background-color: transparent;
  border-top: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px dashed #FAB844;
}

#accordion-g .accordion-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

/* //styleName: Body Strong;
font-family: var(--sds-typography-body-font-family);
font-size: var(--sds-typography-body-size-medium);
font-weight: 600;
line-height: 22.4px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none; */

/* //styleName: Body Base;
font-family: var(--sds-typography-body-font-family);
font-size: var(--sds-typography-body-size-medium);
font-weight: 400;
line-height: 22.4px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none; */

#accordion-faq-new .accordion-button:not(.collapsed),
#accordion-faq-new .accordion-button {
  color: #1E1E1E;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 47.5px;
  background-color: transparent;
}

#accordion-faq-new .accordion-body {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  padding: 24px 0 0;
  color: #007;
  line-height: 26px;
}

#accordion-faq-new .accordion-button {
  display: flex;
  align-items: center;
}

#accordion-faq-new .accordion-button::after {
  background-image: url(../img/icon/black-arrow.svg);
  filter: none;
  margin-top: 0;
  background-position: center;
}

#accordion-faq-new .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}


#accordion-faq-new .accordion-item {
  padding: 5px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

#accordion-faq-new .accordion-item.collapsed {
  background-color: #E0E0E0;
}

#accordion-faq-new .accordion-item:not(.collapsed) {
  background-color: #FFF;
}

#accordion-faq-new .accordion-body {
  background-color: #FFF;
  color: #1E1E1E;
  padding: 0 0 5px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.section-guaranteed {
  padding: 120px 0;
}

.benefit-part {
  padding: 100px 0;
}

.section-registration {
  padding: 80px 0 130px 0;
}

.regiter-step {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
}

.step-items {
  border-radius: 20px;
  background: #FAB844;
  padding: 20px;
  width: 100%;
  height: 243px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.step-items::after,
.step-items.odd::after {
  content: '';
  background-image: url(../img/ico-asterix.svg);
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -20px;
}


.step-items.odd::after {
  right: -20px;
  top: auto;
  bottom: -20px
}

.items-no {
  font-family: 'Work Sans';
  color: #DB163C;
  font-size: 150px;
  font-weight: 800;
  line-height: 47.5px;
  position: absolute;
  left: 0;
  top: -10px;
}

.items-desc {
  color: #DB163C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.8%;
  min-height: 120px;
}

.section-registration h1 {
  margin-bottom: 60px;
}

.list-requirment li {
  color: #DB163C;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.5px;
  margin: 10px 0;
}

.list-requirment li::marker {
  color: #FAB844;
}

.section-requirment {
  padding: 90px 0 130px 0;
}

.img-requirment {
  position: absolute;
  right: -150px;
  bottom: -130px;
}

.section-refer {
  padding: 80px 0;
  z-index: 1;
}

.video-thumb {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.section-faq {
  padding: 80px 0;
  z-index: 2;
}

#faq-tabs .accordion-item {
  color: #fff;
  background-color: transparent;
  border-top: 0;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px dashed #FAB844;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

#faq-tabs .accordion-header {
  padding: 15px 0;
}

#faq-tabs .accordion-body {
  background-color: #fff;
  font-family: 'Syne';
  color: #DB163C;
  font-size: 20px;
  font-weight: 600;
  line-height: 32.5px;
  padding: 20px;
  margin: 10px 0;
}

#faq-tabs .accordion-button::after {
  background-position: center;
  background-image: var(--bs-accordion-btn-active-icon);
}

.btn-video {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  opacity: .8;
}

.btn-video:hover {
  opacity: 1;
}

.section-after {
  position: relative;
  z-index: 7;
  padding: 80px 0;
}

.section-timeline {
  padding: 10px 0;
}

.box-timeline {
  position: relative;
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #e9e1d4;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 2;
}

.timeline.in-view:after {
  top: 0;
  bottom: 0;
  position: fixed;
  transform: translateX(-50%);
  content: " ";
  width: 4px;
  background-color: #DB163C;
  left: 50%;
  height: 48vh;
  z-index: 3;
}

.timeline:after {
  top: 100px;
}

.timeline>li {
  position: relative;
  display: flex;
}

.timeline>li.left {
  justify-content: flex-start;
}

.timeline>li.right {
  justify-content: flex-end;
}

.timeline-panel {
  padding: 20px;
  max-width: 450px;
  width: 100%;
  filter: blur(2px);
  transition: all 100ms ease-in-out;
  position: relative;
}

.timeline-panel.active {
  filter: none;
}

.timeline-panel::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  color: #DB163C;
  font-family: "Work Sans";
  font-size: 45px;
  font-weight: 700;
  line-height: 47.5px;
  top: 50%;
  padding-left: 15px;
  transform: translateY(-50%);
  z-index: 2;
  right: calc(-100% - 156px);
}

.timeline>li.right .timeline-panel::before {
  right: calc(100% - 154px);
}

.timeline-badge.active {
  background: #DB163C;
}

.timeline-panel-body {
  opacity: 1;
}

.timeline-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #DB163C;
  z-index: 100;
  transition: all 150ms ease-in-out;
}

.timeline-panel-body {
  max-width: 415px;
  height: 296px;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F3A717;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(20, 22, 94, 0.08);
}

.timeline-panel-body p {
  margin-bottom: 0;
}

.endpart {
  position: relative;
  height: 50vh;
  background-color: white;
  z-index: 3;
  margin-top: 100px;
  text-align: center;
}

.endpart p {
  padding-top: 200px;
}

/************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .timeline-panel {
    max-width: 328px;
    width: 100%;
  }

  .timeline>li.right .timeline-panel::before {
    right: calc(100% - 126px);
  }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:1) {
  .connection-line {
    display: none;
  }

  .timeline {
    padding-top: 20px;
    margin-left: 0;
  }

  .timeline:before {
    left: 8px;
  }

  .timeline:after {
    left: 0%;
  }

  .timeline.in-view:after {
    left: 23px;
    height: 38vh;
  }

  .timeline>li.left,
  .timeline>li.hp-right {
    align-items: flex-start;
  }

  .timeline>li {
    padding-bottom: 10%;
  }

  .timeline>li>.timeline-badge {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 2em;
    left: 8px;
    top: 0;
    position: relative;
  }

  .timeline-badge.active {
    color: #0E3B85;
  }

  .timeline>li>.timeline-panel {
    background-color: transparent;
    z-index: 5;
    width: 95%;
    padding-top: 40px;
  }

  .timeline-panel::before {
    top: 0;
    right: 0 !important;
  }

  .timeline>li.right .timeline-panel::before {
    right: 0;
  }

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

  .career-form {
    width: 100%;
  }

  .contact-us-box .contact-padding {
    padding: 50px 35px;
  }

  .contact-us-box .map {
    height: 450px;
  }
}

.top-right {
  position: absolute;
  top: 0px;
  right: -200px;
}

.blue-rectangle {
  position: absolute;
  right: -30%;
  top: -30%;
  z-index: 9;
}

.blue-rectangle img {
  width: 60%;
}

.left-triangles {
  position: absolute;
  left: -10%;
  bottom: -25%;
  z-index: 9;
}

.box-fr {
  border-radius: 30px;
  background: #FAB844;
  position: relative;
  padding: 60px 50px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.25);
}

.box-fr::after {
  content: '';
  background-image: url(../img/ico-asterix.svg);
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -20px;
}

.title-form {
  color: #007;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 47.5px;
}

.yellow-circle {
  position: absolute;
  left: -120px;
  bottom: -100px;
  z-index: -1;
}

.yellow-circle img {
  width: 300px;
}

.semidonut-blue {
  position: absolute;
  right: -340px;
  top: 120px;
  z-index: -1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Utilities
   ========================================================================== */

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-yellow {
  color: rgb(var(--color-yellow));
}

.color-blue {
  color: rgb(var(--color-blue)) !important;
}

.color-red {
  color: rgb(var(--color-red));
}

.color-dark {
  color: rgb(var(--color-dark));
}

.color-light-blue {
  color: rgb(var(--color-light-blue));
}

.bg-cyan {
  background-color: rgb(var(--color-cyan));
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-bold {
  font-weight: 700;
}

.text-semiBold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-xxs {
  font-size: 10px;
  line-height: 18px;
}

.text-xs {
  font-size: 12px;
  line-height: 21px;
}

.text-sm {
  font-size: 14px !important;
  line-height: 24px;
}

.text-base {
  font-size: 16px;
  line-height: 26px;
}

.text-lg {
  font-size: 18px;
  line-height: 26px;
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
}

.text-xl-4 {
  font-size: 20px;
  line-height: 24px;
}

.text-xl-5 {
  font-size: 25px;
  line-height: 35px;
}

.text-4xl {
  font-size: 30px;
  line-height: 35px;
}

.text-5xl {
  font-size: 50px;
  line-height: 50px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.work-sans {
  font-family: 'Work Sans';
}

.rounded-30 {
  border-radius: 30px;
}

.shadow-sm {
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.0588942);
}

.ox-hidden {
  overflow-x: hidden;
}


/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (min-width: 1601px) {
  .img-blog {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .box-status.profile {
    max-width: 100%;
    width: 100%;
    max-height: 145px;
  }
}

@media screen and (max-width: 1600) {
  .pos-l-01 {
    transform: translateX(-45%);
  }

  .pos-r-01 {
    transform: translateX(5%);
  }

  .pos-l-03 {
    transform: translateX(-10%);
  }

  .pos-r-03 {
    transform: translateX(40%);
  }
}

@media (max-width: 1500px) {
  .blue-rectangle {
    position: absolute;
    right: -50%;
  }

  .geo-rectangle-top {
    position: absolute;
    right: -45%;
    top: -15%;
    z-index: 1;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

@media (max-width: 1366px) {
  .flip-card-text.small {
    font-size: 20px;
    line-height: 32px;
  }

  .flip-card-text.large {
    font-size: 24px;
  }

  .flip-card-text.xl {
    font-size: 35px;
  }

  .checklist-item {
    font-size: 26px;
  }

  h3.heading-title {
    font-size: 42px;
  }

  .box-card {
    padding: 90px 40px;
  }

  .box-card-title {
    padding: 0 20px;
  }

  .box-counter {
    padding: 90px 40px;
  }

  .t-testi .swiper-slide {
    width: 90%;
  }

  .left-triangle {
    left: -24%;
  }

  .blue-rectangle {
    right: -50%;
  }

  .native-info h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .native-info h6 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 1365px) {
  .hamburger {
    display: block;
  }

  .main-menu,
  .nav-toolbar {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .main-menu .menu-link {
    padding: 10px 20px;
  }

  .flip-card {
    height: 480px;
  }

  .pad-col {
    padding-top: 60px;
  }

  .checklist-item {
    padding-right: 0;
  }

  .checklist-item.center {
    padding-right: 30px;
    padding-left: 30px;
  }

  .checklist-item.right {
    padding-left: 30px;
    padding-right: 0;
  }

  .box-card-title {
    padding: 0;
  }

  .box-card-item {
    padding: 0;
  }

  .bg-asterix img {
    transform: scale(0.8);
  }

  .geo-register {
    transform: scale(0.8);
    left: -60px;
  }

  .pos-l-03 {
    transform: translateX(-50%);
  }

  .pos-r-03 {
    transform: translateX(50%);
  }

  .geo-semi-donut {
    position: absolute;
    right: -1px;
    bottom: -100px;
    width: 90%;
  }

  .geo-semi-donut img {
    width: 100%;
  }

  .pe-explore {
    padding-left: 50px;
  }

  .img-explore img {
    margin-left: 77px;
  }

  .landing-subtitle {
    font-size: 50px;
    line-height: 60px;
  }

  .bg-asterix {
    left: 51px;
    bottom: 116px;
    z-index: -1;
  }

  .box-influence {
    padding: 40px;
  }

  .box-influence .text-xl,
  .box-testimonial .text-xl {
    font-size: 16px;
    line-height: 23px;
  }

  .img-first,
  .img-second,
  .img-third {
    max-width: 30%;
  }

  .counter-text {
    font-size: 95px;
    margin-bottom: 25px;
  }

  .box-counter {
    padding: 50px 40px;
  }

  .img-explore.community img {
    margin-left: 150px;
  }

  .btn-komunitas {
    margin-top: 150px;
  }

  .step-image {
    padding: 0 30px;
  }

  .line-step {
    top: 85px;
  }

  .step-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  .img-profile {
    width: 86px;
    height: 86px;
  }

  .img-profile img {
    height: 90px;
  }

  .ico-top {
    width: 150px;
    bottom: -90px;
  }

  .top-register {
    width: 40%;
  }

  .pengajar-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
  }

  .text-4xl {
    font-size: 27px;
    line-height: 30px;
  }

  .img-promo {
    height: 230px;
  }

  .img-promo img {
    height: 230px;
  }

  .box-nav {
    display: none;
  }

  .img-review {
    width: 300px;
    height: 280px;
  }

  .img-blog-detail-2 {
    position: absolute;
    right: -35px;
    top: 29px;
    z-index: 3;
  }

  .semi-blog-detail {
    width: 35%;
    right: 0%;
    z-index: 1;
    bottom: 20px;
  }

  .login-wrapper {
    padding: 10vh 0;
  }

  .btn-profile {
    position: relative;
  }

  .h-40 {
    height: 40px;
  }

  .grid-status {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }

  .box-status.profile {
    max-width: 100%;
    width: 100%;
    max-height: 145px;
  }

  .native-info h4 {
    font-size: 40px;
    line-height: 40px;
  }

  .native-info h6 {
    font-size: 35px;
    line-height: 40px;
  }

  .blue-rectangle {
    right: -65%;
  }
}

@media (max-width: 991px) {
  .flip-card-text.xl {
    font-size: 30px;
  }

  .nav-toolbar {
    display: none;
  }

  h1.heading-title {
    font-size: 90px;
  }

  .sub-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .about-right {
    font-size: 18px;
  }

  .geo-about {
    right: 0;
    bottom: -120px;
  }

  .service-heading {
    margin-top: 0;
    margin-bottom: 90px;
    text-align: center;
  }

  .flip-wrapper {
    position: relative;
    z-index: 2;
  }

  .checklist-item {
    padding-right: 30px;
  }

  .checklist-item.center {
    padding-right: 30px;
    padding-left: 30px;
  }

  .checklist-item.right {
    padding-left: 30px;
    padding-right: 0;
  }

  .box-card-title {
    padding: 0;
  }

  .box-card-item {
    padding: 0;
  }

  .box-card-title {
    font-size: 24px;
  }

  .box-icon {
    max-width: 590px;
  }

  .box-icon-content {
    padding: 60px 60px 50px 80px;
  }

  .contact-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .geo-register {
    transform: scale(0.6);
    bottom: -160px;
    left: -110px;
  }

  .step-image {
    padding: 0 30px;
  }

  .line-step {
    top: 70px;
  }

  .geo-thesail {
    right: 0;
    overflow: hidden;
  }

  .geo-thesail img {
    transform: scale(0.8) translateX(80px);
  }

  .box-card-img {
    padding: 0 30px;
  }

  h3.heading-title {
    font-size: 36px;
  }

  .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .bg-asterix-alt img {
    width: 500px;
    height: 500px;
  }

  .border-right {
    border: 0;
  }

  .pos-l-02 {
    transform: translateX(-55%);
  }

  .pos-r-02 {
    transform: translateX(45%);
  }

  .pos-l-03 {
    transform: translateX(-45%);
  }

  .pos-r-03 {
    transform: translateX(30%);
  }

  .box-tab .heading-title {
    padding-right: 0;
  }

  .geo-semi-donut {
    position: absolute;
    right: -250px;
    bottom: 0;
    width: 70%;
  }

  .geo-semi-donut img {
    width: 70%;
  }

  .pe-explore {
    padding-left: 20px;
  }

  .bg-asterix {
    left: 51px;
    bottom: 116px;
    z-index: -1;
  }

  .bg-asterix img {
    width: 380px;
    height: 380px;
  }

  .landing-subtitle {
    font-size: 35px;
    line-height: 40px;
  }

  .img-explore img {
    margin-left: 47px;
  }

  .sub-heading.sm {
    font-size: 27px;
    line-height: 35px;
  }

  .icn-sl {
    width: 50px;
  }

  .text-4xl {
    font-size: 22px;
    line-height: 27px;
  }

  .box-influence {
    padding: 40px;
  }

  .box-influence .text-xl,
  .box-testimonial .text-xl {
    font-size: 16px;
    line-height: 23px;
  }

  .geo-circle {
    left: -149px;
    bottom: 500px;
    overflow: visible;
    width: 400px;
  }

  .geo-circle img {
    width: 400px;
  }

  .geo-rectangle {
    position: absolute;
    right: -250px;
    bottom: -100px;
    z-index: -1;
    width: 80%;
  }

  .geo-rectangle img {
    width: 90%;
  }

  .section-layanan {
    padding: 70px 0 80px;
  }

  .section-testimonial {
    padding: 80px 0;
  }

  .section-gallery {
    padding: 90px 0;
  }

  .img-first,
  .img-second,
  .img-third {
    max-width: 40%;
  }

  .gallery {
    padding-top: 0px;
  }

  .counter-text {
    font-size: 95px;
    margin-bottom: 25px;
  }

  .box-counter {
    padding: 10px 40px;
  }

  .btn-komunitas {
    margin-top: 50px;
  }

  .img-explore.community img {
    margin-top: 0;
    margin-left: 30px;
  }

  .pt-fas {
    padding-top: 0;
  }

  .inner-title h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .pt-pb {
    padding-top: 0;
  }

  .box-fasilitas {
    margin-top: 140px;
    padding: 30px;
  }

  .step-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  .step-box {
    margin-top: 30px;
    position: relative;
  }

  .line-step.career {
    top: 40px;
    left: 10%;
    width: 80%;
  }

  #career-tab .nav-link.active::before {
    width: 30px;
    left: -30px;
  }

  #career-tab .nav-link.active,
  #career-tab .show>.nav-link {
    padding-left: 10px;
  }

  #career-tab .nav-link {
    font-size: 17px;
    line-height: 40px;
  }

  .ico-right {
    bottom: 50%;
  }

  .ico-right img {
    width: 150px;
  }

  .card-items {
    border-radius: 10px;
    padding-right: 50px !important;
  }

  .card-items::after {
    right: 10px;
  }

  .card-items.no-arrow {
    border-radius: 10px;
    padding-right: 15px !important;
  }

  .card-info li {
    margin-right: 1px;
    font-size: 12px;
  }

  .blog-img a img {
    height: 160px;
  }

  .nav-tabs .nav-link {
    width: 24.5%;
    font-size: 14px;
  }

  .section-search {
    padding: 40px 0;
    position: relative;
  }

  .tab-menu {
    margin-top: 10px;
  }

  .sub-heading.lg {
    font-size: 40px;
    line-height: 50px;
  }

  .img-blog {
    margin-left: 15px;
    margin-right: 15px;
  }

  .ico-top {
    width: 150px;
    bottom: -90px;
  }

  .side-info {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .left-circle {
    left: -200px;
    bottom: -40px;
    width: 300px;
  }

  .top-register {
    width: 50%;
    bottom: 0;
  }

  .img-blog-detail {
    margin-left: -16px;
  }

  .bg-asterix.asterix-bd {
    position: absolute;
    left: -60px;
    z-index: -1;
  }

  .img-review {
    width: 300px;
    height: 280px;
  }

  .bg-asterix.red {
    bottom: 163px;
    z-index: -3;
  }

  .img-blog-detail-2 {
    position: absolute;
    right: -235px;
    top: 29px;
    z-index: 3;
  }

  .img-review.right-top {
    z-index: 1;
    margin-left: -245px;
    width: 450px;
    height: 400px;
  }

  .img-review.right-top img {
    height: 455px;
  }

  .img-review.right-bottom {
    z-index: 3;
    margin-top: -290px;
    margin-left: 150px;
    width: 331px;
    height: 332px;
  }

  .semi-blog-detail {
    width: 75%;
    right: 0%;
    z-index: 1;
    bottom: 20px;
  }

  .img-review.top {
    z-index: 3;
    width: 470px;
    height: 320px;
  }

  .img-review.bottom {
    z-index: 2;
    margin-top: -233px;
    margin-left: 327px;
    width: 400px;
    height: 350px;
  }

  .img-promo {
    height: 230px;
  }

  .img-promo img {
    height: 230px;
  }

  .box-nav {
    display: none;
  }

  .login-wrapper {
    padding: 10vh 20px;
  }

  .btn-profile {
    position: relative;
  }

  .left-top {
    width: 100%;
  }

  .h-40 {
    height: 40px;
  }

  .grid-status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .box-status.profile {
    max-width: 100%;
    width: 100%;
    max-height: 145px;
  }

  .top-right {
    right: -60%;
  }

  .top-right img {
    width: 60%;
  }

  .blue-rectangle {
    position: absolute;
    right: -90%;
    top: -10%;
    z-index: 9;
  }

  .blue-rectangle img {
    width: 30%;
  }

  .left-triangle {
    bottom: -130px;
  }

  .left-triangle img {
    width: 60%;
  }

  .geo-rectangle-top {
    right: -80%;
  }

  .geo-rectangle-top img {
    width: 50%;
  }

  .flip-card.for-teacher {
    margin-top: 0;
  }

  /*register */
  .tr .review-item {
    align-items: baseline !important;
  }

  .review-item .fr {
    width: 45%;
  }

  .review-data {
    width: 55%;
    line-height: 25px;
  }

  .popup-overlay,
  .verify-overlay {
    padding: 0 15px;
  }

  .inner-popup {
    flex-wrap: wrap;
  }

  .school-partner img {
    max-height: 60px;
  }

  .ico-explore {
    bottom: -99px;
    width: 30%;
  }

  .fixed-filter {
    background-color: #fff;
    padding: 30px;
    position: fixed;
    max-width: 340px;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: -355px;
    top: 85px;
    box-shadow: 8px 0px 25px rgba(0, 0, 0, 0.09);
    transition: all 200ms ease-in-out;
  }

  .fixed-filter.show {
    left: 0;
  }

  .inner-ff {
    max-height: calc(100vh - 20vh);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #f3f3f3 transparent;
    scrollbar-width: thin;
  }

  .inner-ff::-webkit-scrollba {
    width: 5px;
    border-radius: 3px;
  }

  .inner-ff::-webkit-scrollbar-track {
    background: transparent;
  }

  .inner-ff::-webkit-scrollbar-thumb {
    background: #f3f3f3;
  }

  .btn-mobile-auth {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border: 0;
  }

  .auth-info {
    text-align: left;
    display: block;
    margin-right: 0;
    padding-left: 10px;
  }

  .bg-auth {
    background-color: #3333C0;
    padding: 10px;
    border-radius: 10px;
  }

  .bg-auth a {
    color: #fff;
    text-decoration: none;
  }

  .bg-auth a:hover {
    color: rgb(var(--color-yellow));
  }

  .section-requirment {
    overflow: hidden;
  }

  .img-requirment img {
    height: 300px;
  }

  .section-faq h1 {
    font-size: 40px;
  }

  #faq-tabs .accordion-button {
    align-items: center;
  }

  #img-guaranteed img {
    max-width: 70%;
  }

  .regiter-step {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }

  .journey .flip-card-front,
  .journey .flip-card-back {
    background: #fff;
    padding: 20px;
  }

  .flip-card.journey {
    height: 390px;
    display: block;
  }

  .timeline-panel::before {
    right: calc(-100% - 49px);
  }

  .testimonial-content {
    position: relative;
    margin-top: -150px;
  }

  .native-info h4 {
    font-size: 40px;
    line-height: 40px;
  }

  .native-info h6 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menubar-rounded {
    margin: 15px 15px 0 15px;
  }

  .menubar-main {
    padding: 14px 30px;
  }

  .mobile-menu .mobile-link {
    font-size: 20px;
    padding: 20px 0;
  }

  .hero-title h1 {
    font-size: 30px;
    line-height: 42px;
  }

  h1.heading-title {
    font-size: 60px;
  }

  .sub-heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .sub-heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .about-right {
    line-height: 32px;
  }

  .hide-mobile {
    display: none !important;
  }

  .geo-about {
    right: 0;
    bottom: -150px;
    overflow: hidden;
  }

  .geo-about img {
    transform: scale(0.5) translateX(200px);
  }

  .ico-asterix {
    padding: 40px 0;
  }

  .about-section {
    margin-top: 40px;
  }

  .flip-wrapper {
    display: block;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 30px;
  }

  .flip-right {
    padding-top: 0;
  }

  .section-services {
    padding: 100px 0 80px;
  }

  .mt-96 {
    margin-top: 60px;
  }

  h3.heading-title {
    font-size: 30px;
  }

  .service-heading {
    margin-bottom: 40px;
  }

  .bg-asterix {
    left: -100px;
    bottom: 77px;
  }

  .bg-asterix.low {
    left: -130px;
    bottom: 173px;
  }

  .bg-asterix img {
    width: 300px;
    height: 300px;
  }

  .section-program {
    padding: 90px 0 20px 0;
  }

  .footer {
    padding: 60px 0 50px;
  }

  .sub-title {
    font-size: 18px;
  }

  .pad-col {
    padding-top: 0;
  }

  .checklist-item {
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .checklist-wrapper {
    margin-top: 40px;
  }

  .contact-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .contact-box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 5px rgb(0 0 0 / 12%);
    border-radius: 30px;
    padding: 50px 30px 30px 30px;
  }

  .form-contact .form-group {
    margin-bottom: 16px;
  }

  .section-contact {
    padding: 50px 0;
  }

  .button-close {
    top: 16px;
    right: 30px;
  }

  .box-card-list {
    margin-top: 60px;
  }

  .box-card-item {
    margin-bottom: 60px;
  }

  .box-card {
    padding: 60px 30px 30px;
  }

  .box-icon {
    position: relative;
    display: block;
    padding-top: 60px;
    margin: 140px 15px;
    max-width: 660px;
    transform: translateX(0);
    text-align: center;
  }

  .box-icon-img {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .box-icon-content {
    padding: 60px 30px 50px 30px;
  }

  .box-icon-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .checklist-wrapper .row .col-md-4:first-child,
  .checklist-wrapper .row .col-md-4:nth-child(2) {
    border-right: none;
  }

  .line-step {
    display: none;
  }

  .step-image.step-01 {
    margin-bottom: 30px;
  }

  .step-image.step-02 {
    margin-bottom: 30px;
  }

  .step-image.step-03 {
    margin-bottom: 30px;
  }

  .step-item p {
    padding: 0 30px;
  }

  .step-image {
    padding: 0 80px;
  }

  .counter-line {
    display: none;
  }

  .box-counter {
    padding: 30px;
  }

  .counter-item {
    margin-bottom: 30px;
  }

  .geo-register {
    transform: scale(0.5);
    bottom: -190px;
    left: -160px;
  }

  .section-register {
    padding: 60px 0 240px;
  }

  .ico-asterix-large {
    margin-bottom: 60px;
  }

  .pos-l-01 {
    transform: translateX(-5%);
  }

  .pos-r-01 {
    transform: translateX(2%);
  }

  .pos-l-02 {
    transform: translateX(-3%);
  }

  .pos-r-02 {
    transform: translateX(5%);
  }

  .pos-l-03 {
    transform: translateX(-20%);
  }

  .pos-r-03 {
    transform: translateX(10%);
  }

  .card-expand-holder {
    height: auto;
    margin-bottom: 30px;
  }

  .card-expand-item {
    position: relative;
  }

  .card-offset {
    margin-top: 0;
  }

  .card-expand-wrap {
    margin-top: 0;
  }

  .accordion-button {
    font-size: 30px;
    line-height: 40px;
  }

  .section-thesail-alt {
    padding: 90px 0 10px;
  }

  .tab-menu {
    overflow-x: scroll;
  }

  .nav-tabs {
    width: 800px;
  }

  .bg-compass {
    top: 200px;
    right: -150px;
  }

  .bg-compass img {
    width: 350px;
    height: 350px;
  }

  #chat-icon {
    right: 15px;
    bottom: 15px;
  }

  #chat-icon .chat-bubble {
    width: 70px;
    height: 70px;
    padding: 22px 15px;
  }

  #chat-icon .chat-bubble img {
    width: 40px;
  }

  .img-foreign {
    margin-left: 0;
  }

  .img-explore img {
    margin-left: 0;
  }

  .geo-semi-donut {
    right: -127px;
  }

  .school-partner {
    margin-top: 45px;
  }

  .section-layanan {
    padding: 70px 0 40px;
  }

  .box-teacher {
    margin-top: 20px;
  }

  .pt-sail {
    padding-top: 30px;
  }

  .geo-quarter {
    width: 100%;
  }

  .section-gallery {
    padding: 50px 0;
  }

  .testimonials .swiper-slide {
    width: 90%;
  }

  .scroll-info {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -10px;
  }

  .scroll-info::before {
    width: 30px;
    display: none;
  }

  .box-counter {
    padding: 10px 30px;
  }

  .section-find {
    padding: 40px 0;
    position: relative;
  }

  .image-teacher {
    margin-top: 50px;
    border-radius: 10px;
  }

  .image-teacher img {
    border-radius: 10px;
  }

  .section-find::before {
    height: 150px;
  }

  .section-komunitas {
    padding: 30px 0 80px;
  }

  .img-explore.community img {
    margin-top: 0;
    margin-left: 0;
  }

  .btn-komunitas {
    margin-top: 0;
  }

  .checklist-item {
    padding-right: 10px;
  }

  .checklist-item {
    padding-left: 10px;
  }

  .bg-semi-left img {
    width: 90%;
  }

  .card-info li,
  .info-top .it-list {
    margin-bottom: 5px;
  }

  .fixed-filter {
    padding-top: 10px;
  }

  .inner-ff {
    max-height: calc(100vh - 30vh);
  }

  .fixed-filter {
    top: 65px;
  }

  .ico-top {
    width: 120px;
    bottom: -90px;
  }

  .icon-qc {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 200px;
  }

  .ico-triangle {
    bottom: -61px;
    width: 25%;
  }

  .sub-header.detail {
    padding-top: 110px;
  }

  .box-status .text-sm {
    font-size: 10px !important;
    line-height: 20px;
  }

  .text-value {
    font-size: 25px;
    line-height: 35px;
  }

  .box-status {
    width: 33%;
    height: 100px;
  }

  .ico-top-semi {
    right: -10px;
    bottom: -50px;
    width: 158px;
  }

  .card-info {
    flex-wrap: wrap;
  }

  .img-explore img {
    margin-top: 0;
  }

  .blog-intro {
    margin-bottom: 35px;
  }

  .blog-intro .sub-heading.lg {
    font-size: 25px;
    line-height: 33px;
  }

  .blog-intro .text-xl-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .img-review img {
    height: 285px;
  }

  .img-blog-detail-2 {
    position: absolute;
    right: -235px;
    top: 29px;
    z-index: 3;
  }

  .img-review.right-top {
    z-index: 1;
    margin-left: -235px;
    width: 355px;
    height: 237px;
  }

  .img-review.right-top img {
    height: 256px;
  }

  .img-review.right-bottom {
    z-index: 3;
    margin-top: -94px;
    margin-left: -155px;
    width: 320px;
    height: 231px;
  }

  .semi-blog-detail {
    width: 75%;
    right: 0%;
    z-index: 1;
    bottom: -40px;
  }

  .box-related h5 {
    min-height: 0px;
  }

  .last-section {
    padding: 30px 0 70px;
  }

  .bg-asterix.red {
    bottom: 102px;
  }

  .img-review.top {
    z-index: 3;
    width: 298px;
    height: 251px;
  }

  .img-review.bottom {
    z-index: 2;
    margin-top: -131px;
    margin-left: 62px;
    width: 358px;
    height: 263px;
  }

  .image-section-bd {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .info-blog li {
    font-size: 11px;
    line-height: 26px;
    padding: 5px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .text-5xl {
    font-size: 35px;
    line-height: 50px;
  }

  .link-more {
    width: 100%;
    margin-top: 15px;
  }

  .pengajar-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
  }

  .img-promo {
    height: 200px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .section-promo {
    padding-bottom: 0;
  }

  .profile-image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .info-profile {
    width: 100%;
    padding-left: 0;
  }

  .asterix.profile {
    left: -257px;
  }

  .inner-info li {
    margin-bottom: 0;
  }

  .regiter-step {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .testimonial-content {
    position: relative;
    margin-top: -200px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-title.lg {
    font-size: 20px;
  }

  .list-requirment li {
    color: #DB163C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0;
  }

  #faq-tabs .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }

  .img-requirment img {
    height: 250px;
  }

  .refer .flip-card {
    height: 350px;
  }

  #img-guaranteed img {
    max-width: 90%;
  }

  .image-testimonial-native {
    max-width: 100%;
  }

  #accordion-g .accordion-button:not(.collapsed),
  #accordion-g .accordion-button {
    font-size: 18px;
    line-height: 20px;
  }

  .flip-wrapper.refer .flip-left,
  .flip-wrapper.refer .flip-right {
    padding-left: 0;
    padding-right: 0;
  }

  #accordion-g .accordion-button:not(.collapsed) span,
  #accordion-g .accordion-button span {
    width: calc(100% - 80px);
  }

  #accordion-g .accordion-body {
    margin: 10px 0;
  }

  .native-info.offset {
    margin-top: 30px;
  }

  .box-fr {
    padding: 30px 20px;
  }

  .geo-rectangle-top img {
    width: 30%;
  }

  .geo-rectangle-top {
    top: -50px;
    right: -300px;
    width: 100%;
  }

  .left-triangle img {
    width: 150px;
  }

  .blue-rectangle img {
    width: 200px;
  }

  .bg-asterix.timelines {
    z-index: -1;
  }

  .blue-rectangle {
    right: -100px;
  }

  .top-right img {
    width: 200px;
  }

  .top-right {
    right: -100px;
  }

  .flip-card.flip-card.for-native {
    height: 220px;
    display: block;
  }

  /*register */
  .m30 {
    margin-bottom: 30px;
  }

  .sub-header {
    font-size: 30px;
    line-height: 35px;
    padding: 107px 0 20px 0;
  }

  .for-link {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .link-cancel::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .next-box {
    margin-top: 50px;
  }

  .info-status.not-active,
  .info-status.filled {
    display: none;
  }

  .register-heading {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .review-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .review-item .fr {
    width: 100%;
  }

  .review-data {
    width: 100%;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .review-data.button {
    margin: 15px 0;
  }

  .review-data.for-long {
    font-size: 13px;
  }

  .row-status .col-lg-4.col-sm-4,
  .row-status .col-lg-6.col-sm-6 {
    width: 100%;
  }

  .pr-1,
  .pl-1 {
    padding-right: 0;
    padding-left: 0;
  }

  .for-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .for-btn .btn {
    display: block;
    width: 100% !important;
    margin-bottom: 16px;
  }

  .top-register {
    width: 30%;
    bottom: 0px;
  }

  .box-popup-verify p {
    margin: 20px 0;
  }

  .heading-popup {
    font-size: 20px;
    line-height: 30px;
  }

  .sec-about-us .hero-title {
    bottom: 75px !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
  }

  .sec-about-us .hero-title h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
  }

  .box-world-map {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding: 40px 20px;

  }

  .box-gabung-bersama {
    padding: 40px 20px;
    gap: 16px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  .box-gabung-bersama-tp {
    z-index: 0;
  }

  .box-gabung-bersama-bl {
    z-index: 0;
  }

  .founder-square {
    width: 100px;
    height: 100px;
    border-radius: 26px;
    background-color: #9CE1E5;
    position: absolute;
    left: -10px;
  }

  .founder-box-name {
    width: 80%;
    text-align: center;
    border-radius: 16px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    background: linear-gradient(90deg, #145EAB 0%, #23C1CA 100%);
    transform: translateX(-50%);
  }

  .bg-asterix.top-left {
    left: calc(-100px/2);
    top: calc(-80px/2);
    z-index: -1;
  }

  .bg-asterix.top-left img {
    width: calc(250px/2);
    height: calc(250px/2);
  }

  .text-4xl {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .text-xl-5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .faq-hero {
    height: 110vh;
  }

  .faq-hero .faq-positioning {
    position: relative;
  }

  .faq-form {
    width: 100%;
  }

  .faq-topic img {
    height: calc(65px/2);
    width: calc(65px/2);
  }

  .faq-hero .faq-positioning .sub-heading.text-xl {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }

  .sec-about-us {
    background: url('../img/hero-tentang-kami-mobile.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .sec-about-us .hero-title {
    bottom: 0 !important;
    top: 170px !important;
  }

  .career-hero {
    background: url('../img/home/mob-hero-homepage-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 3;
    width: 100%;
    height: 100vh;
  }

  .carrer-hero-title {
    margin-bottom: 175px !important;
  }

  .blog-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/hero-blog-mobile_1\.png') no-repeat center;
    background-size: cover;
  }
}

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

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
