/* Reset and base styles */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #d6e5be;
  --secondary-color: #2ecc71;
  --background-color: ##fff;
  --background-footer: #034738;

  --border-color: #034738;

  --text-color: #030500;
  --text-title: #034738;
  --text-active: #034738;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif; */
  font-family: "Roboto", sans-serif;
  background-color: var(--background-color);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin-bottom: 1em;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout styles */
.container {
  max-width: 1260px;
  margin: 0 auto;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 24px;
}

header {
  background-color: var(--primary-color);
  padding: 24px 0 16px 0;
}

.icon_quote {
  display: flex;
  justify-content: center;
}

.language-switcher-wrapper {
  position: relative;
  display: inline-block;
}

.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element.image-doi-tac {
  text-align: center;
}

/* Phần ngôn ngữ đang active */
.current-language {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #dbe9c1;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.arrow-down {
  font-size: 10px;
}

/* Dropdown danh sách ngôn ngữ */
.language-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 120px;
  display: none;
  z-index: 1000;
}

.language-switcher li a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
}

.language-switcher li a:hover {
  background-color: #f0f0f0;
}

.language-switcher li img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}

/* Hiện dropdown khi hover */
.language-switcher-wrapper:hover .language-switcher {
  display: block;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.searchsubmit {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
}

.search-form form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-form input {
  height: 38px;
  border-radius: 100px;
  padding: 8px 16px;
  width: 261px;
  border: 1px solid var(--border-color);
  outline: none;
  background-color: transparent;
}

.search-form input::placeholder {
  color: #034738;
}

.wp_header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.wp_header nav li a span {
  padding-left: 8px;
}

.wp_header nav li a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.wp_header nav li img {
  padding-right: 0px !important;
}

.current-menu-item {
  position: relative;
  background: #f7ffe9;
  padding: 5px 12px;
  border-radius: 100px;
  height: 42px;
  display: flex;
  align-items: center;
}

.current-menu-item a span {
  color: #034738;
  font-weight: 500;
}

footer {
  position: relative;
  background: #034738;
  padding: 46px 29px;
  z-index: 10;
}

.wp_footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 25px;
  color: #fff;
}

.logo_footer {
  margin-bottom: 32px;
}

.content_footer_1 p {
  color: #dcdfea;
  font-size: 14px;
  line-height: 20px;
}

.social_footer {
  margin-bottom: 32px;
  gap: 16px;
  display: flex;
}

footer h2.wp-block-heading {
  color: #d6d6d6;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 300;
}

footer ul.wp-block-list li {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}

.content_footer_4 input {
  height: 52px;
  background: #fff;
  border-radius: 100px;
  padding: 14px 24px;
  border: transparent;
  margin-bottom: 8px;
}

.content_footer_4 .wpcf7-not-valid-tip {
  font-size: 14px;
  background: #ffeded;
  padding: 4px 12px;
  border-radius: 4px;
  max-width: 261px;
  text-align: center;
  margin: auto;
}

.content_footer_4 .button-send-footer {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  background: #d6e5be;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #034738;
  margin: auto;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.content_footer_4 form {
  position: relative;
}

.content_footer_4 .wpcf7-response-output {
  font-size: 14px;
  background: #ffeded;
  padding: 4px 12px;
  border-radius: 4px;
  text-align: center;
  border: none;
  color: red;
  margin: auto;
}

.content_footer_4 span.wpcf7-spinner {
  display: none;
}

.content_footer_4 h2.wp-block-heading {
  margin-bottom: 12px;
}

.footer-4 .widget {
  color: #d6e5be;
}

.bg-footer {
  position: absolute;
  bottom: 0;
}

/* -------------------------------------------------------------- */
/* Wrapper */
.lang-switcher {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

/* Mũi tên */
.arrow-down {
  font-size: 10px;
  line-height: 1;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: none;
}

/* Dropdown */
.lang-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 120px;
  z-index: 999;
}

.lang-dropdown li a {
  display: block;
  padding: 6px 12px;
  color: #333;
  text-decoration: none;
}

.lang-dropdown li a:hover {
  background-color: #f0f0f0;
}

/* Hover to show dropdown */
.lang-switcher:hover .lang-dropdown {
  display: block;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.copyright p {
  font-size: 14px;
  color: #ffffff;
}

.current-lang {
  font-size: 14px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

div#section-1 {
  margin-top: 90px;
  margin-bottom: 114px;
  display: flex;
  gap: 5px;
}

div#title-h1 {
  color: #034738;
  font-weight: 500;
  font-size: 96px;
  line-height: 150%;
  font-family: Libre Bodoni;
  margin-bottom: 8px;
}

div#text-box-section-1 p {
  font-size: 18px;
  line-height: 150%;
}

