@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap");

h1,
h2,
h3,
h4,
h5,
p,
a,
div,
span {
  font-family: "Sarabun", sans-serif !important;
  letter-spacing: 0;
}

/* gen */

body {
  overflow: hidden;
}

a {
  font-size: 17px;
  color: #202020;
}

.h-blue {
  color: #49b9dc;
}

.h-blue-2 {
  color: #0272c0;
}

.h-green {
  color: #8ccfb7;
}

.h-pp {
  color: #6c6cad;
}

.text-w {
  color: #fff !important;
}

.text-b {
  color: #000 !important;
}

.under-line {
  text-decoration: underline;
}

h1 {
  font-weight: 700;
}

.h-title h2 {
  font-weight: 700;
}

h2.htitle.h-blue {
  color: #49b9dc;
}

.h-pp {
  color: #7570B3 !important;
}

h2.htitle {
  line-height: normal;
  font-weight: 800;
  color: #3e4749;
}

.head-banner .owl-dots {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

p {
  font-size: 17px;
  line-height: 1.8rem;
  color: #202020;
}

.border-blue {
  border-bottom: 2px solid #4ab9dc;
  padding-bottom: 2rem;
}

a.btn-style-main:hover i {
  margin-left: 1.5rem;
}

a.btn-style-main span {
  padding: 0px 2.5rem 0px 5rem;
  text-align: center;
}

a.btn-style-main:hover {
  background: #6e68b2;
  color: #fff;
}

a.btn-style-main:hover i {
  margin-left: 1.5rem;
  background: #fff;
  color: #635daa;
  box-shadow: -5px 0px 5px #21212142;
}

a.btn-gradient {
  text-align: center;
  width: fit-content;
  display: inline-flex;
  padding: 10px 5rem 10px 5rem;
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20pc;
}

img.icon-downl {
  width: 45px;
  height: 45px;
  background: #4ab8dc;
  padding: 6px;
  border-radius: 100px;
}

a.btn-downl {
  display: block;
  border: 2px solid #4ab9dc;
  border-radius: 100px;
  padding: 5px;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #19a1cc;
}

a.btn-downl span {
  display: inline-block;
  /* text-align: center; */
  width: 80%;
  /* margin: auto; */
  /* display: inline-flex; */
  /* justify-content: center; */
}

a.btn-gradient:hover {
  cursor: pointer !important;
  background: #4ab9dc;
}

.align-bottom {
  align-items: end;
}

a.btn-gradient.d-block {
  display: block !important;
  padding: 15px;
  width: 100%;
}

.p-r-l-80 {
  padding: 0px 80px;
}

/* Diskplay FLEX */
.d-flex {
  display: inline-flex;
}

.align-center {
  align-items: center;
}

.just-center {
  justify-content: center;
}

/* Diskplay FLEX */

.owl-stage {
  transition: all 0.3s ease 0s !important;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span:after {
  background-color: #49b9dc;
  box-shadow: 0 0 1px #49b9dc;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
  box-shadow: inset 0 0 0 2px #49b9dc;
}

.owl-carousel .owl-nav [class*="owl-"] {
  color: #ffffff !important;
  background-color: #49b9dc !important;
  border: 2px solid #49b9dc !important;
}

.owl-nav i {
  color: #fff !important;
}

/* top */
#header.header-transparent #header-wrap,
#header.header-transparent.dark #header-wrap {
  background-color: white;
  box-shadow: 0px 10px 20px #20202030;
}

#header.header-transparent #header-wrap #logo {
  top: 0px;
}

#header #header-wrap #logo a>img {
  padding: 6px;
}

#header {
  height: 90px;
  line-height: 90px;
}

#header #header-wrap #logo a>img {
  padding: 12px;
  height: 90px;
}

#header.header-sticky.sticky-active #header-wrap {
  background: #fff !important;
}

#mainMenu nav {
  float: right;
  margin-right: 1rem;
}

.top-right {
  float: right;
}


.language .inner {
  background: #f5f5f5;
  line-height: initial;
  display: inline-flex;
  padding: 3px;
  border-radius: 100px;
}

.language a {
  display: block;
  background: transparent;
  padding: 3px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  /* margin-right: 5px; */
  font-family: sarabun;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  /* z-index: 1; */
}

.language a.active {
  background: #4ab8dc;
  color: #fff;
}

a.btn-search {
  display: inline-flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: #cdecf9;
  border-radius: 100px;
  margin-right: 6px;
  color: #4ab8dc;
}

a.h-blue h5 {
  color: #4ab9dc;
}

.input-search input {
  height: 45px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  width: 750px;
  transition: unset;
  /* position: absolute; */
}

.input-search {
  position: absolute;
  right: 0;
  /* width: 0; */
  opacity: 0;
  transition: unset;
}

