/* ----------------------------------------------------------------
    TEMPLATE FONTS
-----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i);
@font-face {
    font-family: 'kanitmedium';
    src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'),
         url('../fonts/kanit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitextralight';
    src: url('../fonts/kanit-extralight-webfont.woff2') format('woff2'),
         url('../fonts/kanit-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
body {padding: 0;margin:0; overflow-x: hidden;}
.img-responsive { margin: 0 auto;}
.center {margin:0 auto; text-align: center;}
.left {text-align: left;}

section.page--header {
	width: 100%;
	float: left;
	padding:0;
}
section.page--header img {
  width: 30%;
  text-align: center;
  margin:1% auto;
}

/*box1*/
section.page--box1 {
    background-image: url(../images/bg-header.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: 764px;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;
}
/*box2*/
section.page--box2 {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin:0;
  background:#f9f9f9;
}
section.page--box2 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box2 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% auto 6% auto;
}
section.page--box2 h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  margin:1% auto;
  color: #434343;
  line-height: 1.6;
  font-weight: normal;
}

/*box3*/
section.page--box3 {
	width: 100%;
	float: left;
	padding: 60px 0;
}
section.page--box3 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box3 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% auto 6% auto;
}
section.page--box3 ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:3% 0 0 0;
}
section.page--box3 ul li {
  width: 50%;
  float: left;
  margin:2% 0;
  padding:20px;
  list-style: none;
}
section.page--box3 ul li img {
  width: 20%;
  text-align: center;
  margin:0 auto 4% auto;
}
section.page--box3 ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align:left;
  padding:0 10%;
  margin:0;
  color:#434343;
  line-height: 1.4;
}

/*box3*/
section.page--box4 {
	width: 100%;
	float: left;
	padding:0;
	background:#f9f9f9;
}
section.page--box4 .boxL {
  width: 60%;
  float: left;
  padding: 5% 3%;
}
section.page--box4 .boxL img{
  width: auto;
  text-align: center;
  margin:0 auto;
}
section.page--box4 .boxR {
  width: 40%;
  float:left;
  background-image: url(../images/img-001.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: 764px;
    overflow: hidden;
    float: left;
    background-size: cover;
}
section.page--box4 .boxL h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: left;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box4 .boxL .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% 0 6% 0;
    float: left;
}
section.page--box4 .boxL ul {
  width: 100%;
  float: left;
  padding:1% 2% 0 2%;
  margin:0;
}
section.page--box4 .boxL ul li {
  width: 100%;
  float: left;
  margin:1%;
  padding:0;
  list-style: none;
}
section.page--box4 .boxL ul li img {
  width:auto;
  text-align: center;
  margin:0 2% 0 0;
  float: left;
}
section.page--box4 .boxL ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align:left;
  padding:0;
  margin:0;
  color:#434343;
  line-height: 1.4;
  padding-left: 8%;
}

/*box5*/
section.page--box5 {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin:0;
}
section.page--box5 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box5 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% auto 6% auto;
}
section.page--box5 h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  margin:1% auto;
  color: #434343;
  line-height: 1.6;
  font-weight: normal;
}

/*box6*/
section.page--box6 {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin:0;
  background:#f9f9f9;
}
section.page--box6 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box6 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% auto 6% auto;
}
section.page--box6 img.pc {
	width: auto;
	text-align: center;
	margin:0 auto;
	display: inline-block;
}
section.page--box6 img.sp {
	width: auto;
	text-align: center;
	margin:0 auto;
	display:none;
}

/*box7*/
section.page--box7 {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin:0;
}
section.page--box7 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: left;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box7 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% 0 6% 0;
    float: left;
}
section.page--box7 img {
	width: auto;
	text-align: center;
	margin:0 auto;
}

/*box8*/
section.page--box8 {
	width: 100%;
	float: left;
	padding: 60px 0;
	background:#f9f9f9;
}
section.page--box8 h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  margin:1% auto 0 auto;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--box8 .borderB {
    width: 10%;
    height: 4px;
    background: #000;
    margin: 3% auto 6% auto;
}
section.page--box8 ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:3% 0 0 0;
}
section.page--box8 ul li {
  width: 25%;
  float: left;
  margin:2% 0;
  padding:0;
  list-style: none;
}
section.page--box8 ul li img {
  width:auto;
  text-align: center;
  margin:0 auto 8% auto;
}
section.page--box8 ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 16px;
  text-align:center;
  padding:0 10%;
  margin:0;
  color:#434343;
  line-height: 1.4;
}

