#hd_Container{
	  display: flex;
	  position: flex;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 10px 10px 10px 10px ;
	z-index: 5;
	height: auto;

}
	
	
	#hd_Container> div {
	  flex: 1; /*grow*/
	}
	
	div.logo{
	  background-image: url(../img/Logo_HSI.svg);
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: cover;
	  padding: 0 0 0 0;
	  margin: 0  
  
	}
	
	#applikasi{
		text-align: left;
		display: table-cell; vertical-align: middle; 
		margin: 0;
		padding: 0;
	}

	#applikasi .tajuk {
		display: block; text-decoration: none;
		font: 24px Tahoma, Helvetica, Arial, Sans-Serif; 
		text-align: left;
		letter-spacing: 0.05em;
	}
	
	#applikasi .hospital {
		display: block; text-decoration: none;
		font: 24px Tahoma, Helvetica, Arial, Sans-Serif;
		text-align: left;
		letter-spacing: 0.05em;
		color: rgba(0,0,0,0.6);
    	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	}
	

	
	/* MEDIUM SCREEN MOBILE / TABLET----------------------------------------------------*/
	@media screen and (min-width: 641px) {
	  div.logo{ max-width:640px; height:60px; }
	  
	  .cd-nav-trigger{ top: 90px; }
	  .cd-projects-container{ top: 70px; } /* Turunkan Content Ke bawah Skit */
	  .cd-nav-trigger{ top: 100px; } 

	  #parent{ /* SHOW HEADER */
		position: fixed;
		top: 0px;
		left: 0px;  
	  }
	}	
	
	/* SMALL SCREEN TABELT ----------------------------------------------------*/
	@media screen and (max-width: 640px) {
	
	  div.logo{ max-width:440px; height: 40px; 
	    display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	  }
	  
	  .cd-projects-container{ top: 0px; } /* Naikkan Semula Content Ke Atas Sekali */
	  .cd-nav-trigger{ top: 10px; right: 10px; }
	  	
	  #parent{ /* SHOW HEADER */
		position: fixed;
		top: 0px;
		left: 0px;  
	  }
  
	}
	

	/* SMALL SCREEN MOBILE ----------------------------------------------------*/
	@media screen and (max-width: 450px) {
	  
	  div.logo{ max-width:340px; height: 40px; 
		background-image: url(../header1.svg);
	    display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	  }	  
	  
	  
	  
	  .cd-projects-container{ top: 0px; } /* Naikkan Semula Content Ke Atas Sekali */
	  .cd-nav-trigger{ top: 10px; right: 10px; }
	  	
	  #parent{ /* SHOW HEADER */
		position: fixed;
		top: 0px;
		left: 0px;  
	  }
  
	}	



