.breadcrumb__item {
  text-transform: capitalize;
}
html[lang="zh-hant"] body{
  font-family: "Noto Sans TC", "Inter", "Noto Sans SC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

html[lang="zh-hans"] body{
  font-family: "Noto Sans SC", "Inter", "Noto Sans TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}


/* .img-popup__container.w-custom {
  width: 70%;
  padding-bottom: 35%;
} */

.img-popup__btn:focus-visible {
  outline: none;
}

.news-detail p a {
  color: #0000ee;
}

.news-grid__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.header__nav .header__nav-item span {
  text-transform: capitalize;
}

.form__input,
.form__input:focus-visible,
input.search-form__input,
input#query:focus-visible {
  outline: none;
}

.page__item {
  display: block;
}

.cust-checkbox__grp .custom-checkbox:first-child .wpcf7-list-item.first.last {
  margin: 0;
}

.custom-checkbox {
  margin-bottom: 14px;
}

.gfield_required {
  visibility: hidden;
  font-size: 0;
}

.conact-us-form .gfield_label {
  opacity: 0;
  font-size: 0.875rem;
  transition: all 0.4s;
}

.conact-us-form .gform_title {
  display: none;
}

.conact-us-form .gfield--type-checkbox {
  border: none;
  padding: 0;
}

.conact-us-form .gfield_checkbox {
  display: flex;
}

.conact-us-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 150px;
  padding: 12px 18px;
  border: 1px solid #bcbdc0;
  font-size: 1rem;
}

.conact-us-form .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 28px;
}

.conact-us-form #field_7_1,
.conact-us-form #field_6_1,
.conact-us-form #field_5_1 {
  grid-area: 1 / 1 / 2 / 3;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form #field_7_3,
.conact-us-form #field_6_3,
.conact-us-form #field_5_3 {
  grid-area: 2 / 1 / 3 / 2;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form #field_7_4,
.conact-us-form #field_6_4,
.conact-us-form #field_5_4 {
  grid-area: 2 / 2 / 3 / 3;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form #field_7_5,
.conact-us-form #field_6_5,
.conact-us-form #field_5_5 {
  grid-area: 3 / 1 / 4 / 2;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form #field_7_6,
.conact-us-form #field_6_6,
.conact-us-form #field_5_6 {
  grid-area: 3 / 2 / 4 / 3;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form #field_7_7,
.conact-us-form #field_6_7,
.conact-us-form #field_5_7 {
  grid-area: 4 / 1 / 5 / 3;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
  display: flex;
}

.conact-us-form #field_7_9,
.conact-us-form #field_6_9,
.conact-us-form #field_5_9 {
  grid-area: 5 / 1 / 6 / 3;
  transition: opacity 0.5s, translate 0.5s, transform 0.5s;
}

.conact-us-form .ginput_container.ginput_container_textarea,
.conact-us-form .ginput_container.ginput_container_checkbox {
  border: none;
}

.conact-us-form .ginput_container textarea,
.conact-us-form .ginput_container input:focus-visible,
.conact-us-form .ginput_container input:focus {
  outline: none;
}

.conact-us-form .ginput_container input {
  display: block;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px #bcbdc0 solid;
  font-size: 1rem;
}

.conact-us-form .gfield_checkbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

.conact-us-form .gchoice {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}

.conact-us-form input#gform_submit_button_7,
.conact-us-form input#gform_submit_button_6,
.conact-us-form input#gform_submit_button_5 {
  border-color: #1242af;
  color: #fff;
  background-color: #1242af;
  display: inline-block;
  min-width: 140px;
  padding: 15px 28px;
  border: 1px solid #edfaff;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s color ease;
}

.conact-us-form input#gform_submit_button_7:hover,
.conact-us-form input#gform_submit_button_6:hover,
.conact-us-form input#gform_submit_button_5:hover {
  border-color: #1242af;
  color: #1242af;
  background-color: #edfaff;
}

.gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.conact-us-form .gform_wrapper {
  display: block !important;
}

.conact-us-form .gfield_validation_message {
  color: red;
  padding-top: 5px;
  font-size: 14px;
}

.conact-us-form .gform_submission_error.hide_summary {
  font-size: 16px;
  font-weight: 400;
  /* display: none; */
}

