:root {
    --main-color: #ff3333;
}

@font-face {
    src: url("../fonts/utm-avo/UTM Avo.ttf");
    font-family: "UTM Avo";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/utm-avo/UTM AvoBold.ttf");
    font-family: "UTM Avo";
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

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

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

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

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

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

.mb-60 {
    margin-bottom: 60px
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: "UTM Avo" !important;
    font-weight: bold;
}

body {
    font-family: "UTM Avo" !important;
    font-weight: normal;
}

.button_style {
    color: #fff !important;
    text-align: left;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 50px;
    font-family: "UTM Avo";
    font-weight: bold;
}

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

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

.button_for_white {
    background: #fff;
    color: var(--primary-color) !important;
}

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

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

/**header**/
.header-support {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.header-support .header-sp-item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    position: relative;
}

.header-support .header-sp-item:not(:last-child):after {
    content: '';
    height: 35px;
    width: 1px;
    background: #eeeeee;
    display: block;
    position: absolute;
    right: -25px;
}

.header-support .header-sp-item:not(:first-child) {
    margin-left: 55px;
}

.header-support .header-sp-item .header-sp-icon {
    padding-right: 10px;
}

.header-support .header-sp-item .header-sp-icon i {
    color: var(--primary-color);
    font-size: 25px;
}

.header-support .header-sp-item .header-sp-content h4 {
    margin: 0px !important;
    color: #000;
    font-size: 16px;
}

.header-support .header-sp-item .header-sp-content p {
    font-size: 15px;
    margin: 0px !important;
}

/**menu**/
div#mega-menu-wrap-primary ul li {
    margin-right: 0px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    text-transform: unset !important;
    font-size: 15px !important;
    padding: 0px 10px !important;
    font-family: "UTM Avo" !important;
    font-weight: bold !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #000;
    border-radius: 4px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    display: block;
}

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

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

div#wide-nav input#woocommerce-product-search-field-0 {
    border-radius: 5px !important;
    box-shadow: unset !important;
}

div#wide-nav button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    border: 0px !important;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    color: #fff;
    background: var(--primary-color);
    padding: 30px 0 20px 0;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-logo {
    width: 100%;
    margin-bottom: 20px;
}

footer#footer .footer-logo img {
    filter: brightness(0) invert(1);
    max-width: 180px;
}

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

footer#footer a:hover {
    color: greenyellow;
}

footer#footer .footer-address {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

footer#footer p.company-name {
    font-weight: 700;
    font-size: 14px;
}

footer#footer p {
    margin-bottom: 10px;
}

footer#footer .footer-social a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    color: var(--primary-color) !important;
    text-align: center;
    line-height: 30px;
}

footer#footer .footer-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "UTM Avo";
    font-weight: bold;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px 0 10px 0 !important;
}

footer#footer .footer-menu ul li a {
    padding: 0 0 0px 10px;
    position: relative;
}

footer#footer .footer-menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

footer#footer .footer-copyright {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

/**video**/
.video-abouts {
    width: 100%;
    height: 500px;
    position: relative;
}

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

.video-abouts .video-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-abouts .video-button .video-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
}

.video-abouts .video-button .video-ring .video-ring-circle {
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(13, 147, 71, 1);
    -webkit-animation: video-circle-anim 1.2s infinite ease-in-out;
    animation: video-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.video-abouts .video-button .video-ring .video-ring-circle-fill {
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: rgba(13, 147, 71, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: video-circle-fill-anim 2.3s infinite ease-in-out;
    animation: video-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.video-abouts .video-button .video-ring-img-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    position: relative;
    border-radius: 50%;
    color: var(--primary-color);
}

@keyframes video-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@keyframes video-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6;
    }

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

.abouts {
    width: 100%;
    display: inline-block;
}

.abouts .abouts-title h3 {
    color: #fff;
    font-size: 18px;
}

.abouts .abouts-title .sub-title {
    color: #fff;
}

.abouts .abouts-content {
    color: #fff;
    font-size: 16px;
}

/**title**/
.home-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.cat-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.home-title p {
    width: 800px;
    font-size: 15px;
    margin: 0 auto 0;
}

.home-title h1, .home-title h2, .home-title h3, .cat-title h1 {
    margin-bottom: 10px;
    font-family: "UTM Avo";
    font-weight: bold;
    color: var(--primary-color);
}

.home2 {
    text-align: left;
    position: relative;
}

.home2 a {
    color: #354759;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.home-title h3, .cat-title h1, .cat-title h3 {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: red;
}

.home-title h3 span.text-primary {
    color: var(--primary-color)
}

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.bg-primary {
    background: red;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .separator-right {
    right: -80px;
}

.home-tile p {
    padding-top: 10px;
    font-size: 14px;
    color: #767676;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/**slide**/
.owl-nav button {
    width: 40px;
    min-height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .7) !important;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 0px !important;
}

.owl-nav button.owl-next {
    right: 0px !important;
}

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

/**certification**/
.certification-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    border: 3px solid var(--primary-color);
}

.certification-item h4 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 15px;
}

