div {
	box-sizing: border-box;
}


body {
	
	background: #ffffff;
	font-family: 'Oswald', sans-serif;
}

.space {
	width: 100%;
	height: 10px;
}

.container {
	width: 65%;
	margin: auto;
		
}

.head {
	width: 100%;
	border: 1px solid #000;
	padding: 20px;
	background: #34495f;
}

.logo {
	display: block;
	width: 450px;
	height: 180px;
	background: url("../live/logo.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

img {
    display: block;
    margin: auto;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.banner1 img {
	display: inline-block;
	width: 49%;
}

.floating-top {
	background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
	background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
	width: 50%;
}
.floating-bottom img {
	width: 50%;
}
.headerbanner{
text-align:center;
background: #444;
}
.headerbanner img {
	width:70%;
}

.banner-top img {
	width: 728px;
	
}

.menu {
	display: block;
	width: 100%;
	text-align: center;
	background: #34495f;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: black;
	margin: 0px;
	font-size: 18px;
}

.menu a:hover {
	color: black;
}

.content {
	width: 100%;
	margin: auto;
    background: #fff; 
    padding: 10px;
}

.content p {
  text-align: justify;
  font-size: 16px;
  color: black;
  margin: 10px;
  padding: 3px;
  word-spacing: 1.5px;
}

h1, h2, h3, h4 {
	text-align: center;
	margin: 20px 0px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	margin: 30px 0px;
	color: black;
	font-size: 26px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	margin: 25px 0px;
	color: black;
	font-size: 20px;
}

.title-head {
	font-size: 24px;
	text-decoration: none;
	color: black;
	
}

.title-footer {
	font-size: 26px;
	text-decoration: none;
	color: black;
}

.content p {
	text-align: left;
	font-size: 16px;
	color: black;
	margin: 10px;
}

.genericon  {color:black;}
a {color:black;}
a:hover {color:black;}

.iklan {
	width: 100%;
	border: 2px solid #ff6600;
}

.iklan img {
	width: 100%;
	border: 2px solid #ff6600;
	
}

.lassres {
	width: 70%;
	margin: auto;
}

.lassres table {
	width: 100%;
	
}

.t1 {
	width: 40%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t2 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t3 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.kepala {
	text-align: center;
	font-size: 20px;
	background: #de0000;
	color: white;
}

.out-link {
	list-style-type: square;
	margin:  0px 35px;
	color: white;
}

.out-link a {
	text-decoration: none;
	color: white;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.footer_container {
        width: 100%;
        display: block;
    }

.inside_footer_container {
        width: 100%;
        display: flex;
        text-align: center;
    }

.footer_button {
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        background-color: #d3d3d3;
        box-shadow: 0px 0px 10px 1px #141414;
        margin: 0.8%;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: black;
    }
.image-gallery img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  border: 2px #e000e8 solid;
}
.lassres table { width: 100%; border: 1px solid red; text-align: center; }

.lassres img {
    width: 100%;
    height: auto;
    display: block;
}
/* FAQ styles — paste ke file CSS atau di <style> */
h2.faq {
  font-size: 1.25rem;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #111827;
  letter-spacing: 0.2px;
}

/* targetkan dl yang langsung mengikuti heading FAQ (safety) */
h2.faq + dl {
  margin: 0;
  padding: 0;
}

/* reset default browser styles */
h2.faq + dl dt,
h2.faq + dl dd {
  margin: 0;
  padding: 0;
}

/* pertanyaan (dt) */
h2.faq + dl dt {
  position: relative;
  padding: 12px 14px 12px 44px;
  background: #f8fafc;        /* very light bg */
  border: 1px solid #e6eef6;
  border-radius: 10px;
  margin-top: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
  color: #0f172a;
}

/* panah di sebelah kiri (pseudo-element) */
h2.faq + dl dt::before{
  content: "❯";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg); /* default = closed look */
  font-size: 0.9rem;
  transition: transform .18s ease, color .18s ease;
  color: #2563eb;
}

/* jawaban (dd) */
h2.faq + dl dd {
  padding: 12px 14px;
  border-left: 3px solid #e6eef6;
  border-right: 1px solid #e6eef6;
  border-bottom: 1px solid #e6eef6;
  border-radius: 0 0 10px 10px;
  margin-bottom: 6px;
  background: #ffffff;
  line-height: 1.5;
  color: #334155;
}

/* responsive: lebih kecil padding di layar kecil */
@media (max-width: 600px) {
  h2.faq + dl dt { padding-left: 42px; padding-right: 12px; }
  h2.faq + dl dt::before { left: 12px; }
}

/* optional: visual change when parent has .open class (for JS toggle) */
h2.faq + dl dt.open {
  background: #eef2ff;
  border-color: #c7d2fe;
}
h2.faq + dl dt.open::before {
  transform: translateY(-50%) rotate(0deg); /* arrow pointing down */
}
h2.faq + dl dt.open + dd {
  display: block;
}

/* default hide all dd if you want JS toggling (uncomment if using) */
/* h2.faq + dl dd { display: none; } */

@media only screen and (max-device-width: 1000px) {
	
  .floating-top img {
width:98%
}
.floating-bottom img {
width:98%
}
  .headerbanner img{
  width:100%;
  }
  .container {
		width: 100%;
		
		
	}
	
	.logo {
	width: 280px;	
	height: 80px;
	margin: auto;
	}
	
	.menu a {
     display: block;
     font-size: 16px;
     padding: 10px;              
     border-bottom: 1px solid #000; 
     text-decoration: none;       
     color: #000;                
   }

    .menu a:last-child {
     border-bottom: none; 
    
    }
    
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
    }

    .lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #3a3a3a;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}
  
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 98%;
		
	}

	.banner-top {
		width: 98%;
		
	}
	
	.banner-float img {
		width: 98%;
		
	}

	.banner-top img {
		width: 98%;
		
	}

}
.kotak-berkedip {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    animation: blink 1s infinite;
}
.footer_button {
            width: 22%;
            display: inline-block;
            margin: 1%;
            margin-bottom: 0%;
        }
.inside_footer_container {
            display: block;

        }
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-device-width: 550px) {
	.logo {
	width: 205px;
    margin: auto;        
	} 
  .banner1 img {
		display: inline-block;
		width: 100%;
	}
}  
.banner1 {
		display: block;
		text-align:center;
	}
	
.banner img {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.banner-float {
		width: 98%;
		
	}
	
	.banner-float img {
		width: 98%;
		
	}
	.overlay{
            position:fixed;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:rgba(0,0,0,.7);
            transition:opacity .5s;
            visibility:visible;
            opacity:1;
            z-index:999
         }

        .overlay:target{
            visibility:hidden;
            opacity:0
        }

        .popup{
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            padding:2px;
            /*background:#fff;*/
            border-radius:5px;
            width:300px;
            position:relative;
            /*transition:5s ease-in-out*/
        }
        .popup h2{
            margin-top:0;
            color:#333;
            font-family:Tahoma,Arial,sans-serif
        }
        .popup .close{
            position:absolute;
            /*top:20px;*/
            right:5px;
            transition:.2s;
            font-size:30px;
            font-weight:700;
            text-decoration:none;
            color:#fff;
        }
            
        .popup .close:hover{
            color:#06d85f
        }
        .popup .content{
            max-height:50%;
            overflow:auto;
            margin-top:30px
        }
        @media screen and (max-width:700px){.popup{width:85%}
}