/*
Theme Name: Tempo Institute
Author: Sawala Technology
Author URI: https://sawala.tech
Description: A custom WordPress theme for Tempo Institute, developed by Sawala Technology.
Version: 2.3
License: GPL
*/

/**
 1. General CSS
 */
html {
  font-synthesis: none;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Akkurat-Regular;
}

p {
  font-family: Akkurat-Normal;
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
  }
}
/*Adding Preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url('assets/core/image/primary-01-small-45.png');*/
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
<!--
  /* @group Blink */
  
  
  /* @end */
  #status span {
  opacity: 0.8;
  -webkit-animation: blink 5s ease-in infinite;
  -moz-animation: blink 5s ease-in infinite;
  -ms-animation: blink 5s ease-in infinite;
  -o-animation: blink 5s ease-in infinite;
  animation: blink 5s ease-in infinite;
  -animation-fill-mode: forwards;
}

#status .progress {
  margin-top: 15px;
  height: 5px;
}
#status .progress-bar {
  background-color: #e61212;
}
#status .progress-bar.animate {
  -webkit-animation: progress_linear 10s ease-in 1;
  -moz-animation: progress_linear 10s ease-in 1;
  -ms-animation: progress_linear 10s ease-in 1;
  -o-animation: progress_linear 10s ease-in 1;
  animation: progress_linear 10s ease-in 1;
  -animation-fill-mode: forwards;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
  /*100% { opacity: 0; }*/
}
@-ms-keyframes blink {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
  /*100% { opacity: 0; }*/
}
@-o-keyframes blink {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
  /*100% { opacity: 0; }*/
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
  /*100% { opacity: 0; }*/
}

@-webkit-keyframes progress_linear {
  0% {
    width: 1%;
  }
  30% {
    width: 30%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress_linear {
  0% {
    width: 1%;
  }
  30% {
    width: 30%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 80%;
  }
}
@-ms-keyframes progress_linear {
  0% {
    width: 1%;
  }
  30% {
    width: 30%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 80%;
  }
}
@-o-keyframes progress_linear {
  0% {
    width: 1%;
  }
  30% {
    width: 30%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress_linear {
  0% {
    width: 1%;
  }
  30% {
    width: 30%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 80%;
  }
}

.header-spacer {
  height: 72px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Penumbra-semibold";
  color: #e61212;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 1.65rem;
  }
}
.content-wrapper {
  padding: 25px 0px;
}
@media (max-width: 767.9px) {
  .content-wrapper {
    padding: 15px 0px;
  }
}
.content-wrapper p {
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .card .content-wrapper {
    padding: 0px;
  }
}
.bg-covered {
  background-size: cover;
  background-position: center;
}
.bg-darker {
  background-color: #313131;
}
.bg-gray {
  background-color: #ebebeb;
}
.bg-content-gray {
  background-color: #fafafa;
}
button.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Akkurat-Normal";
}
.btn-light {
  color: #e61212;
}
button.btn-danger {
  background-color: #e61212;
}
.text-danger {
  color: #e61212;
}
.btn-outline-light.tempo-btn {
  color: #e61212;
  border: 1px solid #e61212;
}
.btn-oncard-rightfly {
  object-fit: cover;
  position: absolute;
  right: -20px;
  top: -5px;
}
.img-overlay-bg span {
  background: #e61212;
  bottom: 0;
  display: block;
  left: 15px;
  right: 15px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 1;
}
.brand-logo {
  height: 45px;
}
@media (max-width: 425px) {
  .brand-logo-footer-wrapper {
    text-align: center;
  }
  .brand-logo-footer {
    width: 150px;
    margin-bottom: 15px;
  }
}
.btn.btn-people-link {
  border-radius: 7px;
  background-color: #d7d7d7;
  color: #fff;
  font-size: 21px;
  text-align: center;
  width: 40px;
  padding: 2px 0px;
}

a:hover {
  text-decoration: none;
}

a:hover h4 {
  color: #313131;
}
.icon-helper {
  max-width: 15px;
}
.square-responsive {
  position: relative;
}
.square-responsive:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-responsive .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-styling p {
  text-align: justify;
}
.p-styling ul {
  list-style: none;
}
.p-styling ul li {
  position: relative;
}
.p-styling ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #e61212;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: -25px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link {
  color: #080806;
  opacity: 0.5;
  font-family: Akkurat-Normal;
}
.nav-tabs .nav-link.active {
  opacity: 1;
  color: #df0f0f;
  font-weight: bold;
}

.nav-tabs.center {
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ddd;
}
.nav-tabs.center .nav-link {
  padding: 12px 30px;
}
.nav-tabs.center .nav-link:hover {
  border-width: 2px;
  border-color: #ddd #e9ecef #dee2e6;
}
.nav-tabs.center .nav-link.active {
  border-bottom: 2px solid #df0f0f;
}
@media (min-width: 992px) {
  .nav-tabs[role="tablist"] a {
    font-size: 1.2rem;
  }
}

.lSAction > a {
  opacity: 0.7 !important;
  z-index: 98;
}
.item-description {
  line-height: 1.4;
}
@media (max-width: 991.9px) {
  .item-title {
    font-size: 100%;
  }
  .item-description {
    font-size: 80%;
  }
}

/**
   2. Header Menu
   */
#header {
  font-family: "Akkurat-Normal";
}
/*container class*/
#header .header-menu {
}

