/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

div#masthead {
    background: #221E1F;
}

a.plain span {
    color: #000;
}

.banner-mo img.bg,
.blog-banner img {

    background: lightgray 50% / cover no-repeat;
    filter: blur(11.5px);
}

.banner-mo .banner-bg.fill {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
}

.banner-mo .banner-inner.fill {
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.3);
}

div#wide-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
}

.nav-dark .nav>li>a,
.sub-menu li a {
    color: #221E1F;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}



.dark .nav-vertical-fly-out>li>a:hover,
.dark .nav>li.active>a,
.dark .nav>li>a.active,
.dark .nav>li>a:hover,
.nav-dark .nav>li.active>a,
.nav-dark .nav>li.current>a,
.nav-dark .nav>li>a.active,
.nav-dark .nav>li>a:hover,
.nav-dropdown.dark .nav-column>li>a:hover,
.nav-dropdown.dark>li>a:hover,
.sub-menu li a:hover {
    color: #1959A6;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.icon-phone:before {
    content: "";
    color: #221e1f;
}



.social-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.gtranslate_wrapper img {
    border-radius: 99px;
}

.social-button {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    transition: 0.3s;
}

.nav>li.header-divider {
    border-left: 1px solid #fff;
    height: 30px;
    margin: 0 7.5px;
    position: relative;
    vertical-align: middle;
}

.social-button:hover {
    background-color: #ddd;
}

.instagram {
    color: #E4405F;
}

.facebook {
    color: #1877F2;
}

.twitter {
    color: #000;
}

.custom-email span {
    color: #fff;
    font-size: 20px;
}

i.icon-facebook,
i.icon-instagram,
i.icon-twitter {
    color: #fff;
}

.custom-email svg {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
}

li.header-divider:before {
    content: "●";
    color: #fff;
    margin: -18px 0 0 -5px;
    position: absolute;
}


li.header-divider:after {
    content: "●";
    color: #fff;
    margin: 18px 0 0 -5px;
    position: absolute;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.section-footer span.ux-menu-link__text {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    /* display: flex
; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* gap: 24px; */
}

.nav-left {
    justify-content: flex-start;
    display: flex !important;
    align-items: center !important;
    gap: 47px !important;
    margin: auto 0;
    margin-top: 17px;
}

.gtranslate_wrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: -14px;
}


.col-move .banner-bg.fill,
.col-move img {

    border-radius: 32px;
}

.row-move {
    z-index: 99;
    position: relative;

    background: #fff;
    padding: 26px;
    border-radius: 54px 54px 0 0;
}

.section-formcacthu {
    margin-top: -79px;
    height: 1360px;
    padding-bottom: 0px !important;
}

.col-icon-trang {
    min-height: 298px;
}

.col-icon-trang:hover {
    background-color: rgba(25, 89, 166, 0.1);
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 16px;
}

.col-icon-trang .icon-box-img svg path {
    fill: #fff !important;
}

a.button.primary.btn-xemthem {
    color: #000;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* Căn lề trái */
    gap: 20px;
}

.product-item {
    width: calc(25% - 20px);
    /* Mỗi sản phẩm chiếm 25% chiều rộng */
    box-sizing: border-box;
}

.product-card {
    padding: 10px;
    text-align: left;
    background: #fff;
}

.product-img-container img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid #221E1F;
}

.product-title {
    font-size: 18px;
    min-height: 78px;
    font-weight: 500;
}

.product-code {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-stars {
    color: gold;
    font-size: 16px;
    white-space: nowrap;
    /* Ngăn sao bị xuống dòng */
}

.product-price {
    color: red;
    font-size: 18px;
}

/*  */

.product-img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 24px;
}

.product-img-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    /* Ban đầu trong suốt */
    transition: background 0.3s ease-in-out;
}

.product-img-container:hover::after {
    background: rgba(0, 0, 0, 0.5);
    /* Overlay mờ khi hover */
}

.product-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.product-img-container:hover .product-icons {
    opacity: 1;
}

