
 @font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
}

body {margin:0; padding:0; margin:auto; width:100%; text-align:left;
 font-family: "Poppins", serif; font-weight:600; background-color:#fafafa;}

* {box-sizing: border-box;}

 .desktop-container {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}


#header-menus { display:none; 	background-color:#333; height:70px; position:fixed;}
 .topheader { display: flex;
    flex-wrap: wrap; /* Membungkus elemen ke baris/kolom baru jika perlu */
    width:100%;
 	position:fixed;
	top:0;
 
	margin-bottom:0;
	z-index:1000;
		 border-bottom:1px solid #333;
		  font-family: "Poppins", serif; font-weight:600;
}
 
	
.topheader .menu_topheader { z-index:1000;
 width: 1100px;
 	text-align:left;
	 line-height:30px;
     text-decoration: none;
    margin: 0 auto; /* Memusatkan elemen */
	font-size:60%;
	 font-family: "Poppins", serif; font-weight:600;
	text-transform:uppercase;
	color:#333;
	 text-shadow: 1px 1px #ddd;
}

.header {
		 background: #fafafa;
   width:100%;
	margin: 0 auto; /* Atas & bawah 0, kiri & kanan auto */
 	box-sizing: border-box;
    	height:auto;
     border-bottom:1px solid #dadada;
}
		
.header_coulom { 
    display: flex;
    gap: 20px;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
     align-items: center;
    justify-content: flex-start; /* Memastikan elemen pertama di kiri */
   
}

.header .header_logo { 
    width: 300px;
    height: 110px;
    text-decoration: none;
    background-image: url(../asset/logo.png);
    background-position: center; /* Pastikan logo rata kiri */
    background-repeat: no-repeat;
    background-size: contain; /* Menyesuaikan ukuran logo */
    z-index:200;
    text-align: center;
    margin-left:150px; 
    padding: 0; 
    
}
 
.header .header_banner { 
     width: 350px;
    height: 100%;
    text-align: right;
 	     margin-left: auto; /* Mendorong elemen ke kanan */

}
 

.menu {width:100%;
  	text-decoration: none;
background: linear-gradient(to bottom,  rgb(169,3,41) 0%,rgb(109,0,25) 49%,rgb(143,2,34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	margin:0px 0 0px 0;
	height:auto;
  	  font-family: "Poppins", serif; font-weight:800; }
	
.menu .menu_header { z-index:1000;
 width: 1100px;
 height:auto;
  	line-height:auto;
     text-decoration: none;
    margin: 0 auto;  
	text-transform:uppercase;
	font-weight:800;
 font-family: "Poppins", serif;}
 
/* 
.headline {
 
    display:none;
}

 
*/


.flex-container {
    display: flex;
    flex-wrap: wrap; /* Membungkus elemen ke baris berikutnya jika tidak cukup ruang */
    gap: 20px; /* Jarak antar elemen */
    width: 1100px;
    margin: 0 auto;
    align-items: flex-start; /* Menjaga elemen tetap di atas */
    justify-content: flex-start; /* Elemen dimulai dari kiri */
}

/* Kolom kiri */
.left {
    width: 260px;
    height: auto;
    text-align: left;
    border-right: none;
    padding-right: 20px;
    margin-top:-40px;
}

/* Kolom center */
.center {
    width: 475px;
    height: auto;
    text-align: left;
	padding-left:0px;
	padding-right:0px;
}

/* Kolom kanan */
.right {
    width: 340px;
    height: auto;
    text-align: left;
    border-left: none;
    padding-left:0px;
    /* Flex agar right tetap di kanan */
    flex-grow: 0;
    flex-shrink: 0;
}

/* Wrapper untuk kolom kiri, center, dan left-two */
.wrapper-top {
    display: flex;
    width:740px;
    justify-content: flex-start;
        flex-wrap: wrap;  
 }

/* Kolom bawah (left-two) */
.left-two {
     width:740px;  
    height: auto;
    text-align: left;
     padding-right: 5px;
    	padding-top:20px;
 		padding-bottom:20px;
	margin:0;
}

 
/* Kolom bawah (left-two) */
.center-two-colom { font-family: "Poppins", serif; 
font-weight:600;
    width: 100%;  /* Pastikan elemen menyesuaikan layar */
    max-width: 725px; /* Tetap membatasi lebar maksimum */
        height: auto;
    text-align: left;
	padding-left:0px;
	padding-right:0px;
	 box-sizing: border-box;
	
}
 
 
	
.container_teks {
  display: flex; /* Atur elemen anak sejajar horizontal */
  justify-content: space-between; /* Beri jarak proporsional di antara elemen */
  align-items: center; /* Vertikal rata tengah */
  width: 100%; /* Lebar container penuh */
  gap: 10px; /* Jarak antara gambar dan teks */
  border-bottom:1px solid #E6E6FA;
  padding-bottom:10px;
    padding-top:10px;
	 align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */}

.gambar {
        flex: 0 0 35%;
        width: 100%;
     }

    .gambar img {
        width: 100%;
        height: 110px; /* Atur tinggi yang seragam */
        object-fit: cover; /* Pastikan gambar mengisi seluruh area */
        border: 1px solid #ddd;
        border-radius:2px;
        padding:3px;
     }
     
     .gambar-baca {
        flex: 0 0 35%;
        width: 100%;
     }

    .gambar-baca img {
        width: 100%;
        height: 160px; /* Atur tinggi yang seragam */
        object-fit: cover; /* Pastikan gambar mengisi seluruh area */
        border: 1px solid #ddd;
        border-radius:2px;
        padding:3px;
     }

.text_side {
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
	color:#333;
	font-family: "Poppins", serif; font-weight:600;
		text-decoration: none;
     vertical-align: middle;
	line-height: 1.2;
	font-size:95%;


}

.text_side a{
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
		text-decoration: none;
	color:#333;
		font-family: "Poppins", serif; font-weight:600;
     vertical-align: middle;
	line-height: 1.2;
	font-size:95%;
}

.text_side-popular {
  flex: 0 0 85%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
		text-decoration: none;
	color:#333;
		font-family: "Poppins", serif; font-weight:600;
     vertical-align: middle;
	line-height: 1.2;
	font-size:95%;
}

.text_side-popular a{
  flex: 0 0 85%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
		text-decoration: none;
	color:#333;
		font-family: "Poppins", serif; font-weight:600;
     vertical-align: middle;
	line-height: 1.2;
	font-size:95%;
}


.text_side_left_head {  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
	color:#fafafa;
		text-decoration: none;
     vertical-align: middle;
	line-height: 1.2;  
	font-size:90%;
	font-family: "Poppins", serif; font-weight:600;
}

.text_side_left_head a{
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
		text-decoration: none;
	color:#fafafa;
     vertical-align: middle;
	line-height: 1.2; 
		font-size:90%;
		font-family: "Poppins", serif; font-weight:600;
}



.text_side_left
{
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
	color:#333;
		font-family: "Poppins", serif; font-weight:600;
		text-decoration: none;
     vertical-align: middle;
	line-height: 1.2;  
	font-size:90%;


}

.text_side_left a{
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
		text-decoration: none;
	color:#333;
		font-family: "Poppins", serif; font-weight:600;
     vertical-align: middle;
	line-height: 1.2; 
		font-size:90%;
}

.text_center {
	font-size:108%;
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
	margin-top:0px;
	text-decoration: none;
	color:#333;
	 font-family: "Poppins", serif; font-weight:600;}

.text_center a{
	font-size:108%;
  flex: 0 0 60%; /* Teks mengambil 60% lebar container */
   align-items: flex-start; /* Menjaga elemen berada di atas */
    justify-content: flex-start; /* Menjaga elemen berada di kiri */
	margin-top:0px;
		text-decoration: none;
			color:#333;
			font-family: "Poppins", serif; font-weight:600;

}


.text p {
  margin: 0; /* Hilangkan margin default pada paragraf */
  line-height: 1.5; /* Sesuaikan jarak antar baris teks */
text-decoration: none;
			color:#333;
			 }


.category_text { font-size:70%; color:#F60; font-weight:600; text-transform:uppercase; margin-bottom:-10px; letter-spacing:5px;}
.waktu_text {font-size:65%; line-height:1.8; color:#555; font-weight:600; text-transform:capitalize; padding-top:7px;}
.waktu_text_top {font-size:65%; line-height:1.8; color:#fafafa; font-weight:600; text-transform:capitalize; padding-top:7px;}

	/* sub cat*/	
 
.category-sub_head {
    display: flex;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    color: #fafafa;
    margin-bottom: 10px;
    font-family: "Pathway Gothic One", sans-serif;
	text-transform:uppercase;
	
}

.category-sub_head::after { 
    content: "";
    display: block;
    width:60%;
    height: 15px; /* Tinggi garis */
    margin-left: 10px;
    background: radial-gradient(circle, #E6E6FA 1px, transparent 1px);
    background-size: 3px 3px; /* Ukuran titik */
}




.category-title {
    display: flex;
    align-items: center;
    font-size: 100%;
    font-weight: bold;
    color: #b80000;
    margin-bottom: 10px;
    font-family: "Pathway Gothic One", sans-serif;
	text-transform:uppercase;
	
}

.category-title::after { 
    content: "";
    display: block;
    width:40%;
    right:0;
    height: 15px; /* Tinggi garis */
    margin-left: 10px;
    background: radial-gradient(circle, #036 1px, transparent 1px);
    background-size: 3px 3px; /* Ukuran titik */
}

/* News Read  */
	    .subjudul_view {
	        padding-top:30px; 
	         font-size:135%; 
	    font-weight:500;}
         
         .judul_view 
         {font-size:225%; 
         font-weight:600;
             color:#333 !important;
          padding-top:10px; 
         line-height: 1.3;
         }
         
         
          .tgl_view {text-transform:capitalize;
            color:#333 !important; 
           padding-top:10px; 
           padding-bottom:20px; 
           font-weight:400; 
           font-size:80%;
           line-height:1.8;
              
          }
          
           
           
            .gbr_view {width:100%; 
            height:auto; 
            object-fit: cover; 
            overflow:hidden;
                
            }
            
        .caption {padding-top:1px; 
             padding-bottom:10px;  
         font-size:80%; 
              font-weight:500; 
              letter-spacing:0.5px; 
              line-height:25px; 
              color:#333 !important;
             }
             
             .isi_baca {
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #333 !important;
  text-decoration: none; /* ini tambahan */
}
  .isi_baca a {
  text-decoration: none;
   color: inherit !important;
}             
	
	
	/* footer */
.desktop_foter {
 display:block; height:auto; background:#b80000
	font-family: "Poppins", serif; font-weight:600;
}

.footer .menu_footer {font-family: "Poppins", serif; font-weight:600;
    width: 1100px;
    
    height: auto;
     text-decoration: none;
    margin: 0 auto; /* Memusatkan elemen */
}


.iklan-top {width:1100px; margin:auto; height:100px; margin-top:20px; margin-bottom:10px;}

/* Artikel lain - Baca */
.artikellain_view {
    display: block;
}


.top_mobile {display:none;} 
.topmenu {display:none; } 
.topsecond { display:none;}
.headlinemobile { display:none;}
.editor_pilihan { display:none;}