.section-title { 
    margin-bottom:-20px; 
}

.badge-xs {
  font-size:12px!important;
}

#header {
    background-color: rgba(0, 0, 0, 0.3);
    /* background: #fff; */
}  
#header.header-scrolled {
    background: #4a5562;
}
#header .logo img {
    max-height: 50px;
}
.nav-menu a {
    color:#fff;
    font-size: 17px;
    /* text-transform: uppercase; */
} 
.mobile-nav-toggle i {
    color: #fff;
}   
#hero .carousel-control-prev, #hero .carousel-control-next {
    top: 80px;
}
@media (max-width: 992px) {
    /* #hero {
        height:400px!important;
    } */
    #hero .carousel-item {
        width:100%;
        /* height:400px; */
    }
}
@media (max-width: 576px) {
    #hero {
        /* height:200px!important; */
        height: 50vh;
    }
    #hero .carousel-item {
        width:100%;
        /* height:200px; */
        height: 50vh;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
        top: 50px;
    }
}
@media (min-width: 576px) {
    #hero {
        height: 96vh;
        background-color: rgba(63, 73, 83, 0.5);
    }
}
#hero .carousel-item::before {
  content: '';
  background-color: transparent;
}
#header {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  /* background-position: center center; */
}

#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}
  
#slider .carousel-control-next-icon:hover, #slider .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
  
#slider .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
}
  
#slider .carousel-indicators li.active {
    opacity: 1;
    background: #d9232d;
}

.menu-item img {
    width:75px;
    height:75px;
}
.menu-item .icon-box:hover {   
    background-color: rgb(235, 69, 69, 0.3);
}
.menu-item .icon-box:hover img {   
    /* -webkit-animation:icofont-spin 2s infinite linear;
    animation:icofont-spin 2s infinite linear;
    display:inline-block; */
    
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.breadcrumbs {
  margin-top: 0px;
}

.section-bg, .services .icon-box {
  box-shadow: 0px 0px 10px #ccc;
}
.services .icon-box i {
  float:none;
  font-size: 60px;
}
.services .icon-box h4 {
  margin-left: auto;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 18px;
}

@media (max-width: 576px) {
    .services .icon-box {
        padding: 15px;
    }
    .services .icon-box h4 {
        font-size: 14px;
    }
    .about.portfolio-details .content h2.portfolio-title, .about.portfolio-details .content h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .section-title p {
        font-size: 30px;
    }
    .blog .entry-single .entry-title {
        font-size: 25px;
        line-height: 35px;
    }
}
.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  color:#666666;
  letter-spacing: 1px;
  line-height: 20px;
}
.section-title h2::after {
  height: 3px;
  margin: 6px 5px;
}
.form-group label {
    font-weight: bold;
}

.bg-dark-section {
  background: #f5f5f5;
}
/* .entry, .entry-title, .entry-meta, .entry-content {
  background:#FFFFFF;
} */
.blog .entry .entry-img {
  max-height: 220px;
  overflow: hidden;
}
.blog .entry .entry-img img {
  min-height: 220px;
}

.entry-img-in {
    display: block;
    width: 100%;
    position: relative;
    padding: 65% 0 0 0;
    overflow: hidden;
    background: #000;
}
.entry-img-in img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.22);
}
.entry-img-in:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.gallery-img-in {
    display: block;
    width: 100%;
    position: relative;
    padding: 70% 0 0 0;
    overflow: hidden;
    background: #000;
    color:#fff;
}
.gallery-img-in img {
    position: absolute;
    display: block;
    max-width: 75%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.5);
}
.gallery-img-in:hover img {
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.gallery-img-in .fh5co_latest_trading_img_position_absolute{
    position:absolute;height:100%;width:100%;top:0;right:0;
    background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);z-index:7
}

.blog .blog-pagination li {
  background: #fff;
}
.team .member {
  padding: 10px;
  box-shadow: 0px 0px 15px #ccc;
}
.team .member .pic {
  width: 200px;
  border-radius: 4px;
}
.team .member .member-info {
  padding-left: 10px;
}
.team .member h4 {
  font-size: 17px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.team .member span {
  margin-bottom: 10px;
}
.owl-prev, .owl-next {
  width:35px;
  height:40px;
  position: absolute;
  top: 40%;
  font-size:25px!important;
  background:#d9232d!important;
  color:#FFFFFF!important;
  opacity: 50%;
  border:0px solid black;
  display: block !important;
}
.owl-prev:hover, .owl-next:hover {
  background:#e1444d!important;
  opacity: 100%;
}

.owl-prev {
    margin-left: 1px!important;
}
.owl-next {
    right: -4px!important;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}



.icon-box {
    width: 100%;
}

/*#footer .copyright, #footer .credits {
    text-align: left;
}*/

#footer .copyright a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
} 
#footer .copyright a:hover {
    color: white;
}
.footer-info a { 
    color:#fff;
}

