@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libertinus+Math&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap");

/* Font Averta Regular */
@font-face {
    font-family: "Averta";
    src: url("/wp-content/fonts/Averta/Averta-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font Averta Italic */
@font-face {
    font-family: "Averta";
    src: url("/wp-content/fonts/Averta/Averta-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Font Averta Black */
@font-face {
    font-family: "Averta";
    src: url("/wp-content/fonts/Averta/Averta-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-2: "Averta", Arial, sans-serif;
    --font-3: "Kaisei Decol", serif;
}

/* Nội dung website */
body,
button,
input,
textarea,
select {
    font-family: "Averta", Arial, sans-serif !important;
    font-weight: 400;
}

/* Tiêu đề và chữ đậm */
h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
    font-family: "Averta", Arial, sans-serif !important;
    font-weight: 900;
}

.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;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid var(--fs-color-primary);
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
}

.button.btn-out {
  background-color: transparent;
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
}

.button.btn-out:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.button.clr::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2026/06/basil_arrow-up-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

title {
  margin-bottom: 32px;
}

.title h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

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

.title h2 img {
  margin-bottom: 0 !important;
  position: relative;
  top: -6px;
}

.tt-center h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
}

.tt-center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 12px;
}

.rowSlider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 3rem;
  height: 3rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  margin-top: unset;
  background: #ffffff33;
  backdrop-filter: blur(17.467933654785156px);
  box-shadow: 8.73px 8.73px 13.1px 0px #00000026;
}

.rowSlider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.rowSlider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

body .transparent #logo img {
  max-height: 73px;
}

.header-main .nav > li {
  margin: 0 21px;
}

.header-main .nav > li > a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a {
  color: var(--fs-color-primary);
}

#masthead .header-button > .button:not(.is-outline) {
  background-color: var(--fs-color-primary) !important;
  font-size: 18px;
  line-height: 150% !important;
  height: 50px;
  padding: 8px 24px;
  border: 0;
}

.dawp-translate-container.inline .dawp-translate-btn:hover {
  background-color: transparent !important;
  transform: unset !important;
}

.dawp-translate-flag-img {
  display: none !important;
}

.dawp-translate-chevron {
  display: none !important;
}

body .dawp-translate-current-name {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

body .dawp-translate-current-name::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2026/06/chevron-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* home */
.main_banner .section-bg-overlay {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
}

.main_banner .b-text h1 {
  font-family: var(--font-2);
  font-weight: 400;

  font-size: 68px;
  line-height: 140%;
  margin-bottom: 12px;
}

.main_banner .b-text h3 {
  font-weight: 600;
  font-size: 42px;
  line-height: 140%;
  color: var(--fs-color-primary);
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

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

.main_banner .b-text p {
  font-weight: 400;
  font-size: 32px;
  line-height: 110.00000000000001%;
}

.main_banner .stack {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.main_banner .stack-row > * ~ * {
  margin-left: unset !important;
}

.home1 .b-top {
  background-color: rgba(237, 237, 237, 1);
  padding-top: 42px;
  padding-bottom: 42px;
}

.home1 .b-top h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 68px;
  line-height: 110.00000000000001%;
  text-align: center;
  color: rgba(56, 56, 56, 1);
}

.home1 .b-top h3 {
  font-weight: 400;
  font-style: Italic;
  font-size: 32px;
  line-height: 140%;
  color: #000;
  margin-bottom: 16px;
}

.home1 .b-top h3 strong {
  color: var(--fs-color-primary);
}

.home1 .b-top h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  text-align: right;
  margin-bottom: 0;
}

.home1 .b-top h4 strong {
  font-weight: 400;
  color: var(--fs-color-primary);
}

.home1 .b-top p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
}

.home1 .b-top p a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  color: rgba(56, 56, 56, 1);
}

.home1 .b-top p img {
  margin: 0;
}

.home1 .b-bot {
  padding-top: 24px;
}

.home1 .b-video {
  position: relative;
}

.home1 .b-video .button.icon.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 102px;
  border: 0;
  font-size: 0;

  background: url("/wp-content/uploads/2026/06/Frame-95.svg") center center
    no-repeat;
  background-size: contain;
}

.home1 .b-text {
  padding-top: 24px;
  padding-bottom: 42px;
}

