
/*--------------------------------------------------------------
#  LPM Uhamka v2.0
--------------------------------------------------------------*/

/*=========================== 01.COMMON css ===========================*/
body {
    background: #fff; 
    color: #595d69;
    font-family: "Montserrat", sans-serif;

    font-size: 16px;
    overflow-x: hidden;

   font-weight: normal;
   font-style: normal;
}

* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
}

a { 
  transition: 0.5s;
}
a:hover, 
a:active, 
a:focus { 
  outline: none;
  text-decoration: none;
}

a {
  color: #333333;
}
a:hover {
  color: #0061B0;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  /*margin: 0 0 15px 0;*/
  color: #191a1f;
}

h1 {
   font-size: 45px;
}
 h2 {
   font-size: 36px;
}
 h3 {
   font-size: 28px;
}
 h4 {
   font-size: 22px;
}
 h5 {
   font-size: 18px;
}
 h6 {
   font-size: 16px;
}

ul, ol {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

/*=========================== 02.Back to top button  css ===========================*/
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #7a52a3, #007bff);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*=========================== 03. Preloader  css ===========================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=========================== 04. Header css ===========================*/

.jarak-header {   
  margin-top: 90px;
}
@media (max-width: 767px) {
   .jarak-header {
     margin-top: 70px;
  }
}



#header {
  padding: 0;  
  position: fixed; 
  left: 0;
  top: 0;
  right: 0;
   
  z-index: 997; 
  /*height: 118px;*/

  background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 54%, rgba(255,255,255,0.93) 69%, rgba(255,255,255,0.89) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(54%, rgba(255,255,255,0.95)), color-stop(69%, rgba(255,255,255,0.93)), color-stop(100%, rgba(255,255,255,0.89)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 54%, rgba(255,255,255,0.93) 69%, rgba(255,255,255,0.89) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 54%, rgba(255,255,255,0.93) 69%, rgba(255,255,255,0.89) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 54%, rgba(255,255,255,0.93) 69%, rgba(255,255,255,0.89) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 54%, rgba(255,255,255,0.93) 69%, rgba(255,255,255,0.89) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

} 
#header > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header #logo {
  float: left;
  overflow: hidden;
} 

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height:60px;
  width:226.64px;

-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
    width: auto;
  } 
}

#header.header-fixed { 
  
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);

  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  
}
#header.header-fixed #logo img { 
  height: 40px;

  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#header.header-fixed #topbar  {
  display: none; 
}


/*=========================== 05. BUTTON css ===========================*/

 .main-btn {
   display: inline-block;
   font-weight: 500;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid transparent;
   padding: 0 23px;
   font-size: 13px;
   line-height: 40px;
   color: #0067f4;
   cursor: pointer;
   z-index: 5;
   -webkit-transition: all 0.4s ease-out 0s;
   -moz-transition: all 0.4s ease-out 0s;
   -ms-transition: all 0.4s ease-out 0s;
   -o-transition: all 0.4s ease-out 0s;
   transition: all 0.4s ease-out 0s;
   position: relative;
   text-transform: uppercase;
}
 @media (max-width: 767px) {
   .main-btn {
     font-size: 14px;
     padding: 0 20px;
     line-height: 40px;
  }
}


/*=========================== 06. SLIDER css ===========================*/

.slider_area {  
  background-color: #004C84; 
} 

.slider_area .container, .slider_area .container .row {
  height: 100%;
}

