:root {
    --color1: #905334;
    --colorbody: #000
}

body {
    background-color: #f3f3f3
}

@font-face {
    font-family: "SVN-FuturaHeavy";
    src: url("/fonts/SFUFutura/SVN-FuturaHeavy.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "SVN-FuturaBook";
    src: url("/fonts/SFUFutura/SVN-FuturaBook.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "SVN-FuturaBold";
    src: url("/fonts/SFUFutura/SVN-FuturaBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Pacifico-Regular";
    src: url("/fonts/SFUFutura/Pacifico-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "SVN-Poppins-Medium";
    src: url("/fonts/SFUFutura/SVN-Poppins-Medium.ttf") format("truetype");
    font-display: swap
}

body {
    background-color: #f3f3f3;
    font-family: "SVN-FuturaBook",sans-serif;
    color: var(--colorbody);
    font-size: 18px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "SVN-FuturaBook",sans-serif;
    color: var(--colorbody)
}

.hb_sutdown {
    display: none
}

.home #masthead-sticky-wrapper {
    background: rgba(0,0,0,0);
    width: 100%;
    z-index: 999999
}

#masthead-sticky-wrapper {
    z-index: 99999999;
    position: relative;
    background: rgba(0,0,0,0);
    width: 100%
}

.inside-header .widget-group .off-canvas-content {
    display: none
}

body.admin-bar header.site-header {
    top: 0
}

header.site-header {
    position: relative
}

.section.section-title.has-background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.archives.archive-posts .navigation {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-pagenavi {
    height: 100%;
    font-size: 15px;
    float: left;
    padding: 0;
    margin: 0
}

    .wp-pagenavi a, .wp-pagenavi span.current {
        margin: 2px;
        text-decoration: none;
        border: 1px solid var(--color1);
        color: #000;
        background: #fff;
        display: flex;
        float: left;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        font-weight: 700;
        font-size: 14px
    }

    .wp-pagenavi span.current {
        text-shadow: none
    }

    .wp-pagenavi a:visited {
        padding: 6px 6px 5px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid var(--color1);
        color: #000;
        background: #fff
    }

    .wp-pagenavi a:hover {
        border: 1px solid var(--color1);
        color: #fff;
        background: var(--color1);
        text-shadow: none
    }

    .wp-pagenavi .previouspostslink, .WP-PageNavi .nextpostslink {
        border: 0;
        background: none
    }

        .wp-pagenavi .previouspostslink:hover, .WP-PageNavi .nextpostslink:hover {
            color: var(--color1);
            background: none;
            border: 0
        }

    .wp-pagenavi a:active {
        padding: 6px 6px 5px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid var(--color1);
        color: #000;
        background: #fff
    }

    .wp-pagenavi span.pages {
        padding: 15px 6px 15px;
        margin: 2px;
        color: #000;
        background: rgba(0,0,0,0);
        float: left
    }

    .wp-pagenavi span.current {
        margin: 2px;
        border: 1px solid #000;
        color: #000;
        border: 1px solid var(--color1);
        color: #fff;
        background: var(--color1)
    }

    .wp-pagenavi span.extend {
        margin: 2px;
        color: #000;
        background: #fff;
        float: left;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 44px;
        text-align: center;
        border: 1px solid #e3e3e3;
        background: #fff
    }

    .wp-pagenavi .last {
        width: 50px;
        height: 50px;
        line-height: 44px
    }

@media(max-width: 95.9875rem) {
    .grid-container {
        max-width: 80rem
    }
}

.owl-nav [class^=owl-] {
    color: #454545;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in 0s;
    z-index: 100;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 0 2px var(--color1)
}

.owl-prev {
    left: 40px
}

.owl-next {
    right: 40px
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0
}

.owl-dot {
    padding: 5px
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    transition: all 300ms ease-in 0ms
}

.owl-dot.active span {
    width: 50px
}

.owl-carousel .owl-nav.disabled {
    display: block !important
}

.section.section-title {
    padding: 100px 0
}

    .section.section-title .grid-container {
        z-index: 2
    }

.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    background: #fff;
    opacity: 1
}

    .swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
        opacity: 1
    }

.swiper-controls .swiper-button svg {
    fill: #3d3d3d;
    color: #3d3d3d;
    font-size: 18px
}

.desktop-menu.menu > li > a {
    color: #3d3d3d
}

    .desktop-menu.menu > li > a::before {
        background-color: var(--color1)
    }

    .desktop-menu.menu > li > a:hover, .desktop-menu.menu > li > a:active {
        color: var(--color1)
    }

.desktop-menu.menu > li.is-active > a, .desktop-menu.menu > li.active > a {
    color: var(--color1)
}

.search-dropdown--wrap .trigger-s svg {
    background-color: var(--color1);
    fill: #fff
}

.swiper .swiper-slide .item .overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.swiper .swiper-slide .item .content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.swiper .swiper-slide .item .inner {
    display: inline-grid
}

.swiper .swiper-slide .item .sub-title {
    order: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 30px
}

.swiper .swiper-slide .item .html-title {
    order: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: none
}

.swiper .swiper-slide .item .btn-link {
    order: 3;
    text-align: center
}

    .swiper .swiper-slide .item .btn-link a {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
        background: var(--color1);
        border: 1px solid #fff;
        border-radius: 37px;
        padding: 15px 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        background: linear-gradient(180deg, #93C120, #018447);
        box-shadow: 6px 3px 18px rgba(5,129,75,.2)
    }

        .swiper .swiper-slide .item .btn-link a:after {
            content: "";
            position: absolute;
            top: -30px;
            left: -30px;
            right: -30px;
            bottom: 130%;
            transform: rotate(-5deg);
            transition: all .8s;
            background: #fff;
            z-index: 0
        }

        .swiper .swiper-slide .item .btn-link a:hover span {
            color: #000;
            position: relative;
            z-index: 9999
        }

        .swiper .swiper-slide .item .btn-link a:hover::after {
            bottom: -20%
        }

.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0 0 0 3px #fff
}

    .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        box-shadow: 0 0 0 4px #f0bc43
    }

.zalo-container.right {
    right: 20px
}

.zalo-container {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 150px;
    z-index: 9999999
}

    .zalo-container.right.call {
        bottom: 70px
    }

        .zalo-container.right.call span {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px
        }

    .zalo-container a {
        display: block
    }

