/*
Theme Name: Solo Keren Tanpa Rokok 2026
Theme URI: ronggobramantyo@gmail.com
Description: Theme untuk Solo Keren Tanpa Rokok
Author: Dhimas Ronggobramantyo
Author URI: https://vintagiodesign.com
Version: 1.02
Tags: clean, blog, two-columns, fixed-width, custom-menu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #7d72b9; outline:0; }
a:hover { color: #685caa; }

/* Global Elements
=====================================================================*/

body {
	font:15px 'Miranda Sans', sans-serif;
	background:#fff;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}

/* Start CSS Coding
=====================================================================*/


.title-homepage {
    font-family: "Miranda Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
#nav,
#link-login,
#intro-text h2,
#intro h1,
.link-more,
.row-news a h3,
.text-testimonial,
.footer-left h5,
#footer-right h6,
#slideshow h2,
.row-feature h3,
#indicator-content h2,
#table-main th,
.subtitle-partisipasi,
#title-page,
.content-list h2,
.row-policy h2 {
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "GRAD" 0;
}
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next,
.title-itinerary .ui-accordion-header-icon:after {
    font-family: 'Font Awesome 7 Free' !important;
}


.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
#menu-toggle {
    display: none;
}
.menu-button-container {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
#separator {
    height:100px;
}
#main-header {
    height:100px;
    width:100%;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-header.small {
    height:80px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
#main-header.small #logo {
    width:392px;
    height:70px;
    background-size:392px 70px;
    margin-top:5px;
}
#main-header.small #nav {
    margin-top:12px;
}
#main-header.small #nav-main li a {
    font-size:16px;
}
#main-header.small #link-login {
    margin-top:30px;
}
.admin-bar #main-header {
    top:32px;
}
.admin-bar .menu-button {
    top:50px;
}
#header-member {
    float:right;
    position: relative;
    z-index: 1000;
}
#link-login {
    float:right;
    font-size:16px;
    color:#7d72b9;
    text-decoration: none;
    margin:35px 30px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#link-login:hover {
    color:#624fa7;
}
#link-login i {
    margin:0 5px 0 0;
}
.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding:0 30px;
}
#logo {
    width:448px;
    height:80px;
    background: url(images/logo.png) no-repeat;
    background-size:448px 80px;
    text-indent:-9999px;
    display: block;
    margin:10px 0 0 30px;
    float:left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#nav {
    float: left;
    margin: 0 0 0 40px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#nav-main {
    list-style: none;
    padding:0;
    height:40px;
    float:left;
    margin:28px 0 0 0;
}
#nav-main li {
    float:left;
    height:40px;
    position: relative;
    margin:0 5px;
}
#nav-main li a {
    display: block;
    height:40px;
    line-height: 40px;
    font-size:18px;
    text-decoration: none;
    padding:0 10px;
    font-weight: 400;
    color:#111;
}
#nav-main li.current-menu-item a {
    color:#7d72b9;
    font-weight: 400;
    border-bottom:1px solid #7d72b9;
}
#nav-main li:hover a {
    border-bottom:1px solid #f4bf00;
}

/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
    position:absolute;
    z-index:2000;
    display:none;
    width:250px;
    margin: 0;
    top: 41px;
    left:0;
    background:none;
    float: none;
    text-align: left;
    background: #7d72b9;
    padding: 10px 0;
    border-radius:0;
}
#nav ul li ul li {
    display: block;
    float: none;
    width:250px;
    height:auto;
    padding: 0;
    position:relative;
    margin: 0;
    box-shadow: none;
}
#nav ul li ul li:last-child {
    border:none;
}
#nav ul li ul li:after {
    display: none;
}
#nav ul ul ul {
    position:absolute;
    z-index:1300;
    display:none;
    width:240px;
    margin: 0;
    top: 0;
    left:240px;
}
#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height:auto;
}
#nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited {
    display:block;
    margin:0 10px;
    border-bottom:1px solid #7166af;
    height:auto;
    line-height: 1.4;
    float:none;
    display: block;
    text-transform:none;
    padding:10px 15px;
    letter-spacing: 0;
    font-size:16px;
    color:#fff;
    font-weight: normal;
}
#nav #nav-main li ul li:last-child a {
    border:none;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
    color:#fff;
    background: #5d509f;
}
#nav #nav-main li:hover ul li:hover {
    box-shadow: none;
    background: none;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}

nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */


