.page-title-13 {
    padding: 26px 0 21px 0;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), #222;
}
.page-title-13 .title-heading tuan-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumb-light .breadcrumb-item a,
.breadcrumb-light .breadcrumb-item.active {
    color: #fff;
    font-size: 1rem;
}
.tuan-title{
    line-height: 30px;
    color: white;
    font-size: 20px !important;
    text-transform: uppercase !important;
}
/* Blog grid */
.blog-grid-5 .blog-entry {
    padding: 20px 20px 0px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
    overflow: hidden;
}
.blog-grid-5 .blog-entry:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.blog-grid-5 .entry-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s;
}
.blog-grid-5 .blog-entry:hover .entry-img img {
    transform: scale(1.05);
}
.blog-grid-5 .entry-title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0 10px 0;
}
.blog-grid-5 .entry-bio {
    color: #444;
    font-size: 1rem;
    min-height: 60px;
}
.blog-grid-5 .entry-more .btn {
    margin-top: 10px;
    border-radius: 20px;
    padding: 6px 22px;
    font-size: 1rem;
    border: 1px solid #222;
    color: #222;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}
.blog-grid-5 .entry-more .btn:hover {
    background: #222;
    color: #fff;
}

/* Album gallery */
.projects-gallery .project-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    margin-bottom: 30px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.projects-gallery .project-panel:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.projects-gallery .project-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s;
}
.projects-gallery .project-panel:hover .project-img img {
    transform: scale(1.05);
}