.home1 .b-text h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--fs-color-primary);
  position: relative;
}

.home1 .b-text h2::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.home1 .b-text h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #01280a;
  margin-bottom: 12px;
}

.home1 .b-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

.home2 {
  background-color: #ededed;
  padding-top: 42px;
  padding-bottom: 42px;
}

.home2 .box-row {
  display: flex;
  gap: 96px;
}

.home2 .b-text {
  max-width: 309px;
}

.home2 .b-text h4 {
  font-family: var(--font-2);
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  color: var(--fs-color-primary);
  margin-bottom: 32px;
  position: relative;
  width: fit-content;
}

.home2 .b-text h4::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 1px;
  background-color: var(--fs-color-primary);
  left: calc(100% + 32px);
  top: 50%;
  transform: translateY(-50%);
}

.home2 .b-text h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--fs-color-primary);
  margin-bottom: 32px;
}

.home2 .b-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}

.home3 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.home3 .section-bg-overlay {
  background: linear-gradient(
    270.1deg,
    rgba(0, 0, 0, 0.02) 0.08%,
    rgba(9, 9, 9, 1) 100%
  ) !important;
}

.home3 .b-text h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  color: var(--fs-color-primary);
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.home3 .b-text h3::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.home3 .b-text h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 62px;
  line-height: 120%;
  color: var(--fs-color-secondary);
  margin-bottom: 24px;
}

.home3 .b-text h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--fs-color-secondary);
  margin-bottom: 24px;
}

.home3 .b-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 32px;
}

.home3 .b-text .button.btn-out {
  border-color: #fff;
  color: #fff;
}

.home4 {
  background-color: #000;
  padding-top: 42px;
  color: #fff;
  padding-bottom: 12px;
}

.home4 > .row > .large-4 {
  flex-basis: 36%;
  max-width: 36%;
}

.home4 > .row > .large-8 {
  flex-basis: 64%;
  max-width: 64%;
}

.home4 > .row > .large-8 .col {
  padding: 0 6px 12px;
}

.home4 > .row > .large-8 .row .row-small:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

.home4 .b-text h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 35px;
  line-height: 140%;
  color: #fff;
}

.home4 .b-text h2 strong {
  color: var(--fs-color-primary);
}

.home4 .b-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}

.home4 .icon-box {
  border: 1px solid #d59529;
  border-radius: 8px;
  padding: 8px 12px;
  align-items: center;
}

.home4 .icon-box h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 4px;
}

.home4 .icon-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--fs-color-primary);
}

.home5 {
  padding-top: 42px;
}

.home5 > .row > .large-4 {
  flex-basis: 31%;
  max-width: 31%;
}

.home5 > .row > .large-8 {
  flex-basis: 69%;
  max-width: 69%;
}

.home5 .b-text h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--fs-color-primary);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.home5 .b-text h2::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.home5 .b-text h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #01280a;
  margin-bottom: 12px;
}

.home5 .b-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

.home5 .box-image::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 44.87%,
    #000 100%
  );
}
.home5 .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.home5 .box-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--fs-color-primary);
  margin-bottom: 4px;
}

.home5 .box-text p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.home5 .box-text p img {
  margin-bottom: 0;
}

.home6 {
  padding-top: 42px;
  padding-bottom: 12px;
}

.home6 .b-text h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--fs-color-primary);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.home6 .b-text h2::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.home6 .b-text h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #01280a;
  margin-bottom: 12px;
}

.home6 .box {
  background-color: #ededed;
  padding: 15px;
}

.home6 .box h3 {
  font-family: var(--font-3);
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #383838;
  margin-bottom: 16px;
}

.home6 .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 32px;
}

.home6 .box .button.btn-out {
  border-color: var(--fs-color-base);
  color: var(--fs-color-base);
  border-radius: 99px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
}

.home6 .box .box-text {
  padding: 0 8px 0 20px;
}

.home7 {
  background-color: #ededed;
  padding-top: 42px;
  padding-bottom: 42px;
}

.home7 h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}

.home7 .news1 {
  padding-top: 20px;
}

