/*
Theme Name: Dikti 2020
Theme URI: https://dikti.go.id
Author: Ade Chrisnadhi
Author URI: https://pakar10.com/
Description: WP Theme for Dikti
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dikti

Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Inter", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #133553;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.fullpage {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hide-xs {
  	display: none !important;
  }
  figure.wp-block-image {
      width: 100vw;
      margin-left: -20px;
      max-width: 100%;
      display: block !important;
  }
}

@media (min-width: 410px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hide-sm {
  	display: block;
  }
}

@media (min-width: 769px) {
  .container {
    width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hide-xs {
  	display: block !important;
  }
  .hide-sm {
  	display: none !important;
  }
  figure.wp-block-image {
      width: 100%;
      margin-left: 0;
  }
  .page-template-page-fullwidth figure.wp-block-image.size-large, .page-template-page-fullwidth figure.wp-block-image.size-full {
      width: calc(100% + 240px);
      margin-left: -120px;
      z-index: 99;
      display: block;
      position: relative;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1152px;
  }
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


/*EDIT FROM HERE*/
nav.navbar.nav-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    opacity: 1;
    transition: all 0.5s ease;
}
.home nav.navbar.nav-fixed {
    top: -80px;
    opacity: 0;
}
nav.navbar.nav-fixed.muncul {
    top: 0px;
    opacity: 1;
}
img.logo-kecil {
    position: absolute;
    width: 64px;
    height: auto;
    padding: 8px;
    left: 16px;
}
a#logokiri {
    position: absolute;
    left: 16px;
    display: none;
}
#logokiri img {
    width: 64px;
    padding: 8px;
}
nav.navbar.nav-fixed ul {
    text-align: center;
}
nav.nav-fixed ul li:first-child {
    margin-left: -10px;
}
.mobile-menu {
    display: none; 
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: #0E283E;
    padding: 24px;
}
.top-section {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 0;
    margin: 104px 0 64px;
    border-bottom: 2px solid #f5f5f5;
}
.home .top-section {
    position: absolute;
    padding: 24px 0;
    margin: 0;
    border-bottom: none;
}
.top-section .logo {
    width: 640px;
    max-width: 100%;
    float: left;
    display: block;
    margin: 24px 0;
}
.home .top-section .logo {
    margin: 0 0 24px 0;
}
.top-section .logo a {
    display: block;
    float: left;
}
.top-section .logo h4 {
    float: left;
    display: block;
    margin: 0;
    width: 480px;
    padding: 16px 0;
}
.top-section .logo img {
    float: left;
    margin-right: 16px;
}
.home .top-section .logo h4 {
    color: #fff;
    float: left;
    display: block;
    width: 480px;
    margin: 0;
}
.top-section .menu-right ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: auto;
    display: block;
}
.home .top-section .container-fluid .row {
    margin-right: -16px;
    margin-left: -16px;
}
.menu-right li a {
    color: #343435;
    padding: 48px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.home .menu-right li a {
    color: #fff;
    padding: 24px;
}
.jumbotron {
    height: calc(100vh - 64px);
}
.jumbotron .swiper-slide.post-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    background: linear-gradient(0deg, rgba(19,53,83,0.9) 0%, rgba(19,53,83,0.2) 70%, rgba(19,53,83,0.5) 100%);
    z-index: 9;
    mix-blend-mode: multiply;
    bottom: 0;
}
.jumbotron  .swiper-slide {
    background-size: cover;
    background-position: center center;
    filter: saturate(0.8) contrast(1.2);
}
.swiper-slide.image-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.jumbotron .swiper-slide h2 {
    position: absolute;
    color: #fff;
    margin: auto;
    max-width: 720px;
    font-size: 40px;
    font-weight: 600;
    font-family: Rubik;
    line-height: 1.3;
    left: 15%;
    right: auto;
    top: auto;
    z-index: 9999;
    bottom: 10%;
}
.jumbotron  .swiper-slide h2 span, .jumbotron  .swiper-slide h2 strong {
    background: rgba(0,0,0,0.7);
    color: #00d0ff;
}

