@charset "utf-8";
@media screen and (min-width: 671px) and (max-width: 1023px){
.content {
	float: left;
	height: auto;
	width: 100%;
	background-color: #FFF;
	padding-top: 3%;
}
.picture-profile {
	padding: 2%;
	float: left;
	height: auto;
	width: 30%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	border: 1px solid #CCC;
}
.picture-profile img {
	height: auto;
	width: 100%;
}
.box-about {
	float: right;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-top: 5%;
}
.icon-about {
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
}
.icon-about img {
	height: auto;
	width: 3rem;
	margin-right: 2%;
}
.name-company {
	font-family: promptregular;
	font-size: 2rem;
	line-height: 120%;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 2%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 2%;
	margin-bottom: 2%;
}
.text-about {
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 160%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.box-service-home-all {
	background-color: #f9f9f9;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8dc63f;
	border-bottom-color: #8dc63f;
}
.box-service-all {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.title-home {
	font-family: promptregular;
	font-size: 2rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.box-service-home {
	float: left;
	height: auto;
	width: 35%;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 10%;
}
.icon-service-home {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 3%;
}
.icon-service-home img {
	height: auto;
	width: 5rem;
}
.text-service-home {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #666;
	text-align: center;
	float: left;
	height: 5em;
	width: 80%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 10%;
	margin-left: 10%;
	line-height: 150%;
}
.more-01 {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #8dc63f;
	text-align: center;
	float: left;
	height: auto;
	width: 15%;
	margin-top: 3%;
	margin-bottom: 8%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 42.5%;
	border-radius: 100px;
}
.more-01 a {
	color: #FFF;
	text-decoration: none;
}
.box-portfolio-home-all {
	float: left;
	height: auto;
	width: 90%;
	padding: 5%;
}
.box-port {
	float: left;
	height: auto;
	width: 90%;
	margin-bottom: 3%;
	margin-top: 7%;
	padding-left: 5%;
}
.picture-service {
	float: left;
	height: auto;
	width: 90%;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
}
.picture-service img {
	height: auto;
	width: 100%;
}
.box-port-list {
	float: left;
	height: auto;
	width: 18%;
	margin: 1%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.picture-port {
	float: left;
	height: auto;
	width: 90%;
	margin: 5%;
}
.picture-port img {
	height: auto;
	width: 100%;
}

.title-port {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #333;
	text-align: center;
	float: left;
	height: 3em;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.text-port {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-bottom: 5%;
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 160%;
	color: #333;
	margin-right: 10%;
	margin-left: 10%;
}
.box-contact {
	float: left;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.box-contact-list {
	float: left;
	height: auto;
	width: 75%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 5%;
	border: 1px solid #CCC;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 5%;
	background-color: #f9f9f9;
}
.icon-contact {
	text-align: center;
	float: left;
	height: auto;
	width: 12%;
}
.icon-contact img {
	height: auto;
	width: 100%;
}
.text-contact {
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 160%;
	color: #333;
	text-align: left;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 3%;
	margin-top: 3%;
}
.text-contact a {
	color: #333;
	text-decoration: none;
}

.map {
	float: left;
	height: auto;
	width: 100%;
}
.box-step {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #f9f9f9;
}
.box-step-list {
	float: left;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 2%;
	margin-top: 3%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8DC63F;
	padding-bottom: 1px;
}
.box-step-left {
	float: left;
	height: auto;
	width: 40%;
}

.num-step {
	font-family: promptregular;
	font-size: 5rem;
	color: #00AEEF;
	float: left;
	height: auto;
	width: 40%;
	line-height: 120%;
}
.text-step {
	float: left;
	height: auto;
	width: 98%;
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 120%;
	color: #000;
	margin-left: 1%;
}

.picture-step {
	float: right;
	height: auto;
	width: 50%;
}
.picture-step img {
	height: auto;
	width: 100%;
}
}