.headline {
    position: fixed;
    bottom: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    background: #4a5562;
    color:#fff;
    display:block;
    width:100%;
    padding:4px 0;
    z-index: 100!important;    
    content:' ';
    font-size:13px;
}
.headline-item {
    color:#fff;
    padding:0 20px;
    border-right:1px solid #ccc;
}

/* FOOTER SOCIAL MEDIA */
#footer .footer-top .social-links a {
    font-size: 20px;
    padding: 7px 0 0 0;
    border-radius: 4px;
  }
/* #footer .social-links a {
    background: #d9232d;
    padding: 8px 0;
    border-radius: 50%;
} 
#footer .social-links a:hover {
    background: #e24d55;
} */

/* TOMBOL SELENGKAPNYA */
.entry-content p {
    line-height: 24px;
    font-size: 15px;
}
  
.entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}
  
.entry-content .read-more a {
    display: inline-block;
    background: #d9232d;
    color: #fff;
    padding: 6px 20px 7px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}
  
.entry-content .read-more a:hover {
    background: #e1444d;
}
  
.entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}
  
.entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
  
.entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
  
.entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}
  
.entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}
  
.entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #556270;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TOMBOL PAGINATION / LIHAT SEMUA */
.blog-pagination {
    color: #8795a4;
}
  
.blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}
  
.blog-pagination li {
    border: 1px solid #edeff1;
    margin: 0 2px!important;
    transition: 0.3s;
}
  
.blog-pagination li.active {
    background: white;
}
  
.blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
}
  
.blog-pagination li.active, .blog-pagination li:hover {
    background: #d9232d!important;
    border: 1px solid #d9232d;
}
  
.blog-pagination li.active a, .blog-pagination li:hover a {
    color: #fff;
}
  
.blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}
  
.blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog img {
    cursor:pointer;
}
.blog .entry .entry-img-detail img:hover {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.blog .entry-caption {
    border-bottom:1px solid #ccc;
    font-size: 11px;
    margin: -20px -20px 20px -20px;
    overflow: hidden;
    padding:5px 10px;
    background-color: #ddd;
    opacity: 70%;
}
.blog .blog-author img {
    width: 70px;
}
.blog .blog-author h4 {
    margin-left: 90px;
}
.blog .blog-author .social-links {
    margin: 6px 0 5px 90px;
    font-size: 15px;
}
.blog .blog-author .social-links a {
    /*background: #515d6a;*/
    background: rgba(0, 0, 0, 0.6);
    padding:3px 5px;
    border-radius:5px;
    color: #fff;
    display: inline-block;
}
.blog .blog-author p {
    margin-left: 90px;
}
/* @media (max-width: 992px) { */
    .blog .sidebar {
        margin: 0 0 60px 0px;
    }
/* } */
.blog .sidebar .recent-posts time {
    font-style: normal;
    font-size: 13px;
}

/* Sidebar : Big */
.blog .siderbar.big {
    padding-bottom:0;
}
.blog .sidebar.big .recent-posts img {
    width: 80px;
    float: left;
}
@media (min-width: 1024px) {
    .blog .sidebar.big .recent-posts img {
        width: 180px;
        float: left;
    }
}
.blog .sidebar.big .recent-posts p {
    margin-left: 95px;
}
@media (min-width: 1024px) {
    .blog .sidebar.big  .recent-posts h4, 
    .blog .sidebar.big  .recent-posts p, 
    .blog .sidebar.big  .recent-posts time {
        font-size: 15px;
        margin-left: 200px;
    }
}
.blog .sidebar.big  .recent-posts p {
    color: #8795a4;
}
.blog .sidebar.big  .recent-posts h4 {
    font-size: 18px;
}


/* Sidebar : Medium */
.blog .siderbar.medium {
    padding-bottom:0;
}
.blog .sidebar.medium .recent-posts img {
    width: 80px;
    float: left;
}
@media (min-width: 1024px) {
    .blog .sidebar.medium .recent-posts img {
        width: 100px;
        float: left;
    }
}
.blog .sidebar.medium .recent-posts h4, 
.blog .sidebar.medium .recent-posts p, 
.blog .sidebar.medium .recent-posts time {
    margin-left: 100px;
}
.blog .sidebar.medium  .recent-posts p {
    color: #8795a4;
}
.blog .sidebar.medium  .recent-posts h4 {
    font-size: 15px;
}
@media (min-width: 1024px) {
    .blog .sidebar.medium .recent-posts h4,
    .blog .sidebar.medium .recent-posts p, 
    .blog .sidebar.medium .recent-posts time {
        font-size: 18px;
        margin-left: 120px;
    }
    .blog .sidebar.medium .recent-posts p, 
    .blog .sidebar.medium .recent-posts time {
        font-size: 12px;
    }
}

  
.div-info .entry .entry-content .read-more a {
    background: #17a2b8;
}
.div-info .entry .entry-content .read-more a:hover {
    background: #138496;
}
.div-info .blog-pagination li.active, .div-info .blog-pagination li:hover {
    background: #17a2b8;
    border: 1px solid #117a8b;
}
.div-info .section-title h2::after {
    background: #17a2b8;
}
.div-info .entry .entry-title a:hover {
    color: #138496;
}
.div-info .owl-prev, .div-info .owl-next {
    background:#17a2b8!important;
}
.div-info .owl-prev:hover, .div-info .owl-next:hover {
    background:#138496!important;
}
/*.div-info .testimonial-item .quote-icon-left, .div-info .testimonial-item .quote-icon-right {
    color: rgba(23, 162, 184, 0.5);
    font-size: 26px;
}*/


.div-warning .entry .entry-content .read-more a {
    background: #ffc107;
}
.div-warning .entry .entry-content .read-more a:hover {
    background: #e0a800;
}
.div-warning .blog-pagination li.active, .div-warning .blog-pagination li:hover {
    background: #ffc107;
    border: 1px solid #ffc107;
}
.div-warning .section-title h2::after {
    background: #ffc107;
}
.div-warning .entry .entry-title a:hover {
    color: #e0a800;
}
.div-warning .owl-prev, .div-warning .owl-next {
    background:#ffc107!important;
}
.div-warning .owl-prev:hover, .div-warning .owl-next:hover {
    background:#e0a800!important;
}
.sect-other h4 {
    font-weight: bold;
    font-size: 22px;
}

/* BLOG MODAL IMAGE */

/* The Modal (background) */
.blog .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
/* Modal Content */
.blog .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    opacity: 100%;
}
.blog .modal-content .mySlides {
    opacity: 100%;
}
/* The Close Button */
    .blog .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.blog .close:hover,
