*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

input.error {
  border: 1px solid red;
}

body {
  font-family: "Poppins", "M PLUS Rounded 1c", "Prompt", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.esp_font-jp {
  font-family: "Poppins", "M PLUS Rounded 1c", "Prompt", sans-serif;
}

.esp_font-th {
  font-family: "Prompt", sans-serif;
}

.esp-bgcolor-grey {
  background-color: #f7f9fe;
}

.esp-bgcolor-darkblues {
  background-color: #0a1229;
}

.esp-bgcolor-darkgray {
  background-color: #202020;
}

.esp-bgcolor-orange {
  background-color: #f35c27;
}

.esp-bgcolor-black {
  background-color: #000;
}

.esp-textcolor-darkgray {
  color: #202020;
}

.esp-textcolor-orange {
  color: #f35c27;
}

.esp-textcolor-red {
  color: #ff0033;
}

.esp-textcolor-white {
  color: #fff;
}

.esp-textcolor-white:hover {
  color: #fff;
}

header {
  position: relative;
}

.esp-topbar-inner {
  line-height: 49px;
}

.esp-section-wrapper {
  display: table;
  width: 100%;
}

.esp-section-wrapper-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}

.esp-align-right {
  text-align: right;
}

.top-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  position: relative;
  line-height: 50px;
  vertical-align: top;
}

.top-contact li,
.esp-top-bar-content .esp-section-wrapper-cell div {
  position: relative;
}

.esp-section-wrapper-cell:not(.esp-align-right) .top-contact li:first-child {
  padding-left: 0;
}

.top-contact li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  z-index: 1;
}

.top-contact li:not(:last-child):before {
  content: "";
  height: 22px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  background-color: rgba(255, 255, 255, 0.12);
}

.esp-topbar-wrapper .btn-contact_header {
  padding: 14px 23px 14px 23px;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px;
}

.top-contact li i {
  margin-right: 5px;
  color: #f35c27;
}

.esp-section-wrapper-cell a.btn-contact_header {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  vertical-align: middle;
  line-height: 20px;
  height: 100%;
}

.esp-top-bar-content .esp-section-wrapper-cell .dropdown_lang {
  display: inline-block;
  vertical-align: top;
}

.dropdown_lang .btn {
  background-color: transparent;
  height: 100%;
  padding: unset;
  line-height: unset;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.dropdown_lang .btn:hover,
.dropdown_lang .btn:focus {
  outline: none;
  color: #fff;
}

.dropdown-menu {
  max-width: 100px;
  text-align: center;
  right: 0;
  left: auto;
  padding: 0;
}

.dropdown-menu>li>a {
  color: #fff;
  padding: 5px 0;
}

.dropdown-menu>li>a:hover {
  background-color: #f35c27;
  color: #fff;
}

.esp_main-logo {
  float: left;
  padding: 20px 0 0 0;
}

.esp_main-logo a img {
  width: 85%;
}

.esp_menu {
  float: right;
}

.esp_menu .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse {
  padding: 0;
}

.navbar {
  margin-bottom: 0;
  min-height: auto;
}

.esp-section-wrapper-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #f35c27;
  border-bottom: 5px solid #f35c27;
}

.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 25px 30px;
}

.address_footer h5 {
  font-weight: 600;
}

.address_footer address {
  font-size: 12px;
  color: #9ca5af;
  letter-spacing: 1.2;
  line-height: 1.5;
}

.esp_footer-top {
  background: url(../../asset/images/bg_footer.png) no-repeat;
  background-position: 50% 100%;
  padding: 50px 0;
}

.btn-link {
  color: #fff;
  width: 80%;
  padding: 15px 40px;
  display: inline-block;
  position: relative;
  border: 2px solid #f35c27;
  transition: all ease 0.3s;
}

.btn-link i {
  float: right;
  vertical-align: middle;
  margin-top: 4px;
}

.btn-link:hover,
.btn-link-contact:hover {
  background-color: #0a1229;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}

.esp_column-footer-inner {
  margin-bottom: 20px;
}

.footer-info-group {
  margin: 10px 60px 0 auto;
}

.footer-info-group:last-child {
  margin-right: 0;
}

.footer-info-group .footer-info-icon i {
  color: #f35c27;
  font-size: 36px;
  margin-right: 15px;
  margin-top: 0;
  padding: 3px;
  text-align: center;
}

.footer-info-group .footer-info-labels {
  padding-left: 0px;
}

.footer-info-group .footer-info-labels h3 {
  margin: 5px 0 5px 0;
  font-weight: 600;
  font-size: 15px !important;
  color: #fff;
}

.footer-info-group .footer-info-labels h5 {
  color: #9ca5af;
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0;
}

footer .widget {
  clear: both;
  margin-bottom: 35px;
}

.widget_nav_menu h4 {
  font-weight: bold;
  margin-bottom: 45px;
}

.widget_nav_menu h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  margin-top: 15px;
  width: 50px;
  height: 4px;
  background-color: #f35c27;
}

.menu-quick-links-container ul {
  margin: 20px 0;
  padding: 0;
}

.menu-quick-links-container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.menu-quick-links-container ul li a {
  color: #9ca5af;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
}

.menu-quick-links-container ul li a i {
  color: #f35c27;
  margin-right: 10px;
}

.menu-quick-links-container ul li a:before {
  font-family: "Poppins", sans-serif;
  content: ">";
  top: 5px;
  left: 0;
  font-size: 16px;
  color: #f35c27;
  margin-right: 10px;
  float: left;
}

.menu-quick-links-container ul li a:hover {
  color: #fff;
}

