﻿
body {
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 14px;
}

html, body {
    overflow-x: hidden;
}

/** {
    max-width: 100%;
}*/
.owl-carousel-featured {
    border-right: none;
}

.header-custom {
    background: #fff;
}

.top-bar-custom {
    background: #9e1e1b;
    color: #fff;
    font-size: 14px;
}

    .top-bar-custom a {
        color: #fff;
    }

        .top-bar-custom a:hover {
            color: #fff;
        }

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    flex-wrap: wrap;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

    .top-bar-left .top-brand {
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .top-bar-left .top-item i {
        margin-right: 6px;
    }

    .top-bar-right .cart-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

        .top-bar-right .cart-link i {
            font-size: 16px;
        }

    .top-bar-right .cart-count {
        background: #9e1e1b;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 6px;
        padding: 2px 6px;
        font-size: 12px;
        min-width: 22px;
        text-align: center;
    }

.middle-bar-custom {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.middle-bar-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    flex-wrap: wrap;
}

    .middle-bar-inner .brand-logo img {
        height: 70px;
    }

.header-custom .header-search {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1 1 520px;
    max-width: 560px;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 6px 10px;
    border: 1px solid #e3e3e3;
    margin: 0 auto;
}

    .header-custom .header-search input {
        border: none;
        background: transparent;
        flex: 1;
        outline: none;
        font-size: 14px;
        padding: 8px 14px;
        box-shadow: none;
        min-width: 0;
    }

    .header-custom .header-search button {
        border: none;
        background: #fff;
        color: #111;
        font-size: 16px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
        padding: 0;
    }

    .header-custom .header-search input,
    .header-custom .header-search button {
        -webkit-appearance: none;
        appearance: none;
    }

.btn-quote {
    background: #9e1e1b;
    color: #fff;
    padding: 10px 22px;
    border-radius: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

    .btn-quote:hover {
        color: #fff;
    }

.hotline-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #111;
    padding-left: 18px;
    border-left: 1px solid #e3e3e3;
}

.middle-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.hotline-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
}

.hotline-number {
    color: #9e1e1b;
    font-weight: 700;
    font-size: 18px;
}

.nav-bar-custom {
    background: #f1f1f1;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.category-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
}

    .category-nav ul li {
        position: relative;
    }

        .category-nav ul li a {
            color: #111;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .category-nav ul li.has-children > a:after {
            content: "\25BE";
            font-family: inherit;
            font-weight: 700;
            font-size: 14px;
            color: #111;
            margin-left: 6px;
        }

.mobile-category-nav ul li.has-children > a:after {
    content: "\25BE";
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #111;
    margin-left: 6px;
}

.category-nav ul li:hover > a {
    color: #9e1e1b;
}

.category-nav .sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    padding: 10px 0;
    display: none;
    z-index: 10050;
}

    .category-nav .sub-menu li {
        padding: 0 10px;
        white-space: nowrap;
    }

        .category-nav .sub-menu li a {
            color: #111;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 15px;
            display: block;
            padding: 6px 0;
            padding-right: 18px;
        }

.category-nav ul li:hover > .sub-menu {
    display: block;
}

.category-nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    padding: 5px 0px;
    display: none;
}

.category-nav .sub-menu li:hover > .sub-menu {
    display: block;
}

.category-nav .sub-menu li.has-children > a:after {
    content: "\203A";
    font-family: inherit;
    font-weight: 700;
    font-size: 23px;
    color: #9e1e1b;
    position: absolute;
    right: 12px;
    top: 44%;
    transform: translateY(-50%);
}

.category-nav .sub-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

@media (max-width: 991px) {
    .top-bar-custom {
        display: none;
    }

    .middle-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .header-search {
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        flex: none;
        height: auto;
    }

    .category-nav ul {
        gap: 10px;
    }

    .nav-bar-custom {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
    }

    .middle-actions {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .products-section > .container > .row {
        display: flex;
        flex-direction: column;
    }

        .products-section > .container > .row > .col-xl-3,
        .products-section > .container > .row > .col-lg-4 {
            order: 1;
        }

        .products-section > .container > .row > .col-xl-9,
        .products-section > .container > .row > .col-lg-8 {
            order: 2;
        }
}

@media (max-width: 991px) {
    .products-section > .container > .row > div:first-child {
        order: 1;
    }

    .products-section > .container > .row > div:last-child {
        order: 2;
    }
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    border-radius: 6px;
    margin-left: auto;
}

    .mobile-menu-toggle span {
        width: 20px;
        height: 2px;
        background: #9e1e1b;
        display: block;
    }

a#mobileCartToggle {
    display: none;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        position: absolute;
        right: 12px;
        top: 32px;
        z-index: 10030;
        background: #fff;
    }

    a#mobileCartToggle {
        position: absolute;
        right: 60px;
        top: 32px;
        padding: 3px 10px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        display: block;
    }

    .header-custom .header-search {
        padding: 8px 12px;
        border-radius: 22px;
        min-height: 0;
        height: 44px;
        align-items: center;
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        margin: 12px 0 0;
    }

        .header-custom .header-search input {
            padding: 6px 10px;
            font-size: 14px;
            height: 28px;
            line-height: 28px;
        }

        .header-custom .header-search button {
            width: 32px;
            height: 32px;
            font-size: 14px;
        }
}

