@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400;500;600;700&display=swap');

body {
	font-size: 16px;
	font-family: 'IBM Plex Sans Thai', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2px;
	overflow-x: hidden;
	color: #181C32;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

.d-form-group {
  margin-bottom: 8px;
}
.d-form-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #7E8299;
}
.d-form-txt {
  font-size: 16px;
}
.d-heading {
  font-weight: 700;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
  text-decoration: underline;
}
.d-subheading {
  font-weight: 700;
  margin-bottom: 4px;
}
.d-group-section {
  padding: 12px;
  padding-bottom: 4px;
  margin-bottom: 16px;
  background-color: rgba(77, 89, 149, 0.04);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.d-group-section-3 .d-form-txt,
.d-group-section-6 .d-form-txt {
  text-align: center
}
.d-form-img-thumbnail {
  padding: 8px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
  display: block;
  max-width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.d-form-img-thumbnail .embed-responsive {
  height: 100%;
  max-width: 100%;
  transition: all 0.3s ease;
}
.d-form-img-thumbnail img {
  object-fit: contain;
}


.container {
  margin: 40px auto;
  margin-top: 60px;
}
.nav.nav-pills {
  /* margin-bottom: 24px; */
  padding-top: 40px;
  padding-bottom: 24px;
  z-index: 1;
  position: sticky;
  background-color: #fff;
  top: 60px;
  flex-wrap: nowrap;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  width: calc(100% + 16px);
  padding-right: 16px;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
  color: #3699FF;
  background-color: #E1F0FF;
}
.nav-pills .nav-link {
  color: #B5B5C3;
  font-weight: 700;
}

.d-group-section-img {
  text-align: center;
}
.d-group-section-img .d-form-group {
  cursor: pointer;
}
.d-group-section-img .d-form-group:hover .d-form-img-thumbnail .embed-responsive {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.d-group-section-img .d-form-img-thumbnail {
  padding: 0;
  height: auto;
}
.d-group-section-img .d-form-img-thumbnail img {
  object-fit: cover;
}


.d-form-group-ico .d-form-group-ico-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.d-form-group-ico .d-form-txt {
  font-size: 28px;
  font-weight: 700;
}
.d-form-group-ico {
  background-color: #2e3191;
  padding: 8px;
  color: #fff;
  border-radius: 8px;
  color: #3699FF;
  background-color: #E1F0FF;
  border: 1px solid rgb(54 153 255 / 10%);
  margin-bottom: 16px;
}
.d-form-group-ico .d-form-label {
  color: #fff;
  color: #3699FF;
  opacity: 0.6;
  margin-bottom: 8px;
}
.d-form-group-ico .d-form-ico {
  width: 60px;
  max-height: 48px;
  color: #fff;
  color: #3699FF;
}
.d-form-group-ico .d-form-ico svg {
  /* fill: #fff; */
  max-width: 60px;
  max-height: 48px;
}
.d-form-group-ico-summary {
  color: #fff;
  background-color: #3699FF;
}
.d-form-group-ico-summary .d-form-label {
  color: #fff;
}
.d-form-group-ico-summary .d-form-ico {
  color: #fff;
}


.row {
  margin: 0 -8px;
}
.row > div {
  padding-left: 8px;
  padding-right: 8px;
}






.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-inline .checkbox {
  margin-right: 16px;
  margin-bottom: 8px;
  /* margin-bottom: 0.35rem; */
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.checkbox > input:checked ~ span {
  background-color: #3699FF;
}

.checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: none;
}
.checkbox-list .checkbox span {
  margin-right: 0.75rem;
}
.checkbox > span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}
.checkbox > span {
  height: 18px;
  width: 18px;
}
.checkbox > span {
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.42rem;
}
.checkbox > input:checked ~ span:after {
  border-color: #ffffff;
}
.checkbox > input:checked ~ span:after {
  display: block;
}
.checkbox > span:after {
  width: 5px;
  height: 10px;
}
.checkbox-inline .checkbox span {
  margin-right: 0.75rem;
}
.checkbox > span:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  -webkit-transform: rotate(45deg) /*rtl:ignore*/;
  transform: rotate(45deg) /*rtl:ignore*/;
  margin-top: -2px;
}
.checkbox-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  line-height: 18px;
}
.checkbox-inline div {
  top: 1px;
  position: relative;
}


.d-group-section-3 .checkbox-inline,
.d-group-section-6 .checkbox-inline {
  justify-content: center;
}


.lg-sub-html p {
	font-size: 16px;
	font-family: 'IBM Plex Sans Thai', sans-serif;
  font-weight: 400;
}