.home7 .button.btn-out {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

body .header:not(.transparent) .header-nav-main.nav > li > a {
	    color: currentColor;
}

.header-main .flex-right .nav > li {
  margin: 0 5px;
}

.header-main .flex-right .nav > li.header-search a {
  font-size: 14px;
  position: relative;
}

select.gt_selector {
  background-color: transparent;
  color: #ffff;
  border: 0;
  box-shadow: none !important;
  font-size: 18px;
  width: 140px;
}

select.gt_selector option {
  color: #111;
  background-color: #fff;
}

select.gt_selector option:first-child {
  display: none;
}

/* about */
.about1 {
  background-color: #ededed;
  padding-top: 42px;
}

.about1 h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.about1 h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about1 .icon-inner {
  border: 1px solid #989898;
  border-radius: 99px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about1 .icon-inner img {
  max-width: 52px;
}

.about1 .icon-box h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 24px;
}

.about1 .icon-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.about1 .large-1::before {
  content: "";
  position: absolute;
  background: #9f9f9f;
  width: 1px;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about2 {
  color: #fff;
  background-color: #000d03;
  padding-top: 42px;
  padding-bottom: 12px;
}

.video-fit iframe {
  border-radius: 1rem;
  overflow: hidden;
}

.about2 h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
  color: var(--fs-color-primary);
}

.about2 h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about2 .icon-box {
  align-items: center;
}

.about2 .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 20px;
}

.about2 .icon-inner {
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
}

.about2 .icon-inner img {
  max-width: 48px;
}

.about2 .icon-box h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--fs-color-primary);
}

.about2 .icon-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

/* service */
.service1 {
  padding-top: 42px;
  padding-bottom: 22px;
}

.service1 .box {
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 16px;
  box-shadow: 0px 4px 6.9px 0px #6b6b6b26;
}

.service1 .box .box-image {
  border-radius: 8px;
}

.service1 .box .box-text {
  padding: 0;
  padding-top: 12px;
}

.service1 .box h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 110.00000000000001%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.service1 .box h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 110.00000000000001%;
  margin-bottom: 12px;
}

.service1 .box ul {
  margin-bottom: 0;
}

.service1 .box ul li {
  margin-bottom: 0;
}

.service1 .box a.button {
  padding: 0;
  margin: 0;
  min-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  margin-top: 12px;
}

.service2 {
  padding-top: 42px;
}

.service2 .box-text {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.service2 .box-text h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.service2 .box-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
}

.service2 .box-text p img {
  margin: 0;
}

.service3 {
  padding-top: 22px;
}

.service3 .large-columns-5 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Arrow-15.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.service3 .icon-box {
  position: relative;
}

.service3 .icon-box .icon {
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service3 .icon-box .icon .icon-inner {
  max-width: 52px;
}

.service3 .icon-box h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.service3 .icon-box p {
  color: #4c4c4c;
}

.service3 .icon-box h5 {
  position: absolute;
  top: 0;
  left: calc(50% - 56px);
  background-color: var(--fs-color-primary);
  width: 32px;
  height: 32px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

/* collection */
.collection1 {
  padding-top: 42px;
}

.collection3 .b-text h3 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 12px;
}

.collection3 .b-text h3 strong {
  color: var(--fs-color-primary);
  font-weight: 400;
}

.collection3 .b-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}

.collection3 .b-text {
  margin-bottom: 12px;
}

.collection4 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.tcc-product-collection {
  text-align: center;
}

.tcc-product-collection .title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.tcc-product-collection .section-title {
  justify-content: center;
  border: 0;
  margin-bottom: 14px;
}

.tcc-product-collection .section-title span {
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
}

.tcc-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 0 0 18px;
}

.tcc-product-tabs a {
  border: 1px solid #e0a451;
  color: #d88b11;
  background: #fff;
  border-radius: 4px;
  padding: 8px 18px;
  line-height: 1.2;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(219, 146, 29, 0);
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.tcc-product-tabs a:hover {
  color: #fff;
  background: #db921d;
  border-color: #db921d;
  box-shadow: 0 8px 20px rgba(219, 146, 29, 0.2);
  transform: translateY(-2px);
}

.tcc-product-tabs a.is-active {
  background: #db921d;
  color: #fff;
  border-color: #db921d;
  box-shadow: 0 10px 24px rgba(219, 146, 29, 0.24);
}

.tcc-product-collection.is-switching .tcc-product-tabs {
  pointer-events: none;
}

.tcc-product-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.tcc-product-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: tccProductPanelIn 0.34s ease both;
}