div#text-box-section-1 {
  margin-bottom: 38px;
}
span.vc_sep_holder.vc_sep_holder_r {
  display: none;
}

.box-number-section > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.box-number-section p {
  margin: 0;
  color: #737373;
  font-size: 20px;
}

.box-number-section strong {
  font-size: 36px;
  color: #034738;
}

#button-box-setion-1 a {
  width: 223px;
  height: 52px;
  background: #d6e5be;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 100px;
  color: #034738;
  font-weight: 500;
  justify-content: space-between;
  position: relative;
}

.nen-bg {
  background: transparent;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 999px;
}

#button-box-setion-1:hover .nen-bg {
  background: #034738;
  width: 100%;
  opacity: 1;
  transition: 0.6s all;
  transition-timing-function: ease;
}

div#button-box-setion-1:hover span {
  position: relative;
  z-index: 999;
  color: #fff;
}

div#button-box-setion-1 {
  margin-bottom: 69px;
}

div#button-box-setion-1 i {
  background: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 520px;
  right: 4px;
}

div#section-1:after,
div#section-1:before,
div#section-2:after,
div#section-2:before,
.list-box-icon-tai-sao::after,
.list-box-icon-tai-sao::before,
div#lien-he-content:after,
div#lien-he-content:before {
  display: none;
}

h2.title {
  font-weight: 700;
  color: #034738;
  font-size: 48px;
  font-family: Libre Bodoni;
  margin-bottom: 24px;
}

.section-ve-chung-toi {
  margin-bottom: 32px;
}

.section-ve-chung-toi p {
  color: #737373;
  display: block;
}

.button-icon {
  margin: auto;
}

.button-icon a {
  background: #c8e6ba !important;
  border-radius: 100px !important;
  color: #034738 !important;
  font-weight: 500;
}

div#section-2 {
  display: flex;
  gap: 96px;
}

.box-section-title h2 {
  font-family: Libre Bodoni;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #034738;
}

.box-section-title p {
  font-size: 18px;
  color: #737373;
}

.box-section-title {
  margin-bottom: 52px;
}

div#section-1 h4 {
  margin-top: 20px;
}

.list-box-icon-tai-sao {
  display: flex;
  gap: 179px;
}

.box-section-4 p {
  text-align: center;
  margin: auto;
  color: #737373;
  font-size: 16px;
}

.box-section-4 img {
  margin-bottom: 32px !important;
}

.box-section-4 strong {
  color: #034738;
  font-size: 18px;
}

div#bg-full-100 {
  margin-top: 40px;
  margin-bottom: 68px;
}

div#bg-full-100 div {
  width: 100%;
}

div#bg-full-100 figure {
  width: 100%;
}

div#bg-full-100 img {
  width: 100%;
}

div#section-5 {
  margin-bottom: 92px;
}

.list-doi-tac > div {
  display: flex;
  align-items: center;
}

.list-doi-tac {
  display: flex;
  align-items: end;
}

.vc_row {
  margin: auto;
}

/* ------------------------------- */

.swiper-container {
  position: relative;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide__content {
  height: 300px;
}

#swiper-slide {
  position: relative;
  margin-top: 255px;
  margin-bottom: 100px;
  /* width: 120%;
  transform: translateX(-8%); */
}

.tab_category {
  display: flex;
  gap: 40px;
}

h3.product_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.list_product_in_category {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
}

.tab_category button {
  padding: 5px 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  flex-direction: row-reverse;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  height: 42px;
  cursor: pointer;
}

button.tab_category_item.active {
  background: #d6e5be;
  padding: 5px 12px;
  border-radius: 100px;
}

