:root {
    --h1: 48px;
    --h2: 40px;
    --h3: 32px;
    --h4: 24px;
    --h5: 19px;
    --h6: 17px;
    --bg-white: #fff;
    --bg-body-color: var(--bg-white);
    --b-radius: 8px;
    --b-radius-g: 25px;
    --color-text-body: #2f2f2f;
    --color-heading: #494949;
    --primary-font: "Inter", sans-serif;
    --alt-font: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    --shadow-1: 0px 6px 34px rgba(0, 0, 0, 0.08);
    --body-font-size: 16px;
    --card-border: #ededed;
    --form-border: #aaaaaa;
    --medium-gray: #42464d;
    --tvt-primary: #004ffc;
    --tvt-success: #1a6d41;
    --tvt-danger: #bf0000;
    --header-color: #ffffff;
    --header-color-sticky: #000;
    --text-small: 14px;
    --text-body-size: 16px;
    --color-style-1: var(--base-color);
    --color-style-2: var(--green);
    --color-style-3: var(--red);
    --color-style-4: var(--medium-slate-blue);
    --color-style-5: var(--golden-yellow);
    --color-style-6: var(--tropical-blue);
    --color-style-1-hover: #685bff;
    --color-style-2-hover: #1cb349;
    --color-style-3-hover: #ff5c5c;

    --medium-gray: var(--color-text-body);
    --bs-nav-tabs-border-color: var(--extra-medium-gray);
    --bs-body-bg: var(--bg-white);
    --kolom-height: 600px;
}

body {
    color: var(--color-text-body);
    font-family: var(--primary-font);
    overflow-x: hidden;
    background-color: var(--bg-body-color);
    font-size: var(--text-body-size);
    line-height: 1.4;
    word-break: normal;
}

p {
    font-size: var(--text-body-size);
}

.h6,
h6 {
    font-size: var(--text-body-size);
    font-weight: 600;
    line-height: 1.4;
}

.h5,
h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
}

.h4,
h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.h3,
h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
}

.h2,
h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}

.h1,
h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}

.gvnn-color-style-1.tag-active {
    border: 1px solid #494bff !important;
    background-color: #494bff !important;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    display: none;
}
#scrollToTopBtn button {
    box-shadow: var(--shadow-1);
    transition: opacity 0.3s ease;
}
table p {
    margin-bottom: 0;
}
.hero-logo {
    max-width: 320px;
}

.page-heading h4 {
    font-size: 24px;
    line-height: 1.4;
}

.page-header .shape-image-animation svg {
    fill: var(--bg-body-color) !important;
}

header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}
header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}
header .header-column .header-row {
    justify-content: inherit;
}
header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center;
}

header .header-top-bar {
    background-color: #000;
    color: #fff;
}
header .header-top-bar * {
    color: var(--white);
    font-size: var(--text-small);
}
header.sticky.sticky-active .header-reverse.glass-effect {
    background-color: rgba(255, 255, 255, 0.65) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
}
.header-nav-top ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header-nav-top li {
    flex: 0 0 auto;
    padding-bottom: 0;
}
.header-nav-top a.link-icon {
    display: flex;
    flex-wrap: nowrap;

    white-space: nowrap;
    align-items: center;
}
.header-nav-top a.link-icon span {
    flex: 0 0 auto;
}

