/*
TEAL CREATION
1 EBFFFA accend
2 C6FCE5 third
3 6EF3D6 second
4 0DCEDA primary
5 4ea1ac primary dark
6 292929; text black

////
GREEN CREATION

1 34b7f1 accend
2 dcf8c6 third
3 25d366 second
4 128c7e primary
5 075e54 primary dark
6 292929; text blackp

/// GREEN TIRADIC
1 #1CE3AF; green first tridic
2 #AF1CE3; violet seccond triadic
3 #E3AF1C; yellow gold third triadic


*/

@import "variable.css";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,100;1,300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Capriola&family=Fauna+One&display=swap'); */



@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;800&display=swap');

@font-face {
    font-family: cocon-reguler;
    src: url(../webfonts/cocon-regular-font.otf);
}



:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --primary-dark-blue: #1d3557;
    --primary-text: #273446;
    --primary-text-light: #3b424b;
    --primary-light-blue: #457b9d;
    --primary-sky: #a8dadc;
    --primary-ligth-sky: #f1faee;
    --primary-red: #e63946;
    --primary-white-soft: #fafafa;
}




* {
    min-height: 0;
    min-width: 0;
    font-family: 'Golos Text', sans-serif;


}

html,
body {
    padding: 0px;
    background: var(--primary-ligth-sky);
    font-family: 'Golos Text', sans-serif;
    color: var(--primary-text) !important;
    padding: 0;
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
}

a {
    color: #022b26 !important;
    text-decoration: none !important;
}

article>header>h1 {
    font-size: 1.9rem;
}

article>h2 {
    font-size: 1.4rem;
}

.scroller {
    scrollbar-color: #6d7a7ce3 #bdbdbd !important;
    scrollbar-width: thin !important;
}

.color-fg-white {
    color: #ffffff !important;
}


/* R 48 G 176 B 199 */

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}


/* width */

::-webkit-scrollbar {
    width: 4px !important;
}


/* Track */

::-webkit-scrollbar-track {
    background: rgba(221, 221, 221, 0.521) !important;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #2c85a03a !important;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar {
    padding: 0px 10px 0px 10px;
}

.navbar-brand {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px;
}

.navbar-brand-wrp {
    display: flex;
    flex-direction: row;
    line-height: 50px;
}

.bg-transparant {
    background: transparent !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.based-div-1 {
    /* min-height: 100vh; */
    width: 100%;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 0;
    background: url('../img/img.jpg') no-repeat center center fixed;
    background-attachment: fixed;
    /* background: linear-gradient(10deg, #03b5d463 5%, #ffffff, #ebfcff63); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* filter: blur(12px); */
    /* -webkit-filter: blur(12px); */
}

.based-div-2-old {
    background: linear-gradient(#1ce3aed2, transparent), linear-gradient(to top left, rgba(160, 122, 17, 0.9), transparent), linear-gradient(to top right, rgba(112, 7, 150, 0.9), rgba(207, 130, 235, 0.1));
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
}

.based-div-2 {
    /* background: linear-gradient(#ffffff1c, #ffffff31, #ffffff00, #fffdfd00, #dddddd00), linear-gradient(to top left, rgba(160, 116, 5, 0.4), transparent), linear-gradient(to top right, rgba(16, 5, 173, 0.4), rgba(255, 255, 255, 0.1)); */
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    /* padding-top: 55px; */
}

.fleft {
    float: left;
}

.fright {
    float: right
}

.logo-beranda {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-weight: bold;
    /* font-family: Montserrat-Medium; */
    line-height: 1em;
    margin-top: 1rem;
}

.logo-beranda-img {
    height: 25px;
    width: 20px;
    float: left;
    margin: 14px 5px auto auto;
}

.title-teks-sub-a {
    margin-top: -0.5rem;
    font-size: 24px;
    background: -webkit-linear-gradient(180deg, #099c75, #2f0ad4, #c21ce3, #E3AF1C, );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
    /* font-family: Montserrat-Medium; */
}

.title-teks-sub-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}


.title-teks-sub-opd-a {
    margin-top: -0.5rem;
    font-size: 1rem;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
}

.title-teks-sub-opd-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}

.title-detail-berita {
    font-size: 1.8rem;
}

.img-detail-berita {
    /* max-height: 50%;
    max-width: 50%; */
    width: 100%;
}

.img-detail-berita-wrp {
    margin-right: 1rem;
    margin-bottom: 1rem;
    align-items: left;
    text-align: left;
    float: left;
}

.coloring-text-logo {
    background: -webkit-linear-gradient(180deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: contain;
    -webkit-animation: displace 10s linear infinite;
    animation: displace 10s linear infinite;
    transition: .5s ease-out;
}

@-webkit-keyframes displace {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 1000px center;
    }
}

@keyframes displace {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 1000px center;
    }
}

.coloring-text-logo-x {
    background: -webkit-linear-gradient(185deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s ease-out;
    background-size: 200%;
    background-position: left;
}

.title-text-single {
    padding: 10px;
    margin: auto;
    font-weight: 600 !important;
    align-self: center;
    width: max-content;
    /* background: -webkit-linear-gradient(180deg,  #E3AF1C, #c21ce3, #03b5d4, #07cf9a); */
    text-align: center;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
    font-size: 5rem;
    letter-spacing: -1px;
}

.title-text-single .b {
    font-size: 6rem;
}

.tag-line-single {
    text-align: center;
    margin-top: -2rem !important;
    align-self: center;
    width: max-content;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2ee8;
    position: relative;
}

.tag-line-desc {
    padding: 1rem;
    width: 50%;
    text-align: center;
    margin: auto;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2e8f !important;
}

.typewriter {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid rgba(255, 166, 0, 0.055);
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: rgba(255, 166, 0, 0);
    }
}

