.title_home .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_home {
    position: relative;
    padding-bottom: 30px;
}

.title_home::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 37px;
    background: url('../images/line1.png') no-repeat center;

}

.title_home b,
.title_all b {
    display: none !important;
}

.noidung_nhaphanphoi ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.noidung_nhaphanphoi ul li {
    margin-left: 0 !important;
    padding-left: 40px;
    margin-bottom: 10px;
    gap: 16px;
    position: relative;
    color: #28683e;
}

.noidung_nhaphanphoi ul li::before {
    content: "";
    background-image: url('../images/icon-tick.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.img_radius {
    border-radius: 8px;
    overflow: hidden;
}

.content_h ul li {
    margin-bottom: 4px !important;
}

.img_box .image-cover img {
    border-radius: 50%;
    border: 1px solid #355e04;
    padding: 2px;
}

.img_box .box-text,
.img_box {
    padding-bottom: 0 !important;
}

.content_camket ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.content_camket ul li {
    margin-bottom: 8px !important;
    margin-left: 0 !important;
}

.content_camket ul li img {
    margin-bottom: 0 !important;
    margin-right: 5px;
}

.mb-1 {
    margin-bottom: 6px !important;
}

.form-card {
    background: #d5a62a;
    border-radius: 10px;
    padding: 16px;
}

/* Title */
.form-title-wrap {
    background: white;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0 8px;
    margin-bottom: 20px;
}

.form-title {
    font-size: 3.125rem;
    font-weight: 500;
    color: #f57c00;
    letter-spacing: 2px;
}

/* Info box */
.info-box {
    background: #22643a;
    border: 2px solid #22643a;
    border-radius: 5px;
    padding: 13px 14px;
    margin-bottom: 20px;
    text-align: center;
}

.info-box p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    /* chữ nghiêng */
    font-style: italic;
}

/* Fields */
.form-group {
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    padding: 11px 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.88rem;
    color: #555;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #f57c00;
    box-shadow: 0 0 0 2px rgba(245, 124, 0, 0.15);
    background: #fff;
}

.form-group textarea {
    height: 90px;
    margin-bottom: 0;
}

/* Button */
.btn-submit-wrap {
    text-align: center;
    margin-top: 22px;
}

.btn-submit {
    background: linear-gradient(to bottom, #ff9800, #e65100);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 12px 36px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(230, 81, 0, 0.4);
    transition: transform 0.15s, box-shadow 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto !important;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(230, 81, 0, 0.5);
}

.btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(230, 81, 0, 0.35);
}

.btn-submit .icon {
    font-size: 1.2rem;
}

.absolute-footer {
    display: none !important;
}

.entry-header-text.entry-header-text-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-main {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.page_blog_news {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.blog_left {
    min-width: 0;
    flex: 1 1 auto;
}

.block_right.blog_sidebar {
    width: 100%;
    max-width: 320px;
    flex: 0 0 320px;
}

.breadcumbs_ {
    padding: 20px 0;
}

.breadcumbs_ p {
    margin-bottom: 0 !important;
}

.blog_sidebar {
    position: sticky;
    top: 110px;
}

.blog_sidebar_card {
    margin-bottom: 28px;
}

.blog_sidebar_title {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    color: #1f3a18;
}

.blog_sidebar_body {
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    padding: 12px 16px;
}

.blog_category_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_category_list li+li {
    border-top: 1px solid #e5e5e5;
}

.blog_category_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    color: #243821;
    font-size: 1.8rem;
    line-height: 1.4;
}

.blog_category_list a:hover {
    color: #c78300;
}

.blog_category_icon {
    color: #a56d00;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
}

.blog_post_list {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}

.blog_sidebar_post_item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 14px 0;
}

.blog_sidebar_post_item+.blog_sidebar_post_item {
    border-top: 1px solid #ece7dd;
}

.blog_sidebar_thumb {
    display: block;
    overflow: hidden;
    background: #f7f4ec;
}

.blog_sidebar_thumb_img,
.blog_sidebar_thumb_placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.blog_sidebar_thumb_placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #8a7c60;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    background: linear-gradient(135deg, #f8f1dc, #efe6cd);
}

.blog_sidebar_post_content {
    min-width: 0;
}

.blog_sidebar_post_title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
}

.blog_sidebar_post_title a {
    color: #263322;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog_sidebar_post_title a:hover {
    color: #c78300;
}

.blog_sidebar_post_date {
    position: relative;
    padding-left: 18px;
    color: #555;
    font-size: 0.875rem;
}

.blog_sidebar_post_date::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    border-radius: 2px;
    transform: translateY(-50%);
}

.blog_sidebar_post_date::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 3px;
    width: 6px;
    height: 2px;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
}

.page_news .col.post-item .col-inner {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page_news .col.post-item .col-inner .is-divider,
.row.category-page-row .is-divider {
    display: none !important;
}

.page_news .col.post-item .col-inner .box-text {
    padding: 16px;
}

.page_news .col.post-item .col-inner .post-title a,
.page_news .col.post-item .col-inner .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.row.category-page-row {
    margin-bottom: 40px;
}

.row.category-page-row .col.large-3 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
}

.row.category-page-row .col.large-9 {
    padding-left: 32px;
}

.row.category-page-row .col.large-3 .widget_price_filter .widget-title {
    margin-bottom: 16px !important;
    display: block;
}

.woocommerce-ordering select {
    box-shadow: none !important;
    border-radius: 6px !important;
}

.row.category-page-row .col.large-9 .shop-container .products .col .col-inner {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.row.category-page-row .col.large-9 .shop-container .products .col .col-inner .box-text.box-text-products,
.row.category-page-row .col.large-9 .shop-container .products .col .col-inner .image-fade_in_back {
    padding: 16px;
}

.banner .slider-wrapper .img img {
    height: 479px;
}

@media only screen and (max-width: 849px) {
    .page_blog_news {
        flex-direction: column;
        gap: 24px;
    }

    .block_right.blog_sidebar {
        max-width: 100%;
        flex-basis: auto;
    }

    .blog_sidebar {
        position: static;
    }
}

@media only screen and (max-width: 549px) {
    .blog_sidebar_title {
        font-size: 1.25rem;
    }

    .blog_sidebar_body {
        padding: 10px 14px;
    }

    .blog_category_list a {
        font-size: 1.65rem;
    }

    .blog_sidebar_post_item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 0;
    }

    .blog_sidebar_post_title {
        font-size: 1rem;
    }

    .blog_sidebar_post_date {
        font-size: 0.875rem;
    }
}