body {
  font-weight: 300;
  font-family: "Kanit", sans-serif;
}

.tH6 {
  font-size: 18px;
  line-height: 24px;
}

button.btnBlue {
  border: none;
  background: none;
}

.mainContent {
  /*margin-top: 64px;*/
  overflow-x: hidden;
}

.contentHidden {
  display: none;
  padding: 20px 0 5px;
}

.listNote {
  margin: 0;
  padding-left: 20px;
}

.listNote li {
  margin-bottom: 5px;
}

.listBox ul {
  margin: 0;
  padding: 0;
}

.listBox li {
  list-style: none;
}

.btnViewPack.active::after {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}

#banner_dtacapp {
  display: none !important;
}


/*
@media (min-width: 1200px) {
.container {
  max-width: 1150px;
}
}*/