/* =========================================================================

   1. IMPORT CÁC FILE TEMPLATE (Bắt buộc để ở đầu file)

   ========================================================================= */

   @import url('css-mau/mauchung.css');

   @import url('css-mau/menu.css?v=1.2');

   @import url('css-mau/footer.css');

   @import url('css-mau/itemdm.css');

   @import url('css-mau/detailsp.css');

   @import url('css-mau/binhluan.css');

   @import url('css-mau/user.css');



   :root {

      --body-font: "Montserrat", sans-serif;

      --heading-font: "Playfair Display", serif; 

      --theme-color: #ff4d8d;

      --theme-color2: #e6457e;

      --theme-color3: #4db6ac;

      --theme-color4: #3d968e;

      --theme-color5: #ea46811a;

      --khung: 50px;

      --bg: 80px;

  } 



  body {

      font-family: var(--body-font);

      font-style: normal;

      font-size: 16px;

      font-weight: normal;

      color: var(--body-text-color);

      line-height: 1.8;

      top: 0 !important;

      overflow-x: hidden;

  }



  a {

      color:  var(--color-dark);

      display: inline-block;

      text-decoration: none;

  }



  a,

  a:active,

  a:focus,

  a:hover {

      outline: none;

      -webkit-transition: all 0.3s ease-out 0s;

      -moz-transition: all 0.3s ease-out 0s;

      -o-transition: all 0.3s ease-out 0s;

      -ms-transition: all 0.3s ease-out 0s;

      transition: all 0.3s ease-out 0s;

      text-decoration: none;

  }



  a:hover {

      color: var(--color-blue);

  }



  ul {

      margin: 0;

      padding: 0;

  }



  li {

      list-style: none;

  }

  img{max-width: 100%}

  .pd{padding: 5px}

  .bg{background: linear-gradient(90deg, #ff885d12 0%, #ffa98914 100%), #FFF;padding: var(--bg) 0 !important}

/* thông báo */

.showmt{display: block;}

.hidemt{display: none}

@media (max-width: 1010px) {

    .showmt{display: none}

    .hidemt{display: block;}

}

.plyr__control--overlaid{background: var(--theme-color)}

.plyr__control--overlaid:hover{background: var(--theme-color2)}

.plyr--full-ui input[type=range]{color: var(--theme-color)}



.wrapthongbao .lux-hero-section { width: 100%; padding: 80px 0; }



.wrapthongbao .lux-badge {

    background: rgba(79, 70, 229, 0.1);

    color: #4f46e5;

    padding: 10px 20px;

    border-radius: 100px;

    font-weight: 700;

    font-size: 0.8rem;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    margin-bottom: 2rem;

    display: inline-block;

}



.wrapthongbao .lux-title {

    font-weight: 800;

    font-size: 3.8rem;

    letter-spacing: -0.04em;

    color: #0f172a;

    margin-bottom: 1.5rem;

}



.wrapthongbao .lux-subtitle {

    font-size: 1.25rem;

    color: #64748b;

    max-width: 800px;

    margin: 0 auto;

    line-height: 1.6;

}



/* Buttons Styles không copy*/

.wrapthongbao .lux-btn {

    padding: 16px 32px;

    font-weight: 700;

    border-radius: 16px;

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    border: none;

    display: flex;

    align-items: center;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);

}



.wrapthongbao .lux-btn:hover {

    transform: translateY(-5px);

    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

}



.wrapthongbao .lux-btn-confirm-demo { background-color: #0ea5e9; color: white; }

.wrapthongbao .lux-btn-primary { background-color: #4f46e5; color: white; }

.wrapthongbao .lux-btn-success { background-color: #10b981; color: white; }

.wrapthongbao .lux-btn-error { background-color: #ef4444; color: white; }

/* end không copy */

/* Modal Core CSS */

.wrapthongbao .lux-modal-overlay {

    position: fixed;

    top: 0; left: 0; width: 100%; height: 100%;

    background: rgba(15, 23, 42, 0.7);

    backdrop-filter: blur(12px);

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 24px;

}



.wrapthongbao .lux-modal-card {

    background: #ffffff;

    width: 100%;

    max-width: 460px;

    border-radius: 32px;

    padding: 48px 40px;

    text-align: center;

    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);

    animation: luxSlideUp 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

}



@keyframes luxSlideUp {

    from { opacity: 0; transform: translateY(30px) scale(0.95); }

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

}



/* Loading Spinner */

.wrapthongbao .lux-spinner-wrapper {

    display: flex; justify-content: center; margin-bottom: 24px;

}



.wrapthongbao .lux-spinner {

    width: 70px; height: 70px;

    border: 6px solid #f1f5f9;

    border-top: 6px solid #4f46e5;

    border-radius: 50%;

    animation: luxSpin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;

}



@keyframes luxSpin { 100% { transform: rotate(360deg); } }



/* Icons Styles */

.wrapthongbao .lux-modal-icon-wrapper {

    width: 88px; height: 88px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 28px;

    font-size: 36px;

    transition: all 0.3s ease;

}



.wrapthongbao .lux-modal-body #lux-modal-title {

    font-weight: 800; font-size: 1.75rem;

    color: #0f172a; margin-bottom: 12px;

    letter-spacing: -0.02em;

}



.wrapthongbao .lux-modal-body p {

    color: #64748b; font-size: 1.1rem;

    line-height: 1.6; margin-bottom: 35px;

}



.wrapthongbao .lux-modal-footer {

    display: flex; gap: 16px; justify-content: center;

}



.wrapthongbao .lux-modal-btn {

    padding: 16px 24px;

    border-radius: 18px;

    font-weight: 700;

    transition: all 0.3s;

    cursor: pointer;

    border: none;

    flex: 1;

    font-size: 1rem;

}



.wrapthongbao .lux-modal-btn-confirm { background-color: var(--theme-color); color: white; }

.wrapthongbao .lux-modal-btn-confirm:hover { background-color: var(--theme-color2); transform: translateY(-2px); }



.wrapthongbao .lux-modal-btn-cancel { background-color: #f1f5f9; color: #64748b; }

.wrapthongbao .lux-modal-btn-cancel:hover { background-color: #e2e8f0; color: #1e293b; }



/* Contextual Colors */

.wrapthongbao .lux-icon-success { background-color: #ecfdf5; color: #10b981; }

.wrapthongbao .lux-icon-error { background-color: #fef2f2; color: #ef4444; }

.wrapthongbao .lux-icon-warning { background-color: #fffbeb; color: #f59e0b; }

.wrapthongbao .lux-icon-confirm { background-color: #f0f9ff; color: #0ea5e9; }



/* Pulse Animation for Icons */

.wrapthongbao .lux-modal-icon-wrapper i {

    animation: luxIconScale 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

@keyframes luxIconScale { from { transform: scale(0); } to { transform: scale(1); } }

@media (max-width: 768px) {

    .wrapthongbao .lux-title { font-size: 2.2rem; }

    .wrapthongbao .lux-modal-card { padding: 40px 24px; border-radius: 24px; }

    .wrapthongbao .lux-modal-body h3 { font-size: 1.5rem; }

}

@media (max-width: 576px) {

    .wrapthongbao .lux-title { font-size: 1.8rem; }

    .wrapthongbao .lux-modal-footer { flex-direction: column-reverse; gap: 10px; }

    .wrapthongbao .lux-btn { width: 100%; justify-content: center; padding: 14px 20px; }

    .wrapthongbao .lux-modal-btn { width: 100%; }

    .wrapthongbao .lux-badge { font-size: 0.7rem; padding: 8px 16px; }

}



/* reset content */



.resetcontent *:not(.noreset):not(.noreset *) {

    box-sizing: border-box;

}



/* HEADINGS - Cosmetic Elegance */

.resetcontent h1:not(.noreset *) {

    color: #0f172a;

    margin-bottom: 1.5rem;

    line-height: 1.3;

    font-weight: 800;

    font-size: 27px !important;

    margin-top: 0;

    letter-spacing: -0.04em;

}



.resetcontent h2:not(.noreset *) {

    color: #1e293b;

    margin-bottom: 1.25rem;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: -0.025em;

    font-size: 25px;

    padding-bottom: 15px;

    position: relative;

    display: inline-block;

}



.resetcontent h2:not(.noreset *)::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    height: 4px;

    width: 50px;

    background: linear-gradient(90deg, #e87a8e, #fecdd3); /* Cosmetic Pink Gradient */

    border-radius: 10px;

}



.resetcontent h3:not(.noreset *) {

    color: #334155;

    margin-top: 2rem;

    margin-bottom: 1rem;

    line-height: 1.4;

    font-size: 20px;

    font-weight: 700;

}



.resetcontent h4:not(.noreset *) {

    color: #475569;

    margin-bottom: 1rem;

    line-height: 1.4;

    font-size: 1.25rem !important;

    font-weight: 600;

}



/* BODY TEXT */

.resetcontent p:not(.noreset *) {

    margin-bottom: 1.5rem;

    font-size: 17px;

    color: #131313;

    line-height: 34px;

    font-weight: 400;

}



.resetcontent strong:not(.noreset *), 

.resetcontent b:not(.noreset *) {

    font-weight: 700;

    color: #0f172a;

}



/* LINKS - Soft Glow Interaction */

.resetcontent a:not(.noreset *) {

    color: #e87a8e !important;

    text-decoration: none;

    font-weight: 600;

    border-bottom: 1px solid #fecdd3;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    box-shadow: inset 0 -2px 0 #fff1f2;

}



.resetcontent a:not(.noreset *):hover {

    color: #be123c !important;

    box-shadow: inset 0 -20px 0 #fff1f2;

    border-bottom-color: #e87a8e;

}



/* LISTS - Custom Beauty Icons */

.resetcontent ul:not(.noreset *), 

.resetcontent ol:not(.noreset *) {

    padding-left: 0;

    margin-bottom: 1.5rem;

    list-style: none;

}



.resetcontent ul:not(.noreset *) li {

    position: relative;

    padding-left: 28px;

    margin-bottom: 12px;

    line-height: 32px;

    color: #131313;

}



.resetcontent ul:not(.noreset *) li::before {

    content: "\f00c"; /* FontAwesome Check */

    font-family: "Font Awesome 6 Pro";

    font-weight: 900;

    position: absolute;

    left: 0;

    top: 0px;

    font-size: 14px;

    color: #e87a8e;

    background: #fff1f2;

    width: 22px;

    height: 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    border: 1px solid #ffe4e6;

}



.resetcontent ol:not(.noreset *) { 

    counter-reset: my-counter; 

}



.resetcontent ol:not(.noreset *) li {

    position: relative;

    padding-left: 2.5rem;

    margin-bottom: 1rem;

    line-height: 32px;

}



.resetcontent ol:not(.noreset *) li::before {

    counter-increment: my-counter;

    content: counter(my-counter);

    position: absolute;

    left: 0;

    top: 2px;

    width: 26px;

    height: 26px;

    background: #0f172a;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

}



/* IMAGES & FIGURES */

.resetcontent img:not(.noreset *) {

    max-width: 100%;

    height: auto;

    border-radius: 20px;

    box-shadow: 0 20px 40px -15px rgba(232, 122, 142, 0.15);

    margin: 2.5rem 0;

    object-fit: cover;

    transition: all 0.4s ease;

    border: 1px solid #f1f5f9;

}



.resetcontent img:not(.noreset *):hover {

    transform: scale(1.02);

    box-shadow: 0 30px 60px -12px rgba(232, 122, 142, 0.25);

}



.resetcontent figure:not(.noreset *) {

    margin: 3rem 0;

    width: 100%;

}



.resetcontent figcaption:not(.noreset *) {

    margin-top: 15px;

    text-align: center;

    font-size: 0.9rem !important;

    color: #94a3b8;

    font-style: italic;

    font-weight: 500;

}



/* BLOCKQUOTE - Modern & Minimal */

.resetcontent blockquote:not(.noreset *) {

    position: relative;

    margin: 3rem 0;

    padding: 2rem;

    background: linear-gradient(to right, #ffffff, #fffafb);

    border-left: 5px solid #e87a8e;

    border-radius: 0 20px 20px 0;

    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.03);

    font-size: 1.25rem !important;

    font-weight: 600;

    color: #1e293b;

    line-height: 1.6;

    font-style: italic;

}



.resetcontent blockquote::before {

    content: "\f10d";

    font-family: "Font Awesome 6 Pro";

    font-weight: 900;

    position: absolute;

    top: -15px;

    right: 20px;

    font-size: 40px;

    color: #fff1f2;

    z-index: -1;

}



/* TABLES - Premium Look */

.resetcontent .table-wrapper:not(.noreset *) {

    overflow-x: auto;

    border-radius: 16px;

    border: 1px solid #f1f5f9;

    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);

    margin: 2.5rem 0;

}



.resetcontent table:not(.noreset *) {

    width: 100%;

    border-collapse: separate;

    border-spacing: 0;

    background: #fff;

}



.resetcontent th:not(.noreset *) {

    background-color: #f8fafc;

    color: #0f172a;

    font-weight: 700;

    font-size: 0.85rem !important;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    padding: 1.25rem 1.5rem;

    text-align: left;

    border-bottom: 2px solid #f1f5f9;

}



.resetcontent td:not(.noreset *) {

    padding: 1.25rem 1.5rem;

    border-bottom: 1px solid #f1f5f9;

    font-size: 0.95rem !important;

    color: #475569;

    vertical-align: middle;

    transition: background 0.2s ease;

}



.resetcontent tr:hover td {

    background-color: #fffafb;

}



/* SPECIAL BOXES */

.resetcontent .noidungbg:not(.noreset *) {

    background: #f8fafc;

    border-left: 4px solid #0f172a;

    padding: 2.5rem;

    border-radius: 8px 20px 20px 8px;

    margin-bottom: 3rem;

    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);

}



.resetcontent .myclass:not(.noreset *) {

    background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);

    border: 1px solid #ffe4e6;

    box-shadow: 0 15px 35px -5px rgba(232, 122, 142, 0.1);

    border-radius: 20px;

    padding: 2rem;

    margin: 3rem 0 !important;

    color: #9f1239;

    display: flex;

    gap: 20px;

    align-items: flex-start;

    position: relative;

}



.resetcontent .myclass::before {

    content: "\f0eb";

    font-family: "Font Awesome 6 Pro";

    font-weight: 900;

    font-size: 24px;

    color: #e87a8e;

}



/* IFRAMES / VIDEO */

.resetcontent iframe:not(.noreset *) {

    width: 100% !important;

    aspect-ratio: 16 / 9;

    height: auto !important;

    border-radius: 20px;

    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);

    margin: 3rem 0;

    border: none;

}



/* RESPONSIVE RULES */

@media (max-width: 1200px) {

    .resetcontent .container { max-width: 100%; padding: 0 2rem; }

}



@media (max-width: 1000px) {

    .resetcontent h1 { font-size: 25px !important; }

}



@media (max-width: 992px) {

    .resetcontent section { padding: 3rem 0; }

}



@media (max-width: 768px) {

    .resetcontent h1 { font-size: 22px !important; } 

    .resetcontent h2 { font-size: 20px !important; }

    .resetcontent h3 { font-size: 18px !important; }

    .resetcontent p { font-size: 16px !important; line-height: 28px !important; }

    .resetcontent blockquote { font-size: 1.1rem !important; padding: 1.5rem; }

    .resetcontent .myclass { padding: 1.5rem; flex-direction: column; gap: 10px; }

}



@media (max-width: 576px) {

    .resetcontent h1 { font-size: 20px !important; }

    .resetcontent h2 { font-size: 18px !important; }

    .resetcontent p { font-size: 15px !important; }

    .resetcontent .container { padding-left: 15px; padding-right: 15px; }

    .resetcontent img { border-radius: 12px; margin: 1.5rem 0; }

    .resetcontent .noidungbg { padding: 1.5rem; }

}



/* Custom Animations */

@keyframes fadeIn {

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

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

}



.resetcontent > * {

    animation: fadeIn 0.6s ease forwards;

}



/* end reset content */

/* CARD STYLING */

.wrapxemthem .premium-card {

    background: #ffffff;

    border-radius: 24px;

    border: 1px solid rgba(226, 232, 240, 0.8);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);

    padding: 23px 26px;

    position: relative;

    transition: all 0.4s ease;

}



.wrapxemthem .premium-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);

}



/* TYPOGRAPHY */

.wrapxemthem .section-title {

    font-weight: 800;

    font-size: 2.5rem;

    letter-spacing: -0.03em;

    margin-bottom: 24px;

    color: #0f172a;

    line-height: 1.2;

}



.wrapxemthem .content-body {

    font-size: 1.125rem;

    line-height: 1.8;

    color: #475569;

    position: relative;

    overflow: hidden;

    max-height: 320px; /* Hidden height */

    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);

}



.wrapxemthem .content-body.expanded {

    max-height: 100%

}



/* FADE OVERLAY */

.wrapxemthem .content-fade {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 120px;

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

    pointer-events: none;

    transition: opacity 0.4s ease;

}



.wrapxemthem .content-body.expanded .content-fade {

    opacity: 0;

}



/* BUTTON DESIGN */

.wrapxemthem .btn-toggle-container {

    margin-top: 30px;

    display: flex;

    justify-content: center;

}



.wrapxemthem .btn-modern {

    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);

    color: #ffffff;

    border: none;

    padding: 14px 36px;

    border-radius: 100px;

    font-weight: 600;

    font-size: 1rem;

    display: flex;

    align-items: center;

    gap: 10px;

    cursor: pointer;

    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);

    transition: all 0.3s ease;

}



