@font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-vietnamese-400i.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-latin-ext-400i.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-latin-400i.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-vietnamese.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/google-sans/google-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body,
input[type="text"], input[type="password"], input[type="email"], input[type="url"],
input[type="tel"], input[type="number"], input[type="range"], input[type="date"],
textarea, input.text, input[type="search"], select,
.dt-sc-team.simple-rounded .dt-sc-team-details h5,
.dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-portfolio-sorting a,
.dt-sc-testimonial.type1 blockquote, .entry-meta,
.dt-sc-testimonial .dt-sc-testimonial-author cite,
.dt-sc-pr-tb-col.minimal .dt-sc-price p, .dt-sc-pr-tb-col.minimal .dt-sc-price h6 span,
.dt-sc-testimonial.special-testimonial-carousel blockquote,
.dt-sc-pr-tb-col .dt-sc-tb-title, .dt-sc-pr-tb-col .dt-sc-tb-content,
.dt-sc-button, .dt-sc-bar-text, input[type="submit"], input[type="reset"] {
    font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
h2,
.dt-sc-title.script-with-sub-title h2,
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    font-family: Philosopher, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    line-height: normal;
}
:root {
    --wine-frame: url('../img/bg-product-2.webp');
}
.woo-type21 ul.products li.product .product-wrapper {
    padding-top: 0;
}
.woo-type21 ul.products li.product .product-thumb {
    /* Giữ đúng tỉ lệ file ảnh: kéo giãn thì hoa văn nho bè ra thấy ngay. */
    aspect-ratio: 616 / 1003;
    overflow: hidden;
    background-image: var(--wine-frame);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.woo-type21 ul.products li.product .product-thumb .image {
    position: absolute;
    inset: 0;
    float: none;
    width: 100%;
    height: 100%;
}
.woo-type21 ul.products li.product .product-thumb .image img {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    float: none;
    /* Ảnh chai là khung vuông, chai chỉ chiếm khoảng 40% bề ngang; lấy chiều
       cao làm chuẩn để chai to hết lòng khung, phần thừa hai bên trong suốt
       nên tràn ra cũng không thấy (đã có overflow: hidden ở trên). */
    width: auto;
    max-width: none;
    height: 66%;
    object-fit: contain;
    transition: transform 350ms ease;
}
.woo-type21 ul.products li.product:hover .product-thumb .image img {
    transform: translate(-50%, -50%) scale(1.07);
}
@media (prefers-reduced-motion: reduce){.woo-type21 ul.products li.product .product-thumb .image img {
        transition: none;
    }}
.woo-type21 ul.products li.product .product-thumb .product-buttons-wrapper,
.woo-type21 ul.products li.product .onsale {
    z-index: 3;
}
.woo-type21 ul.products li.product .product-thumb .product-buttons-wrapper,
.woo-type21 ul.products li.product .onsale {
    pointer-events: none;
}
.woo-type21 ul.products li.product .product-thumb .product-buttons-wrapper a {
    pointer-events: auto;
}
.woo-type21 ul.products li.product .product-thumb .image {
    cursor: pointer;
}
.woocommerce ul.products.vnn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 2%;
    float: none;
}
.woocommerce ul.products.columns-4.vnn-grid {
    grid-template-columns: repeat(4, 1fr);
}
.woocommerce ul.products.vnn-grid::before,
.woocommerce ul.products.vnn-grid::after {
    content: none;
}
.woocommerce ul.products.vnn-grid > li.product,
.woocommerce ul.products.vnn-grid > li.product > .column {
    display: block;
    float: none;
    width: auto;
    margin: 0;
}
.woocommerce ul.products.vnn-grid > li.product > .column,
.woocommerce ul.products.vnn-grid > li.product .product-wrapper {
    height: 100%;
}
.woo-type21.woocommerce ul.products.vnn-grid li.product .product-details h5,
.woo-type21 .woocommerce ul.products.vnn-grid li.product .product-details h5 {
    line-height: 1.35;
    height: 4.05em; /* 3 × 1.35 */
    /* Theme để h5 rộng 70% (type217f0f.css:82) vì chừa 30% cho ô bên phải —
       chỗ trước đây treo tên nước. Bỏ ô đó rồi thì trả lại đủ chiều ngang,
       không thì tên bị cắt sớm hơn cần thiết mà bên phải vẫn trống. */
    width: 100%;
}
.woocommerce ul.products.vnn-grid li.product .product-details h5 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    /* type217f0f.css:84 cho thẻ a padding 10px trên/dưới. Lúc a còn là inline
       thì padding dọc không chiếm chỗ, nhưng -webkit-box là hộp khối nên nó
       đội ô tên cao thêm 20px. */
    padding: 0;
}
.woocommerce ul.products li.product .product-details .price {
    /* Theme cắt còn 75% để chừa chỗ cho ô bên phải, cùng lý do với h5. */
    width: 100%;
}
.woocommerce ul.products li.product .product-details .price ins,
.woocommerce ul.products li.product .product-details .price ins .amount,
.woocommerce ul.products li.product .product-details .price > .amount {
    color: #a53e4c;
    font-size: 18px;
    font-weight: 700;
    /* ins mặc định bị gạch chân, và theme trả nó về font-weight normal
       (woocommerce-default7f0f.css:1538). */
    text-decoration: none;
}
.woocommerce ul.products li.product .product-details .price del,
.woocommerce ul.products li.product .product-details .price del .amount {
    font-size: 13px;
}
.woocommerce ul.products li.product .product-details .price del {
    margin-right: 6px;
}
@media only screen and (max-width: 991px){.woocommerce ul.products.vnn-grid,
    .woocommerce ul.products.columns-4.vnn-grid {
        grid-template-columns: repeat(2, 1fr);
    }}
