/*untuk header*/

.main-nav {
    background-color: #00508f;
}

.main-nav .navbar-nav a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    letter-spacing: 0.5px;
    font-family: Lato,sans-serif!important;
}

.main-nav .navbar-nav .nav-link.active, .main-nav .navbar-nav .nav-link:hover {
    color: #49E035;
}

.navbar.scrolled{
    background-color: #ebfdfd;
    transition: background-color 0.5s ease;
    box-shadow: 0px -10px 30px #666;
}

.navbar.scrolled a.nav-link.active{
    color: #666;
}

.navbar.scrolled a.nav-link{
    color: #666;
}

.navbar img.main-logo{
    max-width: 300px;
}

.navbar img.main-logo-dark {
    display: none;
}

.navbar.scrolled img.main-logo-dark{
    display: inline-block;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 1.42857143;
    font-family: Roboto,sans-serif!important;
}

.navbar.scrolled img.main-logo-light{
    display: none;
}

/* untuk global body*/
.main-body {
    background-color: #ebfdfd;
    color: #2F318B;
}

.content-wrapper {
    background: #ebfdfd;
    padding: 20px 0;
}

.main-body h2{
    font-size: 32px;
    margin-bottom: 24px;
}

.main-body h2 span {
    color: #003566;
}

/*--------------------------------------------------------------
  # Berita
  --------------------------------------------------------------*/
/*Grid*/
.main-grid {
    display: flexbox;
    max-width: 1320px;
    position: relative;
    margin-top: 40px;
    justify-items: center;
}

.main-card {
    border: 1px solid rgb(231, 232, 233);
    --tw-shadow: 0px 6px 22px rgba(2, 43, 85, 0.08);
    --tw-shadow-colored: 0px 6px 22px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}

.card-body-grid {
    margin-top: 20px;
}

@media (min-width: 1280px){
    .xl\:grid-cols-\[300px\2c 1fr\] 
    {
        grid-template-columns: 300px 1fr;
    }
}

@media (min-width: 768px) {
    .md\:p-8 {
        padding: 2rem;
    }
}


.main-news {
    padding: 0%;
}

.card-widget {
    border: 1px solid rgb(231, 232, 233);
    --tw-shadow: 0px 6px 22px rgba(2, 43, 85, 0.08);
    --tw-shadow-colored: 0px 6px 22px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(38 40 121 / var(--tw-bg-opacity));
    width: 100%;
    height: 660px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
}

.title-section {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.title-news {
    font-weight: 500;
    font-size: 28px;
    line-height: 2.5rem;
}

.border-news {
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    text-align: center;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #EEEEEE;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-b {
    border-bottom-width: 1px;
}

.btn-news {
    border: 1px solid #666;
    background-color: transparent;
    color: #008444;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-sizing: border-box;
    line-height: 20px;
}

.card-news {
    border: 1px solid rgba(31, 32, 32, 0);
    width: 100%;
    height: 650px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 15px;
}

.card-news-image {
    border: 1px solid rgb(231, 232, 233);
    --tw-shadow: 0px 6px 22px rgba(2, 43, 85, 0.08);
    --tw-shadow-colored: 0px 6px 22px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(38 40 121 / var(--tw-bg-opacity));
    width: 100%;
    height: 600px;
    margin-top: 10px;
    display: flex;
}

.card-news-list {
    border: 1px solid rgb(231, 232, 233);
    --tw-shadow: 0px 6px 22px rgba(2, 43, 85, 0.08);
    --tw-shadow-colored: 0px 6px 22px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(38 40 121 / var(--tw-bg-opacity));
    width: 100%;
    height: 600px;
    margin-top: 10px;
    display: flex;
}

.grid-news {
    grid-template-columns: 1fr 330px;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap : 1.25rem;
    width: 100%;
    display: grid;
}

.grid-image {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 585px;
    margin-top: 10px;
}


.bg-black {
    --tw-bg-opacity: 0.7;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.slider {
    width: 100%;
    height: 30%;
    position: absolute;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: -2rem;
    padding-bottom: 1.5rem;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.507);
}

.badge-danger {
    padding-top: 1rem;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
}

.slider .badge {
    display: inline-block;
    padding: 0.5em 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;
}

.grid-image img {
    width: 100%;
    height: 600px;
}

.slider h2 {
    position: relative;
    margin-left: 4px;
    font-size: 24px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.text-master {
    flex-direction: row;
    opacity: 0.6;
    font-size: 0.75rem;
    line-height: 1rem;
    gap: 0.5rem;
    display: flex;
}


.text-detail {
    display: flex;
    gap: 0.5rem;
    font-size: 12px;
    font-family: lato, sans-serif;
}

.text-detail img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.text-detail-1 {
    display: flex;
    gap: 0.5rem;
    font-size: 12px;
    font-family: lato, sans-serif;
}

.text-detail-1 img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.grid-text {
    gap: 1rem;
    grid-template-rows: 38px 1fr;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    height: 590px;
    margin-top: 10px;
    display: grid;
}

.grid-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: 100%;
    display: grid;
    margin-bottom: 1rem;
}

.tabs-text {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    padding-bottom: 0.75rem;
    cursor: pointer;
}

.font-bold {
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Lato, sans-serif;
}

.border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgb(6 149 80 / var(--tw-border-opacity));
}

