/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 5px;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
}

.slogan-cpn {
    text-align: left;
    float: left;
    width: 100%;
    margin: 18px 0;
}

    .slogan-cpn h3 {
        font-size: 22px;
        color: #1e860b;
        text-transform: uppercase;
        margin: 0;
    }

    .slogan-cpn p {
        margin: 0;
        font-size: 15px;
        margin-left: 135px;
    }

#logo img {
    max-height: 65px;
}

.list-top-inline-item {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.listHeadFlex {
    display: flex;
    gap: 45px;
    padding-left: 32px;
}

.list-top-inline-item i {
    font-size: 16px;
    color: #1e860b;
    margin-right: 5px;
}

.ftInfo {
}

    .ftInfo ul {
    }

        .ftInfo ul li {
        }

    .ftInfo h3 {
    }

        .ftInfo h3 span {
        }

        .ftInfo h3:before {
            content: "";
        }

.ftMenuList {
}

    .ftMenuList h3 {
        position: relative;
        padding-bottom: 8px;
    }

        .ftMenuList h3:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0px;
            height: 1px;
            width: 70px;
            margin: 10px 0;
            background-color: white;
        }

    .ftMenuList ul {
    }

        .ftMenuList ul li {
        }

            .ftMenuList ul li a {
            }

.ftInfo h3 {
    position: relative;
    padding-bottom: 8px;
}

    .ftInfo h3:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0px;
        height: 1px;
        width: 70px;
        margin: 10px 0;
        background-color: white;
    }

.contactPage {
}

    .contactPage h2 {
        font-size: 1.42857em;
        color: black;
        text-decoration: none;
        position: relative;
    }

        .contactPage h2:before {
            content: "";
            height: 3px;
            width: 70px;
            background-color: #1e860b;
            position: absolute;
            left: 0;
            bottom: -6px;
        }

    .contactPage .form-signup .wpcf7-form-control {
        display: block;
        width: 100%;
        min-height: 40px;
        padding: .375rem .75rem;
        font-size: 1em;
        line-height: 1.5;
        background-image: none;
        margin: 0;
        box-shadow: none;
    }

    .contactPage .form-signup .wpcf7-textarea {
    }

    .contactPage .form-signup .wpcf7-submit {
        width: auto;
        display: inline-block;
    }

.blog-item {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

    .blog-item .blog-item-thumbnail {
        width: 100%;
        max-width: 240px;
        height: 170px;
        height: auto;
        overflow: hidden;
        border-bottom: 3px solid #c9942a;
        position: relative;
    }

        .blog-item .blog-item-thumbnail img {
            border-radius: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .blog-item .blog-item-thumbnail .created-date {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            background-color: #1a1a1a;
            color: #fff;
        }

            .blog-item .blog-item-thumbnail .created-date i {
                position: relative;
                background: #c9942a;
                color: #fff;
                display: inline-block;
                text-align: center;
                width: 40px;
                height: 36px;
                line-height: 36px;
                font-size: 15px;
            }

            .blog-item .blog-item-thumbnail .created-date span {
                font-size: 14px;
                padding: 3px 10px;
            }

    .blog-item .blog-item-mains {
    }

        .blog-item .blog-item-mains .blog-item-name {
            display: block;
            font-size: 18px;
            color: #333;
            margin: 0px 0 10px;
            letter-spacing: .5px;
        }

            .blog-item .blog-item-mains .blog-item-name a {
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

    .blog-item .blog-item-summary {
        font-style: normal;
        font-weight: 400;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.page-breacrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    color: black;
    margin-bottom: 30px;
}

    .page-breacrumb p {
        margin-bottom: 5px;
    }

.widget .widget-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    color: #5f5d5b;
}

    .widget .widget-title:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
    }

.woocommerce-breadcrumb {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    color: black;
    margin: 0;
    padding: 0;
}

.widget .widget-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #1e860b;
}

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

.widget ul {
}

    .widget ul li {
        border: none !important;
        box-shadow: none;
        padding: 0px 0;
        color: black;
    }

.recent-blog-posts-li .badge-inner {
    min-width: 70px;
}

.recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: unset;
}

.article-main .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

    .article-main .blog_related h2:before {
        content: "";
        height: 3px;
        width: 70px;
        background-color: #1e860b;
        position: absolute;
        left: 0;
        bottom: -6px;
    }