.input-search input {
  /* height: 45px; */
  height: 48px;
  border: 1.5px solid transparent;
  border-radius: 6px;
  width: 0px;
  opacity: 0;
  background: #f5f5f5;
  transition: all 0.2s;
}

.input-search {
  visibility: hidden;
}

.input-search.opensearch {
  visibility: visible;
}

/* .input-search.opensearch input {
  width: 850px;
  padding: 6px 15px;
  opacity: 1;
  transition: all 0.2s;
} */

.input-search.opensearch input {
  width: 900px;
  padding: 6px 20px;
  opacity: 1;
  transition: all 0.2s;
  position: absolute;
  right: -1rem;
  top: 20px;
}

.input-search.opensearch {
  /* width: 850px; */
  opacity: 1;
  transition: all 0.2s;
}

.search {
  z-index: 1;
}

a.btn-search-submit {
  color: #43c4ef;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 1.2rem;
  font-weight: 300 !important;
}

.input-search.opensearch .btn-close-search {
  position: absolute;
  right: -4%;
}

/* Head */
#mainMenu nav>ul>li .dropdown-menu>li.current>a,
#mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a,
#mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a,
#mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a,
#mainMenu nav>ul>li .dropdown-menu>li:hover>span {
  color: #4eb6d8 !important;
}

#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span {
  color: #49b9dc;
  background: var(--main-bg-color);
}

#mainMenu nav>ul>li,
#mainMenu nav>ul>li>a,
#mainMenu nav>ul>li>a:after,
#mainMenu nav>ul>li>a:before {
  transition: all 0s !important;
}

#mainMenu nav>ul>li .dropdown-submenu:hover>ul,
#mainMenu nav>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

#mainMenu nav>ul>li {
  float: left;
  border: 0;
  margin-left: 6px;
  position: unset;
  cursor: pointer;
}

li.dropdown a {
  position: relative !important;
}

/* li.dropdown a:before {
    content: "\f078";
    position: absolute;
    width: 30px;
    font-family: 'FontAwesome';
    height: 30px;
    right: -21px;
    top: 14px;
    color: #000;
    font-size: 10px;
} */
#mainMenu nav>ul>li .dropdown-menu {
  /* background-position: right bottom; */
  /* background-repeat: no-repeat; */
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  top: auto;
  background-color: #fff;
  border: unset;
  border-width: unset;
  left: 0 !important;
  margin: unset;
  border-radius: unset;
  box-shadow: unset;
  padding: 10px;
  width: 100%;
  position: absolute;
  right: 0 !important;
  float: unset;
  max-width: unset;
}

/* Head */

/* Head Banner */
.caption-h-banner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 30%;
}

.caption-h-banner h2 {
  margin: 0;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}

/* Head Banner */

/* Menu */
ul.dropdown-menu:before {
  content: "";
  position: absolute;
  width: 4000px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -2000px;
  z-index: -1;
  box-shadow: 0px 20px 30px #20202030;
}

#mainMenu nav>ul>li>a {
  position: relative;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  padding: 5px;
  font-size: 14px;
}
#mainMenu nav > ul > li > a > i {
  margin-right: 0px;
}
@media (min-width: 992px) and (max-width:1199px) {#mainMenu nav>ul>li>a {
    padding: 1px;
    font-size: 12px;
}}

#mainMenu nav>ul>li .dropdown-menu {
  padding: 20px 20px 40px;
}

.full-dropdown li a {
  font-size: 1.2rem !important;
  padding: 0 !important;
  padding-bottom: 1rem !important;
  /* margin-bottom: 1rem; */
}

.full-dropdown li {
  display: inline-block;
  width: 21%;
  border-bottom: 2px solid #49b9dc;
  margin: 0px 40px 0px 0px;
}

/* Menu */

/* About */
a.btn-style-main {
  display: block;
  width: fit-content;
  height: 45px;
  text-align: center;
  border: 1.5px solid #6e68b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  font-family: sarabun;
  border-radius: 100px;
  color: #6e68b2;
  padding-right: 7px;
  position: relative;
  transition: all ease-in-out 0.2s;
}

a.btn-style-main i {
  width: 33px;
  background: #6e68b2;
  height: 33px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  /* position: absolute; */
  right: 0;
  transition: all ease-in-out 0.2s;
  /* margin-right: 7px; */
}

a.btn-load-more i {
  width: 33px;
  background: #6e68b2;
  height: 33px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  /* position: absolute; */
  right: 0;
  transition: all ease-in-out 0.2s;
  /* margin-right: 7px; */
}

.btn-load-more i {
  transform: rotate(90deg);
  transform-origin: center
}

.category.carousel.carousel-loaded.owl-carousel .owl-nav [class*="owl-"] {
  margin: -67px 0 0
}

.category.carousel.carousel-loaded.owl-carousel:hover .owl-next {
  right: -40px
}

