.page-title {
    padding: 1rem;
    position: relative;
}
.text-default {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.col-md-4{
    padding-bottom:20px;
}
.white {
    color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
    background-color: #708198 !important;
}
figure img{width:100px;}
.item img {
       max-width: 100%;
    }
.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.blog .carousel-indicators .active {
    background: #0fc9af;
}
.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}
.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}
.item-box-blog-image {
    position: relative;
}
.item-box-blog-image figure img {
    width: 100%;
    height: 100%;
}
.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}
.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.item-box-blog-date span.mon {
    font-size: 18px;
}
.item-box-blog-date span.day {
  font-size: 16px;
}
.item-box-blog-body {
    padding: 10px;
}
.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration:none;
    transition: color 0.3s;
}
.item-box-blog-heading a {
    text-decoration: none;
}
.item-box-blog-data p {
    font-size: 13px;
}
.item-box-blog-data p i {
    font-size: 12px;
}
.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}
.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}
.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}
.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}
.btn-light {
    color: #333;
    background-color: #ccc9c9;
    border-color: transparent;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #fafafa;
  min-width: 1150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.slick-list {
    padding: 2px
}
.slick-prev:before {
    margin-left: -5px
}
.slick-prev:before, .slick-next:before {
    color: #D50606;
}
.dropdown-menu {
    padding: 0px;
}
.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0px;
}
.nav-sidebar .nav-item:not(.nav-item-divider) {
    margin-bottom: -10px;
}
.nav-sidebar>.nav-item>.nav-link {
    font-weight: 400;
}
.nav-group-sub .nav-link {
    padding: .625rem 1.25rem .625rem 30px;
}
.nav-group-sub .nav-group-sub .nav-link {
    padding-left: 2.75rem;
}
.tangan:hover{ 
    cursor:pointer; 
}
.search {
    margin-top: 35px; 
}

