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

.scientists-page {
  padding: 16px 0 68px;
  position: relative;
  background-image: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/scientists_bg2.png");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.scientists-page .breadcrumb {
  margin-bottom: 40px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #343A55;
}
.scientists-page .breadcrumb__link, .scientists-page .breadcrumb a {
  color: #343A55;
  text-decoration: none;
}
.scientists-page .breadcrumb__link:hover, .scientists-page .breadcrumb a:hover {
  text-decoration: underline;
}
.scientists-page .breadcrumb__page, .scientists-page .breadcrumb span {
  margin: 0 8px;
  color: #343A55;
  opacity: 0.65;
}
.scientists-page .scientists-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.scientists-page .scientists-left {
  flex: 1;
  color: #1A1950;
}
.scientists-page .scientists-title {
  font-family: "Linux Biolinum O";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #1A1950;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.scientists-page .scientists-title .title-number {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 8px;
}
.scientists-page .scientists-title .title-text {
  color: var(--main-1, #1A1950);
  font-family: "Linux Biolinum O";
  font-size: 48px;
  font-weight: 400;
  line-height: 60px; /* 125% */
  letter-spacing: -1.92px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.scientists-page .scientists-title .title-accent-line {
  width: 60px;
  height: 3px;
  background-color: #D9AD68;
  margin-top: 8px;
}
.scientists-page .scientists-description .description-text {
  color: var(--black-1, #343A55);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.scientists-page .scientists-description .description-text strong {
  color: var(--black-1, #343A55);
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.scientists-page .scientists-right {
  flex: 1;
  max-width: 498px;
}
.scientists-page .scientists-right .scientists-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1351px) {
  .scientists-page {
    padding: 60px 0;
  }
  .scientists-page .scientists-content {
    gap: 40px;
  }
  .scientists-page .scientists-title .title-number {
    font-size: 64px;
  }
  .scientists-page .scientists-title .title-text {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .scientists-page {
    background-image: url("https://yangmiwa.com/public/frontend/brand/yangmiwa/images/scientists_bg2.png");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 16px 0;
  }
  .scientists-page .breadcrumb {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .scientists-page .scientists-content {
    flex-direction: column;
    gap: 30px;
  }
  .scientists-page .scientists-title .title-number {
    font-size: 56px;
  }
  .scientists-page .scientists-title .title-text {
    font-size: 36px;
  }
  .scientists-page .scientists-right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .scientists-page {
    padding: 35px 0;
    aspect-ratio: 375/742;
    position: relative;
    background-image: url(https://yangmiwa.com/public/frontend/brand/yangmiwa/images/mb_scientists2.png);
    background-repeat: no-repeat;
    max-height: 583px;
    width: 100%;
    background-position-y: 100%;
  }
  .scientists-page .breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    display: none;
  }
  .scientists-page .scientists-content {
    flex-direction: column;
    gap: 25px;
  }
  .scientists-page .scientists-title {
    margin-bottom: 12px;
  }
  .scientists-page .scientists-title .title-number {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .scientists-page .scientists-title .title-text {
    color: var(--black-1, #343A55);
    font-family: "Linux Biolinum O";
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -1.12px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .scientists-page .scientists-title .title-text br {
    display: none;
  }
  .scientists-page .scientists-subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .scientists-page .scientists-description .description-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .scientists-page .scientists-description .description-text strong {
    font-size: 14px;
    line-height: 20px;
  }
  .scientists-page .scientists-right .scientists-image {
    max-height: 400px;
  }
}

@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;
  }
}/*# sourceMappingURL=doi-ngu-nha-khoa-hoc.css.map */