/************************************************************
*    https://mexdesain.com
*   Name : Mahfud Efendi
*   Email: mexdesain@gmail.com
*   Phone: +6285736056523
*
***************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");

:root {
  --biru: #0081c8;
  --biru-gelap: #0f31a0;
  --putih: #fefefe;
  --text-hitam: #1f1f1f;
  --biru-darkness: #1f183d;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", verdana, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 20pt;
  margin: 0 auto;
  padding: 0;
  background: var(--putih) !important;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

header {
  width: 100%;
  margin: auto;
  z-index: 100;
  top: 0px;
  left: 0px;
}
main {
  max-width: 1440px;
  margin: 95px auto 0 auto;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: top 1.3s ease;
}

.sticky > nav.mex-container {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
  background: rgba(16, 48, 68, 0.94);
}

article {
  width: 100%;
  margin: auto;
}

h1 {
  font-size: 30pt;
  font-family: "Varela Round", sans-serif;
}
h2 {
  font-size: 25pt;
  font-family: "Varela Round", sans-serif;
}
h3 {
  font-size: 20pt;
  font-family: "Varela Round", sans-serif;
}
p {
  font-size: 12pt;
  font-family: "Lato", sans-serif;
}

.mex-image {
  -webkit-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 3px solid rgba(102, 102, 102, 0.13);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mex-image:hover {
  border: 3px solid rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0px 31px 33px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 31px 33px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 31px 33px -17px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-10px);
}
.mex-image-fluid {
  max-width: 100%;
  height: auto;
}
.mex-bg-header {
  background: #081f3e;
}
.mex-bg-tentang {
  background: #13374e;
}
.mex-bg-layanan {
  background: #224459;
}
.mex-bg-tim {
  background: #2e536a;
}
.bg-kontak {
  background: #43708c;
}
.bg-biru {
  background: var(--biru-darkness);
}
.mex-bg-gradient {
  background: var(--putih);
  /* background: linear-gradient(
    180deg,
    rgba(31, 24, 61, 1) 17%,
    rgba(44, 46, 84, 1) 43%,
    rgba(95, 129, 175, 1) 100%
  ); */
}

.font-tipis {
  font-weight: 300 !important;
}
.font-dosis {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 1px;
}

.font-popins {
  font-family: "Poppins", verdana, sans-serif !important;
}

.font-rubik {
  font-family: "Rubik", verdana, sans-serif;
}
.mex-text-shadow {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.33);
}
.bgdrop-tim {
  background: url("../images/air.png"), rgba(255, 255, 255, 0.9);
  background-size: fill;
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-width: 100%;
  padding: 20px 30px;
  margin: 10px auto;
}
.mex-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.mex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.mex-row::after {
  content: "";
  clear: both;
  display: table;
}

.mex-col-1 {
  width: 8.33%;
}
.mex-col-2 {
  width: 16.66%;
}
.mex-col-3 {
  width: 25%;
}
.mex-col-4 {
  width: 33.33%;
}
.mex-col-5 {
  width: 41.66%;
}
.mex-col-6 {
  width: 50%;
}
.mex-col-7 {
  width: 58.33%;
}
.mex-col-8 {
  width: 66.66%;
}
.mex-col-9 {
  width: 75%;
}
.mex-col-10 {
  width: 83.33%;
}
.mex-col-11 {
  width: 91.66%;
}
.mex-col-12 {
  width: 100%;
}

[class*="mex-col-"] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.mex-navbar {
  display: inline-block;
  padding: 0px 90px;
  vertical-align: middle;
  width: 100%;
  height: 95px;
}
.mex-navbar-image {
  width: 230px;
  margin-right: 20px;
  margin-top: 0px;
}