@media (max-width: 575px) {
    .header-custom .header-search {
        flex: 0 0 auto;
        height: 44px;
        position: absolute;
        width: 200px;
        left: 21%;
    }

    .hero-arrows .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        text-align: center;
        line-height: 34px;
        font-size: 23px;
    }

    .hero-arrows .prev {
        left: 10px;
    }

    .header-custom .header-search input {
        height: 28px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .products-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .products-section .padding-mobile .col-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .products-section .products-wrapper .row.padding-mobile {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .products-section .products-wrapper .row.padding-mobile > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px;
    }

    .products-section .products-wrapper .custom-box-product.product {
        margin: 0 !important;
    }
}

@media (max-width: 575px) {
    .products-section .col-xs-6 {
        float: left;
        width: 50%;
    }
}

.mobile-menu-panel {
    display: none;
    background: #fff;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
}

body.mobile-menu-open .mobile-menu-panel {
    display: block;
    visibility: visible;
    opacity: 1;
}

.mobile-top-links {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.product-header .badge {
    background: #9e1e1b none repeat scroll 0 0;
    border: 1px solid #9e1e1b;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.product-code-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fbe5b4;
    color: #9e1e1b;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border: 1px solid #e7c87a;
    margin-top: 6px;
}

.releted-product-section {
    padding-top: 30px;
}

.projects-section .project-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .project-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    }

.project-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.project-card__body {
    padding: 16px;
}

.project-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2545;
    line-height: 1.3;
    margin-bottom: 6px;
}

.project-card__summary {
    font-size: 13px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.project-detail__title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.project-detail__summary {
    padding: 12px 16px;
    background: #fff8e6;
    border: 1px solid #f3d9a0;
    border-radius: 10px;
    color: #6b4c00;
    margin: 12px 0 18px;
}

.project-detail__gallery {
    margin-top: 16px;
    padding: 10px 0 18px;
}

.project-detail__gallery-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 14px;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.project-gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
    display: block;
}

@media (max-width: 1199px) {
    .projects-section .project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .projects-section .project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .projects-section .project-grid {
        grid-template-columns: 1fr;
    }

    .project-card__image img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .mobile-top-links {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

        .mobile-top-links li {
            list-style: none;
            width: 100%;
        }
}

.mobile-top-links li a {
    color: #111;
    font-weight: 600;
}

.mobile-category-nav ul {
    flex-direction: column;
    gap: 0;
}

    .mobile-category-nav ul li a {
        padding: 8px 0;
        line-height: 1.3;
        width: 100%;
        justify-content: space-between;
    }

.mobile-category-nav .sub-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0 0 0 12px;
    display: none !important;
}

    .mobile-category-nav .sub-menu li a {
        padding: 9px 0;
    }

.mobile-category-nav li.submenu-open > .sub-menu {
    display: block !important;
}

.mobile-category-nav li.has-children > a:after {
    content: none !important;
    display: none !important;
}

.mobile-submenu-toggle {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #111;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-left: auto;
}