.category.carousel.carousel-loaded.owl-carousel:hover .owl-prev {
  left: -40px
}

section.about {
  background-image: url(../img/bg-about.png);
  background-position: center;
  background-size: cover;
  padding: 0;
  /* padding-bottom: 17rem; */
}

/*  category */
a.btn-style-main span {
  padding: 0px 2rem 0px 3rem;
  text-align: center;
}

.category .owl-dots {
  margin-bottom: 0px !important;
}

p.text-behide {
  margin: 0;
  font-size: 8.5rem;
  font-weight: 700;
  color: #f5f5f5;
  z-index: -1;
  position: absolute;
  top: 0;
}

section.category .owl-dots {
  position: unset !important;
}

/* section.category .owl-nav {
  display: none;
} */

.category .slide:hover img {
  transform: scale(1.1);
}

.slide.p-6 img {
  padding: 15px;
}

/*  category */

/* menu 3 col */
section.menu-3-col {
  background-image: url(../img/bg-2.jpg);
  background-position: center;
  background-size: cover;
  max-height: 600px;
}

.col-md-4.p-0.border-r {
  border-right: 2px solid #fff;
}

a.btn-style-main.style-w {
  border-color: #fff;
  color: #fff;
}

a.btn-style-main.style-w i {
  background: #fff;
  color: #49b9dc;
}

section.menu-3-col .col-md-4:hover {
  background: #2a171785;
}

section.menu-3-col h2 {
  color: #fff;
  text-shadow: 0px 1px 10px #20202020;
  font-size: 36px;
  font-weight: 700;
}

section.menu-3-col p {
  color: #fff;
  text-shadow: 0px 6px 10px #20202020;
}

section.menu-3-col.p-0 .col-md-4 {
  height: 600px;
  display: flex;
  align-items: center;
}

a.btn-news {
  color: #766fb3;
}

a.btn-news i {
  margin-left: 1rem;
}

section.menu-3-col.p-0 .col-md-4:hover a.btn-style-main.style-w {
  background: #fff;
  color: #7068b4;
}

section.menu-3-col.p-0 .col-md-4:hover a.btn-style-main.style-w i {
  background: #766fb3;
  color: #fff;
}

.circle {
  border-radius: 10pc;
  border: 2px solid #fff;
  width: 120px;
  height: 120px;
  margin: auto;
  padding: 22px;
  margin-bottom: 20px;
}

section.menu-3-col .top-icon {
  transform: translateY(10%);
  transition: all ease-in-out 0.15s;
}

.detail-and-btn {
  opacity: 0;
  transition: 0.5s;
}

section.menu-3-col.p-0 .col-md-4:hover .top-icon {
  transform: translateY(0%);
}

section.menu-3-col.p-0 .col-md-4:hover .detail-and-btn {
  opacity: 1;
}

section.menu-3-col.p-0 .col-md-4:hover .circle {
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
  border: unset;
}

/* menu 3 col */

/* News */
.detail-news {
  position: relative;
}

.detail-news:before {
  content: "";
  width: 0;
  height: 0;
  /* background: #fff; */
  position: absolute;
  top: -75px;
  border-left: 0px solid transparent;
  border-right: 386px solid transparent;
  border-bottom: 75px solid #ffffff;
}


@media (min-width:768px) {
  .detail-news h4 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    height: 54px;
  }

  .detail-news p:not(.date) {
    height: 75.56px;
  }
}

section.news {
  background: #ccc;
}

.detail-news div {
  padding: 0px 20px 25px;
  background: #fff;
}

section.news .slide {
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
}

p.date {
  color: #7570b3;
}

.text-upper {
  text-transform: uppercase;
}

section.news {
  background: #ccc;
  background-image: url(../img/bg-news.jpg);
  background-position: center;
  background-size: cover;
}

/* News */

