.nav-header {
    height: 64px;
    width: 100%;
    background-color: transparent;
    border-top: 5px solid transparent;

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #202020;
}

.fw-reg {
    font-weight: 400;
}

.fw-sbold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.text-dark-wp {
    color: #202020;
    opacity: .7;
}

.p-banner {
    font-size: 64px;
    line-height: 76.8px;
}

.section-wp {
    /*padding-top: 64px;*/
    padding-top: 30px;
}

.title-wp{
    font-size: 36px;
    font-weight: 600;

    text-transform: capitalize;
    text-align: center;
    margin-bottom: 14px;

    line-height: 43.2px;
    color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 767.9px) {
    .title-wp{
        font-size: 24px;
	line-height: 28.8px;
    }

    .p-banner {
        font-size: 32px;
        line-height: 38.4px;
    }
}

.title-dark-wp {
    color: #202020;
}

.body-wp {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7) !important; 

    line-height: 30px;
}

.text-wp {
    color: #243F30;
    padding: 8px 0 0 0;
}

@media (max-width: 767.9px) {
    .body-wp{
        margin-top: 16px;
        font-size: 16px;
        text-align: center;
	line-height: 24px;
    }
}

.section-image-header {
    min-width: 100vh;
    max-height: 100vh;
}
.item-image-header {
    min-width: 100vh;
    max-height: 100vh;
    object-fit: cover;
}

.section-image-header2 {
    width: 100%;
    height: 62.5vh;
}
.item-image-header2 {
    width: 100%;
    height: 62.5vh;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    .section-image-header {
	min-width: unset;
        min-height: 100vh;
    }
    .item-image-header {
	min-width: unset;
        min-height: 100vh;
    }

    .section-image-header2 {
    	height: 375px;
    }
    .item-image-header2 {
    	height: 375px;
    }
}
@media screen and (min-width: 1369px) {
    .section-image-header {
	min-height: 100vh;
    }
    .item-image-header {
    	min-height: 100vh;
    }
}

.caption-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 767.9px) {
    .caption-image {
        font-size: 32px;
	width: 100%; 
    }
}

.section-image-header > .container-fluid {
    padding: 0 0 0 0;
}

.padding-0-wp{
    padding: 0 0 0 0;
}

#overlayEffect {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.overlay-effect{
    position: relative;
}

.overlay-effect:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(32, 32, 32, 0);
}

.overlay-effect-vr:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(32, 32, 32, .7);
}

.hr-wp{
    width: 4.5rem; height: 8px; border: none; background-color: #243F30;
}

@media (max-width: 767.9px) {
    .hr-wp{
        width: 38.62px; height: 4px; border: none; background-color: #243F30;
    }
}


.hr-wp-blue {
    background-color: #3B5998;
}

.hr-wp-yellow {
    background-color: #FDDC81;
}

.btn-outline-bpj{
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-outline-x{
    border-color: rgba(0, 0, 0, 0.7);
}

.btn-x{
    background-color: #254C24;
    color: #fff;
}

.btn-dark-wp {
    background-color: #B99342;
}

.btn-dark-wp-cst{
    background-color: #243F30;
}

.p-0-wp {
    padding: 0;
}

/* NAVBAR */
.nav-header .container .navbar .navbar-collapse .extra-buts .dropdown-trans {
    border-radius: 6px;
    background-color: #243F30;
}

.nav-header .container .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 16px;
    /*font-weight: 600; */
}

@media screen and (min-width: 992px) {
    .nav-header .container .navbar .navbar-collapse .nav-item .nav-link {
        font-size: 1.2vw;
        /*font-weight: 600; */
    }
}


.nav-header .container .navbar .navbar-collapse .active .nav-link::after {
    width: 40px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
}

/* ubah dropdown menu background disini */
@media screen and (min-width: 992px) {
     .nav-header .container .navbar .navbar-collapse .navbar-nav .dropdown-proj:hover {
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          background-color: #243F30 !important; 
     } 
}
.nav-header .container .navbar .navbar-collapse .navbar-nav .dropdown-proj .dropdown-menu {
    background-color: #243F30 !important; 
} 
.nav-header .container .navbar .navbar-collapse .navbar-nav .dropdown-proj .dropdown-menu .dropdown-item:hover {
          color: #E2E6D5 !important;
          background-color: #243F30 !important; 
}

/* active dropdown menu */
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF90 !important;
  text-decoration: none;
  background-color: #243F30; 
}

/* ubah dropdown bahasa */
.nav-header .container .navbar .navbar-collapse .extra-buts .dropdown-trans .dropdown-menu {
          margin: 0;
          padding: 0.1rem 0.5rem;
          min-width: 100%;
          width: 100%;
          height: 100%;
          min-height: 100%;
          padding: 0;
          left: 0px;
          border: 0;
          border-radius: 18px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          background-color: #243F30 !important; 
}
.nav-header .container .navbar .navbar-collapse .extra-buts .dropdown-trans .dropdown-menu .dropdown-item:hover {
            /* color: #FFFFFF !important;
            background-color: #FDDC81 !important; */
            color: #E2E6D5!important;
            background-color: #243F30 !important;
            border-radius: 18px;
            border-top-left-radius: 0;
            border-top-right-radius: 0; 
}
@media screen and (max-width: 991px) {
	.nav-header .container .navbar .navbar-collapse .extra-buts .dropdown-trans .dropdown-menu .dropdown-item {
  		padding: 5px 0px 10px 10px !important;
 	}
}