@media only screen and (max-width: 479px){.woocommerce ul.products.vnn-grid,
    .woocommerce ul.products.columns-4.vnn-grid {
        grid-template-columns: 1fr;
    }}
body:not(.home) .main-header-wrapper {
    position: relative;
}
@media (min-width: 992px){.header-align-center .main-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
.header-align-center .header-left,
    .header-align-center .header-right {
        padding-top: 0;
        padding-bottom: 0;
    }}
.header-align-center .main-header #logo a {
    padding-top: 8px;
}
.woo-type21.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper {
    text-align: center;
}
.woo-type21.woocommerce.single-product div.product div.images img#pdp-main-image {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 600px;
    object-fit: contain;
}
.woo-type21.woocommerce.single-product div.product div.images ol.flex-control-nav li img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 140px;
    object-fit: contain;
}
.woo-type21.woocommerce.single-product div.product div.images ol.flex-control-nav li {
    text-align: center;
}
@media only screen and (max-width: 767px){.woo-type21.woocommerce.single-product div.product div.images img#pdp-main-image {
        height: 420px;
    }
.woo-type21.woocommerce.single-product div.product div.images ol.flex-control-nav li img {
        height: 100px;
    }}
.gt-row-cam-ket {
    padding-top: 30px;
    padding-bottom: 100px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.gt-row-doi-anh {
    padding-top: 100px;
    padding-bottom: 70px;
}
.gt-row-trich-dan {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gt-cot-chu {
    padding-top: 50px;
    padding-bottom: 50px;
}
.gt-cot-vien {
    padding: 30px 30px 0;
}
.type7 .dt-sc-tabs-horizontal-frame:before {
    content: "Xuất xứ:";
}
.gt-menu .dt-sc-menu figure {
    text-align: center;
}
.gt-menu .dt-sc-menu figure img {
    width: auto;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}
.gt-menu .dt-sc-menu .dt-sc-menu-details h6 {
    float: none;
    padding-right: 130px;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
}
.gt-menu .dt-sc-menu .dt-sc-menu-details h6:before {
    content: none;
}
.gt-menu .dt-sc-menu .dt-sc-menu-details p {
    padding-right: 130px;
}
#tab-mo-ta h2 {
    color: #a53e4c;
    font-size: 34px;
}
#tab-mo-ta h3 {
    font-size: 26px;
}
#tab-mo-ta tbody th,
#tab-mo-ta tbody th a,
#tab-mo-ta tbody th a:hover {
    color: #111111;
}
.single-post .entry-body tbody th,
.single-post .entry-body tbody th a,
.single-post .entry-body tbody th a:hover {
    color: #111111;
}
.single-post .entry-body > h3 {
    font-size: 28px;
}
.entry-body figure.bai-anh {
    margin: 30px 0;
}
.entry-body figure.bai-anh img,
.entry-body p > img {
    display: block;
    width: 100%;
    height: auto;
}
.entry-body p > img {
    margin-block: 30px;
}
.entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.tpl-blog-holder .entry-thumb img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}
.tpl-blog-holder .entry-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.tpl-blog-holder .entry-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
    overflow: hidden;
}
.vnn-loc-nhieu .vnn-loc-tim {
    /* Theme không đặt box-sizing chung, để mặc định thì 100% + đệm hai bên
       tràn khỏi sidebar. */
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px;
}
.vnn-loc-nhieu ul.product-categories {
    /* ~6 hàng (mỗi hàng 44px theo head-2.css:7010-7011) rồi cuộn. */
    max-height: 270px;
    overflow-y: auto;
}
.vnn-loc-nhieu ul.product-categories li a {
    /* Theme không đặt box-sizing chung: width:100% cộng đệm là tràn. */
    box-sizing: border-box;
    /* Chừa chỗ cho số đếm — nó nằm tuyệt đối nên không tự đẩy chữ. */
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vnn-loc-nhieu ul li:before,
.vnn-loc-nhieu ul li:hover:before {
    content: "\f096";
}
.vnn-loc-nhieu ul li.current-cat:before,
.vnn-loc-nhieu ul li.current-cat:hover:before {
    content: "\f046";
}
.vnn-loc-nhieu ul li:first-child:before {
    top: 10px;
}
h2.product_title {
    font-size: 24px;
    font-weight: 500;
    /* head-2.css:19290 — chỉ viết cho h1 nên cũng phải chép sang. */
    text-transform: capitalize;
}
h2.product_title,
.woocommerce-tabs .panel h2,
.upsell-products-container h2 {
    color: #111111;
}
.vnn-gioi-thieu {
    box-sizing: border-box;
    border: 1px solid #e4e1e3;
    padding: 22px 28px;
    margin-bottom: 25px;
}
.entry-body.vnn-gioi-thieu {
    margin-bottom: 25px;
}
.vnn-xt {
    max-height: 13em;
    overflow: hidden;
    position: relative;
}
.vnn-xt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4.5em;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
}
.vnn-xt-nut:checked + .vnn-xt::after {
    content: none;
}
.vnn-xt-nut {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.vnn-xt-nut:checked + .vnn-xt {
    max-height: none;
}
.vnn-xt-nhan {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 18px auto 0;
    padding: 8px 26px;
    border: 1px solid #a53e4c;
    border-radius: 2px;
    cursor: pointer;
    color: #a53e4c;
    font-weight: 600;
    transition: background-color 0.2s, color 0.2s;
}
.vnn-xt-nhan:hover {
    background-color: #a53e4c;
    color: #ffffff;
}
.vnn-xt-nut:focus-visible + .vnn-xt + .vnn-xt-nhan {
    outline: 2px solid #a53e4c;
    outline-offset: 2px;
}
.vnn-xt-nhan .vnn-xt-dong,
.vnn-xt-nut:checked + .vnn-xt + .vnn-xt-nhan .vnn-xt-mo {
    display: none;
}
.vnn-xt-nut:checked + .vnn-xt + .vnn-xt-nhan .vnn-xt-dong {
    display: inline;
}
.vnn-gioi-thieu h2 {
    font-size: 26px;
    color: #a53e4c;
}
.vnn-gioi-thieu h3 {
    font-size: 20px;
}
.vnn-thang {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.vnn-thang li {
    display: grid;
    grid-template-columns: 6em auto 1fr auto;
    grid-template-areas: "nhan dau do cuoi";
    align-items: center;
    gap: 0 10px;
    margin-bottom: 8px;
}
.vnn-thang-nhan {
    grid-area: nhan;
    font-weight: 600;
}
.vnn-thang-do {
    grid-area: do;
    height: 8px;
    background: #ecebe4;
    border-radius: 4px;
    overflow: hidden;
}
.vnn-thang-muc {
    display: block;
    height: 100%;
    background: #a53e4c;
}
.vnn-thang-dau {
    grid-area: dau;
}
.vnn-thang-cuoi {
    grid-area: cuoi;
}
.vnn-thang-dau,
.vnn-thang-cuoi {
    font-size: 12px;
    color: #a5a38c;
}
.vnn-huong {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.vnn-huong li {
    padding: 3px 10px;
    background: #f5f4ef;
    border-radius: 3px;
    font-size: 13px;
}
.vnn-lienquan {
    box-sizing: border-box;
    border: 1px solid #e4e1e3;
    padding: 16px 20px;
    margin-bottom: 15px;
}
.vnn-lienquan h2 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a8878;
}
.vnn-lienquan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vnn-the {
    display: block;
    padding: 7px 14px;
    border: 1px solid #e4e1e3;
    border-radius: 3px;
    line-height: 1.35;
    transition: border-color 0.2s, background-color 0.2s;
}
.vnn-the:hover {
    border-color: #a53e4c;
    background-color: #faf6f6;
}
.vnn-the .vnn-the-ten {
    display: block;
    color: #a53e4c;
    font-weight: 600;
}
.vnn-the .vnn-the-so {
    display: block;
    font-size: 12px;
    color: #a5a38c;
}
.vnn-bd .vnn-bando {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    /* Vùng dọc như Médoc cao gấp rưỡi bề ngang; không kẹp thì riêng bản đồ đã
       dài hơn một màn hình. viewBox + preserveAspectRatio mặc định lo phần co
       hình cho vừa, chỉ để lại lề hai bên. */
    max-height: 480px;
    margin: 0 auto 14px;
}
.vnn-bd-nen {
    fill: #f2efe9;
    stroke: #e4e1e3;
    stroke-width: 1;
}
.vnn-bd-v path {
    fill: #dcc0c5;
    stroke: #fff;
    stroke-width: 2;
    transition: fill 0.2s;
}
.vnn-bd-v:hover path,
.vnn-bd-v:focus path,
.vnn-bd-v[data-hien-tai] path {
    fill: #a53e4c;
}
.vnn-bd-dv {
    pointer-events: none;
}
.vnn-bd-dv-nen {
    fill: #f2efe9;
    stroke: #d5cec2;
    stroke-width: 1;
}
.vnn-bd-dv-nuoc {
    fill: #d6cec0;
}
.vnn-bd-dv-khung {
    fill: none;
    stroke: #a53e4c;
    stroke-width: 3;
}
.vnn-bd-nguon {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #a5a38c;
}
.vnn-ds-muc {
    margin-top: 30px;
}
.dt-sc-image-caption.type3.xuat-xu .dt-sc-image-wrapper a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 480 / 718;
    /* Chai căn theo đáy khung, nên phải chừa sẵn một quãng: sát mép dưới thì
       trông như chai bị khung cắt ngang chân. */
    padding-bottom: 7%;
    box-sizing: border-box;
}
.dt-sc-image-caption.type3.xuat-xu .dt-sc-image-wrapper img {
    width: auto !important;
    max-width: 70% !important;
    /* Tính trên phần khung còn lại sau padding, nên 93% ở đây ra đúng cỡ chai
       cũ — quãng hở lấy từ đáy chứ không lấy bằng cách thu nhỏ chai. */
    max-height: 93%;
    transform: none !important;
}
.dt-sc-image-caption.type3.xuat-xu .dt-sc-image-title h3,
.dt-sc-image-caption.type3.xuat-xu .dt-sc-image-title h3 a {
    color: #fff;
}
.dt-sc-image-caption.type3.xuat-xu .dt-sc-image-title h3 {
    font-size: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.dt-sc-title.script-with-sub-title h3,
.dt-sc-title.with-sub-title h3,
.dt-sc-title.with-two-color-stripe h2,
.dt-sc-title.with-two-color-stripe h3 {
    letter-spacing: normal;
}
.dt-sc-portfolio-container .portfolio figure img {
    width: 100%;
    aspect-ratio: 13 / 10;
    object-fit: cover;
}
.dt-sc-image-caption.type5.nien-vu .dt-sc-image-wrapper img {
    height: 472px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.dt-sc-image-caption.type5.nien-vu .dt-sc-image-title h3,
.dt-sc-image-caption.type5.nien-vu .dt-sc-image-title h3 a {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}
.dt-sc-image-caption.type5.nien-vu .dt-sc-image-title h6 {
    /* Nhạt hơn tên chai một bậc để hai dòng không tranh nhau, vẫn đủ tương
       phản trên nền gỗ. */
    color: rgba(255, 255, 255, 0.75);
}
.nut-noi {
    position: fixed;
    left: 22px;
    bottom: 26px;
    /* Trên cả nút "lên đầu trang" của theme (z-index 9999) thì không cần,
       nhưng phải trên header dính (999) và mọi khối nội dung. */
    z-index: 9990;
    display: flex;
    flex-direction: column;
    /* Vòng sáng rộng 72px quanh nút 48px, tức là loe ra mỗi bên 12px — cách
       nhau ít hơn 24px thì hai quầng sáng chồng lên nhau. */
    gap: 30px;
}
.nut-noi__nut {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
}
.nut-noi__nut--goi {
    --nut-mau: 165, 62, 76;
}
.nut-noi__nut--zalo {
    --nut-mau: 17, 130, 252;
}
.nut-noi__tron {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(var(--nut-mau));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s;
}
.nut-noi__nut:hover .nut-noi__tron {
    transform: scale(1.08);
}
.nut-noi__tron .fa {
    /* Ống nghe của Font Awesome 4 đứng thẳng, xoay cho giống dáng đang gọi. */
    font-size: 22px;
    color: #fff;
    transform: rotate(8deg);
}
.nut-noi__tron img {
    width: 30px;
    height: 30px;
}
.nut-noi__vien,
.nut-noi__vong {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.nut-noi__vien {
    width: 60px;
    height: 60px;
    border: 2px solid rgb(var(--nut-mau));
    opacity: 0.5;
    animation: nut-noi-toa 1.4s infinite;
}
.nut-noi__vong {
    width: 72px;
    height: 72px;
    background: rgba(var(--nut-mau), 0.35);
    animation: nut-noi-dap 1.4s infinite;
}
@keyframes nut-noi-toa {
    from {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}
@keyframes nut-noi-dap {
    from,
    to {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.12);
    }
}
.nut-noi__chu {
    display: none;
}
@media (max-width: 767px){.nut-noi {
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: row;
        gap: 0;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
    }
.nut-noi__nut {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: auto;
        /* Cao 48px; phần cộng thêm ở dưới là chỗ cho vạch điều hướng của máy
           màn hình tràn viền, ở máy không có thì env() trả về 0. */
        padding: 13px 0 calc(13px + env(safe-area-inset-bottom));
        background: rgb(var(--nut-mau));
        color: #fff;
    }
.nut-noi__tron {
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        box-shadow: none;
        margin-right: 8px;
    }
.nut-noi__vien,
    .nut-noi__vong {
        display: none;
    }
.nut-noi__tron .fa {
        font-size: 18px;
    }
.nut-noi__tron img {
        width: 22px;
        height: 22px;
    }
.nut-noi__chu {
        display: inline;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        color: #fff;
    }
body {
        padding-bottom: calc(48px + env(safe-area-inset-bottom));
    }}
@media (prefers-reduced-motion: reduce){.nut-noi__vien,
    .nut-noi__vong {
        animation: none;
    }}
@media only screen and (max-width: 991px){.header-on-slider.page-with-slider .main-header-wrapper,
    .header-on-slider.page-with-slider.header-with-topbar .main-header-wrapper {
        position: relative;
        top: 0;
    }}
@media only screen and (max-width: 767px){#primary .vc_custom_1501073343859,
    #primary .zoom-img,
    #primary .vc_custom_1501139375862 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
#primary .vc_custom_1501138554895 {
        padding-top: 50px !important;
    }}
@media only screen and (max-width: 767px){#primary .type9 ul.dt-sc-tabs-horizontal-frame {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
#primary .type9 ul.dt-sc-tabs-horizontal-frame > li {
        width: 50%;
        margin-bottom: 70px;
        border-bottom: 0;
    }
#primary .type9 ul.dt-sc-tabs-horizontal-frame > li > a {
        width: 100%;
        min-width: 0;
    }
#primary .type9 ul.dt-sc-tabs-horizontal-frame > li a:after,
    #primary .type9 ul.dt-sc-tabs-horizontal-frame > li a.current:before {
        display: none;
    }
#primary .dt-sc-tabs-horizontal-frame-container.type9 .dt-sc-tabs-horizontal-frame-content {
        padding: 30px 15px;
        margin-top: 0;
    }}
