::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #71bf44;
    --primary-color3: #ed1c2a;
    --text-primary: #e8c89b;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    left: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
.header-hotline {
    color: #fff !important;
    margin: 0px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
}

/**menu**/
.header-bottom {
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color2));
    border-top: 2px solid var(--primary-color2);
    box-shadow: 2px 2px 20px #00000047;
}

/**menu**/
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    text-align: center !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color2) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid var(--primary-color2);
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

div#wide-nav ul.nav.header-nav li {
    margin: 0px !important;
}

div#wide-nav ul.nav.header-nav li a {
    color: #fff;
    padding: 0px 10px !important;
    font-size: 15px;
}

div#wide-nav ul.nav.header-nav li:last-child a {
    padding-right: 0px !important;
}

/**footer**/
footer#footer {
    background: var(--primary-color);
    padding: 30px 0 10px 0;
}

footer#footer .footer-social a {
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a:not(:last-child) {
    margin: 0 8px 0 0;
}

footer#footer .footer-social a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

footer#footer .footer-social a:hover img {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.borderRight {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

footer#footer p, footer#footer a, footer#footer .footer-description {
    color: #fff;
    font-size: 15px
}

footer#footer p {
    margin: 0 0 8px 0;
}

footer#footer .footer-menu ul li {
    border-color: rgba(255, 255, 255, 0.1) !important;
    position: relative;
}

footer#footer .footer-menu ul li:before {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

footer#footer p.company-name {
    text-transform: uppercase;
}

footer#footer .footer-title {
    margin: 0 0 10px 0;
}

footer#footer .footer-title h3 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

footer#footer .footer-dk a:not(:last-child) {
    margin: 0 8px 0 0;
    display: inline-block;
}

footer#footer .footer-dk img {
    width: 120px;
}

.footer-copyright {
    border-top: 4px solid var(--primary-color2);
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color2));
}

/*8icon*/
.icon-section {
    background-image: url(../images/dive-1.png);
    background-position: center 0;
    min-height: 63px !important;
    background-repeat: no-repeat;
    top: -26px;
    z-index: 11;
    position: relative !important;
    margin-bottom: -63px;
}

.border-home {
    box-shadow: 2px 2px 20px #00000047;
    background: rgb(247 246 246);
    border: 1px solid #ece9eaa6;
    padding: 5px !important;
    margin: auto !important;
}

.button_for_primary {
    font-size: 14px;
    border: 1px solid #fff !important;
}

/**icon**/
.tg__icon {
    display: flex;
    align-items: center;
}

.tg__icon p {
    color: #fff;
    margin: 0px;
}

.tg__icon h3 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

/**title**/
.home-title {
    margin: 0 !important;
}

.home-title b {
    display: none !important;
}

.home-title h3.section-title {
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 0;
    font-size: 25px;
}

.home-title .section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line-1.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}

.button_for_width {
    background: var(--primary-color2) !important;
    width: 100%;
    font-size: 18px !important;
    margin: 0px !important;
}

.owl-dots {
    display: none !important;
}

.slide-product .owl-dots {
    margin-top: 10px;
    display: block !important;
}

.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

.owl-dots {
    display: none !important;
    text-align: center;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
    border: 1px solid var(--primary-color2) !important;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color2) !important;
}

/*8video**/
.con_so p {
    color: #fff;
}

.con_so_item h3.con_so_title {
    font-size: 16px;
}

.con_so_item p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.col-br:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/**tab**/
.tg-tab li {
    margin: 0 5px !important;
}

.tg-tab li a {
    border-radius: 4px;
    transform: skew(15deg);
    color: var(--primary-color);
    text-transform: none !important;
    letter-spacing: 0;
    background: #fff;
    border: 2px solid #073502;
}

.tg-tab li.active a {
    color: var(--primary-color2);
    border: 2px solid var(--primary-color2);
    text-transform: unset !important;
}