#slideshow {
    position: relative;
    margin:0;
}
#slideshow .owl-theme .owl-nav {
    display: none;
}
#slideshow .owl-theme .owl-dots {
    position: absolute;
    z-index: 10;
    bottom:40px;
    width:100%;
    text-align: center;
}
#slideshow .owl-theme .owl-dots .owl-dot span {
    width:25px;
    height: 25px;
    background: #fff;
    margin:0 10px;
    border:1px solid #593c8f;
}
#slideshow .owl-theme .owl-dots .owl-dot.active span {
    background: #593c8f;
    border:1px solid #593c8f;
}
#intro {
    padding:100px 0;
}
#intro-text {
    width:100%;
    position: relative;
}
#slideshow h2 {
    font-weight: 900;
    color:#fff;
    font-size:50px;
    text-shadow:0 1px 3px rgba(0,0,0,0.4);
}
#slideshow p {
    font-size:40px;
    font-weight: 900;
    color:#fff;
    text-shadow:0 1px 3px rgba(0,0,0,0.4);
    position: relative;
    padding:0 0 35px 0;
    margin:0 0 35px 0;
}
#slideshow p::before {
    content:"";
    width:130px;
    height:2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom:0;
    left:0;
}
#slideshow p span {
    background: #7d72b9;
    padding:0 5px;
}
.text-slideshow {
    left:60px;
    top:200px;
    width:60%;
    position: absolute;
    z-index: 1;
}
#homepage-header h1 {
    text-align: right;
    font-size:40px;
    font-weight: 400;
    width:30%;
    float:left;
    margin:0 5% 40px 0;
    padding:0 5% 0 0;
    color:#111;
    border-right:2px solid #7d72b9;
    line-height: 1.2;
}
#homepage-header p {
    color:#333;
    font-size:20px;
    line-height: 1.4;
    color:#333;
    margin-top:15px;
}
#intro-text h2 {
    width:250px;
    height:250px;
    font-size:20px;
    color:#fff;
    border-radius:200px;
    text-align: center;
    display: grid;
    align-content: center; /* Modern shorthand for vertical alignment */
    background: #7d72b9;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    margin:160px auto;
}

#intro-text h2 strong {
    font-weight: bold;
    font-size:24px;
    display: block;
}
.link-branch, .link-branch:link, .link-branch:visited {
    display: inline-block;
    text-align: center;
    border:1px solid #7d72b9;
    height:40px;
    line-height: 40px;
    border-radius:5px;
    font-size:18px;
    padding:0 15px;
    text-transform: uppercase;
    text-decoration: none;
    width:200px;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.link-branch:hover {
    background: #7d72b9;
    color:#fff;
}
.branch-1 {
    left:50%;
    top:-100px;
    margin-left:-350px;
    background: #fff;
    position: absolute;
    z-index: 2;
}
.branch-2 {
    left:50%;
    top:-100px;
    margin-left:120px;
    background: #fff;
    position: absolute;
    z-index: 2;
}
.branch-3 {
    left:50%;
    bottom:-100px;
    margin-left:-350px;
    background: #fff;
    position: absolute;
    z-index: 2;
}
.branch-4 {
    left:50%;
    bottom:-100px;
    margin-left:120px;
    background: #fff;
    position: absolute;
    z-index: 2;
}
.branch-1::after {
    content:"";
    display: block;
    width: 170px;
    height:1px;
    background: #7d72b9;
    transform: rotate(45deg);
    transform-origin: 0 0;
    margin-left:130px;
    z-index: 1;
}
.branch-2::after {
    content:"";
    display: block;
    width: 170px;
    height:1px;
    background: #7d72b9;
    transform: rotate(-225deg);
    transform-origin: 0 0;
    margin-left:70px;
    z-index: 1;
}
.branch-3::after {
    content:"";
    display: block;
    width: 170px;
    height:1px;
    background: #7d72b9;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    margin-left:130px;
    z-index: 1;
    margin-top:-40px;
}
.branch-4::after {
    content:"";
    display: block;
    width: 170px;
    height:1px;
    background: #7d72b9;
    transform: rotate(225deg);
    transform-origin: 0 0;
    margin-left:70px;
    z-index: 1;
    margin-top:-40px;
}
.full-color {
    padding:100px 0;
    background: #f5f6fa;
}
.full {
    padding:100px 0;
}
.title-homepage {
    font-size:32px;
    color:#111;
    margin:0 0 40px 0;
}
.title-homepage.center {
    text-align: center;
}
#list-news-homepage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.5rem;
    justify-items: center;
    margin: 0 0 70px 0;
}
.row-news {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}
.row-news figure {
    overflow: hidden;
    margin:0 0 15px 0;
    border-radius:10px 10px 0 0;
}
.row-news img {
    margin:0;
    vertical-align: top;
}
.row-news h3 {
    font-size:22px;
    margin:0 20px;
    font-weight: bold;
    line-height: 1.3;
}
.row-news a {
    display: block;
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    height:100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-news a:hover img {
    transform: scale(1.1);
}
.row-news a img {
    border-radius:11px 11px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-news a h3 {
    text-align: center;
    font-size:22px;
    margin:0 20px 10px 20px;
    font-weight: bold;
    line-height: 1.3;
}
.row-news a .date {
    display: block;
    text-align: center;
    font-size:14px;
    color:#666;
    margin:0 0 30px 0;
}

#news-homepage-wrapper {
    position: relative;
}
#news-homepage-wrapper .link-more {
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
}
.link-more, .link-more:link, .link-more:visited {
    background: #fff;
    border:1px solid #7d72b9;
    font-size:18px;
    text-decoration: none;
    display: inline-block;
    height:40px;
    line-height: 40px;
    padding:0 20px;
    border-radius:30px;
    font-weight: 300;
}
.link-more i {
    font-size:14px;
    margin-left:5px;
}
.link-more:hover {
    background: #7d72b9;
    color:#fff;
}
.text-testimonial {
    text-align: left;
    font-size:22px;
    font-weight: 400;
    margin:0 0 30px 0;
    font-style:italic;
}
#slideshow-testimonial {
    width:85%;
    margin:0 auto;
}
#slideshow-testimonial figure {
    width:80px;
    float:left;
    margin:0 20px 0 0;
}
#slideshow-testimonial figure img {
    max-width:auto;
    border-radius:200px;
}
#slideshow-testimonial h3 {
    font-weight: 500;
    font-size:18px;
    color:#111;
    padding:15px 0 0 0;
}
#slideshow-testimonial h4 {
    color:#999;
    font-size:16px;
    font-style: italic;
    font-weight: 400;
}
#slideshow-testimonial .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:20px;
    height:37px;
    background: url(images/arrow-right.png) no-repeat;
    background-size: 20px 37px;
    text-indent: -9999px;
    right:-70px;
}
#slideshow-testimonial .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:20px;
    height:37px;
    background: url(images/arrow-left.png) no-repeat;
    background-size: 20px 37px;
    text-indent: -9999px;
    left:-70px;
}
#slideshow-testimonial .owl-dots {
    display: none;
}
.wrapper.article {
    margin-bottom:70px;
}