.slider_area .carousel.slide {  
   -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider_area .carousel-item {
   background-color: #004C84;  
   height: 600px;
}
.slider_area .carousel-item::before {
   position: absolute;
   content: '';
   width: 33%;
   height: 100%;
   background: -webkit-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
   background: -o-linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
   background: linear-gradient(rgba(0, 103, 244, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
   top: 0;
   right: 15%;
   -webkit-transform: skewX(20deg);
   -moz-transform: skewX(20deg);
   -ms-transform: skewX(20deg);
   -o-transform: skewX(20deg);
   transform: skewX(20deg);
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slider_area .carousel-item::before {
     width: 40%;
  }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slider_area .carousel-item::before {
     width: 60%;
  }
}
 @media (max-width: 767px) {
   .slider_area .carousel-item::before {
     width: 50%;
     right: 45%;
  }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
   .slider_area .carousel-item::before {
     right: 25%;
  }
}
.slider_area .carousel-item .slider-image-box {
   z-index: 9;
   height: 100%; 
}
.slider_area .carousel-item .slider-image-box .slider-image { 
   width: 100%;
   border-radius: 8px;
   overflow: hidden;
}
.slider_area .carousel-item .slider-image-box .slider-image img { 
   width: 100%; 
}
.slider_area .slider-content {
   position: relative;
   z-index: 9;
   height: 100%; 
}
 @media (max-width: 767px) {
   .slider_area .slider-content {
      height: auto;                 /* <------------------------------------------ update disini ---- */
  }
}
.slider_area .slider-content .title {
   font-size: 30px; 
   color: #fff;
   font-weight: 700;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slider_area .slider-content .title {
     font-size: 30px;
     line-height: 80px;
  }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slider_area .slider-content .title {
     font-size: 35px;
     line-height: 90px;
  }
}
 @media (max-width: 767px) {
   .slider_area .slider-content .title {
     font-size: 26px;
     line-height: 130%;
  }
}
.slider_area .slider-content .text {
   color: #fff;
   font-size: 15px;
   line-height: 24px; 
}

/*s: btn slider*/
.slider_area .slider-content .slider-btn { 
   padding-left: 0px;
}
.slider_area .slider-content .slider-btn li {
   display: inline-block;
   margin: 16px 8px 0 0;
}
@media (max-width: 767px) {
   .slider_area .slider-content .slider-btn li {
     margin: 0;
  }
} 
.slider_area .rounded-buttons .main-btn {
    border-radius: 50px;
}
 @media (max-width: 767px) {
   .slider_area .slider-content .slider-btn li {
     margin: 0;
  }
} 
.slider_area .slider-content .slider-btn li a {
   border-color: #fff;
   color: #fff;
}
.slider_area .slider-content .slider-btn li a:hover {
   background-color: #fff;
   color: #034778;
}

/*e: btn slider*/


.slider_area .carousel-indicators {
   margin-bottom: 50px;
}
.slider_area .carousel-indicators li {
   display: block;
   width: 8px;
   height: 8px;
   background-color: rgba(255, 255, 255, 0.5);
   border-radius: 50px;
   border: 0;
   margin: 0px 2px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slider_area .carousel-indicators li {
     width: 13px;
     height: 13px;
  }
}
 @media (max-width: 767px) {
   .slider_area .carousel-indicators li {
     width: 13px;
     height: 13px;
  }
}
.slider_area .carousel-indicators li.active {
   background-color: #fff;
   width: 16px;
   border-radius: 50px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slider_area .carousel-indicators li.active {
     width: 23px;
  }
}
 @media (max-width: 767px) {
   .slider_area .carousel-indicators li.active {
     width: 23px;
  }
}
.slider_area .carousel .carousel-control-prev, .slider_area .carousel .carousel-control-next {
   top: 50%;
   font-size: 20px;
   color: #fff;
   bottom: auto;
   left: 60px;
   right: auto;
   opacity: 1;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   border: 1px solid rgba(255, 255, 255, 0.3);
   border-radius: 40px;
}
.slider_area .carousel .carousel-control-next {
   right: 60px;
   left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .carousel .carousel-control-prev {
     left: 30px;
  }
  .slider_area .carousel .carousel-control-next {
     right: 30px;
  }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .carousel .carousel-control-prev {
      left: 10px;
  }
  .slider_area .carousel .carousel-control-next {
     right: 10px;
  }
}

 @media (max-width: 767px) {
  .slider_area .carousel .carousel-control-prev {
      left: 10px;
  }
  .slider_area .carousel .carousel-control-next {
     right: 10px;
  }
}

/*======================== 07. Running text ============================ */ 
.newsticker_area {
    background-color: #034778;
}
.newsticker_area .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.newsticker_area .marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.newsticker_area .marquee__seperator {
    margin: 0 2rem;
    font-size: 5px;
    vertical-align: middle;
}
.newsticker_area .marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
.newsticker_area .marquee__item a {
  color: #fff;
  font-size: 13px;
}
.newsticker_area .marquee__item a:hover {
  color: #fff;
  text-decoration: underline;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.newsticker_area .marquee {
  background-color: #034778;
  padding: 0.5rem 0;
  color: #fff;
}

/*=========================== 08. Navigation Menu css ===========================*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu > li.menu-active a {
  color: #0060a5;
}


.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}


@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a { 
    padding: 7px 3px 0px 8px;
    text-decoration: none;
    display: inline-block; 
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    text-transform: uppercase;
}
.nav-menu a:hover {
    /*color: #034778*/
}
.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  /* margin: 4px 0 0 0; */
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #034778;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle { 
  z-index: 999;
  margin: 0px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;

  position: fixed;
  right: 0;
  top: 0;
}

#mobile-nav-toggle i {
  color: #1793d2;
  margin: 23px 18px 0 0;
}
.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}


@media (max-width: 991px) {
   #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li.menu-active a {
  color: #50a5d2;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.8);
  display: none;
  transition: 0.5s;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*=========================== 09.JUDUL HEADER css ===========================*/ 

.section-header { 
    padding: 0px;
    margin-bottom: 50px;
    text-align: center; 
}
.section-header .section-title { 
    font-size: 28px;
    color: #0061b0;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal;  
}
.section-header .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 24px;
    text-align: center;
}
@media (max-width: 768px) { 
    .section-header { 
        margin-bottom: 25px;
    }
    .section-header .section-title { 
        font-size: 20px; 
    }
} 



/*=========================== 11.FEATURES css ===========================*/ 

