@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Inter-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Inter-ThinItalic-BETA.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Linux Biolinum O";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/LinBiolinum_R.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Linux Biolinum O";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/LinBiolinum_RI.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GowunBatang-Bold";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/GowunBatang-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GowunBatang-Regular";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/GowunBatang-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MTD-Authemart";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/MTD-Authemart.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "UTM Times";
  src: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/fonts/Utmtimesitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: Inter;
}

a {
  text-decoration: none;
}

.container {
  width: 1196px;
  margin: 0 auto;
}

.container2 {
  width: 1256px;
  margin: 0 auto;
}

.header-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  background-color: #FFFFFF;
}

.box-swiper-top {
  width: 100%;
  min-height: 36px;
  background-color: #140d3a;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.box-swiper-top .swiper-wrapper-top {
  max-width: 650px;
}
.box-swiper-top .swiper-wrapper-top .swiper-slide {
  width: auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.box-swiper-top .text-swiper-top {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  text-wrap: wrap;
}
.box-swiper-top .text-swiper-top .btn-buy {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 5px;
  display: inline-block;
  text-wrap: no-wrap;
}
.box-swiper-top .swiper-button-next,
.box-swiper-top .swiper-button-prev {
  width: 12px;
  height: 12px;
  margin-top: 0;
  color: #ababab;
  top: 50%;
  transform: translateY(-50%);
}
.box-swiper-top .swiper-button-next::after,
.box-swiper-top .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 700;
}
.box-swiper-top .swiper-button-next {
  right: 0;
}
.box-swiper-top .swiper-button-prev {
  left: 0;
}

.header-top {
  display: flex;
  height: 33px;
  justify-content: end;
  border-bottom: 1px solid #E9EDF6;
  align-items: center;
}
.header-top .container {
  width: 1352px;
}