.tcc-product-panel.is-leaving {
  animation: tccProductPanelOut 0.14s ease both;
}

.tcc-product-panel.is-entering .tcc-product-card,
.tcc-product-panel.is-entering .tcc-product-detail {
  animation: tccProductItemIn 0.42s ease both;
}

.tcc-product-panel.is-entering .row > .col:nth-child(2) .tcc-product-card {
  animation-delay: 0.04s;
}

.tcc-product-panel.is-entering .row > .col:nth-child(3) .tcc-product-card {
  animation-delay: 0.08s;
}

.tcc-product-panel.is-entering .row > .col:nth-child(4) .tcc-product-card {
  animation-delay: 0.12s;
}

.tcc-product-panel.is-entering .tcc-product-detail {
  animation-delay: 0.12s;
}

@keyframes tccProductPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tccProductPanelOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(6px);
  }
}

@keyframes tccProductItemIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tcc-product-card {
  background: #eee;
  text-align: left;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.tcc-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .tcc-product-tabs a,
  .tcc-product-card,
  .tcc-product-panel.is-active,
  .tcc-product-panel.is-leaving,
  .tcc-product-panel.is-entering .tcc-product-card,
  .tcc-product-panel.is-entering .tcc-product-detail {
    animation: none;
    transition: none;
  }
}

.tcc-product-card .box-text {
  padding: 8px 12px;
}

.box-text .tcc-product-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #01280a;
}

.box-text .tcc-product-title a {
  color: #01280a;
}

.box-text .tcc-product-muted {
  font-size: 15px;
  color: #757575;
  margin-bottom: 8px;
}

.box-text .tcc-product-orange,
.tcc-link {
  font-size: 15px;
  color: #db921d;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tcc-product-detail {
  background: #eee;
  padding: 24px;
  padding-bottom: 4px;
  text-align: left;
}

.tcc-product-detail h3,
.tcc-product-detail h4 {
  color: #002b13;
  margin-bottom: 6px;
  font-size: 24px;
}

.tcc-product-detail p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #757575;
}

.tcc-product-strong {
  font-weight: 500;
  color: #383838;
}

.tcc-detail-spec {
  border-left: 1px solid #ddd;
}

.tcc-product-detail .box-text .tcc-product-orange {
  font-size: 16px;
  max-width: 400px;
}

.tcc-product-detail .ttc-phuhop {
  color: #383838;
}

/* product strip */
.tcc-product-strip {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 26px;
  background: #f2ece9;
  padding: 20px 18px 16px;
  overflow-x: auto;
}

.tcc-product-strip-item {
  flex: 0 0 90px;
  text-align: center;
}

.tcc-product-strip-item a {
  display: block;
  color: #242424;
}

.tcc-product-strip-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  margin-bottom: 10px;
}

.tcc-product-strip-img {
  width: auto;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  margin: 0;
  transition: transform 0.24s ease;
  border-radius: 4px;
}

.tcc-product-strip-title {
  display: block;
  color: #383838;
  font-size: 14px;
  line-height: 1.25;
  word-break: normal;
}

.tcc-product-strip-item:hover .tcc-product-strip-img {
  transform: translateY(-3px);
}

/* product single */
.tcc-single-product-hero {
  min-height: 620px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tcc-single-product-hero .section-bg-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 13, 3, 0.82) 0%,
    rgba(0, 13, 3, 0.52) 48%,
    rgba(0, 13, 3, 0.14) 100%
  );
}

.tcc-single-product-hero .bg {
  object-fit: cover;
}

.tcc-single-product-kicker {
  width: fit-content;
  color: var(--fs-color-primary);
  border-bottom: 2px solid var(--fs-color-primary);
  padding-bottom: 10px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.tcc-single-product-hero h1 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 18px;
}

.tcc-single-product-hero h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.35;
  color: var(--fs-color-primary);
  margin-bottom: 18px;
}

.tcc-single-product-desc {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
}

.tcc-single-product-actions {
  gap: 16px;
}

.tcc-single-product-overview,
.tcc-single-product-content,
.tcc-single-product-related {
  padding-top: 52px;
  padding-bottom: 52px;
}

