@charset "UTF-8";
@media (max-width: 767px) {
  .list-collection-inner {
    padding: 10px; }
  .header-upper-logo {
    max-width: calc(100% - 45px); }
  .copyright-right {
    gap: 8px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex: auto;
    flex-wrap: wrap; }
  ul.social-box li {
    margin-right: 5px;
    width: 30px;
    height: 30px; }
    ul.social-box li img {
      width: 30px;
      height: 30px; }
  .dkbocongthuong {
    flex: 0 0 130px;
    margin-left: 0px; }
  .fb-box, .phone-box, .zalo-box {
    width: 36px;
    height: 36px;
    line-height: 36px; } }

.special-content_title {
  font-weight: bold; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  margin-bottom: 12px; }
  .card .btn-faq {
    position: relative;
    display: block;
    padding: 8px 16px 8px 1.25rem;
    background: none;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: left; }
    .card .btn-faq.active.focus, .card .btn-faq.active:focus, .card .btn-faq.focus, .card .btn-faq:active.focus, .card .btn-faq:active:focus, .card .btn-faq:focus {
      outline: none;
      outline-offset: 0; }
    .card .btn-faq .i-faq {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: 0.3s all; }
    .card .btn-faq.collapsed .i-faq {
      transform: translateY(-50%) rotate(180deg); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03); }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

/* ========================================================== */
/* ĐẶT LẠI MÀU ĐEN MẶC ĐỊNH CHO TẤT CẢ ĐƯỜNG LINK TRÊN WEB    */
/* ========================================================== */
a {
  color: #252a2b;
  /* Ép mọi đường link về màu đen */
  text-decoration: none; }

/* (Tùy chọn) Tạo hiệu ứng đổi sang màu cam Vender khi khách di chuột vào */
a:hover, a:focus {
  color: #ed873c;
  text-decoration: none; }

/* ========================================================== */
/* TỰ ĐỘNG ẨN NÚT MUA NGAY DƯỚI ĐÁY KHI CHUYỂN SANG FORM ĐĂNG KÝ */
/* ========================================================== */
.selector-actions.hidden ~ .product-action-bottom {
  display: none !important; }

/* ========================================================== */
/* 11. FIX LỖI BUNG ICON SVG KHỔNG LỒ LÚC TẢI TRANG (PAGESPEED) */
/* ========================================================== */
/* Khóa kích thước toàn bộ icon SVG trong khu vực Header & Menu */
.main-header svg,
.menu-mobile svg,
.header-wrap-icon svg,
.search-bar-mobile svg {
  max-width: 25px !important;
  max-height: 25px !important; }

/* Khóa tàng hình vĩnh viễn các nút "Close" (Chữ X) cho đến khi bấm mở */
.close-search,
.close-menu,
.menu-mobile-close,
.modal-close,
.account-wrap {
  /* Ẩn cụm tài khoản/ổ khóa nếu nó tải chậm */
  display: none !important; }

/* ========================================================== */
/* 12. CHỐNG GIẬT CLS: ĐỔ BÊ TÔNG XÍ CHỖ CHO ẢNH (BẢN CHUẨN)   */
/* ========================================================== */
/* Giao phó toàn quyền tự tính toán không gian cho thẻ img */
.collection-list-item .collection-list-inner a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  /* Trả lại chiều cao tự nhiên */
  aspect-ratio: 1 / 1 !important;
  /* Ra lệnh cho trình duyệt tự chừa 1 ô vuông */
  object-fit: contain !important;
  margin: 0 auto 10px auto !important;
  /* Căn giữa ảnh và đẩy chữ xuống 1 chút */ }
