/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Rubik", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table thead {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #354052;
  border: 1px solid #EAEAEA;
}

table th {
  border: none;
  height: 50px;
  vertical-align: middle;
}

table td {
  border: none;
  height: 50px;
  vertical-align: middle;
  padding: 20px;
}

table tbody {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #354052;
  border: 1px solid #EAEAEA;
}

select:required:invalid {
  color: #666;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #000;
}

.select2-container .select2-selection--single {
  height: 100% !important;
  padding: 0.6rem 0.75rem;
}

.font-label {
  font-size: 10px;
  font-style: italic;
  color: grey!important;
}

.page-link {
  color: green;
}

/*--------------------------------------------------------------
# JUDUl
--------------------------------------------------------------*/

.judul {
  transition: all 0.3s;
}

.judul .text {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
}

.judul .text-outline {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 6px solid green;
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: green;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(60, 170, 115, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  /* padding: 90px 0 0 0; */
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.menu {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  /* padding: 23px 118px 23px 118px; */
  background: #09331B;
  max-height: 100px;
}

.menu.header-scrolled {
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.menu .logo {
  line-height: 23px;
}

.menu .logo img {
  max-height: 54px;
  margin-right: 12px;
}

.menu .logo span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  /* margin-top: 3px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Top Navigation 
*/

.top-navbar {
  background-color: #000000;
  color: #FFFFFF;
}

.top-navbar a {
  color: #FFFFFF;
}

.top-navbar a:hover {
  color: grey;
}

.nav-link.text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF !important;
}

.nav-link.text:hover {
  transform: none;
}

.nav-link.active {
  font-weight: 600;
  transform: none;
}

.nav-link.active:hover {
  transform: none;
}

.ql-align-center{
  text-align: center!important;
}

.field-icon {
  cursor: pointer;
  margin-right: 15px;
  float: right;
  margin-left: -25px;
  margin-top: -26px;
  position: relative;
  color: #ACACAC;
  z-index: 2;
}

/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  /* width: 118px; */
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 19px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFFFFF;
  transform: scale(1.1);
}

.navbar .daftar,
.navbar .daftar:focus {
  border: 2px solid #FFFFFF;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 8px;
  color: #fff;
}

.navbar .daftar:hover,
.navbar .daftar:focus:hover {
  color: #09331B;
  background: #FEE13B;
  border-color: #FEE13B;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 6px;
  margin-top: 10px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.arrow-top {
  position: absolute;
}

.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow::before {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  font-style: normal;
  /* margin-left: 7px; */
  align-items: center;
}

.dropdown:hover .arrow {
  /* margin-left: 7px; */
  transform: rotate(180deg);
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #354052;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  line-height: 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  transform: none;
  font-weight: bold;
  transition: 0.5s;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .menu-login {
  margin-left: 48px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #FFFFFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar .menu-login {
    margin-left: 0;
  }

  .batas {
    display: none;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
  	color: #09331B;
  	/* transform: scale(1.1); */
  }
}

.navbar-mobile {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #09331b;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #354052;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  transform: none;
  color: #09331b;
}

.navbar-mobile .active {
  transition: none;
  transform: none;
  font-weight: bold;
  color: #09331b;
}

.navbar-mobile .daftar,
.navbar-mobile .daftar:focus {
  margin: 15px;
}

.navbar-mobile .daftar-mobile,
.navbar-mobile .daftar-mobile:focus {
  margin: 0 10px;
  padding: 12px 25px;
  color: #FFFFFF !important;
  border-radius: 8px;
  background-color: #09331b;
  font-weight: 700;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #09331b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Login Sections
--------------------------------------------------------------*/

#login {
  /* background-color: #09331b; */
  background-color: #064514;
  max-height: 675px;
  overflow: hidden;
  z-index: 0;
}

#login h1 {
  max-width: 375px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #354052;
}

#login p {
  max-width: 375px;
  text-align: center;
  margin: 16px auto 50px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #ACACAC;
}

#login form {
  max-width: 360px;
  margin: 0 auto;
}

#login .btn-login {
  color: #354052;
  background-color: #FEE13B;
  border-color: #FEE13B;
  min-width: 239px;
  min-height: 48px;
  border-radius: 4px;
}