/*container class first unordered list*/
#header .header-menu ul {
}

/*unordered list within an unordered list*/
#header .header-menu ul ul {
}

/*each navigation item*/
#header .header-menu li {
  list-style: none;
  font-size: 16px;
}

/*each navigation item anchor*/
#header .header-menu li a {
  padding: 5px 10px;
  color: #313131;
  font-weight: normal;
  font-style: normal;
  opacity: 0.8;
  display: inline-block;
}
#header .header-menu a:hover {
  color: #df0f0f !important;
  text-decoration: none;
}
#header .header-menu li button {
  margin: 0px 5px;
  padding: 9px 15px;
  border-radius: 0px;
}
#header .header-menu li button.btn-danger {
  min-width: 100px;
  padding: 9px 40px;
}
/*unordered list if there is drop down items*/

#header .header-menu li.menu-item-has-children > a:after {
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 6px;
  position: relative;
  top: 10px;
}

#header .header-menu li.menu-item-has-children ul li.menu-item-has-children {
  position: relative;
}
#header .header-menu li.menu-item-has-children ul li.menu-item-has-children a {
  position: relative;
}
#header
  .header-menu
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  a:after {
  position: absolute;
  right: 0px;
  top: 10px;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#header .header-menu li.menu-item-has-children:hover > ul,
#header
  .header-menu
  li.menu-item-has-children:hover
  > ul
  > li.menu-item-has-children:hover
  > ul {
  visibility: visible;
  opacity: 1;
  height: auto !important;
}
#header .header-menu li ul {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  position: absolute;
  top: 50px;
  border: 1px solid #ddd;
  min-width: 165px;
  padding: 0;
  transition: visibility 200ms linear 300ms, opacity 500ms;
}

#header .header-menu li ul li ul {
  top: -1px;
  left: calc(100% - 1px);
}

/*each drop down navigation item*/
#header .header-menu li li {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 10px 15px;
}
#header .header-menu li li:last-child {
  border-bottom: none;
}
#header .header-menu li li:hover {
  text-decoration: none !important;
}

/*each drap down navigation item anchor*/
#header .header-menu li li a {
  color: #000;
  width: 100%;
  font-size: 13px;
}

@media (max-width: 500px) {
  #header .header-menu li.menu-item-has-children > a,
  #header
    .header-menu
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    a {
    pointer-events: none;
    position: relative;
  }
  #header .header-menu li.menu-item-has-children > a:after,
  #header
    .header-menu
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    a:after {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #header .header-menu li.menu-item-has-children ul li.menu-item-has-children {
    padding-right: 0px;
  }
  #header
    .header-menu
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    a:after {
    top: 8px;
  }
  #header .header-menu li > ul,
  #header .header-menu li > ul > li ul {
    position: relative;
    width: 100%;
    top: 0 !important;
    border: none;
  }
  #header .header-menu li > ul > li ul {
    left: 0;
    top: 0;
  }
  #header
    .header-menu
    li.menu-item-has-children:hover
    > ul
    > li.menu-item-has-children:hover
    > ul {
    margin-top: 10px;
  }

  #header .header-menu li ul li a {
    color: #000 !important;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 425px) {
  .sidebar-xs {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: fixed;
    z-index: 12;
    height: 100%;
    width: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    padding-top: 76px;
  }

  #header .header-menu li {
    border-bottom: 1px solid #ddd;
  }
  #header .header-menu li:first-child {
    border-top: 1px solid #ddd;
  }
  #header .header-menu li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
  #header .header-menu a {
    font-family: "Akkurat-Bold";
    color: #e61212;
  }
  #header .header-menu a:hover {
    color: #201e1e;
  }
  .navbar-brand {
    margin-right: 50px;
  }
}