.detail_text-footer {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.btn-link-contact {
  color: #fff;
  width: 100%;
  padding: 15px 40px;
  display: inline-block;
  position: relative;
  border: 2px solid #f35c27;
  transition: all ease 0.3s;
  margin: 25px 0 15px 0;
}

.btn-link-contact i {
  float: right;
  vertical-align: middle;
  margin-top: 4px;
}

.esp_footer-bottom {
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #1d263f;
}

.footer_bottom_line {
  padding: 30px 0;
  border-right: 1px solid #1d263f;
}

.footer_bottom_line p {
  margin: 0;
  padding: 0;
}

.footer_bottom_line a {
  color: #fff;
  display: block;
  text-align: center;
}

.footer_bottom_line a:hover {
  color: #f35c27;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f35c27 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0s 0.3s, transform 0.5s ease;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity 0.3s, visibility 0s 0s, transform 0.5s ease;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.item {
  height: 70vh;
}

.item img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  top: 0;
  left: 0;
  text-align: left;
  right: 0;
  bottom: 0;
  width: 1170px;
  margin: 0 auto;
}

.line_mask_loop {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 0;
  top: 20%;
  z-index: 5;
  visibility: visible;
}

.line_mask_wrap {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: visible;
}

.line_cover-index {
  z-index: 5;
  visibility: visible;
  border-color: rgb(119, 119, 119);
  border-style: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  color: rgb(255, 255, 255);
  width: 365px;
  height: 365px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: perspective(600px);
}

.line_cover-index img {
  height: 100%;
  width: 100%;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 15px;
  border-color: rgb(255, 255, 255);
  border-style: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
}

.caption-layer h4 {
  z-index: 6;
  visibility: visible;
  text-align: inherit;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 18px;
  border-color: rgb(119, 119, 119);
  border-style: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  color: rgb(242, 242, 242);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: perspective(600px);
}

.line_mask_loop-text {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 5%;
  top: 30%;
  z-index: 5;
  visibility: visible;
}

.line_mask_loop-text_jp {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 5%;
  top: 45%;
  z-index: 5;
  visibility: visible;
}

.line_mask_loop-text_jp h4 {
  z-index: 7;
  visibility: visible;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 30px;
  border-color: rgb(119, 119, 119);
  border-style: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: perspective(600px);
}

.line_mask_loop-btn {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 18%;
  top: 70%;
  z-index: 6;
  visibility: visible;
}

.btn-link-slide a {
  display: inline-block;
  margin: 0 10px;
}

.btn-link_about {
  padding: 10px 35px;
  color: #fff;
  border-radius: 5px;
}

.btn-link_product {
  padding: 10px 35px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 2px solid #fff;
}

.btn-link_about:hover {
  color: #fff;
  background-color: #0a1229;
}

.btn-link_product:hover {
  background-color: #f35c27;
  border: 2px solid #f35c27;
  color: #fff;
}

.main_content_slider {
  position: relative;
}

.main_category-index {
  padding: 100px 0;
  background: url(../../asset/images/arrow.png) no-repeat bottom;
}

.element-column,
.element-column_wrap {
  position: relative;
}

.img_category img {
  width: 100%;
  display: block;
}

.element-content_text {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.btn-link_category a {
  color: #fff;
  padding: 4px;
}

.element_subject-category h1 {
  padding-left: 25px;
  font-size: 30px;
}

.esp-video-icon {
  position: absolute;
  right: 5%;
  top: 65%;
  transform: translate(-50%, -50%);
}

.esp-video-icon a {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 52px;
  box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
  display: inline-block;
  text-indent: -9999px;
}

.esp-video-icon a:after {
  text-indent: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -8px;
  border-width: 8px 16px;
  border-style: solid;
  border-color: transparent;
  transition: all ease 0.3s;
}

.esp-video-icon.white a {
  background-color: #f35c27;
}

.esp-video-icon .circle {
  width: 66px;
  height: 66px;
  top: -8px;
  left: -8px;
}

.esp-video-icon .circle {
  position: absolute;
  border-radius: 100%;
  animation: circle-fade-inf 3s infinite ease-in-out;
  transition: all 0.5s;
}

.esp-video-icon.white .circle {
  border: 2px solid rgba(243, 92, 39, 0.4);
}

.esp-video-icon.white a:after {
  border-left-color: #fff;
}

.img_category img {
  border-radius: 20px;
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
}

.element-column_wrap:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px) !important;
  transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
}

@keyframes circle-fade-inf {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.main_news-content {
  position: relative;
  background-color: #fefefe !important;
}

.news-bg_layer-inner {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-size: cover !important;
  left: 0;
}

.news-bg_layer-inner .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.news-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 90%;
}

.content-news_list {
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all ease-out 0.2s;
}

.esp-news_column-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content-news_left {
  padding: 80px 0;
}

.news_date {
  margin-bottom: 15px;
}

.news_date i {
  color: #f35c27;
  margin-right: 15px;
  font-weight: 600;
}

.news-subject h5 a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: block;
  float: left;
  word-wrap: normal;
  padding-top: 2px;
  position: relative;
  width: 80%;
  line-height: 1.5;
}

.news-subject h5 a:hover {
  color: #f35c27;
}

.tag {
  font-size: 12px;
  padding: 5px 15px;
  margin-right: 15px;
  border-radius: 5px;
  display: block;
  float: left;
}

.news_list_box {
  margin-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 25px;
}

.news_list_box:last-child {
  border: none;
}

.page-nav {
  margin-bottom: 100px;
}

.pagination>li>a,
.pagination>li>span {
  border: none;
  color: #000;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #f35c27;
}

.pagination>li>a:hover {
  color: #f35c27;
  background-color: transparent;
}

.esp_header-subject_center {
  margin-bottom: 25px;
}

.esp_header-subject_center h1 {
  margin-bottom: 20px;
}

.heading-seperator:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fc6a20;
  width: 32px;
  bottom: 0;
  height: 6px;
  left: 50%;
  margin-left: -30px;
}

.heading-seperator span:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #0a1229;
  width: 32px;
  bottom: 0;
  height: 6px;
  left: 74px;
}

.heading-seperator {
  position: relative;
}