/*footer*/
section.page--footer {
   width: 100%;
   float: left;
   padding:40px 0;
   background:#000000;
}
section.page--footer img {
	width: 20%;
	float: left;
	margin:0;
}
section.page--footer h1{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align: left;
  margin:1% auto 3% auto;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  width: 100%;
}
section.page--footer ul {
  width: 100%;
  float: left;
  display:inline-block;
  justify-content: center;
  margin:1% 0 0 0;
  padding:0 0 0 4%;
}
section.page--footer ul li {
  width: 33.33%;
  float: left;
  margin:0;
  padding:1% 2% 1% 0;
  list-style: none;
  height: 80px;
}
section.page--footer ul li p{
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 16px;
  text-align: left;
  margin:0 auto;
  color: #d3d3d3;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 15%;
  text-transform: uppercase;
}
section.page--footer ul li p span {text-transform: none;}
section.page--footer ul li p a{color:#d3d3d3;text-decoration: none;}
section.page--footer ul li p a:hover {color:#fff;text-decoration: none;}
section.page--footer ul li img {
  width: auto;
  float: left;
  margin-right: 2%;
} 
@media (max-width: 800px) {
	section.page--box1 {height: 300px;}
	section.page--box2 h1,
	section.page--box3 h1,
	section.page--box4 .boxL h1,
	section.page--box5 h1,
	section.page--box6 h1,
	section.page--box7 h1,
	section.page--box8 h1,
	section.page--footer h1 {font-size: 28px;}
	section.page--box4 {
		background-image:url(../images/img-001.jpg);
	    background-position:center;
	    background-repeat:no-repeat;
	    opacity: .8;
	    height: auto;
	    overflow: hidden;
	    float: left;
	    background-size: cover;
	    width: 100%;
	}
	section.page--box4 .boxL {width: 100%;float: left;background:rgba(255, 255, 255, .8);}
	section.page--box4 .boxR {display: none;}
	section.page--box3,
	section.page--box5,
	section.page--box6,
	section.page--box7,
	section.page--box8 {padding:20px 0;}
	section.page--box8 ul li {height: 150px;}
}
@media (max-width: 600px) {
	section.page--box2,
	section.page--footer {padding: 20px 0;}
	section.page--box2 h2,
	section.page--box3 ul li p,
	section.page--box4 .boxL ul li p,
	section.page--box5 h2 {font-size: 16px;}

	section.page--box3 ul li {width: 100%;height: auto;padding:0;}
	section.page--box8 ul li {width: 50%;}
	section.page--footer ul li {width: 50%;height: auto;}

}
@media (max-width: 480px) {
	section.page--box6 img.pc {display: none;}
	section.page--box6 img.sp {display: inline-block;}
	section.page--box8 ul li,
	section.page--footer ul li {width: 100%;}
	section.page--footer h1 {font-size: 18px; text-align: center;}
	section.page--box8 ul li {height: auto;}

	section.page--box2 h1, 
	section.page--box3 h1, 
	section.page--box4 .boxL h1, 
	section.page--box5 h1, 
	section.page--box6 h1, 
	section.page--box7 h1, 
	section.page--box8 h1, 
	section.page--footer h1{font-size: 22px;}

	section.page--footer img,
	section.page--footer ul li img,
	section.page--box4 .boxL ul li img {text-align: center;float: none;margin:0 auto 2% auto;}
	section.page--footer ul li {margin-bottom: 2%;}
	section.page--footer ul li p {text-align: center;padding:0;}
	section.page--box4 .boxL h1,
	section.page--box7 h1 {text-align: center;}
	section.page--box4 .boxL .borderB,
	section.page--box5 .borderB,
	section.page--box6 .borderB,
	section.page--box7 .borderB,
	section.page--box8 .borderB,
	section.page--box2 .borderB,
	section.page--box3 .borderB {float: none;text-align: center;margin: 3% auto 6% auto;width: 25%;}
	section.page--footer img,
	section.page--header img {width: 40%;}
}