.animated_zalo.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: rgba(0,0,0,0);
    border-radius: 100%;
    border: 2px solid rgba(17,130,252,.8);
    opacity: .1;
    border-color: #1182fc;
    opacity: .5
}

.animated_zalo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn_zalo {
    -webkit-animation-name: zoomIn_zalo;
    animation-name: zoomIn_zalo
}

.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo
}

.zalo-container span {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182fc;
    position: relative
}

.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid rgba(0,0,0,0);
    transition: all .5s;
    background-color: rgba(17,130,252,.45);
    opacity: .75;
    right: -10px
}

@-webkit-keyframes zoomIn_zalo {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn_zalo {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes pulse_zalo {
    0% {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse_zalo {
    0% {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

.home .site-header {
    position: absolute;
    margin: 0 auto;
    z-index: 4;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.4)
}

    .home .site-header .inside-header {
        background-color: #003049
    }

        .home .site-header .inside-header .hb_lh a {
            border: 1px solid #fff;
            color: #fff
        }

            .home .site-header .inside-header .hb_lh a:hover {
                color: #fff;
                border: 1px solid var(--color1)
            }

.inside-header {
    background-color: #f2d485
}

    .inside-header .desktop-menu.menu > li > a {
        color: #905334
    }

.home .is-sticky header.site-header .hb_lh a {
    border: 1px solid var(--color1);
    color: var(--color1)
}

    .home .is-sticky header.site-header .hb_lh a:hover {
        color: #fff
    }

.home header.site-header .inside-header {
    background-color: #f2d485
}

#masthead-sticky-wrapper.is-sticky .top-header {
    display: none
}

#masthead-sticky-wrapper.is-sticky .inside-header {
    background-color: #f2d485
}

#masthead-sticky-wrapper.is-sticky .desktop-menu.menu > li > a {
    color: #905334
}

#masthead-sticky-wrapper.is-sticky .site-logo {
    display: block
}

    #masthead-sticky-wrapper.is-sticky .site-logo .custom-logo {
/*        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1)*/
    }

@media(max-width: 95.9875rem) {
    .home .desktop-menu.menu > li > a {
        color: #fff
    }

    .desktop-menu.menu > li > a {
        font-size: 16px;
        font-weight: 600;
        color: #30333a;
        padding: 0 24px
    }
}

.inside-header .custom-logo {
    height: 55px
}

.hb_gb a {
    color: #fff;
    background: var(--color1);
    border-radius: 2px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0);
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

    .hb_gb a:hover {
        outline: 0;
        opacity: 1;
        color: #fff;
        box-shadow: inset 0 0 0 100px rgba(0,0,0,.2)
    }

.hb_contact_home .hb_lh a {
    color: #fff;
    border: 1px solid #fff
}

.hb_lh a {
    color: var(--color1);
    background: rgba(0,0,0,0);
    border-radius: 2px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--color1);
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

    .hb_lh a:hover {
        background: var(--color1);
        border: 1px solid var(--color1);
        color: #fff
    }

.hb_search {
    display: none
}

.images_carousel.w-images-carousel-2 {
    position: relative
}

    .images_carousel.w-images-carousel-2 .hb_search {
        display: none;
        position: absolute;
        bottom: 140px;
        width: 100%;
        max-width: 800px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5
    }

        .images_carousel.w-images-carousel-2 .hb_search .hb_search_title {
            text-align: center;
            color: #fff;
            font-weight: 600;
            font-size: 30px;
            margin-bottom: 15px
        }

        .images_carousel.w-images-carousel-2 .hb_search form {
            display: flex;
            align-items: center;
            position: relative
        }

            .images_carousel.w-images-carousel-2 .hb_search form::after {
                position: absolute;
                content: "";
                left: 20px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 20px;
                color: #3d3d3d;
                font-family: "Font Awesome 6 Pro"
            }

            .images_carousel.w-images-carousel-2 .hb_search form input {
                margin-bottom: 0;
                font-size: 18px;
                height: 55px;
                width: calc(100% - 155px);
                background: #fff;
                border: 0 !important;
                outline: 0;
                padding: 0 20px 0 55px;
                float: left;
                -webkit-appearance: none
            }

            .images_carousel.w-images-carousel-2 .hb_search form button {
                border: 0;
                max-width: 155px;
                color: #fff;
                font-weight: 600;
                text-transform: uppercase;
                width: 155px;
                min-width: inherit;
                background: var(--color1);
                float: left;
                font-size: 18px !important;
                height: 55px !important;
                line-height: 55px !important
            }

                .images_carousel.w-images-carousel-2 .hb_search form button svg {
                    display: none
                }

.top-header .grid-container {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top-header {
    background: #fff
}

    .top-header .header-widgets.widget_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 33.333333%;
        color: #4f4f4f
    }

    .top-header .hb_info {
        display: flex;
        align-items: center
    }

        .top-header .hb_info .hb_logo_1 {
            margin-right: 15px
        }

        .top-header .hb_info .hb_logo_1 img {
            width: 60px;
        }

    .top-header .header-widgets.woocommerce.widget_product_search {
        width: 33.333333%;
        color: #4f4f4f
    }

        .top-header .header-widgets.woocommerce.widget_product_search form {
            display: flex;
            align-items: center;
            position: relative
        }

            .top-header .header-widgets.woocommerce.widget_product_search form input {
                background: #fff;
                border: 1px dashed #5b5b5b;
                border-radius: 100px;
                margin: 0;
                height: 40px
            }

            .top-header .header-widgets.woocommerce.widget_product_search form button {
                flex: 0 0 28px;
                max-width: 28px;
                height: 28px;
                overflow: hidden;
                position: absolute;
                border-radius: 100%;
                background: #002e49;
                right: 10px
            }

                .top-header .header-widgets.woocommerce.widget_product_search form button i {
                    position: absolute;
                    width: 28px;
                    height: 28px;
                    background: #905334;
                    color: #fff;
                    border-radius: 100%;
                    left: 0;
                    top: 0;
                    line-height: 28px
                }

    .top-header .hb_widget_all {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 25%
    }

        .top-header .hb_widget_all .site-header-cart .header-cart-contents {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            background: #905334;
            text-align: center
        }

        .top-header .hb_widget_all .icon svg {
            width: 20px;
            fill: #fff
        }

        .top-header .hb_widget_all .count {
            right: 5px
        }

        .top-header .hb_widget_all .hb_hotline a {
            display: flex;
            align-items: center;
            white-space: nowrap;
            padding: 5px 15px 5px 10px;
            margin-left: 30px;
            background: #905334;
            border-radius: 50px;
            font-weight: 600;
            color: #fff
        }

            .top-header .hb_widget_all .hb_hotline a i {
                width: 35px;
                height: 35px;
                border: 1px solid;
                border-radius: 100%;
                text-align: center;
                line-height: 35px;
                transform: rotate(335deg);
                margin-right: 10px
            }