#login .btn-login:hover {
  font-weight: bold;
  box-shadow: 3px 1px 3px grey;
  transition: 0.25s ease;
}

#login .btn-login span {
  margin-right: 18px;
}

#login .register {
  color: #009E3D;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  margin: 5px auto;
  text-align: center;
  padding-bottom: 40px;
}

#login .wrapper {
  overflow: hidden;
  min-height: 675px;
}

#login .register:hover {
  color: #354052;
  transition: 0.25s;
}

#login .wrapper .circle {
  top: 15%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#login .login-image {
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

#login .login-image img {
  max-width: 100%;
  height: auto;
}

#login .tag-line {
  top: 25%;
  justify-content: center;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 2;
}

#login .tag-line .text {
  padding: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 13.954px;
  line-height: 150%;
}

#login .come-join {
  top: 5%;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

#login .come-join .come-join-img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .left-login {
    display: none !important;
  }
}

@media screen and (max-width: 1040px) {
  #login .come-join .come-join-img {
    max-width: 80%;
    height: auto;
  }

  #login .login-image img {
    max-width: 90%;
  }
}

@media screen and (min-width: 1480px) {
  #login .wrapper .circle {
    right: 0;
  }
}

/*--------------------------------------------------------------
# Footer - Login Sections
--------------------------------------------------------------*/

#footer-login {
  bottom: 0;
  padding-top: 29px;
  padding-bottom: 30px;
  background-color: #09331B;
  width: 100%;
  z-index: 99;
}

#footer-login .row {
  align-items: center;
}

#footer-login .start-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #FFFFFF;
}

#footer-login .icon-footer {
  width: 32px;
  color: #FFFFFF;
}

#footer-login .center-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Hero Sections
--------------------------------------------------------------*/

#hero2 {
  width: 100%;
  background: #09331B;
  overflow: visible;
  position: relative;
}

#hero2 .carousel-control-next-icon {
  background-image: none;
  font-size: 32px;
}

#hero2 .carousel-fade {
  overflow: hidden;
}

#hero2 .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero2 .carousel-fade .carousel-inner .carousel-item,
#hero2 .carousel-fade .carousel-inner .active.carousel-item-start,
#hero2 .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero2 .carousel-fade .carousel-inner .active,
#hero2 .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero2 .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero2 .carousel-fade .carousel-inner .carousel-item-next,
#hero2 .carousel-fade .carousel-inner .carousel-item-prev,
#hero2 .carousel-fade .carousel-inner .active.carousel-item-start,
#hero2 .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# Statistik Sections
--------------------------------------------------------------*/

#statistik {
  padding-top: 50px;
}

#statistik .container {
  background-color: #0E502A;
  padding: 15px 15px;
  margin: 60px 15px;
  color: #FFFFFF;
  max-width: 973px;
  border-radius: 6px;
}

#statistik .container .border-right {
  border-right: 1px solid grey;
}

@media (max-width: 991px) {
  #statistik .container .border-right {
    border-right: none;
  }
}

#statistik .container h2 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
}

#statistik .container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# WhyUs Sections
--------------------------------------------------------------*/

#why-us {
  margin-top: 50px;
  padding-bottom: 100px;
  width: 100%;
}

#why-us h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
}

#why-us h2>span {
  background-color: #FEE13B;
}

#why-us p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #354052;
  /* max-width: 282px; */
  text-align: justify;
}

#why-us .icon-img {
  display: block;
  margin: 0 auto;
  max-width: 86px;
  height: auto;
}

#why-us .icon-description {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #354052;
}

#why-us .icon-description2 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #8F90A6;
}

/*--------------------------------------------------------------
# Pendaftaran Sections
--------------------------------------------------------------*/

#pendaftaran {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #FAFAFA;
}

#pendaftaran .border-bottom {
  border-bottom: 1px solid #000000;
  max-width: 940px;
}

#pendaftaran h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
  text-align: center;
  margin-top: 1rem;
}

#pendaftaran .card {
  border-radius: 10px;
  width: 100%;
  min-height: 440px;
}

#pendaftaran .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #09331B;
  height: 165px;
}

#pendaftaran .card-header .card-title {
  color: #FFFFFF;
  text-align: center;
}

#pendaftaran .card-body span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #8F90A6;
}

#pendaftaran .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #354052;
}

