@import url("./bootstrap.min.css");
@import url("./jquery-ui.css");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery.fancybox.css");
html {
  font-size: 1rem;
}

html.fz_s {
  font-size: 0.8rem;
}

html.fz_l {
  font-size: 1.2rem;
}

*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  animation: fade-in 1s, bg-move 10s linear infinite;
  -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
  font: 1rem "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  color: #000;
}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

p {
  font-size: 0.9rem;
  color: #8c8c8c;
  font-weight: 400;
  font-family: "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  line-height: 27px;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.hoverstyle figure div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  line-height: 20;
  width: 100%;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverstyle:hover figure div {
  opacity: 1;
}

.btn-secondary {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
  padding: 10px 20px;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
}

.btn-primary {
  background-color: #d0ac5d;
  border-radius: 0px;
  border: none;
  padding: 10px 20px;
}

.btn-primary:hover {
  background-color: #232f5d;
  color: #fff;
  border: none;
}

#topmenu {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  left: 0;
}

#topmenu .dropdown .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  vertical-align: middle;
}

#topmenu hr {
  border-top: 1px solid #fff;
  margin: 5px;
}

#topmenu .contact-top li {
  list-style: none;
  display: inline-block;
  font-size: 0.8rem;
}

#topmenu .contact-top li a {
  text-decoration: none;
  color: #fff;
}

#topmenu .wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#topmenu .wrap_menu .mainlogo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#topmenu .wrap_menu.sticky {
  background-color: rgba(255, 255, 255, 0.9);
  top: 0px;
  padding: 0px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

#topmenu .wrap_menu.sticky .top-subside li {
  border-right: 1px solid #000;
}

#topmenu .wrap_menu.sticky .top-subside li:last-child {
  border-right: none;
}

#topmenu .wrap_menu.sticky .btn-primary a {
  color: #fff !important;
}

#topmenu .wrap_menu.sticky .choose-size {
  color: #000;
}

#topmenu .wrap_menu.sticky .choose-size button {
  color: #000;
}

#topmenu .wrap_menu.sticky .dropdown .dropdown-toggle {
  color: #000;
}

#topmenu .wrap_menu.sticky .mainlogo img {
  -webkit-filter: revert;
  filter: revert;
}

#topmenu .wrap_menu.sticky hr {
  border-top: 1px solid #000;
}

#topmenu .wrap_menu.sticky .searchtop:hover {
  border-bottom: 1px solid #000;
}

#topmenu .wrap_menu.sticky .searchtop i {
  color: black;
}

#topmenu .wrap_menu.sticky .contact-top li a {
  color: #000;
}

#topmenu .wrap_menu.sticky #nav .menu-nav ul li a {
  color: #000;
}

#topmenu #nav {
  position: static;
  margin-top: 30px;
}

#topmenu #nav .menu-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

#topmenu #nav .menu-nav ul li a {
  text-decoration: none;
  color: #fff;
}

#topmenu #nav .menu-nav ul li a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#topmenu #nav .menu-nav ul li:hover div.dropdown-container {
  opacity: 1;
  visibility: visible;
}

#topmenu #nav .dropdown-container {
  position: absolute;
  top: 100%;
  height: auto;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  width: 100%;
}

#topmenu #nav .dropdown-container .submenudrop .memusub {
  padding: 20px 50px;
  text-align: left;
}

#topmenu #nav .dropdown-container .submenudrop .memusub span {
  font-weight: 600;
  color: #232f5d;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}

#topmenu #nav .dropdown-container .submenudrop .memusub li {
  display: block;
  padding: 10px 0px;
}

#topmenu #nav .dropdown-container .submenudrop .memusub li a {
  color: #000;
}

#topmenu .mainlogo img {
  width: 40%;
}

#footer {
  background-color: #f2f2ef;
}

#footer .copyright {
  text-align: right;
}

#footer .footerbg-bt {
  background-color: #d0ac5d;
  padding: 5px 0px;
}

#footer .footerbg-bt .copyright {
  color: #fff;
  font-size: 0.8rem;
}

#footer .footerbg-bt .legal-sec li {
  list-style: none;
  display: inline-block;
  font-size: 0.8rem;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

#footer .footerbg-bt .legal-sec li:last-child {
  border-right: none;
}

#footer .footerbg-bt .legal-sec li a {
  text-decoration: none;
  color: #fff;
}