.conact-us-form .gfield--type-checkbox .gfield_label,
.conact-us-form .gfield--type-textarea .gfield_label {
  display: none;
}

.conact-us-form .ginput_container_checkbox {
  display: flex;
}

@media screen and (max-width: 767px) {
		.footer__logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw 6vw;
  margin: 5vw auto;
  padding: 0;
}
.footer__logo-list img {
  max-height: 9vw;
  object-fit: contain;
}
 
.footer__logo-list img:nth-child(-n+4) {
  flex: 0 0 calc(100% / 9);
  margin: 0;
  padding: 0;
  max-width: inherit;
  width: unset;
}
 
.footer__logo-list img:nth-child(n+5) {
  flex: 0 0 calc(100% / 7);
}
  .conact-us-form .gform_fields {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .conact-us-form #field_7_1,
  .conact-us-form #field_6_1,
  .conact-us-form #field_5_1,
  .conact-us-form #field_7_3,
  .conact-us-form #field_6_3,
  .conact-us-form #field_5_3,
  .conact-us-form #field_7_4,
  .conact-us-form #field_6_4,
  .conact-us-form #field_5_4,
  .conact-us-form #field_7_5,
  .conact-us-form #field_6_5,
  .conact-us-form #field_5_5,
  .conact-us-form #field_7_6,
  .conact-us-form #field_6_6,
  .conact-us-form #field_5_6,
  .conact-us-form #field_7_7,
  .conact-us-form #field_6_7,
  .conact-us-form #field_5_7,
  .conact-us-form #field_7_9,
  .conact-us-form #field_6_9,
  .conact-us-form #field_5_9 {
    grid-area: auto;
  }
}

.dark-bg {
  position: relative;
}

.dark-bg:before {
  content: "";
  background: #00000020 !important;
  top: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

.vision-blk__item:last-child .vision-blk__subtitle {
  white-space: nowrap;
  display: inline-block;
}

h2.lead-in__title._normal.custom-fz-18 {
  font-size: 18px;
}

.prod-line__item img {
  height: 268px;
  object-fit: cover;
}

.page-template-sustainable-production .scroll-table + .btn {
  margin-top: 20px;
}

.page-template-sustainable-production .table-overlay:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .prod-line__item img {
    height: 138px;
  }
}

.section-custom-image .wrapper {
  padding: 0 150px;
}

.section-custom-image .logo-list {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .section-custom-image .wrapper {
    padding: 0px 38px;
  }

  .section-custom-image .wrapper .two-blk__container {
    gap: 35px !important;
  }

  .section-custom-image .logo-list {
    padding-top: 20px;
  }
  .vision-blk__item:last-child .vision-blk__subtitle {
    white-space: break-spaces;
  }
}

.section-custom-image .wrapper .two-blk__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.section-custom-image .wrapper .two-blk__container .two-blk__img {
  width: 100%;
}

.title-h2 {
  padding: 0 24px;
  font-size: 1.95rem;
  font-weight: 600;
}

.sec-table__table.no_border_table thead tr th:first-child,
.sec-table__table._border_table thead tr th {
  font-size: 1.5rem;
  font-weight: 600;
}

.sec-table__table._border_table thead tr th {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

.sec-table__table._border_table tbody td {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}

.sec-table__table._border_table thead tr th:last-child,
.sec-table__table._border_table tbody td:last-child {
  border-right: 0;
}

.display-none {
  opacity: 0;
}

table.sec-table__table._border_table tbody tr:last-child td {
  border-bottom: none;
}

.logo-list._large_size img {
  height: 75px;
}

.p_top {
  padding-top: 15px !important;
}

.sec.two-blk.section-custom-image {
  padding-top: 0 !important;
}

.two-blk__image img {
  height: 385px;
  width: 100%;
  object-fit: cover;
}

.two-blk__image_title {
  padding-top: 15px;
  font-size: 1.5rem;
}

._h_gap_68 {
  gap: 68px;
}

.p_top_0 {
  padding-top: 0 !important;
}

/* 14/04/2025 */
.header__nav a.hovered:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: transparent;
  bottom: -20px;
  left: -400px;
  z-index: 1;
}