@media (max-width: 991px) {
    .mobile-category-nav ul {
        display: block;
    }

        .mobile-category-nav ul li {
            list-style: none;
        }

    .mobile-category-nav li.has-children {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        position: relative;
        padding-right: 0;
        background: inherit;
        border-bottom: 1px solid #EDEDED;
        padding-top: 4px;
        padding-bottom: 4px;
        position: relative;
    }

        .mobile-category-nav li.has-children > a {
            display: block;
            flex: 1 1 auto;
            order: 1;
        }

    .mobile-submenu-toggle {
        position: absolute;
        margin-left: auto;
        display: inline-flex !important;
        visibility: visible !important;
        z-index: 1;
        order: 2;
        width: 26px;
        height: 26px;
        display: inline !i;
        right: 0;
        top: 9px;
    }

    .mobile-category-nav .sub-menu {
        margin-top: 4px;
        flex: 0 0 100%;
        order: 3;
    }

        .mobile-category-nav .sub-menu .sub-menu {
            position: static;
            box-shadow: none;
            border: none;
            padding-left: 12px;
            margin-top: 6px;
            display: none;
        }

    .mobile-category-nav li.submenu-open > .sub-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .mobile-category-nav li.has-children > a:after {
        content: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-submenu-toggle {
        display: none;
    }
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mobile-menu-close {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #111;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 10080;
}

.mobile-menu-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mobile-menu-brand img {
        height: 40px;
    }

.mobile-menu-hotline {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #666;
}

    .mobile-menu-hotline a {
        color: #9e1e1b;
        font-weight: 700;
        font-size: 14px;
    }

@media (max-width: 991px) {
    .mobile-menu-panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: -12px 0 30px rgba(0,0,0,0.12);
        transform: translateX(100%);
        transition: transform 0.25s ease;
        z-index: 10060;
        display: block;
        pointer-events: none;
        background: #F6F7F8;
        border-left: 1px solid #eee;
        will-change: transform;
    }

    body.mobile-menu-open .mobile-menu-panel {
        transform: translateX(0) !important;
        pointer-events: auto;
    }

    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease;
        z-index: 10050;
    }

    body.mobile-menu-open .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
    }
}

.dark-black-bg {
    background-color: #212121;
}

a, p {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #1f2545;
    text-transform: none;
}

.site-branding {
}

    .site-branding a.brand-logo {
    }

        .site-branding a.brand-logo img {
            height: 75px;
        }

.navigation-two:after, .navigation-two:before {
    background-color: var(--tp-theme-1);
}

.support-button .icon {
    background-color: var(--tp-red);
}

.count-sp-slidebar {
    color: #fff !important;
}

.cart-sidebar-header {
    background: var(--tp-theme-1) none repeat scroll 0 0;
    color: #fff;
    padding: 18px 20px;
}

.top-bar-two .top-left span {
    text-transform: none;
}

.header-navigation .main-menu ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.header-navigation .main-menu ul > li .sub-menu li a {
    font-size: 15px;
    color: #212121;
    font-weight: normal;
}

.nav-right-item .menu-icon a span.number {
    background-color: #9e1e1b;
}

.support-button .text h5 a:hover {
    color: var(--tp-org);
}

.header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
}

.navigation-two {
    padding: 10px 0;
}

.support-button .icon {
    width: 70px;
    height: 70px;
}

.navigation-one {
    padding-top: 5px;
    background: var(--tp-theme-1);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.support-button .icon {
    margin-right: 20px;
    margin-left: 20px;
}

.nav-right-item .menu-icon a:hover {
    color: var(--tp-red);
}

.banner-two .single-slider {
    padding: 0;
}

    .banner-two .single-slider:after {
        display: none;
    }

.about-section-shape .section-title h2 {
    font-size: 30px;
    line-height: 50px;
    color: #031424;
}

.single-counter-item-two .text h2.number {
    font-size: 30px;
    color: var(--tp-theme-1);
}

.single-counter-item-two {
    border-bottom: 2px solid #FFBD27;
}

.main-btn {
    background-color: #FFBD27;
    line-height: 33px;
    font-size: 16px;
    color: #031424;
}

    .main-btn:hover {
        background-color: var(--tp-red);
    }

.features-wrapper .features-icon-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}

.top-category-home {
}

    .top-category-home .icon {
    }

        .top-category-home .icon img {
            max-width: 50%;
        }

    .top-category-home h5 {
        font-size: 16px !important;
    }

        .top-category-home h5 a {
        }

            .top-category-home h5 a:hover {
                color: var(--tp-red);
            }