.border-b-4 {
    border-bottom-width: 4px;
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(97 97 97 / var(--tw-text-opacity));
}

.border-blue-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(227 231 237 / var(--tw-border-opacity));
}

.list-detail a{
    text-decoration: none;
    color: #666;
}

.list-detail p{
    text-decoration: none;
    color: #666;
    margin: 15px 15px 0px 15px;
}

.list-text :hover {
    background-color: #EEEEEE;
    border-radius: 5px;
}

.list-detail-text {
    display: flex;
    flex-direction: row;
    color: #666;
    margin-left: 8px;
    margin-right: 8px;
}


/*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;
}


/*main news*/
.main-news{
    background-color: #ebfdfd;
}

/*main apps*/
.main-apps{
    background-color: #fff;
}

/*link logo*/
.clients-grid .no-border-box {
	max-height: 70px;
	margin-left: -1px;
	margin-bottom: -1px;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: transform .2s
}

.clients-grid .no-border-box a {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clients-grid .no-border-box img {
	max-height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.clients-grid .no-border-box img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.clients-grid .no-border-box:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .16), 0 0 0 0 rgba(0, 0, 0, .12);
	transform: scale(1.2)
}

.clients-grid.grid-gutter .no-border-box {
	margin-bottom: 30px
}

@media (max-width:991px) {
	.clients-grid.gutter .no-border-box {
		margin-bottom: 30px
	}
}

@media (min-width:1200px) {
	.seven-cols .col-lg-1,
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1 {
		width: 11.1111111111%
	}
}


.hero-title {
    font-size: 34px;
    margin-bottom: 30px;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards-item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards-item {
      width: 30%;
    }
}
  
@media (min-width: 56rem) {
    .cards-item {
      width: 33.3333%;
    }
}

.my-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;  
    margin-left: 25px;

}

@media (max-width: 6rem) {
    .my-button .icon-btn {
        display : none;
    }

    .my-button .text-btn {
        margin : auto;
    }
}

.card-grid-item {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-title-news {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 22px;
}

.card-title-news a{
    text-decoration: none;
    color: #003566;
}

.card-text-news {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 16px;
    text-align: justify;
}

.card-text-time {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 14px;
}

@media (min-width: 1024px)
{
    .lg\:grid-cols-\[auto\2c 308px\] {
        grid-template-columns: auto 308px;
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.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;
}

.card-icon {
    background-color: #FAFAFA;
    border-radius: 0.75rem;
    border: 1px solid #FAFAFA;
}

.article-icon {
    width: 70px;
    height: 90px;
    margin: auto;
}

.article-icon img {
    width: 70px;
    height: 90px;
}

.title-categori {
    margin-top: 10px;
    color: #2F318B;
    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: 18px;
    line-height: 1.75rem;
    font-family: Roboto, 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: 14px;
    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;
}

/*------------------------------------------------------------------
Page title
-------------------------------------------------------------------*/
.page-title {
    position: relative;
    background-color: #00508f;
}

@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: 60px 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: #ebfdfd;
}

.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;
}