.btn-jelajah {
    align-self: center !important;
    color: #ffffff !important;
    font-size: 1.5rem;
    background: #ffffff1e !important;
    margin: auto !important;
    width: max-content;
    text-align: center !important;
    border-radius: 1rem;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 1rem 2rem 1rem 2rem;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-jelajah:hover {
    transition: ease-in all .5s;
    background: #ffffff !important;
    color: #000000 !important;
}

.search-form {
    background: #ffffffa1;
    border: 0.1rem solid #e0e0e0b2;
    border-radius: 20rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    width: 70%;
    color: #2c2e2d !important;
}

.search-input-form {
    background-color: transparent !important;
    color: #2c2e2d !important;
    border: none !important;
    width: 95% !important;
}

.search-input-form::placeholder {
    color: #929292 !important;
    border: none !important;
}

.toolbar-nav {
    display: flex;
    flex-direction: row;
    color: #252525 !important;
}

.toolbar-nav>button>i,
.toolbar-nav>button>a>i {
    margin-left: 2rem;
    color: #252525 !important;
}

.nav-portal {
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.975), rgba(227, 227, 227, 0.147)) !important; */
    /* background: rgba(13, 175, 216, 0.795) !important; */
    background: var(--primary-dark-blue);
    box-shadow: 1px 1px rgba(104, 104, 104, 0.1) !important;
    display: block;
    /* position: relative !important; */
    /* z-index: 9; */
    /* top: 0px; */
    width: 100%;
    color: #232323 !important;
    transition: all ease-in-out .1s;
    animation: scalling-in 1s alternate;
}


.nav-portal-dark {
    /* background: linear-gradient( to top, rgba(239, 239, 239, 0.975), rgb(255, 255, 255), rgb(255, 255, 255)) !important; */
    /* background: rgba(13, 175, 216, 0.795) !important; */
    background: var(--primary-dark-blue);
    box-shadow: 0px 5px var(--primary-sky) !important;
    opacity: 0.9 !important;
    /* position: absolute !important; */
    z-index: 9;
    /* top: 0px; */
    width: 100%;
    /* color: #eeeeee !important; */
    transition: all ease-in-out .3s;
    animation: scalling-in 1s alternate;
}

.position-on-top-absolute {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99 !important;
}

.title-teks {
    font-weight: 400;
    margin-top: 2px;
    font-size: 1.2rem;
    color: #252525;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
}

.bottom-15 {
    bottom: 15px;
}

