@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-400.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-700.woff2');
    font-weight: 700;
    font-display: swap;
}

:root {
    --header-height: 80px;
    /* --primary-color: #68cb5b; */
    --primary-color: #15701f;
    --secondary-color: #fff;
    --third-color: #f25132;
    --fouth-color: #3fa332;
    --primary-blur-color: #68cB5B33;
}

.row {
    margin-left: -8px;
    margin-right: -8px
}

.container,
[class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-small {
    margin-left: -4px;
    margin-right: -4px
}

.col-small {
    padding-left: 4px;
    padding-right: 4px
}

@media(max-width:767px) {
    #wpadminbar {
        position: fixed !important
    }
}

body {
    font-size: .9375rem;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

* {
    outline: none !important
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

a {
    color: var(--primary-color);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

a:hover {
    color: var(--third-color);
    text-decoration: none
}

ul,
ol {
    padding-left: 20px
}

button {
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

small,
.small {
    font-size: 87.5%
}

.font-size-body {
    font-size: .9375rem !important
}

.lead {
    font-size: 1.125rem
}

.font-weight-semibold {
    font-weight: 600 !important
}

a.text-body:hover,
a.text-body:focus {
    color: var(--third-color) !important
}

a.text-muted:hover,
a.text-muted:focus {
    color: #212529 !important
}

.text-primary {
    color: var(--primary-color)
}

a.text-primary:hover,
a.text-primary:focus {
    color: var(--third-color) !important
}

.text-secondary {
    color: var(--third-color) !important
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    /* background-color: #fe8401 !important */
    background-color: var(--secondary-color) !important;
}

.bg-third {
    background-color: #edeFECA6 !important;
}

.bg-section {
    /* background-color: #689f38; */
    background-color: var(--secondary-color);
}

.bg-light {
    background-color: #ececec !important;
}

.border-primary {
    border-color: var(--primary-color)
}

.bg-cover {
    background-color: #cfd4db;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

.img-cover {
    object-fit: cover
}

.border-secondary {
    border-color: #fe8401 !important
}

.border-bottom-2 {
    border-bottom: 2px solid #dee2e6
}

.rounded-lg {
    border-radius: .5rem !important
}

.svg-4 {
    width: 1.5rem;
    height: 1.5rem
}

.svg-5 {
    width: 1.25rem;
    height: 1.25rem
}

.svg-6 {
    width: 1rem;
    height: 1rem
}

.svg-primary {
    fill: var(--primary-color)
}

.svg-secondary {
    fill: var(--third-color)
}

.svg-muted {
    fill: #999
}

.svg-white {
    fill: #fff
}

@media(max-width:767px) {

    h1,
    .h1 {
        font-size: 1.625rem
    }

    h2,
    .h2 {
        font-size: 1.5rem
    }

    h3,
    .h3 {
        font-size: 1.375rem
    }

    h4,
    .h4 {
        font-size: 1.25rem
    }

    h5,
    .h5 {
        font-size: 1.125rem
    }

    .display-4 {
        font-size: 2rem
    }
}

.form-control::-webkit-input-placeholder {
    color: #898989
}

.form-control::-moz-placeholder {
    color: #898989
}

.form-control:-ms-input-placeholder {
    color: #898989
}

.form-control:-moz-placeholder {
    color: #898989
}

.required {
    color: #f15a29
}

.form-control,
.custom-select,
.btn {
    border-radius: .375rem;
    /* border-radius: 24px; */
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--primary-color);
    box-shadow: none
}

.btn {
    font-weight: 600
}

.btn-sm {
    font-size: .75rem
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--fouth-color);
    border-color: var(--fouth-color)
}

.btn-primary svg,
.btn-primary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #fe8401;
    border-color: #fe8401
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ea7900;
    border-color: #ea7900
}

.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color)
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.btn-light,
.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #212529;
    background-color: #f0f2f5;
    border-color: #f0f2f5
}

.btn-light:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.table th,
.table td {
    padding: .625rem
}

.table th {
    font-size: 1rem;
    font-weight: 600
}

.tab-nav {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    margin-bottom: 1rem
}

.tab-nav a {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    border-bottom: 2px solid transparent;
    display: block;
    padding: .5rem 1.5rem
}

.tab-nav a:hover {
    background-color: #f0f2f5
}

.tab-nav a.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color)
}

.breadcrumb-section {
    /* background-color: #000; */
    padding: 25px 0;
}