/* Partisipasi
=====================================================================*/
#title-partisipasi {
    text-align: center;
    font-size:38px;
    color:#111;
    margin:70px 0 30px 0;
}
.subtitle-partisipasi {
    text-align: center;
    font-size:34px;
    color:#111;
    margin:70px 0 40px 0;
}
#text-partisipasi {
    width:80%;
    font-size:20px;
    color:#333;
    line-height: 1.4;
    text-align: center;
    margin:0 auto 70px auto;
}
#full-kbar {
    width:100%;
    background: url(images/back-kbar.jpg) no-repeat 50% 50%;
    background-size: auto;
    background-size: cover;
}
#full-kbar-container {
    padding:100px 0;
    width:100%;
    background-color:rgba(125,114,185,0.7);
}
#list-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.5rem;
    justify-items: center;
    margin: 0 0 30px 0;
}
.row-feature {
    display: flex;
    flex-flow: column nowrap;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
}
.row-feature h3 span {
    font-size:70px;
    font-weight: 800;
    color:#111;
}
.row-feature h3 sup {
    font-size:20px;
    color:#888;
    font-weight: 400;
    margin-left:5px;
}
.row-feature p {
    font-size:20px;
    color:#444;
}
#indicator-content {
    padding:130px 0;
}
#indicator-content div {
    width:50%;
    float:left;
}
#indicator-content figure {
    width:40%;
    float:right;
}
#indicator-content h2 {
    font-size:30px;
    color:#111;
    font-weight: 400;
    line-height: 1.4;
    margin:60px 0 30px 0;
}
#indicator-content ul {
    width:45%;
    float:left;
    margin:0 5% 0 0;
    list-style: none;
}
#indicator-content ul li {
    position: relative;
    padding:0 0 0 25px;
    margin:0 0 7px 0;
    font-size:18px;
    color:#333;
}
#indicator-content ul li i {
    font-size:20px;
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
    color:#7d72b9;
}
#nav-dean {
    list-style: none;
    margin:0;
    position: absolute;
    z-index: 1;
    top:-145px;
    height:45px;
    text-align: center;
    width:100%;
}
#nav-dean li {
    display: inline-block;
    margin:0 2px;
}
#nav-dean li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size:16px;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 400;
    color:#888;
}
#nav-dean li.ui-tabs-active a {
    background: #f5f6fa;
    padding: 0 15px;
    border-radius:5px 5px 0 0;
    font-weight: 600;
    color:#8b81c4;
}
#tabs-maps {
    margin:0 0 70px 0;
}
#nav-maps {
    height:45px;
    list-style: none;
    margin:0 auto 30px auto;
    width:50%;
    border-bottom:1px solid #7d72b9;
    text-align: center;
}
#nav-maps li {
    display: inline-block;
    height: 45px;
    margin:0 2px;
}
#nav-maps li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding:0 15px;
    font-size:18px;
    text-decoration: none;
    background: #f5f6fa;
    border-radius: 5px 5px 0 0;
    color:#999;
}
#nav-maps li.ui-tabs-active a {
    background: #7d72b9;
    color:#fff;
}

/* Kebijakan
=====================================================================*/
#list-policy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    justify-items: center;
    margin: 0 0 70px 0;
}
.row-policy {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    padding:30px;
}
.row-policy h2 {
    font-size:30px;
    font-weight: bold;
    color:#111;
    margin:0 0 20px 0;
}

