.section1 .section-bg.bg-loaded {
  background-color: transparent !important;
  --background-overlay: '';
  background-image:linear-gradient(90deg, #373e33de 0%, #3e443b0f 100%), url(https://charmp.khesamedia.vn/wp-content/uploads/2025/12/le-tan-3-scaled.webp) !important
}

.section1 .slider-border {
  border-radius: 400px 400px 0 0;
  overflow: hidden;
  border: 1px solid #000;
}


.section2 .section-bg.bg-loaded {
  url(http://charmp.khesamedia.vn/wp-content/uploads/2025/12/banner-scaled.jpg) !important;
	--background-overlay: '' !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: 600px auto !important;
}

.section2 .img-border {
  border-radius: 400px 400px 0 0;
  overflow: hidden;
  border: 1px solid #000;
}
.section2 .img-border2 {
  border-radius: 0px 400px 400px 0;
  overflow: hidden;
  border: 1px solid #000;
}
.spa-divider {
    width: 100%;
    height: 0.5px;
    background-color: rgba(0,0,0,2); /* màu line mảnh */
    margin: 40px 0; /* khoảng cách trên dưới */
}

@media (max-width: 768px) {
    .spa-divider {
        margin: 30px 0;
    }
}
.counter-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 30px 20px;
            opacity: 0;
            animation: fadeInUp 0.6s ease-out 0.8s forwards;
        }

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

        .counter-box {
            margin-bottom: 15px;
        }

        .counter-number-wrapper h4 {
            font-size: 48px;
            font-weight: 700;
            color: #333;
            margin: 0;
            line-height: 1.2;
        }

        .counter-number {
            font-family: Arial, sans-serif;
        }

        .counter-suffix {
            margin-left: 2px;
        }

        .counter-title {
            font-size: 18px;
            font-weight: 600;
            color: #666;
            margin: 0;
            line-height: 1.4;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .counter-number-wrapper h4 {
                font-size: 36px;
            }
            
            .counter-title {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .counter-number-wrapper h4 {
                font-size: 32px;
            }
            
            .counter-title {
                font-size: 14px;
            }
        }

/* section3 */
.section3 .section-bg.bg-loaded {
  url(https://charmp.khesamedia.vn/wp-content/uploads/2025/11/flo-5.png) !important;
	--background-overlay: '' !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: 600px auto !important;
}

/* Progress */
 .progress-section {
            padding: 60px 40px;
            max-width: 1000px;
            margin: 0 auto;
            opacity: 0;
            animation: fadeIn 0.6s ease-out 0.25s forwards;
        }

        .progress-item {
            margin-bottom: 50px;
        }

        .progress-item h5 {
            font-size: 16px;
            font-weight: 400;
            color: #6b6b6b;
            margin-bottom: 12px;
            line-height: 1.5;
            font-family: 'Georgia', serif;
        }

        .progress-bar-wrapper {
            background: rgba(255, 255, 255, 0.6);
            border-radius: 30px;
            height: 45px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .progress-bar {
            background: linear-gradient(135deg, #c9a87c 0%, #b89968 100%);
            height: 100%;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 20px;
            transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
            width: 0;
        }

        .progress-bar.animate {
            width: var(--progress-width);
        }

        .progress-text {
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            font-family: Arial, sans-serif;
            letter-spacing: 0.3px;
        }

        .progress-percentage {
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            font-family: Arial, sans-serif;
        }

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

        /* Responsive */
        @media (max-width: 768px) {
            .progress-section {
                padding: 40px 20px;
            }

            .progress-item {
                margin-bottom: 40px;
            }

            .progress-item h5 {
                font-size: 20px;
            }

            .progress-bar-wrapper {
                height: 55px;
            }

            .progress-bar {
                padding: 0 25px;
            }

            .progress-text,
            .progress-percentage {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .progress-item h5 {
                font-size: 18px;
            }

            .progress-bar-wrapper {
                height: 50px;
            }

            .progress-bar {
                padding: 0 20px;
            }

            .progress-text,
            .progress-percentage {
                font-size: 14px;
            }
        }

/* Section4 */
.section4 .section-bg.bg-loaded {
  url(https://charmp.khesamedia.vn/wp-content/uploads/2025/11/flo-5.png) !important;
	--background-overlay: '' !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: 600px auto !important;
}
.section4 .img-border3 {
  border-radius: 0 300px 0 0;
  overflow: hidden;
  border: 1px solid #000;
}
.section4 .img-border4 {
  border-radius: 0 0px 300px 0;
  overflow: hidden;
  border: 1px solid #000;
}
.section4 .img-border7 {
  border-radius: 300px 300px 300px 300px;
  overflow: hidden;
  border: 1px solid #000;
}

/* section 5 */
.section5 .section-bg.bg-loaded {
    --background-overlay: '';
    background-position: top right !important;
    background-repeat: no-repeat!important;
    background-size: 700px auto !important;
}

.section5 .slider-border {
  border-radius: 400px 400px 0 0;
  overflow: hidden;
  border: 1px solid #000;
}



    .icon-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
        }

        .icon-list-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .icon-list-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .icon-list-icon svg {
            width: 100%;
            height: 100%;
            fill: #c9a87c;
            transition: transform 0.3s ease;
        }

        .icon-list-item:hover .icon-list-icon svg {
            transform: scale(0.85);
        }

        .icon-list-text {
            font-size: 16px;
            color: #333;
            font-weight: 500;
            white-space: nowrap;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .icon-list {
                gap: 20px;
            }

            .icon-list-text {
                font-size: 14px;
            }

            .icon-list-icon {
                width: 18px;
                height: 18px;
            }
        }

        @media (max-width: 480px) {
            .icon-list {
                gap: 15px;
                flex-direction: column;
                align-items: flex-start;
            }

            .icon-list-text {
                font-size: 13px;
            }
        }

/* section6 */
.section6 .col-img {
   padding: 0 52px; /* giữ lại padding bạn đang dùng */
  position: relative;
  background-image: url('https://charmp.khesamedia.vn/uploads/2025/11/flo-5.png');
  background-repeat: no-repeat;
  background-position: right bottom; /* nằm phía dưới bên phải */
  background-size: 280px auto;
  padding-bottom: 24px;
}

.foooter {
  padding-top: 30px;
  padding-bottom: 24px;
}

footer .section-bg.bg-loaded {
  url(https://charmp.khesamedia.vn/wp-content/uploads/2025/11/flo-5.png) !important;
	--background-overlay: '' !important;
    background-position: left center!important;
    background-repeat: no-repeat !important;
    background-size: 600px auto !important;
}
.row2 {
  border-top: 1px solid #000; /* chỉnh màu tuỳ ý */
  margin-top: 25px;     /* tạo khoảng cách với row1 */
  padding-top: 25px;    /* đẩy nội dung row2 xuống một chút */
}

.dark .button,
.dark input[type=button],
.dark input[type=reset],
.dark input[type=submit] {
		
    color: #455040 !important;   
    border-color: #455040!important
}

.button .button:hover {
    color: #455040 !important;
    background-color: #d7c9cf !important;
}
/* Nút VIEW ALL kiểu outline mảnh */
.btn-view-all {
  background-color: transparent;
  color: #455040!important;
  border: 1px solid #455040!important;
  border-radius: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Hover: tô nền, chữ trắng */
.btn-view-all:hover {
  background-color: #455040!important;
  color: #fff !important;
  border-color: #455040;
}
.btn-discover-more {
  background-color: #e6f0e4;      /* nền sáng như demo */
  color: #455040;                 /* chữ xanh rêu */
  border: none;                   /* không viền hoặc tuỳ bạn */
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;                      /* khoảng cách icon – text */
}

/* Icon bên trái (nếu dùng <i> trong nút) */
.btn-discover-more i,
.btn-discover-more .btn-icon {
  font-size: 14px;
  line-height: 1;
}

/* Hover: hơi tối lại cho rõ */
.btn-discover-more:hover {
  background-color: #d3e3cf;
  color: #283126;
}

/* Giới thiệu0 */
.no-bottom-space > .col-inner,
.no-bottom-space.col-inner,
.row.no-bottom-space,
.row.no-bottom-space > .col > .col-inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* Footer */
/* form************* */
//contact form
/* Container chính của form */
/* Container chính của form */
.wpcf7 {
    max-width: 820px;
    margin: 0 auto;
    background: #ddd9cc!important;
    border: 1px solid #2a2a2a;
    padding: 60px!important;
}
.wpcf7 {
  padding-right: 80px !important;
  padding-left: 80px !important;
  padding-top:32px;
  padding-bottom: 12px;
  background: #ddd9cc !important;
}
/* Header form */
.wpcf7 .form-header {
    text-align: center;
    margin-bottom: 36px;
}

.wpcf7 .form-title {
    font-size: 24px;
    font-weight: 400;
    color: #5a5a52;
    margin: 0 0 16px 0;
    letter-spacing: 0.3px;
    font-family: Georgia, serif;
    line-height: 1.3;
}

.wpcf7 .form-description {
    font-size: 15px;
    line-height: 1.7;
    color: #6b6b60;
    max-width: 580px;
    margin: 0 auto;
}

/* Grid layout */
.wpcf7 .form-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 20px;
}

.wpcf7 .form-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 18px;
}

.wpcf7 .form-grid > p {
    margin: 0;
}

.wpcf7 .form-grid > p.span-2 {
    grid-column: 1 / -1;
}

/* Ẩn <br> tag thừa */
.wpcf7 .form-grid br {
    display: none;
}

/* Wrapper của control */
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Style cho tất cả input fields */
.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7-email,
.wpcf7 input.wpcf7-tel,
.wpcf7 input.wpcf7-url,
.wpcf7 input.wpcf7-date,
.wpcf7 select.wpcf7-select,
.wpcf7 textarea.wpcf7-textarea {
    width: 100%;
    border: 1px solid #2a2a2a;
    background: #ddd9cc;
    padding: 14px 16px;
    font-size: 14px;
    color: #4a4a42;
    outline: none;
    transition: border-color 0.25s ease;
    box-sizing: border-box;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #92907f;
    font-weight: 300;
}

/* Hover state */
.wpcf7 input.wpcf7-text:hover,
.wpcf7 input.wpcf7-email:hover,
.wpcf7 input.wpcf7-tel:hover,
.wpcf7 textarea.wpcf7-textarea:hover,
.wpcf7 select.wpcf7-select:hover {
    border-color: #1a1a1a;
}

/* Focus state */
.wpcf7 input.wpcf7-text:focus,
.wpcf7 input.wpcf7-email:focus,
.wpcf7 input.wpcf7-tel:focus,
.wpcf7 textarea.wpcf7-textarea:focus,
.wpcf7 select.wpcf7-select:focus {
    border-color: #000000;
}

/* Input height */
.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7-email,
.wpcf7 input.wpcf7-tel,
.wpcf7 input.wpcf7-url,
.wpcf7 input.wpcf7-date,
.wpcf7 select.wpcf7-select {
    height: 44px;
    min-height: 44px;
}

/* Textarea */
.wpcf7 textarea.wpcf7-textarea {
    min-height: 100px;
    resize: vertical;
    line-height: 1.7;
}

/* Select dropdown */
.wpcf7 select.wpcf7-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a5a52' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 36px;
}

/* Form actions */
.wpcf7 .form-actions {
    margin-top: 20px;
}

.wpcf7 .form-actions > p {
    margin: 0;
}

.wpcf7 .form-actions br {
    display: none;
}

/* Submit button */
.wpcf7 input.wpcf7-submit {
    width: 100%;
    padding: 15px 32px;
    background: #4a5240!important;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    height: auto;
    line-height: 1.4;
}

.wpcf7 input.wpcf7-submit:hover {
    background: #3a3f30;
    transform: translateY(-1px);
}

.wpcf7 input.wpcf7-submit:active {
    transform: translateY(0);
}

/* Spinner khi submit */
.wpcf7 .wpcf7-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: wpcf7-spin 0.6s linear infinite;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.submitting .wpcf7-spinner {
    visibility: visible;
    opacity: 1;
}

@keyframes wpcf7-spin {
    to { transform: rotate(360deg); }
}

/* Validation errors */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border-color: #a05858 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #a05858;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}

/* Response messages */
.wpcf7 .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 18px;
    border: 1px solid #2a2a2a;
    background: #e3dfd2;
    color: #4a4a42;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    border-color: #4a5240 !important;
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border-color: #a05858 !important;
    background: #ffebee !important;
    color: #c62828 !important;
}

/* Ẩn các field ẩn của Akismet */
.wpcf7 .akismet-fields-container {
    display: none !important;
}

.wpcf7 .hidden-fields-container {
    display: none;
}

/* Responsive - Tablet */
@media (max-width: 767px) {
    .wpcf7 {
        padding: 40px 30px;
    }

    .wpcf7 .form-title {
        font-size: 26px;
    }

    .wpcf7 .form-description {
        font-size: 14px;
    }

    .wpcf7 .form-grid.cols-2 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wpcf7 .form-grid > p.span-2 {
        grid-column: 1;
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .wpcf7 {
        padding: 30px 20px;
    }

    .wpcf7 .form-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .wpcf7 .form-description {
        font-size: 13px;
    }

    .wpcf7 .form-header {
        margin-bottom: 28px;
    }

    .wpcf7 .form-grid {
        gap: 13px;
    }

    .wpcf7 input.wpcf7-text,
    .wpcf7 input.wpcf7-email,
    .wpcf7 input.wpcf7-tel,
    .wpcf7 select.wpcf7-select {
        height: 46px;
        min-height: 46px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .wpcf7 textarea.wpcf7-textarea {
        min-height: 110px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .wpcf7 input.wpcf7-submit {
        padding: 13px 28px;
        font-size: 13px;
    }
}
/*************************************** Blog *******************************/


/* Widget Title */
.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.widget-title span {
    display: inline-block;
}

.is-divider {
    height: 2px;
    background: #e0e0e0;
    margin: 10px 0 20px;
}

/* Posts List */
.recent-blog-posts-li {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-blog-posts-li:last-child {
    border-bottom: none;
}

/* Flex Layout */
.recent-blog-posts {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.mr-half {
    margin-right: 12px;
}

.flex-grow {
    flex: 1;
}

/* Image Badge */
.badge.post-date {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
}


/* Date Display */
.post-date-day {
    font-size: 24px;
    line-height: 1;
}

.post-date-month {
    font-size: 12px;
    text-transform: uppercase;
}


/* Comments */
.post_comments {
    font-size: 12px;
    color: #999;
}
/* Responsive */
@media (max-width: 768px) {
    .badge.post-date {
        width: 60px;
        height: 60px;
    }
    
    .flex-col.flex-grow a {
        font-size: 14px;
    }
}
/* Slider Container */
.row-slider {
    position: relative;
    margin: 0 -10px;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
}

/* Post Item */
.post-item {
    padding: 0 10px;
}

.col-inner {
    height: 100%;
}

/* Box Blog Post */
.box-blog-post {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.box-blog-post:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

/* Box Image */
.box-image {
    position: relative;
    overflow: hidden;
}

.image-cover {
    position: relative;
    overflow: hidden;
}

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

.box-blog-post:hover .image-cover img {
    transform: scale(1.08);
}

/* Overlay màu đen ở dưới ảnh */
.box-blog-post .image-cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* Box Text */
.box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.box-text-inner {
    position: relative;
}

/* Post Title */
.post-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.post-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}


/* Post Meta */
.post-meta {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin-bottom: 12px;
}

/* Divider */
.is-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 12px 0;
}

/* Comments */
.from_the_blog_comments {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-top: 8px;
}

/* Flickity Navigation Buttons */
.flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.flickity-button:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.flickity-button.previous {
    left: 10px;
}

.flickity-button.next {
    right: 10px;
}

.flickity-button-icon {
    fill: #333;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .post-title {
        font-size: 16px;
    }
    
    .box-text {
        padding: 40px 20px 0px 20px !important;
    }
    
    .flickity-button {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .post-title {
        font-size: 15px;
    }
    
    .post-meta {
        font-size: 12px;
    }
}

/*  Button*/
/* Button Xem chi tiết */
.box-text-inner .button {
  background-color: #e6f0e4; 
  color: #455040;                 /* chữ xanh rêu */
  border: none;                   /* không viền hoặc tuỳ bạn */
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;   
}

.box-text-inner .button:hover {
    background: #fff;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Flickity Navigation Buttons */
.flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.flickity-button:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.flickity-button.previous {
    left: 10px;
}

.flickity-button.next {
    right: 10px;
}

.flickity-button-icon {
    fill: #333;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .post-title {
        font-size: 16px;
    }
    
    .box-text {
        padding: 40px 20px 0px 20px !important;
    }
    
    .flickity-button {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .post-title {
        font-size: 15px;
    }
    
    .post-meta {
        font-size: 12px;
    }
}

/*  Blog*/
/* Page Title Container */

.page-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    min-height: 470px !important;
    height: 400px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

/* Responsive */
@media (max-width: 992px) {
    .page-title-inner {
        max-width: 100%;
        min-height: 400px !important;
        height: 400px;
    }
    
    .entry-title {
        font-size: 36px;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .page-title-inner {
        min-height: 350px !important;
        height: 350px;
    }
    
    .entry-title {
        font-size: 28px;
        max-width: 100%;
    }
    
    .entry-category {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .page-title-inner {
        min-height: 280px !important;
        height: 280px;
    }
    
    .entry-title {
        font-size: 22px;
    }
    
    .flex-col.flex-center {
        padding: 30px 15px;
    }
    
    .entry-divider {
        width: 60px;
        height: 2px;
    }
}

/********************** Dịch vụ  *********************************/
/* Thêm overlay gradient đen ở phần dưới ảnh */
.box.img-service .box-image::after {
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/****************************** Service ******************/
/* Menu Title */
.service-sidebar__title {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  background: #b8a365;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* Menu Navigation */
.service-sidebar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e8e8e8;
}

.service-sidebar__nav li {
  border-bottom: 1px solid #e8e8e8;
}

.service-sidebar__nav li:last-child {
  border-bottom: none;
}

.service-sidebar__nav li a {
  display: block;
  padding: 18px 25px;
  color: #999;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.service-sidebar__nav li.current-menu-item a {
  background: #f5f3ed;
  color: #000;
  font-weight: 600;
}

.service-sidebar__nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #b8a365;
  border-radius: 50%;
}

.service-sidebar__nav li a:hover {
  background: #f5f3ed;
  color: #000;
  padding-left: 30px;
}
/* Sidebar Sticky */
.service-sidebar {
    position: sticky;
    top: 20px; /* Khoảng cách từ top khi sticky */
    z-index: 10;
}

/* Nếu có header fixed, điều chỉnh top để tránh bị che */
/* Ví dụ: nếu header cao 80px */
.service-sidebar {
    position: sticky;
    top: 100px; /* 80px header + 20px padding */
    z-index: 10;
}
/* Header Contact - Simple Version */
.header-contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555;
    text-decoration: none;
}

.header-contact a:hover {
    color: #b8a365;
}

.header-contact a i {
    font-size: 30px !important;
}

.header-contact a span {
    font-size: 15px;
    line-height: 1.5;
}