.page-header nav {
    width: 100%;
}
.page-header nav .breadcrumb {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.page-header nav .breadcrumb li {
}

.page-header nav .breadcrumb li.breadcrumb-item.active {
    flex: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** BADGE **/

.gvnn-badge {
    color: var(--white) !important;
    &:hover {
        opacity: 0.8;
    }
}

.gvnn-badge-color-style-1 {
    border: 1px solid var(--color-style-1) !important;
    background-color: var(--color-style-1) !important;
}
.gvnn-badge-color-style-2 {
    border: 1px solid var(--color-style-2) !important;
    background-color: var(--color-style-2) !important;
}
.gvnn-badge-color-style-3 {
    border: 1px solid var(--color-style-3) !important;
    background-color: var(--color-style-3) !important;
}

.gvnn-badge-color-style-4 {
    border: 1px solid var(--color-style-4) !important;
    background-color: var(--color-style-4) !important;
}

.gvnn-badge-color-style-5 {
    border: 1px solid var(--color-style-5) !important;
    background-color: var(--color-style-5) !important;
}

.gvnn-badge-color-style-6 {
    border: 1px solid var(--color-style-6) !important;
    background-color: var(--color-style-6) !important;
}
/** gvnn btn **/

.gvnn-btn.gvnn-btn-sm {
    height: 30px !important;
    padding: 14px 16px;
    font-size: 14px;
}
.gvnn-btn.gvnn-btn-sm * {
    font-size: var(--text-small);
}

.gvnn-btn:disabled {
    pointer-events: none;
    opacity: 0.4;
    &:hover {
        background-color: unset;
    }
}

.gvnn-btn {
    font-weight: 500;
    border-radius: 6px;
    padding: 18px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    color: #fff;
    white-space: nowrap;

    &:hover {
        color: #fff;
    }
}

.gvnn-btn * {
    font-size: var(--text-body-size);
}
.gvnn-btn span {
    flex: 0 0 auto;
}
.gvnn-btn.gvnn-btn-outline {
    background-color: transparent !important;
}

.gvnn-btn.gvnn-btn-rounded {
    border-radius: 40px;
}
.gvnn-btn.gvnn-btn-round {
    border-radius: 50%;
}
.gvnn-btn-outline-style-1 {
    border: 1px solid var(--color-style-1);
    color: var(--color-style-1);

    &:hover {
        color: var(--color-style-1-hover) !important;
        color: var(--color-style-1-hover) !important;
    }
}

.gvnn-btn-outline-style-2 {
    border: 1px solid var(--color-style-2);
    color: var(--color-style-2);

    &:hover {
        border: 1px solid var(--color-style-2-hover) !important;
        color: var(--color-style-2-hover) !important;
    }
}

.gvnn-btn-outline-style-3 {
    border: 1px solid var(--color-style-3);
    color: var(--color-style-3);

    &:hover {
        border: 1px solid var(--color-style-3-hover) !important;
        color: var(--color-style-3-hover) !important;
    }
}

.gvnn-btn-outline-style-4 {
    border: 1px solid #fff;

    &:hover {
        border: 1px solid #c8c8c8 !important;
        color: #c8c8c8 !important;
    }
}

.gvnn-color-style-1 {
    border: 1px solid var(--color-style-1) !important;
    background-color: var(--color-style-1) !important;
    color: var(--white) !important;
    &:hover {
        border: 1px solid var(--color-style-1-hover) !important;
        background-color: var(--color-style-1-hover) !important;
    }
}

.gvnn-color-style-2 {
    border: 1px solid var(--color-style-2) !important;
    background-color: var(--color-style-2) !important;
    color: var(--white) !important;
    &:hover {
        border: 1px solid var(--color-style-2-hover) !important;
        background-color: var(--color-style-2-hover) !important;
    }
}

.gvnn-color-style-3 {
    border: 1px solid var(--color-style-3) !important;
    background-color: var(--color-style-3) !important;
    color: var(--white) !important;
    &:hover {
        border: 1px solid var(--color-style-3-hover) !important;
        background-color: var(--color-style-3-hover) !important;
    }
}

.gvnn-btn-icon {
    flex: 0 0 auto;
    background-color: transparent;
    height: 40px;
    width: 40px;
    padding: 2px !important;
    border-radius: 50% !important;
    color: var(--color-text-body);
    border-color: var(--color-text-body);
    border-style: solid;
    border: 1px solid;
    &:hover {
        color: var(--color-text-body);
        border: 1px solid var(--color-text-body);
        background-color: transparent;
    }
}
.gvnn-btn-icon i {
    height: 20px;
    width: 20px;
    display: flex;
}

.gvnn-btn-icon.gvnn-btn-icon-sm {
    height: 30px !important;
    width: 30px !important;
}
.gvnn-btn-icon.gvnn-btn-icon-sm i {
    height: 15px;
    width: 15px;
}

.gvnn-btn-group {
    display: flex;
}

.gvnn-btn-group .gvnn-btn {
    margin: 2px;
}

/*** end gvnn btn **/

.img-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

ol li,
ul li {
    padding-bottom: 5px;
}

label,
.form-label {
    color: var(--color-text-body);
}

.search-form-wrapper .search-close i {
    font-size: 30px;
    color: var(--color-text-body) !important;
}

.dark-switch .form-switch {
    padding-left: 0;
    margin-right: 12px;
}
.modal-backdrop.show {
    background: rgba(19, 19, 19, 0.6) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 0.98 !important;
}

.card {
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
}

.shadow-1 {
    box-shadow: var(--shadow-1);
}

.modal {
    --bs-modal-bg: var(--bg-white);
}

.po-modal [data-bs-dismiss="modal"] {
    position: absolute;
    right: 15px;
    top: -20px;
    color: #fff;
}
.po-modal [data-bs-dismiss="modal"]:hover {
    color: #fff !important;
    border-color: #fff !important;
}
.landing-img1 {
    top: -50px;
}

.text-small {
    font-size: var(--text-small);
}
.list-box-content p {
    margin-bottom: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--bg-white);
}

.gvnn-nav.nav-tabs {
    border: 0;
}

.show-search-popup .search-form .search-input {
    border-bottom: 2px solid var(--card-border);
}

.search-form-box h2 {
    color: var(--color-heading) !important;
}

.show-search-popup .search-form-wrapper .search-close {
    color: var(--color-text-body);
}

header:not(.sticky) nav.navbar * {
    color: var(--header-color);
}
header.sticky nav.navbar * {
    color: var(--header-color-sticky);
}
.page-header-meta * {
    color: var(--extra-medium-gray);
    font-size: var(--text-small);
}
.menu-bar {
    width: 100%;
    height: 80px;
    background: black;
    z-index: 200;
}

.menu-button {
    position: relative;
    width: 22px;
    height: 22px;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button:before,
.menu-button:after {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--header-color);
    display: block;
    position: absolute;

    transition: all 0.3s ease-in-out;
}

.menu-button:before {
    top: 2px;
}

.menu-button:after {
    top: 10px;
}

.navbar-collapse-show .menu-button:after {
    top: 16px;
}

.navbar-collapse-show .menu-button:before {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-collapse-show .menu-button:after {
    transform: rotate(135deg) translate(-5px, 5px);
}

header.sticky .menu-button:before,
header.sticky .menu-button:after,
.navbar-collapse-show .menu-button:before,
.navbar-collapse-show .menu-button:after {
    background: var(--header-color-sticky);
}

.dt-paging .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    min-width: 36px;

    border-radius: 8px !important;
    min-block-size: 36px !important;
    min-inline-size: 35px !important;
    font-size: 0.86rem !important;
}

.lay-counter h2 {
    font-size: 48px;
    line-height: 48px;
}

.horlist {
    padding: 0;
    margin-bottom: 25px;
}
.horlist-item {
    list-style: none;
    border-bottom: 1px solid var(--card-border);
}

.horlist-item:nth-child(even) {
    background-color: rgba(149, 163, 255, 0.05);
}

.horlist-item:last-child {
    list-style: none;

    border-bottom: 0 !important;
}
.horlist-item-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 15px 30px;
}

.horlist-item:hover {
    background-color: rgba(96, 99, 255, 0.022);
}

.horlist-item-content {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.horlist-item-subcontent {
    padding-left: 25px;
}

.horlist-item-img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
}
.horlist-item-img img {
    object-fit: contain;
    background-color: #ececec;
    border-radius: 50%;
    padding: 5px;
}
.horlist-item-cat {
    flex: 0 0 auto;
    width: 150px;
}

.horlist-item-heading h6 {
    margin-bottom: 0;
    font-weight: 700;
}

.horlist-item-desc {
    font-size: var(--text-small);
}

.page-link {
    color: var(--color-text-body);
}
.trans-list-meta {
    font-size: var(--text-small);
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 14px;
    line-height: 16px;
}

.social-icon {
    display: flex;
}

.social-default li a {
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none !important;
}

.breadcrumb-item + .breadcrumb-item {
    font-size: var(--font-size);
}

.page-title-extra-large h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.navbar .dropdown-toggle::after,
.navbar .navbar-nav .nav-link {
    color: var(--header-color);
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
header.sticky .navbar .dropdown-toggle::after,
header.sticky .navbar .navbar-nav .nav-link {
    color: var(--header-color-sticky);
}

.dropdown-toggle {
    white-space: inherit;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    padding-left: 20px;
    padding-right: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.page-header {
    padding: 40px 0;
}

.page-content .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a,
.page-header .breadcrumb-item {
    color: var(--light-gray) !important;
}

.gradient-cover:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.97) 100%
    );
}

.layanan-logo {
    margin-bottom: 35px;
}

.gvnn-box {
    background-color: var(--bg-white);
    padding: 25px !important;
    border-radius: var(--b-radius);
}