.page-banner-custom {
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 105px;
}

    .page-banner-custom h1 {
        color: #fff;
        font-size: 50px;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.product {
    background: #fff none repeat scroll 0 0;
    /*border: none;*/
    border-radius: 0px;
    margin: 0 -1px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 15px;
}


.product-footer.add-to-cart-button {
    margin-bottom: 5px;
    min-height: 35px;
}

.product-footer .btn {
    border-radius: 49px !important;
    font-size: 13px;
    padding: 6px 27px;
    cursor: pointer;
}

.offer-price {
    color: #9e1e1b;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.product-body h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
    margin-top: 0px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #666666;
    /* background: red; */
    text-align: center;
    display: none;
}

.product-body h6 {
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    line-height: 21px;
    padding-bottom: 0;
    margin-top: 5px;
    /* text-transform: uppercase; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* color: #178546; */
    margin-bottom: 10px;
    color: #222222;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.add-to-cart-button button {
    background: transparent !important;
    border: 1px solid rgb(0, 102, 204);
    color: rgb(0, 102, 204);
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* Keep category product grid aligned on desktop */
.products-section .products-wrapper .custom-box-product.product {
    margin-right: 0;
}

@media (min-width: 576px) {
    .products-section .products-wrapper .row.padding-mobile {
        margin-left: -8px;
        margin-right: -8px;
    }

    .products-section .products-wrapper .row.padding-mobile > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 4px;
    }
}

.float-right {
    float: right;
    clear: both;
    color: #9e1e1b;
}

.sidebar-widget-area .sidebar-category-widget ul.widget-nav li a:after {
    display: none;
}

.sidebar-widget-area .sidebar-category-widget ul.widget-nav li a {
    display: inline-block;
    text-transform: none;
}

button.icon-add-1.toggle, button.icon-sub-1 {
    background: transparent;
    float: right;
    clear: both;
    margin-top: 10px;
}

.menu-cate-left .sub-menu {
    display: none;
    margin-left: 10px;
}

    .menu-cate-left .sub-menu li {
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

        .menu-cate-left .sub-menu li a {
            font-weight: 300;
        }

button.icon-add-1.toggle:hover {
    color: var(--tp-red);
}

.search-box-custom .ddlSort {
    display: inline-block;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    padding: 3px;
}

.search-box-custom .ddlPageSize {
    display: inline-block;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    margin-right: 10px;
    padding: 3px;
}

.cate-filter-search {
    display: inline-block;
    float: right;
    /* clear: both; */
}

#menu-danh-muc-san-pham-vertical-menu11 a {
    font-size: 16px;
}

.sidebar-widget-area .sidebar-widget {
    padding: 0;
    border: 2px solid #eee;
    background: #fff;
}

.sidebar-widget-area .sidebar-category-widget ul.widget-nav li:not(:last-child) {
    margin-bottom: 0;
}

.menu-cate-left > li {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    display: block;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}

.sidebar-widget-area .sidebar-widget h4.widget-title:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 11px;
    width: 3px;
    height: 30px;
    background-color: var(--tp-theme-1);
}

.sidebar-widget-area .sidebar-widget h4.widget-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #EDEDED;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #fff;
    /* color: #fff; */
    text-transform: uppercase;
    font-size: 18px;
}

ul#menu-danh-muc-san-pham-vertical-menu11 {
    margin: 0;
    padding: 0;
}

    ul#menu-danh-muc-san-pham-vertical-menu11 .sub-menu .sub-menu {
        display: none;
        padding-left: 18px;
        margin-top: 6px;
    }

        ul#menu-danh-muc-san-pham-vertical-menu11 .sub-menu .sub-menu li a {
            font-size: 14px;
        }

    ul#menu-danh-muc-san-pham-vertical-menu11 li.active > a {
        color: #9e1e1b;
        font-weight: 600;
    }

    ul#menu-danh-muc-san-pham-vertical-menu11 li.open > .sub-menu {
        display: block;
    }

button.icon-sub-1.toggle {
    margin-top: 0px;
}

.product-header img {
    height: auto;
    margin: 0 0 10px;
    object-fit: scale-down;
    transform: scale(1);
    transition-duration: .4s;
}

.custom-box-product .product-header img {
    height: auto;
    width: 100%;
}

.product:hover .product-header img {
    transform: scale(1.09);
}

.product-footer .btn:hover {
    border: 1px solid var(--tp-theme-1);
    background: var(--tp-theme-1) !important;
}

.cart-sidebar {
    z-index: 99999;
}

body.toggled::after {
    position: fixed;
    z-index: 999;
}

.cart-sidebar-header .float-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 24px;
    color: var(--tp-red);
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px;
    font-size: 21px;
}

.remove-cart {
    position: absolute;
    right: 10px;
    top: 12px;
    color: red;
}