/* Page About */
section.vission-mission {
  padding: 280px 0px;
  background-image: url(../img/bg-vission.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

section.vission-mission p {
  font-size: 24px;
  line-height: normal;
}

.qua-sys .slide .inner {
  padding: 0;
  margin: 10px;
}

.qua-sys .slide .inner img {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.inner img.w-80,.img-catalog img{border-radius: 1em}

section.quality {
  padding-bottom: 0 !important;
}

section.quality-sys {
  padding-top: 200px;
}

section.quality-sys {
  padding-top: 200px;
  background-image: url(../img/bg-qs.jpg);
  background-size: cover;
  background-position: top;
}

section.quality-sys:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-image: url(../img/bg-qs-bf.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
}

body.page-category {
  background: radial-gradient(100% 227.54% at 0% 0%,
      rgba(205, 201, 255, 0.5) 0%,
      rgba(204, 234, 236, 0.5) 43.23%,
      rgba(200, 230, 201, 0.5) 63.54%,
      rgba(205, 236, 249, 0.5) 100%);
}

section.z-top {
  overflow: unset;
  padding-bottom: 0;
}

section.all-cate {
  background: transparent;
}

section.z-top .m--50 {
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  margin-top: -130px;
  overflow: unset;
  z-index: 999;
  box-shadow: 0px 15px 30px rgb(74 184 220 / 10%);
}

/* Page About */

/* Page category */
.cate-all-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* .cate-item {
    display: inline-flex;
    border: 2px solid #ccc;
    border-radius: 100px;
} */
img.w-icon-small {
  width: 80px;
  height: 80px;
}

.goback a i {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #eee;
  vertical-align: middle;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.cate-list ul li {
  display: inline-block;
  width: 30%;
  margin: 0px 10px;
  margin-bottom: 2rem;
  text-align: center;
}

.cate-all-item {
  background: #ccc;
  border-radius: 100px;
  padding: 3px;
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
}

.cate-all-item span {
  margin: 0px 10px;
  display: block;
  line-height: normal;
}

.cate-all-item {
  position: relative;
}

.cate-all-item h4 {
  background: #fff;
  border-radius: 100px;
  padding: 5px;
  font-size: 1.3rem !important;
  display: flex;
  align-items: center;
}

.cate-list ul {
  padding: 0;
  margin: 0;
}

.cate-all-item:hover {
  box-shadow: 0px 10px 10px #93a9b491;
}

.cate-item {
  padding: 30px;
}

.cate-item .border-gra img {
  padding: 5px;
  background: #fff;
  border-radius: 200px;
}

a.btn-app-forjob {
  display: block;
  margin-top: 1.2rem;
  /* background: #ccc; */
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  width: fit-content;
  /* padding: 2px 20px; */
  /* padding: 15px 30px; */
  padding: 10px 25px;
  border-radius: 100pc;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

a.btn-app-forjob:hover {
  background: #6e68b2;
}

.page-catalog section.all-cate.z-top {
  background-image: url(../img/bg-cata.png);
}

.page-catalog section.all-cate.z-top {
  background-image: url(../img/bg-cata.png);
  background-size: 100%;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.accordion .ac-title:hover a.btn-style-main.btn-career {
  background: #6e68b2;
  color: #fff;
}

.accordion .ac-title:hover a.btn-style-main i {
  background: #fff;
  margin-left: 1.5rem;
  color: #635daa;
  box-shadow: -5px 0px 5px #21212142;
}

.border-gra {
  background: #ccc;
  padding: 4px;
  border-radius: 500px;
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
  margin-bottom: 2rem;
}

section.cate-detail {
  background: linear-gradient(180deg, #f0fcff 0%, rgb(255 255 255) 100%);
}

a.btn-gradient.d-block:hover {
  background: #766fb3;
}

a.btn-downl:hover {
  background: #766fb3;
  border-color: #766fb3;
  color: #fff;
}

a.btn-downl:hover img {
  background: #544e89;
}

.cate-text-detail {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #eee;
}

li#main-slider-slide01 {
  height: auto !important;
}

ul.thumbnails {
  padding: 0;
  list-style: onon;
  text-align: center;
  padding: 10px;
}

section#main-slider {
  margin: auto;
}

.splide__arrow svg {
  fill: #d3f4ff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2em;
}

li.thumbnail.is-active {
  border: 3px solid #52d6ff;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: middle;
}

li.thumbnail {
  display: inline-block;
  width: 16%;
  margin: 3px;
}

.detail-cate-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.splide__list li {
  cursor: zoom-in;
}

.splide.is-initialized,
.splide.is-rendered {
  border-radius: 25px;
}

/* .cate-item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
} */

/* Page category */

/* Page Career */
h1.bg-half:before {
  width: 90%;
  height: 25px;
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  position: absolute;
  bottom: 0;
  content: "";
  z-index: -1;
  left: 0;
}

a.btn-style-main.btn-career {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-r-l--10 .row {
  margin-left: -10px;
  margin-right: -10px;
}

.accordion .ac-title {
  position: relative;
  padding: 0px 30px;
  font-size: 20px;
  line-height: 80px;
  font-weight: 600;
  cursor: pointer;
  /* background-color: rgba(0,0,0,.06); */
  background-color: #f7f8fa;
  margin-bottom: 10px;
  height: 80px;
  border-radius: 6px;
}

.accordion .ac-item .ac-title:before {
  display: none;
}

ul.news-list {
  padding: 0;
  list-style: none;
}

.detail-news h4 {
  font-size: 1.5rem;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ac-content {
  padding: 20px 30px 50px;
}

section.sec-application-form {
  background-image: url(../img/bg-career.png);
}

.form-group label {
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: unset;
  font-size: 15px;
}

.inner.bg-form {
  background: #ffffff;
  box-shadow: 0px 15px 50px rgb(74 184 220 / 10%);
  border-radius: 50px;
  padding: 3rem 4rem;
  width: 90%;
  margin: auto;
}

a.btn-clear {
  display: block !important;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20pc;
  background: #f5f5f5;
}

h4.htitle.border-blue.m-b-20 {
  padding-bottom: 1rem;
  border-width: 1px;
}

section.sec-application-form {
  background-image: url(../img/bg-career.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

/* Page Career */

/* News */
ul.news-list li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

section.news-page {
  background: linear-gradient(180deg, #f3fdff 0%, rgba(243, 253, 255, 0) 100%);
}

/* policy */
h2.h-banner-small {
  margin: 0;
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.banner-sm .inner {
  position: relative;
}

h2.h-banner-small {
  margin: 0;
  position: absolute;
  top: 36%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

/* policy */

/* Footer */
footer {
  padding: 30px 0 0px 0;
  background-color: #fff;
  border-top: 2px solid #f5f5f5;
}

.bg-blue {
  background: #4ab8dc;
}

.d-block a {
  display: block;
  font-size: 17px;
  color: #000;
}

.follow-us a img {
  width: 40px !important;
  margin-right: 6px;
  margin-bottom: 0 !important;
}

/* Footer */

/* catalog */
.img-catalog img {
  width: 65%;
  display: block;
  margin: auto;
}

.catalog-show-big {
  background: #f7f8fa;
  overflow: hidden;
  border-radius: 30px;
}

.col-md-6.show-left {
  background: radial-gradient(100% 227.54% at 0% 0%,
      rgba(205, 201, 255, 0.5) 0%,
      rgba(204, 234, 236, 0.5) 43.23%,
      rgba(200, 230, 201, 0.5) 63.54%,
      rgba(205, 236, 249, 0.5) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  padding: 30px 0px;
}

a.btn-downl.bg-gra {
  background: linear-gradient(180deg, #4ab8dc 0%, #8bcfb7 100%);
  color: #fff;
  border: unset;
}

a.btn-downl.bg-gra img {
  background: transparent;
}

.catalog-list ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
}

p.m-0.text-w a {
  color: #fff;
}

ul.news-list .slide {
  box-shadow: 0px 10px 20px #00405430;
}

.detail-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-nav ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.page-nav ul li {
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: #fff;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0px 6px;
  border: 2px solid #e1e1e1;
  font-size: 1.2rem;
  font-weight: 500;
}

img.w-80 {
  width: 100%;
}

.catalog-list ul li {
  display: inline-block;
  width: 28.8%;
  margin: 0px 20px;
}

.catalog-list ul li {
  display: inline-block;
  width: 28%;
  margin: 0px 20px;
  margin-bottom: 4rem;
}

.page-nav ul li i {
  font-size: 13px;
}

.page-nav ul li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-nav ul li.active {
  background: #50b6d8;
  border-color: #4ab9dc;
}

.page-nav ul li.active a {
  color: #fff;
}

.page-nav ul li:hover {
  background: #eee;
}

.page-nav ul li.active:hover {
  background: #2e96b7;
}

/* catalog */

/* Contact */
.mail a {
  display: block;
  color: #4ab9dc;
  text-decoration: underline;
}

.form-join-team select.custom-select,
.form-control {
  border: unset;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  padding-left: 0;
  font-size: 1rem;
  font-family: "Prompt";
  color: #202020;
  font-weight: 300;
  background: unset;
}

.form-group {
  margin-bottom: 25px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

input#gridCheck {
  margin-top: 1rem;
}

.form-group.selection {
  position: relative;
}

a.btn-position {
  color: #61c1df;
  position: absolute;
  bottom: 6px;
  right: 1rem;
}

.form-join-team input[type="file"]::-webkit-file-upload-button {
  border: unset;
  padding: 10px 20px;
  margin-right: 20px;
}

label.form-check-label a {
  color: #49b9dc;
  font-weight: 300;
}

section.sec-contact-form {
  background-image: url(../img/bg-contact.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  overflow: unset;
}

section.sec-contact-form .bg-form {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgb(117 112 179 / 10%);
  margin-top: -17rem;
}

section.gg-maps {
  margin-bottom: -10px;
}

a.btn-clear:hover {
  background: #766fb3;
  color: #fff;
}

/* Contact */

/* News Detaill */
section.news-detail {
  background: linear-gradient(180deg, #f3fdff 0%, rgba(243, 253, 255, 0) 100%);
}

.border-shot-blue {
  position: relative;
}

.border-shot-blue:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  border-radius: 100px;
  top: 0;
  background: #49b9dc;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.border-shot-blue:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  border-radius: 100px;
  /* top: 0; */
  bottom: 0;
  background: #49b9dc;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

/* News Detaill */

/* Cookie */
.cookies.hide-sec {
  display: none;
}

section.cookies {
  position: fixed;
  bottom: 15px;
  padding: 20px;
  background: #0000008a;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  backdrop-filter: blur(6px);
}

/* Popup */
.policy-notif.hide-sec {
  display: none;
}

section#policyNotif p {
  font-size: 0.9rem;
}

section#policyNotif {
  padding: 10px;
  width: 34%;
  position: fixed;
  box-shadow: 0px 3px 39px 9px #20202030;
  bottom: 2rem;
  border-radius: 10px;
  margin-left: 2rem;
}

button.accept {
  font-size: 1rem;
  border: unset;
  padding: 9px 16px;
  background: #000;
  color: #fff;
}

button.close.plcy {
  margin-left: 1rem;
}

.popuptext {
  display: none;
}

/*  POP UP */
.popup {
  position: unset;
  display: block;
}

div#myPopup img {
  width: 65px;
  margin-top: 10px;
}

button.close-popup:hover {
  transform: scale(1.1);
}

div#myPopup {
  display: none;
}

.popuptext.show {
  display: block;
}

.popuptext {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #00000052;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 8px 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0rem;
  margin: auto;
  /* margin-top: 0rem; */
  z-index: 999;
  border: oldlace;
  overflow: hidden;
}

.popuptext.show .inner {
  width: 550px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 60px 1px #20202059;
  /* overflow: hidden; */
}

div#myPopup .d-flex {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

body.ov-hidden {
  /* height: 600px; */
  /* overflow: hidden; */
  /* scale: unset; */
}

div#myPopup h3 {
  color: #000;
  /* font-family: 'promt'; */
  font-family: "Prompt", sans-serif;
  font-size: 1.5rem;
  margin-top: 10px;
}

/* div#myPopup:before {
    content: "";
    position: absolute;
    background: #f9f9f9;
    top: 0;
    width: 283px;
    height: 216px;
    border-radius: 291px 10px 17px 0px;
    z-index: -1;
} */

.popup-btn {
  background: #142c46;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-family: "Prompt";
  width: fit-content;
  display: block;
  margin: auto;
}

button.close-popup {
  background: #dedede;
  font-size: 1.2rem;
  width: 150px;
  display: block;
  padding: 8px 0px;
  margin: auto;
  border-radius: 100px;
  font-family: "Prompt", sans-serif;
  color: #000;
  border: unset;
  cursor: pointer;
  font-weight: 500;
}

/* Toggle this class - hide and show the popup */
.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 0.3s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    /* transform: scale(0); */
  }

  to {
    opacity: 1;
    /* transform: scale(1); */
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /* transform: scale(0); */
  }

  to {
    opacity: 1;
    /* transform: scale(1); */
  }
}

.disabled {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  pointer-events: none !important;
  opacity: 0.7 !important;
}

.p-50.font-s-13.text-center {
  /* position: absolute; */
  bottom: 0;
}

#goToTop {
  background-color: #c1eaf3 !important;
  color: #219cc2;
}

#goToTop:before,
#goToTop:hover:after {
  transform: scale(1);
  background: #71cbdf;
}

section#landingPop button.close.plcy {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 3px 5px #20202020;
}

section#landingPop {
  position: fixed;
  top: 0;
  background: #0a0a0a9e;
  height: 100vh;
  /* padding-top: 0px; */
  /* display: flex;
  align-items: center; */
}

.landing-pop.hide-sec {
  display: none;
}

.anding-pop-area {
  width: 55%;
  margin: auto;
  position: relative;
}

section#policyNotif .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

section#landingPop {
  padding: 100px;
}

section.menu-3-col.p-0 .col-md-4:last-child {
  border: unset;
}

/* .vdo:before {
  content: "";
  position: absolute;
  width: 94.7%;
  height: 100%;
  background: #d9baa863;
} */

/* Pop Up */

@media (max-width: 1350px) {
  section.vission-mission {
    padding: 180px 0px;
    background-image: url(../img/bg-vission.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
    display: none;
  }
}

@media (max-width: 1030px) {
  #mainMenu nav>ul>li>a {
    position: relative;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    padding: 8px 3px;
    font-size: 12px;
  }

  .detail-news:before {
    top: -20%;
  }
}

@media (max-width: 991px) {
  section#landingPop {
    padding: 0px !important;
  }

  .inner.inner.d-flex.align-center.just-center {
    height: 100vh;
  }

  .anding-pop-area {
    width: 70%;
  }

  section.about .col-md-1 {
    display: none;
  }

  .col-md-3.hide-mb {
    display: none;
  }

  section.quality-sys {
    padding-top: 80px;
    background-image: url(../img/bg-qs.jpg);
    background-size: cover;
    background-position: top;
  }

  ul.news-list li {
    width: 49%;
    display: inline-block;
  }

  section.vission-mission {
    padding: 80px 0px;
  }

  img.text-center {
    width: 100%;
  }

  .p-r-l-80 {
    padding: 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header #mainMenu:not(.menu-overlay) nav>ul li.hover-active>.dropdown-menu {
    padding: 0 !important;
  }

  #header.header-transparent #header-wrap,
  #header.header-transparent.dark #header-wrap {
    background-color: white;
    box-shadow: 0px 10px 20px #20202030;
    /* height: 90px; */
    line-height: 90px;
  }

  #header #header-wrap #logo a>img {
    padding: 12px;
    height: 90px;
  }

  #header #mainMenu-trigger {
    height: 90px;
  }

  .caption-h-banner h2 {
    font-size: 3rem;
  }

  .full-dropdown li {
    display: inline-block;
    width: 28% !important;
    border-bottom: 2px solid #49b9dc !important;
    margin: 20px 30px 15px 0px !important;
  }

  section.about h2.htitle.h-blue {
    font-size: 1.6rem;
  }

  .about-detail p.m-b-50 {
    margin-bottom: 1rem !important;
  }

  .col-md-4.p-0.border-r:last-child {
    border: unset;
  }

  a.btn-downl.bg-gra span {
    display: none;
  }

  .col-md-6.show-right.d-flex.just-center.align-center {
    padding: 4rem;
  }

  .top-right {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }

  section.category .col-md-3 {
    float: unset;
  }

  .position-list.p-80 {
    padding: 30px 0px 50px !important;
  }

  .btn-form .col-md-8 {
    width: 70%;
  }

  .btn-form .col-md-4 {
    width: 30%;
  }

  section.quality .col-md-4 {
    width: 100%;
  }

  section.menu-3-col.p-0 .col-md-4 {
    width: 33%;
  }

  section.menu-3-col .inner.text-center.p-80 {
    padding: 0 !important;
  }

  #header #logo {
    text-align: left;
    margin-left: 5rem !important;
  }

  section.about .col-md-4 {
    width: 30%;
  }

  section.about .about-detail {
    width: 70%;
    padding: 30px !important;
  }

  .cate-list ul li {
    display: inline-block;
    width: 49%;
    margin: 0px 0px;
    margin-bottom: 2rem;
    text-align: center;
  }

  footer .col-md-6 {
    width: 60%;
  }

  footer .col-md-3 {
    width: 40%;
  }

  footer .text-right h3 {
    font-size: 1.3rem;
  }

  section#cookies-priv .col-md-9 {
    width: 70%;
  }

  section#cookies-priv .col-md-3 {
    width: 30%;
  }

  p.text-behide {
    font-size: 9.5rem;
    top: 3rem;
  }

  .row.p-10.bg-blue.m-0 .col-md-6 {
    width: 49%;
    display: inline-block;
  }

  .col-md-4.d-flex.align-bottom {
    width: 100%;
    padding-top: 4rem;
  }

  .input-search.opensearch input {
    width: 430px;
    padding: 6px 15px;
    opacity: 1;
    transition: all 0.2s;
  }

  #goToTop:before,
  #goToTop:hover:after {
    transform: scale(1);
    background: #93d1ff;
  }
}