.gvnn-box-heading {
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.box-shadow-1 {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

body.no-scroll {
    overflow: hidden !important;
}

header.sticky .navbar-brand {
    padding: 9px 0 !important;
}

header .navbar-brand img {
    max-height: 32px;
}

.accordion-bg-box {
    background-color: var(--bg-white);
    padding: 25px;
    border-radius: var(--b-radius-g);
}

.gvnn-nav {
    padding: 0;
    color: var(--color-text-body);
}

.gvnn-nav * {
    color: var(--color-text-body);
}

.gvnn-nav .nav-link {
    padding: 20px 25px !important;
    align-items: center;
}

.gvnn-nav-icon {
    width: 30px;

    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.gvnn-nav-icon i {
    font-size: 20px;
}

.gvnn-nav-heading h6 {
    font-size: 17px;
}

.tab-style-07 .gvnn-nav-icon,
.tab-style-07 .gvnn-nav-heading {
    color: var(--dark-gray);
    z-index: 9;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.tab-style-07 .gvnn-nav .nav-item .nav-link:hover div *,
.tab-style-07 .gvnn-nav .nav-item .nav-link.show div *,
.tab-style-07 .gvnn-nav .nav-item .nav-link.active div * {
    color: var(--white);
}

/** NEWS CARD **/
.news-card-wrapper {
    position: relative;
    display: flex;
}

.news-card {
    --card-b-radius: 35px;
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: var(--card-b-radius);
    flex: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.news-card::before {
    border-radius: var(--card-b-radius);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 0;
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );

    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );

    background: -o-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

    background: -ms-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );

    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.45) 100%
    );
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    padding: 25px;
    color: white;
    /*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: 0.5rem;

    font-weight: 800;
}

.news-card__post-date {
    margin-bottom: 0.5rem;
    font-size: var(--text-small);
    color: var(--light-gray);
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

.news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
}

/** END NEWS CARD **/

.gvnn-list-card li {
    padding: 15px;
    background-color: var(--bg-white);
    border-radius: 8px;
    box-shadow: var(--shadow-1);
}

.gvnn-list {
    list-style: none;
    padding-left: 0;
}

.gvnn-list li {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
}
.gvnn-list .gvnn-list-heading {
    margin-bottom: 8px;
}
.gvnn-list .gvnn-list-heading a {
    font-size: var(--body-font-size);
    font-weight: 600;
}

.gvnn-list .gvnn-list-heading a:hover {
    text-decoration: underline;
}
.gvnn-list .gvnn-list-meta {
    align-items: center;
    display: flex;
}
.gvnn-list .gvnn-list-meta * {
    font-size: var(--text-small);
}
.gvnn-list-w-img .gvnn-list-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}

.gvnn-list-w-img.gvnn-list-w-icon .gvnn-list-img {
    width: 60px !important;
    height: auto !important;
    display: flex;
    justify-content: center;
}

.gvnn-list-w-img.gvnn-list-w-icon .gvnn-list-img i {
    font-size: 50px;
}

.gvnn-list-w-img {
    flex-direction: row !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.gvnn-list-w-img .gvnn-list-img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
}

.gvnn-list-w-img .gvnn-list-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gvnn-list-w-img .gvnn-list-content {
    padding-left: 15px;
}

.gvnn-list-title {
    color: var(--color-heading);
}

/** gvnn-list **/

.sgu-loader {
    box-sizing: border-box;
    position: relative;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

.sgu-loader:after,
.sgu-loader:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    background: #5c64ff;
    animation: spin 1s linear infinite;
    transform-origin: 0px 100%;
}

.sgu-loader:before {
    transform-origin: 0 50%;
    background: #54ffb5;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.box-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    width: 100%;
    flex-wrap: nowrap;
    flex-flow: column;
}

.kat-list {
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 50px;
    padding-left: 0;
}

.kat-list li {
    list-style: none;
    margin: 3px;
}

.t-shadow {
    text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.7);
}

.filter-data {
    max-width: 480px;
    margin: 10px auto 25px;
}

.filter-data .filter-inner {
    display: flex;
}

.filter-data .filter-inner .filter-select-option {
    margin: 15px;
}

.rbt-accordion-style .card + .card {
    margin-top: 10px !important;
}

.rbt-arrow-between .rbt-swiper-arrow {
    width: 40px !important;
    height: 40px !important;
}

.list-box-container {
    list-style: none !important;
    padding-left: 0 !important;
}
.list-box-container li.list-box {
    list-style: none !important;
}
.list-box-label h6 {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--base-color);
}

.list-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--card-border);
}

.list-box:last-child {
    border-bottom: 0;
}

.modal-header button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    font-size: 16px !important;
}

div.dt-container div.dt-paging {
    float: right;
}

div.dt-container div.dt-paging ul.pagination .page-link {
    font-size: 14px;
    min-block-size: 32px;
    min-inline-size: 32px;
    padding-block: 0.211rem;
    padding-inline: 0.1635rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-container:after {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );

    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );

    background: -o-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);

    background: -ms-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );

    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );
}

.hover-underline:hover {
    text-decoration: underline;
}