.features-area { 
    background-color: #034778;
    padding: 40px 0; 
}
@media (max-width: 767px) {
  .features-area { 
     padding: 30px 0 15px 0; 
  }   
}
 .single-features {
    position: relative;
   padding: 15px 0 15px 15px;
   background-color: #fff;
   border-radius: 8px;  
   height: 100px;

   -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
 @media (max-width: 767px) { 
    .single-features {
      margin-bottom: 15px;
    } 
}
.single-features .features-title-icon .features-title {
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.single-features .features-title-icon .features-title   {
   font-size: 14px;
   line-height: normal;
   font-weight: 500; 
}  
/*icon*/
.single-features .features-icon { 
    display: inline-block;
    width: 80px;
    position: absolute;
    right: 5px;
    top: 19px;
    z-index: 1; 
}   


/*=========================== 12.KEGIATAN css ===========================*/ 

 .kegiatan-area {
   background-color: #f9f9f9;
   padding-top: 100px;
   padding-bottom: 100px;
}
@media (max-width: 767px) {
    .kegiatan-area { 
       padding: 50px 0px;
    } 
}
 .single-kegiatan {
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); 
}
@media (max-width: 767px) {
    .single-kegiatan {
      height: auto;
      margin-bottom: 15px;
    }
}
.single-kegiatan .kegiatan-title {
  margin-bottom: 0px; 
} 
.single-kegiatan .kegiatan-title {
   font-size: 14px;
   line-height: normal; 
   
   font-weight: 500;
}

@media (max-width: 767px) {
   .single-kegiatan .kegiatan-title {
     font-size: 20px; 
  }
}
/*icon*/
 .single-kegiatan .kegiatan-icon { 
    display: inline-block; 
    height: 90px;
    margin-bottom: 10px; 
}  
@media (max-width: 767px) {
    .single-kegiatan .kegiatan-icon {  
        margin-bottom: 10px; 
    } 
}

/*=========================== 13.sambutan css ===========================*/  

.manajemen_area
{ 
  padding: 100px 0;
  overflow: hidden;
  background: #fff url(../image/pexels-photo.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
} 
@media (max-width: 767px) {
    .manajemen_area { 
      padding: 50px 0;
    }
}
.manajemen_area .section-header {
    text-align: left;
}
.manajemen_area .box {
    background: #fff url(../image/bg_speech.png) top right no-repeat;
    overflow: hidden;  
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.11);

    border-radius: 8px; 

    background-size: contain; 
    background-position-x: 87%;
    background-position-y: bottom;
}
.manajemen_area .box .body 
{   
    z-index: 2;
    padding-right: 60px;
    height: 100%; 
}  
.manajemen_area .box .body p { 
    font-size: 16px;
}
.manajemen_area .box .person
{   
    
}
.manajemen_area .box .person .namanya
{  
    font-size: 20px; 
    font-weight: 500;
    line-height: normal; 
    color: #0061b0;
}
.manajemen_area .box .person .jabatan
{ 
    display: block;
    font-size: 14px;
    font-weight: 400; 
}

@media (max-width: 990px) {

    .manajemen_area .box {
        
    } 
    .manajemen_area .box .body {
        padding: 20px;  
    } 
    .manajemen_area .box .body p { 
        font-size: 14px;
    }  
}

@media (max-width: 768px) { 
     
    .manajemen_area .box .person .namanya {
        font-size: 19px; 
    }
    
}


/*=========================== 14.berita css ===========================*/  

.berita_area
{ 
  padding: 100px 0;
  overflow: hidden;
  background: #004C84 url(../image/bg_berita.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
} 

@media (max-width: 767px) {
    .berita_area
      { 
        padding: 50px 0; 
      }     
}
.berita_area .section-header .section-title { 
  color: #fff;
}
.berita_area  .section-header .sub-title {
  color: #f7f7f7;
}
.berita_area .card  {
  padding: 0px; 
  background: none;
  border-radius: 0px;
  border: 0px;
  height: 100%; 
}  
@media (max-width: 767px) {
    .berita_area .card  {
       margin-bottom: 15px;
    }
}

.berita_area .card .list-image.list-image-big { 
  max-height: 304px;
}
.berita_area .card .list-image {
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;

  max-height: 143px;
}

@media (max-width: 767px) {
  .berita_area .card .list-image { 
    max-height: 186px;
  }
}

.berita_area .card-body {
  padding: 0px;
}
.berita_area .card .card-title {
  font-weight: 400; 
  margin-bottom: 10px; 
}
.berita_area .card h4.card-title {
    font-size: 18px; 
}

.berita_area .card .card-title a {
  color: #fff;
} 
.berita_area .card .card-title a:hover  {
  color: #cae8ff;
}
@media (max-width: 767px) {
    .berita_area .card h4.card-title  {
        font-size: 16px;
    }
}
.date {
    font-size: 12px;
    margin-bottom: 5px;
} 


/*=========================== 15.galeri css ===========================*/  

.galeri_area
{ 
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #004C84 0%, #004B82 100%);
  -webkit-background-size: cover;
  background-size: cover;
} 
@media (max-width: 767px) {
    .galeri_area
      { 
        padding: 50px 0; 
      }   
}
.galeri_area .section-header .section-title { 
  color: #fff;
}
.galeri_area  .section-header .sub-title {
  color: #f7f7f7;
}