@media only screen and (max-width: 479px){#footer .widget .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
        font-size: 16px;
        padding-right: 75px;
    }}
@media only screen and (max-width: 767px){.woocommerce.single-product div.product {
        width: 100%;
    }
.woo-type21.woocommerce.single-product div.product div.images,
    .woo-type21.woocommerce.single-product div.product div.summary {
        width: 100%;
    }}
@media only screen and (max-width: 767px){.woocommerce-Tabs-panel table,
    .entry-content table {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }}
@media only screen and (max-width: 767px){.gt-menu .dt-sc-menu {
        padding-left: 100px;
        min-height: 130px;
    }
.gt-menu .dt-sc-menu figure {
        width: 90px;
    }
.gt-menu .dt-sc-menu figure img {
        height: 120px;
    }
.gt-menu .dt-sc-menu .dt-sc-menu-details h6,
    .gt-menu .dt-sc-menu .dt-sc-menu-details p {
        padding-right: 0;
    }
.gt-menu .dt-sc-menu .dt-sc-menu-details .dt-sc-menu-price {
        position: static;
        display: inline-block;
        margin-top: 8px;
    }}
@media only screen and (max-width: 767px){#primary .dt-sc-portfolio-container {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
    }
#primary .dt-sc-portfolio-container .portfolio {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 50%;
        margin: 0;
        float: none;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay {
        position: static;
        opacity: 1;
        height: auto;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay .links {
        display: none;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay-details {
        display: block;
        position: static;
        border-left: 0;
        padding: 12px 15px 24px;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay h2 {
        font-size: 16px;
        line-height: 24px;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay h2 a {
        color: #111;
    }
#primary .dt-sc-portfolio-container .portfolio .image-overlay-details .categories a {
        color: #777;
    }}
@media only screen and (max-width: 767px){.main-header .header-left,
    .main-header .header-right {
        display: none;
    }
#menu-wrapper #main-menu {
        display: block;
    }
.is-sticky .menu-wrapper {
        background: #fff;
    }
.is-sticky .menu-wrapper #main-menu > ul.menu {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }}
@media only screen and (max-width: 479px){.woocommerce div.product .woocommerce-tabs .panel {
        text-align: left;
    }}
@media only screen and (max-width: 767px){.woocommerce-Tabs-panel table th,
    .woocommerce-Tabs-panel table td,
    .entry-content table th,
    .entry-content table td {
        text-align: left;
    }}
@media only screen and (max-width: 767px){.container,
    .type5.tribe_events .container .container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content,
    .left-header #header-wrapper .top-bar .container {
        width: calc(100% - 60px);
    }
.container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row {
        width: calc(100% - 30px);
    }
#footer .footer-widgets .dt-sc-two-third {
        margin-left: 0;
    }
#logo a img {
        max-height: 150px;
    }
#primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar,
    .portfolio-modern-fullwidth {
        width: 100%;
    }
.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 {
        max-width: 100%;
    }}
@media only screen and (max-width: 479px){.container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content {
        width: calc(100% - 30px);
    }
.container.fill-container,
    .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row {
        width: 100%;
    }
#logo a img {
        max-height: 105px;
    }}
@media only screen and (max-width: 479px){#primary .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"] {
        margin-bottom: 0 !important;
    }
#primary .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"] {
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: auto;
        width: 44px;
        height: auto;
        padding: 0;
        border-radius: 50%;
        background-position: center;
    }
@supports (aspect-ratio: 1){#primary .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"] {
            width: auto;
            aspect-ratio: 1;
        }}}
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"],
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
    text-transform: none;
}
.fullwidth-menu-header .menu-wrapper .menu-icons-wrapper {
    float: right;
    height: auto;
    padding: 0;
    margin: 0;
}
.header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a {
    line-height: 90px;
    display: block;
    padding: 0 4px;
    color: #777;
}
.header-align-center.fullwidth-menu-header .is-sticky .menu-icons-wrapper .search a {
    line-height: 70px;
}
.is-sticky .menu-icons-wrapper {
    margin-right: 20px;
}
.main-header .menu-icons-wrapper .search a span {
    line-height: inherit;
}
.header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a:hover,
.header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a[aria-expanded="true"] {
    color: #8a1538;
}
.main-header .menu-icons-wrapper .top-menu-search-container {
    bottom: auto;
    top: 100%;
    right: 0;
    z-index: 99;
    /* Bề rộng phải nói thẳng ra: khối bung là absolute nên nó co theo nội
       dung, mà nội dung là ô nhập đặt width:100% — hai bên chờ nhau và kết
       quả là một ô rộng đúng bằng chỗ cho con trỏ. */
    width: 250px;
}
.main-header #searchform input[type="text"] {
    width: 100%;
    max-width: 220px;
    text-transform: none;
}
.main-header #searchform label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
@media only screen and (max-width: 767px){.fullwidth-menu-header .menu-wrapper .menu-icons-wrapper {
        /* responsive-767.css:208 thả khối này ra định vị tuyệt đối. Gỡ đi vì
           khi ấy chính nó thành mốc neo của ô bung ra, và ô co lại còn đúng bề
           ngang cái kính lúp — thả sang phải thì mốc neo là cả thanh menu. */
        position: static;
        float: right;
        margin-right: 44px;
    }
.header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a {
        /* Bằng chiều cao dải "MENU" để kính lúp nằm giữa dải. */
        line-height: 48px;
        /* Dải đỏ: kính lúp phải sáng như chữ MENU cạnh nó. */
        color: #fff;
        /* Dải "MENU" là position:relative z-index:1 (head-2.css:7834) nên nền
           đỏ của nó phủ lên khối thả nổi này — kính lúp biến mất hẳn. */
        position: relative;
        z-index: 3;
    }
.header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a:hover,
    .header-align-center.fullwidth-menu-header .main-header .menu-icons-wrapper .search a[aria-expanded="true"] {
        color: #fff;
    }
.fullwidth-menu-header .menu-wrapper {
        position: relative;
    }
.main-header .menu-icons-wrapper .search {
        position: static;
    }
.main-header .menu-icons-wrapper .top-menu-search-container {
        left: 10px;
        right: 10px;
        top: 100%;
        /* Bỏ 250px của dải rộng: có bề rộng cố định thì mép phải bị làm ngơ và
           ô thò ra khỏi màn hình. */
        width: auto;
    }
.main-header .menu-icons-wrapper #searchform {
        max-width: none;
    }
