/* Section Cover */
#section-cover.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

#section-cover .wpb_content_element {
  margin-bottom: 0;
}

#section-cover .wpb_content_element .wpb_wrapper {
  padding-top: 0;
}

#section-cover .wpb_content_element .wpb_wrapper .vc_video_wrapper {
  margin-bottom: 0;
}

#section-projects .wpb_single_image .wpb_wrapper.vc_figure,
#section-projects
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper,
#section-projects
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper
  img {
  width: 100%;
}

#section-projects .vc_column-inner,
#section-projects .vc_column-inner .wpb_content_element.wpb_single_image {
  padding: 0;
  margin: 0;
}

#section-projects .vc_column-inner .wpb_content_element.wpb_single_image {
  visibility: hidden;
}

/* Section Movies */
#section-movies {
  width: var(--content-max-width);
  padding: 30px 15px;
  margin: auto;
  max-width: 100%;
  background: #121212;
}

#section-movies > .vc_column_container > .vc_column-inner {
  padding: 0;
}

/* Tab Header */
#section-movies-tab-header {
  margin-bottom: 30px;
}

#section-movies-tab-header .wpb_wrapper {
  display: flex;
  gap: 15px;
}

#section-movies-tab-header .default-btn-shortcode {
  background: transparent;
  border: none;
  font-size: 20px;
  font-family: "Azonix", "Kanit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 1px;
}

#section-movies-tab-header .default-btn-shortcode:hover {
  background: #9b0002;
  color: #fff;
}

#section-movies-tab-header .default-btn-shortcode.active {
  background: #9b0002;
  color: #fff;
}

/* Tab Content */
#section-movies-tab-content-feature,
#section-movies-tab-content-tv {
  margin: 0;
}

#section-movies-tab-content-feature .vc_column_container,
#section-movies-tab-content-tv .vc_column_container {
  float: none;
}

#section-movies-tab-content-feature .vc_column_container > .vc_column-inner,
#section-movies-tab-content-tv .vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}

#section-movies-tab-content-tv {
  display: none;
  font-size: 18px;
}

#section-movies-tab-content-feature .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.section-movies-tab-content-feature-item.wpb_single_image.wpb_content_element {
  margin: 0;
}
/* Movie Items - 5 columns max */
.section-movies-tab-content-feature-item {
  width: calc((100% - 120px) / 5);
  margin-bottom: 15px;
  position: relative;
}

.section-movies-tab-content-feature-item .vc_figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.section-movies-tab-content-feature-item .vc_single_image-wrapper {
  display: block;
  overflow: hidden;
}

.section-movies-tab-content-feature-item .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover effect - grayscale and blur */
.section-movies-tab-content-feature-item:hover .vc_single_image-wrapper img {
  filter: grayscale(100%) blur(3px);
  transform: scale(1.05);
}

/* Heading - hidden by default */
.section-movies-tab-content-feature-item .wpb_heading.wpb_singleimage_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 36px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 5px red;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 90%;
  animation: none;
}

/* Show heading on hover */
.section-movies-tab-content-feature-item:hover
  .wpb_heading.wpb_singleimage_heading {
  opacity: 1;
  width: 100%;
  word-break: break-word;
}

.section-movies-tab-content-feature-item .wpb_wrapper.vc_figure,
.section-movies-tab-content-feature-item
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper,
.section-movies-tab-content-feature-item
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper
  img {
  width: 100%;
  height: 100%;
}

/* Load More Button */
#section-movies .load-more-movies {
  text-align: center;
  margin-top: 40px;
}

#section-movies .load-more-movies button,
#section-movies .load-more-movies .vc_general {
  background: #4a4a4a;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

#section-movies .load-more-movies button:hover,
#section-movies .load-more-movies .vc_general:hover {
  background: #9b0002;
}

#section-about-us .wpb_single_image .wpb_wrapper.vc_figure,
#section-about-us
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper,
#section-about-us
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper
  img {
  width: 100%;
}

