/*untuk header*/
.biru-gemilang {
	background-color: #ebfdfd;
}

/*-----------------------------------------------------
Top Bar
-------------------------------------------------------*/
.top-bar {
    height: 30px;
}
.top-bar .topbar-cta li {
    display: inline-block;
}
.top-bar .topbar-cta a {
    letter-spacing: 1px;
    line-height: 30px;
    color: #fff;
}
.ie9 .top-bar .topbar-cta a{
    letter-spacing: 0;
}
.top-bar .topbar-cta a i{
    position: relative;
    top: 7px;
}

.top-bar .social-top {
    margin-top: 6px;
    margin-bottom: 0;
}
.top-bar .social-top a i{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #0379ae;
    text-align: center;
}
.top-bar .social-top a i:hover {
    color: #fff;
}

/*light*/
.top-bar .social-top.light a i {
  color: #fff;
}

@keyframes ticker {
	0% {
		margin-top: 0
	}
	25% {
		margin-top: -30px
	}
	50% {
		margin-top: -60px
	}
	75% {
		margin-top: -90px
	}
	100% {
		margin-top: 0
	}
}

.news {
    height: 30px;
    overflow: hidden;
}

.news span {
    float: left;
    color: #2F318B;
    padding: 6px;
    position: relative;
    top: 1%;
    border-radius: 4px;
    font: 16px Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
  }

.news ul {
    float: left;
    padding-left: 95px;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
}

.news ul li {
    line-height: 30px;
    list-style: none;
}

.news ul li a {
    color: #2F318B;
    font-weight: bold;
    text-decoration: none;
    font: 16px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.news ul:hover {
	animation-play-state: paused
}

.news span:hover+ul {
	animation-play-state: paused
}

p.event_desc {
    margin: 5px;
    display: table-cell;
    vertical-align: middle;
    color: #2F318B;
}

.pull-right {
    float: right !important;
}

.main-nav {
    background-color: #00ac69;
}

.main-nav .navbar-nav a.nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif!important;
}
.main-nav .navbar-nav .nav-link.active, .main-nav .navbar-nav .nav-link:hover {
    color: #FFC300;
}
.navbar.scrolled{
    background-color: #fff;
    transition: background-color 0.5s ease;
    box-shadow: 0px -10px 30px #666;
}

.navbar.scrolled a.nav-link{
    color: #666;
}

.navbar img.main-logo{
    max-width: 230px;
}

.navbar img.main-logo-dark {
    display: none;
}

.navbar.scrolled img.main-logo-dark{
    display: inline-block;
}

.navbar.scrolled img.main-logo-light{
    display: none;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: Roboto,sans-serif!important;
}

.main-grey{
    background-color: #e6f5f3;
}

.main-link-slider{
    background-color: #ebfdfd;
}

.main-info-slider{
    background-color: #ebfdfd;
    color: #666;
    padding-top: 64px;
    padding-bottom: 64px;
}

.main-description{
    padding-bottom: 24px;
}

.header-info{
    color: #2F318B;
    padding-top: 64px;
    padding-bottom: 64px;
    font-family: "Lato";
    text-decoration: solid;
}

.font-family-lato{
    font-family: "Lato";
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
}

.main-image{
    text-align: right!important;
    vertical-align: middle;
}

.carousel-inner{
    width:100%;
    max-height: 500px !important;
}

/*------------------------------------------------------------------
Page title
-------------------------------------------------------------------*/
.page-title {
    position: relative;
    background-color: #00ac69;
}

@media screen and (max-width: 768px) {
    .page-title {
        margin-top: 46px;
    }
}

.page-title h1,
.page-title h2,
.page-title h3 {
    margin-bottom: 0;
}

.page-title span {
    margin-top: 5px;
    display: block;
    color: #929294;
}


.page-title .container {
    position: relative;
}


.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 12px;
}

.page-title .breadcrumb:before {
    display: none;
}


.page-title .breadcrumb li {
    letter-spacing: 1px;
}


.page-title[class*='dark-'] .breadcrumb>.active {
    color: #fff;
}


/* ----------------------------------------------------------------
No background page title
-----------------------------------------------------------------*/

.page-title.no-bg {
    background: none;
    border-bottom:1px solid #f5f5f5;
}


/* ----------------------------------------------------------------
Background page title
-----------------------------------------------------------------*/