.galeri-list .galeri-body {
   position: relative;
   overflow: hidden;

   max-height: 208px;  /* <------------------------------------------ update disini ---- */
}
.galeri-list .galeri-body img {
   width: 100%;
   -webkit-transition: all 0.3s ease-out 0s;
   -moz-transition: all 0.3s ease-out 0s;
   -ms-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
}
.galeri-list .galeri-body .galeri-text-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.5s ease-out 0s;
   -moz-transition: all 0.5s ease-out 0s;
   -ms-transition: all 0.5s ease-out 0s;
   -o-transition: all 0.5s ease-out 0s;
   transition: all 0.5s ease-out 0s;
  /* background-color: rgba(255, 255, 255, 0.8);*/
   background-color: rgba(0, 48, 84, 0.75);
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.96);
   -ms-transform: scale(0.96);
   -o-transform: scale(0.96);
   transform: scale(0.96);
   border-radius: 4px;
}
.galeri-list:hover .galeri-text-overlay {
   opacity: 1;
   visibility: visible;
}
.galeri-list .galeri-body .galeri-text-overlay .galeri-content {
   padding: 16px;
}
.galeri-list .galeri-body .galeri-text-overlay .galeri-content a {
   color: #fff;
}
.galeri-list .galeri-body .galeri-text-overlay .galeri-content a:hover {
   color: #84C6E9;
}

/*=========================== 16.Agenda Kegiatan LPM css ===========================*/ 

.agenda-area {
   background-color: #fff;
   padding-top: 100px;
   padding-bottom: 100px;
   overflow: hidden;
}
@media (max-width: 767px) {
     .agenda-area { 
         padding: 50px 0px;
      }
}
.box-agenda .agenda {
    font-size: 16px;
    padding: 14px;
    background: #ededed;
    margin-bottom: 20px; 
    border-radius: 8px;
    line-height: normal;
}
 .box-agenda .boxlist {
    overflow: hidden;   
    padding: 15px;
    background-color: #fff;
    border-radius: 8px; 
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);

    margin-bottom: 20px; 
} 

.box-agenda .boxlist .boxlist-image { 
    background: #fff;
    /*margin-right: 20px;*/
    /*width: 30%;*/         /* <------------------------------------------ update disini ---- */
    max-height: 127px;  /* <------------------------------------------ update disini ---- */
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 768px) { 
    .box-agenda .boxlist .boxlist-image {  
        max-height: 225px;  /* <------------------------------------------ update disini ---- */ 
    }
}
.box-agenda .boxlist .boxlist-content   { /* <------------------------------------------ update disini ---- */
  /*width: 70%;*/
}
.box-agenda .boxlist .boxlist-content .date {
  font-size: 14px;
  display: block;
}
.box-agenda .boxlist .boxlist-content .date .s1, 
.box-agenda .boxlist .boxlist-content .date .s2 { 
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 768px) { 
    .box-agenda .boxlist .boxlist-content .date .s1, 
    .box-agenda .boxlist .boxlist-content .date .s2 { 
        display: block;
    }  
}

.box-agenda .boxlist .boxlist-content a {
   
   font-weight: 500;
   font-size: 17px;
   line-height: normal;
}
.box-agenda .boxlist .boxlist-content a:hover {
     
}

@media (max-width: 768px) { 
   .box-agenda .boxlist .boxlist-content a { 
     font-weight: 500;
     font-size: 16px;
  } 
}

/*kanal : list agenda*/
.box-agenda .boxlist .ket {
  font-size: 14px; 
}
.box-agenda .des {
  font-size: 15px;
}
.box-agenda .des strong {
  font-weight: 500;
  color: #444;
}
@media (max-width: 768px) { 
    .box-agenda .boxlist-content {
      margin: 20px 0;
    }
}

/*box wkt*/
.slide-wkt {
  display: block;
  font-size: 17px;
  font-weight: 600; 
  color: #0061b0;  
  border: 1px solid #e6e6e6; 
  line-height: normal; 
  padding: 15px;  
  transition: 0.5s; 
  height: 100%;
  text-align: center; 
  background: #f7f7f7;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 4%); 
}
.slide-wkt:hover, 
.slide-wkt:hover.active {
  color: #fff;  
  background: #0061b0; 
  border: 1px solid #0061b0;  
}
.slide-wkt.active{
  color: #fff;  
  background: #1775c1; 
  border: 1px solid #0061b0;  
}
.slide-wkt .ket {
   font-size: 14px;
   font-weight: normal;
}
@media (max-width: 767px) {
   .slide-wkt {
     font-size: 14px; 
  } 
  .slide-wkt .ket {
     font-size: 12px; 
  }
}