#footer .footercontent i {
  vertical-align: middle;
  color: #8f7f00;
  padding-right: 5px;
  font-size: 1.2rem;
}

#footer .footercontent .menusec li {
  margin-left: 15px;
  list-style-type: disc;
}

#footer .footercontent h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
}

#footer .footercontent .social li {
  list-style: none;
}

#footer .footercontent ul li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  list-style: none;
  color: #666666;
}

#footer .footercontent ul li a {
  text-decoration: none;
  color: #666666;
}

#footer .footercontent ul li a:hover {
  color: #d0ac5d;
}

#footer .footercontent .logofooter {
  display: block;
}

#footer .footercontent .logofooter img {
  width: 55%;
}

.testimonials-slider .owl-prev {
  position: absolute;
  left: -45px;
  top: 45%;
}

.testimonials-slider .owl-next {
  position: absolute;
  right: -45px;
  top: 45%;
}

.testimonials-slider .owl-dots .owl-dot.active span {
  background-color: #d0ac5d !important;
}

.testimonials-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.bannermain {
  position: relative;
  overflow: hidden;
}

.bannermain .groupverti {
  position: absolute;
  z-index: 1;
  right: -1%;
  bottom: 2em;
}

.bannermain .groupverti a {
  color: #fff;
  text-decoration: none;
}

.bannermain .verti-text {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 5em;
}

.bannermain .verti-text::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  margin-left: 11px;
  position: absolute;
  top: 6px;
  left: 100%;
}

.top-subside li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0px 10px;
}

.top-subside li:last-child {
  border-right: none;
}

.top-subside li .choose-size {
  color: #fff;
  font-size: 0.8rem;
}

.top-subside li .choose-size button {
  color: #fff;
}

.top-subside li .choose-size button.fontsize_s {
  font-size: 0.8rem;
}

.top-subside li .choose-size button.fontsize_m {
  font-size: 1rem;
}

.top-subside li .choose-size button.fontsize_l {
  font-size: 1.2rem;
}

.top-subside li a {
  color: #fff;
}

#sectionabt {
  margin: 4em 0em;
}

#sectionabt,
.section-two,
.section-one {
  position: relative;
  overflow: hidden;
}

#sectionabt .groupverti,
.section-two .groupverti,
.section-one .groupverti {
  position: absolute;
  right: -2%;
  top: 13em;
}

#sectionabt .verti-text,
.section-two .verti-text,
.section-one .verti-text {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 0.7rem;
  color: #333;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 5em;
}

#sectionabt .verti-text::after,
.section-two .verti-text::after,
.section-one .verti-text::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #333;
  margin-left: 11px;
  position: absolute;
  top: 6px;
  left: 100%;
}

#homepage .bannerhomepage {
  position: relative;
}

#homepage .bannerhomepage .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.6;
}

#homepage .bannerhomepage .owl-dots .owl-dot.active span {
  opacity: 1;
}

#homepage .bannerhomepage .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

#homepage .bannerhomepage .owl-item {
  overflow: hidden;
}

#homepage .bannerhomepage .owl-item::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#homepage .bannerhomepage .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

#homepage .bannerhomepage .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 3.5s all ease;
  transition: 3.5s all ease;
}

#homepage .bannerhomepage .captionbanner {
  position: absolute;
  left: 8%;
  top: 30%;
  color: #fff;
  z-index: 2;
}

#homepage .bannerhomepage .captionbanner span {
  color: #d0ac5d;
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

#homepage .bannerhomepage .captionbanner p {
  color: #fff;
  font-size: 1rem;
}

#homepage .bannerhomepage .captionbanner h1 {
  padding: 20px 0px;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
}

#homepage .middle-banner {
  position: relative;
}

#homepage .middle-banner img {
  width: 100%;
}

#homepage .middle-banner .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

#homepage .middle-banner .content img {
  width: 100%;
}

#homepage .middle-banner .content .ltr-c {
  width: 15%;
  display: inline-block;
}

#homepage .middle-banner .content .rtl-c {
  width: 13%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-align: left;
  margin-left: 10px;
  font-weight: 600;
}

#homepage .partner-bg {
  background-image: url(../images/partner-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8em 0em;
}

#homepage .logo-partner ul li {
  list-style: none;
  display: inline-block;
  width: 31%;
  text-align: center;
}

#homepage .logo-partner ul li a {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #d0ac5d;
}