/* Page
=====================================================================*/
#title-page {
    font-size:40px;
    margin:70px 0 40px 0;
    color:#111;
    padding:0 0 20px 0;
    font-weight: bold;
    position: relative;
}
#title-page::before {
    width:110px;
    height: 2px;
    position: absolute;
    content:"";
    z-index: 1;
    bottom:0;
    left:0;
    background: #7d72b9;
}
.text-result {
    font-size:18px;
    color:#333;
    line-height: 1.4;
}
.title-evaluation {
    font-size:24px;
    color:#111;
    margin:0 0 20px 0;
}
.success {
    font-size:20px;
    color:#7d984a;
    font-weight: bold;
    text-transform: uppercase;
}
.failed {
    font-size:20px;
    color:#984a4a;
    font-weight: bold;
    text-transform: uppercase;
}
#text-login {
    font-size:16px;
    color:#fff;
    position: fixed;
    z-index: 1000;
    top:100px;
    right:0;
    background: #7d72b9;
    width:100%;
    height:55px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#text-login.small {
    top:80px;
}
#text-login a {
    color:#fff;
    text-decoration: none;
}
#text-login i {
    margin:0 0 0 5px;
}
#text-login .button-login, #text-login .button-login:link, #text-login .button-login:visited {
    height:40px;
    background: #f5f6fa;
    border-radius:5px;
    padding:0 10px;
    display: inline-block;
    color:#7d72b9;
    vertical-align: middle;
    line-height: 40px;
    margin:-4px 2px 0 2px;
}
#text-login .button-login:hover {
    background: #fff;
}
#text-login .button-logout, #text-login .button-logout:link, #text-login .button-logout:visited {
    height:40px;
    background: #f4bf00;
    border-radius:5px;
    padding:0 10px;
    display: inline-block;
    color:#fff;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    margin:-4px 2px 0 2px;
}
#text-login .button-logout:hover {
    background: #f5f6fa;
    color:#7d72b9;   
}

/* News
=====================================================================*/
#list-article {
    list-style: none;
    margin:0 0 30px 0;
}
#list-article li {
    border-bottom:1px solid #bcb5e0;
    padding:30px 0 60px 0;
    margin:0 0 30px 0;
}
#list-article li figure {
    width:30%;
    float:left;
}
.content-list {
    width:66%;
    float:right;
}
.content-list .link-more {
    margin-top:30px;
}
.content-list .date {
    color:#888;
    font-size:14px;
    display: block;
    margin:0 0 5px 0;
}
.content-list h2 {
    font-size:24px;
    margin:0 0 20px 0;
}
.content-list h2 a {
    text-decoration: none;
}
.content-list h2 a:hover {
    text-decoration: underline;
}
.content-list p {
    font-size:18px;
    color:#333;
    line-height: 1.4;
}
.content-list .link-more {
    margin-bottom:0;
}
#intro-blog {
    position: relative;
    z-index: 70;
}
#blog-info {
    padding:30px 0;
    width:100%;
    position: absolute;
    z-index: 1;
    left:0;
    bottom:0;
    background: rgba(0,0,0,.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#blog-info h4 {
    float:left;
    font-size:18px;
    color:#fff;
}
#blog-info aside {
    float:right;
}
#blog-info aside p {
    float:left;
    margin:0 0 0 20px;
    font-size:16px;
    color:#fff;
}
#blog-info aside p i {
    margin:0 5px 0 0;
}
#blog-container {
    width:80%;
    margin:0 auto;
}
#title-blog {
    font-size:36px;
    color:#ac7b34;
    text-align: center;
    margin:0 0 40px 0;
}
.wpb-posts-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 70px auto 90px auto;
} 
.wpb-posts-nav a {
    display: grid;
    grid-gap: 20px;
    align-items: center;
} 
.wpb-posts-nav h4,
.wpb-posts-nav strong {
    margin: 0;
}
.wpb-posts-nav h4 {
    font-size:20px;
}
.wpb-posts-nav a svg {
    display: inline-block;
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.wpb-posts-nav > div:nth-child(1) a {
    grid-template-columns: 100px 1fr;
    text-align: left;
} 
.wpb-posts-nav > div:nth-child(2) a {
    grid-template-columns: 1fr 100px;
    text-align: right;
} 
.wpb-posts-nav__thumbnail {
    display: block;
    margin: 0;
} 
.wpb-posts-nav__thumbnail img {
    border-radius: 10px;
}
.wpb-posts-nav a {
    text-decoration: none;
}
.wpb-posts-nav a strong {
    color:#333;
    font-weight: normal;
}
#share-article {
    position: sticky;
    float:left;
    top: 150px;
    left: 0;
    width: 55px;
    text-align: center;
    margin-left: -130px;
    z-index: 10;
}
#share-article p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
}
.nav-share {
    list-style: none;
    margin: 0 auto;
    width:40px;
}
.nav-share li {
    width: 40px;
    height:40px;
    margin: 0 0 10px 0;
}
.nav-share li a {
    width: 40px;
    height:40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height:40px;
    font-size: 20px;
}
.nav-share li.link-facebook {
    background: #1877f2;
}
.nav-share li.link-linkedin {
    background: #0e76a8;
}
.nav-share li.link-twitter {
    background: #000;
}
.nav-share li.link-whatsapp {
    background: #00c3a5;
}