.jumbotron  .swiper-button-next, .jumbotron  .swiper-button-prev {
    background: rgba(0,0,0,0.9);
    padding: 16px 24px;
    box-sizing: content-box;
    opacity: 0.5;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(255,255,255,1);
    opacity: 1;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 0;
}
.jumbotron span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 8px !important;
}
.jumbotron span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #0099E5;
}
.menu-container {
    position: relative;
}
nav.navbar {
    background: #133553;
    display: block;
    width: 100%;
    float: left;
}
nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}
nav ul li {
    float: left;
    display: block;
    position: relative;
}
nav ul li a {
    color: #fff;
    padding: 0 5px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    height: 64px;
    line-height: 64px;
    margin: 0 5px;
    transition: all 0.5s ease;
}
nav ul li:first-child {
    margin-left: -24px;
}
nav ul li:hover {
    background: #091a29;
}
nav ul li a:hover, nav ul li a:focus {
    color: #fff;
    text-decoration: none;
}
nav ul li:hover:after, nav ul li:focus:after {
    content: "";
    width: 160%;
    position: absolute;
    height: 8px;
    background: #0099E5;
    left: 0;
    bottom: 0;
}
li.dropdown-long ul.sub-menu {
    width: 180%;
}
li.dropdown-short ul.sub-menu {
    width: 100%;
}
nav ul li.dropdown-long:hover:after, nav ul li.dropdown-long:focus:after {
    width: 180%;
}
nav ul li.no-dropdown:hover:after, nav ul li.no-dropdown:focus:after, nav ul li.dropdown-short:hover:after, nav ul li.dropdown-short:focus:after {
    width: 100%;
}

nav ul li.beranda:hover:after, nav ul li.beranda:focus:after {
    width: 100%;
}

nav ul li ul.sub-menu {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 64px;
    background: #133553;
    padding: 0;
    z-index: 99;
    display: none;
    opacity: 0;
    width: 160%;
}
nav ul li.lainnya ul.sub-menu {
    width: 200%;
}
nav ul li.lainnya:hover:after, nav ul li.lainnya:focus:after {
    width: 200%;
}

ul.sub-menu li {
    width: 100%;
}
nav ul li ul.sub-menu li:first-child {
    margin: 0;
}
ul.sub-menu li a {
    padding: 8px;
    height: auto;
    line-height: 20px;
    letter-spacing: 0;
}
ul li:hover > ul.sub-menu,
ul li ul.sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
nav ul li ul.sub-menu li:hover:after, nav ul li ul.sub-menu li:focus:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 0px;
    background: transparent;
    left: 0;
    bottom: 0;
}
ul.sub-menu li:hover {
    background: #0099E5;
}
nav ul li ul.sub-menu:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 35%;
    right: 0;
    border-style: solid;
    border-width: 24px 0 0 24px;
    border-color: transparent transparent transparent #0099E5;
}

nav.nav-bottom ul li:hover:after, nav.nav-bottom ul li:focus:after {
    bottom: auto;
    top: 0;
}
nav.nav-bottom ul li ul.sub-menu {
    bottom: 64px;
    top: auto;
}
nav.nav-bottom ul li ul.sub-menu ul.sub-menu {
    bottom: 0;
    top: auto;
    left: 100%;
    width: 110%;
    border-left: 8px solid #fbd106;
}
nav.nav-bottom ul li ul.sub-menu ul.sub-menu:before {
    border-color: transparent transparent #fbd106 transparent;
    left: -24px;
    top: auto;
    bottom: 0;
}
.nav-bottom .menu-kedua .sub-menu li {
    background: #091a29;
}
nav.nav-bottom .menu-kedua ul li:hover:after {
    top: auto;
    bottom: 0;
}
nav.nav-fixed ul li ul.sub-menu ul.sub-menu {
    bottom: auto;
    top: 0;
    left: 100%;
    width: 110%;
    border-left: 8px solid #fbd106;
}
nav.nav-fixed ul li ul.sub-menu ul.sub-menu:before {
    border-color: #fbd106 transparent transparent transparent;
    left: -24px;
    top: 0;
    bottom: auto;
}
nav.nav-bottom ul li ul.sub-menu:before {
    top: auto;
    bottom: -24px;
    border-width: 0 0 24px 24px;
}