.link_readmore a {
  background-color: #202020;
  color: #fff;
  padding: 10px 25px;
  margin: 45px 0;
  display: block;
  border-radius: 5px;
}

.link_readmore a i {
  margin-left: 5px;
}

.link_readmore a:hover {
  background-color: #f35c27;
}

.element-lab_header {
  position: relative;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 100px 1px;
  background-image: url(../../asset/images/bg_lab.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.element-product_header {
  background-image: url(../../asset/images/bg_product.jpg);
  background-size: contain;
}

.element-about_header {
  background-image: url(../../asset/images/bg_about.jpg);
  background-size: contain;
  padding: 150px 0 60px 0;
}

.element-contact_header {
  background-image: url(../../asset/images/bg_contact.jpg);
  background-size: contain;
  padding: 150px 0 60px 0;
}

.element-maintenance_header {
  background-image: url(../../asset/images/bg_maintenance.jpg);
  background-size: contain;
  padding: 150px 0 60px 0;
}

.element-news_header {
  background-image: url(../../asset/images/bg_news-main.jpg);
  background-size: cover;
  padding: 150px 0 60px 0;
}

.element-maintenance_header .elementor-background-overlay {
  background-image: none;
}

.elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, #09051f 100%);
  opacity: 0.92;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

.elementer-subject_header h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5;
  font-weight: bold;
}

.elementer-subject_header {
  position: relative;
  opacity: 1;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 15px 0;
}

.breadcrumb>li+li:before {
  color: #fc6a20;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb>.active {
  color: #fc6a20;
}

.element-lab_content {
  padding: 100px 0;
}

.esp-main_heading .esp-custom-heading {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fc6a20;
  margin: 10px 0 5px 0;
}

.esp-main_heading .esp-custom-subject {
  margin: 0;
  word-wrap: break-word;
  color: #001659;
  font-weight: bold;
}

.esp-main_heading {
  position: relative;
  margin-bottom: 25px;
}

.element-lab_content-header .heading-seperator {
  position: relative;
  padding-bottom: 5px;
}

.element-lab_content-header .heading-seperator:before {
  left: 0%;
  margin-left: 0;
}

.heading-seperator span:before {
  left: 32px;
}

.element-lab_content-box {
  margin: 25px 0;
}

.element_content-box_inner h3 {
  color: #fa6742;
  margin-bottom: 15px;
  line-height: 1.5;
}

.element_content-box_inner p {
  line-height: 1.5;
  font-size: 16px;
}

.element-lab_content_img img {
  display: block;
  margin: 0 auto;
  padding: 25px 0;
}

.content-lab_heading {
  margin-bottom: 15px;
}

.content-lab_inner {
  padding: 0;
  margin-bottom: 15px;
}

.element-lab_content {
  background: url(../../asset/images/bg_lab.png) no-repeat center;
}

.element-lab_content-product {
  background-color: #f7f9fa;
  padding: 50px 0 150px 0;
}

.element-lab_content.element-maintenance_content {
  background: url(../../asset/images/top_service_bg.png) no-repeat center;
  background-size: cover;
}

.list-product_lab-item {
  position: relative;
  margin-bottom: 30px;
}

.list-product_lab-item .list-product-item_inner {
  position: relative;
  overflow: hidden;
}

.list_product-thumbnail {
  display: block;
}

.list_product-thumbnail_inner img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  height: 192px;
  max-width: 100%;
  width: 100%;
}

/* .list_product-thumbnail_inner:after {
    background: rgba(0,44,91,.5);
    content: "";
    transform: translateY(110%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
} */

.list_product-item_text {
  background-color: #0a1229;
  padding: 15px 15px;
  text-align: center;
  border-bottom: 3px solid #fc6a20;
  position: relative;
}

.list-text-box-content-inner h4 {
  margin: 0;
}

.list-text-box-content-inner h4 a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.list-text-box-content-inner h4 a:focus {
  outline: none;
}

.list-product_lab:hover .list_product-thumbnail_inner:after {
  transform: translateY(0);
}

.content-lab_list {
  margin: 15px 0;
  padding: 0;
  border: none;
}

.list_link {
  transform: scale(0);
  background: rgba(247, 250, 253, 0) none repeat scroll 0 0;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  transition: all 250ms ease 0s;
  -webkit-transition: all 250ms ease 0s;
  opacity: 0;
  visibility: hidden;
  color: #f35c27;
}

.list_link-inside {
  align-self: center;
  opacity: 1;
  transition: all 250ms ease 0s;
  -webkit-transition: all 250ms ease 0s;
  margin: 0 auto;
}