#pendaftaran .card-footer {
  background-color: #FFFFFF;
  border-top: 0;
  padding: 15px 20px;
  border-radius: 10px;
}

#pendaftaran .card-footer .btn-detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #009E3D;
  border: 1px solid #009E3D;
  border-radius: 4px;
}

#pendaftaran .card-footer .btn-detail:hover {
  box-shadow: 1px 1px 1px grey;
}

#pendaftaran .card-footer .btn-daftar {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  background-color: #009E3D;
  color: #FFFFFF;
  border-radius: 4px;
}

#pendaftaran .card-footer .btn-daftar:hover {
  box-shadow: 1px 1px 1px grey;
}

/*--------------------------------------------------------------
# Alur Pendaftaran Sections
--------------------------------------------------------------*/

#alur {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #0E502A;
}

#alur h2 {
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

#alur .bg {
  height: 100%;
  max-width: 100%;
  z-index: 0;
}

@media (min-width: 1200px) {
  #alur .container img {
    width: 99%;
  }
}

@media (min-width: 1300px) {
  #alur .container img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Pengumuman Sections
--------------------------------------------------------------*/

#pengumuman {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}

#pengumuman .header {
  background-color: #FAFAFA;
}

#pengumuman .header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #354052;
}

#pengumuman .btn.btn-selengkapnya {
  background: #E3EAEF;
  font-weight: 600;
  font-size: 12px;
  color: #2B3143;
}

#pengumuman .btn.btn-selengkapnya:hover {
  box-shadow: 1px 1px 1px 1px grey;
}

#pengumuman .content h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #354052;
  margin-bottom: 10px;
}

#pengumuman .content .judul {
  display: inline-block;
  border-bottom: 3px solid #F5B536;
  margin-top: 48px;
}

#pengumuman .icon-pengumuman {
  max-width: 108px;
  height: auto;
}

#pengumuman .content .jalur {
  background-color: #E8F0E0;
  color: #088237;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  border-radius: 4px;
}

#pengumuman .agenda {
  margin-top: 32px;
}

#pengumuman .agenda h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #354052;
}

#pengumuman .agenda .wrapper {
  max-width: 451px;
}

#pengumuman .content .tanggal {
  background-color: #FFEECC;
  color: #F5B536;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  border-radius: 4px;
}

#pengumuman .content .content-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8F90A6;
  margin-bottom: 8px;
}

#pengumuman .content .content-footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #354052;
  background-color: #FFFFFF;
}

#pengumuman .content .content-footer a:hover {
  color: grey;
}

#pengumuman .title-hover {
  color: #354052!important;
}

#pengumuman .title-hover:hover {
  color: grey!important;
}

/*--------------------------------------------------------------
# FAQ Sections
--------------------------------------------------------------*/

#faq {
  padding: 0;
  background-color: #FAFAFA;
}

#faq h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #354052;
  text-align: center;
  margin-bottom: 67px;
}

#faq .more-spacing {
  margin-bottom: 16px;
}

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

#faq .accordion-button:not(.collapsed) {
  background-color: #FAFAFA;
  box-shadow: none;
}

#faq .accordion-button:focus {
  border: none;
}

#faq .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #354052;
}

#faq .accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #354052;
}

#faq .accordion {
  box-shadow: none;
}

#faq .btn-pertanyaan {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #009E3D;
  border-color: #009E3D;
}

#faq .btn-pertanyaan:hover {
  transition: 0.2s;
  color: #FFFFFF;
  background-color: #009E3D;
  box-shadow: 1px 1px 1px 1px grey;
}

#faq .button {
  margin-top: 64px;
  margin-bottom: 202px;
}

/*--------------------------------------------------------------
# Top Head Section
--------------------------------------------------------------*/

#top-head {
  background-color: #0E502A;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-head img {
  max-width: 100%;
}

#top-head .description {
  max-width: 45%;
}

#top-head .search {
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  #top-head .description {
    max-width: 100%;
  }

  #top-head .search {
    width: 100%;
  }

  #top-head ul {
    flex-direction: column;
}
}

#top-head .description h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

#top-head .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top-head .btn-pendaftaran {
  color: #354052;
  background-color: #FEE13B;
  border-color: #FEE13B;
  min-width: 239px;
  min-height: 48px;
  border-radius: 4px;
  margin-bottom: 50px;
}