/*slider box wkt*/
#slide-wkt-thumbs { 
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}
#slide-wkt-thumbs .carousel-inner {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px; 
} 
#slide-wkt-thumbs .carousel-control-prev, 
#slide-wkt-thumbs .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    color: #1875c2;
    opacity: 1;
    top: 25%;
    transition: 0.5s; 
}
#slide-wkt-thumbs .carousel-control-next:focus, 
#slide-wkt-thumbs .carousel-control-next:hover, 
#slide-wkt-thumbs .carousel-control-prev:focus, 
#slide-wkt-thumbs .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1; 
    background-color: #1775c1;
}


/*card logo fakultas*/
.card.card-agenda {
  text-align: center;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.card.card-agenda .card-title {
  font-size: 14px;
  margin-bottom: 0px;
}
.card.card-agenda .card-body {
  padding: 1rem;
}

/*=========================== 17.footer css ===========================*/  
#footer { 
  padding: 0px;
  color: #333;
  font-size: 14px;
  background-color: #f9f9f9;
}

.grs {
  height: 4px;
  width: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42b3ff+0,a723ff+20,228ece+51,a723ff+77,42b3ff+100 */
    background: #42b3ff; /* Old browsers */
    background: -moz-linear-gradient(left,  #42b3ff 0%, #a723ff 20%, #228ece 51%, #a723ff 77%, #42b3ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #42b3ff 0%,#a723ff 20%,#228ece 51%,#a723ff 77%,#42b3ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #42b3ff 0%,#a723ff 20%,#228ece 51%,#a723ff 77%,#42b3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b3ff', endColorstr='#42b3ff',GradientType=1 ); /* IE6-9 */
}
#footer .logo {
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;  

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} 
#footer .logo img {
    width: 230px;  
} 
@media (max-width: 768px) { 
    #footer .logo {  
        display: block;
        text-align: center;
        margin: 20px 0 10px 0;
    } 
}

#footer .footer-links {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 768px) { 
    #footer .footer-links {
      margin-bottom: 10px;
      margin-top: 10px;
    }
}
#footer .footer-links strong {
  display: block;
  margin-bottom: 10px;
}
#footer .footer-links a { 
  display: block;
} 
#footer .footer-links a:hover {
  
}
@media (max-width: 768px) { 
     #footer .footer-links a { 
        display: inline-block;
        margin: 0px 5px;
      } 
}

#footer .copyright {
  background-color: #0061b0; 
  font-size: 13px;
  padding: 15px;
  color: #fff;
  text-align: center;
}  
  

/*=========================== 18. breadcrumb css ===========================*/  
.breadcrumb {
    background: none;
    border-bottom: 1px solid #dddddd;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: none; 
} 
.breadcrumb .breadcrumb-item.active {
    color: #017BFE; 
}  
.breadcrumb a, .breadcrumb li {
  font-size: 12px;
}

/*=========================== 19. JUDUL Kanal css ===========================*/  
.judulkanal {
  background: #F7F7F7;  
}
.judulkanal .judulkanal-table { 
  height: 56px; 
} 
.judulkanal .judulkanal-text h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600; 
  color: #004C84;
  margin: 0;
}
@media (max-width: 767px) {
  .judulkanal .judulkanal-text h1 { 
    font-size: 17px; 
  }
}


/*======================== 20. JUDUL card Banner css ======================*/
 
.cover-kanal { 
    background-position: center bottom;
    background-size: cover; 
    height: 300px;
    border-radius: 10px; 
    margin-bottom: 60px;

    position: relative;
    overflow: hidden;

    background-color: #12629d;
}
@media (max-width: 767px) {
    .cover-kanal {  
        height: 170px; 
        margin-bottom: 30px;
    }
}

/*covernya ada isinya*/
.cover-kanal-isi {
    height: auto;
}
.cover-kanal-isi:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.cover-kanal .boxlist {
  background: rgb(0 0 0 / 41%);
}
.cover-kanal .boxlist .boxlist-content {
  color: #fff;
}
.cover-kanal .boxlist .boxlist-content .ket {
  font-size: 14px;
}
.cover-kanal .boxlist .boxlist-content a {
  color: #fff;
  margin-top: 5px;
  display: block;
}
.cover-kanal hr {
  background-color: #ffffff47;
}
/*tabs*/
.cover-kanal .tabs {
    padding: 10px 15px;
    color: #fff;
    background-color: rgb(2 58 90 / 70%);
    text-align: center;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px;
}
.cover-kanal .tabs:hover, 
.cover-kanal .tabs.active:hover
{ 
    background-color: #035b9b; 
}
.cover-kanal .tabs.active { 
    background-color: #0165ad; 
}

.countdown {
  color: #fff;
}
.countdown .countdown-sel {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
} 
.countdown .countdown-sel span {
    font-size: 13px; 
}

