html,
body {
    padding: 0;
    margin: 0;
}

body {
    top: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

* {
    font-family: Sofia Pro;
}

body > .skiptranslate {
    display: none !important;
}
#google_translate_element {
    position: absolute;
    right: 123px;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-ExtraLight-Italic.ttf')
        format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-Light-italic.ttf')
        format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('./../../fonts/sofia/Sofia-Pro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bookman Old Style';
    src: url('./../../fonts/bookos/bookmanoldstyle_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bookman Old Style';
    src: url('./../../fonts/bookos/bookmanoldstyle_bolditalic.ttf')
        format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Bookman Old Style';
    src: url('./../../fonts/bookos/bookmanoldstyle_italic.ttf')
        format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bookman Old Style';
    src: url('./../../fonts/bookos/bookmanoldstyle_regular.ttf')
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HEADER */
.c-header-accent {
    width: 415px;
    position: absolute;
    bottom: -2px;
    left: -7%;
}

.c-header {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: #ffffff;
}

.c-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.c-header .container,
.c-header .container-xl {
    z-index: 999;
}

.c-header.sticky {
    background: linear-gradient(104.04deg, #1967d2 0.23%, #10195d 100.23%);
}

.c-header.sticky .c-header-bg {
    opacity: 1;
}

.c-header .c-logo {
    height: 58px;
}

.c-header .c-menu {
    display: flex;
    align-items: center;
}

.c-header .c-menu ul {
    margin-bottom: 0;
    list-style-type: none;
}
.c-header .c-menu > ul {
    padding: 0 22px;
}

.c-header .c-menu .c-menu-item {
    margin-right: 22px;
}

.c-header .c-menu .c-menu-item > a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
}

.c-header .c-menu .c-menu-item:last-child {
    margin-right: 0;
}

.c-header .c-menu .c-menu-item .c-menu-link {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.c-menu .dropdown-menu.show {
    inset: 40px auto auto 0px !important;
}

.show-mobile {
    display: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -9px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
/* ============ small devices .end// ============ */

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.c-menu .dropdown-menu.show {
    /* transform: scale(1.02); */
}

.c-header .c-menu .c-menu-item .c-menu-link.c-dropdown::after {
    content: url('./../../images/chevron-dropdown.svg');
    margin-left: 6px;
}

.c-hamburger {
    cursor: pointer;
    padding: 10px 35px 10px 0px;
    z-index: 99999;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #2f4c7e;
    position: absolute;
    display: inline-block;
    content: '';
}

.hamburger span:before {
    top: -8px;
}

.hamburger span:after {
    bottom: -8px;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
}

.hamburger.active span {
    background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
    top: 0;
}

.hamburger.active span:before {
    transform: rotate(45deg);
}

.hamburger.active span:after {
    transform: translateY(-8px) rotate(-45deg);
    top: 8px;
}

.c-menu-mobile-btn {
    display: none;
    align-items: center;
    cursor: pointer;
}

.c-menu-mobile-btn > span {
    display: block;
    margin-left: 10px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #2f4c7e;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1066px) {
    .c-menu {
        display: none !important;
    }

    .c-menu-mobile-btn {
        display: flex;
    }
    #navbar {
        justify-content: space-between !important;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .c-top-content {
        height: 770px !important;
    }
    .c-top-content.small {
        height: 170px !important;
    }
}

/* HEADER */

/* MOBILE MENU */
.c-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0px;
    width: 300px;
    background: linear-gradient(104.04deg, #1967d2 0.23%, #10195d 100.23%);
    z-index: 999;
    box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.5);
    transform: translateX(120%);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-menu-mobile.show {
    transform: translateX(0);
}

.c-menu-mobile * {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.c-menu-mobile a {
    text-decoration: none;
}

.c-menu-mobile ul {
    padding-left: 20px;
    margin-bottom: 0;
    list-style-type: none;
}

.c-menu-mobile ul li {
    padding: 8px 0px;
}

.c-menu-mobile ul li:first-child {
    margin-top: 8px;
}

.c-menu-mobile .c-menu-mobile-item {
    padding: 8px 20px;
    cursor: pointer;
}

/* check property aria-expanded */
.c-menu-mobile .c-menu-mobile-accordion[aria-expanded='true']::after {
    transform: rotate(0deg);
}

.c-menu-mobile .c-menu-mobile-accordion::after {
    display: inline-block;
    transform: rotate(-90deg);
    content: url('./../../images/chevron-dropdown.svg');
    margin-left: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* MOBILE MENU */

/* HOME TOP CONTENT */
.c-top-content {
    position: relative;
    height: 640px;
    overflow: hidden;

    background: linear-gradient(rgba(4, 69, 248, 0.5), rgba(67, 131, 203, 0.7)),
        url(/images/gedungdjki.jpg);
    background-position: center;
    background-size: cover;
}
.c-top-content.small {
    height: 170px;
}
.c-top-content.small .c-content {
    padding: 100px 0px 200px 0px;
}
.c-top-content.small .c-content-title {
    font-size: 24px;
    color: #fff;
}
.c-top-content.no-title {
    height: 90px;
}

.c-top-content .container {
    z-index: 99;
}

.c-top-content-accent {
    width: 415px;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.8);
}

.c-top-content-illustration {
    width: 1006px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    display: block;
}

.c-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 0px 200px 0px;
}

.c-content .c-jdih-logo {
    width: 200px;
}

.c-content .c-big-title {
    margin: 11px 0px 32px 0px;
    max-width: 800px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    color: #ffffff;
}

.c-content .c-search-desc {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.c-search-wrapper {
    margin-top: 11px;
    padding: 5px 15px;
    width: 100%;
    max-width: 920px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #ecedf2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 120px;
    margin-bottom: 30px;
}
.btn.btn-search-text {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
}
.c-search-wrapper input,
.c-search-wrapper select {
    border: none;
    font-size: 13px;
    outline: none;
    height: 50px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.c-search-wrapper select::-ms-expand {
    display: none !important;
}

.c-search-wrapper-divider {
    border-right: 1px solid #ecedf2 !important;
    border-radius: 0 !important;
}
.c-search-wrapper button {
    background-color: #f9ab00;
    font-weight: normal;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    height: 42px;
    border-radius: 120px;
    position: relative;
    right: -28px;
    top: 3px;
}

.c-search-wrapper input:focus,
.c-search-wrapper select:focus {
    outline: none;
    box-shadow: none;
}
.c-search-wrapper-text > #search {
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
}

.c-search-wrapper .search-col-tahun {
    padding: 0 0 0 5px;
}

/* HOME TOP CONTENT */

/* DETAIL TOP CONTENT */
.c-top-content-detail {
    position: relative;
    min-height: 240px;
    background-image: url('./images/top-content-illustration-2.png');
    background-size: cover;
    background-position: center center;
}

.c-top-content-detail .container {
    z-index: 99;
}

.c-top-content-detail-accent {
    width: 320px;
    position: absolute;
    top: -110px;
    left: -90px;
    z-index: 9;
}

.c-top-content-detail-illustration {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0 auto;
    display: block;
}

.c-top-content-detail-title {
    padding: 115px 0px 72px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 69px;
    text-align: center;
    color: #ffffff;
}

/* DETAIL TOP CONTENT */

/* FOOTER */
.c-footer {
    background: linear-gradient(104.04deg, #1967d2 0.23%, #10195d 100.23%);
}

.c-footer * {
    color: #ffffff;
}

.c-footer .top-wrapper {
    padding: 56px 0px;
}

.c-footer-title {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.c-footer-desc {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 214% */
}

.c-footer .c-logo-footer {
    width: 93px;
}

.bottom-wrapper {
    padding: 40px 0px;
}

.c-socmed-wrapper {
    float: right;
}

.c-socmed-wrapper a {
    margin-left: 20px;
}

.c-socmed-img {
    width: 36px;
}

/* UTILS */
.c-divider {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.15;
}

.c-store-image {
    width: 157px;
}

/* UTILS */
.content-section {
    padding: 50px 0px 50px 0px;
}
.section-title {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 32px;
}
.tema-peraturan {
    padding: 0 120px;
    margin-bottom: 18px;
}

.tema-peraturan .thumbnail {
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #444;
    margin-bottom: 20px;
}

.tema-peraturan .thumbnail-img {
    width: 120px;
    height: 140px;
    text-align: center;
    display: inline-block;
}

.tema-peraturan .thumbnail-img img {
    width: 100%;
}
.tema-peraturan h4 {
    font-weight: normal;
    font-size: 18px;
    color: #202124;
    margin: 0;
}

.tema-peraturan span {
    font-size: 14px;
    color: #696969;
}

.card.card-transparent {
    border: none;
    padding: 0;
}

.card.card-produk-hukum {
    background-color: #f0f5f7;
    border: none;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.card.card-produk-hukum {
    transition: all 0.2s ease-out;
}

.card.card-produk-hukum:hover {
    transform: scale(1.05);
}
.carousel-produk-hukum .card.card-produk-hukum {
    background-color: #ffffff;
}

.card.card-produk-hukum .img {
    width: 100px;
    text-align: center;
    display: inline-block;
    height: 130px;
    overflow: hidden;
    object-fit: cover;
}

.card.card-produk-hukum .img img {
    width: 100%;
}

.card.card-produk-hukum a {
    text-decoration: none;
}

.card.card-produk-hukum h5 {
    text-decoration: none;
    color: #1967d2;
    font-size: 18px;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card.card-produk-hukum .date {
    color: #696969;
    font-weight: lighter;
    font-size: 14px;
}

.card.card-produk-hukum .desc {
    height: 76px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.accordion-header button:active,
.accordion-header button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.accordion-header button {
    background: transparent;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #d0e2ff !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.accordion-header .accordion-button p {
    margin: 0;
}
.accordion-button {
    background-color: #d0e2ff !important;
}

@media (max-width: 991px) {
    .tema-peraturan {
        padding: 0;
    }
    .bottom-wrapper {
        text-align: center;
    }

    .c-socmed-wrapper a {
        margin-left: 10px;
    }
}

.alert {
    font-size: 14px;
}

table.table tr th,
table.table tr td {
    border-collapse: collapse;
    border: 0.5px solid #fff;
}
table.table tr td {
    border: 0.5px solid #e5e5e5;
}

table.table tr th {
    background-color: #1967d2;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
table.table > thead > tr:first-child > th:first-child {
    border-top-left-radius: 10px;
}
table.table > thead > tr:first-child > th:last-child {
    border-top-right-radius: 10px;
}
table.table tr td a {
    text-decoration: none;
    font-weight: normal;
}

@media (max-width: 767px) {
    .container {
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
    }
    .c-top-content {
        height: 710px !important;
    }
    .c-socmed-wrapper {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .c-content {
        padding: 84px 0px 200px 0px;
    }
    .c-content .c-jdih-logo {
        width: 94px;
    }
    .c-content .c-big-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 949px) {
    .c-search-wrapper {
        height: 260px;
        border-radius: 12px;
    }
    .c-search-wrapper-divider {
        border: 0 !important;
    }
    .c-search-wrapper .search-col-tahun {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .c-search-wrapper .search-col {
        padding-bottom: 5px !important;
    }
    .c-search-wrapper .search-col.search-col-divider {
        border-bottom: 1px dashed #eee;
        margin-bottom: 5px;
    }
    .c-search-wrapper .search-col.search-col-submit {
        margin-top: 10px;
    }
    .c-search-wrapper .search-col.search-col-submit button {
        position: inherit;
        display: block;
        width: 100%;
    }

    .c-search-wrapper .row > * {
        display: block;
        width: 100%;
    }
}

section.section-grey {
    background-color: #f3f7fb;
}

video {
    width: 100%;
}

.pagination .page-item {
    margin: 0 3px;
}
.pagination .page-item .page-link {
    color: #333333;
    font-weight: normal;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    border-radius: 8px;
    padding: 6px 12px;
    line-height: 1.3;
}
.pagination .page-item.active .page-link {
    color: #fff;
}

.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
    color: #000 !important;
    font-size: 9pt !important;
}

.c-menu #google_translate_element {
    position: static;
}
