<style > 
hr.lite-purple {
  border-top: 1px ridge #9c7fd8;
}
.focus-word {
  display: inline-block;
  font-family: SukhumvitBold;
  color: #4b2885;
  background-color: #efe6f7;
  padding: 0 10px;
  font-size: 18px;
  line-height: 25px;
}

/*----table style----*/
.table.style-5 > tbody > tr > td {
  padding: 5px 5px;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}
.table.style-5 > thead > tr > th {
  text-align: center;
  font-family: 'SukhumvitBold';
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
  padding: 10px 0 !important;
  border-bottom: 1px solid #dedede;
}
.table.style-5 > tbody > tr > td {
  text-align: left;
  font-family: 'SukhumvitText';
  font-size: 16px;
  line-height: 24px !important;
  padding-left: 15px;
  color: #000;
  margin: 0;
  /*padding: 10px 15px !important;*/
}
/*----table style----*/
.btn-link {
	padding: 5px 15px;
	background-color: #7a58bf;
	font-family: 'SukhumvitText' !important;
	color: #fff !important;
	border-radius: 5px;
	font-size: .8em;
    cursor: pointer;
}

.btn-link:hover {
  background-color: #9c7fd8;
  font-family: 'SukhumvitBold' !important;
  color: #fff !important;
}
/*----Collapsable Box-----*/
input[type='checkbox'] {
    display: none;
}
.lbl-toggle {
    display: block;
    font-weight: bold;
    font-family: SukhumvitBold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #A77B0E;
    background: #d1bbff;
    cursor: pointer;
    /* border-radius: 7px; */
    transition: all 0.25s ease-out;
}
.lbl-toggle:hover {
    color: #7C5A0B;
}
.lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}
.collapsible-content .content-inner {
    background: #d1bbff47;
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}
.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}
.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*----Collapsable Box-----*/
/*----navbar-----*/
.navbar {
  overflow: hidden;
  /*background-color: #333;*/
  font-family: 'SukhumvitText';
  line-height: 14px;
}
.navbar a:hover, .dropdown:hover .dropbtn, .navbar .active {
  background-color: #7a58bf;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/*----navbar-----*/
.head-product-area {
  float: left;
  position: relative;
  padding: 20px 0px;
  background-color: #ececec;
}
.head-title_product-area {
  float: left;
  padding: 0px;
  width: 100%;
  text-align: center;
  background-color: #efe6f7;
  line-height: 40px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-title_product-area h2 {
  font-family: 'SukhumvitBold';
  font-size: 30px;
  color: #4b2885;
}
.head-title_product-area p {
  font-family: 'SukhumvitText';
  margin: 0px;
}
/*-----Accordion-----*/
.blog_content-area {
  float: left;
  position: relative;
  padding: 0px 20px 0px 10px;
}
.blog_content {
  padding: 20px;
  float: left;
  width: 100%; /*
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0px #e3e3e3;
    margin: 5px 0px;*/
}
.blog_content ul {
  float: left;
  position: relative;
  padding: 20px 20px 20px 40px;
}
#info-credit .blog_content ul {
  float: left;
  position: relative;
  padding: 20px;
}
.blog_content ul li {
  display: list-item;
  list-style-type: disc;
  color: #333;
  font-size: 1.3em;
  float: left;
  padding: 6px 0px;
  width: 100%;
}
.blog_content ul li span {
  margin-left: 30px;
  float: left;
  width: 100%;
  display: list-item;
  list-style-type: circle;
}
.blog_content ul li .remark {
  font-size: .9em;
}
.accordion {
  width: 90%;
  margin: 0 auto;
}
.accordion h4 {
  font-family: 'SukhumvitBold';
  font-size: 18px;
  line-height: 23px;
  color: #502b81;
  margin: 0px 0px 10px;
}
.accordion-toggle {
  color: #502b81;
  border-bottom: 0px;
  cursor: pointer;
  margin: 5px 0px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 0px rgba(113, 94, 138, 0.3);
  float: left;
  position: relative;
  width: 99%;
}
.accordion-toggle.active:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.accordion-toggle:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.accordion-toggle.active:before {
  display: none;
}
.accordion-content {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 40px 10px 10px;
  float: left;
  position: relative;
  width: 99%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.accordion-content h3 {
  font-family: SukhumvitBold;
  font-size: 18px;
  margin: auto;
}
.accordion-content .text-area {
  font-family: SukhumvitText;
}
.accordion-content .title-des {
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.accordion-content p {
  display: list-item;
  list-style-type: disc;
  float: left;
  width: 100%;
  position: relative;
  margin-left: 40px;
}
.accordion-content span {
  font-size: 1.1em;
  font-style: normal;
}
.accordion-notice {
  text-align: left;
  font-size: 1em !important;
  font-style: normal;
  line-height: 1.4em !important;
}
.accordion-content strong {
  font-size: 2em;
  margin-left: 20px;
  color: #000;
}
.accordion-toggle.active {
  color: #fff;
  background-color: #7a58bf;
  padding: 10px;
}
/*-----End Accordion-----*/
/*-----Tabs-------*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: solid;
  border-top: none;
  border-left: none;
  border-right: 0.1px solid #efe6f7;
  border-bottom: 0.1px solid #7a58bf;
  margin-bottom: 20px;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /*float: left;*/
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: SukhumvitText;
  color: #333;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #9c7fd8;
  color: #fff;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #7a58bf;
  color: #fff;
  font-family: SukhumvitBold;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-----End Tabs-------*/
/*---full height----*/
.bg {
  /* The image used */
  background-image: url("../img_girl.jpg");
  /* Full height */
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45.5%);
  color: white;
  padding-right: 20px;
  width: 100%;
  margin: auto /* Center and scale the image nicely */
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*---full height----*/
.text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding-right: 20px;
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container > div {
  margin: 5px;
  text-align: center;
  font-size: 15px;
  padding: 10px;
}
/*------------TextBox------------*/
.textbox-head {
  font-family: 'SukhumvitBold';
  font-size: 33px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.textbox-head2 {
  font-family: 'SukhumvitBold';
  font-size: 17px;
  line-height: 25px;
}
.textbox-price {
  font-family: 'SukhumvitBold';
  font-size: 40px;
  line-height: 30px;
  margin: 0px;
}
.textbox-unitprice {
  font-family: 'SukhumvitText';
  font-size: 18px;
  line-height: 25px;
  color: #ccc;
  margin: 0px;
}
.textbox-normalprice {
  font-family: 'SukhumvitText';
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  margin: 0px;
  padding-top: 10px;
}
.textbox-channel {
  font-family: SukhumvitText;
  font-size: 13px;
  line-height: 30px;
  background-color: #fff;
  color: #333333
}
.textbox-channel-grey {
  font-family: SukhumvitText;
  font-size: 13px;
  line-height: 30px;
  background-color: #eee;
  color: #333333
}
.table.style-5 > tbody > tr > td {
  padding: 5px 5px;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}
.table.style-5 > thead > tr > th {
  text-align: center;
  font-family: 'SukhumvitBold';
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
  padding: 10px 0 !important;
  border-bottom: 1px solid #dedede;
}
.table.style-5 > tbody > tr > td {
  text-align: left;
  font-family: 'SukhumvitText';
  font-size: 16px;
  line-height: 24px !important;
  padding-left: 15px;
  color: #000;
  margin: 0; /*padding: 10px 15px !important;*/
}
}
@media only screen and (max-width: 50px) {}
@media only screen and (max-width: 714px) {
.frame-resolutions {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
  .container {
    position: relative;
    font-family: SukhumvitText;
    background-color: #4b2885;
    height: 130px;
      line-height: 20px;
  }
  .text-block {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-right: 20px;
    max-width: 1240px;
    width: 100%;
    margin: auto;
  }
  h1 {
    font-family: 'SukhumvitBold';
    color: #4b2885;
    font-size: 35px;
    margin: 0px;
    text-align: center;
  }
  h4 {
    font-family: 'SukhumvitBold';
    font-size: 23px;
    line-height: 10px;
    color: #8670b0;
    margin: 138px 0px 10px;
    text-align: center;
  }
  h7 {
    font-family: 'SukhumvitText';
    font-size: 14px;
    line-height: 23px;
    color: #616060;
    text-align: center;
  }
  .text-center {
    text-align: center;
  }
}
@media (min-width: 715px) and (max-width: 1114px) {
.frame-resolutions {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
  .container {
    position: relative;
    font-family: SukhumvitText;
    background-color: #4b2885;
    height: 88px;
      line-height: 20px;
  }
  .text-block {
    position: fixed;
/*    top: 56%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: white;
    padding-right: 20px;
    max-width: 272px;
    width: 100%;
    margin: auto;*/
  }
  h1 {
    font-family: 'SukhumvitBold';
    color: #4b2885;
    font-size: 37px;
    margin: 0px;
    line-height: 45px;
  }
  h4 {
    font-family: 'SukhumvitBold';
    font-size: 30px;
    line-height: 20px;
    color: #8670b0;
    margin: 0px 0px 10px;
  }
  h7 {
    font-family: 'SukhumvitText';
    font-size: 16px;
    line-height: 24px;
    color: #616060;
  }
}
@media only screen and (min-width: 1098px) {
.frame-resolutions {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
  .container {
    position: relative;
    font-family: SukhumvitText;
    background-color: #4b2885;
    height: 42px;
      line-height: 20px;
  }
  .text-block {
    position: fixed;
    /*top: 43%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: white;
    padding-right: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto;*/
  }
  h1 {
    font-family: 'SukhumvitBold';
    color: #4b2885;
    font-size: 55px;
    margin: 0px;
    line-height: 70px;
  }
  h4 {
    font-family: 'SukhumvitBold';
    font-size: 35px;
    line-height: 23px;
    color: #8670b0;
    margin: 0px 0px 10px;
  }
  h7 {
    font-family: 'SukhumvitText';
    font-size: 18px;
    line-height: 25px;
    color: #616060;
  }
}
@media only screen and (min-width: 1367px) {
.frame-resolutions {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 85%;
  height: 85%;
  border: none;
}
  .container {
    position: relative;
    font-family: SukhumvitText;
    background-color: #4b2885;
    height: 42px;
      line-height: 20px;
  }
  .text-block {
    position: fixed;
    /*top: 43%;
    left: 24%;
    transform: translate(-50%, -50%);
    color: white;
    padding-right: 20px;
    max-width: 480px;
    width: 100%;
    margin: auto; */
  }
  h1 {
    font-family: 'SukhumvitBold';
    color: #4b2885;
    font-size: 65px;
    margin: 7px 0px;
  }
  h4 {
    font-family: 'SukhumvitBold';
    font-size: 50px;
    line-height: 45px;
    color: #8670b0;
    margin: 0px 0px 10px;
  }
  h7 {
    font-family: 'SukhumvitText';
    font-size: 17px;
    line-height: 35px;
    color: #616060;
  }
}
@media only screen and (min-width: 2000px) {
.frame-resolutions {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 78%;
  height: 78%;
  border: none;
}
  h1 {
    font-family: 'SukhumvitBold';
    color: #4b2885;
    font-size: 80px;
    margin: 7px 0px;
  }
  h4 {
    font-family: 'SukhumvitBold';
    font-size: 65px;
    line-height: 60px;
    color: #8670b0;
    margin: 0px 0px 10px;
  }
  h7 {
    font-family: 'SukhumvitText';
    font-size: 30px;
    line-height: 43px;
    color: #616060;
  }
}
@media only screen and (max-width: 599px) {
  .flex-container > div {
    width: 100%;
  }
  .border-bottom {
    border-right: 0.5px solid #fff;
  }
  .flex-container2 > div {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .flex-container > div {
    width: 44.5%;
  }
  .border-right {
    border-right: 0.5px solid #fff;
  }
  .flex-container2 > div {
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1240px) {
  .flex-container > div {
    width: 29.22%;
  }
  .border-right {
    border-right: 0.5px solid #fff;
  }
  .flex-container2 > div {
    width: 45.7%;
  }
}
@media only screen and (min-width: 1241px) {
  .flex-container > div {
    width: 30.75%;
  }
  .border-right {
    border-right: 0.5px solid #fff;
  }
  .flex-container2 > div {
    width: 47%;
  }
}
</style >