.product-img-container img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.product-img-container:hover img {
    opacity: 0.6;
    /* Làm ảnh mờ nhẹ */
}

.heart-icon.liked svg path {
    fill: red;
    /* Khi bấm vào sẽ chuyển sang màu đỏ */
}


.row-danhgia .col-inner {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid #221E1F;
    min-height: 364px;
}


.text-pad {
    padding: 11px 18px 0px;
    border-radius: 16px;
    border: 1px solid #231F20;
    margin: 45px 0;
    background: #fff;
}


.text-pad::before,
.text-pad::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 34px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="2" height="40" viewBox="0 0 2 40" fill="none"%3E%3Cpath d="M1.33325 40V0" stroke="%23231F20"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

.text-pad::before {
    margin: -45px -3px;
}

.text-to {
    min-height: 100px;
}

.text-to::after {
    margin-top: 36px;
}


.row-solid-ngang {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row-solid-ngang::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1440" height="2" viewBox="0 0 1440 2" fill="none"%3E%3Cpath d="M0 1L1440 1.00013" stroke="%23231F20"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.row-solid-ngang>.col {
    position: relative;
    z-index: 2;
}

.row-solid-ngang::before {
    content: "";
    position: absolute;
    left: -165px;
    right: 0px;
    bottom: 171px;
    width: 1582px;
    height: 2px;
    background-color: #231F20;
    z-index: 0;
    opacity: 0.5;
}