/* Data
=====================================================================*/
#nav-chart {
    list-style: none;
    margin:0 0 30px 0;
    text-align: center;
}
#nav-chart li {
    height:50px;
    margin:0 5px 10px 5px;
    display: inline-block;
}
#nav-chart li.active a {
    background: #7d72b9;
    color:#fff;
}
#nav-chart li a {
    display: block;
    border:1px solid #7d72b9;
    font-size:16px;
    text-decoration: none;
    padding:0 20px;
    height:48px;
    line-height: 48px;
    border-radius:5px;
}
#nav-chart li a:hover {
    background: #7d72b9;
    color:#fff;
}
.text-success {
    padding:5px 7px;
    border-radius:5px;
    background: #8caa6c;
    font-size:14px;
    color:#fff;
    font-weight: bold;
}
.text-failed {
    padding:5px 8px;
    border-radius:5px;
    background: #c04242;
    font-size:14px;
    color:#fff;
    font-weight: bold;
}
.result-box {
    padding:30px 30px 20px 30px;
    border:1px solid #8caa6c;
    margin:0 0 30px 0;
    font-size:18px;
}
.result-box.failed-result {
    border:1px solid #c04242;
}
.result-box.failed-result legend {
    border:1px solid #c04242;
}
.result-box label {
    display: block;
    margin:0 0 10px 0;
}
.result-box label small {
    font-size:14px;
    display: block;
    margin:3px 0 0 40px;
    color:#555;
}
.result-box legend {
    border:1px solid #8caa6c;
    font-weight: bold;
    padding:8px 15px;
}
.result-box legend i {
    color:#8caa6c;
    margin:0 0 0 5px;
    font-size:22px;
}
.result-box .box-question label span {
    padding:5px;
    background: #f1f1f1;
    font-weight: bold;
}
.list-choice {
    list-style: none;
    margin:0;
}
.list-choice li {
    margin:0 0 8px 60px;
    color:#666;
}
.box-result {
    background: #f4f4f4;
    display: inline-block;
    width:30px;
    height:27px;
    border-radius:5px;
    margin:0 4px 0 0;
    vertical-align: middle;
    text-align: center;
    padding:3px 0 0 0;
}
.box-result i {
    font-size:14px;
    color:#999;
}
.text-choice {
    display: inline-block;
    vertical-align: middle;
}
.result-box .box-question {
    margin:0 0 25px 0;
}
.text-input-result {
    color:#666;
}
.result-box .box-question label .empty-space {
    display: inline-block;
    width:28px;
    background: none;
}
.list-choice .text-input-result {
    margin-left:40px;
    display: block;
}
.wp-block-table {
  overflow-x: auto;
}


/* Peraturan
=====================================================================*/
.row-publication {
    margin: 0 0 10px 0;
}
.row-publication a {
    background: #7d72b9;
    display: block;
    padding:20px;
    color:#fff;
    font-size:20px;
    text-decoration: none;
    position: relative;
    border:1px solid #7d72b9;
}
.row-publication a strong {
    display: block;
    padding:0 0 0 30px;
}
.row-publication a i {
    font-size:22px;
    position: absolute;
    z-index: 1;
}
.row-publication a:hover {
    background: #fff;
    color:#7d72b9;
}
.link-download-sk, .link-download-sk:link, .link-download-sk:visited {
    display: inline-block;
    margin:0 0 0 10px;
    font-size:18px;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    top:2px;
}
.link-download-sk:hover {
    text-decoration: underline;
}
.link-download-sk i {
    font-size:16px;
}

/* News
=====================================================================*/
#image-news {
    margin:0 0 30px 0;
}
.news-info {
    color:#888;
    font-size:14px;
    padding:0 0 20px 0;
}
.news-info i {
    margin:0 3px 0 0;
}

/* Map
=====================================================================*/
#map-1,
#map-2,
#map-3 {
    width: 100%;
    height: 630px;
}
.marker-01 {
    background: url(images/marker-01.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.marker-02 {
    background: url(images/marker-02.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.marker-03 {
    background: url(images/marker-03.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.title-map {
    font-size:18px;
    font-weight:bold;
    border-bottom:1px solid #ddd;
    padding:0 0 15px 0;
    margin:0 0 20px 0;
    color:#111;
}
.text-map {
    font-size:14px;
    color:#333;
}
.text-wilayah {
    font-size:14px;
    font-style: italic;
    color:#666;
}
#filter-map {
    margin:0 0 20px 0;
}
#filter-map h3 {
    font-size:18px;
    float:left;
    margin:7px 12px 0 0;
    font-weight: bold;
}
#filter-map ul {
    list-style: none;
    margin:0;
}
#filter-map ul li {
    display: inline-block;
    margin:0 3px;
}
#filter-map ul li a {
    display: block;
    border: 1px solid #7d72b9;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
#filter-map ul li.active a {
    font-weight: bold;
    color:#fff;
    background: #7d72b9;
}

/* Photo
=====================================================================*/
#list-photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin: 0 0 70px 0;
}
.row-photo {
    display: flex;
    flex-flow: column nowrap;
}
.row-photo figure {
    position: relative;
    margin:0 0 10px 0;
}
.row-photo h2 {
    font-size:22px;
    text-align: center;
    font-weight: bold;
}
.row-photo h2 a {
    text-decoration: none;
}
.row-photo figure i {
    color:#fff;
    font-size:40px;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;
}