/**
   3. Carousel
   */
div.carousel-inner {
  overflow: visible;
}
.img-carousel {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .img-carousel {
    height: 400px;
    object-fit: cover;
  }
}
/*.carousel-item{*/
/*padding-left:100px;*/
/*padding-right:100px;*/
/*}*/
/*.carousel-arrowhead{*/
/*margin-top: 15px;*/
/*margin-right: 35px;*/
/*height: 95px;*/
/*}*/
/*.carousel-arrowhead .carousel-control-prev,*/
/*.carousel-arrowhead .carousel-control-next{*/
/*position: relative;*/
/*float: right;*/
/*color: #e31328;*/
/*width: 70px;*/
/*font-size:25px;*/
/*}*/
#banner-slider {
  margin-bottom: 150px;
  /*overflow-x: hidden;*/
  overflow-y: -webkit-paged-y;
}
#banner-slider .lSSlideOuter,
#banner-slider .lSSlideWrapper,
#banner-slider ul {
  overflow: visible;
}
#banner-slider .lightSlider > .lslide,
#banner-slider .lightSlider > li,
#banner-slider .lightSlider > .lslide,
#banner-slider .lightSlider > li {
  position: relative;
}
#banner-slider .lSAction {
  position: relative;
}
#banner-slider .lSAction > a {
  top: inherit;
  width: 32px;
  height: 32px;
  bottom: -44px;
  /*background-color: red;*/
  background-size: contain;
  background-repeat: no-repeat;
}
#banner-slider .lSSlideOuter .lSPager.lSpg {
  display: none;
}
#banner-slider .lSAction > .lSPrev {
  right: 40px;
  left: inherit;
  background-image: url("assets/core/image/icon-arrow-left@2x.png");
}
#banner-slider .lSAction > .lSNext {
  right: 0px;
  left: inherit;
  background-position: inherit;
  background-image: url("assets/core/image/icon-arrow-right@2x.png");
}
#banner-slider .lslide .carousel-content-desc,
#banner-slider .lslide .carousel-content-desc-box,
#banner-slider .clone .carousel-content-desc,
#banner-slider .clone .carousel-content-desc-box {
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#banner-slider .lslide img,
#banner-slider .clone {
  opacity: 0.3;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#banner-slider .lslide.active .carousel-content-desc,
#banner-slider .lslide.active .carousel-content-desc-box {
  opacity: 1;
}
#banner-slider .lslide.active img {
  opacity: 1;
}

.carousel-content-desc-box {
  background-color: #ededed;
  position: absolute;
  bottom: calc(100% - (100% + 90px));
  width: calc(45% + 35px);
  height: 90px;
  padding: 25px 15px;
  border-left: 15px solid #e61212;
}

.clone.left .carousel-content-desc {
  display: none;
}

.carousel-content-desc {
  background-color: #fff;
  position: absolute;
  bottom: calc(100% - (100% + 70px));
  width: 50%;
  padding: 25px 15px;
  margin-left: 15px;
}
.carousel-content-desc h3 {
  height: 70px;
}
.carousel-content-desc p {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 17px;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 85px;
  /* fix problem when last visible word doesn't adjoin right side  */
  /*text-align: justify;*/
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
  white-space: normal;
  text-overflow: ellipsis;
}
/* create the ... */
/*.carousel-content-desc p:before {*/
/*content: '...';*/
/*position: absolute;*/
/*right: 15px;*/
/*!* width: 20px; *!*/
/*padding-left: 2px;*/
/*bottom: -5px;*/
/*background-color: white;*/
/*}*/
/* hide ... if we have text, which is less than or equal to max lines */
/*.carousel-content-desc p:after {*/
/*!* points in the end *!*/
/*content: '';*/
/*!* absolute position *!*/
/*position: absolute;*/
/*!* set position to right bottom corner of text *!*/
/*right: 0;*/
/*!* set width and height *!*/
/*width: 1em;*/
/*height: 1em;*/
/*margin-top: 0.2em;*/
/*!* bg color = bg color under block *!*/
/*background: white;*/
/*}*/
.carousel-content-desc button {
  font-size: 16px;
}
@media (max-width: 991px) {
  .carousel-content-desc {
    width: 75%;
  }
  .carousel-content-desc-box {
    width: calc(75% + 35px);
  }
}
@media (max-width: 575px) {
  .carousel-content-desc {
    bottom: calc(100% - (100% + 100px));
  }
  .carousel-content-desc h3 {
    font-size: 100%;
  }
  .carousel-content-desc-box {
    bottom: calc(100% - (100% + 120px));
    height: 130px;
  }
  .carousel-content-desc button {
    font-size: 14px;
  }
}

