.text-black{
    color: #000;
}
.font-weight-900{
    font-weight: 900 !important;
}
.font-50{
    font-size: 50px;
}

.costume-menu ul > li > a {
    padding: 25px 60px !important;
    font-size: 13px;
    color: black !important;
    font-weight: bold;
}
.costume-menu ul > li > a:hover{
    color: #e10019 !important;
}
.bottom-line-red {
    border-bottom: 2px solid #e10019;
}
.top-line-red{
    border-top: 2px solid #e10019;
}
.bgimg {
    background-size: cover;
    background-position: 50% 50%;
}
.banner-text {
    background-color: #C40D15; C40D15
    color: #fff;
    text-align: center;
    padding: 30px 25px;
    /* position: absolute; */
    bottom: 0px;
    overflow: hidden;
    width: 100%;
}
.text-red {
    color: #e10019;
}
.radius100 {
    border-radius: 100%;
    overflow: hidden;
}
.bggrey {
    background-color: #f1f2f2;
}
.bgred {
    background-color: #c40d15;
}
.eventbox {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    /*overflow: hidden;*/
}
.img-curvy{
    width: 65%; 
    position: absolute;
    height: unset;
}
.radius-left {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.radius-right {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.home-about {
    position: absolute;
    z-index: 99;
    right: 100px;
    top: 100px;
    width: 40%;
    color: #fff;
}
@media only screen and (max-width: 920px) {
    .img-curvy{
        width: unset; 
        position: absolute;
        height: 100%;
    }
    .home-about {
        width: 100%;
        left: 0;
        top: 0;
        padding: 15px;
    }
    .bgred {
        background-color: #c40d15a8;
    }
    .radius-left {
        border-radius: 0;
    }
    .banner-text h1{
        font-size: 19px;
    }
    .footer-navbar {
        
        margin-right: auto;
    }
    .fixed-sidebar-stop{
        position: unset !important;
    }
    .fixed-scroll-sidebar{
        position: unset !important;
    }
    .contact-form{
        margin: 25px 0px !important;
    }
}
.fixed-scroll-sidebar{
    position: fixed;
}
.footer-navbar {
    text-align: right;
    padding: 0px;
    margin-left: auto;
}
.footer-navbar ul > li:first-child {
    border-right: 2px solid #c40d15;
}
.footer-navbar a {
    padding: 0px 25px !important;
    color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item a {
    color: #6c757d !important;
}
.contact-form {
    border: 0px;
    border-bottom: 4px solid #ced4da;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 70px;
}
.btn-contact {
    background: #ec2128;
    color: #fff;
    padding: 15px 45px;
    border-radius: 25px;
}
#mapid {
    height: 180px;
}
.form-control:focus {
    box-shadow: unset;
}
.text-navy {
    color: #061836;
}
.product-gradient {
    background-image: linear-gradient(to right, #061836, #dd0019);
}
.product-radius-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.custom-list-icon {
    list-style: "\00BB ";
    padding: 0;
}
.custom-list-icon > li {
    padding-left: 1.3em;
}
[data-toggle="collapse"] .fa:before {
    content: "\f103";
    font-size: 10px;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f102";
    font-size: 10px;
}
.list-style-none{
    list-style: none;
}
.sidebar-parent-category{
    border-bottom: 1px solid #d7d7d7;
}
.no-radius{
    border-radius: 0px;
}
.bg-navy{
    background-color: #061836;
}
.fixed-sidebar-stop{
    position: absolute;
    bottom: 0;
}
.divlink{
    cursor: pointer;
}
.divlink:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}
.text-underline{
    text-decoration: underline;
}
.border-bottom-1{
    border-bottom: 1px solid #d2d2d2;
}
.font-12{
    font-size: 12px;
}
.banner-text img{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20rem;
    /*background: #c7151d;*/
}
.pos-relative{
    position: relative;
}
.o-hidden{
    overflow: hidden
}
.news-event img{
    width: 55%; filter: grayscale(1) invert(1); transform: rotate(180deg); position: absolute; bottom: 0; right: 0; opacity: 0.4
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -75px;
  border: 3px solid #b3b3b3;
  color: #b3b3b3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  padding: 5px;
}
.next-arrow{
  right: -75px;
  border: 3px solid #b3b3b3;
  color: #b3b3b3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  padding: 5px 18px;
}
.slide-arrow:focus{
    outline: unset;
    border: 3px solid #e10019;
    color: #e10019;
}
.slide-arrow:hover{
    outline: unset;
    border: 3px solid #e10019;
    color: #e10019;
}
.bg-cat-genap{
    position: absolute;
    background: #f2f4f5;
    width: 100%;
}
.img-side-contactus{
    position: absolute;
    top: 13em;
    left: -5em;
    width: 52%;
}
.title-kantor{
    cursor: pointer;
}
.title-kantor:hover{
    color: #ef3138;
}