/* Testimonial
=====================================================================*/
#article-group {
    padding-bottom:70px;
}
.article-row {
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    position: relative;
    width:calc(33% - 30px);
    margin-top:30px;
    padding:30px;
    box-sizing: border-box;
}
.grid-sizer {
    width:calc(33% - 30px);
}
.article-row figure {
    text-align: center;
    margin:0 0 15px 0;
}
.article-row figure img {
    width:70%;
    border-radius:200px;
}
.article-row h2 {
    text-align:center;
    color:#111;
    font-size:20px;
    font-weight: bold;
    margin:0 0 5px 0;
}
.article-row h3 {
    font-size:16px;
    color:#999;
    font-style:italic;
    text-align: center;
    margin:0 0 20px 0;
}

/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 0 0;
    height:auto;
    width:100%;
    max-width:100%;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.static-page hr {
    border-top:1px solid #959595;
    margin:40px 0;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: outside;
}
.static-page ul li {
    position: relative;
    padding-left: 0;
    text-indent: 0;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#ec2224;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-weight: 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.wp-block-embed-youtube .wp-block-embed__wrapper  iframe, .wp-block-embed-youtube .wp-block-embed__wrapper  object, .wp-block-embed-youtube .wp-block-embed__wrapper  embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-block-embed {
    margin: 0 0 40px 0;
}
.wp-block-image {
    margin: 0 0 30px 0;
}
.wp-block-image img {
    margin-bottom:0;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
#table-main {
    margin:0 0 10px 0;
    border-collapse: collapse;
    width: 100%;
}
#table-main td, #table-main th {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
#table-main td.center {
    text-align: center;
}
#table-main td.separator-column {
    background-color:#e4e4e4;
    font-weight: bold;
}
#table-main tr:nth-child(even){
    background-color: #f2f2f2;
}
#table-main tr:hover {
    background-color: #ddd;
}
#table-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #7d72b9;
    color: #fff;
    font-size:16px;
    font-weight: 600;
}
#table-main thead {
    border-bottom:1px solid #ddd !important;
}
.button-detail, .button-detail:link, .button-detail:visited {
    display: inline-block;
    text-transform: uppercase;
    font-size:12px;
    padding:5px 10px;
    background: #7d72b9;
    color:#fff;
    text-decoration: none;
    border-radius:5px;
}
.button-detail:hover {
    background: #685caa;
    color:#fff;
}

/* Footer
=====================================================================*/
#main-footer {
    padding:50px 0;
    background: #7d72b9;
}
.footer-left {
    width:30%;
    float:left;
    margin:0 3% 30px 0;
}
.footer-left h5 {
    font-size:20px;
    font-weight: 600;
    color:#fff;
    margin:0 0 25px 0;
}
.list-contact {
    list-style: none;
    margin:0;
}
.footer-left p {
    font-size:16px;
    color:#fff;
    font-weight: 400;
    margin:0 0 13px 0;
}
.list-contact {
    list-style: none;
    margin:0;
}
.list-contact li {
    font-size:16px;
    color:#fff;
    font-weight: 400;
    margin:0 0 10px 0;
}
.list-contact li i {
    margin:0 5px 0 0;
    width:15px;
}
.list-contact li a {
    color:#fff;
}
#footer-right {
    width:34%;
    float:right;
    margin-bottom:30px;
}
#nav-social {
    margin:0 0 30px 0;
    list-style: none;
    float:right;
}
#nav-social li {
    width:45px;
    height:45px;
    float:left;
    margin:0 0 0 10px;
}
#nav-social li a {
    display: block;
    width:45px;
    height:45px;
    border-radius:25px;
    line-height: 45px;
    font-size:20px;
    text-decoration: none;
    background: #fff;
    text-align: center;
}
#nav-social li a:hover {
    background: #f4bf00;
    color:#fff;
}
#text-alliance {
    clear:both;
    font-size:16px;
    color:#fff;
    font-style: italic;
    text-align: right;
    margin:0 0 7px 0;
}
#main-footer h6 {
    clear: both;
    font-size:14px;
    color:#fff;
    text-align: center;
    font-weight: 400;
    padding-top:30px;
    border-top:1px solid #8b81c4;
}
#counter {
    clear:both;
    color:#fff;
    text-align: right !important;
    margin:10px 0 20px 0;
}
#counter h5 {
    font-size:16px;
    margin:0 0 4px 0;
    font-weight: 400;
}
#counter p {
    font-size:18px;
}



