@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*BASIC CSS*/
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Regular.ttf");
}
@font-face {
    font-family: "Inter-Medium";
    src: url("assets/fonts/Inter-Medium.ttf");
}
@font-face {
    font-family: "Inter-SemiBold";
    src: url("assets/fonts/Inter-SemiBold.ttf");
}
@font-face {
    font-family: "Inter-Bold";
    src: url("assets/fonts/Inter-Bold.ttf");
}
@font-face {
    font-family: "Philosopher";
    src: url("assets/fonts/Philosopher-Regular.ttf");
}

:root {
    --primary-color: #9F2348;
    --second-color: #333;
    --primary-font: "Inter";
    --second-font: "Inter-Bold";
    --third-font: "Inter-SemiBold";
    --title-font: "Philosopher";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #424242;
    -ms-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6, strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 180px;
}

.v-header-wrapper {
    padding-bottom: 15px;
    padding-top: 10px;
}

.v-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #00000087;
    padding-bottom: 1.5rem;
}

ul#menu-top {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul#menu-top>li {
    display: inline-block;
    margin-right: 30px;
}

.header-main-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    text-align: center;
}

.header-main-left, .header-main-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}

.header-main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header-main-right>div {
    margin-left: 20px;
}

.header-main-right-language img {
    width: 30px;
}

.header-main-right-search form {
    position: relative;
}

.header-main-right-search form input {
    width: 220px;
    height: 40px;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 15px;
}

.header-main-right-search form button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    cursor: pointer;
}

.header-main-right-cart a svg {
    font-size: 20px;
}

ul#menu-top>li>a:hover {
    color: var(--primary-color);
}

/*SLIDE*/

section.slide-home .owl-item img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
}

div#slide-home-pc .owl-nav button {
    position: absolute;
    top: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#slide-home-pc .owl-nav button svg {
    font-size: 28px;
    color: #fff;
}

div#slide-home-pc .owl-nav button.owl-prev {
    left: 8%;
}

div#slide-home-pc .owl-nav button.owl-next {
    right: 8%;
}

div#slide-home-pc .owl-nav button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

div#slide-home-pc .owl-dots button span {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
}

div#slide-home-pc .owl-dots {
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}

div#slide-home-pc .owl-dots button.active span {
    background-color: var(--primary-color);
}


/*ABOUT*/

section.about-us {
    padding: 6rem 0;
}

.about-us-img img {
    width: 100%;
    padding-right: 30px;
}

.about-us-content>span {
    text-transform: uppercase;
    color: var(--primary-color);
}

.about-us-content>h2 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--second-font);
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 2rem;
}

.about-us-content_text {
    line-height: 1.6;
}

ul.about-us-content-exp {
    padding: 0;
    list-style: none;
}

ul.about-us-content-exp>li {
    display: inline-block;
    margin: 0;
    margin-top: 3rem;
    margin-right: 10rem;
}

ul.about-us-content-exp>li>span {
    font-family: var(--title-font);
    font-size: 4rem;
    color: var(--primary-color);
}

ul.about-us-content-exp>li>p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #0000006e;
}

.about-us-content {
    margin-top: 4rem;
}

/*PRODUCT*/

.title-home {
    text-align: center;
    margin-bottom: 3rem;
}

.title-home>h2 {
    font-family: var(--title-font);
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 4rem;
}

.product-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 1/1.3;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
}

.product-item h3 {
    text-align: center;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.product-item p {
    text-align: center;
}

.product-item p span {
    color: var(--primary-color);
    font-family: var(--third-font);
}

.product-item p del span {
    font-family: var(--primary-font);
    font-size: 13px;
    margin-right: 5px;
    color: #333;
}

.product-item p ins {
    text-decoration: none;
}

.products-home-btn {
    text-align: center;
    margin-top: 2rem;
}

.products-home-btn>a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.products-home-btn>a svg {
    margin-left: 3px;
}

section.products-tly {
    padding: 6rem 0;
}

.product-item:hover h3 {
    color: var(--primary-color);
}

.product-item:hover img {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
}

.products-home-btn>a:hover {
    background-color: #000;
}

/*SERVICE*/

section.services {
    padding: 6rem 0;
}

.services-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Hàng 1: 2-1-1 */
.services-item:nth-child(1) { -ms-grid-column-span: 2; grid-column: span 2; }
.services-item:nth-child(2) { -ms-grid-column-span: 1; grid-column: span 1; }
.services-item:nth-child(3) { -ms-grid-column-span: 1; grid-column: span 1; }

/* Hàng 2: 1-2-1 */
.services-item:nth-child(4) { -ms-grid-column-span: 1; grid-column: span 1; }
.services-item:nth-child(5) { -ms-grid-column-span: 2; grid-column: span 2; }
.services-item:nth-child(6) { -ms-grid-column-span: 1; grid-column: span 1; }

.services-item-thumb a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.services-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.services-item-content h3 {
    font-family: var(--third-font);
    font-size: 19px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 12px;
    line-height: 1.4;
    text-transform: capitalize;
}

.services-item-content p {
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.services-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.services-item:hover h3 {
    color: var(--primary-color);
}

/*LEGAL*/

section.legal {
    padding: 6rem 0;
    background-color: #f3f3f3;
}

.legal-right {
    background-color: #fff;
    padding: 3rem;
}

.legal-right>h3 {
    font-family: var(--third-font);
    font-size: 21px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    margin-bottom: 2rem;
}

.legal-right ul {
    padding: 0;
    list-style: none;
}

.legal-right ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

.legal-right ul li svg {
    margin-right: 5px;
}

.legal-right p {
    text-transform: uppercase;
    font-size: 16px;
    color: #3333339c;
    font-style: italic;
    margin-top: 30px;
}

.legal-right ul li:nth-of-type(1) svg {
    color: #ffc107;
}

.legal-right ul li:nth-of-type(2) svg {
    color: red;
}

.legal-right ul li:nth-of-type(3) svg {
    color: chocolate;
}

.legal-left h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}

.legal-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000ad;
}