.page-title-bg {
    background-image: url(../../img/page-header/cover-1.jpg); /*default bg for every page*/
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
Fixed-background page title
-----------------------------------------------------------------*/
.page-title.fixed-bg {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (min-width: 1480px) {
    .page-title.fixed-bg {
        background-size: contain;
    }
}


/* ----------------------------------------------------------------
Pattern background page title
-----------------------------------------------------------------*/

.page-title.pattern-bg {
    background-image: url(../../img/banner/pattern.jpg);
    background-repeat: repeat;
    height: auto;
}


/* ----------------------------------------------------------------
Center page title
-----------------------------------------------------------------*/

.page-title.page-title-center {
    text-align: center;
}

.page-title.page-title-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}


/* ----------------------------------------------------------------
	 right page title
-----------------------------------------------------------------*/

.page-title.page-title-right {
    text-align: right;
}

.page-title.page-title-right .breadcrumb {
    left: 30px;
    right: auto;
}


@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }

    .page-title .breadcrumb {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 10px 0 0 !important;
        position: relative !important;   
    }
}

.ptb-80 {
	padding: 80px 0;
}

.ptb-50 {
	padding: 20px 0 40px;
}

.ptb-50-right {
	padding: 20px 20px 20px 20px;
    
}

.title-page {
    margin-left: 15px;
	text-transform: uppercase;
	font-size: 2em;
    font-family: Lato;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ebfdfd;
}

.detail-page {
    margin-left: 15px;
	font-size: 32px;
    font-family: Lora;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 2px;
    color: #ebfdfd;
}


.no-margin {
	margin: 10px 20px 40px;
    margin-left: 15px;
    font-size: 16px;
    font-family: Roboto;
    letter-spacing: 1.5px;
    color: #ebfdfd;
}

.no-margin-1 {
	margin: 15px 20px 40px;
    margin-left: 15px;
    font-size: 15px;
    font-family: Lato;
    letter-spacing: 1px;
    color: #ababac;
}

.date-title {
	margin: 20px 10px 40px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto;
    letter-spacing: 1px;
    line-height: 1px;
    color: #ebfdfd;
    
}

.image-right img {
    vertical-align: middle;
}


/*body*/
.main-body {
    background-color: #ebfdfd;
    color: #2F318B;
}

.content-wrapper {
    background: #ebfdfd;
    padding: 20px 0;
}
  
.content-wrapper .banner-content {
    position: absolute;
    padding: 40px 60px;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
}
  
@media (max-width: 999px) {
    .content-wrapper .banner-content {
        padding: 12px 12px;
    }
    .content-wrapper .banner-content h1 {
        font-size: 18px;
    }
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-danger {
    color: #fff;
    background-color: #d1011c;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9e0115;
}
  
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 1, 28, 0.5);
}

.grid-margin {
    margin-bottom: 2rem;
}
  
.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.stretch-card .card {
    width: 100%;
}

.rotate-img {
    overflow: hidden;
}
  
.rotate-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
  
.rotate-img:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
}

.grid-margin {
    margin-bottom: 2rem;
}