.breadcrumb-item {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.breadcrumb-item a {
  color: #d0ac5d;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #d0ac5d;
}

.bannertop {
  position: relative;
}

.bannertop:after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.bannertop img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannertop .captiontop {
  padding-top: 25em;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.bannertop .captiontop h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.titlehead-big h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  color: #d0ac5d;
  text-transform: uppercase;
}

.titlehead-big span {
  color: #232f5d;
}

.titlehead h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  color: #d0ac5d;
  text-transform: uppercase;
}

.titlehead span {
  color: #232f5d;
}

.titletopic h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  color: #232f5d;
  text-transform: uppercase;
}

.titletopic span {
  color: #d0ac5d;
}

.btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  font-size: 1rem;
  color: #fff;
  background-color: #d0ac5d;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-arrow:hover {
  background-color: #232f5d;
  color: #fff;
}

.btn-arrow:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-arrow .arrow {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.form-group .form-floating > .form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
}

.form-group .form-floating > label {
  padding: 10px 0px;
}

.form-group .form-select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 5px 0px;
  height: 59px;
}

.dropdown-menu li {
  display: block !important;
  border-right: none;
}

.dropdown-menu li a {
  color: #000;
}

.dropdown-menu li a img {
  width: 20%;
}

#contactpage .bgcontact {
  background-image: url(../images/bgcontact.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contactpage .ltr-ic {
  width: 6%;
  display: inline-block;
}

#contactpage .ltr-ic i {
  color: #d0ac5d;
  font-size: 1.5rem;
}

#contactpage .rtl-address {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

#contactpage .card {
  border: none;
  height: 180px;
  margin-bottom: 20px;
}

#contactpage .card.resty {
  background-color: #f4f4f4;
}

#contactpage .card.resty:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d0ac5d;
}

#contactpage .card.resty:hover i {
  color: #fff;
}

#contactpage .card.resty:hover .detail p,
#contactpage .card.resty:hover .detail h5 {
  color: #fff;
}

#contactpage .card .top-ic i {
  color: #d0ac5d;
  font-size: 2rem;
}

#contactpage .card .top-ic i:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#contactpage .card .detail {
  position: absolute;
  bottom: 0;
}

#contactpage .card .detail h5 {
  font-size: 1rem;
  color: #d0ac5d;
  font-weight: 600;
}

#abtpage .timeline-slider .owl-item:nth-child(2n) {
  margin-top: 50px;
}

#abtpage .timeline-date {
  position: absolute;
  bottom: 5%;
  left: 20px;
  color: #fff;
  z-index: 2;
}

#abtpage .timeline-date h3 {
  font-size: 2.4rem;
}

#abtpage .timeline-detail {
  position: relative;
}

#abtpage .timeline-detail p {
  padding: 30px 20px;
}

#abtpage .timeline-detail::before {
  border-left: 1px solid #000;
  content: "";
  position: absolute;
  height: 100%;
  top: 18px;
}

#abtpage .timeline-pic {
  position: relative;
}

#abtpage .timeline-pic:after {
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.11%, rgba(229, 82, 126, 0)), to(#000));
  background: linear-gradient(180deg, rgba(229, 82, 126, 0) 32.11%, #000 100%);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  opacity: 1;
  z-index: 1;
}

#abtpage .carousel-section {
  overflow: hidden;
}

#abtpage .carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

#abtpage .carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#abtpage .carousel-section .owl-carousel .owl-nav .owl-next,
#abtpage .carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
}

#abtpage .carousel-section .owl-carousel .owl-nav .owl-next:focus,
#abtpage .carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

#abtpage .carousel-container {
  padding-left: 7.5em;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

#abtpage .carousel-item {
  margin: 20px 0;
}

#abtpage .bgtimeline {
  background-image: url(../images/bgabt-timline.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 0em;
}

#abtpage .box-white {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 2.45538px 12.2769px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2.45538px 12.2769px rgba(0, 0, 0, 0.05);
}

#abtpage .bgregister {
  background-image: url(../images/bg-register.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#abtpage .picmid {
  background-image: url(../images/mid-abt.webp);
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#abtpage .bgvid {
  background-image: url(../images/implement.webp);
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0em;
  position: relative;
  z-index: 1;
}
#abtpage .bgvid:after{
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  z-index: -1;
}



#abtpage .bgvid p {
  color: #fff;
}

#abtpage .bgvid .titletopic h2 {
  color: #fff !important;
}