#top-head .spn-gelombang {
  padding: 10px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #354052;
}

#top-head .btn-pendaftaran:hover {
  font-weight: 500;
  box-shadow: 1px 1px 1px 1px grey;
  transition: 0.25s ease;
}

#top-head .mw-785 {
  max-width: 785px;
}

#top-head .form-floating>label {
  color: #ACACAC;
}

#top-head ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

#top-head p {
  margin: 0;
  margin-right: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

#top-head li a {
  margin: 0;
  text-decoration: underline;
  margin-right: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

#top-head li a:hover {
  color: blue;
}


/*--------------------------------------------------------------
# Prodi Section
--------------------------------------------------------------*/

#prodi {
  background-color: #FAFAFA;
  width: 100%;
}

#prodi .container {
  padding-top: 55px;
  padding-left: 84px;
  padding-right: 69px;
  padding-bottom: 69px;
  margin-top: 64px;
  margin-bottom: 105px;
  box-shadow: 0px 4px 12px 0px #89898940;
}

@media (max-width: 576px) {
  #prodi .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#prodi .container h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #354052;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Jalur Section
--------------------------------------------------------------*/

#jalur {
  background-color: #FAFAFA;
  width: 100%;
}

#jalur .container.breadcrumbs {
  margin: 64px auto;
  padding: 10px 15px;
  box-shadow: 0px 4px 12px 0px #89898940;
  background-color: #009E3D;
}

#jalur .container ol {
  margin-bottom: 0;
}

#jalur .container .breadcrumb-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

#jalur .container .breadcrumb-item.active {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

#jalur .container .divider {
  --bs-breadcrumb-divider: '>';
  font-weight: 500;
  color: #FFFFFF;
}

#jalur .container.content {
  padding: 55px 105px;
  margin-top: 55px;
  margin-bottom: 105px;
  box-shadow: 0px 4px 12px 0px #89898940;
}

@media (max-width: 576px) {
  #jalur .container.content {
    padding: 5px 10px;
  }
  
}

#jalur .content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #354052;
}

#jalur .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #8F90A6;
  margin-bottom: 32px;
  margin-top: 48px;
}

#jalur .content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8F90A6;
}

#jalur .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #354052;
}

#jalur .content li {
  margin-bottom: 10px;
}

#jalur .content .button {
  margin: 48px auto;
}

#jalur .content .btn-daftar {
  color: #354052;
  background-color: #FEE13B;
  border-color: #FEE13B;
  min-width: 100px;
  min-height: 25px;
  border-radius: 4px;
}

#jalur .content .btn-daftar:hover {
  font-weight: bold;
  box-shadow: 3px 1px 3px grey;
  transition: 0.25s ease;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

#faq {
  background-color: #FAFAFA;
  width: 100%;
}

#faq .container.header {
  margin-top: 84px;
  margin-bottom: 48px;
  max-width: 35%;
}

@media (max-width: 576px) {
  #faq .container.header {
    max-width: 100%;
  }
  
}

#faq .container.content {
  margin-bottom: 48px;
}

#faq .container.header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #354052;
  text-align: center;
}

#faq .container.header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #354052;
}

/*--------------------------------------------------------------
# Beasiswa Section
--------------------------------------------------------------*/

#beasiswa {
  background-color: #FAFAFA;
  width: 100%;
  margin: 75px auto;
  /* padding: 100px 120px; */
}

#beasiswa .card-body {
  flex-direction: column;
}

#beasiswa .card {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(219, 219, 219, 0.15);
  border-radius: 10px;
  min-height: 418px;
  width: 18rem;
}

#beasiswa .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #354052;
}

#beasiswa .btn-selengkapnya {
  background: #FEE13B;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #354052;
  margin-top: 27px;
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  #beasiswa .card {
    width: 23rem;
  }
}

/*--------------------------------------------------------------
# Pembayaran
--------------------------------------------------------------*/

#pembayaran {
  width: 100%;
  padding-bottom: 150px;
  background-color: #FAFAFA;
}

#pembayaran .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #354052;
  background-color: #FEE13B;
  border-radius: 4px;
}

#pembayaran .nav-link {
  padding: 1.5rem 1rem;
  color: #354052;
}

#pembayaran .more-spacing {
  margin-bottom: 24px;
}