.card .card-body {
    padding: 2rem 2rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.stretch-card {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    justify-content: stretch;
}

.stretch-card .card {
    width: 100%;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.news-detail {
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
    font-family: Lora;
    color: #555;
}

.news-detail-judul {
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    font-family: Lora;
    color: #555;
}

.news-detail-isi span{
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    font-family: Lora;
    color: #555;
}

.news-footer {
    margin-top: 40px;
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    font-family: Lora;
    color: #555;
}

.title-news {
    display: flex;
}

.border-a {
    border-bottom: 3px solid #2F318B;
}

.border-b {
    
    border-bottom: 3px solid #555;
}

.content-wrapper .vertical-menu li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ababac;
    padding: 10.5px 0;
    display: block;
}
  
.content-wrapper .vertical-menu li a:hover, .content-wrapper .vertical-menu li a:focus, .content-wrapper .vertical-menu li a.active {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.content-wrapper .vertical-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.content-wrapper .vertical-menu li:last-child a {
    padding-bottom: 0;
}

.position-relative {
    position: relative !important;
}

.content-wrapper .badge-positioned {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.card-link {
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ebfdfd;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.062);
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.line-clamp {
    display: flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: horizontal;
    overflow: hidden;
}

.card-link .item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.item img{
    height: 60px;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.link-title h5{
    margin-top: 1.5rem;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1px;
}


.social-card {
    background-color: #ebfdfd;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.062);
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.line-clamp-foto {
    display: flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: horizontal;
    overflow: hidden;
}

.line-clamp-foto .item-foto {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.img-fit {
    height: 300px;
    object-fit: cover;
}

.overlay-bf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.icon-bf {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.3em 0.6em;
    background-color: #fff;
}

/* .card-link:hover {
    transform: rotate(0) scale(1.2) translateZ(0);
    -webkit-transform: rotate(0) scale(1.2) translateZ(0);
    -moz-transform: rotate(0) scale(1.2) translateZ(0);
    -ms-transform: rotate(0) scale(1.2) translateZ(0);
    -o-transform: rotate(0) scale(1.2) translateZ(0);
} */

/*Card Profil*/
.card-profil {
    margin-top: -6rem;
    position: relative;
}

.card-profil .card-body-profil {
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.card-body-profil {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.left-profil {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #ebfdfd;
}

.rounded-2xl {
    border-radius: 1rem;
}

.visi-logo {
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.mb-8 {
    margin-bottom: 2rem;
}

.main-text-visi {
    color: #2F318B;
    font-family: Lora, serif;
    font-size: 28px;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

@media (min-width: 1024px)
{
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.items-center {
    align-items: center;
}

@media (min-width: 1024px)
{
    .lg\:gap-12 {
        gap: 3rem;
    }
}

@media (min-width: 1024px)
{
    .lg\:grid-cols-\[auto\2c 308px\] {
        grid-template-columns: auto 308px;
    }
}


.grid {
    display: grid;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}


.list-decimal {
    list-style-type: decimal;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px)
{
    ol>li {
        margin-left: 3em;
    }
}

ol>li {
    display: block;
    margin-bottom: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px)
{
    ol>li:before {
        display: inline-flex;
    }
}

@media (min-width: 768px)
{
    ol>li:before {
        margin-left: -3em;
    }
}

@media (min-width: 768px)
{
    ol>li:before {
        margin-bottom: 0px;
    }
}

ol>li:before {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    content: counter(item) "";
    counter-increment: item;
    width: 2em;
    margin-right: 0.6em;
    font-size: 14px;
    padding: 4px;
    background-color: #069550;
    color: #fff;
}

.ml-4 {
    margin-left: 2.5rem;
}

.font-visi {
    font-weight: 700;
    font-size: 20px;
    line-height: 2px;

}

.font-bold {
    font-weight: 500;
}

@media (min-width: 768px)
{
    .md\:block {
        display: block;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-h-9 {
        --tw-aspect-h: 9;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-w-16 {
        --tw-aspect-w: 16;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-w-16 {
        position: relative;
        padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }
}

.p-4 {
    padding: 2.5rem;
}

.py-4 {
    padding-top: 1rem;
}

.w-full {
    width: 100%;
}

.h-\[222px\] {
    height: 222px;
}

.aspect-h-9 {
    --tw-aspect-h: 9;
}

.aspect-w-16{
    --tw-aspect-w: 16;
}

.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.rounded-xl {
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.ovverflow-hidden {
    overflow: hidden;
}

@media (min-width: 768px){
    .md\:aspect-w-16 > * {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.md\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


@media (min-width: 1024px)
{
    .lg\:order-none {
        order: 0;
    }
}

@media (min-width: 768px)
{
    .md\:block {
        display: block;
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

ol.start-4 {
    counter-reset: item 3;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

.css-news{
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    border-bottom: 0px;
}
    
.css-news:hover{
    background-color: #eeeeee50;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.css-update{
    margin-left: 1px;
    margin-right: 1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
    
.css-update:hover{
    margin-left: 1px;
    margin-right: 1px;
    background-color: #eeeeee50;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.css-margin-update {
    margin-bottom: 5px;
}

.zoom-img {
    width: 260px;
    height: 180px;
    margin-top: 25px;
}

.zoom-update {
    margin-top: 5px;
}

.zoom-update {
    overflow: hidden;
}
  
.zoom-update img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
  
.zoom-update:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
}

.img-news{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.img-news:hover{
    transition-duration: 400ms;
    transform: scale(1.05);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
    transition-property: transform;
}

.object-center {
    object-position: center;
}

.object-cover {
    object-fit: cover;
}

.css-news-title {
    margin-top: 25px;
}

.css-news-title a{
    text-decoration: none;
    color: #666;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.css-title-update a{
    text-decoration: none;
    color: #666;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.css-summary {
    color: #555;
}

.w-full {
    margin-top: 10px;
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > .active >a{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2F318B;
    border-color: #2F318B;
}

.pagination > li:first-child > a{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a{
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}


/*Page Arsip*/

.card-arsip {
    position: relative;
}

.card-arsip .card-body-arsip {
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.card-body-arsip {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.hide-radio {
    display: none;
}

.left-arsip {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    padding: 1rem;
}

.article-icon {
    width: 60px;
    height: 60px;
    display: flex;
}

.object-contain{
    object-fit: contain;
}

.title-categori {
    color: #555;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.375rem;
    display: inline-block;
    background-color: rgba(102, 102, 102, 0.068);
}

.title-categori:hover {
    background-color: rgba(102, 102, 102, 0.336);
}

.title-archive{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    color: #2F318B;
    font-weight: 500;
    font-size: 1.425rem;
    line-height: 1.75rem;
    font-family: Lato, sans-serif;
}

.archive-description{
    margin-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #2F318B;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Lato, sans-serif;
}

.button-archive{
    display: flex;
    gap: 0.75rem;
    grid-column-start: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: fit-content;
}

@media (min-width: 768px)
{
    .md\:flex {
        display: flex;
    }
}


@media (min-width: 768px){
    .md\:col-start-2 {
        grid-column-start: 2;
    }
}

button[archive] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.button-see-secondary {
    border: 1px solid #008444;
    background-color: transparent;
    color: #008444;
}

.button-see{
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
    line-height: 26px;
}

button[download] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.button-download-primary {
    border: 1px solid #008444;
    background-color: #069550;
    color: #fff;
}

.button-download{
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
    line-height: 26px;
}

a.title-button{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

a.title-sidebar {
    text-decoration: none;
    color: #2F318B;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.left-sidebar {
    margin-left: 1.25rem;
}

/* Style the tab */
.tab-left {
    float: left;
    border: none;
    width: 100%;
    height: auto;
  }
  
  /* Style the buttons inside the tab */
  .tab-left a {
    display: block;
    background-color: inherit;
    color: #2F318B;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    transition: 0.3s;
    font-size: 14px;
    font-family: Lato, sans-serif;
    text-decoration: none;
  }
  
  /* Change background color of buttons on hover */
  .tab-left a:hover {
    color: #555;
    cursor: pointer;
  }

.article-right {
    grid-template-columns: 60px 1fr;
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    gap: 1rem;
    min-height: 200px;
    padding: 1rem;
    display: grid;
}

.lembaga {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    gap: 1rem;
    min-height: 200px;
    padding: 1rem;
}

.lembaga-img img{
    margin-left: 5.5rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#content{
    height: auto;
    padding: 20px;
}

#content img{
    margin: auto;
    border-radius: 8px;
    width: 500px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/*footer*/
.main-footer {
    background-color: #00ac69;
    color: #fff;
}


.main-footer-menu h3{
    color: #ccc;
    margin-bottom: 15px;
}

.main-footer-menu a{
    color: #fff;
    text-decoration: none;
}

.main-footer-menu a:hover{
    color: #FFC300;
}

.main-footer-menu h3 {
    color: #ccc;
    margin-bottom: 15px;
}

.main-footer-menu a {
    color: #fff;
    text-decoration: none;
}

.main-footer-menu a:hover{
    color: #FFC300;
}

.main-footer-menu ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
}

.main-footer-menu ul li{
    margin-bottom: 10px;
}

.logo-footer{
    text-align: center;
}

.main-footer-copyright {
    background-color: #00ac69;
    color: #fff;
    
}

.css-contact li{
    margin-bottom: 1px;
}

.css-contact{
    margin-bottom: 1px;
}

.css-social {
    margin-top: 30px;
    margin-bottom: 20px;
}


.main-login {
    background-color: #1976d2;
    font: Normal 12px/26px Roboto,Open Sans,sans-serif;
    letter-spacing: 1px;
    text-transform: none;
    color: #555;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.position-fixed-offset {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.content {
    position: relative;
    z-index: 0;
    height: 100%;
}

@media (min-width: 1200px)
{
    .panel-login {
        width: 1240px;
    }
}

.panel-login {
    padding: 80px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.css-panel-content {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
}

.css-4tpfnx {
    width: 20%;
}

.css-panel-title {
    color: black;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 28px;
}

.css-7afjm3 {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.css-form-login {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.css-login-title {
    width: 100%;
    border: none;
    background-color: rgb(243, 251, 254);
    box-shadow: rgb(160 199 228) 1px 1px 50px 5px;
}

.css-login {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border: 1px solid rgb(231, 232, 233);
    border-radius: 8px;
}

.css-head:first-child {
    border-radius: 8px 8px 0px 0px;
}

.css-head-title {
    padding: 48px 32px 12px;
    border-bottom: none;
    background-color: rgb(243, 251, 254);
}

.css-group {
    flex: 1 1 auto;
    padding: 20px;
}

.css-form-group {
    padding: 10px 32px;
}

.css-username {
    margin-bottom: 16px !important;
}

.css-password {
    margin-bottom: 16px !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn, .input-group-btn>.btn {
    position: relative;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.carrousel {
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    gap: 1.2rem;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

/*Widget Kominfo*/
#gpr-kominfo-widget-container {
    background-color: #23277B!important;
    width: 100%!important;
    min-width: 200px!important;
    max-width: 786px!important;
    border-top: 5px solid #23277B!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}

.layanan {
    border: none;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.isi-layanan {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    gap: 1rem;
    min-height: 200px;
    padding: 1rem;
}

.isi-layanan-img img{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}



.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
    position: relative;
    max-width: 350px;
}
.card-image .card-img{
    max-width: 350px;
  object-fit: cover;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

.overlay-bf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.card-image:hover .overlay-bf {
    opacity: 1;
}

.icon-bf {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.3em 0.6em;
    background-color: #fff;
}

a.album-title{
    text-decoration: none;
    color: #2F318B;
    font-family: Roboto, sans-serif!important;
}

.album-title h4 {
    font-size: 16px;
    font-weight: 500;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.marquee {
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    background-color: #00ac69;
}
  
.marquee__inner {
    display: flex;
}
  
.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    color: #ebfdfd;
    animation-duration: 25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
  
@keyframes marqueeLine {
    from {
      transform: translateX(0);
    }
    
    to {
      transform: translateX(-50%);
}
    to {
      transform: translateX(-100%);
}
    to {
      transform: translateX(-150%);
}  

to {
    transform: translateX(-200%);
}

to {
    transform: translateX(-250%);
}
  
}

.uppercase {
    text-decoration: none;
    color: #e6f5f3;
}

.uppercase:hover{
    text-decoration: none;
    color: #FFC300;
}

.no-hover {
    text-decoration: none;
    color: #2F318B;
}

.no-hover:hover{
    text-decoration: none;
    color: #2a2c7e;
}

/* Tile */
.tile {
	width: 24%;
	float: left;
	margin: 0.5%;
	position: relative;
}
/* http://www.mademyday.de/css-height-equals-width-with-pure-css.html */

.tile:before {
	content: "";
	display: block;
	padding-top: 93%;
}
.tile:nth-child(4n+1) {
	clear: both;
}
.tile-item {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}
.tile-item a,
.tile-item a:hover {
	color: #ffffff;
	padding:25px;
    text-decoration: none;
}

.tile-item i {
	padding-top: 9%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.tile-item:hover i {
	-webkit-transform: scale(1.2) rotate(360deg);
	-moz-transform: scale(1.2) rotate(360deg);
	-ms-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(360deg);
	transform: scale(1.2) rotate(360deg);
}
.tile-nav {
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	font-size: 48px;
	text-align: center;
	position: relative;
}
.tile .ascensorLink {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
}
.tile .ascensorLink .h5 {
	font-size: 24px;
	line-height: 1;
    text-decoration: none;
}
.tile-portfolio {
	background: #00c6ff;
}
.tile-about {
	background: #f39c12;
}
.tile-service {
	background: #FD2561;
}
.tile-team {
	background: #20b9cb;
}
.tile-client {
	background: #49E035;
}
.tile-blog {
	background: #FF08FF;
}
.tile-contact {
	background: #47E4C4;
}
.tile-follow {
	background: #3cf;
}

/*Login*/
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}