/**
   5. Featured Rounded Image
   */
.front-featured-desc {
  line-height: 1.33;
  height: 150px;
  color: #313131;
  opacity: 0.8;
  font-family: Akkurat-Normal;
}
@media (max-width: 425px) {
  .front-featured-desc {
    height: inherit;
  }
}
.round-img-lg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 50%;
}

/**
   6. Apa kata mereka
   */
#testimonial .lSSlideWrapper {
  width: calc(100% - 70px);
  /*margin-left: auto;*/
  margin-right: auto;
  overflow: visible;
}
#testimonial .lSAction > .lSPrev {
  display: none;
}
#testimonial .lSAction > .lSNext {
  right: -20px;
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("assets/core/image/btn-arrownext@2x.png");
}
#testimonial .img-clip {
  width: 75px;
  height: 75px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
#testimonial .img-clip-description {
  background-color: #fff;
  position: relative;
  top: -25px;
  padding: 45px 15px 25px 15px;
}
#testimonial .img-clip-description p {
  height: 130px;
  overflow-y: hidden;
}
@media (max-width: 1199.98px) {
  #testimonial .img-clip-description p {
    height: 140px;
    font-size: 14px;
  }
}
#testimonial .img-clip-description p:hover {
  overflow-y: auto;
}

#classKTB .lSSlideWrapper {
  width: calc(100% - 70px);
  /*margin-left: auto;*/
  margin-right: auto;
  overflow: visible;
}
#classKTB .lSAction > .lSPrev {
  display: none;
}
#classKTB .lSAction > .lSNext {
  right: -20px;
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("assets/core/image/btn-arrownext@2x.png");
}
#classKTB .img-clip {
  width: 75px;
  height: 75px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
#classKTB .img-clip-description {
  background-color: #fff;
  position: relative;
  top: -25px;
  padding: 45px 15px 25px 15px;
}
#classKTB .img-clip-description p {
  height: 130px;
  overflow-y: hidden;
}
@media (max-width: 1199.98px) {
  #classKTB .img-clip-description p {
    height: 140px;
    font-size: 14px;
  }
}
#classKTB .img-clip-description p:hover {
  overflow-y: auto;
}

/**
   7. Berita
   */
.news-content .wp-caption {
  width: 90% !important;
}
.news-content .wp-caption img {
  width: 100% !important;
  height: auto !important;
}
.news-content .wp-caption .wp-caption-text {
  color: #868e96;
  font-size: 80%;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .news-content .wp-caption {
    width: 100% !important;
  }
}
.sidebar-sticky {
  position: sticky;
  top: 85px;
}

.img-onfly-wrapper {
  margin-bottom: 65px;
}
.img-onfly-description {
  padding: 15px 0;
  background-color: #fff;
  width: 80%;
  position: absolute;
  z-index: 10;
  bottom: -50px;
}
.img-onfly-description .category {
  color: #e61212;
}

/**
   8. FOOTER
   */
.social-box {
  float: right;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #e31328;
  margin-left: 7px;
  text-align: center;
  border-radius: 2px;
  padding-top: 3px;
}
@media (max-width: 425px) {
  #footer .navbar-expand-lg {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .child {
    text-align: center;
  }
  .social-box {
    /*display: -webkit-inline-box;*/
    display: inline-block;
    float: none;
  }
  .social-box i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
  }
}

#footer .footer-menu li {
  list-style: none;
  font-size: 16px;
}
@media (max-width: 576px) {
  #footer nav {
    width: 100%;
  }
}

/*each navigation item anchor*/
#footer .footer-menu li a {
  color: #fff;
  padding: 5px 10px;
}
@media (max-width: 1199px) {
  #footer .footer-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #footer .footer-menu li a {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  #footer .footer-menu li a {
    font-size: 14px;
  }
}

