body,
header,
nav,
section,
main,
footer,
html {
  padding: 0;
  margin: 0 auto;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}

.tel:hover path {
  fill: white;
}

html {
  max-width: 100%;
  width: 100%;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.5;
  letter-spacing: 0.01em;
}

h2 {
  line-height: 2;
  font-size: 22px;
  margin: 0;
  letter-spacing: -0.25px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
}

.button {
  width: auto;
  padding: 24px;
  display: block;
  border-radius: 100px;
  text-align: center;
  font-style: none;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
}
.button.primary {
  background: #33A489;
  color: #fff;
  padding: 18px;
  font-weight: 400;
  box-shadow: 0px 4px 4px rgba(73, 73, 73, 0.35);
}
.button.primary:active {
  color: #fff;
  background: #000;
}
.button a {
  color: #000;
}

.logo {
  background: url("../img/logo_mahapong.svg") no-repeat top left;
  background-size: contain;
  width: 100px;
  height: 100px;
  float: left;
  position: absolute;
  top: 10%;
  left: 5%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .logo {
    top: 20px;
  }
}

header {
  color: #fff;
  position: relative;
}
header nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4196078431);
}
header nav .menu-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav .menu-mobile {
    z-index: 1000;
    display: block;
    color: #fff;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    display: none;
  }
}
header nav.navfixed {
  position: fixed;
  background: #E4AA53;
  top: 0;
  padding: 0;
}
header nav.navfixed .logo {
  width: 55px;
  height: 55px;
  top: 10%;
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav.navfixed .logo {
    display: none;
  }
}
header nav.navfixed ul {
  margin: 0;
}
header nav.navfixed ul li {
  font-size: 18px;
  top: 0;
}
header nav ul {
  float: right;
  text-align: right;
  top: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav ul.menu-list {
    background: #000;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    text-align: center;
    padding: 0;
    display: none;
  }
}
header nav ul li {
  float: left;
  padding-right: 30px;
  list-style: none;
  padding-top: 20px;
  position: relative;
  top: 10px;
  font-size: 22px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav ul li {
    width: 100%;
    text-align: center;
    line-height: 3;
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav ul li a {
    width: 100%;
    float: left;
  }
}
header nav ul li .button.primary {
  width: auto;
  padding: 10px;
  position: relative;
  bottom: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header nav ul li .button.primary {
    width: 300px;
    font-size: 24px;
    margin-top: 20px;
    margin: 0 auto;
    margin-left: 126px;
    margin-left: 46px;
  }
}
header nav ul li .button:active {
  background: #000;
  color: #fff;
}
header .mahapong_headBG {
  background: url("../img/wallpaper_header2.png") no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  /* Style the video: 100% width and height to cover the entire window */
}
header .mahapong_headBG #mahapongVid {
  z-index: 0;
  background: url("../img/wallpaper_header2.png") no-repeat;
  background-size: 100% 100%;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  header .mahapong_headBG #mahapongVid {
    max-width: 100%;
    visibility: hidden;
  }
}
header .mahapong_headBG .paragraph {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 5%;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4196078431);
}
header .mahapong_headBG .paragraph h2 {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 34px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header .mahapong_headBG .paragraph h2 {
    font-size: 22px;
    line-height: 1.5;
    width: 330px;
  }
}
header .mahapong_headBG .paragraph h1 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 45px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header .mahapong_headBG .paragraph h1 {
    line-height: 1;
    padding: 0;
    margin: 0;
  }
}

