/* ----------------------------------------------------------------
    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;}
@font-face {
    font-family: 'phetsarathbold';
    src: url('../fonts/phetsarath-bold-webfont.woff2') format('woff2'),
         url('../fonts/phetsarath-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'phetsarathregular';
    src: url('../fonts/phetsarath-regular-webfont.woff2') format('woff2'),
         url('../fonts/phetsarath-regular-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 {
	background-image: url(../images/bg-header.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: 615px;
    padding:17% 0 0 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;    
}
section.page--header h1{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 60px;
  text-align: center;
  margin:0 0 1% 0;
  padding:0;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--header h1 span {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  color:#ccff33;
}
section.page--header h2{
  font-family: "phetsarathregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 30px;
  text-align: center;
  margin:0;
  padding:0;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
section.page--header h2 span {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  color:#ccff33;
}

/*box1*/
section.page--box1 {
  width: 100%;
  float: left;
  padding:0;
  margin:0;
  background:#87ad1a;
}
section.page--box1 .boxL {
  width: 50%;
  float: left;
  height: 450px;
  padding: 3% 5%;
}
section.page--box1 .boxR {
  background-image: url(../images/photo-01.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: 450px;
    padding:0;
    overflow: hidden;
    width: 50%;
    float: left;
    background-size: cover;
}
section.page--box1 .boxL h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align:left;
  padding:0;
  margin:0;
  color:#ccff33;
  line-height: 1.2;
  text-transform: uppercase;
}
section.page--box1 .boxL .borderB {
    width: 10%;
    height: 4px;
    background: #ccff33;
    margin: 3% 0 5% 0;
    text-align: left;
}
section.page--box1 .boxL p{
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 22px;
  text-align:left;
  padding:0;
  margin:0 0 2% 0;
  color:#fff;
  line-height: 1.2;
}
section.page--box1 .boxL p span {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
}
section.page--box1 .boxL p.la{
  font-family: "phetsarathregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align:left;
  padding:0;
  margin:0 0 2% 0;
  color:#fff;
  line-height: 1.3;
}
section.page--box1 .boxL p.la span {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
}

/*box2*/
section.page--box2 {
	width: 100%;
  float: left;
  padding: 0;
  margin:0;
}
section.page--box2 ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:0;
  display:flex;
  justify-content: center;
}
section.page--box2 ul li {
  width: 25%;
  float: left;
  margin:0;
  padding:0
  list-style: none;
}
section.page--box2 ul li img {
  width: auto;
  text-align: center;
  margin:0 auto;
  padding:5px;
}
section.page--box2 img.big {
  width: 100%;
  padding:5px;
  text-align: center;
  margin:0 auto;
}

/*footer*/
section.page--footer {
  background-image: url(../images/bg-footer.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: auto;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;
}
section.page--footer h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align:center;
  padding:0;
  margin:2% 0 5% 0;
  color:#336c0a;
  line-height: 1.2;
  text-transform: uppercase;
}
section.page--footer ul {
  width: 100%;
  padding: 2% 10%;
  margin:0 auto;
  display: inline-block;
}
section.page--footer ul li {
  width: 25%;
  float: left;
  padding:5px;
  margin:0;
  list-style: none; 
}
section.page--footer ul li img {
  width: auto;
  float: left;
  margin:0 2% 0 0;
  padding: 0;
}
section.page--footer ul li p.toptitle{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align:left;
  padding:0;
  margin:0;
  color:#000;
  line-height: 1.4;
  padding-left: 22%;
}
section.page--footer ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 16px;
  text-align:left;
  padding:0;
  margin:0 0 2% 0;
  color:#000;
  line-height: 1.2;
  padding-left: 22%;
}
section.page--footer ul li p a,
section.page--footer ul li p a:hover {color:#000;text-decoration: none;}
section.page--footer ul li p.la{
  font-family: "phetsarathregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 16px;
  text-align:left;
  padding:0;
  margin:0;
  color:#000;
  line-height: 1.2;
  padding-left: 22%;
}
@media (max-width: 1366px) {
  section.page--header{padding:20% 0 0 0}
}
@media (max-width: 1024px) {
  section.page--header {height: auto;padding: 20% 0 10% 0;}
  section.page--header h1 {font-size: 40px;}
  section.page--header h2,
  section.page--box1 .boxL h1 {font-size: 24px;}
  section.page--box1 .boxL p,
  section.page--box1 .boxL p.la {font-size: 16px;}
  section.page--box1 .boxL,
  section.page--box1 .boxR {height: 320px;}
}
@media (max-width: 800px) {
  section.page--box1 {
    background-image: url(../images/photo-01-sp.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: auto;
    padding:0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover; 
  }
  section.page--box1 .boxL {width: 100%;background:rgba(135, 173, 26, .8);height: auto;}
  section.page--box1 .boxR {display: none;}
  section.page--footer ul li {width: 100%;} 
  section.page--footer ul{background:rgba(255, 255, 255, .5);}
}
@media (max-width: 600px) {
  section.page--header h1,
  section.page--footer h1 {font-size: 28px;}
  section.page--header h2, section.page--box1 .boxL h1, {font-size: 20px;}
  section.page--box2 ul {display: inline-block;}
  section.page--box2 ul li {width: 50%;}
}
@media (max-width: 480px) {
  section.page--header h1, section.page--footer h1 {font-size: 20px;}
  section.page--box1 .boxL h1,
  section.page--footer ul li p.toptitle {font-size: 16px;}
  section.page--footer {padding:20px 0;}
  section.page--box1 .boxL .borderB {height: 2px;}
  section.page--footer ul {padding:2% 15px;}
  section.page--footer ul li img {width: 34px;}
  section.page--footer ul li p.toptitle,
  section.page--footer ul li p,
  section.page--footer ul li p.la {padding-left: 15%;}
  section.page--header h2 {font-size: 14px;}
  section.page--box2 ul li {width: 100%;}
}