@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --color-text: #0f172a;
  --color-border: #e2e8f0;
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.12);
  --radius: 8px;
  --container: 1440px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 600;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.ux-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 8px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--fs-color-primary);
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.button br {
  display: none;
}

#header .nav > li {
  margin: 0 15px;
}

#header .nav > li > a {
  font-size: 14px;
  font-weight: 400;
}

.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  height: 2px;
}

.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
  font-weight: 600 !important;
}
body .dawp-translate-btn svg {
  fill: var(--fs-color-primary);
}

/* product archive */
.duyanh-product-archive .container {
  max-width: 1250px;
}

.duyanh-product-archive-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0 48px;

  background: linear-gradient(
    115deg,
    #f7fbff 0%,
    #edf6fc 42%,
    #f2faf5 72%,
    #ffffff 100%
  );

  border-bottom: 1px solid rgba(0, 74, 143, 0.1);
}

/* Mảng xanh dương mềm ở góc phải */
.duyanh-product-archive-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -120px;
  width: 620px;
  height: 420px;
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(0, 82, 156, 0.22) 0%,
    rgba(0, 82, 156, 0.1) 42%,
    transparent 72%
  );

  filter: blur(8px);
  pointer-events: none;
}

/* Điểm nhấn xanh lá phía trái */
.duyanh-product-archive-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -160px;
  bottom: -210px;
  width: 520px;
  height: 360px;
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(20, 139, 71, 0.2) 0%,
    rgba(20, 139, 71, 0.08) 46%,
    transparent 74%
  );

  filter: blur(10px);
  pointer-events: none;
}

.duyanh-product-archive-head {
  max-width: 760px;
}

.duyanh-product-archive-head.text-center {
  margin-left: auto;
  margin-right: auto;
}

.duyanh-product-archive-head > p {
  margin-bottom: 10px;
  color: var(--color-wood);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.duyanh-product-archive-head h1 {
  margin-bottom: 14px;
  color: #07140c;
  font-size: clamp(34px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--fs-color-primary);
}

.duyanh-product-archive-desc {
  color: var(--fs-color-base);
  font-size: 18px;
  line-height: 1.75;
}

.duyanh-product-archive-desc p:last-child {
  margin-bottom: 0;
}

.dawp-breadcrumbs-nav {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* home */

/* partnership */
.partnership1 {
}

.partnership1 .row.row-collapse {
  border: 1px solid var(--color-border);
}

.partnership1 .row-dashed .col:before,
.partnership1 .row-solid .col:before,
.partnership1 .row-dashed .col:after,
.partnership1 .row-solid .col:after {
  border-color: var(--color-border);
}

.partnership1 .col + .col .col-inner {
  padding: 30px;
}

.partnership1 .col p {
  margin: 0;
}

.partnership1 h3 {
  color: var(--fs-color-primary);
}

.partnership2 .col-inner {
  height: 100%;
}

.n-text {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  padding: 15px;
  height: 100%;
}

.n-text h4 {
  font-size: 0.76rem;
  font-weight: 900;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--fs-color-primary);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--fs-color-primary);
}

.n-text h3 {
  color: var(--fs-color-primary);
}

/* blog */
.archive-page-header {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

#post-list {
  padding-top: 30px;
}

.post-item .box {
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition:
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  overflow: hidden;
}

.post-item .box-text {
  padding: 15px;
}

.post-item .post-title {
  font-size: 1.125rem;
  margin-bottom: 10px;
  min-height: 15px;
  min-height: 47px;
}

