<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 5, about-us.less */
.about-us .block-world-map {
  border-top: 2px solid #ef7622;
  border-bottom: 2px solid #ef7622;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
/* line 15, about-us.less */
.about-us .block-world-map .head {
  color: #005cb9;
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: -25px;
  background-color: #fff;
  padding: 10px;
  left: 50%;
  margin-left: -125px;
}
/* line 27, about-us.less */
.about-us .block-world-map .item {
  text-align: center;
  width: 19%;
  height: 365px;
  display: inline-block;
  vertical-align: top;
}
/* line 34, about-us.less */
.about-us .block-world-map .item h4 {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
}
/* line 39, about-us.less */
.about-us .block-world-map .item .blue {
  color: #005cb9;
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
/* line 46, about-us.less */
.about-us .block-product {
  margin-top: 40px;
}
/* line 51, about-us.less */
.about-us .block-product .detail h3 {
  color: #005cb9;
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
/* line 56, about-us.less */
.about-us .block-product .detail ul {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 16px;
  padding-left: 20px;
}
/* line 60, about-us.less */
.about-us .block-product .detail ul li {
  list-style-type: decimal;
  margin-bottom: 20px;
  line-height: 30px;
}
/* line 67, about-us.less */
.about-us .block-product .detail ul li ul li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 0px;
}
</pre></body></html>