/* ----------------------------------------------------------------
    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 {
	background-image: url(../images/bg-header.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: 994px;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;
}
section.page--header img {
  width:30%;
  text-align: left;
  margin:1% 0;
}
section.page--header h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 45px;
  text-align: left;
  margin:4% 0 1% 3%;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-transform: underline;
}
section.page--header h2{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 50px;
  text-align: left;
  margin:5px 0 5px 3%;
  color: #000;
  line-height: 1;
  font-weight: normal;
}

/*box1*/
section.page--box1 {
    background-image: url(../images/bg-content.jpg);
    background-position:center;
    background-repeat:no-repeat;
    height: auto;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;
}
section.page--box1 .boxR {
	width: 70%;
	float: right;
}
section.page--box1 .boxR h2{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 40px;
  text-align: left;
  margin:3% 0 0 0;
  color: #33ccff;
  line-height: 1;
  font-weight: normal;
}
section.page--box1 .boxR ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:3% 0;
}
section.page--box1 .boxR ul li {
  width: 100%;
  float: left;
  margin:5px 0;
  padding:0;
  list-style: none;
}
section.page--box1 .boxR ul li img {
  width: auto;
  text-align: left;
  margin:1% 2% 0 0;
  float: left;
}
section.page--box1 .boxR ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align:left;
  padding:0;
  margin:0;
  color:#fff;
  line-height: 1.2;
  padding-left: 6%;
}

/*box2*/
section.page--box2 {
  width: 100%;
  float: left;
  padding:0;
  margin:0;
  background:#0eafe5;
}
section.page--box2 .boxL {
	width: 50%;
    float: left;
    padding: 3% 3% 3% 10%;
    height: 450px;
}
section.page--box2 .boxR {
	background-image: url(../images/img-001.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    overflow: hidden;
    width: 50%;
    float: right;
    background-size: cover;
}
section.page--box2 .boxL h2{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 40px;
  text-align: left;
  margin:0;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
section.page--box2 .boxL ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:5% 0 0 0;
  display: inline-block;
}
section.page--box2 .boxL ul li {
  width: 100%;
  float: left;
  margin:5px 0;
  padding:0;
  list-style: none;
}
section.page--box2 .boxL ul li img {
  width: auto;
  text-align: left;
  margin:0 2% 0 0;
  float: left;
}
section.page--box2 .boxL ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align:left;
  padding:0;
  margin:0;
  color:#fff;
  line-height: 1.2;
  padding-left: 6%;
}

/*box3*/
section.page--box3 {
	width: 100%;
	float: left;
	padding:0;
}
section.page--box3 ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:0;
  display:flex;
  justify-content: center;
}
section.page--box3 ul li {
  width: 33.33%;
  float: left;
  margin:5px 0;
  padding:0;
  list-style: none;
}
section.page--box3 ul li img {
  width: auto;
  text-align: center;
  margin:0 auto;
  border:5px #fff solid;
}
section.page--box3 ul li img:first-child{
	border-left: 10px #fff solid;
}
section.page--box3 ul li img:last-child{
	border-right: 10px #fff solid;
}

/*footer*/
section.page--footer {
   width: 100%;
   float: left;
   padding:40px 0;
   background:#242424;
}
section.page--footer .boxL {
	width: 50%;
	float: left;
}
section.page--footer .boxR {
	width: 50%;
	float: right;
	padding-left: 5%;
}

section.page--footer .boxL h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align: left;
  margin:1% 0 3% 0;
  color: #0eafe5;
  line-height: 1.2;
  font-weight: normal;
}
section.page--footer .boxL h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  margin:0;
  color: #0eafe5;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
section.page--footer .boxL p{
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align:left;
  padding:0;
  margin:0 0 3% 0;
  color:#e7f8fe;
  line-height: 1.3;
}
section.page--footer .boxR ul {
  width: 100%;
  float: left;
  display:inline-block;
  justify-content: center;
  margin:1% 0 0 0;
  padding:0;
}
section.page--footer .boxR ul li {
  width: 100%;
  float: left;
  margin:1% 0 2% 0;
  padding: 5px;
  list-style: none;
}
section.page--footer .boxR ul li p{
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  margin:0 auto;
  color: #e7f8fe;
  line-height: 1.3;
  font-weight: normal;
  padding-left: 15%;
}
section.page--footer .boxR ul li p span {color:#0eafe5;}
section.page--footer .boxR ul li p a{color:#e7f8fe;text-decoration: none;}
section.page--footer .boxR ul li p a:hover {color:#0eafe5;text-decoration: none;}
section.page--footer .boxR ul li img {
  width: 44px;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1280px) {
	section.page--box2 .boxL {padding-left: 5%;}
}  
@media (max-width: 1024px) {
	section.page--header {background-position: top;padding-bottom: 15%;height: auto;}
	section.page--header h1 {font-size: 40px;}
	section.page--box1 .boxR h2,
	section.page--box2 .boxL h2 {font-size: 30px;}
	section.page--box1 .boxR ul li p,
	section.page--box2 .boxL ul li p {font-size: 20px;}
	section.page--box2 .boxL {height: auto;}
	section.page--box2 .boxR {height: 400px;}
}
@media (max-width: 800px) {
	section.page--header h1,
	section.page--header h2 {font-size: 30px;}
	section.page--box1 .boxR {width: 80%;}
	section.page--box2 {
		background-image: url(../images/img-001.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    width: 100%;
    float: right;
    padding:2%;
    background-size: cover;
	}
	section.page--box2 .boxL {width: 80%; margin:5% auto;float: none;background: rgba(0, 0, 0, .6);}
	section.page--box2 .boxL ul {float: none;}
	section.page--box2 .boxR {display: none;}
}
@media (max-width: 600px) {
	section.page--header h1, section.page--header h2 {background: rgba(255, 255, 255, .5);padding:2% 3%; width: fit-content;}
	section.page--header h1 {font-size: 24px;}
	section.page--box1 {background-position: left;}
	section.page--box1 .boxR {width: 100%;padding: 0 20px;background: rgba(0, 0, 0, .6);}
	section.page--box2 .boxL {width: 100%;padding:20px;margin:0;}
	section.page--header img {width: 40%;}
}
@media (max-width: 480px) {
	section.page--box1 .boxR h2, section.page--box2 .boxL h2 {font-size:24px;}
	section.page--box1 .boxR ul li p, section.page--box2 .boxL ul li p {font-size: 16px;}
	section.page--box3 ul {display: inline-block;}
	section.page--box3 ul li,
	section.page--footer .boxL,
	section.page--footer .boxR {width: 100%;}
	section.page--footer .boxL h1,
	section.page--footer .boxL h2,
	section.page--footer .boxL p,
	section.page--footer .boxR ul li p {text-align: center;font-size: 16px;padding:0;}
	section.page--footer .boxR ul li img {float: none;margin:0 auto;text-align: center;}
}
@media (max-width: 360px) {
	section.page--header h1,
	section.page--header h2 {font-size: 18px;}
	section.page--box1 {padding:20px 0;}
	section.page--box2 {padding: 20px 15px;}
}