.navbar {
    padding: 0;
}
.nav-link {
    color: var(--black-2);
    font-weight: 500;
    font-size: 16px;
}
.nav-link:hover {
    color: var(--primary-navy);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-navy);
    font-weight: 700;
}
.navbar.scrolled {
    box-shadow: 0 7px 10px rgba(75, 75, 75, 10%);
}
.navbar.scrolled .navbar-top,
.navbar.scrolled .navbar-bottom {
    padding: 16px 0;
}
.navbar .navbar-top {
    background-color: #ffffff;
    padding: 24px 0;
    transition: .2s;
}
.navbar .navbar-top,
.navbar .navbar-top .container,
.navbar .navbar-bottom,
.navbar .navbar-bottom .container {
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar .navbar-bottom {
    background-color: #1A4B92;
    padding: 24px 0;
    transition: .2s;
    color: #ffffff;
}
.navbar .navbar-bottom .nav-link {
    color: #E6E9EF;
}
.navbar .navbar-bottom form input,
.navbar .navbar-bottom form button {
    border-radius: unset;
}
.navbar .navbar-bottom form {
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.navbar .navbar-bottom form .btn-search {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #4B9EDD;
}
.navbar .navbar-bottom form .iconify {
    color: #ffffff;
    font-size: 16px;
}

/* Hero */
.page-home .section-hero {
    background-image: url('/landingpage/images/hero/bg-hero.png');
    background-position: bottom;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 90px;
}
.page-home .section-hero .container > img {
    position: absolute;
    left: -100px;
    top: -50px;
}
.page-home .section-hero .meta h1 {
    position: relative;
    line-height: 120%;
    font-weight: 800;
    font-size: 64px;
    z-index: 9;
}
.page-home .section-hero .meta p {
    margin-bottom: 48px;
    margin-top: 24px;
    font-size: 18px;
}
.page-home .section-hero .meta ul {
    padding-inline-start: 0;
    list-style-type: none;
    align-items: center;
    margin-bottom: 4px;
    margin-bottom: 0;
    display: flex;
}
.page-home .section-hero .meta ul li {
    margin-left: -15px;
}
.page-home .section-hero .meta ul li:first-child {
    margin-left: 0;
}
.page-home .section-hero .meta ul li img {
    border: 1.5px solid #EDF5FC !important;
    border-radius: 100%;
    height: 35px;
    width: 35px;
}
.page-home .section-hero .meta .meta-image {
    margin-left: 28px;
}
.page-home .section-hero .meta .meta-image p {
    margin: 0;
}
.page-home .section-hero .partner {
    margin-top: 64px;
    font-weight: 600;
    font-size: 18px;
}

/* elips */
.overlay-elips {
    border-radius: 100%;
    position: absolute;
    height: 791px;
    width: 791px;
    top: -400px;
    filter: blur(16px);
}
.overlay-elips.elips-left {
    background-color: rgba(237, 245, 252, 75%);
    left: -578px;
}
.overlay-elips.elips-right {
    background-color: rgba(255, 219, 155, 15%);
    right: -578px;
}

/* swiperjs */
.swiper-cards .swiper-slide {
    border-radius: 16px;
    height: 600px;
}
.swiper-cards .swiper-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.swiper-cards .swiper-slide .swiper-content {
    background: radial-gradient(rgba(95, 95, 95, 80%) 85px, transparent 70%);
    backdrop-filter: blur(2px);
    position: absolute;
    filter: blur(0px);
    color: #ffffff;
    padding: 34px;
    width: 100%;
    bottom: 0;
}
.swiper-cards .swiper-slide .swiper-content div {
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
}
.swiper-cards .swiper-slide .swiper-content div small {
    font-size: 16px;
}
.swiper-cards .swiper-slide .swiper-content div:last-child {
    padding-bottom: 0;
}
.swiper-scrollbar-drag {
    background: #ffffff;
}
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: var(--swiper-scrollbar-sides-offset, 4%);
    bottom: var(--swiper-scrollbar-bottom, 15px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 4%));
}