.wrapxemthem .btn-modern:hover { 

    transform: translateY(-2px);

    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.35);

    background: linear-gradient(135deg, var(--theme-color2) 0%, var(--theme-color) 100%);

}



.wrapxemthem .btn-modern i {

    transition: transform 0.4s ease;

}



.wrapxemthem .btn-modern.active i {

    transform: rotate(180deg);

}

.wrap-blogscroll {

    background-color: #2582e7;

    color: #ffffff;

    position: relative;

    width: 100%;

    height: 100vh; /* Quan trÃ¡Â»Âng: GiÃ¡Â»â€ºi hÃ¡ÂºÂ¡n chiÃ¡Â»Âu cao ban Ã„â€˜Ã¡ÂºÂ§u */

    overflow: hidden;

}



/* Ã¡ÂºÂ¨n scrollbar trong component */

.wrap-blogscroll ::-webkit-scrollbar { display: none; }

.wrap-blogscroll { -ms-overflow-style: none; scrollbar-width: none; }



.wrap-blogscroll .panel {

    width: 100%;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    margin: 0;

    box-sizing: border-box;

    position: absolute; /* XÃ¡ÂºÂ¿p chÃ¡Â»â€œng lÃƒÂªn nhau */

    top: 0;

    left: 0;

    will-change: transform;

}