/* 1. Setup Kontainer Utama Gallery */
.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Jarak antar gambar */
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style-type: none;
}

/* 2. Paksa Layout 3 Kolom */
.wp-block-gallery.has-nested-images.columns-3 .wp-block-image {
    /* 33.333% adalah 1/3 bagian, dikurangi proporsi jarak gap (16px) */
    width: calc(33.3333% - 10.66px); 
    flex-grow: 0; /* Mencegah gambar melebar sendiri jika baris tidak penuh */
    margin: 0;
    display: flex;
}

/* 3. Rapikan Proporsi Gambar (karena ada class is-cropped) */
.wp-block-gallery.has-nested-images .wp-block-image img {
    width: 100%;
    height: 100%; /* Memaksa tinggi sama rata */
    object-fit: cover; /* Agar gambar tidak gepeng */
    display: block;
}

/* 4. Tampilan Responsif (Mobile Friendly) */
@media (max-width: 768px) {
    /* Jadi 2 kolom di layar tablet */
    .wp-block-gallery.has-nested-images.columns-3 .wp-block-image {
        width: calc(50% - 8px); 
    }
}

@media (max-width: 480px) {
    /* Jadi 1 kolom (numpuk wajar) di layar HP kecil */
    .wp-block-gallery.has-nested-images.columns-3 .wp-block-image {
        width: 100%; 
    }
}


/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1300px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }

}

/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1200px) {
    #main-header {
        width:100%;
        margin:0;
        left:0;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    #nav-dean {
        position: relative;
        top:auto;
        left:auto;
        margin:0 0 30px 0;
        height:auto;
    }
}

