@media (max-width: 768px) {
    .editor-content img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .editor-content p{
        padding-left: 0 !important;
    }
}

#hero-image {
    background-image: url('asset/images/category_empty.jfif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90vh;
}

.nav-link:hover span {
    color: #002ab0;
    border-bottom: 3px solid;
}

@media (max-width: 576px) {
    .breadcrumb li {
        font-size: 16px;
    }

    .action span, .contact-bg {
        display: none
    }

    .contact-title {
        font-size: 18px !important
    }

    .text-introduce {
        font-size: 18px !important
    }

    .introduce-top {
        text-align: center;
    }

    .scrollspy-example .border-bottom {
        border-width: 1px !important;
    }

    .img-introduce {
        display: none;
    }
}

.int{
    color:blue;
    font-weight: bold;
}
.text-red{
    color:red;
}

.uk-container{
    width:1200px;
}
.uk-container-center{
    margin:0 auto;
}
.uk-list{
    list-style: none;
}
.uk-list li{
    list-style: none;
}
.uk-flex{
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.uk-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mr10{
    margin-right:10px;
}
.cart-container{
    padding:30px 0;
}


/* CART PAGE */
.cart-container{
    border-bottom:1px solid #d9d9d9;
}
.panel-cart{
    padding-top:25px;
    padding-bottom:25px;
}
.panel-cart .cart-heading{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height:28px;
}
.panel-cart .panel-head .has-account{
    font-size:13px;
    font-weight: 500;
}
.panel-cart .panel-head .has-account a{
    color:blue;
    display: inline-block;
    text-transform: capitalize;
}
.panel-cart .panel-body .form-row .input-text{
    width:100% !important;
    border-radius: 6px;
    height: 45px;
    background: #fff;
    border:1px solid #d9d9d9;
    padding:5px 20px;
}
.panel-cart .nice-select{
    width:100% !important;
    border-radius: 100px;
    height:45px;
}
.panel-cart input[type=text]{
    color:#000;
}
.panel-cart input[type=text]::-webkit-input-placeholder{
    color:#000;
    font-size:14px;
}
.method-item{
    align-items: center;
    border:1px solid #d9d9d9;
    border-radius: 8px;
    padding:15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* opacity: 0.6; */
    font-size:14px;
    margin-bottom:10px;
}
.method-item .image{
    margin:0 20px;
}
.method-item .image img{
    min-width:35px;
    max-height:35px;
    max-width:55px;
}
.cart-checkout{
    border-radius: 8px;
    background: #28a745;
    height:40px;
    width:100%;
    padding:15px 20px;
    text-align: center;
    cursor: pointer;
    font-size:14px;
    color:#fff;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    width: 220px;
    margin-bottom: 25px;
}
.cart-checkout:hover{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.cart-return{
    font-size:13px;
}
.cart-item{
    position: relative;
}
.cart-item:not(:last-child){
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #d9d9d9;
}
.cart-item .cart-item-image{
    position: relative;
}
.cart-item .cart-item-number{
    position: absolute;
    top:-5px;
    right:0;
    background: #000;
    border-radius: 50%;
    color:#fff;
    font-size:13px;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.cart-item .image img{
    border-radius: 10px;
}

.cart-item .cart-item-info .cart-item-remove{
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.cart-item .cart-item-info .title{
    font-weight: 500;
    font-size:14px;
}
.cart-item .cart-item-qty{
    position: relative;
}
.cart-item .cart-item-qty input[type=text]{
    background: #fff;
    height: 32px;
    font-size:14px;
    display: inline-block;
    border:0;
    padding:0 30px;
    text-align: center;
    width:110px;
    border:1px solid #000;
    border-radius: 10px;
}
.cart-item .cart-item-qty .btn-qty{
    border:0;
    background: transparent;
    position: absolute;
    top:50%;
    transform:translate(0, -50%);
    left:0;
    font-size:16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.cart-item .cart-item-qty .plus{
    right:0;
    left:initial;
}
.cart-item-price{
    color:blue;
    font-weight: 500;
}

.voucher-item{
    display: flex;
    border:2px solid black;
    background: #f1f1f1;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width:200px;
    max-width:200px;
    opacity: 0.5;
}
.voucher-left{
    flex:1;
    border-right:2px dashed black;
    min-width:20px;
    max-width: 20px;
    position: relative;
}
.voucher-left:before{
    content:'';
    display: block;
    width:20px;
    height:20px;
    background: #fff;
    top:50%;
    left:-2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top:2px solid #000;
    border-right:2px solid #000;
    border-bottom: 2px solid #0000;
    border-left:2px solid #0000;
    border-radius: 100em;
}
.voucher-right{
    flex:2;
    padding:8px 16px;
    position: relative;
}
.voucher-right:before{
    content:'';
    display: block;
    width:20px;
    height:20px;
    background: #fff;
    top:50%;
    right:-2px;
    transform: translate(48.5%, -50%) rotate(45deg);
    position: absolute;
    border-top:2px solid #0000;
    border-right:2px solid #0000;
    border-left:2px solid #000;
    border-bottom:2px solid #000;
    border-radius: 100em;
}
.voucher-right .voucher-title{
    font-size:13px;
    font-weight: bold;
    margin-bottom:2px;
}
.voucher-right .voucher-title span{
    font-weight: normal;
    font-size:10px;
    color:blue;
}
.voucher-right .voucher-description{
    color: #999;
    font-size:12px;
}

.panel-voucher{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #d9d9d9;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #d9d9d9;
}
.voucher-form{
    margin-top:15px;
    position: relative;
    height:39px
}
.voucher-form input[type=text]{
    width:70%;
    position: absolute;
    height:100%;
    border-radius: 16px;
    z-index: 3;
    top:0;
    left:0;
    padding:5px 20px;
}
.voucher-form button{
    font-family: 'Arimo', sans-serif !important;
    width:35%;
    height:100%;
    padding:5px 20px 5px calc(20px + 3%);
    border-radius: 0 16px 16px 0;
    border:1px solid #000;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
    line-height: 25px;
    font-size:13px;
    color:#fff;
    background: #000;
}
.voucher-list{
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: thin;
}
.voucher-item:not(:last-child){
    margin-right:10px;
}

.voucher-item.active{
    background: #f1f1f1;
    color: rgba(0, 0, 0, .7);
    opacity: 1;
}
.voucher-item.active  .voucher-title{
    color: #000;
}
.voucher-item.active .voucher-description{
    color: #000;
}
.voucher-item.active .voucher-title span{
    color:#000;
}
.cart-summary-item{
    margin-bottom:10px;
}

.summary-title.bold{
    font-weight:bold;
}
.cart-total{
    font-size:24px;
    font-weight:bold;
    color: #212529;
}

.cart-container .select2-container{
   width:100% !important;
  
}


.select2-container--default .select2-selection--single{
    height:45px !important;
    border-radius: 6px !important;
    border-color:#d9d9d9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:43px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:45px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right:20px !important;
    padding-left:20px !important;
}

.cart-price-old{
    color:#777;
    font-size:12px;
    text-decoration: line-through;
}
.cart-container .form{
    margin-block-end: 0 !important;
}
.discount-voucher,
.discount-value{
    color:red;
}

.cart-success{
    padding: 30px 10px;
}

.cart-success .cart-heading{
    text-align: center;
    margin-bottom:30px;
}
.cart-success .cart-heading > span{
    text-transform: uppercase;
    font-weight: 700;
}
.discover-text > *{
    display: inline-block;
    padding:10px 25px;
    background: #2f5acf;
    border-radius: 16px;
    cursor:pointer;
    color:#fff;
}
.discover-text{
    text-align: center;
}
.checkout-box{
    border:1px solid #000;
    padding:15px 20px;
    border-radius: 16px;
}
.cart-success .panel-body{
    margin-bottom:40px;
}
.checkout-box-head{
    margin-bottom:30px;
}

.checkout-box-head .order-title{
    border:1px solid #000;
    border-radius: 16px;
    padding:10px 15px;
    font-weight: 700;
    font-size:16px;
}
.checkout-box-head .order-date{
    display: flex;
    align-items: center;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}
.cart-success .table{
    width:100%;
    border-spacing: 0;
    background: #d9d9d9;
    border-collapse: inherit;
}
.cart-success .table thead>tr th{
    color:#fff;
    background: #2f5acf;
    font-weight: 500;
    font-size:14px;
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    border:none;
    padding:12px 15px;
}
.cart-success tbody tr td{
    padding:12px 15px;
    vertical-align: middle;
    font-size: 14px;
    color:#000;
    border-bottom:1px solid #ccc;
}
.cart-success tfoot{
    background: #fff;
}
.cart-success tfoot tr td{
    padding:8px;
}

.cart-success .table td:last-child{
    text-align: right;
}
.cart-success .table tbody tr:nth-child(2n) td {
    background-color: #d9d9d9;
}
.total_payment{
    font-weight: bold;
    font-size:24px;
}
.panel-foot .checkout-box div{
    margin-bottom:15px;
    font-weight: 500;
}


/* EXTEND */
.cat-title{
    margin-bottom:20px;
    font-size:16px;
}
.spec{
    color:var(--primary-color);
    font-size:50px;
    font-weight: bold;
    line-height:50px;
    margin-bottom:8px;
}
.spec-2{
    font-size:40px;
    line-height:40px;
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom:20px;
}
.cart-container h2.heading-1{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.cart-container h2.heading-1 > *{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    color: #da2229;
}
.cart-container .panel-foot h2.cart-heading{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.cart-container .panel-foot{
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.cart-container .panel-foot .cart-method,
.cart-container .panel-foot .cart-return
{
    padding-left: 15px;
    padding-right: 15px;
}
.panel-cart .panel-head{
    padding: 10px 15px;
    white-space: nowrap;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.cart-container .panel-cart .panel-body{
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #ddd;
    border-top: 0;
}
.panel-cart .panel-head h2.cart-heading{
    margin-bottom: 0;
}
.panel-cart .panel-head span{
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.panel-cart .table_ordered tr th {
    padding: 10px;
    font-weight: 600;
    text-align: left;
}
.panel-cart .pay{
    padding: 0 !important;
}
.panel-cart .table_ordered tr {
    border-bottom: 1px dotted #ddd;
}
.panel-cart .cart-item-image .image{
    height: 60px !important;
    width: 60px;
    margin-right: 10px;
}
.panel-cart .cart-item-image .image img{
    border-radius: 6px;
}
.panel-cart .cart-item-image .title{
    font-size: 13px;
}
.panel-cart .cart-item-image{
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.panel-cart .cart-item-image .title{
    width: calc(100% - 70px);
}
.panel-cart .cart-summary{
    padding: 15px;
}
.panel-cart .panel-foot.pay{
    margin-top: 0;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    background: #f5f5f5;
    margin-bottom: 25px;
}
.panel-cart .cart-summary-item > * {
    font-weight: 600;
}
.panel-cart .box-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.panel-cart .box-info .info{
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}
.uk-grid{
    display: grid;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.uk-grid-medium > * {
    padding-left: 15px;
    padding-right: 15px;
}

.uk-grid-small > * {
    padding-left: 8px;
    padding-right: 8px;
}

/* ======= Width Utilities ======= */
[class*='uk-width-'] {
    box-sizing: border-box;
    flex: 0 0 auto;
}

/* Large breakpoint */
.uk-width-large-1-2 { width: 50%; }
.uk-width-large-1-3 { width: 33.3333%; }
.uk-width-large-2-5 { width: 40%; }
.uk-width-large-3-5 { width: 60%; }
.uk-width-large-1-1 { width: 100%; }

/* Medium breakpoint */
@media (max-width: 992px) {
    .uk-width-large-1-2,
    .uk-width-large-1-3,
    .uk-width-large-2-5,
    .uk-width-large-3-5 {
        width: 100%;
    }
}

/* ======= Flex Helpers ======= */
.uk-flex {
    display: flex;
    align-items: center;
}

.uk-flex-middle { align-items: center; }
.uk-flex-center { justify-content: center; }
.uk-flex-space-between { justify-content: space-between; }

/* ======= List Reset ======= */
.uk-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ======= Alerts ======= */
.uk-alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.uk-alert-danger {
    background-color: #ffe5e5;
    border: 1px solid #ffcccc;
    color: #b30000;
}

/* ======= Buttons / Forms ======= */
.input-text {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 15px;
    margin-bottom: 10px;
}

.input-text:focus {
    border-color: #0056b3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.2);
}

.cart-checkout {
    display: inline-block;
    padding: 10px 25px;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.cart-checkout:hover {
    background-color: #004099;
}

/* ======= Misc Helpers ======= */
.mr10 { margin-right: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.heading-1 span {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid #0056b3;
    padding-bottom: 5px;
}

.panel-cart {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 20px;
}

.panel-head {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.panel-body { padding-top: 10px; }

.cart-heading span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.panel-cart .panel-body{
    font-size:13px;
}

.panel-cart .panel-foot a{
    font-size:14px;
}

.img-responsive img {display: block;width: 100%;height: auto;}
.img-fit { position: relative; display: block; text-align: center}
.img-fit > img { max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%)}
.img-cover {display: block;width: 100%;height: 100%}
.img-cover img {display: block;width: 100%;height: 100%;object-fit: cover}
.img-fit-fill {display: block;width: 100%;height: 100%}
.img-fit-fill img {display: block;width: inherit;height: inherit;object-fit: fill}
.img-contain {display: block;width: 100%;height: 100%}
.img-contain img {display: block;width: 100%;height: 100%;object-fit: contain}
.img-scaledown {display: block;width: 100%;height: 100%}
.img-scaledown img {display: block;width: 100%;height: 100%;object-fit: scale-down}


/* 🌟 Container */
.order-success-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

/* 💎 Card */
.order-success-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    max-width: 750px;
    width: 100%;
    text-align: center;
    animation: fadeIn 0.8s ease-in-out;
}

/* ✅ Icon */
.success-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.check-icon {
    width: 80px;
    height: 80px;
    animation: bounceIn 1s ease;
}

/* 🏷️ Title & message */
.success-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
}
.success-message {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

/* 📋 Order info */
.order-info {
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}
.order-info h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.order-info ul {
    list-style: none;
    padding: 0;
}
.order-info li {
    margin-bottom: 6px;
    color: #555;
    font-size: 15px;
}
.order-info .total {
    color: #E53935;
    font-weight: bold;
}
.order-info .status {
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
}
.status.pending {
    background: #FFF3CD;
    color: #856404;
}

/* 🛍️ Product table */
.order-products {
    margin-top: 25px;
}
.order-products h2 {
    text-align: left;
    color: #333;
    margin-bottom: 10px;
}
.order-products table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.order-products th, .order-products td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}
.order-products th {
    background-color: #f6f6f6;
    color: #333;
    text-align: left;
}
.order-products td:last-child,
.order-products th:last-child {
    text-align: right;
}

/* 🔙 Button */
.back-to-home {
    margin-top: 35px;
}
.back-to-home a {
    background: #fbc02d;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.back-to-home a:hover {
    background: #f9a825;
}

/* ✨ Animation */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
}
@keyframes bounceIn {
    0% {transform: scale(0.3); opacity: 0;}
    50% {transform: scale(1.1); opacity: 1;}
    70% {transform: scale(0.9);}
    100% {transform: scale(1);}
}

.table-of-contents {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin: 20px 0;
    transition: all 0.3s ease;
}

.table-of-contents h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-of-contents button#toggle-toc {
    background: none;
    border: none;
    font-size: 0.9rem;
    color: #2563eb;
    cursor: pointer;
    transition: color 0.2s;
}
.table-of-contents button#toggle-toc:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.table-of-contents ul {
    margin: 0;
    padding-left: 1rem;
    list-style-type: none;
    list-style: none;
}

.table-of-contents li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px;
    list-style: none;
}

.table-of-contents li::before {
    content: "";
    color: #2563eb;
    position: absolute;
    left: 0;
    font-size: 1rem;
}

.table-of-contents a {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s, text-decoration 0.2s;
}

.table-of-contents a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.table-of-contents li.level-3 a {
    font-weight: 500;
}

.table-of-contents li.level-4 {
    margin-left: 1rem;
    font-size: 0.9rem;
}

.table-of-contents li.level-4 a {
    color: #374151;
}
.table-of-contents li.level-4 a:hover {
    color: #111827;
}

/* Hiệu ứng ẩn/hiện */
#toc-list {
    transition: all 0.3s ease-in-out;
}



/** BACKEND */
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.box .ibox {
    box-shadow: 0 2px 4px #0000001a;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
    margin-bottom:0;
    
}
.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    clear:both;
}

.click-to-upload {
    text-align: center;
    padding: 20px;
    border: 1px dashed #b8b2b2;
}

.sortui {
    list-style: none;
    padding-left: 0;
}

.sortui .ui-state-default .thumb {
    border: 1px solid #ddd;
    height: 150px;
    background: #fafbfc;
}
.sortui .thumb {
    position: relative;
}
.img-scaledown img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.sortui .variant-delete-image, .sortui .delete-image {
    position: absolute;
    background: linear-gradient(to bottom, #fff, #f9fafb);
    color: red;
    right: 10px;
    top: 10px;
    border: 0;
    box-shadow: #63636333 0 2px 8px;
    display: inline-block;
    width: 25px;
    height: 25px;
}


.sortui .ui-state-default {
    width: calc(20% - 2px);
    float: left;
    padding-left: 10px;
    margin: 0 0 10px;
    cursor: move;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    line-height: 15px;
    font-weight: 700;
    color: #676a6c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.hidden{
    display: none;
}

.product-gallery .swiper-container{
    overflow: hidden;
}

.product-gallery .big-pic .image {
    height: auto !important;
}

.swiper-container-thumbs .image {
    border: 1px solid #DDE4F0;
    border-radius: 4px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 108px;
    cursor: pointer;
    height: 68px !important;
}
.swiper-container-thumbs{
    overflow: hidden;
}
.product-gallery .swiper-pagination{
    display: none;
}

.map-item .office-name{
    font-weight: bold;
    color: #002ab0;
    margin-bottom:25px;
    text-transform: uppercase;
    margin-top:30px;
}

.map-item p{
    margin-bottom:10px;
    color: #002ab0;
}

.map-container iframe{
    width:100% !important;
    height:500px !important;
}

figure {
    display: block;
    margin: 20px auto;
    text-align: center;
    max-width: 80%;
    background: #eaeaea;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
    transition: all 0.3s ease;
}

figure:hover {
    background: #fff;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

figure img {
    display: block;
    max-width: 100%;
    height: auto;
    width:100%;
    border-bottom: 1px solid #eee;
}

figure figcaption {
    padding: 10px 15px;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #666;
    background: #f9f9f9;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #eee;
}

figure figcaption::before {
    content: "🖼️ ";
    opacity: 0.7;
    font-size: 0.9em;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 30px 0;
}

.social-icons a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #999;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-decoration: none;
    opacity: 1;
}

.social-icons a svg {
    width: 18px;
    height: 18px;
}

/* 🌈 Màu thương hiệu */
.social-icons a.facebook  { background-color: #3b5998; }
.social-icons a.twitter   { background-color: #1da1f2; }
.social-icons a.pinterest { background-color: #bd081c; }
.social-icons a.linkedin  { background-color: #0077b5; }
.social-icons a.tumblr    { background-color: #35465c; }

/* ✨ Hiệu ứng hover */
.social-icons a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    opacity: 0.9;
}

/* 💫 Hiệu ứng khi click */
.social-icons a:active {
    transform: scale(0.95);
}

.wrapper-content{
    padding: 50px 30px;
}

.wrapper-content .panel-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.mb15{
    margin-bottom:15px;
}

.price-old{
    font-weight: normal;
    text-decoration: line-through;
    color:#999;
    font-size:14px;
    margin-left:20px;
}

.product-detail-left{
    position: relative;
}

.product-detail-left .percent{
   width: 40px;
    height: 40px;
    background: url(https://dienmayphusy.com/wp-content/uploads/2024/03/bg-sale.png) 0 0 / 100% no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.8;
}

.ml15{
    margin-left:20px;
}

#content{
    position: relative;
}

.table-of-contents {
    transition: all 0.3s ease;
}

/* Nút 3 gạch nhỏ */
.toc-toggle-btn{
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background: #002ab0;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 1.3rem;
    display: none;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.toc-toggle-btn:hover {
    opacity: 1;
}

/* TOC Sidebar */
.toc-sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transition: right 0.3s ease;
    padding:10px;
    background: #eaeaea;
    z-index: 10000;
}
.toc-sidebar.open {
    right: 0;
}

/* Ẩn nút khi chưa scroll qua TOC */
.hidden {
    display: none !important;
}

.toc-sidebar .table-of-contents{
    background: transparent !important;
    box-shadow: none !important;
    padding:0 !important;
    border:0 !important;
}

.toc-sidebar .toc-list{
    padding:0;
}

@media (max-width: 500px){
    .toc-toggle-btn{
        display: block !important;
        right:0 !important;
        opacity: 0.5;
        background: #eaeaea;
        color:#000000;
    }
}