#pembayaran .accordion-item {
  border: 0;
}

#pembayaran .accordion-button:not(.collapsed) {
  background-color: #FAFAFA;
  box-shadow: none;
}

#pembayaran .accordion-button:focus {
  border: none;
}

#pembayaran .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #354052;
}

#pembayaran .accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #354052;
  padding: 25px 45px;
}

#pembayaran .accordion {
  box-shadow: none;
}

#pembayaran .accordion-header {
  box-shadow: 0px 4px 12px rgb(137 137 137 / 25%);
}

#pembayaran .accordion-button:not(.collapsed)::after {
  background-image: url('/img/component/accordion-close.svg');
}

#pembayaran .accordion-button::after {
  background-image: url('/img/component/accordion-open.svg');
}

/*--------------------------------------------------------------
# Section Biaya Kuliah
--------------------------------------------------------------*/

#biaya {
  margin-bottom: 150px;
}

#biaya .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #354052;
  background-color: #FEE13B;
  border-radius: 4px;
}

#biaya .nav-link {
  padding: 1.5rem 1rem;
  color: #354052;
}

#biaya .content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #354052;
  padding: 24px 0;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Section Pendaftaran Form
--------------------------------------------------------------*/

#pendaftaran-form {
  background-color: #FAFAFA;
  width: 100%;
}

#pendaftaran-form .container.breadcrumbs {
  margin: 64px auto;
  padding: 10px 15px;
  box-shadow: 0px 4px 12px 0px #89898940;
  background-color: #009E3D;
}

#pendaftaran-form .container ol {
  margin-bottom: 0;
}

#pendaftaran-form .container .breadcrumb-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

#pendaftaran-form .container .breadcrumb-item.active {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

#pendaftaran-form .container .divider {
  --bs-breadcrumb-divider: '>';
  font-weight: 500;
  color: #FFFFFF;
}

#pendaftaran-form .container.content {
  padding: 55px 105px;
  margin-top: 55px;
  margin-bottom: 105px;
  box-shadow: 0px 4px 12px 0px #89898940;
}

@media (max-width: 576px) {
  #pendaftaran-form .container.content {
    padding: 55px 5px;
  }
}

#pendaftaran-form .container.content .header {
  max-width: 543px;
}

#pendaftaran-form .container.content .information {
  padding: 15px;
  max-width: 100%;
  background: #E3EAEF;
  border-radius: 10px;
}

#pendaftaran-form .container.content .information span {
  margin-left: 15px;
}

@media (max-width: 576px) {
  #pendaftaran-form .container.content .information span {
    margin-left: 0;
  }
}

#pendaftaran-form .container.content .information {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #354052;
}

#pendaftaran-form .content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #354052;
}

#pendaftaran-form .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #8F90A6;
  margin-bottom: 32px;
  margin-top: 48px;
}

#pendaftaran-form .content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8F90A6;
}

#pendaftaran-form .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #354052;
}

#pendaftaran-form form label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #354052;
}

#pendaftaran-form form label span {
  color: red;
}

#pendaftaran-form form button {
  background: #FEE13B;
  border-color: #FEE13B;
  padding: 11px 15px;
  border-radius: 4px;
}

#pendaftaran-form form .form-control {
  padding: 0.6rem 0.75rem;
}

#pendaftaran-form form .form-select {
  padding: 0.6rem 0.75rem;
}

/*--------------------------------------------------------------
# Section Nama Prodi Akupunktur
--------------------------------------------------------------*/
#nama-prodi-akupunktur {
  display: flex;
  align-items: center;
  padding: 50px 0 150px 0;
  width: 100%;
}

#nama-prodi-akupunktur h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #354052;
}

#nama-prodi-akupunktur .title {
  top: 0;
  position: absolute;
  z-index: 1;
}

#nama-prodi-akupunktur .bg-title {
  bottom: 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 576px) {
  #nama-prodi-akupunktur .title {
    top: 0;
    position: relative;
    z-index: 1;
  }
  
  #nama-prodi-akupunktur .bg-title {
    bottom: 0;
    position: relative;
    z-index: 0;
  }
  
}

#nama-prodi-akupunktur p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
  text-align: center;
}

#nama-prodi-akupunktur img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Section Kenapa akupunktur
--------------------------------------------------------------*/ 