.tcc-single-product-content {
  background: #ededed;
}

.tcc-single-product-image {
  background: #ededed;
  padding: 18px;
}

.tcc-single-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
}

.tcc-single-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tcc-single-product-tags span {
  display: inline-flex;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  border-radius: 99px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
}

.tcc-single-product-summary {
  margin-bottom: 22px;
}

.tcc-single-product-summary p {
  font-size: 18px;
  line-height: 1.6;
  color: #4c4c4c;
  margin-bottom: 12px;
}

.tcc-single-product-lead {
  font-weight: 600;
  color: #01280a !important;
}

.tcc-single-product-facts .col {
  padding-bottom: 12px;
}

.tcc-single-product-fact {
  background: #ededed;
  border-left: 3px solid var(--fs-color-primary);
  padding: 14px 16px;
  min-height: 96px;
}

.tcc-single-product-fact span {
  display: block;
  color: #757575;
  font-size: 14px;
  margin-bottom: 8px;
}

.tcc-single-product-fact strong {
  display: block;
  color: #01280a;
  font-size: 17px;
  line-height: 1.45;
}

.tcc-single-product-suitable {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 18px 0;
  margin: 8px 0 22px;
  padding-bottom: 0;
}

.tcc-single-product-suitable h3 {
  color: #01280a;
  font-size: 22px;
  margin-bottom: 8px;
}

.tcc-single-product-suitable p,
.tcc-single-product-editor {
  color: #4c4c4c;
  font-size: 17px;
  line-height: 1.65;
}

.tcc-single-product-editor > *:last-child {
  margin-bottom: 0;
}

.tcc-single-product-related {
  padding-bottom: 22px;
}

/* custom tabs */
.tcc-custom-tabs {
  width: 100%;
}

.tcc-custom-tabs-builder {
  border: 1px dashed rgba(213, 149, 41, 0.65);
  background: rgba(213, 149, 41, 0.04);
  padding: 12px;
}

.tcc-custom-tabs-builder-note {
  color: #8a5b11;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tcc-custom-tabs-builder-items {
  display: grid;
  gap: 12px;
}

.tcc-custom-tab-item-builder {
  display: block;
  border: 1px solid rgba(213, 149, 41, 0.45);
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}

.tcc-custom-tab-item-builder-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #383838;
  margin-bottom: 10px;
}

.tcc-custom-tab-item-builder-head strong {
  font-size: 15px;
}

.tcc-custom-tab-item-builder-content {
  min-height: 64px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 12px;
}

.tcc-custom-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

button.tcc-custom-tabs-button {
  width: 209px;
  min-height: 96px;
  padding: 12px 10px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #383838;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.25;
  box-shadow: none;
  transform: translateY(0);
  transition:
    border-color 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

button.tcc-custom-tabs-button:hover,
button.tcc-custom-tabs-button.is-active {
  border-color: var(--fs-color-primary);
  background: #fff;
  color: #383838;
  box-shadow: 0 8px 22px rgba(213, 149, 41, 0.14);
  transform: translateY(-2px);
}

.tcc-custom-tabs-icon {
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
}

.tcc-custom-tabs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.tcc-custom-tabs-icon-active {
  position: absolute;
  inset: 0;
  opacity: 0;
}

button.tcc-custom-tabs-button:hover
  .has-active-image
  .tcc-custom-tabs-icon-default,
button.tcc-custom-tabs-button.is-active
  .has-active-image
  .tcc-custom-tabs-icon-default {
  opacity: 0;
  transform: scale(0.92);
}

button.tcc-custom-tabs-button:hover
  .has-active-image
  .tcc-custom-tabs-icon-active,
button.tcc-custom-tabs-button.is-active
  .has-active-image
  .tcc-custom-tabs-icon-active {
  opacity: 1;
  transform: scale(1);
}

.tcc-custom-tabs-title {
  display: block;
  text-align: center;
}

.tcc-custom-tabs-panels {
  background: #ededed;
  border-radius: 8px;
  overflow: hidden;
}

.tcc-custom-tabs-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  padding: 0;
}

.tcc-custom-tabs-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: tccCustomTabsPanelIn 0.34s ease both;
}