.cart-sidebar-footer {
}

    .cart-sidebar-footer a {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .cart-sidebar-footer .btn {
        padding: 15px 17px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        background: #249B3E;
    }

.float-left {
    /* float: left !important; */
}

.cart-list-product h5 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-detail__promotion {
    border: 1px solid #efefef;
    padding: 15px;
    margin: 16px 0 22px;
    margin-top: 15px;
}

.product-detail__promotion-title {
    font-weight: 700;
    font-size: 18px;
    color: #9e1e1b;
    margin-left: 33%;
    padding: 0 12px;
    width: auto;
    float: inherit;
}

.short-description-body {
    margin-top: -16px;
    color: #666666;
}

    .short-description-body ul, .short-description-body ol {
        list-style: inherit;
        margin-left: 15px;
        line-height: 25px;
        font-size: 14px;
    }

    .short-description-body p {
        line-height: 25px;
        font-size: 14px;
    }

    .short-description-body ul li p {
        display: inline-block;
        font-size: 15px;
        margin-bottom: 0;
        margin-right: 5px;
    }

.product-detail__action-btn {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail__add-to-cart, .product-detail__buy-now {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 46px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.product-detail__add-to-cart {
    position: relative;
    color: #7fb640;
    background: rgba(108,171,67,.19);
    border: 1px solid var(--tp-theme-1);
    background: var(--tp-theme-1) none repeat scroll 0 0 !important;
    color: #fff;
}

.product-detail__cart-icon {
    position: absolute;
    left: 24px;
    top: 12px;
    fill: #fff;
}

.product-detail__buy-now img {
    height: 30px;
}

.product-detail__buy-now {
    color: #9e1e1b;
    background: #eee;
    BORDER: 1px solid;
}

.product-detail__why-us-box {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 40px;
    width: 100%;
    height: 98px;
    background: rgba(108,171,67,.08);
    border: 1px solid #7fb640;
    border-radius: 8px;
}

.why-1 {
    background: #FFD1B0;
    border: 1px solid #FFD1B0;
}

.product-detail__why-us-box:not(:first-child) {
    margin-left: 24px;
}

.why-2 {
    background: #F6DE8D;
    border: 1px solid #F6DE8D;
}

.why-3 {
    background: #414141;
    border: 1px solid #414141;
}

.product-detail__why-us-box img {
    height: 55px;
    width: auto;
}

.product-detail__why-us-title {
    font-weight: bold;
    font-size: 18px;
    color: #212121b1c;
}

.product-detail__why-us-desc {
    font-size: 16px;
    margin-top: 6px;
    line-height: 21px;
    color: #6c757d;
}

.product-detail__why-us {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-3 .product-detail__why-us-desc {
    font-size: 16px;
    margin-top: 6px;
    line-height: 21px;
    color: #fff;
}

.why-3 .product-detail__why-us-title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.product-detail__why-us-content {
    margin-left: 28px;
}

.page-banner {
}

    .page-banner h1.page-title {
        font-size: 35px;
    }

.card-body-cus-detail {
    line-height: 25px;
    font-size: 14px;
}

    .card-body-cus-detail figure.wp-caption {
        display: none;
    }

    .card-body-cus-detail p {
        line-height: 25px;
        font-size: 14px;
    }

    .card-body-cus-detail h1 {
        font-size: 30px;
    }

    .card-body-cus-detail h2 {
        font-size: 28px;
    }

    .card-body-cus-detail h3 {
        font-size: 26px;
    }

    .card-body-cus-detail h4 {
        font-size: 24px;
    }

    .card-body-cus-detail h5 {
        font-size: 20px;
    }

    .card-body-cus-detail h6 {
        font-size: 18px;
    }

    .card-body-cus-detail img {
        max-width: 100%;
        height: auto;
    }

.cart_product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 88px;
    margin: 0;
    object-fit: scale-down;
    width: 72px
}

.cart_summary td {
    vertical-align: middle
}

.cart_summary > thead, .cart_summary > tfoot {
    background: #F3F9FB none repeat scroll 0 0
}

.cart_summary {
    border: medium !important
}

.qty .form-control {
    border-radius: 2px !important;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    margin-left: 1px !important;
}

.qty .btn {
    background: #9e1e1b none repeat scroll 0 0;
    border-radius: 2px !important;
    color: #fff;
    font-size: 23px;
    height: 33px;
    line-height: 15px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px
}

.cart_description h5 {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: normal;
}

.cart_description h6 {
    font-size: 12px;
    font-weight: 100
}

.availability .badge {
    font-size: 11px;
    padding: 6px 11px
}

.cart_summary td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-top: none;
}

.cart-table {
    border-top: medium;
    padding: 0
}

    .cart-table .table {
        margin-bottom: 0
    }

    .cart-table .btn-secondary {
        border-radius: 0 !important;
        font-size: 16px;
        padding: 20px;
        text-transform: uppercase
    }

.cart_product {
    width: 10%
}

.checkout-step .card {
    margin: 0 0 -1px
}

    .checkout-step .card .card-header .btn {
        color: #333;
        font-size: 17px;
        font-weight: 500;
        padding: 9px 0;
        text-align: left;
        text-decoration: none;
        width: 100%
    }

        .checkout-step .card .card-header .btn .number {
            border-radius: 50px;
            color: #fff;
            display: inline-block;
            font-weight: 700;
            height: 34px;
            line-height: 28px;
            margin: 0 8px 0 0;
            text-align: center;
            text-decoration: none;
            vertical-align: 0;
            width: 34px;
            border: 2px solid
        }

        .checkout-step .card .card-header .btn.collapsed .number {
            border: 2px solid #e96125;
            color: #e96125
        }

        .checkout-step .card .card-header .btn .number {
            border: 2px solid #51aa1b;
            color: #51aa1b
        }

.product-name a:hover {
    color: var(--tp-red);
}

.cart_summary > tfoot {
    text-align: right;
    color: #333;
    background: #F5F5F5;
}

    .cart_summary > tfoot td {
        text-align: right;
        color: #249B3E;
    }

.with-errors {
    color: var(--tp-red);
    font-size: 12px;
}
/*.navigation-one .primary-menu .site-branding {
    padding: 22px;
    padding-left: 0;
    margin-top: -71px;
    padding-top: 35px;
}*/
.cart_summary thead th {
    border-bottom: 1px solid #EDEDED;
}

.nav-right-item .menu-icon a {
    color: #fff;
    position: relative;
    font-size: 20px;
}

    .nav-right-item .menu-icon a:not(:last-child):after {
        display: inline-block;
        content: "|";
        margin-left: 10px;
        margin-right: 7px;
        font-size: 20px;
        color: #D9D9D9;
    }

.about-two_content-box h4 {
    margin-bottom: 20px;
    color: #031424;
}

footer.dark-black-bg {
    background-color: var(--tp-theme-1);
}

.footer-default {
    color: #fff;
}

.page-link {
    color: var(--tp-theme-1);
}

.main-btn:after {
    display: none;
}

.partners-section-two .slick-slide img {
    display: block;
    padding: 15px;
}

.top-left {
    /* text-align: center; */
    margin-left: 30px;
}

.navigation-one .primary-menu .site-branding {
    padding: 41px 30px 10px 30px;
    padding-left: 0;
    margin-top: -48px;
}

.product-details-wrapper .product-info span.price {
    color: #249B3E;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.releted-product-section .section-title h3 {
    color: #212121;
    font-size: 24px;
    margin-left: -15px;
}

i.flaticon-customer-service {
    font-size: 30px;
    margin-right: 10px;
}

.text-danger-1 {
    color: #249B3E;
}

input#bodyContentPlaceHolder_btnOrder {
    background: #249B3E !important;
    margin-top: 15px;
    font-size: 16px;
}

    input#bodyContentPlaceHolder_btnOrder:hover {
        background: #9e1e1b !important;
    }

