html[lang*='en'] body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 1.6;
  color: #323232; 
  background-color: transparent;
}

html[lang*='en'] h1, html[lang*='en'] h2, html[lang*='en'] h3, html[lang*='en'] h4, html[lang*='en'] h5, html[lang*='en'] h6 {
  color: #323232; }

html[lang*='en'] h1 {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 500; }

html[lang*='en'] h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold; }
  html[lang*='en'] h2.weight-medium {
    font-weight: 400; }

html[lang*='en'] h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold; }

html[lang*='en'] h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px; }
  html[lang*='en'] h4.weight-light {
    font-weight: 200;
    line-height: 30px; }

html[lang*='en'] h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5; }

html[lang*='en'] a {
  text-decoration: none; }
  html[lang*='en'] a:focus, html[lang*='en'] a:hover, html[lang*='en'] a:active {
    text-decoration: none; }

html[lang*='th'] body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #323232; }

html[lang*='th'] h1, html[lang*='th'] h2, html[lang*='th'] h3, html[lang*='th'] h4, html[lang*='th'] h5 {
  color: #323232;
  font-family: "Mitr", "Helvetica Neue", Helvetica, Arial, sans-serif; }

html[lang*='th'] h1 {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 500; }

html[lang*='th'] h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500; }
  html[lang*='th'] h2.weight-medium {
    font-weight: 400; }

html[lang*='th'] h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5; }

html[lang*='th'] h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px; }
  html[lang*='th'] h4.weight-light {
    font-weight: 200;
    line-height: 25px; }

html[lang*='th'] h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }

html[lang*='th'] h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

html[lang*='th'] a {
  text-decoration: none; }
  html[lang*='th'] a:focus, html[lang*='th'] a:hover, html[lang*='th'] a:active {
    text-decoration: none; }

html[lang*='th'] body > header {
  font-family: "Mitr", "Helvetica Neue", Helvetica, Arial, sans-serif; }

hr {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  padding: 15px 0;
  border: 0; }
  hr:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #dbdbdb; }
