/* ----------------------------------------------------------------
    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;}
.container {clear: both;}

section.page--fotoneec {
    background:#fff;
    width: 100%;
    float: left;
}
section.page--fotoneec img {
    width:auto;
    margin:0 auto;
}

/*about*/
section.page--fotoneec.contactT {
    background:#0000ff;
    width: 100%;
    float: left;
    padding: 40px 0;
}
section.page--fotoneec.contactT ul {
  width: 80%;
  vertical-align: top;
  list-style: none;
  padding:0;margin:0 auto;
}
section.page--fotoneec.contactT ul li {
  display: inline-block;
  float: left;
  width: 25%;
  list-style: none;
}
section.page--fotoneec.contactT ul li.fb{width: 28%;}
section.page--fotoneec.contactT ul li.line {width: 20%;}
section.page--fotoneec.contactT ul li img {width: 56px;margin:0 5px 0 0; text-align: left;float: left;}
section.page--fotoneec.contactT ul li h3{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size:22px;
  text-align: left;
  margin:2px 0;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 50px;
}
section.page--fotoneec.contactT ul li p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align: left;
  margin:2px 0;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;  
  margin-left: 50px;
}
section.page--fotoneec.contactT ul li p a,
section.page--fotoneec.contactT ul li p a:hover {color: #fff; text-decoration: none;}

/*products*/
section.page--products {
  width: 100%;
  float: left;
  background:#f4f7fa;
  margin-bottom: 15px;
}
section.page--products .all{
  width: 100%;
  float: left;
}
section.page--products .all .boximgL{
  width:50%;
  float:left;
  height: auto;
  background-image: url(../images/photo-001.jpg);
  background-position:center;
  background-repeat: no-repeat;
  height: 600px;
  max-height: 600px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--products .all .boximgL.cp1{
  width:50%;
  float:left;
  height: auto;
  background-image: url(../images/photo-005.jpg);
  background-position:center;
  background-repeat: no-repeat;
  height: 685px;
  max-height: 685px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--products .all .boximgL.cp2{
  width:50%;
  float:left;
  height: auto;
  background-image: url(../images/photo-002.jpg);
  background-position:center;
  background-repeat: no-repeat;
  height: 685px;
  max-height: 685px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--products .all .boximgL.cp3{
  width:50%;
  float:left;
  height: auto;
  background-image: url(../images/photo-003.jpg);
  background-position:center;
  background-repeat: no-repeat;
  height: 650px;
  max-height: 650px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--products .all .boximgL.cp4{
  width:50%;
  float:left;
  height: auto;
  background-image: url(../images/photo-004.jpg);
  background-position:center;
  background-repeat: no-repeat;
  height: 660px;
  max-height: 660px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--products .all .boximgL img {
  float: right;
  top: 0;
  margin:0;
  padding: 0;
  width: auto;
}
section.page--products .all .boxcontentL{
  width:50%;
  float:right;
  height: auto;
  padding: 4% 15px 0 2%;
}
section.page--products .all .boxcontentL h3{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size:28px;
  text-align: left;
  margin:2px 0;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: normal;
}
section.page--products .all .boxcontentL h3 span {color:#0000ff;}

/*table*/
table {width: 55%;margin:2% 0;}
tr{
  border-bottom: 1px #e1e1e1 solid;
  padding: 5px;
  margin:2px 0;
}
td {
  width: 50%;
  padding: 10px;
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
section.page--products .all .boxcontentL h4{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 30px;
  text-align: left;
  margin:2px 0;
  color: #fff;
  background:#0000ff;
  padding: 10px 20px;
  line-height: 1.3;
  width: fit-content;
}
section.page--products .all .boxcontentL .boxred {
  width:65%;
  background:#da0000;
  padding: 15px 20px;
  margin: 5px 0;
  float: left;
}
section.page--products .all .boxcontentL .boxred h5{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 38px;
  text-align: left;
  margin:2px 0;
  color: #fff;
  line-height: 1.3;
}
section.page--products .all .boxcontentL .boxred p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 22px;
  text-align: center;
  margin:2px 0;
  color: #fff000;
  line-height: 1.3;
  float: left;
  width: 100%;
  padding-top: 10px;
}
section.page--products .all .boxcontentL .boxred ul {
  width: 100%;
  vertical-align: top;
  list-style: none;
  padding:0;margin:2% 0 0 5%;
  float: left;
}
section.page--products .all .boxcontentL ul li {
  display: inline-block;
  float: left;
  width: 100%;
  list-style: none;
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  margin:2px;
  color: #fff;
  line-height: 1.3;
  float: left;
}
section.page--products .all .boxcontentL ul li img {
  width: 24px;
  float: left;
  margin-right: 10px;
  margin-top:3px;
}

/*contact*/
section.page--contact{
  width: 100%;
  float: left;
  background:#fff;
  padding: 40px 0;
}
section.page--contact img {
  width: auto;
  margin: 0 auto 2% auto;
  text-align: center;
}
section.page--contact h1{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 50px;
  text-align: center;
  margin:2px 0;
  color: #0000ff;
  line-height: 1.3;
  float: left;
  width: 100%;
}
section.page--contact h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
  text-align: center;
  margin:2px 0;
  color: #313493;
  line-height: 1.3;
  float: left;
  width: 100%;
}

/*footer*/
section.page--fotoneec.footer {
    width: 100%;
    float: left;
    padding:30px 0;
    background:#0000ff;
    height: auto;
}
section.page--fotoneec.footer .boxL{
  width: 60%;
  float: left;
}
section.page--fotoneec.footer .boxR{
  width: 40%;
  float: left;
}
section.page--fotoneec.footer .boxL ul,
section.page--fotoneec.footer .boxR ul {
  width: 100%;float: left;
  vertical-align: top;list-style: none;
  padding:0;margin:0;
}
section.page--fotoneec.footer .boxR ul li {
  display: inline-block;
  float: left;
  width: 100%;
  list-style: none;
  margin:5px 0;
}
section.page--fotoneec.footer .boxL ul li{
  display: inline-block;
  float: left;
  width: 100%;
  list-style: none;
  margin:2% 0;
}
section.page--fotoneec.footer .boxR ul li h3{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  margin:2px 0; 
  margin-left: 50px;
}
section.page--fotoneec.footer .boxL ul li h3{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  margin:2px 0 8px 0; 
  margin-left: 50px;
}
section.page--fotoneec.footer .boxL ul li p,
section.page--fotoneec.footer .boxR ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  margin:2px 0; 
  margin-left: 50px;
}
section.page--fotoneec.footer .boxL ul li p a,
section.page--fotoneec.footer .boxL ul li p a:hover,
section.page--fotoneec.footer .boxR ul li p a,
section.page--fotoneec.footer .boxR ul li p a:hover {color:#fff;text-decoration: none;}
section.page--fotoneec.footer .boxL ul li img,
section.page--fotoneec.footer .boxR ul li img {
  width:40px;
  margin:0; 
  text-align: left;
  float: left;
  margin-right: 10px;}
div.copyright{
  width: 100%;
  float: left;
  background:#003d83;
  padding:15px;}
div.copyright.copyright p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
  margin:2px 0;
  color: #98c6fb;
  line-height: 1.3;
  font-weight: normal;
  text-transform:uppercase;
  margin:10px 0;  
  width: 100%;
}
div.copyright.copyright p span {color: #fff;}

@media (max-width: 1366px) {
  section.page--fotoneec.contactT ul {width: 90%;}
  section.page--products .all .boximgL{height: 610px;max-height: 610px;}
  section.page--products .all .boximgL.cp2{height: 670px;max-height: 670px;}
  section.page--products .all .boximgL.cp3{height: 660px;max-height: 660px;}
}
@media (max-width: 1280px) {
  table {width: 80%;}
  section.page--fotoneec.contactT ul li p {font-size: 22px;}
  section.page--products .all .boxcontentL .boxred {width: 75%;}
  section.page--products .all .boximgL {height:580px;max-height: 580px;}
  section.page--products .all .boximgL.cp3,
  section.page--products .all .boximgL.cp4 {height:630px;max-height: 630px;}
}
@media (max-width: 1024px) {
  table {width: 100%;}
  section.page--fotoneec.contactT ul {width: 100%;padding: 0 15px;}
  section.page--fotoneec.contactT ul li img {text-align: center;margin:0 auto 5px auto;float: none;}
  section.page--fotoneec.contactT ul li h3,
  section.page--fotoneec.contactT ul li p {font-size: 20px; text-align: center;margin:0;}
  section.page--products .all .boxcontentL .boxred {width: 100%;}
  section.page--products .all .boxcontentL {width: 46%;float: left;}
  section.page--products .all .boxcontentL h3 {font-size: 24px;}
  section.page--products .all .boximgL img {width: 50%;}
}
@media (max-width: 800px) {
  section.page--products .all .boxcontentL {width: 50%;}
  section.page--fotoneec.contactT ul li h3, 
  section.page--fotoneec.contactT ul li p,
  td,
  section.page--products .all .boxcontentL ul li,
  section.page--products .all .boxcontentL .boxred p {font-size:18px;}
  section.page--products .all .boxcontentL h3 {font-size: 20px;}
  section.page--products .all .boxcontentL h4 {font-size:26px;}
  section.page--products .all .boxcontentL .boxred h5 {font-size: 28px;}
  section.page--fotoneec.contactT {padding: 30px 0;}
  section.page--products .all .boximgL {height: 490px;min-height: 490px;}
  section.page--products .all .boximgL.cp2 {height: 570px;min-height: 570px;background-position: left;}
  section.page--products .all .boximgL.cp3, 
  section.page--products .all .boximgL.cp4{height: 490px;min-height: 490px;}
  section.page--contact h1 {font-size: 40px;}
}
@media (max-width: 768px) {
  section.page--products .all .boximgL img {width: 35%;}
  section.page--products .all .boxcontentL {width: 100%;}
  section.page--products .all .boximgL,
  section.page--products .all .boximgL.cp2,
  section.page--products .all .boximgL.cp3,
  section.page--products .all .boximgL.cp4{width: 100%;height: 400px;min-height: 400px;}
  section.page--products .all .boxcontentL h3 {font-size: 26px;}
}
@media (max-width: 600px) {
  section.page--fotoneec.contactT ul li,
  section.page--fotoneec.contactT ul li.fb,
  section.page--fotoneec.contactT ul li.line {width: 50%;margin-top:10px;}
  section.page--contact {padding: 20px 0;}
  section.page--contact img {width: 50%;}
  section.page--contact h1 {font-size: 30px;}
  section.page--contact h2 {font-size: 18px;}
  section.page--fotoneec.footer .boxL ul li p br {display: none;}
}
@media (max-width: 480px) {
  section.page--fotoneec.footer .boxL,
  section.page--fotoneec.footer .boxR {width: 100%;}
  section.page--products .all .boximgL, 
  section.page--products .all .boximgL.cp2, 
  section.page--products .all .boximgL.cp3, 
  section.page--products .all .boximgL.cp4{height: 250px;min-height: 250px;} 
  section.page--products .all .boxcontentL h4 {text-align: center;margin: 0 auto;}
  section.page--contact h2 br {display: none;}
  section.page--products .all .boxcontentL {padding: 4% 15px;}
  section.page--products .all .boxcontentL .boxred ul {margin:2% 0;}
}
@media (max-width: 384px) {
  section.page--fotoneec.contactT ul li, 
  section.page--fotoneec.contactT ul li.fb, 
  section.page--fotoneec.contactT ul li.line {width: 100%;}
  section.page--fotoneec.contactT ul li img {text-align: left;float: left;}

  section.page--fotoneec.contactT ul li h3, 
  section.page--fotoneec.contactT ul li p{text-align: left;margin-left: 20%;}
  section.page--products .all .boxcontentL h3 {font-size: 18px;}
}
@media (max-width: 360px) {
  section.page--fotoneec.contactT ul li img {width: 50px;}
  td,
  section.page--contact h1{font-size: 18px;}
  section.page--contact h2,
  section.page--fotoneec.footer .boxL ul li h3,
  section.page--fotoneec.footer .boxL ul li p {font-size: 18px;}
  section.page--products .all .boxcontentL ul li {font-size: 16px;}
  section.page--products .all .boxcontentL ul li img {width: 16px;}
}