.breadcrumb-section .container-fluid {
    max-width: 1230px;
    margin: 0 auto;
}

.breadcrumb-block {
    overflow-y: hidden;
    padding: 3px 0;
}

/* .breadcrumb-block::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
} */

.breadcrumb-block ol {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-block ol li {
    display: inline;
}

/* .breadcrumb-item+.breadcrumb-item::before { */
.breadcrumb-block ol li+li::before {
    /* content: ' ';
    border-top: 2px solid #6c757d;
    border-right: 2px solid #6c757d;
    display: inline-block;
    vertical-align: middle;
    width: .5rem;
    height: .5rem;
    padding-right: 0;
    margin-top: -.25rem;
    margin-right: 1rem;
    transform: rotate(45deg) */
    /* content: "&rarr;"; */
    content: "→";
    display: inline-block;
    padding-right: 0;
    margin-right: 1rem;
}

.breadcrumb-block ol li+li {
    /* padding-left: 0.5rem; */
    padding-left: 1rem;
}

@media(max-width:767px) {
    .single .breadcrumb-block ol li.active {
        display: none
    }
}

.pagination {
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.pagination a {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    background: #f0f2f5;
    border-color: #f0f2f5;
    border-radius: .5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0;
    margin-left: .25rem;
    margin-right: .25rem
}

.pagination a:hover,
.pagination a:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #e2e6ea
}

.pagination li.active a {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.modal-dialog {
    /* min-height: calc(100vh - 3.75rem); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

#searchModal .modal-dialog {
    justify-content: unset;
    margin-top: 15%;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-header {
    background: #f7f7f7
}

.modal-title {
    text-transform: uppercase;
    line-height: 1.2
}

.modal-body {
    padding: 1.5rem
}

.modal-backdrop.show {
    opacity: .7
}

.spin {
    -webkit-animation: spin 1.2s infinite linear;
    -moz-animation: spin 1.2s infinite linear;
    -ms-animation: spin 1.2s infinite linear;
    -o-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear
}

@keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes "spin" {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes "spin" {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes .6s linear infinite;
    animation: progress-bar-stripes .6s linear infinite
}

.accordion .toggler {
    color: #fff;
    background-color: var(--primary-color)
}

.accordion .toggler.collapsed {
    color: var(--primary-color);
    background-color: #fff
}

.accordion .toggler:after {
    content: '-';
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-left: auto;
    transition: all .3s ease 0s
}

.accordion .toggler.collapsed:after {
    content: '+'
}

.accordion-more-info .toggler {
    color: var(--third-color);
    background-color: #f0f2f5
}

.site {
    padding-top: var(--header-height);
}

.admin-bar .site-header {
    top: 46px
}

@media(min-width:782px) {
    .admin-bar .site-header {
        top: 32px
    }
}

.site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-nav .menu {
    display: flex
}

.site-nav .menu>li {
    position: relative
}

.site-nav .menu>li>a {
    /* font-size: 1rem; */
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    /* color: #fff; */
    color: #000;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: block;
    padding: .75rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-nav .menu>li:hover>a,
.site-nav .menu>li.current-menu-item>a,
.site-nav .menu>li.current-category-ancestor>a,
.site-nav .menu>li.current-post-ancestor>a {
    /* color: #fff; */
    color: var(--primary-color);
    /* background: var(--secondary-color) */
}

.site-nav .sub-menu {
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    display: none;
    padding: .5rem 0;
    position: absolute;
    z-index: 12;
    top: 100%;
    left: 0;
    min-width: 15rem
}

.site-nav li:hover>.sub-menu {
    display: block
}

.site-nav .sub-menu>li {
    position: relative
}

.site-nav .sub-menu>li>a {
    color: inherit;
    display: block;
    padding: .5rem 1rem
}

.site-nav .sub-menu>li:hover>a {
    color: var(--primary-color)
}

.site-nav .sub-menu>li>.sub-menu {
    top: 0;
    left: 100%
}

@media(max-width:1199px) {
    .site-nav .menu>li>a {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media(max-width:991px) {
    .site-nav {
        background-color: #fff;
        overflow-y: auto;
        width: 17.5rem;
        position: fixed;
        left: -17.5rem;
        top: 0;
        bottom: 0;
        transition: all .3s ease 0s;
        z-index: 1002
    }

    body.open-site-nav .site-nav {
        left: 0
    }

    .site-overlay {
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0
    }

    .site-nav .menu {
        display: block
    }

    .site-nav .menu>li {
        border-bottom: 1px solid #dee2e6;
        padding: .75rem 2.5rem .75rem .75rem;
        margin-left: 0
    }

    .site-nav .menu>li+li {
        margin-left: 0
    }

    .site-nav .menu>li>a {
        color: #212529;
        /* display: inline; */
        padding: 0
    }

    .site-nav .menu>li>a img {
        width: 18px;
        height: 18px;
    }

    .site-nav .menu>li:hover>a,
    .site-nav .menu>li.current-menu-item>a,
    .site-nav .menu>li.current-category-ancestor>a,
    .site-nav .menu>li.current-post-ancestor>a {
        color: var(--third-color);
        background-color: transparent
    }

    .site-nav .menu>li.menu-item-has-children:before {
        content: ' ';
        border-top: 2px solid #212121;
        border-left: 2px solid #212121;
        cursor: pointer;
        float: right;
        width: .5rem;
        height: .5rem;
        position: absolute;
        top: 1.25rem;
        right: 1rem;
        transform: rotateZ(-135deg);
        transition: all .3s ease 0s
    }

    .site-nav .menu>li.menu-item-has-children:hover:before {
        border-top-color: var(--primary-color);
        border-left-color: var(--primary-color)
    }

    .site-nav .menu>li.menu-item-has-children.active:before {
        transform: rotateZ(45deg)
    }

    .site-nav .menu>li>.sub-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        clear: both;
        display: none;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        margin: .5rem 0
    }

    .site-nav .menu>li:hover>.sub-menu {
        display: none
    }
}

.archive-post:hover,
.aside-cat:hover {
    border-color: var(--primary-color) !important;
}

.ads-banner {
    margin-left: -8px
}

.adsbygoogle,
.adsbygoogle ins,
.adsbygoogle iframe {
    width: 100% !important
}

.adsbygoogle {
    margin-left: 0 !important
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cloud-tags a {
    color: inherit;
    background-color: #e4e4e4;
    border-radius: 50rem;
    display: block;
    padding: .5rem 1rem;
    margin: 0 1rem 1.5rem
}

.cloud-tags a:hover,
.cloud-tags a:focus {
    color: inherit;
    background-color: #c4c4c4
}

.entry-content {
    /* text-align: justify; */
    line-height: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    font-size: 1.375rem;
    /* text-align: center; */
    margin-bottom: 1rem
}

.entry-content h1 {
    font-size: 25px;
}

.entry-content h2 {
    font-size: 22px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h4 {
    font-size: 16px;
}

.entry-content table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%
}

.entry-content table th,
.entry-content table td {
    border-top: 1px solid #dee2e6;
    padding: .75rem
}

.entry-content table th {
    font-weight: 600;
    text-transform: uppercase
}

.entry-content table thead th {
    border-bottom: 2px solid #dee2e6;
    padding: .75rem
}

.entry-content img.centered,
.entry-content .aligncenter,
.term-description img.centered,
.term-description .aligncenter {
    display: table;
    margin: 0 auto 1em
}

.entry-content .wp-caption,
.term-description .wp-caption {
    max-width: 100%
}

.entry-content .wp-caption-text,
.term-description .wp-caption-text {
    font-weight: 400;
    text-align: center;
    background: #eee;
    padding: .5rem
}

.entry-content blockquote {
    box-shadow: inset 0 0 0 0 #e2e4e7;
    border-left: .25rem solid #000;
    padding-left: 1rem
}

.entry-content .wp-block-image {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.entry-content .su-spoiler {
    display: none
}

.list-shares a {
    color: #fff;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    padding: .25rem .5rem
}

.list-shares a:hover {
    opacity: .8
}

.list-shares a.facebook {
    background-color: #455fa1
}

.list-shares a.twitter {
    background-color: #58abf4
}

.list-shares a.pinterest {
    background-color: #cc1d1e
}

.list-shares a.linkedin {
    background-color: #007bb5
}

.list-shares a.email {
    background-color: #1980be
}

.schema-faq-section {
    border: 1px solid #dee2e6;
    padding: 1rem;
    margin-top: -1px
}

.schema-faq-question {
    font-weight: 400;
    cursor: pointer
}

.schema-faq-answer {
    display: none;
    padding-top: 1rem;
    padding-left: 1rem
}

@media(min-width:1200px) {
    .col-archive-post {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .related-posts .col-archive-post {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.site-footer .menu {
    /* margin-left: 2.25rem */
}

.site-footer .menu li {
    margin-right: 1.5rem;
    position: relative;
}

.site-footer .menu li:not(:last-of-type)::after {
    transform: translateY(-50%);
    top: 50%;
    content: "";
    position: absolute;
    width: 1px;
    height: 65%;
    background: #000;
    right: -0.75rem;
}

.site-footer .menu li a {
    color: inherit
}

.site-footer .menu li a:hover {
    color: #ddd
}

.site-footer .socials a svg {
    transition: fill .3s ease 0s
}

.site-footer .socials a:hover svg {
    fill: #ddd
}

.rating .jq-ry-normal-group:hover+.jq-ry-rated-group {
    display: none !important;
}

@media (max-width: 767px) {
    /* .breadcrumb-block {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 22.5px;
    } */
}

/* home custom */
#content,
#masthead>.container-fluid,
#colophon .container-fluid {
    max-width: 1230px;
    margin: 0 auto;
}

#masthead {
    /* min-height: var(--header-height); */
}

.wrap {
    max-width: 1230px;
    margin: 0 auto;
}

.featured-product-home {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.prd-featured-title-wrap {
    width: 50%;
    flex-shrink: 0;
    background-color: var(--primary-color);
}

.featured-title {
    /* width: 25%; */
    /* width: 50%; */
    max-width: 615px;
    float: right;
    /* background-color: #68cb5b !important; */
    /* background-color: var(--secondary-color); */
    /* add */
    color: #fff;
    padding: 20px 15px;
    padding-right: 30px;
}

.featured-title h1 {
    text-shadow: 2px 0 2px #000;
}

.featured-title h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
}

.banner-product-home {
    flex-grow: 1;
    display: flex;
    background-color: #68cb5b !important;
}

.featured-product-skew-wrap {
    transform: skew(-10deg);
    /* width: 25%; */
    /* height: 250px; */
    width: 50%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.banner-product {
    position: relative;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    top: 50%;
    left: calc(50% + 30px);
    transform: skew(10deg) translateX(-50%) translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 30px 45px;
}

/* .banner-product-img-wrap {
    position: absolute;

    top: 0;
    left: 0;
    width: ;
} */

.banner-product-hover-effect::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s linear;
    background-color: #000;
    opacity: 0;
    z-index: 999;
}

.banner-product-content-wrap {
    position: relative;
    width: 93%;
}

.banner-product-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    /* max-width: 93%; */
    max-height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-shadow: 2px 0 2px #000;
}

.banner-button {
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: solid 2px #fff;
    line-height: 1.25rem;
    padding: 0.375rem 0.75rem;
    border-radius: 17px;
    transition: box-shadow .15s ease-in-out;
}

.banner-product-hover-effect.onhover .banner-button {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .35);
    text-shadow: 3px 0 3px #000;
}

.banner-product-hover-effect.nothover::before {
    opacity: .3;
}

.product-text-box {
    max-height: 38.5px;
}

.d-textbox {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.one-line {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.two-line {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product-text-box.two-line {
    height: 38.5px;
}

.copyright-footer {
    /* padding: 30px 0; */
    /* padding-bottom: 30px; */
    padding-top: 30px;
    color: #000;
}

.download-border-image {
    width: 30%;
    position: relative;
}

.download-product-thumb {
    max-width: 8rem;
    width: 100%;
    margin: 0 auto;
}

.download-product-title {
    margin-left: 12%;
    margin-right: 60px;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.download-border-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #000;
}

.btn-back {
    border-radius: 50%;
    background-color: #f0f2f5;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

.waiting {
    margin: 30px auto;
    text-align: center;
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    color: #fff !important;
    /* background-color: #68cb5b; */
    background-color: var(--primary-color);
    box-shadow: 0 .25rem 1rem 0 rgba(58, 121, 50, .25), 0 0 0 .5rem rgba(104, 203, 91, .15)
}

.waiting-process {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3rem 0 0 -3rem;
    width: 6rem;
    height: 6rem;
    animation: rotate-around 2s infinite linear
}

.waiting-process svg {
    width: -4px;
    height: -4px;
    position: absolute;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.product-title-detail.font-size-24 {
    line-height: 31px;
}

.product-thumb-detail {
    width: 160px;
    height: 160px;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.news-item-title {
    text-shadow: 2px 0 2px #000;
    transition: all .3s linear;
}

.bg-cover:hover .news-item-title {
    color: var(--third-color) !important;
}

.category-description {
    text-align: justify;
    line-height: 30px;
}

.svg-gray {
    color: gray;
}

.table-overview {
    /* margin-bottom: 30px; */
    margin-bottom: 0;
}

.table-overview th {
    width: 45%;
    font-size: 16px;
}

.table-overview th svg {
    width: 20px;
    height: 20px;
}

.table-overview td {
    width: 55%;
    font-size: 16px;
}

.download-add-info {
    padding-left: 40px;
    position: relative;
}

.download-add-info svg {
    position: absolute;
    top: 0;
    left: 0;
}

.download-add-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download-add-info ul li {
    display: inline-block;
    margin-right: 8px;
}

.product-detail-add-info {
    padding: 0;
    margin: 0;
}

.add-info-item {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}

.add-info-item:not(:last-of-type) {
    margin-right: 24px;
}

.add-info-content {
    font-size: 14px;
    line-height: 30px;
}

.add-info-content p {
    margin-bottom: 0;
}

.entry-content.news-content h1,
.entry-content.news-content h2,
.entry-content.news-content h3,
.entry-content.news-content h4,
.entry-content.news-content h5,
.entry-content.news-content h6,
.entry-content.product-content h1,
.entry-content.product-content h2,
.entry-content.product-content h3,
.entry-content.product-content h4,
.entry-content.product-content h5,
.entry-content.product-content h6 {
    font-weight: 700;
}

.search-btn {
    cursor: pointer;
}

.nav-cat-title {
    font-size: 13px;
    line-height: 13px;
}

/* .adm-glyphicon {
    font-size: 25px;
} */

.entry-content img {
    height: auto !important;
    /* display: none; */
}

.entry-content p {
    word-break: break-word;
}

@keyframes rotate-around {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:1400px) {
    .featured-title h2 {
        font-size: 38px;
        padding: 30px;
    }
}

@media (max-width:1199px) {
    .featured-title h2 {
        font-size: 32px;
        padding: 30px 15px;
        line-height: 60px;
    }

    .banner-product-title {
        font-size: 22px;
        padding: 0 15px;
    }

    .banner-button {
        font-size: 13px;
    }

    /* .home-banner-featured-title {
        font-size: 25px;
    } */
}

@media (max-width: 1100px) {
    /* .banner-product {
        padding: 1rem;
    } */
}

@media (max-width: 991px) {
    .prd-featured-title-wrap {
        width: 100%;
    }

    .featured-title {
        width: 100%;
        max-width: unset;
        float: unset;
    }

    .featured-product-home {
        flex-wrap: wrap;
    }

    .nav-cat-title {
        font-size: 14px;
        line-height: 14px;
    }

    .btn-show-home-banner {
        font-size: 14px;
        padding: 6px 10px;
    }
}


@media (max-width: 767px) {
    .banner-product-home {
        flex-wrap: wrap;
    }

    .banner-button {
        display: none;
    }

    .banner-product-title {
        margin-bottom: 0;
    }

    .product-thumb-detail {
        width: 80px;
        height: 80px;
    }

    .product-name-detail {
        font-size: 16px !important;
    }

    .breadcrumb-block {
        overflow-x: scroll;
    }

    .breadcrumb-block ol {
        height: 22.5px;
        text-wrap: nowrap;
    }
}

@media (max-width: 575px) {
    .site-footer .menu li {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }

    .download-border-image::after {
        display: none;
    }

    .download-border-image {
        width: 100%;
    }

    .table-overview th,
    .table-overview td {
        width: 50%;
        font-size: 13px;
    }

    .table-overview th svg {
        width: 16px;
        height: 16px;
    }

    .download-product-title {
        margin-right: 0;
        margin-left: 0;
    }

    .banner-prd:first-of-type .home-banner-featured-title {
        padding: 0 10px 0 26px;
    }
}

/* new site */
.btn-green {
    background-color: #68cb5b;
    color: #fff;
    box-shadow: 0 0.5rem 1.5rem 0 #68cB5B33;
}

.btn-dark {
    background-color: #000;
    color: #fff;
}

.btn-dark:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.home-banner {
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    overflow: hidden;
    background: linear-gradient(to bottom right, #142f52, #8a5e2d);
}

.home-banner .wrap {
    max-width: 1920px;
    margin: 0 auto;
}

.home-banner-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 1px 0 2px #000;
}

.home-banner-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.home-banner-content-wrap {
    padding: 68px 40px 68px 0;
}

.home-banner-skew-content {
    transform: skew(10deg) translateY(-50%);
    padding: 0px 23px 0 50px;
    position: relative;
    top: 50%;
}

.home-banner-prd {
    display: flex;
    position: relative;
    justify-content: center !important;
}

.home-banner-prd .banner-content {
    width: 50%;
    background-color: #f77a4c;
    flex-shrink: 0 !important;
}

.home-banner-prd .banner-prd {
    /* width: calc(55% / 5); */
    width: 286px;
}

/* .home-banner-skew-wrap {
    position: relative;
    transform: skew(-10deg);
    overflow: hidden;
}

.home-banner-skew-prd {
    display: block;
    width: calc(100% + 70px);
    height: calc(100% + 70px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50%;
    left: calc(50% + 30px);
    transform: skew(10deg) translateX(-50%) translateY(-50%);
} */

.home-banner-skew-wrap {
    position: relative;
    transform: skew(-10deg);
    overflow: hidden;
}

.home-banner-skew-prd {
    display: block;
    width: 360px;
    height: 360px;
    position: relative;
    top: 50%;
    left: calc(50% + 30px);
    transform: skew(10deg) translateX(-50%) translateY(-50%);
}

.home-banner-skew-prd img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-category-product {
    padding: 0;
}

.cat-prd-item {
    display: inline-block;
    --prd-icon-size: 42px;
    width: var(--prd-icon-size);
    height: var(--prd-icon-size);
    transition: all .15s linear;
    vertical-align: middle;
}

.cat-prd-item {
    margin-left: -1px;
}

.cat-prd-item img {
    transition: all .15s linear;
}

.cat-prd-item img:hover {
    transform: scale(1.05);
}

.cat-item-more {
    width: var(--prd-icon-size);
    height: var(--prd-icon-size);
    line-height: var(--prd-icon-size);
    text-align: center;
    background-color: var(--primary-blur-color);
    display: block;
}

.cat-item-more:hover {
    filter: brightness(0.8);
}

.cat-item-more .dot {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.menu-item>a>svg {
    display: block;
    width: 100%;
}

.btn-download-top {
    border-radius: 50px;
    font-size: 24px;
}

.home-banner-featured-title {
    position: absolute;
    left: 0;
    /* font-size: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    bottom: 15px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 0 2px #000;
}

.home-banner-skew-wrap:first-of-type .home-banner-featured-title {
    padding-left: 30px;
}

.site-logo img {
    height: 32px;
    width: auto;
}

.table-of-contents .content-menu-item {
    font-size: 14px;
    /* padding: 10px 0; */
    color: #000;
    /* font-style: italic; */
}

.table-of-contents .content-menu-item:hover {
    color: var(--third-color);
}

.chevron-icon {
    rotate: 180deg;
    transition: all .2s linear;
}

.content-menu-header {
    font-weight: bold;
}

.content-menu-header:not(:first-of-type) {
    padding-top: .5rem;
    border-top: 1px solid #e6eaef;
    border-radius: 1px;
}

.faq-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
}

.faq-card {
    background-color: #e1faff;
    border: 1px solid #20a9ac;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.faq-card.collapsed {
    background-color: #fff;
    border: 1px solid #777;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .1);
}

.editor-avatar {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.editor-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author-bio {
    background-color: #FFF;
    padding: 16px;
    padding-top: 20px;
    margin-bottom: 12px;
}

.author-info-wrap {
    text-align: center;
    margin-bottom: 12px;
}

.author-info-wrap .author-avatar {
    display: inline-block;
    width: 112px;
    height: 112px;
}

.author-info-wrap .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.product-author-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spacer {
    margin: 16px 0;
    width: 100%;
    height: 1px;
    background-color: rgb(238, 238, 238);
}

.product-author-avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.product-author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.product-author-role {
    display: inline-block;
    line-height: normal;
    padding: 3px 6px;
    font-size: 9px;
    background-color: var(--primary-blur-color);
    color: #333;
    border-radius: 4px;
    vertical-align: middle;
}

.author-info-wrap .author-info .author-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.author-info-wrap .author-info .author-role {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    padding: 2px 8px;
    line-height: 25px;
    background-color: var(--primary-blur-color);
    color: #333;
    border-radius: 4px;
}

.author-social {
    list-style: none;
    margin: 0;
    padding: 12px 0 4px;
    text-align: center;
}

.author-social-item {
    display: inline-block;
}

.author-social-item:not(:last-of-type) {
    margin-right: 6px;
}

.author-social-item:hover svg {
    fill: var(--primary-color);
}

.author-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    text-align: center;
}

.author-tags .author-tag-item {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--fouth-color);
    color: #FFF;
    border-radius: 4px;
    transition: all .2s linear;
}

.author-tags .author-tag-item:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

.author-description {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
}

.author-description p {
    margin-bottom: 6px;
}

.reviewed-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
}

.author-switch-view {
    padding: 12px 0;
}

.author-switch-view a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.author-switch-view a.active {
    background-color: var(--primary-blur-color);
}

.product-in-content-wrapper {
    padding: 16px;
    background-color: var(--primary-blur-color);
    border-radius: 8px;
}

.product-in-content-img-wrap {
    width: 135px;
    height: 135px;
    margin-right: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-in-content-img-wrap img {
    width: 100%;
    border-radius: 16px;
}

.product-in-content-info {
    flex-grow: 0;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in-content-title {
    font-size: 16px;
    font-weight: bold;
}

.in-content-description {
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.in-content-description p {
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    /* .home-banner-featured-title {
        font-size: 20px;
    } */

    .banner-prd:first-of-type .home-banner-featured-title {
        padding: 0 10px 0 30px;
    }

    .btn-download-top {
        font-size: 18px;
    }

    .cat-prd-item {
        --prd-icon-size: 40px;
    }

    #masthead .container-fluid {
        justify-content: space-between !important;
        height: var(--header-height);
    }

    .home-banner-skew-content {
        transform: skew(10deg);
        /* top: 20px; */
        position: static;
        padding: 20px 5px 20px 30px;
    }

    .home-banner-skew-wrap.banner-content {
        position: absolute;
        top: 0;
        /* left: 0; */
        /* width: 100%; */
        left: -10%;
        padding: 0 15% 0 10%;
        width: 120%;
        /* height: 50%; */
        background-color: transparent;

    }

    .home-banner-skew-wrap.banner-content::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 120%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
    }

    .home-banner-skew-wrap.banner-content .btn-dark {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .home-banner-skew-wrap.banner-content .btn-dark:hover {
        background-color: #000;
        border-color: #000;
    }
}

@media (max-width: 767px) {
    /* .home-banner-skew-wrap.banner-prd {
        width: calc(100% / 5);
        height: 200px;
        transform: unset;
    } */

    /* .home-banner-skew-prd {
        width: 200px;
        height: 200px;
        top: 0;
        left: 50%;
        transform: skew(0deg) translateX(-50%);
    } */

    .breadcrumb-section {
        padding-bottom: 5px;
    }

    .home-banner {
        background: unset;
    }

    .home-banner .home-banner-title {
        color: black;
        text-shadow: unset;
    }

    .home-banner .home-banner-description {
        color: black;
    }

    .home-banner-skew-wrap {
        transform: unset !important;
    }

    .home-banner-prd {
        display: block;
    }

    .home-banner-skew-prd {
        transform: translateX(-50%) translateY(-50%);
        /* width: 300px; */
        /* height: 300px; */
        width: 100%;
        height: 250px;
        left: 50%;
    }

    .home-banner-prd .banner-prd {
        width: 100%;
        height: 150px;
    }

    .home-banner-prd .banner-prd:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .home-banner-skew-content {
        transform: skew(0);
        padding: 10px 0 12px 15px;
    }

    .home-banner-featured-title {
        text-align: left;
    }

    .featured-product-skew-wrap {
        width: calc(100% / 3);
        height: 250px;
        /* transform: unset; */
    }

    .banner-prd:first-of-type .home-banner-featured-title {
        padding: 0 10px;
    }

    /* .home-banner .wrap {
        position: relative;
    }

    .home-banner .wrap::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 120%;
        height: 70%;
        background-color: #000;
        opacity: 0.3;
        z-index: 1;
    } */

    .home-banner-title {
        font-size: 20px;
        line-height: unset;
        margin-bottom: 8px;
    }

    /* .banner-product {
        width: 100%;
        height: 100%;
        top: unset;
        left: unset;
        transform: unset;
    } */

    .prd-featured-title-wrap {
        background-color: unset;
    }

    .prd-featured-title-wrap .featured-title {
        color: black;
        padding-top: 8px;
    }

    .prd-featured-title-wrap .featured-title h1 {
        text-shadow: unset;
    }

    .product-in-content-info {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .cat-prd-item {
        --prd-icon-size: 32px;
    }

    .banner-product-home {
        background-color: unset !important;
    }

    /* .home-banner-skew-wrap.banner-content {
        height: 54%;
    } */

    /* .home-banner-prd {
        display: block;
    } */

    /* .home-banner-skew-wrap.banner-prd {
        width: 100%;
        height: 150px;
    } */

    /* .home-banner-skew-prd {
        width: 100%;
        top: 50%;
        left: 0;
        transform: skew(0deg) translateY(-50%);
    }

    .home-banner-skew-prd img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    } */

    .featured-product-skew-wrap {
        width: 100%;
        height: 150px;
        transform: none;
    }

    .banner-product {
        width: 100%;
        height: 100%;
        top: unset;
        left: unset;
        transform: none;
        padding: 15px;
    }

    .banner-product-title {
        padding: 0;
    }

    .featured-product-skew-wrap:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .product-in-content-img-wrap {
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }

    .in-content-description {
        font-size: 13px;
        line-height: 22px;
        -webkit-line-clamp: 1,
    }
}

/* Fix */
.category-show {
    background: #e27804;
    color: #FFF !important;
    border-radius: 8px;
    padding: 4px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.category-show:hover {
    color: #000 !important;
}

.waiting-product {
    margin: 30px auto;
    text-align: center;
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    color: #fff !important;
    /* background-color: #68cb5b; */
    background-color: var(--primary-color);
    box-shadow: 0 .25rem 1rem 0 rgba(58, 121, 50, .25), 0 0 0 .5rem rgba(104, 203, 91, .15)
}

.waiting-product-process {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3rem 0 0 -3rem;
    width: 6rem;
    height: 6rem;
    animation: rotate-around 2s infinite linear
}

.waiting-product-process svg {
    width: -4px;
    height: -4px;
    position: absolute;
}

.product-detail-category {
    color: #212529;
}

.product-detail-category:hover {
    color: var(--third-color);
}

.product-detail-title {
    font-size: 30px;
}

@media (max-width: 767px) {
    .product-detail-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .category-show {
        font-size: 12px;
    }

    .product-detail-title {
        font-size: 20px;
    }
}

/* share modal */
.share-modal {display: none;position: fixed;z-index: 9999;left: 0; top: 0;width: 100%; height: 100%;overflow: auto;}
.share-modal-ovelay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.7;}
.share-modal-content {position:relative;top: 85px;padding: 20px;max-width: 545px;width: 100%;margin: 0 auto;text-align: center;color: #FFF;}
.share-icons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 20px;}
.share-icons a {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 70px;height: 70px;border-radius: 50%;color: white;font-size: 38px;text-decoration: none;}
.share-icons span { font-size: 10px;margin-top: 4px;color: black;}
.share-close-btn {position: absolute;font-size: 28px;cursor: pointer;width: 35px;top: 25px;right: 25px;height: 35px;line-height: 35px;text-align: center;border-radius: 50%;background-color: #FFF;color: #000;}

/* Color class cho từng nền tảng */
.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-reddit { background: #ff4500; }
.share-whatsapp { background: #25d366; }
.share-vk { background: #4c75a3; }
.share-line { background: #00c300; }
.share-gmail { background: #d44638; }
.share-google { background: #4285F4; }
.share-email { background: #777; }
.share-addthis { background: #ffcc00; color: black; }
.share-linkedin { background: #0077b5; }
.share-print { background: #555; }
.share-pinterest { background: #bd081c; }
.share-messenger { background: #0084ff; }
.share-weibo { background: #e6162d; }
.share-blogger { background: #f57d00; }
.share-zakladok { background: #0056a1; }
.share-amazon { background: #ff9900; }
.share-telegram { background: #0088cc; }
.share-myspace { background: #000000; }
.share-viber { background: #665cac; }
.share-odnoklassniki { background: #ee8208; }
.share-qrcode { background: #333; }