#kenapa-akupunktur {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-akupunktur h2 span {
  background-color: #FEE13B;
}

#kenapa-akupunktur .cards {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 200px;
}

#kenapa-akupunktur .cards h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #354052;
}

#kenapa-akupunktur img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Section Keahlihan Akupunktur
--------------------------------------------------------------*/

#keahlihan-akupunktur {
  width: 100%;
  padding-bottom: 150px;
  color: #43936C;
} 

#keahlihan-akupunktur img {
  max-width: 100%;
} 

#keahlihan-akupunktur h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-akupunktur p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-akupunktur .deskripsi {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616976;
}

/*--------------------------------------------------------------
# Section Nama Prodi Kebidanan
--------------------------------------------------------------*/

#nama-prodi-kebidanan {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-kebidanan img {
    display: none;
  } 
}

#nama-prodi-kebidanan h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-kebidanan p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
}

/*--------------------------------------------------------------
# Section Kenapa Kebidanan
--------------------------------------------------------------*/ 

#kenapa-kebidanan {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-kebidanan .container {
  padding: 15px 15px 0 15px;
  background: #0E502A;
  border-radius: 15px;
}

#kenapa-kebidanan .vector {
  width: 100%;
}

@media (max-width:768px) {
  #kenapa-kebidanan .vector {
    display: none;
  }

  #kenapa-kebidanan .container {
    padding: 15px;
  }
}

#kenapa-kebidanan .right {
  margin-left: 1.5rem;
}

@media (max-width:992px) {
  #kenapa-kebidanan .right {
    margin-left: 0;
  }
}

#kenapa-kebidanan .cards {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  background: #106836;
  padding: 20px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

#kenapa-kebidanan h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Section Nama Prodi Farmasi Klinik
--------------------------------------------------------------*/

#nama-prodi-farmasiklinik {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-farmasiklinik img {
    display: none;
  } 
}

#nama-prodi-farmasiklinik h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-farmasiklinik p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
}

/*--------------------------------------------------------------
# Section Kenapa Farmasi Klinik dan Komunitas
--------------------------------------------------------------*/ 

#kenapa-farmasiklinik {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-farmasiklinik h2 span {
  background-color: #FEE13B;
}

#kenapa-farmasiklinik .cards {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 200px;
}

#kenapa-farmasiklinik .cards h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #354052;
}

#kenapa-farmasiklinik img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Section 3 Jurusan Farmasi Klinik
--------------------------------------------------------------*/

#macam-jurusan-farmasiklinik {
  width: 100%;
  padding-bottom: 150px;
}

#macam-jurusan-farmasiklinik h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052; 
}

#macam-jurusan-farmasiklinik .description {
  display: block;
  padding: 0 0 24px 0;
  border-bottom: 1.5px solid #EAEAEA;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #354052;
}

#macam-jurusan-farmasiklinik .cards {
  max-width: 279px;
  min-height: 290px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 16px 20px;
}

#macam-jurusan-farmasiklinik .cards .cards-header {
  padding: 10px;
  background: #088237;
  border-radius: 8px;
}

#macam-jurusan-farmasiklinik .cards .cards-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}

#macam-jurusan-farmasiklinik .cards .cards-body .col-1 {
  color: #43936C;
}

#macam-jurusan-farmasiklinik .cards .cards-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #616976;
}

#macam-jurusan-farmasiklinik .cards .cards-body .row {
  margin-top: 6px;
}

/*--------------------------------------------------------------
# Section Nama Prodi Rekam Medis
--------------------------------------------------------------*/

#nama-prodi-rekammedis {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-rekammedis img {
    display: none;
  } 
}

#nama-prodi-rekammedis h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-rekammedis p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
}

/*--------------------------------------------------------------
# Section Kenapa Rekam Medis
--------------------------------------------------------------*/ 

#kenapa-rekammedis {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-rekammedis h2 span {
  background-color: #FEE13B;
}

#kenapa-rekammedis .cards {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 200px;
}

#kenapa-rekammedis .cards h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #354052;
}

#kenapa-rekammedis img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Section Keahlihan Rekam Medis
--------------------------------------------------------------*/

#keahlihan-rekammedis {
  width: 100%;
  padding-bottom: 150px;
  color: #43936C;
} 

#keahlihan-rekammedis img {
  max-width: 100%;
} 