.box-ns-group {
  margin-bottom: 30px;
}

.box-ns-group .details {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.45538px 12.2769px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2.45538px 12.2769px rgba(0, 0, 0, 0.05);
}

.box-ns-group .details span {
  color: #d0ac5d;
  font-size: 0.8rem;
  font-weight: 500;
}

.box-ns-group .details span i {
  font-size: 1rem;
  vertical-align: middle;
}

.box-ns-group .details a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-ns-group .details a h2 {
  font-size: 1rem;
}

.box-ns-group .details p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
  color: #8c8c8c;
  font-weight: 400;
  font-family: "Poppins", sans-serif, "IBM Plex Sans Thai", sans-serif;
  color: #8c8c8c;
}

#newspage .highlight-sec {
  background-image: url(../images/news-top-bg.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13em 0em 5em;
}

#newspage .highlight-sec .news-slider .owl-dots {
  position: absolute;
  left: 0%;
}

#newspage .highlight-sec .news-top-details {
  background-color: #fff;
  height: 100%;
  padding: 2em;
}

#newspage .highlight-sec .news-top-details .details span {
  color: #d0ac5d;
  font-size: 0.8rem;
  font-weight: 500;
}

#newspage .highlight-sec .news-top-details .details span i {
  font-size: 1rem;
  vertical-align: middle;
}

#newspage .highlight-sec .news-top-details .details a {
  text-decoration: none;
  color: #000;
}

#newspage .highlight-sec .news-top-details .details a h2 {
  font-size: 1.3rem;
}

#newspage-detail hr {
  opacity: 0.1;
}

#newspage-detail .newstopic h3 {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#newspage-detail .newstopic h2 {
  font-size: 1.2rem;
}

#newspage-detail .newstopic span {
  color: #d0ac5d;
  font-size: 0.8rem;
}

#newspage-detail .bannertop .pagebread {
  margin: 0 auto;
  display: table;
}

#newspage-detail .bannertop .captiontop {
  position: absolute;
  padding-top: 0em;
  bottom: 10px;
  z-index: 1;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-bot {
  bottom: 40px;
  position: absolute;
}
.learn-more{
  color:#d0ac5d;
  text-decoration: none;
}
.learn-more .arrow-gold i{
  color:#d0ac5d;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
}
.learn-more:hover{
  color: #232f5d;
  transition: ease .5s;
}
.videoabt iframe{
  width: 100%;
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 17rem;
  height: auto;
}

button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 1px solid #d0ac5d;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #d0ac5d;
}

button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.1rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #d0ac5d;
  border-right: 0.125rem solid #d0ac5d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
  color: #d0ac5d;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #d0ac5d;
}

#joinpage .joinbg {
  background-image: url(../images/joinbg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#joinpage .joinbg .aus-group h2 {
  background-color: #d0ac5d;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#joinpage .joinbg .aus-group ul li {
  padding: 5px 0px;
  font-size: 0.9rem;
  margin-left: 20px;
}

#joinpage .joinbg .aus-group ul li:hover {
  color: #d0ac5d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#joinpage .joinbg .aus-group ul li a {
  text-decoration: none;
  color: #000;
}

#joinpage .joinbg .aus-group ul li a:hover {
  color: #d0ac5d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#joinpage .joinbg .thailand-group h2 {
  background-color: #232f5d;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#joinpage .joinbg .thailand-group ul li {
  padding: 5px 0px;
  font-size: 0.9rem;
  margin-left: 20px;
}

#joinpage .joinbg .thailand-group ul li:hover {
  color: #d0ac5d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#joinpage .joinbg .thailand-group ul li a {
  text-decoration: none;
  color: #000;
}

#joinpage .joinbg .thailand-group ul li a:hover {
  color: #d0ac5d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.searchtop {
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.searchtop:hover {
  width: 200px;
  border-bottom: 1px solid #fff;
}

.searchtop .input-group .form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  border: none;
}

.searchtop .input-group i {
  color: #fff;
}

.searchtop .input-group ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.searchtop .input-group :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.searchtop .input-group ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.searchtop .input-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.searchtop .input-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.searchtop .input-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.searchtop .input-group .btn-outline-secondary {
  border: none;
  color: #fff;
  padding: 0px;
}

.searchtop .input-group .btn-outline-secondary:hover {
  background-color: transparent;
}