/*sidebar*/
.box-agenda .card-sidebarmenu {
    border: none;
    overflow: hidden; 
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    margin-bottom: 20px; 
}
.box-agenda .card-sidebarmenu .card-body .card-title {
    margin-bottom: 0;
}
.box-agenda .card-sidebarmenu .list-group-flush>.list-group-item {
    border-width: 1px 0px 0px 0px;
}
.box-agenda .card-sidebarmenu .list-group-flush>.list-group-item a:hover {
    color: #fff;
    background-color: #2d85cf;
    border-color: #007bff;
}
.box-agenda .card-sidebarmenu .list-group-flush>.list-group-item.active a {
    color: #fff;
    background: #1775c1;
    border: 1px solid #0061b0;
}
.box-agenda .card-sidebarmenu .list-group-item {
    padding: 0px;
}
.box-agenda .card-sidebarmenu .list-group-item a {
    display: block;
    padding: 0.75rem 1.25rem;
}
/*======================== 21. struktur pengurusan css ======================*/

 .box {
    /*width: 300px;*/
    text-align: center;
    margin-bottom: 30px;
 }
 .box .avatar {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
 }
.box h5 {  
    color: #0061b0;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
 }
.box .sub1 {
    font-weight: 500; 
    font-size: 14px;
}
.box .sub2 {
    font-weight:normal;
    font-size: 13px;
}
@media (max-width: 767px) {
  .box .avatar {
      width: 90px;
      height: 90px; 
   }
  .box h5 {    
      font-size: 15px;
  }
  .box .sub1 { 
      font-size: 13px;
  }
  .box .sub2 { 
      font-size: 12px;
  }
}


.box-detail-profil {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 100px;
}
.box-detail-profil .card-img-scale {
  border-radius: 8px;
  margin-bottom: 20px;
}
.box-detail-profil img {
   border-radius: 8px; 
}
.box-detail-profil .body 
{   
    z-index: 2; 
    height: 100%; 
}  
.box-detail-profil .body p { 
    font-size: 16px;
}
.box-detail-profil .person
{   
    margin-bottom: 20px;
}
.box-detail-profil .person .namanya
{  
    font-size: 20px; 
    font-weight: 500;
    line-height: normal; 
    color: #0061b0;
}
.box-detail-profil .person .jabatan
{ 
    display: block;
    font-size: 14px;
    font-weight: 400; 
}

/*=========================== 22. berita css ==========================*/

.box-headline {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004c84+0,046ab6+100 */
    background: #004c84; /* Old browsers */
    background: -moz-linear-gradient(left,  #004c84 0%, #046ab6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #004c84 0%,#046ab6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #004c84 0%,#046ab6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c84', endColorstr='#046ab6',GradientType=1 ); /* IE6-9 */

    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-headline .box-image {
    position: relative;
    margin: 0;
    overflow: hidden; 

    max-height: 364px;  /* <------------------------------------------ update disini ---- */
}
.box-headline .box-image .box-image-label {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1;
    padding: 2px 4px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    background: #034778;
    background: rgb(3 71 120 / 70%);
    border-radius: 4px;
}

.box-headline .box-text { 
    padding: 25px 25px 25px 25px;
    line-height: normal;
}
.box-headline .box-text h1 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .box-headline .box-text h1 {
        font-size: 20px;
    }
}
.box-headline .box-text h1 a {
    color: #fff;
}
.box-headline .box-text h1 a:hover {
    color: #b3ddff;
}
.box-headline .box-text .box-text-date {
    color: #fff;
    font-size: 13px;
    margin-bottom:15px; 
}
.box-headline .box-text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
/*didetail*/
.box-headline  .box-caption {
  color: rgb(255 255 255 / 75%);
  font-size: 12px;
  padding: 5px 10px;
}

/*list - kirikanan*/
.list-berita:first-child { 
    padding-top: 8px; 
}
.list-berita {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.list-berita .list-image {         
    margin: 0 20px 0 0;
    width: 35%;                   /* <------------------------------------------ update disini ---- */
}
@media (max-width: 767px) {.       
    .list-berita .list-image {
        margin: 0 10px 0 0;
                                  /* <------------------------------------------ update disini ---- */
    }
}

.list-berita .list-image a {
    display: block;
    border-radius: 4px;

    overflow: hidden;
    max-height: 187px;           /* <------------------------------------------ update disini ---- */
}
.list-berita .list-image img { 

}
.list-berita .list-text {
  width: 65%;                     /* <------------------------------------------ update disini ---- */
}
.list-berita .list-text .list-text-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
   .list-berita .list-text .list-text-title {
    font-size: 15px; 
  } 
}
.list-berita .list-text .list-text-date {
  font-size: 12px;
}

/*list - atasbawah*/
.list-berita.list-berita-atasbawah { 
    padding-bottom: 0px; 
}
.list-berita.list-berita-atasbawah .list-image { 
    margin: 0 0 10px 0;
    width: 100%;
}
.list-berita.list-berita-atasbawah .list-text .list-text-title {
  font-size: 17px; 
}
.list-berita.list-berita-atasbawah .list-text {
    width: 100%;
}
@media (max-width: 767px) {
   .list-berita.list-berita-atasbawah .list-text .list-text-title {
      font-size: 16px; 
    } 
}

.berita-bg {
  background-color: #F7F7F7;
  padding: 20px 25px 20px 25px;
  margin: 20px 0;  
}

/*======================= 23. carousel galeri css ===========================*/  


#galeri-slider .carousel-item:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#002a4c));
    background-image: linear-gradient(180deg, transparent, #002a4c);
    z-index: 1; 
}
#galeri-slider .carousel-item {
    max-height: 624px;           /* <------------------------------------------ update disini ---- */
}

