@font-face {
    font-family: "OpenSans Bold";
    src: url(../fonts/opensans/OpenSans-Bold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpenSans Regular";
    src: url(../fonts/opensans/OpenSans-Regular.ttf);
    format: "ttf";
}
@font-face {
    font-family: "PlusJakartaSans Bold";
    src: url(../fonts/folder/PlusSans-Bold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "PlusJakartaSans Regular";
    src: url(../fonts/folder/PlusSans-Regular.ttf);
    format: "ttf";
}
@font-face {
    font-family: "PlusJakartaSans Italic";
    src: url(../fonts/folder/PlusSans-Italic.ttf);
    format: "ttf";
}
@font-face {
    font-family: "PlusJakartaSans Light";
    src: url(../fonts/folder/PlusSans-Light.ttf);
    format: "ttf";
}
body {
    margin: 0 auto;
    font-family: "PlusJakartaSans Regular";
}

.section-header-new {
    position: relative;
    z-index: 1000;
    width: 100%;
    background-color: #2649a3;
    transition: all 1s ease;
    top: 0;
}
.section-header-new .box-header-content {
    position: relative;
    width: 86% !important;
    top: 0;
    left: 7%;
    right: 7%;
    color: #fff;
    transition: all 1s ease;
}
.section-header-new .navbar a {
    color: #ffffff !important;
}
.section-header-new .active-menu {
    color: #fff !important;
    padding: 8px 0;
    border-radius: 5px;
}
.section-header-new .navbar {
    transition: background-color 0.3s ease;
    width: 100%;
}
.section-header-new .nav-item {
    margin-right: 20px;
    font-family: "PlusJakartaSans Regular";
}
.section-header-new .nav-item .dropdown-menu a {
    font-size: 14px;
    color: #000 !important;
}
.section-header-new .btn-search {
    background-color: #112660;
    color: white;
}
.section-header-new .nav-link {
    font-size: 15px;
}
.section-header-new .navbar-brand img {
    max-width: 250px;
}
.section-header-new.active-home .box-header-content {
    position: absolute;
}
.section-header-new.active-home .navbar a {
    color: #ffffff !important;
}
.section-header-new.active-home .dropdown-menu a {
    color: #434343 !important;
}
.section-header-new.fixed-header {
    position: fixed;
    transition: all 1s ease;
}
.section-header-new.fixed-header .box-header-content {
    position: relative;
    height: auto;
}
.section-header-new button {
    background-color: white;
}

@media only screen and (max-width: 1199px) {
    .section-header img {
        max-width: 250px;
    }
    .section-header .nav-item {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 370px) {
    .section-header img {
        max-width: 200px;
    }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
    .section-header-new .box-header-content {
        position: relative;
        width: 100% !important;
        left: 0;
        right: 0;
        padding: 0 2%;
    }
    .section-header-new .navbar a {
        color: #eee;
    }
}
.tag-konten {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.tag-konten:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.tag-konten .nama-tag-konten {
    position: relative;
    display: inline-block;
    font-family: "PlusJakartaSans Bold";
    font-size: 22px;
    color: #4c4c4c;
    z-index: 2;
}
.tag-konten .nama-tag-konten:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 140%;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.tag-konten .see-all {
    z-index: 100;
    padding-left: 20px;
    background-color: white;
}
.tag-konten .see-all a {
    color: #007bff !important;
    border: 1px solid #007bff;
    background-color: white;
}

.box-slider {
    position: relative;
}
.box-slider img {
    border-radius: 15px !important;
}
.box-slider .box-slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 20px;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 40px;
}
.box-slider .box-slider-control .prev {
    display: inline-block;
    text-align: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    color: white;
    border: 1px solid transparent;
}
.box-slider .box-slider-control .prev:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #2649a3;
}
.box-slider .box-slider-control .next {
    display: inline-block;
    text-align: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    color: white;
    border: 1px solid transparent;
}
.box-slider .box-slider-control .next:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #2649a3;
}

.container-custom-pull {
    padding: 0 7%;
}

.section-banner-beranda {
    position: relative;
}
.section-banner-beranda .box-content {
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
    color: #fff;
    margin-top: 15%;
    width: 50%;
}
.section-banner-beranda .box-content .text-line-first {
    font-size: 30px;
}
.section-banner-beranda .box-content .text-line-second {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 25px;
}
.section-banner-beranda .box-content .text-line-third {
    font-size: 17px;
    text-align: justify;
}
.section-banner-beranda .box-content .search-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    background-color: #f1f3f5;
    border-radius: 999px;
    padding: 10px 15px;
    width: 500px;
    max-width: 90%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.section-banner-beranda .box-content .search-container input {
    border: none;
    background: transparent;
    flex: 1;
    font-size: 16px;
    padding: 10px;
    outline: none;
}
.section-banner-beranda .box-content .search-container .search-icon {
    margin-right: 10px;
    font-size: 18px;
    color: #888;
}
.section-banner-beranda .box-content .search-container button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 999px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.section-banner-beranda .box-content .search-container button:hover {
    background-color: #0056b3;
}

.section-beranda-news {
    margin: 5% 0 2%;
}
.section-beranda-news .box-content-news {
    display: flex;
    margin-left: 7%;
}
.section-beranda-news .box-content-news .section-title {
    width: 25%;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.section-beranda-news .box-content-news .section-title h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
}
.section-beranda-news .box-content-news .section-title p {
    font-size: 14px;
    color: #555;
}
.section-beranda-news .box-content-news .section-title a {
    border: 1px solid #007bff;
    padding: 6px 12px;
    border-radius: 20px;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.section-beranda-news .box-content-news .section-news-list {
    width: 75%;
}
.section-beranda-news
    .box-content-news
    .section-news-list
    .owl-carousel
    .owl-stage {
    left: -4% !important;
}
.section-beranda-news
    .box-content-news
    .section-news-list
    .owl-carousel
    .owl-stage
    a {
    text-decoration: none;
    color: #434343;
}
.section-beranda-news .news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.section-beranda-news .news-card .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.section-beranda-news .news-card .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.section-beranda-news .news-card .img-wrapper img:hover {
    transform: scale(1.15);
}
.section-beranda-news .news-card .content {
    padding: 10px 15px;
}
.section-beranda-news .news-card h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
.section-beranda-news .news-card .date {
    font-size: 12px;
    color: #999;
}
.section-beranda-news .badge {
    position: absolute;
    background: orange;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    top: 10px;
    left: 10px;
    border-radius: 5px;
}
.section-beranda-news .image-wrapper {
    position: relative;
}

.section-program {
    margin-top: 7%;
}
.section-program .nav-pills {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 3%;
}
.section-program .nav-pills .nav-link {
    color: #000;
    padding: 0.5rem 3rem;
    white-space: nowrap;
}
.section-program .nav-pills .nav-link.active {
    background-color: #e8f0ff;
    color: #000;
    font-weight: 600;
    border-bottom: 3px solid #007bff;
}
.section-program .program-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.section-program .program-card img {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
}
.section-program .program-card h6 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0 15px;
}
.section-program .program-card p {
    font-size: 14px;
    margin: 4px 0 0;
    color: #555;
}
.section-program .box-service-public a {
    text-decoration: none;
    color: #434343;
}
.section-program .box-service-public .title-service {
    font-family: "PlusJakartaSans Bold";
    margin-bottom: 10px;
}
.section-program .box-service-public .sinopsis {
    font-family: "PlusJakartaSans Regular";
}

.section-service-link .card-service {
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 20px;
    height: 180px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.section-service-link .card-service:hover {
    border: 1px solid #007bff;
}
.section-service-link .card-service a {
    text-decoration: none;
}
.section-service-link .card-service img {
    width: 50px;
    margin-bottom: 10px;
}
.section-service-link .card-service h6 {
    font-weight: 600;
    color: #434343;
}
.section-service-link .card-service p {
    font-size: 14px;
    color: #747474;
    margin: 0;
}
.section-service-link .card-service .external-link {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #007bff;
    text-decoration: none;
}

.section-service .wrap-box a {
    text-decoration: none;
}
.section-service .wrap-box .title {
    text-align: center;
    font-family: "PlusJakartaSans Regular";
    padding: 20px 10px;
    color: #434343;
}

.section-news .latest-news {
    font-family: "PlusJakartaSans Bold";
}
.section-news .news-item {
    font-family: "PlusJakartaSans Regular";
}
.section-news .news-item a {
    font-size: 17px;
    color: #434343;
    text-decoration: none;
}
.section-news .news-item .news-date {
    font-size: 12px;
    color: #b4b4b4;
}

.section-activity a {
    text-decoration: none;
    color: #434343;
}
.section-activity .card-title {
    font-family: "PlusJakartaSans Regular";
    font-size: 16px;
}
.section-activity .date {
    font-family: "PlusJakartaSans Regular";
    font-size: 13px;
    color: #434343;
}

.section-yt a {
    text-decoration: none;
}
.section-yt .wrap-item {
    cursor: pointer;
}
.section-yt .wrap-item .title {
    font-family: "PlusJakartaSans Regular";
    padding: 10px;
    text-align: center;
    color: #777777;
}
.section-yt .wrap-item .wrap-item-to-bg {
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}
.section-yt .wrap-item .wrap-item-to-bg img {
    transition: transform 0.3s ease;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt:hover + img {
    transform: scale(1.15);
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color 0.2s ease-in;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon {
    position: relative;
    margin-top: 23%;
    margin-left: 40%;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon i {
    position: relative;
    font-size: 50px;
    color: #f60000;
    z-index: 2;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon span {
    position: absolute;
    content: "";
    width: 30px;
    height: 22px;
    left: 10px;
    background-color: white;
    z-index: 1;
    top: 14px;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt:hover .icon {
    visibility: visible;
}

.section-heyzine .heyzine-card {
    position: relative;
}
.section-heyzine .heyzine-card a {
    text-decoration: none;
}
.section-heyzine .heyzine-card span {
    background-color: white;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    font-family: "PlusJakartaSans Regular";
}
.section-heyzine .heyzine-card span i {
    margin-right: 5px;
}

@media only screen and (max-width: 1400px) {
    .section-beranda-news
        .box-content-news
        .section-news-list
        .owl-carousel
        .owl-stage {
        left: -5% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .section-program .program-card h6 {
        font-size: 17px;
    }
    .section-beranda-news .box-content-news {
        margin-left: 2%;
    }
    .section-beranda-news .box-content-news .section-title h2 {
        font-size: 25px;
    }
    .section-beranda-news
        .box-content-news
        .section-news-list
        .owl-carousel
        .owl-stage {
        left: -6% !important;
    }
    .section-banner-beranda .box-content {
        margin-top: 12%;
    }
    .section-banner-beranda .box-content .text-line-first {
        font-size: 25px;
    }
    .section-banner-beranda .box-content .text-line-second {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .section-banner-beranda .box-content .search-container {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .section-program .program-card {
        flex-wrap: wrap;
        gap: 10px;
    }
    .section-banner-beranda .box-content {
        display: none;
    }
    .section-banner-beranda .box-content .text-line-first {
        font-size: 20px;
    }
    .section-banner-beranda .box-content .text-line-second {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .section-banner-beranda .box-content .search-container {
        margin-top: 20px;
        padding: 5px;
        width: 320px;
    }
    .section-banner-beranda .box-content .search-container input {
        font-size: 12px;
        padding: 0;
    }
    .section-banner-beranda .box-content .search-container button {
        padding: 5px 20px;
    }
    .section-news .img-news {
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    .section-news .list-news {
        margin-top: 30px;
    }
    .section-news .news-item a {
        font-size: 15px;
    }
    .section-activity .card-title {
        font-size: 15px;
    }
    .section-beranda-news .box-content-news .section-news-list {
        width: 100%;
    }
    .section-beranda-news
        .box-content-news
        .section-news-list
        .owl-carousel
        .owl-stage {
        left: 0 !important;
    }
}
@media only screen and (max-width: 757px) {
    .tag-konten .nama-tag-konten {
        font-size: 19px;
    }
    .tag-konten .see-all a {
        font-size: 14px;
    }
    .section-activity .card-body {
        padding: 10px !important;
    }
    .section-activity .date {
        font-size: 12px;
    }
    .section-service-link .card-service {
        height: auto;
    }
    .section-program .program-card {
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width: 575px) {
    .tag-konten .nama-tag-konten {
        font-size: 19px;
    }
    .section-program .nav-pills .nav-link {
        padding: 8px 20px;
    }
}
@media only screen and (max-width: 450px) {
    .tag-konten {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .tag-konten .nama-tag-konten {
        font-size: 17px;
    }
    .tag-konten .see-all a {
        font-size: 14px;
    }
    .section-news .img-news {
        width: 100%;
    }
}
@media only screen and (max-width: 350px) {
    .tag-konten .nama-tag-konten {
        font-size: 15px;
        margin: auto 0;
    }
}
.wrap-pages-news .headlines {
    margin-bottom: 30px;
}
.wrap-pages-news .headlines .img-wrapper {
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.wrap-pages-news .headlines .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.wrap-pages-news .headlines .img-wrapper img:hover {
    transform: scale(1.15);
}
.wrap-pages-news .headlines a {
    text-decoration: none;
    color: #434343;
    font-family: "PlusJakartaSans Regular";
}
.wrap-pages-news .headlines .title {
    font-size: 16px;
}
.wrap-pages-news .headlines .date {
    font-size: 13px;
    margin: 10px 0 5px;
}
.wrap-pages-news .headlines .read-more {
    color: #2649a3;
    font-style: italic;
}
.wrap-pages-news .latest-news {
    padding-left: 50px;
}
.wrap-pages-news .latest-news .title-headlines {
    font-family: "PlusJakartaSans Bold";
    font-size: 22px;
    color: #4c4c4c;
}
.wrap-pages-news .latest-news .box-latest-news {
    margin: 20px 0 10px;
    font-family: "PlusJakartaSans Regular";
}
.wrap-pages-news .latest-news .box-latest-news a {
    text-decoration: none;
}
.wrap-pages-news .latest-news .box-latest-news .title {
    color: #434343;
    font-size: 14px;
}
.wrap-pages-news .latest-news .box-latest-news .date {
    font-size: 12px;
    color: #b4b4b4;
    margin-top: 5px;
}

.news-detail h1 {
    font-family: "PlusJakartaSans Bold";
    font-size: 24px;
    margin-top: 25px;
}
.news-detail .date {
    font-family: "PlusJakartaSans Regular";
    font-size: 12px;
    color: #b4b4b4;
    margin-bottom: 15px;
}
.news-detail .desc {
    font-family: "PlusJakartaSans Regular";
    font-size: 14px;
    color: #434343;
    margin-top: 20px;
}
.news-detail a {
    text-decoration: none;
}
.news-detail .wrap-box-item {
    padding: 7px;
}
.news-detail .wrap-box-item .title {
    font-size: 15px;
    font-family: "PlusJakartaSans Regular";
    color: #434343;
}
.news-detail .wrap-box-item .date {
    font-size: 10px;
}
.news-detail .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.news-detail .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.news-detail .img-wrapper img:hover {
    transform: scale(1.15);
}
.news-detail .box-slider-control .next,
.news-detail .box-slider-control .prev {
    display: none;
}
.news-detail .box-navigation {
    display: flex;
    font-size: 40px;
    justify-content: center;
}
.news-detail .box-navigation .prev-dsk {
    text-align: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    color: #434343;
    border: 1px solid transparent;
    float: right;
    align-self: center;
}
.news-detail .box-navigation .prev-dsk:hover {
    background-color: rgba(0, 123, 255, 0.7);
    color: white;
}
.news-detail .box-navigation .next-dsk {
    display: inline-block;
    text-align: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    color: #434343;
    border: 1px solid transparent;
    align-self: center;
}
.news-detail .box-navigation .next-dsk:hover {
    background-color: rgba(0, 123, 255, 0.7);
    color: white;
}

@media only screen and (max-width: 991px) {
    .wrap-pages-news .headlines .title {
        font-size: 13px;
    }
    .wrap-pages-news .headlines .date {
        font-size: 11px;
    }
    .wrap-pages-news .headlines .read-more {
        font-size: 12px;
    }
    .wrap-pages-news .latest-news .box-latest-news .title {
        font-size: 13px;
    }
    .wrap-pages-news .latest-news .box-latest-news .date {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    .wrap-pages-news .latest-news {
        padding-left: 15px;
    }
    .news-detail h1 {
        font-size: 20px;
    }
    .news-detail .box-navigation {
        display: none;
    }
    .news-detail .box-slider-control .next,
    .news-detail .box-slider-control .prev {
        display: inline-block;
    }
}
@media only screen and (max-width: 575px) {
    .wrap-pages-news .latest-news .title-headlines {
        font-size: 19px;
        border-top: 1px solid #f2f2f2;
        padding-top: 10px;
    }
    .news-detail h1 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 350px) {
    .wrap-pages-news .latest-news .title-headlines {
        font-size: 15px;
    }
}
.wrap-pages-service h2 {
    font-size: 16px;
    font-family: "PlusJakartaSans Bold";
}
.wrap-pages-service .wrap-box-content {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    padding-bottom: 20px;
}
.wrap-pages-service .wrap-box-content .title {
    text-align: center;
}
.wrap-pages-service .headlines {
    margin-bottom: 30px;
}
.wrap-pages-service .headlines .img-wrapper {
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.wrap-pages-service .headlines .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.wrap-pages-service .headlines .img-wrapper img:hover {
    transform: scale(1.15);
}
.wrap-pages-service .headlines a {
    text-decoration: none;
    color: #434343;
    font-family: "PlusJakartaSans Regular";
}
.wrap-pages-service .headlines .title {
    font-size: 16px;
}

.service-box-icon {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}
.service-box-icon a {
    text-decoration: none;
    color: #434343;
    font-family: "PlusJakartaSans Regular";
}
.service-box-icon .title {
    padding: 10px 0;
    text-align: center;
}
.service-box-icon .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.service-box-icon .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.service-box-icon .img-wrapper img:hover {
    transform: scale(1.15);
}

.service-detail h1 {
    font-family: "PlusJakartaSans Bold";
    font-size: 24px;
    margin: 25px 0;
}
.service-detail img {
    border-radius: 10px;
}
.service-detail .content {
    margin: 20px 0;
}
.service-detail .list-title {
    font-size: 20px;
    font-family: "PlusJakartaSans Bold";
}
.service-detail .list {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.service-detail .wrap-box-content {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    width: calc(49% - 10px);
    margin: 0 10px 10px 0;
}
.service-detail .wrap-box-content a {
    text-decoration: none;
    font-family: "PlusJakartaSans Regular";
    color: #434343;
}
.service-detail .wrap-box-content .title {
    font-size: 14px;
    text-align: center;
}
.service-detail .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.service-detail .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.service-detail .img-wrapper img:hover {
    transform: scale(1.15);
}

@media only screen and (max-width: 991px) {
    .wrap-pages-service .headlines .title {
        font-size: 13px;
    }
    .wrap-pages-service .headlines .date {
        font-size: 11px;
    }
    .wrap-pages-service .headlines .read-more {
        font-size: 12px;
    }
    .wrap-pages-service .latest-news .box-latest-news .title {
        font-size: 13px;
    }
    .wrap-pages-service .latest-news .box-latest-news .date {
        font-size: 11px;
    }
    .service-detail .wrap-box-content {
        width: calc(50% - 10px);
    }
    .service-detail .wrap-box-content .title {
        height: 40px;
        overflow: hidden;
    }
    .service-detail .list-title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .wrap-pages-service h1 {
        font-size: 25px;
    }
    .service-detail .list {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .service-detail .list .wrap-box-content {
        width: 48%;
        margin: 1%;
    }
    .service-detail .list .wrap-box-content .title {
        height: unset;
    }
}
.profile .title {
    color: #434343;
    padding: 20px 0;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 35px;
    font-family: "PlusJakartaSans Bold";
    position: relative;
    z-index: 0;
    font-size: 25px;
}
.profile .title span {
    background-color: white;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}
.profile .title::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b4b4b4;
    top: 49%;
    left: 0;
    content: "";
    z-index: 0;
}
.profile .img-zoom {
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
}
.profile .img-zoom img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    border-radius: 100%;
}
.profile .img-zoom img:hover {
    transform: scale(1.15);
}
.profile .info-pejabat .name {
    text-align: center;
    font-family: "PlusJakartaSans Bold";
    font-size: 30px;
}
.profile .info-pejabat .position {
    text-align: center;
    font-family: "PlusJakartaSans Light";
    margin-bottom: 30px;
}
.profile .info-pejabat .box-name {
    margin-bottom: 20px;
}
.profile .info-pejabat .box-name .tag {
    text-align: center;
    font-family: "PlusJakartaSans Light";
    font-size: 12px;
}
.profile .info-pejabat .box-name .content {
    text-align: center;
    font-family: "PlusJakartaSans Regular";
    font-size: 20px;
}
.profile .prakata > *,
.profile .selayang-pandang > * {
    font-family: "PlusJakartaSans Regular" !important;
}
.profile .body-content p {
    text-align: justify;
}
.profile .body-content .prakata img {
    float: left;
    margin: 0 20px 20px 0;
    width: 450px;
    height: auto;
}
.profile .body-content .organisasi h1 {
    font-family: "PlusJakartaSans Regular";
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-top: 50px;
}
.profile .body-content .organisasi .img-orgnaisasi {
    width: 100%;
    height: auto;
}
.profile .body-content .download h1 {
    font-family: "PlusJakartaSans Regular";
    font-size: 26px;
    padding-bottom: 10px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .profile .title {
        font-size: 25px;
    }
    .profile .body-content .prakata img {
        width: 100%;
        height: auto;
    }
}
.wrap-pages-gallery .headlines {
    margin-bottom: 30px;
}
.wrap-pages-gallery .headlines a {
    text-decoration: none;
    color: #434343;
    font-family: "PlusJakartaSans Regular";
}
.wrap-pages-gallery .headlines .title {
    font-size: 16px;
}
.wrap-pages-gallery .headlines .date {
    font-size: 13px;
    margin: 10px 0 5px;
}
.wrap-pages-gallery .headlines .read-more {
    color: #2649a3;
    font-style: italic;
}
.wrap-pages-gallery .headlines .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.wrap-pages-gallery .headlines .img-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.wrap-pages-gallery .headlines .img-wrapper img:hover {
    transform: scale(1.2);
}
.wrap-pages-gallery .latest-gallery {
    padding-left: 50px;
}
.wrap-pages-gallery .latest-gallery .title-headlines {
    font-family: "PlusJakartaSans Bold";
    font-size: 22px;
    color: #4c4c4c;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery {
    margin: 20px 0 10px;
    font-family: "PlusJakartaSans Regular";
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery a {
    text-decoration: none;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery .title {
    color: #434343;
    font-size: 14px;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery .date {
    font-size: 12px;
    color: #b4b4b4;
    margin-top: 5px;
}

.gallery-detail h1 {
    font-family: "PlusJakartaSans Bold";
    font-size: 24px;
    margin-top: 25px;
}
.gallery-detail .date {
    font-family: "PlusJakartaSans Regular";
    font-size: 12px;
    color: #b4b4b4;
    margin-bottom: 15px;
}
.gallery-detail .content {
    margin-top: 20px;
}
.gallery-detail .content .img-wrapper {
    overflow: hidden;
    display: inline-block;
}
.gallery-detail .content img {
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.gallery-detail .content img:hover {
    transform: scale(1.2);
}
.gallery-detail .desc {
    font-family: "PlusJakartaSans Regular";
    font-size: 14px;
    color: #434343;
    margin-top: 20px;
}
.gallery-detail .desc > * {
    max-width: 100% !important;
}
.gallery-detail a {
    text-decoration: none;
}
.gallery-detail .wrap-box-item {
    padding: 7px;
}
.gallery-detail .wrap-box-item .title {
    font-size: 15px;
    font-family: "PlusJakartaSans Regular";
    color: #434343;
}
.gallery-detail .wrap-box-item .date {
    font-size: 10px;
}

@media only screen and (max-width: 991px) {
    .wrap-pages-gallery .headlines .title {
        font-size: 13px;
    }
    .wrap-pages-gallery .headlines .date {
        font-size: 11px;
    }
    .wrap-pages-gallery .headlines .read-more {
        font-size: 12px;
    }
    .wrap-pages-gallery .latest-gallery .box-latest-gallery .title {
        font-size: 13px;
    }
    .wrap-pages-gallery .latest-gallery .box-latest-gallery .date {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    .wrap-pages-gallery .latest-gallery {
        padding-left: 15px;
    }
    .gallery-detail h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrap-pages-gallery .latest-gallery .title-headlines {
        font-size: 19px;
        border-top: 1px solid #f2f2f2;
        padding-top: 10px;
    }
    .gallery-detail h1 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 350px) {
    .wrap-pages-gallery .latest-gallery .title-headlines {
        font-size: 15px;
    }
}
.donwload-page .title-list {
    padding-bottom: 10px;
    font-family: "PlusJakartaSans Bold";
    font-size: 20px;
    text-align: left;
}
.donwload-page .nav-link {
    color: #2649a3;
}
.donwload-page .nav-link.active {
    background-color: #2649a3;
}

.section-footer {
    margin-top: 40px;
    padding: 40px 0px;
    color: #fff;
    background-color: #f9f9f9;
    position: relative;
}
.section-footer:before {
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    height: 5px;
    background-color: #eee;
    left: 5%;
    width: 90%;
}

.box-info-footer .logo {
    width: 70%;
}
.box-info-footer .nama-pt {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: "Opensans Bold";
    font-size: 18px;
    color: #555;
}
.box-info-footer .item-alamat {
    font-family: "PlusJakartaSans Regular";
    font-size: 12px;
    color: #747474;
}
.box-info-footer .item-alamat a {
    text-decoration: none;
    color: #747474;
}

.box-menu-footer {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0px;
}
.box-menu-footer .item-menu-footer {
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 30%;
    font-size: 14px;
}
.box-menu-footer .item-menu-footer:nth-child(1) {
    width: 20%;
}
.box-menu-footer .item-menu-footer:nth-child(2) {
    width: 50%;
}
.box-menu-footer .item-menu-footer .tag-menu-footer {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-family: "PlusJakartaSans Bold";
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #f2f2f2;
}
.box-menu-footer .item-menu-footer .cc-footer {
    color: #555;
    margin-top: 60px;
    margin-bottom: 5px;
    font-family: "Opensans Bold";
}
.box-menu-footer .item-menu-footer .finfoDay {
    color: #555;
}
.box-menu-footer .item-menu-footer .menu-footer {
    padding-left: 0;
}
.box-menu-footer .item-menu-footer .menu-footer li {
    display: block;
    color: #747474;
}
.box-menu-footer .item-menu-footer .menu-footer li.working-hours {
    padding-top: 20px;
}
.box-menu-footer .item-menu-footer .menu-footer li a {
    display: block;
    padding: 5px 0px;
    font-family: "PlusJakartaSans Regular";
    font-size: 13px;
    color: #747474;
    text-decoration: none;
}
.box-menu-footer .item-menu-footer .menu-footer li a:hover {
    color: #2649a3;
    font-family: "PlusJakartaSans Bold";
}

footer {
    padding: 15px 0px;
    background: #ececec;
}

.copyright {
    font-family: "PlusJakartaSans Regular";
    font-size: 12px;
    color: #555;
    text-align: center;
}
.copyright a {
    color: #555;
}

@media (max-width: 991px) {
    .box-menu-footer .item-menu-footer:nth-child(1) {
        width: 40%;
    }
    .box-menu-footer .item-menu-footer .cc-footer {
        margin-top: 40px;
    }
    .box-menu-footer .item-menu-footer .finfoDay {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .box-info-footer .logo {
        width: 100px;
    }
}
@media (max-width: 629px) {
    .box-info-footer {
        margin-bottom: 0;
    }
    .box-info-footer .nama-pt {
        margin-top: 10px;
    }
    .logo {
        padding: 0px;
    }
    .box-menu-footer .item-menu-footer {
        width: 100% !important;
    }
    .box-menu-footer .item-menu-footer .cc-footer {
        margin-top: 0px;
    }
}

/*# sourceMappingURL=style-v2.css.map */