.home-banner__slide._center .home-banner__title {
  margin: 0;
}

.home-banner__slide._center .home-banner__textarea {
  justify-content: center;
  transition: all 1.5s;
}

.home .three-slider .wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}

/* 07/05 by wind */
@media screen and (max-width: 991px) {
  .home .three-slider .wrapper {
    grid-template-columns: 1fr !important;
  }
}
/* 07/05 by wind */

.home .highlight {
  background-attachment: unset;
}

.network-map__body {
  position: relative;
}

@media screen and (min-width: 992px) {
  .network-map__list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-one-stop-trim-solution .image-content .wrapper {
    flex-direction: column-reverse;
  }

  .page-template-one-stop-trim-solution .content p {
    max-width: 100%;
  }
}

.page-template-about-us .two-blk__container + .two-blk__container {
  margin-top: 0;
}

.page-template-one-stop-trim-solution .image-content .wrapper {
  display: flex;
  gap: 30px;
}

.page-template-one-stop-trim-solution .content,
.page-template-one-stop-trim-solution .image {
  flex: 1;
}

.page-template-one-stop-trim-solution .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-sustainable-energy .sec .in-view-grp {
  gap: 40px;
}

.page-template-sustainable-energy .sec .in-view-grp .two-blk__img:before {
  display: none;
}

.p_0 {
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .page-template-sustainable-energy .sec .in-view-grp {
    gap: 30px;
  }
}

.page-template-one-stop-trim-solution .prod-line__items {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .page-template-sustainable-energy .sec .in-view-grp {
    gap: 20px;
  }

  .page-template-one-stop-trim-solution .prod-line__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-blk__image img {
    height: 130px;
  }
}

.page-template-one-stop-trim-solution .in-view-grp .img-popup__btn {
  padding: 0;
  border-bottom-right-radius: 50px;
  background-color: #1242af;
  overflow: hidden;
}

.page-template-one-stop-trim-solution .in-view-grp .logo-grid__item img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.network-map__img-holder {
  overflow: auto;
}

.network-map__img {
  min-width: 1180px;
  max-width: none;
}

._bg-darkblue .table-overlay:before {
  background: linear-gradient(to right, transparent, #1242af);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#1242af)
  );
}

@media screen and (max-width: 767px) {
  .vision-blk__subtitle {
    font-size: 8.5cqw;
  }

  .link-list__item {
    font-size: 0.9rem;
    margin: 4px 10px;
  }

  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .sec-table__numb-blk p {
    max-height: 1000000px; /* Trick cũ nhưng hiệu quả */

    -webkit-text-size-adjust: none; /* Tắt hoàn toàn */
    text-size-adjust: none; /* Dành cho trình duyệt hiện đại */
    font-weight: normal !important;
    letter-spacing: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  .page-template-recycled-sustainable-fibers
    .section-custom-image
    .two-blk__image_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 400px) {
  .link-list__item {
    font-size: 0.8rem;
    margin: 4px 7px;
  }

  .vision-blk__subtitle {
    font-size: 8.3cqw;
  }
}

.padding_sec.section-custom-image.sec {
  padding-top: 68px !important;
}

@media screen and (max-width: 767px) {
  .padding_sec.section-custom-image.sec {
    padding-top: 58px !important;
  }
}

select#language-select {
  padding: 5px;
  font-size: 18px;
  border: 0;
  background-color: transparent;
  margin-right: 28px;
}

select#language-select:focus {
  outline: none;
}

/*  */
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  padding: 10px;
  cursor: pointer;
  user-select: none;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 75%;
  left: 0;
  min-width: 100%;
  background-color: white;
  border-radius: 4px;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.dropdown-menu li {
  list-style: none;
  text-align: center;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.dropdown-icon {
  height: 20px;
}

.dropdown-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.custom-dropdown.open .dropdown-icon svg {
  transform: rotate(180deg);
}

.breadcrumb__item._about {
  pointer-events: none !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
/*   .img-popup__container.w-custom {
 width: 100%;
    padding-bottom: 98%;
  } */
}

@media (max-width: 768px) {
  .img-popup__container.w-custom {
      width: 100%;
    padding-bottom: 99%;
  }
}