.notistatus.notistatus2 {
    background: #F5F5F5;
    color: #222222;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.thank, .infoorder, .callship {
    font-size: 15px;
    color: #212121;
}

.titlebill {
    color: #028848;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
}

.backtohome-order-success {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.buyother {
    font-size: 19px;
    padding: 10px 15px;
}

.discription-area {
}

    .discription-area table tbody td {
        border-collapse: collapse;
        border: 1px solid #EDEDED;
        padding: 5px;
    }

.product-gallery-area .product-thumb-slider-wrap .product-img img {
    height: auto;
    padding: 10px;
}

.product-details-wrapper .product-info ul.ratings li span {
    margin-left: 0;
    color: #666666;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-bar {
    background: rgb( 30, 115, 190, .7 );
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(47,42,62, 1);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(47,42,62, 1);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: rgba(47,42,62, 1);
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

span.text-hotline {
    display: block;
}

.hotline-bar {
    position: absolute;
    background: #cc0000;
    height: 40px;
    width: 190px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

h2.entry-title-custom.entry-title {
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 19px;
    margin-top: 5px;
}

.entry-cat a {
    font-size: 17px;
    line-height: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    color: #FFBD27;
}


p.box-new-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px !important;
    height: 49px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.entry-thumbnail-custom img {
    opacity: 0;
}

.entry-thumbnail-custom {
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.footer-copyright .social-box ul.social-link li a {
    width: 24px;
    height: 24px;
    background-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 50%;
}

.footer-widget-wrapper h4.widget-title {
    margin-bottom: 15px;
    color: #212121;
    font-size: 19px;
}

.footer-content .widget-nav ul li {
    margin-bottom: 5px;
}

    .footer-content .widget-nav ul li a:hover {
        color: var(--tp-red);
    }

.contact-info-box .info p a:hover, .contact-info-box a:hover, .emergency-box a:hover {
    color: var(--tp-red);
}

.emergency-box {
    color: #fff;
}

    .emergency-box h4, .emergency-box a {
        color: #fff;
    }

.footer-about-widget .emergency-box h4 {
    color: #212121;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.footer-about-widget p {
    margin-bottom: 30px;
    color: #212121;
}

.contact-info-box .info h6.title {
    font-weight: 500;
    margin-bottom: 0;
    color: #212121;
}

.div-view-all {
    margin-top: 30px;
}

.product-items-slider .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #ed1c24;
    font-size: 20px;
}

.banner-two .single-slider:before {
    display: none;
}

.partners-section-two.dark-black-bg {
    background-color: #F5F5F5;
    background-color: #fff;
}

.owl-carousel .owl-wrapper-outer {
    background-color: #fff;
}

.partner-item .partner-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

section.products-details-section .container {
    background-color: #fff;
}

.sub-title {
    color: var(--tp-theme-1);
}

    .sub-title span.line:after, .sub-title span.line:before {
        background-color: var(--tp-theme-1);
    }

.copyright-one {
    padding: 10px 0;
}

.footer-2 {
    background: #2d2d2d;
}

.footer-logo img {
    height: 50px;
}

.footer-1 {
    background: rgb(243, 244, 250);
}

.footer-about-widget .emergency-box h3 {
    color: #fff;
    background: #9e1e1b;
    width: inherit;
    display: initial;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

    .footer-about-widget .emergency-box h3 a {
        color: #fff;
    }

.top-bar-one .top-right span i, .top-bar-one .top-left span i {
    margin-right: 10px;
    color: #FFBD27;
}

.top-bar-one {
    padding: 11px 0 10px;
    background-color: #031424;
    display: none;
}

.header-navigation.sticky {
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    background: var(--tp-theme-1);
}

.single-counter-item-two .text h2.number span {
    font-size: 48px;
    color: var(--tp-theme-1);
    line-height: 40px;
}

.banner-two-custom {
    position: relative;
}

.hero-arrows {
}

    .hero-arrows .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        text-align: center;
        line-height: 60px;
        font-size: 45px;
    }

    .hero-arrows .prev {
        left: 70px;
    }

    .hero-arrows .next {
        right: 70px;
    }

.counter-wrapper-two-custom {
    padding: 40px 220px 70px 40px;
}

    .counter-wrapper-two-custom .single-counter-item h2.number {
        font-size: 20px;
    }

    .counter-wrapper-two-custom .single-counter-item h4 {
        font-size: 15px;
        font-weight: normal;
    }

.process-item .process-inner-item .text h4.title {
    margin-bottom: 10px;
}

.counter-wrapper-two-custom h2, .fun-content-box h2 {
    font-size: 35px;
}

.text-white.section-title .sub-title span.line:after, .text-white.section-title .sub-title span.line:before {
    background-color: #FFBD27;
}

.text-white.section-title .sub-title {
    color: #FFBD27;
}

.product-body a:hover {
    color: #cc0000;
}

.div-view-all a:hover {
    color: #FFBD27;
}

.entry-title-custom a:hover {
    color: #FFBD27;
}

.blog-post-item-two .entry-content {
    padding-top: 10px;
}

.post-meta ul li a {
    color: #FFBD27;
}

.post-meta ul li a {
    color: #FFBD27;
}

    .post-meta ul li a:hover {
        color: rgb(0, 102, 204);
    }

.blog-post-item-two .entry-content h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-size: 19px;
}

.blog-post-item-two .entry-content .btn-link {
    border-radius: 49px !important;
    font-size: 13px;
    padding: 6px 27px;
    background: transparent !important;
    border: 1px solid rgb(0, 102, 204);
    color: rgb(0, 102, 204);
}

    .blog-post-item-two .entry-content .btn-link:hover {
        background: rgb(0, 102, 204) !important;
        color: #fff;
    }

.counter-wrapper-two .counter-inner-row:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
}

.counter-wrapper-two .counter-inner-row:before {
    top: 40%;
    left: 0;
    width: 100%;
    height: 1px;
}

.counter-wrapper-two .counter-inner-row {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-box;
    display: -webkit-inline-box;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

.back-to-top {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 337;
    bottom: 15px;
}

.counter-wrapper-two .counter-inner-row .single-counter-item {
    padding: 0px 15px 0px 15px;
}

#post_2082 .h1, #post_2082 h1 {
    font-size: 2rem;
}

#post_2082 .h2, #post_2082 h2 {
    font-size: 1.7rem;
}