@media (max-width: 767px) {
  .detail-news:before {
    top: -70px;

  }

  .top-right {
    z-index: 2;
  }

  #header #header-wrap #logo a>img {
    padding: 14px 0px;
    height: 80px;
  }

  .cate-text-detail span.text-center {
    display: inline-block;
  }

  .btn-close-search i {
    margin-right: 1rem;
  }

  .caption-h-banner h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }

  .top-right {
    float: right;
    position: absolute;
    top: 0;
    right: 1rem;
  }

  .input-search.opensearch .btn-close-search {
    position: absolute;
    right: 5%;
  }

  .input-search.opensearch input {
    width: 330px;
    transition: unset !important;
  }

  .input-search.opensearch input {
    right: 0;
    top: 15px;
  }

  .input-search input {
    height: 50px;
  }

  #header #logo {
    position: absolute !important;
    width: 100%;
    text-align: left;
    margin: 0 !important;
    float: none;
    height: 100px;
    left: 4rem;
    right: 0;
    padding: 0 !important;
  }

  #header {
    height: 80px;
    line-height: 80px;
    position: relative;
  }

  a.btn-search-submit {
    color: #43c4ef;
    position: absolute;
    top: 22px;
    right: 40px;
    font-size: 1.2rem;
    font-weight: 300 !important;
    background: #03a9f42e;
    width: 35px;
    height: 35px;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
  }

  ul.dropdown-menu:before {
    display: none;
  }

  .full-dropdown li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #49b9dc;
    margin: 0px 0px 10px 0px;
  }

  ul.dropdown-menu.full-dropdown {
    padding: 0 !important;
    padding: 19px 15px !important;
  }

  #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
    display: none;
  }

  section.menu-3-col {
    max-height: unset;
  }

  .anding-pop-area {
    width: 100%;
  }

  a.btn-downl span {
    display: none;
  }

  .inner.bg-form {
    background: #ffffff;
    box-shadow: 0px 15px 50px rgb(74 184 220 / 10%);
    border-radius: 30px;
    /* padding: 2rem 2rem; */
    padding: 1.5rem 1.5rem;
    width: 100%;
    margin: auto;
  }

  .form-join-team .col-6 {
    width: 100%;
  }

  .cp-r p {
    font-size: 1rem;
    text-align: center;
  }

  .policy p {
    font-size: 1rem;
    text-align: center;
  }

  img.w-100.logo-footer.m-b-20 {
    width: 60% !important;
    text-align: center;
    display: block;
    margin: auto;
  }

  .popuptext.show .inner {
    width: 80%;
  }

  ul.dropdown-menu.full-dropdown {
    padding: 0 !important;
  }

  p.text-behide {
    margin: 0;
    font-size: 5rem;
    font-weight: 700;
    color: #f5f5f5;
    z-index: -1;
    position: absolute;
    top: 0rem;
  }

  footer {
    padding: 50px 0 0px 0;
  }

  .text-center-mb h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: normal;
  }

  .text-center-mb {
    margin-bottom: 50px;
  }

  section.sec-contact-form {
    background-size: cover;
  }

  .row.p-t-30.btn-form a {
    margin-bottom: 1rem;
  }

  .cate-list ul li {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 3rem;
  }



  .cate-item {
    padding: 0px;
    padding-bottom: 3rem;
  }

  section#main-slider {
    margin: auto;
    height: 340px;
  }

  section.z-top .m--50 {
    margin-top: -90px;
  }

  .page-nav ul li {
    display: inline-flex;
    width: 30px !important;
    height: 30px;
    background: #fff;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0px 0px;
    border: 1px solid #e1e1e1;
    font-weight: 300;
  }

  .page-nav ul li a {
    font-size: 13px !important;
  }

  .page-nav ul li i {
    font-size: 9px;
  }

  .catalog-list ul li {
    display: inline-block;
    width: 90%;
    margin: 0px 0px;
    margin-bottom: 4rem;
  }

  .img-catalog img {
    width: 90%;
  }

  section.z-top .m--50 {
    padding: 30px !important;
  }

  .catalog-show-big .col-md-6.show-right {
    padding: 20px 0px;
  }

  .catalog-show-big .col-md-6.show-right .inner {
    width: 85%;
  }

  .position-list.p-80 {
    padding: 0px !important;
  }

  section.sec-application-form {
    background-image: url(../img/bg-career.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  .position-list.p-80 a.btn-style-main.btn-career span {
    display: none;
  }

  .position-list.p-80 a.btn-style-main {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1.5px solid #6e68b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    font-family: sarabun;
    border-radius: 100px;
    color: #6e68b2;
    padding-right: 7px;
    padding-left: 7px;
  }

  .position-list a.btn-style-main i {
    width: 28px;
    height: 28px;
  }

  .page-career .accordion .ac-title:hover a.btn-style-main i {
    background: #fff;
    margin-left: unset;
    color: #635daa;
    box-shadow: -5px 0px 5px #21212142;
  }

  ul.news-list li {
    width: 100%;
    display: inline-block;
  }

  section.results.p-b-0 {
    padding-bottom: 50px !important;
  }

  section.results .cate-item {
    padding: 40px;
  }

  h2.h-banner-small {
    font-size: 20px;
  }

  p.m-0.text-w {
    margin-bottom: 1.5rem !important;
  }

  .col-md-7.about-detail.p-t-70.p-b-80.p-l-0.p-r-0.flex {
    padding: 30px !important;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 40px;
  }

  section.menu-3-col.p-0 .inner.text-center.p-80 {
    padding: 20px !important;
  }

  section.menu-3-col.p-0 .col-md-4.p-0.border-r {
    border-right: unset;
    border-bottom: 3px solid #fff;
    /* height: 600px !important; */
  }

  section.vission-mission {
    padding: 80px 0px;
    background-image: unset;
  }

  .accordion .ac-title:hover a.btn-style-main i {
    background: #fff;
    margin-left: unset;
    color: #635daa;
    box-shadow: -5px 0px 5px #21212142;
  }

  .data-dark {
    /* background-color: #111 !important;
    color: #eee; */
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(100%);
    filter: rgb(14, 11, 11);
  }
}

.cate-item .border-gra,.asp-1b1 {
  --tw-aspect-h: 1;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.cate-item .border-gra > *,.asp-1b1 > * {
  position: absolute;
  height: 97%;
  width: 97%!important;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width:768px){.detail-cate-item h3,.detail-cate-item h3 + p{height: 75px}}