main {
  position: relative;
}
main section {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main section {
    padding-bottom: 0;
  }
}
main .feature {
  padding-top: 0;
  padding-bottom: 0;
  top: 20px;
  position: relative;
}
main .product {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
main .product ul li {
  margin-right: 2%;
  list-style: none;
  float: left;
}
main .product .WrapSecond {
  width: 30%;
  display: inline-block;
  float: left;
  background: #333;
  min-height: 400px;
  max-height: 400px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapSecond {
    width: 100%;
    min-height: auto;
  }
}
main .product .WrapSecond ul.secondMenu {
  display: block;
  padding-left: 0;
  text-indent: 20px;
  margin-top: 6px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapSecond ul.secondMenu {
    text-align: center;
  }
}
main .product .WrapSecond ul.secondMenu li {
  float: none;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapSecond ul.secondMenu li {
    text-align: center;
  }
}
main .product .WrapSecond ul.secondMenu li.title {
  font-weight: 500;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-right: 0;
}
main .product .WrapSecond ul.secondMenu li.selected:after {
  content: "";
  background: url(../img/arrow_selected.png);
  width: 14px;
  height: 26px;
  display: inline-block;
  position: relative;
  float: right;
  background-size: 10px 20px;
  background-repeat: no-repeat;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapSecond ul.secondMenu li.selected:after {
    transform: rotate(90deg);
    right: 20px;
  }
}
main .product .WrapSecond ul.secondMenu li.paper {
  cursor: pointer;
}
main .product .WrapSecond ul.secondMenu li.paper:hover {
  color: #33A489;
}
main .product .WrapView {
  background: #d3d3d3;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  min-height: 380px;
  max-height: 380px;
  max-width: 66%;
  width: 100%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapView {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
main .product .WrapView ul.slick-dots li {
  margin-right: 1%;
}
main .product .WrapView .view {
  display: block;
}
main .product .WrapView .hide {
  display: none;
}
main .product .WrapView .leftContent {
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-left: 20px;
}
main .product .WrapView .leftContent ul {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 60%;
  font-size: 12px;
}
main .product .WrapView .leftContent ul li {
  list-style: circle;
  float: none;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}
main .product .WrapView .rightContent {
  display: inline-block;
  width: 35%;
  padding-top: 15%;
  -webkit-filter: drop-shadow(4px 8px 2px rgba(147, 147, 147, 0.39));
  filter: drop-shadow(4px 8px 2px rgba(147, 147, 147, 0.39));
}
@media (min-width: 320px) and (max-width: 768px) {
  main .product .WrapView .rightContent {
    width: 60%;
  }
}
main .product .WrapView .rightContent img {
  max-width: 100%;
  max-height: 100%;
}
main .product .WrapView .transform .leftContent ul {
  font-size: 14px;
}
main .product .WrapView h3 {
  text-align: left;
  font-size: 20px;
  margin: 0;
}
main .product .WrapView h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  line-height: 1;
  margin: 0;
}
main .product .WrapView p {
  text-align: left;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 14px;
  max-width: 300px;
  line-height: 1.5;
  margin-left: 0;
}
main .product p {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 18px;
}
main .product .productFrame {
  margin: 0 auto;
  width: 92%;
}
main .product .productSquare {
  width: 269px;
  height: 269px;
  display: block;
}
main .feature .feature-pic,
main .feature .feature-list {
  float: left;
  width: 30%;
  height: 730px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .feature .feature-pic,
  main .feature .feature-list {
    width: 100%;
    float: none;
  }
}
main .feature .feature-pic {
  width: 70%;
  height: 730px;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .feature .feature-pic {
    width: 100%;
  }
}
main .feature .feature-pic .featureSlider .slick-prev {
  left: 10px;
  z-index: 90;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .feature .feature-pic .featureSlider .slick-prev {
    display: none !important;
  }
}
main .feature .feature-pic .featureSlider .slick-next {
  right: 10px;
  z-index: 90;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .feature .feature-pic .featureSlider .slick-next {
    display: none !important;
  }
}
main .feature .feature-pic .featureSlider .slick-dots {
  bottom: 20px;
}
main .feature .feature-pic .featureSlider .feature-img-first {
  background: url("../img/master_pic.png");
  width: 100%;
  height: 730px;
  background-size: cover;
  background-position: center center;
}
main .feature .feature-pic .featureSlider .feature-img-second {
  background: url("../img/IMG_1953.jpg");
  width: 100%;
  height: 730px;
  background-size: cover;
  background-position: center center;
}
main .feature .feature-pic .featureSlider .feature-img-third {
  background: url("../img/MHP_002.jpg");
  width: 100%;
  height: 730px;
  background-size: cover;
  background-position: center center;
}
main .feature .flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  clear: both;
}
main .feature .flex-item {
  background: #efefef;
  mix-blend-mode: normal;
  text-align: center;
  height: 204px;
  padding: 20px 10px;
}
main .feature .flex-item .feature-logo {
  width: 100px;
  height: 100px;
  background: #33A489;
  border-radius: 100px;
  margin: 0 auto;
}
main .feature .flex-item .feature-logo + h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
}
main .feature .flex-item .feature-logo + h3 + p {
  width: 265px;
  margin: 0 auto;
  font-size: 14px;
}
main .feature .flex-item .feature-logo .feature-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  padding-top: 15%;
}
main .feature .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #EFEFEF;
}
main .feature .flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #DEDEDE;
}
main .feature .flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #D3D3D3;
}
main .bio .bioWrap {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
main .bio .bioWrap p {
  font-size: 18px;
  padding: 10px;
}
main .bio .originalpaper {
  background: url("../img/originalpaper.png") no-repeat;
  background-size: contain;
  width: 600px;
  height: 400px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  main .bio .originalpaper {
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 600px;
  background-color: grey;
}

.map {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

footer {
  color: #fff;
  background: #333333;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  top: 20px;
  position: relative;
}
footer h3 {
  font-size: 19px;
  font-weight: 500;
}
footer p {
  text-align: center;
}
footer ul li {
  list-style: none;
}
footer .logo {
  position: relative;
}
footer .copyright {
  padding-top: 20px;
}
footer .flex-item {
  max-width: 464px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer .flex-item {
    margin: 0;
  }
}
footer .flex-item p {
  text-align: left;
}
footer .flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer .flex-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .flex-container .flex-item:nth-child(1) li:nth-child(1) {
  height: 120px;
}
footer .flex-container .flex-item:nth-child(2) li:nth-child(1) {
  padding-top: 120px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer .flex-container .flex-item:nth-child(2) li:nth-child(1) {
    padding-top: 0;
  }
}
footer .flex-container .flex-item:nth-child(3) li:nth-child(1) {
  padding-top: 120px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer .flex-container .flex-item:nth-child(3) li:nth-child(1) {
    padding-top: 0;
  }
}
footer .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
footer .flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
footer .flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
footer .tel {
  vertical-align: middle;
}

.gmap h4 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.gmap h5 {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 1.6;
}
.gmap a {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .contact-main div ul {
    padding-left: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer ul li:last-child a {
    padding: 0;
    font-size: 24px;
  }
  main .product .WrapView .leftContent ul {
    max-width: 90%;
  }
}
.ProductCard {
  width: 90%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  margin: 0 auto;
  color: #000;
  clear: both;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  box-shadow: rgba(0, 12, 32, 0.04) 0 0 1px 0, rgba(10, 31, 68, 0.06) 0 10px 16px 0;
}
.ProductCard .Card {
  margin: 10px;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  background-color: #fff;
  display: block;
  flex: 1;
  flex-direction: column;
  position: relative;
}
@media (min-width: 320px) and (max-width: 895px) {
  .ProductCard .Card {
    max-width: 96%;
    top: 0;
  }
}
.ProductCard .Card h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 895px) {
  .ProductCard .Card h3 {
    text-align: center;
  }
}
.ProductCard .Card p {
  font-size: 16px;
}

.LeftCol {
  max-width: 44%;
  display: inline-block;
  height: 100%;
  margin: 1%;
  background: none;
  top: 20px;
  min-height: 295px;
}
@media (min-width: 320px) and (max-width: 895px) {
  .LeftCol {
    max-width: 100%;
    height: 100%;
  }
}
.LeftCol .LeftImg {
  max-width: 50%;
}
@media (min-width: 320px) and (max-width: 895px) {
  .LeftCol .LeftImg {
    max-width: 300px;
    margin: 0 auto;
    float: none;
  }
}
.LeftCol .LeftImg img {
  max-width: 100%;
}

.leftContent {
  float: left;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  width: 35%;
}
@media (min-width: 320px) and (max-width: 895px) {
  .leftContent {
    float: none;
    text-align: center;
    max-width: 350px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}

.rightContent {
  float: left;
  width: 45%;
  overflow: hidden;
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 320px) and (max-width: 895px) {
  .rightContent {
    width: 100%;
    text-align: center;
    float: none;
  }
}

.rightContent img {
  max-width: 100%;
  display: inline-block;
}

.rightContent h4 {
  margin: 0;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 895px) {
  .rightContent h4 {
    text-align: center;
  }
}

.LeftCol .Card p {
  font-size: 12px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 895px) {
  .LeftCol .Card p {
    text-align: center;
  }
}

.rightContent.RightText {
  width: 200px;
  margin: 0;
}

.ProductCard.FeatureCard {
  width: 92%;
  margin: 0 auto;
  background: #fff;
  height: 250px;
  top: 20px;
}
@media (min-width: 320px) and (max-width: 895px) {
  .ProductCard.FeatureCard {
    height: 100%;
  }
}

li.social {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}

li img {
  max-width: 100%;
}

.TitleH {
  line-height: 1.5;
  font-size: 33px;
  margin: 0;
  letter-spacing: -0.25px;
  font-weight: 400;
  padding-top: 20px;
}

.leftContent img {
  width: 265px;
}

.FeatureCard .Card h3 {
  font-size: 20px;
  text-align: left;
  line-height: 0;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .Card h3 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

.FeatureCard .Card p {
  font-size: 14px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .Card p {
    text-align: center;
    padding: 0;
  }
}

.FeatureCard .Card h4 {
  text-align: left;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .Card h4 {
    text-align: center;
  }
}

.leftContent.RightSide {
  text-align: left;
  max-width: 30%;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 895px) {
  .leftContent.RightSide {
    text-align: center;
    max-width: 100%;
  }
}

.FeatureCard .RightSide h3 {
  text-align: left;
  padding: 0;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .RightSide h3 {
    text-align: center;
  }
}

.FeatureCard .RightSide h4 {
  text-align: left;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .RightSide h4 {
    text-align: center;
    margin: 10px;
  }
}

.FeatureCard .RightSide p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .RightSide p {
    text-align: center;
  }
}

.FeatureCard .Card {
  top: 0;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .Card {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.FeatureCard .leftContent:nth-child(1) {
  margin-left: 20%;
}
@media (min-width: 320px) and (max-width: 895px) {
  .FeatureCard .leftContent:nth-child(1) {
    margin: 0;
  }
}

/*# sourceMappingURL=style.processed.css.map */