.hettich {
    color: #231F20;
    font-family: "Open Sans";
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.col-ngang .col-inner {
    min-height: 209px;
}



.highlight {
    color: #FAB20B;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    /* Ngăn từng phần tử xuống dòng riêng */
}


.accordion-vechungtoi .accordion-title {

    border-top: unset;
}

/* Mặc định cho tất cả accordion (chưa bấm) */
.accordion-item {
    border-radius: 16px;
    border: 1px solid #FFF;
    opacity: 0.3;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

/* Khi accordion được bấm vào (được mở) */
.accordion-item.active,
.accordion-item.open {
    border-radius: 16px;
    background: #FCD478;
    border: none;
    opacity: 1;
    margin-bottom: 40px;
}

.col-vang {
    transition: all 0.3s ease-in-out;
}

.col-vang .col-inner:hover {
    background: #FCD478;
    border: 1px solid #FCD478;
}

.col-vang .col-inner:hover .text,
.col-vang .col-inner:hover .text h2,
.col-vang .col-inner:hover .text p {
    color: black !important;
}

/* ------------------------------------------------------------------- */

/* Hettich Products Showcase Styles */
.hettich-products-container {
    max-width: 1200px;
    margin: 40px auto;

}

/* Product Rows */
.hettich-products-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 71px;
    margin-bottom: 30px;
}

/* Product Card Styles */
.hettich-product-card {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hettich-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hettich-product-card:hover .hettich-product-title,
.hettich-product-card:hover .hettich-product-description,
.hettich-product-card:hover .hettich-product-stats svg {
    color: #fff;
    cursor: pointer;
}

.hettich-product-stats>svg {
    margin: 15px 0;
}

.hettich-product-card.white {
    background-color: white;
    color: #333;
}

/* Product Image */
.hettich-product-image {
    height: 274px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 20px;
}

.hettich-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 16px;
}

.hettich-product-card:hover .hettich-product-image img {
    transform: scale(1.05);
}

/* Product Info */
.hettich-product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hettich-product-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hettich-product-description {
    font-size: 16px;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Stats Section */
.hettich-product-stats {
    margin-top: auto;
}

.hettich-stats-divider {
    height: 1px;
    background-color: currentColor;
    opacity: 0.2;
    margin-bottom: 15px;
}

.hettich-stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hettich-video-stats,
.hettich-view-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.hettich-play-icon,
.hettich-view-icon {
    width: 24px;
    height: 24px;
}

/* Pagination */
.hettich-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 5px;
}

.hettich-pagination-number,
.hettich-pagination-prev,
.hettich-pagination-next,
.hettich-pagination-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hettich-pagination-number:hover,
.hettich-pagination-prev:hover,
.hettich-pagination-next:hover {
    background-color: #f5f5f5;
}

.hettich-pagination-number.active {
    background-color: #231f20;
    color: white;
    border-color: #231f20;
}



.hettich-header {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
    padding: 10px 20px;
}

.hettich-logo img {
    width: 240px;
    height: 139.059px;
}

.hettich-search {
    display: flex;
    align-items: center;
    width: 73%;
    position: relative;
    margin-bottom: -11px;
}

.hettich-search svg {
    position: absolute;
    left: 12px;
    top: 38%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #666;
}

.hettich-search input {
    width: 100%;
    padding: 8px 15px 8px 40px;
    border: 1px solid #231F20;
    border-radius: 99px;
    outline: none;
    font-size: 18px;
    height: 49px;
}


.hettich-search button {
    background: none;
    border: none;
    font-size: 16px;
    margin-left: -30px;
    cursor: pointer;
    color: #666;
}

.hettich-categories {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 22px 0 0;
}

.hettich-categories ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hettich-categories li {
    margin: 0 10px;
    position: relative;
}

.hettich-categories li a {
    color: #231F20;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hettich-categories li:not(:last-child)::after {
    content: "|";
    position: absolute;
    margin: 0 10px;
    stroke-width: 1px;
    stroke: var(--black, #231F20);
}



.hettich-categories {
    width: 100%;
    padding: 10px 0;
}

.hettich-categories .category-list {
    list-style: none;
    display: flex;
    /* Dàn hàng ngang */
    flex-wrap: nowrap;
    /* Không cho xuống dòng */
    gap: 15px;
    /* Khoảng cách giữa các danh mục */
    padding: 0;
    margin: 0;
    align-items: center;
}

.hettich-categories .category-list li {
    display: inline-block;
    position: relative;
    /* Giữ layout ổn định */
}

.hettich-categories li a {
    color: #231F20;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 25px;
}


.hettich-categories .category-list li:not(:first-child)::before {
    content: "|";
    color: #ccc;
    margin-right: 10px;
}

.hettich-categories svg {
    position: absolute;
    align-items: center;
    top: -5px;
}


.hettich-categories a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hettich-categories a:hover {
    color: #1959A6;
}

.hettich-categories a[href="?category=all"]:hover {
    color: #000;
}

.col,
.columns,
.gallery-item {
    margin: 0;
    padding: 0px;
    position: relative;
    width: 100%;
}

.hettich-product-card:hover .hettich-product-image,
.hettich-product-card:hover .hettich-product-info {
    background-color: #1959A6;
    transition: background-color 0.3s ease-in-out;
}

.hettich-product-card:hover span {
    color: white;
    transition: color 0.3s ease-in-out;
    /* Hiệu ứng mượt */
}

.col,
.columns,
.gallery-item {
    margin: 0;
    padding: 14px;
    position: relative;
    width: 100%;
}


.grid-tools a {
    color: #fff;
    opacity: 1;
    background: #000;
}


/* ----------------------------------------------------------------------------- */
.section-album-catalogue .image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.section-album-catalogue .image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease-in-out;
}


.section-album-catalogue .image-container:hover img {
    filter: brightness(50%);
}

.section-album-catalogue .image-container:hover {
    background: rgba(0, 0, 0, 0.5);
}


.download-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
    display: none;
    padding: 10px 32px;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: #231f20;
}

.section-album-catalogue .image-container:hover .download-button {
    display: flex;
    color: #22121f;
}


.download-button::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath d='M6.66699 27.2255H25.3337V24.5588H6.66699V27.2255ZM25.3337 12.5588H20.0003V4.55884H12.0003V12.5588H6.66699L16.0003 21.8922L25.3337 12.5588Z' fill='%23231F20'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------------- */

.form-dangkyngay input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: var(--blue, #1959A6);
}


.form-dangkyngay input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 64px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--black, #231F20);
    background: #FFF;
}

.form-dangkyngay .wpcf7 label {
    font-size: 19px;
}