.blog .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.blog .mySlides {
    display: none;
}
/* Next & previous buttons */
.blog .prev,
.blog .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.blog .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.blog .prev:hover,
.blog .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.blog .numbertext {
    color: #f2f2f2;
    font-size: 17px;
    font-weight:bold;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.blog .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.blog img.demo {
    opacity: 0.6;
}
.blog .active,
.blog .demo:hover {
    opacity: 1;
}
.blog img.hover-shadow {
    transition: 0.3s;
}
.blog .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.fancybox-custom .fancybox-skin { 
    box-shadow: 0 0 50px #222; 
}
.fancybox-title { 
    width:100%; text-align:center; 
}
.fancybox-title-outside-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    margin-top:-0px;
}

  /* OTHER */
.text-small {
    font-size: 11px;
}
.bg-top {
    padding: 46px 0;
    background: url("../img/bg-top.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
@media (max-width: 992px) {
    .bg-top {
        padding: 39px 0;
    }
} 



/* NAVBAR SEARCH BOX */
nav form {
  position:absolute;
  display: flex;
  height: 40px;
  padding: 2px;
  background: #4a5562;
  min-width: 18%!important;
  border-radius: 2px;
  border: 1px solid rgba(155,155,155,0.2);
  top: 95px;
  right: 80px;
}
nav form:before{
  position: absolute;
  content: "";
  top: -13px;
  right: 0px;
  width: 0;
  height: 0;
  z-index: -1;
  border: 10px solid transparent;
  border-bottom-color: #1e232b;
  margin: -20px 0 0;
}
nav form:after{
  position: absolute;
  content: '';
  height: 60px;
  padding: 2px;
  background: #1e232b;
  border-radius: 2px;
  min-width: calc(100% + 20px);
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
nav form .search-data {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
  outline: none;
}
nav form button {
  padding: 0 15px   ;
  color: #fff;
  font-size: 17px;
  background: #d9232d;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
nav form button:hover {
  background: #df3740;
}
nav .cancel-icon,
nav .search-icon {
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  /* display: none; */
}
nav .cancel-icon {
  color: #d9232d;
}
nav .cancel-icon,
nav .search-form {
/* nav .search-icon{ */
  display: none;
}
nav .search-icon.hide,
nav .search-form.hide {
  display: none;
}

nav .cancel-icon.show {
  display: block;
}
nav .search-form.show {
  display: flex;
}

@media (max-width: 1140px){
  nav form{
    position: absolute;
    top: 80px;
    right: 80px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
  }
  nav form.active{
    top:75px;
    opacity: 1;
    pointer-events: auto;
  }
  nav .search-icon {
    display: block;
  }
  nav .search-icon.hide {
    display: none;
  }
  nav .cancel-icon.show {
    display: block;
  }
  nav .search-form.show {
    display: flex;
  }
}

@media (max-width: 980px){
  nav .cancel-icon,
  nav .search-icon{
    margin: -20px 40px;
  }
  nav form{
    right: 65px;
  }
}
@media (max-width: 350px){
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}

.table-visitor { width:90%; }
@media (max-width: 1140px) {
    .table-visitor { width:70%; }
}
@media (max-width: 980px) {
    .table-visitor { width:60%; }
}
/* .visitor-counter, .visitor-counter h4 { color: #d9232d !important; } */
.visitor-counter, .visitor-counter h4 { font-weight:bold!important; }
.table-visitor td { padding: 10px 2px; }
.table-visitor tr:hover td { color:#fff }
.table-visitor tr { border-top: 3px solid #fff; }