button.tab_category_item.active span {
  display: flex;
  background: #034738;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.swiper-slide-content {
  position: relative;
  max-width: 264px;
  padding: 20px 16px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
  background: #ebebeb85;
  border-radius: 20px;
  margin-top: 90px;
}

.swiper-slide-image {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide-content .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 32px;
}

.swiper-slide-content .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.swiper-slide-image {
  border: 1px solid #101828;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}

.chuc-danh {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

p.swiper-slide-text {
  margin: auto;
  font-size: 15px;
  max-width: 234px;
}

.bg-phan-hoi {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.swiper-slide.swiper-slide-active .swiper-slide-content {
  background: #d6e5be;
  max-width: 292px;
  margin-top: 45px;
  height: 323px;
}

.swiper-slide.swiper-slide-active .name {
  color: #034738;
}

.swiper-slide.swiper-slide-active {
  color: #034738;
}

span.bg-phan-hoi-text {
  position: absolute;
  left: 50%;
  z-index: 10;
  font-weight: 700;
  top: 105px;
  transform: translate(-50%);
  color: #034738;
  font-family: Libre Bodoni;
  font-size: 32px;
}

.nav_next_pre {
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

.nav_next_pre div {
  cursor: pointer;
}

.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.list_products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}

.product_item {
  text-align: center;
}

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

.product_image {
  margin-bottom: 24px;
}

a.view_all {
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.wp_button_xem_them {
  display: flex;
  justify-content: center;
  margin-bottom: 71px;
}

.content_category {
  margin-top: 42px;
  margin-bottom: 69px;
  text-align: center;
}

.content_category h1 {
  font-family: Libre Bodoni;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #034738;
  margin-bottom: 20px;
}

p.description_category {
  color: #737373;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  max-width: 850px;
  margin: auto;
}
a.taxonomy-chi-tiet-san-pham {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #c8e6ba;
  padding: 14px 18px;
  border-radius: 999px;
  justify-content: center;
  max-width: 297px;
  margin: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #034738;
  margin-top: 13px;
}

a.taxonomy-chi-tiet-san-pham:before {
  content: "";
  background: url(/wp-content/uploads/2025/06/Notebook.png);
  height: 26px;
  width: 26px;
  display: block;
}
.product_category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 56px;
}

.title_taxonomy {
  margin-bottom: 52px;
}

.pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: sans-serif;
  margin-top: 30px;
}

.btn-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 9999px;
  background-color: #fff;
  color: #344054;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-nav:hover {
  background-color: #f2f4f7;
}

.btn-nav.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.page-status {
  font-weight: 500;
  color: #1d2939;
}

.taxonomy_thuoc_tinh {
  margin-bottom: 52px;
}

ul.list-thuoc-tinh {
  display: flex;
  justify-content: center;
  gap: 32px;
  border: 1px;
}

ul.list-thuoc-tinh a {
  border: 1px solid #e5e5e5;
  padding: 11px 28px;
  border-radius: 100px;
  background: #fafafa;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
}

li.item-thuoc-tinh.active a {
  background: #d6e5be;
  color: #034738;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

div#tin-tuc {
  margin: 48px auto 48px;
}

.title-page {
  font-family: Libre Bodoni;
  font-weight: 700 !important;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #034738;
  justify-content: center;
  margin-bottom: 20px;
}

span.vc_sep_holder.vc_sep_holder_l {
  display: none;
}

.text-tin-tuc {
  color: #737373;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

div#wp-tin-tuc {
  margin-top: 54px;
}

.list-tin-tuc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.card {
  margin-bottom: 20px;
}

.image-blog {
  border-radius: 16px;
  height: 310px;
  overflow: hidden;
  margin-bottom: 16px;
}

.image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h6.card-subtitle.mb-2.text-muted {
  font-weight: 400;
  font-size: 16px;
  color: #53575a;
  line-height: 24px;
  margin-bottom: 12px;
}

h5.card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}

p.card-text {
  color: #737373;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#doi-tac-page {
  margin-top: 48px;
  margin-bottom: 122px;
}

#doi-tac-page div {
  text-align: center;
}

.list-doi-tac {
  margin-bottom: 52px;
}

/* ==== BOX LIÊN HỆ 3 CỘT ==== */
.lien-he .box-lien-he {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: 20px;
}

