.outter {
  max-width: 1140px;
  margin: 0 auto;
}

.header-text {
  font-family: 'Prompt';
  /*font-weight: bold;*/
  color: var(--bs-primary-text-emphasis);
}

.header-title {
  font-size: 34pt;
  /*font-weight: 600;*/
}

.my-container {
  max-width: 1140px;
  text-align: center;
  gap: 18px;
}

.contain-featured {
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  font-size: 26px;
  color: #c53631;
  font-family: 'Kanit';
}

.choice-content, .contain-featured {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: space-between;
}

.choice-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 5px;
  width: 290px;
}

.choice, .contain-choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.contain-choice {
  flex: 1;
  gap: 17px;
}

.h4-text-choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  flex-shrink: 0;
  height: 50px;
  font-family: 'Bebas Neue';
  font-size: 45px;
}

.text-choice {
  flex: 1;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Kanit';
  text-align: left;
}

.cfd {
  margin: 0;
  display: block;
}

.outter.row-index {
  margin-top: 15px;
}

.list-group {
  font-family: Kanit, sans-serif;
}

.col-index-list {
  border-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #c53631 ;
  padding-left: 20px;
  padding-top: 20px;
}

.list-group-item {
  padding-bottom: 3px;
  padding-top: 3px;
}

.outter.container-content {
  margin-top: 25px;
}

.img-round {
  border-radius: 5px;
}

.header-section {
  font-family: 'Prompt';
  /*font-size: 28px;*/
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-primary-text-emphasis);
}

#accordion-1 h2 button {
  font-family: 'Prompt';
  font-weight: 500;
  color: var(--bs-primary-text-emphasis);
}

.trd-list li a {
  text-decoration: none;
}

.sub-header {
  font-family: 'Prompt';
  font-size: 20px;
  color: var(--bs-primary-text-emphasis);
}

ul li, a {
  text-decoration: none;
  font-family: 'Prompt';
}

.footer-container {
  max-width: 1140px;
  margin-top: 25px;
}

.card-body-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.card-header-title-2 {
  padding-bottom: 10px;
}

.section {
  font-family: Prompt, sans-serif;
  color: #052c65;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.paratext {
  font-family: 'Taviraj';
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.listspan {
  font-size: 13px;
  color: rgb(213,24,32);
  text-decoration: none;
  font-family: 'Taviraj';
}

.title {
  font-family: Prompt, sans-serif;
  margin: 10px;
}

.linesec {
  color: #c53631;
}

.coltext {
  text-align: center;
}

.section-1 {
  font-family: 'Taviraj';
  color: #dc1212;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.coltext1 {
  border: 1px solid rgb(255,0,0);
  padding: 5px;
  margin: 5px;
  text-align: center;
}

.ิopbutton {
}

.opbutton {
  background: rgb(1,169,60);
  width: 100%;
  height: 50px;
  font-size: 28px;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #007b2b;
  border-color: #007b2b;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #007b2b;
  --bs-btn-border-color: #007b2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007b2b;
  --bs-btn-hover-border-color: #007b2b;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007b2b;
  --bs-btn-active-border-color: #007b2b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #007b2b;
  --bs-btn-disabled-border-color: #007b2b;
}

.bonusrow {
  height: 650px;
}

.img-shadow {
  box-shadow: 7px 7px 20px #2b2f3248;
}

.img-center {
  display: block;
  margin: 0 auto;
}