.menu-kedua {
    background: #215c91;
}
nav .menu-kedua ul li a {
    height: 48px;
    line-height: 48px;
}
nav .menu-kedua ul li ul.sub-menu {
    top: 48px;
}
nav .menu-kedua ul li ul.sub-menu:before {
    display: none;
}
nav .menu-kedua ul.sub-menu li a {
    line-height: 32px;
}
.menu-secondary-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-fixed ul.sub-menu li a {
    text-align: left;
}
.search-bottom {
    width: 48px;
    float: right;
    padding: 8px 0;
}
.search-bottom a {
    height: 24px;
    padding: 12px;
    background: rgba(0,0,0,0.5);
    display: block;
    margin: 0;
    text-align: center;
    box-sizing: content-box;
    width: 24px;
    line-height: 24px;
}
.search-bottom img {
    float: left;
}
.search-form {
    position: absolute;
    right: 0;
    width: 310px;
    background: rgba(0,0,0,0.5);
    padding: 12px;
    top: 0;
    display: none;
}
.search-form input {
    float: left;
    padding: 8px 16px;
    margin: 0;
    border: none;
}
.search-form input.search-field {
    width: 200px;
}
.search-form.open {
    display: block;
}
nav ul .search:hover:after {
    height: 0px;
    background: transparent;
}
nav.shrink ul li a {
    margin: 0 4px;
    letter-spacing: 0px;
}
.search-top {
  position: absolute;
  right: 0;
}
.search-top a.search-icon {
    display: block;
    padding: 19px;
    box-sizing: border-box;
    background: #091a29;
}
input.search-field:focus {
    outline: none;
}
.search-form input.button {
    background: #0099e5;
    color: #fff;
}
/* KONTEN */
.section {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
marquee.runtext {
    background: #133553;
    color: #fff;
    padding: 16px;
    margin-bottom: 16px;
}
.section.kabar-dikti {
    background: #f5f8fa;
    padding-top: 32px;
}
.card-kabar {
    position: relative;
    margin-bottom: 64px;
}
.card-kabar .card-content {
    position: absolute;
    background: #fff;
    bottom: -10%;
    width: calc(100% - 40px);
    box-shadow: 3px 2px 4px rgba(0,0,0,0.05);
    padding: 16px;
}
.kabar-thumbnail {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 352px;
}
.card-category {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #0099e5;
}
.card-kabar h3 {
    font-size: 16px;
    margin: 0;
    color: #343535;
}
.card-kabar:hover, .card-kabar:focus {
    box-shadow: -16px 16px 0 #133553, -16px 48px 0 #133553;
}
.card-kabar:hover:after {
    position: absolute;
    content: url(img/right24.svg);
    background: #0099E5;
    right: 0;
    padding: 16px 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    display: block;
}

.section-header {
    display: block;
    position: relative;
    margin: 40px 0 24px;
    float: left;
    width: 100%;
}
.search .section-header, .archive .section-header {
    margin: 32px 0 24px;
}
.archive .top-section, .search-results .top-section  {
    margin: 104px 0 0 0;
}
.archive-section {
    padding: 64px 0 40px;
    width: 100%;
    display: block;
    float: left;
    background: #fff;
}
.category-pengumuman .archive-section {
    background: #f5f8fa;
}
.section-header h2 {
    font-family: Rubik;
    color: #133553;
    left: 0;
    display: block;
    margin: 0;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1px;
    z-index: 2;
    position: absolute;
    top: -32px;
    text-transform: uppercase;
}
.section-header:after {
    content: "";
    width: 100%;
    height: 8px;
    background: #FBD106;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
}
.section-header.std-layanan:after {
    bottom: 8px;
}
.section-header a {
    position: absolute;
    right: 8px;
    bottom: -1px;
    z-index: 2;
}
.section-header a:hover {
    right: 0;
}
.post-nav {
    display: block;
    float: left;
}
ul.pagination {
    margin: 40px 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
}
ul.pagination li {
    float: left;
    display: block;
    position: relative;
    margin: 0 0 16px 0;
}
ul.pagination li:first-child a {
    margin-left: 0;
}
ul.pagination span, ul.pagination a {
    padding: 8px 16px;
    margin: 0 4px;
    display: block;
    float: left;
    background: #133553;
    color: #fff;
    font-weight: 600;
    border-bottom: 4px solid #133553;
}
ul.pagination span:hover, ul.pagination a:hover {
    border-bottom: 4px solid #fbd106;
    text-decoration: none;
}
ul.pagination span.active.page-link {
    background: #0099e5;
    border-bottom: 4px solid #0099e5;
}
ul.pagination span.active.page-link:hover {
    border-bottom: 4px solid #0099e5;
}

/* LAYANAN */
.layanan {
    margin-bottom: 64px;
}
.bg-layanan {
    background: #f5f8fa;
    width: 100%;
    height: 265px;
    position: absolute;
    z-index: -9;
}
.card-layanan a {
    padding: 40px 0 0;
    display: block;
    background: #215C91;
    text-align: center;
}
.card-layanan img {
    max-height: 120px;
}
.card-layanan h3 {
    margin: 40px 0 0 0;
    padding: 16px;
    background: #133553;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    min-height: 88px;
}
.card-layanan a:hover {
    text-decoration: none;
    box-shadow: -16px 16px 0 0 #0099E5;
}

/* PENGUMUMAN */
.pengumuman .section-header {
    margin-top: 28px;
}
ol.list-pengumuman {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: list-pengumuman;
}
ol.list-pengumuman li {
    counter-increment: list-pengumuman;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #f5f5f5;
}
ol.list-pengumuman li:before {
    content: counter(list-pengumuman) ". ";
    text-align: right;
    width: 24px;
    display: block;
    float: left;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 8px;
    color: #0099E5;
    padding: 16px 0;
    position: absolute;
}
ol.list-pengumuman li a {
    color: #343535;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 16px 32px;
    display: block;
}
ol.list-pengumuman li:hover:before {
    color: #FFF;
}
ol.list-pengumuman li a:hover {
    text-decoration: none;
    background: #215C91;
    color: #fff;
    font-weight: 500;
    box-shadow: -8px 8px 0 #133553;
    border: none;
}


/* SOSIAL TABS */

#social-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#social-tabs ul li  .tabmenu {
    display: block;
    padding: 16px 8px 8px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    background: #0099E5;
    color: #fff;
    float: left;
    width: 33.3333%;
    width: calc(100% / 3);
    border-bottom: 1px solid #133553;
    text-align: center;
    font-size: 14px;
}
#social-tabs ul li  .tabmenu.active {
    border: 1px solid #133553;
    border-bottom: 1px solid #133553;
    border-radius: 0;
    background: #133553;
}
#social-tabs ul li  .tabmenu img {
    margin-right: 6px;
}
#social-tabs ul li  .tabmenu span {
    width: 100%;
    float: left;
    display: block;
    margin-top: 8px;
}
#social-tabs .tabcontent {
    width: 100%;
    height: auto;
    border: 1px solid #133553;
    position: relative;
    top: -1px;
    z-index: 1;
    padding: 16px;
    border-radius: 0;
    background: #133553;
    float: left;
}
.instagram_profile {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    display: block;
}
img.instagram_profile_image {
    float: left;
}
p.instagram_username {
    margin: 0 0 0 12px;
    float: left;
    width: 50%;
    color: #fff;
}
p.instagram_username a {
    float: left;
    text-align: left;
    color: #fff;
    line-height: 50px;
}
p.instagram_biography {
    color: #fff;
    text-align: left;
    font-size: 12px !important;
    font-weight: 400;
    width: 100%;
    float: left;
    margin: 16px 0 0;
}