.list-product-item_inner:hover .list_link {
  background: rgba(247, 250, 253, 0.9) none repeat scroll 0 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list_link-inside i {
  font-size: 30px;
}

.list_product-thumbnail_inner {
  position: relative;
}

.contact_inner-footer-banner .footer-banner {
  background-color: #fc6a20;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(119, 126, 140, 0.17);
  box-shadow: 0px 19px 37px 0px rgba(0, 0, 0, 0.39);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 70px 60px 70px 60px;
  width: 100%;
  position: relative;
}

.contact_inner-footer-banner .pattern {
  border-radius: 4px 4px 4px 4px;
  background-image: url(../../asset/images/extendmauptechmapp.png);
  background-size: contain;
  opacity: 0.07;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contact-banner_footer {
  position: absolute;
  width: 90%;
  top: 20%;
  text-align: center;
}

.banner_footer-box h3 {
  display: inline;
}

.contact-banner_footer .elementor-icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  padding: 30px;
  border-radius: 50%;
  fill: #fff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.contact-banner_footer h3 {
  color: #fff;
  padding: 50px 25px;
  margin: 0;
}

.contact-banner_footer .container {
  z-index: 9;
  position: relative;
}

.contact-banner_footer a {
  background-color: #000;
  border: 2px solid #fc6a20;
  color: #fff;
  display: inline;
  padding: 10px 25px;
  text-align: center;
  width: auto;
  margin: 42px auto;
  border-radius: 5px;
}

.contact-banner_footer a:hover {
  background-color: transparent;
  border: 2px solid #fff;
}

.element-lab_header-product {
  padding: 30px 0;
}

.product_element-detail {
  padding: 50px 0 150px 0;
}

.cover-inner img {
  width: 100%;
}

.table-product {
  margin-top: 25px;
  margin-bottom: 25px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  font-size: 14px;
  letter-spacing: 1.5;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  font-size: 12px;
  vertical-align: middle;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 1px;
  background-color: #f35c27;
  color: #fff;
  font-weight: normal;
}

.element_content-box_inner h4 {
  color: #202022;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.content-lab_content-inner {
  padding: 0;
}

.element_content-box_inner img {
  display: block;
  margin: 0 auto;
}

.element_content-box_inner img.img-left {
  margin: 15px 0;
}

.element-lab_content-box {
  position: relative;
  clear: both;
}

.float-lf {
  float: left;
  display: block;
  margin: 0 auto;
}

.box.esp-bgcolor-grey {
  padding: 20px;
  display: inline-block;
}

.element_subject-category h1.esp_font-th {
  font-size: 30px;
}

.news_column_subject .heading-seperator:before {
  left: 65%;
}

.content-product_heading h3 i {
  color: #fc6a20;
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  padding-bottom: 5px;
  margin-right: 10px;
}

.list_product-thumbnail_inner img.main_list-pd {
  height: 216px;
  background-color: #fff;
}

.content-lab_content-inner h2 {
  color: #fc6a20;
}

.element_content-box_inner h4.esp-textcolor-orange {
  color: #fc6a20;
}

dd table td.bgline {
  background-image: url(../images/product/pj/bg_table_line.gif);
  background-repeat: repeat-x;
  background-position: center center;
}

table .bc01 {
  background-color: #eceeef;
}

table .bc02 {
  background-color: #b1bdbf;
}

table .bc03 {
  background-color: #d8dedf;
}

table .bd {
  border: 1px solid #cccccc;
  font-size: 14px;
}

table .bdno {
  border: none !important;
}

table .bcno {
  background-color: #fff;
}

dd table,
.table_style table {
  text-align: center;
  text-height: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

dd table th {
  color: #fff;
  background-color: #859699;
  border: 1px solid #cccccc;
  height: 36px;
  line-height: 28px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

dd table td,
.table_style table td {
  line-height: 1.4em;
  padding: 5px;
  border-collapse: separate;
  border-spacing: 0;
}

dd table td.w1em {
  width: 1em !important;
}

dd table td.w12p {
  width: 12px;
  line-height: 1em;
  padding: 0;
}

dd table td.w144p {
  width: 144px !important;
}

dd table th.w15p {
  width: 15px !important;
  padding: 0px !important;
}

dd table th.w101p {
  width: 101px !important;
  padding: 0px !important;
}

dd table th.w121p {
  width: 121px !important;
  padding: 0px !important;
}

dd table th.w161p {
  width: 161px !important;
  padding: 0px !important;
}

#pj table td span {
  padding-left: 0px;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd0 {
  padding: 0 !important;
}

.height8 {
  height: 8px !important;
  padding: 0;
}

.txt_indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

table.tb_data {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #666;
}

table.tb_data th,
table.tb_data td {
  border: 1px solid #666;
  padding: 2px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

table.tb_data th {
  height: auto;
  background-color: #ccc;
  color: #333;
}

table.tb_data tr td.cell_head,
table.tb_data tr td:nth-of-type(1) {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  white-space: nowrap;
}

table.tb_data.vertical1 th,
table.tb_data.vertical1 td {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

table.tb_data.vertical2 th,
table.tb_data.vertical2 td {
  padding-right: 2px;
  padding-left: 2px;
  text-align: left;
}

table.tb_data.vertical1 th,
table.tb_data.vertical2 th {
  white-space: nowrap;
}

table.tb_data.vertical1 tr td:nth-of-type(1),
table.tb_data.vertical2 tr td:nth-of-type(1) {
  white-space: normal;
}

table.tb_data.vertical2 tr td:nth-of-type(1) {
  padding-right: 2px;
  padding-left: 2px;
}

table.tb_data.type1 td {
  text-align: left;
}

table.tb_data.type1 tr td:nth-of-type(1),
table.tb_data.type2 tr td:nth-of-type(1) {
  padding: 2px;
  white-space: normal;
}

table.tb_data.page_break {
  margin-top: -1px;
}

table.tb_data tr td.cell_left {
  text-align: left;
}

table.tb_data tr td.cell_center {
  text-align: center;
}

table.tb_data tr td.cell_nw {
  white-space: nowrap;
}

table.tb_data span {
  margin: 0;
  padding: 0;
}

.tah .f_left table.tb_data p {
  margin-bottom: 0;
}

table.tb_data ul,
table.tb_data ol,
table.tb_data ul li,
table.tb_data ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table.tb_data ul.list_basic {
  padding-left: 15px;
}

table.tb_data ul.list_basic li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 3px;
  text-align: left;
}

table.tb_data ol.list_basic {
  padding-left: 15px;
}

table.tb_data ol.list_basic li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 10px;
  text-align: left;
}

img.icon_new_for_table {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.element-lab_content_img-right img {
  float: right;
  position: relative;
}

.element-lab_content_img-right a {
  display: block;
  color: #000;
}

.element-lab_content_img-right p {
  display: block;
  clear: both;
  width: 100%;
}

.element_content-box_inner ul {
  padding: 0 0 0 20px;
}

.element_content-box_inner ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.link_arrow {
  background: url(../images/product/tsa/icon_arrow.png) no-repeat left 0.3em transparent;
  padding-left: 15px;
}

.link_arrow img {
  vertical-align: middle;
  display: inline;
  margin: 0 5px;
  padding: 0;
}

.ft-right a {
  float: right;
  display: block;
  width: 100%;
  background-position: 75%;
  text-align: right;
}

.element_content-box_inner ul.ho_list {
  margin-bottom: 20px;
  padding: 0;
}

.ho_list li {
  display: inline;
  list-style-type: disc;
  padding: 0 10px;
}

.ho_list li:first-child {
  padding-left: 0;
}

.ho_list li i {
  font-size: 6px;
  vertical-align: middle;
  margin-right: 5px;
}

table.bc_s {
  border-collapse: separate;
  border-spacing: 0;
}

table.bc_s th,
table.bc_s td {
  position: relative;
}

table.border {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

table.type01 th,
table.type01 td {
  text-align: left;
  vertical-align: middle;
}

table.border.w400 {
  width: 400px;
}

table.border th {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 2px;
}

table.border td {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 2px;
}

table td span {
  padding-left: 30px;
}

table td.nr {
  white-space: nowrap;
  line-height: 1.4em;
}

table .wb {
  word-break: break-all;
}

table .wfix {
  table-layout: fixed;
}

table.border td {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 2px;
}

.bgc {
  background-color: #ccc !important;
}

#tsatemp table.tb_data tr th.cell3 {
  width: 9em;
}

#tsatemp table.tb_data tr th.cell1 {
  width: 2em;
}

#tsatemp table.tb_data tr th.cell2 {
  width: 8em;
}

.bgf {
  background-color: #fff !important;
}

.content-about_heading .heading-seperator:before {
  left: 30px;
}

.content-about_box {
  padding: 50px 0;
}

.element-about_content {
  padding: 30px 0;
}

.element-about_content-inner h4 {
  margin-bottom: 20px;
}

.element-about_content-inner p {
  font-size: 16px;
  letter-spacing: 1.5;
  line-height: 1.5;
}

.element-about_content-box_black {
  padding: 30px;
  margin: -70px 0 0 0;
}

.element-about-box_list {
  border-bottom: 1px solid #333;
}

.element-about-box_list h4 {
  margin: 15px 0;
}

.element-about-box_list p {
  margin-bottom: 15px;
}

.element-about-box_list:last-child {
  border: none;
}

.content-about_box-img {
  padding: 50px 0;
}

.content-about_box-img img {
  display: block;
  margin: 0 auto;
}

.element-about_content-main {
  padding: 0 0 100px 0;
  background: url(../../asset/images/bg_lab.png) no-repeat center;
}

.element-contact_content-main {
  position: relative;
}

.element-contact_address-box-r {
  background-color: #f7f9fe !important;
  padding: 50px 366px 50px 30px;
}

.element-contact_address-box {
  padding: 50px 30px 50px 366px;
}

.content-lab_heading,
.element-contact_content-main .container-fluid {
  padding: 0;
}

.esp-info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  vertical-align: middle;
}

.esp-info-address {
  position: relative;
  width: 100%;
  margin: 25px 0;
  border-bottom: 1px solid #ebebeb;
}

.esp-info-icon i {
  color: #fff;
  background-color: #f35c27;
  padding: 10px 13px;
  border-radius: 50%;
  font-size: 20px;
}

.esp-info-icon {
  position: relative;
  margin-right: 15px;
  padding-top: 15px;
}

.esp-info-group p {
  line-height: 1.8;
}

.esp-info-labels a {
  color: #000;
  text-decoration: none;
}

.esp-info-labels a:hover {
  color: #f35c27;
}

.esp-info-address:last-child {
  border: none;
}

.content-form_content {
  margin: 25px 0;
}

.content-form_content .form-horizontal .control-label {
  text-align: left;
}

.content-form_btn a.btn-send {
  margin: 35px 0;
  background-color: #000325;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
}

.text-under-heading {
  margin: 20px 0;
  font-size: 16px;
}

.element-maintenance_content .list_product-thumbnail_inner img.main_list-pd {
  height: auto;
  background-color: #fff;
}

.content-inquiry_form {
  margin: 30px 0;
  padding: 0;
}

.inquiry_form {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.inquiry_form_inner {
  border-bottom: 1px solid #eceeef;
  padding: 15px 0;
}

.inquiry_form_heading h4 {
  margin: 7% 0;
  font-size: 20px;
}

.inquiry_form_heading-l img,
.inquiry_form_heading-r img {
  display: block;
  margin: 0 auto;
}

.inquiry_form_heading-l {
  border-right: 1px solid #eceeef;
}

.inquiry_form_heading-r {
  border-left: 1px solid #eceeef;
}

.inquiry_form_inner .form-horizontal .control-label,
.form-horizontal .fill_gray_r .control-label,
.inquiry_form_inner-textarea .form-horizontal .control-label,
.form-horizontal .fill_gray_full .control-label {
  text-align: left;
}

.inquiry_form_fill2 {
  padding: 20px 0;
}

.fill_gray {
  background-color: #f2f2f2;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 25px;
}

.fill_gray_l h5 {
  font-size: 16px;
  line-height: 1.5;
}

.fill_gray_l {
  padding: 25px;
}

.fill_gray_r {
  padding: 25px 15px 10px 15px;
  border-left: 1px solid #e7e7e7;
}

.checkbox-inline {
  margin: 0 15px;
}

.fill_gray_inner {
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.fill_gray_inner:last-child {
  border: none;
}

.form-horizontal .form-group {
  margin: 0 0 15px 0;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.fill_gray_full {
  padding: 20px;
}

.fill_gray_full h5 {
  font-size: 16px;
}

.text-footer_form {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.sign-footer_form {
  padding: 0;
  margin: 15px 0;
  color: #656565;
}

input[type="file"] {
  display: block;
  width: 100%;
}

.fill_Upload {
  padding: 50px 15px;
}

table.forminq {
  background-color: #fff;
}

.table-bordered.forminq>tbody>tr>td {
  font-size: 14px;
}

.table-bordered.forminq>tbody>tr>td .form-control {
  margin: 0;
  height: 100%;
  border: none;
}

.table>tbody>tr>td {
  padding: 5px;
}

.inquiry_form_heading-r h5 {
  font-size: 12px;
}

.inquiry_form_heading-r p {
  font-size: 10px;
}

.control-label {
  padding-top: 7px;
}

.checkbox-inline {
  margin-bottom: 10px !important;
}

.sub_heading_mainform {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px 15px 25px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}

.service_content-text h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.service_content-text p {
  font-size: 12px;
}

.content-lab_list {
  padding: 0;
  margin: 0;
}

.content-lab_list-b {
  border-bottom: 1px solid #eceeef;
}

.content-service_list-inner {
  border-right: 1px solid #eceeef;
  padding: 35px 20px;
}

.btn-service {
  background-color: #f35c27;
  color: #fff;
  padding: 7px 25px;
  margin: 10px 0;
  display: inline-block;
}

.btn-service:hover {
  background-color: #000325;
  color: #fff;
  padding: 7px 25px;
  margin: 10px 0;
  display: inline-block;
}

.btn-service i {
  margin-left: 10px;
}

.content-service_list-inner:last-child {
  border: none;
}

.content-lab_list.last {
  border: none;
}

.workflow-img {
  margin: 35px 0;
}

.element_download-icon-company a {
  background-color: #333;
  color: #fff;
  padding: 10px 25px;
  margin: 15px 5px;
  display: inline-block;
  border-radius: 5px;
}

.element_download-icon-company a:hover {
  background-color: #f35c27;
  color: #fff;
}

.forminq.table>tbody>tr>td {
  padding: 0;
}

.bullet-icon-content i {
  font-size: 9px;
  vertical-align: middle;
  margin-right: 10px;
}

.content-lab_list-main {
  margin: 15px 0 25px 0;
}

.table-text-red {
  color: #ff0033;
  padding-left: 10px !important;
  display: inline-block;
  font-weight: 600;
}

.ft-right a i {
  color: #fc6a20;
  font-size: 12px;
}

table.tb_data ul.list_basic li ul {
  margin: -1.5em 0 0 7em;
  list-style-type: none;
}

table.tb_data ul.list_basic li ul li {
  list-style: none;
}

.element-news_content-main {
  padding: 80px 0;
}

.year_list-news {
  padding: 20px 15px;
  background-color: #f7f9fe;
}

.year_list-news ul {
  margin: 0;
  padding: 0;
}

.year_list-news ul li {
  list-style: none;
  margin-bottom: 15px;
}

.year_list-news ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.year_list-news ul li a i {
  color: #fa6742;
  padding-top: 5px;
}

.content-news_main {
  padding: 50px;
}

.content-news_detail {
  padding: 20px 0;
}

.subject-news_detail h3 {
  margin-bottom: 25px;
}

.date_tag i {
  color: #fc6a20;
  font-size: 14px;
  margin-right: 10px;
}

.date_tag p {
  font-size: 14px;
  font-weight: 600;
}

.date_tag .tag {
  vertical-align: auto;
  margin-left: 15px;
}

.subject-news_detail {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}

.img-news_content img {
  margin: 35px auto;
  display: block;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 700;
}

.cc-submit {
  color: rgb(255, 255, 255);
  background-color: #f35c27;
}

.cc-window.cc-submit {
  padding: 10px 20px 10px 20px;
  width: 80%;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 10%;
  right: 10%;
  bottom: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.cc-submit .cc-text {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-text p {
  font-size: 12px;
  margin-bottom: 0px;
}

.cc-text p strong {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.cc-link {
  display: inline-block;
  padding: 0.2em;
  color: #000;
  font-weight: 600;
}

a:hover.cc-link {
  color: #000;
}

.cc-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-btn {
  display: block;
  padding: 15px;
  font-size: 0.9em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #111;
  border-color: transparent;
  border-radius: 0;
  min-width: 90px;
  letter-spacing: 1.3px;
}

a:hover.cc-btn {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.img-pr img {
  display: block;
  margin: 15px auto;
}

.mt-2 {
  margin: 30px 0 0 0;
}

.content-lab_content-ul {
  padding: 25px;
  background-color: #fff;
}

.content-list ul {
  padding-left: 20px;
}

.content-list ul li {
  margin-bottom: 10px;
  font-family: "Poppins", "M PLUS Rounded 1c", "Prompt", sans-serif;
}

.content-list-p {
  margin: 15px 0;
  font-weight: 700;
  color: #ff0033;
  font-family: "Poppins", "M PLUS Rounded 1c", "Prompt", sans-serif;
}

.content-list-p p {
  margin: 0;
}

.element-recruitment_content-main .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));
}

.contact_inner-footer-banner.for-test {
  background-color: #f7f9fa;
}

.element-recruitment_content-main {
  padding: 100px 0;
}

.content-recruitment_box {
  margin: 30px 0;
}

.re_box-img,
.re_box-text {
  flex: 0 0 auto;
  width: 50%;
  padding: 0;
}

.re_box-text .esp-bgcolor-darkgray {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.re_box-text .esp-bgcolor-darkgray h5 {
  font-size: 24px;
  margin: 0 0 25px 0;
}

.re_box-text .esp-bgcolor-darkgray p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.5;
}

.re_box-img_inner {
  height: 100%;
}

.element-recruit_content-header {
  text-align: center;
  margin-bottom: 50px;
}

.element-recruitment_content_gray {
  background-color: #f0f0f0;
  margin: 30px 0 60px 0;
  padding: 100px 0;
}

.element-recruit_content-header h1 {
  color: #001659;
  margin: 0 0 15px;
  letter-spacing: normal;
  font-weight: 800;
  font-size: 48px;
}

.element-recruit_content-header h4 {
  color: #f35c27;
  font-weight: 900;
}

.seprator {
  border-radius: 3px;
  margin: 17px auto 23px;
  position: relative;
  height: 5px;
  background: #f35c27;
  width: 80px;
  background: transparent;
  margin-top: 0;
}

.seprator:after,
.seprator:before {
  height: 5px;
  background: #f35c27;
  border-radius: 3px;
  position: absolute;
  top: 0;
  content: "";
}

.seprator:before {
  width: 52px;
  left: 0;
}

.seprator:after {
  width: 24px;
  right: 0;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #f9f9fa;
  padding: 0;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.5s ease;
}

ul.accordion-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15) !important;
}

ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
  color: #fff;
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 20px;
  background-color: #111;
  color: #fff;
}

ul.accordion-list li.active h3,
ul.accordion-list li:hover h3 {
  background-color: #001659;
  color: #fff;
}

ul.accordion-list li h3:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

ul.accordion-list li div.job_detail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
}

ul.accordion-list li div.job_detail p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.post-date {
  display: flex;
  justify-content: end;
  align-items: center;
}

ul.accordion-list li div.job_detail .post-date p {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  border-radius: 5px;
  font-size: 12px;
}

.accordion-list-heading {
  display: flex;
  align-items: center;
  margin: 15px 0 30px 0;
}

.accordion-list-heading h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #111111;
}

.accordion-list-heading h2 i {
  color: #fc6a20;
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

.qualification_box-inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

.qualification_list {
  display: flex;
  justify-content: left;
  padding: 0 20px;
  align-items: center;
}

.list-text {
  width: 30%;
}

.qualification_list:nth-child(even) {
  background-color: #f2f2f2;
}

ul.accordion-list li .fw-bold h5 {
  font-weight: bold;
  margin: 0 !important;
  padding: 10px 0 !important;
}

ul.accordion-list li .list-text p {
  margin: 0 !important;
  padding: 10px 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.job_description_box {
  margin: 50px 0 15px 0;
}

.job_description {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

ul.accordion-list li div.job_detail .job_description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.element_btn-apply a {
  background-color: #f35c27;
  color: #fff;
  padding: 10px 25px;
  margin: 15px 5px;
  display: inline-block;
  border-radius: 5px;
}

.element_btn-apply a i {
  margin-left: 5px;
}

.element_btn-apply a:hover {
  background-color: #001659;
  color: #fff;
}

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

.list-welfare-inner ul li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}

.list-welfare-inner ul li i {
  font-size: 12px;
  color: #f35c27;
  margin-right: 10px;
}

.list-welfare-inner {
  padding: 0;
  margin: 30px 0;
}

.content-apply_box {
  padding: 0;
  margin: 30px 0;
}

.apply_box-border {
  background-color: rgba(243, 92, 39, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #fc6a20;
}

.content-consent_box {
  margin: 15px 0;
}

.consent_box-border {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid rgba(243, 92, 39, 0.35);
  background-color: rgba(243, 92, 39, 0.05);
}

.apply-heading h4 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}

.form-select {
  margin: 20px 0;
}

.radio-inline {
  font-size: 16px;
  margin-right: 30px;
}

.apply-box_inner {
  border-top: 1px solid #eceeef;
}

.pe-3 {
  margin-right: 10px;
}

.apply-box_inner .form-group {
  display: flex;
  align-items: center;
}

.apply-box_inner {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
}

.positon-box {
  margin-bottom: 10px;
}

.positon-box h3 {
  font-size: 20px;
  font-weight: bold;
}

.positon-box h3 span {
  color: #f35c27;
  margin-left: 10px;
}

.apply-heading h4.esp-textcolor-orange {
  color: #f35c27;
}

.apply_box-gray-inner {
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 25px;
}

.form_upload input {
  padding: 0;
}

.control-label span {
  color: #ff0033;
}

.policy_box-inner {
  margin: 15px 0 25px 0;
  background-color: #fff;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #eee;
}

.policy_box-inner p {
  font-size: 14px;
  line-height: 1.5;
}

.successfully {
  padding: 100px 0;
}

.successfully-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.successfully-inner h3 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

.my-3 {
  margin: 20px 0;
}

.heading-accordion {
  background-color: #f35c27;
  color: #fff;
  padding: 20px;
}

.heading-accordion h3 {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
}

.empty_jop-inner {
  background-color: #fff;
  padding: 70px 100px 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 40px;
}

.empty_jop-inner p {
  font-size: 20px;
  text-align: center;
}

.list-drop_inner {
  border: 1px solid rgba(243, 92, 39, 0.35);
  background-color: rgba(243, 92, 39, 0.15);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  border-radius: 5px;
  text-align: center;
}

.list-drop_inner h3,
.list-drop_inner h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.list-drop_inner img {
  filter: invert(99%) sepia(1%) saturate(306%) hue-rotate(120deg) brightness(116%) contrast(100%);
  width: 35px;
  margin-right: 10px;
}

.list-drop_inner a {
  display: flex;
  background-color: #f35c27;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  margin: 25px 0 15px 0;
  text-align: center;
  align-items: center;
}

.list-drop_inner a:hover {
  background-color: #001659;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
  /* นุ่มเวลา fade ออก */
}

.popup-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.popup-content {
  position: relative;
  max-width: 1200px;
  width: 90%;
  transform: scale(1);
  transition: transform 0.4s ease;
  /* zoom ออกตอนปิด */
}

.popup-overlay.fade-out .popup-content {
  transform: scale(0.9);
}

.popup-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: scale(1.2);
}

#esp-cmp-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f47920;
  color: #fff;
  z-index: 99990;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3);
}