.picnav {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.picnav:after {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.11%, rgba(229, 82, 126, 0)), to(#000));
  background: linear-gradient(180deg, rgba(229, 82, 126, 0) 32.11%, #000 100%);
  margin-top: -436px;
  height: 415px;
  width: 100%;
  content: "";
}

.picnav .detail {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 77%;
  color: #fff;
  z-index: 1;
  width: 80%;
}

.picnav .detail a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.picnav .detail p {
  color: #fff;
  font-size: 0.9rem;
}

.cvb-group {
  position: relative;
  text-align: center;
}

.cvb-group:after {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.11%, rgba(229, 82, 126, 0)), to(#000));
  background: linear-gradient(180deg, rgba(229, 82, 126, 0) 32.11%, #000 100%);
  margin-top: -450px;
  height: 450px;
  width: 100%;
  content: "";
}

.cvb-group .detail {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
  color: #fff;
  z-index: 1;
}

.cvb-group .detail a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.cvb-group .detail p {
  color: #fff;
  font-size: 0.9rem;
}

#curriculumpage .curri-top {
  background-image: url(../images/course-pic1.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 8em 0em;
}

#curriculumpage .curri-top p span {
  color: #232f5d;
  font-size: 1.3rem;
  font-weight: 600;
}

#curriculumpage .bggray {
  padding: 3em 0em;
  margin-top: 3em;
}

#curriculumpage .ctipone-testimonials {
  background-image: url(../images/ctip1-testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 3em 0em;
}

#curriculumpage .ctipone-testimonials h2 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}

#curriculumpage .ctiptwo-testimonials {
  background-image: url(../images/ctip2-testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 3em 0em;
}

#curriculumpage .ctiptwo-testimonials h2 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}

#curriculumpage .ctiptwo-testimonials .content-monials span {
  color: #fff;
}

#curriculumpage .testimonials-slider .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}

#curriculumpage .testimonials-slider .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}

#curriculumpage .content-monials p {
  color: #fff;
}

#curriculumpage .content-monials span {
  color: #d0ac5d;
  margin-top: 3em;
  display: block;
}

.bggray {
  background-color: #f9f9f9;
}

.pagination-ds {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.pagination-ds .page-item:last-child .page-link {
  border-radius: 5px;
}

.pagination-ds .active > .page-link {
  background-color: #d0ac5d;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.pagination-ds .page-link {
  border: none;
  color: #000;
  border: 1px solid #eee;
  margin-right: 10px;
  font-size: 0.9rem;
  border-radius: 5px;
}

.pagination-ds .page-link:hover {
  background-color: #d0ac5d;
  color: #fff;
}

.selectcrs .btn-primary {
  border-radius: 50px;
  padding: 5px 40px;
}

.selectcrs .btn-check:checked + .btn {
  background-color: #eee;
  border-radius: 50px;
}
.pdpa-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.pdpa-popup p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.pdpa-popup a {
  color: #007BFF;
  text-decoration: none;
}

.pdpa-popup a:hover {
  text-decoration: underline;
}

.pdpa-popup .btn-container {
  display: flex;
  gap: 10px;
}

.pdpa-popup button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.btn-accept {
  background-color: #28a745;
  color: #fff;
}

.btn-decline {
  background-color: #dc3545;
  color: #fff;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  #curriculumpage .curri-top {
    background-size: 70%;
    background-position: top right;
  }
  .testimonials-slider .owl-prev {
    left: 0px;
  }
  .testimonials-slider .owl-prev img {
    width: 12px;
  }
  .testimonials-slider .owl-next {
    right: 0px;
  }
  #homepage .middle-banner .content .rtl-c {
    width: 25%;
  }
  #topmenu .mainlogo img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #curriculumpage .curri-top {
    background-size: 65%;
    background-position: top right;
    padding: 4em 0em;
  }
  .testimonials-slider .owl-prev img {
    width: 12px;
  }
  .testimonials-slider .owl-next img {
    width: 12px;
  }
  #abtpage .bgvid {
    height: 100%;
  }
  #homepage .middle-banner .content .rtl-c {
    width: 32%;
  }
  #homepage .bannerhomepage .captionbanner {
    width: 90%;
    left: 6%;
    top: 28%;
  }
  #homepage .partner-bg {
    background-position: right;
  }
  #topmenu .mainlogo img {
    width: 70%;
  }
  .wrap_menu.sticky .menu-mb .search-mb i {
    color: #000;
  }
  .wrap_menu.sticky .menu-mb .icn-mne a i {
    color: #000;
    border-color: #000;
  }
  .bannertop img {
    height: 360px;
  }
  .bannertop .captiontop {
    padding-top: 14em;
  }
  #footer .footercontent .logofooter img {
    width: 40%;
  }
  .cvb-group .detail {
    top: 71%;
    width: 90%;
  }
  .cvb-group .detail h3 {
    font-size: 1.3rem;
  }
  .cvb-group .detail p {
    font-size: 0.8rem;
  }
  .menu-mb .input-group .form-control {
    height: 50px;
  }
  .menu-mb .input-group .btn {
    background-color: #d0ac5d;
    color: #fff;
    border: 1px solid #d0ac5d;
  }
  .menu-mb .ctr-gro li {
    list-style: none;
    margin-left: 10px;
    display: inline-block;
  }
  .menu-mb .ctr-gro li a {
    color: #fff;
    text-decoration: none;
  }
  .menu-mb .ctr-gro .search-mb i {
    font-size: 1.4rem;
  }
  .menu-mb .icn-mne a i {
    font-size: 1.5rem;
    line-height: 45px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
  }
  .langs-mb {
    margin-top: 50px;
  }
  .langs-mb li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0px 5px;
  }
  .langs-mb li:last-child {
    border-right: none;
  }
  .langs-mb li a {
    text-decoration: none;
    color: #8c8c8c;
  }
  .langs-mb li a.active {
    color: #d0ac5d;
    font-weight: 700;
  }
  .list-topmenu li {
    list-style: none;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }
  .list-topmenu li:last-child {
    border-bottom: none;
  }
  .list-topmenu li a {
    text-decoration: none;
    color: #000;
  }
}