.home-datas .h5 {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-datas .h5:hover {
    text-decoration: underline;
}

.home-datas {
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.select2-dropdown {
    background-color: var(--bg-white) !important;
    color: var(--color-text-body);
}

.select2-container--default .select2-selection--single,
.form-control {
    font-size: 16px;
    font-weight: 400;
    height: 40px !important;
    border: 1px solid var(--form-border) !important;
    border-radius: var(--b-radius) !important;
    box-shadow: none;
    background-color: var(--bg-white) !important;
}

.input-group-text {
    border: var(--bs-border-width) solid var(--form-border);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: var(--font-size);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
}

.form-label {
    font-size: 15px;
    font-weight: 600;
}

.rbt-search-with-category
    .rbt-modern-select
    .bootstrap-select
    button.btn-light {
    font-size: 16px;
}

.rbt-search-with-category .bootstrap-select {
    width: 100% !important;
}

.rbt-search-field,
.rbt-search-with-category {
    display: flex;
    align-items: center;
    border: 1px solid var(--card-border);
    height: 40px !important;
    border-radius: var(--radius) !important;
}

.accordion-single-box {
    background-color: var(--color-white);
    border: 1px solid var(--card-border);
    border-radius: 8px !important;
    padding: 25px;
}

.accordion-single-box .accordion-item {
    border: 0 !important;
    background: transparent !important;
}

.accordion-single-box .card .card-header {
    box-shadow: none;
    padding: 15px 0;
    margin-bottom: 0;
    padding-right: 38px;
}

.card-judul {
    display: flex;
    flex-wrap: nowrap;

    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.card-judul .card-judul-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #03b235;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 0;
}

.card-judul {
    border-bottom: 1px solid var(--card-border);
    padding-bottom: 13px;
    position: relative;
}

.card-judul:after {
    --border-weight: 1px;
    content: "";
    position: absolute;
    bottom: calc(-1 * var(--border-weight));
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #03b235;
}

.card-judul .card-judul-heading .color {
    color: var(--color-text-body);
}

.card-judul .arrrow-rm {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.card-judul .arrrow-rm i {
    font-size: 18px;
    color: var(--color-text-body);
}

.card-judul .card-judul-heading .card-judul-heading-link {
    position: relative;
    display: flex;

    width: 100%;
}

.card-judul-heading-text {
    position: relative;
    margin-right: 50px;
}

.ba-logo {
    margin-bottom: 35px;
}

.berita-section-home {
    background-color: var(--color-sm-white3);
}

ul.berita-home {
    padding-left: 0;
}

.berita-home-heading {
    margin-bottom: 20px;
}

.heading-all {
    border-radius: 50%;
    background-color: var(--color-sm-white);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-mobile img {
    height: 38px !important;
}

.bg-sm-white {
    background-color: var(--color-sm-white);
}

.error-desc {
    padding: 100px 0;
}

.error-desc h2 {
    font-size: 80px;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    border-top: 0;
}

.layanan-logo img {
    max-width: 150px;
}

.card {
    background-color: var(--color-white);
}

.shareon > * {
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.table-borderless td {
    border: 0;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
    color: #4a50a2 !important;
}

.rbt-card.variation-02,
.rbt-accordion-style.rbt-accordion-01 .card {
    box-shadow: none !important;
}

.trans-title:hover,
.trans-angg-col-list a:hover,
.title a:hover,
.rbt-card-title a:hover,
.berita-card .berita-title a:hover {
    text-decoration: underline;
}

.rbt-header .rbt-header-wrapper {
    background-color: #222222;
}

.rbt-header .rbt-header-wrapper.color-white-variation.rbt-sticky,
.rbt-header.rbt-transparent-header
    .rbt-header-wrapper.color-white-variation.rbt-sticky {
    background-color: rgba(22, 22, 22, 0.75) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    min-width: 280px;
    border-radius: 10px;
    margin-top: 3px;
}

.rbt-header .mainmenu-nav .mainmenu > li:hover > a,
.rbt-header .mainmenu-nav .mainmenu > li.active > a,
.rbt-header
    .rbt-header-wrapper.color-white-variation
    .mainmenu-nav
    .mainmenu
    > li
    > a:hover {
    color: #dedede !important;
}

.side-nav-opened
    .rbt-header.rbt-transparent-header
    .rbt-header-wrapper:not(.bg-not-transparent) {
    background: #000 !important;
}

.access-icon .rbt-round-btn::after {
    background: #3f3f3f;
}

.form-switch label:hover {
    cursor: pointer;
}

.form-switch input[type="checkbox"] ~ label,
.form-switch input[type="radio"] ~ label {
    line-height: 0 !important;
}

.quick-access .access-icon .ti {
    font-size: 20px !important;
    line-height: 0 !important;
}

.top-switch {
    width: 40px;
    height: 40px;

    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamberger-button .ti {
    font-size: 20px !important;
    line-height: 0 !important;
    color: #fff !important;
}

.form-switch label,
.quick-access > li > a i {
    font-size: 18px !important;
}

.popup-mobile-menu .inner-wrapper {
    position: relative;
}

.popup-mobile-menu {
    z-index: 99999 !important;
}

.popup-mobile-menu .close-mobile {
    position: absolute;
    right: 15px;
    font-size: 28px;
    top: 20px;
}

.kolom-item-height {
    height: var(--kolom-height);
}

.kolom-box {
    padding-left: 0;
    margin-bottom: 0;
}

.kolom-box li {
    padding: 25px;
}

/** datatable **/
table.dataTable * {
    font-size: var(--body-font-size);
}

div.dt-processing {
    display: none !important;
}
table.table.dataTable > :not(caption) > * > * {
    background-color: transparent !important;
    color: var(--color-text-body);
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f078" !important;
    display: none !important;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f077" !important;
    display: none !important;
}

div.dt-container table.dataTable thead th {
    white-space: nowrap;
}

.dt-paging .page-link {
    color: var(--color-text-body);
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
}

.dt-paging .disabled .page-link {
    opacity: 0.5;
}

.dt-paging-button {
    margin: 2px;
}

.border-left-0 {
    border-left: 0 !important;
}

/** lhkpn **/
.card-table {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid var(--card-border);
    background-color: var(--bg-white);
    box-shadow: var(--shadow-1);
}

/** kolom box **/
.kolom-1 {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(
        0deg,
        rgba(255, 207, 7, 0.09) 0%,
        rgba(45, 101, 255, 0.25) 100%
    );

    background: -webkit-linear-gradient(
        0deg,
        rgba(255, 207, 7, 0.09) 0%,
        rgba(45, 101, 255, 0.25) 100%
    );

    background: -o-linear-gradient(
        0deg,
        rgba(255, 207, 7, 0.09) 0%,
        rgba(45, 101, 255, 0.25) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF07', endColorstr='#2D65FF', GradientType=1);

    background: -ms-linear-gradient(
        0deg,
        rgba(255, 207, 7, 0.09) 0%,
        rgba(45, 101, 255, 0.25) 100%
    );

    background: linear-gradient(
        0deg,
        rgba(255, 207, 7, 0.09) 0%,
        rgba(45, 101, 255, 0.25) 100%
    );
}

.kolom-two {
    margin-right: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.kolom-two:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 155, 255, 0.04) 0%,
        rgba(10, 10, 10, 0.98) 100%
    );
}

.bupati-wrapper-btn {
    align-items: center;
    justify-content: center;
}
.bupati-wrapper-btn .gvnn-btn {
    margin: 2px;
}
.bupati-wrapper img {
    height: 315px;
}

.ab-wrapper {
    position: relative;
    color: #fff;
    top: 42px;
}

.ab-wrapper h3 {
    color: #fff;
}

.ab-wrapper a,
.ab-wrapper p {
    color: #dbdbdb;
}

/**mobile menu **/
.mobile-search {
    top: 50px;
    position: relative;
    margin-bottom: 25px;
}

.mobile-search input {
    box-shadow: none !important;
}

.form-switch i {
    color: #fff;
}

.hamberger-button svg {
    fill: #fff;
}

.popup-mobile-menu .mainmenu li a {
    font-weight: 600;
    font-size: 18px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
    font-size: 16px;
    font-weight: 500;
}

.rbt-search-style-1 .search-btn {
    display: flex;

    justify-content: center;
    align-items: center;
}

.limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/** foter **/

footer {
    background: var(--very-light-gray);
    margin-top: 10px;
}

.footer-col-2 {
    margin-bottom: 15px;
}

.footer-widget .ft-title {
    padding-bottom: 10px;
}

footer address,
footer p,
footer a,
.copyright-style-1 p,
.footer-widget .ft-link li {
    font-size: 14px;
    line-height: 20px;
}

.copyright-text {
    font-size: 13px;
}

/** end foter **/
.konten * {
    font-family: var(--primary-font);
}
.konten {
    overflow-x: hidden;
}
.konten ol li {
    list-style: decimal;
    margin-bottom: 10px;
}
.konten ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.konten ul,
.konten ol {
    padding-left: 40px;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .title {
    font-size: 24px;
}

.hero-section {
    height: 100vh;
}
.hero-section-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section-img:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
    background: -o-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    background: -ms-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
}

/** sidebar **/

.gvnn-sidebar .gvnn-sidebar-title {
    margin-bottom: 25px;
    border-bottom: 2px solid var(--color-style-2);
    color: var(--color-heading);
}

.gvnn-sidebar .inner {
    background-color: var(--bg-white);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--card-border);
    box-shadow: var(--shadow-1);
}

.gvnn-sidebar .inner .title a:hover {
    text-decoration: underline;
}

.gvnn-sidebar .inner .title a {
    color: var(--color-text-body);
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.metadata-widget {
    font-size: 14px;
    color: #626262;
}

.gvnn-sidebar ul.rbt-sidebar-list-wrapper.recent-post-list li + li {
    border-top: 0;
}

.gvnn-sidebar .recent-post-list li:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-color: #d3d3d3;
}

.rbt-accordion-style .card,
.card {
    border: 1px solid;
    border-color: var(--card-border);
}

.rbt-accordion-style.rbt-accordion-06 .card .card-body {
    border-top: 0;
}

.tvt-numbering {
    margin-left: 0;
    margin-bottom: 0;
    counter-reset: listItem;
    position: relative;
    padding-left: 0;
}

.tvt-numbering li {
    list-style: none;
    position: relative;
    margin-left: 74px;
    margin-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid;
    border-color: var(--card-border);
    padding: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
}

.tvt-numbering li:before {
    position: absolute;
    counter-increment: listItem;
    content: "0" counter(listItem);
    font-size: 65px;
    font-weight: 900;
    top: 30px;
    left: -66px;
    color: var(--bs-dark-border-subtle);
    line-height: 0;
    font-style: oblique;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-dark-border-subtle);
    opacity: 0.7;
}

.tvt-numbering li .tvt-numbering-content {
    background-color: var(--color-white);
    border: 8px solid;
    border-color: var(--color-white);
    position: relative;
}

.tvt-numbering li:last-child {
    border: 0;
    margin-bottom: 0;
}

.s-sidebar .tvt-numbering li .tvt-numbering-content {
    background-color: var(--bg-white);
    border-color: var(--bg-white);
}

.s-sidebar .tvt-numbering li {
    border-color: var(--card-border);
}

/** tvt spinner loadmore **/
.tvt-spinner {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.tvt-spinner::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #d9d9d9;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.gvnn-loader {
    color: #adadad;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sixx-loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ff8f1f;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.sixx-loader::after,
.sixx-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #ff8f1f;
    border-radius: 50%;
    animation: animsixx-loader 1s infinite ease-in-out;
}

.sixx-loader::before {
    background-color: #ff3d00;
    transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animsixx-loader {
    50% {
        transform: scale(1) translate(-50%, -50%);
    }
}

/** tvt btn **/

.tvt-btn-group {
    display: flex;
    padding: 0 15px;
    float: right;
}

.tvt-btn-group .tvt-btn {
    margin-left: 3px;
}

.tvt-btn-spinner {
    position: relative;
    display: flex !important;
}

.tvt-btn {
    font-weight: 500;
    border-radius: 6px;
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    color: #fff;

    &:hover {
        color: #fff;
    }
}

.tvt-btn-outline {
    background-color: transparent !important;
}

.tvt-btn-rounded {
    border-radius: 100px;
}

.tvt-btn-round {
    padding: 0 !important;
    border-radius: 50% !important;
    width: 34px;
    height: 34px;
}

.tvt-btn-outline-primary {
    border: 2px solid var(--tvt-primary);
    color: var(--tvt-primary);

    &:hover {
        color: var(--tvt-primary) !important;
    }
}

.tvt-btn-outline-success {
    border: 2px solid var(--tvt-success);
    color: var(--tvt-success);

    &:hover {
        color: var(--tvt-success) !important;
    }
}

.tvt-btn-outline-danger {
    border: 2px solid var(--tvt-danger);
    color: var(--tvt-danger);

    &:hover {
        color: var(--tvt-danger) !important;
    }
}

.tvt-btn-primary {
    border: 2px solid var(--tvt-primary);
    background-color: var(--tvt-primary);
}

.tvt-btn-danger {
    border: 2px solid var(--tvt-danger);
    background-color: var(--tvt-danger);
}

.tvt-btn-success {
    border: 2px solid var(--tvt-success);
    background-color: var(--tvt-success);
}

.btn-group .btn {
    border-radius: 4px;
}

/** tvt timeline **/
#tvt-timeline-content {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.tvt-timeline-body h3,
.pim-title2,
.tvt-timeline-list p {
    margin-bottom: 5px;
}

.pim-pas {
    padding: 20px 0;
}

.pim-pas:last-child {
    padding-bottom: 0 !important;
}

.tvt-timeline {
    border-left: 4px solid #004ffc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: transparent;
    margin: 50px auto;

    position: relative;

    padding: 25px;
    list-style: none;
    text-align: left;
    font-weight: 100;
}

.tvt-timeline .tvt-timeline-list {
    border-radius: 8px;
    margin-bottom: 50px;
    position: relative;
    background-color: rgba(6, 68, 255, 0.05);
    padding: 25px;
    padding-bottom: 50px !important;
}

.tvt-timeline .tvt-timeline-list:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.tvt-timeline .tvt-timeline-list:after {
    position: absolute;
    display: block;
    top: 0;
}

.tvt-timeline .tvt-timeline-list:after {
    box-shadow: 0 0 0 4px #004ffc;
    left: -32px;
    background: #fff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.tvt-timeline-body h3 {
    font-size: 26px;
}

.tvt-timeline-time h2 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 42px;
    font-size: 50px;
    color: var(--bs-dark-border-subtle) !important;
}

.pim-status {
    font-weight: 500;

    color: #ef5a07;
}

/**popup **/

.po-modal .modal-content {
    background-color: transparent !important;
    position: relative;
    border: 0;
}

.po-modal .modal-content img {
    border-radius: 10px;
}

.po-modal .modal-content .po-img {
    position: relative;
    text-align: center;
}

.po-modal .modal-content .po-close {
    position: absolute;
    right: 0;
    background: #fff;
}

.po-modal .modal-content .po-btn {
    position: relative;
    bottom: 5px;

    text-align: center;
}

/** layanan **/

.lay-modal .modal-header {
    position: relative;
    display: block;
}

.lay-modal .modal-header button {
    position: absolute;
    top: 10px;
    right: 15px;
}

.lay-grup-list:hover {
    background: rgba(0, 112, 255, 0.05);
}

#lay-details-box {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 15px;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 0;
}

.lay-modal .modal-title {
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
}

.layanan-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.layanan-section:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );

    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );

    background: -o-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);

    background: -ms-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );

    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.22) 100%
    );
}