#post_2082 .h3, #post_2082 h3 {
    font-size: 1.5rem;
}

#post_2082 .h4, #post_2082 h4 {
    font-size: 1.3rem;
}

#post_2082 .h5, #post_2082 h5 {
    font-size: 1.1rem;
}

#post_2082 .h6, #post_2082 h6 {
    font-size: 0.9rem;
}

#post_2082 img {
    max-width: 98%;
    height: auto;
}

.relatedposts.row {
    margin-top: 30px;
}

.single-related {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    padding-bottom: 30px;
}

.col-xs-12.col-sm-4.col-md-4.no-padding-right-1 {
    margin-bottom: 15px;
}

#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 160px;
    z-index: 99999999999;
}

    #btn-zalo i {
        display: flex;
        display: -ms-flex;
        align-items: center;
        -ms-flex-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #1182FC;
        position: relative;
        z-index: 9999;
    }

        #btn-zalo i img {
            vertical-align: middle;
        }

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 10px 20px 20px;
    border: none;
    width: 600px;
    position: relative;
    border-radius: 6px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #212121;
        text-decoration: none;
        cursor: pointer;
    }

#myModal {
}

    #myModal .close {
        text-align: right;
        position: absolute;
        right: 11px;
        top: 0;
    }

    #myModal .frm-search h3 {
        font-size: 20px;
    }

    #myModal .frm-search .frm-body {
    }

        #myModal .frm-search .frm-body #txtkeysearch {
            display: inline-block;
            padding: 0px 10px;
            width: 80%;
        }

        #myModal .frm-search .frm-body #btnsearch {
            background: #FFBD27;
            border: none;
            padding: 3px 15px 3px 15px;
            border-radius: 4px;
            display: inline-block;
            max-width: 15%;
            font-weight: 500;
            font-size: 14px;
        }