/**
   9. Scrollbar
   */

/* ::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
  
  ::-webkit-scrollbar
  {
      width: 6px;
      background-color: #fff;
  }
  ::-webkit-scrollbar-track-piece{
      background-color: #fff;
  }
  ::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
      background-color: #e31328;
  }*/

/**
   10. News Detail
   */
.news-category {
  font-family: Akkurat-Bold;
}
.news-date {
  font-family: Akkurat-Regular;
}
.btn-share {
  color: #fff;
}
.btn-share .line-divider {
  opacity: 0.5;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-share-fb {
  background-color: #3b5998;
}
.btn-share-twitter {
  background-color: #1dcaff;
}
.btn-share-linkedin {
  background-color: #0d77b7;
}
.btn-share-gplus {
  background-color: #df4b37;
}
div.sharethis-inline-share-buttons .st-btn > svg {
  height: 20px !important;
  width: 20px !important;
  top: 6px !important;
}
.sharethis-inline-share-buttons.st-has-labels .st-btn {
  min-width: 1px !important;
}
div.st-btn > span {
  display: initial !important;
  min-width: 1px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 23px;
  margin-top: 6px;
}
div.st-btn.st-hide-label > span {
  border-left: none;
}

/**
   11. WIDGET
   */
.sidebar-widget-title {
  padding-bottom: 15px;
  font-family: Akkurat-Regular;
  color: #df0f0f;
  border-bottom: 1px solid #df0f0f;
}
.news-item-sidebar {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #979797;
}
.news-item-sidebar a {
  font-family: Akkurat-Regular;
  font-size: 16px;
}
.news-item-sidebar-num {
  position: absolute;
  right: 15px;
  bottom: 0;
  line-height: 0;
  top: calc(50% + 24px);
  transform: translateY(-50%);
  font-family: Penumbra-bold;
  height: 58px;
  font-size: 51px;
  opacity: 0.3;
  color: #313131;
}
/**
  12 . Client LIst Item
   */
#listing-client .lSSlideWrapper {
  /*padding-bottom:50px;*/
  padding-bottom: 25px;
}
#listing-client .lSAction {
  position: relative;
  top: 25px;
}
#listing-client .lSAction > .lSPrev {
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("assets/core/image/btn-arrownext@2x.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  position: absolute;
  left: calc(50% - 35px);
  display: none;
}
#listing-client .lSAction > .lSNext {
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("assets/core/image/btn-arrownext@2x.png");
  position: absolute;
  right: calc(50% - 35px);
  display: none;
}
.img-client-list-item {
  max-height: 100%;
  max-width: 100%;
  height: 160px;
  width: 300px;
  object-fit: contain;
  object-position: center;
}

/**
  Contact us
   */
.contact-wrapper {
  min-height: 600px;
  margin-top: -22px;
}
.p-0 {
  padding: 0px;
}
.staff-ti-img {
  z-index: -100;
  position: absolute;
}
.super-contact-img {
  position: relative;
  padding-top: 260px;
}
.mt-min-10 {
  margin-top: -10px;
}
.pl-30-lg {
  padding-left: 0px;
}
.pl-15-xs {
  padding-left: 15px;
}
.pt-400-lg {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .pl-30-xs {
    padding-left: 0px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .pt-400-lg {
    padding-top: 400px;
  }
  .super-contact-img {
    position: absolute;
    padding-top: 280px;
  }
  .contact-wrapper {
    margin-top: 50px;
  }
}

/**
  Form tempo contact us
   */
.form-tempo input,
.form-tempo textarea,
.form-tempo select {
  border-radius: 0px;
}
.form-tempo select {
  -webkit-appearance: none;
}
.form-tempo select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-left: 0.7em;
  padding-right: 1.5em;
}
.form-tempo select {
  color: #999;
}
.form-tempo label,
.form-tempo p {
  font-family: Akkurat-Normal;
}
.form-tempo textarea {
  resize: none;
}
.size-13 {
  font-size: 13px;
  color: #313131;
}

/**
  About us
   */