.for-md {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.bottom-based-tools-wrp {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 25px !important;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.tools-wrp-bottom-container {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px 70px;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
    transition: ease-in-out all 1s, ease-in all 1s !important;
}

.tools-wrp-bottom {
    text-align: center;
}

.tool-bottom-wrp-icon {
    margin: auto;
    align-self: center;
    align-items: center;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(10deg, #87e2e9, #c9c9c9, #fafafa, #fafafa, #fafafa);
}

.tool-bottom-icon {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.tool-bottom-text {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    color: #2b2b2b;
}

.tool-bottom-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.tools-sc-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto auto auto;
    background-color: var(--primary-white-soft);
    padding: 10px;
}

.tools-sc-container-grid-3 {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem;
}

.tools-sc-bg-container-item {
    background-color: rgba(255, 255, 255, 0.041);
    border-radius: 15px;
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
}

.tools-sc-container-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.tools-wrp {
    margin: auto !important;
    align-content: center;
    align-items: center;
    align-self: center;
    width: 50%;
    height: 90px;
    background: linear-gradient(to top, #cfcfcf75, #cfcfcf3f);
    padding: 10px;
    align-items: stretch;
    border-radius: 1rem;
    display: flex;
}

.tool-items {
    filter: blur(0) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    /* background: linear-gradient(10deg, #969696, #c9c9c9, #fafafa, #fafafa, #fafafa); */
    background: #ebebeb7a;
    /* border: 1px solid #fafafa ; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    font-size: 0.4rem;
}

.tool-items:hover {
    background: linear-gradient(20deg, #b4ecf0, #b4ecf0, #b4ecf0, #fafafa);
    /* border-radius: 10px; */
    transition: all ease-in 0.2s;
    cursor: pointer;
    /* width: 70px;
    height: 70px;
    line-height: 70px; */
}

.tool-items-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
    background: var(--primary-ligth-sky);
    /* width: 60px;
    height: 60px; */
}

.tool-items-icon {
    border-radius: 15px;
    width: 60px;
    height: 60px;
}

.tool-items-text {
    text-align: center;
    font-size: 1rem;
    margin-top: 0.3rem;
    color: #2b2b2b;
    font-weight: 600;
}

.galery-container {
    margin: auto;
    width: max-content;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.galery-container-item {
    width: 100%;
    height: 250px;
    line-height: 250px;
    overflow: hidden;
}

.galery-container-img {
    width: inherit;
    height: inherit;
    line-height: inherit;
}

.galery-container-img:hover {
    transition: all ease-in-out .5s;
    transform: scale(1.1);
}

.galery-container-img:hover .galery-container-text {
    display: block;
}

.galery-container-text {
    width: 100%;
    height: inherit;
    text-align: center;
    line-height: inherit;
    background: #00000070;
    color: #ffffff;
    display: none;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.pzNew-container {
    margin: auto;
    width: max-content;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.pzNew-container-item {
    width: 100%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.pzNew-container-img {
    width: inherit;
    height: inherit;
    line-height: inherit;
}

.pzNew-container-img:hover {
    transition: all ease-in-out .5s;
    transform: scale(1.1);
}

.pzNew-container-img:hover .pzNew-container-text {
    display: block;
}

.pzNew-container-text {
    width: 100%;
    height: inherit;
    text-align: center;
    line-height: inherit;
    padding: 10%;
    background: #00000070;
    color: #ffffff;
    display: none;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.ng-wrp-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
    /* box-shadow: 0 1px 20px rgb(0 0 0 / 0.1); */
    background: #ffffff;
}

.mb-line-1 {
    margin: auto !important;
    align-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mb-line-2 {
    width: 80% !important;
    /* background: url('../img/gandrung-sewu-bwidev.jpeg') no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* background: linear-gradient(to top, #5858582d, #fafafa31); */
    border-radius: 1rem;
    height: 150px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.2);
}

.mb-half-single {
    filter: blur(0) !important;
    text-align: center;
    align-items: center;
    align-content: center;
    /* background: #eccaca; */
    /* display: inline-flex; */
    flex: 1;
}

.single-left {
    clear: both;
    float: left !important;
}

.single-right {
    clear: both;
    float: right !important;
}

.mb-half-single-content {
    filter: blur(0) !important;
    min-width: 150px;
    width: 95%;
    height: 150px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(10deg, #96969673, #c9c9c938, #fafafa38, #ffffff34);
    display: inline-flex;
    margin: auto;
    align-self: center;
    flex: 1;
    /* background: url('../img/gandrung-sewu-bwidev.jpeg') no-repeat center center; */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0;
}

.mb-half-single-content>.icon {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    line-height: inherit;
    margin: auto;
}

.mb-half-multi {
    flex: 11;
    align-items: flex-start;
    align-content: flex-start;
    /* background: #eccaca; */
    min-height: 110px;
    /* padding: 10px; */
}

.mb-half-multi-content {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 65px;
    min-height: 65px;
    border: 1px solid gray;
    background-color: #6EF3D6;
}

.mb-menu-utama {
    width: 33%;
    float: left;
    text-align: center;
}

.multi-items-wrp {
    width: 100%;
    margin: auto;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    line-height: 60px;
}

.multi-items {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    /* background: linear-gradient(10deg, #969696, #c9c9c9, #fafafa, #ffffff); */
    background: #ebebeb7a;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.multi-items:hover {
    background: linear-gradient(20deg, #969696, #b4ecf0, #b4ecf0, #f0f6f7);
    border-radius: 10px;
    transition: all ease-in 0.2s;
    cursor: pointer;
    width: 61px;
    height: 61px;
    line-height: 61px;
}

.multi-items-icon:hover {
    transition: all ease-in 0.2s;
    width: 51px;
    height: 51px;
}

.multi-items-icon {
    width: 60px;
    height: 60px;
}

.multi-icon-text {
    align-items: center !important;
    align-content: center !important;
    align-self: center !important;
    color: #000000;
    font-size: 0.7rem;
    margin-top: -1rem !important;
    text-align: center !important;
}

.list-has-icon {
    display: flex;
    padding: 1rem;
    margin-bottom: 0.7rem;
    border-radius: 15px;
    background: linear-gradient(to right, #ffffff 10%, #ffffff3a, #ffffff3a);
}

.list-has-icon>.list-has-item-icon {
    min-width: 50px;
    align-items: center
}

.list-has-item-icon>img {
    height: 40px;
    width: 40px;
    margin: auto;
    align-self: center
}

.list-has-icon>.sg-div-wrp {
    display: block;
}

.sg-div-wrp>.name {
    font-size: 1rem !important;
    font-weight: 600;
}

.divider-for-md {
    content: '';
    height: 2rem;
}

.pp-1,
.pp-2 {
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-footer-content {
    position: relative;
    opacity: 1;
    list-style: none;
    padding: none;
}

.list-footer-content>li>a {
    opacity: 1;
    margin-left: -2rem;
    color: #ecebeb !important;
    font-size: 0.9rem;
}

@media all and (min-width:500px) {
    .mb-line-2 {
        width: 80%;
        margin: auto;
    }

    .mb-line-1 {
        width: 80%;
        margin: auto;
    }
}

@media all and (min-width:600px) {
    .for-md {
        /* display: none !important; */
        width: 100% !important;
        visibility: visible !important;
        align-self: center;
        margin: auto;
    }

    .for-lg {
        display: block !important;
        visibility: visible !important;
        content: "";
    }

    .tools-wrp-bottom-container {
        grid-template-columns: 100px 100px 100px 100px 100px;
    }
}

@media all and (max-width: 600px) {

    .img-detail-berita-wrp {
        display: block;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .img-detail-berita {
        margin: auto;
        align-self: center;
        width: 100%;
        border-radius: 10px;
    }

    .title-detail-berita {
        font-size: 1.5rem;
    }

    .galery-container {
        grid-template-columns: 50% 50%;
    }

    .galery-container-item {
        height: 150px;
    }

    .for-lg {
        display: none !important;
        visibility: hidden !important;
        content: "";
    }

    .divider-for-md {
        content: '';
        height: 1rem;
    }

    .title-text-single {
        font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
        font-size: 2rem;
    }

    .title-text-single .b {
        font-size: 2.5rem;
    }

    .tag-line-single {
        font-size: 0.8rem !important;
        margin-top: -0.5rem !important;
    }

    .tag-line-desc {
        width: 80%;
        font-size: 0.8rem;
    }

    .btn-jelajah {
        font-size: 1rem;
        padding: 10px 15px 10px 15px;
    }

    .tools-wrp {
        width: 80%;
        overflow-x: auto;
    }

    .tool-items,
    .multi-items {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tool-items-icon,
    .multi-items-icon {
        border-radius: 15px;
        width: 50px;
        height: 50px;
        font-size: 0.5rem;
    }

    .tool-bottom-wrp-icon,
    .tool-bottom-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .tool-items-text {
        font-size: 0.8rem !important;
    }

    .nav-portal {
        /* background: linear-gradient(to right, rgba(73, 73, 73, 0), rgba(73, 73, 73, 0), rgba(73, 73, 73, 0)); */
        box-shadow: 1px 1px rgba(104, 104, 104, 0);
        position: relative;
        z-index: 9;
        width: 100%;
    }

    .navbar-brand {
        visibility: visible;
    }

    .ml-auto {
        clear: both;
    }

    .toolbar-nav>button>i,
    .toolbar-nav>button>a>i {
        margin-left: 1rem;
        font-size: 00.9rem;
        color: #252525 !important;
    }

    .title-teks {
        font-weight: 400;
        font-size: 0.9rem;
        color: #252525;
        font-family: 'Capriola', 'Fauna One', sans-serif;
    }

    .logo-beranda-img {
        margin-top: 14px;
        height: 25px;
        width: 20px;
    }

    .title-teks-sub-a {
        margin-top: -0.5rem;
        font-size: 14px;
        line-height: 10px;
        visibility: hidden;
    }

    .title-teks-sub-b {
        font-size: 12px;
        visibility: hidden;
    }

    .website-logo-inside .logo img.logo-size {
        opacity: 1 !important;
        display: block;
    }

    .website-logo-inside .logo img.logo-size-2 {
        opacity: 0 !important;
        display: none;
    }

    .search-form {
        padding: 0rem 1rem 0rem 1rem;
        width: 100%;
    }

    .search-input-form {
        display: inline-block !important;
        width: 86% !important;
    }

    .pr-bsc {
        height: 100vh;
        width: 100%;
        filter: blur(3rem);
        position: absolute;
        overflow: hidden;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        background: linear-gradient(#ffffff, transparent), linear-gradient(to top left, #c5eee5, transparent), linear-gradient(to top right, #6EF3D6, transparent);
        /* linear-gradient(to bottom left, #c5eee5, transparent),

        linear-gradient(to bottom right,#6EF3D6, transparent); */
        background-blend-mode: screen;
    }

    .tools-sc-container-grid-3 {
        grid-column-gap: normal;
        grid-template-columns: 10rem 10rem 10rem;
        /* max width 600px */
    }
}


/* MAIN */

@media all and (min-width: 992px) {
    .tools-sc-container-grid-3 {
        grid-column-gap: 1rem;
        grid-template-columns: 20rem 20rem 20rem;
        /* max 992 */
    }


    .mobile-offcanvas {
        width: 100% !important;
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }

    .mobile-offcanvas-inner {
        /* width: 100% !important; */
        height: 100% !important;
        padding: 1rem;
        background: #099c75;
    }
}


@media all and (max-width:765px) {

    /* .submenu-mom{
        background-color: #dfdfdf;
    }
    .nav-item .submenu {
        display: block !important;
        position: relative !important;
        left: 100%;
        top: -7px;
    } */
    /* .mobile-offcanvas-inner { */
    /* width: 100% !important; */
    /* } */
}

/* MAIN MENU */

.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas-header {
    display: block;
}

.enableBlur {
    transition: all ease-in .2s;
    filter: blur(12px);
    -webkit-filter: blur(12px);
}

.disableBlur {
    transition: all ease-out .2s;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.hide-element {
    display: none;
    visibility: hidden;
}

.show-element {
    display: block;
    transition: all ease-in .2s;
    visibility: visible;
}

.mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    /* background: rgba(255, 255, 255, 0.9); */
    background: linear-gradient(#8585851c, #85858573, #85858573, #8585851c);
    background-blend-mode: screen;
    /* border-radius: 0px 10px 10px 0px; */
    /* padding: 1rem 1rem 1rem 1rem; */
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 100%;
    z-index: 1200;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    /* padding: 10% 5% 10% 5%; */
    overflow-y: auto;
    overflow-x: hidden;
    animation: scaling-out .5s alternate;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}

.mobile-offcanvas-inner {
    /* transform: translateX(-100%); */
    /* background: rgba(255, 255, 255, 0.9); */
    background-color: linear-gradient(#ffffffe5, #ffffffe5, #ffffffe5, #ffffffe5) !important;
    background: linear-gradient(#ffffffe5, #ffffffe5, #ffffffe5, #d8d8d8e5);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-position: bottom left;
    border: 0.5px solid #bdbdbdb9;
    /* border-radius: 25px; */
    padding: 1rem 1rem 1rem 1rem;
    display: block;
    position: absolute;
    /* top: 0; */
    left: 0 !important;
    height: 100%;
    /* z-index: 1200; */
    width: 90%;
    margin: auto;
    align-self: center;
    overflow-y: auto;
    overflow-x: hidden;
    /* transition: visibility .2s ease-in-out, transform .2s ease-in-out; */
}

.mobile-offcanvas.show {
    visibility: visible;
    /* animation: scaling-in .5s alternate; */
    transform: translateX(0%);

}


.side-menus .show {
    visibility: visible;
    animation: none !important;
    transform: translateX(0%);
}

.offcanvas-header-berita {
    display: block;
}



/* NAIGATION */



ul>li>a {
    font-size: 0.9rem;
}

.btn.btn-default.d-lg-none.ml-auto,
.title-teks-sub-opd,
.title-teks-sub-opd-a,
.title-teks-sub-opd-b,
.nav-item,
a.nav-link {
    color: var(--primary-sky) !important;
}

.lives {
    display: block !important;
    visibility: visible !important;
}

.nav-portal-dark>.container>.navbar-utama>.navbar-brand>.navbar-brand-wrp>.logo-beranda>.title-teks-sub-opd-a {

    color: #f5fbfd;
}

.d-xs-none {
    display: block;
}

.title-teks-sub-opd-a {
    max-width: 200px !important;
    overflow: hidden;
}

.nav-link {
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 800px) {
    .d-xs-none {
        display: none !important;
    }
}





.dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
}

.nav-item .submenu-left {

    right: auto;
    left: 75%;


}

.dropdown-menu>li:hover {
    background-color: #f5fbfd
}

.dropdown-menu>li:hover>.submenu {
    transition: all ease 2ms;
    background: #efefef;

}



.navbar-expand-lg {
    background: inherit;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas-header-berita {
    display: none;
}

.screen-overlay-berita {
    height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 1);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay-berita.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}





#btnTop {

    background: var(--primary-dark-blue) !important;
    color: var(--primary-sky) !important;
    border: 2px solid var(--primary-light-blue) !important;

    border-radius: 25rem;


    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    width: 4rem;
    height: 4rem;
    /* Some padding */
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#btnTop:hover {
    background: var(--primary-light-blue) !important;
    color: var(--primary-white-soft) !important;
    transition: all ease 0.5s;
    /* Add a dark-grey background on hover */
}




@media only screen and (max-width: 450px) {
    #btnTop {
        width: 3rem;
        height: 3rem;
        font-size: 16px;
    }


}



.dropdown-menu.dropdown-menu-right.show {
    border-top: 5px solid var(--primary-sky);
    background: var(--primary-dark-blue) !important;
    color: var(--primary-sky) !important;
    padding: 0.5rem 0px !important;
}

.dropdown-menu.dropdown-menu-right.show .nav-item .dropdown-item {
    color: var(--primary-sky) !important;
}

.dropdown-menu.dropdown-menu-right.show .nav-item .dropdown-item:hover {
    background: var(--primary-ligth-sky) !important;
    color: var(--primary-dark-blue) !important;
    border-radius: 0px !important;

}




@media (max-width:991px) {

    .submenu.submenu-left.dropdown-menu.lives {

        background: var(--primary-dark-blue) !important;

    }


    .dropdown-menu.dropdown-menu-right.show:hover,
    .dropdown-menu.dropdown-menu-right.show .nav-item:hover,
    .dropdown-menu.dropdown-menu-right.show .nav-item .dropdown-item:hover {
        background: var(--primary-dark-blue) !important;
        color: var(--primary-sky) !important;
        border-radius: 0px !important;

    }

    .nav-portal-dark {
        opacity: 1 !important;
    }

    .btn.float-right.btn-close,
    .btn.btn-default.d-lg-none.ml-auto,
    .title-teks-sub-opd-a,
    .title-teks-sub-opd-b,
    .nav-item,
    a.nav-link {
        color: var(--primary-sky) !important;
    }

    #navbar_main_opd_inner {
        background: var(--primary-dark-blue) !important;
        opacity: 1 !important;


    }


    .submenu-mom {
        background: var(--primary-dark-blue) !important;
    }

    a.dropdown-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgb(161, 161, 161) !important;

    }

    /* .dropdown-item:hover,
    .dropdown-item:focus {
        background: var(--primary-dark-blue) !important;
        color: var(--primary-dark-blue) !important;
        font-weight: 400 !important;
    } */

    .submenu-mom:focus,
    .submenu-mom:hover {
        /* background: var(--primary-sky) !important; */
        /* color: var(--primary-dark-blue) !important; */
        /* transform:translateX(30px) !important ; */
        right: 110%;
        transition: ease 0.4s;
    }

    .nav-item .submenu-left {
        position: relative !important;
        z-index: 0 !important;
        right: -20% !important;
        left: 12px !important;
        top: 0px;
        bottom: 0px !important;
        background: var(--primary-dark-blue);
        width: 100%;

    }



    .submenu.submenu-left.dropdown-menu.lives .nav-item .dropdown-item {
        background: var(--primary-dark-blue);
        color: var(--primary-sky);
    }

    .submenu.submenu-left.dropdown-menu.lives:focus,
    .submenu.submenu-left.dropdown-menu.lives:hover {
        background: var(--primary-dark-blue) !important;
        color: var(--primary-sky) !important;
    }

    .dropdown-item {
        display: block !important;
    }


    .dropdown-menu-right {
        /* background: red !important; */
        /* transform: translate3d(0px, 38px, 0px) !important; */
        width: 100% !important;
    }

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 90%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;

    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        width: 100%;
        /* background: black; */
        opacity: 0.98;

    }

    .offcanvas-header-berita {
        display: block;
    }

    .mobile-offcanvas-berita {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 9999;
        width: 90%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;

    }

    .mobile-offcanvas-berita.show {
        visibility: visible;
        transform: translateX(0);
        background: black;
        opacity: 1;
        margin-top: 5rem;
        overflow: auto
    }


    .dropdown-menu.dropdown-menu-right.show {
        margin-top: -40px;
        position: relative !important;
        display: block !important;
        z-index: 0 !important;
        margin-bottom: 50px;
        border-top: none !important;

    }

    .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: relative;
        left: 100%;
        width: 95%;
    }




    .dropdown-menu.dropdown-menu-right.show,
    .submenu.submenu-left.dropdown-menu.lives,
    .submenu.submenu-left.dropdown-menu,
    .submenu-mom,
    .submenu.submenu-left.dropdown-menu.lives>a.dropdown-item,
    .submenu.submenu-left.dropdown-menu>a.dropdown-item {
        /* background: aqua !important; */
        animation: lefttoright 0.7s !important;
    }





}

@keyframes lefttoright {
    from {
        left: -2rem;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}


@media only screen and (min-width: 992px) {



    .dropdown-item.dropdown-toggle.submenu-mom::before {

        content: " <";
        font-weight: 400;
        margin-right: 10px;
    }

    .dropdown-item.dropdown-toggle.submenu-mom::after {
        content: none !important;
    }

    .dropdown-menu.dropdown-menu-right .nav-item {
        animation: animatebottom 0.3s !important;
    }


    .submenu.submenu-left.dropdown-menulives .nav-item {
        background: var(--primary-dark-blue) !important;
        border-top: 5px solid var(--primary-sky);
        /* padding: 0rem !; */
    }

    /*

    .dropdown-menu-right {
        background: var(--primary-dark-blue) !important;
        border-top: 5px solid var(--primary-sky);
        padding: 0rem !;
    } */


    .dropdown-menu {
        margin-left: 0px;
        margin-right: 50px;
    }

    .dropdown-menu li {
        position: relative;
    }

    .submenu.submenu-left.dropdown-menu {
        border-top: 4px solid var(--primary-sky);
        background: var(--primary-dark-blue) !important;
        display: none;
        position: absolute;
        right: 200px;
        right: 100%;
        left: auto;
        transform: translateX(20px);
    }



    /* .dropdown-menu>li:hover {
        background-color: #d5d5d5
    } */

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .submenu.submenu-left.dropdown-menu {
        margin-top: -30px;
    }


    .submenu.submenu-left.dropdown-menu .nav-item .dropdown-item {
        background: var(--primary-dark-blue);
        color: var(--primary-sky);
    }






    @keyframes animatebottom {
        from {
            bottom: 2rem;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }
}


/* END NAVIGATION */




/* BANNER */

.banner-top-wrp {
    overflow: hidden;
    height: 100vh;
    text-align: center;
    align-content: center;
    align-items: center;
}



.sub-bti-title:hover,
.sub-bti-title:focus {
    transition: all ease-in-out .5s;
    color: var(--primary-ligth-sky);
}


.img-banner-top-item {
    height: inherit;
    /* border-radius: 15px; */
    overflow: hidden;
    margin: auto auto;
    width: 100%;
}

.banner-top-item {
    height: inherit;
    align-items: bottom start;
    align-content: bottom start;
    text-align: left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* border-radius: 5px; */
    overflow: hidden;
}

.bti-content {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.63), rgba(61, 61, 61, 0));
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: left;
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
}

.bti-title {

    background: linear-gradient(to top, #363636ad 50%, rgba(61, 61, 61, 0));
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem 1rem 1rem 1rem;
    text-align: left;
    min-height: 30%;
    /* border-radius: 0px 0px 15px 15px; */
    /* font-family: 'Fauna One', sans-serif; */
}


.sub-bti-title {
    color: inherit !important;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;


    /* font-family: 'Fauna One', sans-serif; */
}

.sub-bti-desc {
    color: inherit;
    text-align: center;
    font-size: 1.3rem;

    /* font-family: 'Fauna One', sans-serif; */
}

.sub-bti-title:hover,
.sub-bti-title:focus {
    transition: all ease-in-out .5s;
    color: var(--primary-ligth-sky);
}



.btn-bti-outline {
    background: transparent !important;
    color: var(--primary-white-soft) !important;
    border-radius: 1.5rem;
    padding: 0.7rem 2.5rem;
    border: 2px solid var(--primary-white-soft) !important;
    font-weight: 600 !important;
}


.btn-bti-outline:hover,
.btn-bti-outline:focus {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-white-soft) !important;
    transition: ease all 0.5s;
}



@media (max-width:767px) {
    .banner-top-wrp {
        height: 25vh;
    }

    .img-banner-top-item {
        height: inherit;
        width: 100%;
        overflow: hidden;
    }

    .sub-bti-title {
        font-size: 1.2rem;
    }


    .sub-bti-desc {
        font-size: 0.8rem;
    }

}


@media all and (min-width:767px) and (max-width:992px) {


    .banner-top-wrp {
        height: 50vh;
    }

    .img-banner-top-item {
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }

    .sub-bti-title {
        font-size: 2rem;
    }


    .sub-bti-desc {
        font-size: 1rem;
    }

}


@media all and (min-width: 992px) {
    .mobile-offcanvas {
        width: 100% !important;
        height: 100% !important;
        padding: 1% !important;
    }
}


/* END BANNER */



/* BERITA CARD */


.berita-terbaru-label {
    font-size: 2rem;
    font-weight: 600;
    /* margin-bottom: 0.5rem */
    line-height: 3rem;
    justify-content: center;
}

.berita-lainnya-label {
    float: right;
    font-size: 0.9rem;
    line-height: 3rem;
}

.card.card-custome {
    border-radius: 1rem;
    background: var(--primary-white-soft);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    min-height: 25rem;
    box-shadow: 0px 0px 23px rgba(5, 55, 78, 0.2);
    border: 1px solid rgba(143, 143, 143, 0.218);

}

.card.card-custome.card-imgs {

    /* width: 100%; */
    /* height: 12rem; */
    /* border-radius: 1rem; */
    /* background-size: cover;
    background-position: center; */
    overflow: hidden;
}

.card-txt-wrp {
    padding: 1rem;
    text-align: left;
    flex: 1
}

.berita-title {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600 !important;
    justify-content: center;
    text-align: start;
    margin-bottom: 0.5rem;
}

.berita-desc {
    text-align: left;
    font-size: 0.8rem;
    color: #585858;
    font-weight: lighter !important;
    margin-bottom: 0.5rem;
}

.berita-btn-wrp {
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;

}

.btn-berita-card {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-ligth-sky) !important;
    border-radius: 1.5rem;
    padding: 0.7rem 2.5rem;
}


.btn-berita-outline {
    background: transparent !important;
    color: var(--primary-dark-blue) !important;
    border-radius: 1.5rem;
    padding: 0.7rem 2.5rem;
    border: 2px solid var(--primary-dark-blue) !important;
    font-weight: 600 !important;
    text-align: center;
    margin: auto;
    align-self: center;
}

.btn-berita-outline:hover,
.btn-berita-outline:focus {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-white-soft) !important;
    transition: ease all 0.5s;
}



a.btn-berita-card {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-sky) !important;
}



.btn-berita-card:hover,
.btn-berita-card:focus {
    background: var(--primary-light-blue) !important;
    color: var(--primary-white-soft) !important;
    /* border:6px solid var(--primary-white-soft) !important; */
    transition: ease 0.3s;
}


.show-on-mobile-wrp {
    width: 100%;
    justify-items: center;
    align-items: center;
}

@media all and (min-width:991px) {
    .show-on-desktop {
        display: inline !important;
    }

    .show-on-mobile {
        display: none !important;
    }
}


@media all and (max-width:990px) {
    .show-on-desktop {
        display: none !important;
    }

    .show-on-mobile {
        position: relative !important;
        margin-left: 50% !important;
        display: block !important;
        margin: auto !important;
        text-align: center !important;
        align-self: center !important;
        align-content: center !important;
    }
}




/*END BERITA CARD */


/* SEARCHING WIDGET */


.search-container-wg {
    width: 100% !important;
    text-align: center;
    align-items: center;
    justify-items: center;
    /* background: #0077b5; */
    margin: auto;

}

.icon-input-form-wg {
    cursor: pointer;
    color: var(--primary-dark-blue);
    margin: auto;

}

.search-form-wg {
    align-self: center;
    align-content: center;
    margin: auto !important;
    display: flex;
    flex-direction: row;
    background: var(--primary-white-soft);
    border: 0.1rem solid #e0e0e000;
    border-radius: 1rem !important;
    padding: 0.2rem 1rem;
    width: 70%;
    color: #2c2e2d !important;
    box-shadow: 0px 0px 25px rgba(116, 116, 116, 0.43);

}

.search-input-form-wg {
    background-color: transparent !important;
    color: #2c2e2d !important;
    border: none !important;
    width: 95% !important;
}

.search-input-form-wg::placeholder {
    color: #929292 !important;
    border: none !important;
}


#search-container-p1 {
    position: relative;
    z-index: 99;
    margin-bottom: -4rem;
    transition: ease all 0.5s;
    animation: botom 1s !important;
    /* background: #0077b5; */
    margin: auto;
    top: 2rem;
}

.tagline-home-2 {
    text-align: center;
    font-family: 'Fauna One';
    font-size: 0.9rem
}

.search-container-inner-wg {
    justify-content: center;
    text-align: center;
    align-items: center;
    /* padding: 1rem 10% 1rem 10%; */
    /* margin: auto !important; */

}


@media all and (max-width:786px) {

    .search-form-wg {
        width: 95% !important;
    }


    /* .search-container {
        margin-top: 100px;
        margin-bottom: -50px;
    } */

    /* .tagline-home-2 {
        font-size: 0.7rem;
    } */

    /* .search-container-inner {
        padding: 1rem 10% 1rem 10%;

    } */
}


/* END SEARCHING WIDGET */


/* BERITA PAGE */




.section-berita-title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem;
}

.badge-berita-top {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(to right, var(--primary-sky), #fafafa, var(--primary-sky)) !important;
    /* padding: 4rem 2rem !important; */
}

.slide-banner-home-berita-wrp {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 1rem;
}

.banner-top-berita-wrp {
    overflow: hidden;
    border-radius: 1rem;
}

.slide-banner-home-berita-wrp,
.banner-top-berita-wrp,
.ngtr-home-wrp {
    height: 28rem;
}

.banner-top-berita-wrp:hover .banner-top-berita-item,
.banner-top-berita-wrp:focus .banner-top-berita-item {
    transform: scale(1.2);
    transition: all ease-in-out .5s;

}

.banner-top-berita-wrp:hover .sub-bti-berita-title,
.banner-top-berita-wrp:focus .sub-bti-berita-title {
    transition: all ease-in-out .5s;
    color: var(--primary-sky);
    ;
}

.banner-top-berita-wrp>.banner-top-berita-item>.banner-label-top-spn {
    padding: 1rem !important;
    color: #fafafa !important;
    background: rgba(78, 78, 78, 0.437) !important;
    border-radius: 0px 0px 1rem 0px !important;
    position: relative !important;
    top: 0.9rem !important;
}

.banner-top-berita-item {
    height: inherit;
    align-items: bottom start;
    align-content: bottom start;
    text-align: left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 15px;
    overflow: hidden;
}

.bti-berita-content {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.63), rgba(61, 61, 61, 0));
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: left;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.bti-berita-title {

    background: linear-gradient(to top, #363636ad 50%, rgba(61, 61, 61, 0));
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem 1rem 1rem 1rem;
    text-align: left;
    border-radius: 0px 0px 15px 15px;
    /* font-family: 'Fauna One', sans-serif; */
}


.sub-bti-berita-title {
    color: inherit;
    font-size: 1.5rem;

    /* font-family: 'Fauna One', sans-serif; */
}

.sub-bti-berita-title:hover,
.sub-bti-berita-title:focus {
    transition: all ease-in-out .5s;
    color: var(--primary-sky);
}


@media all and (max-width:786px) {
    .sub-bti-berita-title {
        font-size: 1rem;
    }

}



.ngtr-home-wrp {
    overflow-y: auto;
    border-radius: 1rem;
}



.ngtr-home-item {
    width: 100%;
    height: 13.5rem;
    padding: 0px;
}


.ngtr-home-item .img-item {

    border-radius: 15px;
    background-color: #fafafa00 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: inherit;
    overflow: hidden;
}


.ngtr-home-item>.img-item>.img-item-label-top {

    padding: 1rem !important;
    color: #fafafa !important;
    background: rgba(78, 78, 78, 0.437) !important;
    border-radius: 0px 0px 1rem 0px !important;
    position: relative !important;
    top: 0.9rem !important;
}


.ngtr-home-item>.img-item>.img-item-txt-wrp {
    border-radius: inherit;
    height: 100%;
    position: relative;
    left: 0px;
    bottom: 15px;
    width: 100%;
    background: linear-gradient(to top, #030303b2, transparent)
}

.ngtr-home-item>.img-item>.img-item-txt-wrp>.img-item-txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 1rem;
    background: #47474700;
    color: #ffffff;
    font-weight: 600
}

.ngtr-home-item>.img-item>.img-item-txt-wrp>.img-item-txt>.img-item-date {
    color: #8b8b8b
}


.knl-wrp {
    width: 100%;

}

.knl-ul {
    list-style: none;
    text-align: center;
}

.knl-ul li {
    display: inline-block;
}

.knl-ul-item {
    margin: 0px 1rem;
    padding: 0.1rem 1rem;
    border-radius: 0.5rem;
    border: 0.3px solid #bebebe1c;
    color: var(--primary-light-blue) !important;
    background: #bebebe1c;
    margin: 0.2rem;
    position: relative;
    left: -10px;
    cursor: pointer;
}

.knl-ul-item a {
    font-size: 0.9rem;
    color: var(--primary-light-blue) !important;
}




.ft-list-item {
    padding: 1rem;
    background: #efefefa1;
    border-radius: 0.5rem;
    color: var(--primary-dark-blue);
}


.ft-list-item:hover {
    background: #ffffffa1;
    transition: ease 0.4s;
    box-shadow: 0px 0px 45px 1px rgba(116, 116, 116, 0.13);
}




.ft-list-item a {
    font-size: 0.9rem;
    color: var(--primary-dark-blue);
}


.ktg-brt-title {
    font-size: 1.1rem;
    font-weight: 400
}

.ktg-brt-hld-card {
    /* background: #dededefa; */
    padding: auto;
    max-height: 27rem;
    overflow-y: auto;
    margin-top: 0.5rem;
}

.ktg-brt-hld-card .ktg-brt-link {
    margin-bottom: 0.5rem
}

.ktg-brt-cst {
    /* border-bottom: 1px solid #e9e9e9; */
    display: flex;
    flex-direction: row;



}

.ktg-brt-cst-img {
    height: 5rem;
    width: 5rem;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto !important;
}

.ktg-brt-cst-txt-wrp {
    flex: 1;
    padding-left: 1rem;
}


.ktg-brt-cst-txt-ttl {
    text-align: left;
    font-size: 1.05rem
}

.ktg-brt-cst-txt-date {
    color: #aaaaaa
}



@media screen and (max-width:600px) {

    .ktg-brt-cst-txt-ttl {
        text-align: left;
        font-size: 0.9rem
    }
}


@media screen and (max-width:786px) {

    .berita-terbaru-label{
        font-size: 1.5rem;
    }


    .knl-ul {
        padding: 0px !important;
        text-align: left !important;
    }

    .knl-ul-item a {
        font-size: 0.7rem;
        color: var(--primary-light-blue) !important;
    }
}


/*END BERITA PAGE */


/* SEARCHING BERITA PAGE */

.search-item-container {
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
    /* box-shadow: 0 1px 20px rgb(0 0 0 / 0.1); */
    /* background: #ffffff54; */
    border-radius: 0px !important;
    width: 100%;
    align-self: center;
    margin: auto;
}

.search-item-text {
    flex: 1;
    padding-left: 1rem;
}

.search-item-text-title {
    text-align: left;
    font-size: 1rem;
    color: #565fdd;
    font-family: 'lato';
    line-height: 1.3rem;
}

.search-item-text-title-match {
    text-align: left;
    font-size: 1rem;
    color: #2830a3;
    font-family: 'lato';
    line-height: 1.3rem;
}

.search-item-text-link {
    text-align: left;
    font-size: 1rem;
    color: #5aaf74
}

.search-item-text-desc {
    text-align: left;
    font-size: 0.8rem;
}

/* END SEARCHING BERITA PAGE */


/* TRANSPARANSI */
.card-title.transparansi-title {
    padding: 1rem;
    text-align: center !important;
}

/* END TRANSPARASNI*/


/* WIDGET HALAMAN*/

.wgt-hal-title {
    color: var(--primary-dark-blue);
    font-weight: 600;
    font-size: 1.5rem;
}

.wgt-hal-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(104, 104, 104, 0.1);
    text-align: start;
    font-size: 1rem;
    color: var(--primary-text-light) !important;

}

.wgt-hal-list a {
    text-decoration: none;
    color: var(--primary-text-light) !important;
    font-size: 0.9rem !important;

}

.wgt-hal-list a:hover {
    color: var(--primary-red) !important;
    transition: ease all 0.4s !important;
}

/*END WIDGET HALAMAN*/


/*BUTTON CUSTOME*/
.btn-primary {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-ligth-sky) !important;
}

/*end BUTTON CUSTOME*/





/* CSS TAMBAHAN  */

.widget-wrapper {
    padding: 1rem;
    border-radius: 1rem;
    background: var(--primary-white-soft);
    box-shadow: 0px 0px 45px rgba(104, 104, 104, 0.1);
    display: block;
}

.modal-backdrop {
    z-index: -1;
}


.top-nav-tools-container {
    padding: 1rem;
    background: var(--primary-sky);
}



.tool-inputs {
    background: var(--primary-white-soft);
    color: var(--primary-dark-blue);
    border: 1px solid var(--primary-dark-blue);
    border-radius: 5px;
    padding: 0.5rem;
    min-width: 50px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;


}

.tools-btn {
    background: var(--primary-dark-blue);
    color: var(--primary-sky);
    border: 1px solid #a7a7a7;
    border-radius: 12rem;
    padding: 0.5rem;
    min-width: 100px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.tools-btn a {
    color: #186491;
    text-align: center;
}

.tool-items-text1 {
    color: #186491;
    text-align: center;
    font-family: monospace;
    font-size: 1rem;
    font-weight: bold;
}

/* END CSS TAMBAHAN  */


/* OVERWRITE BOOSTRAP*/

.bg-dark {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-white-soft) !important;
}

.bg-primary {
    background: var(--primary-dark-blue) !important;
    color: var(--primary-white-soft) !important;
}


/*END OVERWRITE BOOSTRAP*/


/* FOOTER OPD*/

.ft-opd-wrp {
    /* padding: 1rem; */
    background: var(--primary-dark-blue) !important;
    color: var(--primary-white-soft) !important;
}

.ft-opd-ct {
    padding: 1rem;
}

.ft-opd-wrp a {
    color: var(--primary-white-soft) !important;
}

/* END FOOTER OPD*/

/* GALERI */
.galeri-home-wrp {

    background: var(--primary-sky);
    padding: 2rem;
    width: 100%;

}

.galeri-terbaru-home-wrp {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.galeri-terbaru-label {
    font-size: 2rem;
    font-weight: 600;
    /* margin-bottom: 0.5rem */
    line-height: 3rem;
    justify-content: center;
}

.galeri-foto-items {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    filter: grayscale()
}

.galeri-foto-items:focus,
.galeri-foto-items:hover {
    filter: contrast() drop-shadow(0px 0px 35px rgba(70, 72, 81, 0.53));
    cursor: pointer;
    transition: ease all 01s;
    transform: scale(1.1);
}




.imgal-container {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-count: 5;
    -moz-column-gap: 0;
    column-count: 5;
    column-gap: 0
}

.imgal-img {
    width: 100%;
    border-radius: 1rem;
    height: auto;
    transition: ease all .4s;
    box-shadow: 0px 0px 35px rgba(116, 116, 116, 0.43);
    /* padding: 5px; */
    margin-bottom: 1rem;
}

.imgal-img:hover {
    -webkit-filter: opacity(80%);
    filter: opacity(80%);
    cursor: pointer
}

.imgal-modal {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    height: 100vh;
    width: 100vw
}

#imgal-modal-close {
    display: inline;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer
}

.imgal-modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media only screen and (max-width:768px) {
    .imgal-container {
        line-height: 0;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-count: 2;
        -moz-column-gap: 0;
        column-count: 2;
        column-gap: 0
    }
}

@media only screen and (min-width:768px) {
    .imgal-container {
        line-height: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-count: 3;
        -moz-column-gap: 0;
        column-count: 3;
        column-gap: 0
    }
}

@media only screen and (min-width:992px) {
    .imgal-container {
        line-height: 0;
        -webkit-column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-count: 4;
        -moz-column-gap: 0;
        column-count: 4;
        column-gap: 0
    }
}

@media only screen and (min-width:1200px) {
    .imgal-container {
        line-height: 0;
        -webkit-column-count: 5;
        -webkit-column-gap: 0;
        -moz-column-count: 5;
        -moz-column-gap: 0;
        column-count: 5;
        column-gap: 0
    }
}

/* style for modal */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* pagination */
.pagination {
    justify-content: center
}



/* END GALERI*/

/*KOTAK SARAN*/

.ktk-srn-wrp {
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 45px rgba(116, 116, 116, 0.43);
    background: var(--primary-white-soft);

}


.btn-send-wrp {
    width: 100%;
    justify-items: center;
    text-align: center;
    align-items: center;

}


.btn-send-saran {
    padding: 1rem 1rem;
    width: 100%;
    border: none !important;
    border-radius: 12rem !important;
    margin: auto;
    align-self: center;
    align-content: center;

}


.btn-send-saran:focus,
.btn-send-saran:hover {
    background: var(--primary-white-soft) !important;
    color: var(--primary-dark-blue) !important;
    border: 2px solid var(--primary-dark-blue) !important;
    border-radius: 12rem !important;

    transition: ease all 0.4s;

}

/*END KOTAK SARAN*/


/* INDEKS KEPUASAN MASYARAKAT */
.ikm-item-wrp {
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    ;
    margin-bottom: 1rem;
    cursor: pointer;
}

.ikm-item-wrp:focus,
.ikm-item-wrp:hover {
    border: 2px solid var(--primary-dark-blue);
    transition: ease all 0.4s;
}

.ikm-item-img-wrp {
    flex: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;

}

.ikm-item-img {
    font-size: 5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.smiley {
    color: #099c75 !important;
}

.normaly {
    color: #f8a137 !important;
}

.saddy {
    color: #da1e54 !important;
}


.ikm-item-img-txt {
    flex: 1;
    font-size: 5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/* END INDEKS KEPUASAN MASYARAKAT */



/*SHARE BUTTON*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}



/*END SHARE BUTTON*/




/* ANIMATION */

@keyframes scaling-out {
    From {
        transform: scale(1.0);
        /* transform-origin: 100% 100%; */
    }

    To {
        transform: scale(0);
        /* transform-origin: 10% 10%; */
    }
}

@keyframes scaling-in {
    From {
        transform: scale(0);
    }

    To {
        transform: scale(1.0);
    }
}


/* ANIMATION */