/*KAMPUS SLIDE*/
.section.epustaka {
    margin: 0 0 64px 0;
}
.section.galeri {
    margin: 64px 0;
}
#youtube-wrapper {
  min-height: 400px;
  margin: 16px 0 0;
  width: calc(100% + 24px);
}
.kampuskita {
    padding: 0px 16px 72px 16px;
    background: #133553;
    min-height: 400px;
    position: relative;
}
.youtube {
    padding: 0px 16px 32px 16px;
    background: #133553;
    min-height: 400px;
    position: relative;
}
.kampuskita .section-header, .youtube .section-header {
    margin-bottom: 8px;
}
.kampuskita .section-header h2, .youtube .section-header h2 {
    color: #fff;
}
.kampuskita .section-header h2 a, .youtube .section-header h2 a {
    position: relative;
    color: #fff;
    bottom: auto;
    right: auto;
}
.kampuskita .section-header h2 a:hover, .youtube .section-header h2 a:hover {
    color: #FBD106;
    text-decoration: none;
}
.kampuskita .section-header:after, .youtube .section-header:after {
    background: #0099e5;
}
.kampusslide, .ytslide {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.kampus-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
.kampusslide .swiper-slide, .ytslide .swiper-slide  {
    background: none;
    filter: none;
}

.kampusslide .swiper-slide h2, .ytslide .swiper-slide h2  {
    position: relative;
    font-size: 16px;
    margin-top: 16px;
    color: #fff;
    font-weight: 500;
}
.kampusslide .swiper-slide:after, .ytslide  .swiper-slide:after  {
    background: none;
}
.swiper-kampus, .swiper-yt {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    bottom: 16px;
}
.swiper-kampus .swiper-pagination-bullet-active, .swiper-yt .swiper-pagination-bullet-active {
    background: #0099e5;
    width: 10px;
    height: 10px;
}
.kampuskita .swiper-button-next, .kampuskita  .swiper-button-prev, .youtube .swiper-button-next, .youtube  .swiper-button-prev {
    padding: 0px 4px;
    opacity: 1;
    background: #fff;
    bottom: 8px;
    top: auto;
    font-weight: bold;
    height: 32px;
    width: 32px;
}
.swiper-kampus .swiper-pagination-bullet, .swiper-yt .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 0;
    margin: 0 6px;
}
.swiper-kampus .swiper-pagination-bullet-active, .swiper-yt .swiper-pagination-bullet-active {
    background: #0099e5;
    width: 10px;
    height: 10px;
}
.kampuskita .swiper-button-next, .youtube .swiper-button-next {
  right: 32px;
}
.kampuskita .swiper-button-prev, .youtube .swiper-button-prev {
  left: 32px;
}
.kampuskita .swiper-button-prev:after, .kampuskita .swiper-button-next:after, .youtube .swiper-button-prev:after, .youtube .swiper-button-next:after {
    font-size: 18px;
}