/* About */
.section-about .about-img {
    position: relative;
    height: 618px;
}
.section-about .about-img img {
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-about .about-img .layer {
    position: absolute;
    display: flex;
    height: 100%;
    width: 80px;
    left: 0;
    top: 0;
}
.section-about .about-img .layer div {
    width: 20px;
    backdrop-filter: blur(48px);
}
.section-about .about-img .layer .layer-1 {
    width: 40px;
    background-color: rgba(17, 17, 17, 30%);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.section-about .about-img .layer .layer-2 {
    width: 20px;
    background-color: rgba(17, 17, 17, 20%);
}
.section-about .about-img .layer .layer-3 {
    width: 20px;
    background-color: rgba(17, 17, 17, 10%);
}
.section-about .about-desc .desc-item {
    border: 1px solid rgb(152, 153, 152, 24%);
    background-color: var(--white-2);
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 32px;
}
.section-about .about-desc .desc-item:last-child {
    margin-bottom: unset;
}

/* sosmed */
.section-sosmed .sosmed-list {
    padding-right: 0;
}
.section-sosmed .sosmed-embed {
    padding-left: 0;
}
.section-sosmed .sosmed-list .sosmed-item {
    border-bottom-left-radius: 16px;
    justify-content: space-between;
    border-top-left-radius: 16px;
    background-color: #4B9EDD;
    margin-bottom: 20px;
    align-items: center;
    padding: 16px 32px;
    color: #ffffff;
    display: flex;
}
.section-sosmed .sosmed-list .sosmed-item.active {
    background-color: #1A4B92;
}
.section-sosmed .sosmed-list .sosmed-item:last-child {
    margin-bottom: 0;
}
.section-sosmed .sosmed-list .sosmed-item .item-icon {
    align-items: center;
    display: flex;
    gap: 16px;
}
.section-sosmed .sosmed-list .sosmed-item .item-icon .iconify {
    font-size: 32px;
}
.section-sosmed .sosmed-list .sosmed-item .item-icon div {
    font-size: 22px;
    font-weight: 600;
}
.section-sosmed .sosmed-list .sosmed-item .item-button .iconify {
    background-color: rgba(255, 255, 255, 24%);
    border: 1px solid rgba(255, 255, 255, 15%);
    border-radius: 16px;
    padding: 4px 16px;
    color: #ffffff;
    font-size: 24px;
}
.section-sosmed .sosmed-embed iframe {
    box-shadow: 0 26px 62px rgba(0, 0, 0, 25%);
    background-color: #1A4B92;
    border-radius: 16px;
    padding: 52px 60px;
}

/* News */
.section-news .row {
    --bs-gutter-x: 2.5rem;
}
.section-news .section-title {
    text-align: left;
}
.section-news .section-title .title {
    line-height: 140%;
    font-size: 46px;
}
.section-news .section-title .subtitle {
    line-height: 160%;
    font-weight: 400;
    color: #696B68;
    font-size: 18px;
}
.section-news .section-title .subtitle p {
    width: 60%;
}
.section-news .card-headline .headline-top {
    margin-bottom: 17px;
    overflow: hidden;
}
.section-news .card-headline .headline-top a {
    height: 350px;
}
.section-news .card-headline .headline-top img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-news .card-headline .category {
    display: inline-block;
}
.section-news .card-headline .headline-top .meta {
    background: #130D0C;
    background: linear-gradient(90deg,rgba(19, 13, 12, 0) 0%, rgba(19, 13, 12, 1) 100%);
    padding: 45px 95px 45px 55px;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    top: 0;
}
.section-news .card-headline .headline-top .meta .title {
    line-height: 48px;
    font-weight: 700;
    font-size: 32px;
    margin: 24px 0;
}
.section-news .card-headline .headline-top .meta .author img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 12px;
}
.section-news .card-headline .headline-bottom .latest-news-item {
    text-decoration: none;
    margin: 19px 0;
}
.section-news .card-headline .headline-bottom .latest-news-item .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
}
.section-news .card-headline .headline-bottom .latest-news-item img {
    border-radius: 20px;
    object-fit: cover;
    height: 120px;
    width: 100%;
}
.section-news .card-headline .headline-bottom .latest-news-item .meta .title {
    line-height: 24px;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 11px;
}
.section-news .card-headline .headline-bottom .latest-news-item .meta .author img {
    border-radius: 100%;
    height: 24px;
    width: 24px;
}

.section-news .card-headline .headline-bottom .latest-news-item .meta .author,
.section-news .card-headline .headline-bottom .latest-news-item .meta .time {
    color: #808080;
    font-size: 12px;
    margin: 0;
}
.section-news .card-latest-news {
    margin-top: 0;
}

