   body {
       background-image: url('../images/DJI_0154.jpg');
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       background-attachment: fixed;
   }
   
   .title-header {
       font-size: 30px;
       margin: auto;
       font-weight: bold;
       color: white;
       font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   }
   
   .info-sidebar-container {
       background-color: #16006e;
       color: white;
       margin-top: 10px;
       height: 50px;
       font-size: 30px;
       font-weight: bold;
       text-align: center;
       opacity: 0.8;
   }
   
   .info-sidebar-container span {
       align-items: center;
   }
   
   .info-footer-container {
       position: absolute;
       bottom: 0;
       width: 100%;
       height: 56px;
       /* Height of the footer */
       background-color: red;
       opacity: 0.8;
   }
   
   .show-clock {
       font-weight: bold;
       color: white;
       text-align: center;
       float: left;
       background-color: #152B48;
       width: 20%;
       height: 100%;
   }
   
   .show-clock #tanggal {
       font-size: 18px;
       margin-top: 10px;
       margin-left: 10px;
       float: left;
   }
   
   .show-clock #jam {
       font-size: 30px;
       float: left;
       margin-top: -10px;
       margin-left: 70px;
   }
   
   .info-center-slide {
       margin-top: 10px;
       /* background-color: #152B48; */
   }
   
   a.prev,
   a.next {
       position: absolute;
       top: 40%;
       z-index: 999;
       display: block;
       padding: 4% 3%;
       width: auto;
       height: auto;
       background: #2a2a2a;
       color: #fff;
       text-decoration: none;
       font-weight: 600;
       font-size: 18px;
       opacity: 0.8;
       cursor: pointer;
   }
   
   a.prev:hover,
   a.next:hover {
       opacity: 1;
       -webkit-transition: all 0.2s ease;
   }
   
   a.prev {
       border-radius: 0 2px 2px 0;
   }
   
   a.next {
       right: 0;
       border-radius: 2px 0 0 2px;
   }
   /* end slide plugin */
   
   .slide-gallery-video {
       margin-top: 10px;
   }
   
   #gambarHeader {
       height: 56px;
   }