/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

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 Vdigi 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.

*/

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("assets/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Roboto-ExtraBold";
    src: url("assets/fonts/roboto/Roboto-ExtraBold.ttf");
}

:root {
    --primary-color: #0E0F6A;
    --second-color: #414042;
    --primary-font: "Roboto";
    --second-font: "Roboto-Bold";
    --third-font: "Roboto-Medium";
}

* {
    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.6rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

.header-main-logo img {
    max-width: 85px;
}

span#icon-search-mobile svg {
    font-size: 20px;
}

div#owl-slide-desktop .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 100px;
    background-color: #666666;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

div#owl-slide-desktop .owl-nav button svg {
    font-size: 3rem;
}

header#masthead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

.header-top {
    padding: 10px 0;
}

section.about-home {
    padding: 10rem 0;
}

.number-home>span {
    font-size: 32px;
    font-family: var(--second-font);
    position: relative;
    color: var(--primary-color);
}

.number-home>span:after {
    position: absolute;
    content: "";
    width: 175px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -15px;
    left: 0;
}

.number-home {
    margin-bottom: 25px;
}

h2.title-home {
    text-transform: capitalize;
    font-size: 3.8rem;
    color: var(--primary-color);
}

.header-title {
    margin-bottom: 3rem;
    position: relative;
}


.header-top-left>ul {
    padding: 0;
    list-style: none;
}

.header-top-left>ul>li {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left>ul>li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.header-top-left>ul>li svg {
    font-size: 13px;
}

.header-top-inner {
    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 #fff;
}

.header-wrapper.fixed .wrapper-menu ul#menu-main>li>a {
    color: #333;
}

div#owl-slide-desktop .owl-dots {
    bottom: 20px;
}

.header-wrapper.fixed .wrapper-menu ul#menu-main>li.menu-item-has-children:after {
    color: #333;
}

.action-btn>a:first-child:hover {
    background-color: #fff;
    border-color: #a6a6a6c9;
    color: #333;
}

.action-btn>a:last-child:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color:var(--primary-color);
}

/*WHY CHOOSE*/

section.why-choose {
    padding: 6rem 0;
    background-color: #f6f6f6;
}

h2.title-why {
    font-size: 3.6rem;
    font-family: var(--primary-font);
    margin-bottom: 4rem;
}

.why-choose-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-choose-item>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
}

.why-choose-item>span svg {
    font-size: 60px;
    color: var(--primary-color);
}

.why-choose-item-top>h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--third-font);
}

.why-choose-item-top>p {
    color: #767676;
}

.why-choose-item-top>a {
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 14px;
    border-bottom: 2px solid var(--primary-color);
}

.why-choose-item-top>a:hover {
    color: var(--primary-color);
    border-bottom: none;
}

/*ABOUT*/

.about-home-right {
    padding-left: 3rem;
}

.about-home-right>p {
    color: #767676;
    line-height: 1.6;
}

/*COUNTER*/

section.counter-home {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.counter-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(62%, rgb(14 15 106)), color-stop(66%, rgb(255, 255, 255)));
    background-image: -o-linear-gradient(left, rgb(14 15 106) 62%, rgb(255, 255, 255) 66%);
    background-image: linear-gradient(to right, rgb(14 15 106) 62%, rgb(255, 255, 255) 66%);
    z-index: -1;
}

.counter-box {
    padding-left: 10%;
    padding-right: 6%;
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 10rem;
}

.counter-video img {
    border-radius: 6px;
}
.counter-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    top: -50px;
    border-radius: 8px;
    overflow: hidden;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.counter-video:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

section.counter-home h2.title-home, section.counter-home .number-home>span {
    color: #fff;
}

.counter-box .number-home>span:after {
    background-color: #fff;
}

.counter-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 4rem;
}
.counter-item>h3 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
}

.counter-video-control {
    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;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.counter-video-control span.video-play-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1em;
    height: 1em;
    color: #fff;
    font-size: 100px;
    -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    cursor: pointer;
}

span.video-play-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 1;
}

span.video-play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%); /* lệch nhẹ sang trái cho hình tam giác */
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 2;
}

.counter-video>img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 2 / 1.2;
}
.fancybox-container {
    z-index: 999999;
}

/*CAM KẾT*/

section.camket-home {
    padding: 6rem 0;
    position: relative;
}

.camket-image {
    position: relative;
    margin-top: -100px;
    border-radius: 8px;
}

.camket-image img {
    width: 100%;
    border-radius: 8px;
}

.camket-content {
    padding-left: 3rem;
}

.camket-content ul {
    padding-left: 20px;
}

.camket-content ul li {
    margin-bottom: 15px;
}

.camket-content>p {
    margin-bottom: 2rem;
}

/*SẢN PHẨM*/

section.product-home {
    position: relative;
    padding-bottom: 6rem;
}

.title-icon {
    margin-bottom: 3rem;
    position: relative;
}

.icon-home span {
    margin-bottom: -20px;
    display: block;
    opacity: .2;
    color: var(--primary-color);
    font-size: 26px;
}