.mb-0 {
  margin-bottom: 0px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-20-xs {
  margin-top: 20px;
}
.pt-20-xs {
  padding-top: 20px;
}
.pl-20-xs {
  padding-left: 20px;
}
.pr-20-xs {
  padding-right: 20px;
}
.mt-20-important {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-90-lg {
  margin-top: 0px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-min-60 {
  margin-top: -60px;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-top: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.akkuratBold {
  font-family: Akkurat-Bold;
}
.akkuratNormal {
  font-family: Akkurat-Normal;
  color: #313131;
}
.p-tempo {
  font-family: Akkurat-Normal;
  color: #313131;
}
.p-30 {
  padding: 30px;
}
.about-ti-image {
  padding-left: 0px;
  padding-right: 0px;
}
.mb-5-lg {
  margin-bottom: 0px;
}
.pr-2-5-lg {
  padding-right: 0px;
}
.pl-2-5-lg {
  padding-left: 0px;
}
.pt-5-lg {
  padding-top: 0px;
}
.about-right-ti {
  padding-left: 0px;
  padding-right: 0px;
}
.bg-about-pengalaman {
  padding: 15px;
  padding-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.mb-xs-50 {
  margin-bottom: 50px;
}
.p-15 {
  font-size: 15px;
  color: #313131;
}
.btn-uppercase {
  text-transform: uppercase;
  border-radius: 0px;
}

/**
  About Us Large
   */
@media (min-width: 992px) {
  .about-ti-image {
    margin-top: -300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb-5-lg {
    margin-bottom: 5px;
  }
  .pl-2-5-lg {
    padding-left: 2.5px;
  }
  .pr-2-5-lg {
    padding-right: 2.5px;
  }
  .pt-5-lg {
    padding-top: 5px;
  }
  .pt-20-xs {
    padding-top: 0px;
  }
  .about-right-ti {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb-110-lg {
    margin-bottom: 110px;
  }
  .mt-min-160-lg {
    margin-top: -160px;
  }
  .mt-90-lg {
    margin-top: 90px;
  }
  .pt-20-xs {
    padding-top: 0px;
  }
  .pl-20-xs {
    padding-left: 0px;
  }
}

/**
  Course group
  */
.bg-course-group {
  height: 200px;
  padding-left: 15px;
}
.coursegroup-page-title {
  color: #313131;
  margin-bottom: 20px;
  margin-top: 30px;
}
.object-fit-cover {
  object-fit: cover;
}
.cursor-pointer {
  cursor: pointer;
}
/**
  Course group Large
   */
@media (min-width: 992px) {
  .bg-course-group {
    height: 138px;
    padding-left: 0px;
  }
}

/**
  Course group detail
   */
.single-term-title {
  margin-left: 15px;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.opacity08 {
  opacity: 0.8;
}
.mb-min-2 {
  margin-bottom: -2px;
}
.akkuratNormal-upperCase {
  text-transform: uppercase;
  font-family: Akkurat-Normal;
}
.akkuratNormal-12 {
  font-size: 12px;
  font-family: Akkurat-Normal;
}
.courseInfo {
  font-size: 14px;
  font-family: Akkurat-Normal !important;
  opacity: 0.8;
}
.mb-min-5 {
  margin-bottom: -5px;
}
.bg-course-at-group {
  background: #f5f5f5 url("assets/core/image/bg-kursus-1.png") no-repeat;
  background-position: right;
  background-clip: border-box;
  background-size: cover;
  height: 110px;
}
.p-20 {
  padding: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.course-arrow-right {
  cursor: pointer;
}
.pb-xs-30 {
  padding-bottom: 30px;
}
.mt-xs-10 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .pb-xs-30 {
    padding-bottom: 0px;
  }
  .mt-xs-10 {
    margin-top: 0px;
  }
}
.sh-link.pressrelease-link a {
  position: relative;
  top: -10px;
  color: #dc3545;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 15px;
}

.bg-profil-pengajar {
  background: #f5f5f5 url("assets/core/image/bg-kursus-1.png") no-repeat;
  background-position: right;
  background-clip: border-box;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
}

/**
   SINGLE COURSE
   */
.topic-container {
  border: solid 0.5px #d7d7d7;
  margin-top: 10px;
}
.topic-title {
  font-family: Akkurat-Normal;
  color: #313131;
}
.topic-list-container-active {
  background: #313131;
  padding: 20px;
}
.topic-list-container {
  padding: 20px;
  border-top: 1px solid #d7d7d7;
}
.topic-list-container-active .topic-list-item {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #ffffff;
  opacity: 0.8;
  font-family: Akkurat-Normal;
}
.topic-list-container .topic-list-item {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #313131;
  opacity: 0.8;
  font-family: Akkurat-Normal;
}
.topic-list-container-active .topic-time {
  color: #c2c2c2;
}
.topic-list-container .topic-time {
  color: #d7d7d7;
}

/**
   Archive News
   */
#landing-archive-news .img-onfly-wrapper .img-fluid {
  height: 275px;
  width: 100%;
}
#landing-archive-news .img-onfly-wrapper .img-onfly-description {
  height: 135px;
}
#archive-news .img-onfly-wrapper .img-fluid {
  height: 275px;
  width: 100%;
}

#archive-news .img-onfly-wrapper .img-onfly-description {
  height: 135px;
}

/**
  Special Program
   */
#activity-level-content ol {
  list-style-type: none;
  list-style-type: decimal; /*IE 7- hack*/
}
#activity-level-content ol li {
  position: relative;

  padding-left: 15px;
}
#activity-level-content ol li:before {
  background: #e61212;
  border: 1px solid #800808;
  transform: rotate(45deg);
  height: 1.7em;
  width: 1.7em;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -25px;
}
#activity-level-content ol li:after {
  content: counter(li-counter);
  counter-increment: li-counter;
  color: #fff;
  text-align: center;
  height: 1.7em;
  width: 1.7em;

  display: block;
  position: absolute;
  top: 1px;
  left: -25px;
  font-family: Penumbra-bold;
}
#gallery .lSAction > .lSPrev {
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(assets/core/image/btn-arrownext@2x.png);
  transform: rotate(180deg);
}
#gallery .lSAction > .lSNext {
  background-position: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(assets/core/image/btn-arrownext@2x.png);
}
#gallery .lSSlideOuter {
  display: flex;
  justify-content: center;
}
#gallery .lSAction > .lSPrev {
  left: -15px;
}
#gallery .lSAction > .lSNext {
  right: -15px;
}
#gallery .lSSlideWrapper {
  width: calc(100% - 45px);
  flex: 0 0 auto;
  overflow: visible;
}