/**production**/
.production-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.production-item h4 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 15px;
}

.production-item h4:hover, .production-item:hover h4 {
    color: var(--primary-color)
}

/**product**/
.product-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

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

.product-item .product-content {
    width: 100%;
    padding: 10px 0 0 0;
}

.product-item .product-content h4 {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.product-item:hover .product-thumbnail {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**post item**/
.post-horizontal {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.post-horizontal .post-horizontal-thumbnail {
    width: 200px;
    height: 150px;
    float: left;
}

.post-horizontal .post-horizontal-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-horizontal .post-horizontal-content {
    width: calc(100% - 200px);
    float: left;
    padding-left: 15px;
}

.post-horizontal .post-horizontal-content h4 {
    font-size: 16px;
    line-height: 25px;
}

.post-horizontal .post-horizontal-content h4:hover {
    color: var(--primary-color)
}

.post-horizontal .post-horizontal-desc {
    font-size: 14px;
    color: #354759;
}

/**post grid**/
.post-grid {
    width: 100%;
    display: inline-block;
}

.post-grid .post-grid-thumbnail {
    width: 100%;
    height: 150px;
}

.post-grid .post-grid-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-grid .post-grid-content {
    width: 100%;
    padding: 10px 0 0 0;
}

.post-grid .post-grid-content h4 {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-grid .post-grid-desc {
    font-size: 14px;
}

.post-grid .post-grid-content h4:hover {
    color: var(--primary-color)
}

/**post item**/
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 180px;
}

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

.post-item .post-content {
    width: 100%;
    padding: 10px 0 0 0;
}

.post-item .post-content h4 {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-desc {
    font-size: 14px;
}

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

/**post big**/
.post-big {
    width: 100%;
    height: 450px;
    position: relative;
}

.post-big .post-big-thumbnail {
    width: 100%;
    height: 100%;
}

.post-big .post-big-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-big:after {
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#6a1b9a', GradientType=0);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    opacity: 0.6;
    height: 100%;
}

.post-big .post-big-content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.post-big .post-big-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 999;
}

.post-big .post-date {
    width: auto;
    background: var(--primary-color);
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.post-big .post-big-content h4:hover {
    color: var(--main-color)
}


/**post small**/
.post-small {
    width: 100%;
    height: 221px;
    position: relative;
}

.post-small .post-small-thumbnail {
    width: 100%;
    height: 100%;
}

.post-small .post-small-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-small:after {
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, #000 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#6a1b9a', GradientType=0);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    opacity: 0.6;
    height: 100%;
}

.post-small .post-small-content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.post-small .post-small-content {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    z-index: 999;
}

.post-small .post-date {
    width: auto;
    background: var(--primary-color);
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.post-small .post-small-content h4:hover {
    color: var(--main-color)
}

/**partner**/
section.sec-partner {
    width: 100%;
    padding: 30px 0;
}

.partner-item {
    width: 100%;
    height: 100px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**Category**/
section#breadcrumbs {
    width: 100%;
    padding: 10px 0;
}

section#breadcrumbs span, section#breadcrumbs a {
    color: #000;
}

span.breadcrumb_last {
    color: var(--primary-color);
}

.category-page {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px 0;
}

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

.category-item {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #f2f2f2;
}

.category-item .category-item-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.category-item .category-item-content {
    width: 100%;
    display: inline-block;
}

.category-item .category-item-content .category-item-thumbnail {
    width: 180px;
    height: 130px;
    float: left;
}

.category-item .category-item-content .category-item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-item .category-item-content .category-item-entry {
    width: calc(100% - 180px);
    float: left;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
}

.category-item .category-item-meta span {
    font-size: 15px;
    color: #666666;
    font-style: italic;
    margin-right: 15px;
}

.category-item .category-item-title h4 {
    font-size: 16px;
    line-height: 25px;
}

.category-item .category-item-title h4:hover {
    color: var(--primary-color)
}

.category-item .button_for_primary {
    background: var(--primary-color);
    font-size: 14px;
    padding: 0px 15px;
    font-weight: normal;
    float: right;
    height: 30px;
    line-height: 30px;
}

/**widget**/
.widget_media_image img {
    width: 100%;
}

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

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

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

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 140px;
    float: left;
    height: 100px;
}

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

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

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

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

.widget-post-list .widget-post-content p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

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

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

.widget_categories ul li {
    width: 100%;
}

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

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

div#comments {
    margin: 0px !important;
}

.wpd-form-head {
    margin-top: 0px !important;
}

/**page**/
.page-title h3 {
    background: var(--primary-color);
    padding: 5px 15px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

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

.menu-action li {
    width: 100%;
    padding-left: 10px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff !important;
}

.menu-action li a {
    width: 100%;
    display: block;
    color: #000 !important;
    padding: 10px 15px 10px 0 !important;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.menu-action li a:hover, .menu-action li.active a {
    color: var(--primary-color) !important;
}

.menu-action li a:before {
    display: none !important;
}

.menu-action li:before {
    content: "\f45c" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    font-size: 6px !important;
    vertical-align: middle !important;
    margin-right: 10px !important;
    color: var(--primary-color) !important;
    right: unset !important;
}

/**contact**/
.contact-address p {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.contact-address p.company-name, .formContact h3 {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.input__contact, .textarea__contact {
    box-shadow: unset !important;
}

.theme-header {
    width: 100%;
    border-bottom: 3px dashed #f2f2f2;
}

/**product**/
.related.related-products-wrapper.product-section {
    margin: 30px 0;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0px 0 20px 0;
}

.product-small.box {
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.product-small .box-text.box-text-products {
    padding: 15px !important;
}

#mobile {
    display: none;
}

/**single**/
header#header-single h1 {
    color: var(--primary-color);
}

header#header-single .header-single-meta span {
    color: #666666;
    font-size: 15px;
    font-style: italic;
    margin-right: 10px;
}

.entry-content p {
    margin-bottom: 10px;
}

.entry-content ul li {
    margin-bottom: 10px;
}

.entry-content ul {
    margin-left: 15px !important;
}

/**sidebar**/
.sidebar-filter {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.sidebar-filter .list.scrollable {
    overflow: hidden;
    max-height: 210px;
}

.sidebar-filter .list.scrollable:hover {
    overflow-y: scroll;
    transition: all .2s ease;
}

.sidebar-filter .check-action {
    display: block;
    position: relative;
}

.sidebar-filter .check-action input {
    opacity: 0;
    filter: alpha(Opacity:0);
    position: absolute;
    display: block;
    width: 100%;
    z-index: 2;
    height: 100%;
    cursor: pointer;
}

.sidebar-filter .check-action {
    margin-bottom: 10px;
    color: #888;
}

.sidebar-filter .check-action .icon {
    font-family: 'Font Awesome 6 Pro' !important;
    margin-right: 10px;
    margin-left: 3px;
}

.sidebar-filter .check-action .icon:before {
    content: "\f0c8";
}

.sidebar-filter .check-action input:checked + .icon:before {
    content: "\f14a";
    color: var(--primary-color);
}

.sidebar-filter .list.scrollable::-webkit-scrollbar {
    width: 0.5em;
}

.sidebar-filter .list.scrollable::-webkit-scrollbar-thumb {
    background-color: #0e9546;
    outline: 1px solid #0e9546;
}

.sidebar-filter .list.scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
}

.baseui.input {
    position: relative;
    font-weight: normal;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.baseui.icon.input > i.icon {
    cursor: default;
    position: absolute;
    text-align: center;
    opacity: 0.5;
    filter: alpha(Opacity:50);
    line-height: 1;
    top: 0px;
    right: 0px;
    margin: 0em;
    height: 100%;
    width: 2.67142857em;
}

.baseui.input > input {
    text-align: left;
    max-width: 100%;
    margin: 0em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    padding: 0.67857143em 1em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    border: 1px solid #dedede;
}

.baseui.icon.input > i.icon:before, .baseui.icon.input > i.icon:after {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.ficon-search:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
}

button#button_filter {
    width: 100%;
    background: var(--primary-color);
    border-radius: 5px !important;
    padding: 0px 15px;
    display: flex;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**recruit**/
.recruit-item {
    width: 100%;
    display: inline-block;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding: 15px;
}

.recruit-item .recruit-pb {
    text-transform: uppercase;
    font-size: 16px;
}

.recruit-item .recruit-content h4 {
    margin: 8px 0;
}

.recruit-item .recruit-content h4 a:hover {
    color: var(--main-color)
}

.recruit-item .recruit-content h4 a {
    color: var(--primary-color);
    font-size: 18px;
}

.recruit-item .recruit-text {
    color: #434343;
    font-size: 14px;
    margin-bottom: 10px;
}

.recruit-item .recruit-text:last-child {
    margin-bottom: 0px !important;
}

.recruit-item .recruit-text span {
    color: #009ada;
}

.recruit-item .button_recruit {
    background: var(--primary-color);
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
}

.recruit-content1 {
    width: 100%;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.recruit-content1 .re-item p {
    margin: 0px !important;
}

.recruit-content1 .re-item {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.recruit-content1 .re-item:last-child {
    border-bottom: 0px !important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
    position: relative;
    opacity: .5;
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0 0;
    font-size: 20px;
}

.mTop {
    margin-top: 15px;
}

.form-group b {
    color: #ff3333;
}

.icon_homes_p2 h3 {
	font-size: 16px;
    text-transform: uppercase;
	
}
.icon_homes_p2 p {
	font-size: 14px;
	
}
.img_homes_p2 img {
	height:350px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(255, 255, 255, 0);
   color: #000 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

.footer-logo {
    display: none;
}