.wrap-blogscroll .panel .container {

    position: relative;

    z-index: 10;

}



/* --- SEO HEADING STYLES (H2 & H3) --- */



/* Style cho H2 giÃ¡Â»â€˜ng hÃ¡Â»â€¡t thiÃ¡ÂºÂ¿t kÃ¡ÂºÂ¿ cÃ…Â© */

.wrap-blogscroll h2.seo-title {

    font-size: clamp(32px, 4.5vw, 56px);

    font-weight: 800;

    margin-bottom: 30px;

    line-height: 1.1;

}



.wrap-blogscroll h2.seo-title a {

    color: #ffffff;

    text-decoration: none;

    transition: opacity 0.3s;

}



.wrap-blogscroll h2.seo-title a:hover {

    opacity: 0.8;

}



/* Style cho H3 trong list */

.wrap-blogscroll .list-container {

    display: flex;

    flex-direction: column;

    gap: 12px;

    margin-bottom: 30px;

    width: 100%;

}



.wrap-blogscroll h3.seo-list-item {

    margin: 0;

    padding: 0;

    font-size: 16px; /* Reset font size vÃ¡Â»Â chuÃ¡ÂºÂ©n body */

    font-weight: normal;

}



.wrap-blogscroll .list-item {

    display: flex;

    align-items: center;

    padding: 16px 24px;

    border-radius: 16px;

    text-decoration: none; /* BÃ¡Â»Â gÃ¡ÂºÂ¡ch chÃƒÂ¢n cÃ¡Â»Â§a thÃ¡ÂºÂ» a */

    color: #ffffff;

    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.2);

    backdrop-filter: blur(5px);

    transition: transform 0.3s ease, background 0.3s ease;

    width: 100%;

}



.wrap-blogscroll .list-item:hover {

    background: rgba(255, 255, 255, 0.25);

    transform: translateX(10px);

    color: #ffffff;

}



/* --- OTHER COMPONENTS --- */

.wrap-blogscroll .badge-custom {

    background: #353535;

    color: #ffffff;

    padding: 6px 14px;

    border-radius: 8px;

    font-weight: 800;

    font-size: 12px;

    text-transform: uppercase;

    display: inline-flex;

    align-items: center;

    margin-bottom: 20px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.2);

}



.wrap-blogscroll .item-number {

    font-weight: 800;

    margin-right: 18px;

    width: 28px;

    height: 28px;

    background: #ffffff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    font-size: 14px;

}



.wrap-blogscroll .item-text {

    font-size: 16px;

    font-weight: 600;

    line-height: 1.4;

}



.wrap-blogscroll .btn-view-more {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 30px;

    background: #ffffff;

    color: #2582e7;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none;

    transition: transform 0.3s ease;

    box-shadow: 0 5px 15px rgba(0,0,0,0.1);

}

.wrap-blogscroll .btn-view-more:hover { transform: translateY(-3px); }



.wrap-blogscroll .image-wrapper { padding: 20px; text-align: center; }

.wrap-blogscroll .image-wrapper img{max-width: 100%;border-radius:10px}

.wrap-blogscroll .main-graphic {

    width: 100%; max-width: 500px; height: auto;

    border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.3);

}



/* --- DOTS NAVIGATION --- */

.wrap-blogscroll .side-dots {

    position: fixed;

    right: 30px; top: 50%; transform: translateY(-50%);

    z-index: 9999;

    display: flex; flex-direction: column; gap: 18px; align-items: flex-end;

    opacity: 0; visibility: hidden; transition: opacity 0.3s ease;

    pointer-events: none;

}

.wrap-blogscroll .side-dots.visible { opacity: 1; visibility: visible; }



.wrap-blogscroll .dot {

    width: 10px; height: 10px;

    background: rgba(255, 255, 255, 0.4);

    border-radius: 50%; cursor: pointer; transition: all 0.3s ease;

    position: relative; pointer-events: auto;

}

.wrap-blogscroll .dot::after {

    content: ''; position: absolute; top: 50%; left: 50%;

    transform: translate(-50%, -50%); width: 0; height: 0;

    border: 1px solid rgba(255,255,255,0.8); border-radius: 50%;

    transition: all 0.3s ease; opacity: 0;

}

.wrap-blogscroll .dot.active { background: #ffffff; }

.wrap-blogscroll .dot.active::after { width: 24px; height: 24px; opacity: 1; }



.wrap-blogscroll .dot-label {

    position: absolute; right: 25px; top: 50%;

    transform: translateY(-50%) translateX(10px);

    background: rgba(0,0,0,0.7); backdrop-filter: blur(4px);

    color: #fff; padding: 4px 10px; border-radius: 4px;

    font-size: 11px; font-weight: 600; white-space: nowrap;

    opacity: 0; visibility: hidden; transition: all 0.3s ease;

    pointer-events: none;

}

.wrap-blogscroll .dot:hover .dot-label { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }









/* giỏ hàng */

.wrapgiohang {

    background-color: #f8fafc;

    padding: 60px 0;

    color: #1e293b;

}

.wrapgiohang .cart-title {

    font-weight: 800;

    color: #0f172a;

    margin-bottom: 40px;

}

.wrapgiohang .cart-card {

    background: #ffffff;

    border: none;

    border-radius: 20px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);

    padding: 24px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    margin-bottom: 20px;

    border: 1px solid #f1f5f9;

}

.wrapgiohang .cart-card:hover {

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);

    border-color: #e2e8f0;

}

.wrapgiohang .min-w-0 {

    min-width: 0; /* Quan trọng: Ngăn không cho chữ dài đẩy vỡ layout flex */

}

.wrapgiohang .product-img {

    width: 140px;

    height: 140px;

    object-fit: cover;

    border-radius: 16px;

    background: #f1f5f9;

    border: 1px solid #e2e8f0;

}

