@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	h1 {
	
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}




#header {
  position: relative;
  width: 100%;
}


#logo {
  padding: 1rem 4%;
  position: relative;
  z-index: 9;
  width: 100%;
  left: 0rem;
  top: 0rem;
}




#slogan {
  position: relative;
  z-index: 9;
  top: 0rem;
}


#slogan img {
  width: 100%;
  right: 0rem;
  position: relative;
  top: 0rem;
}


#slogan_text {
  padding: 1rem 4%;
  position: absolute;
  z-index: 16;
  left: 0rem;
  width: 100%;
  top: 0rem;
  color: #fff;
}

#slogan2 {
  position: relative;
  z-index: 9;
  top: 0rem;
}


#slogan2 img {
  width: 100%;
  right: 0rem;
  position: relative;
  top: 0rem;
}


#slogan2_text {
  padding: 1rem 4%;
  position: absolute;
  z-index: 16;
  left: 0rem;
  width: 100%;
  top: 0rem;
  color: #fff;
}


.info_text {
  position: absolute;
  z-index: 6;
  bottom: 2rem;
  width: 100%;
  padding: 0rem 5% 1.5rem 4%;
  right: 0rem;
}





.refnr {}

.apply {}
