@media screen and (max-width: 980px) {

	.page{
		margin-left: 15px;
		margin-right: 15px;
	}

	.hide_desktop{
display: block;
}

.hide_mobile{
display: none;
}

.id_container{
  margin-bottom: 35px;
}

	.content_page{
		margin-top: 35px;
	}

	.menu_header{
		display: none; 	
	}

	.menu_burger_container{
		width:100%;
margin: auto;
margin-top:0px;
color: #fff;
z-index:10000;
/*background:#fff;*/
position: fixed;
	}

	.header{
		margin-top: 60px;
	}

	.mainMenuBtn{
		font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
		font-size: 16px;
		color: #fff;
		padding: 8px 6px;
		cursor: pointer;
		font-weight: 400;
	}.mainMenuBtn:hover{
		border-bottom: none;
	}

	.title_menu{
  font-size:30px;
  color:#3b396b;
  font-weight: bold;
}

	.tagline_container{
  margin-top:50px;
}

	.item_service{
		float: none;
		width: 100%;
	}



	.experience_row_container{
		float: none;
		width: 100%;
	}

	.services_description_container{
		height: 225px;
	}

	.experience_image_container{
		float: none;
		width: 100%;
		display: none;
	}

	.experience_teks_container{
		margin-left: 0px;
	}

	.experience_teks_description_container{
		height: 275px;
	}

	.ourteam_direksi_container{
		float: none;
		width: 100%;
		margin:50px 0px;
	}

	.ourteam_manager_container{
		float: none;
		width: 100%;
		margin:50px 0px;
	}

	.contact_item_container{
		float: none;
		width: 100%;
		margin: 50px 0px;
	}

	.footer_sosmed_container{
		float: none;
		margin-top: 20px;
		text-align: center;
	}

	.footer_textcopyright_container{
		float: none;
		margin-top: 20px;
		text-align: center;
	}

}	