@media (max-width: 767px) {
  .groupverti {
    display: none;
  }
  .item1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* Move Item 1 to second */
  }
  .item2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* Move Item 2 to first */
  }
  #topmenu .mainlogo img {
    width: 100%;
  }
  #footer .legal-sec,
  #footer .copyright {
    text-align: center;
  }
  .form-floating {
    font-size: 0.9rem;
  }
  #newspage .highlight-sec .news-top-details .details a h2 {
    font-size: 1.1rem;
  }
  button.learn-more {
    width: 16rem;
  }
  button.learn-more .button-text {
    font-size: 0.9rem;
  }
  .btn-bot {
    position: relative;
    bottom: 0;
  }
  .form-select {
    font-size: 0.9rem;
  }
  .box-ns-group .details {
    padding: 10px;
  }
  .box-ns-group .details a h2 {
    font-size: 0.9rem;
  }
  .box-ns-group .details span {
    font-size: 0.7rem;
  }
  .box-ns-group .details span i {
    font-size: 0.8rem;
  }
  .box-ns-group .details p {
    font-size: 0.8rem;
  }
  .btn-secondary,
  .btn-primary {
    padding: 10px;
    font-size: 0.8rem;
  }
  #homepage .middle-banner .content .ltr-c {
    width: 30%;
  }
  #homepage .middle-banner .content .rtl-c {
    width: 62%;
    font-size: 0.9rem;
  }
  #homepage .bannerhomepage .captionbanner {
    top: 18%;
  }
  #homepage .bannerhomepage .captionbanner span {
    font-size: 0.7rem;
  }
  #homepage .bannerhomepage .captionbanner h1 {
    font-size: 1.4rem;
    padding: 8px 0px;
  }
  #homepage .bannerhomepage .captionbanner p {
    font-size: 0.9rem;
  }
  #homepage .partner-bg {
    background-position: right;
  }
  .cvb-group {
    margin-bottom: 0px;
  }
  .cvb-group .detail {
    width: 100%;
    top: 80%;
  }
  .cvb-group .detail h3 {
    font-size: 1.1rem;
  }
  .cvb-group .detail p {
    font-size: 0.8rem;
  }
  .titlehead h2 {
    font-size: 1.3rem;
  }
  .btn-arrow {
    padding: 6px 20px;
    font-size: 0.8rem;
  }
  p {
    font-size: 0.8rem;
  }
  .titlehead-big h2 {
    font-size: 1.5rem;
  }
  .breadcrumb-item {
    font-size: 0.65rem;
  }
  .bannertop .captiontop h1 {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=layout.css.map */