/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: https://www.zerotheme.com/
*/
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

/*------------------------*/

@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 820px){
	.slider_wrapper {height: 350px;}
	.slider_wrapper h2{font-size: 40px; line-height:40px;}
	.slider_wrapper h5{font-size: 40px; line-height:40px;}
	
	#page3 h3  { font-size: 20px;	line-height:22px; }
	#page3 h4  { font-size: 18px;	line-height:20px;	padding-top:10px; }
	
}
@media only screen and (max-width: 600px) {
	
	.slider_wrapper h2{font-size: 25px;}
	.slider_wrapper h5{font-size: 25px;}
	
	#page3 h3  { font-size: 18px;	line-height:20px; }
	#page3 h4  { font-size: 16px;	line-height:18px;	padding-top:8px; }
	
	.sf-menu>li>a{
		font-size: 14px;
		line-height: 20px;
		padding: 8px 8px 6px;
	}
	h1 {padding-top: 68px;}
	
	.lngsw {padding-top:12px;}
	
}
@media only screen and (max-width: 420px) {
	.sf-menu>li>a{
		font-size: 13px;
		line-height: 16px;
		padding: 6px 6px 4px;
	}
	h1 {padding-top: 30px;}
	
	.lngsw {padding-top:12px;}
	
	#page3 h3  { font-size: 16px;	line-height:18px; }
	#page3 h4  { font-size: 14px;	line-height:16px;	padding-top:6px; }
}