.wrapgiohang .product-name {

    font-weight: 700;

    font-size: 18px;

    margin-bottom: 10px;

    color: #1e293b;

    line-height: 1.4;

    /* Cắt chữ nếu dài quá 2 dòng (Tùy chọn) */

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



/* Attributes */

.wrapgiohang .product-attributes {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 12px;

}

.wrapgiohang .attr-tag {

    background: #f1f5f9;

    color: #475569;

    padding: 6px 14px;

    border-radius: 8px;

    font-size: 13px;

    font-weight: 600;

    display: flex;

    align-items: center;

    border: 1px solid #e2e8f0;

}



/* Giá Tiền */

.wrapgiohang .cart-price-info {

    margin-top: 10px;

    display: flex;

    flex-direction: column;

    gap: 8px;

}

.wrapgiohang .price-row {

    display: flex;

    align-items: center;

}

.wrapgiohang .p-label {

    font-weight: 700;

    font-size: 14px;

    color: #475569;

    width: 45px;

    flex-shrink: 0;

}

.wrapgiohang .p-value {

    white-space: nowrap !important; /* QUAN TRỌNG: Cấm rớt dòng số tiền */

}



/* Các loại giá */

.wrapgiohang .txt-sale .p-value {

    font-weight: 800;

    color: #ef4444; 

    font-size: 18px;

}

.wrapgiohang .txt-normal .p-value {

    font-weight: 700;

    color: #1e293b;

    font-size: 16px;

}

.wrapgiohang .txt-total {

    margin-top: 4px;

    padding-top: 10px;

    border-top: 1px dashed #cbd5e1; 

}

.wrapgiohang .txt-total .p-label {

    color: #0f172a;

}

.wrapgiohang .txt-total .p-value {

    font-weight: 800;

    color: #ef4444;

    font-size: 20px;

}



/* Nút số lượng */

.wrapgiohang .quantity-wrapper {

    display: flex;

    align-items: center;

    background: #f8fafc;

    padding: 6px;

    border-radius: 12px;

    border: 1px solid #e2e8f0;

}

.wrapgiohang .qty-btn {

    width: 32px;

    height: 32px;

    border-radius: 8px;

    border: none;

    background: #ffffff;

    color: #1e293b;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease;

    cursor: pointer;

    box-shadow: 0 2px 4px rgba(0,0,0,0.05);

}

.wrapgiohang .qty-btn:hover { background: #4f46e5; color: #ffffff; }

.wrapgiohang .qty-input {

    width: 45px;

    text-align: center;

    border: none;

    background: transparent;

    font-weight: 700;

    font-size: 15px;

    color: #1e293b;

}



/* Xóa */

.wrapgiohang .remove-item {

    color: #64748b;

    background: #f1f5f9;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    cursor: pointer;

    transition: 0.3s ease;

    border: 1px solid #e2e8f0;

}

.wrapgiohang .remove-item:hover { background: #fee2e2; color: #ef4444; border-color: #fca5a5; }



/* Tóm tắt */

.wrapgiohang .summary-box {

    background: #0f172a;

    color: #ffffff;

    border-radius: 24px;

    padding: 35px;

    position: sticky;

    top: 40px;

    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);

}

.wrapgiohang .summary-title { font-weight: 700; font-size: 20px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }

.wrapgiohang .summary-item { display: flex; justify-content: space-between; margin-bottom: 15px; color: #cbd5e1; font-weight: 500; font-size: 15px; }

.wrapgiohang .summary-total { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 22px; font-weight: 800; color: #ffffff; }

.wrapgiohang .btn-checkout { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); color: white; border: none; padding: 16px; border-radius: 12px; width: 100%; font-weight: 700; margin-top: 25px; font-size: 16px; }



/* --- CSS DÀNH RIÊNG CHO MOBILE --- */

@media (max-width: 991px) {

    .wrapgiohang .summary-box { margin-top: 30px; }

}



@media (max-width: 576px) {

    .wrapgiohang { padding: 30px 0; }

    .wrapgiohang .cart-card { 

        padding: 15px; /* Thu hẹp padding của thẻ */

        border-radius: 16px;

    }

    

    /* Thu nhỏ Ảnh */

    .wrapgiohang .product-img { 

        width: 85px; 

        height: 85px; 

        border-radius: 10px;

    }

    

    /* Thu nhỏ Font Text chung */

    .wrapgiohang .product-name { 

        font-size: 14px; 

        margin-bottom: 6px;

    }

    .wrapgiohang .attr-tag {

        font-size: 12px;

        padding: 4px 10px;

        margin-bottom: 6px;

    }



    /* Thu nhỏ Khu vực Giá */

    .wrapgiohang .cart-price-info { gap: 4px; }

    .wrapgiohang .p-label { font-size: 13px; width: 40px; }

    .wrapgiohang .txt-sale .p-value { font-size: 15px; }

    .wrapgiohang .txt-normal .p-value { font-size: 14px; }

    .wrapgiohang .txt-total { padding-top: 6px; margin-top: 4px;}

    .wrapgiohang .txt-total .p-value { font-size: 16px; }



    /* Điều chỉnh Action (Số lượng & Xóa) trên Mobile */

    .wrapgiohang .cart-action-wrap {

        margin-top: 12px;

        padding-top: 12px;

        border-top: 1px solid #f1f5f9;

        width: 100%;

    }

    .wrapgiohang .quantity-wrapper { padding: 4px; }

    .wrapgiohang .qty-btn { width: 30px; height: 30px; }

    .wrapgiohang .qty-input { width: 40px; font-size: 14px; }

    .wrapgiohang .remove-item { width: 38px; height: 38px; }

}



/* Animations */

@keyframes fadeInUp {

    from { opacity: 0; transform: translateY(15px); }

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

}

.wrapgiohang .animate-item {

    animation: fadeInUp 0.5s ease forwards; 

    opacity: 0;

}



/* ===== phần quản lý thông tin user */

/* File: public/site/css/user_dashboard.css */

.wrapthongtinus {

    background-color: #f8fafc;

    color: #1e293b;

    --primary-teal: #0d9488;

    --deep-slate: #0f172a;

    --emerald-glow: #10b981;

}



.wrapthongtinus .fw-800 { font-weight: 800; }

.wrapthongtinus .fw-700 { font-weight: 700; }

.wrapthongtinus .fw-600 { font-weight: 600; }

.wrapthongtinus .fw-500 { font-weight: 500; }

.wrapthongtinus .fs-14 { font-size: 14px; }

.wrapthongtinus .fs-15 { font-size: 15px; }

.wrapthongtinus .extra-small { font-size: 12px; }

.wrapthongtinus .text-teal {color: var(--theme-color);}

.wrapthongtinus .text-teal:hover{

    color: var(--theme-color2);

    /* border: 1px solid var(--theme-color); */

}

.wrapthongtinus .text-emerald { color: #10b981; }

.wrapthongtinus .bg-faded {background-color: #f8f9f9;}

.wrapthongtinus .bg-soft-teal {background-color: var(--theme-color5);color: var(--theme-color);}

.wrapthongtinus .bg-soft-indigo { background: #eef2ff; color: #4f46e5; }

.wrapthongtinus .tracking-wider { letter-spacing: 0.05em; }

.wrapthongtinus .border-bottom-dashed { border-bottom: 1px dashed #e2e8f0; }



/* Dashboard Stats */

.wrapthongtinus .stat-card { background: #ffffff; border: 1px solid #edf2f7; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); box-shadow: 0 4px 6px rgba(0,0,0,0.02); }

.wrapthongtinus .stat-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }

.wrapthongtinus .stat-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 16px; font-size: 1.25rem; }

.wrapthongtinus .bg-soft-blue { background: #eff6ff; color: #3b82f6; }

.wrapthongtinus .bg-soft-amber { background: #fffbeb; color: #f59e0b; }

.wrapthongtinus .bg-soft-emerald { background: #ecfdf5; color: #10b981; }



/* Sidebar Navigation */

.wrapthongtinus .profile-sidebar { background: #ffffff; border: 1px solid #f1f5f9; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }

.wrapthongtinus .avatar-wrapper { width: 110px; height: 110px; padding: 6px; border: 2px dashed #e2e8f0; border-radius: 50%; margin-bottom: 15px;}

.wrapthongtinus .avatar-wrapper img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.wrapthongtinus .btn-edit-avatar {background: var(--theme-color);color: white;width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 12px rgba(13, 148, 136, 0.4);transition: 0.3s;cursor: pointer;}

.wrapthongtinus .btn-edit-avatar:hover {background: var(--theme-color2);transform: scale(1.1);}

.wrapthongtinus .id-badge { display: inline-block; padding: 4px 16px; background: #f1f5f9; border-radius: 50px; font-size: 12px; font-weight: 700; color: #64748b; }



/* Menu Tabs */

.wrapthongtinus .custom-sidebar-nav .nav-link { padding: 14px 18px; border-radius: 12px; margin-bottom: 4px; font-weight: 600; color: #64748b; transition: 0.3s; text-align: left; display: flex; align-items: center; gap: 12px; border: none; background: transparent; cursor: pointer; width: 100%;}

.wrapthongtinus .custom-sidebar-nav .nav-link:hover {background: #f8fafc;color: var(--theme-color);}

.wrapthongtinus .custom-sidebar-nav .nav-link.active {background: var(--theme-color);color: white;box-shadow: 0 10px 20px var(--theme-color5);}



/* Content Styling */

.wrapthongtinus .content-card { background: white; border: 1px solid #f1f5f9; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }

.wrapthongtinus .custom-input { background: #f8fafc; border: 2px solid #f1f5f9; padding: 14px 18px; border-radius: 14px; font-weight: 500; transition: 0.3s; }

.wrapthongtinus .custom-input:focus { border-color: #0d9488; background: white; box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.1); outline: none; }

.wrapthongtinus .btn-premium-primary { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); color: white; font-weight: 700; border: none; transition: 0.3s; box-shadow: 0 10px 20px rgba(13, 148, 136, 0.2); }

.wrapthongtinus .btn-premium-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 25px rgba(13, 148, 136, 0.3); color: white; }



/* Trạng thái Responsive */

@keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

.wrapthongtinus .animate-fade-in { animation: fadeIn 0.6s ease forwards; }

@media (max-width: 992px) { .wrapthongtinus .profile-sidebar { position: static !important; margin-bottom: 2rem; } }

@media (max-width: 768px) {

    .wrapthongtinus .custom-sidebar-nav { flex-direction: row; overflow-x: auto; white-space: nowrap; gap: 8px; padding-bottom: 10px; }

    .wrapthongtinus .custom-sidebar-nav .nav-link {justify-content: center;font-size: 16px;}

}



/* =========================================================

   CSS GIAI ĐOẠN 2: KHU VỰC SỔ ĐỊA CHỈ (ADDRESS BOOK)

   ========================================================= */



   .wrapthongtinus .address-card {

    background: #ffffff;

    transition: all 0.3s ease;

}



.wrapthongtinus .address-card:hover {

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);

    border-color: #0d9488 !important; /* Đổi viền sang màu Teal khi hover */

}



.wrapthongtinus .address-icon {

    width: 50px;

    height: 50px;

    background: #f8fafc;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s;

}



.wrapthongtinus .address-card:hover .address-icon {

    background: #f0fdfa;

    color: #0d9488 !important;

}



/* Background nền xanh lá nhạt cho thẻ mặc định */

.wrapthongtinus .bg-success-soft {

    background-color: #dcfce7 !important;

}



/* Nút 3 chấm mở Menu Dropdown */

.wrapthongtinus .btn-icon {

    width: 36px;

    height: 36px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #64748b;

    background: transparent;

    transition: 0.2s;

    cursor: pointer;

}



.wrapthongtinus .btn-icon:hover,

.wrapthongtinus .btn-icon:focus {

    background: #f1f5f9;

    color: #0f172a;

    outline: none;

}



/* Tùy chỉnh Dropdown Menu */

.wrapthongtinus .dropdown-menu {

    border-radius: 12px !important;

    padding: 8px 0;

}



.wrapthongtinus .dropdown-item {

    font-size: 14px;

    font-weight: 500;

    color: #475569;

    transition: 0.2s;

}



.wrapthongtinus .dropdown-item:hover {

    background-color: #f8fafc;

    color: #0f172a;

}



.wrapthongtinus .dropdown-item.text-danger:hover {

    background-color: #fef2f2;

    color: #dc2626 !important;

}

.wrapthongtinus .select2-container--bootstrap-5 {

    display: block;

    width: 100% !important;

}



.wrapthongtinus .select2-container--bootstrap-5 .select2-selection {

    background-color: #f8fafc !important;

    border: 2px solid #f1f5f9 !important;

    border-radius: 14px !important;

    min-height: 52px !important; /* Độ cao bằng với input thường */

    padding: 8px 15px !important;

    display: flex !important;

    align-items: center;

    font-weight: 500;

    color: #1e293b;

    transition: all 0.3s ease;

    box-shadow: none !important;

}



.wrapthongtinus .select2-container--bootstrap-5.select2-container--focus .select2-selection,

.wrapthongtinus .select2-container--bootstrap-5.select2-container--open .select2-selection {

    border-color: #0d9488 !important;

    background-color: #ffffff !important;

    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.1) !important;

}



/* Chữ bên trong select */

.wrapthongtinus .select2-container--bootstrap-5 .select2-selection__rendered {

    padding-left: 0 !important;

    color: #1e293b !important;

    font-size: 14px;

}



/* Nút mũi tên trỏ xuống */

.wrapthongtinus .select2-container--bootstrap-5 .select2-selection__arrow {

    top: 50% !important;

    transform: translateY(-50%) !important;

    right: 15px !important;

}



/* Fix dropdown menu bên dưới */

.select2-container--bootstrap-5 .select2-dropdown {

    border-color: #e2e8f0 !important;

    border-radius: 12px !important;

    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;

    overflow: hidden;

}

.select2-container--bootstrap-5 .select2-results__option {

    padding: 10px 15px;

    font-size: 14px;

}



/* CSS TIMELINE LỊCH SỬ VẬN CHUYỂN */

.wrapthongtinus .history-timeline .timeline-item { display: flex; gap: 15px; margin-bottom: 20px; position: relative; }

.wrapthongtinus .history-timeline .time-box { min-width: 60px; text-align: right; }

.wrapthongtinus .history-timeline .h-time { font-weight: 800; color: #0f172a; font-size: 13px; }

.wrapthongtinus .history-timeline .h-date { font-size: 11px; color: #94a3b8; font-weight: 600; }

.wrapthongtinus .history-timeline .indicator { display: flex; flex-direction: column; align-items: center; padding-top: 4px; }

.wrapthongtinus .history-timeline .dot { width: 12px; height: 12px; background: #cbd5e1; border-radius: 50%; z-index: 2; border: 2px solid #f1f5f9; }

.wrapthongtinus .history-timeline .current .dot { background: #0d9488; box-shadow: 0 0 0 4px rgba(13,148,136,0.1); }

.wrapthongtinus .history-timeline .line { width: 2px; flex-grow: 1; background: #cbd5e1; margin: 4px 0; }

.wrapthongtinus .history-timeline .timeline-item:last-child .line { display: none; }

.wrapthongtinus .history-timeline .status-content { flex: 1; padding-bottom: 10px; }



/* Custom Phân trang Bootstrap */

.wrapthongtinus .pagination .page-link { border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin: 0 5px; color: #64748b; border: none; font-weight: 600; background: #f8fafc;}

.wrapthongtinus .pagination .page-item.active .page-link {background: var(--theme-color);color: white;box-shadow: 0 4px 10px var(--theme-color5);}

.wrapthongtinus .pagination .page-item:not(.active) .page-link:hover { background: #e2e8f0; }

.wrapthongtinus .order-filter-wrapper .filter-btn i {

    margin-right: 6px !important;

}



/* Stepper - Thanh tiến trình Modal */

.wrapthongtinus .modern-stepper {

    position: relative;

    padding-top: 10px;

    z-index: 1;

}

/* Đây là cái đường kẻ ngang */

.wrapthongtinus .modern-stepper .progress-line {

    position: absolute;

    top: 25px; /* Canh giữa icon */

    left: 15%;

    right: 15%;

    height: 2px;

    background-color: #e2e8f0;

    z-index: -1;

}

.wrapthongtinus .step-point {

    position: relative;

    z-index: 2;

    text-align: center;

    flex: 1;

}

/* Icon trạng thái */

.wrapthongtinus .step-icon {

    width: 32px;

    height: 32px;

    background-color: #ffffff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 8px;

    color: #94a3b8;

    font-size: 16px;

}

/* Màu sắc khi Active */

.wrapthongtinus .step-point.active .step-icon {

    color: #0f172a; /* Màu icon tối như thiết kế của bạn */

}

.wrapthongtinus .step-point.active .step-label {

    color: #0f172a;

    font-weight: 700;

}

.wrapthongtinus .step-label {

    font-size: 13px;

    font-weight: 500;

    color: #64748b;

}

.wrapthongtinus .order-filter-wrapper {

    display: inline-flex;

    align-items: center;

    background: #f1f5f900;

    padding: 6px;

    border-radius: 50px;

    gap: 8px; /* Tạo khoảng cách giữa các nút */

    flex-wrap: wrap; /* Chống vỡ giao diện trên Mobile */

}

.wrapthongtinus .order-filter-wrapper .filter-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px 22px;

    border-radius: 50px;

    font-weight: 700;

    font-size: 14px;

    color: #64748b;

    border: none;

    background: transparent;

    transition: all 0.3s ease;

}

.wrapthongtinus .order-filter-wrapper .filter-btn i {

    margin-right: 8px !important; /* Đẩy Icon cách xa chữ ra */

    font-size: 1.1rem;

}

.wrapthongtinus .badge-status {

    padding: 6px 14px;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

    display: inline-flex;

    align-items: center;

    gap: 6px; /* Khoảng cách giữa icon và chữ */

}

.wrapthongtinus .status-primary { background: #f1f5f9; color: #475569; } /* Đang xử lý - Xám */

.wrapthongtinus .status-warning { background: #fffbeb; color: #f59e0b; } /* Đang giao - Vàng */

.wrapthongtinus .status-success { background: #ecfdf5; color: #10b981; } /* Hoàn tất - Xanh lá */

.wrapthongtinus .status-danger { background: #fef2f2; color: #ef4444; }  /* Đã hủy - Đỏ */

.wrapthongtinus .status-return { background: #f3e8ff; color: #7e22ce; }  /* Đã hủy - Đỏ */

/* Nút Thao tác (Xem chi tiết) */

.wrapthongtinus .btn-outline-custom {

    border: 1px solid #e2e8f0;

    background-color: #ffffff;

    color: var(--theme-color); /* Màu xanh Teal chủ đạo */

    font-size: 12px;

    font-weight: 600;

    padding: 6px 16px;

    transition: all 0.3s ease;

}

.wrapthongtinus .btn-outline-custom:hover {

    background-color: var(--theme-color5);

    border-color: var(--theme-color);

    color: var(--theme-color);

}

.wrapthongtinus .order-filter-wrapper .filter-btn.active {

    background: #ffffff;

    color: var(--theme-color);

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}



/* =========================================================

   GIAI ĐOẠN 4: THẺ NGÂN HÀNG (BANK CARDS)

   ========================================================= */

   .wrapthongtinus .bank-card {

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    border: none;

}

.wrapthongtinus .bank-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 15px 30px rgba(0,0,0,0.1);

}

.wrapthongtinus .bank-card-bg {

    position: absolute;

    top: 0; left: 0; right: 0; bottom: 0;

    z-index: 0;

    opacity: 0.9;

}

/* Màu thẻ mặc định (Xanh Teal) */

.wrapthongtinus .active-bank .bank-card-bg {

    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);

}

/* Màu thẻ phụ (Xám Đen) */

.wrapthongtinus .inactive-bank .bank-card-bg {

    background: linear-gradient(135deg, #334155 0%, #475569 100%);

}

/* Select2 cho Modal Ngân Hàng */

.wrapthongtinus #bankModal .select2-container--bootstrap-5 { width: 100% !important; }



/* Giai Đoạn 5 */

.wrapthongtinus select.custom-input {

    /* Gọi lại mũi tên SVG chuẩn của trình duyệt/Bootstrap */

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233f4f5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;

    background-repeat: no-repeat !important;

    background-position: right 1.2rem center !important; /* Căn mũi tên xích qua trái một chút */

    background-size: 14px 10px !important;

    padding-right: 2.5rem !important; /* Chừa khoảng trống bên phải để chữ không đè lên mũi tên */

    -webkit-appearance: none; 

    -moz-appearance: none;

    appearance: none;

}

/* Giao diện Thẻ Thống kê Affiliate Cao cấp */

.wrapthongtinus .affiliate-stat-box {

    background: #ffffff;

    border: 1px solid #f1f5f9;

    border-radius: 20px;

    padding: 24px;

    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

    box-shadow: 0 4px 15px rgba(0,0,0,0.02);

    height: 100%;

    display: flex;

    flex-direction: column;

}

.wrapthongtinus .affiliate-stat-box:hover {

    transform: translateY(-6px);

    box-shadow: 0 15px 30px rgba(13, 148, 136, 0.1); /* Bóng đổ màu Teal nhẹ */

    border-color: #ccfbf1;

}

.wrapthongtinus .aff-icon-wrapper {

    width: 46px;

    height: 46px;

    border-radius: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.25rem;

    margin-bottom: 16px;

}

.wrapthongtinus .aff-title {

    font-size: 12px;

    font-weight: 800;

    color: #707274;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    margin-bottom: 6px;

}

.wrapthongtinus .aff-value {

    font-size: 1.7rem;

    font-weight: 800;

    color: #0f172a;

    margin-bottom: auto; /* Đẩy phần subtext xuống đáy */

    line-height: 1.2;

}

.wrapthongtinus .aff-subtext {

    margin-top: 16px;

    padding-top: 12px;

    border-top: 1px dashed #e2e8f0;

    font-size: 12px;

    font-weight: 600;

    color: #64748b;

    display: flex;

    align-items: center;

}

.wrapthongtinus .aff-sub-badge {

    padding: 4px 8px;

    border-radius: 6px;

    font-size: 11px;

    font-weight: 800;

    margin-right: 8px;

}



/* Responsive cho màn hình điện thoại (Mobile) */

@media (max-width: 767.98px) {

    .wrapthongtinus .affiliate-stat-box { padding: 16px; border-radius: 16px; }

    .wrapthongtinus .aff-icon-wrapper { width: 38px; height: 38px; font-size: 1rem; margin-bottom: 12px; }

    .wrapthongtinus .aff-value { font-size: 1.35rem; }

    .wrapthongtinus .aff-subtext { flex-direction: column; align-items: flex-start; gap: 6px; }

}

/* form thay đổi mật khẩu */

.wrapthongtinus .form-label-custom {

    font-weight: 700;

    color: #475569;

    margin-bottom: 8px;

    font-size: 0.95rem;

}





/* Hiệu ứng khi click chuột vào ô nhập liệu */

.wrapthongtinus .custom-input:focus {

    border-color: var(--theme-color);

    background: white;

    box-shadow: 0 0 0 3px #ea46811a;

    outline: none;

}



/* Nút bấm Submit chính (Màu Gradient Xanh Teal) */

.wrapthongtinus .btn-premium-primary {

    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);

    color: white;

    font-weight: 700;

    border: none;

    transition: 0.3s;

    box-shadow: 0 10px 20px #ea46811a;

}



.wrapthongtinus .btn-premium-primary:hover {

    transform: translateY(-2px);

    box-shadow: 0 15px 25px var(--theme-color5);

    color: white;

}



/* ==========================================================================

   PASSWORD TOGGLE (Ô nhập mật khẩu có con mắt ẩn/hiện)

   ========================================================================== */



   .wrapthongtinus .password-toggle-wrapper { 

    position: relative; 

    display: flex;

    align-items: center;

}



/* Chừa khoảng trống bên phải để chữ không bị đè lên con mắt */

.wrapthongtinus .password-toggle-wrapper .custom-input {

    padding-right: 45px; 

}



/* Nút bấm con mắt */

.wrapthongtinus .btn-toggle-eye {

    position: absolute;

    right: 15px;

    color: #94a3b8;

    font-size: 1.1rem;

    cursor: pointer;

    z-index: 10;

    transition: 0.3s;

    padding: 0;

    background: transparent;

    border: none;

}



/* Đổi màu con mắt khi rê chuột vào */

.wrapthongtinus .btn-toggle-eye:hover,

.wrapthongtinus .btn-toggle-eye:focus { 

    color: #0d9488; 

    outline: none;

}





/* css layout */

.wrapheader {

    background-color: var(--theme-color); /* Elegant Dark Navy */

    color: #ffffff;

    position: relative;

    z-index: 1000;

}



.wrapheader .top-bar-premium {

    padding: 10px 0;

    font-size: 0.875rem;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.wrapheader .contact-link {

    color: rgba(255, 255, 255, 0.9);

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    transition: all 0.3s ease;

    margin-right: 24px;

}



.wrapheader .contact-link i {

    margin-right: 8px;

    color: var(--theme-color3); /* Soft blue accent */

    font-size: 1.1rem;

}



.wrapheader .contact-link:hover {

    color: #ffffff;

    transform: translateY(-1px);

}



.wrapheader .lang-dropdown {

    position: relative;

    cursor: pointer;

    padding: 0 15px;

    display: inline-flex;

    align-items: center;

    user-select: none;

}



.wrapheader .lang-dropdown i.globe {

    margin-right: 8px;

    color: var(--theme-color3);

}



.wrapheader .lang-dropdown i.chevron {

    margin-left: 6px;

    font-size: 0.7rem;

    transition: transform 0.3s ease;

}



.wrapheader .lang-dropdown.active i.chevron {

    transform: rotate(180deg);

}



.wrapheader .lang-menu {

    position: absolute;

    top: 100%;

    right: 0;

    background: #ffffff;

    color: #1e293b;

    min-width: 140px;

    border-radius: 12px;

    box-shadow: 0 15px 35px rgba(0,0,0,0.15);

    padding: 8px;

    margin-top: 10px;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

    z-index: 999999999;

}



.wrapheader .lang-menu.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}



.wrapheader .lang-item {

    padding: 8px 12px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    gap: 10px;

    transition: background 0.2s;

    text-decoration: none;

    color: #1e293b;

    font-weight: 500;

}



.wrapheader .lang-item:hover {

    background: #f1f5f9;

    color: #003366;

}



.wrapheader .social-group {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-left: 20px;

    padding-left: 20px;

    border-left: 1px solid rgba(255,255,255,0.2);

}



.wrapheader .social-link {

    color: rgba(255, 255, 255, 0.8);

    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.05);

    transition: all 0.4s ease;

    text-decoration: none;

}



.wrapheader .social-link:hover {

    background: #ffffff;

    color: #003366;

    transform: translateY(-3px) scale(1.1);

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);

}



.wrapheader .divider-vertical {

    width: 1px;

    height: 16px;

    background: rgba(255,255,255,0.2);

    margin: 0 10px;

}



@media (max-width: 991.98px) {

    .wrapheader .info-hours { display: none; }

}



@media (max-width: 767.98px) {

    .wrapheader .info-email { display: none; }

    .wrapheader .social-group { border-left: none; padding-left: 10px; margin-left: 10px; }

}



/* bộc lọc 2.html */

.wrapkhungloc .filter-search-wrapper {

    position: relative;

    margin-bottom: 25px;

}



.wrapkhungloc .filter-search-wrapper i {

    position: absolute;

    left: 16px;

    top: 50%;

    transform: translateY(-50%);

    color: #94a3b8;

    font-size: 0.9rem;

    pointer-events: none;

    transition: color 0.3s ease;

}



.wrapkhungloc .filter-search-input {

    width: 100%;

    padding: 14px 16px 14px 45px;

    background: #f8fafc;

    border: 1.5px solid #e2e8f0;

    border-radius: 16px;

    font-size: 0.9rem;

    font-weight: 500;

    color: #1e293b;

    outline: none;

    transition: all 0.3s ease;

}



.wrapkhungloc .filter-search-input::placeholder {

    color: #94a3b8;

}



.wrapkhungloc .filter-search-input:focus {

    background: #ffffff;

    border-color: var(--theme-color);

    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.1);

}



.wrapkhungloc .filter-search-input:focus + i {

    color: var(--theme-color);

}



/* --- SORT BAR STYLES --- */

.wrapkhungloc .sort-toolbar {

    background: #ffffff;

    border: 1px solid #f1f5f9;

    border-radius: 20px;

    padding: 12px 24px;

    margin-bottom: 30px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}



.wrapkhungloc .sort-label {

    font-size: 0.9rem;

    font-weight: 700;

    color: #64748b;

    text-transform: uppercase;

    letter-spacing: 0.03em;

    white-space: nowrap;

}



.wrapkhungloc .sort-options {

    display: flex;

    gap: 8px;

    overflow-x: auto;

    scrollbar-width: none;

}



.wrapkhungloc .sort-options::-webkit-scrollbar { display: none; }



.wrapkhungloc .sort-chip {

    padding: 8px 18px;

    border-radius: 12px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    color: #475569;

    font-size: 0.85rem;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

    white-space: nowrap;

    display: flex;

    align-items: center;

    gap: 6px;

}



.wrapkhungloc .sort-chip:hover {

    border-color: var(--theme-color);

    color: var(--theme-color);

}



.wrapkhungloc .sort-chip.active {

    background: var(--theme-color);

    color: #ffffff;

    border-color: var(--theme-color);

    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);

}



/* --- FILTER SIDEBAR STYLES --- */

.wrapkhungloc .filter-sidebar {

    background: #ffffff;

    border-radius: 28px;

    padding: 32px;

    border: 1px solid #f1f5f9;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);

    position: sticky;

    top: 20px;

}



.wrapkhungloc .filter-main-title {

    font-weight: 800;

    font-size: 1.4rem;

    margin-bottom: 28px;

    display: flex;

    align-items: center;

    gap: 12px;

    color: #0f172a;

    letter-spacing: -0.02em;

}



.wrapkhungloc .filter-group {

    margin-bottom: 32px;

    padding-bottom: 28px;

    border-bottom: 1px solid #f1f5f9;

}



.wrapkhungloc .filter-group:last-child {

    border-bottom: none;

    padding-bottom: 0;

}



.wrapkhungloc .group-label {

    font-weight: 700;

    font-size: 0.85rem;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    color: #94a3b8;

    margin-bottom: 20px;

    display: block;

}



/* Custom Checkbox */

.wrapkhungloc .custom-check-container {

    display: flex;

    align-items: center;

    position: relative;

    padding-left: 32px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 0.95rem;

    font-weight: 500;

    color: #334155;

    user-select: none;

    transition: color 0.3s ease;

}



.wrapkhungloc .custom-check-container:hover { color: var(--theme-color) }



.wrapkhungloc .custom-check-container input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

}



.wrapkhungloc .checkmark {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    height: 20px;

    width: 20px;

    background-color: var(--theme-color5);

    border-radius: 6px;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    border: 2px solid transparent;

}



.wrapkhungloc .custom-check-container input:checked ~ .checkmark {

    background-color: var(--theme-color);

    border-color: var(--theme-color);

    box-shadow: 0 4px 10px rgb(169 169 169 / 30%);

}



.wrapkhungloc .checkmark:after {

    content: "\f00c";

    font-family: "Font Awesome 6 Pro";

    font-weight: 900;

    position: absolute;

    display: none;

    left: 3px; top: -1px;

    font-size: 11px;

    color: white;

}



.wrapkhungloc .custom-check-container input:checked ~ .checkmark:after { display: block; }



/* Chips */

.wrapkhungloc .chip-group {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}



.wrapkhungloc .chip-label {

    padding: 10px 16px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 12px;

    font-size: 0.85rem;

    font-weight: 700;

    color: #475569;

    transition: all 0.3s ease;

    cursor: pointer;

}



.wrapkhungloc .chip-item input:checked + .chip-label {

    background: #14b8a6;

    color: #ffffff;

    border-color: #14b8a6;

    transform: translateY(-2px);

    box-shadow: 0 6px 15px rgba(20, 184, 166, 0.25);

}



/* Color Circles */

.wrapkhungloc .color-box {

    width: 34px; height: 34px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #fff;

    box-shadow: 0 0 0 1px #e2e8f0;

    transition: all 0.3s ease;

    position: relative;

}



.wrapkhungloc .color-item input:checked + .color-box {

    transform: scale(1.1);

    box-shadow: 0 0 0 2px #14b8a6;

}



.wrapkhungloc .color-item input:checked + .color-box::after {

    content: "\f00c";

    font-family: "Font Awesome 6 Pro";

    font-weight: 900;

    font-size: 12px;

    color: #fff;

    text-shadow: 0 1px 2px rgba(0,0,0,0.2);

}



/* Action Buttons */

.wrapkhungloc .apply-btn {

    background: #14b8a6;

    color: #ffffff;

    border: none;

    padding: 18px;

    width: 100%;

    border-radius: 18px;

    font-weight: 800;

    margin-top: 10px;

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    box-shadow: 0 10px 25px rgba(20, 184, 166, 0.25);

    text-transform: uppercase;

    letter-spacing: 0.05em;

}



.wrapkhungloc .apply-btn:hover {

    background: #0d9488;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(20, 184, 166, 0.35);

}



.wrapkhungloc .reset-link {

    display: block;

    text-align: center;

    margin-top: 20px;

    color: #94a3b8;

    font-size: 0.9rem;

    text-decoration: none;

    font-weight: 600;

    transition: color 0.3s ease;

}



.wrapkhungloc .reset-link:hover { color: #f43f5e; }



/* Mobile Components */

.wrapkhungloc .mobile-controls {

    display: none;

    position: sticky;

    top: 10px;

    z-index: 100;

    gap: 10px;

    margin-bottom: 25px;

}



.wrapkhungloc .mobile-btn {

    flex: 1;

    padding: 14px;

    background: #0f172a;

    color: #fff;

    border-radius: 14px;

    font-weight: 700;

    border: none;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    font-size: 0.9rem;

}



.wrapkhungloc .filter-overlay {

    display: none;

    position: fixed;

    inset: 0;

    background: rgba(15, 23, 42, 0.6);

    backdrop-filter: blur(8px);

    z-index: 1040;

}



/* --- RESPONSIVE LOGIC --- */

@media (max-width: 991px) {

    .wrapkhungloc .mobile-controls { display: flex; }

    .wrapkhungloc .sort-toolbar { display: none; }



    .wrapkhungloc .filter-sidebar {

        position: fixed;

        top: 0;

        left: -100%;

        width: 320px;

        height: 100vh;

        z-index: 99999;

        border-radius: 0 30px 30px 0;

        overflow-y: auto;

        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    }



    .wrapkhungloc .filter-sidebar.active { left: 0; }

    .wrapkhungloc .filter-overlay.active { display: block; }



    .wrapkhungloc .filter-header-mobile {

        display: flex;

        justify-content: space-between;

        align-items: center;

        margin-bottom: 30px;

        padding-bottom: 15px;

        border-bottom: 1px solid #f1f5f9;

    }

}



@media (max-width: 768px) {

    .wrapkhungloc {padding: 11px 0;}

    .wrapkhungloc .filter-sidebar { width: 280px; padding: 25px; }

    .wrapkhungloc .group-label { font-size: 0.75rem; }

    .wrapkhungloc .filter-main-title { font-size: 1.2rem; }

}



@media (max-width: 576px) {

    .wrapkhungloc .mobile-btn {font-size: 0.8rem;padding: 9px 10px;}

}

/* end bộ lọc 2.html */





    .wrapslider .slider-wrapper {

        position: relative;

    }



    .wrapslider .swiper {

        width: 100%;

        border-radius: 24px;

        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);

        background: #fff;

        overflow: hidden;

        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

    }



    .wrapslider .swiper-slide {

        position: relative;

        overflow: hidden;

    }



    /* Thêm đoạn này để xử lý thẻ <a> bên trong slide */

    .wrapslider .swiper-slide a {

        display: block;    /* Chuyển thẻ a thành khối để bao trọn hình ảnh */

        width: 100%;       /* Đảm bảo rộng hết slide */

        height: 100%;      /* Đảm bảo cao hết slide */

        line-height: 0;    /* Loại bỏ khoảng trống dòng văn bản */

        overflow: hidden;

    }



    .wrapslider .swiper-slide img {

        width: 100%;

        height: auto;

        display: block;    /* Đảm bảo hình ảnh không có khoảng trống baseline */

        border: none;      /* Loại bỏ viền mặc định nếu có */

    }



    /* Removed .swiper-slide-active img { transform: scale(1.05); } to disable zoom effect */



    /* Premium Custom Pagination (Dashes like the reference) */

    .wrapslider .swiper-pagination {

        bottom: 25px !important;

        display: flex;

        justify-content: center;

        gap: 8px;

    }



    .wrapslider .swiper-pagination-bullet {

        width: 40px;

        height: 4px;

        background: rgba(0, 0, 0, 0.2);

        border-radius: 2px;

        opacity: 1;

        margin: 0 !important;

        transition: all 0.4s ease;

    }



    .wrapslider .swiper-pagination-bullet-active {

        background: #f15a24; /* Hasaki/Cocoon Accent Orange */

        width: 60px;

        box-shadow: 0 0 10px rgba(241, 90, 36, 0.3);

    }



    /* Minimalist Navigation Buttons */

    .wrapslider .nav-btn {

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        width: 50px;

        height: 50px;

        background: rgba(255, 255, 255, 0.9);

        backdrop-filter: blur(5px);

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        color: #333;

        font-size: 18px;

        cursor: pointer;

        z-index: 10;

        transition: all 0.3s ease;

        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

        border: none;

        opacity: 0;

    }



    .wrapslider .slider-wrapper:hover .nav-btn {

        opacity: 1;

    }



    .wrapslider .nav-btn:hover {

        background: #f15a24;

        color: #fff;

        transform: translateY(-50%) scale(1.1);

    }



    .wrapslider .prev-btn { left: 3px; }

    .wrapslider .next-btn { right:3px; }







    .wrapmuchome .section-header {

        margin-bottom: 45px;

        display: flex;

        align-items: flex-end;

        justify-content: space-between;

    }



    .wrapmuchome .section-title-box h2 {

        font-weight: 800;

        font-size: 2.25rem;

        color: #0f172a;

        margin-bottom: 8px;

        letter-spacing: -0.03em;

        line-height: 1.2;

    }



    .wrapmuchome .section-title-box p {

        color: #64748b;

        font-size: 1.05rem;

        margin-bottom: 0;

        font-weight: 400;

    }



    /* Swiper Container */

    .wrapmuchome .swiper-category-container {

        position: relative;

        padding: 10px 0;overflow: hidden;

    }



    .wrapmuchome .swiper-category {

        padding: 5px;

        overflow: visible;

    }



    /* Category Item Card */

    .wrapmuchome .category-item {

        text-decoration: none !important;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        padding: 24px 15px;

        background: #ffffff;

        border-radius: 24px;

        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

        text-align: center;

        height: 100%;

        border: 1px solid #f1f5f9;

    }



    .wrapmuchome .category-item:hover {

        transform: translateY(-8px);

        background: #ffffff;

        border-color: #fce7f3; /* Soft Rose */

        box-shadow: 0 15px 30px rgba(190, 24, 93, 0.08);

    }



    .wrapmuchome .category-img-wrapper {

        width: 100px;

        height: 100px;

        margin-bottom: 20px;

        display: flex;

        align-items: center;

        justify-content: center;

        position: relative;

        background: #fff5f7;

        border-radius: 50%;

        padding: 15px;

        transition: all 0.4s ease;

    }



    .wrapmuchome .category-item:hover .category-img-wrapper {

        background: #fdf2f8;

        transform: scale(1.05);

    }



    .wrapmuchome .category-img-wrapper img {

        max-width: 100%;

        max-height: 100%;

        object-fit: contain;

        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.05));

    }



    .wrapmuchome .category-label {

        font-size: 0.95rem;

        line-height: 1.4;

        color: #334155;

        font-weight: 600;

        display: -webkit-box;

        -webkit-line-clamp: 2;

        -webkit-box-orient: vertical;

        overflow: hidden;

        height: 2.7rem;

        transition: color 0.3s ease;

    }



    .wrapmuchome .category-item:hover .category-label {

        color: #be185d;

    }



    /* Modern Navigation Buttons */

    .wrapmuchome .nav-btn-custom {

        width: 48px;

        height: 48px;

        background: #ffffff;

        border-radius: 50%;

        box-shadow: 0 10px 20px rgba(0,0,0,0.08);

        color: #0f172a;

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        z-index: 50;

        display: flex;

        align-items: center;

        justify-content: center;

        cursor: pointer;

        border: 1px solid #f1f5f9;

        transition: all 0.3s ease;

    }



    .wrapmuchome .nav-btn-custom:hover {

        background: #be185d;

        color: #ffffff;

        border-color: #be185d;

        transform: translateY(-50%) scale(1.1);

    }



    .wrapmuchome .nav-btn-prev { left:3px; }

    .wrapmuchome .nav-btn-next { right:3px; }



    .wrapmuchome .swiper-button-disabled {

        opacity: 0;

        visibility: hidden;

    }



    /* Media Queries */

    @media (max-width: 1200px) {

        .wrapmuchome .container { max-width: 1140px; }

        .wrapmuchome .section-title-box h2 { font-size: 2rem; }

    }



    @media (max-width: 1000px) {

        .wrapmuchome .section-header { flex-direction: column; align-items: flex-start; gap: 15px; }

        .wrapmuchome .nav-btn-custom { width: 40px; height: 40px; }

    }



    @media (max-width: 992px) {

        .wrapmuchome { padding: 50px 0; }

        .wrapmuchome .category-section-wrapper { padding: 30px; border-radius: 24px; }

        .wrapmuchome .nav-btn-custom { display: none; }

    }



    @media (max-width: 768px) {

        .wrapmuchome .section-title-box h2 { font-size: 1.75rem !important; }

        .wrapmuchome .section-title-box p { font-size: 0.95rem !important; }

        .wrapmuchome .category-img-wrapper { width: 80px; height: 80px; }

        .wrapmuchome .category-label { font-size: 0.85rem !important; }

    }



    @media (max-width: 576px) {

        .wrapmuchome .container { padding-left: 15px; padding-right: 15px; }

        .wrapmuchome .category-section-wrapper { padding: 20px 15px; }

        .wrapmuchome .section-title-box h2 { font-size: 1.5rem !important; }

        .wrapmuchome .category-item { padding: 15px 10px; border-radius: 16px; }

        .wrapmuchome .category-img-wrapper { width: 65px; height: 65px; margin-bottom: 12px; }

    }

    /* Responsive Breakpoints */

    @media (max-width: 1200px) {

        .wrapslider .slider-wrapper { max-width: 960px; }

    }



    @media (max-width: 992px) {

        .wrapslider { padding: 30px 0; }

        .wrapslider .slider-wrapper { max-width: 720px; }

        .wrapslider .swiper { border-radius: 16px; }

        .wrapslider .nav-btn { display: none; } /* Hide arrows on smaller tablets */

    }



    @media (max-width: 768px) {

        .wrapslider { padding: 20px 0; }

        .wrapslider .slider-wrapper { max-width: 100%; padding: 0 10px; }

        .wrapslider .swiper-slide img {

            aspect-ratio: 16 / 9; /* More height on mobile */

        }

        .wrapslider .swiper-pagination-bullet {

            width: 25px;

        }

        .wrapslider .swiper-pagination-bullet-active {

            width: 40px;

        }

    }



    @media (max-width: 576px) {

        .wrapslider .swiper-slide img {

            aspect-ratio: 4 / 3;

        }

        .wrapslider .swiper-pagination {

            bottom: 15px !important;

        }

    }

    /* Responsive Media Queries */

    @media (max-width: 1200px) {

        .wrapmenu .mega-menu { width: 700px; }

        .wrapmenu .hotline-box { display: none; }

        .wrapmenu .cart-dropdown { width: 320px; }

    }



    @media (max-width: 992px) {

        .wrapmenu .mega-menu { display: none !important; }

        .wrapmenu .sidebar-container { 

            position: absolute; 

            width: 300px; 

            left: 15px; 

            display: none; 

        }

        .wrapmenu .sidebar-container.show { display: block; }

        .wrapmenu .search-container { max-width: 100%; }

        .wrapmenu .cart-dropdown { right: -50px; }

    }



    @media (max-width: 768px) {

        .wrapmenu .logo-text { font-size: 22px; }

        .wrapmenu .category-btn span { display: none; }

        .wrapmenu .category-btn { padding: 10px 14px; }

        .wrapmenu .search-container { display: none; }

        .wrapmenu .hero-card { padding: 30px 20px; }

        .wrapmenu h2 { font-size: 1.8rem !important; }

    }



    @media (max-width: 576px) {

        .wrapmenu .header-right { gap: 15px; }

        .wrapmenu .hero-card { min-height: auto; }

        .wrapmenu .cart-dropdown { width: 280px; position: fixed; right: 10px; left: 10px; top: 70px; }

    }



    .wrapmenu .demo-badge {

        position: fixed; bottom: 30px; left: 30px;

        background: #0f172a; color: #fff; padding: 14px 28px;

        border-radius: 50px; z-index: 9999; cursor: pointer; 

        font-size: 13px; font-weight: 700;

        box-shadow: 0 10px 30px rgba(0,0,0,0.25);

        transition: all 0.3s ease;

        border: 2px solid rgba(255,255,255,0.1);

    }

    .wrapmenu .demo-badge:hover { transform: translateY(-5px) scale(1.05); background: #ff4d8d; }



    

    /* responsive */

    @media (max-width: 1200px) {



    }



    @media (max-width: 1000px) {



    }



    @media (max-width: 992px) {

        .wrapcaidat .preview-panel { display: none; }



    }



    @media (max-width: 768px) {



    }



    @media (max-width: 576px) {

    }