body {
    font-family: 'Noto Sans Thai', sans-serif;
    /* font-family: 'Sarabun', sans-serif; */
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: 300;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}
.fnt-13 {
    font-size: 13px;
}
.fnt-14 {
    font-size: 14px;
}
.fnt-16 {
    font-size: 16px;
}
.fnt-18 {
    font-size: 18px;
}
.fnt-22 {
    font-size: 22px;
}
.fnt-24 {
    font-size: 24px;
}
.fnt-28 {
    font-size: 28px;
}
.fnt-32 {
    font-size: 32px;
}
.fnt-9374a3 {
    color: #9374a3;
}
.fnt-white {
    color: #fff;
}
.fnt-white-link {
    color: #fff;
}
.fnt-white-link:hover {
    color: yellow;
}
.fnt-clr-66 {
    color: #666;
}
.fnt-clr-FFF89A {
    color: #FFF89A;
}
.fnt-red {
    color: red;
}
.bd-rd {
    border-radius: 10px;
}
.rd-8 {
    border-radius: 8px;
}
.bot-16 {
    margin-bottom: 16px;
}
.bot-24 {
    margin-bottom: 24px;
}
.bg-white {
    background-color: #fff;
}
.bg-cl-main {
    background-color: #07607a;
    padding: 64px 0px;
}
.bg-E6CDF0 {
    background-color: #E6CDF0;
    padding: 12px 12px;
}
.tab-drk {
    background-color: #000;
    padding: 16px 16px;
    color: #fff;
    font-size: 14px;
}
.tab-purple {
    background-color: #711A75;
    padding: 16px 16px;
    color: #fff;
    font-size: 14px;
}
.top-64 {
    margin-top: 64px;
}
.top-32 {
    margin-top: 32px;
}
.top-24 {
    margin-top: 24px;
}
.top-16 {
    margin-top: 16px;
}
.bg-f1 {
    background-color: #f1f1f1;
    padding: 10px 0px;
}
.bg-f7 {
    background-color: #f7f7f7;
    padding: 10px 0px;
}
.bg-vdo {
    background-color: #000;
    padding: 6px;
    border-radius: 10px;
}
.line-2px {
    background-color: #07607a;
    padding: 2px 0px;
}
.line-pp {
    background-color: #764c9e;
    padding: 2px 0px;
}
.tab-mn {
    border-radius: 8px;
    padding: 12px 12px;
    border: solid 1px #07607a;
    margin: 8px 0px;
}
.tab-mn:hover {
    background-color: #f5f5f5;
}
.center {
    text-align: center;
}
.bd-rd-white {
    border-radius: 8px;
    padding: 10px 10px;
    background-color: #fff;
    margin: 8px 0px;
}
.vdo {
    border-radius: 10px;
    padding: 8px 12px;
    border: solid 1px #fff;
    margin-right: 8px;
}
.bg-title {
    background-color: #E6CDF0;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 18px;
}
.bg-title-small {
    background-color: #66ccff;
    padding: 2px 12px;
    border-radius: 16px;
    font-size: 14px;
}
.lev-margin {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 32px;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    background-color: white; 
    color: black; 
    border: 3px solid #4CAF50;
  }
  
  .button1:hover {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
  }
  .zoom {
    transition: transform .2s; /* Animation */
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .show-time {
    background-color: #333;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    width: 204px;
  }
  .button-64 {
    align-items: center;
    width: 100%;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    /* font-family: Phantomsans, sans-serif; */
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .button-64:active,
  .button-64:hover {
    outline: 0;
  }
  
  .button-64 span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .button-64:hover span {
    background: none;
  }
  
  @media (min-width: 768px) {
    .button-64 {
      font-size: 24px;
      min-width: 196px;
    }
  }
  .block-sd {
    border-radius: 10px;
    box-shadow: 0px 1px 5px 1px rgba(50, 50, 50, .10);
    padding: 12px;
    margin-bottom: 24px;
    background-color: #fff;
}