.main-header #searchform input[type="text"] {
        max-width: none;
    }}
.entry-body h2[id] {
    scroll-margin-top: 110px;
}
.vnn-ml {
    margin: 0 0 32px;
    border: 1px solid rgba(165, 62, 76, 0.25);
}
.vnn-ml__dau,
.vnn-ml-bang__dau {
    margin: 0;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #a53e4c;
    color: #ffffff;
    font-family: Philosopher, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vnn-ml__dau span i,
.vnn-ml-bang__dau span i {
    margin-right: 8px;
}
.vnn-ml__dau {
    cursor: pointer;
    user-select: none;
}
.vnn-ml__gap {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.vnn-ml__gap:focus-visible + .vnn-ml__dau {
    outline: 2px solid #111111;
    outline-offset: -2px;
}
.vnn-ml__than {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
}
.vnn-ml__trong {
    overflow: hidden;
}
.vnn-ml__gap:checked ~ .vnn-ml__than {
    grid-template-rows: 1fr;
}
.vnn-ml__mui-ten {
    transition: transform 0.28s ease;
}
.vnn-ml__gap:checked + .vnn-ml__dau .vnn-ml__mui-ten {
    transform: rotate(180deg);
}
.vnn-ml__ds,
.vnn-ml-bang__ds {
    margin: 0;
    padding: 14px 18px 16px 38px;
    list-style: decimal;
}
.vnn-ml-bang__ds {
    list-style: none;
    counter-reset: vnn-ml;
    padding-left: 18px;
}
.vnn-ml-bang__muc {
    counter-increment: vnn-ml;
}
.vnn-ml-bang__lien-ket::before {
    content: counter(vnn-ml) ". ";
    color: #888888;
}
.vnn-ml-bang__lien-ket.dang-doc::before {
    color: #ffffff;
}
.vnn-ml__muc,
.vnn-ml-bang__muc {
    margin: 0 0 8px;
    line-height: 1.5;
}
.vnn-ml__muc:last-child,
.vnn-ml-bang__muc:last-child {
    margin-bottom: 0;
}
.vnn-ml__lien-ket,
.vnn-ml-bang__lien-ket {
    color: #111111;
}
.vnn-ml__lien-ket:hover,
.vnn-ml-bang__lien-ket:hover {
    color: #a53e4c;
}
.vnn-ml__lien-ket.dang-doc {
    color: #a53e4c;
    font-weight: 700;
}
.vnn-ml-nut {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* Trên header dính (999) và trên hai nút liên hệ nổi ở góc dưới trái
       (9990), vì bảng mục lục phủ kín chiều cao màn hình. */
    z-index: 9994;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 0 6px 6px 0;
    background: #a53e4c;
    color: #ffffff;
    font-size: 20px;
    line-height: 46px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.vnn-ml-nut:hover {
    background: #8e3541;
}
.vnn-ml-nen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Trên header dính: theme cho .sticky-wrapper .main-header-wrapper
       z-index 9999 (head-2.css), thấp hơn thì thanh menu chọc thủng cả nền mờ
       lẫn dòng tiêu đề của bảng. */
    z-index: 10000;
    background: rgba(0, 0, 0, 0.45);
}
.vnn-ml-bang {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    width: 360px;
    max-width: 86vw;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 2px 0 14px rgba(0, 0, 0, 0.3);
}
.vnn-ml-bang__dau {
    /* Danh sách dài thì cuộn trong bảng, nhưng nút đóng phải luôn nhìn thấy.
       Bố cục hai đầu đã nằm ở luật dùng chung bên trên. */
    position: sticky;
    top: 0;
}
.vnn-ml-bang__dong {
    padding: 0 0 0 10px;
    border: 0;
    background: none;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.vnn-ml-bang__lien-ket {
    display: block;
    /* Âm hai bên để dải màu của mục đang đọc chạy hết bề ngang bảng thay vì
       dừng đúng mép chữ. */
    margin: 0 -18px;
    padding: 6px 18px;
}
.vnn-ml-bang__lien-ket.dang-doc {
    background: #a53e4c;
    color: #ffffff;
}
.vnn-ml-nut[hidden],
.vnn-ml-nen[hidden],
.vnn-ml-bang[hidden] {
    display: none;
}
@media (prefers-reduced-motion: reduce){.vnn-ml__than,
    .vnn-ml__mui-ten {
        transition: none;
    }}
@media only screen and (max-width: 767px){.vnn-ml-nut {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
    }}
#dt-sc-rev-slider rs-module-wrap {
    aspect-ratio: 1240 / 900;
    max-height: 900px;
    overflow: hidden;

    /* Dựng xong, Slider Revolution ghi `height: 900px; width: auto` vào style
       nội tuyến. Một khối có chiều cao xác định, bề ngang auto và aspect-ratio
       thì trình duyệt suy NGƯỢC bề ngang ra từ tỉ lệ: 900 × 1240/900 = 1240px.
       Trên màn hình rộng hơn 1240 thì slider co lại nằm giữa, hở hai bên ra
       cái nền `cover` của khung ngoài — 1906px hở mỗi bên 333px.

       min-width không bị `width: auto` nội tuyến đè, nên nó kéo bề ngang trở
       lại đúng bằng khung ngoài mà vẫn để nguyên cơ chế đặt chỗ ở trên: lúc
       chưa có JS thì chiều cao vẫn do tỉ lệ suy ra từ bề ngang thật. Đã đo ở
       390 / 1024 / 1280 / 1906 / 2560px. */
    min-width: 100%;
}
#dt-sc-rev-slider {
    background: #1c1416 url(/theme/wp-content/uploads/revslider/winery/slider1-1.webp) center center / cover no-repeat;
}
.ult-spacer[data-height="20"] { height: 20px; }
.ult-spacer[data-height="30"] { height: 30px; }
.ult-spacer[data-height="35"] { height: 35px; }
.ult-spacer[data-height="40"] { height: 40px; }
.ult-spacer[data-height="60"] { height: 60px; }
.ult-spacer[data-height="80"] { height: 80px; }
.ult-spacer[data-height="100"] { height: 100px; }
.cho-slick:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}
.cho-slick:not(.slick-initialized) > .ult-item-wrap {
    flex: 0 0 calc(100% - 30px);
    margin: 0 15px;
    padding-top: 10px;
}
@media (min-width: 761px){.cho-slick:not(.slick-initialized) > .ult-item-wrap {
        flex-basis: calc(33.3333% - 30px);
    }
.vcr_adv-carousel-nospace > .cho-slick:not(.slick-initialized) > .ult-item-wrap {
        flex-basis: calc(25% - 30px);
    }}
@media (min-width: 1026px){.vcr_adv-carousel-nospace > .cho-slick:not(.slick-initialized) > .ult-item-wrap {
        flex-basis: calc(16.6667% - 30px);
    }}