.projects-gallery .project-panel:hover .project-hover {
    opacity: 1;
}
.projects-gallery .project-action i {
    font-size: 2rem;
    color: #fff;
    background: #222;
    border-radius: 50%;
    padding: 12px;
    transition: background 0.2s;
}
.projects-gallery .project-action i:hover {
    background: #f39c12;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-grid-5 .entry-img img,
    .projects-gallery .project-img img {
        height: 180px;
    }
}
@media (max-width: 767px) {
    .blog-grid-5 .entry-img img,
    .projects-gallery .project-img img {
        height: 140px;
    }
    .page-title-13 {
        padding: 30px 0 20px 0;
    }
}
  .blog-entry {
      /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.651), 0 1.5px 4px rgba(0,0,0,0.08); */
      /* border-radius: 8px; */
      transition: box-shadow 0.3s;
   }
   .blog-entry:hover {
      /* box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 3px 8px rgba(0,0,0,0.12); */
   }

   .sidebar-1-duan {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10), 0 1.5px 4px rgba(0,0,0,0.08);
    padding: 24px 18px;
    margin-bottom: 30px;
}
.sidebar-1-duan .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1a202c;
    border-left: 4px solid #c12026;
    padding-left: 10px;
}
.sidebar-1-duan .list-unstyled {
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar-1-duan li {
    margin-bottom: 12px;
}
.sidebar-1-duan li:last-child {
    margin-bottom: 0;
}
.sidebar-1-duan a {
    color: #c12026;
    text-decoration: none;
    transition:
        color 0.4s cubic-bezier(.4,0,.2,1),
        background 1s cubic-bezier(.4,0,.2,1),
        box-shadow 0.4s cubic-bezier(.4,0,.2,1);
    display: block;
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(193,32,38,0);
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
.sidebar-1-duan a:hover {
    color: #fff;
    background: linear-gradient(90deg, #c12026 0%, #e74c3c 100%);
    box-shadow: 0 4px 16px rgba(193,32,38,0.15);
}
.sidebar-blog {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(17, 46, 59, 0.5), 0 1.5px 4px rgba(0, 0, 0, 0.466); /* Đổ bóng đỏ nhẹ */
    padding: 24px 18px 18px 18px;
    margin-bottom: 30px;
}
.widget {
    margin-bottom: 32px;
}
.widget-title h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #c12026; /* Đổi màu chữ tiêu đề thành đỏ */
    border-left: 4px solid #c12026; /* Viền trái đỏ */
    padding-left: 10px;
}
.sidebar-blog.sticky-top {
    top: 130px !important;    /* Điều chỉnh theo chiều cao menu thực tế */
    z-index: 10;             /* Nhỏ hơn header */
}
.widget-categories ul {
    padding-left: 0;
    margin-bottom: 0;
}
.widget-categories li {
    margin-bottom: 10px;
}
.widget-categories a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
    padding: 6px 0 6px 8px;
    display: block;
    border-radius: 6px;
}
.widget-categories a:hover {
    color: #1976d2;
    background: #f1f7ff;
}
.widget-recent-posts .post {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.widget-recent-posts .post:last-child {
    border-bottom: none;
}
.widget-recent-posts .post-img img {
    border-radius: 6px;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.widget-recent-posts .post-title a {
    color: #1976d2;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}
.widget-recent-posts .post-title a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .sidebar-blog {
        margin-top: 30px;
        padding: 16px 10px;
    }
}
.related-list .list-group-item {
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    transition: background 0.2s;
}
.related-list .list-group-item:last-child {
    border-bottom: none;
}
.related-list img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.related-list a {
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}
.related-list a:hover {
    color: #007bff;
    background: #f5f5f5;
}
.product-grid-item-lm {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 16px 10px 10px 10px;
    transition: box-shadow 0.2s, transform 0.2s;
    /* min-height: 340px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-grid-item-lm:hover {
    box-shadow: 0 6px 24px rgba(211,47,47,0.15);
    transform: translateY(-4px) scale(1.02);
}

/* Ảnh sản phẩm */
.product-grid-item-lm img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    max-height: 180px;
    margin-bottom: 10px;
}

/* Tiêu đề sản phẩm */
.product-grid-item-lm .product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #d32f2f;
    margin-bottom: 6px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Giá sản phẩm */
.product-grid-item-lm .product-price {
    color: #222;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 4px;
}
.product-grid-item-lm .product-price .old-price {
    color: #aaa;
    text-decoration: line-through;
    margin-left: 8px;
    font-size: 0.95rem;
}

/* Filter sidebar */
.sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 18px 12px;
    margin-bottom: 24px;
}
.filter-item--check-box label {
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    transition: color 0.2s;
}
.filter-item--check-box input:checked + i,
.filter-item--check-box input:checked ~ span {
    color: #d32f2f;
    font-weight: 600;
}
.filter-item--check-box span {
    border-radius: 6px;
    background: #fff6f6;
    border: 1px solid #ffd6d6;
    color: #d32f2f;
    padding: 2px 10px;
    margin-left: 6px;
    transition: background 0.2s, color 0.2s;
}
.filter-item--check-box input:checked ~ span {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

/* Bộ lọc giá */
.filter-price ul {
    padding-left: 0;
}
.filter-price li {
    margin-bottom: 8px;
}

/* Danh mục chính */
.restaurant-rood-list .nav-link {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(211,47,47,0.08);
    color: #d32f2f;
    font-weight: 500;
    margin-bottom: 10px;
    transition: background 0.2s, color 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
}
.restaurant-rood-list .nav-link.active,
.restaurant-rood-list .nav-link:hover {
    background: #d32f2f;
    color: #fff;
}
.restaurant-rood-list .nav-link img {
    margin-bottom: 6px;
    border-radius: 6px;
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.restaurant-rood-list .title {
    font-size: 0.98rem;
    font-weight: 500;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .sidebar {
        margin-bottom: 16px;
        padding: 10px 6px;
    }
    .product-grid-item-lm {
        min-height: 280px;
        padding: 10px 4px 8px 4px;
    }
}
.discount-badge {
    position: absolute;
    top: 10px;
    font-size: 13px !important;
    left: 10px;
    background: #d32f2f;
    color: #fff;
    /* font-weight: bold; */
    font-size: 1rem;
    padding: 6px 12px 6px 10px;
    border-radius: 8px 0 8px 0;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(211,47,47,0.12);
    letter-spacing: 1px;
    min-width: 38px;
    text-align: center;
    line-height: 1;
}
.product-thumbnail {
    position: relative;
}
.price-box {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.price-box .price {
    color: #d32f2f;
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px;
}
.price-box .compare-price {
    color: #888;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 0;
    font-weight: 400;
    opacity: 0.85;
}
.price-box .price,
.price-box .compare-price {
    line-height: 1.2;
}
.thumbnail-item.active {
    border: 2px solid #ff4444 !important;
    box-shadow: 0 2px 8px rgba(255,68,68,0.15);
    transform: scale(1.08);
}
.ajax-search-result-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 400px; /* hoặc 100%, hoặc max-width tuỳ ý */
    min-width: 320px;
    max-width: 500px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
    margin-left: 0; /* căn sát nút search */
}

/* Responsive cho mobile */
@media (max-width: 576px) {
    .ajax-search-result-container {
        width: 95vw;
        min-width: 0;
        left: 0;
        right: 0;
        max-width: none;
    }
}

.search-results-wrapper {
    padding: 10px;
}

.search-result-item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-info {
    flex: 1;
}

.search-result-name {
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-result-price {
    color: #c12026;
    font-weight: bold;
}

.search-result-price del {
    color: #999;
    font-weight: normal;
    margin-left: 5px;
}

.search-view-all {
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
}

.search-view-all a {
    color: #c12026;
    font-weight: bold;
}

.search-loading {
    text-align: center;
    padding: 20px;
}

.loader-ellips {
    display: flex;
    justify-content: center;
}

.loader-ellips__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: #c12026;
    animation: loader-ellips 0.6s infinite alternate;
}

.loader-ellips__dot:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-ellips__dot:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-ellips__dot:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes loader-ellips {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* CSS nâng cao cho khung tìm kiếm Ajax */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
}

.ajax-search-result-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 400px; /* hoặc 100%, hoặc max-width tuỳ ý */
    min-width: 320px;
    max-width: 500px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}

.ajax-search-result-container::-webkit-scrollbar {
    width: 6px;
}

.ajax-search-result-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 0 10px 0;
}

.ajax-search-result-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.ajax-search-result-container::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.search-results-wrapper {
    padding: 15px;
}

.search-result-item {
    display: flex;
    padding: 0px;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 8px;
}

.search-result-item:hover {
    background-color: #f9f9f9;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-result-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.search-result-image {
    width: 70px;
    height: 70px;
    min-width: 40px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #eee;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-item:hover .search-result-image img {
    transform: scale(1.05);
}

.search-result-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-result-name {
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
}

.search-result-name a {
    color: #333 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.search-result-name a:hover {
    color: #c12026;
}

.search-result-price {
    color: #c12026;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.search-result-price del {
    color: #999;
    font-weight: normal;
    margin-left: 8px;
    font-size: 13px;
}

.search-view-all {
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.search-view-all a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    background: #c12026;
    border-radius: 30px;
    transition: all 0.2s ease;
    font-size: 14px;
}

.search-view-all a:hover {
    background: #a51a1f;
    box-shadow: 0 2px 10px rgba(193, 32, 38, 0.3);
    transform: translateY(-2px);
}

.search-loading {
    text-align: center;
    padding: 20px;
}

.loader-ellips {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.loader-ellips__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #c12026;
    animation: loaderEllipsis 0.6s infinite alternate;
}

.loader-ellips__dot:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-ellips__dot:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-ellips__dot:nth-child(4) {
    animation-delay: 0.3s;
}

.search-result-meta {
    display: flex;
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}

.search-result-category {
    margin-right: 10px;
    background-color: #f0f0f0;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.search-no-result {
    padding: 25px 15px;
    text-align: center;
    color: #666;
}

.search-no-result svg {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    color: #c1c1c1;
}

.search-no-result-text {
    font-size: 15px;
    font-weight: 500;
}

.search-no-result-hint {
    font-size: 13px;
    margin-top: 5px;
    color: #888;
}

@keyframes searchDropdown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes loaderEllipsis {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Style cho input tìm kiếm khi active */
#ajax-search-input:focus {
    box-shadow: 0 0 0 2px rgba(193, 32, 38, 0.2);
    border-color: #c12026;
}

/* Đảm bảo z-index đúng */
#search-header {
    position: relative;
    z-index: 1001;
}
.ajax-search-result-container {
    position: absolute;
    width: 157%;
    top: 100%;
    left: -57%;
    right: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001; /* tăng z-index lên cao hơn overlay */
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}
.search-overlay {
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* nhỏ hơn ajax-search-result-container */
}
/* Box-shadow cho sidebar */
.sidebar-1-duan .widget-categories {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 35%);
    padding: 24px 18px 18px 18px;
    margin-bottom: 30px;
}