.mex-navbar ul {
  margin: 21px 0px;
  overflow: hidden;
  width: auto;
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
.mex-navbar * {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.mex-navbar .iconToggler {
  display: none;
}

.mex-navbar .mex-nav-item {
  display: inline-block;
  color: #ffffff;
  margin: 0 3px;
  padding: 6px 8px;
  list-style: outside none none;
}

.mex-navbar .mex-nav-item a {
  color: #ffffff;
  font-size: 0.8em;
  padding: 8px 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mex-nav-item a:before,
.mex-nav-item a:after {
  height: 2px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #ffffff;
  width: 0;
}
.mex-nav-item a:before {
  top: 0;
  left: 0;
}
.mex-nav-item a:after {
  bottom: 0;
  right: 0;
}

.mex-nav-item a:hover,
.mex-nav-item.current a {
  color: #ffffff;
}
.mex-nav-item a:hover:before,
.mex-nav-item.current a:before,
.mex-nav-item a:hover:after,
.mex-nav-item.current a:after {
  width: 100%;
}

.mex-fr {
  float: right;
}
.mex-fl {
  float: left;
}
.mex-fc {
  clear: both;
}
.mex-mgr-5 {
  margin-right: 25px;
}
.mex-mgl-5 {
  margin-left: 25px;
}

.mex-pd-1 {
  padding: 20px !important;
}
.mex-pd-2 {
  padding: 25px !important;
}
.mex-pd-3 {
  padding: 30px !important;
}
.mex-pd-4 {
  padding: 35px !important;
}
.mex-pd-5 {
  padding: 40px !important;
}
.mex-pdy {
  padding-top: 55px;
  padding-bottom: 55px;
}
.mex-pdx {
  padding-left: 55px;
  padding-right: 55px;
}

.mex-text-title {
  margin: 0px 0 15px 0;
  font-weight: 700;
  font-size: 32pt;
  line-height: 55px;
}
.mex-text-subtitle {
  font-size: 16pt !important;
  width: 500px;
  position: relative;
  margin: 15px 0 15px 0;
  word-wrap: break-word;
}
.mex-text-putih {
  color: #ffffff !important;
}
.mex-text-kuning {
  color: #f7ba32 !important;
}
.mex-text-biru {
  color: var(--biru-gelap) !important;
}
.mex-text-hitam {
  color: var(--text-hitam) !important;
}
.mex-text-center {
  text-align: center;
}
.mex-text-left {
  text-align: left;
}
.mex-text-jusify {
  text-align: justify;
}
.mex-jumbotron {
  margin: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.mex-full-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.mex-full-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mex-event-container {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 120px auto 20px !important;
  position: relative;
  max-width: 350px;
  border: 1px solid var(--biru-darkness);
}

.mex-event-header {
  margin: auto;
  width: 100%;
  min-height: 165px;
  text-align: center;
  align-items: center;
  position: relative;
}

.mex-event-header img {
  max-width: 250px;
  max-height: 340px;
  min-width: 250px;
  min-height: 340px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border: 2px solid #adadad;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  box-shadow: 10px 15px 16px -12px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 15px 16px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 15px 16px -12px rgba(0, 0, 0, 0.75);

  position: absolute;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease;
}

.mex-event-header img:hover {
  transform: scale(1.2);
}
.mex-event-category {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -100px;
  text-align: center;
  background-color: #02072e;
  color: white;
  font-size: 9pt;
  font-weight: 700;
  padding: 2px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 70%;
  z-index: 1;
}

.mex-event-content {
  width: 100%;
  position: relative;
  margin-top: 90px !important;
  font-size: 11pt !important;
  padding: 12px 10px;
  min-height: 200px;
}

.mex-event-title {
  padding: 10px 0;
  color: #1c406f;
  font-family: "Dosis", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14pt;
  align-items: center;
}

.mex-event-description {
  text-align: justify;
  font-size: 10pt;
}
.mex-event-footer {
  padding: 8px 20px;
  background-color: var(--biru-darkness);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
}
.mex-event-info {
  font-size: 9pt;
  color: #dae4e9;
  font-family: "Lato", verdana;
  text-align: left;
  padding: 4px 0;
}
.mex-text-title-rounded {
  background: #123477;
  color: #ffffff;
  padding: 8px;
  font-weight: 300;
  font-family: "Varela Round", sans-serif;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 14pt !important;
  text-align: center;
  -webkit-box-shadow: 0px 8px 10px -8px rgba(6, 59, 84, 1);
  -moz-box-shadow: 0px 8px 10px -8px rgba(6, 59, 84, 1);
  box-shadow: 0px 8px 10px -8px rgba(6, 59, 84, 1);
}
.mex-card {
  background: rgba(255, 255, 255, 0.66);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  max-width: 100%;
  position: relative;
  padding: 0px 0;
  border: 2px solid #ebebeb;
  margin: 10px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.mex-card:hover {
  -webkit-box-shadow: 0px 1px 12px 10px rgba(0, 131, 232, 1);
  -moz-box-shadow: 0px 1px 12px 10px rgba(0, 131, 232, 1);
  box-shadow: 0px 1px 12px 10px rgba(0, 131, 232, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-rounded {
  width: 100px;
  height: 100px;
  border-radius: 59px;
  -webkit-border-radius: 59px;
  margin: 20px 0;
}

.mex-medsos {
  position: relative;
  width: 100%;
}
.mex-medsos-link {
  filter: grayscale(100%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.mex-medsos-link img {
  width: 32px;
  height: 32px;
}
.mex-medsos-link:hover {
  filter: grayscale(0%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mex-form-group {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  max-width: 100%;
  margin: 15px 0px 15px 0px;
  position: relative;
  padding: 20px;
  height: 100%;
  max-height: 450px;
}
.mex-form-control {
  margin: 20px 0;
}
/*  Desain Form */
input,
textarea,
select {
  padding: 9px;
  border: solid 1px #acc1f7;
  outline: 0;
  font: normal 13px/100% "Lato", Tahoma, sans-serif;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  line-height: 150%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919192 !important;
  opacity: 0.7; /* Firefox */
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #6397c2;
}

.form_kontak label {
  color: #999999;
  font-size: 12pt;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.form_kontak button {
  width: 100%;
  padding: 9px 15px;
  background: #0f8f9c;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  border: 1px solid #0f8f9c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form_kontak button:hover {
  background: #077985;
  border: 1px solid #058b99;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 131, 232, 1);
  -moz-box-shadow: 1px 1px 6px 2px rgba(0, 131, 232, 1);
  box-shadow: 1px 1px 6px 2px rgba(0, 131, 232, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mex-embed {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.footer {
  background: #131313;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  min-height: 80px;
}

.footer .mex-menu-footer {
  text-decoration: none;
  list-style: none;
  display: block;
  padding: 5px 0;
  margin: 0;
}
.footer .mex-menu-footer .mex-menu-item {
  display: inline-block;
  padding: 1px 2px;
  text-align: center;
}
.footer .mex-menu-footer li + li:before {
  content: "|";
  margin: 0 12px 0 2px;
}
.footer .mex-menu-footer .mex-menu-item a {
  color: #a5ecec;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 6px;
}
.footer .mex-menu-footer .mex-menu-item a:hover {
  color: #ffffff;
  background: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.scrollTotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 25px;
  background: #03435e;
  border: 2px solid #ffffff;
}

.mex-porto {
  width: 100% !important;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

aside {
  width: 98%;
  margin: 80px auto 0 auto;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 50px 30px;

  /* background: #0081C8; Old browsers */
  background: var(--biru-darkness);
}

aside p {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  margin: 10px;
}

aside span {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  font-size: 14pt;
  color: #313594;
}
aside .mex-biodata {
  margin: 50px auto;
  background: url("../images/bg-biodata.png"), #ffffff;
  object-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 550px;
  padding: 28px;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
}
aside .mex-biodata::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -28px;
}
aside img.profil {
  overflow: hidden;
  width: 250px;
  height: 250px;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
aside img.profil:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
aside .mex-medsos {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
aside .mex-medsos a {
  margin: 0 5px;
  filter: grayscale(0%);
}
aside .mex-medsos img:hover {
  transform: scale(1.3) !important;
}

.mex-singleheader {
  width: 100%;
  height: 380px;
  background-color: rgb(0, 31, 65);
  position: relative;
}

.mex-singleheader-container {
  padding: 50px 100px 20px 100px;
  z-index: 10 !important;
  text-align: center;
  font-size: 26pt;
  vertical-align: middle;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mex-singleheader img {
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}

.tentang_kami_pad {
  padding: 100px 80px 80px 80px;
  display: flex;
  flex-direction: row-reverse;
}

#panel_unggulan {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1440px) {
  main {
    margin-top: 95px;
  }
  .mex-navbar {
    text-align: center;
    padding: 0;
  }
  .mex-navbar-image {
    width: 200px;
    margin-top: 0px !important;
    margin: auto;
  }
  .mex-navbar ul {
    margin-top: 0px !important;
  }

  .mex-singleheader {
    width: 100%;
    height: 340px;
    font-size: 26pt;
  }
  .mex-singleheader-container {
    padding: 50px 80px 20px 80px;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  main {
    margin-top: 63px;
  }

  .mex-navbar {
    text-align: center;
    padding: 0;
  }

  .mex-navbar-image {
    width: 140px;
    margin-top: 0px !important;
    margin: auto;
  }

  .mex-navbar ul {
    margin-top: 0px !important;
  }

  .mex-singleheader {
    width: 100%;
    height: 300px;
    font-size: 22pt;
    overflow: hidden;
  }

  .mex-singleheader-container {
    padding: 50px 80px 20px 80px;
    width: 100%;
    height: 100%;
  }

  .tentang_kami_pad {
    padding: 100px 80px 80px 80px;
    display: flex;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 63px !important;
  }
  /** Tablet Screen **/
  header,
  article {
    padding-right: 0;
    padding-left: 0;
  }
  .mex-container {
    padding-right: 0;
    padding-left: 0;
  }
  .mex-row {
    margin-right: 0;
    margin-left: 0;
  }
  .mex-navbar {
    text-align: center;
    padding-top: 5px;
  }
  .mex-navbar-image {
    width: 165px;
    margin-top: 0px !important;
    margin: auto;
  }
  .mex-navbar ul {
    text-align: center;
    -webkit-transition: height 0.6s ease-in-out;
    transition: height 0.6s ease-in-out;
    padding: 6px 0px;
  }
  .mex-navbar .mex-nav-item {
    margin: 0 3px;
    padding: 4px 6px;
  }
  .mex-navbar .mex-nav-item a {
    font-size: 0.88em;
    padding: 6px 2px;
  }
  [class*="mex-col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mex-pd-1 {
    padding: 8px !important;
  }
  .mex-pd-2 {
    padding: 10px !important;
  }
  .mex-pd-3 {
    padding: 15px !important;
  }
  .mex-pd-4 {
    padding: 20px !important;
  }
  .mex-pd-5 {
    padding: 24px !important;
  }

  .mex-card {
    padding: 8px;
  }
  .img-rounded {
    width: 80px;
    height: 80px;
    margin: 15px 0;
  }
  .mex-text-title-rounded {
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 6px 8px;
    font-size: 11pt !important;
    margin: 8px !important;
  }

  .mex-card p {
    margin: 12px !important;
    font-size: 12pt !important;
  }

  .mex-singleheader {
    width: 100%;
    height: 280px;
    font-size: 20pt;
  }

  .mex-singleheader-container {
    padding: 35px 45px 20px 45px;
    width: 100%;
    height: 100%;
  }

  .tentang_kami_pad {
    padding: 60px 40px;
    display: flex;
    flex-direction: row-reverse;
  }

  /***
  Style image in portal web
  **/
  img {
    max-width: 100% !important;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  header,
  article {
    padding: 0px !important;
  }
  .mex-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mex-navbar {
    overflow: hidden;
    -webkit-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 21px 23px -17px rgba(0, 0, 0, 0.75);
    padding: 5px 10px 0px 10px;
  }
  .mex-navbar-image {
    width: 155px;
    float: right;
  }
  [class*="mex-col-"] {
    width: 100% !important;
    float: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mex-navbar .iconToggler {
    margin: 10px 0px;
    float: left;
    display: block;
    color: #ffffff !important;
    padding: 6px 8px 0px 8px;
  }
  .mex-navbar .iconToggler a {
    color: #ffffff;
    font-size: 16pt;
    line-height: 35px;
  }
  .mex-navbar .iconToggler img {
    vertical-align: middle;
    cursor: pointer;
  }
  .mex-navbar .iconToggler::after {
    clear: both;
  }
  .mex-navbar.responsive {
    position: relative;
    overflow: hidden;
  }
  .mex-navbar ul {
    height: 0px;
    width: 100%;
    margin: 0px -5px;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
    overflow: hidden;
  }
  .mex-navbar.responsive ul {
    height: 240px;
    overflow: hidden;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }
  .mex-navbar .mex-nav-item {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    padding: 3px 8px;
  }
  .mex-navbar .mex-nav-item:first-child {
    margin-top: 12px;
  }
  .mex-navbar.responsive .mex-nav-item a {
    width: 100%;
  }

  .mex-pd-1 {
    padding: 8px !important;
  }
  .mex-pd-2 {
    padding: 10px !important;
  }
  .mex-pd-3 {
    padding: 15px !important;
  }
  .mex-pd-4 {
    padding: 20px !important;
  }
  .mex-pd-5 {
    padding: 24px !important;
  }
  .mex-pdx,
  .mex-pdy {
    padding: 20px;
  }

  .mex-jumbotron {
    min-height: 250px;
    object-fit: cover;
    object-position: right;
  }
  .mex-text-title {
    margin: 30px 10px 20px 10px;
    font-weight: 500;
    font-size: 25pt;
    line-height: 32pt;
    text-align: center;
  }
  .bgdrop-tim {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .mex-text-subtitle {
    width: 100%;
  }
  .mex-form-group {
    max-height: 560px;
  }
  .mex-embed {
    height: 360px;
  }
  .footer {
    height: 110px;
  }

  aside {
    width: 100%;
    display: block;
    margin: -30px 0;
    padding: 30px 20px;
  }
  aside [class*="mex-col-"] {
    padding: 10px;
  }
  aside .mex-biodata {
    background: url("../images/bg-biodata.png"), #ffffff;
    background-size: cover;
    text-shadow: 0 0 3px #f6f6f6;
  }

  .mex-event-container {
    max-width: 78%;
    /* margin: 70px auto 20px!important; */
  }

  .mex-event-header img {
    max-width: 210px;
    max-height: 295px;
    min-width: 210px;
    min-height: 295px;
  }
  .mex-event-category {
    bottom: -55px;
    width: 65%;
    font-size: 8pt;
  }
  .mex-event-content {
    margin-top: 50px !important;
  }

  .mex-singleheader {
    width: 100%;
    height: 265px;
    font-size: 18pt;
  }

  .mex-singleheader-container {
    padding: 25px 35px 15px 25px;
  }

  .tentang_kami_pad {
    padding: 50px 25px;
    display: flex;
    flex-direction: row;
  }

  /***
  Style image in portal web
  **/
  img {
    max-width: 100% !important;
    height: auto;
  }
}

@media only screen and (max-width: 425px) {
  .tentang_kami_pad {
    padding: 35px 10px;
    flex-direction: row !important;
  }
  .mex-navbar-image {
    width: 155px;
    margin-left: 15px;
  }

  /***
  Style image in portal web
  **/
  img {
    max-width: 100% !important;
    height: auto;
  }
}

ul.check-list li {
  list-style: none;
  padding-left: 40px;
  position: relative;
  margin: 8px 0px;
  font-family: "Poppins", verdana, sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: var(--biru-gelap);
}

ul.check-list li:before {
  content: "";
  position: absolute;
  left: 5px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url("../images/check-icon.png");
}

/* Breadcrumbs Style */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-top: 12px;
  list-style: none;
  background-color: #fdf2b2;
  border-radius: 4px;
  text-align: center;
  display: block !important;
  font-size: 11pt !important;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fdf2b2 !important;
  content: "/\00a0" !important;
}

.breadcrumb > .active {
  color: #f5dd0a;
}

.breadcrumb li a {
  color: #fdf2b2;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