.layanan-section .container {
    z-index: 1;
    position: relative;
}

.lay-grup-section {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.lay-grup {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    padding-left: 0 !important;
}

.lay-grup img {
    width: 50px;
}

.lay-grup-item {
    margin: 0;
    padding: 0;
}

.lay-grup-col {
    padding: 0;
    margin: 0;
}

.lay-grup-item h6 {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0 !important;
}

.lay-grup-item-box {
    border: 1px solid rgba(117, 194, 38, 0.5);
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: var(--b-radius-g);
    position: relative;
    z-index: 1;
    transition: 0.3s;
    background-color: rgba(27, 53, 27, 0.12);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.lay-grup-item-box:hover {
    cursor: pointer;

    transform: translateY(-20px) scale(1.03);
    border: 0;
}

.lay-grup-list:last-child {
    border-bottom: 0 !important;
}

.lay-grup-list {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid var(--card-border);
    padding: 15px 15px 15px 15px;
}

.lay-grup-list-link {
    display: flex;
    align-items: center;
}

.lay-grup-list-img-round {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #e7f7ff;
}

.lay-grup-list-img-round img {
    object-fit: cover;
    padding: 5px;
    border-radius: 50%;
}

.lay-grup-list-konten {
    padding-left: 20px;
}

.lay-grup-list-konten h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.lay-grup-list-konten p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.lay-grup-item-box:hover::before {
    opacity: 1;
    transform: scale(1);
}

.lay-grup-item-box::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(40, 91, 23, 0.55);
    z-index: -1;
    position: absolute;

    border-radius: var(--b-radius-g);
    opacity: 0;
    transition: 0.3s;
}

/** penghargaan **/
.ahid-timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ahid-timeline-item {
    padding-left: 40px;
    position: relative;
    margin: 0;
}

.ahid-timeline-info {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.ahid-timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.ahid-timeline-content {
    padding-bottom: 40px;
}

.ahid-timeline-marker:before {
    background: var(--color-white);
    box-shadow: 0 0 0 4px #004ffc;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 16px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.ahid-timeline-marker:after {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 39px;
    bottom: 0;
    left: 6px;
}

/** anggaran **/
.anggaran-col {
    list-style: none;
    padding-left: 0;
}
.anggaran-col li {
    padding-bottom: 5px;
}

.cdc-number-list {
    margin-left: 30px;
    position: relative;
}

.trans-list a {
    display: inline;
}

.trans-list {
    padding: 10px 0 0 14px;
    background: var(--color-white);
    position: relative;
    z-index: 1;
}

.cdc-number-list-item {
    list-style: none;
    position: relative;
    counter-increment: ind-counter 1;
}

.trans-list-title {
    margin-bottom: 5px;
}

.tvt-trans-content {
    padding-bottom: 15px;
}

.tvt-trans-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--bs-dark-border-subtle);
    margin-bottom: 20px;
}

