	.topright img{
		height:14px;
	}
@media (max-width: 414px) {
	.topleft p{
		font-size:12px;
	}
	.topright img{
		height:12px;
	}
	.pc {
		display:none;
	}
	#navbar {
	  position: fixed;
	  top: 40px;
	  width: 100%;
	  display:block;
	  background-color:rgba(255,255,255,1.0);
	  transition: 0.5s;
	  padding:10px 10px;
	}
}

/*--------- Link Right -----------*/
#linktab {
	position: fixed;
	left: 0px;
	top:40%;
	width: 60px;
	min-height: 180px;
	display:none;
	background-color:rgba(156,124,0,1.0);
	transition: 0.5s;
	padding:0px 0px;
}
#linkadmin {
	width: 60px;
	height: 60px;
	background-color:#2a1b08;
	color: #cfa503;
	padding-top: 10px;
	text-align:center;
	font-size:1.4em;
}
#linkadmin a{
	color: #cfa503;
}

#linkfb {
	width: 60px;
	height: 60px;
	background-color:#3a589b;
	text-align:center;
	font-size:1.4em;
}

@media (max-width: 414px) {
	display: none;
}
/*--------- Link Right -----------*/

#beforefooter {
	padding: 60px 0 60px 0;
	position: static;
	margin-bottom: 0px;
	width: 100%;
	display:block;
	background-color:rgba(13,139,0,1.0);
	font-family: 'Prompt', sans-serif;
	color:#fff;
}
#beforefooter ul{
	line-height:1.6em;
}
#beforefooter h2{
	font-size:2.4em;
}

@media (max-width: 768px) {
	#beforefooter img{
		margin-bottom:20px;
	}
}

@media (max-width: 414px) {
	#beforefooter h2{
		font-size:1.8em;
	}
}

#footer {
	bottom: 0px;
	position: static;
	margin-bottom: 0px;
	width: 100%;
	display:block;
	background-color:rgba(10,105,0,1.0);
	padding:15px 0 5px 0;
	font-family: 'Prompt', sans-serif;
	color:#fff;
	font-weight:400;
	font-size:14px;
}
@media (max-width: 414px) {
	#footer {
		font-size:10px;
	}
}

/*--------- main-about -----------*/

#main-about {
	height:auto;
	background-color:rgba(255,255,255,1.0);
	padding:40px 0 40px 0;
	font-family: 'Prompt', sans-serif;
}
#main-about h2{
	font-size:2.4em;
	font-weight:400;
	color:#0b409c;
	border-bottom:5px solid #0b409c;
	padding:0 0 10px 0;
}
#main-about p{
	font-size:1.1em;
	font-weight:300;
	color:#000;
}

@media (max-width: 414px) {
	#main-about {
		padding:20px 0 20px 0;
	}
	#main-about h2{
		font-size:1.6em;
		font-weight:400;
		color:#0b409c;
		border-bottom:1px solid #0b409c;
		padding:20px 0 10px 0;
	}
	#main-about p{
		font-size:0.8em;		
	}
}

/*--------- main-product -----------*/

#main-product {
	height:auto;
	background-color:rgba(64,109,190,1.0);
	padding:40px 0 40px 0;
	font-family: 'Prompt', sans-serif;
}
#main-product h2{
	font-size:1.8em;
	font-weight:400;
	color:#0b409c;
}
#main-product h2 a{
	color:#0b409c;
}
#main-product p{
	font-size:1.0em;
	font-weight:300;
	color:#000;
}
#main-product img {
	widht:100%;
}

@media (max-width: 414px) {
	#main-product {
		padding:20px 0 20px 0;
	}
	#main-product h2{
		font-size:1.8em;
		font-weight:400;
		color:#0b409c;
		border-bottom:1px solid #0b409c;
		padding:20px 0 10px 0;
	}
}

/*--------- main-quotation -----------*/

#main-quotation {
	height:auto;
	background-color:rgba(238,241,245,1.0);
	padding:40px 0 40px 0;
	font-family: 'Prompt', sans-serif;
}
#main-quotation h2{
	font-size:1.8em;
	font-weight:400;
	color:#fff;
}
#main-quotation h2 a{
	color:#fff;
}
#main-quotation p{
	font-size:1.0em;
	font-weight:300;
	color:#000;
}
#main-quotation img {
	widht:100%;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid #ea6200;
}

@media (max-width: 414px) {
	#main-quotation {
		padding:20px 0 20px 0;
	}
	#main-quotation h2{
		font-size:1.8em;
		font-weight:400;
		color:#0b409c;
		border-bottom:1px solid #0b409c;
		padding:20px 0 10px 0;
	}
}