.inside-header .grid-container .site-logo {
    display: none
}

.inside-header .grid-container .widget-group .hb_social ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

    .inside-header .grid-container .widget-group .hb_social ul li {
        margin-right: 20px
    }

        .inside-header .grid-container .widget-group .hb_social ul li:last-child {
            margin-right: 0
        }

        .inside-header .grid-container .widget-group .hb_social ul li a {
            font-size: 24px;
            color: #fff
        }

            .inside-header .grid-container .widget-group .hb_social ul li a:hover {
                color: #f4252c
            }

.inside-header .grid-container .site-navigation .desktop-menu.menu {
    height: 60px
}

section.section .heading-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000
}

section.section .sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    color: #4d4d4d
}

.hb_button {
    margin-top: 20px
}

    .hb_button a {
        color: #fff;
        padding: 10px 40px;
        border: 1px solid rgba(0,0,0,0);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: unset;
        display: inline-block;
        border-radius: 50px;
        background: #905334;
        box-shadow: 6px 3px 18px rgba(2,64,105,.2)
    }

        .hb_button a:after {
            content: "";
            position: absolute;
            top: -30px;
            left: -30px;
            right: -30px;
            bottom: 130%;
            transform: rotate(-5deg);
            transition: all .8s;
            background: #fff;
            z-index: 0
        }

        .hb_button a:hover span {
            color: #000;
            position: relative;
            z-index: 9999
        }

        .hb_button a:hover i {
            color: #000;
            position: relative;
            z-index: 9999
        }

        .hb_button a:hover::after {
            bottom: -20%
        }

.hb_about {
    padding: 80px 0 60px
}

    .hb_about .about_desc p {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px
    }

.w-about-2 {
    background: #fff !important
}

    .w-about-2 .about_right {
        order: 2
    }

    .w-about-2 .about_left {
        order: 1;
        position: relative;
        z-index: 1
    }

    .w-about-2 .heading-title {
        text-align: left !important
    }

    .w-about-2 .sub_title {
        text-align: left;
        width: 80%
    }

    .w-about-2 .imgae-top {
        width: 75%;
        margin-bottom: 10px
    }

.imgae-top img {
    height: 22px;
    margin: 0 auto
}

.w-about-3 {
    padding: 0 0 40px
}

    .w-about-3 .imgae-top {
        width: 60%;
        margin-bottom: 10px
    }

    .w-about-3 .heading-title {
        text-align: left !important
    }

    .w-about-3 .sub_title {
        text-align: left;
        width: 80%
    }

    .w-about-3 .about_right img {
        max-height: 550px;
        margin: 0 auto
    }

    .w-about-3 .about_left {
        padding-top: 20px
    }