/*PDF.js 2 page - backup*/
@media (min-width: 768px) {
  #viewer {
    position: relative;
    background-color: red;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pdfViewer .page {
    /* float: left; */
    position: relative;
    background-color: white;
    /* display: block; */
    max-width: 50%;
    width: 100% !important;
    flex-grow: 1;
    flex-basis: 0;
  }
}

/* HIDE FREE Wonder Plugin lightbox - TEmporary will issued to be premium*/
a[href="http://www.wonderplugin.com/wordpress-lightbox/"]
{
  display: none;
}

.class-list .card .card-img-top {
  object-fit: cover;
  height: 250px;
}

.nav-link {
  color: #313131 !important;
}

.arrowSlickRight {
  cursor: pointer;
  padding-top: 6px;
  display: block;
  background: white;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25%;
  right: 0px;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 1px #0000003b;
}

.arrowSlickLeft {
  cursor: pointer;
  padding-top: 4px;
  display: block;
  background: white;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25%;
  left: 0px;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 1px #0000003b;
}

@media (max-width: 480px) {
  img.img-mobile {
    height: 110px !important;
  }
  h5.titleClass {
    font-size: 16px !important;
  }
  a.arrowDetail {
    margin-left: auto !important;
  }
}

/* style at blog page */
.border-bottom-blog-title {
  position: relative;
}

.border-bottom-blog-title::after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 30%;
  height: 3px;
  background-color: #ea1f27;
  position: absolute;
  bottom: -5px;
}

.container-menu-blog {
  padding: 2rem 0 0 0;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.container-menu-blog ul {
  list-style: none;
  padding: 0;
}
.container-menu-blog ul li {
  font-size: 0.9rem;
  cursor: pointer;
}

.container-menu-blog ul li.active {
  color: #ea1f27;
  position: relative;
}

.container-menu-blog ul li.active::after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #ea1f27;
  position: absolute;
  left: 25%;
  bottom: 0px;
}

.container-menu-blog ul li:hover {
  color: #ea1f27;
}

.sort-dropdown-content.blog-type label {
  min-width: 150px;
}

.__title-single-news {
  font-size: 1.75rem;
}

.text-muted {
  color: #53595f !important;
}

.widget_block {
  margin-bottom: 1rem;
}