#keahlihan-rekammedis h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-rekammedis p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-rekammedis .deskripsi {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616976;
}

/*--------------------------------------------------------------
# Section Nama Prodi Informatika
--------------------------------------------------------------*/

#nama-prodi-informatika {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-informatika img {
    display: none;
  } 

  #nama-prodi-informatika .spesialis {
    position: static!important;
  }
}

#nama-prodi-informatika h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-informatika p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
  text-align: justify;
}

#nama-prodi-informatika .container .row {
  z-index: 1;
}

#nama-prodi-informatika .spesialis {
  position: absolute;
  width: 100%;
  height: 153px;
  background: #0E502A;
  border-radius: 10px;
  bottom: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
# Section Kenapa informatika
--------------------------------------------------------------*/ 

#kenapa-informatika {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-informatika img {
  max-width: 100%;
}

#kenapa-informatika h2 {
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
}

@media (max-width: 576px) {
  #kenapa-informatika h2 {
    width: 100%;
  }
}

#kenapa-informatika h2 span {
  background-color: #FEE13B;
}

#kenapa-informatika .container .cards {
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
}

#kenapa-informatika .container .cards img {
  padding: 24px 16px;
  background: #088237;
  border-radius: 8px;
}

#kenapa-informatika .container .cards h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #354052;
}

#kenapa-informatika .container .cards p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8F90A6;
}

/*--------------------------------------------------------------
# Section Keahlihan Informatika
--------------------------------------------------------------*/

#keahlihan-informatika {
  width: 100%;
  padding-bottom: 150px;
  color: #43936C;
} 

#keahlihan-informatika img {
  max-width: 100%;
} 

#keahlihan-informatika h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-informatika p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-informatika .deskripsi {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616976;
}

/*--------------------------------------------------------------
# Section Nama Prodi Fisioterapi
--------------------------------------------------------------*/

#nama-prodi-fisioterapi {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-fisioterapi img {
    display: none;
  } 
}

#nama-prodi-fisioterapi h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-fisioterapi p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
}

/*--------------------------------------------------------------
# Section Kenapa Fisioterapi
--------------------------------------------------------------*/ 

#kenapa-fisioterapi {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-fisioterapi .container {
  padding: 15px 15px 0 15px;
  background: #0E502A;
  border-radius: 15px;
}

#kenapa-fisioterapi .vector {
  width: 100%;
}

@media (max-width:768px) {
  #kenapa-fisioterapi .vector {
    display: none;
  }

  #kenapa-fisioterapi .container {
    padding: 15px;
  }
}

#kenapa-fisioterapi .right {
  margin-left: 1.5rem;
}

@media (max-width:992px) {
  #kenapa-fisioterapi .right {
    margin-left: 0;
  }
}

#kenapa-fisioterapi .cards {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  background: #106836;
  padding: 20px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

#kenapa-fisioterapi h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Section Keahlihan Fisioterapi
--------------------------------------------------------------*/

#keahlihan-fisioterapi {
  width: 100%;
  padding-bottom: 150px;
  color: #43936C;
} 

#keahlihan-fisioterapi img {
  max-width: 100%;
} 

#keahlihan-fisioterapi h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-fisioterapi p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-fisioterapi .deskripsi {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616976;
}

/*--------------------------------------------------------------
# Section Nama Prodi Anestesi
--------------------------------------------------------------*/

#nama-prodi-anestesi {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-anestesi img {
    display: none;
  } 
}

#nama-prodi-anestesi h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-anestesi p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
}

/*--------------------------------------------------------------
# Section Kenapa Anestesi
--------------------------------------------------------------*/ 

#kenapa-anestesi {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-anestesi .container {
  padding: 15px 15px 0 15px;
  background: #0E502A;
  border-radius: 15px;
}

#kenapa-anestesi .vector {
  width: 100%;
}

@media (max-width:768px) {
  #kenapa-anestesi .vector {
    display: none;
  }

  #kenapa-anestesi .container {
    padding: 15px;
  }
}

#kenapa-anestesi .right {
  margin-left: 1.5rem;
}

@media (max-width:992px) {
  #kenapa-anestesi .right {
    margin-left: 0;
  }
}

#kenapa-anestesi .cards {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  background: #106836;
  padding: 20px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

