.call-to-action{
    /* background-color: #CE000C !important; */
    background-color: #000 !important;
}

.destination1{
    background-color: #f2f2f2 !important;
}

.filter-box.filter-box1{
    margin-top: 0px !important;
}

.attraction-inner{
    background-color: #fafafa;
}

section.partners .dest-partner img{
    width: 100% !important;
    height: 140px !important;
    object-fit: contain;
}

.bg-red{
    color: #CE000C;
}

.why-us-about .why-about-inner h2{
    font-size: 4rem !important;
}

/* .table thead{
    background-color: #CE000C;
    color: #fff;
} */

/* .header-content{
    background-color: #0e384e !important;
    color: #fff !important;
}

.header-content a{
    color: #fff !important;
} */

.breadcrumb-outer .overlay{
    background-color: #CE000C;
}

.breadcrumb{
    background-color: transparent !important;
}

.breadcrumb>li+li:before {
    content: "\203A";
    padding: 0 15px;
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 14pt;
    margin-bottom: 0px;
}

@media (min-width: 992px){
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        min-width: 240px;
    }
}

@media (min-width:768px) {
    .blog-width{
        min-height: 300px;max-height:300px;
    }
}

.link:hover{
    color: #000;
}

.card{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius:10px;
    padding:20px;
    /* min-height:200px; */
}

.date-card{
    font-size: 12px;color:#64748B;
}

.des-card{
    font-size: 12px;
}

/* .header_menu .navbar.navbar-default{
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
} */

.card:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2) !important; 
}

@media (max-width:991px) {
    .icon{
        padding-bottom: 15px;
    }
}

.d-flex{
    display: flex;
    align-items: center;
}

.author-thumb::before{
    content: none;
}

.question{
    padding-left: 0px !important;
}

.question-list{
    color: #666;
    font-size: 14px;
}

.pengunjung{
    background-color: #fff;
    border-radius:10px; 
    /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1); */
    /* padding:20px 20px 0px 20px; */
}

.pengunjung-list{
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
}

.pengunjung-list p{
    font-size: 14px;
}

.produk{
    color: #666;
    font-size: 14px;
}

.question-title{
    display: flex;
    justify-content: space-between;
}

.pengumuman{
    border-bottom: 1px dashed #eee;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.active{
    border-bottom: 3px solid #00b1cd;
}

@media (min-width: 1024px) {
    .container{
        width: 1024px !important;
    }
}

@media (min-width: 1280px) {
    .container{
        width: 1280px !important;
    }
}

.slick-list{
    height: 340px;
}

.produk{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius:10px;
    padding:20px;
    margin: 10px 10px 200px 10px;
    /* min-height:200px; */
}