@media all and (max-width: 767px) {
  #galeri-slider .carousel-item, #galeri-slider {  
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002f68+0,004b89+100 */
    background: #002f68; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #002f68 0%, #004b89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #002f68 0%,#004b89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #002f68 0%,#004b89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f68', endColorstr='#004b89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
  }
  #galeri-slider .carousel-item:before {  
      background-image: none;
  }
}
#galeri-slider .carousel-item img {
  object-fit: cover; 
}

/*s: nav*/
#galeri-slider .carousel-control-prev, #galeri-slider .carousel-control-next {
   top: 50%;
   font-size: 20px;
   color: #fff;
   bottom: auto;
   left: 10px;
   right: auto;
   opacity: 1;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   border: 1px solid rgba(255, 255, 255, 0.3);
   border-radius: 40px;
}
#galeri-slider .carousel-control-next {
   right: 10px;
   left: auto;
}  
@media all and (max-width: 767px) {
   #galeri-slider .carousel-control-prev, #galeri-slider .carousel-control-next {
     top: 100px; 
  }
}
/*e: nav*/

#galeri-slider .carousel-item-text {
    z-index: 2; 
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 50px;
    font-size: 15px;
}

#galeri-slider .carousel-item-text p {
    margin-bottom: 0px; 
}
#galeri-slider .carousel-item-text h1 {
     font-size: 25px;
     color: #fff;
}
#galeri-slider .carousel-item-text h1 a { 
     color: #fff;
}
#galeri-slider .carousel-item-text h1 a:hover { 
     color: #b3ddff;
}

@media all and (max-width: 767px) {
  #galeri-slider .carousel-item-text { 
      position: unset;  
      padding: 15px; 
  } 
  #galeri-slider .carousel-item-text h1 {
       font-size: 20px; 
  } 
}

/*s: thumbnail*/ /* <------------------------------------------ update disini semua galeri---- */
#galeri-slider-thumbs {
  background: rgb(0 42 76);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#galeri-slider-thumbs .img-body {
    max-height: 91px;
    overflow: hidden;
}
#galeri-slider-thumbs .img-body {
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 8px;
}
#galeri-slider-thumbs .img-body:hover {
  border-color: rgba(255,255,255,.3);
}
#galeri-slider-thumbs .selected .img-body {
  border-color: #fff;
}
#galeri-slider-thumbs .carousel-control-prev,
#galeri-slider-thumbs .carousel-control-next {
  width: 50px;
}

@media all and (max-width: 767px) {
  .galeri-carousel #galeri-slider-thumbs .img-body {
    border-width: 1px;
    max-height: 39px;
  }
}

/*======================= 24. FAQ ============================*/
.box-tab-list {
  border: 1px solid #e6e6e6;
  color: #0061b0;
  font-size: 16px;
  line-height: normal; 
  padding: 15px; 
  border-radius: 8px; 
  transition: 0.5s; 
  height: 100%;
  text-align: center; 
  background: #f7f7f7;

  -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 4%); 
}
.box-tab-list:hover, 
.box-tab-list:hover.active {
  color: #fff;  
  background: #0061b0; 
}

.box-tab-list.active {
  color: #fff;  
  background: #1775c1; 
}
.box-tab-list .fa {
    font-size: 30px;
    margin-bottom: 5px;  
}

/*s: menu sidebar*/
.faq-menu-sidebar {
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 8px; 
  -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); 
}
.faq-menu-sidebar .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #004C84;
  padding: 20px 20px 15px 20px;
  line-height: normal; 
}
.faq-menu-sidebar ul {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.faq-menu-sidebar ul li {
    list-style: none;
}  

.faq-menu-sidebar ul li a {
    font-size: 14px;
    font-weight: 500;

    padding: 10px 30px 10px 30px; 
    display: inline-block;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.faq-menu-sidebar ul li a:hover,
.faq-menu-sidebar ul li.active a {
    background-color: #0061b0;
    color: #fff;
}

/*s: badge*/
.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
} 
/*xxxxxxxxxxxxxx*/ 

.card.faq-card {
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 8px; 
  -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); 

  border: none;
  padding: 20px; 
}