.cdc-number-list-item:before {
    position: absolute;
    font-style: oblique;
    content: counter(ind-counter, decimal-leading-zero);
    font-size: 36px;
    font-weight: 900;
    top: 26px;
    left: -46px;
    color: var(--bs-dark-border-subtle);
    line-height: 0;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-dark-border-subtle);
}

.pimpinan-title h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.pimpinan-title {
    border-bottom: 1px solid var(--card-border);
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.konten .pimpinan-photo img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .description {
    font-size: 16px;
    line-height: 21px;
    padding-top: 15px;
}

.info-penting-index {
    padding-left: 0;
    list-style: none;
}

/** pencarian **/

.ahid-pagination {
    display: flex;

    justify-content: center;
    align-items: center;
}

.ahid-pagination .page-link {
    color: var(--color-text-body);
    box-shadow: var(--shadow-1);
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 40px;
    border-radius: 6px !important;
}

.page-item.active .page-link {
    background-color: var(--color-style-1) !important;
    border-color: var(--color-style-1) !important;
    color: #fff;
}

.ahid-pagination .page-item.disabled .page-link {
    background-color: var(--color-white);
}

.pagination.ahid-pagination-ul {
    flex-wrap: wrap;
}

.pagination.ahid-pagination-ul li {
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
}

.pagination.ahid-pagination-ul li.disabled i {
    opacity: 0.4 !important;
}

.pencarian-home {
    color: #ffffff;
    position: absolute;
    text-align: center;
    bottom: 50px;
    z-index: 1;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pencarian-home input {
    min-width: 300px;
    background-color: rgba(0, 0, 0, 0.25);
}

/* search form group */
.search-form .ti {
    font-size: 20px;
}
.search-form .input-group {
    background-color: var(--bg-white);
    border: 2px solid var(--form-border);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form .form-control,
.search-form .input-group-text {
    background-color: var(--bg-white);
    color: var(--color-text-body);
    border-radius: 8px;
    box-shadow: none;
    border: 0 !important;
}

.search-form .form-control::placeholder {
    color: var(--color-text-body);
    opacity: 0.6;
}

.search-form .input-group:has(.form-control:focus),
.search-form .input-group:has(.form-control:hover),
.search-form .input-group:has(.input-group-text:focus),
.search-form .input-group:has(.input-group-text:hover) {
    background-color: transparent !important;
    border: 2px solid var(--base-color);
}

.search-form input.form-control {
    border-right: 0 !important;
}

.search-form .input-group-text {
    border-left: 0 !important;
}

.search-form.search-form-dark .input-group {
    background-color: rgba(39, 39, 39, 0.25);
    border: 2px solid #fff;
}

.search-form button {
    color: var(--color-text-body);
    background-color: transparent;
}

.search-form-dark .form-control,
.search-form-dark .input-group-text {
    background-color: transparent !important;
    color: #fff;
}

.search-form-dark .form-control::placeholder {
    color: #aaa;
}

.search-form-dark .input-group:has(.form-control:focus),
.search-form-dark .input-group:has(.form-control:hover),
.search-form-dark .input-group:has(.input-group-text:focus),
.search-form-dark .input-group:has(.input-group-text:hover) {
    background-color: rgba(39, 39, 39, 0.62) !important;
}

.search-form.search-form-dark button {
    color: #ffffff;
    background-color: transparent;
}

.search-form.search-form-dark input::placeholder {
    color: rgb(209, 209, 209) !important;
}

.pencarian-hero {
    margin-bottom: 25px;
}

.pencarian-hero h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.3rem;
}

.pencarian-hero p {
    color: #e7e7e7;
}

.pencarian-box {
    max-width: 640px;
    margin: 0 auto;
}

.ahid-search-list {
    list-style: none;
    padding-left: 0;
}

.pencarian-box .ahid-search-list-item:last-child {
    border-bottom: 0;
}

.pencarian-box .ahid-search-list-item {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-color: var(--card-border);
    padding-bottom: 10px;
}

.pencarian-box .ahid-search-list-item a {
    font-size: 20px;
    font-weight: 600;
}

.pencarian-box .ahid-search-list-item a:hover {
    text-decoration: underline;
}

.pencarian-box .ptype {
    margin-bottom: 5px;
    color: #707070;
    letter-spacing: 1px;

    font-weight: 400;
    font-size: 14px;
}

.rbt-search-dropdown .wrapper form input {
    margin: 0;
}

.cari-berita {
    padding-left: 0;
    list-style: none;
}

.cari-berita-lists {
    display: flex;
    width: 25%;
    float: left;
    padding: 10px;
}

.cari-berita-img {
    margin-bottom: 15px;
}

.cari-berita-img img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.cari-berita-title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cari-berita-body h6 {
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

.btn-d-icon {
    margin-left: 5px;
}

.btn.radius-round {
    padding: 5px 12px;
}

.rbt-btn {
    padding: 0 26px;

    height: 40px;
    line-height: 40px;

    font-size: 14px;
}

.cat-title {
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
    flex-wrap: wrap;
}

.cat-title p {
    line-height: 1;
    font-size: 15px;
}

.konten img {
    max-width: 100% !important;
    height: auto !important;
}

.bg-dark {
    background-color: #000 !important;
}

.waktu-reg {
    display: flex;
    justify-content: center;
    color: #000;
}

.waktu-reg .countdown-heading,
.waktu-reg .countdown-value {
    color: #545d7a !important;
}

.rbt-search-dropdown {
    background: var(--color-white);
}

.rbt-banner-area:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    background: -moz-linear-gradient(
        0deg,
        rgba(0, 112, 255, 0.26) 0%,
        rgba(0, 0, 0, 0.87) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 112, 255, 0.26) 0%,
        rgba(0, 0, 0, 0.87) 100%
    );
    background: -o-linear-gradient(
        0deg,
        rgba(0, 112, 255, 0.26) 0%,
        rgba(0, 0, 0, 0.87) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070FF', endColorstr='#000000', GradientType=1);
    background: -ms-linear-gradient(
        0deg,
        rgba(0, 112, 255, 0.26) 0%,
        rgba(0, 0, 0, 0.87) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 112, 255, 0.26) 0%,
        rgba(0, 0, 0, 0.87) 100%
    );
}

.footer-social-col {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.social-default li {
    margin: 3px !important;
    &:hover {
        color: var(--white) !important;
    }
}

.social-default li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-white);
    border: 2px solid var(--card-border);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    color: var(--color-text-body);
    &:hover {
        color: var(--white) !important;
    }
}
.social-default li a:hover {
    color: var(--white) !important;
}