.article-main .blog_related .blog_entry h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
}

    .article-main .blog_related .blog_entry h3 a {
        font-size: 14px;
        color: #222;
        display: table;
    }

        .article-main .blog_related .blog_entry h3 a i {
            display: table-cell;
            width: 15px;
        }

        .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
            color: #1e860b;
            text-decoration: none;
        }

.article-main .postby {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin: 8px 0;
}

.article-main .blog_related h2:before {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #1e860b;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.article-main .title-head {
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
}

.article-main .blog_related {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #ebebeb;
    border-top: 1px dashed #ebebeb;
}

.paProhot-item {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

.paProhot-thumb {
    overflow: hidden;
    /* border-radius: var(--1, 10px); */
    height: 222px;
    position: relative;
}

    .paProhot-thumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.paProhot-content {
    padding: 14px 17px;
}

.paProhot-title a {
    color: var(--s1-p2, #231F20);
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.paProhot-gr {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
    margin: 5px 0;
}

    .paProhot-gr span {
        color: #1e860b;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .paProhot-gr .new span {
    }

    .paProhot-gr .old span {
        color: var(--s1-p4, #706C6C);
        text-align: center;
        font-size: 12px;
        text-decoration: line-through;
        font-weight: 400;
    }

.category-page-row .paProrow {
    margin-right: -10px;
    margin-left: -10px;
}

    .category-page-row .paProrow .col {
        padding: 0 10px;
    }

.asideProHot {
    margin-top: 15px;
}

    .asideProHot .paProhot-item {
        display: flex;
        border: none;
        gap: 10px;
        align-items: center;
    }

        .asideProHot .paProhot-item .paProhot-thumb {
            width: 70px;
            height: 70px;
            border: 1px solid #ddd;
        }

            .asideProHot .paProhot-item .paProhot-thumb img {
            }

        .asideProHot .paProhot-item .paProhot-content {
            padding: 0;
        }

        .asideProHot .paProhot-item .paProhot-title {
        }

            .asideProHot .paProhot-item .paProhot-title a {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                height: auto;
                min-height: unset;
            }

        .asideProHot .paProhot-item .paProhot-gr {
            font-size: 14px;
        }

.on-sale {
    display: none;
}

.wishlist-icon {
    display: none;
}

.related-product h3 {
    color: #222;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    display: block;
}

    .related-product h3:after {
        left: 0;
        bottom: -2px;
        content: "";
        width: 76px;
        height: 2px;
        display: inline-block;
        background: #1e860b;
        position: absolute;
    }

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: none;
}

.product-main {
    padding: 0px 0;
}

.inve_brand {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.module_service_details .wrap_module_service {
    background: #f7f7f7;
    border-radius: 0;
    border: 1px solid #ececec;
}

.wrap_module_service .item_service {
    padding: 0px 10px;
    border-bottom: dashed 1px #ececec;
}

    .wrap_module_service .item_service .wrap_item_ {
        position: relative;
        padding: 15px 0;
        display: table;
    }

        .wrap_module_service .item_service .wrap_item_ .image_service {
            display: table-cell;
            width: 40px;
            vertical-align: middle;
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
        }

        .wrap_module_service .item_service .wrap_item_ .content_service {
            margin-left: 10px;
        }

            .wrap_module_service .item_service .wrap_item_ .content_service p {
                font-weight: bold;
                margin-bottom: 0;
                font-size: 14px;
            }

            .wrap_module_service .item_service .wrap_item_ .content_service span {
                color: black;
                font-size: 12px;
            }

    .wrap_module_service .item_service:hover .wrap_item_ .image_service {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .wrap_module_service .item_service:hover .wrap_item_ .content_service p {
        color: #1e860b;
    }

.headingDefault {
    margin: 0;
}

    .headingDefault .section-title-center {
        font-size: 24px;
        color: #1e860b;
    }

        .headingDefault .section-title-center b {
            display: none;
        }

        .headingDefault .section-title-center .section-title-main {
            margin: 0 auto;
            background: url(images/line1.png) center bottom no-repeat;
            padding-bottom: 15px;
        }

.tabProduct .nav .menuTabLinhvuc a {
    background: #e5e5e5;
    line-height: 1;
    color: #252525;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 42px;
    display: block;
    font-weight: bold;
}

.tabProduct .tabbed-content .tabs-title {
    justify-content: center;
    gap: 3px;
    margin-bottom: 15px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabProduct .nav .menuTabLinhvuc .tab-link.current, .tabProduct .nav .menuTabLinhvuc .tab-link:hover {
    color: #fff;
    background-color: #5c76ad;
}



.tabProduct .menuTabLinhvuc.active a {
    color: #fff;
    background-color: #1e860b;
}

.home-lv-owl.owl-carousel .owl-nav button span {
    text-indent: -999px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

.home-lv-owl.owl-carousel .owl-nav .owl-next {
    height: 44px;
    width: 44px;
    min-height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    top: 40%;
    transform: translate(0, -50%);
    font-size: 20px;
    margin: 0;
    right: -50px;
    opacity: 0;
}

    .home-lv-owl.owl-carousel .owl-nav .owl-next:before {
        height: 36px;
        width: 36px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        float: none;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 28px;
        margin: 2px;
        vertical-align: top;
        border-radius: 50%;
        padding: 3px 14px;
        content: "\f105";
    }




.home-lv-owl.owl-carousel .owl-nav .owl-prev {
    height: 44px;
    width: 44px;
    min-height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    top: 40%;
    transform: translate(0, -50%);
    font-size: 20px;
    margin: 0;
    left: -50px;
    opacity: 0;
}

    .home-lv-owl.owl-carousel .owl-nav .owl-prev:before {
        height: 36px;
        width: 36px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        float: none;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 28px;
        margin: 2px;
        vertical-align: top;
        border-radius: 50%;
        padding: 3px 14px;
        content: "\f104";
    }

.tabProduct .home-lv-owl .owl-nav.disabled, .tabProduct .home-lv-owl .owl-dots.disabled {
    display: block;
}

.home-lv-owl.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
}

.tabProduct .menuTabLinhvuc {
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 15px;
}

.home-lv-owl.owl-carousel .owl-nav .owl-next:focus:before {
    background-color: #fdc236;
    color: #333;
}

.galleryPost {
}

.postItem {
    height: 100%;
    width: calc(50% - 15px);
    float: left;
    position: relative;
    margin-right: 15px;
}

.postItemThumb {
    width: 100%;
    height: 100%;
}

    .postItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.postItemContent {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #00000096;
}

.postItemTitle {
}

    .postItemTitle a {
        margin: 5px 0;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
    }

.postItemDesc {
    color: white;
    font-size: 13px;
}

.postItemDate {
    color: white;
    font-size: 13px;
    margin-bottom: 5px;
}

.galleryPostBox {
}

.postItem:not(:first-child) {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}

    .postItem:not(:first-child) .postItemThumb {
        max-width: 160px;
        height: 124px;
        overflow: hidden;
    }

        .postItem:not(:first-child) .postItemThumb img {
            width: 100%;
            height: 100%;
        }

    .postItem:not(:first-child) .postItemContent {
        position: relative;
        width: auto;
        background: transparent;
    }

    .postItem:not(:first-child) .postItemTitle {
    }

        .postItem:not(:first-child) .postItemTitle a {
            color: #1e860b;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .postItem:not(:first-child) .postItemDesc {
        font-size: 13px;
        color: #3a3737;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .postItem:not(:first-child) .postItemDate {
        color: black;
    }

.postItemP {
    position: relative;
    display: flex;
    align-items: center;
}

.postItem:last-child {
    margin-bottom: 0;
}
.header-language-dropdown a:before{display:none;}
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
    .nav-spacing-xlarge > li {
        margin: 0 0px;
    }

    .nav-box > li > a {
        padding: 0 30px;
        line-height: 2.5em;
    }
}

@media (max-width: 48em) {
    .postItemDesc {
        color: white;
        font-size: 13px;
        display: none;
    }
    .postItem {
        height: auto;
        width: 100%;
        float: left;
        position: relative;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

        .postItem:not(:first-child) {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
            margin-right: 0;
        }
            .postItem:not(:first-child) .postItemThumb {
                max-width: 160px;
                height: 124px;
                min-width: 160px;
                overflow: hidden;
            }

    #top-bar {
        display: none;
    }

    .blog-item {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .blog-item .blog-item-thumbnail {
            width: 100%;
            max-width: 100%;
            height: 300px;
            overflow: hidden;
            border-bottom: 3px solid #c9942a;
            position: relative;
        }
}