#section-about-us .vc_column-inner,
#section-about-us .vc_column-inner .wpb_content_element.wpb_single_image {
  padding: 0;
  margin: 0;
}

#section-about-us .vc_column-inner .wpb_content_element.wpb_single_image {
  visibility: hidden;
}

#section-about-us-content {
  background: #0d0d0d;
  margin: 0;
}

#section-about-us-content > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: var(--content-max-width);
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#section-about-us-content .vc_row .wpb_column .vc_column-inner {
  background: #232323;
  padding: 16px 94px 26px 18px;
}

#section-about-us-content .vc_row.wpb_row.vc_inner.vc_row-fluid {
  gap: 30px;
  display: flex;
  margin: 0;
  margin-bottom: 30px;
}

#section-about-us-content .vc_row.wpb_row.vc_inner.vc_row-fluid::before,
#section-about-us-content .vc_row.wpb_row.vc_inner.vc_row-fluid::after {
  content: none;
  display: none;
}

.about-us-card-item p {
  margin: 0;
}

.section-parallax .wpb_single_image .wpb_wrapper.vc_figure,
.section-parallax
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper,
.section-parallax
  .wpb_single_image
  .wpb_wrapper.vc_figure
  .vc_single_image-wrapper
  img {
  width: 100%;
}

.section-parallax .vc_column-inner,
.section-parallax .vc_column-inner .wpb_content_element.wpb_single_image {
  padding: 0;
  margin: 0;
}

.section-parallax .vc_column-inner .wpb_content_element.wpb_single_image {
  visibility: hidden;
}

#section-awards-content {
  background: #0d0d0d;
  margin: 0;
}

#section-awards-content > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: 1520px;
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.awards-title-highlight.uvc-heading.uvc-heading-default-font-sizes
  .uvc-main-heading
  h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #a6873b;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Azonix", "Kanit", sans-serif;
}

.awards-content-logo.wpb_column.vc_column_container {
  position: relative;
  max-width: 100%;
  width: 410px;
  margin-right: 50px;
}

.awards-content.vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin-top: 80px;
  display: flex;
}

.awards-item-year {
  font-size: 34pt;
  line-height: 1;
}

.awards-item-title {
  font-size: 32px;
  font-weight: 500;
  color: #a6873b;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
  padding-bottom: 10px;
  line-height: 1;
}

.awards-item.wpb_text_column {
  width: 410px;
  max-width: 100%;
}

.awards-item-content-desc {
  font-size: 16pt;
}

.awards-item-content-title {
  font-size: 18pt;
}

.awards-content {
  margin-top: 50px;
}

.awards-content-logo-desc.wpb_text_column.wpb_content_element {
  font-size: 11pt;
  width: 330px;
  padding: 0;
  text-align: center;
  margin-top: -200px;
}

.awards-content-list > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Awards Load More Button */
.load-more-awards {
  text-align: center;
  margin-top: 30px;
  grid-column: 1 / -1;
}

.load-more-awards button {
  background: #4a4a4a;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.load-more-awards button:hover {
  background: #a6873b;
}

#section-after-awards {
  background: #543405;
  margin: 0;
}

#section-after-awards > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: 1520px;
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#section-service-content {
  background: #0d0d0d;
  margin: 0;
}

#section-service-content > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: var(--content-max-width);
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.section-content-title.uvc-heading.uvc-heading-default-font-sizes
  .uvc-main-heading
  h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Azonix", "Kanit", sans-serif;
}

#service-content-card-list.vc_row.wpb_row.vc_inner {
  margin: 0;
  margin-bottom: 30px;
}

#service-content-card-list > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-content-card-item.wpb_single_image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background: #232323;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  width: 345px;
  max-width: 100%;
  justify-content: center;
}

.service-content-card-item.wpb_single_image > .wpb_singleimage_heading {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  order: 2;
  margin: 0;
  text-align: center;
  width: 290px;
  max-width: 100%;
  line-height: 1.2;
  font-family: "Kanit", sans-serif;
}