.legal-left p strong {
    color: #000;
}

.legal-left {
    padding-right: 5rem;
}

/*BRAND*/

div#owl-brand {
    max-width: 85%;
    margin: 0 auto;
}

section.brand {
    padding-bottom: 6rem;
}

.brand-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*FOOTER*/

section.newsletter {
    background-color: #1C1917;
    padding: 6rem 0;
    color: #fff;
}

.newsletter-form {
    text-align: center;
}

.newsletter-form>h3 {
    text-transform: uppercase;
    font-size: 3rem;
    font-family: var(--third-font);
}

.newsletter-form>p {
    margin: 20px 0;
}

.newsletter-form-main form p {
    margin: 0;
    position: relative;
}

.newsletter-form-main form p input.wpcf7-text {
    height: 45px;
    border: none;
    padding-left: 15px;
    border-radius: 4px;
    font-size: 15px;
}

.newsletter-form-main form p input.wpcf7-submit {
    width: 120px;
    margin-left: 5px;
    height: 45px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid var(--basic-color);
}

.newsletter-form-main form p input.wpcf7-submit:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.newsletter-form-main form p span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.footer-area {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

h4.title-footer {
    font-family: var(--third-font);
    color: #000;
    font-size: 18px;
    margin-bottom: 2rem;
}

.footer-block.footer-link {
    padding-left: 5rem;
}

.footer-block.footer-about-us p {
    line-height: 1.6;
}

.footer-block.footer-about-us p strong {
    color: #000;
}

.footer-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block ul li {
    margin-bottom: 15px;
}

.footer-block ul li span {
    color: #000;
    margin-right: 10px;
}

.footer-block ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 8px;
}

.footer-block ul li a {
    text-transform: capitalize;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.copyright p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2rem;
}

.footer-block.footer-fanpage img {
    width: 100%;
}

/*PAGE CONTACT*/

.page-contact {
    padding: 6rem 0;
}

.page-contact_form {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.page-contact_form>h3 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 2.8rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 3rem;
}

.one__thrid input.wpcf7-text {
    width: 100%;
    height: 45px;
    border: 1px solid #3333;
    padding-left: 15px;
    font-size: 16px;
    margin-top: 10px;
}

.one__thrid p label {
    width: 100%;
    display: block;
}

.one__thrid {
    margin-bottom: 25px;
    display: block;
}

.full-form p label, .full-form p label textarea {
    width: 100%;
}

.full-form p label textarea {
    border: 1px solid #3333;
    padding: 15px;
    height: 120px;
    margin-top: 15px;
}

.form__contact form input.wpcf7-submit {
    display: block;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}

span.wpcf7-spinner {}

.form__contact form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form__contact {
    position: relative;
}

.form__contact form input.wpcf7-submit:hover {
    background-color: #000;
}

.page-contact_main {
    background-color: #f8f7fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
}

.page-contact_main>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.page-contact_info>h2 {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 2.8rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1rem;
}

.page-contact_info>p {
    text-align: center;
}

.page-contact_main_info {
    padding: 5rem;
}

.page-contact_main_info ul {
    padding: 0;
    list-style: none;
}

.page-contact_main_info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.page-contact_main_info ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
}

.page-contact_main_info ul li span svg {
    font-size: 17px;
}

.page-contact_main_info__right h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.page-contact_main_info__right p {
    margin: 0;
}

.page-contact_main_map iframe {
    width: 100%;
    margin-bottom: -5px;
}

/*SINGLE POST*/

.v-post-box {
    padding-right: 3rem;
}

.v-content-single-post h1, div#tab-description h1 {
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.v-content-single-post h2, div#tab-description h2 {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 12px;
}

.v-content-single-post h3,div#tab-description h3 {
    margin-bottom: 12px;
    margin-top: 20px;
    font-size: 2rem;
}

.v-content-single-post ul, div#tab-description ul {
    padding-left: 15px;
}

/*MENU SIDEBAR*/

.widget_product_categories .product-categories {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.widget_product_categories .cat-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 1.25rem;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
}