#kenapa-anestesi h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Section Keahlihan anestesi
--------------------------------------------------------------*/

#keahlihan-anestesi {
  width: 100%;
  padding-bottom: 150px;
  color: #43936C;
} 

#keahlihan-anestesi img {
  max-width: 100%;
} 

#keahlihan-anestesi h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-anestesi p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #354052;
} 

#keahlihan-anestesi .deskripsi {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616976;
}

/*--------------------------------------------------------------
# Section Nama Prodi Keperawatan
--------------------------------------------------------------*/

#nama-prodi-keperawatan {
  padding: 50px 0 100px 0;
  width: 100%;
}

@media (max-width: 576px) {
  #nama-prodi-keperawatan img {
    display: none;
  } 

  #nama-prodi-keperawatan .spesialis {
    position: static!important;
  }
}

#nama-prodi-keperawatan h1 {
  margin-top: 5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #354052;
}

#nama-prodi-keperawatan p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;  
  color: #354052;
  text-align: justify;
}

#nama-prodi-keperawatan .container .row {
  z-index: 1;
}

#nama-prodi-keperawatan .spesialis {
  position: absolute;
  width: 100%;
  height: 153px;
  background: #0E502A;
  border-radius: 10px;
  bottom: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
# Section Kenapa Keperawatan
--------------------------------------------------------------*/ 

#kenapa-keperawatan {
  width: 100%;
  padding-bottom: 150px;
}

#kenapa-keperawatan img {
  max-width: 100%;
}

#kenapa-keperawatan h2 {
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052;
}

@media (max-width: 576px) {
  #kenapa-keperawatan h2 {
    width: 100%;
  }
}

#kenapa-keperawatan h2 span {
  background-color: #FEE13B;
}

#kenapa-keperawatan .container .cards {
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
}

#kenapa-keperawatan .container .cards img {
  padding: 24px 16px;
  background: #088237;
  border-radius: 8px;
}

#kenapa-keperawatan .container .cards h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #354052;
}

#kenapa-keperawatan .container .cards p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8F90A6;
}

/*--------------------------------------------------------------
# Section 3 Jurusan Keperawatan
--------------------------------------------------------------*/

#macam-jurusan-keperawatan {
  width: 100%;
  padding-bottom: 150px;
}

#macam-jurusan-keperawatan h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #354052; 
}

#macam-jurusan-keperawatan .description {
  display: block;
  padding: 0 0 24px 0;
  border-bottom: 1.5px solid #EAEAEA;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #354052;
}

#macam-jurusan-keperawatan .cards {
  max-width: 279px;
  min-height: 290px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 16px 20px;
}

#macam-jurusan-keperawatan .cards .cards-header {
  padding: 10px;
  background: #088237;
  border-radius: 8px;
}

#macam-jurusan-keperawatan .cards .cards-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}

#macam-jurusan-keperawatan .cards .cards-body .col-1 {
  color: #43936C;
}

#macam-jurusan-keperawatan .cards .cards-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #616976;
}

#macam-jurusan-keperawatan .cards .cards-body .row {
  margin-top: 6px;
}

/*--------------------------------------------------------------
# CP
--------------------------------------------------------------*/

#cp {
  width: 100%;
  margin-bottom: 100px;
}

#cp .container {
  padding: 50px;
  background-color: #0B6431;
  border-radius: 15px;
}

#cp .container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

#cp .container h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: .25rem;
}

#cp .container span {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

@media screen and (max-width: 576px) {
  #cp .container .icon-cp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-color: #09331B;
  width: 100%;
  padding: 40px 60px;
}

@media (max-width:576px) {
  #footer {
    padding: 20px;
  }
}


#footer h2 {
  font-weight: 500;
  font-size: 19.8158px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

#footer .deskripsi {
  margin-top: 24px;
}

#footer p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

#footer .w-2 {
  color: #FFFFFF;
  width: 2%;
}

#footer .m-220 {
  max-width: 220px;
}

#footer .m-400 {
  max-width: 400px;
}

#footer h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

#footer h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

#footer ul {
  list-style-type: none;
  padding-left: 0;
}

#footer li {
  list-style-type: none;
  margin: 10px;
}

#footer li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

#footer li a:hover {
  font-weight: bold;
  transform: scale(1, 1);
  transition: 0.2s;
}