.post-item .post-title a {
  color: var(--fs-color-base);
  font-weight: 500;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.from_the_blog_excerpt {
  font-size: 14px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .box:hover {
  border-color: #118cc169 !important;
  border: 1px solid #118cc169;
  background: #f9f9f9;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 4px;
}

.widget .searchform {
  margin-bottom: 0;
  padding: 15px;
}

.widget .searchform input[type="search"] {
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  height: 44px;
}

.widget .searchform .button.icon {
  height: 44px;
  width: 44px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.widget {
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

span.widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 18px;
  color: #fff;
  background: var(--fs-color-primary);
  font-size: 18px;
  justify-content: center;
  font-weight: 500;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts {
  padding: 15px;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 0.5rem;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  color: var(--fs-color-base);
  margin: 0;
  font-weight: 400;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts .badge::after {
  display: none !important;
}

.box-blog-post .is-divider {
  display: none;
}

.entry-content {
  padding-top: 0;
}

.row-post {
  padding-top: 30px;
}

.entry-divider.is-divider {
  display: none;
}

.single-post .dawp-crumb-current,
.single-post .entry-header {
  display: none;
}

.single-post span.dawp-crumb-sep:last-of-type {
  display: none;
}

/* contact */

.contact1 .b-contact {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  padding: 24px;
}

.contact1 .b-contact h2,
h1.category-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -1%;
  color: var(--fs-color-primary);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

h1.category-title {
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 24px;
}

.contact1 .b-contact h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.contact1 .b-contact .icon-inner {
  background-color: var(--fs-color-primary);
  padding: 12px;
  line-height: 1;
  border-radius: 99px;
  box-shadow: 0px 1px 12px 0px #dedede40;
}

.contact1 .b-contact .icon-box h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -1%;
  margin-bottom: 4px;
}

.contact1 .b-contact .icon-box h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 4px;
  color: var(--color-text);
}

.contact1 .b-contact .icon-box h4 a {
  color: var(--fs-color-primary);
}

.contact1 .b-contact .icon-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #858585;
}

.contact1 .b-contact .icon-box:not(:last-of-type) {
  margin-bottom: 24px;
}

.contact1 .b-contact .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 20px;
}

.contact1 .b-contact input.dawp-input,
.contact1 .b-contact textarea {
  padding: 10px;
  border: 0.5px solid #bfbfbf !important;
  border-radius: 8px;
  box-shadow: none;
  height: 48px;
  margin-bottom: 0px;
}

.contact1 .b-contact textarea {
  min-height: 100px;
}

.contact1 .b-contact .dawp-form-submit {
  border: 0 !important;
  background-color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 24px;
  width: 100%;
  margin: 0;
  color: #fff;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contact1 .b-contact .dawp-contact-form-el .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.contact1 .b-contact .dawp-contact-form-el .col {
  padding: 0 8px 16px;
}

.contact1 .b-contact .dawp-contact-form-el label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.contact1 .b-contact form {
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.b-socials h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.23px;
  margin-bottom: 16px;
}

.b-socials p {
  margin-bottom: 0;
}

.b-socials p img {
  margin-bottom: 0 !important;
}

.btn.btn--submit {
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  border-radius: var(--radius);
  padding: 8px 12px;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  height: 48px;
}

.btn.btn--submit svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  flex: 0 0 auto;
}

.dawp-contact-form-el {
  margin-bottom: 0;
}

.contact2 p {
  margin: 0;
}

.contact-map-section iframe {
  border-radius: var(--radius);
  overflow: hidden;
}

/* footer */
#footer {
  font-size: 16px;
}

#footer.footer-wrapper {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(74, 162, 230, 0.25),
      transparent 32%
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(14, 93, 168, 0.28),
      transparent 38%
    ),
    linear-gradient(180deg, #0e5da8 0%, #083f75 55%, #042746 100%);

  color: rgba(255, 255, 255, 0.85);
  content-visibility: unset;
  padding-top: 40px;
}

#footer.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);

  background-size: 42px 42px;

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    transparent 78%
  );

  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

#footer.footer-wrapper > * {
  position: relative;
  z-index: 1;
}

#footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 15px;
}

#footer p {
  font-size: 16px;
  color: #fff;
}

#footer h4 {
  color: #fff;
  margin-bottom: 15px;
}

#footer a {
  color: #fff;
}

#footer .social-icons a {
  width: 38px;
  height: 38px;
  min-height: unset;
  line-height: 34px;
}

#footer iframe {
  border-radius: 8px;
  overflow: hidden;
}

#footer .absolute-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.72);
  padding: 16px 0;
}

#footer .copyright-footer,
#footer .copyright-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}