.tg-tab li a:hover {
    border: 2px solid var(--primary-color2);
    color: var(--primary-color2);
}

.tg-tab li a span {
    font-size: 15px;
    transform: skew(-15deg);
    text-transform: unset !important;
    font-weight: normal;
    padding: 0px 15px !important;
}

.tg-tab .tab-panels {
    margin-top: 20px !important;
}

/**blog**/
.box-blog-post .is-divider {
    display: none !important;
}

.post-item h5.post-title a {
    color: var(--primary-color);
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 15px;
}

.home-color h3 {
    color: var(--primary-color) !important;
}

/**review**/
.review-item p {
    color: var(--primary-color) !important;
}

.review-item h3 {
    margin: 15px 0 10px 0 !important;
    color: var(--primary-color) !important;
}

/**breadcrumbs**/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase, p.woocommerce-result-count.hide-for-medium {
    font-size: 15px;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase span, nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    font-size: 15px;
}

/**product cat**/
.shop-page-title .page-title-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-n: 10px !important;
}

form.woocommerce-ordering select {
    box-shadow: unset !important;
    background-color: #fff !important;
}

.tax-product_cat #main,
.woocommerce-shop #main,
.tax-product_cat #wrapper,
.woocommerce-shop #wrapper,
.single-product #main,
.single-product #wrapper {
    background: #fef6eb !important;
}

.category-entry {
    margin: 20px 0 30px 0 !important;
}

/**single**/
.archive-content, .category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px
}

.category-description p, .entry-content b, .category-descriptiont ul li, .entry-content ul li, .entry-content ol li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul, .category-description ol, .entry-content ol, .entry-content ul {
    margin-left: 15px !important;
}

.category-description, .entry-content {
    font-size: 15px;
}

.archive-content h1, .archive-content h2, .archive-content h3, .archive-content h4, .archive-content h5, .archive-content h6 {
    color: var(--primary-color)
}

/*product-item**/
.product-item {
    background-color: #FFFDFA;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.product-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-content {
    padding: 10px;
}

.product-item .product-content h4 a {
    color: #000;
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 10px;
    height: 45px;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color)
}

.product-item .product-content .product-price ins,
.product-item .product-content .product-price ins span,
.product-item .product-content .product-price b {
    color: #ff3333;
    font-size: 15px;
}

.product-item .product-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 5px;
}

