:root {
    --colorRed: #ff3333;
    --colorGray: #5C5C5C;
    --colorMain: #17414F;
    --colorOrange: #CC9A22;
}

@font-face {
    src: url("../fonts/SVN-Gilroy Bold.otf");
    font-family: "SVN-Gilroy";
    font-weight: bold;
}

@font-face {
    src: url("../fonts/SVN-Gilroy Regular.otf");
    font-family: "SVN-Gilroy";
    font-weight: normal;
}

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

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: "SVN-Gilroy" !important;
    font-weight: normal !important;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--colorGray) !important;
    text-transform: uppercase !important;
    padding: 0 5px !important;
    font-size: 14px !important;
    transition: 0.3s ease-in-out;
    font-family: "SVN-Gilroy" !important;
    font-weight: normal !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--colorMain) !important;
    font-weight: bold !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-radius: 8px 8px 0 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-radius: 0 0 8px 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
    border: 0px !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-primary ul li a:hover {
    transition: 0.3s ease-in-out;
    color: var(--colorMain) !important;
}

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

/**footer**/
footer#footer {
    background: var(--colorMain);
    padding: 30px 0 20px 0;
    width: 100%;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    font-size: 15px;
}

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

footer#footer .footer-address .address-item {
    background: #205D72;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

footer#footer .footer-address .address-item .address-icon {
    width: 40px;
    height: 40px;
}

footer#footer .footer-address .address-item .address-icon img {
    width: 100%;
    height: 100%;
}

footer#footer .footer-address .address-item .address-text {
    width: calc(100% - 40px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
}

footer#footer .footer-address .address-item .address-text p:first-child {
    margin: 0 0 5px 0;
}

footer#footer .footer-address .address-item .address-text p:last-child {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

footer#footer .footer-body {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer#footer .footer-logo img {
    width: 150px;
}

footer#footer .footer-description {
    margin: 20px 0;
}

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

footer#footer .footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: var(--colorMain);
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

footer#footer .footer-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px 0;
}

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

footer#footer .footer-menu ul li a {
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0 0 0 10px;
}

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

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

footer#footer .footer-copyright {
    padding: 20px 0 0 0;
    font-size: 15px;
}

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

.home-title h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--colorMain);
    font-size: 30px;
    margin: 0px;
    line-height: 40px;
}

.home-title .sub_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
}

.home-title.text-left h3 {
    text-align: left !important;
    text-transform: unset;
}

.home-title.text-left {
    text-align: left !important;
}

.home-title.text-left span.description {
    width: 80%;
    font-size: 16px;
    color: #727272
}

.home-title p {
    color: #5C5C5C;
    font-size: 16px;
    margin: 10px 0 0 0;
}

/**reason**/
.reason-item h4 {
    color: var(--colorMain);
    margin: 15px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.reason-img, .abouts-img {
    animation: movebounce 3.9s linear infinite;
}

@keyframes movebounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

/**abouts**/
.abouts-item:not(:last-child) {
    margin-bottom: 30px !important;
}

.abouts-item p {
    margin: 0px !important;
    color: #727272;
    font-size: 15px;
    line-height: 20px;
}

.abouts-item h4 {
    color: var(--colorMain);
    font-size: 16px;
    margin: 0 0 10px 0;
}

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

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
}

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

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

.product-item .product-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 20px;
    color: var(--colorMain);
    height: 40px;
    margin: 10px 0;
}

.product-item .product-footer {
    display: flex;
    align-items: center;
}

.product-item .product-footer .product-lt {
    width: 130px;
}

.product-item .product-footer .product-button {
    border-radius: 50px !important;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: var(--colorMain) !important;
}

.product-item .product-footer .product-rt {
    width: calc(100% - 130px);
    text-align: right;
}

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

.product-item .product-content .product-rating i.active {
    color: #FFCC00;
}

.product-item .product-content .product-rating i {
    font-size: 13px;
    color: #FFCC00;
}

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

.product-item .product-content .product-price {
    font-size: 16px;
}

.product-item .product-content .product-price ins span {
    color: var(--colorOrange) !important;
}

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

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