.tcc-custom-tabs-panel.is-leaving {
  animation: tccCustomTabsPanelOut 0.14s ease both;
}

.tcc-custom-tabs.is-switching .tcc-custom-tabs-nav {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  button.tcc-custom-tabs-button,
  .tcc-custom-tabs-icon img,
  .tcc-custom-tabs-panel.is-active,
  .tcc-custom-tabs-panel.is-leaving {
    animation: none;
    transition: none;
  }
}

@keyframes tccCustomTabsPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tccCustomTabsPanelOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(6px);
  }
}

@media (max-width: 849px) {
  .tcc-detail-spec {
    border-left: 0;
  }

  .tcc-product-tabs a {
    padding: 8px 12px;
  }

  .tcc-product-strip {
    justify-content: flex-start;
    gap: 18px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .tcc-custom-tabs-nav {
    gap: 12px;
  }

  button.tcc-custom-tabs-button {
    width: calc(50% - 8px);
    min-height: 88px;
    font-size: 15px;
  }

  .tcc-single-product-hero {
    min-height: 520px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tcc-single-product-hero h1 {
    font-size: 38px;
  }

  .tcc-single-product-hero h3 {
    font-size: 22px;
  }

  .tcc-single-product-desc,
  .tcc-single-product-summary p {
    font-size: 16px;
  }

  .tcc-single-product-actions {
    flex-wrap: wrap;
  }

  .tcc-single-product-overview,
  .tcc-single-product-content,
  .tcc-single-product-related {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* news */
.news1 {
  padding-top: 42px;
}

.news1 .post-item .box {
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 16px;
  box-shadow: 0px 4px 6.9px 0px #6b6b6b26;
  background-color: #fff;
}

.news1 .post-item .box-image {
  border-radius: 8px;
  overflow: hidden;
}

.news1 .post-item .box-text {
  padding-top: 16px;
  padding-bottom: 0;
}

.news1 .custom-blog-post-info {
  display: none;
}

.news1 .post-item .box-text .button {
  padding: 0;
  margin: 0;
  min-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  margin-top: 8px;
}

.news2 {
  padding-top: 42px;
}

.news2 .post-item .box {
  display: flex;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px #cccccc40;
}

.news2 .post-item .box-image {
  width: 232px;
  border-radius: 4px;
  overflow: hidden;
}

.news2 .post-item .box-text {
  width: calc(100% - 232px);
  padding: 0;
  padding-left: 16px;
}

p.cat-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--fs-color-primary);
  opacity: 1;
  text-transform: none;
  margin-bottom: 8px;
}

h5.post-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 8px;
}

h5.post-title a {
  color: #01280a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

p.from_the_blog_excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
}

.custom-blog-post-info {
  color: #4c4c4c;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 8px;
}

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

/* contact */
.contact1 {
  padding-top: 42px;
}

.b-contact {
  box-shadow: 0px 4px 16.1px 0px #b8b8b826;
  border-radius: 12px;
  padding: 24px;
}

.b-contact h2 {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #01280a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

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

.b-contact .icon-inner {
  background-color: #324838;
  padding: 12px;
  line-height: 1;
  border-radius: 99px;
  box-shadow: 0px 1px 12px 0px #dedede40;
}

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

.b-contact .icon-box h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 8px;
}

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

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

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

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

.b-contact input.wpcf7-submit {
  border: 0 !important;
  background-color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 24px;
  width: 100%;
  margin: 0;
}

.b-contact .wpcf7 .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.b-contact .wpcf7 .col {
  padding: 0 6px 12px;
}

.b-contact .wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

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

.wpcf7-spinner {
  display: none;
}

.b-socials h3 {
  font-weight: 500;
  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;
}

#footer {
  border-top: 1px solid #ededed;
  padding-top: 42px;
}

#footer .f-logo {
  max-width: 100px;
  margin-bottom: 24px;
}

.t-logo p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
}

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

.f-socials p img {
  margin-bottom: 0 !important;
  max-height: 16px;
  width: auto;
}

.f-text h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.23px;
  margin-bottom: 16px;
  color: #324838;
}

.f-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.23px;
  color: #777777;
  margin-bottom: 16px;
}

.f-text a {
  color: #777777;
}