.product-item .product-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    float: left;
    height: 60px;
    border: 1px solid #f2f2f2;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color2);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    border-bottom: 2px solid var(--primary-color);
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.widget-title h3, .widget-title span {
    color: var(--primary-color);
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**category**/
header.archive-page-header {
    display: none;
}

.badge-inner {
    text-align: center;
    color: #fbdc09 !important;
    text-shadow: 2px 2px 2px rgb(37 4 4 / 75%);
}

.row-divided > .col + .col:not(.large-12) {
    border: 0 !important;
}

.category-archive .post-item .box-image {
    height: 240px !important;
}

.category-archive .post-item .box-image img,
.category-archive .post-item .image-cover {
    height: 100% !important;
    padding: 0px !important;
}

.category-archive .post-item .box-text {
    text-align: left !important;
    padding: 15px 0 0 0 !important;
}

.category-archive .post-item h5.post-title a {
    text-align: left !important;
}

.post-sidebar {
    border: 1px solid #e2dfe0;
    border-radius: 3px;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins,
.widget-post-list .widget-post-item .widget-post-content .product-price ins span,
.widget-post-list .widget-post-item .widget-post-content .product-price b {
    color: #ff3333;
    font-size: 14px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price del {
    color: gray;
    font-size: 13px;
    margin-left: 5px;
}

/**breadcrumbs**/
section.breadcrumbs {
    padding: 6px 0 !important;
    background: #f2f2f2;
}

section.breadcrumbs a, section.breadcrumbs span {
    font-size: 15px;
    color: #000;
}

section.breadcrumbs p {
    margin: 0;
}

/**single**/
.entry-category {
    margin: 0 0 5px 0;
}

.entry-category a, h1.entry-title {
    color: var(--primary-color);
}

.product-info p.price.product-page-price ins,
.product-info p.price.product-page-price ins span,
.product-info p.price.product-page-price b {
    color: #ff3333;
    font-size: 20px;
}

.product-info p.price.product-page-price del {
    color: gray;
    font-size: 16px;
    margin-left: 5px;
}

.product-info .price {
    margin: 10px 0 15px 0;
}

.product-info {
    padding-top: 0px !important;
}

.post-related {
    margin: 0 0 30px 0;
}

button.single_add_to_cart_button.button.alt {
    background: var(--primary-color) !important;
}

.badge-container {
    margin: 10px;
    text-align: right;
    width: 100%;
}

.badge-container span.onsale {
    position: absolute;
    top: 5px;
    right: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
    font-size: unset !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0px !important;
    padding-top: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content li a {
    font-size: 1.6em;
    text-transform: unset;
}

/**contact**/
.input_contact {
    border-radius: 4px !important;
    color: #827d7d !important;
    border: 1px solid var(--primary-color) !important;
    height: 35px;
    background: rgba(0, 0, 0, 0.1) !important;
    box-shadow: unset !important;
}

.textarea_contact {
    border-radius: 4px !important;
    color: #827d7d !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: unset !important;
}

.button_contact {
    border-radius: 4px !important;
}

.sec-dai-ly p {
    font-size: 16px;
}

.sec-dai-ly h3 {
    font-size: 22px;
}

/**dai ly**/
.tg-accordion a i {
    color: #fff;
}

.tg-accordion a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.tg-accordion a {
    color: #264EE4;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
}

.tg-accordion .accordion-item {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px !important;
    border: 0px !important;
    position: relative;
    background: var(--primary-color);
}

.tg-accordion a {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0px !important;
    padding: 15px;
    border: 0px !important;
    color: #fff;
}

.tg-accordion a.active {
    color: #fff;
}

.tg-accordion .nv-body {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
}

.tg-accordion {
    margin-bottom: 25px;
}

.tg-accordion a button.toggle {
    position: absolute;
    right: 0px;
    left: unset;
    margin: 0px !important;
    top: 50%;
    transform: translateY(-50%);
}

.tg-accordion .accordion-inner {
    padding: 15px !important;
    background: rgba(113, 191, 68, 0.5) !important;
}

.tg-accordion a span {
    width: 90%;
    color: #fff;
    line-height: 22px;
}

.button_for_white {
    background: #fff !important;
    color: var(--primary-color) !important;
    border-radius: 5px !important;
    padding: 5px 15px !important;
}

.button_for_white span, .button_for_white i {
    color: var(--primary-color) !important;
}

/**tuyen dung**/
.recruit-sec h1, .recruit-sec h2, .recruit-sec h3, .recruit-sec h4, .recruit-sec h5, .recruit-sec h6 {
    color: var(--primary-color)
}

.recruit-sec ul li, .recruit-sec ol li, .recruit-sec p {
    margin: 0 0 10px 0;
}

.recruit-sec ul, .recruit-sec ol {
    margin-left: 15px !important;
}

.contact-address p {
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.contact-address p.company-name {
    text-transform: uppercase;
}

.color-sec, .color-sec a {
    color: #610404
}

.color-sec a {
    font-weight: 700;
}

.tg_icon_p {
    margin: -55px 0 0 0;
    text-align: center;
}

.tg_icon_p .icon-box-img {
    margin: 0 auto 5px !important;
    border: 3px solid white;
    border-radius: 99%;
}

.tg_icon_p h5.uppercase {
    color: var(--primary-color);
    text-align: center;
    font-size: 17px;
    margin: 15px 0 10px 0;
    letter-spacing: 0;
}

.tg_icon_p p {
    font-size: 15px;
}