.lien-he .box-lien-he img {
  margin-bottom: 64px;
}

.lien-he .box-lien-he a > img {
  margin-bottom: 0;
}

.lien-he .box-lien-he strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #1d2939;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.lien-he .box-lien-he p {
  margin: 6px 0;
  font-size: 14px;
  color: #344054;
  gap: 24px;
  display: flex;
  margin-top: 12px;
}

.lien-he .box-lien-he a {
  text-decoration: none;
}

.lien-he .box-lien-he a:hover {
  text-decoration: underline;
}

/* ==== FORM LIÊN HỆ ==== */
.lien-he #title-lien-he h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #101828;
}

.lien-he .form-input input,
.lien-he .form-input textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 16px;
  color: #1d2939;
}

.lien-he .form-input textarea {
  resize: vertical;
  min-height: 120px;
}

.lien-he label {
  font-weight: 500;
  display: block;
  margin: 6px 0 4px;
  color: #344054;
  font-size: 14px;
}

.lien-he .text-form {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin: 20px 0;
}

div#title-lien-he h4 {
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 60px !important;
  text-align: center !important;
}

div#title-lien-he {
  justify-content: center !important;
}

/* Nút gửi */
.lien-he .wpcf7-submit {
  background-color: #cde9c2;
  color: #1a1a1a;
  border: none;
  padding: 12px 36px;
  font-size: 16px;
  border-radius: 999px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #034738;
  width: 100%;
}

.lien-he .wpcf7-submit:hover {
  background-color: #b7ddb0;
}

div#lien-he-content {
  margin-top: 62px;
  display: flex;
  gap: 32px;
}

.box-lien-he p {
  text-align: left;
}

.box-lien-he a {
  color: #034738 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

div#lien-he-form {
  width: 592px;
}

div#brm {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

.page-single {
  margin-top: 20px;
}

div#brm span {
  color: #034738;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

div#brm a {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

h1.post-title {
  color: #034738;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 12px;
}

span.post-date {
  color: #53575a;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
  display: block;
}

.wp_page_single {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 66px;
  margin-bottom: 66px;
}

.simba h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
}

.related-post a {
  display: grid;
  gap: 20px;
  grid-template-columns: 123px 1fr;
}

.related-image {
  width: 132px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
}

.related-post h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #252627;
}

.content_single_post {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #53575a;
}

.wp_page_single_content {
  margin-bottom: 70px;
}

h1.post-title-page {
  font-family: Libre Bodoni;
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 28px;
  color: #034738;
}

div#page_single_product {
  margin: 24px 0 90px;
}

div#product-single-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 59px;
}

.product-details h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  text-align: justify;
  margin-bottom: 32px;
}

p.title_singe_page_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.content_text_product {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: justify;
}

.title-content-text-one {
  margin-bottom: 30px;
}

.footer_content_single_product {
  border-top: 1px solid #034738;
  padding-top: 24px;
  margin-top: 40px;
}

.wp_button_box {
  display: flex;
  gap: 16px;
}

.de-xuat h3 {
  font-family: Libre Bodoni;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #034738;
  margin-bottom: 32px;
}

.related-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 86px;
}

.related-product-item {
  text-align: center;
}

.related-product-item a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

main#page_search .content_category h1 {
  text-align: left;
  margin-bottom: 16px;
}

main#page_search .title_taxonomy p {
  margin-bottom: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.box-section-4 p {
  display: flex;
  justify-content: center;
}

ul.list-thuoc-tinh-single {
  display: flex;
  gap: 16px;
}

ul.list-thuoc-tinh-single li {
  color: #034738;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  border: 1px solid #034738;
  gap: 8px;
  border-radius: 100px;
  padding-top: 10px;
  padding-right: 23px;
  padding-bottom: 10px;
  padding-left: 23px;
  border-width: 1px;
}

.taxonomy_thuoc_tinh_single {
  margin-bottom: 30px;
}

.de-xuat {
  border-top: 1px solid #dadada;
  margin-top: 60px;
  padding-top: 56px;
}

.text-more {
  color: #d6d6d6 !important;
  font-size: 16px !important;
}

.header-desktop {
  display: block;
}

.header-mobile {
  display: none;
}

.nav-menu span:hover {
  font-weight: 700;
}