.pustakaslide, .infografisslide {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 16px 0 16px 16px;
    margin-left: -24px;
}
.infografisslide {
    margin-left: auto;
    margin-right: -8px;
    position: relative;
}
.pustaka .section-header {
    width: calc(100% - 16px);
    margin-bottom: 8px;
    margin-left: -8px;
}
.pustaka.infografis .section-header {
    margin: 40px 24px 8px 24px !important;
}

.pustaka.infografis .youtube .section-header {
    margin: 40px 0 8px 8px !important;
    width: calc(100% - 8px);
}
#gpr-kominfo-widget-container {
    border-bottom: 2px solid #23277B!important;
}

.pustaka:before {
    content: "";
    background: #e1e8ed;
    height: 100%;
    position: absolute;
    left: -24px;
    top: 0;
    width: 100%;
}
.pustaka.infografis:before {
    left: 24px;
    right: 0;
    width: calc(100% - 24px);
}
.pustaka-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
}
/*.pustaka .pustakaslide .swiper-slide {
    width: 200px !important;
}*/
.pustakaslide .swiper-slide h2, .infografisslide .swiper-slide h2 {
    font-size: 16px;
    background: rgba(0,0,0,0.8);
    padding: 8px;
    top: auto;
    bottom: 0;
    position: absolute;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.pustaka .swiper-button-next, .pustaka  .swiper-button-prev {
    padding: 0px 4px;
    opacity: 1;
    background: rgba(0,0,0,0.5);
    bottom: auto;
    top: 50%;
    font-weight: bold;
    height: 56px;
    width: 56px;
}
.pustaka .swiper-button-prev:after, .pustaka .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
.pustaka .swiper-button-next:hover, .pustaka  .swiper-button-prev:hover {
    background: #fff;
}
.pustaka .swiper-button-next:hover:after, .pustaka  .swiper-button-prev:hover:after {
    color: #0099e5;
}
.pustaka .swiper-button-next {
    right: 48px;
}
.pustaka.infografis .swiper-button-next {
    right: 1px;
}
.pustaka .swiper-button-prev {
    left: 16px;
}
.pustaka.infografis .swiper-button-prev {
    left: 15px;
}
.pustaka .swiper-slide:hover {
    box-shadow: -8px 8px 0 #133553;
}

.pustaka.infografis .youtube .swiper-button-prev {
    left: 0;
}
.pustaka.infografis .youtube .swiper-button-next {
    right: 0;
}


/* YOUTUBE SLIDE*/

.yt-thumb {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
}

/* FOOTER */
.section.footer {
    background: #133553;
    padding: 48px 0;
    border-top: 8px solid #0099E5;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
a.lapor {
    position: relative;
    display: block;
}
.lapor img {
    width: 80%;
}
h5.dirjen {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
p.alamat {
    color: #BED8FB;
}
a.pusat-panggilan {
    padding: 12px 16px;
    background: #0099e5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0;
    display: block;
    width: max-content;
    letter-spacing: 1px;
}
.social-footer {
    margin: 24px 0;
}
.social-footer span {
    color: #fff;
}
.social-footer a {
    margin-left: 24px;
}
.social-footer a img {
    transition: all 0.5s ease;
}
.social-footer a:hover img {
    transform: scale(1.3);
    fill: #0099e5;
}
.footer-menu h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
    column-count: 2;
}
.footer-menu li a {
    color: #BED8FB;
    padding: 4px 0;
    display: block;
}
.footer-menu li a:hover {
    text-decoration-color: #fbd106;
    color: #fff;
}
.copyright {
    float: left;
    display: block;
    width: 100%;
    background: #0E283E;
    padding: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: -1px;
}
.chat#chatbox {
  display: flex !important;
}

/* SINGLE */
.single .top-section {
    margin: 104px 0 48px;
}
.single-post {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.single-post-category {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.single-post-category ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    width: 100%;
    position: relative;
    float: left;
}
.single-post-category ul li {
    float: left;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.single-post-category ul li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 16px;
    background: #0099e5;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}
.single-post h1 {
    margin: 0;
    line-height: 1.3;
    font-size: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #133553;
    font-family: Rubik;
}
.post-meta {
    padding: 8px 0;
    border-bottom: 2px solid #133553;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.post-meta .single-post-author {
    float: left;
    display: block;
}
.post-meta .single-post-date {
    float: right;
    display: block;
}
.single-thumbnail {
    width: 100%;
    display: block;
    height: 400px;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: 16px 0;
}
.post-content {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 80px;
    position: relative;
}
.post-content ol, .post-content ul {
    padding-left: 16px;
    font-weight: 500;
    font-size: 18px;
}
.post-content ol li, .post-content ul li {
    margin-bottom: 8px;
}
.post-content ul.blocks-gallery-grid {
    padding-left: 0;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: inline-flex !important;
}
.post-content p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    word-break: break-word;
}
.post-content blockquote.wp-block-quote {
    background: #e1e8ed;
    margin: 0;
    padding: 16px 24px 16px 40px;
    border-left: 8px solid #133553;
}
.share-button {
    position: absolute;
    display: block;
    width: 48px;
    height: auto;
    left: -64px;
    top: 16px;
}
.wp-block-image img {
    height: auto;
    margin: 16px 0 24px;
}

.single-terkait {
    background: #f5f8fa;
    display: block;
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-top: 40px;
    position: relative;
}

.single .card-category span {
    margin-right: 8px;
}
.card-pengumuman {
    background: #fff;
    padding: 18px;
    border-top: 8px solid #133553;
    margin-bottom: 24px;
}
.card-pengumuman:hover {
    box-shadow: -8px 8px 0 0 #133553;
    border-top: 8px solid #0099e5;
}
.card-pengumuman h3 {
    color: #133553;
    font-size: 16px;
    margin: 0 0 16px;
}
.rating-wrapper span.view-count {
    float: left;
    display: inline-block;
    margin: 24px 0;
}
.wp-block-embed-youtube iframe {
    width: 100%;
    height: 400px;
}
ul.tagar {
    list-style: none;
    padding: 0;
    color: #337ab7;
}
ul.tagar li {
    margin: 0;
}


/*404*/
.ups-content {
    text-align: center;
    margin: 0 0 80px 0;
}
.ups-content h2 {
    font-size: 32px;
}
.ups-content h2 a {
    color: #0099e5;
    border-bottom: 4px solid #fcb900;
}
.ups-content h2 a:hover {
    color: #133553;
    border-bottom: 4px solid #fcb900;
    background: #0099e5;
    text-decoration: none;
}

/* sidebar */
.terkini {
  margin-bottom: 24px;
}
.sidebar-kabar {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}
.sidebar-kabar a {
    display: block;
    float: left;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    border-bottom: 4px solid #f5f8fa;
    max-height: 132px;
}
.category-pengumuman .sidebar-kabar a {
    border-bottom: 4px solid #e2eaef;
}

.sidebar-kabar:last-child a {
    border-bottom:  4px solid #ffff;
}
.category-pengumuman .sidebar-kabar:last-child a {
    border-bottom:  4px solid #f5f8fa;
}
.sidebar-kabar a:hover {
    background: #133553;
    border-bottom: 4px solid #0099e5;
    width: calc(100% + 16px);
    margin-left: -16px;
    padding-left: 16px;
    padding-bottom: 24px;
}
.sidebar-kabar a:hover h3 {
    color: #fff;
}
.sidebar-kabar a:hover .sidebar-thumbnail {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.sidebar-kabar h3 {
    float: left;
    width: calc(100% - 136px);
    display: block;
    color: #000;
    font-size: 16px;
    margin: 0 16px 0 0;
}
.sidebar-thumbnail {
    width: 120px;
    height: 80px;
    display: block;
    background-size: cover;
    background-position: center center;
    float: left;
}

.terpopuler {
  margin-top: 24px;
}

.archive.category-pengumuman .row.archive-row.grid {
    display: block;
    clear: both;
}
.fb_iframe_widget_fluid span {
    width: 100%;
}
.fb_iframe_widget iframe {
    max-width: 100%;
}
html#facebook {
    max-width: 100%;
}
._2p3a {
    max-width: 100%;
}

/*modal popup*/
.newsletter {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 24px;
    width: 640px;
}
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    padding-bottom: 80px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-x: hidden;
    overflow-y: scroll;
}

.exit-intent-popup::-webkit-scrollbar {
    display: none;
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}

span.close {
    background: red;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    right: -16px;
    top: -16px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: auto;
    text-align: center;
}
.rating-wrapper {
    display: block;
    float: left;
    margin-bottom: 80px;
}


/*MOBILE 320 - 768*/
@media (max-width: 768px) {
	.footer iframe {
	    max-height: 200px !important;
	}
  .footer-menu {
      margin-bottom: 40px;
  }
	.top-section .logo img {
	    width: 56px;
	}
  .home .top-section .logo h4 {
      width: calc(100% - 72px);
  }
  .top-section .logo h4 {
      font-size: 12px;
      width: calc(100% - 72px);
      padding: 0;
  }
  .jumbotron .swiper-slide h2 {
      max-width: 90%;
      font-size: 24px;
      top: 60%;
      left: 0;
      right: 0;
  }
	.jumbotron .swiper-button-next, .jumbotron .swiper-button-prev {
	    padding: 8px 16px;
	}
	.jumbotron .swiper-button-next:after, .jumbotron .swiper-button-prev:after {
	    font-size: 24px;
	}
	nav.navbar.nav-mobile {
	    height: 64px;
	}
	nav.navbar.nav-fixed {
		display: none;
	}
	a.menu-open {
	    padding: 22px 16px;
	    height: 64px;
	    position: absolute;
	    font-size: 16px;
	    color: #FFF;
	}
	.menu-open img {
	    margin: 0 8px 0 0;
	    height: 18px;
	    float: left;
      padding: 2px 0;
	}
	.menu-open span {
	    height: 18px;
	    display: block;
	    float: left;
	    font-weight: 500;
	    letter-spacing: 1px;
	    line-height: 18px;
	}
	.nav-mobile img.logo-kecil {
	    left: auto;
	    right: 0;
	    padding: 12px;
	    opacity: 0;
	    transition: all 0.5s ease;
	}
	.nav-mobile img.logo-kecil.sticky {
	    opacity: 1;
	}
	nav#navsticky.sticky {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 99;
	}

	.mobile-menu.open {
		display: block;
		overflow-y: scroll;
	}
  .mobile-menu ul.main-menu {
      padding: 0;
      margin: 24px 0 0 0;
      list-style: none;
      border-top: 2px solid rgba(0,0,0,0.25);
  }
  .mobile-menu .search-top {
      position: relative;
      margin: 64px 0 0;
      width: 100%;
      display: inline-block;
  }
  .mobile-menu a.search-icon {
      display: none;
  }
  .mobile-menu .search-form {
      display: inline-block;
      width: 100%;
      padding: 0;
      position: relative;
      background: transparent;
  }
  .mobile-menu form#searchform {
      width: 100%;
      display: inline-block;
  }
  .mobile-menu input.search-field {
      width: 75%;
      padding: 16px;
  }
  .mobile-menu .search-form input.button {
      width: 25%;
      padding: 16px;
  }
	.mobile-menu ul.sub-menu {
	    padding: 0;
	    margin:0;
	    list-style: none;
	    display: none;
	}
  .search .search-wrapper .section-header {
      margin: 64px 0;
  }
	.mobile-menu ul.sub-menu li a {
	    background: rgba(0,0,0,0.5);
	}
	a.menu-close {
	    position: fixed;
	    width: 100%;
	    display: block;
	}
	.mobile-menu ul li a {
	    color: #fff;
	    font-size: 18px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-weight: 600;
	    padding: 24px 0;
	    display: block;
	    text-align: center;
	    border-bottom: 2px solid rgba(0,0,0,0.25);
	}
	.card-wrapper {
	    display: block;
	    float: left;
	    width: 100%;
	}
	.kabar-thumbnail {
	    height: 320px;
	}
	.layanan {
	    margin-bottom: 32px;
	}
	.card-layanan {
	    margin-bottom: 24px;
	    display: block;
	    float: left;
	}
	.card-layanan a {
	    padding: 0;
	    display: block;
	    text-align: left;
	    float: left;
	}
	.card-layanan img {
	    width: 25%;
	    float: left;
	    display: block;
	    margin: 0;
	    padding: 0 16px;
	    height: 104px;
	}
	.card-layanan h3 {
	    margin: 0;
	    padding: 16px;
	    letter-spacing: 1px;
	    float: left;
	    display: block;
	    width: 75%;
	    height: 104px;
	}
	ol.list-pengumuman {
	    margin-bottom: 40px;
	}
	ol.list-pengumuman li a {
	    font-weight: 600;
	    line-height: 1.3;
	    font-size: 16px;
	}
	div#pustaka, .kampuskita {
	    position: relative;
	}
  .kampuskita {
      padding: 12px 16px 72px 16px;
  }

  #youtube-wrapper {
      min-height: 100px;
      margin: 16px 0;
      width: 100%;
  }

  .youtube {
      padding: 12px 8px 24px 8px;
      min-height: 120px;
  }

  [id^=sb_youtube_].sb_youtube.sby_fixed_height {
      height: max-content !important;
  }

	.kampuskita .swiper-button-next, .kampuskita .swiper-button-prev {
	    bottom: 16px;
	}
	.kampuskita .swiper-button-prev {
	    left: 16px;
	}
	.kampuskita .swiper-button-next {
	    right: 16px;
	}
  .section.galeri {
      margin: 40px 0 0;
  }
	.section.epustaka {
	    margin: 0 0 40px 0;
	}
	.pustaka-wrapper {
	    background: #e1e8ed;
	    padding: 16px;
	}
  .pustaka .section-header, .pustaka.infografis .section-header {
      margin: 40px 0 16px !important;
      display: block;
      float: left;
      width: 100%;
  }
	.pustakaslide, .infografisslide {
	    padding: 0;
	    margin-left: 0;
	}
	.pustakaslide .swiper-slide h2, .infografisslide .swiper-slide h2 {
	    font-size: 15px;
	}
	.pustaka .swiper-button-next {
	    right: 10px;
	}
	.pustaka .swiper-button-prev {
	    left: 10px;
	}
  .pustaka.infografis .swiper-button-prev {
      left: 0;
      top: 45%;
  }
  .pustaka.infografis .swiper-button-next {
      right: 0px;
      top: 45%;
  }
	.pustaka:before {
	    content: "";
	    height: 0;
	    position: absolute;
	    top: 0;
	    width: 0;
	    display: none;
	}
  .archive-section {
      padding: 0;
  }
  .search .section-header, .archive .section-header {
      margin: 64px 0 24px;
  }
	.single .top-section, .page .top-section, .archive .top-section, .search .top-section {
	    margin: 0;
	    border-bottom: none;
	}
	.single-post-category {
	    margin-top: 24px;
	}
	.single-post h1 {
	    font-size: 24px;
	}
	.single-thumbnail {
	    height: 240px;
	}
	.post-content p {
	    font-size: 16px;
	}
  .post-content ol, .post-content ul {
      padding-left: 16px;
      font-weight: 500;
      font-size: 16px;
  }
  .post-content ol li, .post-content ul li {
      margin-bottom: 8px;
  }
  .page .single-post {
      margin-top: 40px;
  }
	.share-button {
	    position: relative;
	    display: block;
	    width: 100%;
	    height: auto;
	    left: auto;
	    top: auto;
	    margin-top: 40px;
	}
	.col-md-4 #tabs .tab {
	    padding: 12px 16px;
      display: flex;
	}

/* TABLET */

@media screen and (max-width: 768px) and (min-width: 600px) {

  .single .top-section, .page .top-section, .archive .top-section, .search .top-section {
      margin: 16px 0 24px 0;
      border-bottom: none;
  }
  .single-thumbnail {
      height: 400px;
  }
  .top-section .logo img {
      width: 80px;
  }
  .card-wrapper {
      width: 50%;
  }
  .jumbotron .swiper-slide h2 {
      max-width: 90%;
      font-size: 40px;
      top: 60%;
  }
  .top-section .logo h4 {
      font-size: 18px;
  }
  .kampus-image {
      height: 360px;
  }

}