.product-home-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-item>a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-item-thumb>img {
    width: 100%;
    aspect-ratio: 2 / 1.6;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-item-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(25px);
        -ms-transform: translate(-50%, -50%) translateY(25px);
            transform: translate(-50%, -50%) translateY(25px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    z-index: 9;
}

.product-item-thumb {
    position: relative;
}

.product-item>a:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: #000;
    opacity: .1;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-item-content>p {
    opacity: 0;
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0;
}

.product-item-content>h3 {
    text-transform: uppercase;
    font-family: var(--primary-font);
}

h2.title-product {
    font-size: 3.8rem;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.product-item>a:hover:before {
    opacity: .4;
}

.product-item>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.product-item>a:hover .product-item-content {
    -webkit-transform: translate(-50%, -50%) translateY(0);
        -ms-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
}

.product-item>a:hover .product-item-content>p {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

/*BRAND*/

section.brand-home {
    position: relative;
    background-color: #f6f6f6;
    padding: 6rem 0;
}

.brand-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.brand-item>a {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}

.brand-item>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.15;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}


/*BLOGS*/

section.blogs {
    padding: 6rem 0;
    position: relative;
    padding-bottom: 8rem;
}

.title-icon.title-link {
    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;
}

.title-icon-left p {
    font-size: 15px;
    color: #767676;
    margin-bottom: 0;
}

.title-icon.title-link>a {
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 15px;
    border-bottom: 2px solid var(--primary-color);
}

.blogs-item-content-meta img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 10px;
}

.blogs-item-content-meta {
    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;
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
}

.blogs-item {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    border-radius: 6px;
}

.blogs-item-content {
    padding: 3rem;
    position: relative;
    text-align: center;
}

.blogs-item-thumb {
    position: relative;
}

.blogs-item-meta {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
}

.blogs-item-thumb a img {
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 6px 0 0;
}

div#owl-blogs .owl-item {
    padding: 0 2px;
    padding-bottom: 3px;
}

.blogs-item-content>h3 {
    font-family: var(--third-font);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blogs-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-item-content>p {
    color: #767676;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogs-item-content>a.btn-more {
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 14px;
    color: var(--primary-color);
}

div#owl-blogs .owl-nav button svg, div#owl-feedback .owl-nav button svg, div#owl-brand .owl-nav button svg {
    font-size: 38px;
    color: #767676;
}

div#owl-blogs .owl-nav button, div#owl-feedback .owl-nav button, div#owl-brand .owl-nav button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

div#owl-blogs .owl-nav button.owl-prev, div#owl-feedback .owl-nav button.owl-prev, div#owl-brand .owl-nav button.owl-prev {
    left: -30px;
}

div#owl-blogs .owl-nav button.owl-next, div#owl-feedback .owl-nav button.owl-next, div#owl-brand .owl-nav button.owl-next {
    right: -30px;
}

div#owl-brand .owl-nav button {
    top: 35%;
}

.blogs-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.blogs-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs-item:hover h3>a {
    color: var(--primary-color);
}

.blogs-item:hover a.btn-more {
    color: #000;
    border-bottom: 1px solid;
}

.title-icon.title-link>a:hover {
    color: var(--primary-color);
    border-bottom: none;
}

/*FEEDBACK*/

.feedback-item>span>img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

section.feedback-home {
    position: relative;
    background-color: var(--primary-color);
    padding: 6rem 0;
}

.feedback-wrapper {
    background-color: #fff;
    padding: 5rem;
}

