    @media screen and (max-width:770px) {
        .tab-footer { display: flex;  justify-content: left;}
        .tab-footer nav, .tab-footer div { width: 90%;}
    }

    @media screen and (min-width:770px) {
        .modal-dialog { width: 80%; }
    }

    .justify-center { display: flex; justify-content: center;}
    .bold { font-weight: 700; }
    .regular { font-weight: 400; }
    .thin { font-weight: 100; }
    
    .h1 { font-size: 15px; font-weight: 700; }
    .h2 { font-size: 15px; font-weight: 700; }
    .h4 { font-size: 15px; font-weight: 700; }
    .h5 { font-size: 18.75px !important; font-weight: 400; }
    .hn { font-size: 15px !important; font-weight: 400; }
    
    .text-center { text-align: center; }
    .object-center { 
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 500px;
    }
    
    .home-search span, .home-search input{
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .home-search {
        border-bottom: solid 2px;
        border-bottom-color: #3c8dbc !important;
    }
    
    .tab-title {
        background-color: transparent !important;
        color: #333333 !important;
        text-align: center;
        text-decoration: None !important;
    }

    .tab-title-click {
        border-bottom: #3c8dbc solid;
        padding-bottom: 12px;
        margin-bottom: -15px !important;
    }

    .card-base { 
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .card-cus {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      margin: 5px;
      margin-bottom: 10px;
      height: 360px;
      width: 225px;
    }
    
    .card-h-title { font-size: 15px; padding: 5px 0px; word-wrap: break-word; }
    .card-h-subtitle { font-size: 13px; padding: 5px 0px; }
    .card-h-time-place { font-size: 12px; color: darkgray; }
    .card-h-cat { font-size: 11px;}
    .card-container { padding: 6px 16px}

    .divider { 
        border-top: solid 1px black;
        width: 90%;
        margin : 5px 10px;
    }
    
    .card-image {
      position: relative;
      width: 100%;
      max-width: 400px;
    }
    
    .card-image img {
      width: 225px;
      height: auto;
    }
    
    .card-image .btn-event-detail {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-size: 15px;
      padding: 11px 15px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
      opacity: 0;
    }

    .card-image:hover img { opacity: 0.3; }
    .card-image:hover .btn-event-detail { opacity: 1; }

    .opt-tiket:hover {
        text-decoration: none !important;
        background-color: transparent !important;
    }