#esp-cmp-banner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  flex: 1;
  min-width: 200px;
}

#esp-cmp-banner a.esp-cmp-pp {
  color: #000;
  font-weight: 700;
}

#esp-cmp-banner a:hover.esp-cmp-pp {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}

.esp-cmp-banner-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 15%;
}

.esp-cmp-banner-btns button {
  padding: 13px 18px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 600;
}

#esp-btn-allow-all {
  background: #222;
  color: #fff;
}

#esp-btn-customize {
  background: #222;
  color: #fff;
}

#esp-btn-deny {
  background: #222;
  color: #fff;
}

/* ---- Cookie icon ---- */
#esp-cmp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f47920;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99990;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/* ---- Settings popup ---- */
#esp-cmp-settings {
  position: fixed;
  bottom: 80px;
  left: 20px;
  width: 320px;
  background: #fff;
  color: #333;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 99991;
  display: none;
  font-size: 13px;
}

#esp-cmp-settings .esp-cs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f0d0b0;
  font-weight: 700;
  font-size: 14px;
  background: #f47920;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

#esp-cmp-settings .esp-cs-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

#esp-cs-state {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

#esp-cs-state h6 {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

#esp-cs-state ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#esp-cs-state ul li {
  font-size: 12px;
  padding: 2px 0;
}