/*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;
}

.right-profil {
    color: #2F318B;
}

.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;
}

.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: 3px;
}

.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: 15px;
}

.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: #003566;
    font-family: Roboto, 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;
}

.articles-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;
  }

.articles-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;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 999999;
	text-align: center
}

#preloader .preloader-position {
	width: 100%;
	margin: 0 auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#preloader .progress {
	height: 2px;
	margin: 35px 0
}

#preloader .progress .indeterminate {
	background: #03a9f4
}

.btn-data {
	color: #028fcc;
	display:block;
	border-radius:5px;
	margin-bottom:10px;
	padding:8px;
	border:2px solid #f5f5f5;
}

ul.data-tab{
	list-style: none; /* Remove list bullets */
	padding: 0;
	margin: 0;
}

ul.data-tab li a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
}

ul.data-tab li.active a,.btn-data:hover {
	border:2px solid #028fcc;
}

.btn-data a i {
	font-size:40px;
	display:inline-block;
	height:60px;
	width:60px;
	padding:8px;
}

h3 .title-statistik {
    font-family: Roboto;
    font-size: larger;
    text-align: center;
}

.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;
}

.card-img-top {
    max-width: 100%;
    height: 236px;
}


/*Card Link*/
.card-link {
    max-width: 100%;
    height: 130px;
    border:1px solid #EEEEEE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    border-width: 1px;
    transition-duration: 250ms;
}

.card-link:hover{
    border:1px solid #069550;
    border-width: 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: white;
}

.item-link a img{
    padding: 10px;
    text-align: center;
    height: 100px;
}

.link-title h5{
    text-align: center;
    color: #003566;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}

.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;
}



.position-relative {
    position: relative !important;
}

.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%;
}

.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);
}

.border-a {
    border-bottom: 3px solid #555;
}

.border-a h2{
    color:  #555;
}

.entry-content {
    color: #003566;
    font-family: Roboto;
}

.entry-content a{
    font-family: Roboto;
    font-weight: bold;
    color: #003566;
}

/*Foto*/
.slide-container{
    max-width: 1820px;
    width: 100%;
    padding: 40px 0;
  
}

.slide-container .swiper{
    max-width: 1820px;
    width: 100%;
    padding: 40px 0;
  
}

.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.card-image{
    position: relative;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.card-image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-image .card-img {
    max-width: 350px;
    object-fit: cover;
}

.overlay-bf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    width: 420px;
    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: relative;
    top: 41%;
    left: 41%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.3em 0.6em;
    background-color: #fff;
}

.album-title a{
    text-decoration: none;
    text-align: center;
}

.album-title a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.album-title h4{
    text-decoration: none;
    color: #2F318B;
    font-family: Roboto, sans-serif!important;
    font-size: 16px;
    font-weight: 500;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.file-foto {
    margin-bottom: 60px;
}

.file-foto a{
    text-decoration: none;
    text-align: center;
}

.file-foto a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.file-foto h4{
    text-decoration: none;
    color: #2F318B;
    font-family: Roboto, sans-serif!important;
    font-size: 16px;
}

h4.file-foto {
    font-size: 16px;
    font-weight: 500;
    color: #2F318B;
}

/* 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(2.2) rotate(360deg);
	-moz-transform: scale(2.2) rotate(360deg);
	-ms-transform: scale(2.2) rotate(360deg);
	-o-transform: scale(2.2) rotate(360deg);
	transform: scale(2.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;
}

@media (max-width: 767px) {
	
    .tile .ascensorLink .h5 {
        font-size: 14px;
    }
    .tile-nav {
        font-size: 18px;
    }
}
    
    
 @media (max-width: 479px) {
    .tile .ascensorLink .h5 {
         font-size: 14px;
    }
    .tile-nav {
        font-size: 18px;
    }
}


/*footer*/

.main-footer-menu {
    background-color: #1C1D21;
    color: #ebfdfd;
    font-family: Roboto;
}

.main-footer-menu h3 {
    color: #003566;
    margin-bottom: 15px;
}

.main-footer-menu a {
    color: #ebfdfd;
    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: 8px;
}

.main-footer-copyright {
    background-color: #252525;
    color: #ebfdfd;  
    font-family: Roboto;
}