/* deprecated, ready to remove */
.section-news .news-item {
    position: relative;
    display: block;
    height: 500px;
}
.section-news .news-item .overlay {
    background: rgb(17, 17, 17, 20%);
    border-radius: 16px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.section-news .news-item img {
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-news .news-item .category {
    align-items: center;
    position: absolute;
    display: flex;
    left: 16px;
    top: 16px;
}
.category {
    border-radius: 16px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 12px;

}
.category .iconify {
    padding-right: 8px;
}
.category.category-violet {
    border: 1px solid rgba(255, 255, 255, 15%);
    background-color: #F3EFFF;
    color: #7A4BFF;
}
.category.category-green {
    border: 1px solid rgba(255, 255, 255, 15%);
    background-color: #EFFBF8;
    color: #16B684;
}
.category.category-blue {
    border: 1px solid rgba(255, 255, 255, 15%);
    background-color: #EEF7FF;
    color: #157CD0;
}
.section-news .news-item .meta {
    background-color: #ffffff;
    color: var(--black-2);
    border-radius: 16px;
    position: absolute;
    line-height: 140%;
    padding: 16px;
    margin: 16px;
    bottom: 0;
}
.section-news .news-item .meta .meta-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
}
.section-news .news-item .meta p {
    line-height: 160%;
    font-size: 14px;
}
.section-news .read-more {
    margin-top: 64px;
}

/* Video */
.section-video {
    background-color: var(--white-2);
    padding: 80px 0;
}
.section-video .section-title {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.section-video .section-title .subtitle {
    color: var(--grey-3);
    font-weight: 400;
    font-size: 18px;
}
.section-video .video-item {
    display: block;
    text-decoration: unset;
    border-radius: 16px;
}
.section-video .video-item img {
    border-radius: 16px;
    object-fit: cover;
    height: 276px;
    width: 100%;
}
.section-video .video-item .iconify-play {
    transform: translate(-50%, -50%);
    background-color: #4B9EDD;
    border-radius: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 17px;
    padding: 18px;
    left: 50%;
    top: 50%;
}
.section-video .video-item .meta {
    padding-top: 20px;
    color: #000000;
}
.section-video .video-item .meta .category .iconify {
    margin-right: 8px;
    font-size: 16px;
}
.section-video .video-item .meta .meta-title {
    margin-top: 24px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 20px;
}
.meta .author img {
    border-radius: 100%;
    margin-right: 12px;
    width: 32px;
    height: 32px;
}
.meta .author {
    margin-right: 42px;
}
.meta .author,
.meta .time {
    color: #808080;
}

/* Banner */
.section-banner {
    padding: 120px 0;
}
.section-banner .section-body {
    background-color: var(--primary-navy);
    border-radius: 16px 16px 20px 20px;
    text-align: center;
    padding-top: 64px;
}
.section-banner .section-body .section-content,
.page-hubungi-kami .section-hero .section-body .section-content {
    transform: translateX(35%);
    width: 60%;
}
.section-banner .section-body .section-title,
.page-hubungi-kami .section-hero .section-body .section-title {
    padding-bottom: 24px;
    line-height: 140%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
}
.section-banner .section-body .section-title span {
    background-color: var(--blue-3);
    transform: rotate(-4deg);
    display: inline-block;
    color: var(--black-2);
    border-radius: 16px;
    padding: 5px 12px;
}
.section-banner .section-body .section-desc,
.page-hubungi-kami .section-hero .section-body .section-desc {
    color: var(--white-2);
    padding-bottom: 48px;
    line-height: 160%;
    font-size: 16px;
}
.section-banner .section-body .btn {
    background-color: var(--white-2);
    color: var(--black-2);
    border-radius: 16px;
    position: relative;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 14px;
    bottom: -12px;
}
.section-banner .section-body .layer,
.page-hubungi-kami .section-hero .section-body .layer {
    height: 20px;
    width: 100%;
}
.section-banner .section-body .layer-1,
.page-hubungi-kami .section-hero .section-body .layer-1 {
    background-color: var(--blue-5);
}
.section-banner .section-body .layer-2,
.page-hubungi-kami .section-hero .section-body .layer-2 {
    background-color: var(--blue-4);
}
.section-banner .section-body .layer-3,
.page-hubungi-kami .section-hero .section-body .layer-3 {
    background-color: var(--blue-3);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 40px;
}

/* banner mitra */
.section-banner-mitra .section-body {
    background-color: #1A4B92;
    border-radius: 20px;
    text-align: center;
    padding: 49px;
}
.section-banner-mitra .section-body .section-content {
    margin-top: 18px;
}
.section-banner-mitra .section-body .section-content .section-title {
    line-height: 140%;
    font-weight: 500;
    font-size: 48px;
    color: #E6E9EF;
    margin: 0 auto;
    width: 65%;
}
.section-banner-mitra .section-body .section-content .section-desc {
    line-height: 150%;
    color: #FAFAFA;
    font-size: 12px;
    margin: 50px auto;
    width: 75%;
}
.section-banner-mitra .section-body .section-content .btn {
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    border-radius: 16px;
    padding: 17px 32px;
    line-height: 160%;
    font-weight: 600;
    color: #130D0C;
    font-size: 14px;
}
.section-banner-mitra .section-body .section-content .btn .iconify {
    margin-right: 3px;
    font-size: 18px;
}

/* Footer */
footer {
    background-color: #EDF5FC;
    background-image: url('/landingpage/images/logo/bg-footer-3.png');
    background-position: center -35px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
}
footer .footer-title {
    color: var(--black-2);
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
}
footer .footer-title img {
    margin-right: 8px;
}
footer .footer-body {
    color: rgb(0, 0, 0, 82%);
    line-height: 24px;
}
footer .footer-body li {
    color: #6B6D73;
}
footer .footer-body .form-control {
    border-color: #B3D5FF;
    margin-right: 16px;
    border-radius: 0;
    padding: 16px;
}
footer .footer-body button {
    background-color: var(--blue-5);
    border-radius: 8px;
    padding: 16px 48px;
    color: #ffffff;
}
footer ul {
    list-style-type: none;
    padding-inline-start: 0;
}
footer ul li {
    padding: 6px 0;
}
footer .footer-sosmed {
    display: flex;
}
footer .footer-sosmed li {
    margin-right: 20px;
}
footer .footer-sosmed a {
    box-shadow: 0 7px 10px rgba(75, 75, 75, 10%);
    background-color: #ffffff;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    display: flex;
    height: 50px;
    width: 50px;
}
footer .footer-sosmed a .iconify {
    color: #0A142F;
}
footer .footer-sosmed a:hover path {
    fill: var(--white-2);
}
footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 10%);
    margin-top: 200px;
    text-align: center;
    padding: 16px 0;
    color: #ffffff;
}