#esp-cs-state ul li.esp-accepted {
  color: #2e7d32;
}

#esp-cs-state ul li.esp-accepted::before {
  content: "✓ ";
}

#esp-cs-state ul li.esp-denied {
  color: #aaa;
}

#esp-cs-state ul li.esp-denied::before {
  content: "✗ ";
}

#esp-cs-details-toggle {
  padding: 6px 16px;
  font-size: 12px;
  color: #f47920;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#esp-cs-details-box {
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  display: none;
  background: #f9f9f9;
}

#esp-cs-details-box p {
  margin: 2px 0;
}

.esp-cs-footer {
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}

.esp-cs-footer button {
  flex: 1;
  padding: 8px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  border: none;
}

#esp-btn-withdraw {
  background: #eee;
  color: #333;
}

#esp-btn-withdraw:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#esp-btn-change {
  background: #f47920;
  color: #fff;
}

/* ---- Details popup (Customize) ---- */
#esp-cmp-details {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  max-width: 96vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
  z-index: 99995;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

#esp-cmp-details .esp-cd-header {
  background: #f47920;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#esp-cmp-details .esp-cd-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

#esp-cmp-details .esp-cd-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.esp-cd-tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
  background: #fff;
}

.esp-cd-tab {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  color: #999;
  font-weight: 600;
  transition: color 0.2s;
}

