@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  background-color: #00306c;
}

body {
  background-color: white;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.padding-content {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.padding-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 576px) {
  .padding-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.rounded {
  border-radius: 30px !important;
}

a {
  color: rgb(14.2687747036, 106.3023715415, 166.2312252964);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #1697eb;
  text-decoration: none;
}

.color--primary {
  color: #1697eb !important;
}

.color--secondary {
  color: #00306c !important;
}

.color--tertiary {
  color: #057de3 !important;
}

.color--gray {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.color--black {
  color: #000 !important;
}

.bg--primary {
  background-image: none !important;
  background-color: #1697eb !important;
}

.bg--secondary {
  background-image: none !important;
  background-color: #00306c !important;
}

.bg--tertiary {
  background-image: none !important;
  background-color: #057de3 !important;
}

.bg--darkgray {
  background-image: none !important;
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg--gray {
  background-image: none !important;
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bd--primary {
  border: 1px solid #93b5cc !important;
  border-radius: 30px;
}

.bd--secondary {
  border: 1px solid #00306c !important;
  border-radius: 30px;
}

.bd--tertiary {
  border: 1px solid #057de3 !important;
  border-radius: 30px;
}

.bd--darkgray {
  border: 1px solid rgb(76.5, 76.5, 76.5) !important;
  border-radius: 30px;
}

.bd--gray {
  border: 1px solid #cccccc !important;
  border-radius: 30px;
}

.line1 {
  height: 1px;
  margin-bottom: 3rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.img-wrap {
  position: relative;
}
.img-wrap .text {
  position: relative;
  float: right;
  margin-top: -45px;
  padding: 35px;
  width: 85%;
  z-index: 2;
  background-color: #fff;
}

.page-link {
  color: rgb(127.5, 127.5, 127.5);
}
.page-link:hover, .page-link:focus {
  color: #fff;
  background-color: #1697eb;
  border-color: #1697eb;
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: rgb(16.2845849802, 121.3201581028, 189.7154150198);
  border-color: rgb(16.2845849802, 121.3201581028, 189.7154150198);
}

@media only screen and (min-width: 576px) {
  .modal_size1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal_size1 .modal-dialog {
    max-width: 980px;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 889px) {
  .modal_size1 .modal-dialog {
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 576px) {
  .modal_size2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal_size2 .modal-dialog {
    max-width: 660px;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 889px) {
  .modal_size2 .modal-dialog {
    margin: 1rem auto;
  }
}
.btn-close-wht .btn-close {
  --bs-btn-close-opacity: 0.7;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

.maxwidth1 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth3 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.slide_size img {
  max-width: 170px;
  max-height: 60px;
}

ul.slide_margin {
  margin-left: 0;
  padding-left: 0;
}
ul.slide_margin li {
  align-items: center;
  min-height: 60px;
}
ul.slide_margin li:not(:last-child) {
  margin-right: 40px;
}

.bg1 {
  background-image: url(../../assets/img/bg1.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg2 {
  background-image: url(../../assets/img/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-control, .form-check-input, .form-select {
  border-color: #999999;
}

body {
  font-family: "Sarabun", serif;
  font-weight: 400;
  font-size: 1.15rem;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Thai", serif;
  font-weight: 700;
  color: rgb(4.4504310345, 111.2607758621, 202.0495689655);
}

h1,
h2,
h3 {
  position: relative;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
  font-weight: 700;
}

.text-justify {
  text-align: justify;
}

.emphasis1 {
  color: #1697eb;
  font-weight: 700;
  font-size: 1.4rem;
}

.dim {
  color: #cccccc;
  text-decoration: line-through;
}

.text-small {
  font-size: 0.9rem;
}

.icon1 {
  font-size: 2.2rem;
  color: white;
}

.icon2 {
  font-size: 2rem;
  color: rgb(0, 25.3333333333, 57);
  margin-right: 10px;
  margin-top: 0;
}

ul.fa-ul li {
  margin-bottom: 10px;
}
ul.fa-ul li svg, ul.fa-ul li i {
  color: #1697eb;
  margin-top: 3px;
}

.btn, .btn:link, .btn:visited {
  font-family: "Noto Sans Thai", serif;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.3s;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn i {
  margin-right: 5px;
}
.btn:not(:last-child) {
  margin-right: 8px;
}
.btn--bg-white {
  background-color: #fff;
  color: #1697eb;
}
.btn--bg-white:hover, .btn--bg-white:active, .btn--bg-white:focus {
  background-color: #1697eb !important;
  color: #fff !important;
}
.btn--bd-white {
  border: 1px solid #fff !important;
  color: #fff;
}
.btn--bd-white:hover, .btn--bd-white:active, .btn--bd-white:focus {
  color: #fff !important;
  background-color: #1697eb !important;
}
.btn--primary {
  border: none !important;
  background-image: linear-gradient(to bottom, rgb(78.362055336, 176.157312253, 239.837944664), rgb(4.7801724138, 119.5043103448, 217.0198275862));
  color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  border: none !important;
  background-image: linear-gradient(to bottom, #68beff, #2fa5ff, #008bf6) !important;
  color: #fff !important;
}
.btn--secondary {
  background-image: linear-gradient(to bottom, rgb(191.25, 191.25, 191.25), rgb(127.5, 127.5, 127.5));
  color: #fff;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-image: linear-gradient(to bottom, #cccccc, #999999) !important;
  color: #fff !important;
}
.btn--tertiary {
  background-image: linear-gradient(to bottom, rgb(0, 82, 184.5), rgb(0, 59.3333333333, 133.5));
  color: #fff;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  background-image: linear-gradient(to bottom, rgb(6, 116.6666666667, 255), rgb(0, 93.3333333333, 210)) !important;
  color: #fff !important;
}
.btn--four {
  background-color: #00aeff;
  color: #fff;
}
.btn--four:hover, .btn--four:active, .btn--four:focus {
  background-color: white !important;
  color: #00aeff !important;
}

.btn-img, .btn-img-zoom, .btn-img-play, .btn-img-text-hover, .btn-img-text-hover2, .btn-img-text-subject, .btn-img-icon-text-hover {
  border-radius: 30px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img img, .btn-img-zoom img, .btn-img-play img, .btn-img-text-hover img, .btn-img-text-hover2 img, .btn-img-text-subject img, .btn-img-icon-text-hover img {
  transition: all 0.3s ease-in;
}
.btn-img .text-hover, .btn-img-zoom .text-hover, .btn-img-play .text-hover, .btn-img-text-hover .text-hover, .btn-img-text-hover2 .text-hover, .btn-img-text-subject .text-hover, .btn-img-icon-text-hover .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.btn-img .text-hover h3, .btn-img .text-hover h4, .btn-img .text-hover h5, .btn-img .text-hover h6, .btn-img-zoom .text-hover h3, .btn-img-zoom .text-hover h4, .btn-img-zoom .text-hover h5, .btn-img-zoom .text-hover h6, .btn-img-play .text-hover h3, .btn-img-play .text-hover h4, .btn-img-play .text-hover h5, .btn-img-play .text-hover h6, .btn-img-text-hover .text-hover h3, .btn-img-text-hover .text-hover h4, .btn-img-text-hover .text-hover h5, .btn-img-text-hover .text-hover h6, .btn-img-text-hover2 .text-hover h3, .btn-img-text-hover2 .text-hover h4, .btn-img-text-hover2 .text-hover h5, .btn-img-text-hover2 .text-hover h6, .btn-img-text-subject .text-hover h3, .btn-img-text-subject .text-hover h4, .btn-img-text-subject .text-hover h5, .btn-img-text-subject .text-hover h6, .btn-img-icon-text-hover .text-hover h3, .btn-img-icon-text-hover .text-hover h4, .btn-img-icon-text-hover .text-hover h5, .btn-img-icon-text-hover .text-hover h6 {
  color: #fff;
}
.btn-img .text-hover p, .btn-img-zoom .text-hover p, .btn-img-play .text-hover p, .btn-img-text-hover .text-hover p, .btn-img-text-hover2 .text-hover p, .btn-img-text-subject .text-hover p, .btn-img-icon-text-hover .text-hover p {
  color: #fff;
  margin-bottom: 0;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img, .btn-img-zoom:hover img, .btn-img-zoom:active img, .btn-img-zoom:focus img, .btn-img-play:hover img, .btn-img-play:active img, .btn-img-play:focus img, .btn-img-text-hover:hover img, .btn-img-text-hover:active img, .btn-img-text-hover:focus img, .btn-img-text-hover2:hover img, .btn-img-text-hover2:active img, .btn-img-text-hover2:focus img, .btn-img-text-subject:hover img, .btn-img-text-subject:active img, .btn-img-text-subject:focus img, .btn-img-icon-text-hover:hover img, .btn-img-icon-text-hover:active img, .btn-img-icon-text-hover:focus img {
  transform: scale(1);
}
.btn-img:hover .text-hover, .btn-img:active .text-hover, .btn-img:focus .text-hover, .btn-img-zoom:hover .text-hover, .btn-img-zoom:active .text-hover, .btn-img-zoom:focus .text-hover, .btn-img-play:hover .text-hover, .btn-img-play:active .text-hover, .btn-img-play:focus .text-hover, .btn-img-text-hover:hover .text-hover, .btn-img-text-hover:active .text-hover, .btn-img-text-hover:focus .text-hover, .btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover, .btn-img-text-subject:hover .text-hover, .btn-img-text-subject:active .text-hover, .btn-img-text-subject:focus .text-hover, .btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  opacity: 1;
}
.btn-img-zoom::before, .btn-img-play::before, .btn-img-text-hover::before, .btn-img-text-hover2::before, .btn-img-text-subject::before, .btn-img-icon-text-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
  mask-image: -webkit-linear-gradient(white, black);
}
.btn-img-zoom::after, .btn-img-play::after, .btn-img-text-hover::after, .btn-img-text-hover2::after, .btn-img-text-subject::after, .btn-img-icon-text-hover::after {
  pointer-events: none;
  font: normal normal normal 16px/1 LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0%);
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.btn-img-zoom:hover::before, .btn-img-zoom:active::before, .btn-img-zoom:focus::before, .btn-img-play:hover::before, .btn-img-play:active::before, .btn-img-play:focus::before, .btn-img-text-hover:hover::before, .btn-img-text-hover:active::before, .btn-img-text-hover:focus::before, .btn-img-text-hover2:hover::before, .btn-img-text-hover2:active::before, .btn-img-text-hover2:focus::before, .btn-img-text-subject:hover::before, .btn-img-text-subject:active::before, .btn-img-text-subject:focus::before, .btn-img-icon-text-hover:hover::before, .btn-img-icon-text-hover:active::before, .btn-img-icon-text-hover:focus::before {
  opacity: 1;
}
.btn-img-zoom:hover::after, .btn-img-zoom:active::after, .btn-img-zoom:focus::after, .btn-img-play:hover::after, .btn-img-play:active::after, .btn-img-play:focus::after, .btn-img-text-hover:hover::after, .btn-img-text-hover:active::after, .btn-img-text-hover:focus::after, .btn-img-text-hover2:hover::after, .btn-img-text-hover2:active::after, .btn-img-text-hover2:focus::after, .btn-img-text-subject:hover::after, .btn-img-text-subject:active::after, .btn-img-text-subject:focus::after, .btn-img-icon-text-hover:hover::after, .btn-img-icon-text-hover:active::after, .btn-img-icon-text-hover:focus::after {
  transform: translate(-50%, -50%) scale(130%);
  opacity: 1;
}
.btn-img-zoom:hover .text-hover, .btn-img-zoom:active .text-hover, .btn-img-zoom:focus .text-hover, .btn-img-play:hover .text-hover, .btn-img-play:active .text-hover, .btn-img-play:focus .text-hover, .btn-img-text-hover:hover .text-hover, .btn-img-text-hover:active .text-hover, .btn-img-text-hover:focus .text-hover, .btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover, .btn-img-text-subject:hover .text-hover, .btn-img-text-subject:active .text-hover, .btn-img-text-subject:focus .text-hover, .btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  opacity: 1;
}
.btn-img {
  border-radius: 0 !important;
}
.btn-img img {
  transform: scale(0.95);
  opacity: 0.7;
}
.btn-img h4 {
  color: #fff;
  margin-top: 1.5rem;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img {
  transform: scale(1);
  opacity: 1;
}
.btn-img:hover h4, .btn-img:active h4, .btn-img:focus h4 {
  filter: saturate(1.5);
  color: rgb(92.45256917, 182.4466403162, 241.04743083);
}
.btn-img-zoom::after {
  font-size: 34px;
  content: "\f2c3";
}
.btn-img-play::after {
  font-size: 36px;
  content: "\f2bf";
}
.btn-img-text-hover .icon, .btn-img-icon-text-hover .icon {
  max-height: 40px;
  margin-bottom: 15px;
}
.btn-img-text-hover2 .text-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00306c;
  padding: 5px 10px;
}
.btn-img-text-hover2 .text-top h1, .btn-img-text-hover2 .text-top h2, .btn-img-text-hover2 .text-top h3, .btn-img-text-hover2 .text-top h4, .btn-img-text-hover2 .text-top h5, .btn-img-text-hover2 .text-top h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-text-hover2 .text-hover {
  text-align: center;
  justify-content: center;
}
.btn-img-text-hover2 .text-hover h1, .btn-img-text-hover2 .text-hover h2, .btn-img-text-hover2 .text-hover h3, .btn-img-text-hover2 .text-hover h4, .btn-img-text-hover2 .text-hover h5, .btn-img-text-hover2 .text-hover h6 {
  text-align: center;
}
.btn-img-text-hover2 .text-hover i {
  font-size: 36px;
  margin-bottom: 60px;
  transition: all 0.3s ease-in;
}
.btn-img-text-hover2::before {
  background-color: black;
  width: 100%;
  height: 0;
  top: 50%;
}
.btn-img-text-hover2:hover::before, .btn-img-text-hover2:active::before, .btn-img-text-hover2:focus::before {
  opacity: 1;
  height: 100%;
  top: 0;
}
.btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover {
  width: 100%;
  opacity: 1;
}
.btn-img-text-hover2:hover .text-hover i, .btn-img-text-hover2:active .text-hover i, .btn-img-text-hover2:focus .text-hover i {
  font-size: 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
}
.btn-img-text-hover2:hover img, .btn-img-text-hover2:active img, .btn-img-text-hover2:focus img {
  transform: scale(1);
}
.btn-img-text-hover2:hover::after, .btn-img-text-hover2:active::after, .btn-img-text-hover2:focus::after {
  transform: translate(-50%, -50%) scale(130%);
  opacity: 1;
}
.btn-img-text-subject .text-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00306c;
  padding: 5px 10px;
}
.btn-img-text-subject .text-top h1, .btn-img-text-subject .text-top h2, .btn-img-text-subject .text-top h3, .btn-img-text-subject .text-top h4, .btn-img-text-subject .text-top h5, .btn-img-text-subject .text-top h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-text-subject::before {
  content: none;
}
.btn-img-text-subject:hover .text-top, .btn-img-text-subject:active .text-top, .btn-img-text-subject:focus .text-top {
  background-color: #1697eb;
}
.btn-img-icon-text-hover::before {
  background-color: black;
  width: 0;
  height: 0;
}
.btn-img-icon-text-hover .text-top {
  position: absolute;
  bottom: 12px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 62px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.btn-img-icon-text-hover .text-top img {
  max-height: 40px;
  margin-right: 10px;
}
.btn-img-icon-text-hover .text-top h3, .btn-img-icon-text-hover .text-top h4, .btn-img-icon-text-hover .text-top h5, .btn-img-icon-text-hover .text-top h6 {
  color: #fff;
  margin-bottom: 3px;
}
.btn-img-icon-text-hover .text-top .item {
  padding-left: 28px;
  height: 74px;
  display: flex;
  align-items: center;
}
.btn-img-icon-text-hover .text-top .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 70.6666666667, 159);
  width: 12px;
  height: 74px;
}
.btn-img-icon-text-hover:hover::before, .btn-img-icon-text-hover:active::before, .btn-img-icon-text-hover:focus::before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  width: 100%;
  opacity: 1;
}

.btn-img-left-bg, .btn-img-right-bg {
  border-radius: 30px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  max-height: 380px;
  display: flex;
  align-items: center;
}
.btn-img-left-bg img, .btn-img-right-bg img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
  position: absolute;
  padding: 10px 25px 10px 10px;
  top: 10%;
  bottom: 10%;
  opacity: 1;
  z-index: 3;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-img-left-bg .text-hover h3, .btn-img-left-bg .text-hover h4, .btn-img-left-bg .text-hover h5, .btn-img-left-bg .text-hover h6, .btn-img-right-bg .text-hover h3, .btn-img-right-bg .text-hover h4, .btn-img-right-bg .text-hover h5, .btn-img-right-bg .text-hover h6 {
  color: #fff;
  margin-bottom: 5px;
}
.btn-img-left-bg .text-hover p, .btn-img-right-bg .text-hover p {
  color: #fff;
  font-size: 14px;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.btn-img-left-bg .text-hover .link, .btn-img-right-bg .text-hover .link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: all 0.3s ease-in;
}
.btn-img-left-bg .text-hover .link i, .btn-img-right-bg .text-hover .link i {
  font-size: 26px;
  margin-left: 10px;
}
.btn-img-left-bg .text-hover .link a, .btn-img-right-bg .text-hover .link a {
  color: #fff;
}
.btn-img-left-bg:hover img, .btn-img-left-bg:active img, .btn-img-left-bg:focus img, .btn-img-right-bg:hover img, .btn-img-right-bg:active img, .btn-img-right-bg:focus img {
  transform: scale(1.1);
}
.btn-img-left-bg:hover .text-hover, .btn-img-left-bg:active .text-hover, .btn-img-left-bg:focus .text-hover, .btn-img-right-bg:hover .text-hover, .btn-img-right-bg:active .text-hover, .btn-img-right-bg:focus .text-hover {
  opacity: 1;
}
.btn-img-left-bg .text-hover {
  background-image: url(blue-arrow-left.png);
  padding: 10px 25px 10px 10px;
  left: 0;
  right: 25%;
}
.btn-img-left-bg .text-hover .link i {
  margin-left: 10px;
}
.btn-img-left-bg:hover .text-hover .link, .btn-img-left-bg:active .text-hover .link, .btn-img-left-bg:focus .text-hover .link {
  transform: translateX(30px);
}
.btn-img-right-bg .text-hover {
  background-image: url(blue-arrow-right.png);
  padding: 10px 10px 10px 25px;
  left: 25%;
  right: 0;
}
.btn-img-right-bg .text-hover .link {
  transform: translateX(30px);
}
.btn-img-right-bg .text-hover .link i {
  margin-right: 10px;
}
.btn-img-right-bg:hover .text-hover .link, .btn-img-right-bg:active .text-hover .link, .btn-img-right-bg:focus .text-hover .link {
  transform: translateX(0px);
}

@media only screen and (min-width: 576px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 280px;
  }
  .btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
    padding: 20px 35px;
    top: 20%;
    bottom: 20%;
  }
  .btn-img-left-bg .text-hover {
    right: 40%;
  }
  .btn-img-right-bg .text-hover {
    left: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 230px;
  }
  .btn-img-left-bg .text-hover {
    right: 50%;
  }
  .btn-img-right-bg .text-hover {
    left: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 300px;
  }
  .btn-img-left-bg .text-hover {
    right: 40%;
  }
  .btn-img-right-bg .text-hover {
    left: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 350px;
  }
  .btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
    top: 25%;
    bottom: 25%;
  }
}
@media only screen and (min-width: 1500px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 380px;
  }
  .btn-img-left-bg .text-hover {
    right: 50%;
    padding: 20px 60px 20px 100px;
  }
  .btn-img-right-bg .text-hover {
    left: 50%;
    padding: 20px 100px 20px 60px;
  }
}
.btn-img-flip {
  position: relative;
  cursor: default;
  height: 350px;
  perspective: 150rem;
}
.btn-img-flip .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img-flip .front-item, .btn-img-flip .back-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: end;
  backface-visibility: hidden;
  transition: all 0.8s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn-img-flip .front-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.btn-img-flip .front-item .text-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  background-image: linear-gradient(to right, #1697eb, #057de3);
}
.btn-img-flip .front-item .text-top h4, .btn-img-flip .front-item .text-top h5 {
  text-align: center;
}
.btn-img-flip .back-item {
  background-color: #1697eb;
  transform: rotateY(180deg);
  align-items: center;
}
.btn-img-flip .back-item .text-hover {
  padding: 15px;
  color: #fff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.btn-img-flip .back-item .text-hover h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-flip .back-item .text-hover p {
  color: #fff;
  text-align: center;
}
.btn-img-flip .back-item .text-hover img {
  max-height: 60px;
  margin-bottom: 15px;
}
.btn-img-flip:hover .front-item, .btn-img-flip:active .front-item, .btn-img-flip:focus .front-item {
  transform: rotateY(-180deg);
}
.btn-img-flip:hover .back-item, .btn-img-flip:active .back-item, .btn-img-flip:focus .back-item {
  transform: rotateY(0);
}

.btn-up {
  color: #fff !important;
  background-color: rgba(22, 151, 235, 0.65);
  opacity: 0.65;
  border-radius: 50%;
}
.btn-up:hover, .btn-up:focus {
  background-color: #1697eb;
}

.scrollToTop {
  width: 52px;
  height: 52px;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.scrollToTop i {
  margin-top: -6px;
  font-size: 2rem;
}

.showScrollTop {
  opacity: 1 !important;
}

.card-img-link-primary .col-md-6, .card-img-link-primary .col-lg-4, .card-img-cnt-primary .col-md-6, .card-img-cnt-primary .col-lg-4 {
  display: flex;
}
.card-img-link-primary .card, .card-img-cnt-primary .card {
  position: relative;
  border: none;
  background-color: transparent;
  border-radius: 30px !important;
  padding-bottom: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.card-img-link-primary .card .img-card, .card-img-cnt-primary .card .img-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 3px solid transparent;
  background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, rgb(106.543083004, 188.7359683794, 242.256916996), #fff);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.card-img-link-primary .card .img-card img.card-img-top, .card-img-cnt-primary .card .img-card img.card-img-top {
  transition: all 0.5s;
}
.card-img-link-primary .card .img-card .card-img-top, .card-img-cnt-primary .card .img-card .card-img-top {
  cursor: pointer;
}
.card-img-link-primary .card .img-card .card-label, .card-img-cnt-primary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00aeff;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-img-link-primary .card .img-card .card-label p, .card-img-cnt-primary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-img-link-primary .card .card-body, .card-img-cnt-primary .card .card-body {
  display: flex;
  flex-direction: column;
}
.card-img-link-primary .card .card-body .card-title, .card-img-cnt-primary .card .card-body .card-title {
  margin-bottom: 3px;
}
.card-img-link-primary .card .card-body .card-text-small, .card-img-cnt-primary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-img-link-primary .card .card-body .card-text-small::before, .card-img-cnt-primary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-img-link-primary .card .card-body .card-text-em, .card-img-cnt-primary .card .card-body .card-text-em {
  color: #1697eb;
  font-size: 18px;
  font-weight: 600;
}
.card-img-link-primary .card .card-footer, .card-img-cnt-primary .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding-top: 0;
  margin-top: -20px;
  text-align: center;
  z-index: 1;
}
.card-img-link-primary .card .card-footer a, .card-img-cnt-primary .card .card-footer a {
  font-family: "Noto Sans Thai", serif;
  width: 100%;
}
.card-img-link-primary .card .card-footer a.btn--primary-eng, .card-img-cnt-primary .card .card-footer a.btn--primary-eng {
  border: none !important;
  background-image: linear-gradient(to bottom, rgb(78.362055336, 176.157312253, 239.837944664), rgb(4.7801724138, 119.5043103448, 217.0198275862));
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-height: unset;
}
.card-img-link-primary .card .card-footer a.btn--primary-eng:hover, .card-img-link-primary .card .card-footer a.btn--primary-eng:active, .card-img-link-primary .card .card-footer a.btn--primary-eng:focus, .card-img-cnt-primary .card .card-footer a.btn--primary-eng:hover, .card-img-cnt-primary .card .card-footer a.btn--primary-eng:active, .card-img-cnt-primary .card .card-footer a.btn--primary-eng:focus {
  border: none !important;
  background-image: linear-gradient(to bottom, #68beff, #2fa5ff, #008bf6) !important;
  color: #fff !important;
}

.card-img-link-primary .card:hover .img-card img.card-img-top, .card-img-link-primary .card:active .img-card img.card-img-top, .card-img-link-primary .card:focus .img-card img.card-img-top {
  transform: scale(1.08);
}

@media only screen and (min-width: 1200px) {
  .card-img-link-primary .card .card-footer a.btn--primary-eng, .card-img-cnt-primary .card .card-footer a.btn--primary-eng {
    min-height: 78px;
  }
}
.card-img-link-secondary, .card-img-cnt-secondary {
  display: flex;
  flex-wrap: wrap;
}
.card-img-link-secondary .col-md-6, .card-img-link-secondary .col-lg-12, .card-img-link-secondary .col-xl-6, .card-img-cnt-secondary .col-md-6, .card-img-cnt-secondary .col-lg-12, .card-img-cnt-secondary .col-xl-6 {
  display: flex;
}
.card-img-link-secondary .col-md-6 .card, .card-img-link-secondary .col-lg-12 .card, .card-img-link-secondary .col-xl-6 .card, .card-img-cnt-secondary .col-md-6 .card, .card-img-cnt-secondary .col-lg-12 .card, .card-img-cnt-secondary .col-xl-6 .card {
  flex: 0 0 100%;
}
.card-img-link-secondary .card, .card-img-cnt-secondary .card {
  border: none;
  border-radius: 30px !important;
  background-color: transparent;
  overflow: hidden;
  flex-direction: column;
  flex: 0 0 100%;
  transition: all 0.5s;
  position: relative;
}
.card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
  position: relative;
  overflow: hidden;
  flex-basis: 28%;
  min-height: 270px;
}
.card-img-link-secondary .card .img-card .bg-img, .card-img-cnt-secondary .card .img-card .bg-img {
  height: 100%;
  transition: all 0.5s;
  background-size: cover;
  background-position: center;
}
.card-img-link-secondary .card .img-card .card-img-top, .card-img-cnt-secondary .card .img-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-link-secondary .card .img-card .card-label, .card-img-cnt-secondary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00aeff;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-img-link-secondary .card .img-card .card-label p, .card-img-cnt-secondary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 72%;
}
.card-img-link-secondary .card .card-body .card-title, .card-img-cnt-secondary .card .card-body .card-title {
  margin-bottom: 3px;
}
.card-img-link-secondary .card .card-body .card-text-small, .card-img-cnt-secondary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-img-link-secondary .card .card-body .card-text-small::before, .card-img-cnt-secondary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-img-link-secondary .card .card-body .card-text-em, .card-img-cnt-secondary .card .card-body .card-text-em {
  color: #1697eb;
  font-size: 18px;
  font-weight: 600;
}
.card-img-link-secondary .card .card-footer, .card-img-cnt-secondary .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding-top: 0;
}

.card-img-link-secondary .card:hover .img-card .bg-img, .card-img-link-secondary .card:active .img-card .bg-img, .card-img-link-secondary .card:focus .img-card .bg-img {
  transform: scale(1.08);
}

@media only screen and (min-width: 576px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .card-img-link-secondary .card, .card-img-cnt-secondary .card {
    flex-direction: column;
    flex: 0 0 48.4%;
  }
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .card-img-link-secondary .card, .card-img-cnt-secondary .card {
    flex-direction: row;
    flex: 0 0 100%;
  }
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    flex-basis: 40%;
  }
  .card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    flex-basis: 40%;
  }
  .card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
    flex-basis: 60%;
  }
}
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.header .navbar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.50%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar .navbar-toggler {
  border: none;
}
.header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar .navbar-brand {
  margin: 12px 5px;
  padding-bottom: 0;
  padding-top: 0;
}
.header .navbar .navbar-brand img.logo {
  max-height: 32px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Noto Sans Thai", serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.header .navbar .navbar-nav .nav-item .nav-link::before, .header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 2px;
  filter: saturate(1.5);
  background-color: rgb(45.4841897233, 161.4822134387, 237.0158102767);
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .nav-link::before {
  top: 35px;
  left: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link::after {
  bottom: 35px;
  left: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #00aeff;
  outline: none;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover::before, .header .navbar .navbar-nav .nav-item .nav-link:hover::after, .header .navbar .navbar-nav .nav-item .nav-link:active::before, .header .navbar .navbar-nav .nav-item .nav-link:active::after {
  opacity: 1;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover::before, .header .navbar .navbar-nav .nav-item .nav-link:active::before {
  top: 15px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover::after, .header .navbar .navbar-nav .nav-item .nav-link:active::after {
  bottom: 15px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 85px;
  background-color: #00306c;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu.show {
  margin-top: 0;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-family: "Noto Sans Thai", serif;
  font-weight: 500;
  position: relative;
  color: #fff;
  margin-bottom: 2px;
  z-index: 1;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  color: #00aeff;
  background-color: transparent;
}
.header .navbar .navbar-nav2 .nav-item .nav-link::before {
  content: none;
}
.header .navbar .navbar-nav2 .nav-item .nav-link::after {
  opacity: 1;
  width: unset;
  height: unset;
  filter: none;
  background-color: unset;
  position: unset;
  transition: unset;
  z-index: unset;
  display: inline-block !important;
  margin-left: 0.255em !important;
  vertical-align: 0.255em !important;
  content: "" !important;
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
  color: black !important;
}
.header.sticky {
  position: fixed;
}
@media only screen and (min-width: 992px) {
  .header .navbar .navbar-brand {
    margin: 0 5px;
  }
  .header .navbar .navbar-brand img.logo {
    max-height: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .navbar .navbar-brand {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#side-menu {
  font-family: "Noto Sans Thai", serif;
  background-color: rgb(18.3003952569, 136.337944664, 213.1996047431);
}
#side-menu .dropdown-menu {
  background-color: rgb(18.3003952569, 136.337944664, 213.1996047431);
  border: none;
  border-radius: 0;
  padding-top: 0 !important;
}
#side-menu .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-left: 0;
}
#side-menu .dropdown-menu .dropdown-item::before {
  content: "\f105";
  font-size: 1rem;
  font: normal normal normal 14px/1 FontAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-right: 10px;
}
#side-menu .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  opacity: 0.8;
}
#side-menu .close {
  background-color: transparent;
  border: none;
  color: #fff;
  line-height: 2.6rem;
  padding: 0;
}
#side-menu .close:hover {
  opacity: 0.7;
}
#side-menu .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
}
#side-menu .navbar-nav2 .dropdown-item::before {
  content: none;
}
#side-menu .navbar-nav2 .dropdown-item:hover {
  background-color: transparent;
  opacity: 0.8;
}

.accordion .accordion-header::after {
  content: none !important;
}
.accordion .accordion-button {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: rgb(242.25, 242.25, 242.25);
  border-radius: calc(0.25rem - 1px) !important;
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1697eb;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item {
  border: none;
  border-radius: calc(0.25rem - 1px) !important;
  margin-bottom: 10px;
}

.pmain {
  position: relative;
  border-bottom: 4px solid #fff;
}
.pmain .carousel-inner img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.pmain .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
.pmain .carousel-indicators li {
  background-color: #cccccc;
  opacity: 1;
}
.pmain .carousel-indicators .active {
  background-color: #1697eb;
}
.pmain .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  right: unset;
  bottom: unset;
  left: unset;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
.pmain .carousel-caption .bg-caption {
  background-color: rgba(0, 48, 108, 0.65);
  padding: 1.5rem;
  text-align: left;
  max-width: 35rem;
  margin-left: 15px;
  margin-right: 15px;
}
.pmain .carousel-caption .bg-caption h1, .pmain .carousel-caption .bg-caption h2 {
  font-family: "Montserrat", serif;
  font-weight: 700 !important;
  color: white;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0;
  text-shadow: 1px 1px 3px #000;
}
.pmain .carousel-caption .bg-caption .description {
  font-family: "Noto Sans Thai", serif;
  color: #fff;
  padding: 0;
  font-weight: 500;
  text-shadow: 1px 1px 3px #000;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .pmain .carousel-caption .bg-caption {
    padding: 2.3rem;
  }
  .pmain .carousel-inner .carousel-item {
    min-height: 550px;
  }
}
@media only screen and (min-width: 1400px) {
  .pmain .carousel-inner .carousel-item {
    min-height: 680px;
  }
}
.carousel-control-next i,
.carousel-control-prev i {
  font-size: 2.2rem;
}

.vdo1 {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  color: #fff;
}
.vdo1 .content {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  min-height: 350px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vdo1 .content h3 {
  color: #fff;
}
.vdo1 .content h3::after {
  content: none;
}
.vdo1 .content i {
  font-size: 90px;
}
.vdo1 .content a {
  color: rgba(255, 255, 255, 0.55);
}
.vdo1 .content a:hover, .vdo1 .content a:focus {
  color: white;
}

.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vdo-wrap {
  padding: 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-modal .modal {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.vdo-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
}
.vdo-modal .modal-content {
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vdo-modal .modal-header {
  padding: 0 15px;
  border-bottom: none;
}
.vdo-modal .modal-body {
  padding: 15px;
}
.vdo-modal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.vdo-modal button:focus {
  outline: none;
}

.price .table td, .price .table th {
  padding: 0.45rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
}

.top {
  color: rgba(255, 255, 255, 0.7);
  background-color: #1697eb;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 1rem;
}

.footer {
  color: #000;
  background-color: rgb(247.35, 247.35, 247.35);
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.top .logo, .footer .logo {
  max-height: 90px;
}
.top .text-small, .footer .text-small {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.social {
  display: flex;
  align-items: center;
}
.social i {
  font-size: 1.25rem;
  padding: 0.55rem;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  transition: all 0.3s;
}
.social i:hover {
  color: #fff;
  background-color: #1697eb;
}
.social a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.social a:not(:last-child) {
  margin-right: 0.3rem;
}
.social a:hover {
  color: #fff !important;
}
.social a:hover i {
  color: #fff !important;
}
.social .ic-line {
  display: inline-block;
  background-image: url(../../assets/img/ic_line.svg);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  vertical-align: bottom;
  transition: all 0.3s;
  opacity: 0.8;
}
.social .ic-line:hover, .social .ic-line:focus {
  background-color: #1697eb;
  opacity: 1;
}

.top .social {
  align-items: center;
}
.top .social i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: none;
}
.top .social a:not(:last-child) {
  margin-right: 3px;
}
.top .social a img.link-img {
  border: 1px solid transparent;
}
.top .social a:hover img.link-img, .top .social a:focus img.link-img {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.top .social .ic-line {
  width: 30px;
  height: 30px;
  border: none;
}

.h_pagein {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.h_pagein h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 3px #000;
  width: 95%;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .h_pagein {
    min-height: 320px;
  }
}
.subhead1 {
  background-image: linear-gradient(to right, #333, transparent);
  display: flex;
  align-items: center;
  padding: 5px 15px;
  margin-bottom: 30px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 10px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #999999;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  content: "\f104";
}

@media only screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #1697eb;
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  line-height: 1;
  content: "\f111";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #b7b7b7;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #1697eb;
  opacity: 1;
}

.slider3-2-1 .slick-list, .slider4-2-1 .slick-list {
  display: flex;
}
.slider3-2-1 .slick-list .slick-track, .slider4-2-1 .slick-list .slick-track {
  display: flex;
}
.slider3-2-1 .slick-list .slick-track .slick-slide > div, .slider4-2-1 .slick-list .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.slider3-2-1 .slick-list .slick-track .slick-slide .card, .slider4-2-1 .slick-list .slick-track .slick-slide .card {
  height: 100%;
}
.slider3-2-1 .shadow, .slider4-2-1 .shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.autoplay .lg-pad {
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  padding-bottom: 15px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 50ms;
}