.soc-fb:hover {
    background: #274eff;
}

.soc-ig:hover {
    background: #ff46ce !important;
}

.soc-x:hover {
    background: #006d9f;
}

.soc-yt:hover {
    background: #ff3838;
}

.soc-wa:hover {
    background: #199e36;
}

.soc-email:hover {
    background: #41615f;
}

.soc-tt:hover {
    background: #000000;
}

.readmore-btn-lg * {
    font-size: 19px !important;
}

.readmore-btn a {
    position: relative;
    font-size: 16px;
    display: flex;

    align-items: center;
}

.readmore-btn i {
    position: relative;
    font-size: 18px;
}

.readmore-btn button {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

.section-title .subtitle {
    letter-spacing: 1px;
    background: transparent;
}

.popup-mobile-menu .mainmenu li + li {
    border-top: 0;
}

.rbt-header.rbt-header-8 .mainbar-row,
.popup-mobile-menu .mainmenu .has-dropdown .submenu {
    padding-bottom: 5px;
    padding-top: 5px;
}

.logo-footer img {
    max-height: 120px;
}

.tvt-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #7190ff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

.tvt-loader:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #7190ff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    60%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes pulse {
    0%,
    60%,
    100% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.2);
    }
}

.tvt-loader-box {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.card-title {
    margin-bottom: 40px;
}

.file-upload-form {
    margin-bottom: 30px;
}

.bg-linear-pink {
    background: linear-gradient(46deg, #231a87 0%, #e13789 100%);
}

.bg-linear-grey {
    background: linear-gradient(46deg, #414e62 53.13%, #805d5d 100%);
}

.dropify-wrapper {
    border: 2px solid var(--card-border) !important;
    border-radius: 8px;
}

.card {
    border-radius: 8px;
}

.card-body {
    padding: 25px;
}

.rbt-header .logo a img {
    max-height: 45px;
}

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 21px;
}

.rbt-banner-area .title {
    color: #fff;
    margin-bottom: 30px !important;
}

.rbt-banner-area.rbt-banner-4 .description {
    font-weight: 400;
    letter-spacing: 1px !important;

    font-size: 18px !important;
    margin-bottom: 10px !important;
    color: #d9d9d9;
}

.rbt-header .mainmenu-nav .mainmenu > li > a {
    font-size: 14px;

    height: 64px;
    line-height: 64px;
}

.ptop {
    padding-top: 80px;
}

.ptom {
    padding-bottom: 80px;
}

.martop {
    margin-top: 10px;
}

.martom {
    margin-bottom: 10px;
}

.gutter-swiper-30 .single-slide {
    padding: 5px;
}

.ba-logo img {
    height: 100px;
}

/* HOME KK SLIDE */

.home-berita .rbt-card-img img {
    height: 180px;
}

.home-berita .rbt-card-body {
    min-height: 200px;
}

.home-berita .rbt-card-body .rbt-card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.rbt-page-banner-wrapper {
    padding: 60px 0px 80px;
}

.rbt-card.card-list .rbt-card-img a img {
    max-width: 200px;
    min-width: 200px;
}

.pemerintahan-index .rbt-card.variation-02 .rbt-card-img a img {
    max-height: 250px;

    min-height: 250px;
}

#loader {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1056;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.74);
    height: 100%;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-col-2 .footer-widget {
    width: 50%;
}

.footer-widget-c2 {
    padding-left: 15px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu {
    margin-bottom: 25px;
}

@media (max-width: 767.99px) {
    .kolom-item-height {
        height: 580px !important;
    }

    .kolom-box li {
        margin-bottom: 10px;
    }

    .kolom-box li:last-child {
        margin-bottom: 0 !important;
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-collapse {
        padding: 15px 0;
    }

    .popup-mobile-menu .close-mobile i {
        font-size: 23px !important;
    }

    .close-mobile .close-button.rbt-round-btn {
        width: 36px;
        height: 36px;

        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 16px;
    }

    .rbt-header .rbt-header-wrapper {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .cta-block .row > div {
        text-align: center !important;
    }

    .rbt-card.card-list {
        display: flex !important;
        max-height: 160px !important;

        align-items: center !important;
        height: 100% !important;
    }

    .rbt-card.card-list .rbt-card-img a img {
        max-width: 125px !important;
        min-width: 125px !important;

        border-radius: 0 !important;
    }
}

@media (min-width: 768px) {
    .pimpinan-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .list-box-container {
        padding-left: 25px;
    }

    /** kolom box **/
    .kolom-box {
        list-style: none;
        display: grid;
        grid-gap: 10px;
        grid-template-areas: "";

        grid-template-columns: repeat(2, 1fr);
    }

    .kolom-box li {
        width: 100%;
    }

    .bupati-wrapper img {
        max-height: 400px;
    }

    .rbt-page-banner-wrapper .rbt-banner-content-top .title {
        font-size: 31px;
    }

    .team-name {
        font-size: 22px;
    }

    .countdown-style-1 .countdown .countdown-container {
        margin: 12px !important;
        min-width: 70px;
    }

    .countdown-style-1 .countdown-value {
        font-size: 42px !important;
    }

    .team-list {
        display: flex;
        flex-wrap: wrap;
    }

    .team-list-item {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-bottom: 20px !important;
        padding: 0 10px !important;
    }

    .team-d-box-content li:first-child {
        margin-top: 0;
    }

    .team-d-box-list-1 {
        width: 30%;
    }

    .team-d-box-list-2 {
        padding-left: 25px;
        width: 70%;
    }

    .team-d-box-content {
        margin-top: 0;

        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        list-style-position: inside;
    }

    .team-d-box {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .logo-mobile {
        display: none !important;
    }

    .footer-widget-c2 {
        padding-left: 25px !important;
    }
}

@media (min-width: 992px) {
    .lay-grup {
        grid-gap: 10px;
    }

    .search-form-mobile {
        display: none !important;
    }
    .gvnn-nav-heading h6 {
        font-size: 16px;
    }

    .news-card {
        height: 500px;
    }

    header .navbar [class*="col-"] {
        padding: 0 0;
    }

    #s-form {
        margin-left: 1rem;
    }
    .horlist-item-cat-small {
        display: none !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .simple-dropdown.dropdown-toggle i.dropdown-toggle {
        display: inline-block;
        position: relative;

        width: auto;
        height: auto;
        margin: 0;
        padding: 0 0 0 4px;
        font-size: 0.6rem;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
        right: 35px;
        top: 16px;
        font-size: 13px;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 5px;
        border-radius: var(--b-radius);
        width: 270px;
        padding: 20px 0 !important;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
        top: -20px;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu li {
        padding: 0 20px 0 20px;
    }

    .dropdown-toggle .nav-link::after {
        display: none !important;
    }

    .navbar .navbar-nav .nav-item > i {
        display: block !important;
        position: absolute;
        top: 50%;
        font-size: 0.5rem;
        opacity: 0.7;
        right: 0;
        transform: translateY(-50%);
        transition: all 0.2s ease-out;
        color: var(--header-color);
    }

    .tvt-timeline-time h2 {
        color: rgba(0, 0, 0, 0.28);
        font-size: 49px !important;
    }

    #po-modal .modal-lg {
        max-width: 520px !important;
    }

    #tvt-timeline-content {
        margin-left: 350px;
    }

    .tvt-timeline-time {
        display: flex;
        justify-content: flex-end !important;
        position: absolute;
        left: -375px;
        width: 300px;
        top: -10px;
    }

    .team-list-img {
        width: 140px !important;
        height: 140px !important;
    }
}

@media (max-width: 575.99px) {
    .news-card {
        height: 460px;
    }

    .page-heading h4 {
        font-size: 19px;
    }
    .hero-logo {
        max-width: 220px;
    }

    .ba-logo img {
        max-width: 90% !important;
        height: auto !important;
    }

    .tvt-timeline-time h2 {
        font-size: 32px !important;
    }

    .layanan-logo img {
        max-width: 170px;
    }

    .lay-grup-item-box {
        height: 128px;
    }

    .lay-grup-item h6 {
        font-size: 12px;
    }

    .lay-grup-list-img-round {
        width: 60px;
        height: 60px;
    }

    .bupati-sel a.btn {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .popup-mobile-menu .inner-wrapper {
        width: 85%;
    }

    .social-default li a {
        width: 32px;

        height: 32px;
        line-height: 32px;

        font-size: 14px;
    }

    .pencarian-hero h3 {
        font-size: 30px;
    }

    .lay-grup img {
        width: 38px !important;
    }

    .berita-card-img img {
        width: 100px;
        height: 100px;
    }

    .berita-card .berita-title {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .hero-section {
        height: 600px !important;
    }

    .pencarian-home {
        width: 85% !important;
    }

    .pemerintahan-index .rbt-card-title {
        font-size: 22px !important;
    }

    .logo-footer {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 25px;
    }

    .team-d-box-img img {
        width: 240px;
        height: 240px;
    }

    .rbt-header-sec .rbt-header-right .rbt-header-content {
        justify-content: center !important;
    }

    .top-email {
        display: none !important;
    }

    .ks-item {
        width: 100% !important;
    }

    .home-berita .rbt-card-body {
        min-height: 190px !important;
        max-height: 190px !important;
    }

    .countdown-style-1 .countdown-value {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .team-d-box-img img {
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .countdown-style-1 .countdown-value {
        font-size: 36px !important;
    }
}

@media (max-width: 991.98px) {
    .search-form-mobile {
        margin-left: -35px !important;
        position: relative;
    }

    .page-header {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .dropdown-menu
        a {
        opacity: 0.8;
    }

    .navbar-nav {
        margin-left: 35px;
        position: relative;
    }

    .navbar-nav li.nav-item-main {
        list-style: none;
        position: relative;
        counter-increment: ind-counter 1;
    }
    .navbar-nav li.nav-item-main:before {
        position: absolute;
        font-style: oblique;
        content: counter(ind-counter, decimal-leading-zero);
        font-size: 20px;
        font-weight: 900;
        top: 25px;
        left: -39px;
        color: var(--light-gray);
        line-height: 0;
        opacity: 0.3;
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-toggler {
        right: 15px;
        top: 25px;
    }

    .nav-logo {
        padding-left: 0 !important;
    }
    .nav-menu {
        padding-right: 0 !important;
    }

    #s-form {
        display: none !important;
    }
    .horlist-item-cat {
        display: none !important;
    }
    .horlist-item-box {
        display: flex;
        flex-flow: column;
        align-items: start;
        padding: 15px 0;
    }

    .horlist-item-content {
        padding-left: 0;
        display: flex;
        align-items: start;
    }

    .horlist-item-subcontent {
        padding-left: 20px;
    }

    .horlist-item-cat {
        flex: 0 0 auto;
        width: 100%;
        position: relative;
        padding-left: 90px;
    }

    .navbar-toggler-line {
        background: var(--header-color);
    }

    .header-icon .icon > a {
        color: var(--header-color);
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .dropdown-toggle {
        top: 3px;
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-toggler
        .navbar-toggler-line,
    header.sticky .navbar-toggler-line {
        background: var(--header-color-sticky);
    }

    [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
        background-image: none;
        background-color: var(--bg-white);
    }

    header.sticky .header-icon .icon > a,
    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .dropdown-menu
        .dropdown
        > a,
    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .dropdown-menu
        a,
    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .dropdown-toggle,
    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item:hover
        .nav-link,
    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .nav-link {
        color: var(--header-color-sticky);
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu li,
    .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu li,
    .navbar-full-screen-menu-inner
        .navbar-nav
        .simple-dropdown
        .dropdown-menu
        li {
        padding: 0 0;
    }

    .nav-item-main .nav-link-main {
        font-weight: 800 !important;
    }

    [data-mobile-nav-style="full-screen-menu"]
        .navbar-full-screen-menu-inner
        .navbar-nav
        .nav-item
        .nav-link {
        line-height: 18px;
        font-size: 17px;
    }

    .navbar.bg-transparent,
    .navbar-modern-inner.bg-transparent,
    .navbar-full-screen-menu-inner.bg-transparent {
        background-color: transparent !important;
        color: #fff;
    }

    header .navbar-brand {
        padding: 8px 0 !important;
    }

    .tvt-timeline-time h2 {
        margin-bottom: 25px !important;
    }

    .cari-berita-lists {
        display: block;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .cari-berita-lists-item {
        display: flex;
    }

    .cari-berita-img {
        flex: 0 0 auto;
    }

    .cari-berita-img img {
        width: 100px;
        height: 100px;
    }

    .cari-berita-body {
        padding-left: 15px;
    }

    .cari-berita-title {
        font-size: 18px;
    }

    .cari-berita-img {
        margin-bottom: 0;
    }

    .rbt-sidebar-widget-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 320px) {
    .team-d-box-img img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1199.98px) {
    #search-top {
        display: none !important;
    }

    .logo-nonmobile {
        display: none !important;
    }
}