.form-dangkyngay .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 42px;
}


.row-chinh-sach {
    border-radius: 32px;
    border: 1px solid var(--black, #231F20);
    background: var(--white, #FFF);
    padding: 30px 30px 40px;
}

.col-ngang {
    margin-top: -31px;
}

.section-hanhdong .col {
    margin-bottom: 25px;
}

.nav.header-nav {

    border-bottom: unset !important;

}


ul.sub-menu.nav-dropdown.nav-dropdown-default {
    width: 309px;
}

.text-bg-den {
    display: flex;
    padding: 12px 14px 3px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--black, #231F20);
    align-self: stretch;
}

.text-bg-den h2 {
    margin: 0px 0px 12px !important;
}

.img-tren {
    top: -17px;
    left: 0px;
    width: 100%;
    z-index: 10;
    width: 730px !important;
}

.img-duoi {
    position: relative;
    width: 100%;
    z-index: 1;
    /* Giữ img-duoi phía dưới */
}

.section-ok h2 {
    margin-top: -38px;
}

.danh-muc-san-pham:hover .category-list {
    display: block;
    width: 300px !important;
}

/* ------------------------------------------------------------------ */

.blog-banner {
    position: relative;
    width: 100%;
    height: 710px;
    background-color: #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.custom-product-page .banner-mo {
    height: 710px;
}

.custom-product-page .text-box-content.text.dark {
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 113px;
}

.blog-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.banner-content h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
}

.banner-content p {
    font-size: 1.2em;
    margin-top: 10px;
}

.entry-image img.attachment-large.size-large.wp-post-image {
    height: 480px;
    align-self: stretch;
    border-radius: 38px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    margin: 40px 0;
}


.chi-tiet-bai-viet span {
    color: rgba(35, 31, 32, 0.50);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chi-tiet-bai-viet .news-category::before,
.chi-tiet-bai-viet .news-views::before,
.chi-tiet-bai-viet svg,
.share-section img {

    width: 32px;
    height: 32px;
}


.share-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.like-share-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 15px;
    background: white;

    font-family: Arial, sans-serif;
    font-size: 14px;
}

.like-section {
    display: flex;
    align-items: center;
}

.like-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.like-section span {
    color: var(--black, #231F20);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.related-posts {
    display: flex;
    overflow: hidden;
    gap: 16px;
    /* Khoảng cách giữa các sản phẩm */
}

.related-posts .post-item {
    flex: 1 1 calc(100% / 6);
    /* Chia thành 3 cột */
    max-width: calc(100% / 3);
}

.swiper-wrapper .news-content>* {
    text-align: left !important;
}


.swiper-wrapper .news-views::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E");
    background-size: contain;
    margin-right: 5px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -16px) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-wrapper .news-card:not(:first-child) .news-content {
    width: 370px;
}

.swiper-wrapper .news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.swiper-wrapper.news-date {
    margin-right: 20px;
}

.swiper-wrapper.news-views {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.swiper-wrapper .news-views::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E");
    background-size: contain;
    margin-right: 5px;
}

.swiper-wrapper .news-category {
    display: flex;
    align-items: center;
}

.swiper-wrapper .news-category::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z'/%3E%3C/svg%3E");
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.swiper-wrapper .news-description {
    color: #444;
    line-height: 1.5;
    font-size: 14px;
}

.swiper-wrapper .divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 15px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-wrapper .news-content {
    padding: 20px 15px;
}

.blog-banner .breadcrumb {
    margin: -351px auto;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    padding: 10px 20px;
    backdrop-filter: blur(5px);
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 8px;
}



/* ----------------------------------------------------------------------------------- */
.chi-tiet-san-pham.product-container {

    max-width: 1280px;
    margin: 0 auto;

    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.chi-tiet-san-pham .product-image {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chi-tiet-san-pham .product-image img {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(35, 31, 32, 0.20);
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}

.chi-tiet-san-pham .product-details {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.chi-tiet-san-pham .product-details h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #231f20;
}

.chi-tiet-san-pham .product-meta {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: baseline;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.chi-tiet-san-pham .product-description {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #333;
}

.chi-tiet-san-pham .product-price {
    margin-bottom: 30px;
}

.chi-tiet-san-pham .product-price .current-price {
    font-size: 32px;
    font-weight: bold;
    color: #231f20;
}

.chi-tiet-san-pham .product-price .regular-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    font-size: 18px;
}

.chi-tiet-san-pham .product-price .status {
    margin-top: 10px;
}

.chi-tiet-san-pham .product-price .status-value {
    color: #00a770;
    font-weight: bold;
}

.chi-tiet-san-pham .contact-button {
    display: inline-block;
    background-color: #1959a6;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.chi-tiet-san-pham .contact-button:hover {
    background-color: #154785;
}

.chi-tiet-san-pham .share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}


.text-sao {
    padding-bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

@media (max-width: 768px) {
    .product-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .product-actions {
        flex-direction: column;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}




@media (max-width: 768px) { 
    .entry-image img.attachment-large.size-large.wp-post-image {
        height: 188px;
        margin: 5px 0 25px;
    }

    .chi-tiet-bai-viet .news-category::before, 
    .chi-tiet-bai-viet .news-views::before, 
    .chi-tiet-bai-viet svg, 
    .share-section img {
        width: 20px;
        height: 20px;
    }

    .chi-tiet-bai-viet span {
        font-size: 16px;
        display: flex;
    }

    article.post {
        margin-bottom: 0;
    }

    .like-section svg {
        width: 20px;
    }

    .like-section span, .share-section {
        font-size: 16px;
    }

    .like-share-bar {
        border-bottom: 1px solid #e5e7eb; /* Thêm màu để tránh lỗi */
    }

    .swiper-wrapper .news-meta {
        font-size: 8px !important;
    }
}




.tt_form h3{
	padding:8px 16px;
	background:#000;
	color:#fff;
	font-weight:500;
	font-size:24px;
	margin-bottom:20px;
	margin-top:20px;
}

.form_baohanh input[type=text], .form_baohanh input[type=tel], .form_baohanh input[type=email]{
	border:1px solid #231F20;
	border-radius:16px;
	height:54px;
}

.form_baohanh textarea{
	border:1px solid #231F20;
	border-radius:16px;
}

.form_baohanh button{
	background:#1959A6;
	display:block;
	color:#fff;
	border-radius:8px;
	padding:4px 20px;
	margin-top:20px;
}

.tt_mluc p{
	background:#231F20;
	color:#fff;
	padding: 8px;
	font-size:18px;
}

.col_menu .ux-menu-link__link{
	border-bottom:1px solid rgba(35, 31, 32, 0.2);
	margin-bottom:10px;
	margin-top:10px;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
}

.col_menu .ux-menu-link.flex.menu-item.active a{
	background-color:rgba(25, 89, 166, 0.1);
	color:#1959A6;
	font-weight:600;
	background-image:url(/wp-content/uploads/2025/03/Vector-1.svg);
}

.col_menu .ux-menu.stack {
	margin-top:-10px;
}

.col_menu .ux-menu-link__link {
	background-image:url(/wp-content/uploads/2025/03/Vector.svg);
	background-position:left center;
	background-repeat:no-repeat;
	background-position-x:10px;
}

.img_ktra img{
	width:33.3333333%;
	border:1px solid rgba(35, 31, 32, 0.2);
	padding:10px;
	border-radius:8px;
	height:184px;
	object-fit:cover;
}
.img_ktra{
	display:flex;
	gap:20px;
}
p.label_form {
    font-weight: 600;
    font-size: 18px;
}
.xct_but{
	background:#1959A6;
	color:#fff;
	padding:10px 20px;
	border-radius:8px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
}

h2.news-title{
	padding-top:15px;
}
.single-post .large-10{
	max-width:100%;
	flex-basis:100%;
}

.swiper-wrapper .divider {
    margin: 0px 0 15px;
}
.chi-tiet-bai-viet span {
    display: flex;
    align-items: center;
    gap: 5px;
}