.owl-nav button {
    background: #FFF6DF !important;
    width: 35px !important;
    height: 35px !important;
    min-height: 35px !important;
    border-radius: 50px !important;
    color: var(--colorMain) !important;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-prev {
    left: -65px;
}

button.owl-next {
    right: -65px;
}

/**mạin body**/
.la1 {
    width: 100px;
    height: 100px;
    background: url("../images/la3.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
}

.la2 {
    width: 100px;
    height: 120px;
    background: url("../images/la2.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 0px !important;
    right: 0px !important;
}

.la3 {
    width: 120px;
    height: 140px;
    background: url("../images/la5.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 20% !important;
    left: 100px !important;
}

.la4 {
    width: 120px;
    height: 140px;
    background: url("../images/qua.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 20% !important;
    right: 100px !important;
}

.la5 {
    width: 120px;
    height: 140px;
    background: url("../images/la3.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
}

.la6 {
    width: 120px;
    height: 140px;
    background: url("../images/la2.svg") no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
}

/**main kt**/
.main-kt {
    border-radius: 200px 0 0 0;
}

.slide-kt .owl-dots {
    display: block !important;
}

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

.kt-item .kt-content h3 {
    font-size: 30px;
    line-height: 40px;
    color: var(--colorMain);
    text-transform: uppercase;
}

.kt-item .kt-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #727272;
    margin-bottom: 20px;
}

.kt-item .kt-exp {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

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

.kt-item a.kt-button.button_style {
    margin: 20px 0 0 0;
    background: #fff;
    color: var(--colorMain) !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #17414F;
    padding: 6px 20px !important;
}

.slide-kt .owl-nav button {
    background: #FFFFFF !important;
    border-radius: 0px !important;
    top: 30px !important;
    transform: unset !important;
}

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

.slide-kt button.owl-next {
    left: 45px !important;
}

.slide-kt .owl-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

.slide-kt .owl-dots button {
    width: 10px;
    height: 10px;
    border: 1px solid var(--colorMain) !important;
    min-height: 10px !important;
    border-radius: 50%;
    margin: 0px 3px !important;
}

.slide-kt button.owl-dot.active span {
    width: 6px;
    height: 6px;
    background: var(--colorMain) !important;
    display: block;
    border-radius: 50px;
    margin: auto !important;
}

/**review**/
.slide-review .slide-item {
    position: relative;
}

.owl-carousel.slide-review.owl-drag .owl-item {
    overflow: unset !important;
}

.review-item {
    width: 100%;
    border-radius: 10px;
    background: #FFE9B5;
    height: 400px;
    overflow: hidden;
}

.review-item .video {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
}

.review-item .video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.review-item .review-text {
    width: 100%;
    display: inline-block;
    padding: 50px 15px 15px 15px;
    color: #333;
    font-size: 15px;
    height: 170px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.review-item .review-text p {
    margin: 0px !important;
}

.review-title {
    background: url(../images/title.png) no-repeat;
    background-size: 100% !important;
    width: 150px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: 15px;
    color: #fff;
    padding: 4px 0 4px 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.review-item .review-content {
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 15px;
    text-align: center;
    border: 0px;
}

.review-item .review-content span {
    font-size: 15px;
}

.review-item .review-content p {
    margin: 0px !important;
    font-size: 18px;
    line-height: 24px;
    color: var(--colorMain);
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid var(--colorMain);
    padding: 0 0 5px 0;
    margin-bottom: 5px !important;
}

.review-item .review-author {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
}

.review-item .review-author img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

.review-item .review-author strong {
    padding-left: 10px !important;
    width: 120px;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.review-item .review-author span {
    width: calc(100% - 150px);
    padding-left: 10px;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slide-review .owl-stage-outer {
    padding-top: 30px !important;
}

.slide-review .owl-item.active.center {
    margin-top: -30px;
}

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

.post-item .post-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

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

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

.post-item .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 28px;
    color: var(--colorMain);
    height: 55px;
    margin: 10px 0;
}

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

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

.post-item .post-content .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.post-item .post-content .post-desc {
    color: #A1A1A1;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.post-grid {
    background: #FFF6DF;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.post-grid .post-grid-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 20px;
    color: var(--colorMain);
    height: 40px;
    margin: 0px 0 10px 0;
}

.post-grid .post-grid-content .post-desc {
    height: 70px;
    color: #727272;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-grid .post-grid-content .post-grid-next {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: var(--colorMain);
    font-weight: bold;
    font-size: 14px;
}

.postImage {
    width: 100%;
    margin-bottom: 20px;
}

.pd5 {
    padding-bottom: 5px !important;
}

/**banner**/
.banner-main {
    width: 100%;
    display: inline-block;
}

.banner-main h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    color: #fff;
}

.banner-main h3 {
    text-transform: uppercase !important;
    font-size: 50px !important;
    line-height: 60px !important;
    letter-spacing: 0.0025em !important;
    margin: 15px 0 !important;
    color: #fff;
}


a.button_banner {
    border-radius: 50px !important;
    color: var(--colorMain) !important;
    padding: 5px 35px 5px 25px !important;
    font-family: "SVN-Gilroy";
    font-size: 15px !important;
}

a.button.primary.button_style.button_banner:after {
    content: '\f061';
    color: var(--colorMain) !important;
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    margin-left: 10px;
}

/**main slide**/
.main-slide:after {
    content: '';
    background: url(../images/material.png) no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    bottom: 0px;
    left: 0px !important;
    width: 100%;
    display: block;
    z-index: 9 !important;
    height: 40px;
}

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

.reason-item h3 {
    color: var(--colorMain);
    font-size: 60px;
    line-height: 75px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.reason-item .reason-description {
    color: #5C5C5C;
    font-size: 18px;
    line-height: 25px;
}

.slide-reason .owl-nav {
    position: absolute;
    top: -68px;
    right: 0px;
    background: #fff;
}

.slide-reason button.owl-prev {
    margin-right: 10px !important;
}

.slide-reason button {
    position: unset !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF !important;
    color: #fff !important;
}

.slide-reason button:hover {
    background: var(--primary-color) !important;
}

.slide-reason .reason-content img {
    width: 80px !important;
    margin: 0 0 10px 0 !important;
}

/**zone_header**/
.zone__heading {
    margin-bottom: 27px;
    display: flex;
    flex-flow: wrap;
    align-items: end;
    position: relative;
}

.zone__heading h2 {
    margin: 0px !important;
}

.zone__heading * {
    width: unset;
    display: inline-block;
    z-index: 999;
    position: relative;
}

.zone-aside__heading .heading, .zone__heading .heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}

.zone__heading .heading {
    color: var(--primary-color);
    background: #fff;
    width: unset;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
}


.zone__heading .subcate {
    background: #fff;
    padding-left: 10px;
}

.zone__heading .subcate span {
    font-size: 28px;
    line-height: 38px;
    color: #d9d9d9;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.zone__content::after, .zone__heading .heading:after {
    display: block;
    content: "";
}

.zone__heading:after {
    content: "";
}

.zone__heading:after {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: #e9e9e9 !important;
    position: absolute;
    bottom: 10px;
    z-index: 0;
    left: 0px !important;
}

/**watter**/
.water-item {
    position: relative;
}

.water-item .overlay {
    display: none !important;
}

.water-item h4 {
    color: #17414F !important;
    font-size: 18px;
    line-height: 25px !important;
    text-transform: uppercase;
}

.water-item .box-text.text-center {
    text-shadow: unset !important;
    padding: 0px !important;
    margin: 20px 0 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/**about**/
.bg-abouts .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 100% !important;
}

.kv-image {
    margin-bottom: -80px !important;
}

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

.reason-abouts p, .reason-abouts ul li, .reason-abouts ol li {
    margin: 0 0 10px 0 !important;
    font-size: 16px;
    color: #5C5C5C;
}

.reason-abouts h3 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--colorMain);
    margin: 0 0 20px 0;
}

.reason-abouts ul, .reason-abouts ol {
    margin-left: 20px !important;
}

.reason-desc p:last-child {
    margin: 0;
}

.reason-desc {
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    padding: 20px 20px 20px 60px;
    position: relative;
}

.reason-desc p, .reason-desc {
    color: #454545;
    font-size: 18px;
}

.reason-desc:before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    font-weight: 700;
    color: var(--primary-color);
    left: 25px;
    font-size: 30px;
    top: 10px;
}

/**about**/
.alignTop h4 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px 0;
}

.alignTop .box-image {
    vertical-align: top;
}

.alignTop .box-text.text-left {
    padding-top: 0px !important;
}

.reason-image {
    margin-top: -80px;
}

.bg-line .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 100% !important;
    background-position: top !important;
    margin-top: -20px !important;
}

.button_for_outline {
    border-color: var(--colorMain) !important;
    color: var(--colorMain) !important;
    padding: 6px 15px !important;
    font-weight: normal;
    font-size: 15px;
    position: relative;
}

a.button_for_outline:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
}

a.button_for_outline:hover {
    background: var(--colorMain) !important;
    color: #fff !important;
}

/**reason_2**/
.zone2.zone__heading .subcate {
    padding-left: 0px;
}

/**season2**/
.season2 {
    border: 1px solid var(--primary-color);
    border-radius: 30px !important;
    padding: 20px !important;
}

.season2 .box-text.text-center {
    padding: 10px 0 0 0;
}

.season2:hover {
    background: #FFF6DF !important;
}

.season2 .box-text-inner h4 {
    height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.season2 .box-image div img {
    height: 100%;
    object-fit: contain;
}

.season2 .box-image div {
    width: 100%;
    height: 100%;
}

.season2 .box-image {
    height: 110px !important;
}

.col-pd .col-inner {
    min-height: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.col-pd .reason-desc {
    height: 100% !important;
}

.button_for_outline2 {
    padding-left: 35px !important;
}

.button_for_outline2:after {
    content: '\f060' !important;
    position: absolute;
    left: 15px;
}


.slide-bb .owl-nav {
    position: absolute;
    top: 0px;
    left: 26%;
    background: #fff;
}

.slide-bb button.owl-prev {
    margin-right: 10px !important;
}

.slide-bb button {
    position: unset !important;
    background: var(--primary-color) !important;
    color: var(--colorMain) !important;
}

.slide-bb button:hover {
    background: var(--primary-color) !important;
}

.bb-content h3 {
    font-size: 18px;
}

.bb-content .bb-description {
    font-size: 16px;
    color: #5C5C5C;
}

.bb-slide {
    margin: auto;
    display: inline-block;
}

.bb-slide .bb-content {
    width: 100%;
    padding-top: 45px;
}

/**category**/
.category-banner {
    width: 100%;
    position: relative;
    height: 350px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.category-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: url('../images/material.png') no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
}

.category-banner .banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
}

.category-banner .banner-container {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 100px;
}

.category-banner .banner-container h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px 0;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
}

.category-entry {
    width: 100%;
    margin: 30px 0;
}

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

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

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

.pagination ul li a:hover, .pagination ul li span: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 {
    background: #fff;
    border: 1px solid var(--colorMain);
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

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

/**category top**/
.category-top {
    width: 100%;
    margin: 0 0 30px 0;
}

.h3.cat_title_small {
    font-weight: 700;
    color: var(--colorMain);
    font-size: 25px;
}

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

.post-big .post-thumbnail {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

.post-big .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-big .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 28px;
    color: var(--colorMain);
    margin: 0px 0 10px 0;
}

.post-big .post-content .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.post-big .post-content .post-desc {
    color: #A1A1A1;
    font-size: 15px;
    margin: 15px 0 0 0;
}

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

.post-big .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-small {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.post-small a {
    display: flex;
    flex-flow: wrap;
}

.post-small .post-thumbnail {
    width: 220px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-small .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

.post-small .post-content {
    width: calc(100% - 220px);
    padding-left: 15px;
}


.post-small .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 25px;
    color: var(--colorMain);
    margin: 0px 0 10px 0;
}

.post-small .post-content .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.post-small .post-content .post-desc {
    color: #A1A1A1;
    font-size: 15px;
    margin: 15px 0 0 0;
}

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

.post-small .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**single**/
.post-related {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.header-single h1 {
    color: var(--colorMain);
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 10px 0;
}

.header-single .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.w1000 {
    width: 950px !important;
    margin: auto !important;
    display: block;
    max-width: 950px !important;
}

.single-post-thumbnail {
    width: 100%;
    margin: 30px 0 0 0;
    border-radius: 20px;
}

.single-post-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

article.entry-content {
    font-size: 16px;
    position: relative;
}

article.entry-content p, article.entry-content ul li, article.entry-content ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
}

article.entry-content ul, article.entry-content ol {
    margin-left: 20px !important;
}

.post-share {
    position: absolute;
    top: 60px;
    right: -60px;
}

.post-share ul {
    margin: 0px !important;
}

.post-share ul li {
    list-style: none !important;
}

.post-share ul li:not(:last-child) {
    margin: 0 0 20px 0 !important;
}

.post-share ul li a {
    width: 30px;
    height: 30px;
}

.post-share ul li a img {
    width: 30px;
}

/**product**/
.sl-product-item {
    width: 100%;
    position: relative;
}

.product-banner {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide-product-banner .owl-nav {
    position: absolute;
    top: -68px;
    right: 12%;
    background: #fff;
}

.slide-product-banner button.owl-prev {
    margin-right: 10px !important;
}

.slide-product-banner button {
    position: unset !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF !important;
    color: #fff !important;
}

.slide-product-banner button:hover {
    background: var(--primary-color) !important;
}

.slide-product-banner .reason-content img {
    width: 80px !important;
    width: 80px !important;
    margin: 0 0 10px 0 !important;
}

.video-item .box-image div img, .video-item .overlay {
    border-radius: 20px !important;
}

.video-item .icon-play:before {
    content: '' !important;
    background: url(/wp-content/uploads/2023/03/play-button.png) no-repeat !important;
    width: 70px !important;
    height: 70px !important;
    background-size: 100% !important;
    display: block;
}

.video-item a.button.open-video.icon.circle.is-outline.is-xlarge {
    border: 0px !important;
}

.col-tab .review-title {
    left: 5px;
}

/**proudt-tab**/
/*.product_tab {*/
    /*width: 100%;*/
    /*display: inline-block;*/
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #FFFFFF;*/
    /*border-radius: 24px;*/
    /*height: 250px;*/
    /*border: 1px solid transparent;*/
/*}*/

/*.product_tab img {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: contain;*/
/*}*/

/*.product_tab.active {*/
    /*border-color: var(--primary-color);*/
    /*background: #FFF6DF;*/
/*}*/

.product-info p.price.product-page-price del, .product-info p.price.product-page-price del span {
    color: #d9d9d9 !important;
}

.product-info p.price.product-page-price ins bdi {
    color: var(--primary-color) !important;
    font-size: 22px;
}

h1.product-title.product_title.entry-title {
    color: var(--colorMain) !important;
    font-size: 25px;
}

.product-short-description {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}

.product-short-description ul, .product-short-description ol {
    margin-left: 20px !important;
}

.product-short-description p, .product-short-description ul li, .product-short-description ol li {
    color: #727272;
    margin: 0 0 10px 0;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    background: var(--primary-color) !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
    border: 0px !important;
}

input.plus.button.is-form {
    border-radius: 0 50px 50px 0;
}

.quantity .button.minus {
    border-radius: 50px 0 0 50px !important;
}

.quantity .button.minus, input.plus.button.is-form {
    background: transparent !important;
    width: 30px !important;
}

.qty {
    box-shadow: unset !important;
    width: 70px !important;
    min-width: 70px !important;
}

.product-info .price-wrapper {
    display: flex;
    align-items: center;
}

.product-info .price-wrapper span.dot {
    margin: 0 10px;
    color: #d9d9d9;
}

.product-info .price-wrapper span.ship img {
    margin-right: 10px;
    width: 20px;
}

.product-info .price-wrapper span.ship {
    color: #5375A6;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.product-info .product-stock {
    color: #06C270;
    margin: 20px 0;
    font-size: 16px;
}

.shop-page-title, .category-page-title {
    display: none;
}

.product-info .product-rating {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.product-info .product-rating i.active {
    color: #FFCC00;
}

.product-info .product-rating i {
    font-size: 13px;
    color: #CFCFCF;
}

/**contact**/
.banner-address {
    width: 100%;
    display: inline-block;
    padding: 20px !important;
    height: 280px !important;
    border-radius: 15px !important;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.banner-address:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.banner-address .box-address {
    width: 100%;
    display: inline-block;
    min-height: 100px;
    margin-top: 15px;
}

.banner-address .box-address p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.banner-address .box-address h4 {
    font-weight: bold;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.home-title2 h3 {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.formOjbect.contact {
    width: 100%;
    background: #fff;
    margin: auto;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.formOjbect.contact .btnObject {
    font-weight: bold;
    width: 240px;
}

.input-object {
    width: 100%;
    border-radius: 5px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important;
}

.post-date.text-uppercase {
    text-transform: uppercase;
}

.image-radius img {
    border-radius: 20px !important;
}

span.store, strong.store {
    font-weight: 700;
    font-size: 18px;
}

.content-head h3 {
    color: var(--colorMain) !important;
}

.product-online .box-text-inner {
    display: flex;
    align-items: center;
}

a.button.primary.button_style.button_for_green {
    background: var(--colorMain) !important;
    width: 150px !important;
}

.product-online .box-image {
    width: 60px !important;
    height: 60px !important;
    background: #f2f2f2;
    border-radius: 10px !important;
    min-width: 60px !important;
    min-height: 60px !important;
}

.product-online .box-image > div, .product-online .box-image > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-online:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2 !important
}

.product-online .box-text.text-left {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.col-row .col-inner {
    min-height: 100% !important;
    height: 100% !important;
}