/*
Theme Name: LadoCoffee
Description: Thietkewebchuyen.com
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/



@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root {
  --thietkewebchuyen_com_cream: #f5efe5;
  --thietkewebchuyen_com_cream-dark: #eadfce;
  --thietkewebchuyen_com_green: #0f2f22;
  --thietkewebchuyen_com_green-2: #173e2e;
  --thietkewebchuyen_com_brown: #4a230d;
  --thietkewebchuyen_com_brown-light: #7a3c16;
  --thietkewebchuyen_com_gold: #c89b53;
  --thietkewebchuyen_com_text: #2c2119;
  --thietkewebchuyen_com_white: #fffdf8;
  --thietkewebchuyen_com_border: rgba(85, 48, 25, .18);
  --thietkewebchuyen_com_shadow: 0 14px 35px rgba(51, 31, 18, .10);
}

.thietkewebchuyen_com_header,
.thietkewebchuyen_com_hero,
.thietkewebchuyen_com_story,
.thietkewebchuyen_com_products,
.thietkewebchuyen_com_process,
.thietkewebchuyen_com_commitment,
.thietkewebchuyen_com_reviews-contact,
.thietkewebchuyen_com_footer {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
}

.thietkewebchuyen_com_header p,
.thietkewebchuyen_com_hero p,
.thietkewebchuyen_com_story p,
.thietkewebchuyen_com_products p,
.thietkewebchuyen_com_process p,
.thietkewebchuyen_com_commitment p,
.thietkewebchuyen_com_reviews-contact p,
.thietkewebchuyen_com_footer p {
  margin-bottom: 0;
}

.thietkewebchuyen_com_header {
  background: var(--thietkewebchuyen_com_cream);
  border-bottom: 1px solid rgba(65, 39, 22, .08);
  position: relative;
  z-index: 20;
}

.thietkewebchuyen_com_header-row {
  min-height: 76px;
}

.thietkewebchuyen_com_logo img {
  display: block;
  max-height: 68px;
  width: auto;
}

.thietkewebchuyen_com_nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.thietkewebchuyen_com_nav a {
  color: #20160f;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.thietkewebchuyen_com_nav a::after {
  background: var(--thietkewebchuyen_com_brown);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  width: 100%;
}

.thietkewebchuyen_com_nav a:hover::after {
  transform: scaleX(1);
}

.thietkewebchuyen_com_header-actions {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-right: 12px;
  vertical-align: middle;
}

.thietkewebchuyen_com_header-actions a {
  color: #2c2119;
  font-size: 16px;
}

.thietkewebchuyen_com_header-order {
  background: var(--thietkewebchuyen_com_brown) !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 13px;
  min-height: 40px;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.thietkewebchuyen_com_hero {
  background-image:
    linear-gradient(90deg, rgba(7, 20, 14, .88) 0%, rgba(7, 20, 14, .68) 38%, rgba(7, 20, 14, .10) 69%, rgba(7, 20, 14, .06) 100%);
}

.thietkewebchuyen_com_hero-row {
  min-height: 580px;
}

.thietkewebchuyen_com_hero-content {
  color: var(--thietkewebchuyen_com_white);
  padding: 72px 0 36px;
}

.thietkewebchuyen_com_eyebrow {
  color: #e4c28a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 10px !important;
}

.thietkewebchuyen_com_hero-content h1,
.thietkewebchuyen_com_section-copy h2,
.thietkewebchuyen_com_section-heading h2,
.thietkewebchuyen_com_contact-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.thietkewebchuyen_com_hero-content h1 {
  color: #fff;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 600;
  line-height: .95;
  margin: 0 0 14px;
}

.thietkewebchuyen_com_hero-content h2 {
  color: #e7bd75;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 22px;
}

.thietkewebchuyen_com_hero-desc {
  color: rgba(255,255,255,.90);
  font-size: 15px;
  line-height: 1.8;
  max-width: 510px;
}

.thietkewebchuyen_com_hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.thietkewebchuyen_com_btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  text-decoration: none;
  transition: all .25s ease;
}

.thietkewebchuyen_com_btn-primary {
  background: var(--thietkewebchuyen_com_brown-light);
  border-color: #b97539;
  color: #fff;
}

.thietkewebchuyen_com_btn-primary:hover {
  background: #8c481c;
  color: #fff;
  transform: translateY(-2px);
}

.thietkewebchuyen_com_btn-outline {
  border-color: rgba(255,255,255,.75);
  color: #fff;
}

.thietkewebchuyen_com_btn-outline:hover {
  background: #fff;
  color: var(--thietkewebchuyen_com_green);
}

.thietkewebchuyen_com_hero-usps {
  border-top: 1px solid rgba(255,255,255,.22);
  margin-top: 18px !important;
  padding-top: 20px;
}

.thietkewebchuyen_com_usp-item {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
}

.thietkewebchuyen_com_usp-item i {
  align-items: center;
  border: 1px solid rgba(226,190,128,.7);
  border-radius: 50%;
  color: #e4c28a;
  display: inline-flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.thietkewebchuyen_com_usp-item span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .4px;
  line-height: 1.45;
}

.thietkewebchuyen_com_story,
.thietkewebchuyen_com_products,
.thietkewebchuyen_com_commitment,
.thietkewebchuyen_com_reviews-contact {
  background: var(--thietkewebchuyen_com_cream);
}

.thietkewebchuyen_com_section-copy {
  color: var(--thietkewebchuyen_com_text);
  padding-right: 28px;
}

.thietkewebchuyen_com_label {
  color: var(--thietkewebchuyen_com_brown-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.thietkewebchuyen_com_section-copy h2,
.thietkewebchuyen_com_section-heading h2 {
  color: #332116;
  font-size: clamp(35px, 3.8vw, 53px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 18px;
}

.thietkewebchuyen_com_section-copy > p:not(.thietkewebchuyen_com_label) {
  color: #51463e;
  font-size: 14px;
  line-height: 1.85;
}

.thietkewebchuyen_com_text-link {
  align-items: center;
  background: var(--thietkewebchuyen_com_brown);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  gap: 9px;
  margin-top: 23px;
  padding: 11px 17px;
  text-decoration: none;
}

.thietkewebchuyen_com_text-link:hover {
  background: var(--thietkewebchuyen_com_brown-light);
  color: #fff;
}

.thietkewebchuyen_com_story-gallery .col-inner,
.thietkewebchuyen_com_story-gallery .row {
  height: 100%;
}

.thietkewebchuyen_com_image-card {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.thietkewebchuyen_com_image-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.thietkewebchuyen_com_image-card:hover img {
  transform: scale(1.04);
}

.thietkewebchuyen_com_image-card-tall {
  min-height: 420px;
}

.thietkewebchuyen_com_image-card-wide {
  min-height: 200px;
  margin-bottom: 10px;
}

.thietkewebchuyen_com_image-card-small {
  min-height: 210px;
}

.thietkewebchuyen_com_products {
  border-top: 1px solid rgba(90, 54, 30, .08);
}

.thietkewebchuyen_com_section-heading {
  margin-bottom: 24px;
  text-align: center;
}

.thietkewebchuyen_com_section-heading h2 {
  margin-bottom: 8px;
}

.thietkewebchuyen_com_heading-mark {
  color: var(--thietkewebchuyen_com_brown-light);
  display: inline-block;
  font-size: 18px;
  position: relative;
}

.thietkewebchuyen_com_heading-mark::before,
.thietkewebchuyen_com_heading-mark::after {
  background: rgba(74, 35, 13, .28);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}

.thietkewebchuyen_com_heading-mark::before {
  right: calc(100% + 10px);
}

.thietkewebchuyen_com_heading-mark::after {
  left: calc(100% + 10px);
}

.thietkewebchuyen_com_product-row {
  align-items: stretch;
}

.thietkewebchuyen_com_product-row > .col > .col-inner {
  height: 100%;
}

.thietkewebchuyen_com_product-card {
  background: #eee2d1;
  border: 1px solid rgba(83, 49, 25, .10);
  border-radius: 7px;
  box-shadow: 0 5px 16px rgba(53, 33, 20, .06);
  display: flex;
  height: 100%;
  min-height: 275px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.thietkewebchuyen_com_product-card:hover {
  box-shadow: var(--thietkewebchuyen_com_shadow);
  transform: translateY(-4px);
}

.thietkewebchuyen_com_product-image {
  align-items: flex-end;
  background: linear-gradient(180deg, #d8c6ae, #c7b092);
  display: flex;
  flex: 0 0 40%;
  justify-content: center;
  padding: 12px 8px 0;
}

.thietkewebchuyen_com_product-image img {
  max-height: 230px;
  object-fit: contain;
  width: auto;
}

.thietkewebchuyen_com_product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 16px 18px;
}

.thietkewebchuyen_com_product-content h3 {
  color: #2d1a10;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}

.thietkewebchuyen_com_product-note {
  color: #59371f;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  min-height: 28px;
}

.thietkewebchuyen_com_product-content > p:not(.thietkewebchuyen_com_product-note) {
  color: #5d5148;
  font-size: 11px;
  line-height: 1.65;
  margin-top: 12px;
}

.thietkewebchuyen_com_product-content a {
  color: #3d210f;
  font-size: 11px;
  font-weight: 600;
  margin-top: auto;
  padding-top: 14px;
  text-decoration: none;
}

.thietkewebchuyen_com_process {
  background: var(--thietkewebchuyen_com_green);
}

.thietkewebchuyen_com_section-heading-light .thietkewebchuyen_com_label {
  color: #d8ae68;
}

.thietkewebchuyen_com_section-heading-light h2 {
  color: #fff7e9;
}

.thietkewebchuyen_com_process-row > .col {
  position: relative;
}

.thietkewebchuyen_com_process-row > .col:not(:last-child)::after {
  color: #d3a456;
  content: "→";
  font-size: 24px;
  position: absolute;
  right: -8px;
  top: 38%;
  z-index: 3;
}

.thietkewebchuyen_com_process-card {
  color: rgba(255,255,255,.85);
  position: relative;
}

.thietkewebchuyen_com_step-number {
  align-items: center;
  background: var(--thietkewebchuyen_com_green);
  border: 1px solid #d0a85f;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: -12px;
  width: 50px;
  z-index: 2;
}

.thietkewebchuyen_com_process-image {
  border: 1px solid rgba(218,175,98,.38);
  border-radius: 6px;
  height: 145px;
  margin: 18px 0 12px 18px;
  overflow: hidden;
}

.thietkewebchuyen_com_process-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thietkewebchuyen_com_process-card h3 {
  color: #d9ad62;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 7px;
}

.thietkewebchuyen_com_process-card p {
  font-size: 11px;
  line-height: 1.65;
}

.thietkewebchuyen_com_commitment {
  padding-bottom: 0 !important;
}

.thietkewebchuyen_com_section-heading-left {
  text-align: left;
}

.thietkewebchuyen_com_commitment-row {
  margin-top: 12px !important;
}

.thietkewebchuyen_com_commitment-item {
  display: flex;
  gap: 14px;
}

.thietkewebchuyen_com_commitment-item > span {
  align-items: center;
  border: 1px solid rgba(94, 55, 28, .32);
  border-radius: 50%;
  color: var(--thietkewebchuyen_com_brown-light);
  display: flex;
  flex: 0 0 58px;
  font-size: 22px;
  height: 58px;
  justify-content: center;
}

.thietkewebchuyen_com_commitment-item h3 {
  color: #3b2416;
  font-size: 12px;
  font-weight: 700;
  margin: 1px 0 8px;
}

.thietkewebchuyen_com_commitment-item p {
  color: #65584e;
  font-size: 10px;
  line-height: 1.65;
}

.thietkewebchuyen_com_commitment-photo {
  border-radius: 8px 8px 0 0;
  height: 280px;
  overflow: hidden;
}

.thietkewebchuyen_com_commitment-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thietkewebchuyen_com_reviews-contact {
  border-top: 1px solid rgba(83, 49, 25, .09);
}

.thietkewebchuyen_com_review-row > .col > .col-inner {
  height: 100%;
}

.thietkewebchuyen_com_review-card {
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(84, 49, 24, .10);
  border-radius: 6px;
  height: 100%;
  padding: 18px;
}

.thietkewebchuyen_com_review-head {
  align-items: center;
  display: flex;
  gap: 11px;
}

.thietkewebchuyen_com_review-head img {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.thietkewebchuyen_com_review-head strong {
  color: #342014;
  display: block;
  font-size: 12px;
}

.thietkewebchuyen_com_review-head span {
  color: #7c6a5d;
  display: block;
  font-size: 9px;
}

.thietkewebchuyen_com_stars {
  color: #d39836;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 12px 0 8px;
}

.thietkewebchuyen_com_review-card p {
  color: #5c5047;
  font-size: 10px;
  line-height: 1.65;
}

.thietkewebchuyen_com_contact-card {
  background:
    linear-gradient(180deg, rgba(11,45,32,.92), rgba(11,45,32,.92)),
    url('/wp-content/uploads/2026/07/lado-contact-bg.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 7px;
  color: #fff;
  height: 100%;
  min-height: 280px;
  padding: 28px;
}

.thietkewebchuyen_com_contact-card .thietkewebchuyen_com_label {
  color: #e0b66c;
}

.thietkewebchuyen_com_contact-card h2 {
  color: #fff5e5;
  font-size: 37px;
  line-height: 1;
  margin: 6px 0 22px;
}

.thietkewebchuyen_com_contact-card > a {
  align-items: center;
  border: 1px solid rgba(219,173,95,.65);
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin-bottom: 8px;
  min-height: 38px;
  text-decoration: none;
}

.thietkewebchuyen_com_contact-card > a:hover {
  background: #d0a257;
  color: #183729;
}

.thietkewebchuyen_com_footer {
  background: linear-gradient(90deg, #3a1d0d, #1f0f08);
  color: rgba(255,255,255,.78);
}

.thietkewebchuyen_com_footer h3 {
  color: #e9c999;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  margin: 0 0 15px;
}

.thietkewebchuyen_com_footer-brand img {
  max-height: 74px;
  width: auto;
}

.thietkewebchuyen_com_footer-brand p,
.thietkewebchuyen_com_footer-contact p {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 11px;
}

.thietkewebchuyen_com_socials {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.thietkewebchuyen_com_socials a {
  align-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.thietkewebchuyen_com_footer-links a {
  color: rgba(255,255,255,.76);
  display: block;
  font-size: 10px;
  margin-bottom: 9px;
  text-decoration: none;
}

.thietkewebchuyen_com_footer a:hover {
  color: #e6bf7a;
}

.thietkewebchuyen_com_footer-contact a {
  color: #fff;
}

@media (max-width: 849px) {
  .thietkewebchuyen_com_header-row {
    min-height: 66px;
  }

  .thietkewebchuyen_com_header-order {
    display: none !important;
  }

  .thietkewebchuyen_com_header-actions {
    margin-right: 0;
  }

  .thietkewebchuyen_com_hero {
    background-image:
      linear-gradient(90deg, rgba(7,20,14,.88), rgba(7,20,14,.62)),
      url('/wp-content/uploads/2026/07/lado-hero.jpg');
    min-height: 540px;
  }

  .thietkewebchuyen_com_hero-row {
    min-height: 540px;
  }

  .thietkewebchuyen_com_hero-content {
    padding: 55px 0 22px;
  }

  .thietkewebchuyen_com_section-copy {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .thietkewebchuyen_com_image-card-tall {
    min-height: 320px;
    margin-bottom: 10px;
  }

  .thietkewebchuyen_com_product-card {
    min-height: 250px;
  }

  .thietkewebchuyen_com_process-row > .col::after {
    display: none;
  }

  .thietkewebchuyen_com_commitment-photo {
    margin-top: 28px;
  }

  .thietkewebchuyen_com_review-card {
    margin-bottom: 12px;
  }

  .thietkewebchuyen_com_contact-card {
    margin-top: 20px;
  }
}

@media (max-width: 549px) {
  .thietkewebchuyen_com_header-actions a:first-child,
  .thietkewebchuyen_com_header-actions a:nth-child(2) {
    display: none;
  }

  .thietkewebchuyen_com_hero {
    background-position: 60% center;
  }

  .thietkewebchuyen_com_hero-content h1 {
    font-size: 52px;
  }

  .thietkewebchuyen_com_hero-content h2 {
    font-size: 34px;
  }

  .thietkewebchuyen_com_hero-desc {
    font-size: 13px;
  }

  .thietkewebchuyen_com_hero-usps .col {
    padding-left: 4px;
    padding-right: 4px;
  }

  .thietkewebchuyen_com_usp-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .thietkewebchuyen_com_usp-item i {
    height: 32px;
    width: 32px;
  }

  .thietkewebchuyen_com_usp-item span {
    font-size: 8px;
  }

  .thietkewebchuyen_com_product-row > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .thietkewebchuyen_com_product-card {
    min-height: 235px;
  }

  .thietkewebchuyen_com_product-image {
    flex-basis: 38%;
  }

  .thietkewebchuyen_com_commitment-item {
    margin-bottom: 18px;
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}