.site-map-nav {
    margin-top: 20px;
}
.site-map-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.site-map-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 0;
}
.site-map-link {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}
.site-map-link:hover {
    color: #ffffff;
}
.site-map-item i {
    margin-right: 5px;
    font-size: 16px;
}
.site-map-item .separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}
.site-map-item.current {
    color: #ffffff;
    font-weight: 500;
}
.site-map-item span {
    font-size: 14px;
}
@media (max-width: 768px) {
    .site-map-list {
        justify-content: flex-start;
    }
    .site-map-item {
        margin: 3px 0;
    }
}
.product-gallery {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    padding: 10px;
}
.gallery-container {
    display: flex;
    gap: 20px;
}
.productSwiper {
    width: calc(100% - 100px);
    height: 320px;
}
.productThumbs {
    width: 80px;
    height: 320px;
    box-sizing: border-box;
    padding: 0;
}
.productThumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
}
.productThumbs .swiper-slide {
    width: 80px !important;
    height: 45px !important;
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.productThumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #0d6efd;
}
.productThumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.modalSwiper {
    width: 100%;
    height: 70vh;
}
.modalSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-zoom-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0d6efd;
}
@media (max-width: 768px) {
    .productSwiper {
        width: 100%;
        height: 240px;
    }
    .productThumbs {
        display: none;
    }
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}
.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}
.breadcrumb-item a:hover {
    color: #0d6efd;
}
.breadcrumb-item.active {
    color: #0d6efd;
}
.page-header {
    margin-bottom: 20px;
}
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
table th,
table td {
    padding: 8px 12px;
    border: 1px solid #e4e7ea;
    vertical-align: middle;
    line-height: 1.4;
}
table thead th {
    background: linear-gradient(to bottom, #0E8FAB, #0c7c94);
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #0c7c94;
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 12px;
}
table tbody tr:nth-child(even) {
    background-color: #f8fafb;
}
table tbody tr:hover {
    background-color: #f0f6f8;
}
table tbody td {
    color: #444;
}
table td[align="left"] {
    text-align: left;
}
table td[align="center"] {
    text-align: center;
}
table td[align="right"] {
    text-align: right;
}
table td:matches([data-type="number"]),
table td:matches([data-type="currency"]) {
    text-align: right;
}
.table-sm th,
.table-sm td {
    padding: 6px 8px;
    font-size: 13px;
}
table p {
    margin: 0;
    line-height: 1.4;
}
table ul,
table ol {
    margin: 0;
    padding-left: 16px;
}
table li {
    margin: 2px 0;
}
table strong,
table b {
    color: #0E8FAB;
    font-weight: 600;
}
table a {
    color: #0E8FAB;
    text-decoration: none;
    transition: color 0.2s;
}
table a:hover {
    color: #0c7c94;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        margin: 0 -15px;
        padding: 0 15px;
        border: none;
    }
    .table-responsive table {
        font-size: 13px;
    }
    .table-responsive th,
    .table-responsive td {
        padding: 6px 8px;
        min-width: 100px;
    }
    .table-responsive thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        font-size: 12px;
    }
}
.table-container {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    background: #fff;
}
.table-scroll-hint {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 40px;
    background: rgba(14, 143, 171, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(2px);
}
.table-scroll-hint:hover {
    background: rgba(14, 143, 171, 0.25);
    width: 28px;
}
.table-scroll-hint i {
    color: #0E8FAB;
    font-size: 16px;
    transition: transform 0.2s;
}
.table-scroll-hint:hover i {
    transform: scale(1.2);
}
table img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
.inquiry-btn {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.inquiry-btn .glyphicon {
    margin-right: 5px;
}
.required:after {
    content: " *";
    color: #f00;
}
.help-block {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
.modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}
.modal-backdrop {
    display: none;
}
.modal-dialog {
    margin: 30px auto;
    z-index: 1051;
}
.swal2-container {
    z-index: 2000 !important;
}
.swal2-popup {
    z-index: 2001 !important;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open {
    overflow: hidden;
}
.modal-content {
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-body {
    padding: 20px 15px;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
}
.captcha-input {
    max-width: 150px;
}
.captcha-image {
    height: 38px;
    cursor: pointer;
} 