/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1100px) {
    #main-header {
        width:100%;
        position: relative;
        top:auto;
        left:auto;
        height:90px;
    }
    .menu-button-container {
        display: block;
    }
    #menu-toggle:checked ~ #nav {
        display: block;
    }
    #menu-toggle ~ #nav {
        display: none;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
        display: none;
    }
    #nav-container {
        width:80%;
        height: 100%;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        background: #fff;
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav,
    #main-header.small #nav {
        border: none;
        margin-top:0;
    }
    #nav-main,
    #main-header.small #nav-main {
      float: none;
      text-align: left;
      border: none;
      padding: 0;
      height: auto;
      margin:0;
    }
    #nav-main {
        margin-top:85px;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0 20px;
        text-shadow:none;
    }
    #nav-main li:after {
        display: none;
    }
    #nav-main li.current-menu-item:before {
        display: none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover,
    #main-header.small #nav-main li a, #main-header.small #nav-main li:hover a, #main-header.small #nav-main li:hover a {
        height:auto;
        float:none;
        text-align: left;
        display: block;
        color:#2b2b2b;
        text-transform: uppercase;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        line-height:18px;
        padding:10px 10px;
        font-size:18px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:10px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a,
    #main-header.small #nav-main li.current-menu-item a {
        background: #7d72b9;
        border-radius: 5px;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:10px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0 0 10px 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul ul:before {
        display: none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited,
    #main-header.small #nav #nav-main li ul li a, #main-header.small #nav #nav-main li ul li a:link, #main-header.small #nav #nav-main li ul li a:visited {
        width:auto;
        height:auto;
        text-transform: uppercase;
        border:none;
        background: none;
        margin:0;
        box-shadow:none;
        text-shadow:none;
        border:none;
        margin-left:10px;
        color:#000;
        padding:10px 10px;
        font-size:18px;
        font-weight: normal;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover,
    #main-header.small #nav #nav-main li:hover ul li a:hover, #main-header.small #nav #nav-main li ul li a:hover, #main-header.small #nav-main li.current-menu-item ul li a:hover {
      background: none;
      text-decoration: none;
      padding:10px 10px;
      color:#c88606;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    .menu-button {
        text-decoration: none;
        display: block;
        width:50px;
        height: 50px;
        padding:0;
        position: absolute;
        z-index:2100;
        left:20px;
        top:18px;
        text-align: center;
        color:#7d72b9;
        font-size:28px;
        background: #fff;
        border:none;
        line-height: 56px;
    }
    #main-header #logo {
        margin-left:90px;
        width:448px;
        height:80px;
        background-size:448px 80px;
        margin-top:5px;
    }
    .home #separator {
        display: none;
    }
    .text-slideshow {
        left:20px;
        width:70%;
        top:120px;
    }

    #intro-text {
        width:100%;
        float:none;
        margin-bottom:30px;
    }
    #intro {
        padding:50px 0 100px 0;
    }
    #intro-right {
        float:none;
    }
    .box-intro {
        float:none;
        margin:0 0 30px 0;
    }
    #list-news-homepage {
        grid-template-columns: 1fr 1fr;
    }
    .admin-bar #main-header {
        top:0;
    }
    .admin-bar #nav-main {
        margin-top:110px;
    }
    #nav-maps {
        width:100%;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100%;
        height: auto;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    #slideshow p {
        font-size:32px;
    }
    #slideshow h2 {
        font-size:40px;
    }
    #separator {
        display: none;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    .footer-left {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #footer-right {
        width:100%;
        float:none;
    }
    #nav-social {
        float:none;
    }
    #footer-right h6 {
        text-align: left;
    }
    #list-photo {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.6rem;
    }
    .row-photo h2 {
        font-size:20px;
    }
    .article-row {
        width:calc(50% - 20px);
        margin-top:20px;
    }
    .grid-sizer {
        width:calc(50% - 20px);
    }
    #slideshow .owl-theme .owl-dots .owl-dot span {
        width:20px;
        height:20px;
        margin:0 7px;
    }
}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        left:5px;
        top:25px;
    }
    #main-header #logo {
        background: url(images/logo-mobile.png) no-repeat;
        width:213px;
        height:65px;
        background-size:203px 65px;
        margin-top:13px;
        margin-left:80px;
    }
    #link-login {
        font-size:15px;
    }
    #slogan {
        border:none;
        position: absolute;
        z-index: 10;
        padding:0;
        left:37px;
        bottom:14px;
        font-size:12px;
    }
    #main-header {
        margin-bottom: 0;
        position: relative;
    }
    .admin-bar .menu-button {
        top:64px;
    }
    .admin-bar #nav-main {
        margin-top:120px;
    }
    #homepage-header h1 {
        font-size:32px;
        float:none;
        width:100%;
        margin:0 0 30px 0;
        padding:0 0 30px 0;
        text-align: center;
        border-bottom:1px solid #7d72b9;
        border-right:none;
    }
    #title-page {
        font-size:34px;
    }
    #button-more {
        width:100%;
        padding:0;
        text-align: center;
    }
    .title-homepage {
        font-size:30px;
        margin:0 0 20px 0;
    }
    #news-homepage-wrapper .link-more {
        position: relative;
        top:auto;
        right:auto;
    }
    #news-homepage-wrapper .link-more {
        font-size:16px;
        display: block;
        margin:0 0 40px 0;
    }
    #list-news-homepage {
        grid-template-columns: 1fr;
    }
    #footer-right p,
    #footer-right h6 {
        text-align: center;
    }
    #nav-social {
        text-align: center;
    }
    #nav-social li {
        display: inline-block;
        float:none;
        margin:0 4px;
    }
    #nav-chart li a {
        height:38px;
        line-height: 38px;
        font-size:15px;
        padding:0 15px;
    }
    #nav-chart li {
        height: 40px;
    }
    #slideshow {
        position: relative;
        margin:0 0 40px 0;
    }
    #slideshow .owl-theme .owl-dots .owl-dot span {
        width:20px;
        height:20px;
        margin:0 5px;
    }
    #slideshow .owl-theme .owl-dots {
        bottom:20px;
    }
    #counter h5 {
        text-align: center;
    }
    #list-photo {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .article-row {
        width:calc(100%);
        margin-top:20px;
    }
    .grid-sizer {
        width:calc(100%);
    }
    .text-slideshow {
        left:2%;
        width:96%;
        top:20px;
    }
    #slideshow p {
        font-size:22px;
        padding:0 0 20px 0;
        margin:0 0 20px 0;
    }
    #slideshow h2 {
        font-size:24px;
    }
    #intro-text h2 {
        width:220px;
        height:220px;
        font-size:18px;
    }
    #intro-text h2 strong {
        font-size:20px;
    }
    .link-branch, .link-branch:link, .link-branch:visited {
        font-size:14px;
        width:130px;
    }
    .branch-1 {
        margin-left:-190px;
    }
    .branch-1::after {
        margin-left:50px;
    }
    .branch-2 {
        margin-left:30px;
    }
    .branch-2::after {
        margin-left:80px;
    }
    .branch-3 {
        margin-left:-190px;
    }
    .branch-3::after {
        margin-left:50px;
    }
    .branch-4 {
        margin-left:30px;
    }
    #slideshow-testimonial .owl-nav button.owl-prev {
        left:-40px;
    }
    #slideshow-testimonial .owl-nav button.owl-next {
        right:-40px;
    }
    #nav-maps li a {
        font-size:16px;
        padding:0 10px;
    }
    .subtitle-partisipasi {
        font-size:30px;
    }
    #list-feature {
        grid-template-columns: 1fr;
        grid-gap:2rem;
    }
    #indicator-content div {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #indicator-content h2 {
        font-size:24px;
        margin:0 0 20px 0;
    }
    #indicator-content figure {
        width:100%;
        float:none;
    }
    #indicator-content ul {
        width:100%;
        float:none;
        margin:0;
    }
    #list-policy {
        grid-template-columns: 1fr;
    }
}