.feedback-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.feedback-newsletter {
    border-right: 1px solid #3333;
    padding-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.feedback-review {
    padding-left: 30px;
}

.feedback-item>span {
    display: inline-block;
    margin: 0 auto;
}

.feedback-review, .feedback-newsletter {
    text-align: center;
}

.feedback-item>span {
    display: inline-block;
    margin: 0 auto;
}

span.sub-title-feedback {
    color: var(--primary-color);
}

.feedback-wrapper h3 {
    font-size: 3rem;
    font-family: var(--primary-font);
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.feedback-newsletter>p {
    margin-bottom: 30px;
    color: #767676;
    font-size: 15px;
}

.feedback-newsletter-form input.wpcf7-text {
    height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-radius: 20px;
    border: 1px solid #3333;
    width: 280px;
}

.feedback-newsletter-form p input.wpcf7-submit {
    border-radius: 25px;
    border: 1px solid var(--primary-color);
    height: 40px;
    width: 110px;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
    font-family: var(--third-font);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.feedback-item>p {
    margin: 0 0;
}

.feedback-item>p {
    color: #777;
    margin: 20px 0;
    font-size: 15px;
}

.feedback-newsletter-form form p {
    position: relative;
}

.feedback-newsletter-form form p span.wpcf7-spinner {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.feedback-newsletter-form p input.wpcf7-submit:hover {
    background-color: #fff;
    color: var(--primary-color);
}

/*FOOTER*/

section.footer-area {
    padding-top: 6rem;
    padding-bottom: 3rem;
    border-top: 1px solid #adadad33;
}

.footer-contact-logo a img {
    width: 90px;
}

.footer-block.footer-contact h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-block.footer-contact p {
    font-size: 15px;
    color: #767676;
    line-height: 1.4;
}

.footer-block.footer-contact ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block.footer-contact ul li {
    margin-bottom: 5px;
    color: #767676;
}

.footer-block ul li a {
    position: relative;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
    padding-left: 8px;
}

.footer-block ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: -3px;
    opacity: 0;
}

.footer-block ul li a:hover:before {
    opacity: 1;
}

.footer-block.footer-contact ul li svg {
    margin-right: 8px;
}

.footer-block h4 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.footer-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-block ul li {
    margin-bottom: 15px;
    color: #767676;
}

.footer-block.footer-policy {
    padding-left: 2rem;
}

.footer-block.footer-link {
    padding-left: 4rem;
}

._copyright p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}

/*SINGLE*/

figure.v-content-single-post-feature {
    text-align: center;
    margin-bottom: 3rem;
}

figure.v-content-single-post-feature img {
    width: 100%;
    border-radius: 8px;
}

section.brand-slider {
    background-color: #f6f6f6;
    padding: 60px 0;
}

div#owl-brand .owl-dots {
    bottom: -40px;
}

.about-post-content {
    margin-bottom: 6rem;
}

.page-contact-maps iframe {
    width: 100%;
    height: 400px;
}

/*ARCHIVE*/

.block-product-tax {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.page-template.page-product {
    padding: 5rem 0;
}

.block-product {
    margin-bottom: 4rem;
}

.block-product>h2 {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid #3333;
    padding-bottom: 8px;
}

.block-product>h2>span {
    text-transform: uppercase;
    font-size: 2.2rem;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 8px;
}

.product-tax-btn {
    text-align: center;
    margin-top: 2rem;
}

.product-tax-btn>a {
    display: inline-block;
    border: 2px solid #3333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 15px;
}

.product-tax-btn>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.product-item-tax-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-tax-thumb>a>img {
    width: 100%;
    aspect-ratio: 2/1.4;
    border-radius: 6px;
}

.product-item-tax-content {
    text-align: center;
}

.product-item-tax-content>h3 {
    font-family: var(--primary-font);
    font-size: 16px;
    margin-top: 10px;
}

.product-item-tax-content>p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.product-item-tax:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.product-item-tax:hover h3>a {
    color: var(--primary-color);
}

/*SINGLE*/

figure.single-product-image-gallery img {
    width: 100%;
    border-radius: 8px;
}

.single-product-info>h1 {
    font-size: 28px;
    margin-bottom: 3rem;
}

.single-product-info-btn {
    border-bottom: 1px solid #7a7a7a33;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 3rem;
}

.v-sidebar-block.single-sidebar-feature {
    margin-top: 4rem;
/*    border-top: 1px solid #9d9d9d33;*/
    padding-top: 30px;
}

.single-product-info-btn>a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.single-product-info-btn>a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 14px;
    border: 1px solid;
}

.single-product-top {
    margin-bottom: 3rem;
}

.single-product-summary {
    border-top: 1px solid #7b7b7b33;
    padding-top: 2rem;
}

h2.title-summary {
    text-align: center;
    margin-bottom: 3rem;
}

h2.title-summary>span {
    border-top: 3px solid var(--primary-color);
    padding-top: 20px;
}

.v-content-single-post, .v-content-single-post p {
    line-height: 1.8;
    color: #333;
}

.table-thongso tr:nth-child(2n+1) td {
    background: #f4f4f4 !important;
}

.table-thongso tr td:first-child {
    border-left: solid 5px #ddd;
    background: #f4f4f4;
    font-family: var(--third-font);
    width: 30%;
    color: #1b1b1b;
    font-size: 0.9em;
}

.table-thongso td {
    border-top: 1px solid #ffffff;
    height: 50px;
    color: #545454;
}

.table-thongso th, .table-thongso td {
    padding: 7px;
    text-align: left;
}

.table-thongso table td {
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.table-thongso tr > * {
    border-right: 1px solid #ffffff;
}

.table-thongso td {
    border-top: 0px solid #ddd;
}

.table-thongsoth,.table-thongso td {
    padding: 5px;
}

.table-thongso tr > * {
    border-right: 1px solid #ddd;
}

.single-product-related {
    border-top: 1px solid #98989833;
    padding-top: 3rem;
    margin-top: 3rem;
}

h2.title-single-product-related {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4rem;
    font-size: 2.2rem;
}

h2.title-single-product-related:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -12px;
    left: 0;
}

.about-post-content h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

h1.page-title {
    margin-bottom: 2rem;
}

.v-content-single-post p {
    margin-bottom: 1.3em;
}
.v-content-single-post, .v-content-single-post p {
    font-size: 16px;
    line-height: 1.6;
}

.v-content-single-post h1, .v-content-single-post h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.v-content-single-post h3, .v-content-single-post h4, .v-content-single-post h5 {
    margin-bottom: 15px;
    margin-top: 20px;
}