/* DETAIL ARTICLE */
.page-detail-article .section-news .section-title,
.page-detail-article .section-news .read-more {
    margin: 0;
}
.page-detail-article .section-article {
    margin-top: 50px;
}
.page-detail-article .section-article .meta {
    margin-bottom: 28px;
}
.page-detail-article .section-article .meta .category {
    background-color: #EEF7FF;
    display: inline-block;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
    color: #279EFF;
    font-size: 16px;
}
.page-detail-article .section-article .meta h1 {
    margin-bottom: 32px;
    line-height: 64px;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 48px;
}
.page-detail-article .section-article .meta .author img {
    border-radius: 100%;
    margin-right: 12px;
    width: 32px;
}
.page-detail-article .section-article .meta .author {
    margin-right: 42px;
}
.page-detail-article .section-article .meta .author,
.page-detail-article .section-article .meta .time {
    color: #808080;
}
.page-detail-article .section-article .featured-image img {
    border-radius: 16px;
    margin-bottom: 31px;
    object-fit: cover;
    height: 480px;
    width: 100%;
}
.page-detail-article .section-article .article-body {
    line-height: 32px;
}
.page-detail-article .section-article .article-body .body-image img {
    border-radius: 16px;
    object-fit: cover;
    height: 240px;
    width: 50%;
}
.page-detail-article .section-article .article-body .body-image p {
    margin-top: 8px;
    text-align: center;
}
.page-detail-article .section-article .article-tags {
    font-weight: 600;
    color: #2E2E2E;
}

.page-detail-article .card-subscribe {
    background-color: #2E487D;
    border-radius: 16px;
    text-align: center;
    padding: 24px 32px;
}
.page-detail-article .card-subscribe .subscribe-title {
    margin-bottom: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
}
.page-detail-article .card-subscribe .subscribe-desc {
    margin-bottom: 48px;
    color: #E6E6E6;
    font-size: 16px;
}
.page-detail-article .card-subscribe input {
    border-radius: 24px;
    padding: 16px 32px;
}
.page-detail-article .card-subscribe button {
    background-color: #6BAFE3;
    border-radius: 40px;
    color: #ffffff;
    padding: 12px;
    width: 100%;
}

