
#TCompanyName {
    font-family: Kanit'';
    font-size: 21px;
    color: rgb(255,255,255);
    width: 360px;
    margin: 0 auto;
    opacity: 0.80;
    padding-top: 15px;
    background-color: rgb(55,51,46);
}

@media (min-width: 768px) {
  #TCompanyName {
    font-size: 38px;
    width: 600px;
  }
}

#ECompanyName {
  font-size: 21px;
  font-family: Kanit'';
  color: rgb(255,255,255);
  width: 360px;
  margin: 0 auto;
  opacity: 0.80;
  background-color: rgb(55,51,46);
}

@media (min-width: 768px) {
  #ECompanyName {
    font-size: 31px;
    width: 600px;
  }
}

body {
  color: rgb(0,0,0);
  background-color: #fff;
}


#bg {
    margin-top: 50px;
    margin-bottom:20px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/assets/img/background.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
    /*height: 60vh;*/
}

    .tile {
    margin-bottom:20px !important;
    }

@media (min-width: 768px) {
    .tile {
        margin-bottom: 0 !important;
    }
  #bg {
    margin-top: 50px;
    /*height: 60vh;*/
  }
}

#intro {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(133,77,45,0.73);
  min-width: 300px;
  width: 50%;
  height: 40vh;
  margin-top: 50px;
}

#title-description {
  font-family: 'Kanit';
  font-size: 14px;
  color: rgb(255,255,255);
  width: 4000px;
  margin: 0 auto;
  opacity: 0.80;
  background-color: rgb(55,51,46);
  padding: 0 40px;
}

@media (min-width: 768px) {
  #title-description {
    font-size: 23px;
    width: 600px;
  }
}

#tile {
  height: 77px;
  width: 100%;
  max-width: 1200px;
}

.row.page-section.cta {
  margin-top: 24px;
  padding: 9px;
  margin-bottom: 0;
}

.odd {
  background-color: #c2c1c1;
  padding-bottom: 20px;
}

.description {
  width: 100%;
  padding: 10px;
  margin: 0px;
}

.even {
  background-color: #fff;
}

body {
  font-family: 'Kanit' !important;
  background: #fff;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
}

.map-clean {
}

.section-heading-lower {
    height: 43px;
    margin-top: -19px;
    color: rgb(255,0,0);
    font-size: 22px !important;
    font-family: 'Kanit' !important;
}

@media (min-width: 576px) {
    .section-heading-lower {
        height: 43px;
        margin-top: -19px;
        color: rgb(255,0,0);
        font-size: 32px !important;
        font-family: 'Kanit' !important;
    }
}

#products {
  margin: 0 auto;
  text-align: center;
}

