html {
  font-size: 16px;
}
@font-face {
  font-family: "NotoSansThai-Regular";
  src: url("fonts/NotoSansThai-Regular.eot");
  src:
    url("fonts/NotoSansThai-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSansThai-Regular.woff") format("woff"),
    url("fonts/NotoSansThai-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-Eng-Regular";
  src: url("fonts/NotoSans-Eng-Regular.eot");
  src:
    url("fonts/NotoSans-Eng-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSans-Eng-Regular.woff") format("woff"),
    url("fonts/NotoSans-Eng-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansThai-Medium";
  src: url("fonts/NotoSansThai-Medium.eot");
  src:
    url("fonts/NotoSansThai-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSansThai-Medium.woff") format("woff"),
    url("fonts/NotoSansThai-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-Medium";
  src: url("fonts/NotoSans-Medium.eot");
  src:
    url("fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSans-Medium.woff") format("woff"),
    url("fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
  cursor: default;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  background: #fceee9;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  /*cursor: pointer;*/
  color: inherit;
}

#nav-icon3 {
  z-index: 56;
  width: 35px;
  height: 25px;
  position: relative;
  top: 0rem;
  right: 0;
  left: auto;
  margin: 0px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  box-shadow: none;
  background: none;
  border: none;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #ff966e;
  border-radius: 6px;
  opacity: 1;
  right: 0%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
  width: 100%;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 80%;
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 80%;
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.headbar-main {
  padding: 0.5rem 0;
  display: block;
  transition: all 0.6s;
  background: #ffdfd3;
}
.slim.headbar-main {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.hamburgers-box {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headbar-main .row {
  margin: auto;
}
.navbar-brand {
  width: auto;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 250px;
  transition: all 0.5s;
  margin: auto;
}
.navbar-expand-lg .navbar-nav {
  margin-top: 1rem;
}
.navbar-nav li {
  padding: 0;
  position: relative;
  transition: all 0.5s;
  text-transform: uppercase;
}
.navbar-nav li a {
  padding: 8px 15px;
  display: block;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.navbar-nav li.active a,
.navbar-nav a:hover {
  color: #ff966e;
}

.language-box {
  display: none;
}
.language-mobile-show {
  position: absolute;
  right: 2.3rem;
  top: 0.75rem;
  padding: 0 1rem;
}
.language-mobile-show .dropdown-menu {
  padding: 0;
  border-radius: 5px;
  border: none;
  background: #ffdfd3;
  color: #000;
  overflow: hidden;
  width: 100%;
  min-width: inherit;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.language-mobile-show .dropdown-menu a {
  display: block;
  text-align: center;
  padding: 10px;
}
.language-mobile-show .dropdown-menu a:hover {
  color: #ff966e;
  background: #fff;
}
.language-mobile-show img {
  width: 30px;
  filter: invert(83%) sepia(12%) saturate(5525%) hue-rotate(311deg)
    brightness(99%) contrast(105%);
}

.contactservice a {
  padding: 8px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #ff966e;
  border: 1px solid #ff966e;
}
.contactservice a:hover {
  color: #ff966e;
  background-color: transparent;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
.content-slide {
  padding: 10% 0;
  background: url("../images/bg-banner.png") top center no-repeat;
  background-size: 100% !important;
}
#carouselmainSlide .carousel-item {
  min-height: 65vh;
}
#carouselmainSlide .carousel-item img {
  width: 100%;
  object-fit: cover;
}

#carouselmainSlide .carousel-indicators {
  align-items: center;
  justify-content: flex-start;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 4;
  margin: 0;
}
#carouselmainSlide .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 0.6;
  border: none;
  background: #fff;
  border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active {
  opacity: 1;
}
#carouselmainSlide .carousel-control-next,
#carouselmainSlide .carousel-control-prev {
  opacity: 1;
  background: #f8d3c5;
  width: 35px;
  height: 35px;
  padding: 5px;
  top: auto;
  z-index: 1201;
}
#carouselmainSlide .carousel-control-prev {
  left: auto;
  right: 3rem;
}
#carouselmainSlide .carousel-control-next img,
#carouselmainSlide .carousel-control-prev img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.img-banner {
  width: 100%;
  overflow: hidden;
  -webkit-animation: slideleft 0.5s ease-in-out both;
  animation: slideleft 0.5s ease-in-out both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.img-banner img {
  height: 100%;
  object-fit: cover;
}
.textbanner {
  -webkit-animation: slideright 0.7s ease-in-out both;
  animation: slideright 0.7s ease-in-out both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.textbanner h1 {
  font-size: 24px;
  margin: 0;
  font-family: "NotoSansThai-Medium";
}
.textbanner h2 {
  font-size: 18px;
  margin: 0.5rem 0 0;
}
.textbanner {
  margin-top: 2rem;
}

.videopresent{
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title-details img{
	width: 33px;
	margin-left: 10px;
}
@-webkit-keyframes slideleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideright {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideright {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box {
  padding: 10% 0;
  background-size: cover !important;
  background: url("../images/bg-content.png") top center no-repeat;
}
.img-box {
  text-align: center;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  transition: all 0.6s;
}
.title-box {
  text-align: center;
  margin-bottom: 2.5rem;
}
.title-box h1 {
  font-size: 25px;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium";
}
.title-box h2 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
}
.title-box ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.title-box ul li {
  width: auto;
  margin-right: 5px;
  opacity: 0.7;
}
.title-box ul li.active {
  opacity: 1;
}
.title-box ul li a {
  padding-right: 5px;
}

.text-policy {
  margin-bottom: 1rem;
}
.text-policy h1 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-family: "NotoSansThai-Medium";
}
.text-policy h2 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-family: "NotoSansThai-Medium";
}
.text-policy h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.text-policy a:hover {
  color: #10218b;
}
.text-policy ul {
  list-style: none;
  padding-left: 3%;
  margin: 1rem auto;
}
.text-policy ul li {
  margin-bottom: 8px;
}
.text-policy .fa-circle {
  font-size: 9px;
  margin-right: 10px;
  vertical-align: middle;
}
.text-policy p {
  margin-bottom: 1rem;
  text-indent: 1%;
}
.content-otherpage {
  padding: 10% 0;
  background: #fceee9;
}

.textbox1 {
  margin: 0rem auto 4rem;
}
.textbox1 h1 {
  font-size: 25px;
  margin-bottom: 0rem;
  font-family: "NotoSansThai-Medium";
}
.textbox1 p {
  margin: 0;
}
.textbox1 ul {
  margin: 1rem 0;
  /* list-style: none; */
}
.textbox1 ul li {
  /* display: flex; */
  align-items: baseline;
  margin-bottom: 8px;
  margin-left: 1rem;
}
.textbox1 ul .fa-circle {
  font-size: 7px;
  margin-right: 5px;
}
.img-hbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  aspect-ratio: 3/3;
}
.img-hbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buttoncontact a {
  width: 100%;
  height: 100%;
  display: block;
}
.buttoncontact {
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #e58a3f;
  border: 1px solid #e58a3f;
  margin: 1rem auto;
  transition: all 0.6s;
  font-size: 18px;
}
.buttoncontact:hover {
  background-color: transparent;
  color: #e58a3f;
}

.content-box.contactpage {
  background: url("../contactus/images/bannercontact.jpg") center bottom
    no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  margin: 0;
}

.content-box.contactformpage {
  margin: 0;
}
.content-box.contactpage .textfooter {
  padding: 1rem 0.5rem;
  background: #fff;
  border-radius: 10px;
  margin: 0;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.content-box.contactpage .textfooter h1 {
  font-size: 24px;
}
.mapbox {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4;
}
.mapbox iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactform {
  padding: 2rem 1rem;
  margin: 1rem auto;
  background: #fff;
  border-radius: 10px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.contactform h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-form span {
  color: #f00;
}
.detail-form {
  margin-bottom: 1rem;
}
.detail-form p {
  margin-bottom: 0.5rem;
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #ff966e;
  font-size: 26px;
  vertical-align: middle;
}
.detail-form span,
.detail-form p.red-text {
  color: #f00;
  display: initial;
}
.detail-form h1 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file {
  height: auto;
}
.form-text,
.custom-file-label {
  padding: 8px 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ff966e;
  width: 100%;
  color: #000;
  border-radius: 0;
  height: auto;
  margin: 0;
  line-height: normal;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff966e;
}
.form-text::placeholder {
  color: #898989;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  width: 200px;
  padding: 10px 20px;
  text-align: center;
  box-shadow: none;
  border: 1px solid #ff966e;
  color: #fff;
  background: #ff966e;
  margin: 0.5rem auto;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 0;
}
.sendus-btn img {
  width: 35px;
  margin: 0;
  filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg)
    brightness(95%) contrast(103%);
}
.sendus-btn:hover img {
  filter: brightness(0) invert(1);
}
.sendus-btn:hover {
  background: #fff;
  color: #ff966e;
  transform: scale(0.98);
}

.content-box.contactformpage {
  background: url("../contactus/images/bgform.jpg") top center no-repeat #fceee9;
  background-size: 100% !important;
}

.tabsnewsandarticles ul.nav-pills {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.tabsnewsandarticles ul.nav-pills li {
  width: auto;
  margin: 0 10px;
}
.tabsnewsandarticles ul.nav-pills li a {
  display: block;
  text-align: center;
  padding: 8px 5px;
}

/* Underline From Center */
.hvr-underline-from-center {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #e58a3f;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.tabsnewsandarticles ul.nav-pills li a.active.hvr-underline-from-center:before {
  left: 0;
  right: 0;
}

.content-box.newspage {
  margin: 0;
}
.content-box.newspage .row {
  align-items: center;
}
.news-box:hover img {
  transform: scale(1.05);
}
.news-box {
  margin-bottom: 1rem;
  transition: all 0.6s;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.news-box .img-box {
  aspect-ratio: 3/2;
}
.news-box .img-box img {
  height: 100%;
  object-fit: cover;
}
.news-box:hover {
  padding-bottom: 2.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.text-news {
  margin: 15px 0;
  padding: 0 10px;
}
.text-news ul {
  list-style: none;
  font-size: 0.8rem;
  color: #686868;
}
.text-news p {
  margin: 0;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
}
.text-news h1 {
  font-size: 1rem;
  margin-bottom: 0rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.news-box .readmore-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1;
  opacity: 0;
}
.readmore-btn {
  padding: 5px;
  text-align: center;
  margin: 0.5rem auto;
  width: 145px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #ff966e;
  background: #ff966e;
  transition: all 0.6s;
}
.readmore-btn:hover {
  color: #e58a3f;
  border-color: #e58a3f;
  background: #fff;
  transform: scale(0.95);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.readmore-btn a {
  display: block;
}
.news-box:hover .readmore-btn {
  bottom: 0;
  opacity: 1;
}

.img-news {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}
.img-news img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.text-newsdetails h1 {
  font-size: 1.2rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-newsdetails h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-newsdetails h3 span {
  font-size: 1.3rem;
  color: #f00;
}
.text-newsdetails h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-newsdetails p {
  margin: 0;
}
.text-newsdetails ul {
  /* list-style: none; */
  margin: 1rem auto;
}
.text-newsdetails ul li {
  /* padding-left: 1rem; */
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
.img-news {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}
.img-news img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.text-newsdetails h1 {
  font-size: 1.2rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-newsdetails p {
  margin: 0;
}

.content-relatedpage {
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px solid #e58a3f;
}
.content-relatedpage .title-box {
  margin: 0;
}

.pageclick {
  margin-top: 2rem;
}
.pageclick .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #e58a3f;
  border: 1px solid #e58a3f !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: all 0.6s;
  font-size: 0.9rem;
  background-color: transparent;
}
.pageclick .page-link:hover,
.page-item.active .page-link {
  color: #fff;
  background: #e58a3f;
  transform: scale(0.95);
}
.pageclick ul {
  justify-content: center;
}

.bookservice-box:hover img {
  transform: scale(1.05);
}
.bookservice-box {
  margin-bottom: 1rem;
  transition: all 0.6s;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.bookservice-box .img-box {
  aspect-ratio: 3/2;
}
.bookservice-box .img-box img {
  height: 100%;
  object-fit: cover;
}
.bookservice-box:hover {
  padding-bottom: 2.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.text-services {
  margin: 15px 0;
  padding: 0 10px;
}
.text-services p {
  margin: 0;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.2 * 3);
}
.text-services h1 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  height: calc(1rem * 1.4 * 1);
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.bookservice-box .readmore-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1;
  opacity: 0;
}
.bookservice-box:hover .readmore-btn {
  bottom: 0;
  opacity: 1;
}
.img-counselors {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.img-counselors img {
  width: 100%;
}
.counselors-profile {
  padding: 10% 0;
  background: url("../bookaservices/images/bg-banner.jpg") center center
    no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.text-profile {
  padding: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.text-profile .icsize {
  font-size: 45px;
}
.text-profile .fa-quote-right.icsize {
  float: right;
}
.text-profile h1 {
  font-size: 1.75rem;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-profile h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-profile p {
  text-indent: 3%;
  margin-bottom: 1rem;
}
.textabout-profile h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.textabout-profile p {
  margin-bottom: 1rem;
}

.bookservice-paynow {
  font-size: 1.2rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.notice-box {
  padding: 1rem;
  border-radius: 10px;
  background: #ffd3c3;
  margin: 2rem auto 0;
}
.notice-box h1 {
  text-decoration: underline;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.notice-box p {
  margin-bottom: 0.3rem;
}
.table-working {
  overflow-y: hidden;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.table-working table {
  background: #fff;
  overflow: hidden;
  min-width: 515px;
}
.table-working table th {
  background: #ffe0d5;
  padding: 10px 10px;
  vertical-align: top;
  text-align: center;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.table-working table td {
  padding: 15px;
  vertical-align: top;
  text-align: center;
  background: rgb(255 224 213 / 30%);
}
.table-working table tr:nth-child(2n + 1) td {
  background: #fff;
}
.table-working h1 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}

.moredetail {
  margin-top: 2rem;
}
.moredetail a.headertitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.counselorsbanner {
  padding: 10% 0;
  background: url("../bookaservices/images/1.Cover Individual Counselling.jpg")
    center center no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.detailsbooks {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.detailsbooks h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detailsbooks h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.detailsbooks h3 span {
  font-size: 1.5rem;
  color: #f00;
}
.detailsbooks h3 {
  font-size: 1.3rem;
  margin: 0.5rem auto;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detailsbooks p {
  margin-bottom: 0.5rem;
}
.moredetail {
  margin: 1rem auto 0;
  background: url("../bookaservices/images/bg-banner2.jpg") center center
    no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 10% 0;
}

.detailsbooks .buttoncontact {
  margin: 0 0 1rem;
  width: 100%;
}
#bookserviceModal .modal-content {
  padding: 20% 0 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: none;
  background: url("../images/bgform.jpg") top center no-repeat #fff;
  background-size: 100% !important;
}
#bookserviceModal .modal-body {
  border: none;
  background: #fff;
}
#bookserviceModal .modal-body .contactform {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
#bookserviceModal .contactform .detail-form #captcha-refresh {
  color: #000;
}
#bookserviceModal .contactform .form-text {
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
}

#bookserviceModal .modal-header {
  padding: 0 0.75rem;
  margin: 0;
  border: none;
  justify-content: center;
}
#bookserviceModal .modal-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  opacity: 1;
  filter: brightness(0) invert(1);
}
#bookserviceModal .modal-header .modal-title {
  font-size: 1.5rem;
  text-align: center;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}

.content-box.bookcartpage {
  margin: 0;
  padding: 10% 0;
  background: url("../bookcart/images/bg-banner.jpg") top center no-repeat;
  background-size: 100% !important;
}
.informationsbox {
  padding: 1rem;
  border-radius: 10px;
  background: #ffdfd3;
  margin-bottom: 2rem;
}
.haderinfor h1 {
  font-size: 1.3rem;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.haderinfor {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.haderinfor a {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  color: #ff966e;
}
.haderinfor a:hover {
  text-decoration: underline;
}
.addressinfor a:hover {
  text-decoration: underline;
  color: #ff966e;
}
.addressinfor ul {
  list-style: none;
  margin-top: 1rem;
}
.addressinfor ul li {
  margin-bottom: 5px;
}

.orderlist {
  margin-bottom: 2rem;
  border-radius: 10px;
  padding: 2rem 1rem;
  background: #ffffff;
}
.orderlist h1 {
  font-size: 1.3rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.orderlist hr {
  width: 100%;
  opacity: 1;
  margin: 0 auto 2rem;
  border-top: 1px solid #ff966e;
}
.orderlist span {
  color: #f00;
  font-size: 0.75rem;
}
.orderlist h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.textorderlist p {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  height: calc(1rem * 1.3 * 2);
}
.textorderlist .table-working {
  margin-bottom: 2rem;
}
.textorderlist .readmore-btn {
  width: 185px;
}
.textorderlist h1 {
  margin-bottom: 0.5rem;
}
.textorderlist .detail-form p {
  margin-bottom: 0.5rem;
  -webkit-line-clamp: inherit;
  overflow: inherit;
  line-height: normal;
  height: auto;
}
.textorderlist .detail-form span {
  font-size: 0.75rem;
}
.textorderlist .detail-form .form-text {
  border: 1px solid #ff966e;
  border-radius: 30px;
}

/* The container */
.paymentwrap img {
  width: 8em;
}
.paymentwrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.paymentwrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.paymentwrap .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ff966e;
  transform: translate(0, -50%);
}

/* When the radio button is checked, add a blue background */
.paymentwrap input:checked ~ .checkmark {
  background-color: #ff966e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.paymentwrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.paymentwrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.paymentwrap .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}
/*///////////Start-Policy///////////////*/
.policy-box {
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #000;
  z-index: 1234;
  display: block;
  font-size: 1rem;
  background: #fceee9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.policy-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-box ul li {
  padding: 0 10px;
}
.policy-box p {
  font-size: 1.1rem !important;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium";
}
.policy-box a {
  text-decoration: underline;
}
.policy-box a:hover {
  text-decoration: none;
}
.policy-box .btn-policy {
  width: 150px;
  padding: 8px;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #000;
}
.btn-policy:hover {
  color: #000;
  background: #fff;
}

/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer {
  color: #000;
  padding: 10% 0 5%;
  background: #ffdfd3;
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
}
.footer ul {
  list-style: none;
}
.copyright-box {
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  background: #f9aa94;
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
}
.textfooter {
  margin-bottom: 2rem;
}
.textfooter img {
  width: 35px;
  margin-bottom: 1rem;
  transition: all 0.6s;
}
.textfooter a:hover {
  color: #f9aa94;
}
.textfooter p {
  margin: 0;
}
.textfooter ul {
  list-style: none;
}
.textfooter h1 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.textfooter h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
/*///////////End-Footer///////////////*/

/*///////////Start-SlideProducts///////////////*/
		
.slideproducts{margin: 1rem auto 2rem;}
.slideproducts .slider-for{margin-bottom: 1rem;}
.slideproducts .slider-nav{padding: 0 1rem;}
.slideproducts .slider-nav .slick-list{padding: 0 1rem;}
.slideproducts .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .5;
}
.slideproducts .slick-prev:before, 
.slideproducts .slick-next:before{display: none;}
.slideproducts .slick-prev,
.slideproducts .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover{filter: none;}
.slideproducts .slick-prev{
	left: 0;
	background: url( "../images/left.png") center center no-repeat;
}
.slideproducts .slick-next{
	right: 0;
	background: url( "../images/right.png") center center no-repeat;
}
.slideproducts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}



.slideservice{margin: 1rem auto 2rem;}
.slideservice .slider-for{margin-bottom: 1rem;}
.slideservice .slider-nav{padding: 0 1rem;}
.slideservice .slider-nav .slick-list{
	padding: 0 1rem;
}
.slideservice .slick-slide .img-box{aspect-ratio:4/3;}
.slideservice .slick-slide .img-box img{
	height: 100%;
	object-fit: cover;
}
.slideservice .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .7;
}
.slideservice .slick-prev:before, .slideservice .slick-next:before{display: none;}
.slideservice .slick-prev,
.slideservice .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideservice .slick-prev:hover,
.slideservice .slick-next:hover{filter: none;}
.slideservice .slick-prev{
	left: 0;
	background: url("../bookaservices/images/left.png") center center no-repeat;
}
.slideservice .slick-next{
	right: 0;
	background: url("../bookaservices/images/right.png") center center no-repeat;
}
.slideservice .slider-nav .slick-slide.slick-current.slick-active{
	opacity: 1;
	
}
/*///////////End-SlideProducts///////////////*/

@media (min-width: 400px) {
}