.hb_box {
    position: relative;
    background: #013049 !important;
    padding: 30px 0 80px
}

    .hb_box .imgae-top {
        margin-bottom: 10px
    }

        .hb_box .imgae-top img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1)
        }

    .hb_box .heading-title {
        color: #fff !important
    }

    .hb_box .sub-title {
        font-size: 25px !important;
        line-height: 30px !important;
        color: #000 !important
    }

    .hb_box .hb_box_wrap {
        display: flex;
        flex-flow: row wrap
    }

        .hb_box .hb_box_wrap .hb_box_inner {
            position: relative;
            align-items: center;
            flex: 0 0 100%;
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px
        }

            .hb_box .hb_box_wrap .hb_box_inner .cell {
                position: absolute;
                width: 50%;
                z-index: 1;
                top: 50px
            }

                .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item {
                    display: flex;
                    flex-flow: row wrap;
                    margin-bottom: 50px;
                    align-items: center
                }

                    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_number {
                        width: 60px;
                        max-width: 60px;
                        height: 60px;
                        color: #fff;
                        font-size: 20px;
                        line-height: 24px;
                        font-family: "SVN-FuturaHeavy",sans-serif;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 100%;
                        background: linear-gradient(90.34deg, #FEBA13 0.28%, #FEE849 29%, #FEBA13 50.69%, #FEE849 77.03%, #FFC910 99.44%);
                        border: 2px solid #6e4323;
                        order: 2
                    }

                    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content {
                        order: 1
                    }

                        .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content .hb_title {
                            font-weight: bold;
                            font-size: 30px;
                            line-height: 42px;
                            background: linear-gradient(180deg, #FEBA13 0%, #FFF18E 48.75%, #FFB52A 100%);
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: rgba(0,0,0,0);
                            background-clip: text;
                            text-fill-color: rgba(0,0,0,0)
                        }

                        .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content .hb_desc {
                            font-size: 14px;
                            line-height: 22px;
                            -webkit-line-clamp: 3;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: none
                        }

            .hb_box .hb_box_wrap .hb_box_inner .box_right.cell {
                left: 0;
                text-align: left
            }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell::before {
                    content: "";
                    position: absolute;
                    width: 315px;
                    height: 100px;
                    border: 2px solid #efc14f;
                    border-color: #efc14f rgba(0,0,0,.1) rgba(0,0,0,0) rgba(0,0,0,0);
                    border-radius: 50%/100px 100px 0 0;
                    transform: translateY(-50%) rotate(270deg);
                    top: 50%;
                    z-index: -1;
                    right: -5px;
                    display: none
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item .hb_box_content .hb_title {
                    margin-right: 40px
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:last-child {
                    margin-bottom: 0
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(1) {
                    padding-left: 44%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(2) {
                    padding-left: 24%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(3) {
                    padding-left: 30%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(4) {
                    padding-left: 31%
                }

            .hb_box .hb_box_wrap .hb_box_inner .box_left.cell {
                right: 0;
                text-align: right
            }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell::before {
                    content: "";
                    position: absolute;
                    width: 320px;
                    height: 90px;
                    border: 2px solid #efc14f;
                    border-color: #efc14f rgba(0,0,0,.1) rgba(0,0,0,0) rgba(0,0,0,0);
                    border-radius: 50%/90px 90px 0 0;
                    transform: translateY(-50%) rotate(90deg);
                    top: 50%;
                    z-index: -1;
                    display: none;
                    left: -5px
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:last-child {
                    margin-bottom: 0
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_number {
                    order: 1;
                    margin-left: 20px;
                    margin-right: 0
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_content {
                    order: 2
                }

                    .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_content .hb_title {
                        margin-left: 40px
                    }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(1) {
                    padding-left: 8%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(2) {
                    padding-left: 23%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(3) {
                    padding-left: 23%
                }

                .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(4) {
                    padding-left: 10%
                }

        .hb_box .hb_box_wrap .box_iamges {
            width: 280px;
            height: 280px;
            margin: 105px auto;
            display: flex;
            justify-content: center;
            align-items: center
        }

.products_carousel.w-products-carousel-2 {
    padding: 60px 0
}

    .products_carousel.w-products-carousel-2 .title-container .hb_title_text .imgae-top {
        margin-bottom: 10px
    }

    .products_carousel.w-products-carousel-2 .title-container .desc {
        width: 45%;
        margin: 0 auto 30px
    }

    .products_carousel.w-products-carousel-2 article.item a.d-block {
        position: relative
    }

    .products_carousel.w-products-carousel-2 article.item .cover-content {
        padding: 10px;
        text-align: center
    }

        .products_carousel.w-products-carousel-2 article.item .cover-content h6 a {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            color: #000
        }

        .products_carousel.w-products-carousel-2 article.item .cover-content span.price {
            font-weight: 400;
            font-size: 15px;
            line-height: 21px;
            text-align: center;
            color: #e20303
        }

    .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-prev {
        left: -20px
    }

    .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-next {
        right: -20px
    }

    .products_carousel.w-products-carousel-2 .hb_button {
        display: flex;
        justify-content: center
    }

.woocommerce.single-product .product.product-detail p.price {
    color: #e20303
}

.list-product-wrapper article.product .cover-content > h6 a, .list-product-wrapper article.product .cover-content > h5 a {
    min-height: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000
}

.product-button {
    margin-top: 20px;
    text-align: center
}

    .product-button a {
        color: #fff !important;
        padding: 5px 25px !important;
        border: 1px solid rgba(0,0,0,0) !important;
        position: relative;
        overflow: hidden !important;
        cursor: pointer;
        border: unset;
        display: inline-block !important;
        border-radius: 50px !important;
        background: #905334 !important;
        box-shadow: 6px 3px 18px rgba(2,64,105,.2) !important;
        font-size: 16px !important;
        line-height: 23px !important
    }

        .product-button a:after {
            content: "";
            position: absolute;
            top: -30px;
            left: -30px;
            right: -30px;
            bottom: 130%;
            transform: rotate(-5deg);
            transition: all .8s;
            background: #fff;
            z-index: 0
        }

        .product-button a:hover span {
            color: #000;
            position: relative;
            z-index: 9999
        }

        .product-button a:hover::after {
            bottom: -20%
        }

.product-detail-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 40px;
    position: relative
}

@media(min-width: 768.2px) {
    .woocommerce.single-product .product.product-detail .summary {
        width: 40%;
        float: right;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.section.single-contact .grid-container {
    margin-bottom: 30px
}

.popup .content form .form-group select option {
    color: #000
}

.hb_content_form .wpcf7 form.sent .wpcf7-response-output {
    color: #fff
}

.section.single-product .product-detail-inner .woocommerce-product-gallery.woocommerce-product-gallery-default {
    flex-direction: row;
    flex-wrap: wrap;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    align-self: flex-start
}

.woocommerce div.product div.images.swiper-product-gallery {
    float: none;
    margin-bottom: 30px
}

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images {
    width: 100%
}

.swiper.swiper-initialized {
    z-index: 3
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
    flex-wrap: nowrap
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.wpa-product-gallery-thumbs.slick-slider .slick-slide img {
    height: 84px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.section.single-product .product-detail-inner {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    position: relative;
    padding-bottom: 30px;
    gap: 1.875rem;
    padding-bottom: 1.875rem
}

.product-gallery.woocommerce-product-gallery-default {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 10px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    align-self: flex-start;
    margin-bottom: 0
}

.woocommerce div.product div.images.swiper-product-gallery {
    float: none
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

@supports(aspect-ratio: 1/1) {
    .section.single-product .product-detail-inner .woocommerce-product-gallery {
        flex: 0 0 calc(50% - .9375rem);
        max-width: calc(50% - .9375rem)
    }
}

.section.single-product .product-detail-inner .woocommerce-product-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    width: unset;
    gap: .9375rem
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images {
    width: 100%
}

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image {
        position: relative;
        background-color: rgba(255,255,255,.8);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(0,0,0,.05)
    }

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.res.auto > img {
    height: auto !important;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 80%;
    min-height: 80%
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
    flex-wrap: nowrap
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    order: 2
}

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active .woocommerce-product-gallery__image {
        filter: brightness(1);
        border-color: rgba(253,188,14,.9)
    }

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-active .woocommerce-product-gallery__image {
        border-color: rgba(253,188,14,.2)
    }

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide .woocommerce-product-gallery__image {
        overflow: hidden;
        border-radius: 0;
        border: 1px solid rgba(0,0,0,.02);
        background-color: rgba(255,255,255,.8);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        filter: brightness(0.9);
        transition: .3s
    }

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image a.res {
    padding-bottom: 100%;
    height: 0
}

    .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image a.res img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important
    }

.wpg__thumbs a.res {
    padding-bottom: 100%;
    height: 0
}

.section.single-product .product-detail-inner .woocommerce-product-gallery.woocommerce-product-gallery-default {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 10px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    align-self: flex-start;
    margin-bottom: 0
}

.woocommerce div.product div.images.swiper-product-gallery {
    float: none
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper .swiper-controls .swiper-button {
    opacity: 1;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #555;
    border-radius: 50%;
    background: #444
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-weight: 700
}

.wpg__thumbs .swiper-button-next:after, .wpg__thumbs .swiper-button-prev:after, .wpg__thumbs .swiper-rtl .swiper-button-prev:after, .wpg__thumbs .swiper-rtl .swiper-button-next:after {
    font-size: 14px;
    color: #fff
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button {
    opacity: 1;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(68,68,68,.7490196078);
    border-radius: 50%
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 24px
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button::before {
    color: #000;
    font-size: 2rem;
    line-height: 1;
    font-weight: 300
}

.fancybox__container {
    z-index: 99999999
}

.wpg__thumbs a.res img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 768.2px) {
    .woocommerce.single-product .product.product-detail .woocommerce-product-gallery {
        margin-right: 0 !important
    }
}

.woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions {
    flex-direction: row
}

    .woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions li {
        margin-left: 20px;
        margin-bottom: 0
    }

        .woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions li:first-child {
            margin-left: 0
        }

.woocommerce.single-product .product.product-detail .sharing_toolbox .share-title {
    display: none
}

.woocommerce-tabs-panel--components iframe {
    width: 100%
}

.tabs-heading {
    display: none
}

.woocommerce div.product div.summary {
    display: flex;
    flex-flow: column
}

.woocommerce div.product .product_title {
    order: 1;
    width: 100%
}

.woocommerce.single-product .product.product-detail p.price {
    order: 2;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    margin-bottom: 5px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4
}

.woocommerce.single-product .product.product-detail .woocommerce-product-details__short-description {
    order: 3;
    width: 100%;
    font-size: 16px;
    margin: 0
}

.woocommerce.single-product .product.product-detail form.cart .button {
    background-color: #003049
}

.woocommerce.single-product .product.product-detail form.cart {
    order: 4;
    width: 100%;
    margin-bottom: 0
}

    .woocommerce.single-product .product.product-detail form.cart .quantity .qty {
        margin-bottom: 0
    }

.woocommerce.single-product .product.product-detail .product_meta {
    order: 5;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px
}

.woocommerce.single-product .sharing_toolbox {
    order: 6;
    width: 100%
}

.posts_carousel.posts_list {
    padding: 60px 0;
    position: relative
}

    .posts_carousel.posts_list .desc {
        width: 45%;
        margin: 0 auto 30px
    }

    .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-prev {
        left: -20px
    }

    .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-next {
        right: -20px
    }

.section.posts_list article.item a.d-block {
    position: relative
}

.category .section.posts_list article.item a.d-block .cover {
    border-radius: 15px
}

.section.posts_list article.item .cover-content {
    background-color: rgba(0,0,0,0);
    padding: 20px 0;
    height: auto
}

    .section.posts_list article.item .cover-content h5 a {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 51px;
        font-size: 18px
    }

        .section.posts_list article.item .cover-content h5 a:hover {
            color: #e03
        }

    .section.posts_list article.item .cover-content .view-more {
        font-size: 16px;
        font-weight: 600;
        color: #000
    }

    .section.posts_list article.item .cover-content .view-more {
        color: #e03
    }

    .section.posts_list article.item .cover-content .meta {
        display: none
    }

.hb_logo_news {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 10px 20px
}

    .hb_logo_news img {
        height: 20px
    }

.hb_logo_2 img {
    width: 60px;
}

.w-posts-carousel-2 {
    background: #f2d485 !important
}

    .w-posts-carousel-2::after {
        position: absolute;
        content: "";
        width: 446px;
        height: 259px;
        background-size: 100% 100% !important;
        top: 75px;
        right: 0
    }

    .w-posts-carousel-2 .imgae-top {
        margin-bottom: 10px
    }

        .w-posts-carousel-2 .imgae-top img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1)
        }

    .w-posts-carousel-2 .heading-title {
        color: #fff !important
    }

    .w-posts-carousel-2 .desc {
        color: #fff !important
    }

    .w-posts-carousel-2 article.item {
        border-radius: 15px;
        box-shadow: none !important
    }

        .w-posts-carousel-2 article.item a.d-block {
            border-radius: 15px;
            position: relative
        }

            .w-posts-carousel-2 article.item a.d-block .cover {
                border-radius: 15px;
                border: 2px solid #fff
            }

            .w-posts-carousel-2 article.item a.d-block .res.scale {
                border-radius: 15px;
                padding-bottom: 70%
            }

        .w-posts-carousel-2 article.item .cover-content {
            padding: 30px 10px 10px 10px !important;
            background-color: rgba(0,0,0,0) !important;
            color: #fff;
            text-align: center;
            height: auto !important
        }

            .w-posts-carousel-2 article.item .cover-content h5 a {
                color: #fff !important;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                min-height: 48px;
                font-size: 18px;
                line-height: 23px !important
            }

            .w-posts-carousel-2 article.item .cover-content h5:hover {
                color: #e20303 !important
            }

            .w-posts-carousel-2 article.item .cover-content .excerpt, .w-posts-carousel-2 article.item .cover-content .meta {
                display: none !important
            }

            .w-posts-carousel-2 article.item .cover-content a.view-more {
                justify-content: center;
                font-size: 16px !important;
                font-weight: 600;
                color: #fff !important
            }

    .w-posts-carousel-2 .hb_button {
        display: flex;
        justify-content: center
    }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,.2)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.2)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,.2)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.2)
    }
}

.hb_icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

    .hb_icon_play i {
        background-color: rgba(0,0,0,0);
        color: #212121;
        opacity: .8;
        font-size: 30px;
        position: relative
    }

        .hb_icon_play i::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 50px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 100%;
            background-color: #f5f5f5;
            opacity: .8;
            z-index: -1;
            -ms-box-shadow: 0 0 0 0 #e03;
            -o-box-shadow: 0 0 0 0 #e03;
            box-shadow: 0 0 0 0 #e03;
            -webkit-animation: ripple 2s infinite;
            animation: ripple 2s infinite
        }

.w-posts-carousel-3 {
    padding: 40px 0 100px !important
}

    .w-posts-carousel-3 article.item a.d-block {
        position: relative
    }

    .w-posts-carousel-3 .hb_button {
        margin-top: 40px;
        text-align: center
    }

.w-posts-carousel-4 {
    background: #fff !important
}

    .w-posts-carousel-4::after {
        position: absolute;
        content: "";
        width: 498px;
        height: 373px;
        background-size: 100% 100% !important;
        top: 75px;
        right: 0
    }

    .w-posts-carousel-4 .imgae-top {
        margin-bottom: 10px
    }

    .w-posts-carousel-4 .heading-title {
        margin-bottom: 40px
    }

    .w-posts-carousel-4 article.item {
        box-shadow: none !important;
        display: flex;
        align-items: center;
        background: rgb(192 192 192 / 80%);
        /*        border: 2px solid #efc14f;*/
        padding: 50px 90px;
        height: auto !important
    }

        .w-posts-carousel-4 article.item a.d-block {
            flex: 0 0 175px;
            max-width: 100%;
            height: 175px;
            margin-right: 50px;
            border: 1px solid #fff;
            border-radius: 100%
        }

            .w-posts-carousel-4 article.item a.d-block .cover {
                height: 100%;
                border-radius: 100%
            }

                .w-posts-carousel-4 article.item a.d-block .cover .res.scale {
                    padding-bottom: 100%
                }

                    .w-posts-carousel-4 article.item a.d-block .cover .res.scale:hover {
                        transform: unset;
                        opacity: 1
                    }

        .w-posts-carousel-4 article.item .cover-content {
            flex: 1;
            padding: 0 !important;
            height: auto !important;
            background: rgba(0,0,0,0) !important;
            position: relative
        }

            .w-posts-carousel-4 article.item .cover-content:after {
                position: absolute;
                top: -30px;
                left: 0;
                font-size: 40px;
                line-height: 46px;
                line-height: 1;
                color: #fff
            }

            .w-posts-carousel-4 article.item .cover-content .meta, .w-posts-carousel-4 article.item .cover-content a.view-more {
                display: none !important
            }

            .w-posts-carousel-4 article.item .cover-content h5 {
                margin-bottom: 0
            }

                .w-posts-carousel-4 article.item .cover-content h5 a {
                    color: #fff !important;
                    font-weight: 700 !important;
                    font-size: 25px !important;
                    line-height: 35px !important
                }

                    .w-posts-carousel-4 article.item .cover-content h5 a:hover {
                        color: #fff !important
                    }

            .w-posts-carousel-4 article.item .cover-content .hb_item_job {
                font-weight: 400;
                font-size: 20px;
                line-height: 28px;
                color: #fff
            }

            .w-posts-carousel-4 article.item .cover-content .excerpt {
                font-weight: 400;
                font-size: 16px !important;
                line-height: 23px;
                text-transform: capitalize;
                color: #fff !important
            }

    .w-posts-carousel-4 .swiper-controls .swiper-pagination.swiper-pagination-bullets {
        bottom: 25px;
        position: absolute
    }

.hb_home_wrap {
    padding-bottom: 60px
}

    .hb_home_wrap .hb_inners .imgae-top {
        margin-bottom: 10px
    }

    .hb_home_wrap .hb_inners article.item {
        box-shadow: none !important
    }

        .hb_home_wrap .hb_inners article.item a.d-block {
            border-radius: 10px
        }

            .hb_home_wrap .hb_inners article.item a.d-block .cover {
                border-radius: 10px
            }

                .hb_home_wrap .hb_inners article.item a.d-block .cover .res.scale {
                    border-radius: 10px
                }

    .hb_home_wrap .hb_inners .cover-content {
        padding: 15px 0 !important;
        height: auto !important;
        background: rgba(0,0,0,0) !important
    }

        .hb_home_wrap .hb_inners .cover-content .meta {
            display: none
        }

        .hb_home_wrap .hb_inners .cover-content h5 a {
            font-weight: 500;
            font-size: 20px;
            line-height: 26px !important;
            color: #3c3c3c !important;
            min-height: 52px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: capitalize
        }

            .hb_home_wrap .hb_inners .cover-content h5 a:hover {
                color: #e20303 !important
            }

        .hb_home_wrap .hb_inners .cover-content a.view-more {
            font-weight: 500;
            font-size: 16px !important;
            line-height: 23px;
            text-transform: capitalize;
            color: #000 !important
        }

            .hb_home_wrap .hb_inners .cover-content a.view-more:hover {
                color: #e20303 !important
            }

    .hb_home_wrap .hb_button {
        text-align: center
    }

    .hb_home_wrap .w-images-carousel-3 .heading-title {
        margin-bottom: 50px
    }

    .hb_home_wrap .w-images-carousel-3 .swiper-slide span img {
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 110px;
        display: block;
        margin: 5px auto;
        padding: 30px 40px;
        background: #fff;
/*        box-shadow: 0px 0px 4px rgba(0,0,0,.3);*/
        border-radius: 15px
    }

    .hb_home_wrap .w-posts-carousel-5 {
        padding: 60px 0 80px !important
    }

.footer-widgets {
    padding-top: 0;
    padding-bottom: 0
}

.hb_footer_wrap {
    padding: 60px 0
}

    .hb_footer_wrap .hb_footer_inner {
        display: flex;
        align-items: flex-start;
        flex-flow: row wrap
    }

        .hb_footer_wrap .hb_footer_inner .widget {
            width: 25%;
            /*            padding-right: 30px;*/
            padding-right: 0px;
        }

            .hb_footer_wrap .hb_footer_inner .widget .hb_info {
                display: flex;
                align-items: center;
                margin-bottom: 10px
            }

                .hb_footer_wrap .hb_footer_inner .widget .hb_info .hb_logo_1 {
                    margin-right: 15px
                }

                    .hb_footer_wrap .hb_footer_inner .widget .hb_info .hb_logo_1 img {
                        filter: brightness(0) invert(1);
                        -webkit-filter: brightness(0) invert(1)
                    }

            .hb_footer_wrap .hb_footer_inner .widget .hb_info_desc {
                color: #fff;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                text-transform: capitalize;
                color: #fff;
                margin-bottom: 10px
            }

            .hb_footer_wrap .hb_footer_inner .widget .hb_viewmap a {
                font-weight: 500;
                font-size: 18px;
                line-height: 25px;
                text-transform: capitalize;
                color: #fff
            }

            .hb_footer_wrap .hb_footer_inner .widget span {
                font-weight: 600;
                font-size: 16px;
                line-height: 23px;
                text-transform: uppercase;
                color: #fff;
                padding: 25px 0 20px;
                display: block
            }

            .hb_footer_wrap .hb_footer_inner .widget:last-child {
                padding-right: 0
            }

            .hb_footer_wrap .hb_footer_inner .widget .hb_footer_address, .hb_footer_wrap .hb_footer_inner .widget .hb_footer_phone, .hb_footer_wrap .hb_footer_inner .widget .hb_footer_email, .hb_footer_wrap .hb_footer_inner .widget .hb_footer_mst {
                color: #fff
            }

            .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu li {
                width: 100%
            }

                .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu li a {
                    color: #fff;
                    position: relative;
                    padding: 0 1rem;
                    margin-bottom: .9rem !important
                }

                    .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu li a::after {
                        position: absolute;
                        content: "+";
                        font-family: "Font Awesome 6 Pro";
                        left: 0;
                        color: #fff;
                        top: 50%;
                        transform: translateY(-50%)
                    }

                    .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu li a:hover {
                        color: #e03
                    }

                        .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu li a:hover::after {
                            color: #e03
                        }

            .hb_footer_wrap .hb_footer_inner .widget .menu-menu-footer-container .menu .active a {
                background: rgba(0,0,0,0) !important
            }

            .hb_footer_wrap .hb_footer_inner .widget .hb_social ul {
                display: flex;
                align-items: center;
                list-style: none;
                padding: 0;
                margin: 0
            }

                .hb_footer_wrap .hb_footer_inner .widget .hb_social ul li {
                    margin-right: 15px
                }

                    .hb_footer_wrap .hb_footer_inner .widget .hb_social ul li:last-child {
                        margin-right: 0
                    }

                    .hb_footer_wrap .hb_footer_inner .widget .hb_social ul li a {
                        font-size: 22px;
                        color: #fff
                    }

                        .hb_footer_wrap .hb_footer_inner .widget .hb_social ul li a:hover {
                            color: #e03
                        }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(1) {
                width: 30%;
                padding-right: 50px
            }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(2) {
                width: 45%
            }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(3) {
                width: 0%
            }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) span {
                padding: 20px 0 5px
            }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form {
                display: flex;
                align-items: center;
                overflow: hidden
            }

                .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form span {
                    padding: 15px 0 0;
                    flex: 0 0 70%;
                    overflow: hidden
                }

                    .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form span .wpcf7-email {
                        margin-bottom: 0;
                        height: 35px
                    }

                .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form .wpcf7-submit {
                    height: 35px;
                    margin-top: 15px;
                    border: none;
                    outline: none;
/*                    padding: 0 20px;*/
                    background: #f0151f;
                    border: 1px solid #f0151f;
                    color: #fff
                }

                    .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form .wpcf7-submit:hover {
                        background: #fff;
                        color: #f0151f
                    }

.footer-credit {
    background-color: #003969
}

    .footer-credit .align-justify {
        justify-content: center
    }

.inside-header .widget-group #site-header-cart {
    display: none
}

.submit_form input {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #e03;
    outline: none;
    cursor: pointer;
    background: #e03;
    color: #fff
}

    .submit_form input:hover {
        background: #fff;
        color: #e03
    }

.hb_products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px
}

.list-product-wrapper article.product {
    border: none
}

.section.section-title .title, .breadcrumbs, .section.section-title .breadcrumbs li, .section.section-title .breadcrumbs a, .breadcrumbs li a {
    color: #fff
}

@media(max-width: 39.9875rem) {
    .section.section-title {
        padding: 50px 0
    }

    .hb_products {
        grid-template-columns: repeat(2, 1fr)
    }

    .top-header {
        display: none
    }

    .inside-header .grid-container .site-logo {
        display: block
    }

    .inside-header .widget-group .hb_social {
        display: none
    }

    .inside-header .custom-logo {
/*        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1)*/
    }

    .home .site-header {
        position: relative
    }

    .images_carousel.w-images-carousel-2:before {
        display: none
    }

    .images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .overlay img {
        width: 100%;
        height: 100%
    }

    .hb_about {
        padding: 30px 0
    }

    .w-about-2 .imgae-top {
        width: 100%
    }

    .w-about-2 .heading-title {
        text-align: center !important
    }

    section.section .heading-title {
        font-size: 20px
    }

    section.section .sub_title {
        font-size: 18px
    }

    .w-about-2 .sub_title {
        text-align: center;
        width: 100%
    }

    .hb_about .about_desc p {
        text-align: justify
    }

    .w-about-2 .about_left:after {
        left: 0 !important
    }

    .hb_button {
        text-align: center
    }

    .w-about-3 {
        background: #fff !important
    }

        .w-about-3 .about_left {
            padding-top: 30px
        }

        .w-about-3 .imgae-top {
            width: 100%
        }

        .w-about-3 .heading-title {
            text-align: center !important
        }

    .hb_box .heading-title {
        font-size: 18px !important
    }

    .hb_box .hb_box_wrap .hb_box_inner .cell {
        position: relative;
        top: 0
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(1), .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(2), .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(3), .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(4) {
        padding-left: 0
    }

    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item {
        margin-bottom: 30px;
        text-align: center
    }

        .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_number {
            order: 1;
            margin: 0 auto;
            width: 50px;
            max-width: 50px;
            height: 50px;
            flex: 0 0 100%
        }

        .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content {
            order: 2;
            width: 100%
        }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item .hb_box_content .hb_title {
        margin-right: 0
    }

    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content .hb_title {
        font-size: 18px
    }

    .hb_box .hb_box_wrap .hb_box_inner {
        align-items: flex-start;
        order: 2
    }

        .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_content .hb_title {
            margin-left: 0
        }

        .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_number {
            margin-left: 0;
            margin: 0 auto
        }

        .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(1), .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(2), .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(3), .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(4) {
            padding-left: 0
        }

    .hb_box .hb_box_wrap .box_iamges {
        order: 1;
        margin: 30px auto
    }

    .hb_box {
        padding: 30px 0 40px
    }

    .products_carousel.w-products-carousel-2 {
        padding: 30px 0
    }

        .products_carousel.w-products-carousel-2 .title-container .desc {
            width: 100%
        }

        .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-prev, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-prev {
            left: 0;
            border: 1px solid #000
        }

        .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-next, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-next {
            right: 0;
            border: 1px solid #000
        }

    .hb_button a {
        padding: 8px 35px
    }

    .posts_carousel.posts_list {
        padding: 30px 0
    }

        .posts_carousel.posts_list .desc {
            width: 100%
        }

    .w-posts-carousel-3 {
        padding: 30px 0 !important;
        background-size: cover !important
    }

    .w-posts-carousel-4:after {
        display: none !important
    }

    .w-posts-carousel-4 .heading-title {
        margin-bottom: 30px
    }

    .w-posts-carousel-4 article.item {
        display: block;
        padding: 20px 20px 50px 20px
    }

        .w-posts-carousel-4 article.item a.d-block {
            max-width: 100px;
            height: 100px;
            margin-right: 0;
            margin: 0 auto 20px
        }

        .w-posts-carousel-4 article.item .cover-content:after {
            display: none
        }

        .w-posts-carousel-4 article.item .cover-content h5 a {
            font-size: 16px !important;
            line-height: 28px !important;
            text-align: center
        }

        .w-posts-carousel-4 article.item .cover-content .hb_item_job {
            font-size: 14px;
            line-height: 24px;
            text-align: center
        }

        .w-posts-carousel-4 article.item .cover-content .excerpt {
            text-align: justify
        }

    .hb_home_wrap .w-posts-carousel-5 {
        padding: 30px 0 !important
    }

    .hb_home_wrap {
        background-size: cover !important
    }

        .hb_home_wrap .w-images-carousel-3 .swiper-slide span img {
            width: 60px;
            padding: 15px 40px
        }

        .hb_home_wrap .swiper-controls .swiper-pagination.swiper-pagination-bullets {
            position: absolute;
            bottom: -35px
        }

    .hb_footer_wrap {
        padding: 30px 0;
        background-size: cover !important
    }

        .hb_footer_wrap .hb_footer_inner .widget {
            width: 100%;
            padding-right: 0
        }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(1), .hb_footer_wrap .hb_footer_inner .widget:nth-child(2), .hb_footer_wrap .hb_footer_inner .widget:nth-child(3) {
                width: 100%
            }

            .hb_footer_wrap .hb_footer_inner .widget:nth-child(4) form span.wpcf7-spinner {
                position: absolute;
                right: 30px
            }

    .inside-header .widget-group #site-header-cart {
        display: block
    }

    .inside-header .widget-group .site-header-cart .header-cart-contents {
        color: #fff
    }

        .inside-header .widget-group .site-header-cart .header-cart-contents .icon svg {
            width: 23px;
            fill: #fff
        }

    .section.single-product .product-detail-inner .woocommerce-product-gallery {
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-button a {
        padding: 5px 20px !important
    }
}

@media only screen and (max-device-width: 576px) {
    .products_carousel.w-products-carousel-2 article.item .cover-content h6 a {
        min-height: 52px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .list-product-wrapper article.product .cover-content > h6 a, .list-product-wrapper article.product .cover-content > h5 a {
        min-height: 52px
    }
}

@media only screen and (max-device-width: 992px) {
    .home .is-sticky .menu-lines {
        color: #fff
    }

    .inside-header .widget-group .off-canvas-content {
        display: block
    }

    .home .menu-lines {
        color: #fff
    }

    .menu-lines {
        color: #fff
    }

    .off-canvas {
        background-color: #003049
    }

    .mobile-menu.menu > li > a {
        font-size: 20px
    }

    .home .site-header {
        border-bottom: none
    }

    .woocommerce-sorting {
        justify-content: flex-start
    }

    .section.section-title .title {
        font-size: 22px
    }

    .section.single-contact {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 1024px)and (min-width: 768px) {
    .hb_products {
        grid-template-columns: repeat(3, 1fr)
    }

    .top-header .hb_widget_all .hb_hotline a span {
        display: none
    }

    .top-header .hb_widget_all .hb_hotline a {
        padding: 5px
    }

        .top-header .hb_widget_all .hb_hotline a i {
            margin-right: 0
        }

    .inside-header .grid-container {
        justify-content: flex-end
    }

    #masthead-sticky-wrapper.is-sticky .inside-header .grid-container {
        justify-content: space-between
    }

    .w-about-2 .about_left:after {
        left: 0 !important;
        background-size: 100% 100% !important
    }

    .hb_about {
        padding: 30px 0
    }

    .w-about-2 .imgae-top {
        width: 60%
    }

    .w-about-3 {
        background-size: cover !important
    }

        .w-about-3 .imgae-top {
            width: 50%
        }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(1) {
        padding-left: 44%
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(2) {
        padding-left: 21%
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(3) {
        padding-left: 26%
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item:nth-child(4) {
        padding-left: 34%
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item .hb_box_content .hb_title {
        margin-left: 25px
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(2) {
        padding-left: 27%
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_left.cell .hb_box_item:nth-child(3) {
        padding-left: 28%
    }

    .products_carousel.w-products-carousel-2, .posts_carousel.posts_list {
        padding: 40px 0
    }

        .products_carousel.w-products-carousel-2 .title-container .desc {
            width: 70%
        }

        .posts_carousel.posts_list .desc {
            width: 70%
        }

        .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-prev, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-prev {
            left: 0;
            border: 1px solid #000
        }

        .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-next, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-next {
            right: 0;
            border: 1px solid #000
        }

    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_number {
        width: 35px;
        max-width: 35px;
        height: 35px
    }

    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item .hb_box_content .hb_title {
        font-size: 16px
    }

    .hb_box .hb_box_wrap .hb_box_inner .cell .hb_box_item {
        margin-bottom: 40px
    }

    .hb_box .hb_box_wrap .box_iamges {
        width: 230px;
        height: 230px;
        margin: 80px auto
    }

    .hb_box .hb_box_wrap .hb_box_inner .box_right.cell .hb_box_item .hb_box_content .hb_title {
        margin-right: 25px
    }

    .hb_home_wrap .w-images-carousel-3 .swiper-slide span img {
        width: 90px;
        padding: 20px 35px
    }

    .hb_home_wrap {
        background-size: 100% 100% !important
    }

    .hb_footer_wrap .hb_footer_inner .widget {
        width: 50%
    }

        .hb_footer_wrap .hb_footer_inner .widget:nth-child(1), .hb_footer_wrap .hb_footer_inner .widget:nth-child(2), .hb_footer_wrap .hb_footer_inner .widget:nth-child(3) {
            width: 50%
        }

        .hb_footer_wrap .hb_footer_inner .widget:nth-child(2) {
            padding-right: 0
        }
}

@media only screen and (max-width: 1079px)and (min-width: 992px) {
    .home .is-sticky .menu-lines {
        color: #000
    }

    .inside-header .widget-group .off-canvas-content {
        display: block
    }

    .home .menu-lines {
        color: #fff
    }

    .menu-lines {
        color: #000
    }

    .off-canvas {
        background-color: #000
    }
}

@media only screen and (max-width: 1119px)and (min-width: 1080px) {
    .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-prev, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-prev {
        left: 0;
        border: 1px solid #000
    }

    .products_carousel.w-products-carousel-2 .swiper-controls .swiper-button.swiper-button-next, .posts_carousel.posts_list .swiper-controls .swiper-button.swiper-button-next {
        right: 0;
        border: 1px solid #000
    }
}


.hide-mobile {
    display: block;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }

    .about_right img {
        padding-top: 20px;
        width: 60%;
        text-align: center;
        margin: auto;
    }
}