/* ----------------------------------------------------------------
    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: 'montserratitalic';
    src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-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: auto;
    padding:0 0 40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    background-size: cover;
}
section.page--header .content {
	width: 70%;
  text-align: center;
  margin:0 auto;
  padding:3% 0 5% 0;
}
section.page--header .content h1{
  font-family: "montserratregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 34px;
  text-align: center;
  margin:0;
  color: #000;
  line-height: 1;
  font-weight:600;
  letter-spacing:3px;
}
section.page--header .content img.logo {
  width: auto;
  text-align: center;
  margin:2% auto 61% auto;
  padding:0;
}
section.page--header .content h2{
  font-family: "montserratregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 32px;
  text-align: center;
  margin:0;
  color: #fff;
  line-height: 1.4;
  font-weight:600;
  background:rgba(0, 0, 0, .48);
  padding:3% 2%;
  text-transform: uppercase;
}
section.page--header .content h3{
  font-family: "montserratregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 52px;
  text-align: center;
  margin:0 0 3% 0;
  color: #000;
  line-height: 1;
  font-weight:600;
  background:#ff1493;
  padding:3% 2%;
}
section.page--header .content h4{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 55px;
  text-align: center;
  margin:2% 0 0 0;
  color: #778899;
  line-height: 1.2;
  font-weight: normal;
}
section.page--header .content ul{
  width: 100%;
  margin:3% auto 0 auto;
  text-align: center;
  padding:0 0 0 4%;
  display: inline-block;
}
section.page--header .content ul li{
  width: 100%;
  float: left;
  margin:1% 0;
  list-style: none;
}
section.page--header .content ul li p{
  font-family: "montserratregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 34px;
  text-align:left;
  padding:2% 0 0 15%;
  margin:0;
  color:#fff;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}
section.page--header .content ul li img {
  width: auto;
  float: left;
  margin:0;
  padding-right: 2%;
}

/*box1*/
section.page--box1 {
  width: 100%;
  float: left;
  padding:0;
  margin:0;
}
section.page--box1 img {
  width:100%;
  float: left;
  text-align: center;
  margin:0 auto;
}
section.page--box1 ul{
  width: 100%;
  float: left;
  vertical-align: top;
  padding: 3% 20px;
}
section.page--box1 ul li {
  width: 50%;
  float: left;
  margin:0;
  padding:0;
  list-style: none;
} 
section.page--box1 ul li img.customer {
  width: auto;
  text-align: center;
  margin:0 auto;
  float: none;
}

/*footer*/
section.page--footer {
   width: 100%;
   float: left;
   padding:40px 0;
   background:#000000;
}
section.page--footer img.logo {
  width: 40%;
  text-align: center;
  margin:3% auto;
}
section.page--footer h1 {
	font-family: "montserratregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align: center;
  margin:0 0 3% 0;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
section.page--footer h2 {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
  margin:0 0 3% 0;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
section.page--footer ul {
  width: 100%;
  float: left;
  display:inline-block;
  justify-content: center;
  margin:1% 0 0 0;
  padding:0;
}
section.page--footer ul li {
  width: 100%;
  float: left;
  margin:1% 0;
  padding:0;
  list-style: none;
  text-align: center;
}
section.page--footer ul li img {
  width: auto;
  text-align: center;
  display: inline-block;
  margin:0 6px;
  padding:0;
} 
@media (max-width: 800px) {
  section.page--header .content {width: 100%;}
}
@media (max-width: 600px) {
  section.page--header .content h2 br {display: none;}
  section.page--header .content h2 {font-size: 24px;}
  section.page--header .content h3 {font-size: 36px;}
  section.page--header .content h4 {font-size: 45px;}
  section.page--header .content ul {padding: 0;}
  section.page--header .content ul li img {width: 15%;}
  section.page--header .content ul li p{font-size: 28px;}
  section.page--footer img.logo {font-size: 50px;}
  section.page--footer h1 {font-size: 20px;}
}
@media (max-width: 480px) {
  section.page--header .content h1,
  section.page--header .content h3 {font-size: 28px;}
  section.page--header .content ul li p {font-size: 26px;}
  section.page--footer ul li img {margin:6px;}
  section.page--footer h1 br,
  section.page--footer h2 br {display: none;}
  section.page--footer img.logo {width: 60%;}
  section.page--header .content img.logo{width: 30%;}
}
@media (max-width: 320px) {
  section.page--header .content h4 {font-size: 30px;}
  section.page--header .content h1, section.page--header .content h3 {font-size: 22px;}
  section.page--header .content h2 {font-size: 16px;}
  section.page--footer h1 {font-size: 14px;}
  section.page--footer h2,
  section.page--header .content ul li p {font-size: 16px;}  
}