.widget_product_categories .cat-item > a:hover,
.widget_product_categories .cat-parent > a.open {
  color: #8b1a1a;
}

.widget_product_categories .cat-item > a .arrow {
    font-size: 9px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
}

.widget_product_categories .children {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 6px 0;
  background: #f9f9f9;
}

.widget_product_categories .children li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 1.25rem 8px 2rem;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.widget_product_categories .children li a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.widget_product_categories .children li a:hover {
  color: var(--primary-color);
}

/* Ẩn nút thêm vào giỏ hàng */
.add_to_cart_button,
.single_add_to_cart_button,
button.wc-block-components-button {
    display: none !important;
}

/* Ẩn icon giỏ hàng trên header */
.cart-contents,
.woocommerce-mini-cart,
a.cart-icon {
    display: none !important;
}

.twist-pgs.slick-initialized.slick-slider {
    border: 1px solid #3333;
}

.product_contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.product_contact_btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 0;
    -webkit-box-shadow: 1px 2px 8px #3333;
            box-shadow: 1px 2px 8px #3333;
    border-radius: 4px;
    border: 1px solid;
}

.product_contact_btn>a:first-child {
    background-color: var(--primary-color);
}

.product_contact_btn>a:last-child {
    background-color: #007bff;
}

.product_contact_btn>a svg {
    margin-right: 8px;
    width: 25px;
}

.product_contact_btn>a:first-child:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.product_contact_btn>a:last-child:hover {
    background-color: #0069da;
    color: #ffffff;
}

div#tab-description ul {
    padding-left: 20px;
}

.quatrang > a:hover, .quatrang > span:hover {
    background-color: var(--primary-color);
    color: #fff;
}


/* Ẩn menu mặc định, reset transform */
.nav-menu-mobile {
  position: absolute;
  top: 100%; /* đổ xuống từ header */
  left: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Bỏ: transform: translateX(-100%) */
}

/* Khi toggle mở */
.nav-menu-mobile.show {
  max-height: 100vh; /* đủ lớn để chứa tất cả items */
  /* Bỏ: transform: translateX(0) */
}

/* Animation staggered từng item */
#menu-mobile .menu-item {
  opacity: 0;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: background 0.15s, opacity 0s, -webkit-transform 0s;
  transition: background 0.15s, opacity 0s, -webkit-transform 0s;
  -o-transition: background 0.15s, opacity 0s, transform 0s;
  transition: background 0.15s, opacity 0s, transform 0s;
  transition: background 0.15s, opacity 0s, transform 0s, -webkit-transform 0s;
}

.nav-menu-mobile.show #menu-mobile .menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background 0.15s,
              opacity 0.25s ease,
              -webkit-transform 0.25s ease;
  transition: background 0.15s,
              opacity 0.25s ease,
              -webkit-transform 0.25s ease;
  -o-transition: background 0.15s,
              opacity 0.25s ease,
              transform 0.25s ease;
  transition: background 0.15s,
              opacity 0.25s ease,
              transform 0.25s ease;
  transition: background 0.15s,
              opacity 0.25s ease,
              transform 0.25s ease,
              -webkit-transform 0.25s ease;
}

/* Delay lần lượt cho từng item */
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(1) { -webkit-transition-delay: 0.05s; -o-transition-delay: 0.05s; transition-delay: 0.05s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(2) { -webkit-transition-delay: 0.10s; -o-transition-delay: 0.10s; transition-delay: 0.10s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(3) { -webkit-transition-delay: 0.15s; -o-transition-delay: 0.15s; transition-delay: 0.15s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(4) { -webkit-transition-delay: 0.20s; -o-transition-delay: 0.20s; transition-delay: 0.20s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(5) { -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; transition-delay: 0.25s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(6) { -webkit-transition-delay: 0.30s; -o-transition-delay: 0.30s; transition-delay: 0.30s; }
.nav-menu-mobile.show #menu-mobile .menu-item:nth-child(7) { -webkit-transition-delay: 0.35s; -o-transition-delay: 0.35s; transition-delay: 0.35s; }

/* Support section cũng fade in sau cùng */
.nav-menu-mobile .nav-menu-support {
  opacity: 0;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}
.nav-menu-mobile.show .nav-menu-support {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease 0.42s, -webkit-transform 0.25s ease 0.42s;
  transition: opacity 0.25s ease 0.42s, -webkit-transform 0.25s ease 0.42s;
  -o-transition: opacity 0.25s ease 0.42s, transform 0.25s ease 0.42s;
  transition: opacity 0.25s ease 0.42s, transform 0.25s ease 0.42s;
  transition: opacity 0.25s ease 0.42s, transform 0.25s ease 0.42s, -webkit-transform 0.25s ease 0.42s;
}

.product_meta span.posted_in a {
    color: var(--primary-color);
    font-size: 14px;
}

.about-post-content>h1 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    padding: 0 290px;
    text-align: center;
    line-height: 1.3;
    color: var(--primary-color);
}

.about-post-content ul {
    padding-left: 20px;
}

.newsletter-form-main form p .wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 12px;
}