.wpb_single_image .vc_figure {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  vertical-align: top;
}

#section-our-projects {
  background: #232323;
  margin: 0;
}

#section-our-projects > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: var(--content-max-width);
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#section-contact-content {
  background: #0d0d0d;
  margin: 0;
}

#section-contact-content > .vc_column_container > .vc_column-inner {
  padding: 0;
  width: var(--content-max-width);
  padding: 40px 15px;
  margin: auto;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.section-content-title.contact-department-heading.uvc-heading.uvc-heading-default-font-sizes
  .uvc-main-heading
  h2,
.section-content-title.contact-location-title.uvc-heading.uvc-heading-default-font-sizes
  .uvc-main-heading
  h2,
.section-content-title.contact-form-title.uvc-heading.uvc-heading-default-font-sizes
  .uvc-main-heading
  h2 {
  margin-bottom: 10px;
}

.contact-department-item > .vc_column-inner > .wpb_wrapper {
  background: #232323;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

.contact-department-title.wpb_content_element {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.contact-department-item .contact-department-email {
  padding: 10px 20px;
  border: 1px solid #000;
}

.contact-department-item
  .contact-department-email
  .dt-text-title
  a.anchor-link {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  padding: 20px;
}

.contact-location-and-form {
  margin-top: 40px;
}

.contact-form span#nf-form-title-2 {
  display: none;
}

.contact-form .nf-field-element input[type="text"],
.contact-form .nf-field-element input[type="email"],
.contact-form .nf-field-element textarea {
  background-color: #232323;
  font-size: 18px;
  padding: 10px 15px;
}

.contact-form .submit-container.label-hidden .nf-field-element {
  text-align: right;
}

.contact-form
  .submit-container.label-hidden 
  .nf-field-element
  input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  background: #4a4a4a;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form
  .submit-container.label-hidden 
  .nf-field-element
  input[type="submit"]:hover {
  background: #9b0002 !important;
}
.contact-form .nf-form-fields-required{
  display: none;
}
.contact-location-map iframe {
  width: 100%;
}

.contact-socials > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.contact-socials
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_icon_element {
  margin-bottom: 0;
}

.contact-socials
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
  background: #6e6e6e;
  transition: background 0.3s ease;
  border: 1px solid transparent;
}

.contact-socials
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background
  > .vc_icon_element-icon {
  color: #0d0d0d;
  transition: background 0.3s ease;
}

.contact-socials
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background:hover {
  background: var(--primary-color);
  background: #fff;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 5px 5px var(--primary-color);
}

.contact-socials
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background:hover
  > .vc_icon_element-icon {
  color: var(--primary-color);
}

#content > .wpb-content-wrapper > p {
  margin: 0;
}

#footer.solid-bg {
  border-top: 1px solid #000;
}

.footer-email {
  padding: 10px 20px;
  border: 1px solid #000;
  display: inline-block;
}

.footer-phone {
  margin-top: 30px;
  display: inline-block;
}

.footer-address {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(
    .masthead-mobile-header
  ) {
  top: 0 !important;
}

.header-space.sticky-space-on {
  display: none !important;
}

body #page .main-nav > li.act > a .menu-text {
  color: #fff;
}

.about-card-title {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18pt;
}

.about-card-desc {
  font-weight: 300;
  font-size: 14pt;
  text-align: justify;
}

#section-movies-tab-content-tv
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper
  p {
  word-break: break-word;
}

/* body#the7-body.accent-gradient .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background: #fff !important;
}body#the7-body.accent-gradient .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background: #fff !important;
} */

body#the7-body .small-mobile-menu-icon .dt-mobile-menu-icon .lines-button {
  width: 30px;
}

body#the7-body .small-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  width: 30px;
  height: 3px;
}

.contact-department-item .contact-department-email .dt-text-title a.anchor-link {
  font-weight: 300;
}
.grecaptcha-badge { 
  visibility: hidden !important; 
}