.f-text a:hover {
  color: var(--fs-color-primary);
}

.f-text p img {
  margin-bottom: 0 !important;
}

.f-text p:has(img) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.absolute-footer.dark {
  background-color: #fff;
  border-top: 1px solid #1e283311;
  color: #383838;
}

.flickity-page-dots .dot {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary);
}

.rowSlider {
  padding-bottom: 20px;
}

.tcc-custom-tabs-panels {
  background-color: #ededed;
  padding: 20px 20px 0px;
}

.collection1 h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.23px;
  color: #000000;
  margin-bottom: 24px;
}

.collection1 p {
  color: #383838;
  margin-bottom: 10px;
}

.collection1 p:last-of-type {
  margin-bottom: 0;
}

.collection1 p:last-of-type a {
  color: #d59529;
}

.collection1 p:last-of-type a img {
  margin: 0 !important;
  position: relative;
  top: -1px;
  left: 10px;
}

.tcc-product-strip {
  background-color: #eee8e4;
  border-radius: 4px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .header-main .nav > li {
    margin: 0 5px;
  }

  .header-main .nav > li > a {
    font-size: 16px;
  }

  .main_banner {
    min-height: 600px !important;
  }

  .main_banner .b-text h1 {
    font-size: 34px;
  }

  .main_banner .b-text h3 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .main_banner .b-text p {
    font-size: 18px;
  }

  .main_banner .col {
    padding-bottom: 0;
  }

  .home1 .b-top h2 {
    font-size: 40px;
  }

  .home1 .b-top p {
    font-size: 16px;
  }

  .home1 .b-video .button.icon.circle {
    width: 60px;
    height: 60px;
  }

  .home1 .b-text h2 {
    font-size: 22px;
  }

  .home1 .b-text h3 {
    font-size: 20px;
  }

  .home1 .b-text p {
    font-size: 16px;
  }

  .home2 .box-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .home2 .b-text {
    max-width: 100%;
  }

  .home2 .b-text h4 {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .home2 .b-text h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .home2 .b-text p {
    font-size: 16px;
  }

  .home3 .b-text h3 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .home3 .b-text h2 {
    font-size: 34px;
  }

  .home3 .section {
    min-height: 500px !important;
  }

  .home3 .b-text h4 {
    font-size: 18px;
  }

  .home3 .b-text p {
    font-size: 16px;
  }

  .home4 > .row > .large-4,
  .home4 > .row > .large-8 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home4 .icon-box .icon-box-img {
    max-width: 36px;
  }

  .home4 .icon-box {
    min-height: 64px;
  }

  .home4 .icon-box p {
    font-size: 14px;
  }

  .home4 .b-text h2 {
    font-size: 26px;
  }

  .home4 .b-text p {
    font-size: 16px;
  }

  .home5 > .row > .large-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home5 .b-text h2,
  .home6 .b-text h2 {
    font-size: 22px;
  }

  .home5 .b-text h3,
  .home6 .b-text h3 {
    font-size: 20px;
  }

  .home5 > .row > .large-8 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home6 .box .box-text {
    padding: 15px 0;
  }

  .home6 .box p {
    font-size: 16px;
  }

  h5.post-title {
    font-size: 18px;
  }

  p.from_the_blog_excerpt {
    font-size: 14px;
  }

  .home1 .b-top h3,
  .collection3 .b-text h3 {
    font-size: 24px;
  }

  .home1 .b-top h4 {
    font-size: 18px;
  }

  .about1 .icon-box p,
  .about2 .icon-box p,
  .collection3 .b-text p {
    font-size: 16px;
  }

  .about2 h2 {
    font-size: 22px;
  }

  .service1 .box h3 {
    font-size: 26px;
  }

  .service1 .box h4 {
    font-size: 20px;
  }

  .service2 .image-cover {
    padding-top: 75% !important;
  }

  .service3 .large-columns-5 .col:not(:last-of-type)::after {
    display: none;
  }

  .news2 .post-item .box {
    display: block;
  }

  .news2 .post-item .box-image,
  .news2 .post-item .box-text {
    width: 100%;
  }

  .news2 .post-item .box-text {
    padding: 0;
    padding-top: 12px;
  }

  .b-contact .icon-box h4 {
    font-size: 16px;
  }
}