.esp-cd-tab:hover {
  color: #f47920;
}

.esp-cd-tab.active {
  color: #f47920;
  border-bottom-color: #f47920;
}

.esp-cd-body {
  padding: 20px 24px;
  overflow-y: auto;
  flex: 1;
}

.esp-cd-tab-content {
  display: none;
}

.esp-cd-tab-content.active {
  display: block;
}

/* Category accordion */
.esp-cat-item {
  border: 1px solid #f0d0b0;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}

.esp-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  background: #fff8f3;
}

.esp-cat-header .esp-cat-title {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.esp-cat-header .esp-cat-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.esp-cat-desc {
  padding: 12px 18px 16px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #f0d0b0;
  background: #fff;
}

/* Toggle switch */
.esp-toggle {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.esp-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.esp-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 24px;
  transition: 0.3s;
}

.esp-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked+.esp-toggle-slider {
  background: #f47920;
}

input:checked+.esp-toggle-slider:before {
  transform: translateX(18px);
}

input:disabled+.esp-toggle-slider {
  opacity: 1;
  cursor: not-allowed;
}

/* Details footer — full width equal buttons with padding */
.esp-cd-footer {
  padding: 12px 20px;
  border-top: 2px solid #f47920;
  background: #fff8f3;
  display: flex;
  gap: 10px;
}

.esp-cd-footer button {
  flex: 1;
  padding: 12px 0;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

#esp-btn-cd-deny {
  background: #222;
  color: #fff;
}

#esp-btn-cd-selection {
  background: #444;
  color: #fff;
}