.card-latest-news {
    margin-top: 60px;
}
.card-latest-news .latest-news-title {
    margin-bottom: 28px;
    font-weight: 700;
    color: #2e2e2e;
    font-size: 16px;
}
.card-latest-news .latest-news-item {
    text-decoration: none;
    margin-bottom: 32px;
}
.card-latest-news .latest-news-item:hover .meta .title {
    color: var(--primary-navy);
}
.card-latest-news .latest-news-item:last-child {
    margin-bottom: 0;
}
.card-latest-news img {
    border-radius: 16px;
    object-fit: cover;
    height: 130px;
    width: 100%;
}
.card-latest-news .meta {
    margin-bottom: 0;
}
.card-latest-news .meta img {
    border-radius: 100%;
    object-fit: contain;
    margin-right: 8px;
    height: 24px;
    width: 24px;
}
.card-latest-news .meta .title {
    line-height: 32px;
    font-weight: 700;
    color: #2e2e2e;
    font-size: 18px;
    padding: 8px 0;
}
.card-latest-news .meta .time {
    line-height: 24px;
    color: #808080;
    font-size: 12px;
}

/* ABOUT */
.page-about .section-hero {
    padding-bottom: 75px;
}
.page-about .section-hero .hero-top {
    margin-bottom: 64px;
}
.page-about .section-hero .hero-top .title {
    margin-right: 16px;
    line-height: 120%;
    font-weight: 600;
    font-size: 64px;
    color: #130D0C;
}
.page-about .section-hero .hero-top .title-image,
.page-about .section-hero .hero-top .title-image .image {
    align-items: center;
    display: flex;
}
.page-about .section-hero .hero-top .title-image .image img {
    object-fit: cover;
    height: 64px;
    width: 64px;
}
.page-about .section-hero .hero-top .title-image .image img:nth-child(2) {
    background-color: #fff;
    transform: rotate(45deg);
    padding: 4px;
}
.page-about .section-hero .hero-top .description {
    margin-bottom: 48px;
    font-size: 18px;
}
.page-about .section-hero .hero-bottom img {
    border-radius: 20px;
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.page-about .section-hero .hero-bottom .desc-top {
    position: absolute;
    padding: 24px;
    width: 100%;
    top: 0;
}
.page-about .section-hero .hero-bottom .desc-top .tagline {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.page-about .section-hero .hero-bottom .desc-top .tagline div {
    border: 1px solid rgba(255, 255, 255, 24%);
    background-color: #ffffff;
    border-radius: 100px;
    margin-right: 8px;
    padding: 7px 16px;
    color: #130D0C;
}
.page-about .section-hero .hero-bottom .desc-bottom {
    background: #130D0C;
    background: linear-gradient(180deg,rgba(19, 13, 12, 0) 0%, rgba(19, 13, 12, 1) 100%);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    align-items: end;
    display: flex;
    padding: 24px;
    height: 156px;
    width: 100%;
    bottom: 0;
}
.page-about .section-hero .hero-bottom .desc-title {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}
.page-about .section-hero .hero-bottom .card-right {
    border: 1px solid rgba(146 144, 143, 24%);
    background-color: var(--white-2);
    margin-bottom: 32px;
    margin-top: 10px;
    padding: 24px;

}
.page-about .section-hero .hero-bottom .card-right .card-right-title {
    margin-bottom: 16px;
    line-height: 140%;
    font-weight: 600;
    color: #130D0C;
    font-size: 24px;
}
.page-about .section-hero .hero-bottom .card-right .card-right-desc {
    line-height: 160%;
    font-size: 18px;
}
.page-about .section-hero .hero-bottom .image-bottom img {
    border-radius: 20px;
    object-fit: cover;
    height: 130px;
    width: 100%;
}

.page-about .section-counter {
    background-color: #1A4B92;
    margin: 100px 0;
    color: #ffffff;
    padding: 64px 0;
}
.page-about .section-counter .counter {
    font-weight: 600;
    font-size: 38px;
}
.page-about .section-counter .counter-desc {
    font-weight: 500;
    font-size: 16px;
}
.page-about .section-counter .counter-item {
    position: relative;
    text-align: center;
}
.page-about .section-counter .counter-item::after {
    background-color: #ffffff;
    position: absolute;
    display: block;
    content: "";
    height: 70%;
    width: 2px;
    right: 0;
    top: 15%;
}
.page-about .section-counter .counter-item:last-child::after {
    display: none;
}

.page-about .section-about {
    padding: 80px 0;
}
.page-about .section-about .about-img .overlay {
    background: rgb(0, 0, 0, 20%);
    border-radius: 16px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.page-about .section-about .about-desc .desc-title {
    color: var(--black-2);
    margin-bottom: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}
.page-about .section-development {
    background-color: #EDF5FC;
    padding: 80px 0;
}
.page-about .section-development .section-title {
    text-align: left;
}
.page-about .section-development .section-title .title {
    line-height: 120%;
    color: #1E2238;
    font-size: 56px;
}
.page-about .section-development .section-title .subtitle {
    color: #656C7B;
    font-weight: 500;
}
.page-about .section-development .card-item {
    margin-bottom: 76px;
}
.page-about .section-development .card-development {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 8%);
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 24px;
    height: 100%;

}
.page-about .section-development .card-development .iconify {
    background-color: #4B9EDD;
    margin-bottom: 56px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 40px;
    padding: 8px;
}
.page-about .section-development .card-development .card-title {
    margin-bottom: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #1E2238;
    font-size: 24px;
}
.page-about .section-development .card-development .card-desc {
    line-height: 150%;
    color: #656C7B;
    font-size: 18px;
}
.page-about .section-development .card-development.active {
    background-color: #4B9EDD;
}
.page-about .section-development .card-development.active .iconify {
    background-color: #ffffff;
    color: #4B9EDD;
}
.page-about .section-development .card-development.active .card-title,
.page-about .section-development .card-development.active .card-desc {
    color: #ffffff;
}

/* REGISTER */
.page-register {
    position: relative;
}
.page-register .section-hero {
    padding-top: 94px;
    background-image: url('/landingpage/images/hero/frame-hero.png');
    background-position: bottom -25px right 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 400px;
}
.page-register .section-hero .hero-left .title {
    margin-bottom: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 48px;
}
.page-register .section-hero .hero-left .desc {
    line-height: 180%;
    font-weight: 500;
    font-size: 16px;
    color: #878C91;
}
.page-register .section-hero .hero-right {
    display: flex;
    justify-content: space-between;
}
.page-register .section-hero .hero-right img {
    border-radius: 1000px 16px 20px 16px;
    margin-right: 24px;
    object-fit: cover;
    height: 275px;
    width: 100%;
}
.page-register .section-hero .hero-right .card-hero {
    background-color: #F0F0F0;
    border-radius: 16px;
    padding: 32px 25px;
}
.page-register .section-hero .hero-right .card-hero .title {
    line-height: 150%;
    font-weight: 700;
    color: #010205;
    font-size: 84px;
}
.page-register .section-hero .hero-right .card-hero .desc {
    margin-bottom: 30px;
    line-height: 150%;
    font-weight: 500;
    font-size: 16px;
}
.page-register .section-hero .hero-right .card-hero .progress {
    background-color: #D9D9D9;
    border-radius: 0;
    height: 6px;
}
.page-register .section-hero .hero-right .card-hero .progress .progress-bar {
    background-color: #000000;
}

.page-register .section-form {
    background-color: #EDF5FC;
    padding: 155px 125px;
    border-radius: 25px;
    position: relative;
    top: -250px;
}
.page-register .section-form .section-title {
    transform-origin: left;
    transform: translate(50%, 0%) rotate(-2deg);
    background-color: #1A4B92;
    display: inline-block;
    border-radius: 16px;
    position: absolute;
    line-height: 140%;
    padding: 6px 45px;
    font-weight: 500;
    color: #EDF5FC;
    font-size: 48px;
    top: -30px;
}
.page-register .section-form .form-item {
    margin-bottom: 24px;
}
.page-register .section-form .form-item label {
    font-weight: 500;
    color: #282A37;
    font-size: 18px;
}
.page-register .section-form button {
    margin-top: 40px;
    width: 100%;
}

/* NEWS */
.page-news .section-hero {
    padding-top: 94px;
    background-image: linear-gradient(90deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 1) 100%), url('/landingpage/images/story/story-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-news .section-hero .headline-top {
    margin-bottom: 80px;
}
.page-news .section-hero .headline-top .meta .title {
    margin: 24px 0;
    width: 80%;
}
.page-news .section-hero .headline-top .meta .author,
.page-news .section-hero .headline-top .meta .time {
    color: #E6E6E6;
}
.page-news .section-hero .meta,
.page-news .card-recommendation-news .recommendation-news-item {
    text-decoration: none;
}
.page-news .meta .category,
.section-video .video-item .meta .category {
    display: inline-block;
}
.page-news .section-hero .meta .title {
    line-height: 48px;
    font-weight: 700;
    font-size: 32px;
}
.page-news .section-hero .headline-bottom {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #ffffff;
    padding: 24px;
}
.page-news .section-hero .headline-bottom .latest-news-item {
    text-decoration: none;
}
.page-news .section-hero .headline-bottom .img-featured {
    border-radius: 16px;
    object-fit: cover;
    height: 120px;
    width: 100%;
}
.page-news .section-hero .headline-bottom .title {
    margin: 5px 0 11px 0;
    line-height: 24px;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 16px;
}
.page-news .section-hero .headline-bottom .meta .author,
.page-news .section-hero .headline-bottom .meta .time {
    font-size: 12px;
}
.page-news .section-hero .headline-bottom .meta .author img {
    height: 24px;
    width: 24px;
}
.page-news .card-latest-news {
    margin-bottom: 100px;
    padding-left: 60px;
    margin-top: 0;
}
.page-news .card-latest-news .latest-news-title {
    margin-bottom: 28px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.page-news .card-latest-news .latest-news-item {
    margin-bottom: 26px;
}
.page-news .card-latest-news .latest-news-item .title {
    line-height: 32px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.page-news .card-latest-news .latest-news-item .author,
.page-news .card-latest-news .latest-news-item .time {
    color: #CECECE;
    font-size: 12px;
}
.page-news .card-latest-news .latest-news-item:hover .meta .title {
    color: var(--blue-3);
}

.page-news .card-recommendation-news .recommendation-news-title {
    margin-bottom: 40px;
    font-weight: 700;
    list-style: 48px;
    color: #2E2E2E;
    font-size: 32px;
}
.page-news .card-recommendation-news .recommendation-news-item {
    margin-bottom: 16px;
}
.page-news .card-recommendation-news .recommendation-news-item img {
    border-radius: 16px;
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.page-news .card-recommendation-news .recommendation-news-item .meta .title {
    line-height: 48px;
    font-weight: 700;
    font-size: 32px;
    color: #2E2E2E;
    margin: 12px 0;
}
.page-news .card-recommendation-news .recommendation-news-item .meta .desc {
    margin-bottom: 74px;
    line-height: 160%;
    color: #1F221E;
    font-size: 14px;
}
.page-news .card-recommendation-news .recommendation-news-item .meta .author img {
    margin-right: 16px;
    object-fit: cover;
    height: 32px;
    width: 32px;
}
.page-news .section-news .news-item {
    margin-bottom: 45px;
}
.page-link {
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    font-weight: 600;
    color: #333333;
    font-size: 13px;
    margin: 0 5px;
    padding: 7px 12px;
}
.disabled>.page-link, .page-link.disabled {
    background-color: unset;
    color: #CCCCCC;
}
.page-item .page-link:first-child,
.page-item .page-link:last-child {
    border: unset;
}

/* DATA KIM */
.page-data .section-hero {
    background-color: #EDF5FC;
    background-image: url("/landingpage/images/hero/bg-hero-data.png");
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 70px 67px;
    margin-top: 30px;
}
.page-data .section-hero .section-title .title,
.page-hubungi-kami .section-hero .section-title .title {
    line-height: 64px;
    color: #2E2E2E;
    font-size: 48px;
}
.page-data .section-hero .section-title .subtitle,
.page-hubungi-kami .section-hero .section-title .subtitle {
    text-align: left;
    color: #878C91;
    font-weight: 500;
    font-size: 16px;
}

.page-data .section-hero .card-total {
    background-color: var(--primary-navy);
    border-radius: 30px;
    color: #ffffff;
    padding: 28px;
}
.page-data .section-hero .card-total .title {
    line-height: 150%;
    font-weight: 700;
    font-size: 84px;
}
.page-data .section-hero .card-total .desc {
    margin-bottom: 48px;
    line-height: 170%;
    font-weight: 500;
    font-size: 19px;
    color: #E6E9EF;
}

.page-data .section-hero ul {
    padding-inline-start: 0;
    list-style-type: none;
    align-items: center;
    margin-bottom: 4px;
    margin-bottom: 0;
    display: flex;
}
.page-data .section-hero ul li {
    margin-left: -10px;
}
.page-data .section-hero ul li:first-child {
    margin-left: 0;
}
.page-data .section-hero ul li img {
    border: 2px solid #EDF5FC !important;
    border-radius: 100%;
    height: 48px;
    width: 48px;
}
.page-data .section-hero img {
    border-radius: 30px;
}
.page-data .section-chart {
    margin: 40px 0;
}
.page-data .section-chart .card-chart .chart {
    height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;

}
.page-data .section-chart .card-chart {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 14%);
    border-radius: 12px;
}
.page-data .section-chart .card-chart .meta {
    padding: 32px 24px 0 24px;
}
.page-data .section-chart .card-chart .meta .title {
    margin-bottom: 10px;
    line-height: 20px;
    color: #737373;
    font-size: 14px;
}
.page-data .section-chart .card-chart .meta .count {
    line-height: 120%;
    font-weight: 600;
    color: #171717;
    font-size: 38px;
}

.page-data .section-table {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 14%);
    margin-bottom: 200px;
    border-radius: 12px;
}
.page-data .section-table .custom-header {
    padding: 27px 24px;
}
.page-data .section-table .section-title #info-container {
    line-height: 24px;
    color: #171717;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0;
}
.page-data .section-table #filter,
.page-data .section-table .search-container {
    border: 1px solid #D4D4D6;
    border-radius: 5px;
    color: #6B6D73;
}
.page-data .section-table #filter .dropdown-filter {
    box-shadow: 0 4px 9px rgba(152, 160, 180, 25%);
    border-radius: 12px;
    position: absolute;
    background: #fff;
    padding: 16px;
    width: 400%;
    z-index: 1;
    top: 120%;
    right: 0;
    display: none;
}
.page-data .section-table #filter .dropdown-filter .filter-reset,
.page-data .section-table #filter .dropdown-filter .icon-close {
    cursor: pointer;
}
.page-data .section-table #filter .dropdown-filter .filter-title {
    line-height: 24px;
    font-weight: 600;
    color: #4B4B4B;
    font-size: 20px;
}
.page-data .section-table #filter .dropdown-filter .filter-reset {
    color: #002060;
}
.page-data .section-table #filter .dropdown-filter .form-label {
    font-weight: 600;
    color: #3F4147;
}
.page-data .section-table .search-container {
    width: 100%;
}
.page-data .section-table .search-container .btn-search {
    background-color: #1A4B92;
    border-radius: 0 5px 5px 0;
}
.page-data .section-table .table {
    border-color: #E5E5E5;
}
.page-data .section-table .table thead th {
    background-color: #4B9EDD;
    color: var(--white-2);
    font-weight: 600;
    font-size: 14px;
}
.page-data .section-table .table tbody td {
    padding: 10px 12px;
    line-height: 24px;
    color: #171717;
    font-size: 14px;
}
.page-data .section-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #EDF5FC;
}
.page-data .section-table .table>:not(caption)>*>* {
    box-shadow: unset;
}
.page-data .section-table .dataTables_wrapper .dataTables_length {
    float: none;
}
.page-data .section-table div.dataTables_wrapper .dataTables_length {
    text-align: center;
}
.page-data .section-table .dataTables_length label {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding-left: 12px;
    color: #737373;
    font-size: 14px;
}
.page-data .section-table .dataTables_length .kim-options {
    border: unset;
    border-left: 1px solid #E5E5E5;
    border-radius: 0 8px 8px 0;
    border-color: #E5E5E5;
    padding: 8px 12px;
    color: #737373;
}
.page-data .section-table .custom-length,
.page-data .section-table .dataTables_wrapper .dataTables_paginate {
    padding: 12px 0;
}
.page-data .section-table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2F80ED;
    color: #ffffff !important;
    border-radius: 8px;
    border: unset;
}

/* Error */
.section-error {
    padding: 132px 0;
}
.section-error .section-title {
    padding-top: 132px;
    padding-bottom: 25px;
}

/* Hubungi Kami */
.page-hubungi-kami .section-form {
    margin-bottom: 75px;
}
.page-hubungi-kami .section-form .contact-info {
    margin-top: 25px;
}
.page-hubungi-kami .section-form .contact-info .contact-item p {
    margin-bottom: 0;
}
.page-hubungi-kami .section-form .contact-info .contact-title,
.form-title {
    color: var(--blue-5);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
}
.page-hubungi-kami .section-form .contact-info .contact-item {
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}
.page-hubungi-kami .section-form .contact-info .contact-item .iconify {
    background-color: var(--blue-5);
    border-radius: 12px;
    margin-right: 12px;
    color: #ffffff;
    font-size: 32px;
    padding: 12px;
}
.page-hubungi-kami .section-form .contact-info .contact-item .contact-details div {
    color: var(--blue-5);
    font-weight: 700;
    font-size: 20px;
}

/* MAP */
rect {
    fill: #EDF5FC;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    stroke: #4B9EDD;
}