.card.faq-card .card {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card.faq-card .card  .card-body {
  padding-left: 50px; 
}
 
.accordion .card .card-header-modif.active {
    border-width: 1px;
}
.accordion .card .card-header-modif {
    padding: 0;
    border-width: 0;
}
.accordion>.card .card-header-modif {
    margin-bottom: -1px;
}
.card .card-header-modif {
    background: transparent;
    border: none;
    color: #0061b0;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.accordion.accordion-type-2 .card .card-header-modif > a.collapsed {
    color: #324148;
}
.accordion .card:first-of-type .card-header-modif:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header-modif > a { 
    color: #0061b0;
    padding-left: 50px;
}
.accordion .card .card-header-modif > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card .card-header-modif > a {
    font-size: 16px; 
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion.accordion-type-2 .card .card-header-modif > a.collapsed:after { 
    content: "\f078";
}
.accordion.accordion-type-2 .card .card-header-modif > a::after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;  
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f077";
    font-size: 14px;
    top: 17px;
    left: 20px;
} 
/*xxxxxxxxxxxxxxxx*/

/*=========================== 25. detail css ===========================*/ 
/*berita-detail.php, galeri-detail.php, infopublik-detail.php*/

.detail_header { 
    margin-bottom: 20px;
    margin-top: 16px;
}
.detail_header .detail_title {
    font-size: 30px;
    margin-bottom: 15px;
    color: #004C84;
    font-weight: 600;
}
.detail_header .detail_title.detail_title_2 {
    font-size: 25px;
}
@media (max-width: 767px) {
    .detail_header .detail_title, 
    .detail_header .detail_title.detail_title_2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.detail_header .detail_author {
    font-size: 14px;
    margin-bottom: 5px;
}
.detail_header .detail_date {
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
}

.detail_header .detail_des {
   font-size: 15px;
   line-height: 1.6;

    padding: 20px 0 0 0;
    border-top: 1px solid #e1e1e1;
}
.detail_header .detail_des strong {
   font-weight: 500;
}

.detail-img-thumb {
    border-radius: 8px;
    width: 300px;
    height: auto;
}

/*=========================== 26. Step by step css ===========================*/  

.step {
  text-align: center;
  margin-bottom: 20px;
}
.step::before {
    position: absolute;
    content: "";
    background: #0061b0;
    width: 100%;
    height: 1px;
    top: 37px;
    left: 0;
}
@media (max-width: 767px) {
    .step::before { 
        background: none; 
    }
}
.step .step-icon {
    margin: 0 auto 10px auto;
    height: 70px;
    width: 70px;
    overflow: hidden;   
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 30px;
    background-color: #0061b0;
}
.step.done .step-icon {
    background: #a64eb5; 
}
.step .step-icon i {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.step .step-status {
    font-size: 13px;
    margin-bottom: 5px;
}
.step .step-title {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 600;
    color: #0061b0;
}
.step .step-text {
  font-size: 13px;
  line-height: normal;
}

/*============================ 26. countdown css ======================*/


 
/*=========================== 27. common css ===========================*/  

/*rounded*/
.rounded-8 {
  border-radius: 8px;
}

/*avatar*/
.avatar {
    position: relative;
    display: inline-block !important;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*list*/
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
    list-style-type: disc;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/*thumbnail scale*/
.card-img-scale:hover .card-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.card-img-scale .card-img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);

    border-radius: 0px;
}
.card-img-scale {
    overflow: hidden;
} 

/*background scale*/
.card-bg-scale {
   z-index: 1;
   will-change: transform;
   overflow: hidden !important;
}
 .card-bg-scale::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: inherit;
   transition: all 1s !important;
   z-index: -2;
}
.card-bg-scale:hover::after {
   transform: scale(1.1);
   transition: all 1s !important;
}

/*image flash*/
/*<div class="card-img-flash">""</div>*/
.card-img-flash {
   position: relative;
   overflow: hidden; 
}
.card-img-flash::before {
   content: '';
   position: absolute;
   top: 0;
   z-index: 2;
   left: -80%;
   width: 50%;
   height: 100%;
   display: block;
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   transform: skewX(-25deg);
}
.card-img-flash:hover::before {
   animation: imgflash 1s;
}
 @-webkit-keyframes imgflash {
   100% {
     left: 125%;
  }
}
 @keyframes imgflash {
   100% {
     left: 125%;
  }
}

/*up-hover*/
.up-hover {
  transition: 0.3s;
}
.up-hover:hover {
   transform: translateY(-5px);
}
 

/*=========== button =============*/
/*1*/
.selengkapnya {
  text-align: center; 
  margin: 20px 0 0px 0;
}
.btn-stroke { 
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s;
    background: none;
    color: #fff;
    margin: 0 0 0 0;
}
.btn-stroke:hover {
    background: #025c9f;
    color: #fff;
}
/*2*/
.spinner-border { 
    width: 1rem;
    height: 1rem; 
} 
/*3*/
.btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;

    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    outline: 0;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    margin-bottom: 6px;
}

.btn-primary-soft {
    color: #2163e8;
    background-color: rgba(33, 99, 232, 0.1);
}
.btn-primary-soft:hover {
    color: #fff;
    background-color: #2163e8;
}


.dropdown-toggle::after { 
    margin-left: 0;
    vertical-align: 0.16em;
}

/*s: Billboard */
.modal-billboard {
     
}
.modal-billboard .close{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px;
}
.modal-billboard .modal-body {
    padding: 0px;
}
.modal-billboard .modal-content {
  overflow: hidden;
}

@media (min-width: 576px) { /* <------------------------------------------ update disini ---- */
    .modal-dialog {
        max-width: 800px; 
    }
}
/*e: Billboard */