#esp-btn-cd-allow-all {
  background: #f47920;
  color: #fff;
}

/* Overlay */
#esp-cmp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99994;
}

/* Category count badge */
.esp-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Category & provider arrows */
.esp-cat-arrow {
  font-size: 10px;
  color: #aaa;
  flex-shrink: 0;
}

.esp-prov-arrow {
  font-size: 10px;
  color: #aaa;
  flex-shrink: 0;
}

/* Category body */
.esp-cat-body {
  padding: 0;
}

/* Providers wrapper */
.esp-providers-wrap {
  padding: 0 18px 14px;
  background: #fff;
}

/* Provider accordion */
.esp-provider-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-top: 10px;
  overflow: hidden;
}

.esp-provider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  background: #fafafa;
}

.esp-provider-header:hover {
  background: #f5f5f5;
}

.esp-provider-name {
  font-weight: 700;
  font-size: 13px;
  color: #222;
}

/* Provider body */
.esp-provider-body {
  padding: 12px 16px 16px;
  border-top: 1px solid #eee;
  background: #fff;
}

.esp-learn-more {
  display: inline-block;
  margin-bottom: 12px;
  color: #f47920;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.esp-learn-more:hover {
  text-decoration: underline;
}

/* Cookie card */
.esp-cookie-card {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}

.esp-cookie-card:last-child {
  margin-bottom: 0;
}

.esp-cookie-card-name {
  font-weight: 700;
  font-size: 13px;
  color: #222;
  margin-bottom: 6px;
}

.esp-cookie-card-desc {
  font-size: 12px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

.esp-cookie-card-meta {
  display: flex;
  gap: 24px;
  font-size: 12px;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  flex-wrap: wrap;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* Responsive */
@media (max-width: 640px) {
  #esp-cmp-details {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    border-radius: 12px 12px 0 0;
    max-height: 90vh;
  }

  #esp-cmp-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .esp-cmp-banner-btns {
    width: 100%;
    justify-content: flex-end;
  }

  .esp-cd-body {
    padding: 16px;
  }

  .esp-providers-wrap {
    padding: 0 12px 12px;
  }

  .esp-cookie-card-meta {
    flex-direction: column;
    gap: 4px;
  }
}

a:focus {
    outline: none;
}