.header-top-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.header-top-left .header-icons {
  display: inline-flex;
  align-items: center;
  height: 100%;
  line-height: 13px;
  gap: 10px;
}
.header-top-left .header-icons .icon-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-left .header-icons .cart-icon {
  position: relative;
}
.header-top-left .header-icons .cart-icon .count-cart {
  min-width: 14px;
  height: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FBE6B0;
  color: #1A1950;
  border-radius: 50%;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.header-langue {
  position: relative;
}
.header-langue .select-langue {
  border: unset;
  outline: unset;
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.header-main {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 84px;
  border-bottom: 2px solid #E9EDF6;
  padding-left: 20px;
  padding-right: 20px;
}
.header-main .header-content {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.header-main .header-content .header-logo {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.header-main .header-nav {
  display: flex;
  gap: 30px;
}
.header-main .header-nav .box-nav-link.active, .header-main .header-nav .box-nav-link:hover {
  position: relative;
}
.header-main .header-nav .box-nav-link.no-position, .header-main .header-nav .box-nav-link.no-position:hover {
  position: static;
}
.header-main .header-nav .box-nav-link .box-sub-link {
  display: none;
  position: absolute;
  top: 56px;
  left: -30px;
}
.header-main .header-nav .box-nav-link.active:not(.no-position) > .nav-link, .header-main .header-nav .box-nav-link:not(.no-position):hover > .nav-link {
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header-main .header-nav .box-nav-link.active:not(.no-position) .box-sub-link, .header-main .header-nav .box-nav-link:not(.no-position):hover .box-sub-link {
  display: block;
  min-width: 420px;
  padding: 30px 40px 30px 40px;
  background-color: #ffffff;
  z-index: 2;
}
.header-main .header-nav .box-nav-link.active:not(.no-position) .box-sub-link .nav-link, .header-main .header-nav .box-nav-link:not(.no-position):hover .box-sub-link .nav-link {
  display: block;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.header-main .header-nav .box-nav-link.active:not(.no-position) .box-sub-link::before, .header-main .header-nav .box-nav-link:not(.no-position):hover .box-sub-link::before {
  content: "";
  height: 40px;
  width: 100%;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}
.header-main .header-nav .box-nav-link .box-sub-link-content-left-title {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  height: 35px;
  display: block;
  align-items: center;
  justify-content: center;
  color: #1A1950;
}
.header-main .header-nav .box-nav-link.no-position.active > .nav-link, .header-main .header-nav .box-nav-link.no-position:hover > .nav-link {
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header-main .header-nav .box-nav-link.no-position.active .box-sub-link, .header-main .header-nav .box-nav-link.no-position:hover .box-sub-link {
  display: flex;
  min-width: 420px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 40px 0px 40px;
  background-color: #ffffff;
  z-index: 1;
  top: 84px;
}
.header-main .header-nav .box-nav-link.no-position.active .box-sub-link .nav-link, .header-main .header-nav .box-nav-link.no-position:hover .box-sub-link .nav-link {
  display: block;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.header-main .header-nav .box-nav-link.no-position.active .box-sub-link .box-sub-link-content-left, .header-main .header-nav .box-nav-link.no-position:hover .box-sub-link .box-sub-link-content-left {
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding: 40px 100px 40px 0px;
}
.header-main .header-nav .box-nav-link.no-position.active .box-sub-link .box-sub-link-content-right, .header-main .header-nav .box-nav-link.no-position:hover .box-sub-link .box-sub-link-content-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
  border-left: 1px solid #E9EDF6;
  height: 100%;
  padding: 40px 40px 120px 40px;
}
.header-main .header-nav .box-nav-link.no-position.active .box-sub-link::before, .header-main .header-nav .box-nav-link.no-position:hover .box-sub-link::before {
  content: "";
  height: 40px;
  width: 100%;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}
.header-main .header-nav .nav-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #1A1950;
}
.header-main .header-nav .nav-link:hover {
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header-main .header-nav .nav-link:hover .icon svg {
  stroke: #d4af37;
}
.header-main .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-main .header-right .header-cta {
  /* --- Cài đặt khung cha --- */
  position: relative;
  z-index: 0;
  /* Tạo môi trường xếp lớp mới */
  font-family: Inter, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  /* Viền mặc định (xám) */
  border: 1px solid rgba(26, 25, 80, 0.2);
  background: white;
  transition: all 0.3s ease;
  /* --- QUAN TRỌNG: Cấu hình cho thẻ SPAN (Chữ) --- */
  /* --- Lớp 1: Viền Gradient (::before) --- */
  /* --- Lớp 2: Nền Trắng (::after) --- */
  /* --- Trạng thái Hover --- */
}
.header-main .header-right .header-cta span {
  position: relative;
  z-index: 2;
  /* Luôn nằm cao nhất */
  color: #333;
  /* Màu chữ mặc định */
  transition: all 0.3s ease;
}
.header-main .header-right .header-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  /* Tràn ra làm viền */
  z-index: 0;
  /* Thấp nhất */
  border-radius: 4px;
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-main .header-right .header-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Bằng khít khung cha */
  z-index: 1;
  /* Nằm đè lên Viền (::before) nhưng dưới Chữ (span) */
  border-radius: 4px;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-main .header-right .header-cta:hover {
  border-color: transparent;
  /* Tắt viền xám cứng */
  /* Xử lý Gradient cho TEXT (Áp dụng trực tiếp vào Span) */
  /* Hiện nền trắng và viền gradient */
}
.header-main .header-right .header-cta:hover span {
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  /* Quan trọng để background-clip hoạt động chuẩn */
}
.header-main .header-right .header-cta:hover::before, .header-main .header-right .header-cta:hover::after {
  opacity: 1;
}

.footer-main {
  background-color: #fafafa;
  padding: 60px 0 0px;
}
.footer-main .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 20px;
}
.footer-main .footer-column .footer-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  color: #52586F;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-main .footer-column .footer-links {
  list-style: none;
}
.footer-main .footer-column .footer-links li {
  margin-bottom: 12px;
}
.footer-main .footer-column .footer-links li a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #52586F;
}
.footer-main .footer-column .footer-text-box {
  display: flex;
  gap: 40px;
}
.footer-main .footer-column .footer-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  color: #52586F;
  display: inline-flex;
  align-items: center;
}
.footer-main .footer-column .footer-text .icon {
  margin-right: 10px;
}
.footer-main .footer-column .footter-contact {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-main .footer-column .footter-contact .footer-title {
  margin-bottom: 10px;
}
.footer-main .footer-column .footter-contact-sapo {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #52586F;
  margin-bottom: 10px;
}
.footer-main .footer-column .footter-contact-left {
  width: 390px;
}
.footer-main .footer-column.footer-newsletter .newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-main .footer-column.footer-newsletter .newsletter-form .newsletter-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid rgba(26, 25, 80, 0.2);
  border-radius: 4px;
  font-family: Inter;
  font-size: 14px;
}
.footer-main .footer-column.footer-newsletter .newsletter-form .newsletter-input::-moz-placeholder {
  color: #52586F;
}
.footer-main .footer-column.footer-newsletter .newsletter-form .newsletter-input::placeholder {
  color: #52586F;
}
.footer-main .footer-column.footer-newsletter .newsletter-form .newsletter-input:focus {
  outline: none;
  border-color: #d4af37;
}
.footer-main .footer-column.footer-newsletter .newsletter-form .btn-newsletter {
  width: 54px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background-color: #1A1950;
  color: #ffffff;
  border-radius: 4px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}
.footer-main .footer-column.footer-newsletter .footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-main .footer-column.footer-newsletter .footer-social .social-link {
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.footer-main .footer-column.footer-newsletter .footer-qr .qr-code {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 10px;
}
.footer-main .bg-footer-bottom {
  background-color: #F6F6F6;
}
.footer-main .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 20px;
}
.footer-main .footer-bottom .footer-bottom-left .footer-copyright {
  font-weight: 400;
  color: #52586F;
  margin-bottom: 2px;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
}
.footer-main .footer-bottom .footer-bottom-left .footer-info {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  color: #52586F;
}
.footer-main .footer-bottom .footer-bottom-image {
  width: 217px;
  height: 82px;
}
.footer-main .footer-bottom .footer-bottom-image .bct {
  width: 100%;
  height: 100%;
}
.footer-main .footer-bottom .footer-bottom-right {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
.footer-main .footer-bottom .footer-bottom-right .payment-methods {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}
.footer-main .footer-bottom .footer-bottom-right .payment-methods .payment-label {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  color: #52586F;
}
.footer-main .footer-bottom .footer-bottom-right .payment-methods .payment-icons {
  display: flex;
  gap: 10px;
}
.footer-main .footer-bottom .footer-bottom-right .payment-methods .payment-icons .payment-icon {
  font-size: 24px;
}

.floating-social {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.floating-social .social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  display: block;
}
.floating-social .social-icon:hover {
  transform: scale(1.1);
}
.floating-social .social-icon img {
  width: 100%;
  height: 100%;
}

.main-content {
  padding-top: 150px;
}

@media (max-width: 1351px) {
  .container,
  .container2 {
    max-width: 1351px;
    width: 100%;
    padding: 0 15px;
  }
  .header-main .header-nav .box-nav-link.no-position.active .box-sub-link .box-sub-link-content-left {
    gap: 80px;
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-main .footer-content {
    gap: unset;
  }
  .header-main .header-nav {
    gap: 15px;
  }
  .header-main .header-nav .box-nav-link.no-position.active .box-sub-link .box-sub-link-content-left {
    gap: 60px;
    padding: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
  .header-main {
    height: 60px;
  }
  .mobile .open-menu .icon-close {
    display: none;
  }
  .mobile .open-menu.active .icon-open {
    display: none;
  }
  .mobile .open-menu.active .icon-close {
    display: inline-block;
  }
  .mobile .header-logo {
    width: 63px;
    height: 56px;
    display: block;
  }
  .mobile .header-logo img {
    width: 100%;
    height: 100%;
  }
  .mobile .header-right {
    display: inline-flex;
    align-items: center;
    height: 100%;
    line-height: 13px;
    gap: 10px;
  }
  .mobile .header-right .icon-link {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile .header-right .cart-icon {
    position: relative;
  }
  .mobile .header-right .cart-icon .count-cart {
    min-width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FBE6B0;
    color: #1A1950;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
  .mobile .mobile-menu {
    width: 100vw;
    padding: 20px;
    margin-left: -20px;
    background: #FFFFFF;
    font-family: Inter;
    border: 1px solid #E9EDF6;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile .mobile-menu__search {
    position: relative;
    margin-bottom: 15px;
    height: 44px;
  }
  .mobile .mobile-menu__search .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile .mobile-menu__search input {
    width: 100%;
    padding: 8px 12px 8px 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
  }
  .mobile .mobile-menu__search input:focus {
    outline: none;
    border-color: #999;
  }
  .mobile .mobile-menu__list {
    margin-top: 10px;
  }
  .mobile .mobile-menu__list .menu-item {
    border-bottom: 1px solid #eee;
    list-style: none;
  }
  .mobile .mobile-menu__list .menu-item .item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px 12px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #343A55;
  }
  .mobile .mobile-menu__list .menu-item.has-child .item-child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .mobile .mobile-menu__list .menu-item.has-child .item-child a {
    display: block;
    padding: 10px 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #52586F;
  }
  .mobile .mobile-menu__list .menu-item.has-child .item-child li {
    list-style: none;
  }
  .mobile .mobile-menu__list .menu-item.has-child .item-child p {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #52586F;
    margin-bottom: 10px;
  }
  .mobile .mobile-menu__list .menu-item.has-child .item-child p.sub-2 {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .mobile .mobile-menu__list .menu-item.has-child.active .item-head {
    background: linear-gradient(to right, #966A28, #D9AD68);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .mobile .mobile-menu__list .menu-item.has-child.active .item-head .icon {
    transform: rotate(90deg);
  }
  .mobile .mobile-menu__list .menu-item.has-child.active .item-head .icon svg path {
    fill: #966A28;
  }
  .mobile .mobile-menu__list .menu-item.has-child.active .item-child {
    max-height: -moz-max-content;
    max-height: max-content;
    padding-bottom: 10px;
  }
  .mobile .mobile-menu__footer {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 100px;
  }
  .mobile .mobile-menu__footer .quick-check {
    display: block;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #343A55;
  }
  .mobile .mobile-menu__footer .lang {
    font-weight: 600;
  }
  .mobile .lang-select {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
  .mobile .lang-select .lang-current {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
  }
  .mobile .lang-select .arrow {
    margin-left: 10px;
  }
  .mobile .lang-select .lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 6px 0 0;
    width: 160px;
    display: none;
  }
  .mobile .lang-select .lang-dropdown li {
    padding: 8px 12px;
    cursor: pointer;
  }
  .mobile .lang-select .lang-dropdown li:hover {
    background: #f5f5f5;
  }
  .mobile .lang-select.open .lang-dropdown {
    display: block;
  }
  .floating-social {
    gap: 10px;
  }
  .floating-social .social-icon {
    width: 44px;
    height: 44px;
  }
  .main-content {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 769px) {
  .hidden-pc-768 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-mobile-768 {
    display: none !important;
  }
  .box-swiper-top {
    min-height: 36px;
    height: auto;
    padding: 10px;
    width: 100vw;
  }
  .box-swiper-top .swiper-wrapper-top {
    max-width: 100%;
  }
  .box-swiper-top .container, .box-swiper-top .container2 {
    margin-left: -10px;
  }
  .header-main {
    width: 100vw;
  }
  .container,
  .container2 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .footer-main .footer-content {
    flex-direction: column;
    display: flex;
    row-gap: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    margin-bottom: 0;
    margin-top: 20px !important;
  }
  .footer-main .footer-content .footer-column .footer-title {
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    align-items: center;
  }
  .footer-main .footer-content .footer-column.footer-newsletter .footer-title {
    margin-bottom: 10px;
  }
  .footer-main .footer-content .footer-column.footer-newsletter .footer-social .social-link {
    margin-top: 0;
  }
  .footer-main .footer-content .footer-column.footer-newsletter .footer-qr .qr-code {
    padding: 0;
    width: 72px;
    height: 72px;
  }
  .footer-main .footer-content .footer-column .footer-text-box {
    gap: 10px;
    flex-direction: column;
  }
  .footer-main .footer-column {
    border-bottom: 1px solid #eee;
    list-style: none;
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
  }
  .footer-main .footer-column .item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px 12px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #343A55;
  }
  .footer-main .footer-column .item-head .icon-close {
    display: none;
  }
  .footer-main .footer-column:last-child {
    border-bottom: unset;
  }
  .footer-main .footer-column.has-child .item-child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .footer-main .footer-column.has-child .item-child a {
    display: block;
    padding: 10px 0;
    line-height: 21px;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    color: #52586F;
  }
  .footer-main .footer-column.has-child .item-child li {
    list-style: none;
    margin-bottom: 0;
  }
  .footer-main .footer-column.has-child .item-child p {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #52586F;
    margin-bottom: 10px;
  }
  .footer-main .footer-column.has-child .item-child p.sub-2 {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .footer-main .footer-column.has-child.active .item-head {
    background: linear-gradient(to right, #966A28, #D9AD68);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .footer-main .footer-column.has-child.active .item-head .icon-close {
    display: inline-block;
  }
  .footer-main .footer-column.has-child.active .item-head .icon-close svg path {
    fill: #966A28;
  }
  .footer-main .footer-column.has-child.active .item-head .icon-open {
    display: none;
  }
  .footer-main .footer-column.has-child.active .item-child {
    max-height: -moz-max-content;
    max-height: max-content;
    padding-bottom: 10px;
  }
  .footer-main .footer-column .footter-contact {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
  }
  .footer-main .footer-column .footter-contact-left {
    width: 100%;
    padding-right: 20px;
  }
  .footer-main .footer-bottom .footer-bottom-left .footer-info {
    margin-top: 10px;
  }
  .footer-main .footer-bottom .footer-bottom-right {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  .footer-main .footer-bottom .footer-bottom-right .payment-methods {
    align-items: start;
  }
  .main-content {
    padding-top: 97px;
  }
}
@media (max-width: 514px) {
  .main-content {
    padding-top: 114px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.pagination .page-num,
.pagination .page-arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #52586F;
  border-radius: 4px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  background-color: #FAFAFA;
}
.pagination .page-num.active,
.pagination .page-arrow.active {
  background-color: #1A1950;
  color: #ffffff;
  border-color: #1A1950;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-20 {
  padding-left: 20px;
}

.d-block {
  display: block;
}

.h-10 {
  height: 10px;
}

.op-02 {
  opacity: 0.2;
}

.hidden {
  display: none;
}

.ml--20 {
  margin-left: -20px;
}

.philosophy-page {
  padding: 16px 0;
  position: relative;
  background-image: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/banner_triet_ly.png");
  /* <-- THAY ĐƯỜNG DẪN ẢNH CỦA BẠN VÀO ĐÂY */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 607px;
}
.philosophy-page .breadcrumb {
  margin-bottom: 66px;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.philosophy-page .breadcrumb__link {
  margin-right: 5px;
  color: #ffffff;
  text-decoration: none;
}
.philosophy-page .breadcrumb__link:hover {
  text-decoration: underline;
}
.philosophy-page .breadcrumb__page {
  font-size: 14px;
  margin: 0 8px;
  color: #ffffff;
  opacity: 0.65;
}
.philosophy-page .philosophy-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.philosophy-page .philosophy-left {
  flex: 1;
  color: #ffffff;
}
.philosophy-page .philosophy-title {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.philosophy-page .philosophy-title .title-number {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 8px;
}
.philosophy-page .philosophy-title .title-text {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.philosophy-page .philosophy-title .title-accent-line {
  width: 60px;
  height: 3px;
  background-color: #D9AD68;
  margin-top: 8px;
}
.philosophy-page .philosophy-subtitle {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 32px;
  opacity: 0.85;
}
.philosophy-page .philosophy-description {
  margin-top: 159px;
}
.philosophy-page .philosophy-description .description-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.85;
  font-style: italic;
}
.philosophy-page .philosophy-description .description-text strong {
  font-weight: 700;
  color: #ffffff;
}
.philosophy-page .philosophy-right {
  flex: 1;
  max-width: 600px;
}
.philosophy-page .philosophy-right .philosophy-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1351px) {
  .philosophy-page {
    min-height: 500px;
    padding: 16px 0;
    position: relative;
    background-image: url(https://yangmiwa.com/public/frontend/brand/yangmiwa/images/banner_triet_ly.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
  }
  .philosophy-page .breadcrumb {
    margin-bottom: 90px;
  }
  .philosophy-page .philosophy-title .title-number {
    font-size: 64px;
  }
  .philosophy-page .philosophy-title .title-text {
    font-size: 40px;
  }
}
@media (max-width: 1235px) {
  .philosophy-page {
    min-height: 500px;
  }
  .philosophy-page .breadcrumb {
    margin-bottom: 60px;
  }
  .philosophy-page .philosophy-description {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .philosophy-page {
    padding: 35px 0;
    aspect-ratio: 5/8;
    background-blend-mode: multiply;
    background-image: url(https://yangmiwa.com/public/frontend/brand/yangmiwa/images/mb_banner_triet_ly.png);
    background-repeat: no-repeat;
    max-height: 604px;
    width: 100%;
    background-position-x: 100%;
    position: relative;
  }
  .philosophy-page::before {
    content: "";
    background: linear-gradient(180deg, #4F3206 16.9%, rgba(150, 106, 40, 0) 45.39%);
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .philosophy-page .breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    display: none;
  }
  .philosophy-page .philosophy-content {
    flex-direction: column;
    gap: 25px;
  }
  .philosophy-page .philosophy-title {
    margin-bottom: 15px;
  }
  .philosophy-page .philosophy-title .title-number {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .philosophy-page .philosophy-title .title-text {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .philosophy-page .philosophy-subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .philosophy-page .philosophy-description {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
  }
  .philosophy-page .philosophy-description .description-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .philosophy-page .philosophy-right .philosophy-image {
    max-height: 400px;
  }
  .philosophy-page .container {
    position: relative;
    height: 100%;
  }
}

.box-brand-author {
  width: 100%;
  max-width: 1253px;
  background: rgba(255, 246, 226, 0.6);
  padding: 39px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 70px;
}
.box-brand-author::before {
  content: "";
  background: url(https://yangmiwa.com/public/frontend/brand/yangmiwa/images/bong_hong.png);
  width: 416px;
  height: 417px;
  bottom: -156px;
  transform: translateX(100px);
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  right: 0;
}
.box-brand-author__des {
  color: #343A55;
  text-align: center;
  font-family: "Linux Biolinum O";
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
.box-brand-author__name {
  margin-top: 27px;
  color: #343A55;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  position: relative;
}
.box-brand-author__name strong {
  font-size: 26px;
  font-family: "Linux Biolinum O";
  font-weight: 700;
  text-transform: capitalize;
}
.box-brand-author__name strong::after {
  margin: 0 5px;
  content: " - ";
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .box-brand-author {
    padding: 30px 10px;
  }
  .box-brand-author__des {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
  .box-brand-author__des br {
    display: none;
  }
  .box-brand-author__name {
    margin-top: 15px;
    font-size: 15px;
    line-height: 21px;
    /* 140% */
  }
  .box-brand-author__name strong {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }
  .box-brand-author__name strong::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 28px;
    line-height: 38px;
  }
  .brand-des {
    font-size: 15px;
    line-height: 21px;
  }
  .brand-des strong {
    font-size: 15px;
    line-height: unset;
  }
}
.experts-box {
  width: 100%;
  max-width: 1236px;
  margin: 59px auto;
  background-color: #ffffff;
}

/* ----- PHẦN DANH SÁCH (PC: Grid 3 cột) ----- */
.experts-list {
  width: 100%;
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}

.expert-card {
  background-color: #f7f7f9;
  width: 100%;
}
.expert-card .expert-image img {
  width: 100%;
  height: auto;
  display: block;
}
.expert-card .expert-info {
  padding: 24px;
}
.expert-card .expert-info .expert-name {
  font-family: "Linux Biolinum O";
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  color: #343A55;
  margin-bottom: 6px;
}
.expert-card .expert-info .expert-title {
  font-size: 16px;
  color: #343A55;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 22px;
  font-weight: 400;
}
.expert-card .expert-info .expert-quote {
  font-family: "Linux Biolinum O";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  color: #52586F;
  border-top: 1px solid #B7B9C2;
  margin-top: 17px;
  padding-top: 17px;
}

/* ======================================= */
/* === 3. RESPONSIVE (MOBILE)           === */
/* ======================================= */
@media (max-width: 991px) {
  .experts-list {
    gap: 20px;
  }
  .expert-card .expert-info {
    padding: 15px;
  }
  .expert-card .expert-info .expert-name {
    font-size: 26px;
  }
  .expert-card .expert-info .expert-title {
    font-size: 15px;
  }
  .expert-card .expert-info .expert-quote {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .experts-list {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .expert-card .expert-info {
    padding: 12px;
  }
  .expert-card .expert-info .expert-name {
    font-size: 24px;
    line-height: 38px;
  }
  .expert-card .expert-info .expert-title {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  .expert-card .expert-info .expert-quote {
    font-size: 20px;
    line-height: 28px;
  }
}
.brand-name {
  display: block;
  color: #1A1950;
  margin-bottom: 4px;
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}

.brand-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #343A55;
}
.brand-des strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.yangmiwa-box.tam-yangmiwa-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1190px;
  margin: 70px auto 0;
  background-color: #ffffff;
  justify-content: space-between;
  gap: 54px;
  /* ----- CỘT 1: NỘI DUNG VĂN BẢN ----- */
  /* ----- CỘT 2: HÌNH ẢNH ----- */
  /* ======================================= */
  /* === 3. RESPONSIVE (MOBILE)           === */
  /* ======================================= */
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content {
  flex: 1;
  color: #343A55;
  box-sizing: border-box;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content .decorator-line {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #c7a17a;
  margin-bottom: 24px;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-image {
  flex-basis: 475px;
  flex-shrink: 0;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-image img {
  width: 100%;
  height: auto;
  display: block;
}
.yangmiwa-box.tam-yangmiwa-box.cham_soc {
  gap: 60px;
}
.yangmiwa-box.tam-yangmiwa-box.cham_soc .yangmiwa-image {
  flex-basis: 354px;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item {
  width: calc(33% - 33px);
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  background: var(--gradient-1, linear-gradient(90deg, #966A28 0%, #D9AD68 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__des {
  color: var(--black-1, #343A55);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .yangmiwa-box.tam-yangmiwa-box {
    gap: 30px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-image {
    flex-basis: 300px;
    flex-shrink: 0;
  }
  .yangmiwa-box.tam-yangmiwa-box.cham_soc {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .yangmiwa-box.tam-yangmiwa-box {
    gap: 30px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-image {
    flex-basis: 300px;
    flex-shrink: 0;
  }
  .yangmiwa-box.tam-yangmiwa-box.cham_soc {
    gap: 30px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item {
    width: calc(33% - 10px);
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    background: var(--gradient-1, linear-gradient(90deg, #966A28 0%, #D9AD68 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__des {
    color: var(--black-1, #343A55);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .yangmiwa-box.tam-yangmiwa-box {
    flex-direction: column;
    gap: unset;
  }
  .yangmiwa-box.tam-yangmiwa-box.cham_soc {
    flex-direction: column-reverse;
  }
  .yangmiwa-box.tam-yangmiwa-box.cham_soc .brand-name br {
    display: none;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom {
    justify-content: space-around;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 12px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item {
    width: calc(50% - 10px);
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .yangmiwa-box.tam-yangmiwa-box .yangmiwa-content__bottom__item__des {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
}

.lifestyle-box.tam-lifestyle-box {
  width: 100%;
  padding: 62px 50px 0;
  text-align: center;
  overflow: hidden;
  /* ----- PHẦN DANH SÁCH (PC: Grid 3 cột) ----- */
  /* ======================================= */
  /* === 3. RESPONSIVE (MOBILE)           === */
  /* ======================================= */
}
.lifestyle-box.tam-lifestyle-box .decorator-line {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #c7a17a;
  margin-bottom: 24px;
  margin: auto;
}
.lifestyle-box.tam-lifestyle-box .lifestyle-intro,
.lifestyle-box.tam-lifestyle-box .lifestyle-outro {
  font-size: 18px;
  color: #343A55;
  font-weight: 400;
  line-height: 28px;
  margin: 24px auto;
}
.lifestyle-box.tam-lifestyle-box .lifestyle-subtitle {
  margin-bottom: 24px;
  color: #966A28;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Linux Biolinum O";
}
.lifestyle-box.tam-lifestyle-box .lifestyle-title.brand-name {
  font-size: 46px;
  font-weight: 400;
  text-transform: none;
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 56px;
}
.lifestyle-box.tam-lifestyle-box .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
.lifestyle-box.tam-lifestyle-box .feature-item {
  text-align: center;
  background: #FEFAF4;
  padding: 20px;
}
.lifestyle-box.tam-lifestyle-box .feature-item .item-icon {
  height: 50px;
  margin-bottom: 20px;
}
.lifestyle-box.tam-lifestyle-box .feature-item .item-icon img {
  height: 100%;
  width: auto;
}
.lifestyle-box.tam-lifestyle-box .feature-item .item-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
  background: linear-gradient(90deg, #966A28 0%, #D9AD68 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lifestyle-box.tam-lifestyle-box .feature-item .item-description {
  font-size: 16px;
  color: #1A1950;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 768px) {
  .lifestyle-box.tam-lifestyle-box {
    padding: 0 0px;
  }
  .lifestyle-box.tam-lifestyle-box .lifestyle-title.brand-name {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .lifestyle-box.tam-lifestyle-box .lifestyle-title.brand-name br {
    display: none;
  }
  .lifestyle-box.tam-lifestyle-box .features-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .lifestyle-box.tam-lifestyle-box .lifestyle-intro,
  .lifestyle-box.tam-lifestyle-box .lifestyle-outro {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
  }
  .lifestyle-box.tam-lifestyle-box .feature-item .item-description {
    font-size: 14px;
    line-height: 20px;
  }
  .lifestyle-box.tam-lifestyle-box .feature-item .item-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.section-founder {
  margin-top: 10px;
  background-color: #f8f8f8;
  position: relative;
  min-height: 501px;
}
.section-founder .vip-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-founder .vip-background .vip-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0;
     object-position: 100% 0;
}
.section-founder .founder-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
.section-founder .founder-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-founder .founder-left .founder-title {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  color: #343A55;
  margin-bottom: 30px;
}
.section-founder .founder-left .btn-founder {
  display: inline-flex;
  background-color: #FFFFFF;
  border: 1px solid rgba(26, 25, 80, 0.2);
  color: #52586F;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  width: 124px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.section-founder .founder-right {
  flex: 1;
}
.section-founder .founder-right .founder-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tam-section-founder {
  padding: 150px 0;
}
.tam-section-founder .founder-content {
  width: 738px;
}
.tam-section-founder .founder-content::after {
  display: none;
}
.tam-section-founder .founder-content .founder-quote {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #343A55;
}
.tam-section-founder .founder-content .founder-author {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
  color: #343A55;
}
@media (max-width: 1024px) {
  .tam-section-founder {
    padding: 80px 0;
    min-height: 364px;
  }
  .tam-section-founder .founder-left {
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .tam-section-founder {
    padding: 30px 0;
    aspect-ratio: 5/8;
  }
  .tam-section-founder::after {
    content: "";
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 17.53%, #FFFAEE 48.21%, #FBF1D9 100%);
    display: block;
  }
  .tam-section-founder .founder-content {
    width: 100%;
  }
  .tam-section-founder .founder-left {
    scale: unset;
    padding: 20px 0;
  }
  .tam-section-founder .founder-left .founder-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .tam-section-founder .founder-left .founder-quote {
    font-family: "Linux Biolinum O";
    font-size: 24px;
    line-height: 32px;
  }
  .tam-section-founder .founder-left .founder-quote br {
    display: none;
  }
  .tam-section-founder .founder-left .founder-quote .founder-quote-bold {
    display: inline;
  }
  .tam-section-founder .founder-left .founder-quote .founder-quote-bold br {
    display: block;
  }
  .tam-section-founder .founder-left .founder-author {
    margin-bottom: 20px;
  }
  .tam-section-founder .founder-left .btn-founder {
    height: 48px;
    width: 116px;
    font-size: 16px;
    line-height: 22px;
  }
}
.tam-section-founder .vip-background {
  background-image: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/tam_bg.png"), linear-gradient(0deg, rgba(255, 255, 255, 0) 17.53%, #FFFAEE 48.21%, #FBF1D9 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}

.chu_tam {
  background: #F6F6F6;
  min-height: 569px;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
}
.chu_tam::before {
  content: "";
  width: 597px;
  height: 487px;
  display: block;
  background: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/chu_tam1.png");
  position: absolute;
  background-position: center;
}
.chu_tam .container {
  position: relative;
  z-index: 1;
}
.chu_tam .brand-name {
  text-align: center;
}
.chu_tam .brand-des {
  text-align: center;
}
.chu_tam .decorator-line {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #c7a17a;
  margin-bottom: 24px;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .chu_tam {
    padding: 30px 0;
  }
  .chu_tam::before {
    content: "";
    width: 100%;
    height: 262px;
    display: block;
    background: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/chu_tam2.png");
    position: relative;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    margin-bottom: 30px;
  }
  .chu_tam .decorator-line {
    margin-bottom: 20px;
  }
}

.section-blog {
  padding: 40px 40px;
  background-color: #ffffff;
}
.section-blog .container-blog {
  max-width: 1352px;
  margin: auto;
}
.section-blog .section-title-center {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #343A55;
}
.section-blog .section-des-center {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #343A55;
  margin-bottom: 30px;
}
.section-blog .section-des-center .section-des-center-bold {
  background: linear-gradient(to right, #966A28, #D9AD68);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-top: 10px;
}
.section-blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.section-blog .blog-card {
  border-radius: 12px;
  overflow: hidden;
}
.section-blog .blog-card .box-image {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.section-blog .blog-card .box-image::after {
  padding-bottom: 62.5%;
  content: "";
  display: block;
}
.section-blog .blog-card .blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-blog .blog-card .blog-content {
  padding: 10px 0;
}
.section-blog .blog-card .blog-content .blog-title {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #343A55;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-blog .blog-card .blog-content .blog-date {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #52586F;
  margin: 10px 0;
}
.section-blog .blog-card .blog-content .blog-excerpt {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #52586F;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-blog .blog-card .blog-content .btn-blog {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: 114px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  border: 0.95px solid rgba(26, 25, 80, 0.2);
  margin-top: 15px;
  color: #52586F;
}
.section-blog .blog-card .blog-content .btn-blog:hover {
  background: #F6F6F6;
  border: 0.95px solid #F6F6F6;
}
@media (max-width: 1014px) {
  .section-blog {
    padding: 20px 20px;
  }
  .section-blog .section-title-center {
    font-size: 30px;
    line-height: 50px;
  }
  .section-blog .section-des-center {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .section-blog .blog-card .blog-content .blog-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .section-blog {
    padding: 20px 20px 0;
  }
  .section-blog .section-title-center {
    font-size: 28px;
    line-height: 38px;
  }
  .section-blog .section-des-center {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
  }
  .section-blog .blog-gr {
    width: 100%;
    overflow: scroll;
  }
  .section-blog .blog-gr .blog-grid {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 10px;
         column-gap: 10px;
    overflow: scroll;
  }
  .section-blog .blog-gr .blog-grid .blog-card {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .brand-name {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .brand-name {
    font-size: 28px;
    line-height: 38px;
  }
  .brand-des {
    font-size: 15px;
    line-height: 21px;
  }
  .brand-des strong {
    font-size: 15px;
    line-height: unset;
  }
}/*# sourceMappingURL=triet-ly-chu-tam.css.map */