/* Style cho danh sách dự án khác */
.sidebar-1-duan .widget-categories ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.ajax-search-result-container {
    top: 84px;
    left: -307px;
    right: 0;
    
   
    /* ...các thuộc tính khác... */
}
.sidebar-1-duan .widget-categories li {
    margin-bottom: 14px;
}

.sidebar-1-duan .widget-categories li:last-child {
    margin-bottom: 0;
}

.sidebar-1-duan .widget-categories a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 15px;
    padding: 7px 10px;
    border-radius: 7px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.sidebar-1-duan .widget-categories a:hover,
.sidebar-1-duan .widget-categories a.active {
    background: #fbeaec;
    color: #c12026;
}

.sidebar-project-thumb {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.418);
    flex-shrink: 0;
    background: #f3f3f3;
}
.sidebar-1-duan.sticky-top {
    position: sticky;
    top: 110px; /* Điều chỉnh theo chiều cao header của bạn */
    z-index: 10;
}
.list-unstyled li{
    margin-bottom: 12px;
}
#blog img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#fixx img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#tuan-page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#set-img img {
    
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.contact-fixed-buttons {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fix-video iframe{
    width: 100% !important;
    height: 100%;
    border-radius: 12px;
}
.contact-fixed-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.2s;
    text-decoration: none;
}
.contact-fixed-buttons a:hover {
    transform: scale(1.1);
}
.contact-fixed-buttons .zalo-btn img {
    width: 32px;
    height: 32px;
}
.contact-fixed-buttons .fb-btn {
    color: #1877f3;
    font-size: 32px;
}
.phone-ring {
    position: relative;
    animation: ring 1.2s infinite;
}
.phone-ring::before, .phone-ring::after {
    content: '';
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #d35625;
    opacity: 0.6;
    pointer-events: none;
}
.phone-ring::before {
    width: 54px; height: 54px;
    animation: ring-pulse 1.2s infinite;
}
.phone-ring::after {
    width: 70px; height: 70px;
    animation: ring-pulse 1.2s infinite 0.4s;
}
@keyframes ring {
    0% { transform: scale(1) rotate(0deg);}
    10% { transform: scale(1.1) rotate(-5deg);}
    20% { transform: scale(1.1) rotate(5deg);}
    30% { transform: scale(1.1) rotate(-3deg);}
    40% { transform: scale(1.1) rotate(3deg);}
    50% { transform: scale(1.1) rotate(0deg);}
    100% { transform: scale(1) rotate(0deg);}
}
@keyframes ring-pulse {
    0% { opacity: 0.6; transform: translate(-50%, -50%) scale(0.8);}
    80% { opacity: 0; transform: translate(-50%, -50%) scale(1.5);}
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.5);}
}
@media screen and (max-width: 500px) {
    .header-logo1{
    margin-left: 0px !important;
}
.gt-footer-logo img{
   margin-left: 0px !important; 
}
   .contact-fixed-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px  !important;
    height: 40px !important;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.2s;
    text-decoration: none;
}
 .ajax-search-result-container {
    position: absolute;
    width: 150%;
    top: 100%;
    left: -50%;
    /* right: 10px; */
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}
.contact-fixed-buttons .fb-btn {
    color: #1877f3;
    font-size: 23px;
}
.contact-fixed-buttons .zalo-btn img {
    width: 28px;
    height: 28px;
}
.gt-back-to-top{
    height: 40px;
    width: 40px;
}
.font-size-mobile{
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}
.gt-news-card-items .gt-news-content .gt-date-list {
  display: flex;
  font-size: 13px !important;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.font-size-chu{
    font-size: 13px !important;
}
.nameservice{
    font-size: 18px !important;
    font-weight: bold;
    color: #c12026;
}
.gt-shop-card-items .gt-shop-content {
  padding: 7px 12px;
  padding-top: 0px;
}
.h3-mobile{
    padding: 0px;
    font-size: 20px;
    font-weight: 800;
    line-height: 109%;
}
.gt-theme-btn .gt-text-btn {
  font-size: 11px !important;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.5px;
  background-color: var(--gt-theme);
  line-height: 1 !important;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 700ms ease;
  text-transform: uppercase;
  z-index: 99;
}
    .section-padding {
        padding: 30px 0  !important;
    }
    .giatien{
        font-size: 18px !important;
    }
    .chieucaosp{
    height: auto !important;
}
.gt-text-2{
    font-size: 11px !important;
    line-height: 1 !important;
}
.danhgiares{
    font-size: 14px !important;
    /* line-height: 0px !important; */
    padding-bottom: 0px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.mautrang p{
    font-size: 18px !important;
    line-height: 33px !important;
}
.gt-product-slider .swiper-slide{
margin-top: 0px !important;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .opening-hours-list .opening-list li {
  font-size: 14px;
  color: var(--gt-white);
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 0;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
  margin-left: 10px;
}
.price-box {
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
h1{
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
h2{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
h3{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;}

h4{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    /* margin-bottom: 10px !important; */
}
h5{
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}
li{
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
}
strong{
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
}

p{
    font-size: 18px !important;
    line-height: 1.6 !important;
}
#tuan-page img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
span{
    font-size: 14px !important;
    line-height: 1.6 !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 12px;
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
#productTabsContent img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#productTabsContent{
    padding: 5px !important;
}
.anhn img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.anhn{
    padding: 5px !important;
}
.ttblog{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.tuan-date{
    font-weight: 300 !important;
}

#set-img {
    padding: 5px !important;
}
.btn-add-cart{
      background: #ff4444;
   color: white;
   border: none;
   padding: 10px 25px;
   border-radius: 6px;
   font-weight: 600;
   font-size: 14px;
   cursor: pointer;
   flex: 1;
   transition: all 0.3s ease;
}

#description-tab{
font-size: 14px !important;
 /* font-weight: 700 !important; */
}
}
.chieucaosp{
    height: 54px;
}

@media screen and (max-width: 1433px) {

.search-result-name {
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.4;
}
.header-logo1{
    margin-left: 0px !important;
}
.gt-footer-logo img{
   margin-left: 25px !important; 
}
.search-result-price {
    color: #c12026;
    font-weight: 700;
    font-size: 10px;
    display: flex
;
    align-items: center;
    margin-top: 5px;
}
    
}
#set-img img {
 margin-top: 10px !important;
 margin-bottom: 10px !important;
}
.anhn img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#productTabsContent img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#tuan-page img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
@media screen and (max-width: 350px) {
 .ajax-search-result-container {
    position: absolute;
    width: 200%;
    top: 100%;
    left: -100%;
    /* right: 10px; */
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}
}
@media screen and (max-width: 280px) {
 .ajax-search-result-container {
    position: absolute;
    width: 300%;
    top: 100%;
    left: -200%;
    /* right: 10px; */
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    max-height: 80vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: searchDropdown 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}
}
.post-content{
    margin-left: 10px;
}

.menutren
 {  display: none;
    width: 100%;
    height: 30px;
    background: #c12026;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    position: relative;
     clip-path: polygon(0 0, 30px 100%, calc(100% - 30px) 100%, 100% 0);
    margin: 0 auto;
    letter-spacing: 1px;
}
.menuduoi{
    background-color: #c12026;
    padding: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px !important;

}
.timkiemmb{
    margin-left: 10px;
}
#menumb{
    margin-right: 10px;
}
.gt-list-area1{
    font-size: 18px !important;
}