/*
Template Name: Materialize_1
Template URI: 
Author: ALkarizma
Author URI: https://www.alkarizma.com
Description: A responsive html5 Materialize css template
Version: 1.0 
License: GPL
License URI: 
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
  font-family:'Roboto',Helvetica,Arial,sans-serif;
  font-size: 11pt;
  background-color:#fff;
  color:#333; 
  overflow-x:hidden !important
}

h5{
  font-weight: 700;
}

.header {
  width: 100%;
  background-color: #0275D8;
}
.header .header-top {
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: small;
}
.header .header-top i{
  color: blue;
}
.header .header-top span{
  margin-left: 10px;
  margin-right: 10px;
}
.header .header-top img{
  vertical-align:middle;
  height: 18px;
  width: 18px;
  margin-right: 15px;
}
.nav-container{
  min-height: 65px;
}
.sina-nav{
  position: absolute;
}
.sina-nav .logo-text{
  height: 60px;
  padding: 0;
  margin: 0 30px 0 5px;
  float: left;
  text-decoration: none;
  color: #222;
}
.sina-nav .logo-text h5{
  margin-top: 12px;
  margin-bottom: -5px;
}
.sina-nav .logo-text .logo-image{
  margin: 5px 10px;
  height: 45px;
  vertical-align: middle;
}

.carousel-inner {
  border:#fff solid 5px;
}

.content-header{
  padding: 10px;
}
.content-header .card{
  min-height: 300px;
}

.card-header{
  opacity: 70%;
  font-weight: 700;
  background-color: #0275D8;
}
.card-title{
  text-align: justify;
  margin-bottom: 0px;
}
.card-text{
  text-align: justify;
}
.content-body{
  padding: 10px;
}

.image-icon{
  height: 25px;
  width: 25px;
}
.image-icon-small{
  height: 12px;
  width: 12px;
}
.terkait li {
  list-style: none;
}
.btn-baca {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
  text-decoration: none;
  background-color: #333;
}
.footer{
  border-top:#d3d3d3 solid 5px;
}
.footer .footer-media{
  opacity: 90%;
  min-height: 200px;
  background-color: #0275D8;
}
.footer .footer-media .media-col{
  border-right:#d3d3d3 dashed 2px;
}
.footer .footer-media .media-col li{
  list-style: none;
  line-height: 20px;
}
.footer .footer-media .media-col li h5{
  margin-bottom: 0px;
}
.footer .footer-media .media-col li img{
  height: 20px;
  margin-top: 15px;
  margin-right: 20px;
}
.footer .footer-bottom {
  text-align: center;
  background-color: #0275D8;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0275D8; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 15px; /* Some padding */
  border-radius: 2px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  opacity: 0.5;
}

#myBtn:hover {
  opacity: 1;
}

@media (max-width: 479px) {
  .sina-nav .logo-text{
    margin-top: 50px;
    text-align: left;
  }
  .sina-nav .logo-text .logo-image{
    margin-top: 20px;
    margin-left: -35px;
    height: 25px;
    float: left;
  }
  .sina-nav .logo-text h5{
    margin-top: 15px;
    font-size: medium;
  }
  .sina-nav .logo-text small{
    font-size: x-small;
  }
  .content-body {
    margin-top: 40px;
  }
}