.header-navigation .main-menu ul > li:hover > a {
    color: #fff;
}

.category-hero {
    background: #f7f7f7 url('/theme/assets/images/bg/breadcrumbs-bg.jpg') center center / cover no-repeat;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.category-hero__content {
    max-width: 820px;
    margin: 0 auto;
}

.footer-content .widget-nav ul a {
    color: #212121;
    font-size: 15px;
}

.footer-content .info p {
    color: #212121;
    font-size: 15px;
}

.footer-content .info a {
    color: #212121;
    font-size: 15px;
}

.category-hero__title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #fff;
}

.category-hero__subtitle {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.home-benefits {
    background: #f5f6fb;
    padding: 40px 0 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.benefit-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 22px 24px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border: 1px solid #d98c84;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9e1e1b;
    font-size: 22px;
    margin: 0 auto 12px;
}

.benefit-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.benefit-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
}

section.features-section {
    clear: both;
    margin-top: 130px;
}

@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recent-product-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .releted-product-section .section-title h3 {
        color: #212121;
        font-size: 24px;
        margin-left: 0;
    }

    .middle-actions {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-custom .header-search {
        flex: 0 0 auto;
        height: 44px;
        position: absolute;
        width: 200px;
        left: 21%;
    }

    .hero-arrows .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        text-align: center;
        line-height: 34px;
        font-size: 23px;
    }

    .hero-arrows .prev {
        left: 10px;
    }

    .header-custom .header-search input {
        height: 28px;
        line-height: 28px;
    }

    .hero-arrows .next {
        right: 10px;
    }

    .category-nav .sub-menu {
        background: transparent;
    }

        .category-nav .sub-menu .sub-menu {
            background: transparent;
        }

    .product-items-slider .product-footer .btn {
        display: none !important;
    }
}
